1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-28 01:00:52 -07:00
Commit graph

63615 commits

Author SHA1 Message Date
Richard M. Stallman
41c8e348f2 tramp-file-name-handler-alist): Delete expand-file-name and other
operations that can cause spurious loading.
2006-04-29 15:58:42 +00:00
Stefan Monnier
830951b02a Improve the documentation of how to hilight multiline elements. 2006-04-29 15:11:38 +00:00
Stefan Monnier
20bfe3873f Add `booleanp'. 2006-04-29 14:14:53 +00:00
Stefan Monnier
7817e3d35e (File Local Variables): Remove the special case t for safe-local-variable. 2006-04-29 14:02:42 +00:00
Stefan Monnier
80aa469540 (safe-local-variable-p): Remove support for the special value t. 2006-04-29 13:59:52 +00:00
Stefan Monnier
85e17b4fff (sentence-end-without-space): Fix safety predicate.
(sentence-end-double-space, sentence-end-without-period)
(paragraph-ignore-fill-prefix): Tighten the safety predicate.
2006-04-29 13:59:04 +00:00
Stefan Monnier
119d72b62c (colon-double-space): Tighten the safety predicate. 2006-04-29 13:57:38 +00:00
Stefan Monnier
65f21967e4 (abbrev-mode): Tighten the safety predicate. 2006-04-29 13:56:50 +00:00
Stefan Monnier
26715e1b67 (booleanp): New fun. 2006-04-29 13:56:19 +00:00
Stefan Monnier
a55b741ef2 (reftex-guess-label-type): Tighten the safety predicate. 2006-04-29 13:55:42 +00:00
Miles Bader
305452a590 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-252
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 96-97)

   - Update from CVS
2006-04-29 03:51:50 +00:00
Bill Wohler
0303217f02 (Version, mh-version): Update for release 7.95. 2006-04-29 01:26:12 +00:00
Bill Wohler
1c9e62fec0 Update for MH-E release 7.95. 2006-04-29 01:25:23 +00:00
Kim F. Storm
b5eb27b30d (Grep Searching): Add lgrep and rgrep. 2006-04-28 23:42:45 +00:00
Kim F. Storm
6b2db6f1f6 Add lgrep + rgrep. 2006-04-28 23:42:37 +00:00
Kim F. Storm
208cc91ffb (grep-read-files): Use buffer-name if no buffer-file-name.
Default to *.ext if no alias matches.
No default if no extension.
2006-04-28 23:39:02 +00:00
Kim F. Storm
0acfb7cea6 (defgroup grep): Doc fix.
(grep-auto-highlight): Remove.
(grep-template): New defcustom.
(grep-find-template): Rename from grep-tree-template.
(grep-files-aliases): Rename from grep-tree-files-aliases.
Remove "all" alias, add "l" alias.
(grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
(grep-find-ignored-directories): New defcustom to replace
grep-tree-ignore-CVS-directories, to facilitate ignoring
subdirectories for multiple version control systems.
(grep-mode-map): Add Recursive grep item to GREP menu.
(grep-regexp-history, grep-files-history): New defvars.
(grep-probe): New helper function.
(grep-compute-defaults): Use it to simplify code.
Adapt to name changes.
Use `.' as base in grep-find-template rather than <D>.
(grep): Remove superfluous highlight-regexp arg.  Fix doc.
Call grep-compute-defaults unconditionally.
(grep-expand-keywords): New defconst.
(grep-expand-template): Rename from grep-expand-command-macros.
Simplify via grep-expand-keywords.  Look at case-fold-search instead
of grep-tree-ignore-case to add -i option.
Bind case-fold-search to nil while matching keywords.
(grep-tree-last-regexp, grep-tree-last-files): Remove.
(grep-read-regexp, grep-read-files): New helper functions.
(rgrep): Rename from grep-tree.	 Rework to use proper histories.
Adapt to changes in defcustoms and functions above.
(lgrep): New command, as grep, but using same interactive api as rgrep.
2006-04-28 22:22:01 +00:00
Kim F. Storm
264e968987 *** empty log message *** 2006-04-28 22:20:57 +00:00
Eli Zaretskii
6ed3e59568 Fix a typo in a doc string. 2006-04-28 05:09:13 +00:00
Michael Albinus
1ecc6145d8 * net/tramp.el (tramp-completion-file-name-handler): Disable
Tramp's functionality while loading Tramp itself.
(tramp-register-file-name-handlers): That's a defsubst now.  Code
from `tramp-repair-jka-compr' moved here.  Apply it via
`after-init-hook'.
(tramp-repair-jka-compr): Removed.
2006-04-28 04:06:16 +00:00
Jay Belanger
a48b489eb9 (calc-embedded-make-info): Use `math-read-expr' when
`math-read-big-expr' doesn't work.
2006-04-27 18:40:41 +00:00
Reiner Steib
cb58ea3322 (command-line-1): Display warning when
pure-space-overflow is non-nil.
2006-04-27 13:51:57 +00:00
Roland Winkler
991767e75e * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
risky.

	* textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
	Return the URL or nil if none can be generated.
