diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0854e9d3e57..554f1df5884 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,19 @@ | |||
| 1 | 2014-03-22 Glenn Morris <rgm@gnu.org> | 1 | 2014-03-22 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * help-fns.el (help-fns--interactive-only): New function. | ||
| 4 | (help-fns-describe-function-functions): Add the above function. | ||
| 5 | * simple.el (beginning-of-buffer, end-of-buffer, insert-buffer) | ||
| 6 | (next-line, previous-line): Remove hand-written interactive-only | ||
| 7 | information from doc strings, it is auto-generated now. | ||
| 8 | * bookmark.el (bookmark-write): | ||
| 9 | * epa-mail.el (epa-mail-decrypt, epa-mail-verify, epa-mail-sign) | ||
| 10 | (epa-mail-import-keys): Mark interactive-only, | ||
| 11 | and remove hand-written interactive-only information from doc strings. | ||
| 12 | * epa.el (epa-decrypt-armor-in-region, epa-verify-region) | ||
| 13 | (epa-verify-cleartext-in-region, epa-sign-region, epa-encrypt-region): | ||
| 14 | * files.el (not-modified): | ||
| 15 | * simple.el (mark-whole-buffer): Mark interactive-only. | ||
| 16 | |||
| 3 | * emacs-lisp/byte-run.el (defun-declarations-alist): | 17 | * emacs-lisp/byte-run.el (defun-declarations-alist): |
| 4 | Add interactive-only. Doc tweak. | 18 | Add interactive-only. Doc tweak. |
| 5 | (macro-declarations-alist): Doc tweak. | 19 | (macro-declarations-alist): Doc tweak. |