]> code.delx.au - gnu-emacs/blobdiff - lispref/ChangeLog
*** empty log message ***
[gnu-emacs] / lispref / ChangeLog
index 1114527c8b856dd5312725e21ee064374efb08e5..39975f4e9e96da07bcc1568ac59a084302d9c23c 100644 (file)
@@ -1,7 +1,49 @@
+2006-12-19  Kim F. Storm  <storm@cua.dk>
+
+       * commands.texi (Misc Events): User signals now result in sigusr1
+       and sigusr2 events which are handled through special-event-map.
+       (Special Events): User signals and drag-n-drop are special.
+
+2006-12-17  Richard Stallman  <rms@gnu.org>
+
+       * loading.texi (Named Features): Explain subfeatures better.
+
+       * customize.texi: Use "option" only for user options.
+       For the keyword values inside defcustom etc, say "keywords".
+       For :options value's elements, say "elements".
+       :group should not be omitted.
+
+       * syntax.texi (Parsing Expressions): Split up node.
+       (Motion via Parsing, Position Parse, Parser State)
+       (Low-Level Parsing, Control Parsing): New subnodes.
+       (Parser State): Document syntax-ppss-toplevel-pos.
+
+       * positions.texi (List Motion): Punctuation fix.
+
+       * files.texi (File Name Completion): Document PREDICATE arg
+       to file-name-completion.
+
+2006-12-16  Eli Zaretskii  <eliz@gnu.org>
+
+       * internals.texi (Building Emacs, Writing Emacs Primitives): Add
+       index entries.
+
+2006-12-11  Richard Stallman  <rms@gnu.org>
+
+       * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
+       affects face menu.  Explain how to make it non-nil without enabling
+       any fontification.
+
+2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
+
+       * modes.texi (Font Lock Basics): Document nil value of
+       font-lock-defaults.
+
 2006-12-10  Glenn Morris  <rgm@gnu.org>
 
        * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
-       value for system-flag argument.
+       value for system-flag argument.  Abbrev tables may not be empty
+       when major modes are loaded.
 
 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>