]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
* lisp/subr.el (read-char-choice): Allow quitting. (Bug#9001)
[gnu-emacs] / lisp / ChangeLog
index 36d6cebc878ee47f9742c35bbdf5921821ed0c8e..1a2c8daed5b57f107f2d09983e21b83a2e333ce5 100644 (file)
@@ -1,5 +1,31 @@
+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).