Mercurial > emacs
comparison lisp/ChangeLog @ 106230:eb5b55788509
(vc-print-log-internal): Make `limit' optional for better
compatibility (e.g. with vc-annotate.el).
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 25 Nov 2009 03:28:24 +0000 |
parents | f5ff4554ecda |
children | 7b0de5c2aa2a |
comparison
equal
deleted
inserted
replaced
106229:f5ff4554ecda | 106230:eb5b55788509 |
---|---|
1 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * vc.el (vc-print-log-internal): Make `limit' optional for better | |
4 compatibility (e.g. with vc-annotate.el). | |
5 | |
1 2009-11-24 Kevin Ryde <user42@zip.com.au> | 6 2009-11-24 Kevin Ryde <user42@zip.com.au> |
2 | 7 |
3 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Build | 8 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): |
4 value with regexp-opt instead of explicit joining loop. (My | 9 Build value with regexp-opt instead of explicit joining loop. (My |
5 Bug#4927.) | 10 Bug#4927.) |
6 | 11 |
7 * emacs-lisp/elint.el (elint-add-required-env): Better error message | 12 * emacs-lisp/elint.el (elint-add-required-env): Better error message |
8 when .el source file not found or other error. | 13 when .el source file not found or other error. |
9 | 14 |