Mercurial > emacs
changeset 41304:eecd5a100096
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 20 Nov 2001 00:09:00 +0000 |
parents | ada5571dc737 |
children | 71197bcff33c |
files | lisp/ChangeLog |
diffstat | 1 files changed, 17 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Nov 19 23:51:03 2001 +0000 +++ b/lisp/ChangeLog Tue Nov 20 00:09:00 2001 +0000 @@ -1,5 +1,22 @@ 2001-11-19 Stefan Monnier <monnier@cs.yale.edu> + * 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.