diff options
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/NEWS | 2 |
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 @@ | |||
| 1 | 2015-02-08 Artur Malabarba <bruce.connor.am@gmail.com> | ||
| 2 | |||
| 3 | * NEWS: Document `comment-line'. | ||
| 4 | |||
| 1 | 2015-02-03 Artur Malabarba <bruce.connor.am@gmail.com> | 5 | 2015-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. |
| @@ -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 |
| 70 | unsaved customizations and prompts user to customize (if found). | 72 | unsaved customizations and prompts user to customize (if found). |
| 71 | 73 | ||