2006-04-26 23:36:24 +00:00
Roland Winkler
12fab222fb (bibtex-url): New optional arg no-browse. Return the URL or nil if
none can be generated.
2006-04-26 23:34:34 +00:00
Roland Winkler
90ce8c2a0b (bibtex-user-optional-fields): Mark as risky. 2006-04-26 23:32:39 +00:00
Nick Roberts
e3456652af (gud-comint-buffer): Move forward to stop byte compiler warnings.
(gud-basic-call, gud-find-expr): Let user select an expression
for printing.  Print expression as well as value in GUD buffer.
2006-04-26 23:03:56 +00:00
Nick Roberts
5cd35d2cf0 (pp1, pv1): Only print value as expression is now printed out by gud-print.
(pv1): Correct doc string.
2006-04-26 23:02:33 +00:00
Nick Roberts
4a113e3faf *** empty log message *** 2006-04-26 23:01:51 +00:00
Miles Bader
0565caebd9 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-249
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 91-95)

   - Merge from emacs--devo--0
   - Update from CVS
2006-04-26 21:58:05 +00:00
Stefan Monnier
8570ce8082 Remove local autoload declaration for
pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
(allout-show-bodies, allout-header-prefix, allout-primary-bullet)
(allout-plain-bullets-string, allout-distinctive-bullets-string)
(allout-use-mode-specific-leader, allout-old-style-prefixes)
(allout-stylish-prefixes, allout-numbered-bullet)
(allout-file-xref-bullet, allout-presentation-padding)
(allout-use-hanging-indents, allout-reindent-bodies): Mark as
safe-local-variable with suitable value spec, and add autoload
cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
(move-beginning-of-line, move-end-of-line): Repair so these compat
functions now actually resituate the point, when appropriate.
2006-04-26 21:54:51 +00:00
Juanma Barranquero
1bf5b5be50 *** empty log message *** 2006-04-26 21:32:06 +00:00
Stefan Monnier
e89e07ccac (store_in_keymap): Change def' arg to not be register'.
Seems to trigger a bug in gcc-amd64 4.0.2 20051125 (Red Hat 4.0.2-8):
keymap.c:895: error: address of register variable `def' requested.
2006-04-26 20:50:25 +00:00
Stefan Monnier
351b838f61 (url-open-stream): Don't hide errors.
(url-gateway-nslookup-host, url-open-telnet): Use with-current-buffer.
2006-04-26 20:40:18 +00:00
Stefan Monnier
89a1fe7748 (url-insert): New function.
(url-insert-file-contents): Use it.
2006-04-26 20:37:58 +00:00
Stefan Monnier
a42beb53d3 Fixup commenting convention. 2006-04-26 20:22:57 +00:00
Stefan Monnier
be12bc57de (c-subword-mode-map): Use command remapping. 2006-04-26 20:21:56 +00:00
Richard M. Stallman
8ac3a45582 (Parsing Expressions): Minor cleanup. 2006-04-26 19:32:20 +00:00
Jason Rumney
8b03732ee0 (construct_mouse_wheel): Handle negative coordinates. 2006-04-26 18:19:13 +00:00
Jason Rumney
f5f69b6b47 (w32_wnd_proc) <WM_LBUTTONDOWN, WM_RBUTTONDOWN>:
<WM_LBUTTONUP, WM_RBUTTONUP>: Call signal_user_input in the cases
where we preempt mouse_button_timer.
2006-04-26 17:54:41 +00:00
Jason Rumney
7d6f8c685e *** empty log message *** 2006-04-26 17:54:06 +00:00
Stefan Monnier
0739a962ae (add-log-iso8601-time-zone): Make parameter optional.
(add-log-iso8601-time-string): Fix call to format-time-string.
2006-04-26 14:16:05 +00:00
Eric Ding
13384ea67e * mh-e.el (mh-invisible-header-fields-internal): Add entry "X-Provags-ID:" 2006-04-26 13:13:35 +00:00
Kim F. Storm
79a09c9c48 (posn-string, posn-image, posn-object): Doc fix. 2006-04-26 08:56:32 +00:00
Kim F. Storm
5a56121fef *** empty log message *** 2006-04-26 08:56:23 +00:00
Masatake YAMATO
0db097a557 (asm-mode, asm-mode-syntax-table): Add
support for "//" style comments. Remove `b' flag
from ?* in `asm-mode-syntax-table'.
2006-04-26 07:03:20 +00:00
Stefan Monnier
08a1dbe662 Use (featurep 'xemacs) everywhere.
(follow-mode): Use define-minor-mode.
(follow-mode-map): Move initialization into the declaration.
Use command remapping.
(follow-emacs-version-xemacs-p): Remove.
(follow-submit-feedback): Remove.
2006-04-26 05:50:51 +00:00
Stefan Monnier
7e5d77dc2c (allout-layout, allout-passphrase-verifier-string)
(allout-passphrase-hint-string): Tighten up a bit the safety predicate.
2006-04-26 05:36:12 +00:00
Stefan Monnier
6268ff9886 Mention negative depth in syntax-ppss's output. 2006-04-26 05:35:27 +00:00
Stefan Monnier
50bfbe5fc0 Minor tweaks. 2006-04-26 05:33:11 +00:00
Stefan Monnier
0a206828d8 (reftex-vref-is-default, reftex-fref-is-default, reftex-guess-label-type):
Tighten up a bit the safety predicate.
2006-04-26 05:30:29 +00:00