]> code.delx.au - gnu-emacs/blobdiff - lispref/ChangeLog
*** empty log message ***
[gnu-emacs] / lispref / ChangeLog
index 02409cd7ab232b178c298fe9f87ca6e96b929bec..39975f4e9e96da07bcc1568ac59a084302d9c23c 100644 (file)
@@ -1,3 +1,77 @@
+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.  Abbrev tables may not be empty
+       when major modes are loaded.
+
+2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
+
+       * makefile.w32-in (maintainer-clean): Partially revert last
+       change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
+       to protect elisp-covers.texi.
+
+2006-12-07  Juanma Barranquero  <lekktu@gmail.com>
+
+       * makefile.w32-in (maintainer-clean): Depend on `distclean'.
+       Don't remove elisp* info files; they are already deleted by the
+       `clean' and `distclean' targets, and they are in the $(infodir)
+       directory, not the current one.
+
+2006-12-04  Kim F. Storm  <storm@cua.dk>
+
+       * commands.texi (Misc Events): Update signal events.
+       (Event Examples): Add signal example.
+
+2006-11-29  Richard Stallman  <rms@gnu.org>
+
+       * frames.texi (Visibility of Frames): Explain visible windows
+       can be covered by others.  Add xref for raise-frame.
+
+2006-11-28  Richard Stallman  <rms@gnu.org>
+
+       * searching.texi (Regexp Special): Update when ^ is special.
+
 2006-11-27  Eli Zaretskii  <eliz@gnu.org>
 
        * customize.texi (Customization, Common Keywords)