diff options
| author | Joakim Verona | 2012-01-12 07:50:16 +0100 |
|---|---|---|
| committer | Joakim Verona | 2012-01-12 07:50:16 +0100 |
| commit | 16e9a80c0c3ca5f72f802b92ff5ca1f595a07eca (patch) | |
| tree | 33fb6b970b7bcb0cb813d305da2c43f3d212bbf2 /lisp/ChangeLog | |
| parent | e4f761f1e3df7fbc7793c73c5d808b8da0b3a700 (diff) | |
| parent | 403993a8a646887193dd7b8a01cf16137cd89a1e (diff) | |
| download | emacs-16e9a80c0c3ca5f72f802b92ff5ca1f595a07eca.tar.gz emacs-16e9a80c0c3ca5f72f802b92ff5ca1f595a07eca.zip | |
upstream
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 40 |
1 files changed, 34 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dfc21373806..f8d8ab379fa 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,31 @@ | |||
| 1 | 2012-01-12 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * mail/sendmail.el (mail-mode): Update paragraph-separate for | ||
| 4 | changes in adaptive-fill-regexp. (Bug#10276) | ||
| 5 | |||
| 6 | 2012-01-11 Alan Mackenzie <acm@muc.de> | ||
| 7 | |||
| 8 | Fix Emacs bug #10463 - put `widen's around the critical spots. | ||
| 9 | |||
| 10 | * progmodes/cc-engine.el (c-in-literal, c-literal-limits): put a | ||
| 11 | widen around each invocation of c-state-pp-to-literal. Remove an | ||
| 12 | unused let variable. | ||
| 13 | |||
| 14 | 2012-01-11 Glenn Morris <rgm@gnu.org> | ||
| 15 | |||
| 16 | * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561) | ||
| 17 | Doc fix. | ||
| 18 | |||
| 19 | 2012-01-10 Chong Yidong <cyd@gnu.org> | ||
| 20 | |||
| 21 | * net/network-stream.el (network-stream-open-starttls): Avoid | ||
| 22 | emitting a confusing error message when the server gives a bad | ||
| 23 | response to the capability command. | ||
| 24 | |||
| 25 | 2012-01-10 Glenn Morris <rgm@gnu.org> | ||
| 26 | |||
| 27 | * mail/unrmail.el (unrmail): Tweak previous change. | ||
| 28 | |||
| 1 | 2012-01-09 Chong Yidong <cyd@gnu.org> | 29 | 2012-01-09 Chong Yidong <cyd@gnu.org> |
| 2 | 30 | ||
| 3 | * custom.el (custom-safe-themes): Use SHA-256 for hashing. | 31 | * custom.el (custom-safe-themes): Use SHA-256 for hashing. |
| @@ -27,7 +55,7 @@ | |||
| 27 | * ibuffer.el (ibuffer-mode): List the bindings in the corrent map | 55 | * ibuffer.el (ibuffer-mode): List the bindings in the corrent map |
| 28 | (bug#9759). | 56 | (bug#9759). |
| 29 | 57 | ||
| 30 | * mail/smtpmail.el (password-cache-add): Removed unused declaration. | 58 | * mail/smtpmail.el (password-cache-add): Remove unused declaration. |
| 31 | (password-read): Don't autoload unused function. | 59 | (password-read): Don't autoload unused function. |
| 32 | 60 | ||
| 33 | 2012-01-07 Juanma Barranquero <lekktu@gmail.com> | 61 | 2012-01-07 Juanma Barranquero <lekktu@gmail.com> |
| @@ -1382,7 +1410,7 @@ | |||
| 1382 | (window-list-no-nils): Remove. | 1410 | (window-list-no-nils): Remove. |
| 1383 | (window-state-get-1, window-state-get): Use backquote instead. | 1411 | (window-state-get-1, window-state-get): Use backquote instead. |
| 1384 | 1412 | ||
| 1385 | 2011-11-08 thierry <thierry.volpiatto@gmail.com> | 1413 | 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com> |
| 1386 | 1414 | ||
| 1387 | * emacs-lisp/find-func.el (find-function-read): | 1415 | * emacs-lisp/find-func.el (find-function-read): |
| 1388 | Fix incorrect use of default argument in `completing-read'. | 1416 | Fix incorrect use of default argument in `completing-read'. |
| @@ -4532,7 +4560,7 @@ | |||
| 4532 | 4560 | ||
| 4533 | * printing.el: Add documentation to all the `pr-toggle-' commands. | 4561 | * printing.el: Add documentation to all the `pr-toggle-' commands. |
| 4534 | 4562 | ||
| 4535 | 2011-07-11 Leo <sdl.web@gmail.com> (tiny change) | 4563 | 2011-07-11 Leo Liu <sdl.web@gmail.com> |
| 4536 | 4564 | ||
| 4537 | * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC | 4565 | * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC |
| 4538 | backends where it makes sense (bug#2623). | 4566 | backends where it makes sense (bug#2623). |
| @@ -7116,7 +7144,7 @@ | |||
| 7116 | 2011-05-23 Kevin Ryde <user42@zip.com.au> | 7144 | 2011-05-23 Kevin Ryde <user42@zip.com.au> |
| 7117 | 7145 | ||
| 7118 | * emacs-lisp/advice.el (ad-read-advised-function): | 7146 | * emacs-lisp/advice.el (ad-read-advised-function): |
| 7119 | Use `function-called-at-point' as the default default, if it has | 7147 | Use `function-called-at-point' as the default, if it has |
| 7120 | advice and passes PREDICATE. | 7148 | advice and passes PREDICATE. |
| 7121 | 7149 | ||
| 7122 | 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca> | 7150 | 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca> |
| @@ -7942,7 +7970,7 @@ | |||
| 7942 | * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags, | 7970 | * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags, |
| 7943 | verify-error, and verify-hostname-error parameters. Check whether | 7971 | verify-error, and verify-hostname-error parameters. Check whether |
| 7944 | default trustfile exists before going to use it. Add missing | 7972 | default trustfile exists before going to use it. Add missing |
| 7945 | argument to gnutls-message-maybe call. Return return value. | 7973 | argument to gnutls-message-maybe call. Return value. |
| 7946 | Reported by Claudio Bley <claudio.bley@gmail.com>. | 7974 | Reported by Claudio Bley <claudio.bley@gmail.com>. |
| 7947 | (open-gnutls-stream): Add usage example. | 7975 | (open-gnutls-stream): Add usage example. |
| 7948 | 7976 | ||
| @@ -9566,7 +9594,7 @@ | |||
| 9566 | * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic | 9594 | * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic |
| 9567 | units and musical notes. | 9595 | units and musical notes. |
| 9568 | 9596 | ||
| 9569 | 2011-03-20 Leo <sdl.web@gmail.com> | 9597 | 2011-03-20 Leo Liu <sdl.web@gmail.com> |
| 9570 | 9598 | ||
| 9571 | * ido.el (ido-read-internal): Use completing-read-default. | 9599 | * ido.el (ido-read-internal): Use completing-read-default. |
| 9572 | (ido-completing-read): Fix compatibility with completing-read. | 9600 | (ido-completing-read): Fix compatibility with completing-read. |