Mercurial > emacs
comparison lisp/ChangeLog @ 105011:8acc6fb9ffc9
* vc-mtn.el (vc-mtn-annotate-command):
* vc-svn.el (vc-svn-annotate-command): Run asynchronously.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Mon, 14 Sep 2009 04:42:04 +0000 |
parents | b3c2589ed19e |
children | 8604318df7f9 |
comparison
equal
deleted
inserted
replaced
105010:b3c2589ed19e | 105011:8acc6fb9ffc9 |
---|---|
19 * vc-mtn.el (vc-mtn-print-log): | 19 * vc-mtn.el (vc-mtn-print-log): |
20 * vc-rcs.el (vc-rcs-print-log): | 20 * vc-rcs.el (vc-rcs-print-log): |
21 * vc-sccs.el (vc-sccs-print-log): | 21 * vc-sccs.el (vc-sccs-print-log): |
22 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog | 22 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog |
23 that is ignored for now. | 23 that is ignored for now. |
24 | |
25 * vc-mtn.el (vc-mtn-annotate-command): | |
26 * vc-svn.el (vc-svn-annotate-command): Run asynchronously. | |
24 | 27 |
25 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca> | 28 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca> |
26 | 29 |
27 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return | 30 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return |
28 to function-key-map, and give them ascii-character property. | 31 to function-key-map, and give them ascii-character property. |