diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e05774f79dd..eac2e44ee5a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,21 @@ | |||
| 1 | 2015-01-30 Oleh Krehel <ohwoeowho@gmail.com> | 1 | 2015-01-30 Oleh Krehel <ohwoeowho@gmail.com> |
| 2 | 2 | ||
| 3 | * outline.el (outline-font-lock-face): Add docstring. | ||
| 4 | (outline-invisible-p): Improve docstring. | ||
| 5 | (outline-invent-heading): Add docstring. | ||
| 6 | (outline-promote): Improve docstring. | ||
| 7 | (outline-demote): Improve docstring. | ||
| 8 | (outline-head-from-level): Improve docstring. | ||
| 9 | (outline-end-of-heading): Add docstring. | ||
| 10 | (outline-next-visible-heading): Improve docstring. | ||
| 11 | (outline-previous-visible-heading): Improve docstring. | ||
| 12 | (outline-hide-region-body): Improve docstring. | ||
| 13 | (outline-flag-subtree): Add docstring. | ||
| 14 | (outline-end-of-subtree): Add docstring. | ||
| 15 | (outline-headers-as-kill): Improve docstring. | ||
| 16 | |||
| 17 | 2015-01-30 Oleh Krehel <ohwoeowho@gmail.com> | ||
| 18 | |||
| 3 | * outline.el (outline-hide-entry): Rename from `hide-entry'. | 19 | * outline.el (outline-hide-entry): Rename from `hide-entry'. |
| 4 | (hide-entry): Declare as obsolete. | 20 | (hide-entry): Declare as obsolete. |
| 5 | (outline-show-entry): Rename from `show-entry'. | 21 | (outline-show-entry): Rename from `show-entry'. |