diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 65220e45a21..d2ba882f54a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2001-01-25 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't | ||
| 4 | discard the result. | ||
| 5 | (iswitchb-to-end): Likewise. | ||
| 6 | |||
| 1 | 2001-01-25 Sam Steingold <sds@gnu.org> | 7 | 2001-01-25 Sam Steingold <sds@gnu.org> |
| 2 | 8 | ||
| 3 | * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix. | 9 | * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix. |
| @@ -38,8 +44,8 @@ | |||
| 38 | (dired-sort-toggle): Use `replace-regexps-in-string' | 44 | (dired-sort-toggle): Use `replace-regexps-in-string' |
| 39 | instead of `dired-replace-in-string'. | 45 | instead of `dired-replace-in-string'. |
| 40 | 46 | ||
| 41 | * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir, | 47 | * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir) |
| 42 | dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto. | 48 | (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto. |
| 43 | 49 | ||
| 44 | * gs.el (gs-replace-in-string): Removed. | 50 | * gs.el (gs-replace-in-string): Removed. |
| 45 | (gs-options): Use `replace-regexps-in-string' | 51 | (gs-options): Use `replace-regexps-in-string' |