(cvs-fileinfo-pp): Insert trailing newline.

This commit is contained in:
Thien-Thi Nguyen 2006-05-18 12:09:16 +00:00
parent c93a67c54c
commit 438dd27db3
2 changed files with 18 additions and 1 deletions

View file

@ -1,3 +1,19 @@
2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
* emacs-lisp/ewoc.el (ewoc--adjust): New func.
(ewoc--insert-new-node): Don't insert trailing newline.
Instead, adjust succesor nodes' start markers.
(ewoc--refresh-node): Delete all text from current node's start
marker to the next one's; adjust successor nodes' start markers.
(ewoc--create): Doc fixes.
(ewoc--refresh): Don't insert newline.
(ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
* pcvs.el (cvs-make-cvs-buffer): Specify
extra newline for ewoc's header and footer.
(cvs-update-header): Update initial header recognition.
Append newline to final header and footer values.
* pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
2006-05-17 Richard Stallman <rms@gnu.org>
* files.el (file-name-extension): Doc fix.

View file

@ -379,7 +379,8 @@ For use by the cookie package."
;; or nothing
"")))
(format "%-11s %s %-11s %-11s %s"
side status type base file)))))))
side status type base file))))
"\n")))
(defun cvs-fileinfo-update (fi fi-new)