aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/emacs/ChangeLog4
-rw-r--r--doc/emacs/ack.texi5
2 files changed, 7 insertions, 2 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 3c21a60394a..ef6d736db1d 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,7 @@
12012-10-28 Glenn Morris <rgm@gnu.org>
2
3 * ack.texi (Acknowledgments): Mention gv.el.
4
12012-10-27 Bastien Guerry <bzg@gnu.org> 52012-10-27 Bastien Guerry <bzg@gnu.org>
2 6
3 * screen.texi (Menu Bar): Fix typo. 7 * screen.texi (Menu Bar): Fix typo.
diff --git a/doc/emacs/ack.texi b/doc/emacs/ack.texi
index 8d1e4221a6c..79710f4992b 100644
--- a/doc/emacs/ack.texi
+++ b/doc/emacs/ack.texi
@@ -835,8 +835,9 @@ diffs; @file{css-mode.el} for Cascading Style Sheets;
835client for the ``Music Player Daemon''; @file{smie.el}, a generic 835client for the ``Music Player Daemon''; @file{smie.el}, a generic
836indentation engine; and @file{pcase.el}, implementing ML-style pattern 836indentation engine; and @file{pcase.el}, implementing ML-style pattern
837matching. In Emacs 24, he integrated the lexical binding code, 837matching. In Emacs 24, he integrated the lexical binding code,
838and cleaned up the CL namespace (making it acceptable to use CL 838cleaned up the CL namespace (making it acceptable to use CL
839functions at runtime). 839functions at runtime), and added generalized variables to core Emacs
840Lisp.
840 841
841@item 842@item
842Morioka Tomohiko wrote several packages for MIME support in Gnus and 843Morioka Tomohiko wrote several packages for MIME support in Gnus and