diff options
| author | Richard M. Stallman | 2002-01-01 07:23:41 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-01-01 07:23:41 +0000 |
| commit | 1996baeec097efe3e77bff7b0413bd03557b9c15 (patch) | |
| tree | 220683e1fafd9500f90a5ca89995c08f29a6ee86 | |
| parent | b6e8d2388cca2c20b76b9e40c75d01848fbf9e82 (diff) | |
| download | emacs-1996baeec097efe3e77bff7b0413bd03557b9c15.tar.gz emacs-1996baeec097efe3e77bff7b0413bd03557b9c15.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | src/ChangeLog | 7 |
2 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2c2fb06e0f7..736f6ada507 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2002-01-01 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf. | ||
| 4 | |||
| 1 | 2001-12-31 Richard M. Stallman <rms@gnu.org> | 5 | 2001-12-31 Richard M. Stallman <rms@gnu.org> |
| 2 | 6 | ||
| 3 | * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el: | 7 | * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el: |
diff --git a/src/ChangeLog b/src/ChangeLog index 0f284176d7f..955b1e81f69 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2002-01-01 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * print.c (print_object): Test print_escape_nonascii only for | ||
| 4 | unibyte strings. | ||
| 5 | (PRINTPREPARE): Once again bind Qprint_escape_nonascii | ||
| 6 | when outputting to a multibyte buffer. | ||
| 7 | |||
| 1 | 2001-12-29 Richard M. Stallman <rms@gnu.org> | 8 | 2001-12-29 Richard M. Stallman <rms@gnu.org> |
| 2 | 9 | ||
| 3 | * print.c (print_object): In multibyte string, use hex escapes. | 10 | * print.c (print_object): In multibyte string, use hex escapes. |