comparison lisp/ChangeLog @ 55180:7158994b27cb

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Tue, 27 Apr 2004 06:52:35 +0000
parents 435f2f5f8d84
children eb9a17931118
comparison
equal deleted inserted replaced
55179:28874a527b36 55180:7158994b27cb
1 2004-04-27 Juri Linkov <juri@jurta.org>
2
3 * help.el (view-emacs-news): With argument, display info for the
4 selected version by finding it among different NEWS files, and
5 narrowing the buffer to the selected version.
6
7 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
8 same-window-buffer-names.
9 (info): New arg `buffer'. Use it. Doc fix. Read file name for
10 non-numeric prefix argument, append the number to the buffer name
11 for numeric prefix argument.
12 (info-other-window): Bind same-window-regexps to nil.
13 (Info-reference-name): Rename to Info-point-loc.
14 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
15 and Info-find-index-name for stringy Info-point-loc.
16 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
17 without middle `.', but with final `.' and optional line number
18 for it. Set Info-point-loc for index nodes.
19 (Info-index): Remove middle `.' from index entry regexp.
20 Modify line number regexp.
21 (Info-index-next): Decrement line number.
22 (info-apropos): Remove middle `.' from index entry regexp.
23 Add optional line number regexp at the end. Add matched value
24 for line number to the result list and insert it to the buffer.
25 (Info-fontify-node): Hide index line numbers.
26 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
27 empty matches.
28 (Info-follow-reference): Use `str' instead of
29 Info-following-node-name-re.
30 (Info-toc): Use full file names. Set Info-current-node to "Top".
31 (Info-fontify-node): Compare file names without directory name.
32 (Info-try-follow-nearest-node): Don't set Info-reference-name.
33 Set second arg of Info-extract-menu-node-name for index nodes.
34 (info-xref-visited): Use magenta3 instead of magenta4.
35 (Info-mode): Add info-apropos to docstring.
36
37 * log-view.el (log-view-diff): Replace interactive code "r"
38 by a list to allow to call it even if region is not active.
39
40 * paren.el (show-paren-highlight-openparen): New var.
41 (show-paren-function): Turn on openparen highlighting when
42 matching forward if show-paren-highlight-openparen is non-nil.
43
44 * simple.el (kill-ring-save): Use blink-matching-delay instead of
45 the constant value 1.
46 (completions-common-part): Expand docstring.
47
48 * textmodes/picture.el (picture-mode-map): Add arrow keys.
49
1 2004-04-27 Kim F. Storm <storm@cua.dk> 50 2004-04-27 Kim F. Storm <storm@cua.dk>
2 51
3 * image.el (insert-sliced-image): Use line-height instead of 52 * image.el (insert-sliced-image): Use line-height instead of
4 line-spacing property on newline. 53 line-spacing property on newline.
5 54
11 (desktop-save-buffer-p): Use desktop-save-buffer instead of 60 (desktop-save-buffer-p): Use desktop-save-buffer instead of
12 desktop-buffer-modes-to-save. 61 desktop-buffer-modes-to-save.
13 (desktop-save): Rename desktop-buffer-misc-data-function to 62 (desktop-save): Rename desktop-buffer-misc-data-function to
14 desktop-save-buffer and allow non-function value. 63 desktop-save-buffer and allow non-function value.
15 (desktop-missing-file-warning): Correct docstring. 64 (desktop-missing-file-warning): Correct docstring.
65
16 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function 66 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
17 to desktop-save-buffer. 67 to desktop-save-buffer.
68
18 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to 69 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
19 desktop-save-buffer. 70 desktop-save-buffer.
71
20 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t. 72 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
73
21 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t. 74 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
22 75
23 2004-04-26 Eli Zaretskii <eliz@gnu.org> 76 2004-04-26 Eli Zaretskii <eliz@gnu.org>
24 77
25 * progmodes/gud.el (gud-pdb-command-name): Change default to 78 * progmodes/gud.el (gud-pdb-command-name): Change default to