diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7e355d40e53..685c0cde955 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,8 +1,10 @@ | |||
| 1 | 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | * bindings.el (mode-line-mode-menu): Add purecopy calls for :help. | ||
| 4 | * help.el (help-for-help-internal): Add purecopy calls for text. | ||
| 5 | |||
| 3 | * vc.el (top): print-log method now takes an optional SHORTLOG | 6 | * vc.el (top): print-log method now takes an optional SHORTLOG |
| 4 | argument. Add a new method: root. | 7 | argument. Add a new method: root. |
| 5 | |||
| 6 | (vc-root-diff, vc-print-root-log): New functions. | 8 | (vc-root-diff, vc-print-root-log): New functions. |
| 7 | (vc-log-short-style): New variable. | 9 | (vc-log-short-style): New variable. |
| 8 | (vc-print-log-internal): Add support for showing short logs. | 10 | (vc-print-log-internal): Add support for showing short logs. |