comparison lisp/ChangeLog @ 106461:26c68e7906a5

* vc-bzr.el (vc-bzr-annotate-command): Show author in annotation. Handle empty author field (Bug#4144). Suggested by scar Fuentes. (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line): Update annotation regexp.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 06 Dec 2009 20:22:16 +0000
parents e341c53bc4af
children 3affeccb7b33
comparison
equal deleted inserted replaced
106460:e341c53bc4af 106461:26c68e7906a5
7 * net/newst-treeview.el: 7 * net/newst-treeview.el:
8 * net/newsticker.el: Require/provide newst-... (instead of 8 * net/newsticker.el: Require/provide newst-... (instead of
9 newsticker-...). (Bug#5096) 9 newsticker-...). (Bug#5096)
10 10
11 2009-12-06 Chong Yidong <cyd@stupidchicken.com> 11 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
12
13 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
14 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
15 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
16 Update annotation regexp.
12 17
13 * simple.el (beginning-of-visual-line): Constrain to field 18 * simple.el (beginning-of-visual-line): Constrain to field
14 boundaries (Bug#5106). 19 boundaries (Bug#5106).
15 20
16 2009-12-06 Ulf Jasper <ulf.jasper@web.de> 21 2009-12-06 Ulf Jasper <ulf.jasper@web.de>