diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8b99fc29252..fd7bc3defec 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2012-09-20 Stefan Merten <smerten@oekonux.de> | ||
| 2 | |||
| 3 | * rst.el: Integrate support for `imenu' and `which-function'. | ||
| 4 | Fixes feature request bug#11711. | ||
| 5 | (rst-mode): Create `imenu-create-index-function'. | ||
| 6 | (rst-get-stripped-line): Delete after refactoring. | ||
| 7 | (rst-section-tree, rst-section-tree-rec) | ||
| 8 | (rst-section-tree-point): Refactor and document properly. | ||
| 9 | (rst-imenu-find-adornments-for-position) | ||
| 10 | (rst-imenu-convert-cell, rst-imenu-create-index): New | ||
| 11 | function. | ||
| 12 | |||
| 1 | 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca> | 13 | 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 14 | ||
| 3 | * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function. | 15 | * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function. |