aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog67
1 files changed, 61 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index dfc21373806..76728fdbc5b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,58 @@
12012-01-14 Eli Zaretskii <eliz@gnu.org>
2
3 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
4 don't pass the (nil) value of `upnode' to string-match.
5
62012-01-14 Chong Yidong <cyd@gnu.org>
7
8 * startup.el (command-line): Fix X resource class for cursorColor.
9 Fix values recognized by the cursorBlink resource.
10
112012-01-14 Paul Eggert <eggert@cs.ucla.edu>
12
13 * epg.el (epg--make-temp-file): Avoid permission race condition
14 when running on old Emacs versions (bug#10403).
15
162012-01-14 Glenn Morris <rgm@gnu.org>
17
18 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
19
202012-01-13 Glenn Morris <rgm@gnu.org>
21
22 * dired.el (dired-switches-escape-p): New function.
23 (dired-insert-directory): Use dired-switches-escape-p.
24 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
25
26 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
27
282012-01-12 Glenn Morris <rgm@gnu.org>
29
30 * mail/sendmail.el (mail-mode): Update paragraph-separate for
31 changes in adaptive-fill-regexp. (Bug#10276)
32
332012-01-11 Alan Mackenzie <acm@muc.de>
34
35 Fix Emacs bug #10463 - put `widen's around the critical spots.
36
37 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): put a
38 widen around each invocation of c-state-pp-to-literal. Remove an
39 unused let variable.
40
412012-01-11 Glenn Morris <rgm@gnu.org>
42
43 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
44 Doc fix.
45
462012-01-10 Chong Yidong <cyd@gnu.org>
47
48 * net/network-stream.el (network-stream-open-starttls): Avoid
49 emitting a confusing error message when the server gives a bad
50 response to the capability command.
51
522012-01-10 Glenn Morris <rgm@gnu.org>
53
54 * mail/unrmail.el (unrmail): Tweak previous change.
55
12012-01-09 Chong Yidong <cyd@gnu.org> 562012-01-09 Chong Yidong <cyd@gnu.org>
2 57
3 * custom.el (custom-safe-themes): Use SHA-256 for hashing. 58 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
@@ -27,7 +82,7 @@
27 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map 82 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
28 (bug#9759). 83 (bug#9759).
29 84
30 * mail/smtpmail.el (password-cache-add): Removed unused declaration. 85 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
31 (password-read): Don't autoload unused function. 86 (password-read): Don't autoload unused function.
32 87
332012-01-07 Juanma Barranquero <lekktu@gmail.com> 882012-01-07 Juanma Barranquero <lekktu@gmail.com>
@@ -1382,7 +1437,7 @@
1382 (window-list-no-nils): Remove. 1437 (window-list-no-nils): Remove.
1383 (window-state-get-1, window-state-get): Use backquote instead. 1438 (window-state-get-1, window-state-get): Use backquote instead.
1384 1439
13852011-11-08 thierry <thierry.volpiatto@gmail.com> 14402011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1386 1441
1387 * emacs-lisp/find-func.el (find-function-read): 1442 * emacs-lisp/find-func.el (find-function-read):
1388 Fix incorrect use of default argument in `completing-read'. 1443 Fix incorrect use of default argument in `completing-read'.
@@ -4532,7 +4587,7 @@
4532 4587
4533 * printing.el: Add documentation to all the `pr-toggle-' commands. 4588 * printing.el: Add documentation to all the `pr-toggle-' commands.
4534 4589
45352011-07-11 Leo <sdl.web@gmail.com> (tiny change) 45902011-07-11 Leo Liu <sdl.web@gmail.com>
4536 4591
4537 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC 4592 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
4538 backends where it makes sense (bug#2623). 4593 backends where it makes sense (bug#2623).
@@ -7116,7 +7171,7 @@
71162011-05-23 Kevin Ryde <user42@zip.com.au> 71712011-05-23 Kevin Ryde <user42@zip.com.au>
7117 7172
7118 * emacs-lisp/advice.el (ad-read-advised-function): 7173 * emacs-lisp/advice.el (ad-read-advised-function):
7119 Use `function-called-at-point' as the default default, if it has 7174 Use `function-called-at-point' as the default, if it has
7120 advice and passes PREDICATE. 7175 advice and passes PREDICATE.
7121 7176
71222011-05-23 Stefan Monnier <monnier@iro.umontreal.ca> 71772011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
@@ -7942,7 +7997,7 @@
7942 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags, 7997 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
7943 verify-error, and verify-hostname-error parameters. Check whether 7998 verify-error, and verify-hostname-error parameters. Check whether
7944 default trustfile exists before going to use it. Add missing 7999 default trustfile exists before going to use it. Add missing
7945 argument to gnutls-message-maybe call. Return return value. 8000 argument to gnutls-message-maybe call. Return value.
7946 Reported by Claudio Bley <claudio.bley@gmail.com>. 8001 Reported by Claudio Bley <claudio.bley@gmail.com>.
7947 (open-gnutls-stream): Add usage example. 8002 (open-gnutls-stream): Add usage example.
7948 8003
@@ -9566,7 +9621,7 @@
9566 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic 9621 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
9567 units and musical notes. 9622 units and musical notes.
9568 9623
95692011-03-20 Leo <sdl.web@gmail.com> 96242011-03-20 Leo Liu <sdl.web@gmail.com>
9570 9625
9571 * ido.el (ido-read-internal): Use completing-read-default. 9626 * ido.el (ido-read-internal): Use completing-read-default.
9572 (ido-completing-read): Fix compatibility with completing-read. 9627 (ido-completing-read): Fix compatibility with completing-read.