diff options
Diffstat (limited to 'lispref/ChangeLog')
| -rw-r--r-- | lispref/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index e6ac498ce3a..ef07c950e09 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 1 | 2006-01-19 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * nonascii.texi (Translation of Characters): Search cmds use | ||
| 4 | translation-table-for-input. Automatically made local. | ||
| 5 | |||
| 6 | * markers.texi (Overview of Markers): Count insertion type | ||
| 7 | as one of a marker's attributes. | ||
| 8 | |||
| 9 | * elisp.texi (Top): Menu clarification. | ||
| 10 | |||
| 11 | * display.texi (Other Display Specs): Delete duplicate entry for | ||
| 12 | just a string as display spec. Move text about recursive display | ||
| 13 | specs on such a string. | ||
| 14 | |||
| 15 | * commands.texi (Key Sequence Input): Clarify. | ||
| 16 | Move num-nonmacro-input-events out. | ||
| 17 | (Reading One Event): num-nonmacro-input-events moved here. | ||
| 18 | |||
| 1 | 2006-01-14 Nick Roberts <nickrob@snap.net.nz> | 19 | 2006-01-14 Nick Roberts <nickrob@snap.net.nz> |
| 2 | 20 | ||
| 3 | * advice.texi (Simple Advice): Update example to fit argument | 21 | * advice.texi (Simple Advice): Update example to fit argument |