aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorSam Steingold2001-01-25 16:36:48 +0000
committerSam Steingold2001-01-25 16:36:48 +0000
commit9b0630e57ef02f4919c2edfaa1b1910442d088ea (patch)
tree87ddcd4fe5c2b8ea33383b239eb19baa2785749d /lisp/ChangeLog
parent3be7e41764a5546eb5800edf6bf3c5ee5c3fd125 (diff)
downloademacs-9b0630e57ef02f4919c2edfaa1b1910442d088ea.tar.gz
emacs-9b0630e57ef02f4919c2edfaa1b1910442d088ea.zip
doc&comment fix
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1f699da7ade..65220e45a21 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12001-01-25 Sam Steingold <sds@gnu.org>
2
3 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
4
12001-01-25 Stefan Monnier <monnier@cs.yale.edu> 52001-01-25 Stefan Monnier <monnier@cs.yale.edu>
2 6
3 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1. 7 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
@@ -20,7 +24,7 @@
20 * international/mule-conf.el (coding-category-utf-8): Initialize 24 * international/mule-conf.el (coding-category-utf-8): Initialize
21 to mule-utf-8. 25 to mule-utf-8.
22 26
23 * loadup.el: Preload international/utf-8. 27 * loadup.el: Preload international/utf-8.
24 28
25 * international/utf-8.el: New file. 29 * international/utf-8.el: New file.
26 30
@@ -33,8 +37,10 @@
33 * dired.el (dired-replace-in-string): Removed. 37 * dired.el (dired-replace-in-string): Removed.
34 (dired-sort-toggle): Use `replace-regexps-in-string' 38 (dired-sort-toggle): Use `replace-regexps-in-string'
35 instead of `dired-replace-in-string'. 39 instead of `dired-replace-in-string'.
40
36 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir, 41 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir,
37 dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto. 42 dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
43
38 * gs.el (gs-replace-in-string): Removed. 44 * gs.el (gs-replace-in-string): Removed.
39 (gs-options): Use `replace-regexps-in-string' 45 (gs-options): Use `replace-regexps-in-string'
40 instead of `gs-replace-in-string'. 46 instead of `gs-replace-in-string'.