diff options
| author | Kim F. Storm | 2006-10-10 16:11:48 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-10-10 16:11:48 +0000 |
| commit | 3075e881465441a8a740c80489f6552903cf9e96 (patch) | |
| tree | 48889fea6006f33b445de27453cb0b2435a6ae3d | |
| parent | b70e1a2bdc58e85af0c89e5d9cf59337355e3070 (diff) | |
| download | emacs-3075e881465441a8a740c80489f6552903cf9e96.tar.gz emacs-3075e881465441a8a740c80489f6552903cf9e96.zip | |
*** empty log message ***
| -rw-r--r-- | lispref/ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 76a3ee8a1ef..61d4a005d57 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2006-10-10 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * lists.texi (Sets And Lists): Add memql. | ||
| 4 | |||
| 1 | 2006-10-03 Richard Stallman <rms@gnu.org> | 5 | 2006-10-03 Richard Stallman <rms@gnu.org> |
| 2 | 6 | ||
| 3 | * searching.texi (Char Classes): Document :multibyte: and :unibyte:. | 7 | * searching.texi (Char Classes): Document :multibyte: and :unibyte:. |
| @@ -23,10 +27,6 @@ | |||
| 23 | * commands.texi (Command Loop Info): Explain how read-event affects | 27 | * commands.texi (Command Loop Info): Explain how read-event affects |
| 24 | this-command-keys. | 28 | this-command-keys. |
| 25 | 29 | ||
| 26 | 2006-09-21 Kim F. Storm <storm@cua.dk> | ||
| 27 | |||
| 28 | * lists.texi (Sets And Lists): Add memql. | ||
| 29 | |||
| 30 | 2006-09-20 Richard Stallman <rms@gnu.org> | 30 | 2006-09-20 Richard Stallman <rms@gnu.org> |
| 31 | 31 | ||
| 32 | * os.texi (Timers): Clarify about REPEAT when timer is delayed. | 32 | * os.texi (Timers): Clarify about REPEAT when timer is delayed. |