diff options
| -rw-r--r-- | lisp/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 98ccec99682..abe869033c5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2005-05-02 Nick Roberts <nickrob@snap.net.nz> | ||
| 2 | |||
| 3 | * international/mule-util.el (truncate-string): Remove alias and | ||
| 4 | obsolete declaration. | ||
| 5 | |||
| 6 | * international/mule-cmds.el (update-iso-coding-systems): | ||
| 7 | Remove alias and obsolete declaration. | ||
| 8 | |||
| 9 | * international/mule.el (coding-system-parent): Remove alias and | ||
| 10 | obsolete declaration. | ||
| 11 | |||
| 12 | * subr.el (define-function, sref): Remove aliases and obsolete | ||
| 13 | declarations. | ||
| 14 | (chars-in-region): Remove obsolete declaration. | ||
| 15 | |||
| 1 | 2005-05-01 Richard M. Stallman <rms@gnu.org> | 16 | 2005-05-01 Richard M. Stallman <rms@gnu.org> |
| 2 | 17 | ||
| 3 | * info.el (Info-mode): Set widen-automatically to nil, locally. | 18 | * info.el (Info-mode): Set widen-automatically to nil, locally. |