]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/ChangeLog
Minor fixes for Lispref's modes.texi
[gnu-emacs] / doc / lispref / ChangeLog
index 7618736ee4f05f61a58c5a37307df35d299c453f..07d153ed80e95f5ff7954583d48f15083f9c3546 100644 (file)
@@ -1,3 +1,299 @@
+2013-12-18  Chong Yidong  <cyd@gnu.org>
+
+       * modes.texi (Defining Minor Modes): Fix typo (Bug#14874).
+       (Keymaps and Minor Modes): Fix binding convention (Bug#11522).
+
+2013-12-13  Glenn Morris  <rgm@gnu.org>
+
+       * internals.texi (Building Emacs):
+       * loading.texi (Library Search): Mention that site-load,
+       site-init cannot change load-path.
+
+2013-12-12  Glenn Morris  <rgm@gnu.org>
+
+       * elisp.texi: Tweak dircategory.
+
+2013-12-12  Eli Zaretskii  <eliz@gnu.org>
+
+       * nonascii.texi (Encoding and I/O): Document file-name encoding
+       peculiarities on MS-Windows.
+
+2013-12-12  Glenn Morris  <rgm@gnu.org>
+
+       * elisp.texi: Sync direntry with info/dir version.
+
+2013-12-08  Juanma Barranquero  <lekktu@gmail.com>
+
+       * display.texi (Progress, Face Remapping):
+       * processes.texi (Serial Ports):
+       * windows.texi (Recombining Windows): Fix typos.  (Bug#16089)
+
+2013-12-04  Juri Linkov  <juri@jurta.org>
+
+       * searching.texi (Search and Replace): Fix `unread-command-events'
+       and add ref.
+
+2013-12-03  Juri Linkov  <juri@jurta.org>
+
+       * windows.texi (Choosing Window): Rename `no-display-ok' to
+       `allow-no-window'.  (Bug#13594)
+
+2013-11-30  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (distclean): Remove Makefile.
+
+2013-11-29  Andreas Politz  <politza@fh-trier.de>
+
+       * modes.texi (Imenu): Make it clear that sub-alist is the cdr
+       (Bug#14029).
+
+2013-11-27  Glenn Morris  <rgm@gnu.org>
+
+       * loading.texi (Library Search):
+       * os.texi (Startup Summary): No more leim directory.
+
+2013-11-26  Glenn Morris  <rgm@gnu.org>
+
+       * os.texi (Startup Summary): Update for leim-list being preloaded.
+
+2013-11-23  Brian Jenkins  <brian@brianjenkins.org>  (tiny change)
+
+       * frames.texi (Input Focus):
+       * hooks.texi (Standard Hooks): Mention focus-in-hook, focus-out-hook.
+
+2013-11-23  Glenn Morris  <rgm@gnu.org>
+
+       * loading.texi (Library Search):
+       Empty elements in EMACSLOADPATH now mean the default load-path.
+
+2013-11-22  Glenn Morris  <rgm@gnu.org>
+
+       * loading.texi (Library Search): Minor clarification.
+
+2013-11-20  Leo Liu  <sdl.web@gmail.com>
+
+       * windows.texi (Choosing Window): Mention `no-display-ok'.  (Bug#13594)
+
+2013-11-19  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * os.texi (File Notifications): Add an index.
+
+       * loading.texi (Loading): Add an cross-reference.
+
+2013-11-18  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * os.texi (Session Management, Desktop Notifications): Add some
+       indexes and a cross-reference.
+
+2013-11-17  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * os.texi (Time Parsing):
+       (Processor Run Time, Input Modes, Terminal Output): Minor fixes.
+
+2013-11-14  Glenn Morris  <rgm@gnu.org>
+
+       * loading.texi (Library Search): Update section.
+
+2013-11-11  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * os.texi (User Identification, Time of Day, Time Conversion):
+       Minor fixes.
+
+2013-11-10  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * keymaps.texi (Tool Bar): Mention that Gtk+/NS ignores item 1 to 3.
+
+2013-11-09  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * os.texi (Startup Summary): Add an index about startup screen.
+       Typo fix.
+       (Command-Line Arguments): Add cross-reference for `dump-emacs'.
+
+2013-11-08  Eli Zaretskii  <eliz@gnu.org>
+
+       * display.texi (Truncation): Document that cache-long-scans is now
+       non-nil by default.  (Bug#15797)
+
+2013-11-05  Eli Zaretskii  <eliz@gnu.org>
+
+       * lists.texi (Rearrangement): Fix indexing.
+
+       * display.texi (Bidirectional Display): Fix indexing.
+
+2013-11-05  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * lists.texi (Rearrangement): Improve indexing.
+
+       * display.texi (Glyphs): Add an index for glyph code.
+       (Bidirectional Display): Improve indexing.
+
+2013-11-01  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * display.texi (Face Attributes): Document :distant-foreground.
+
+2013-10-30  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * display.texi (Abstract Display): Improve indexing.
+
+2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * display.texi (Selective Display): Discourage the use of explicit
+       selective display.
+
+2013-10-29  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * display.texi (Showing Images): Add an index for image-size.
+       Use @code instead of @var for a normal variable.
+       (Multi-Frame Images): Improve indexing.
+       (Button Buffer Commands): Use @code instead of @var for a normal variable.
+       (Abstract Display): Explain the meaning of Ewoc.
+
+2013-10-27  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * display.texi (Image Descriptors): Improve indexing.
+
+2013-10-26  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * display.texi (Fringe Indicators): Add indexes for fringe indicators.
+       (Customizing Bitmaps): Add an index for customizing fringe bitmaps.
+
+2013-10-25  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * display.texi (Fontsets): Minor wording fix.
+       (Low-Level Font): Improve indexing.
+
+       * nonascii.texi (Character Properties): Add an index for script symbols.
+
+2013-10-24  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * display.texi (Face Remapping): Add indexes for face remapping.
+       (Font Selection): Add indexes.
+       (Low-Level Font): Add an index for font registry.
+
+2013-10-23  Glenn Morris  <rgm@gnu.org>
+
+       * eval.texi, files.texi, intro.texi, objects.texi, searching.texi:
+       Nuke @refill.
+
+       * Makefile.in (install-dvi, install-html, install-pdf)
+       (install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
+       (uninstall-pdf): Quote entities that might contain whitespace.
+
+2013-10-19  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * display.texi (Face Attributes): Add indexes for the ‘:box’
+       face attribute.
+
+2013-10-18  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * display.texi (Line Height): Add indexes for line height.
+
+2013-10-17  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * display.texi (Width): Fix arguments of ‘truncate-string-to-width’.
+
+2013-10-16  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * display.texi (Selective Display): Add an index for explicit
+       selective display.
+
+2013-10-15  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * display.texi (Warning Basics): Mention the ‘*Warnings*’ buffer.
+
+2013-10-13  Glenn Morris  <rgm@gnu.org>
+
+       * intro.texi (Acknowledgments): Use accented form of some names.
+
+2013-10-09  Glenn Morris  <rgm@gnu.org>
+
+       * control.texi (Conditionals): Copyedits.  (Bug#15558)
+
+2013-10-08  Eli Zaretskii  <eliz@gnu.org>
+
+       Support menus on text-mode terminals.
+       * keymaps.texi (Defining Menus, Mouse Menus, Menu Bar): Modify
+       wording to the effect that menus are supported on TTYs.
+
+       * frames.texi (Pop-Up Menus, Dialog Boxes)
+       (Display Feature Testing): Update for menu support on TTYs.
+
+2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * tips.texi (Comment Tips): Discourage use of triple semi-colons for
+       non-headings.
+
+2013-10-05  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * syntax.texi (Categories): Add an index for category sets.
+
+2013-10-03  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * syntax.texi (Syntax Flags):
+       (Syntax Table Functions): Add indexes.
+
+2013-10-02  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * syntax.texi (Syntax Class Table): Add an index for syntax class table.
+
+2013-09-29  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * searching.texi (Regexp Search): Refine.
+
+2013-09-22  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * nonascii.texi (Default Coding Systems): Typo fix.
+
+2013-09-21  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * nonascii.texi (Coding System Basics): Add information about carriage-return.
+
+2013-09-14  Eli Zaretskii  <eliz@gnu.org>
+
+       * display.texi (Display Margins): State the units of measuring
+       margin width.  (Bug#15375)
+
+2013-09-13  Eli Zaretskii  <eliz@gnu.org>
+
+       * text.texi (Not Intervals): Minor wording fix.
+
+2013-09-12  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * functions.texi (Obsolete Functions): Add an index for obsolete
+       functions.
+
+2013-09-11  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * nonascii.texi (Character Properties): Character properties fix
+       for decimal-digit-value and digit-value.
+
+2013-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * macros.texi (Defining Macros): Prefer "function" to "lambda
+       expression" (bug#15296).
+
+2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
+       for portability to hosts where /bin/sh has problems.
+
+2013-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * variables.texi (File Local Variables): Don't recommend quoting!  Ever!
+
+2013-08-20  Eli Zaretskii  <eliz@gnu.org>
+
+       * files.texi (Information about Files): Mention file names with
+       trailing blanks on MS-Windows.  (Bug#15130)
+
+2013-08-18  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * positions.texi (Positions): Improve indexing.
+
+2013-08-18  Eli Zaretskii  <eliz@gnu.org>
+
+       * markers.texi (The Region): Improve indexing.
+
 2013-08-17  Xue Fuqiao  <xfq.free@gmail.com>
 
        * modes.texi (SMIE, SMIE Grammar, SMIE Indentation): Add some indexes.