aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS2
2 files changed, 6 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 37031890945..1fcea545a73 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12015-02-08 Artur Malabarba <bruce.connor.am@gmail.com>
2
3 * NEWS: Document `comment-line'.
4
12015-02-03 Artur Malabarba <bruce.connor.am@gmail.com> 52015-02-03 Artur Malabarba <bruce.connor.am@gmail.com>
2 6
3 * NEWS: Document package.el's improved dependency-handling. 7 * NEWS: Document package.el's improved dependency-handling.
diff --git a/etc/NEWS b/etc/NEWS
index d72d01f233e..c72a40974b5 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -66,6 +66,8 @@ so if you want to use it, you can always take a copy from an older Emacs.
66 66
67* Changes in Emacs 25.1 67* Changes in Emacs 25.1
68 68
69** New command `comment-line' bound to `C-x C-;'.
70
69** New function `custom-prompt-customize-unsaved-options' checks for 71** New function `custom-prompt-customize-unsaved-options' checks for
70unsaved customizations and prompts user to customize (if found). 72unsaved customizations and prompts user to customize (if found).
71 73