]> code.delx.au - gnu-emacs/blobdiff - doc/emacs/ChangeLog
* lisp/vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
[gnu-emacs] / doc / emacs / ChangeLog
index fe3e17a2c9102692df1756c959e0788d7e335b23..c6405019ddba6efee143858c60e35fef5b582d2b 100644 (file)
@@ -1,4 +1,84 @@
-2011-02-25  Eli Zaretskii  <eliz@gnu.org>
+2011-04-20  Christoph Scholtes  <cschol2112@googlemail.com>
+
+       * maintaining.texi (Old Revisions): Mention new function vc-ediff.
+
+2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
+
+       * display.texi (Auto Scrolling): Fix scroll-up/scroll-down confusion.
+
+2011-03-30  Eli Zaretskii  <eliz@gnu.org>
+
+       * display.texi (Auto Scrolling): Document the limit of 100 lines
+       for never-recentering scrolling with `scroll-conservatively'.
+       (Bug#6671)
+
+2011-03-12  Eli Zaretskii  <eliz@gnu.org>
+
+       * msdog.texi (Windows HOME): Fix the wording to clarify how Emacs sets
+       HOME on Windows and where it looks for init files.  (Bug#8221)
+
+2011-03-10  Eli Zaretskii  <eliz@gnu.org>
+
+       * search.texi (Regexp Example):
+       * mule.texi (International Chars):
+       * building.texi (External Lisp): Don't use characters outside
+       ISO-8859-1.
+
+2011-03-09  Eli Zaretskii  <eliz@gnu.org>
+
+       * ack.texi (Acknowledgments): Convert to ISO-8859-1 encoding.
+       Use Texinfo @-commands for non Latin-1 characters.
+
+       * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
+
+       * custom.texi (Init File): Add index entries for ".emacs".
+       (Bug#8210)
+
+2011-03-08  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * xresources.texi (GTK resources): ~/.emacs.d/gtkrc does not work
+       for Gtk+ 3.
+
+2011-03-08  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
+       * emacs.texi (Acknowledgments):
+       * ack.texi (Acknowledgments): Names to UTF-8.
+       * emacs.texi: Set documentencoding.
+
+       * display.texi (Optional Mode Line): Don't mention exactly where
+       display-time appears.  (Bug#8193)
+
+2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
+
+       * Version 23.3 released.
+
+2011-03-06  Chong Yidong  <cyd@stupidchicken.com>
+
+       * search.texi (Isearch Yank): C-y now bound to isearch-yank-kill.
+
+2011-03-03  Drake Wilson  <drake@begriffli.ch>  (tiny change)
+
+       * misc.texi (emacsclient Options): Add q/quiet.
+
+2011-03-02  Glenn Morris  <rgm@gnu.org>
+
+       * mule.texi (Communication Coding) <x-select-request-type>:
+       Remove duplicate (essentially) paragraph.  (Bug#8148)
+
+2011-03-01  Christoph Scholtes  <cschol2112@googlemail.com>
+
+       * maintaining.texi (Format of ChangeLog): Add reference to
+       add-log-full-name.
+       (Change Log Commands): Add documentation for combining multiple
+       symbols in one change.
+
+2011-03-01  Glenn Morris  <rgm@gnu.org>
+
+       * custom.texi (Directory Variables):
+       Give an example of excluding subdirectories.
+
+2011-02-28  Eli Zaretskii  <eliz@gnu.org>
 
        * search.texi (Regexp Search): Move index entries about regexps to the
        "Regexps" node.  Add index entries for regexp search.  (Bug#8096)
@@ -7,6 +87,11 @@
 
        * dired.texi (Dired): Dired-X version number was dropped.
 
+2011-02-14  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * xresources.texi (X Resources): Remove *faceName and replace it with
+       *font for Lucid.
+
 2011-02-05  Chong Yidong  <cyd@stupidchicken.com>
 
        * rmail.texi (Rmail Display): Document Rmail MIME support more
        vc-log-outgoing.
        (Merging): Document vc-find-conflicted-file.
 
-2011-02-04  Glenn Morris  <rgm@gnu.org>
+2011-02-05  Glenn Morris  <rgm@gnu.org>
 
        * custom.texi (Variables): Fix typo.
 
-2011-01-28  Chong Yidong  <cyd@stupidchicken.com>
+2011-01-31  Chong Yidong  <cyd@stupidchicken.com>
 
        * search.texi (Regexps): Copyedits.  Mention character classes
        (Bug#7809).
        * files.texi (File Aliases): Restore explanatory text from Eli
        Zaretskii, accidentally removed in 2011-01-08 commit.
 
+2011-01-29  Eli Zaretskii  <eliz@gnu.org>
+
+       * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
+       (MAKEINFO_OPTS): New variable.
+       (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
+       (emacs.html): New target.
+       (clean): Remove emacs.html.
+
+2011-01-23  Werner Lemberg  <wl@gnu.org>
+
+       * Makefile.in (MAKEINFO): Now controlled by `configure'.
+       (MAKEINFO_OPTS): New variable.  Use it where appropriate.
+       (ENVADD): Updated.
+
+2011-01-18  Glenn Morris  <rgm@gnu.org>
+
+       * ack.texi, emacs.texi (Acknowledgments): Update for ERT addition.
+
+       * ack.texi (Acknowledgments): Remove mention of replaced prolog.el.
+
 2011-01-15  Chong Yidong  <cyd@stupidchicken.com>
 
        * building.texi (Compilation): Improve instructions for running two
        * files.texi (Backup Names): Document the new location of the
        last-resort backup file.
 
