]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
* lisp/subr.el (read-char-choice): Allow quitting. (Bug#9001)
[gnu-emacs] / lisp / ChangeLog
index 068f1f6cb470adf14189f50b94999f04b583fc95..1a2c8daed5b57f107f2d09983e21b83a2e333ce5 100644 (file)
@@ -1,5 +1,103 @@
+2011-07-15  Glenn Morris  <rgm@gnu.org>
+
+       * subr.el (read-char-choice): Allow quitting.  (Bug#9001)
+
+2011-07-09  Lawrence Mitchell  <wence@gmx.li>
+
+       * net/gnutls.el (gnutls-min-prime-bits): New variable.
+       (gnutls-negotiate): Use it.
+
+2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * net/gnutls.el (gnutls-negotiate): Upcase
+       `gnutls-algorithm-priority'.
+
+2011-07-15  Glenn Morris  <rgm@gnu.org>
+
+       * jka-compr.el (jka-compr-verbose): Move from here...
+       * jka-cmpr-hook.el (jka-compr-verbose): ... to here.  (Bug#9090)
+       Add missing :version tag.
+       * info.el: No need to require jka-compr when compiling.
+
+2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * net/gnutls.el (gnutls-algorithm-priority): New variable.
+       (gnutls-negotiate): Use it.
+
+       * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
+
+       * info.el (Info-beginning-of-buffer): New command.
+       (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
+       announcing `b' as the key (bug#8325).
+       (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
+
+       * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
+
+       * international/mule-cmds.el
+       (describe-specified-language-support): Make the error message
+       clearer (bug#8905).
+
+       * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
+
+       * isearch.el (isearch-barrier): Add a doc string, since it's
+       mentioned in a function doc string (bug#8678).
+
+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).