diff options
| author | Eli Zaretskii | 2008-11-29 17:06:11 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-11-29 17:06:11 +0000 |
| commit | 98d059989aafb4ff00a7479b4cc37a1034ce72d7 (patch) | |
| tree | e4e297260878a84a77d5942b30afaef3c67741e1 /doc/lispref/ChangeLog | |
| parent | 91211f0717f2afb3b54bcd50813bc4e6b65460aa (diff) | |
| download | emacs-98d059989aafb4ff00a7479b4cc37a1034ce72d7.tar.gz emacs-98d059989aafb4ff00a7479b4cc37a1034ce72d7.zip | |
(Top): Add a @detailmenu entry for "Character Properties".
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 0234b178c5f..cd16218f5e5 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,5 +1,16 @@ | |||
| 1 | 2008-11-29 Eli Zaretskii <eliz@gnu.org> | 1 | 2008-11-29 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * nonascii.texi (Character Properties): New Section. | ||
| 4 | (Specifying Coding Systems): Document | ||
| 5 | `coding-system-priority-list', `set-coding-system-priority', and | ||
| 6 | `with-coding-priority'. | ||
| 7 | (Lisp and Coding Systems): Document `check-coding-systems-region' | ||
| 8 | and `coding-system-charset-list'. | ||
| 9 | (Coding System Basics): Document `coding-system-aliases'. | ||
| 10 | |||
| 11 | * elisp.texi (Top): Add a @detailmenu entry for "Character | ||
| 12 | Properties". | ||
| 13 | |||
| 3 | * objects.texi (Character Type): Correct the range of Emacs | 14 | * objects.texi (Character Type): Correct the range of Emacs |
| 4 | characters. Add an @xref to "Character Codes". | 15 | characters. Add an @xref to "Character Codes". |
| 5 | 16 | ||