aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog159
1 files changed, 159 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9d0215df2e4..5a3b646bc72 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,160 @@
12004-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 Replace match-string by match-string-no-properties.
26 Reorder result list.
27 (Info-fontify-node): Hide index line numbers.
28 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
29 empty matches.
30 (Info-follow-reference): Use `str' instead of
31 Info-following-node-name-re.
32 (Info-toc): Use full file names. Set Info-current-node to "Top".
33 (Info-fontify-node): Compare file names without directory name.
34 (Info-try-follow-nearest-node): Don't set Info-reference-name.
35 Set second arg of Info-extract-menu-node-name for index nodes.
36 (info-xref-visited): Use magenta3 instead of magenta4.
37 (Info-mode): Add info-apropos to docstring.
38
39 * log-view.el (log-view-diff): Replace interactive code "r"
40 by a list to allow to call it even if region is not active.
41
42 * paren.el (show-paren-highlight-openparen): New var.
43 (show-paren-function): Turn on openparen highlighting when
44 matching forward if show-paren-highlight-openparen is non-nil.
45
46 * simple.el (kill-ring-save): Use blink-matching-delay instead of
47 the constant value 1.
48 (completions-common-part): Expand docstring.
49
50 * textmodes/picture.el (picture-mode-map): Add arrow keys.
51
522004-04-27 Kim F. Storm <storm@cua.dk>
53
54 * image.el (insert-sliced-image): Use line-height instead of
55 line-spacing property on newline.
56
572004-04-26 Lars Hansen <larsh@math.ku.dk>
58
59 * desktop.el (desktop-buffer-misc-data-function): Rename to
60 desktop-save-buffer and change docstring.
61 (desktop-buffer-modes-to-save): Delete.
62 (desktop-save-buffer-p): Use desktop-save-buffer instead of
63 desktop-buffer-modes-to-save.
64 (desktop-save): Rename desktop-buffer-misc-data-function to
65 desktop-save-buffer and allow non-function value.
66 (desktop-missing-file-warning): Correct docstring.
67
68 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
69 to desktop-save-buffer.
70
71 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
72 desktop-save-buffer.
73
74 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
75
76 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
77
782004-04-26 Eli Zaretskii <eliz@gnu.org>
79
80 * progmodes/gud.el (gud-pdb-command-name): Change default to
81 "pydb".
82
83
842004-04-25 Luc Teirlinck <teirllm@auburn.edu>
85
86 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
87 (ielm): Only go to the end of the buffer when starting a new process.
88
892004-04-25 Juanma Barranquero <lektu@terra.es>
90
91 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
92 mode line. Bind `inhibit-read-only' to t before modifying
93 properties of text in the buffer.
94 (ielm): Force point to the end of buffer, even when running ielm
95 from inside itself.
96
972004-04-25 Jesper Harder <harder@ifa.au.dk>
98
99 * info.el (info-apropos): Reset Info-complete-cache.
100
1012004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
102
103 * progmodes/compile.el (compilation-error-regexp-alist-alist):
104 Also recognize severe Irix et al. messages.
105 (compilation-normalize-filename, compile-abbreviate-directory):
106 Delete functions.
107 (compilation-get-file-structure): New function inherits
108 functionality of the two preceding ones.
109 (compilation-internal-error-properties, compilation-fake-loc): Use
110 it so that different paths to the same file share the same
111 markers. Also optimize finding adjacent marker slightly.
112
1132004-04-25 Kim F. Storm <storm@cua.dk>
114
115 * image.el (insert-sliced-image): Add line-spacing t property
116 to newlines separating image lines.
117
1182004-04-24 Luc Teirlinck <teirllm@auburn.edu>
119
120 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
121
122 * ielm.el (ielm-prompt-read-only): New user option.
123 (ielm-prompt): Expand docstring to describe new behavior.
124 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
125 mention it in the docstring.
126
1272004-04-24 Andreas Schwab <schwab@suse.de>
128
129 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
130
131 * diff.el (diff): Set default-directory in diff buffer.
132
1332004-04-24 Eli Zaretskii <eliz@gnu.org>
134
135 * mail/sendmail.el (mail-bury): Don't delete the frame where the
136 mail was being composed if the terminal cannot display more than
137 one frame; instead, switch to previous frame.
138
139 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
140 (rmail-start-mail): Support rmail-mail-new-frame even on
141 terminals that can display only one frame at a time.
142
1432004-04-23 Juanma Barranquero <lektu@terra.es>
144
145 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
146
147 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
148 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
149 (pcomplete--help, pcomplete--here): Doc fixes.
150
1512004-04-23 Andre Spiegel <spiegel@gnu.org>
152
153 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
154 handles wrong-number-of-arguments in backend call.
155
156 * vc.el (vc-print-log): Likewise.
157
12004-04-23 Kenichi Handa <handa@m17n.org> 1582004-04-23 Kenichi Handa <handa@m17n.org>
2 159
3 * international/mule-util.el (char-displayable-p): Simplified by 160 * international/mule-util.el (char-displayable-p): Simplified by
@@ -121,9 +278,11 @@
121 Add parameters. Pause to display error only when 278 Add parameters. Pause to display error only when
122 desktop-missing-file-warning is non-nil. 279 desktop-missing-file-warning is non-nil.
123 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter. 280 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
281 (dired-mode): Bind desktop-buffer-misc-data-function.
124 * info.el (Info-restore-desktop-buffer): Move from desktop.el. 282 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
125 Add Parameters. 283 Add Parameters.
126 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter. 284 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
285 (Info-mode): Bind desktop-buffer-misc-data-function.
127 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el. 286 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
128 Add Parameters. 287 Add Parameters.
129 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el. 288 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.