Fix building doc/emacs on MS-Windows.
[bpt/emacs.git] / doc / emacs / ChangeLog
index 6e69a96..169796b 100644 (file)
@@ -1,3 +1,87 @@
+2011-07-10  Andy Moreton  <andrewjmoreton@gmail.com>  (tiny change)
+
+       * makefile.w32-in (EMACSSOURCES): Replace major.texi with modes.texi.
+
+2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * screen.texi (Mode Line): Clarify that coding systems are
+       characters, not letters (bug#1749).
+
+       * cmdargs.texi (Environment): Mention removing variables
+       (bug#1615).  Text suggested by Kevin Rodgers.
+
+2011-07-10  Chong Yidong  <cyd@stupidchicken.com>
+
+       * misc.texi (Amusements): Don't mention Yow; it's crippled.
+
+       * modes.texi: Rename from major.texi.
+       (Modes): New node.  Make Major Modes and Minor Modes subsections
+       of this.  All callers changed.
+
+       * custom.texi (Minor Modes): Move to modes.texi.
+
+2011-07-10  Chong Yidong  <cyd@stupidchicken.com>
+
+       * custom.texi (Syntax): Node deleted.
+
+       * help.texi (Help Summary):
+       * major.texi (Major Modes):
+       * programs.texi (Parentheses):
+       * search.texi (Regexp Backslash, Regexp Backslash)
+       (Regexp Backslash):
+       * text.texi (Words): Callers changed.
+
+       * text.texi (Refill, Longlines): Delete nodes.
+
+       * ack.texi (Acknowledgments): Longlines removed from manual.
+
+       * emacs.texi (Top): Update node listing.
+
+2011-07-09  Glenn Morris  <rgm@gnu.org>
+
+       * fortran-xtra.texi (Fortran): Update handled extensions.
+
+2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * display.texi (Scrolling): `C-v' (etc) are now bound to
+       `scroll-*-command' (bug#8349).
+
+2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * dired.texi (Subdirectories in Dired): Clarify that `C-u k'
+       doesn't actually delete any files (bug#7125).
+
+       * picture-xtra.texi (Rectangles in Picture): Clarify the prefix
+       argument for `C-c C-k' (bug#7391).
+
+       * frames.texi (Fonts): Mention "C-u C-x =" to find out what font
+       you're currently using (bug#8489).
+
+2011-07-01  Eli Zaretskii  <eliz@gnu.org>
+
+       * mule.texi (Coding Systems): Move index entries from the previous
+       change into their proper places.
+
+2011-07-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * help.texi (Help Files): Document view-external-packages (bug#8902).
+
+       * mule.texi (Coding Systems): Put a few more of the coding systems
+       into the index (bug#8900).
+
+2011-06-26  Glenn Morris  <rgm@gnu.org>
+
+       * fortran-xtra.texi (Fortran): F90 mode is also for F2008.
+
+2011-06-25  Andreas Rottmann  <a.rottmann@gmx.at>
+
+       * misc.texi (emacsclient Options): Mention --frame-parameters.
+
+2011-06-09  Glenn Morris  <rgm@gnu.org>
+
+       * custom.texi (Specifying File Variables):
+       Recommend explicit arguments for minor modes.
+
 2011-06-02  Paul Eggert  <eggert@cs.ucla.edu>
 
        Document wide integers better.