diff options
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index acf6f8a51ff..26765e7a384 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,29 @@ | |||
| 1 | 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * hooks.texi (Standard Hooks): Clarify that -hooks is deprecated. | ||
| 4 | |||
| 5 | 2012-10-23 Paul Eggert <eggert@cs.ucla.edu> | ||
| 6 | |||
| 7 | Fix outdated timestamp documentation in Elisp manual (bug#12706). | ||
| 8 | * files.texi (File Attributes): | ||
| 9 | * text.texi (Undo): | ||
| 10 | Time stamp resolution is now 1 picosecond, not 1 second. | ||
| 11 | |||
| 12 | 2012-10-23 Chong Yidong <cyd@gnu.org> | ||
| 13 | |||
| 14 | * display.texi (Font Lookup): Remove font-list-limit. | ||
| 15 | |||
| 16 | * keymaps.texi (Key Sequences): Avoid referring to Edit Macro mode | ||
| 17 | (Bug#12529). | ||
| 18 | |||
| 19 | 2012-10-22 Glenn Morris <rgm@gnu.org> | ||
| 20 | |||
| 21 | * os.texi (Recording Input): Tiny fix. | ||
| 22 | |||
| 23 | * intro.texi (Lisp History): | ||
| 24 | * lists.texi (Sets And Lists): Refer to cl-lib rather than cl. | ||
| 25 | * tips.texi (Coding Conventions): Recommend cl-lib over cl. | ||
| 26 | |||
| 1 | 2012-10-15 Chong Yidong <cyd@gnu.org> | 27 | 2012-10-15 Chong Yidong <cyd@gnu.org> |
| 2 | 28 | ||
| 3 | * macros.texi (Defining Macros): defmacro is now a macro. | 29 | * macros.texi (Defining Macros): defmacro is now a macro. |