diff options
| author | Stefan Monnier | 2001-11-20 00:09:00 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2001-11-20 00:09:00 +0000 |
| commit | a64c7821ce163a728fb227d477f7667483587422 (patch) | |
| tree | 786b71769568dbad71b7633a8e9dbe1071e65960 | |
| parent | 2f4fa275e8858f83712bee5ca6714945c70e358d (diff) | |
| download | emacs-a64c7821ce163a728fb227d477f7667483587422.tar.gz emacs-a64c7821ce163a728fb227d477f7667483587422.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c59d646acbe..e37acaccdcf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,22 @@ | |||
| 1 | 2001-11-19 Stefan Monnier <monnier@cs.yale.edu> | 1 | 2001-11-19 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 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. | ||
| 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. |