comparison lisp/ChangeLog.10 @ 90787:91bf6e05918b

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 662-669) - Update from CVS - Fix read-only prompt problem in isearch - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 207-208) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-184
author Miles Bader <miles@gnu.org>
date Sun, 18 Mar 2007 14:11:08 +0000
parents 52a7f3f50b89 3aa984322418
children a66921565bcb
comparison
equal deleted inserted replaced
90786:ca12f314faac 90787:91bf6e05918b
2970 (uniquify-buffer-file-name): Only return the directory part. 2970 (uniquify-buffer-file-name): Only return the directory part.
2971 (uniquify-rerationalize-w/o-cb): Don't bother reseting proposed names. 2971 (uniquify-rerationalize-w/o-cb): Don't bother reseting proposed names.
2972 (rename-buffer): Use the `newname' arg as base. 2972 (rename-buffer): Use the `newname' arg as base.
2973 (create-file-buffer): Split the file name into base and dirname. 2973 (create-file-buffer): Split the file name into base and dirname.
2974 2974
2975 2003-05-09 Jesper Harder <harder@ifa.au.dk> (tiny change) 2975 2003-05-09 Jesper Harder <harder@ifa.au.dk>
2976 2976
2977 * mail/smtpmail.el (smtpmail-send-queued-mail): Don't use kill-line. 2977 * mail/smtpmail.el (smtpmail-send-queued-mail): Don't use kill-line.
2978 2978
2979 2003-05-08 Stefan Monnier <monnier@cs.yale.edu> 2979 2003-05-08 Stefan Monnier <monnier@cs.yale.edu>
2980 2980
3273 * isearch.el (isearch-complete): Update isearch-message. 3273 * isearch.el (isearch-complete): Update isearch-message.
3274 3274
3275 * filesets.el (filesets-data): Add another defvar. 3275 * filesets.el (filesets-data): Add another defvar.
3276 (filesets-verbosity): Doc fix. 3276 (filesets-verbosity): Doc fix.
3277 3277
3278 2003-05-02 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change) 3278 2003-05-02 Tak Ota <Takaaki.Ota@am.sony.com>
3279 3279
3280 * recentf.el (recentf-cleanup): Swap tests for exclusion and 3280 * recentf.el (recentf-cleanup): Swap tests for exclusion and
3281 accessibility. 3281 accessibility.
3282 3282
3283 2003-05-01 Eduardo Mu,Aq(Boz <emufer@terra.es> (tiny change) 3283 2003-05-01 Eduardo Mu,Aq(Boz <emufer@terra.es> (tiny change)
3490 3490
3491 * info.el (Info-unescape-quotes, Info-split-parameter-string) 3491 * info.el (Info-unescape-quotes, Info-split-parameter-string)
3492 (Info-display-images-node): New functions for displaying images. 3492 (Info-display-images-node): New functions for displaying images.
3493 (Info-select-node): Call Info-display-images-node. 3493 (Info-select-node): Call Info-display-images-node.
3494 3494
3495 2003-04-25 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net> 3495 2003-04-25 David Ponce <david.ponce@wanadoo.fr>
3496 3496
3497 * files.el (file-relative-name): Recognize "c:/foo" as absolute 3497 * files.el (file-relative-name): Recognize "c:/foo" as absolute
3498 file name. Tiny change from David PONCE <david.ponce@wanadoo.fr>. 3498 file name.
3499 3499
3500 2003-04-24 Sam Steingold <sds@gnu.org> 3500 2003-04-24 Sam Steingold <sds@gnu.org>
3501 3501
3502 * calendar/diary-lib.el (fancy-diary-display-mode): Bind "q" to 3502 * calendar/diary-lib.el (fancy-diary-display-mode): Bind "q" to
3503 `quit-window' in the fancy diary buffer. 3503 `quit-window' in the fancy diary buffer.
5593 5593
5594 * progmodes/sh-script.el (sh-mode-map): Don't remap 5594 * progmodes/sh-script.el (sh-mode-map): Don't remap
5595 beginning-of-defun to the non-existing command 5595 beginning-of-defun to the non-existing command
5596 sh-beginning-of-compound-command. 5596 sh-beginning-of-compound-command.
5597 5597
5598 2003-02-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change) 5598 2003-02-12 Karl Chen <quarl@hkn.eecs.berkeley.edu>
5599 5599
5600 * files.el (find-alternate-file): Check whether `dired-directory' 5600 * files.el (find-alternate-file): Check whether `dired-directory'
5601 is bound. 5601 is bound.
5602 5602
5603 2003-02-12 Simon Marshall <simon@gnu.org> 5603 2003-02-12 Simon Marshall <simon@gnu.org>
11969 2002-08-15 Richard M. Stallman <rms@gnu.org> 11969 2002-08-15 Richard M. Stallman <rms@gnu.org>
11970 11970
11971 * calendar/appt.el (appt-delete): Use substring-no-properties. 11971 * calendar/appt.el (appt-delete): Use substring-no-properties.
11972 (appt-make-list): Don't use prin1-to-string; use the string unchanged. 11972 (appt-make-list): Don't use prin1-to-string; use the string unchanged.
11973 11973
11974 2002-08-15 Jan Nieuwenhuizen <janneke@gnu.org> (tiny change) 11974 2002-08-15 Jan Nieuwenhuizen <janneke@gnu.org>
11975 11975
11976 * server.el (server-process-filter): Simplify code. 11976 * server.el (server-process-filter): Simplify code.
11977 (server-goto-line-column): New function. 11977 (server-goto-line-column): New function.
11978 (server-visit-files): Use server-goto-line-column. 11978 (server-visit-files): Use server-goto-line-column.
11979 Offer to revert only if file has changed. 11979 Offer to revert only if file has changed.
12376 2002-07-31 Andreas Schwab <schwab@suse.de> 12376 2002-07-31 Andreas Schwab <schwab@suse.de>
12377 12377
12378 * dired.el: Hide disabling of dired-find-alternate-file behind 12378 * dired.el: Hide disabling of dired-find-alternate-file behind
12379 autoload-cookie. 12379 autoload-cookie.
12380 12380
12381 2002-07-31 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change) 12381 2002-07-31 Tak Ota <Takaaki.Ota@am.sony.com>
12382 12382
12383 * makefile.w32-in: Revert some changes from 2002-07-23 because they 12383 * makefile.w32-in: Revert some changes from 2002-07-23 because they
12384 don't work on MSVC/nmake builds. 12384 don't work on MSVC/nmake builds.
12385 (update-subdirs-CMD): Generate the right list of subdirectories. 12385 (update-subdirs-CMD): Generate the right list of subdirectories.
12386 12386
22917 2001-10-31 Pavel Jan,Am(Bk <Pavel@Janik.cz> 22917 2001-10-31 Pavel Jan,Am(Bk <Pavel@Janik.cz>
22918 22918
22919 * startup.el: Document command line option --no-window-system 22919 * startup.el: Document command line option --no-window-system
22920 instead of --no-windows. 22920 instead of --no-windows.
22921 22921
22922 2001-10-30 Stefan Monnier <monnier@cs.yale.edu> 22922 2001-10-30 David Ponce <david.ponce@wanadoo.fr>
22923
22924 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
22925 22923
22926 * font-lock.el (java-font-lock-syntactic-face-function): New fun. 22924 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
22927 (font-lock-defaults-alist): Use it. 22925 (font-lock-defaults-alist): Use it.
22928 From David Ponce <david.ponce@wanadoo.fr> 22926
22927 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
22928
22929 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
22929 22930
22930 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare 22931 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
22931 output of `char-after'. 22932 output of `char-after'.
22932 22933
22933 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e. 22934 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.