# HG changeset patch # User Richard M. Stallman # Date 1101142594 0 # Node ID 60e32ffc86871aa9b99a5606d3f27400ef64ab69 # Parent 60bf7d203957ae2f61450e2d4c7a87623f0b91a3 *** empty log message *** diff -r 60bf7d203957 -r 60e32ffc8687 lisp/ChangeLog --- 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 + + * 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 * progmodes/gdb-ui.el (gdb-resync): New function. @@ -130,6 +135,13 @@ 2004-11-20 Richard M. Stallman + * 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.