-2011-01-08  Chong Yidong  <cyd@stupidchicken.com>
-
        * files.texi (File Aliases): Move directory-abbrev-alist doc from Lisp
        manual.  Explain why directory-abbrev-alist elements should be anchored
        (Bug#7777).
 
-2011-01-07  Eli Zaretskii  <eliz@gnu.org>
+2011-01-15  Eli Zaretskii  <eliz@gnu.org>
 
        * msdog.texi (Windows Startup): Correct inaccurate description of
        differences between emacsclient.exe and emacsclientw.exe.
 
-2010-12-30  Chong Yidong  <cyd@stupidchicken.com>
+2011-01-02  Chong Yidong  <cyd@stupidchicken.com>
 
        * rmail.texi (Rmail Display): Edit for grammar and conciseness.
 
-2010-12-27  Kenichi Handa  <handa@m17n.org>
+2011-01-02  Kenichi Handa  <handa@m17n.org>
 
        * rmail.texi (Rmail Display): Describe new features of Rmail in Info.
 
-2010-12-25  Eli Zaretskii  <eliz@gnu.org>
+2011-01-02  Eli Zaretskii  <eliz@gnu.org>
 
        * frames.texi (Cut and Paste): Modify the section's name and text:
        don't mix "cut/paste" with "kill/yank".
 
        * trouble.texi (Checklist): Mention debug-on-quit.  (Bug#7667)
 
-2010-12-18  Glenn Morris  <rgm@gnu.org>
+2011-01-02  Glenn Morris  <rgm@gnu.org>
 
        * maintaining.texi: Move inclusion of emerge after EDE, so that it
        matches its position in the menu.  (Bug#7674)
 
-2010-12-14  Glenn Morris  <rgm@gnu.org>
+2011-01-02  Glenn Morris  <rgm@gnu.org>
 
        * trouble.texi (Checklist): Mention not replying via news either.
 
-2010-12-11  Eli Zaretskii  <eliz@gnu.org>
+2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
+
+       * misc.texi (Document View): Update DocView section with newly
+       supported document formats.
+
+2010-12-21  Chong Yidong  <cyd@stupidchicken.com>
+
+       * killing.texi: Resection the Info version to conform to the
+       printed manual, to avoid making sections on Accumulating Text, CUA
+       and Rectangles into full chapters.
+
+2010-12-13  Eli Zaretskii  <eliz@gnu.org>
 
        * custom.texi (Init Syntax): Add index entries for "character syntax".
        (Bug#7576)
 
-2010-12-11  Karel Klíč  <kklic@redhat.com>
+2010-12-13  Karel Klíč  <kklic@redhat.com>
 
        * text.texi (HTML Mode): Small fixes.  (Bug#7607)
 
-2010-12-10  Glenn Morris  <rgm@gnu.org>
+2010-12-13  Glenn Morris  <rgm@gnu.org>
 
        * trouble.texi (Checklist): Fix typo in newsgroup name.
 
-2010-12-05  Chong Yidong  <cyd@stupidchicken.com>
+2010-12-13  Chong Yidong  <cyd@stupidchicken.com>
 
        * search.texi (Word Search): Note that the lazy highlight always
        matches to whole words (Bug#7470).
 
-2010-12-04  Eli Zaretskii  <eliz@gnu.org>
+2010-12-13  Eli Zaretskii  <eliz@gnu.org>
 
        * display.texi (Optional Mode Line): Make the description of
        load-average more accurate.
        (Windows Startup): New node.  Move the stuff about the current
        directory from "Windows HOME".
 
-2010-11-23  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
+2010-11-27  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
 
        * maintaining.texi (VC With A Locking VCS, VC Directory Commands):
        * vc1-xtra.texi (Customizing VC, General VC Options): Small fixes.
 
-2010-11-21  Chong Yidong  <cyd@stupidchicken.com>
+2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
 
        * maintaining.texi (Version Control Systems): Fix repeated sentence.
        Suggested by Štěpán Němec.
 
-2010-11-20  Chong Yidong  <cyd@stupidchicken.com>
+2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
 
        * maintaining.texi (Version Control): Say "commit", not "check in".
        (Version Control Systems): Simplify descriptions.
        (Old Revisions): Document revert-buffer for vc-diff.
        (Log Buffer): Promote to a subsection.  Document header lines.
 
-       * macos.texi (Mac / GNUstep Basics): Document
-       ns-right-alternate-modifier.
+       * macos.texi (Mac / GNUstep Basics):
+       Document ns-right-alternate-modifier.
 
        * emacs.texi (Top): Update node listing.
 
-2010-11-06  Eli Zaretskii  <eliz@gnu.org>
+2010-11-13  Eli Zaretskii  <eliz@gnu.org>
+
+       * rmail.texi (Rmail Coding): Characters with no fonts are not
+       necessarily displayed as empty boxes.
+
+       * mule.texi (Language Environments, Fontsets): Characters with no
+       fonts are not necessarily displayed as empty boxes.
+
+       * display.texi (Text Display): Document display of glyphless
+       characters.
+
+2010-11-13  Glenn Morris  <rgm@gnu.org>
+
+       * basic.texi (Position Info): Add M-x count-words-region.
+
+2010-11-11  Glenn Morris  <rgm@gnu.org>
+
+       * msdog.texi (ls in Lisp): Update for ls-lisp changes.
+
+2010-11-09  Eli Zaretskii  <eliz@gnu.org>
 
        * msdog.texi (Windows HOME): Add information regarding startup
        directory when invoking Emacs from a desktop shortcut.  (bug#7300)
 
+2010-10-11  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
+
+       * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
+       (DVIPS): New variable.
+       (.PHONY): Add html, ps.
+       (html, emacs.html, ps, emacs.ps, emacs-xtra.ps): New targets.
+       (clean): Delete html, ps files.
+
+2010-10-09  Eli Zaretskii  <eliz@gnu.org>
+
+       * makefile.w32-in (EMACSSOURCES): Add emacsver.texi.
+
+2010-10-09  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (VPATH): Remove.
+       (infodir): Make it absolute.
+       (mkinfodir, $(infodir)/emacs, infoclean): No need to cd $srcdir.
+
+       * Makefile.in (dist): Anchor regexps.
+
+       * Makefile.in (EMACSSOURCES): Put emacs.texi first.
+       ($(infodir)/emacs, emacs.dvi, emacs.pdf, emacs-xtra.dvi)
+       (emacs-xtra.pdf): Use $<.
+
+       * Makefile.in (infoclean): Remove harmless, long-standing error.
+
+       * Makefile.in ($(infodir)): Delete rule.
+       (mkinfodir): New.
+       ($(infodir)/emacs): Use $mkinfodir instead of infodir.
+
+       * Makefile.in (distclean): Do not delete emacsver.texi.
+       (dist): Remove reference to emacsver.texi.in.
+       * emacsver.texi: New file, replacing emacsver.texi.in.
+
+2010-10-09  Glenn Morris  <rgm@gnu.org>
+
+       * emacsver.texi.in: New file.
+       * emacs.texi: Set EMACSVER by including emacsver.texi.
+       * Makefile.in (distclean): Delete emacsver.texi.
+       (dist): Copy emacsver.texi.
+       (EMACSSOURCES): Add emacsver.texi.
+
+       * ack.texi (Acknowledgments): No more b2m.c.
+
+       * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
+       (emacs): Remove rule.
+       (dist): No need to deal with the emacs rule any more.
+
+2010-10-07  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (version): New, set by configure.
+       (clean): Delete dist tar file.
+       (dist): Use version in tar name.
+
+2010-10-06  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (EMACS_XTRA): Add the main source file.
+       (emacs-xtra.dvi, emacs-xtra.pdf): Remove explicit emacs-xtra.texi.
+       (mostlyclean): No core files, reorder other files.
+       (clean): Delete specific dvi and pdf files.
+       (infoclean, dist): New rules.
+       (maintainer-clean): Use infoclean.
+       ($(infodir)): Add parallel build workaround.
+
+2010-10-04  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (SHELL): Set it.
+       (INFO_TARGETS, DVI_TARGETS): Remove variables.
+       (info, dvi): Replace above variables with their expansions.
+       (info): Move mkdir from here...
+       ($(infodir)/emacs): ... to here (for parallel builds).
+       (pdf): New target.
+       ($(infodir)/emacs): Pass -o option to makeinfo.
+       (.PHONY): Declare clean rules.
+       (maintainer-clean): Delete dvi and pdf files.
+       Guard against cd failures.  Use a more restrictive delete.
+
+2010-10-02  Glenn Morris  <rgm@gnu.org>
+
+       * misc.texi (Shell Mode): Remove reference to old function name.
+
+2010-09-30  Eli Zaretskii  <eliz@gnu.org>
+
+       * maintaining.texi (VC Mode Line): Mention all the possible VC status
+       indicator characters.
+
+2010-09-29  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (top_srcdir): Remove unused variable.
+
 2010-09-14  Glenn Morris  <rgm@gnu.org>
 
        * cal-xtra.texi (Fancy Diary Display): Emphasize that sort should be
        * calendar.texi (Appointments): Also updated when a diary include file
        is saved.
 
-2010-09-12  Glenn Morris  <rgm@gnu.org>
+2010-09-14  Glenn Morris  <rgm@gnu.org>
 
        * trouble.texi (Bugs): Update the section intro.
        (Known Problems): New section.
        (Sending Patches): Bug fixes are best as responses to existing bugs.
        * emacs.texi (Known Problems): Add menu entry for new section.
 
-2010-09-04  Chong Yidong  <cyd@stupidchicken.com>
+2010-09-09  Glenn Morris  <rgm@gnu.org>
+
+       * xresources.texi: Untabify.
+
+2010-09-06  Chong Yidong  <cyd@stupidchicken.com>
 
        * dired.texi (Dired Enter): Minor doc fix (Bug#6982).
 
-2010-09-02  Glenn Morris  <rgm@gnu.org>
+2010-09-06  Glenn Morris  <rgm@gnu.org>
 
        * misc.texi (Saving Emacs Sessions): Mention desktop-path.  (Bug#6948)
 
+2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * frames.texi (Cut/Paste Other App): Remove vut-buffer text.
+
 2010-08-21  Glenn Morris  <rgm@gnu.org>
 
        * misc.texi (Amusements): Mention bubbles and animate.
 
+2010-07-31  Eli Zaretskii  <eliz@gnu.org>
+
+       * files.texi (Visiting): Add more index entries for
+       large-file-warning-threshold.
+
+2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * frames.texi (Tool Bars): Add doc for tool-bar-position.
+
 2010-06-23  Glenn Morris  <rgm@gnu.org>
 
        * abbrevs.texi, basic.texi, buffers.texi, building.texi, calendar.texi:
 
        * basic.texi (Inserting Text): Fix typo.
 
-2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
+2010-06-10  Glenn Morris  <rgm@gnu.org>
 
-       * Version 23.2 released.
+       * ack.texi (Acknowledgments):
+       * emacs.texi (Acknowledgments): Update for notifications.el.
 
-2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
+2010-05-31  Daiki Ueno  <ueno@unixuser.org>
+
+       * dired.texi (Operating on Files): Mention encryption commands
+       (Bug#6315).
+
+2010-05-29  Eli Zaretskii  <eliz@gnu.org>
+
+       * basic.texi (Moving Point): Update due to renaming of commands bound
+       to arrows.  Document bidi-aware behavior of C-<right> and C-<left>.
+
+2010-05-18  Eli Zaretskii  <eliz@gnu.org>
+
+       * display.texi (Fringes): Document reversal of fringe arrows for R2L
+       paragraphs.
+       (Line Truncation): Fix wording for bidi display.
+
+       * basic.texi (Moving Point): Document bidi-aware behavior of the arrow
+       keys.
+
+2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
 
        * building.texi (GDB Graphical Interface): Remove misleading comparison
        to an IDE (Bug#6128).
 
-2010-05-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
+2010-05-08  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
 
        * programs.texi (Man Page):
        * misc.texi (Invoking emacsclient):
        * mini.texi (Repetition):
        * mark.texi (Setting Mark): Fix typos.
 
-2010-04-25  Chong Yidong  <cyd@stupidchicken.com>
+2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
 
        * misc.texi (Printing): Document htmlfontify-buffer.
 
-2010-04-21  Glenn Morris  <rgm@gnu.org>
+2010-05-08  Glenn Morris  <rgm@gnu.org>
 
        * calendar.texi (Displaying the Diary, Format of Diary File):
        Fix external cross-references for TeX format output.
 
+2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
+
+       * Version 23.2 released.
+
+2010-05-02  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * cmdargs.texi (Initial Options): Mention --chdir.
+
+2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * frames.texi (Tool Bars): Add tool-bar-style.
+
+2010-04-21  Glenn Morris  <rgm@gnu.org>
+
+       * ack.texi, emacs.texi (Acknowledgments): Add SELinux support.
+
 2010-04-18  Chong Yidong  <cyd@stupidchicken.com>
 
        * programs.texi (Semantic): New node.
 
        * misc.texi (Gnus): Use the `C-h i' keybinding for info.
 
-2010-04-16  Glenn Morris  <rgm@gnu.org>
+2010-04-18  Glenn Morris  <rgm@gnu.org>
 
        * emacs.texi (Acknowledgments): Remove duplicate.
 
        * maintaining.texi (VC Directory Commands): Mention stashes and shelves.
 
-2010-04-15  Glenn Morris  <rgm@gnu.org>
+2010-04-18  Glenn Morris  <rgm@gnu.org>
 
        * dired.texi (Misc Dired Features): Mention VC diff and log.
        * maintaining.texi (Old Revisions, VC Change Log):
        * custom.texi (Specifying File Variables, Directory Variables):
        Document new commands for manipulating local variable lists.
 
-2010-04-09  Glenn Morris  <rgm@gnu.org>
+2010-04-18  Glenn Morris  <rgm@gnu.org>
 
        * trouble.texi (Contributing): Add cindex entry.
        Mention etc/CONTRIBUTE.
 
-2010-04-06  Chong Yidong  <cyd@stupidchicken.com>
+2010-04-18  Chong Yidong  <cyd@stupidchicken.com>
 
        * mark.texi (Persistent Mark): Copyedits.  Replace undo example with
        query-replace (Bug#5774).
 
+2010-04-16  Glenn Morris  <rgm@gnu.org>
+
+       * ack.texi, emacs.texi (Acknowledgments): Update for Org changes.
+
+2010-04-11  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * xresources.texi (Lucid Resources): Mention faceName for dialogs.
+
+2010-04-08  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * xresources.texi (Lucid Resources): Mention faceName to set Xft fonts.
+
 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
 
        * mule.texi (Input Methods): Mention "C-x 8 RET" and add a
        * basic.texi (Inserting Text): Add an index entry for "C-x 8 RET".
        Mention completion provided by `ucs-insert'.
 
-2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
+2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
 
        * sending.texi (Sending Mail): Note variables that may need
        customizing.
        (Mail Sending): Expand discussion of send-mail-function.
 
-2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
+2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
 
        Document Message mode as the default mail mode.
 
        mail-self-blind, mail-default-reply-to, and mail-archive-file-name in
        favor of mail-default-headers.  Ad index entries for user-full-name and
        user-mail-address.
-       (Citing Mail): Update changes in Message mode behavior.  Document
-       mail-yank-prefix.
+       (Citing Mail): Update changes in Message mode behavior.
+       Document mail-yank-prefix.
        (Mail Signature): New node, moved from Mail Misc.
        (Mail Aliases): Mail abbrevs are the default with Message mode.
        (Mail Methods): Note that Message mode is now the default.
 
        * emacs.texi (Top): Fix xrefs.
 
-2010-03-25  Chong Yidong  <cyd@stupidchicken.com>
+2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
 
        * maintaining.texi (VC With A Merging VCS): C-x v v now creates a
        repository if there is none.
        * misc.texi (Navigation): Document doc-view-continuous.
        (Shell Ring): Document new M-r binding.  M-s is no longer bound.
 
+2010-03-30  Juri Linkov  <juri@jurta.org>
+
+       * search.texi (Other Repeating Search): Remove line that `occur'
+       can not handle multiline matches.
+
+2010-03-30  Eli Zaretskii  <eliz@gnu.org>
+
+       * mule.texi (International): Mention support of bidirectional editing.
+       (Bidirectional Editing): New section.
+
+2010-03-28  Nick Roberts  <nickrob@snap.net.nz>
+
+       * emacs.texi (Top): Update node names to those in building.texi.
+
+2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
+
+       doc/emacs/building.texi: Describe restored GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
+       doc/emacs/emacs.texi: Update node names for building.texi.
+
 2010-03-24  Glenn Morris  <rgm@gnu.org>
 
        * ack.texi (Acknowledgments):
        * xresources.texi (Table of Resources):
        * mule.texi (Defining Fontsets, Charsets): Update xrefs.
 
+2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
+
+       * Branch for 23.2.
+
 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
 
        * custom.texi (Init Examples): Add xref to Locals.
        * files.texi (Visiting):
        * buffers.texi (Buffers): Max buffer size is now 512 MB.
 
-       * frames.texi (Cut/Paste Other App): Document
-       save-interprogram-paste-before-kill.
+       * frames.texi (Cut/Paste Other App):
+       Document save-interprogram-paste-before-kill.
 
        * killing.texi (Kill Options): New node.
 
        * entering.texi (Exiting): C-z is now bound to suspend-frame.
 
        * custom.texi (Init Examples): Replace Rumseld with Cheny (Bug#3519).
-       (Key Bindings): Reference Init Rebinding in introductory text.  Shift
-       some of the introduction to Keymaps node.
+       (Key Bindings): Reference Init Rebinding in introductory text.
+       Shift some of the introduction to Keymaps node.
        (Keymaps): Simplify.
        (Local Keymaps): Simplify.  Move binding example to Init Rebinding.
        (Minibuffer Maps): Remove mention of Mocklisp.
 
 2009-06-23  Miles Bader  <miles@gnu.org>
 
-       * display.texi (Scrolling): Document `recenter-redisplay'
+       * display.texi (Scrolling): Document `recenter-redisplay'.
        (Temporary Face Changes): Document `text-scale-set'.
 
 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
        * misc.texi (Interactive Shell, Saving Emacs Sessions)
        (Shell History Copying, Terminal emulator): Copyedits.
 
-       * xresources.texi (Resources): Simplify descriptions.  Shorten
-       description of editres, which is not very useful these days.
+       * xresources.texi (Resources): Simplify descriptions.
+       Shorten description of editres, which is not very useful these days.
        (Table of Resources): Document fontBackend resource.
 
        * trouble.texi (Quitting): Add other undo bindings to table.
        (Enabling Multibyte): Remove obsolete discussion.  Copyedits.
        (Language Environments): Add language environments new to Emacs 23.
        (Multibyte Conversion): Node deleted.
-       (Coding Systems): Remove obsolete unify-8859-on-decoding-mode.  Don't
-       mention obsolete emacs-mule coding system.
+       (Coding Systems): Remove obsolete unify-8859-on-decoding-mode.
+       Don't mention obsolete emacs-mule coding system.
        (Output Coding): Copyedits.
 
        * emacs.texi (Top): Update node listing.
 
        * mini.texi (Completion Commands): Describe Emacs 23 completion rules.
        (Completion Options): Document read-file-name-completion-ignore-case,
-       read-buffer-completion-ignore-case, and completion-styles.  Remove
-       description of partial-completion-mode.
+       read-buffer-completion-ignore-case, and completion-styles.
+       Remove description of partial-completion-mode.
 
 2009-03-14  Glenn Morris  <rgm@gnu.org>
 
        * files.texi (Visiting): Document new behavior of
        confirm-nonexistent-file-or-buffer.
 
-       * buffers.texi (Select Buffer): Document
-       confirm-nonexistent-file-or-buffer.
+       * buffers.texi (Select Buffer):
+       Document confirm-nonexistent-file-or-buffer.
 
        * picture-xtra.texi (Picture Mode): Use picture-mode instead of
        edit-picture.
 
        * dired.texi (Dired): Mention C-x C-d too.
        (Dired Enter): Document M-n in the Dired minibuffer.
-       (Dired Navigation): Explain dired-goto-file more clearly.  Document
-       dired-isearch-filenames.
+       (Dired Navigation): Explain dired-goto-file more clearly.
+       Document dired-isearch-filenames.
        (Dired Deletion): Remove unnecessary "expunged" terminology.
        (Flagging Many Files): & is now rebound to `% &'.
        (Shell Commands in Dired): Document dired-do-async-shell-command.
        open-paren-in-column-0-is-defun-start more concisely.
        (Which Function, Program Indent, Info Lookup): Minor edits.
        (Basic Indent): If region is active, TAB indents the region.
-       (Multi-line Indent): If region is active, TAB indents the region.  Note
-       that indent-region is useful when Transient Mark mode is off.
+       (Multi-line Indent): If region is active, TAB indents the region.
+       Note that indent-region is useful when Transient Mark mode is off.
        (Matching): The delimiter at the cursor is highlighted---the character
        changes color.
        (Symbol Completion): Link to Completion node.
 
 2008-10-31  Chong Yidong  <cyd@stupidchicken.com>
 
-       * misc.texi (Document View): Renamed from Document Files, moved here
+       * misc.texi (Document View): Rename from Document Files, moved here
        from files.texi.
 
-       * files.texi (Version Control): Moved to maintaining.texi.  Subnodes
-       moved as well.
-       (Document Files): Moved to misc.texi.
+       * files.texi (Version Control): Move to maintaining.texi.
+       Subnodes moved as well.
+       (Document Files): Move to misc.texi.
 
        * maintaining.texi (Change Log): Document log-edit-insert-changelog and
        vc-update-change-log.
 
 2008-10-31  Chong Yidong  <cyd@stupidchicken.com>
 
-       * building.texi (Compilation Mode): Document
-       compilation-auto-jump-to-first-error.
+       * building.texi (Compilation Mode):
+       Document compilation-auto-jump-to-first-error.
        (Debuggers): Lower GUD subsections to subsubsections.
        (Starting GUD): Add cindex.
        (Lisp Interaction): Note that scratch is no longer the initial buffer.
 
        * emacs.texi (Top): Update node listings.
 
-       * misc.texi (Emacs Server): Rewrite.  Document daemon-mode.  Don't
-       mention obsolete emacs.bash script.
+       * misc.texi (Emacs Server): Rewrite.  Document daemon-mode.
+       Don't mention obsolete emacs.bash script.
        (Invoking emacsclient): Rewrite, moving optional arguments to
        emacsclient Options.
        (emacsclient Options): New node.  Document server-use-tcp and
 
 2008-10-22  Tassilo Horn  <tassilo@member.fsf.org>
 
-       * emacs.texi (Acknowledgments): Added myself to Acknowledgments
+       * emacs.texi (Acknowledgments): Add myself to Acknowledgments
        section.
 
 2008-10-21  Chong Yidong  <cyd@stupidchicken.com>
        crucial to using distributed version control systems.
        (Comparing Files): Note that diff uses the minibuffer, and that the
        output is shown using Diff mode.
-       (Diff Mode): Explain what "patch" and "hunk" mean.  Document
-       diff-update-on-the-fly, diff-refine-hunk, and
+       (Diff Mode): Explain what "patch" and "hunk" mean.
+       Document diff-update-on-the-fly, diff-refine-hunk, and
        diff-show-trailing-whitespaces.
        (File Archives): Add rar support.
 
        * major.texi (Choosing Modes): Make mode selection sequence more
        obvious by describing the steps in order of priority.  Note that
-       magic-mode-alist is nil by default.  Document
-       magic-fallback-mode-alist.
+       magic-mode-alist is nil by default.
+       Document magic-fallback-mode-alist.
 
 2008-10-20  Chong Yidong  <cyd@stupidchicken.com>
 
 2008-10-12  Chong Yidong  <cyd@stupidchicken.com>
 
        * mini.texi (Minibuffer File): Add xref to File Names.
-       (Minibuffer File): Add discussion of `~' in file names.  Add
-       insert-default-directory index reference.
+       (Minibuffer File): Add discussion of `~' in file names.
+       Add insert-default-directory index reference.
 
        * files.texi (File Names): Reorganize description.
        (Visiting): Add xref to Mode Line.  Copyedits.
        * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create
        cpNNN coding systems anymore.
        (MS-DOS and MULE): Don't mention code-pages.el.  Don't mention support
-       for unibyte mode.  Don't mention line-drawing characters.  Don't
-       mention dos-unsupported-char-glyph.
+       for unibyte mode.  Don't mention line-drawing characters.
+       Don't mention dos-unsupported-char-glyph.
 
 2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
 
        * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
        interface for defining macros.  Simplify examples.  Note that C-g quits
        macro definitions.
-       (Keyboard Macro Counter): Document using F3 to insert counter.  Give
-       usage example.
+       (Keyboard Macro Counter): Document using F3 to insert counter.
+       Give usage example.
        (Keyboard Macro Query): Organize query responses in a table.
 
-       * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout.  Link
-       to Erasing node.
+       * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout.
+       Link to Erasing node.
        (Undo): Reorganize paragraphs for logical flow.  Move keybinding
        rationale to a footnote.
        (Kill Errors): Remove node, due to redundancy with Erasing.
        (Fortran Columns): Mention font-locking.
        (Fortran Abbrev): Word syntax not relevant with new-style abbrev.
 
-2008-08-23  Johan Bockgard  <bojohan@muon>
+2008-08-23  Johan Bockgård  <bojohan@muon>
 
        * basic.texi (Moving Point): Fix <prior>/<next> confusion.
 
        * display.texi (Visual Line Mode): New node.
 
        * basic.texi (Inserting Text): Move DEL to deletion node.
-       (Moving Point): Add additional alternative key bindings.  Describe
-       line-move-visual.
+       (Moving Point): Add additional alternative key bindings.
+       Describe line-move-visual.
        (Erasing): Describe DEL.
        (Basic Undo, Blank Lines, Arguments): Copyedit.
        (Continuation Lines): Mention Visual Line mode.
 
 2008-06-04  Miles Bader  <miles@gnu.org>
 
-       * display.texi (Temporary Face Changes): Add
-       `adjust-buffer-face-height'.  Rewrite description of
+       * display.texi (Temporary Face Changes):
+       Add `adjust-buffer-face-height'.  Rewrite description of
        `increase-buffer-face-height' and `decrease-default-face-height' now
        that they aren't bound by default.
 
        (Replace, Unconditional Replace, Other Repeating Search):
        Describe Transient Mark mode as the default.
 
-       * text.texi (Words, Pages, Fill Commands, HTML Mode): Describe
-       Transient Mark mode as the default.
+       * text.texi (Words, Pages, Fill Commands, HTML Mode):
+       Describe Transient Mark mode as the default.
        (Paragraphs): Describe how M-h behaves when region is active.
 
        * trouble.texi (Quitting): Clarify effects of C-g.
 
 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
 
-       * search.texi (Query Replace): Mention
-       `query-replace-show-replacement'.
+       * search.texi (Query Replace):
+       Mention `query-replace-show-replacement'.
 
 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
 
 
 2007-04-20  David Koppelman  <koppel@ece.lsu.edu>
 
-       * display.texi (Highlight Interactively): Document
-       hi-lock-file-patterns-policy.
+       * display.texi (Highlight Interactively):
+       Document hi-lock-file-patterns-policy.
 
 2007-04-20  Martin Rudalics  <rudalics@gmx.at>
 
 2006-08-10  Richard Stallman  <rms@gnu.org>
 
        * text.texi (Format Faces): Substantial rewrites to deal
-       with face merging.  Empty regions don't count.  Clarify
-       face property inheritance.
+       with face merging.  Empty regions don't count.
+       Clarify face property inheritance.
 
 2006-08-08  Romain Francoise  <romain@orebokech.com>
 
        of emacs-xtra.texi.  Convert each @chapter into @section, @section
        into @subsection, etc.
 
-       * emacs-xtra.texi (MS-DOS): Renamed from "MS-DOG".  All references
+       * emacs-xtra.texi (MS-DOS): Rename from "MS-DOG".  All references
        updated.
 
        * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
        (Comparing Files): Delete what duplicates new node.
        (Files): Put Diff Mode in menu.
 
-       * misc.texi (Diff Mode): Moved to files.texi.
+       * misc.texi (Diff Mode): Move to files.texi.
 
        * emacs.texi (Top): Update menu for Diff Mode.
 
 
 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
 
-       * building.texi (Other GDB User Interface Buffers): Describe
-       the command gdb-use-inferior-io-buffer.
+       * building.texi (Other GDB User Interface Buffers):
+       Describe the command gdb-use-inferior-io-buffer.
 
 2005-10-31  Romain Francoise  <romain@orebokech.com>
 
 
 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
 
-       * building.texi (GDB Graphical Interface): Describe
-       gdb-mouse-until.
+       * building.texi (GDB Graphical Interface):
+       Describe gdb-mouse-until.
 
 2005-10-23  Richard M. Stallman  <rms@gnu.org>
 
 
 2005-10-09  Jan Djärv  <jan.h.d@swipnet.se>
 
-       * cmdargs.texi (Icons X): Removed options -i, -itype, --icon-type,
+       * cmdargs.texi (Icons X): Remove options -i, -itype, --icon-type,
        added -nb, --no-bitmap-icon.
 
 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
        emulation and related variables.
        (Mac International): Mention Central European and Cyrillic
        support.  Now `keyboard-coding-system' is dynamically changed.
-       Add description about coding system for selection.  Add
-       description about language environment.
-       (Mac Environment Variables): Mention
-       `~/.MacOSX/environment.plist'.  Give example of command line
+       Add description about coding system for selection.
+       Add description about language environment.
+       (Mac Environment Variables):
+       Mention `~/.MacOSX/environment.plist'.  Give example of command line
        arguments.  Add Preferences support.
        (Mac Directories): Explicitly state that this node is for Mac OS
        Classic only.
-       (Mac Font Specs): Mention specification for scalable fonts.  List
-       supported charsets.  Add preferred way of creating fontsets.  Add
-       description about `mac-allow-anti-aliasing'.
+       (Mac Font Specs): Mention specification for scalable fonts.
+       List supported charsets.  Add preferred way of creating fontsets.
+       Add description about `mac-allow-anti-aliasing'.
        (Mac Functions): Add descriptions about `mac-set-file-creator',
        `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
        and `mac-get-preference'.
 2005-07-16  Eli Zaretskii  <eliz@gnu.org>
 
        * display.texi (Standard Faces): Explain that customization of
-       `menu' face has no effect on w32 and with GTK.  Add
-       cross-references.
+       `menu' face has no effect on w32 and with GTK.
+       Add cross-references.
 
        * cmdargs.texi (General Variables): Clarify the default location
        of $HOME on w32 systems.
 
 2005-07-08  Kenichi Handa  <handa@m17n.org>
 
-       * mule.texi (Recognize Coding): Recommend
-       revert-buffer-with-coding-system instead of revert-buffer.
+       * mule.texi (Recognize Coding):
+       Recommend revert-buffer-with-coding-system instead of revert-buffer.
 
 2005-07-07  Richard M. Stallman  <rms@gnu.org>
 
 
 2005-06-23  Richard M. Stallman  <rms@gnu.org>
 
-       * anti.texi (Antinews): Renamed show-nonbreak-escape to
+       * anti.texi (Antinews): Rename show-nonbreak-escape to
        nobreak-char-display.
 
        * emacs.texi (Top): Update detailed node listing.
 
-       * display.texi (Text Display): Renamed show-nonbreak-escape
+       * display.texi (Text Display): Rename show-nonbreak-escape
        to nobreak-char-display and no-break-space to nobreak-space.
        (Standard Faces): Split up the list of standard faces
        and put it in a separate node.  Add nobreak-space and
 
 2005-06-23  Kenichi Handa  <handa@m17n.org>
 
-       * mule.texi (International): List all supported scripts.  Adjust
-       text for that leim is now included in the normal Emacs
+       * mule.texi (International): List all supported scripts.
+       Adjust text for that leim is now included in the normal Emacs
        distribution.
        (Language Environments): List all language environments.
        Intlfonts contains fonts for most supported scripts, not all..
 
        * ack.texi (Acknowledgments): Delete info about iso-acc.el.
 
-       * dired.texi (Misc Dired Features): Document
-       dired-compare-directories.
+       * dired.texi (Misc Dired Features):
+       Document dired-compare-directories.
 
        * files.texi (Filesets): New node.
        (File Conveniences): Document Image mode.
 
 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
 
-       * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3.  Update
-       copyright years.
+       * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3.
+       Update copyright years.
 
 2005-03-14  Nick Roberts  <nickrob@snap.net.nz>
 
 2005-03-05  Juri Linkov  <juri@jurta.org>
 
        * cmdargs.texi (Emacs Invocation): Add cindex
-       "invocation (command line arguments)"
+       "invocation (command line arguments)".
        (Misc X): Add -nbc, --no-blinking-cursor.
 
 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
        (Scrolling): For C-l, don't presume text terminal.
        (Horizontal Scrolling): Simplify intro.
        (Follow Mode): Clarify.
-       (Cursor Display): Moved before Display Custom.
+       (Cursor Display): Move before Display Custom.
        (Display Custom): Explain no-redraw-on-reenter is for text terminals.
        Doc default-tab-width.  Doc line truncation more thoroughly.
 
        cross-references to mailutils documentation.
        Describe various methods of specifying mailbox names,
        user names and user passwords for rmail.
-       (Remote Mailboxes): New section.  Describe
-       how movemail handles remote mailboxes.  Describe configuration
+       (Remote Mailboxes): New section.
+       Describe how movemail handles remote mailboxes.  Describe configuration
        options used to control its behavior.
        (Other Mailbox Formats): Explain handling of various mailbox
        formats.
 2004-11-10  Andre Spiegel  <spiegel@gnu.org>
 
        * files.texi (Version Control): Rewrite the introduction about
-       version systems, mentioning the new ones that we support.  Thanks
-       to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
+       version systems, mentioning the new ones that we support.
+       Thanks to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
        suggestions.
 
 2004-11-03  Jan Djärv  <jan.h.d@swipnet.se>
 
 2004-02-21  Juri Linkov  <juri@jurta.org>
 
-       * cmdargs.texi (Action Arguments): Add alias --find-file.  Add
-       --directory, --help, --version.  Move text about command-line-args
+       * cmdargs.texi (Action Arguments): Add alias --find-file.
+       Add --directory, --help, --version.  Move text about command-line-args
        to Command Arguments.
        (Initial Options): Add @cindex for --script.  Fix @cindex for -q.
        Add --no-desktop.  Add alias --no-multibyte, --no-unibyte.
 
 2004-01-24  Richard M. Stallman  <rms@gnu.org>
 
-       * emacs.texi (Acknowledgments): Renamed from Acknowledgements.
+       * emacs.texi (Acknowledgments): Rename from Acknowledgements.
        Include it only @ifnotinfo.  Patch the preceding and following
        node headers to point to each other.
 
 
 2003-09-24  Luc Teirlinck  <teirllm@mail.auburn.edu>
 
-       * cmdargs.texi (Font X): Mention new default font.  More
-       fully describe long font names, wildcard patterns and the
+       * cmdargs.texi (Font X): Mention new default font.
+       More fully describe long font names, wildcard patterns and the
        problems involved.  (Result of discussion on emacs-devel.)
 
 2003-09-22  Luc Teirlinck  <teirllm@mail.auburn.edu>
 
        * screen.texi (Mode Line): Say that POS comes before LINE.
        Mention `size-indication-mode'.
-       * display.texi (Optional Mode Line): Document
-       `size-indication-mode'.
+       * display.texi (Optional Mode Line):
+       Document `size-indication-mode'.
        * basic.texi (Position Info): Mention `size-indication-mode'.
 
 2003-09-07  Luc Teirlinck  <teirllm@mail.auburn.edu>
 
 ;; Local Variables:
 ;; coding: utf-8
-;; fill-column: 79
 ;; End:
 
-  Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
-    2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
-    Free Software Foundation, Inc.
+  Copyright (C) 1993-1999, 2001-2011  Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.
 
 
   You should have received a copy of the GNU General Public License
   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
-