* doc/lispref/display.texi (Face Functions): `face-list' returns faces.
[bpt/emacs.git] / doc / lispref / ChangeLog
index 7470df8..70f6c9b 100644 (file)
@@ -1,5 +1,285 @@
+2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * display.texi (Face Functions): `face-list' returns faces (bug#9564).
+
+2011-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * errors.texi (Standard Errors): Remove apparent placeholder text
+       (bug#9491).
+
+2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
+
+       * frames.texi (Management Parameters): Fix description of
+       icon-type parameter.
+
+2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
+
+       * tips.texi (Key Binding Conventions): Don't bind a key sequence
+       ending in C-g.  Suggested by Edward O'Connor.
+
+2011-09-17  Eli Zaretskii  <eliz@gnu.org>
+
+       * numbers.texi (Integer Basics): Add indexing for
+       most-positive-fixnum and most-negative-fixnum.  (Bug#9525)
+
+2011-09-14  Dani Moncayo  <dmoncayo@gmail.com>  (tiny change)
+
+       * lists.texi (Sets And Lists): Fix typo.  (Bug#9393)
+
+2011-09-11  Juanma Barranquero  <lekktu@gmail.com>
+
+       * processes.texi (Network Servers): Clarify what the process
+       buffer is used for (bug#9233).
+
+2011-08-30  Dani Moncayo  <dmoncayo@gmail.com>  (tiny change)
+
+       * lists.texi (Building Lists): Fix typo.
+
+2011-08-30  Chong Yidong  <cyd@stupidchicken.com>
+
+       * display.texi (Basic Faces): New node.  Document new faces.
+
+       * modes.texi (Major Mode Conventions): Move some text there.
+       (Mode Help): Remove major-mode var, duplicated in Major Modes.
+
+2011-08-29  Chong Yidong  <cyd@stupidchicken.com>
+
+       * modes.texi (Basic Major Modes): New node.  Callers updated.
+       (Major Modes): Document fundamental-mode and major-mode.
+       (Major Mode Basics): Node deleted; text moved to Major Modes.
+       (Derived Modes): Document derived-mode-p.
+
+2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
+
+       * files.texi (Changing Files, Create/Delete Dirs): Document new
+       arguments for delete-file, delete-directory, and copy-directory.
+       (Visiting Functions): Remove view-file; it is documented in the
+       Emacs manual.
+
+       * frames.texi (Layout Parameters): The defaults for the
+       menu-bar-lines and tool-bar-lines parameters depend on the mode.
+
+       * display.texi (Progress): Document spinner functionality.
+
+       * os.texi (Killing Emacs): Note that kill-emacs can be called by
+       operating system signals.  Refer to save-buffers-kill-terminal
+       instead of save-buffers-kill-emacs.
+
+       * objects.texi (Symbol Type): Document ## print representation.
+
+2011-08-25  Eli Zaretskii  <eliz@gnu.org>
+
+       * display.texi (Specified Space): Mention that `space' specs
+       influence bidi reordering.
+       (Bidirectional Display): Explain how to use `(space . PROPS)' for
+       separating fields with bidirectional content.
+
+2011-08-24  Eli Zaretskii  <eliz@gnu.org>
+
+       * display.texi (Bidirectional Display): Document return value in
+       buffers that are not bidi-reordered for display, and in unibyte
+       buffers.
+
+2011-08-23  Eli Zaretskii  <eliz@gnu.org>
+
+       * nonascii.texi (Character Properties): Document the values for
+       unassigned codepoints.
+
+2011-08-18  Eli Zaretskii  <eliz@gnu.org>
+
+       * nonascii.texi (Character Properties): Document use of
+       `bidi-class' and `mirroring' properties as part of reordering.
+       Provide cross-references to "Bidirectional Display".
+
+       * display.texi (Bidirectional Display): Document the pitfalls of
+       concatenating strings with bidirectional content, with possible
+       solutions.  Document bidi-string-mark-left-to-right.  Mention
+       paragraph direction in modes that inherit from prog-mode.
+       Document use of `bidi-class' and `mirroring' properties as part of
+       reordering.
+
+2011-08-16  Eli Zaretskii  <eliz@gnu.org>
+
+       * modes.texi (Major Mode Conventions): Improve the documentation
+       of `mode-class' `special' modes.
+
+       * nonascii.texi (Character Properties): Document the `mirroring'
+       property.  Add index entries.
+
+       * syntax.texi (Categories): Add an example of defining a new
+       category and category table.
+
+       * searching.texi (Regexp Backslash): Document how to display
+       existing categories.  Mention the possibility of adding
+       categories, and add an xref to where this is described.  Add an
+       index entry.
+
+2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
+
+       * text.texi (Special Properties):
+       * display.texi (Overlay Properties): Note that mouse-face cannot
+       change the text size (Bug#8530).
+
+2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
+
+       * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
+       using setenv instead.
+
+2011-07-28  Eli Zaretskii  <eliz@gnu.org>
+
+       * display.texi (Bidirectional Display): Document the fact that
+       bidi-display-reordering is t by default.
+
+2011-07-23  Eli Zaretskii  <eliz@gnu.org>
+
+       * display.texi (Bidirectional Display): New section.
+
+2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+           Tim Cross  <theophilusx@gmail.com>  (tiny change)
+           Glenn Morris   <rgm@gnu.org>
+
+       * keymaps.texi (Toolkit Differences): New node.  (Bug#8176)
+
+2011-07-15  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * help.texi (Keys in Documentation): Revert last change.
+
+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).