summaryrefslogtreecommitdiff
path: root/doc/emacs/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'doc/emacs/ChangeLog')
-rw-r--r--doc/emacs/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 4f68215b7ff..23c022af600 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,13 @@
+2011-11-28 Chong Yidong <cyd@gnu.org>
+
+ * modes.texi (Major Modes): Move major-mode variable doc here from
+ Choosing Modes. Document describe-mode. Document prog-mode-hook
+ and text-mode-hook. Add example of using hooks.
+ (Minor Modes): Document behavior of mode command calls from Lisp.
+ Note that setting the mode variable using Customize will DTRT.
+ (Choosing Modes): Add example of setting a minor mode using a
+ local variable.
+
2011-11-27 Chong Yidong <cyd@gnu.org>
* frames.texi (Creating Frames): Move frame parameter example to