diff options
| author | Sam Steingold | 2001-01-24 21:17:10 +0000 |
|---|---|---|
| committer | Sam Steingold | 2001-01-24 21:17:10 +0000 |
| commit | e95b0c08b9dcb032afd3768f0cde7e9678291723 (patch) | |
| tree | 622e9e3f15f9734bab5b232d9d9f2fba9d136917 /lisp/ChangeLog | |
| parent | f9aaedb63443f85726c8ef286ff53eb1805c8568 (diff) | |
| download | emacs-e95b0c08b9dcb032afd3768f0cde7e9678291723.tar.gz emacs-e95b0c08b9dcb032afd3768f0cde7e9678291723.zip | |
use replace-regexps-in-string instead of dired- and gs-replace-in-string
which are removed
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 35 |
1 files changed, 23 insertions, 12 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3e428435116..dcd425b3cc8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2001-01-24 Sam Steingold <sds@gnu.org> | ||
| 2 | |||
| 3 | * dired.el (dired-replace-in-string): Removed. | ||
| 4 | (dired-sort-toggle): Use `replace-regexps-in-string' | ||
| 5 | instead of `dired-replace-in-string'. | ||
| 6 | * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir, | ||
| 7 | dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto. | ||
| 8 | * gs.el (gs-replace-in-string): Removed. | ||
| 9 | (gs-options): Use `replace-regexps-in-string' | ||
| 10 | instead of `gs-replace-in-string'. | ||
| 11 | |||
| 1 | 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il> | 12 | 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 13 | ||
| 3 | * mail/emacsbug.el (report-emacs-bug): Mention the fact that the | 14 | * mail/emacsbug.el (report-emacs-bug): Mention the fact that the |
| @@ -14,7 +25,7 @@ | |||
| 14 | the tool-bar. | 25 | the tool-bar. |
| 15 | 26 | ||
| 16 | * frame.el (frame-initialize): Create the initial frame invisible. | 27 | * frame.el (frame-initialize): Create the initial frame invisible. |
| 17 | 28 | ||
| 18 | 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu> | 29 | 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu> |
| 19 | 30 | ||
| 20 | * language/chinese.el (chinese-iso-8bit): MIME:GB2312. | 31 | * language/chinese.el (chinese-iso-8bit): MIME:GB2312. |
| @@ -22,7 +33,7 @@ | |||
| 22 | 33 | ||
| 23 | 2001-01-24 Gerd Moellmann <gerd@gnu.org> | 34 | 2001-01-24 Gerd Moellmann <gerd@gnu.org> |
| 24 | 35 | ||
| 25 | * international/mule-cmds.el (universal-coding-system-argument): | 36 | * international/mule-cmds.el (universal-coding-system-argument): |
| 26 | Handle commands with prefix args. | 37 | Handle commands with prefix args. |
| 27 | 38 | ||
| 28 | 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | 39 | 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
| @@ -83,7 +94,7 @@ | |||
| 83 | * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph | 94 | * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph |
| 84 | as font-lock-beginning-of-syntax-function in font-lock-defaults. | 95 | as font-lock-beginning-of-syntax-function in font-lock-defaults. |
| 85 | 96 | ||
| 86 | * jit-lock.el (jit-lock-fontify-now): Don't bind | 97 | * jit-lock.el (jit-lock-fontify-now): Don't bind |
| 87 | font-lock-beginning-of-syntax-function to nil. | 98 | font-lock-beginning-of-syntax-function to nil. |
| 88 | 99 | ||
| 89 | 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il> | 100 | 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il> |
| @@ -96,7 +107,7 @@ | |||
| 96 | 107 | ||
| 97 | * font-lock.el (font-lock-default-fontify-region): Fix last | 108 | * font-lock.el (font-lock-default-fontify-region): Fix last |
| 98 | change. | 109 | change. |
| 99 | 110 | ||
| 100 | * font-lock.el (font-lock-multiline): Default to nil. | 111 | * font-lock.el (font-lock-multiline): Default to nil. |
| 101 | (font-lock-default-fontify-region): If font-lock-multiline is | 112 | (font-lock-default-fontify-region): If font-lock-multiline is |
| 102 | nil, don't check the property `font-lock-multiline'. | 113 | nil, don't check the property `font-lock-multiline'. |
| @@ -107,23 +118,23 @@ | |||
| 107 | 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu> | 118 | 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu> |
| 108 | 119 | ||
| 109 | * viper.el: Call initial-major-mode on startup. | 120 | * viper.el: Call initial-major-mode on startup. |
| 110 | 121 | ||
| 111 | * ediff.el (ediff-patch-file): Use better defaults. | 122 | * ediff.el (ediff-patch-file): Use better defaults. |
| 112 | 123 | ||
| 113 | * ediff-vers.el: Fix for 8+3 DOS file systems. | 124 | * ediff-vers.el: Fix for 8+3 DOS file systems. |
| 114 | 125 | ||
| 115 | 2001-01-19 Colin Walters <walters@cis.ohio-state.edu> | 126 | 2001-01-19 Colin Walters <walters@cis.ohio-state.edu> |
| 116 | 127 | ||
| 117 | * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in | 128 | * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in |
| 118 | diff mode, if available. | 129 | diff mode, if available. |
| 119 | 130 | ||
| 120 | 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu> | 131 | 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu> |
| 121 | 132 | ||
| 122 | * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button. | 133 | * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button. |
| 123 | 134 | ||
| 124 | * ediff-init.el (subst-char-in-string): Define and use it, unless | 135 | * ediff-init.el (subst-char-in-string): Define and use it, unless |
| 125 | it's already defined. | 136 | it's already defined. |
| 126 | 137 | ||
| 127 | 2001-01-18 Gerd Moellmann <gerd@gnu.org> | 138 | 2001-01-18 Gerd Moellmann <gerd@gnu.org> |
| 128 | 139 | ||
| 129 | * tooltip.el (tooltip-hide-delay): New user-option. | 140 | * tooltip.el (tooltip-hide-delay): New user-option. |