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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Fri, 04 Apr 2003 12:24:47 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.4993 emacs/lisp/ChangeLog:1.4994
*** emacs/lisp/ChangeLog:1.4993 Fri Apr  4 06:33:54 2003
--- emacs/lisp/ChangeLog        Fri Apr  4 12:24:46 2003
***************
*** 77,82 ****
--- 77,93 ----
  
  2003-04-02  Stefan Monnier  <address@hidden>
  
+       * textmodes/refill.el (refill-fill-paragraph-at): Don't preserve
+       the trailing space since fill.el doesn't remove it anymore.
+       (refill-mode): Reset fill-paragraph-function even if it was nil.
+ 
+       * textmodes/fill.el (fill-region-as-paragraph):
+       Don't remove space at end of paragraph: it makes refill.el unusable.
+       Remove obsolete `save-restriction'.
+       (fill-paragraph, fill-comment-paragraph): Don't add newline at EOP.
+       (fill-delete-newlines): Don't add a trailing space.
+       (fill-newline): Don't leave markers before the prefix.
+ 
        * progmodes/asm-mode.el (asm-calculate-indentation, asm-indent-line):
        New functions.
        (asm-mode): Use them in indent-line-function.




reply via email to

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