* minibuf.texi (Intro to Minibuffers): Fix typos.
[bpt/emacs.git] / doc / lispref / ChangeLog
index e2acc24..0e139cc 100644 (file)
@@ -1,3 +1,107 @@
+2009-03-23  Juanma Barranquero  <lekktu@gmail.com>
+
+       * minibuf.texi (Intro to Minibuffers): Fix typos.
+
+2009-03-23  Chong Yidong  <cyd@stupidchicken.com>
+
+       * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
+       about minibuffers in old Emacs versions.  Copyedits.  Emphasize
+       that enable-recursive-minibuffers defaults to nil.
+       (Text from Minibuffer): Simplify introduction.
+
+2009-03-22  Alan Mackenzie  <acm@muc.de>
+
+       * commands.texi (Using Interactive): Clarify string argument to
+       `interactive' - even promptless elements need \n separators.
+
+2009-03-18  Chong Yidong  <cyd@stupidchicken.com>
+
+       * minibuf.texi (Completion Styles): New node.
+
+       * elisp.texi (Top): Update node listing.
+
+2009-03-17  Chong Yidong  <cyd@stupidchicken.com>
+
+       * minibuf.texi (Basic Completion): Note that
+       read-file-name-completion-ignore-case and
+       read-buffer-completion-ignore-case can override
+       completion-ignore-case.
+       (Minibuffer Completion): Document completing-read changes.
+       (Completion Commands): Avoid mentioning partial completion mode.
+       Document minibuffer-completion-confirm changes, and
+       minibuffer-confirm-exit-commands.
+       (High-Level Completion): Document new require-match behavior for
+       read-buffer.  Document read-buffer-completion-ignore-case.
+       (Reading File Names): Document new require-match behavior for
+       read-file-name.
+
+2009-03-14  Chong Yidong  <cyd@stupidchicken.com>
+
+       * debugging.texi (Error Debugging): Don't mislead the reader into
+       thinking that debug-on-error enters debugger for C-f at EOB.
+       (Error Debugging): Setting debug-on-init within the init file
+       works, and has for some time.
+
+2009-03-13  Kenichi Handa  <handa@m17n.org>
+
+       * display.texi (Fontsets): Update the description.
+
+2009-03-13  Chong Yidong  <cyd@stupidchicken.com>
+
+       * advice.texi (Advising Primitives): Link to What Is a Function.
+
+2009-03-12  Chong Yidong  <cyd@stupidchicken.com>
+
+       * compile.texi (Speed of Byte-Code): Update example.
+       (Disassembly): Update examples.
+
+       * loading.texi (Repeated Loading): Simplify examples.
+
+       * customize.texi (Common Keywords): It's not necessary to use :tag
+       to remove hyphens, as custom-unlispify-tag-name does it
+       automatically.
+       (Variable Definitions): Link to File Local Variables.  Document
+       customized-value symbol property.
+       (Customization Types): Move menu to end of node.
+
+2009-03-10  Chong Yidong  <cyd@stupidchicken.com>
+
+       * macros.texi (Compiling Macros): Omit misleading sentence, which
+       implied that macros can only be used in the same file they are
+       defined.
+       (Backquote): Remove obsolete information about Emacs 19.
+
+2009-03-05  John Foerch  <jjfoerch@earthlink.net>  (tiny change)
+
+       * display.texi (Display Margins): Fix paren typo.
+
+2009-02-27  Chong Yidong  <cyd@stupidchicken.com>
+
+       * elisp.texi (Top): Update node listing.
+
+       * variables.texi (Variables): Clarify introduction.
+       (Global Variables): Mention that setq is a special form.
+       (Local Variables): Use active voice.
+       (Tips for Defining): Mention marking variables as safe.
+       (Buffer-Local Variables): Mention terminal-local and frame-local
+       variables together.
+       (File Local Variables): Copyedits.
+       (Frame-Local Variables): Note that they are not really useful.
+       (Future Local Variables): Node deleted.
+
+       * objects.texi (General Escape Syntax): Update explanation of
+       unicode escape syntax.
+
+2009-02-23  Chong Yidong  <cyd@stupidchicken.com>
+
+       * control.texi (Control Structures): Add cindex entry for "textual
+       order".
+
+       * eval.texi (Intro Eval): Copyedits.  Standardize on "form"
+       instead of "expression" throughout.
+       (Function Indirection): Copyedits.  Use active voice.
+       (Eval): The default value of max-lisp-eval-depth is now 400.
+
 2009-02-23  Miles Bader  <miles@gnu.org>
 
        * processes.texi (System Processes): Rename `system-process-attributes'
        * files.texi (Reading from Files): Document that null bytes force
        no-conversion when visiting files.
 
-       * processes.texi (Serial Ports): Improve wording, suggested by
-       RMS.
+       * processes.texi (Serial Ports): Improve wording, suggested by RMS.
 
        * nonascii.texi (Lisp and Coding Systems): Document
        inhibit-null-byte-detection and inhibit-iso-escape-detection.