* subr.el (set-temporary-overlay-map): Fix previous doc fix (don't quote `t')
[bpt/emacs.git] / doc / lispref / ChangeLog
index eca39e5..e5320bf 100644 (file)
@@ -1,3 +1,106 @@
+2012-11-14  Glenn Morris  <rgm@gnu.org>
+
+       * keymaps.texi (Searching Keymaps, Tool Bar): Untabify examples,
+       so they align better in info.
+       (Active Keymaps, Searching Keymaps, Controlling Active Maps):
+       Document set-temporary-overlay-map.
+
+2012-11-12  Glenn Morris  <rgm@gnu.org>
+
+       * variables.texi (Adding Generalized Variables):
+       At least mention gv-define-expander and gv-letplace.
+
+2012-11-11  Glenn Morris  <rgm@gnu.org>
+
+       * debugging.texi (Error Debugging): Mention debug-on-message.
+       (Using Debugger): Mention debugger-bury-or-kill.
+
+       * control.texi (Signaling Errors):
+       * debugging.texi (Error Debugging):
+       * errors.texi (Standard Errors): Add user-error.
+
+       * variables.texi (Adding Generalized Variables):
+       Use standard formatting for common lisp note about setf functions.
+
+2012-11-07  Martin Rudalics  <rudalics@gmx.at>
+
+       * elisp.texi (Top): Add Recombining Windows to menu.
+       * windows.texi (Recombining Windows): New subsection.
+       (Splitting Windows): Rewrite text on handling of window
+       combinations and move it to new subsection.
+
+2012-11-07  Chong Yidong  <cyd@gnu.org>
+
+       * searching.texi (Replacing Match): Document \? in replace-match.
+
+       * variables.texi (Creating Buffer-Local): Document setq-local and
+       defvar-local.
+       (Setting Generalized Variables): Arrange table alphabetically.
+
+       * lists.texi (List Elements, List Variables): Clarify descriptions
+       of push and pop for generalized variables.
+
+       * edebug.texi (Specification List): setf is no longer CL-only.
+
+2012-11-07  Glenn Morris  <rgm@gnu.org>
+
+       * variables.texi (Adding Generalized Variables):
+       Update description of FIX-RETURN expansion.
+
+2012-11-06  Glenn Morris  <rgm@gnu.org>
+
+       * variables.texi (Setting Generalized Variables):
+       Split most of previous contents into this subsection.
+       (Adding Generalized Variables): New subsection.
+       Move note on lack of setf functions here from misc/cl.texi.
+
+       * elisp.texi: Add Generalized Variables subsections to detailed menu.
+
+2012-11-05  Chong Yidong  <cyd@gnu.org>
+
+       * frames.texi (Initial Parameters): Doc fix (Bug#12144).
+
+2012-11-03  Chong Yidong  <cyd@gnu.org>
+
+       * objects.texi (General Escape Syntax): Clarify the explanation of
+       escape sequences.
+       (Non-ASCII in Strings): Clarify when a string is unibyte vs
+       multibyte.  Hex escapes do not automatically make a string
+       multibyte.
+
+2012-11-03  Martin Rudalics  <rudalics@gmx.at>
+
+       * windows.texi (Switching Buffers): Document option
+       switch-to-buffer-preserve-window-point.
+       (Display Action Functions): Document window-height and
+       window-width alist entries.
+       (Display Action Functions): Document
+       display-buffer-below-selected and
+       display-buffer-in-previous-window.
+       (Quitting Windows): Document quit-restore-window.  Rewrite
+       section.
+       (Window Configurations): In window-state-get mention that
+       argument window must be valid.
+       (Window Parameters): Document quit-restore window parameter
+       (Bug#12158).
+
+2012-10-31  Glenn Morris  <rgm@gnu.org>
+
+       * control.texi (Catch and Throw): Add xref to cl.texi.
+
+       * lists.texi (Sets And Lists): Point xref to better location.
+
+       * errors.texi (Standard Errors):
+       * loading.texi (Autoload): Update for cl-lib namespace changes.
+
+       * modes.texi (Defining Minor Modes): "Generalized Variables"
+       section is now in this manual rather than cl.texi.
+
+       * eval.texi (Special Forms): No longer special forms: defmacro,
+       defun, save-window-excursion, with-output-to-temp-buffer.
+       * functions.texi (Defining Functions): Defun is now a macro.
+       Defalias is a function.
+
 2012-10-30  Glenn Morris  <rgm@gnu.org>
 
        * variables.texi (Generalized Variables): Fix typo.