diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2076efe5e3f..fb676c02bba 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2003-02-24 Ken Manheimer <klm@zope.com> | ||
| 2 | |||
| 3 | * allout.el (allout-pre-command-business): Fix docstring. | ||
| 4 | |||
| 1 | 2003-02-24 Ramakrishnan M <rama@gnu.org> (tiny change) | 5 | 2003-02-24 Ramakrishnan M <rama@gnu.org> (tiny change) |
| 2 | 6 | ||
| 3 | * language/mlm-util.el (mlm-char-glyph): Fix several composing | 7 | * language/mlm-util.el (mlm-char-glyph): Fix several composing |
| @@ -25,7 +29,7 @@ | |||
| 25 | 29 | ||
| 26 | * replace.el (query-replace-read-args): Return just 3 values. | 30 | * replace.el (query-replace-read-args): Return just 3 values. |
| 27 | (query-replace, query-replace-regexp) | 31 | (query-replace, query-replace-regexp) |
| 28 | (query-replace-regexp-eval, map-query-replace-regexp) | 32 | (query-replace-regexp-eval, map-query-replace-regexp) |
| 29 | (replace-string, replace-regexp): Read the start and end args | 33 | (replace-string, replace-regexp): Read the start and end args |
| 30 | separately so that the expressions are recorded in command-history. | 34 | separately so that the expressions are recorded in command-history. |
| 31 | 35 | ||