# HG changeset patch # User Stefan Monnier # Date 990383702 0 # Node ID 24c99dc4a9731ab091fb7f26ce11ee20c217f708 # Parent d5fbaec503ab0cb283152a186ff83917e7005c3f *** empty log message *** diff -r d5fbaec503ab -r 24c99dc4a973 lisp/ChangeLog --- a/lisp/ChangeLog Sun May 20 17:25:47 2001 +0000 +++ b/lisp/ChangeLog Sun May 20 18:35:02 2001 +0000 @@ -1,3 +1,10 @@ +2001-05-20 Stefan Monnier + + * replace.el (keep-lines-read-args): Use `copy-marker'. + (how-many): Save excursion properly. + (occur-mode): Use define-derived-mode. + (perform-replace): Use with-current-buffer. + 2001-05-20 Richard M. Stallman * play/landmark.el (lm): Use "p" not "P" for interactive spec. @@ -16,8 +23,8 @@ 2001-05-20 Eli Zaretskii - * international/ccl.el (define-ccl-program): Fix a typo. From - Pavel Jan,Bm(Bk . + * international/ccl.el (define-ccl-program): Fix a typo. + From Pavel Jan,Bm(Bk . * international/mule.el (decode-char): Fix a typo. From Pavel Jan,Bm(Bk . @@ -30,7 +37,7 @@ 2001-05-18 Sam Steingold - * pcvs-defs.el (cvs-mode-map): bind "z" to `kill-this-buffer' + * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer' and [RET] to `cvs-mode-find-file'. 2001-05-18 John Wiegley @@ -67,8 +74,8 @@ 2001-05-18 Andrew Innes - * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD): Use - . instead of absolute path for lisp dir, to avoid bug in W2K + * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD): + Use . instead of absolute path for lisp dir, to avoid bug in W2K cmd.exe's handling of FOR loops. (autoloads): Set find-file-suppress-same-file-warnings to t to avoid slew of spurious messages. @@ -85,8 +92,8 @@ 2001-05-18 Miles Bader - * simple.el (delete-horizontal-space, just-one-space): Use - `constrain-to-field' instead of `field-end'/`field-beginning', + * simple.el (delete-horizontal-space, just-one-space): + Use `constrain-to-field' instead of `field-end'/`field-beginning', because it's more efficient for large files. 2001-05-17 Gerd Moellmann