diff options
Diffstat (limited to 'lispref/ChangeLog')
| -rw-r--r-- | lispref/ChangeLog | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 109ac9d704e..b059d238cdd 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 1 | 2006-10-13 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * frames.texi (Frame Titles): %c and %l are ignored in | ||
| 4 | frame-title-format. | ||
| 5 | |||
| 6 | 2006-10-11 Richard Stallman <rms@gnu.org> | ||
| 7 | |||
| 8 | * keymaps.texi (Key Sequences): Clarify use of kbd. | ||
| 9 | |||
| 10 | 2006-10-10 Kim F. Storm <storm@cua.dk> | ||
| 11 | |||
| 12 | * lists.texi (Sets And Lists): Add memql. | ||
| 13 | |||
| 14 | 2006-10-03 Richard Stallman <rms@gnu.org> | ||
| 15 | |||
| 16 | * searching.texi (Char Classes): Document :multibyte: and :unibyte:. | ||
| 17 | Clarify :ascii: and :nonascii:. | ||
| 18 | |||
| 1 | 2006-09-29 Juri Linkov <juri@jurta.org> | 19 | 2006-09-29 Juri Linkov <juri@jurta.org> |
| 2 | 20 | ||
| 3 | * modes.texi (%-Constructs): Reorder coding systems in the | 21 | * modes.texi (%-Constructs): Reorder coding systems in the |
| @@ -18,10 +36,6 @@ | |||
| 18 | * commands.texi (Command Loop Info): Explain how read-event affects | 36 | * commands.texi (Command Loop Info): Explain how read-event affects |
| 19 | this-command-keys. | 37 | this-command-keys. |
| 20 | 38 | ||
| 21 | 2006-09-21 Kim F. Storm <storm@cua.dk> | ||
| 22 | |||
| 23 | * lists.texi (Sets And Lists): Add memql. | ||
| 24 | |||
| 25 | 2006-09-20 Richard Stallman <rms@gnu.org> | 39 | 2006-09-20 Richard Stallman <rms@gnu.org> |
| 26 | 40 | ||
| 27 | * os.texi (Timers): Clarify about REPEAT when timer is delayed. | 41 | * os.texi (Timers): Clarify about REPEAT when timer is delayed. |