diff options
| -rw-r--r-- | lisp/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d254f82f494..32447efa5ac 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2000-04-01 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * cpp.el: Change customization group to `c' from `C'. | ||
| 4 | |||
| 5 | * vcursor.el (vcursor-move): Use display-color-p. | ||
| 6 | |||
| 7 | * international/mule-util.el: Provide mule-utils. | ||
| 8 | (string-to-sequence): Simplify and speed up. | ||
| 9 | |||
| 10 | * international/mule.el (make-coding-system): Purecopy doc-string. | ||
| 11 | |||
| 12 | * international/mule-cmds.el: Various menu changes. | ||
| 13 | (describe-specified-language-support): Handle `Default'. | ||
| 14 | (set-language-info): Purecopy `info'. | ||
| 15 | |||
| 1 | 2000-03-31 Andrew Innes <andrewi@gnu.org> | 16 | 2000-03-31 Andrew Innes <andrewi@gnu.org> |
| 2 | 17 | ||
| 3 | * vc.el (vc-backend-diff): Return the correct status if we had to | 18 | * vc.el (vc-backend-diff): Return the correct status if we had to |