aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog53
1 files changed, 53 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 52c1f0c164a..0de3533c6c4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,54 @@
12014-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/nadvice.el (advice--interactive-form): Don't get fooled
4 into autoloading just because of a silly indirection.
5
62014-05-12 Santiago PayĆ  i Miralta <santiagopim@gmail.com> (tiny change)
7
8 * vc/vc-hg.el (vc-hg-unregister): New function. (Bug#17454)
9
102014-05-12 Glenn Morris <rgm@gnu.org>
11
12 * emacs-lisp/find-gc.el: Move to ../admin.
13
14 * printing.el (pr-version):
15 * ps-print.el (ps-print-version): Also mention bug-gnu-emacs.
16
17 * net/browse-url.el (browse-url-mosaic):
18 Create /tmp/Mosaic.PID as a private file.
19
202014-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
21
22 * emacs-lisp/nadvice.el: Support adding a given function multiple times.
23 (advice--member-p): If name is given, only compare the name.
24 (advice--remove-function): Don't stop at the first match.
25 (advice--normalize-place): New function.
26 (add-function, remove-function): Use it.
27 (advice--add-function): Pass the name, if any, to
28 advice--remove-function.
29
302014-05-12 Philipp Rumpf <prumpf@gmail.com> (tiny change)
31
32 * electric.el (electric-indent-post-self-insert-function): Don't use
33 `pos' after modifying the buffer (bug#17449).
34
352014-05-12 Stephen Berman <stephen.berman@gmx.net>
36
37 * calendar/todo-mode.el (todo-insert-item-from-calendar):
38 Correct argument list to conform to todo-insert-item--basic.
39
402014-05-12 Glenn Morris <rgm@gnu.org>
41
42 * files.el (cd-absolute): Test if directory is accessible
43 rather than executable. (Bug#17330)
44
45 * progmodes/compile.el (recompile):
46 Handle C-u M-x recompile from a non-compilation buffer. (Bug#17444)
47
48 * net/browse-url.el (browse-url-mosaic):
49 Be careful when writing /tmp/Mosaic.PID. (Bug#17428)
50 This is CVE-2014-3423.
51
12014-05-11 Stefan Monnier <monnier@iro.umontreal.ca> 522014-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2 53
3 * mouse.el: Use the normal toplevel loop while dragging. 54 * mouse.el: Use the normal toplevel loop while dragging.
@@ -89,6 +140,7 @@
89 (tramp-remote-coding-commands): Enhance docstring. 140 (tramp-remote-coding-commands): Enhance docstring.
90 (tramp-find-inline-encoding): Replace "%t" by a temporary file 141 (tramp-find-inline-encoding): Replace "%t" by a temporary file
91 name. (Bug#17415) 142 name. (Bug#17415)
143 This is CVE-2014-3424.
92 144
932014-05-08 Glenn Morris <rgm@gnu.org> 1452014-05-08 Glenn Morris <rgm@gnu.org>
94 146
@@ -96,6 +148,7 @@
96 (find-gc-source-files): Update some names. 148 (find-gc-source-files): Update some names.
97 (trace-call-tree): Simplify and update. 149 (trace-call-tree): Simplify and update.
98 Avoid predictable temp-file names. (http://bugs.debian.org/747100) 150 Avoid predictable temp-file names. (http://bugs.debian.org/747100)
151 This is CVE-2014-3422.
99 152
1002014-05-08 Stefan Monnier <monnier@iro.umontreal.ca> 1532014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
101 154