nnimap.el: Fix inloop if the server dies before the async -finish is called
[bpt/emacs.git] / doc / lispref / ChangeLog
index 69eca80..65740fe 100644 (file)
@@ -1,3 +1,142 @@
+2012-02-05  Glenn Morris  <rgm@gnu.org>
+
+       * debugging.texi (Error Debugging): Mention debug-on-event default.
+
+2012-02-04  Glenn Morris  <rgm@gnu.org>
+
+       * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
+
+       * debugging.texi (Error Debugging): Mention debug-on-event.
+       * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
+
+       * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
+
+       * text.texi (Buffer Contents):
+       Update filter-buffer-substring description.
+
+2012-02-04  Chong Yidong  <cyd@gnu.org>
+
+       * functions.texi (What Is a Function): Add closures.  Mention
+       "return value" terminology.  Add xref for command-execute.  Remove
+       unused "keystroke command" terminology.
+       (Lambda Expressions): Give a different example than in the
+       following subsection.  Add xref to Anonymous Functions.
+       (Function Documentation): Remove gratuitous markup.
+       (Function Names): Move introductory text to `What Is a Function'.
+       (Defining Functions): Fix defun argument spec.
+       (Anonymous Functions): Document lambda macro explicitly.  Mention
+       effects on lexical binding.
+       (Function Cells): Downplay direct usage of fset.
+       (Closures): New node.
+       (Inline Functions): Remove "open-code" terminology.
+       (Declaring Functions): Minor tweak; .m is not C code.
+
+       * variables.texi (Variables): Don't refer to "global value".
+       (Local Variables, Void Variables): Copyedits.
+       (Lexical Binding): Minor clarification of example.
+       (File Local Variables): Mention :safe and :risky defcustom args.
+       (Lexical Binding): Add xref to Closures node.
+
+2012-02-04  Glenn Morris  <rgm@gnu.org>
+
+       * minibuf.texi (High-Level Completion): Updates for read-color.
+
+2012-02-03  Glenn Morris  <rgm@gnu.org>
+
+       * display.texi (GIF Images): Mention animation.
+       Remove commented-out old example of animation.
+       (Animated Images): New subsection.
+       * elisp.texi (Top):
+       * vol1.texi (Top):
+       * vol2.texi (Top): Add Animated Images menu entry.
+
+       * display.texi (Image Formats): Remove oddly specific information
+       on versions of image libraries.
+       (GIF Images, TIFF Images): Minor rephrasing.
+
+2012-02-02  Glenn Morris  <rgm@gnu.org>
+
+       * processes.texi (Synchronous Processes):
+       Mention call-process's :file gets overwritten.
+
+       * commands.texi (Reading One Event):
+       * help.texi (Help Functions): Document read-char-choice.
+
+       * hooks.texi (Standard Hooks):
+       * modes.texi (Keymaps and Minor Modes):
+       * text.texi (Commands for Insertion): Document post-self-insert-hook.
+
+       * hooks.texi (Standard Hooks): Add prog-mode-hook.
+
+       * hooks.texi (Standard Hooks):
+       * modes.texi (Major Mode Conventions, Mode Hooks):
+       Document change-major-mode-after-body-hook.
+
+2012-02-01  Glenn Morris  <rgm@gnu.org>
+
+       * modes.texi (Defining Minor Modes):
+       Mention disabling global minor modes on a per-major-mode basis.
+
+2012-01-31  Chong Yidong  <cyd@gnu.org>
+
+       * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
+       (Parser State): Remove unnecessary statement (Bug#10661).
+
+       * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
+
+2012-01-31  Glenn Morris  <rgm@gnu.org>
+
+       * modes.texi (Defining Minor Modes):
+       Document define-minor-mode's new :variable keyword.
+
+2012-01-29  Chong Yidong  <cyd@gnu.org>
+
+       * syntax.texi (Syntax Class Table): Tweak description of newline
+       char syntax (Bug#9619).
+
+       * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
+       description (Bug#10189).
+
+2012-01-29  Glenn Morris  <rgm@gnu.org>
+
+       * files.texi (Changing Files): Document SELinux support.
+
+       * windows.texi (Window Sizes): Fix typo.
+
+2012-01-28  Chong Yidong  <cyd@gnu.org>
+
+       * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
+       doc (Bug#8568).
+
+       * frames.texi (Input Focus): Add NORECORD arg to
+       select-frame-set-input-focus.  Clarify its role in select-frame.
+
+       * text.texi (Transposition): We don't use transpose-region as an
+       internal subroutine (Bug#3249).
+
+       * modes.texi (Example Major Modes): Update Lisp example code to
+       current sources.  Delete the old non-derived-major-mode example,
+       which has diverged badly from current sources.
+
+2012-01-27  Glenn Morris  <rgm@gnu.org>
+
+       * makefile.w32-in (texinputdir): Fix (presumed) typo.
+       (VERSION, manual): Remove, unused.
+
+2012-01-27  Chong Yidong  <cyd@gnu.org>
+
+       * commands.texi (Command Overview): Minor clarification (Bug#10384).
+
+2012-01-26  Chong Yidong  <cyd@gnu.org>
+
+       * searching.texi (String Search): Document negative repeat count
+       (Bug#10507).
+
+2012-01-26  Glenn Morris  <rgm@gnu.org>
+
+       * variables.texi (Using Lexical Binding):
+       Mention that lexical-binding should be set in the first line.
+
 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
 
        * macros.texi (Defining Macros): Don't claim that `declare' only