diff options
| author | Stefan Merten | 2012-06-16 11:33:58 +0200 |
|---|---|---|
| committer | Stefan Merten | 2012-06-16 11:33:58 +0200 |
| commit | 7ae2ea10755f41f24d0fc849d2d4addc4b570511 (patch) | |
| tree | 393dafe8b18355ca2707d4c1616c2a47c7957a40 /lisp/ChangeLog | |
| parent | 29b83cecea5cbb09a715282824feb568f03cdf54 (diff) | |
| download | emacs-7ae2ea10755f41f24d0fc849d2d4addc4b570511.tar.gz emacs-7ae2ea10755f41f24d0fc849d2d4addc4b570511.zip | |
Added and corrected some comments.
(rst-re-alist-def): Improve symbol syntax.
(rst-mode-syntax-table): Correct syntax entries.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 243a47180cb..19be4b9fe5e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2012-06-16 Stefan Merten <smerten@oekonux.de> | ||
| 2 | |||
| 3 | * textmodes/rst.el: Added and corrected some comments. | ||
| 4 | (rst-re-alist-def): Improve symbol syntax. | ||
| 5 | (rst-mode-syntax-table): Correct syntax entries. | ||
| 6 | |||
| 1 | 2012-06-15 Juanma Barranquero <lekktu@gmail.com> | 7 | 2012-06-15 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 8 | ||
| 3 | * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes | 9 | * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes |