]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
Merge from trunk.
[gnu-emacs] / lisp / ChangeLog
index 47f6b6c9aa6b06ce5bcd55188b06eb076c87f7a9..66783b9a5ed499a387469652f6dc12193515724c 100644 (file)
@@ -1,3 +1,120 @@
+2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * man.el (Man-fontify-manpage): Fix message when formatting the
+       man page (bug#7929).
+
+2011-07-14  Eli Zaretskii  <eliz@gnu.org>
+
+       * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
+       argument LRM; if non-nil, append an invisible LRM character to the
+       buffer name.
+       (list-buffers-noselect): Call Buffer-menu-buffer+size with the
+       last argument non-nil, when formatting buffer names.
+       (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
+       paragraph direction.
+
+2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * man.el (Man-bgproc-sentinel): Skip any arguments and only output
+       the man page name (bug#7929).
+
+       * image.el (put-image): Mention the `put-image' overlay property
+       (bug#7834).
+
+       * scroll-bar.el (set-scroll-bar-mode): Mention that
+       `scroll-bar-mode' lists the values (bug#7772).
+
+       * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
+       command (bug#7729).
+
+       * rect.el (apply-on-rectangle): Return the point after the last
+       operation.
+       (string-rectangle): Go to the point after the last operation
+       (bug#7522).
+
+       * simple.el (current-kill): Clarify what
+       `interprogram-paste-function' does (bug#7500).
+
+       * printing.el (pr-toggle-region): Clarify the documentation
+       slightly (bug#7493).
+
+       * time.el (display-time-update): Allow
+       `display-time-mail-function' to return nil (bug#7158).  Fix
+       suggested by Detlev Zundel.
+
+       * vc/diff.el (diff): Clarify the order the file names are read
+       (bug#7111).
+
+       * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
+       the doc string (bug#7015).
+
+       * font-lock.el (font-lock-maximum-decoration): Mention what
+       numeric levels mean (bug#6935).
+
+       * startup.el (initial-buffer-choice): Don't mention the `none'
+       selection, which is against policy.
+
+2011-07-14  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (display-buffer-normalize-special): Replace
+       `dedicated' by `dedicate' to dedicate window (Bug#9072).
+
+2011-07-14  Eli Zaretskii  <eliz@gnu.org>
+
+       * subr.el (version<, version<=, version=): Mention "-CVS" and
+       "-12345" alpha version numbers.
+
+2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
+
+       * bindings.el: Add advertised binding for set-mark-command
+       (Bug#5772).
+
+2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
+
+       * bindings.el (mode-line-other-buffer):
+       * bookmark.el (bookmark-bmenu-2-window):
+       * bs.el (bs-cycle-next, bs-cycle-previous):
+       * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
+       switch-to-buffer.
+
+       * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
+       Deleted.
+
+2011-07-14  Juanma Barranquero  <lekktu@gmail.com>
+
+       * follow.el (follow-debug-message, follow-redisplay):
+       * jka-cmpr-hook.el (with-auto-compression-mode):
+       Fix typos in docstrings.
+
+2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * subr.el (with-silent-modifications): Clarify somewhat what the
+       macro inhibits (bug#6525).
+
+       * simple.el (eval-expression): Note what it does if called
+       interactively (bug#6495).
+
+2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
+
+       * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.  Use
+       pop-to-buffer buffer-or-name if it is nil.
+
+       * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
+       Remove switch-to-buffer.
+
+2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * files.el (make-directory): Clarify that an error will be raised
+       if there's an error (bug#6397).
+
+       * startup.el (initial-buffer-choice): Add `none' as a choice
+       (bug#6234).
+
+       * subr.el (add-hook): Clarify section about buffer-local hooks
+       (bug#6218).
+
+       * dired.el (dired-flagged): Clarify doc string (bug#6117).
+
 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
 
        * tabify.el (untabify): Preserve the current column so that point