diff options
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index f6343606b94..4044e965ae7 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 2014-01-10 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * functions.texi (Advising Functions): New section. | ||
| 4 | * modes.texi (Running Hooks): Don't document with-wrapper-hook and | ||
| 5 | run-hook-wrapped any more. | ||
| 6 | (Hooks): Link to the new Advising Functions node. | ||
| 7 | * elisp.texi (Top): Don't include advice.texi. | ||
| 8 | * advice.texi: Remove. | ||
| 9 | * makefile.w32-in (srcs): | ||
| 10 | * Makefile.in (srcs): Adjust accordingly. | ||
| 11 | |||
| 12 | 2014-01-09 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de> | ||
| 13 | |||
| 14 | * text.texi (Parsing HTML/XML): Document `shr-insert-document'. | ||
| 15 | |||
| 16 | * strings.texi (Text Comparison): Document `string-suffix-p'. | ||
| 17 | |||
| 1 | 2014-01-07 Glenn Morris <rgm@gnu.org> | 18 | 2014-01-07 Glenn Morris <rgm@gnu.org> |
| 2 | 19 | ||
| 3 | * files.texi (File Attributes): Fix superscipt typo. | 20 | * files.texi (File Attributes): Fix superscipt typo. |
| @@ -9378,7 +9395,7 @@ | |||
| 9378 | 9395 | ||
| 9379 | * variables.texi (Variable Aliases): Simplify. | 9396 | * variables.texi (Variable Aliases): Simplify. |
| 9380 | 9397 | ||
| 9381 | * anti.texi, backups.texi, compile.texi, customization.texi: | 9398 | * anti.texi, backups.texi, compile.texi, customize.texi: |
| 9382 | * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi: | 9399 | * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi: |
| 9383 | * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi: | 9400 | * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi: |
| 9384 | * os.texi, processes.texi, searching.texi, strings.texi, text.texi: | 9401 | * os.texi, processes.texi, searching.texi, strings.texi, text.texi: |