Mercurial > emacs
comparison lisp/ChangeLog @ 29038:9e9fab0248d2
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 21 May 2000 00:27:53 +0000 |
parents | 99c561e74d0d |
children | a0ca583126cb |
comparison
equal
deleted
inserted
replaced
29037:238233843fc1 | 29038:9e9fab0248d2 |
---|---|
1 2000-05-20 Stefan Monnier <monnier@cs.yale.edu> | |
2 | |
3 * newcomment.el (comment-styles): New `box-multi'. | |
4 (comment-normalize-vars): Better default for comment-continue to | |
5 avoid whitespace-only continuations. | |
6 (comment-search-forward): Always move even in the no-syntax case. | |
7 (comment-padright): Only obey N if it's only obeyed for padleft. | |
8 (comment-make-extra-lines): Better handling of empty continuations. | |
9 Use `=' for the filler if comment-start has only one character. | |
10 (uncomment-region): Try handling the special `=' filler. | |
11 (comment-region): Allow LINES even if MULTI is nil. | |
12 (comment-box): Choose box style based on comment-style. | |
13 | |
1 2000-05-20 Kenichi Handa <handa@etl.go.jp> | 14 2000-05-20 Kenichi Handa <handa@etl.go.jp> |
2 | 15 |
3 * international/ccl.el (ccl-compile-write-string): Make STR | 16 * international/ccl.el (ccl-compile-write-string): Make STR unibyte. |
4 unibyte. | |
5 (ccl-compile-write-repeat): If ARG is string, make it unibyte. | 17 (ccl-compile-write-repeat): If ARG is string, make it unibyte. |
6 | 18 |
7 2000-05-20 Kenichi HANDA <handa@etl.go.jp> | 19 2000-05-20 Kenichi HANDA <handa@etl.go.jp> |
8 | 20 |
9 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region | 21 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region |