Merge from emacs-23; up to 2010-05-26T14:19:15Z!monnier@iro.umontreal.ca.
[bpt/emacs.git] / doc / emacs / ChangeLog
index 793645d..d04c032 100644 (file)
@@ -1,3 +1,225 @@
+2011-02-05  Chong Yidong  <cyd@stupidchicken.com>
+
+       * rmail.texi (Rmail Display): Document Rmail MIME support more
+       accurately.
+
+       * maintaining.texi (VC Change Log): Document vc-log-incoming and
+       vc-log-outgoing.
+       (Merging): Document vc-find-conflicted-file.
+
+2011-02-05  Glenn Morris  <rgm@gnu.org>
+
+       * custom.texi (Variables): Fix typo.
+
+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
+       compilations (Bug#7573).
+
+       * files.texi (Backup Names): Document the new location of the
+       last-resort backup file.
+
+       * 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-15  Eli Zaretskii  <eliz@gnu.org>
+
+       * msdog.texi (Windows Startup): Correct inaccurate description of
+       differences between emacsclient.exe and emacsclientw.exe.
+
+2011-01-02  Chong Yidong  <cyd@stupidchicken.com>
+
+       * rmail.texi (Rmail Display): Edit for grammar and conciseness.
+
+2011-01-02  Kenichi Handa  <handa@m17n.org>
+
+       * rmail.texi (Rmail Display): Describe new features of Rmail in Info.
+
+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".
+       (Cut/Paste Other App): Describe the per-session emulation of PRIMARY.
+       (Bug#7702)
+
+       * trouble.texi (Checklist): Mention debug-on-quit.  (Bug#7667)
+
+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)
+
+2011-01-02  Glenn Morris  <rgm@gnu.org>
+
+       * trouble.texi (Checklist): Mention not replying via news either.
+
+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-13  Karel Klíč  <kklic@redhat.com>
+
+       * text.texi (HTML Mode): Small fixes.  (Bug#7607)
+
+2010-12-13  Glenn Morris  <rgm@gnu.org>
+
+       * trouble.texi (Checklist): Fix typo in newsgroup name.
+
+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-13  Eli Zaretskii  <eliz@gnu.org>
+
+       * display.texi (Optional Mode Line): Make the description of
+       load-average more accurate.
+
+       * msdog.texi (Windows HOME): Mention that HOME can also be set in the
+       registry, with a cross-reference.
+       (Windows Startup): New node.  Move the stuff about the current
+       directory from "Windows HOME".
+
+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-27  Chong Yidong  <cyd@stupidchicken.com>
+
+       * maintaining.texi (Version Control Systems): Fix repeated sentence.
+       Suggested by Štěpán Němec.
+
+2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
+
+       * maintaining.texi (Version Control): Say "commit", not "check in".
+       (Version Control Systems): Simplify descriptions.
+       (VCS Merging, VCS Changesets, VCS Repositories): New nodes, split from
+       VCS Concepts.
+       (VC Mode Line): Update example.
+       (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.
+
+       * emacs.texi (Top): Update node listing.
+
+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.
 ;; coding: utf-8
 ;; 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-1999, 2001-2011  Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.