diff options
| author | Stefan Monnier | 2005-12-28 18:47:12 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2005-12-28 18:47:12 +0000 |
| commit | 07a95b81f44a2222360ce87120ff8bf12fe5f4c0 (patch) | |
| tree | f3c8296b55db1c46dce379cb2754635711a76006 /lisp/ChangeLog | |
| parent | 79c917052adc8f50b298c973bc6e028d34b1897d (diff) | |
| download | emacs-07a95b81f44a2222360ce87120ff8bf12fe5f4c0.tar.gz emacs-07a95b81f44a2222360ce87120ff8bf12fe5f4c0.zip | |
(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.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f5c03725b07..289586f833a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 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. |
| @@ -9,8 +19,8 @@ | |||
| 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 | ||
| @@ -58,8 +68,7 @@ | |||
| 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. |