* isearch.el (isearch-allow-prefix): New user option.
[bpt/emacs.git] / doc / emacs / ChangeLog
index 776e5c6..f384a06 100644 (file)
@@ -1,3 +1,81 @@
+2013-06-05  Alan Mackenzie  <acm@muc.de>
+
+       * search.texi (Isearch Scroll): Rename to "Not Exiting Isearch".
+       (Net Exiting Isearch): Document new user option
+       `isearch-allow-prefix'.
+
+2013-06-03  Juri Linkov  <juri@jurta.org>
+
+       * display.texi (Highlight Interactively): Add global keybindings
+       with the key prefix `M-s h'.  Document old command `highlight-phrase'.
+       Document new command `highlight-symbol-at-point'.
+
+2013-06-02  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * maintaining.texi (Branches): Add motivations for branching.
+       (VC Mode Line): Fix typo.
+       (VC Directory Commands): Mention `vc-dir-hide-up-to-date' with
+       prefix argument.
+
+2013-06-02  Michael Albinus  <michael.albinus@gmx.de>
+
+       * cmdargs.texi (General Variables): Use "unix:path=/dev/null" as
+       dummy value for $DBUS_SESSION_BUS_ADDRESS.  It also suppresses
+       autolaunching of the D-Bus session bus.
+
+2013-06-01  Glenn Morris  <rgm@gnu.org>
+
+       * programs.texi (Semantic): Fix typo.
+
+2013-05-30  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * maintaining.texi (Types of Log File): Supplement some
+       information of change log files.
+
+2013-05-15  Juri Linkov  <juri@jurta.org>
+
+       * search.texi (Repeat Isearch): Mention key `RET' to finish
+       editing the string.  (Bug#13348)
+
+2013-05-14  Glenn Morris  <rgm@gnu.org>
+
+       * ack.texi (Acknowledgments): Don't mention obsolete sup-mouse.el.
+
+2013-05-09  Glenn Morris  <rgm@gnu.org>
+
+       * sending.texi (Mail Sending): Fix typo.
+
+       * windows.texi (Change Window): Fix typo.
+
+       * custom.texi (Changing a Variable): Fix typo.
+
+       * trouble.texi (Contributing): Remove obsolete info re pretesters.
+
+2013-05-05  Paul Eggert  <eggert@cs.ucla.edu>
+
+       `write-region-inhibit-fsync' defaults to noninteractive (Bug#14273).
+       * cmdargs.texi (Initial Options):
+       * files.texi (Customize Save): Document this.
+
+2013-05-04  Glenn Morris  <rgm@gnu.org>
+
+       * calendar.texi (Importing Diary): Mention diary-from-outlook-function.
+
+2013-03-17  Paul Eggert  <eggert@cs.ucla.edu>
+
+       doc: convert some TeX accents to UTF-8
+       * ack.texi (Acknowledgments):
+       * emacs.texi (Acknowledgments):
+       Convert some TeX accents (e.g., '@l{}') to UTF-8 (e.g., 'ł').
+       Apparently the TeX accents cause problems when generating gnu.org
+       web pages, e.g., @l{} is rendered as '/l' on
+       <http://www.gnu.org/software/emacs/manual/html_node/
+       emacs/Acknowledgments.html>.
+
+2013-03-16  Glenn Morris  <rgm@gnu.org>
+
+       * emacs.texi (Top): Add some stuff specific to www.gnu.org.
+
 2013-03-04  Paul Eggert  <eggert@cs.ucla.edu>
 
        Prefer UTF-8 for documentation.