1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-19 12:20:17 -08:00
Commit graph

34018 commits

Author SHA1 Message Date
Miles Bader
9606f1cb5c Revision: emacs@sv.gnu.org/emacs--devo--0--patch-257
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 98)

   - Update from CVS
2006-05-02 05:25:20 +00:00
Richard M. Stallman
90b5715673 *** empty log message *** 2006-05-02 01:47:57 +00:00
Richard M. Stallman
28408bfd27 (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
M-r, M-R, M-A, M-SPC or M-DEL.
(diff-mode-map): diff-refine-hunk now on C-c C-w
(diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
2006-05-02 01:39:40 +00:00
Richard M. Stallman
4bc1b83644 (help-mode): view-exit-action calls delete-window
only when it is safe and possible.
2006-05-01 20:18:47 +00:00
Richard M. Stallman
d5aa078b92 (undo-outer-limit-truncate): Put quotes around buffer name in messages. 2006-05-01 20:17:24 +00:00
Richard M. Stallman
78d4839b3e (display-warning, lwarn): Doc fixes. 2006-05-01 20:16:40 +00:00
Richard M. Stallman
bc2fa80de7 (tool-bar-setup): Put Help and Preferences items in the default tool-bar-map. 2006-05-01 20:15:56 +00:00
Michael Albinus
a01b1e220c * net/tramp.el (tramp-completion-file-name-handler-alist)
(tramp-run-real-handler, tramp-completion-run-real-handler)
(tramp-completion-handle-file-name-all-completions)
(tramp-completion-handle-file-name-completion): Autoload them.
(tramp-completion-handle-file-exists-p)
(tramp-completion-handle-file-name-directory)
(tramp-completion-handle-file-name-nondirectory)
(tramp-completion-handle-expand-file-name): Remove them.
(tramp-handle-file-name-directory): Return the real directory
name.  Returning "/" only doesn't need to be necessary any longer.
(tramp-file-name-handler): Make special attention when in hostname
completion mode.
(tramp-completion-file-name-handler): Revert patch from
2006-04-28.
(tramp-register-file-name-handlers): Register
`tramp-completion-file-name-handler' only when
`partial-completion-mode� is enabled.
(tramp-completion-handle-file-name-all-completions): Delete
directory part from results.
(tramp-get-completion-methods, tramp-get-completion-user-host):
Discard deleting "/", it doesn't work after the change of
`tramp-handle-file-name-directory' above.
2006-05-01 13:22:15 +00:00
Kim F. Storm
5fed8c15b8 *** empty log message *** 2006-05-01 09:38:57 +00:00
Kim F. Storm
d0afff349e (grep-expand-template): Use save-match-data. 2006-05-01 09:33:10 +00:00
Kim F. Storm
820f5fec97 *** empty log message *** 2006-05-01 09:32:59 +00:00
Glenn Morris
e1cce4cfc2 *** empty log message *** 2006-05-01 03:39:17 +00:00
Glenn Morris
89aab5d47c (cal-tex-preamble-extra): New variable.
(cal-tex-preamble): Use cal-tex-preamble-extra.
(cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
than alias `list-diary-entries'.
2006-05-01 03:29:19 +00:00
Glenn Morris
1dc51c0019 *** empty log message *** 2006-05-01 03:28:50 +00:00
YAMAMOTO Mitsuharu
c1eb34c22c *** empty log message *** 2006-05-01 01:14:30 +00:00
YAMAMOTO Mitsuharu
fc36394b4b (mac-ae-open-documents, mac-drag-n-drop): Use
select-frame-set-input-focus instead of raise-frame.
(global-map): Bind M-drag-n-drop to mac-drag-n-drop.
2006-05-01 01:09:40 +00:00
Nick Roberts
2c3981da7c *** empty log message *** 2006-04-30 23:15:34 +00:00
Nick Roberts
1a2416ede3 (gud-def): Add %c case.
(gud-speedbar-buttons): Don'bind case-fold-search unnecessarily.
(gud-format-command): Make match case sensitive.  Match on %F.
2006-04-30 23:10:48 +00:00
Stefan Monnier
cc1eecfd88 Update my email address. 2006-04-30 15:49:08 +00:00
Richard M. Stallman
eadb9d458f *** empty log message *** 2006-04-30 02:35:46 +00:00
Richard M. Stallman
d33c1fcea2 (mode-line-major-mode-keymap): Undo last change.
(mode-line-format): Further help-echo doc fixes.
2006-04-30 01:36:19 +00:00
Richard M. Stallman
af0efc3fd4 (mode-line-major-mode-keymap): Move the major mode menu to Mouse-3.
(help-echo): help-echo doc fixes.
2006-04-30 01:31:55 +00:00
Dan Nicolaescu
084a663812 * help-fns.el (describe-variable): Add info about safe local variables.
* custom.texi (Examining): Update C-h v output example.
2006-04-29 21:18:05 +00:00
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
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
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
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
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