Mercurial > emacs
comparison lisp/ChangeLog @ 67882:59639203f09a
(vc-annotate-mode-map): Remove obsolete binding.
(vc-annotate-mode-menu): Remove left-over redundant declaration.
Correct the construction of span entries. Simplify.
(vc-annotate-display-select): Fix the nil case.
(vc-annotate): Remove obsolete (and now broken) code.
(vc-annotate-extract-revision-at-line): Remove obsolete code.
(vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 28 Dec 2005 18:47:12 +0000 |
parents | f13a9482f74b |
children | e60b008e862d |
comparison
equal
deleted
inserted
replaced
67881:d9ec339158fe | 67882:59639203f09a |
---|---|
1 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * vc.el (vc-annotate-mode-map): Remove obsolete binding. | |
4 (vc-annotate-mode-menu): Remove left-over redundant declaration. | |
5 Correct the construction of span entries. Simplify. | |
6 (vc-annotate-display-select): Fix the nil case. | |
7 (vc-annotate): Remove obsolete (and now broken) code. | |
8 (vc-annotate-extract-revision-at-line): Remove obsolete code. | |
9 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify. | |
10 | |
1 2005-12-28 Luc Teirlinck <teirllm@auburn.edu> | 11 2005-12-28 Luc Teirlinck <teirllm@auburn.edu> |
2 | 12 |
3 * subr.el (lazy-completion-table): Correct typo in docstring. | 13 * subr.el (lazy-completion-table): Correct typo in docstring. |
4 | 14 |
5 * startup.el (command-line): Use `custom-reevaluate-setting' for | 15 * startup.el (command-line): Use `custom-reevaluate-setting' for |
7 | 17 |
8 * mail/sendmail.el (send-mail-function): Autoload the standard-value. | 18 * mail/sendmail.el (send-mail-function): Autoload the standard-value. |
9 | 19 |
10 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de> | 20 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de> |
11 | 21 |
12 * mail/smtpmail.el (smtpmail-try-auth-methods): Send | 22 * mail/smtpmail.el (smtpmail-try-auth-methods): |
13 credentials together with "AUTH PLAIN" command. | 23 Send credentials together with "AUTH PLAIN" command. |
14 | 24 |
15 2005-12-27 Richard M. Stallman <rms@gnu.org> | 25 2005-12-27 Richard M. Stallman <rms@gnu.org> |
16 | 26 |
17 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to | 27 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to |
18 mouse-2, go back to previously selected window, so it's selected | 28 mouse-2, go back to previously selected window, so it's selected |
56 optional buffer argument. | 66 optional buffer argument. |
57 | 67 |
58 2005-12-27 Juri Linkov <juri@jurta.org> | 68 2005-12-27 Juri Linkov <juri@jurta.org> |
59 | 69 |
60 * help-mode.el (help-insert-string): New function. Save buffer | 70 * help-mode.el (help-insert-string): New function. Save buffer |
61 contents in cases where it is impossible to recompute the old | 71 contents in cases where it is impossible to recompute the old contents. |
62 contents. | |
63 | 72 |
64 * descr-text.el (describe-char): Set help-xref-stack-item | 73 * descr-text.el (describe-char): Set help-xref-stack-item |
65 explicitly after buffer has been generated. | 74 explicitly after buffer has been generated. |
66 | 75 |
67 2005-12-27 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 76 2005-12-27 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |