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: Mon, 19 Nov 2001 19:09:01 -0500

Index: emacs/lisp/ChangeLog
diff -u emacs/lisp/ChangeLog:1.3052 emacs/lisp/ChangeLog:1.3053
--- emacs/lisp/ChangeLog:1.3052 Mon Nov 19 18:01:43 2001
+++ emacs/lisp/ChangeLog        Mon Nov 19 19:09:00 2001
@@ -1,5 +1,22 @@
 2001-11-19  Stefan Monnier  <address@hidden>
 
+       * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
+       New functions, extracted from fill-region-as-paragraph.
+       (fill-region-as-paragraph): Use them.
+       Use an end marker instead of eob.
+       Ignore whitespace-only fill-prefixes when indenting according to mode.
+       Simply the loop that searches for spaces backwards.
+
+       * textmodes/picture.el (picture-vertical-step)
+       (picture-horizontal-step): Don't use defconst for variables.
+
+       * mail/mail-extr.el: Use backquote/dolist/mapc/when.  Docstring fixes.
+       (mail-extract-address-components): Downcase domain names.
+       (mail-extr-delete-char): Remove.  Use delete-char instead.
+
+       * emulation/pc-select.el: Doc string fixes.
+       (pc-selection-mode): Don't treat macos as a tty.
+
        * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
 
        * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.



reply via email to

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