diff options
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3ca1634346d..41cce9b4e2d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 1999-10-13 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * international/mule-cmds.el (select-safe-coding-system) | ||
| 4 | (leim-list-header): avoid the use of strings that start with backslash | ||
| 5 | newline since lread.c:read1 has a hack to turn those strings into | ||
| 6 | integer 0 during the loadup.el process. | ||
| 7 | |||
| 8 | * diff-mode.el (diff-find-file-name): use `Index:' preferentially. | ||
| 9 | |||
| 1 | 1999-10-13 Dave Love <fx@gnu.org> | 10 | 1999-10-13 Dave Love <fx@gnu.org> |
| 2 | 11 | ||
| 3 | * image.el (insert-image): Copy the image spec and add an | 12 | * image.el (insert-image): Copy the image spec and add an |