diff options
| author | Chong Yidong | 2010-01-02 13:55:19 -0500 |
|---|---|---|
| committer | Chong Yidong | 2010-01-02 13:55:19 -0500 |
| commit | 85eeac935fabe769e3b73d228215005f2a5cece2 (patch) | |
| tree | 907051c346643b11e375015d83bbc59507c13ef4 /doc/lispref/ChangeLog | |
| parent | b894c439536a226d8524941bcc3d0117e26da11b (diff) | |
| download | emacs-85eeac935fabe769e3b73d228215005f2a5cece2.tar.gz emacs-85eeac935fabe769e3b73d228215005f2a5cece2.zip | |
Consistently hex notation to represent character codes.
* nonascii.texi (Text Representations, Character Codes)
(Converting Representations, Explicit Encoding)
(Translation of Characters): Use hex notation consistently.
(Character Sets): Fix map-charset-chars doc (Bug#5197).
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 0f4abc7a984..419e81904ed 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2010-01-02 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * nonascii.texi (Text Representations, Character Codes) | ||
| 4 | (Converting Representations, Explicit Encoding) | ||
| 5 | (Translation of Characters): Use hex notation consistently. | ||
| 6 | (Character Sets): Fix map-charset-chars doc (Bug#5197). | ||
| 7 | |||
| 1 | 2010-01-01 Chong Yidong <cyd@stupidchicken.com> | 8 | 2010-01-01 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 9 | ||
| 3 | * loading.texi (Where Defined): Make it clearer that these are | 10 | * loading.texi (Where Defined): Make it clearer that these are |