Mercurial > emacs
changeset 58428:60e32ffc8687
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 22 Nov 2004 16:56:34 +0000 |
parents | 60bf7d203957 |
children | b6aabd55b05f |
files | lisp/ChangeLog |
diffstat | 1 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Nov 22 16:56:15 2004 +0000 +++ b/lisp/ChangeLog Mon Nov 22 16:56:34 2004 +0000 @@ -1,3 +1,8 @@ +2004-11-22 Richard M. Stallman <rms@gnu.org> + + * dired.el (dired-recursive-copies): Moved from dired-aux.el. + * dired-aux.el (dired-recursive-copies): Moved to dired.el. + 2004-11-22 Nick Roberts <nickrob@snap.net.nz> * progmodes/gdb-ui.el (gdb-resync): New function. @@ -130,6 +135,13 @@ 2004-11-20 Richard M. Stallman <rms@gnu.org> + * isearch.el (isearch-mode-map): Don't bind SPC. + (isearch-whitespace-chars): Function deleted. + (isearch-search): Bind search-spaces-regexp. + (isearch-lazy-highlight-search): Likewise. + (search-whitespace-regexp): Doc fix. + (isearch-forward-regexp): Doc fix. + * emacs-lisp/bytecomp.el (byte-compile-form): Move the calls to byte-compile-set-symbol-position, to avoid having two for the same symbol occurrence.