Mercurial > emacs
comparison lisp/ChangeLog @ 70710:d57b7c96fb65
*** empty log message ***
author | Thien-Thi Nguyen <ttn@gnuvola.org> |
---|---|
date | Thu, 18 May 2006 12:09:16 +0000 |
parents | b6ef71fed693 |
children | 0d2a5e956575 |
comparison
equal
deleted
inserted
replaced
70709:45029a5165ac | 70710:d57b7c96fb65 |
---|---|
1 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org> | |
2 | |
3 * emacs-lisp/ewoc.el (ewoc--adjust): New func. | |
4 (ewoc--insert-new-node): Don't insert trailing newline. | |
5 Instead, adjust succesor nodes' start markers. | |
6 (ewoc--refresh-node): Delete all text from current node's start | |
7 marker to the next one's; adjust successor nodes' start markers. | |
8 (ewoc--create): Doc fixes. | |
9 (ewoc--refresh): Don't insert newline. | |
10 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'. | |
11 * pcvs.el (cvs-make-cvs-buffer): Specify | |
12 extra newline for ewoc's header and footer. | |
13 (cvs-update-header): Update initial header recognition. | |
14 Append newline to final header and footer values. | |
15 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline. | |
16 | |
1 2006-05-17 Richard Stallman <rms@gnu.org> | 17 2006-05-17 Richard Stallman <rms@gnu.org> |
2 | 18 |
3 * files.el (file-name-extension): Doc fix. | 19 * files.el (file-name-extension): Doc fix. |
4 | 20 |
5 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca> | 21 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca> |