]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/ChangeLog
Update copyright year to 2015
[gnu-emacs] / doc / lispref / ChangeLog
index 3955bd09b38c60f09b69db1470ff5e367bfb0479..ce97b4d1e9bc658e17d0238a15f2181ffb6a73ed 100644 (file)
@@ -1,3 +1,301 @@
+2014-12-31  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Less 'make' chatter for Emacs doc
+       * Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN, am__v_GEN_)
+       (am__v_GEN_0, am__v_GEN_1): New macros, from ../../src/Makefile.in.
+       (ENVADD, $(buildinfodir)/elisp.info, elisp.html):
+       Use them.
+
+2014-12-30  Martin Rudalics  <rudalics@gmx.at>
+
+       * display.texi (Temporary Displays): Amend description of
+       `with-temp-buffer-window'.  Add descriptions for
+       `with-current-buffer-window', `with-displayed-buffer-window' and
+       `temp-buffer-resize-mode', `temp-buffer-max-height' and
+       `temp-buffer-max-width'.
+
+2014-12-27  Glenn Morris  <rgm@gnu.org>
+
+       * control.texi (Pattern matching case statement):
+       * os.texi (Desktop Notifications):
+       * modes.texi (Defining Minor Modes, SMIE Lexer): Markup fixes.
+
+2014-12-27  Eli Zaretskii  <eliz@gnu.org>
+
+       * windows.texi (Recombining Windows): Index subject of sections.
+
+       * variables.texi (Variables with Restricted Values)
+       (Generalized Variables): Index subject of sections.
+
+       * text.texi (Buffer Contents, Examining Properties)
+       (Changing Properties, Property Search, Substitution): Index
+       subject of sections.
+
+       * syntax.texi (Motion and Syntax, Parsing Expressions)
+       (Motion via Parsing, Position Parse, Control Parsing): Index
+       subject of sections.
+
+       * strings.texi (Predicates for Strings, Creating Strings)
+       (Modifying Strings, Text Comparison): Index subject of sections.
+
+       * searching.texi (Syntax of Regexps, Regexp Special)
+       (Regexp Functions, Regexp Functions): Index subject of sections.
+
+       * processes.texi (Subprocess Creation, Process Information): Index
+       subject of sections.
+
+       * positions.texi (Screen Lines): Index subject of sections.
+
+       * nonascii.texi (Scanning Charsets, Specifying Coding Systems):
+       Index subject of sections.
+
+       * minibuf.texi (Text from Minibuffer, Object from Minibuffer)
+       (Multiple Queries, Minibuffer Contents): Index subject of
+       sections.
+
+       * markers.texi (Predicates on Markers, Creating Markers)
+       (Information from Markers, Moving Markers): Index subject of
+       sections.
+
+       * macros.texi (Defining Macros, Problems with Macros): Index
+       subject of sections.
+
+       * loading.texi (Loading Non-ASCII, Where Defined): Index subject
+       of sections.
+
+       * lists.texi (List-related Predicates, List Variables, Setcar)
+       (Setcdr, Plist Access): Index subject of sections.
+
+       * keymaps.texi (Controlling Active Maps, Scanning Keymaps)
+       (Modifying Menus): Index subject of sections.
+
+       * help.texi (Accessing Documentation, Help Functions): Index
+       subject of sections.
+
+       * hash.texi (Hash Access): Index subject of sections.
+
+       * functions.texi (Core Advising Primitives)
+       (Advising Named Functions, Porting old advices): Index subject of
+       sections.
+
+       * frames.texi (Creating Frames, Initial Parameters)
+       (Position Parameters, Buffer Parameters, Minibuffers and Frames)
+       (Pop-Up Menus, Drag and Drop): Index subject of sections.
+
+       * files.texi (Visiting Functions, Kinds of Files)
+       (Unique File Names): Index subject of sections.
+
+       * display.texi (Refresh Screen, Echo Area Customization)
+       (Warning Variables, Warning Options, Delayed Warnings)
+       (Temporary Displays, Managing Overlays, Overlay Properties)
+       (Finding Overlays, Size of Displayed Text, Defining Faces)
+       (Attribute Functions, Displaying Faces, Face Remapping)
+       (Basic Faces, Font Lookup, Fontsets, Replacing Specs)
+       (Defining Images, Showing Images): Index subject of sections.
+
+       * debugging.texi (Debugging, Explicit Debug)
+       (Invoking the Debugger, Excess Open, Excess Close): Index subject
+       of sections.
+
+       * customize.texi (Defining New Types, Applying Customizations)
+       (Custom Themes): Index subject of sections.
+
+       * control.texi (Sequencing, Combining Conditions)
+       (Processing of Errors, Cleanups): Index subject of sections.
+
+       * compile.texi (Eval During Compile): Index subject of sections.
+
+       * commands.texi (Using Interactive, Distinguish Interactive)
+       (Command Loop Info, Classifying Events, Event Mod)
+       (Invoking the Input Method): Index subject of sections.
+
+       * buffers.texi (Buffer List, Buffer Gap): Index subject of sections.
+
+       * backups.texi (Making Backups, Numbered Backups, Backup Names)
+       (Reverting): Index subject of sections.
+
+       * abbrevs.texi (Abbrev Tables, Defining Abbrevs, Abbrev Files)
+       (Abbrev Expansion, Standard Abbrev Tables, Abbrev Properties)
+       (Abbrev Table Properties): Index subject of sections.
+
+       * os.texi (Time of Day, Time Conversion, Time Parsing)
+       (Time Calculations, Idle Timers): Index subject of sections.
+
+2014-12-25  Martin Rudalics  <rudalics@gmx.at>
+
+       * windows.texi (Windows): Resync @menu order with @node order.
+
+       * minibuf.texi (Minibuffer Windows): Add descriptions of
+       `resize-mini-windows' and `max-mini-window-height'.
+
+2014-12-25  Glenn Morris  <rgm@gnu.org>
+
+       * windows.texi (Windows): Sync @menu order with @node order.
+
+       * sequences.texi (Sequence Functions): Copyedits.
+
+       * control.texi (Pattern matching case statement):
+       * positions.texi (List Motion):
+       * streams.texi (Output Functions):
+       * strings.texi (Text Comparison):
+       * text.texi (Document Object Model): Markup fixes.
+
+2014-12-22  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Remove obsolete references to pre-C99 builds
+       * internals.texi (C Integer Types): Don't mention pre-C99 compilers.
+
+2014-12-19  Martin Rudalics  <rudalics@gmx.at>
+
+       * windows.texi (Resizing Windows): Describe new argument of
+       `fit-window-to-buffer'.  Move description of `window-size-fixed'
+       to new section below.
+       (Preserving Window Sizes): New section describing
+       `window-size-fixed' and `window-preserve-size'.
+       (Display Action Functions): Describe `preserve-size' alist
+       entry.
+       (Window Parameters): Describe `preserved-size' parameter.
+
+2014-12-18  Eli Zaretskii  <eliz@gnu.org>
+
+       * display.texi (Low-Level Font): Document font-info and query-font.
+
+2014-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+        * display.texi (Forcing Redisplay): Remove references to
+        redisplay-dont-pause and redisplay-preemption-period (which doesn't
+        even exist).
+
+2014-12-16  Nicolas Petton  <petton.nicolas@gmail.com>
+
+       * sequences.texi (Seq Library): Add documentation for seq.el.
+
+2014-12-15  Alan Mackenzie  <acm@muc.de>
+
+       "Advice" is a mass noun.  Amend text accordingly.
+       * functions.texi: (Advising Functions, Core Advising Primitives)
+       (Advising Named Functions, Advice combinators)
+       (Porting old advice): Replace, e.g., "an advice" with "advice".
+
+2014-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * files.texi (Relative File Names): Mention `directory-name-p'.
+
+2014-12-13  Eli Zaretskii  <eliz@gnu.org>
+
+       * text.texi (Comparing Text): Prevent a text string from being
+       broken between 2 lines.  (Bug#19257)
+
+2014-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * files.texi (Contents of Directories):
+       Document directory-files-recursively.
+
+2014-12-04  Eli Zaretskii  <eliz@gnu.org>
+
+       * display.texi (Bidirectional Display):
+       Document 'buffer-substring-with-bidi-context'.
+
+       * text.texi (Buffer Contents):
+       Mention 'buffer-substring-with-bidi-context' with a cross-reference.
+
+2014-12-02  Eli Zaretskii  <eliz@gnu.org>
+
+       * display.texi (Bidirectional Display):
+       Document 'bidi-find-overridden-directionality'.
+
+2014-11-29  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Lessen focus on ChangeLog files, as opposed to change log entries.
+       * intro.texi (Acknowledgments): ChangeLog file -> change log entries.
+       * tips.texi (Library Headers): Emacs uses a version control system.
+
+2014-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * text.texi (Document Object Model): Mention `dom-pp'.
+
+2014-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * text.texi (Document Object Model): New node to document dom.el.
+
+2014-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * processes.texi (Network Security): Made into its own section and
+       fleshed out.
+       (Network Security): Mention more NSM variables.
+       (Processes): Move the Network Security Manager stuff to the Emacs
+       manual.
+
+2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * processes.texi (Network): Mention the new :warn-unless-encrypted
+       parameter to `open-network-stream'.
+       (Network): Mention the Network Security Manager.
+
+2014-11-21  Ulf Jasper  <ulf.jasper@web.de>
+
+       * text.texi (Parsing HTML/XML): Document new optional parameter
+       'discard-comments' of 'libxml-parse(html|xml)-region'.
+
+2014-11-18  Leo Liu  <sdl.web@gmail.com>
+
+       * functions.texi (Advising Named Functions):
+       Document define-advice.
+
+2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Improve time stamp handling, and be more consistent about it.
+       * os.texi (Time of Day, Time Conversion, Time Parsing)
+       (Processor Run Time, Time Calculations):
+       Document the new behavior, plus be clearer about the old behavior.
+       (Idle Timers): Take advantage of new functionality.
+
+2014-11-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * text.texi (Special Properties): Mention `inhibit-read-only'.
+
+2014-11-14  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * os.texi (Time of Day):
+       Use leading zero with 24-hour times less than 10:00.
+
+2014-11-09  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (version): Remove variable.
+       (clean): No longer delete dist tarfile.
+       (dist): Remove rule; replace with code in admin.el.
+
+2014-11-07  Martin Rudalics  <rudalics@gmx.at>
+
+       * frames.texi (Size and Position): Rewrite description of
+       `frame-inhibit-implied-resize'.
+
+2014-10-22  Martin Rudalics  <rudalics@gmx.at>
+
+       * frames.texi (Size Parameters): Replace "frame contents" by
+       "frame's text area".  Add reference to Size and Position
+       section.
+       (Size and Position): Major rewrite.  Add explanations for
+       frame's default font, text and display areas.  Add descriptions
+       for `set-frame-font', `frame-text-height', `frame-text-width'
+       and `frame-inhibit-implied-resize'.
+
+2014-10-20  Glenn Morris  <rgm@gnu.org>
+
+       * Merge in all changes up to 24.4 release.
+
+2014-10-20  Tom Tromey  <tom@tromey.com>
+
+       * objects.texi (Type Predicates): Don't mention display-table-p.
+
+2014-10-15  Eli Zaretskii  <eliz@gnu.org>
+
+       * nonascii.texi (Character Properties): Document the new
+       properties 'bracket-type' and 'paired-bracket'.
+
+       * display.texi (Bidirectional Display): Update the version of the
+       UBA to which we are conforming.
+
 2014-10-13  Glenn Morris  <rgm@gnu.org>
 
        * Makefile.in (dist): Update for new output variables.
 
 2014-08-29  Dmitry Antipov  <dmantipov@yandex.ru>
 
