From: Stefan Monnier Date: Tue, 20 Nov 2001 00:09:00 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~18346 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a64c7821ce163a728fb227d477f7667483587422;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c59d646acbe..e37acaccdcf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,22 @@ 2001-11-19 Stefan Monnier + * 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.