]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/ChangeLog
Support bidi reordering of overlay and display strings.
[gnu-emacs] / doc / lispref / ChangeLog
index 6e7ef2bbb7dcf7b88d9a78500a5fbf4321820194..153d7e839c3d05fdcf1b85987f98842dd892a2b8 100644 (file)
@@ -1,7 +1,118 @@
+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 bug#7836).
+       images (bug#7836).
 
 2011-07-02  Eli Zaretskii  <eliz@gnu.org>