emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Fri, 20 Jun 2008 17:53:42 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/06/20 17:53:42

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.14020
retrieving revision 1.14021
diff -u -b -r1.14020 -r1.14021
--- ChangeLog   20 Jun 2008 17:16:41 -0000      1.14020
+++ ChangeLog   20 Jun 2008 17:53:39 -0000      1.14021
@@ -1,5 +1,20 @@
 2008-06-20  Stefan Monnier  <address@hidden>
 
+       * textmodes/rst.el: Fix up docstring conventions.
+       Move vars to before their first use.
+       (rst-mode): Don't mess with font-lock-support-mode.
+       (rst-suggest-new-decoration, rst-adjust-decoration):
+       Avoid CL's copy-list.
+       (rst-delete-entire-line): Use line-beginning-position.
+       (rst-position): New fun.
+       (rst-straighten-decorations): Use it instead of CL's position.
+       (rst-straighten-bullets-region): Avoid CL's mapcar*.
+       (rst-toc-mode): Use define-derived-mode.
+       (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
+       Remove unused var `in-par'.  Use `point' rather than `point-marker'.
+       (rst-line-block-region): Reduce redundancy.  Use the `pfxarg' arg.
+       (rst-replace-lines): Simplify.
+
        * simple.el (special-mode-map): New var.
        (special-mode): New major mode.
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]