comparison lisp/ChangeLog @ 67755:0cdb122ad4db

Remove unnecessary leading * in docstrings. (vc-annotate-mode-map): Move initialization into declaration. (vc-static-header-alist): Nitpick on the regexp. (vc-default-init-version): New fun. (vc-register): Use it. (vc-insert-headers): Use dolist. (vc-annotate-get-backend): Remove unused function. (vc-annotate-add-menu): Remove. Build the menu directly at toplevel. (vc-annotate-mode): Remove corresponding call. (vc-annotate-car-last-cons): Simplify. (vc-annotate-buffers): Remove var. (vc-annotate-backend): Make it buffer-local. (vc-annotate): Move the interaction to the interactive spec. Add a `buf' argument. (vc-annotate-warp-version): Use this new `buf' argument to avoid killing&creating a vc-annotate buffer, which is very disruptive when the buffers are shown in dedicated frames.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 23 Dec 2005 04:57:28 +0000
parents 34a28bb460ab
children 31f77129bc92
comparison
equal deleted inserted replaced
67754:a52cf10424bc 67755:0cdb122ad4db
1 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * vc.el: Remove unnecessary leading * in docstrings.
4 (vc-annotate-mode-map): Move initialization into declaration.
5 (vc-static-header-alist): Nitpick on the regexp.
6 (vc-default-init-version): New fun.
7 (vc-register): Use it.
8 (vc-insert-headers): Use dolist.
9 (vc-annotate-get-backend): Remove unused function.
10 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
11 (vc-annotate-mode): Remove corresponding call.
12 (vc-annotate-car-last-cons): Simplify.
13 (vc-annotate-buffers): Remove var.
14 (vc-annotate-backend): Make it buffer-local.
15 (vc-annotate): Move the interaction to the interactive spec.
16 Add a `buf' argument.
17 (vc-annotate-warp-version): Use this new `buf' argument to avoid
18 killing&creating a vc-annotate buffer, which is very disruptive when
19 the buffers are shown in dedicated frames.
20
1 2005-12-23 Nick Roberts <nickrob@snap.net.nz> 21 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
2 22
3 * descr-text.el: Add FSF as maintainer. 23 * descr-text.el: Add FSF as maintainer.
4 (describe-text-mode, describe-text-mode-map) 24 (describe-text-mode, describe-text-mode-map)
5 (describe-text-mode-hook, describe-text-done): Delete. Use normal 25 (describe-text-mode-hook, describe-text-done): Delete. Use normal
9 (describe-text-properties, describe-text-properties-1) 29 (describe-text-properties, describe-text-properties-1)
10 (describe-char): Use help buttons instead of widgets. 30 (describe-char): Use help buttons instead of widgets.
11 (describe-char-unicodedata-file): Make URL link in doc string. 31 (describe-char-unicodedata-file): Make URL link in doc string.
12 32
13 2005-12-22 Richard M. Stallman <rms@gnu.org> 33 2005-12-22 Richard M. Stallman <rms@gnu.org>
14 34
15 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt. 35 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
16 (custom-buffer-create-internal): Reword the top-of-buffer help intro. 36 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
17 Don't include buttons that write a file when there's no file. 37 Don't include buttons that write a file when there's no file.
18 (custom-variable-menu, custom-face-menu, custom-group-menu): 38 (custom-variable-menu, custom-face-menu, custom-group-menu):
19 Don't include commands that write a file when there's no file. 39 Don't include commands that write a file when there's no file.