-       * lists.texi (Functions that Rearrange Lists): Remove
-       description of sort ...
+       * lists.texi (Functions that Rearrange Lists):
+       Remove description of sort ...
        * sequences.texi (Sequence Functions): ... and generalize
        it for sequences.  Add an example.
 
 
 2014-05-15  Dmitry Antipov  <dmantipov@yandex.ru>
 
-       * lists.texi (Building Cons Cells and Lists): Remove
-       description of `reverse' and `'nreverse' to generalize them...
+       * lists.texi (Building Cons Cells and Lists):
+       Remove description of `reverse' and `'nreverse' to generalize them...
        * sequences.texi (Sequences): ...for sequences here.
 
 2014-05-14  Glenn Morris  <rgm@gnu.org>
        (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
 
 2011-01-25  Chong Yidong  <cyd@stupidchicken.com>
-            Richard Kim  <emacs18@gmail.com>
+           Richard Kim  <emacs18@gmail.com>
 
        * loading.texi (Library Search): Document list-load-path-shadows
        (Bug#7757).
 
 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
 
-       * Makefile (SHELL): Defined.
+       * Makefile (SHELL): Define.
 
 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
 
 ;; coding: utf-8
 ;; End:
 
-  Copyright (C) 1998-2014 Free Software Foundation, Inc.
+  Copyright (C) 1998-2015 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.