Mercurial > emacs
comparison lisp/ChangeLog @ 41304:eecd5a100096
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 20 Nov 2001 00:09:00 +0000 |
parents | dd0332958888 |
children | df80eb072b45 |
comparison
equal
deleted
inserted
replaced
41303:ada5571dc737 | 41304:eecd5a100096 |
---|---|
1 2001-11-19 Stefan Monnier <monnier@cs.yale.edu> | 1 2001-11-19 Stefan Monnier <monnier@cs.yale.edu> |
2 | |
3 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines): | |
4 New functions, extracted from fill-region-as-paragraph. | |
5 (fill-region-as-paragraph): Use them. | |
6 Use an end marker instead of eob. | |
7 Ignore whitespace-only fill-prefixes when indenting according to mode. | |
8 Simply the loop that searches for spaces backwards. | |
9 | |
10 * textmodes/picture.el (picture-vertical-step) | |
11 (picture-horizontal-step): Don't use defconst for variables. | |
12 | |
13 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes. | |
14 (mail-extract-address-components): Downcase domain names. | |
15 (mail-extr-delete-char): Remove. Use delete-char instead. | |
16 | |
17 * emulation/pc-select.el: Doc string fixes. | |
18 (pc-selection-mode): Don't treat macos as a tty. | |
2 | 19 |
3 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated. | 20 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated. |
4 | 21 |
5 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm. | 22 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm. |
6 | 23 |