diff options
| author | Chong Yidong | 2008-07-15 14:11:58 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-07-15 14:11:58 +0000 |
| commit | 9f30aa7371d6020eefa1d3997c43c4f844d3d0fe (patch) | |
| tree | 197db5db18dcad5e21d648737390233c083409cb /doc | |
| parent | 1885ab29b707bfd00da64e6a12b5fb15b57609e8 (diff) | |
| download | emacs-9f30aa7371d6020eefa1d3997c43c4f844d3d0fe.tar.gz emacs-9f30aa7371d6020eefa1d3997c43c4f844d3d0fe.zip | |
* commands.texi (User Input): Rewrite. Describe Emacs' behavior
directly, rather than in the context of ASCII. Move description of
special properties of modifier key to new Modifier Keys node.
(Keys): Copyedit.
(Text Characters): Delete node. Multibyte is the default nowadays, and
the node contents are obsolete.
* custom.texi (Modifier Keys): New node.
* emacs.texi (Top): Update node list.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 369c2f82f2b..47c53137d9e 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2008-07-15 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * commands.texi (User Input): Rewrite. Describe Emacs' behavior | ||
| 4 | directly, rather than in the context of ASCII. Move description of | ||
| 5 | special properties of modifier key to new Modifier Keys node. | ||
| 6 | (Keys): Copyedit. | ||
| 7 | (Text Characters): Delete node. Multibyte is the default nowadays, and | ||
| 8 | the node contents are obsolete. | ||
| 9 | |||
| 10 | * custom.texi (Modifier Keys): New node. | ||
| 11 | |||
| 12 | * emacs.texi (Top): Update node list. | ||
| 13 | |||
| 1 | 2008-07-13 Chong Yidong <cyd@stupidchicken.com> | 14 | 2008-07-13 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 15 | ||
| 3 | * emacs.texi (Intro): Increase conciseness slightly. Remove paragraph | 16 | * emacs.texi (Intro): Increase conciseness slightly. Remove paragraph |