aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog13
1 files changed, 9 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f2d0d598c38..885540cdba4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/package.el (package--download-one-archive)
4 (describe-package-1): Don't query the user about final newline.
5
12013-10-29 Daniel Colascione <dancol@dancol.org> 62013-10-29 Daniel Colascione <dancol@dancol.org>
2 7
3 * net/tramp.el (tramp-methods): Document new functionality. 8 * net/tramp.el (tramp-methods): Document new functionality.
@@ -14,8 +19,8 @@
142013-10-28 Daiki Ueno <ueno@gnu.org> 192013-10-28 Daiki Ueno <ueno@gnu.org>
15 20
16 * epa-file.el 21 * epa-file.el
17 (epa-file-cache-passphrase-for-symmetric-encryption): Document 22 (epa-file-cache-passphrase-for-symmetric-encryption):
18 that this option has no effect with GnuPG 2.0 (bug#15552). 23 Document that this option has no effect with GnuPG 2.0 (bug#15552).
19 24
202013-10-27 Xue Fuqiao <xfq.free@gmail.com> 252013-10-27 Xue Fuqiao <xfq.free@gmail.com>
21 26
@@ -25,8 +30,8 @@
252013-10-27 Alan Mackenzie <acm@muc.de> 302013-10-27 Alan Mackenzie <acm@muc.de>
26 31
27 Indent statements in macros following "##" correctly. 32 Indent statements in macros following "##" correctly.
28 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Modify 33 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
29 the "#" arm of a cond form to handle "#" and "##" operators. 34 Modify the "#" arm of a cond form to handle "#" and "##" operators.
30 35
312013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change) 362013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
32 37