Merge from emacs-23
[bpt/emacs.git] / doc / emacs / ChangeLog
index e16e419..d300ed8 100644 (file)
@@ -1,22 +1,22 @@
-2010-12-11  Eli Zaretskii  <eliz@gnu.org>
+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-12-13  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.
 
        * 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.
 
 
        * 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.
 
 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>
        (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.
 
 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>
 
 ;; Local Variables:
 ;; coding: utf-8
-;; fill-column: 79
-;; add-log-time-zone-rule: t
 ;; End:
 
-    Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
-      2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010  Free Software Foundation, Inc.
+  Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
+    2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
+    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/>.
-
-;;; arch-tag: f1d62776-3ed5-4811-9d96-267252577dbd