]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
* edmacro.el (edmacro-parse-keys): Fix last change to omit macros of
[gnu-emacs] / lisp / ChangeLog
index 869b616413f0bdaee2b13c7cd68363b92e9c45fb..4f01ece5e40f7a924cfa869bd4157476b86ff659 100644 (file)
@@ -1,3 +1,43 @@
+2008-09-10  Chong Yidong  <cyd@stupidchicken.com>
+
+       * edmacro.el (edmacro-parse-keys): Fix last change to omit macros
+       of the <<foo>> form.
+
+2008-09-10  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (display-buffer): Fix doc-string typo.
+
+2008-09-10  Kenichi Handa  <handa@m17n.org>
+
+       * composite.el (compose-gstring-for-graphic): Fix previous change.
+
+2008-09-10  Glenn Morris  <rgm@gnu.org>
+
+       * info.el (Info-try-follow-nearest-node): Fix doc typo.
+
+2008-09-10  Stephen Berman  <stephen.berman@gmx.net>
+
+       * info.el (Info-mouse-follow-nearest-node): Follow links to different
+       manuals.  (Bug#886)
+
+2008-09-09  Juanma Barranquero  <lekktu@gmail.com>
+
+       * ido.el (ido-unload-function): New function.
+
+2008-09-08  Juanma Barranquero  <lekktu@gmail.com>
+
+       * ido.el (ido-file-internal): Fix typo in prompt.
+       (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
+       (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
+       (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
+       (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
+       Fix typos in docstrings.
+
+2008-09-08  Martin Rudalics  <rudalics@gmx.at>
+
+       * help-fns.el (describe-function-1): Don't print extra newline
+       after filling.
+
 2008-09-08  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * help-fns.el (find-lisp-object-file-name): Handle case where
@@ -8,7 +48,7 @@
        * complete.el (PC-do-completion): Don't replace buffer
        contents (bug#227).
 
-2008-09-05  Juanma Barranquero  <lekktu@gmail.com>
+2008-09-07  Juanma Barranquero  <lekktu@gmail.com>
 
        * loadhist.el (unload-feature-special-hooks):
        Add `choose-completion-string-functions'.
 
        * add-log.el (change-log-default-name): Autoload safety.
 
-2008-09-05 Wilson Snyder <wsnyder@wsnyder.org>
+2008-09-05 Wilson Snyder  <wsnyder@wsnyder.org>
 
        * verilog-mode.el (verilog-library-extensions): Enable .sv
        filename extensions to call verilog-mode.
 
        * composite.el (find-composition): Mention about the automatic
        composition in the docstring.
+       (compose-gstring-for-graphic): Fix handling "above" marks.
 
        * descr-text.el (describe-char): Fix handling of automatic composition.