Merge from emacs--rel--22
[bpt/emacs.git] / man / ChangeLog
index afe5bda..c393eb0 100644 (file)
@@ -1,3 +1,7 @@
+2007-07-26  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * dired.texi (Wdired): Mention C-x C-q key binding.
+
 2007-07-25  Glenn Morris  <rgm@gnu.org>
 
        * calc.texi (Copying)
        * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
        for some calendars.
 
+2007-07-23  Nick Roberts  <nickrob@snap.net.nz>
+
+       * screen.texi (Mode Line): Describe new mode-line flag that shows if
+       default-directory for the current buffer is on a remote machine.
+
+2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
+
+       Sync with Tramp 2.1.10.
+
+       * tramp.texi (trampfn): Expand macro implementation in order to handle
+       empty arguments.
+       (trampfnmhl, trampfnuhl, trampfnhl): Remove macros.  Replace all
+       occurencies by trampfn.
+       (Frequently Asked Questions): Extend example code for host
+       identification in the modeline. Add bbdb to approaches shortening Tramp
+       file names to be typed.
+
+       * trampver.texi: Update release number.
+
+2007-07-21  Eli Zaretskii  <eliz@gnu.org>
+
+       * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
+       default value.
+
+2007-07-21  Richard Stallman  <rms@gnu.org>
+
+       * files.texi (Why Version Control?): Improve previous change.
+
+2007-07-18  Eric S. Raymond  <esr@snark.thyrsus.com>
+
+       * files.texi (Why Version Control?): New node.
+
+2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
+
+       * tramp.texi: Move @setfilename ../info/tramp up, outside the header
+       section.  Reported by <poti@potis.org>.
+       (Remote processes): Arguments of the program to be debugged are taken
+       literally.
+       (Frequently Asked Questions): Simplify recentf example.
+
+2007-07-14  Karl Berry  <karl@gnu.org>
+
+       * info.texi (@copying): New Back-Cover Text.
+
+       * info.texi (Quitting Info): Move to proper place in source.
+       (Reported by Benno Schulenberg.)
+
 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
 
        * Makefile.in (../info/emacs-mime): Use --enable-encoding.
 
        * emacs-mime.texi: Add @documentencoding directive.
 
+2007-07-12  Nick Roberts  <nickrob@snap.net.nz>
+
+       * tramp.texi (Remote processes): Add an anchor to the subsection
+       "Running a debugger on a remote host".
+
+       * building.texi (Starting GUD): Add xref to this anchor.
+
+2007-07-12  Michael Albinus  <michael.albinus@gmx.de>
+
+       * tramp.texi (Remote processes): Don't call it "experimental" any
+       longer.  Add subsection about running a debugger on a remote host.
+
+2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
+
+       * org.texi (Properties and columns): Chapter rewritten.
+
+2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
+
+       * tramp.texi:
+       * trampver.texi: Migrate to Tramp 2.1.
+
+2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
+
+       * org.texi (Properties): New chapter.
+
 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
 
        * gnus.texi (Asynchronous Fetching): Fix typo.
 
-2007-06-24  Karl Berry  <karl@tug.org>
+2007-06-24  Karl Berry  <karl@gnu.org>
 
        * emacs.texi: new Back-Cover Text.
 
-2007-06-07  Michael Albinus  <michael.albinus@gmx.de>
+2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
 
-       Sync with Tramp 2.0.56.
+       * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
+       (About This Manual): Remove redundant information.
+       (Getting Started): Mention author.
+       (Basic Arithmetic, Customizing Calc): Make description of the
+       variable `calc-multiplication-has-precedence' match its new effect.
 
-       * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
-       settings.  Reported by Ted Zlatanov <tzz@lifelogs.com>.
+2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
+
+       * calc.texi (Basic Arithmetic, Customizing Calc): Mention
+       the variable `calc-multiplication-has-precedence'.
+
+2007-06-19  Carsten Dominik  <dominik@science.uva.nl>
+
+       * org.texi (Tag): Section swapped with node Timestamps.
+       (Formula syntax for Lisp): Document new `L' flag.
+
+2007-06-06  Andreas Seltenreich  <andreas@gate450.dyndns.org>
+
+       * gnus.texi (Misc Group Stuff, Summary Buffer)
+       (Server Commands, Article Keymap): Fix typo.  s/function/command/.
 
 2007-06-07  Alan Mackenzie  <acm@muc.de>
 
        * message.texi (Message Headers):
        * mh-e.texi (HTML): Fix typos.
 
+2007-06-07  Michael Albinus  <michael.albinus@gmx.de>
+
+       Sync with Tramp 2.0.56.
+
+       * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
+       settings.  Reported by Ted Zlatanov <tzz@lifelogs.com>.
+
 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
 
        * Version 22.1 released.
 
        * erc.texi (Modules): Fix references to completion modules.
 
-2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
+2007-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
 
-2007-05-10  Didier Verna  <didier@xemacs.org>
+2007-05-09  Didier Verna  <didier@xemacs.org>
 
        * gnus.texi (Email Based Diary): New.  Proper documentation for the
        nndiary back end and the gnus-diary library.
 
+2007-05-07  Karl Berry  <karl@gnu.org>
+
+       * emacs.texi (EMACSVER): Back to 22.
+
+2007-05-06  Richard Stallman  <rms@gnu.org>
+
+       * maintaining.texi (Create Tags Table): Clean up previous change.
+
 2007-05-05  Francesco Potort\e,Al\e(B  <pot@gnu.org>
 
        * maintaining.texi (Create Tags Table): Add text about the dangers of
-       making symbolic links to tags files.  (Clarified by RMS.)
+       making symbolic links to tags files.
 
-2007-05-04  Karl Berry  <karl@tug.org>
+2007-05-04  Karl Berry  <karl@gnu.org>
 
        * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
 
-2007-05-03  Karl Berry  <karl@tug.org>
+2007-05-03  Karl Berry  <karl@gnu.org>
 
        * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
 
 
        * cmdargs.texi (Initial Options): Under --batch, mention --eval.
 
+2007-04-30  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
+
 2007-04-28  Glenn Morris  <rgm@gnu.org>
 
        * ack.texi (Acknowledgments):
 
        * files.texi (File Names): Fixes to ~ description on MS systems.
 
-2007-04-28  Karl Berry  <karl@gnu.org>
+2007-04-27  J.D. Smith  <jdsmith@as.arizona.edu>
+
+       * idlwave.texi: Minor updates for IDLWAVE 6.1.
+
+2007-04-26  Glenn Morris  <rgm@gnu.org>
+
+       * emacs.texi (EMACSVER): Increase to 22.1.50.
+
+2007-04-25  Karl Berry  <karl@gnu.org>
 
        * emacs.texi: Improve line breaks on copyright page,
        similar layout to lispref, 8.5x11 by default.
 
        * dired.texi (Image-Dired): Improve line break, fix typo.
 
-2007-04-27  J.D. Smith  <jdsmith@as.arizona.edu>
-
-       * idlwave.texi: Minor updates for IDLWAVE 6.1.
-
 2007-04-24  Chong Yidong  <cyd@stupidchicken.com>
 
        * programs.texi (Program Modes):