User visible changes:
commit45d30156cbcab5eb3a523c71433116e13ad3153e
authorsmerten <smerten@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Sun, 29 Apr 2012 14:50:25 +0000 (29 14:50 +0000)
committersmerten <smerten@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Sun, 29 Apr 2012 14:50:25 +0000 (29 14:50 +0000)
tree2d97012a8c4f900a809c86a6e9e338d3c0cedbee
parentaa75102b38e3a8ad0fba40a5b7e8955cca051912
User visible changes:

* Symbols follow reStructuredText syntax more closely

  This implies that role and directive names with internal
  underscores, plus signs and colons are handled correctly. This is
  particularly important for Sphinx users where embedded colons are
  used frequently for this purpose.

* `rst-compile-toolsets` is now customizable

  In addition the default value first looks for a `rst2*.py` and uses
  it if found or uses the `rst2*` command.

  Thanks to Emacs developers for this.

* Use faces not variables for font-lock customization

  There are now customizable `rst-*` faces which are used. The old
  `rst-*-face` variables are still there but deprecated.

  Thanks to Emacs developers for this.

* Font-locking revised again slightly

Other changes:

* Merge with the changes made in Emacs main line up to bazaar revision
  106782

* Minor cleanup

git-svn-id: https://docutils.svn.sourceforge.net/svnroot/docutils/trunk@7398 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
docutils/tools/editors/emacs/IDEAS.rst
docutils/tools/editors/emacs/rst.el
docutils/tools/editors/emacs/tests/font-lock.el
docutils/tools/editors/emacs/tests/re.el