]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
Fix pop-to-buffer call in switch-to-buffer.
[gnu-emacs] / lisp / ChangeLog
index 1778fa9bc97429b0c9301a32025f95c4e77640d4..96f4dd07612be0f90af4f3628db13158eadd7b6a 100644 (file)
@@ -1,3 +1,83 @@
+2011-07-15  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (switch-to-buffer): Call pop-to-buffer with normalized
+       buffer argument (Bug#9083) and self-identifying label argument.
+
+2011-07-15  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp/debug.el (debug): Doc fix.  (Bug#8273)
+
+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):