diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/ChangeLog | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 35ad6e86de9..639d7e2dc9c 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | 2014-03-18 Stefan <monnier@iro.umontreal.ca> | 1 | 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * functions.texi (Advising Functions): Try and improve the text. | 3 | * functions.texi (Advising Functions): Try and improve the text. |
| 4 | Add example use of advice-add (bug#16959). | 4 | Add example use of advice-add (bug#16959). |
| @@ -173,8 +173,8 @@ | |||
| 173 | 173 | ||
| 174 | 2014-02-22 Stefan Monnier <monnier@iro.umontreal.ca> | 174 | 2014-02-22 Stefan Monnier <monnier@iro.umontreal.ca> |
| 175 | 175 | ||
| 176 | * functions.texi (Declare Form): Document gv-expander, gv-setter, and | 176 | * functions.texi (Declare Form): Document gv-expander, gv-setter, |
| 177 | compiler-macro (bug#16829, bug#15093). | 177 | and compiler-macro (bug#16829, bug#15093). |
| 178 | 178 | ||
| 179 | 2014-02-21 Juanma Barranquero <lekktu@gmail.com> | 179 | 2014-02-21 Juanma Barranquero <lekktu@gmail.com> |
| 180 | 180 | ||
| @@ -738,7 +738,8 @@ | |||
| 738 | 738 | ||
| 739 | 2013-09-21 Xue Fuqiao <xfq.free@gmail.com> | 739 | 2013-09-21 Xue Fuqiao <xfq.free@gmail.com> |
| 740 | 740 | ||
| 741 | * nonascii.texi (Coding System Basics): Add information about carriage-return. | 741 | * nonascii.texi (Coding System Basics): Add information about |
| 742 | carriage-return. | ||
| 742 | 743 | ||
| 743 | 2013-09-14 Eli Zaretskii <eliz@gnu.org> | 744 | 2013-09-14 Eli Zaretskii <eliz@gnu.org> |
| 744 | 745 | ||
| @@ -887,7 +888,8 @@ | |||
| 887 | 2013-07-31 Xue Fuqiao <xfq.free@gmail.com> | 888 | 2013-07-31 Xue Fuqiao <xfq.free@gmail.com> |
| 888 | 889 | ||
| 889 | * nonascii.texi (Non-ASCII Characters): Update menu. | 890 | * nonascii.texi (Non-ASCII Characters): Update menu. |
| 890 | (Disabling Multibyte): Move here from doc/emacs/mule.texi. Fix cross-references. | 891 | (Disabling Multibyte): Move here from doc/emacs/mule.texi. |
| 892 | Fix cross-references. | ||
| 891 | 893 | ||
| 892 | * elisp.texi (Top): Update menu. | 894 | * elisp.texi (Top): Update menu. |
| 893 | 895 | ||