Support transparency for ImageMagick images.
[bpt/emacs.git] / doc / lispref / ChangeLog
index 30abe19..37221d7 100644 (file)
@@ -1,3 +1,848 @@
+2012-06-11  Chong Yidong  <cyd@gnu.org>
+
+       * display.texi (ImageMagick Images): ImageMagick now supports the
+       :background property.
+
+2012-06-10  Dmitry Antipov  <dmantipov@yandex.ru>
+
+       * internals.texi (Garbage Collection): Typo fix.
+
+2012-06-09  Chong Yidong  <cyd@gnu.org>
+
+       * text.texi (Special Properties): Clarify the meaning of a list of
+       faces in the `face' property.
+
+       * display.texi (Face Remapping): Minor clarification.
+
+2012-06-08  Chong Yidong  <cyd@gnu.org>
+
+       * display.texi (Face Attributes): Font family does not accept
+       wildcards.  De-document obsolete :bold and :italic attributes.
+       (Defining Faces): Use new-style face spec format.
+
+2012-06-08  Dmitry Antipov  <dmantipov@yandex.ru>
+
+       * internals.text (Garbage Collection): Document new
+       vector management code and vectorlike_header structure.
+
+2012-06-03  Chong Yidong  <cyd@gnu.org>
+
+       * modes.texi (Mode Line Data): Use "mode line construct"
+       terminology for consistency.
+
+2012-05-27  Glenn Morris  <rgm@gnu.org>
+
+       * abbrevs.texi, advice.texi, anti.texi, backups.texi:
+       * buffers.texi, commands.texi, compile.texi, control.texi:
+       * customize.texi, debugging.texi, display.texi, doclicense.texi:
+       * edebug.texi, elisp.texi, errors.texi, eval.texi, files.texi:
+       * frames.texi, functions.texi, gpl.texi, hash.texi, help.texi:
+       * hooks.texi, index.texi, internals.texi, intro.texi, keymaps.texi:
+       * lists.texi, loading.texi, macros.texi, maps.texi, markers.texi:
+       * minibuf.texi, modes.texi, nonascii.texi, numbers.texi:
+       * objects.texi, os.texi, package.texi, positions.texi:
+       * processes.texi, searching.texi, sequences.texi, streams.texi:
+       * strings.texi, symbols.texi, syntax.texi, text.texi, tips.texi:
+       * variables.texi, windows.texi: Nuke hand-written node pointers.
+
+2012-05-27  Chong Yidong  <cyd@gnu.org>
+
+       * functions.texi (Obsolete Functions):
+       Fix doc for set-advertised-calling-convention.
+
+       * modes.texi (Mode Help): Fix describe-mode.
+
+       * display.texi (Face Functions): Fix define-obsolete-face-alias.
+
+       * variables.texi (Variable Aliases): Fix make-obsolete-variable.
+
+2012-05-27  Martin Rudalics  <rudalics@gmx.at>
+
+       * commands.texi (Recursive Editing): recursive-edit is a command.
+
+       * compile.texi (Docs and Compilation):
+       byte-compile-dynamic-docstrings is an option.
+
+       * debugging.texi (Invoking the Debugger): debug is a command.
+
+       * display.texi (Progress): progress-reporter-update and
+       progress-reporter-force-update have VALUE argument optional.
+       (Animated Images): Use non-@code{nil} instead of non-nil.
+
+       * files.texi (Format Conversion Round-Trip):
+       Use non-@code{nil} instead of non-nil.
+
+       * frames.texi (Creating Frames): make-frame is a command.
+       (Input Focus): select-frame is a command.
+       (Pointer Shape): void-text-area-pointer is an option.
+
+       * help.texi (Describing Characters): read-kbd-macro is a command.
+       (Help Functions): describe-prefix-bindings is a command.
+
+       * markers.texi (Creating Markers): Both arguments of copy-marker
+       are optional.
+
+       * minibuf.texi (Reading File Names): Use @kbd instead of @code.
+
+       * modes.texi (Mode Line Variables): mode-line-remote and
+       mode-line-client are not options.
+       (Imenu): imenu-add-to-menubar is a command.
+       (SMIE Indentation Helpers): Use non-@code{nil} instead of non-nil.
+
+       * os.texi (Sound Output): play-sound-file is a command.
+
+       * package.texi (Package Archives): Use @key{RET} instead of @kbd{RET}.
+
+       * processes.texi (Signals to Processes):
+       Use @key{RET} instead of @code{RET}.
+       (Signals to Processes): signal-process is a command.
+
+       * text.texi (Clickable Text): Use @key{RET} instead of @kbd{RET}.
+       (Base 64): base64-encode-string is not a command while
+       base64-decode-region is.
+
+       * windows.texi (Switching Buffers): pop-to-buffer is a command.
+
+2012-05-12  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (MKDIR_P): New, set by configure.
+       (mkinfodir): Use $MKDIR_P.
+
+2012-05-10  Glenn Morris  <rgm@gnu.org>
+
+       * loading.texi (Loading Non-ASCII): Replace the obsolete "unibyte: t"
+       with "coding: raw-text".
+       Concept of multibyte sessions no longer exists.
+
+       * files.texi (File Locks): Mention create-lockfiles option.
+
+2012-05-09  Glenn Morris  <rgm@gnu.org>
+
+       * vol1.texi, vol2.texi: Remove files.
+       * elisp.texi: Add VOL1,2 conditionals equivalent to vol1,2.texi
+       * two-volume.make: Use elisp.texi as input rather than vol1,2.texi.
+
+       * Makefile.in (clean, mostlyclean): Add some more vol1/2 items.
+
+       * two-volume.make (emacsdir): New.
+       (tex): Add directory with emacsver.texi to TEXINPUTS.
+
+       * minibuf.texi (Minibuffer History, Basic Completion):
+       Tweak page breaks.
+
+       * internals.texi (Garbage Collection, Memory Usage)
+       (Writing Emacs Primitives): Tweak page breaks.
+
+       * streams.texi (Output Variables): Improve page break.
+
+       * edebug.texi (Edebug Display Update): Improve page break.
+
+       * compile.texi (Disassembly): Condense the examples.
+
+       * eval.texi, functions.texi, loading.texi, macros.texi:
+       Where possible, use example rather than smallexample.
+
+       * symbols.texi: Where possible, use example rather than smallexample.
+       (Symbol Components): Fix typo.
+       (Other Plists): Tweak page break.
+
+       * sequences.texi (Arrays): Tweak page breaks.
+
+       * customize.texi: Where possible, use example rather than smallexample.
+       (Common Keywords, Variable Definitions, Applying Customizations)
+       (Custom Themes): Tweak page breaks.
+
+       * control.texi: Where possible, use example rather than smallexample.
+       (Sequencing, Conditionals, Signaling Errors, Handling Errors):
+       Tweak page breaks.
+
+2012-05-08  Glenn Morris  <rgm@gnu.org>
+
+       * two.el: Remove; unused since creation of two-volume.make.
+
+       * vol1.texi, vol2.texi: No need to keep menus in these files.
+
+2012-05-05  Glenn Morris  <rgm@gnu.org>
+
+       * objects.texi (Process Type, Overlay Type): Tweak page-breaks.
+
+       * intro.texi (Caveats): Copyedit.
+       (Lisp History): Convert inforef to xref.
+       (Lisp History, Printing Notation, Version Info): Improve page-breaks.
+
+       * text.texi (Auto Filling): Don't mention Emacs 19.
+
+       * commands.texi (Event Input Misc): Don't mention unread-command-char.
+       * numbers.texi (Predicates on Numbers): Don't mention Emacs 18.
+
+       * elisp.texi (DATE): Forgot to change the month in 2012-04-21 change.
+
+       * lists.texi (List-related Predicates, List Variables):
+       Tweak page-breaks.
+       (Sets And Lists): Convert inforef to xref.
+
+2012-05-04  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
+       (info, infoclean): Use $INFO_EXT.
+       ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
+       * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
+       (info, maintainer-clean): Use $INFO_EXT.
+       ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
+
+2012-05-04  Chong Yidong  <cyd@gnu.org>
+
+       * os.texi (Timers): Use defopt for timer-max-repeats.
+
+2012-05-03  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * os.texi (Time of Day): Do not limit current-time-string
+       to years 1000..9999.
+
+2012-05-02  Chong Yidong  <cyd@gnu.org>
+
+       * display.texi (Font Lookup):
+       * frames.texi (Pointer Shape):
+       * processes.texi (Subprocess Creation): Use defopt for options.
+
+2012-05-02  Glenn Morris  <rgm@gnu.org>
+
+       * elisp.texi (@copying):
+       * intro.texi (Introduction): Only print VERSION in the TeX version.
+
+2012-05-02  Chong Yidong  <cyd@gnu.org>
+
+       * text.texi (Change Hooks): Minor fix for after-change-functions.
+
+2012-05-02  Glenn Morris  <rgm@gnu.org>
+
+       * package.texi (Packaging Basics):
+       * loading.texi (Autoload):
+       * files.texi (Magic File Names):
+       Reword to remove/reduce some overly long/short lines.
+
+2012-04-27  Glenn Morris  <rgm@gnu.org>
+
+       * elisp.texi, vol1.texi, vol2.texi: Some fixes for detailed menu.
+       * modes.texi (Major Modes, Auto-Indentation):
+       * buffers.texi (Buffers): Some fixes for menu descriptions.
+
+2012-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
+       * functions.texi (Simple Lambda, Argument List):
+       * eval.texi (Function Indirection): Avoid deprecated form.
+
+2012-04-27  Glenn Morris  <rgm@gnu.org>
+
+       * book-spine.texi, elisp.texi, vol1.texi, vol2.texi:
+       Add "et al." to authors.
+
+       * buffers.texi, commands.texi, compile.texi, control.texi:
+       * customize.texi, display.texi, eval.texi, files.texi, frames.texi:
+       * hash.texi, help.texi, intro.texi, keymaps.texi, lists.texi:
+       * modes.texi, numbers.texi, objects.texi, streams.texi:
+       * symbols.texi, syntax.texi, text.texi, tips.texi, variables.texi:
+       Use Texinfo recommended convention for quotes+punctuation.
+
+2012-04-27  Chong Yidong  <cyd@gnu.org>
+
+       * keymaps.texi (Scanning Keymaps): Fix description of NO-REMAP arg
+       to where-is-internal (Bug#10872).
+
+2012-04-27  Glenn Morris  <rgm@gnu.org>
+
+       * macros.texi (Indenting Macros): Fix typo.
+
+       * windows.texi (Basic Windows, Windows and Frames, Window Sizes)
+       (Resizing Windows, Deleting Windows, Selecting Windows)
+       (Choosing Window Options, Horizontal Scrolling)
+       (Cyclic Window Ordering, Window History, Dedicated Windows)
+       (Quitting Windows, Window Configurations, Textual Scrolling):
+       (Coordinates and Windows, Window Configurations)
+       (Window Parameters, Window Hooks): Copyedits.
+       (Splitting Windows, Deleting Windows):
+       Fix ignore-window-parameters logic.
+       (Selecting Windows, Choosing Window Options): Markup fixes.
+       (Window Start and End): Remove pointless example.
+       Remove cross-reference to deleted count-lines content.
+       (Textual Scrolling): Mention recenter-redisplay, recenter-top-bottom,
+       and recenter-positions.  Remove recenter example.
+
+       * elisp.texi, vol1.texi, vol2.texi: Bump VERSION and DATE.
+
+       * minibuf.texi (Intro to Minibuffers):
+       Tweak discussion of resizing minibuffer window.
+
+2012-04-26  Glenn Morris  <rgm@gnu.org>
+
+       * elisp-covers.texi, front-cover-1.texi: Remove files.
+
+       * tindex.pl: Remove file.
+
+       * makefile.w32-in (srcs):
+       * Makefile.in (srcs): Remove back.texi (which is unused).
+
+2012-04-24  Michael Albinus  <michael.albinus@gmx.de>
+
+       * os.texi (Notifications): Extend possible notification hints.
+       Add notifications-get-capabilities.
+
+2012-04-20  Chong Yidong  <cyd@gnu.org>
+
+       * processes.texi (Asynchronous Processes): Mention nil argument to
+       start-process.
+
+2012-04-20  Glenn Morris  <rgm@gnu.org>
+
+       * minibuf.texi (Basic Completion): No need to describe obarrays here.
+       Don't mention obsolete `nospace' argument of all-completions.
+       (Minibuffer Completion, Completion Commands, Reading File Names)
+       (Completion Variables): Copyedits.
+       (Completion Commands): Mention parent keymaps.
+       Remove obsolete minibuffer-local-filename-must-match-map.
+       (High-Level Completion): Remove read-variable's almost
+       word-for-word duplication of read-command.
+       * elisp.texi, vol1.texi, vol2.texi, minibuf.texi (Completion):
+       Update "High-Level Completion" description.
+
+       * minibuf.texi (Minibuffers):
+       * elisp.texi, vol1.texi, vol2.texi: Fix minibuffer subsection order.
+
+       * minibuf.texi: Standardize metasyntactic variables ("history", etc).
+       Use Texinfo-recommended form of quote+punctuation.
+       (Intro to Minibuffers): First minibuffer is #1, not #0.
+       Mention minibuffer-inactive-mode.
+       (Text from Minibuffer): Copyedits.
+       (Minibuffer History, Programmed Completion): Fix @var usage.
+       (Object from Minibuffer): Remove overly pedantic para.
+       (Minibuffer History): Copyedits.  Add face-name-history.
+       (Initial Input, Yes-or-No Queries, Multiple Queries)
+       (Minibuffer Windows, Minibuffer Misc): Copyedits.
+       (Yes-or-No Queries): Tweak example.
+       (Minibuffer Commands): Add next-complete-history-element.
+       (Minibuffer Misc): Mention minibuffer-message-timeout, and
+       minibuffer-inactive-mode.
+
+       * processes.texi (Serial Ports, Byte Packing, Bindat Spec)
+       (Bindat Functions): Copyedits.
+
+2012-04-20  Christopher Schmidt  <christopher@ch.ristopher.com>
+
+       * files.texi (Saving Buffers): Document `visit and `visit-save'
+       values of require-final-newline.
+
+2012-04-20  Glenn Morris  <rgm@gnu.org>
+
+       * processes.texi (Output from Processes, Filter Functions):
+       Mention waiting-for-user-input-p.
+       (Sentinels, Query Before Exit, System Processes, Transaction Queues):
+       (Network Servers, Datagrams, Network Processes, Network Options)
+       (Network Feature Testing, Serial Ports): Copyedits.
+       (Network): Add encrypted network overview paragraph.
+       Cross-reference the Emacs-GnuTLS manual.  Use @acronym.
+
+2012-04-20  Chong Yidong  <cyd@gnu.org>
+
+       * help.texi (Keys in Documentation): Mention :advertised-binding.
+
+       * keymaps.texi (Menu Bar): Move most of the :advertised-binding
+       description to help.texi.
+
+2012-04-20  Glenn Morris  <rgm@gnu.org>
+
+       * processes.texi (Process Information, Input to Processes)
+       (Signals to Processes, Output from Processes, Process Buffers)
+       (Filter Functions, Decoding Output): Copyedits.
+       (Accepting Output): Discourage use of `millisec' argument.
+
+2012-04-15  Glenn Morris  <rgm@gnu.org>
+
+       * processes.texi (Processes, Subprocess Creation, Shell Arguments):
+       (Synchronous Processes, Asynchronous Processes, Deleting Processes):
+       Copyedits.
+       (Subprocess Creation): Discourage modifying exec-path directly.
+       (Synchronous Processes, Asynchronous Processes):
+       Update some example output.
+       (Process Information): Fix typo.
+       (Bindat Spec): Use Texinfo-recommended form of quote+punctuation.
+
+2012-04-15  Glenn Morris  <rgm@gnu.org>
+
+       * anti.texi (Antinews): Copyedits.  Don't @dfn anything here.
+       open-network-stream does exist in Emacs 23, but is simpler.
+
+2012-04-15  Chong Yidong  <cyd@gnu.org>
+
+       * customize.texi (Custom Themes): Also document load-theme etc.
+
+2012-04-14  Chong Yidong  <cyd@gnu.org>
+
+       * customize.texi (Applying Customizations):
+       (Custom Themes): New nodes.
+
+       * display.texi (Defining Faces): Reference custom-set-faces.
+
+       * modes.texi (Defining Minor Modes, Defining Minor Modes):
+       * os.texi (Startup Summary): Copyedits.
+
+2012-04-14  Glenn Morris  <rgm@gnu.org>
+
+       * loading.texi (Loading Non-ASCII): "unibyte:" can also be at the end.
+
+       * strings.texi (Case Tables):
+       * objects.texi (General Escape Syntax):
+       * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
+
+       * buffers.texi, compile.texi, customize.texi, debugging.texi:
+       * display.texi, edebug.texi, eval.texi, help.texi, intro.texi:
+       * keymaps.texi, minibuf.texi, modes.texi, os.texi, processes.texi:
+       * text.texi: Use @file for buffers, per the Texinfo manual.
+
+       * compile.texi (Compiler Errors): Add missing space in buffer name.
+
+2012-04-14  Chong Yidong  <cyd@gnu.org>
+
+       * processes.texi (Query Before Exit): Remove obsolete function
+       process-kill-without-query (Bug#11190).
+
+2012-04-14  Glenn Morris  <rgm@gnu.org>
+
+       * files.texi, frames.texi, loading.texi, os.texi, processes.texi:
+       Use @env for environment variables.
+
+       * Makefile.in: Replace non-portable use of $< in ordinary rules.
+
+2012-04-12  Jari Aalto  <jari.aalto@cante.net>
+
+       * processes.texi (Synchronous Processes): Mention
+       `default-directory' (bug#7515).
+
+2012-04-09  Chong Yidong  <cyd@gnu.org>
+
+       * customize.texi (Variable Definitions): Remove user-variable-p.
+
+       * commands.texi (Interactive Codes):
+       * help.texi (Accessing Documentation):
+       * minibuf.texi (High-Level Completion): Callers changed.
+
+2012-04-06  Chong Yidong  <cyd@gnu.org>
+
+       * minibuf.texi (Programmed Completion): Document metadata method.
+       (Completion Variables): Document completion-category-overrides.
+
+2012-04-05  Chong Yidong  <cyd@gnu.org>
+
+       * anti.texi (Antinews): Rewrite for Emacs 23.
+
+2012-04-04  Chong Yidong  <cyd@gnu.org>
+
+       * minibuf.texi (Programmed Completion): Remove obsolete variable
+       completion-annotate-function.
+       (Completion Variables): Rename from Completion Styles.  Document
+       completion-extra-properties.  Document completion-styles-alist
+       change.
+       (Reading File Names): minibuffer-local-filename-must-match-map is
+       not used anymore.
+       (Minibuffer Completion): Document completing-read-function.
+       (Completion in Buffers): completion-at-point-functions can return
+       properties recognized in completion-extra-properties.
+
+       * display.texi (Delayed Warnings): New node.
+
+       * os.texi (Notifications): Copyedits.
+
+2012-04-04  Glenn Morris  <rgm@gnu.org>
+
+       * os.texi (Notifications): Copyedits.
+
+2012-04-03  Michael Albinus  <michael.albinus@gmx.de>
+
+       * os.texi (Terminal-Specific): Fix typo.
+       (Notifications): New section.
+
+       * elisp.texi (Top):
+       * vol1.texi (Top):
+       * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
+       menu entries.
+
+2012-04-01  Chong Yidong  <cyd@gnu.org>
+
+       * files.texi (Kinds of Files): file-subdir-of-p renamed to
+       file-in-directory-p.
+
+2012-03-31  Glenn Morris  <rgm@gnu.org>
+
+       * edebug.texi (Instrumenting Macro Calls):
+       Mention defining macros at instrumentation time.
+       (Edebug Options): Mention edebug-unwrap-results.
+
+2012-03-31  Eli Zaretskii  <eliz@gnu.org>
+
+       * text.texi (Special Properties): Clarify the description of the
+       effect of integer values of the 'cursor' property on cursor
+       position.  See the discussions in bug#11068 for more details and
+       context.
+
+2012-03-31  Glenn Morris  <rgm@gnu.org>
+
+       * edebug.texi (Edebug Eval, Specification List, Edebug Options):
+       Copyedits.
+
+2012-03-30  Chong Yidong  <cyd@gnu.org>
+
+       * display.texi (Image Formats): Add imagemagick type.
+       (Image Descriptors): Mention how they are used.
+       (ImageMagick Images): Clarify role of imagemagick-register-types.
+       (Character Display): Don't mention glyph tables.
+       (Display Tables): Use make-glyph-code in example.
+       (Glyphs): Avoid "simple glyph code" terminology.  Note that glyph
+       tables are semi-obsolete.  De-document create-glyph.
+       (Glyphless Chars): Note that display tables override this.
+       (Bidirectional Display): Copyedits.  Introduce "bidirectional
+       reordering" terminology, and use it.
+
+2012-03-30  Glenn Morris  <rgm@gnu.org>
+
+       * edebug.texi (Jumping): Give name of `i' binding.
+
+2012-03-28  Glenn Morris  <rgm@gnu.org>
+
+       * searching.texi (Regular Expressions, Regexp Special):
+       (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search):
+       (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
+       (Regexp Special): Mention collation.
+       Clarify char classes with an example.
+       (Regexp Functions): Mention regexp-opt is not guaranteed.
+       Mention regexp-opt-charset.
+       (Regexp Search): Recommend against looking-back.
+       (Search and Replace): Use Texinfo recommended quote convention.
+       Add more query-replace-map items.  List multi-query-replace-map items.
+
+2012-03-27  Martin Rudalics  <rudalics@gmx.at>
+
+       * windows.texi (Window History): Describe new option
+       switch-to-visible-buffer.
+
+2012-03-27  Glenn Morris  <rgm@gnu.org>
+
+       * searching.texi (String Search): Add xref to Emacs manual.
+       Copyedits.  Mention the function word-search-regexp.
+       (Searching and Case): Add xref to Emacs manual.  Copyedits.
+
+       * processes.texi (Network Servers): Standardize apostrophe usage.
+
+       * os.texi (System Environment): Copyedits.  Remove some examples
+       that do not seem useful.  Mention setenv third arg.
+       tty-erase-char does not seem to be nil under a window-system.
+       (User Identification): Copyedits.
+       Remove some examples that do not seem useful.
+
+2012-03-26  Glenn Morris  <rgm@gnu.org>
+
+       * os.texi (Startup Summary): Copyedits.  Fix startup screen logic.
+       (Init File): Copyedits.
+       (Command-Line Arguments): Copyedits.  Do not mention argv alias.
+       (Killing Emacs): Copyedits.
+       (Suspending Emacs): Copyedits.  Mention not very relevant with GUIs.
+       Shorten the example, use more standard shell prompts.
+
+2012-03-25  Chong Yidong  <cyd@gnu.org>
+
+       * display.texi (Fringes): Note that fringes are shown on graphical
+       displays only.
+       (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
+       (Replacing Specs): Clarify example.
+       (Manipulating Buttons): Note that button-at can return a marker.
+       (Buttons): Minor rewrite.
+       (Character Display): New node.  Consolidate all character display
+       related nodes into its subsections.
+       (Usual Display): Character 127 is also affected by ctl-arrow.
+       (Display Tables): Improve example.
+
+2012-03-22  Glenn Morris  <rgm@gnu.org>
+
+       * strings.texi (Text Comparison): Mention string-prefix-p.
+
+2012-03-21  Chong Yidong  <cyd@gnu.org>
+
+       * display.texi (The Echo Area): Add xref to Output Streams.
+       (Displaying Messages): Improve doc of message.
+       (Echo Area Customization, Invisible Text): Copyedits.
+       (Invisible Text): Mention that spec comparison is done with eq.
+       (Width): Improve doc of char-width.
+       (Faces): Recommend using symbol instead of string for face name.
+       Minor clarifications.
+       (Defining Faces): Copyedits.  Update face example.
+       (Attribute Functions): Mark set-face-foreground etc as commands.
+       (Face Remapping): Mention text-scale-adjust.  Clarify
+       face-remapping-alist and related docs.
+       (Face Functions): Don't document make-face or copy-face.
+
+2012-03-20  Chong Yidong  <cyd@gnu.org>
+
+       * display.texi (Forcing Redisplay): Various rewrites to reflect
+       new value of redisplay-dont-pause.
+       (Truncation): Copyedits.
+
+2012-03-20  Glenn Morris  <rgm@gnu.org>
+
+       * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
+       Add summary table of some relevant command-line options.
+
+2012-03-18  Chong Yidong  <cyd@gnu.org>
+
+       * internals.texi (Building Emacs, Garbage Collection): Copyedits.
+       (Writing Emacs Primitives): Re-organize discussion of functions
+       with variable Lisp arguments are handled.  Delete an obsolete
+       remark, previously tagged as FIXME.
+
+       * os.texi (Idle Timers): Minor clarification.
+       (Idle Timers): Link to Time of Day for description of time list.
+
+2012-03-18  Glenn Morris  <rgm@gnu.org>
+
+       * os.texi (System Interface): Flow control was removed.
+       (Startup Summary): General update.
+       (Init File): Don't mention compiling it.
+
+2012-03-17  Chong Yidong  <cyd@gnu.org>
+
+       * os.texi (Startup Summary): Mention package loading.
+       (Init File): Don't refer to .emacs in section title.  Copyedits.
+       (Terminal-Specific): Give a realistic example.
+       (Command-Line Arguments): Reference Entering Emacs instead of
+       repeating the spiel about not restarting Emacs.
+       (Time of Day): Discuss time representation at beginning of node.
+       (Sound Output): Copyedits.
+
+       * package.texi (Packaging Basics): Document package-initialize.
+
+2012-03-17  Eli Zaretskii  <eliz@gnu.org>
+
+       * frames.texi (Initial Parameters): Add an index entry for
+       minibuffer-only frame.
+
+2012-03-16  Glenn Morris  <rgm@gnu.org>
+
+       * modes.texi (Major Mode Conventions): Mention the strange
+       relationship between View mode and special modes.  (Bug#10650)
+
+2012-03-11  Chong Yidong  <cyd@gnu.org>
+
+       * windows.texi (Window Configurations): save-window-excursion is
+       now a macro.
+
+       * display.texi (Temporary Displays): with-output-to-temp-buffer is
+       now a macro.
+
+       * text.texi (Fields): Minor copyedit.
+
+2012-03-10  Eli Zaretskii  <eliz@gnu.org>
+
+       * strings.texi (String Basics):
+       * sequences.texi (Sequence Functions): Mention that `length' is
+       not appropriate for computing the string width on display; add a
+       cross-reference to the description of `string-width'.  (Bug#10978)
+
+       * eval.texi (Autoloading): Minor change of wording.
+
+2012-03-10  Chong Yidong  <cyd@gnu.org>
+
+       * loading.texi (Autoload): Explicitly state which forms are
+       processed specially (Bug#7783).
+
+       * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
+       non-default situation.  Describe one-submenu exception (Bug#7695).
+
+       * nonascii.texi (Character Properties): Copyedits.
+
+2012-03-08  Chong Yidong  <cyd@gnu.org>
+
+       * text.texi (Mode-Specific Indent): Document new behavior of
+       indent-for-tab-command.  Document tab-always-indent.
+       (Special Properties): Copyedits.
+       (Checksum/Hash): Improve secure-hash doc.  Do not recommend MD5.
+       (Parsing HTML/XML): Rename from Parsing HTML.  Update doc of
+       libxml-parse-html-region.
+
+2012-03-07  Glenn Morris  <rgm@gnu.org>
+
+       * markers.texi (The Region): Briefly mention use-empty-active-region
+       and region-active-p.
+       (Overview of Markers): Reword garbage collection, add cross-ref.
+       (The Mark): Tiny clarification re command loop and activate-mark-hook.
+
+2012-03-07  Chong Yidong  <cyd@gnu.org>
+
+       * text.texi (Buffer Contents): Don't duplicate explanation of
+       region arguments from Text node.  Put doc of obsolete var
+       buffer-substring-filters back, since it is referred to.
+       (Low-Level Kill Ring): Yank now uses clipboard instead of primary
+       selection by default.
+
+       * markers.texi (The Mark): Fix typo.
+       (The Region): Copyedits.
+
+2012-03-07  Glenn Morris  <rgm@gnu.org>
+
+       * markers.texi (Overview of Markers): Copyedits.
+       (Creating Markers): Update approximate example buffer size.
+       (The Mark): Don't mention uninteresting return values.
+
+2012-03-05  Chong Yidong  <cyd@gnu.org>
+
+       * positions.texi (Text Lines): Document count-words.
+
+2012-03-04  Chong Yidong  <cyd@gnu.org>
+
+       * frames.texi (Frames): Remove little-used "terminal frame" and
+       "window frame" terminology.
+       (Frame Parameters, Font and Color Parameters, Initial Parameters)
+       (Size and Position, Visibility of Frames): Callers changed.
+       (Frames): Clarify which terminals in framep are graphical.
+       (Initial Parameters): --geometry is not the only option which adds
+       to initial-frame-alist.
+       (Position Parameters): Note that icon-left and icon-top are for
+       old window managers only.
+       (Size Parameters): Sizes are in characters even on graphical
+       displays.
+       (Management Parameters): Note that window-id and outer-window-id
+       can't really be changed, and that auto-raise isn't always obeyed.
+       (Cursor Parameters): Document cursor-type explicitly.
+       (Size and Position): The aliases set-screen-height and
+       set-screen-width have been deleted.
+       (Visibility of Frames): Mention "minimization".
+
+       * os.texi (Startup Summary): Minor clarifications.
+       (Startup Summary, Suspending Emacs): Standardize on "text
+       terminal" terminology.
+
+       * windows.texi (Basic Windows, Coordinates and Windows)
+       (Coordinates and Windows):
+       * display.texi (Refresh Screen, Line Height, Face Attributes)
+       (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
+
+2012-03-04  Glenn Morris  <rgm@gnu.org>
+
+       * abbrevs.texi: Small copyedits throughout.
+       (Abbrev Mode): Remove this section, folding it into the top-level.
+       (Abbrev Tables): Don't mention irrelevant return values.
+       (Abbrev Expansion): Add cross-ref for wrapper hooks.
+       (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
+       (Abbrev Table Properties): Update nil :regexp description.
+
+2012-03-03  Glenn Morris  <rgm@gnu.org>
+
+       * internals.texi: Change @appendix section commands to @section.
+       (Building Emacs): Say less about CANNOT_DUMP platforms.
+       Replace deleted eval-at-startup with custom-initialize-delay.
+       (Pure Storage): Small changes.
+       (Memory Usage): Copyedit.
+       (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
+       example definitions. Give examples of things with non-nil
+       interactive args.  Mention eval_sub.  Remove old info about
+       strings and GCPRO.  Mention cus-start.el.
+       (Buffer Internals, Window Internals, Process Internals):
+       Misc small updates and fixes for fields.
+
+       * tips.texi: Copyedits.
+       (Coding Conventions): Mention autoloads.
+       Combine partially duplicated macro items.  Fix xref.
+       Refer to Library Headers for copyright notice.
+       (Programming Tips): edit-options is long-obsolete.
+       (Compilation Tips): Mention loading bytecomp for byte-compile props.
+       (Warning Tips): Mention declare-function.
+       (Documentation Tips): Remove old info.
+       (Comment Tips): Mention comment-dwim, not indent-for-comment.
+       (Library Headers): General update.
+
+2012-03-02  Glenn Morris  <rgm@gnu.org>
+
+       * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
+       and relocate entry.  Mention buffer-stale-function.
+
+       * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
+
+       * hooks.texi (Standard Hooks): General update.
+       Put related hooks together.  Add and remove items.
+       * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
+       * modes.texi (Hooks): Tweak cross-ref description.
+
+2012-03-01  Michael Albinus  <michael.albinus@gmx.de>
+
+       * files.texi (Kinds of Files): The return value of file-equal-p is
+       unspecified, if FILE1 or FILE2 does not exist.
+
+2012-03-01  Glenn Morris  <rgm@gnu.org>
+
+       * hooks.texi (Standard Hooks): Remove mode-specific hooks.
+
+       * maps.texi (Standard Keymaps): General update.
+       Remove mode-specific maps, talk about the more general keymaps.
+       * help.texi (Help Functions): Add vindex for Helper-help-map.
+       * keymaps.texi (Active Keymaps): Minor rephrasing.
+
+2012-02-29  Glenn Morris  <rgm@gnu.org>
+
+       * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
+
+2012-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
+
+       * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
+       Update changed behavior of file-subdir-of-p.
+
+2012-02-28  Glenn Morris  <rgm@gnu.org>
+
+       * advice.texi, anti.texi, display.texi, elisp.texi:
+       * processes.texi, variables.texi, vol1.texi, vol2.texi:
+       Standardize possessive apostrophe usage.
+
+       * locals.texi: Remove file.
+       * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
+       Remove menu entry.
+       * errors.texi, maps.texi: Adjust node pointers.
+       * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
+       * makefile.w32-in (srcs):
+       * Makefile.in (srcs): Remove locals.texi.
+
+       * frames.texi (Mouse Position): Fix cross-ref.
+
+2012-02-27  Chong Yidong  <cyd@gnu.org>
+
+       * buffers.texi (Creating Buffers): Clarify that
+       generate-new-buffer uses generate-new-buffer-names.
+       (Killing Buffers): Remove bogus example duplicating buffer-live-p.
+
+       * files.texi (Directory Names): Index entry for file name abbreviations.
+       (Relative File Names, File Name Expansion): Refer to it.
+       (Locating Files): Move locate-user-emacs-file documentation to
+       Standard File Names.
+       (Standard File Names): Add locate-user-emacs-file; update examples.
+
+2012-02-26  Michael Albinus  <michael.albinus@gmx.de>
+
+       * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
+
+2012-02-26  Chong Yidong  <cyd@gnu.org>
+
+       * files.texi (Kinds of Files): Improve documentation of
+       files-equal-p and file-subdir-of-p.
+
+2012-02-26  Glenn Morris  <rgm@gnu.org>
+
+       * intro.texi (Acknowledgements): Small changes.
+
+2012-02-25  Glenn Morris  <rgm@gnu.org>
+
+       * errors.texi: Don't try to list _all_ the error symbols.
+       Add circular-list, cl-assertion-failed, compression-error.
+       * elisp.texi, vol1.texi, vol2.texi:
+       * control.texi (Error Symbols): Tweak "Standard Errors" description.
+
+2012-02-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
+
+       * files.texi (files-equal-p, file-subdir-of-p): New,
+       add initial documentation.
+
 2012-02-25  Chong Yidong  <cyd@gnu.org>
 
        * files.texi (File Attributes): Document file-selinux-context.
        (Changing Files): Document set-file-selinux-context.
 
        * backups.texi (Making Backups): Return value of backup-buffer is
-       changed.
+       changed.  Mention default value of backup-directory-alist.
+       (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
+       (Auto-Saving): New minor mode behavior for auto-save-mode.
+       (Reverting): Add defvar for revert-buffer-in-progress-p.
 
        * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
 
 ;; coding: utf-8
 ;; End:
 
-  Copyright (C) 1998-2012  Free Software Foundation, Inc.
+  Copyright (C) 1998-2012 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.