comparison lisp/ChangeLog @ 35571:1c6d1e65f2b3

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Thu, 25 Jan 2001 17:13:08 +0000
parents 5cd8ebba5a94
children 498bcc1e7c00
comparison
equal deleted inserted replaced
35570:4308e62b25c8 35571:1c6d1e65f2b3
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.
4 10
5 2001-01-25 Stefan Monnier <monnier@cs.yale.edu> 11 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
36 42
37 * dired.el (dired-replace-in-string): Removed. 43 * dired.el (dired-replace-in-string): Removed.
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'
46 instead of `gs-replace-in-string'. 52 instead of `gs-replace-in-string'.
47 53