Clarify that \= only quotes the next character
[bpt/emacs.git] / doc / lispref / ChangeLog
index bca76b8..d18a72e 100644 (file)
@@ -1,9 +1,274 @@
-2011-05-03  Paul Eggert  <eggert@cs.ucla.edu>
+2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * help.texi (Keys in Documentation): Clarify that \= only quotes
+       the next character, and doesn't affect longer sequences in
+       particular (bug#8935).
+
+       * debugging.texi (Using Debugger): Mention
+       @code{eval-expression-debug-on-error} (bug#8549).
+
+2011-07-14  Eli Zaretskii  <eliz@gnu.org>
+
+       * display.texi (Other Display Specs): Document that `left-fringe'
+       and `right-fringe' display specifications are of the "replacing"
+       kind.
+
+2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * help.texi (Documentation Basics): Add a link to the Function
+       Documentation node (bug#6580).
+
+2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * keymaps.texi (Menu Bar): Mention :visible and :enable
+       (bug#6344).  Text by Drew Adams.
+
+       * modes.texi (Running Hooks): Mention buffer-local hook variables
+       (bug#6218).
+
+       * objects.texi (General Escape Syntax): "a with grave accent" is
+       ?xe0, not ?x8e0 (bug#5259).
+
+2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
+
+       * display.texi (Face Attributes, Font Selection): Add references
+       to the Fonts node in the Emacs manual (Bug#4178).
+
+2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
+
+       * display.texi (Window Systems): `window-system' is
+       terminal-local.
+
+       * frames.texi (Frame Parameters, Parameter Access): Don't mention
+       frame-local variables.
+
+       * variables.texi (Buffer-Local Variables): Don't mention obsolete
+       frame-local variables.
+       (Frame-Local Variables): Node deleted.
+
+       * elisp.texi (Top): Update node listing.
+
+2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * elisp.texi: Change "inferiors" to "subnodes" in three places
+       (bug#3523).
+
+2011-07-11  Chong Yidong  <cyd@stupidchicken.com>
+
+       * frames.texi (Window System Selections): Discussion of
+       x-select-enable-clipboard moved to Emacs manual.
+
+2011-07-11  Deniz Dogan  <deniz@dogan.se>
+
+       * commands.texi (Prefix Command Arguments): Remove excessive
+       apostrophe.
+
+2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
+       description is a string (bug#3313).
+
+       * frames.texi (Display Feature Testing): Try to explain what all
+       the visual classes mean (bug#3042).
+
+2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * modes.texi (Mode Line Variables): Document `mode-line-remote'
+       and `mode-line-client' (bug#2974).
+
+       * text.texi (Insertion): Clarify marker movements (bug#1651).
+       Text from Drew Adams.
+
+2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * text.texi (Special Properties): Clarify the format of `face'
+       (bug#1375).
+
+       * commands.texi (Interactive Call): Add a `call-interactively'
+       example (bug#1010).
+
+2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * functions.texi (Calling Functions): Link to the "Interactive
+       Call" node (bug#1001).
+
+2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
+
+       * customize.texi (Composite Types): Move alist and plist to here
+       from Simple Types (Bug#7545).
+
+       * elisp.texi (Top): Update menu description.
+
+       * display.texi (Face Attributes): Document negative line widths
+       (Bug#6113).
+
+2011-07-03  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
+
+       * searching.texi (Match Data): Note that match data can be
+       overwritten by most functions (bug#2499).
+
+2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * strings.texi (Formatting Strings): Clarify what the "-" and "0"
+       flags mean (bug#6659).
+
+       * functions.texi (What Is a Function): Document the autoload
+       object (bug#6496).
+
+2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * customize.texi (Variable Definitions): Clarify that SETFUNCTION
+       is only used in the Customize user interface (bug#6089).
+
+       * display.texi (Showing Images): Mention the point of sliced
+       images (bug#7836).
+
+2011-07-02  Eli Zaretskii  <eliz@gnu.org>
+
+       * variables.texi (Defining Variables, Void Variables)
+       (Constant Variables): Fix incorrect usage of @kindex.
+
+2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * variables.texi (Defining Variables): Add an index entry for
+       `set-variable' (bug#7262).
+       (Defining Variables): Use @findex for functions.
+
+       * frames.texi (Basic Parameters): Document the `explicit-name'
+       parameter (bug#6951).
+
+       * customize.texi (Type Keywords): Clarify that :value provides a
+       default value for all types (bug#7386).
+
+       * streams.texi (Output Functions): Document `pp'.
+
+2011-06-25  Chong Yidong  <cyd@stupidchicken.com>
+
+       * keymaps.texi (Searching Keymaps):
+       * display.texi (Overlay Properties): Fix errors in 2011-05-29
+       change.  Suggested by Johan Bockgård.
+
+2011-06-15  Chong Yidong  <cyd@stupidchicken.com>
+
+       * text.texi (Special Properties): Clarify role of font-lock-face.
+
+2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * processes.texi (Process Information): Renamed `process-alive-p'
+       to `process-live-p' for consistency with other `-live-p' functions.
+
+2011-06-03  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Document wide integers better.
+       * files.texi (File Attributes): Document ino_t values better.
+       ino_t values no longer map to anything larger than a single cons.
+       * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
+       (Bitwise Operations):
+       * objects.texi (Integer Type): Use a binary notation that is a bit easier
+       to read, and that will port better if 62-bits becomes the default.
+       Fix or remove incorrect examples.
+       * os.texi (Time Conversion): Document time_t values better.
+
+2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * processes.texi (Process Information): Document
+       `process-alive-p'.
+
+2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
+
+       * help.texi (Accessing Documentation):
+       * display.texi (Pixel Specification):
+       * processes.texi (Serial Ports, Serial Ports):
+       * nonascii.texi (Character Properties, Default Coding Systems):
+       * text.texi (Changing Properties, Special Properties):
+       * windows.texi (Window Start and End):
+       * modes.texi (SMIE Indentation Example, SMIE Tricks):
+       * keymaps.texi (Searching Keymaps, Tool Bar):
+       * minibuf.texi (Basic Completion):
+       * compile.texi (Eval During Compile):
+       * strings.texi (Formatting Strings): Tweaks to avoid overflowing
+       7x9 paper in printed manual.
+
+       * lists.texi (Sets And Lists): Fix misplaced text.
+
+2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
+
+       * keymaps.texi (Remapping Commands): Emphasize that the keymap
+       needs to be active (Bug#8350).
+
+2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
+
+       * minibuf.texi (Reading File Names): Clarify (Bug#8480).
+
+       * tips.texi (Coding Conventions): Remove antediluvian filename
+       limit recommendation (Bug#8538).
+
+2011-05-27  Glenn Morris  <rgm@gnu.org>
+
+       * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
+
+2011-05-26  Glenn Morris  <rgm@gnu.org>
+
+       * variables.texi (File Local Variables):
+       Update hack-local-variables `mode-only' return value.
+       Add some more details on what this function does in the other case.
+
+2011-05-19  Glenn Morris  <rgm@gnu.org>
+
+       * lists.texi (Sets And Lists): Mention cl provides union etc.
+
+2011-05-19  Nix  <nix@esperi.org.uk>
+
+       * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
+
+       * text.texi (Parsing HTML): Update for function name changes.
+
+       * syntax.texi (Syntax Flags): Small fix.
+
+       * keymaps.texi (Active Keymaps): Typo fix.
+       (Changing Key Bindings): Grammar fix.
+
+       * frames.texi (Minibuffers and Frames): Grammar fix.
+       (Window System Selections): x-select-enable-clipboard now defaults to t.
+
+       * customize.texi (Common Keywords):
+       * display.texi (Abstract Display):
+       * modes.texi (Auto-Indentation):
+       * nonascii.texi (Converting Representations): Typo fixes.
+
+       * control.texi (Examples of Catch): Call it "goto" not "go to".
+
+2011-05-14  Eli Zaretskii  <eliz@gnu.org>
+
+       * nonascii.texi (Character Properties): Fix inconsistencies with
+       implementation.
+
+       * text.texi (Special Properties): Move @defvar's out of the
+       @table.  (Bug#8652)
+
+2011-05-12  Glenn Morris  <rgm@gnu.org>
+
+       * display.texi (Image Descriptors): Fix typo.  (Bug#8495)
+
+2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * modes.texi (Region to Refontify): Rename from "Region to Fontify".
+       (Multiline Font Lock):
+       * vol2.texi (Top):
+       * vol1.texi (Top):
+       * elisp.texi (Top): Update menu accordingly.
+
+2011-05-12  Drew Adams  <drew.adams@oracle.com>
+
+       * modes.texi (Region to Fontify): Fix typo.
+
+2011-05-10  Jim Meyering  <meyering@redhat.com>
+
+       * minibuf.texi: Fix typo "in in -> in".
+
+2011-05-06  Paul Eggert  <eggert@cs.ucla.edu>
 
        * numbers.texi (Integer Basics): Large integers are treated as floats.
-       (Arithmetic Operations, Math Functions): Large integers go to
-       floats instead of wrapping around.
-       * objects.texi (Integer Type): Likewise.  (Bug#8611)
 
 2011-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>