aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2012-01-12 07:50:16 +0100
committerJoakim Verona2012-01-12 07:50:16 +0100
commit16e9a80c0c3ca5f72f802b92ff5ca1f595a07eca (patch)
tree33fb6b970b7bcb0cb813d305da2c43f3d212bbf2 /lisp/ChangeLog
parente4f761f1e3df7fbc7793c73c5d808b8da0b3a700 (diff)
parent403993a8a646887193dd7b8a01cf16137cd89a1e (diff)
downloademacs-16e9a80c0c3ca5f72f802b92ff5ca1f595a07eca.tar.gz
emacs-16e9a80c0c3ca5f72f802b92ff5ca1f595a07eca.zip
upstream
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog40
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 @@
12012-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
62012-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
142012-01-11 Glenn Morris <rgm@gnu.org>
15
16 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
17 Doc fix.
18
192012-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
252012-01-10 Glenn Morris <rgm@gnu.org>
26
27 * mail/unrmail.el (unrmail): Tweak previous change.
28
12012-01-09 Chong Yidong <cyd@gnu.org> 292012-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
332012-01-07 Juanma Barranquero <lekktu@gmail.com> 612012-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
13852011-11-08 thierry <thierry.volpiatto@gmail.com> 14132011-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
45352011-07-11 Leo <sdl.web@gmail.com> (tiny change) 45632011-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 @@
71162011-05-23 Kevin Ryde <user42@zip.com.au> 71442011-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
71222011-05-23 Stefan Monnier <monnier@iro.umontreal.ca> 71502011-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
95692011-03-20 Leo <sdl.web@gmail.com> 95972011-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.