diff options
| author | Juanma Barranquero | 2008-12-03 16:17:46 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-12-03 16:17:46 +0000 |
| commit | e4fe4569a9f4fb296dbcc154ea2b0a502f98b2b2 (patch) | |
| tree | 0f391227441398a733e28508b6f2253809b09828 /lisp/ChangeLog | |
| parent | 805f2638aaeeddc752c6f78f71b23350161bf2b2 (diff) | |
| download | emacs-e4fe4569a9f4fb296dbcc154ea2b0a502f98b2b2.tar.gz emacs-e4fe4569a9f4fb296dbcc154ea2b0a502f98b2b2.zip | |
* international/mule-diag.el (unicodedata-file, unicode-data): Remove.
They already exist in descr-text.el as `describe-char-unicodedata-file'
and `describe-char-unicode-data'.
(print-list): Simplify.
(read-charset): Reflow docstring.
(list-coding-systems): Doc fix.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 57cb3703c0e..707b4bc3616 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2008-12-03 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * international/mule-diag.el (unicodedata-file, unicode-data): Remove. | ||
| 4 | They already exist in descr-text.el as `describe-char-unicodedata-file' | ||
| 5 | and `describe-char-unicode-data'. | ||
| 6 | (print-list): Simplify. | ||
| 7 | (read-charset): Reflow docstring. | ||
| 8 | (list-coding-systems): Doc fix. | ||
| 9 | |||
| 1 | 2008-12-03 Glenn Morris <rgm@gnu.org> | 10 | 2008-12-03 Glenn Morris <rgm@gnu.org> |
| 2 | 11 | ||
| 3 | * vc.el (vc-diff-switches): Doc fix. | 12 | * vc.el (vc-diff-switches): Doc fix. |