1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-18 18:05:07 +00:00

NEWS fixes

This commit is contained in:
Glenn Morris 2012-05-15 13:38:41 -04:00
parent 75a9f5f5b6
commit f9e7d610b5

View File

@ -97,27 +97,23 @@ character when doing minibuffer filename prompts.
** reStructuredText mode
*** Major merge with upstream development.
*** Nearly all keys are rebound making room for more keys and comply
better to usage in other modes. Bindings are described with C-c C-h.
better to usage in other modes. Bindings are described with C-c C-h.
*** Major revision of indentation. Now works very similar to other
modes. TAB is your friend.
*** Major revision of indentation. Now works very similarly to other modes.
TAB is your friend.
*** Major revision of filling. Works fine with most of
reStructuredText syntax. Auto-filling is also supported.
*** Major revision of filling. Works fine with most of
reStructuredText syntax. Auto-filling is also supported.
*** Major revision of comment handling.
*** Major revision of fontification. Now works with `jit-lock-mode'.
Thanks to Stefan Monnier for help.
*** Major revision of fontification. Now works with `jit-lock-mode'.
*** reStructuredText syntax is covered more closely in many cases.
Among other things this improves the experience for Sphinx users.
*** `rst-insert-list' inserts new list or continues existing lists.
Based on code by Wei-Wei Guo.
*** `rst-insert-list' inserts a new list or continues existing lists.
*** Customization is extended, corrected and improved.
@ -125,7 +121,7 @@ Based on code by Wei-Wei Guo.
*** Window configuration is reset after displaying TOC.
*** There is a package version in `rst-version'
*** There is a package version in `rst-version'.
** 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'.