comparison lisp/ChangeLog @ 105010:b3c2589ed19e

* vc.el (top): print-log method now takes an optional SHORTLOG argument. Add a new method: root. * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for vc-print-root-log and vc-print-root-diff. * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log): * vc-git.el (vc-git-print-log, vc-git-log-view-mode): * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for short logs. * vc-cvs.el (vc-cvs-print-log): * vc-mtn.el (vc-mtn-print-log): * vc-rcs.el (vc-rcs-print-log): * vc-sccs.el (vc-sccs-print-log): * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog that is ignored for now.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 14 Sep 2009 04:38:49 +0000
parents b520d55cdd72
children 8acc6fb9ffc9
comparison
equal deleted inserted replaced
105009:b520d55cdd72 105010:b3c2589ed19e
1 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * vc.el (top): print-log method now takes an optional SHORTLOG
4 argument. Add a new method: root.
5
6 (vc-root-diff, vc-print-root-log): New functions.
7 (vc-log-short-style): New variable.
8 (vc-print-log-internal): Add support for showing short logs.
9
10 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
11 vc-print-root-log and vc-print-root-diff.
12
13 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
14 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
15 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
16 short logs.
17
18 * vc-cvs.el (vc-cvs-print-log):
19 * vc-mtn.el (vc-mtn-print-log):
20 * vc-rcs.el (vc-rcs-print-log):
21 * vc-sccs.el (vc-sccs-print-log):
22 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
23 that is ignored for now.
24
1 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca> 25 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
2 26
3 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return 27 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
4 to function-key-map, and give them ascii-character property. 28 to function-key-map, and give them ascii-character property.
5 * term/x-win.el (x-alternatives-map): 29 * term/x-win.el (x-alternatives-map):