comparison lisp/ChangeLog @ 43448:957d88209f4f

#
author André Spiegel <spiegel@gnu.org>
date Thu, 21 Feb 2002 20:25:20 +0000
parents 2fca4318df9a
children cea4b3c48c94
comparison
equal deleted inserted replaced
43447:79cf46e34420 43448:957d88209f4f
1 2002-02-21 Andre Spiegel <spiegel@gnu.org>
2
3 Patch by Martin.Lorentzson@telia.com.
4
5 * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
6 (vc-cvs-sticky-tag-display): New variable.
7 (vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
8 (vc-cvs-checkin): If the input revision is a valid symbolic tag
9 name, we create it as a branch, commit and switch to it.
10 (vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
11 (vc-cvs-valid-symbolic-tag-name-p): New function.
12 (vc-cvs-parse-sticky-tag): New function.
13 (vc-cvs-parse-entry): Added parsing of sticky tags.
14
1 2002-02-21 Per Abrahamsen <abraham@dina.kvl.dk> 15 2002-02-21 Per Abrahamsen <abraham@dina.kvl.dk>
2 16
3 * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to 17 * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
4 nil, and then explicitly set the standard-value to t. 18 nil, and then explicitly set the standard-value to t.
5 19