1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-30 11:09:23 +00:00
Commit Graph

33751 Commits

Author SHA1 Message Date
Eli Zaretskii
fc7d3ac548 (reb-update-overlays): Cycle through provided faces once they all have been
used.
2006-05-05 13:02:14 +00:00
Eli Zaretskii
6f1b55918d Fix last change. 2006-05-05 12:54:54 +00:00
Eli Zaretskii
8e7a9a24c7 *** empty log message *** 2006-05-05 12:50:44 +00:00
Eli Zaretskii
0bfd44c180 (normal-splash-screen, fancy-splash-screens-1): Add a reference to the Lisp
manual to the warning about pure space overflow.
2006-05-05 12:50:04 +00:00
Eli Zaretskii
9de0eeda6d *** empty log message *** 2006-05-05 12:35:31 +00:00
Eli Zaretskii
87a6b92cf5 (ispell-buffer-local-dict): Add a `no-reload' argument to avoid the call to
`ispell-internal-change-dictionary' when not needed.
(ispell-change-dictionary): Use this argument and call
`ispell-internal-change-dictionary' after the possible change to
`ispell-local-dictionary'.
(ispell-internal-change-dictionary): Check for a change in personal dictionary
use too.
Cosmetic changes from Agustín Martín <agustin.martin@hispalinux.es>.
2006-05-05 12:34:51 +00:00
Eli Zaretskii
48abdb63bf (url-http-parse-headers): Don't reuse connection if "Connection: close" header
was seen.
2006-05-05 12:10:24 +00:00
Eli Zaretskii
1df1e49eb3 (command-line): On MS-Windows, probe "~", not "~USER", for warning about
non-existent home directory
2006-05-05 11:36:34 +00:00
Eli Zaretskii
a12aece309 (archive-l-e): New optional argument `float' means generate a float value.
(archive-arc-summarize, archive-lzh-summarize)
(archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e with 3rd
argument non-nil when file's size is being computed.  Format the file sizes
with %8.0f instead of %8d.
2006-05-05 10:58:10 +00:00
YAMAMOTO Mitsuharu
ef0154b506 *** empty log message *** 2006-05-05 06:45:26 +00:00
YAMAMOTO Mitsuharu
6e53dc956b (mac-utxt-to-string, mac-string-to-utxt)
(mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
(mac-TIFF-to-string): New functions.
(mac-text-encoding-mac-japanese-basic-variant):	New constant.
(x-get-selection, x-selection-value)
(mac-select-convert-to-string): Use them.
(mac-dnd-types-alist): New customization variable.
(mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
(mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
(mac-dnd-handle-drag-n-drop-event): New functions.
(mac-drag-n-drop): Remove function.
(global-map): Bind drag-n-drop and M-drag-n-drop to
mac-dnd-handle-drag-n-drop-event.
2006-05-05 06:43:12 +00:00
YAMAMOTO Mitsuharu
2f566b1802 (all): Add mac-dnd-known-types. 2006-05-05 06:43:01 +00:00
Miles Bader
54e573e6f6 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-265
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 99-100)

   - Merge from emacs--devo--0
   - Update from CVS
2006-05-05 01:53:06 +00:00
Stefan Monnier
cbe8cf2a45 (perl-beginning-of-function): Skip anonymous subs. 2006-05-04 21:58:34 +00:00
Dan Nicolaescu
4e0299e578 (ibuffer-compressed-file-name-regexp): Avoid loading
regexp-opt at run time.
2006-05-04 13:39:36 +00:00
Dan Nicolaescu
f5c0ef7bd4 (term-handle-ansi-escape): Fix off by one error. 2006-05-04 13:23:38 +00:00
Nick Roberts
0c9512fecc (gdb-force-update): Delete defvar
(gud-speedbar-buttons): ...and references to it.  Use window-start
to try to keep positon in watch expression.
2006-05-04 05:17:45 +00:00
Nick Roberts
6f09505599 (gdb-force-update): Delete variable...
(gdb-init-1, gdb-post-prompt): ...and references to it.
(gdb-frame-handler): Strip directory name from filename if present.
2006-05-04 05:16:46 +00:00
Nick Roberts
6dea78a81b *** empty log message *** 2006-05-04 05:15:49 +00:00
Richard M. Stallman
889a04e7e2 *** empty log message *** 2006-05-04 01:00:31 +00:00
Richard M. Stallman
1459a43bb1 (next-history-element, previous-history-element): Doc fix. 2006-05-04 01:00:24 +00:00
Richard M. Stallman
e4a9a1cfc7 *** empty log message *** 2006-05-03 23:28:43 +00:00
Richard M. Stallman
a2b7dcc77d (isearch-update-ring): Doc fix. 2006-05-03 23:27:53 +00:00
Dan Nicolaescu
5719a99df5 (isearch-update-ring): Take history-delete-duplicates
into consideration. Replace one arm ifs with whens.
2006-05-03 21:36:20 +00:00
Nick Roberts
9d6bb9e0af (gud-watch): Let user select an expression.
(menu): Fix typo.
2006-05-03 00:17:35 +00:00
Nick Roberts
cea3f866ce *** empty log message *** 2006-05-03 00:16:17 +00:00
Miles Bader
bc16bf5eb3 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-261
lisp/replace.el (occur-engine): Bind `inhibit-field-text-motion' to t
2006-05-02 23:14:55 +00:00
Jay Belanger
35edc8219a calc-embed.el: (calc-override-minor-modes-map, calc-override-minor-modes):
New variables.
(calc-do-embedded): Make sure that Calc keystrokes aren't overwritten
by minor modes.
2006-05-02 20:52:52 +00:00
Chong Yidong
72fa72acd8 * msb.el (msb): If EVENT is a down event, read and discard the up
event.
2006-05-02 19:27:09 +00:00
Reiner Steib
4f308f7304 (command-line-1): Refer to Lisp manual when
pure-space-overflow occurs.
2006-05-02 12:32:57 +00:00
Reiner Steib
31cf286fdb (byte-compile-dynamic)
(byte-compile-dynamic-docstrings, byte-compile-warnings)
(find-file-visit-truename, indent-tabs-mode, left-margin)
(no-byte-compile no-update-autoloads, truncate-lines)
(version-control): Don't use `t' for safe-local-variable
declarations.
2006-05-02 12:24:55 +00:00
Kim F. Storm
41a2f8bab5 (grep-expand-template): Use symbol-value instead of eval on symbols. 2006-05-02 08:50:59 +00:00
Miles Bader
6cf9374931 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-258
Clean up lisp/gnus/ChangeLog a bit
2006-05-02 05:25:29 +00:00
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