diff options
| -rw-r--r-- | lisp/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e6da0471a35..345e1ad3f2d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 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 |