From ee97deeedded5fbcb0c4c8644e7c77b48db4aacf Mon Sep 17 00:00:00 2001 From: Stefan Merten Date: Thu, 20 Sep 2012 20:59:00 +0200 Subject: * rst.el: Integrate support for `imenu' and `which-function'. Fixes feature request bug#11711. (rst-mode): Create `imenu-create-index-function'. (rst-get-stripped-line): Delete after refactoring. (rst-section-tree, rst-section-tree-rec) (rst-section-tree-point): Refactor and document properly. (rst-imenu-find-adornments-for-position) (rst-imenu-convert-cell, rst-imenu-create-index): New function. --- etc/NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc') diff --git a/etc/NEWS b/etc/NEWS index b63430b0803..3b4b06341c5 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -419,6 +419,8 @@ the experience for Sphinx users. *** Package version in `rst-version'. +*** Support `imenu' and `which-func'. + ** New `derived-mode' filter for Ibuffer, bound to `/ M'. `/ m' is now bound to filter by used-mode, which used to be bound to `/ M'. -- cgit v1.2.1