* doc/emacs/mini.texi (Passwords): Fix typo.
[bpt/emacs.git] / doc / emacs / ChangeLog
index fc2b7fe..60b3bf2 100644 (file)
@@ -1,5 +1,126 @@
+2012-10-06  Chong Yidong  <cyd@gnu.org>
+
+       * mini.texi (Passwords): Fix typo.
+
+2012-10-02  Glenn Morris  <rgm@gnu.org>
+
+       * maintaining.texi (VC Directory Commands):
+       Remove duplicate `q' entry.  (Bug#12553)
+
+2012-09-30  Chong Yidong  <cyd@gnu.org>
+
+       * killing.texi (Rectangles): Document copy-rectangle-as-kill.
+
+       * search.texi (Special Isearch): Document the lax space search
+       feature and M-s SPC.
+       (Regexp Search): Move main search-whitespace-regexp description to
+       Special Isearch.
+       (Replace): Document replace-lax-whitespace.
+
+       * basic.texi (Position Info): Document C-u M-=.
+       (Moving Point): Document move-to-column.
+
+       * display.texi (Useless Whitespace): Add delete-trailing-lines.
+
+       * misc.texi (emacsclient Options): Document the effect of
+       initial-buffer-choice on client frames.  Document server-auth-dir.
+       Do not document server-host, which is bad security practice.
+
+       * building.texi (Lisp Libraries): Docstring lookups can trigger
+       autoloading.  Document help-enable-auto-load.
+
+       * mini.texi (Yes or No Prompts): New node.
+
+       * ack.texi (Acknowledgments): Remove obsolete packages.
+
+2012-09-27  Glenn Morris  <rgm@gnu.org>
+
+       * cal-xtra.texi (Advanced Calendar/Diary Usage):
+       Rename the section to be more general.
+       * emacs.texi: Update menu.
+
+2012-09-23  Chong Yidong  <cyd@gnu.org>
+
+       * buffers.texi (Misc Buffer): Replace toggle-read-only with
+       read-only-mode.
+
+       * files.texi (Visiting): Likewise.
+
+2012-09-22  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * trouble.texi (Crashing): Document ulimit -c.
+
+2012-09-21  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * trouble.texi (Crashing): Document addr2line.
+
+2012-09-19  Chong Yidong  <cyd@gnu.org>
+
+       * killing.texi (Yanking): Minor clarification (Bug#12469).
+
+2012-09-17  Chong Yidong  <cyd@gnu.org>
+
+       * building.texi (GDB User Interface Layout): Remove reference to
+       removed variable gdb-use-separate-io-buffer (Bug#12454).
+
+2012-09-08  Jambunathan K  <kjambunathan@gmail.com>
+
+       * regs.texi (Text Registers): `C-x r +' can now be used instead of
+       M-x append-to-register.  New option `register-separator'.
+       (Number Registers): Mention that `C-x r +' is polymorphic.
+
+2012-09-07  Chong Yidong  <cyd@gnu.org>
+
+       * windows.texi (Window Choice): Don't mention obsolete
+       display-buffer-reuse-frames.
+
+2012-09-04  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Give more-useful info on a fatal error (Bug#12328).
+       * trouble.texi (Crashing): New section, documenting this.
+
+2012-08-24  Michael Albinus  <michael.albinus@gmx.de>
+
+       * cmdargs.texi (General Variables):
+       Setting $DBUS_SESSION_BUS_ADDRESS to a dummy value suppresses
+       connections to the D-Bus session bus.  (Bug#12112)
+
+2012-08-14  Eli Zaretskii  <eliz@gnu.org>
+
+       * building.texi (Debugger Operation): Correct and improve
+       documentation of the GUD Tooltip mode.
+
+2012-07-31  Chong Yidong  <cyd@gnu.org>
+
+       * emacs.texi: Fix ISBN (Bug#12080).
+
+2012-08-05  Chong Yidong  <cyd@gnu.org>
+
+       * display.texi (Faces): Document frame-background-mode (Bug#7774).
+
+       * custom.texi (Face Customization): Move discussion of face
+       inheritance here, from Faces section.
+
+2012-07-28  Eli Zaretskii  <eliz@gnu.org>
+
+       * frames.texi (Mouse Commands): Fix the description of mouse-2.
+       (Bug#11958)
+
+2012-07-19  Chong Yidong  <cyd@gnu.org>
+
+       * emacs.texi: Update ISBN.
+
+2012-07-17  Chong Yidong  <cyd@gnu.org>
+
+       * basic.texi (Inserting Text): Replace ucs-insert with
+       insert-char.  Provide more details of input.
+
+       * mule.texi (International Chars, Input Methods): Likewise.
+
 2012-07-13  Chong Yidong  <cyd@gnu.org>
 
+       * custom.texi (Examining): Update C-h v message.
+
        * buffers.texi (Misc Buffer): Document view-read-only.
 
 2012-07-07  Chong Yidong  <cyd@gnu.org>
        * custom.texi (Mouse Buttons):
        * rmail.texi (Rmail Scrolling):
        * search.texi (Isearch Scroll):
-
        * display.texi (Scrolling): Replace scroll-up/down with
        scroll-up/down-command.  Fix scroll-preserve-screen-position
        description.  Document scroll-error-top-bottom.
        * ack.texi (Acknowledgments): General update based on AUTHORS,
        including removal of some stuff no longer distributed.
 
-2008-12-19  Agustin Martin  <agustin.martin@hispalinux.es>
+2008-12-19  Agustín Martín  <agustin.martin@hispalinux.es>
 
-       * fixit.texi: Mention hunspell
+       * fixit.texi: Mention hunspell.
 
 2008-12-19  Glenn Morris  <rgm@gnu.org>