]> git.eshelyaron.com Git - emacs.git/commitdiff
(cvs-fileinfo-pp): Insert trailing newline.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Thu, 18 May 2006 12:09:16 +0000 (12:09 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Thu, 18 May 2006 12:09:16 +0000 (12:09 +0000)
lisp/ChangeLog
lisp/pcvs-info.el

index b4d3b0d4c62ab445848c3a8cde1a60dca97701f4..0955a5da6844f61350f23a5b1a4d998ba637a84a 100644 (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.
index 4aaa5add58d927d20bf35bb02a1d3b4e2ebbb94a..085f294e6fbe5e9b2d202cdfdbf9a02b978d1595 100644 (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)