Use accented form of some names
[bpt/emacs.git] / doc / lispref / ChangeLog
index 8b5aa65..c7d70ee 100644 (file)
@@ -1,3 +1,74 @@
+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,