Mercurial > emacs
comparison lisp/ChangeLog @ 90813:e6fdae9180d4
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 698-710)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 216)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-196
author | Miles Bader <miles@gnu.org> |
---|---|
date | Tue, 24 Apr 2007 21:56:25 +0000 |
parents | 4ef881a120fe dcc12af6d555 |
children | 92c344270c8a |
comparison
equal
deleted
inserted
replaced
90812:6137cc8ddf90 | 90813:e6fdae9180d4 |
---|---|
1 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu> | |
2 | |
3 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp): Don't | |
4 re-query for each cleared BP. | |
5 (idlwave-shell-clear-bp): Optionally skip BP query. | |
6 (idlwave-shell-update-bp-overlays): Use set-window-margins | |
7 instead of set-window-buffer, which incorrectly moves displayed | |
8 region. | |
9 | |
10 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com> | |
11 | |
12 * calc/calc.el (calc-bug-address): Update maintainer's address. | |
13 * calc/*: Update maintainer's address. | |
14 | |
15 2007-04-23 Richard Stallman <rms@gnu.org> | |
16 | |
17 * simple.el (set-mark-command-repeat-pop): Doc fix. | |
18 Put in `editing-basics' group. | |
19 | |
20 2007-04-23 Chong Yidong <cyd@stupidchicken.com> | |
21 | |
22 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down): New | |
23 functions. | |
24 (Info-mode-line-node-keymap): Bind mouse commands to | |
25 Info-mouse-scroll-up/down instead of Info-scroll-up/down. | |
26 | |
27 2007-04-23 Luc Teirlinck <teirllm@auburn.edu> | |
28 | |
29 * locate.el (locate-local-prompt): New var. | |
30 (locate-prompt-for-command): Doc fix. | |
31 (locate-prompt-for-search-string): New function. | |
32 (locate): New optional arg. Make locate-local-prompt | |
33 buffer-local. Use locate-prompt-for-search-string. | |
34 (locate-with-filter): New optional arg. Use | |
35 locate-prompt-for-search-string. | |
36 (locate-update): Bind locate-prompt-for-command. | |
37 | |
38 2007-04-23 Glenn Morris <rgm@gnu.org> | |
39 | |
40 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode. | |
41 | |
42 2007-04-23 Nick Roberts <nickrob@snap.net.nz> | |
43 | |
44 * button.el (button): Inherit from link face on a tty. | |
45 | |
46 2007-04-23 Glenn Morris <rgm@gnu.org> | |
47 | |
48 * button.el (button): Use color for this face on a tty. | |
49 | |
50 * files.el (magic-mode-alist): Allow for carriage-returns in | |
51 html-mode and sgml-mode entries. | |
52 | |
53 2007-04-22 Richard Stallman <rms@gnu.org> | |
54 | |
55 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): | |
56 Improve doc string of generated command. | |
57 | |
58 * subr.el (read-number): Catch errors. | |
59 | |
60 * hi-lock.el (hi-lock-file-patterns-policy): Doc fix. | |
61 | |
62 2007-04-22 Chong Yidong <cyd@stupidchicken.com> | |
63 | |
64 * image-dired.el: Rename from thumbnails.el. All instances of | |
65 "thumbnails" replaced with "image-dired". | |
66 | |
67 * dired.el (dired-mode-map): Rename "thumbnails" again, to | |
68 "image-dired". | |
69 | |
70 2007-04-22 Kim F. Storm <storm@cua.dk> | |
71 | |
72 * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head): | |
73 Don't use kill-line. | |
74 | |
75 2007-04-22 Nick Roberts <nickrob@snap.net.nz> | |
76 | |
77 * t-mouse.el (t-mouse-make-event): Pass on mev's more informative | |
78 error message. | |
79 | |
80 2007-04-22 Chong Yidong <cyd@stupidchicken.com> | |
81 | |
82 * dired.el: Rename "tumme" to "thumbnails". | |
83 | |
84 * thumbnails.el: Rename from tumme.el. All instances of "tumme" | |
85 replaced with "thumbnails". | |
86 | |
87 2007-04-22 Glenn Morris <rgm@gnu.org> | |
88 | |
89 * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom, | |
90 and give it the risky-local-variable property. | |
91 | |
92 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev | |
93 before defining it. | |
94 | |
95 2007-04-21 Martin Rudalics <rudalics@gmx.at> | |
96 | |
97 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables): | |
98 Use delete-region instead of kill-line. | |
99 | |
100 2007-04-21 Alan Mackenzie <acm@muc.de> | |
101 | |
102 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of | |
103 `kill-region' by `delete-region'. | |
104 | |
105 2007-04-21 Chong Yidong <cyd@stupidchicken.com> | |
106 | |
107 * progmodes/perl-mode.el (perl-indent-command): Use delete-region | |
108 instead of kill-region. | |
109 | |
110 * progmodes/mantemp.el (mantemp-make-mantemps-region) | |
111 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines) | |
112 (mantemp-remove-memfuncs): Use delete-region instead of kill-word | |
113 and kill-line. | |
114 | |
115 * progmodes/vhdl-mode.el (vhdl-template-type) | |
116 (vhdl-template-record, vhdl-template-nature) | |
117 (vhdl-template-configuration-spec, vhdl-template-component-inst) | |
118 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab): Use | |
119 delete-region instead of kill-word and kill-line. | |
120 | |
121 2007-04-21 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> | |
122 | |
123 * dired-x.el (dired-virtual-mode): Doc fix. | |
124 | |
125 2007-04-21 Richard Stallman <rms@gnu.org> | |
126 | |
127 * font-lock.el (font-lock-keywords-alist): Mark as risky. | |
128 | |
129 * subr.el (read-number): Doc fix. | |
130 | |
131 * simple.el (pop-to-mark-command): Display message "mark popped" | |
132 if point does not move. | |
133 (set-mark-command): Doc fix. | |
134 | |
135 2007-04-21 Luc Teirlinck <teirllm@auburn.edu> | |
136 | |
137 * locate.el: Revert 2006-09-09 and 2007-04-20 changes. | |
138 (locate-local-filter, locate-local-search): New vars. | |
139 (locate): Make variables local. | |
140 (locate-update): Bind locate-buffer-name. Call locate using | |
141 locate-local-filter and locate-local-search. | |
142 | |
143 2007-04-20 David Koppelman <koppel@ece.lsu.edu> | |
144 | |
145 * hi-lock.el (hi-lock-file-patterns-policy): New var. | |
146 (hi-lock-find-patterns): Use hi-lock-file-patterns-policy. | |
147 (hi-lock-mode): Update docstring. | |
148 | |
149 2007-04-20 Stefan Monnier <monnier@iro.umontreal.ca> | |
150 | |
151 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit | |
152 fill-nobreak-predicate when the break is past fill-column. | |
153 | |
154 2007-04-20 Francesco Potort,Al(B <pot@gnu.org> | |
155 | |
156 * locate.el (locate): Output from shell-command should go in the | |
157 current buffer rather than *Shell Command Output*. | |
158 | |
159 2007-04-20 Chong Yidong <cyd@stupidchicken.com> | |
160 | |
161 * paren.el (show-paren-function): Fix last fix. | |
162 | |
163 2007-04-19 Kevin Ryde <user42@zip.com.au> | |
164 | |
165 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe. | |
166 (archive-lzh-summarize): Add optional start arg for where to start | |
167 looking at the archive. | |
168 (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions. | |
169 | |
170 * international/mule.el (auto-coding-alist): no-conversion for .exe | |
171 and .EXE. | |
172 | |
173 2007-04-19 Alan Mackenzie <acm@muc.de> | |
174 | |
175 * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a | |
176 function return type contains "struct", "union", etc. | |
177 c-end-of-defun goes too far forward. | |
178 | |
179 2007-04-19 Chong Yidong <cyd@stupidchicken.com> | |
180 | |
181 * paren.el (show-paren-function): Reset window-start to avoid | |
182 recentering. | |
183 | |
184 2007-04-19 Glenn Morris <rgm@gnu.org> | |
185 | |
186 * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold". | |
187 | |
188 2007-04-18 Glenn Morris <rgm@gnu.org> | |
189 | |
190 * calendar/diary-lib.el (diary-header-line-format): Add a custom | |
191 :set function. | |
192 (diary-list-entries): Only switch to diary-mode from | |
193 default-major-mode (reverts 2007-03-21 change). Otherwise, if in | |
194 diary-mode set header-line-format, in case of any customization. | |
195 | |
196 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change) | |
197 | |
198 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR | |
199 is less than the length of parse-time-syntax. | |
200 | |
201 2007-04-17 David Kastrup <dak@gnu.org> | |
202 | |
203 * replace.el (query-replace-regexp-eval): Deprecate. | |
204 | |
205 2007-04-17 Alan Mackenzie <acm@muc.de> | |
206 | |
207 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and | |
208 point too close to EOB, leave point at EOB rather than last `}'. | |
209 | |
210 2007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> | |
211 | |
212 * textmodes/bibtex.el (bibtex-include-OPTkey) | |
213 (bibtex-user-optional-fields, bibtex-entry-field-alist): | |
214 Fix defcustom. | |
215 | |
216 2007-04-17 Glenn Morris <rgm@gnu.org> | |
217 | |
218 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot | |
219 be encoded, fall back to current year. | |
220 | |
221 2007-04-14 Kevin Ryde <user42@zip.com.au> | |
222 | |
223 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if | |
224 all upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID | |
225 M "MSDOS". | |
226 | |
227 2007-04-16 Chong Yidong <cyd@stupidchicken.com> | |
228 | |
229 * progmodes/python.el (python-end-of-block): Avoid looping forever | |
230 if python-next-statement fails. | |
231 | |
232 2007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> | |
233 | |
234 * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom. | |
235 | |
236 2007-04-16 Dan Nicolaescu <dann@ics.uci.edu> | |
237 | |
238 * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var. | |
239 * progmodes/cperl-mode.el (cperl-indent-level): Likewise. | |
240 | |
241 2007-04-15 Jay Belanger <belanger@truman.edu> | |
242 | |
243 * calc/calc.el (calc-version): New function. | |
244 (calc-trail-mode): Shorten the title. | |
245 | |
246 2007-04-15 Chong Yidong <cyd@stupidchicken.com> | |
247 | |
248 * mail/footnote.el (footnote-style): Clarify docstring to state | |
249 that customizing this only applies to future footnotes. | |
250 | |
251 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> | |
252 | |
253 * textmodes/bibtex.el (bibtex-field-list): Use functionp. | |
254 (bibtex-make-field): Check that INIT is a string. Use functionp. | |
255 | |
256 2007-04-14 Glenn Morris <rgm@gnu.org> | |
257 | |
258 * complete.el (PC-goto-end): New buffer-local variable. | |
259 (PC-do-completion-end): Make buffer-local. | |
260 (partial-completion-mode) <choose-completion-string-functions>: | |
261 Do not go to the end of the minibuffer if PC-goto-end is non-nil. | |
262 (PC-do-completion): New optional fourth argument GOTO-END. Add a | |
263 doc string. Set PC-goto-end for choose-completion. | |
264 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to | |
265 PC-do-completion. | |
266 | |
267 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM | |
268 arg to bibtex-make-field. | |
269 (bibtex-make-field): Add optional fourth arg NODELIM. | |
270 Insert delimiters around INIT unless this arg is non-nil. | |
271 | |
272 2007-04-14 Nick Roberts <nickrob@snap.net.nz> | |
273 | |
274 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the | |
275 global map isn't modified | |
276 | |
277 2007-04-14 Glenn Morris <rgm@gnu.org> | |
278 | |
279 * calendar/appt.el (appt-disp-window): Do not split small windows. | |
280 Suggested by Jeff Miller <jmiller@cablespeed.com>. | |
281 | |
282 2007-04-13 Chong Yidong <cyd@stupidchicken.com> | |
283 | |
284 * progmodes/compile.el (compilation-start): Revert 2007-03-25 change. | |
285 | |
286 * files.el: Ditto. | |
287 | |
288 2007-04-13 Juanma Barranquero <lekktu@gmail.com> | |
289 | |
290 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings. | |
291 | |
292 * term.el (term-buffer-maximum-size, term-exec, term-escape-char) | |
293 (term-set-escape-char, term-termcap-format, term-get-old-input-default) | |
294 (term-skip-prompt, term-send-string, term-send-region, term-pager-page) | |
295 (term-pager-help): Fix typos in docstrings. | |
296 | |
297 * wid-edit.el (widget-documentation): Fix typo in docstring. | |
298 | |
299 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style): | |
300 Fix typos in error messages. | |
301 | |
302 2007-04-13 Martin Rudalics <rudalics@gmx.at> | |
303 | |
304 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select | |
305 window marked as dedicated. | |
306 | |
307 * mail/footnote.el (footnote-latin-string): New variable. | |
308 (footnote-latin-regexp): Redefine as regexp alternative. | |
309 (Footnote-latin): Use footnote-latin-string instead of | |
310 footnote-latin-regexp. | |
311 | |
312 2007-04-13 Glenn Morris <rgm@gnu.org> | |
313 | |
314 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with | |
315 inherited keymaps. | |
316 | |
317 2007-04-12 Chong Yidong <cyd@stupidchicken.com> | |
318 | |
319 * outline.el (outline-get-next-sibling): Clarify docstring. | |
320 (outline-get-last-sibling): Handle case where we are at the first | |
321 heading. Clarify docstring. | |
322 | |
323 2007-04-12 Nick Roberts <nickrob@snap.net.nz> | |
324 | |
325 * progmodes/gud.el (gud-minor-mode-map): Make go button same | |
326 length as stop button to lessen flicker. | |
327 (jdb): Add gud-print. | |
328 (gud-find-expr): Jdb prints the expression with the value, so | |
329 don't insert it in the output. | |
330 | |
331 2007-04-11 Jason Rumney <jasonr@gnu.org> | |
332 | |
333 * dnd.el (dnd-get-local-file-name): Decode both upper and lower | |
334 case hex. Do not try to decode non-hex letters. | |
335 | |
336 2007-04-11 Markus Triska <markus.triska@gmx.at> | |
337 | |
338 * emacs-lisp/byte-opt.el (byte-optimize-backward-char) | |
339 (byte-optimize-backward-word): Remove (move to bytecomp.el). | |
340 (byte-optimize-form-code-walker): Evaluate pure function calls if | |
341 possible. | |
342 (byte-optimize-all-constp): New function. | |
343 | |
344 * emacs-lisp/bytecomp.el (byte-compile-char-before): | |
345 Improve numeric argument case. | |
346 (byte-compile-backward-char, byte-compile-backward-word): | |
347 New functions, performing rewriting previously done in byte-opt.el. | |
348 Fix their "Fixme" item (restriction to numeric arguments). | |
349 | |
350 2007-04-11 Stefan Monnier <monnier@iro.umontreal.ca> | |
351 | |
352 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar | |
353 with dolist. | |
354 (after-init-hook): Don't quote lambda. | |
355 (desktop-first-buffer): Don't wrap it in eval-when-compile. | |
356 (desktop-internal-v2s): Remove unused var `el'. | |
357 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of | |
358 desktop-restore-file-buffer. | |
359 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of | |
360 desktop-create-buffer. | |
361 | |
1 2007-04-10 Chong Yidong <cyd@stupidchicken.com> | 362 2007-04-10 Chong Yidong <cyd@stupidchicken.com> |
2 | 363 |
3 * woman.el (woman-decode-buffer): Postphone macro-set check... | 364 * woman.el (woman-decode-buffer): Postpone macro-set check... |
4 (woman-decode-region): ...to here. | 365 (woman-decode-region): ...to here. |
5 | 366 |
6 2007-04-10 Thien-Thi Nguyen <ttn@gnu.org> | 367 2007-04-10 Thien-Thi Nguyen <ttn@gnu.org> |
7 | 368 |
8 * startup.el (tty-handle-args): Use %S to log ARGS. | 369 * startup.el (tty-handle-args): Use %S to log ARGS. |
23 | 384 |
24 2007-04-10 Markus Triska <markus.triska@gmx.at> | 385 2007-04-10 Markus Triska <markus.triska@gmx.at> |
25 | 386 |
26 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move | 387 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move |
27 to bytecomp.el as byte-compile-char-before). | 388 to bytecomp.el as byte-compile-char-before). |
28 * emacs-lisp/bytecomp.el (byte-compile-char-before): New | 389 * emacs-lisp/bytecomp.el (byte-compile-char-before): |
29 function (modified replacement for byte-optimize-char-before in | 390 New function (modified replacement for byte-optimize-char-before in |
30 byte-opt.el). | 391 byte-opt.el). |
31 | 392 |
32 2007-04-09 Alan Mackenzie <acm@muc.de> | 393 2007-04-09 Alan Mackenzie <acm@muc.de> |
33 | 394 |
34 * startup.el (inhibit-splash-screen): Emphatically state that it | 395 * startup.el (inhibit-splash-screen): Emphatically state that it |
72 | 433 |
73 2007-04-08 Martin Rudalics <rudalics@gmx.at> | 434 2007-04-08 Martin Rudalics <rudalics@gmx.at> |
74 | 435 |
75 * cus-start.el <scroll-preserve-screen-position>: Add choices. | 436 * cus-start.el <scroll-preserve-screen-position>: Add choices. |
76 | 437 |
77 2007-04-08 Johan Bockg,Ae(Brd <bojohan+news@dd.chalmers.se> | 438 2007-04-08 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> |
78 | 439 |
79 * term/xterm.el (terminal-init-xterm): Fix key definitions. Add | 440 * term/xterm.el (terminal-init-xterm): Fix key definitions. |
80 binding for C-M-SPC. | 441 Add binding for C-M-SPC. |
81 | 442 |
82 2007-04-08 Richard Stallman <rms@gnu.org> | 443 2007-04-08 Richard Stallman <rms@gnu.org> |
83 | 444 |
84 * pcomplete.el (pcomplete-read-event): One single definition, | 445 * pcomplete.el (pcomplete-read-event): One single definition, |
85 and not a defsubst. | 446 and not a defsubst. |
140 | 501 |
141 * diff-mode.el (diff-mode): Revert 2007-03-04 change. | 502 * diff-mode.el (diff-mode): Revert 2007-03-04 change. |
142 | 503 |
143 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change. | 504 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change. |
144 | 505 |
145 * desktop.el (desktop-create-buffer, desktop-save): Revert | 506 * desktop.el (desktop-create-buffer, desktop-save): |
146 2004-11-12 change. | 507 Revert 2004-11-12 change for lack of copyright papers. |
147 | 508 |
148 * dired-x.el (dired-guess-shell-case-fold-search): Delete var. | 509 * dired-x.el (dired-guess-shell-case-fold-search): Delete var. |
149 (dired-guess-default): Respect case. | 510 (dired-guess-default): Respect case. |
150 | 511 |
151 * isearch.el (isearch-forward): Revert 1998-08-26 doc change. | 512 * isearch.el (isearch-forward): Revert 1998-08-26 doc change. |
430 2007-03-26 Richard Stallman <rms@gnu.org> | 791 2007-03-26 Richard Stallman <rms@gnu.org> |
431 | 792 |
432 * textmodes/flyspell.el (flyspell-large-region): | 793 * textmodes/flyspell.el (flyspell-large-region): |
433 Use ispell-call-process-region. | 794 Use ispell-call-process-region. |
434 | 795 |
435 2007-03-26 Johan Bockg,Ae(Brd <bojohan+sf@dd.chalmers.se> | 796 2007-03-26 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> |
436 | 797 |
437 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble): | 798 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble): |
438 Use prin1 instead of princ. | 799 Use prin1 instead of princ. |
439 | 800 |
440 2007-03-25 Chong Yidong <cyd@stupidchicken.com> | 801 2007-03-25 Chong Yidong <cyd@stupidchicken.com> |
565 Add custom :set function. | 926 Add custom :set function. |
566 (diary-header-line-format): Doc fix. | 927 (diary-header-line-format): Doc fix. |
567 (diary-set-maybe-redraw): New function. | 928 (diary-set-maybe-redraw): New function. |
568 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw. | 929 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw. |
569 (diary-list-entries): Always run diary-mode. | 930 (diary-list-entries): Always run diary-mode. |
931 | |
932 2007-03-20 Kenichi Handa <handa@m17n.org> | |
933 | |
934 * international/quail.el (quail-setup-completion-buf): Make the | |
935 completion buffer read-only. | |
936 (quail-completion): Adjusted for the above change. Leave the | |
937 modified flag nil. | |
570 | 938 |
571 2007-03-20 David Kastrup <dak@gnu.org> | 939 2007-03-20 David Kastrup <dak@gnu.org> |
572 | 940 |
573 * files.el (magic-mode-alist): Require literal "%!PS" string for | 941 * files.el (magic-mode-alist): Require literal "%!PS" string for |
574 magic postscript file detection. | 942 magic postscript file detection. |
5383 | 5751 |
5384 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com> | 5752 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com> |
5385 | 5753 |
5386 * dired.el (dired-build-subdir-alist): Fix previous change. | 5754 * dired.el (dired-build-subdir-alist): Fix previous change. |
5387 | 5755 |
5388 2006-10-01 Johan Bockg,Ae(Brd <bojohan+mail@dd.chalmers.se> | 5756 2006-10-01 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> |
5389 | 5757 |
5390 * simple.el (undo-elt-crosses-region): Fix the inequalities. | 5758 * simple.el (undo-elt-crosses-region): Fix the inequalities. |
5391 | 5759 |
5392 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca> | 5760 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca> |
5393 | 5761 |
21083 | 21451 |
21084 2005-09-19 Miles Bader <miles@gnu.org> | 21452 2005-09-19 Miles Bader <miles@gnu.org> |
21085 | 21453 |
21086 * net/newsticker.el: Get rid of CVS keyword. | 21454 * net/newsticker.el: Get rid of CVS keyword. |
21087 | 21455 |
21088 2005-09-19 Johan Bockg,Ae(Brd <bojohan+sf@dd.chalmers.se> | 21456 2005-09-19 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> |
21089 | 21457 |
21090 * dired-aux.el (dired-handle-overwrite): Don't use `format' here. | 21458 * dired-aux.el (dired-handle-overwrite): Don't use `format' here. |
21091 The prompt is formatted later. | 21459 The prompt is formatted later. |
21092 | 21460 |
21093 2005-09-19 David Ponce <david@dponce.com> | 21461 2005-09-19 David Ponce <david@dponce.com> |
30151 mail-directory-process is an atom. | 30519 mail-directory-process is an atom. |
30152 (mail-get-names): Ignore mail-directory-names if it is an atom. | 30520 (mail-get-names): Ignore mail-directory-names if it is an atom. |
30153 (mail-directory-process defvar): Doc fix. | 30521 (mail-directory-process defvar): Doc fix. |
30154 (mail-names): Doc fix. | 30522 (mail-names): Doc fix. |
30155 | 30523 |
30156 2005-03-25 Johan Bockg,Ae(Brd <bojohan+mail@dd.chalmers.se> (tiny change) | 30524 2005-03-25 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> (tiny change) |
30157 | 30525 |
30158 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax. | 30526 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax. |
30159 | 30527 |
30160 2005-03-26 Kenichi Handa <handa@m17n.org> | 30528 2005-03-26 Kenichi Handa <handa@m17n.org> |
30161 | 30529 |