*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2004-11-02 Kim F. Storm <storm@cua.dk>
2
3 * kmacro.el (group kmacro): Add :version.
4 (kmacro-keyboard-quit): New function to cleanup on C-g.
5 (kmacro-start-macro): Set defining-kbd-macro to append when
6 appending to last macro.
7
8 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
9
10 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
11
12 * progmodes/gdb-ui.el (gdb-enable-debug-log)
13 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
14 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
15 Add :version keyword.
16
17 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
18
19 * progmodes/flymake.el (flymake-err-line-patterns): Use
20 `flymake-reformat-err-line-patterns-from-compile-el' to convert
21 `compilation-error-regexp-alist-alist' to internal Flymake format.
22
23 * progmodes/flymake.el: eliminated byte-compiler warnings.
24
25 2004-11-01 Jay Belanger <belanger@truman.edu>
26
27 * calc/calc-frac.el (calc-over-notation): Replaced
28 `completing-read' with `interactive "s"'.
29
30 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
31
32 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
33 Revert change from 2004-10-16. '*' checks the current buffer, but the
34 mouse click may be in another buffer.
35
36 2004-11-01 John Paul Wallington <jpw@gnu.org>
37
38 * files.el (large-file-warning-threshold): Add :version keyword.
39 (kill-some-buffers): Doc fix.
40
41 * thumbs.el (group thumbs): Add :version keyword.
42
43 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
44
45 2004-11-01 Richard M. Stallman <rms@gnu.org>
46
47 * allout.el (allout group): Add :version.
48 (allout-init): Don't use interactive-p.
49 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
50 (allout-forward-current-level, allout-backward-current-level):
51 Don't use interactive-p.
52
53 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
54 (bibtex-find-text): Likewise.
55
56 * progmodes/vhdl-mode.el (vhdl-fill-region)
57 (vhdl-beginning-of-statement): Don't use interactive-p.
58
59 * progmodes/idlwave.el (idlwave-update-routine-info):
60 Don't use interactive-p.
61
62 * progmodes/idlw-shell.el (idlwave-shell-send-char):
63 Don't use interactive-p.
64
65 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
66 Don't use interactive-p.
67
68 * progmodes/ada-xref.el (ada-make-body-gnatstub):
69 Don't use interactive-p.
70
71 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
72 (fortune-in-buffer): Doc fix.
73
74 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
75
76 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
77 don't select the temporary buffer.
78 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
79 (eudc-get-phone): Likewise.
80
81 2004-11-01 Kim F. Storm <storm@cua.dk>
82
83 * man.el (Man-xref-normal-file): Fix help-echo.
84
85 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
86
87 * reveal.el (reveal-last-tick): New var.
88 (reveal-post-command): Use it to avoid closing overlays when we're
89 appending text to them.
90
91 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
92
93 * textmodes/bibtex.el: Require button.
94 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
95 (bibtex-reference-keys): Distinguish between header keys and
96 crossref keys.
97 (bibtex-beginning-of-field): New function.
98 (bibtex-url-map): Remove.
99 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
100 (bibtex-font-lock-url-regexp): Assume that field names begin at
101 the beginning of a line.
102 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
103 Remove field delimiters. Use bibtex-beginning-of-field.
104 Bugfix, point can be inside a field with a url.
105 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
106 New functions.
107 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
108 (bibtex-key-in-head): Simplify.
109 (bibtex-current-line): Use bolp.
110 (bibtex-parse-keys): Remove unused arg `add'.
111 Use bibtex-type-in-head and bibtex-key-in-head.
112 (bibtex-parse-entry, bibtex-autofill-entry):
113 Use bibtex-type-in-head and bibtex-key-in-head.
114 (bibtex-autokey-get-field): Do not alter case of replacement text.
115 (bibtex-autokey-get-names): Do all processing of name list.
116 (bibtex-autokey-get-year): New function.
117 (bibtex-autokey-get-title): Do all processing of title words.
118 (bibtex-generate-autokey): Simplify.
119 (bibtex-string-files-init): Use default-directory.
120 Allow for absolute file names in bibtex-string-files.
121 (bibtex-files, bibtex-file-path): New variables.
122 (bibtex-files-expand): New function.
123 (bibtex-find-entry-globally): New command.
124 (bibtex-summary-function): New variable.
125 (bibtex-summary): Default value of bibtex-summary-function.
126 (bibtex-find-crossref): New optional args pnt and split.
127 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
128 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
129 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
130 Fix handling of required and alternative fields.
131 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
132 Use cons and display-buffer.
133 (bibtex-validate-globally): New command.
134 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
135 bibtex-parse-keys and bibtex-parse-strings for updating
136 bibtex-reference-keys and bibtex-strings.
137 (bibtex-realign): Remove blank lines past the last entry.
138 (bibtex-reformat): Use bibtex-entry-format as default.
139 (bibtex-choose-completion-string): Remove.
140 (bibtex-complete): Do not use bibtex-choose-completion-string.
141 (bibtex-url): Simplify.
142
143 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
144
145 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
146 (x-dnd-types-alist, x-dnd-open-file-other-window)
147 (x-dnd-known-types): Add :version.
148
149 2004-10-31 John Paul Wallington <jpw@gnu.org>
150
151 * ibuffer.el (group ibuffer): Add :version keyword.
152
153 2004-10-31 Kim F. Storm <storm@cua.dk>
154
155 * ido.el (group ido): Add :version keyword.
156 (ido-mode): Remove :version keyword.
157
158 * emulation/cua-base.el (group cua): Add :version keyword.
159 (cua-mode): Remove :version keyword.
160
161 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
162
163 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
164
165 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
166 compiler warning.
167 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
168 function.
169 (help-at-pt-display-when-idle): Remove autoload.
170
171 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
172
173 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
174
175 2004-10-30 Juri Linkov <juri@jurta.org>
176
177 * help.el (function-called-at-point):
178 * help-fns.el (variable-at-point): Read -> intern.
179
180 2004-10-30 Simon Josefsson <jas@extundo.com>
181
182 * progmodes/autoconf.el (autoconf-font-lock-keywords):
183 Recognize AS_* too.
184
185 2004-10-29 Simon Josefsson <jas@extundo.com>
186
187 * subr.el (read-passwd): Move back from password.el.
188
189 * password.el: Remove, not ready yet.
190
191 2004-10-29 Andreas Schwab <schwab@suse.de>
192
193 * speedbar.el (speedbar-frame-parameters): Improve customize type.
194
195 2004-10-29 Sam Steingold <sds@gnu.org>
196
197 * mouse.el (mouse-show-mark): Replace the last occurrence of
198 x-lost-selection-hooks with x-lost-selection-functions.
199
200 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
201
202 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
203 x-lost-selection-functions is bound.
204
205 * mouse-sel.el (mouse-sel-mode):
206 * emacs-lisp/lselect.el: Adjust to new names for
207 x-(lost|sent)-selection-functions.
208
209 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
210 New obsolete aliases of x-lost-selection-functions and
211 x-sent-selection-functions.
212
213 2004-10-28 Kim F. Storm <storm@cua.dk>
214
215 * imenu.el (imenu-scanning-message): Remove.
216 (imenu-progress-message): Make it a no-op.
217
218 2004-10-28 John Paul Wallington <jpw@gnu.org>
219
220 * files.el (set-auto-mode): Call `throw' correctly.
221
222 2004-10-28 Juri Linkov <juri@jurta.org>
223
224 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
225 to search `Info-...' commands in `info' manual.
226 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
227 Add 'info-file "emacs" property.
228 (Info-find-emacs-command-nodes): Fix index line number regexp.
229 Set real line number (instead of fake 0) in first element of the
230 returned list.
231 (Info-goto-emacs-command-node): Use line number of first element
232 to set point in the first found Info node.
233
234 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
235 code to `grep-mode-font-lock-keywords'.
236 (grep-mode-font-lock-keywords): Delete grep markers instead
237 of making them invisible.
238
239 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
240
241 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
242 and x-server-version in bug report.
243
244 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
245
246 * files.el (set-auto-mode-0): New function.
247 (set-auto-mode): Use it to handle aliased modes and to
248 be consistent between C-x C-f and C-x C-w.
249
250 2004-10-28 Kenichi Handa <handa@m17n.org>
251
252 * international/utf-8.el (utf-translate-cjk-charsets):
253 Add katakana-jisx0201.
254
255 * international/subst-jis.el: Add data for JISX0201.
256
257 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
258
259 * obsolete/hilit19.el (hilit-mode): New function.
260 Move all the toplevel side-effecting stuff into it, so that loading
261 hilit19 doesn't mess everything up any more.
262
263 2004-10-27 Richard M. Stallman <rms@gnu.org>
264
265 * add-log.el (add-change-log-entry): Set up mailing address
266 and full name later, and don't alter add-log-mailing-address
267 or add-log-full-name.
268
269 * elide-head.el (elide-head): Change error to message.
270 (elide-head-show): Likewise.
271
272 * apropos.el (apropos-macrop): Doc fix.
273
274 * mouse.el (mouse-show-mark): Do most processing the same
275 regardless of transient-mark-mode.
276
277 * shadowfile.el (shadow-copy-files): Use interactive-p
278 only to control whether to print a message.
279
280 * tar-mode.el (tar-mode): Use write-contents-functions,
281 not write-contents-hooks.
282
283 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
284 directory-sep-char.
285
286 2004-10-27 Richard M. Stallman <rms@gnu.org>
287
288 * strokes.el (strokes-unload-hook): Fix previous change.
289
290 * type-break.el (type-break-run-at-time): Always use run-at-time;
291 forget the alternatives.
292 (type-break-cancel-function-timers): Always use cancel-function-timers;
293 forget the alternatives.
294
295 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
296
297 2004-10-27 Kenichi Handa <handa@m17n.org>
298
299 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
300
301 * international/subst-gb2312.el: Likewise.
302
303 * international/subst-big5.el: Likewise.
304
305 * international/subst-ksc.el: Likewise.
306
307 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
308 New variable.
309 (utf-translate-cjk-set-unicode-range): New function.
310 (utf-translate-cjk-unicode-range): Make it customizable.
311 (utf-8-post-read-conversion):
312 Use utf-translate-cjk-unicode-range-string.
313 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
314 Unicode ranges.
315
316 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
317
318 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
319 trivial variants to shorten the list.
320 (xml-based-modes): New var.
321 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
322 declaration higher priority than auto-mode-alist.
323
324 * find-file.el (cc-other-file-alist): Bring it in line with
325 cc-mode's auto-mode-alist entries and use \' instead of $.
326
327 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
328 and add "Id" and "Name" submenus to it.
329
330 * imenu.el (imenu--generic-function): Skip matches in comments.
331
332 2004-10-26 Jay Belanger <belanger@truman.edu>
333
334 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
335 (full-calc-keypad, calc-trail-display): Use an extra argument
336 instead of `interactive-p'.
337
338 * calc/calc-misc.el (calc-other-window): Use an extra argument
339 instead of `interactive-p'.
340
341 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
342 `interactive-p'.
343
344 2004-10-26 Kim F. Storm <storm@cua.dk>
345
346 * help.el (describe-key): Describe both down-event and up-event
347 for a mouse click.
348
349 2004-10-26 Richard M. Stallman <rms@gnu.org>
350
351 * woman.el (woman): Don't call interactive-p.
352
353 * pcomplete.el (pcomplete): Instead of interactive-p,
354 use an arg set non-nil by the interactive spec.
355
356 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
357 use an arg set non-nil by the interactive spec.
358
359 * man.el (Man-cleanup-manpage): Instead of interactive-p,
360 use an arg set non-nil by the interactive spec.
361
362 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
363
364 * progmodes/flymake.el (flymake-split-string):
365 Use `flymake-split-string-remove-empty-edges' in any case.
366
367 2004-10-26 Masatake YAMATO <jet@gyve.org>
368
369 * progmodes/flymake.el (flymake-err-line-patterns):
370 Use `compilation-error-regexp-alist-alist' instead of
371 `compilation-error-regexp-alist'.
372
373 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
374
375 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
376 verbatim face on the \ of \end{verbatim}.
377
378 2004-10-25 Jay Belanger <belanger@truman.edu>
379
380 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
381 erasing minibuffer.
382
383 2004-10-25 Simon Josefsson <jas@extundo.com>
384
385 * subr.el (read-passwd): Move to net/password.el.
386
387 * net/password.el (read-passwd): Add. Autoload it.
388
389 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
390
391 * mouse-sel.el (mouse-sel-mode): Specify custom group.
392
393 * simple.el (process-file): Fix logic.
394
395 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
396
397 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
398 (increase-right-margin): Remove erroneous call to `interactive-p'.
399
400 2004-10-24 Kim F. Storm <storm@cua.dk>
401
402 * help.el (describe-mode): Fix 2004-10-13 change.
403 Copy pure "Auto Fill" string so it can be propertized later
404 without causing a read-only error.
405
406 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
407
408 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
409 style indexes.
410
411 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
412
413 * simple.el (process-file): Accept nil for INFILE. Reported by
414 Luc Teirlinck.
415
416 2004-10-24 Masatake YAMATO <jet@gyve.org>
417
418 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
419 Handle periods and underscores in a function name.
420 Remove the address fontification.
421
422 2004-10-24 Masatake YAMATO <jet@gyve.org>
423
424 * progmodes/asm-mode.el (asm-font-lock-keywords):
425 Use font-lock-variable-name-face for registers.
426
427 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
428
429 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
430 kill-all-local-variables.
431 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
432 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
433 Use kill-all-local-variables and provide mode-hooks.
434 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
435 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
436 Suggested by Masatake YAMATO <jet@gyve.org>.
437
438 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
439
440 * simple.el (process-file): New function, similar to call-process
441 but supports file handlers.
442 * vc.el (vc-do-command): Use it, instead of call-process.
443 * net/tramp-vc.el (vc-do-command): Do not advise it if
444 process-file is fboundp.
445 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
446 process-file.
447 (tramp-handle-process-file): New function.
448 (tramp-file-name-for-operation): Support process-file.
449
450 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
451
452 * calendar/icalendar.el (icalendar--weekday-array): New constant.
453 (icalendar-weekdayabbrev-table)
454 (icalendar-monthnumber-table): Delete.
455 (icalendar--get-month-number): Use calendar-month-name-array.
456 (icalendar--get-weekday-number): New function.
457 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
458 (icalendar-export-region): Handle multi-line entries.
459 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
460
461 2004-10-23 John Paul Wallington <jpw@gnu.org>
462
463 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
464 `wildcards' set to t in interactive spec.
465
466 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
467 interactive spec rather than use `interactive-p'.
468 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
469 rather than use function `interactive-p'.
470
471 2004-10-22 Kenichi Handa <handa@m17n.org>
472
473 * international/mule.el (translate-region): Implement it in Lisp
474 as a front end of translate-region-internal.
475
476 2004-10-21 Jay Belanger <belanger@truman.edu>
477
478 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
479 Declare these variables with defvar.
480
481 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
482 is bound, only check to see if it is bound.
483
484 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
485
486 * textmodes/tex-mode.el (tex-compilation-parse-errors):
487 Don't output messages.
488
489 * calc/calc-help.el (calc-describe-bindings): Fix last change.
490
491 2004-10-21 John Paul Wallington <jpw@gnu.org>
492
493 * calc/calc-graph.el (calc-graph-init):
494 Use `set-process-query-on-exit-flag'.
495
496 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
497
498 * progmodes/compile.el (compilation-start): Rely on `cd' to get
499 dir right and also allow argumentless cd.
500
501 2004-10-19 Richard M. Stallman <rms@gnu.org>
502
503 * textmodes/flyspell.el (flyspell-mode): Doc fix.
504
505 * eshell/em-unix.el (eshell-grep):
506 Don't bind compilation-process-setup-function.
507
508 * comint.el (comint-insert-input): Use @ in `interactive'.
509 (comint-input-filter-functions): Doc fix.
510 (comint-kill-whole-line, comint-get-source): Doc fix.
511
512 * progmodes/compile.el (compilation-setup):
513 Don't set buffer-read-only if MINOR is non-nil.
514
515 2004-10-19 Jay Belanger <belanger@truman.edu>
516
517 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
518 (calc-emacs-type-gnu19): Remove.
519 (calc-digit-map, calc-read-key-sequence, calc-read-key):
520 Remove check for old emacs versions.
521
522 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
523 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
524 for current Emacs.
525
526 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
527 the end of the minibuffer.
528 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
529 copy `esc-map'.
530
531 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
532
533 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
534 call that would be given when the current emacs was used.
535
536 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
537
538 * calendar/icalendar.el: Set coding to utf-8.
539 (icalendar-version): Increase to 0.07.
540 (icalendar-monthnumber-table): Change March pattern.
541 (icalendar-get-all-event-properties)
542 (icalendar-set-event-property): Delete.
543 (icalendar-all-events): No longer interactive.
544 (icalendar-convert-diary-to-ical)
545 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
546 their replacements.
547 (icalendar-export-file, icalendar-export-region): New functions;
548 essentially old `icalendar-convert-diary-to-ical' but appending to
549 target rather than overwriting.
550 (icalendar-import-file): Append to target file rather than
551 overwriting. Fourth arg deleted.
552 (icalendar-import-buffer): New name for old
553 `icalendar-extract-ical-from-buffer'.
554 (icalendar--convert-string-for-import): New name for
555 old `icalendar-convert-for-import'.
556 (include-icalendar-files): Delete.
557 Prefix for all internal functions changed from `icalendar-'
558 to `icalendar--'.
559
560 2004-10-19 Richard M. Stallman <rms@gnu.org>
561
562 * paths.el (news-path): Fix previous change.
563
564 2004-10-18 Jay Belanger <belanger@truman.edu>
565
566 * calc/calc-help.el (calc-describe-bindings):
567 Set `buffer-read-only' to nil while working in the keybindings buffer;
568 remove some extra information from the keybindings buffer.
569
570 2004-10-18 David Ponce <david@dponce.com>
571
572 * mouse.el (mouse-drag-move-window-top): New function.
573 (mouse-drag-mode-line-1): Use it.
574
575 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
576
577 * info.el (Info-fontify-node): For multiline refs,
578 arrange to unfontify newline and surrounding whitespace.
579
580 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
581
582 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
583 directory is missing.
584
585 2004-10-17 John Paul Wallington <jpw@gnu.org>
586
587 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
588 New customizable variable; whether to display buffers that match
589 `ibuffer-maybe-show-predicates' by default.
590 (ibuffer-maybe-show-predicates): Mention it in docstring.
591 (ibuffer-display-maybe-show-predicates): New variable.
592 (ibuffer-update): Prefix arg now toggles whether buffers that
593 match `ibuffer-maybe-show-predicates' should be displayed.
594 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
595 locally to heed `ibuffer-default-display-maybe-show-predicates'.
596 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
597
598 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
599
600 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
601 work correctly.
602
603 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
604
605 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
606 (Buffer-menu-beginning): New helper function.
607 (Buffer-menu-execute): Use it.
608 (Buffer-menu-select): Use it.
609 (Buffer-menu-sort): Use it and also keep markers.
610
611 2004-10-17 Richard M. Stallman <rms@gnu.org>
612
613 * paths.el (news-directory): Rename from news-path. Old name alias.
614 (rmail-spool-directory): Use defvar.
615 (sendmail-program): Use defcustom.
616 (remote-shell-program): Use defcustom.
617 (term-file-prefix): Use defvar.
618 (abbrev-file-name): Use defvar.
619
620 * term.el: Add maintainer.
621
622 * subr.el (with-local-quit): Return nil if there's a quit.
623 (read-passwd): Use with-local-quit. Doc fix.
624
625 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
626 (strokes-unload-hook): Set as a variable with add-hook.
627
628 * startup.el (fancy-splash-tail, normal-splash-screen):
629 Update copyright year.
630
631 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
632
633 * server.el (server-unload-hook): Set as a variable with add-hook.
634
635 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
636
637 * frame.el (special-display-popup-frame):
638 Make the buffer current as its frame is created.
639
640 * delsel.el (delsel-unload-hook): Set as a variable.
641
642 * comint.el (comint-output-filter-functions):
643 Add comint-watch-for-password-prompt.
644 (comint-read-noecho): Function deleted.
645 (send-invisible): Use read-passwd.
646
647 * fringe.el (fringe-mode-initialize): New function.
648 (fringe-mode): Use fringe-mode-initialize as :initialize.
649
650 2004-10-17 Kim F. Storm <storm@cua.dk>
651
652 * language/indian.el (indian-script-language-alist): Swap value and doc.
653 (indian-font-char-index-table): Doc fix.
654
655 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
656
657 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
658
659 2004-10-16 Juri Linkov <juri@jurta.org>
660
661 * progmodes/compile.el (compilation-start): Move let-binding of
662 `process-environment' into `with-current-buffer' body.
663 Reported by Matt Hodges <MPHodges@member.fsf.org>.
664
665 2004-10-16 Richard M. Stallman <rms@gnu.org>
666
667 * pcvs-util.el (cvs-bury-buffer):
668 Don't call get-buffer-window for effect.
669
670 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
671
672 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
673
674 * msb.el (msb-unload-hook): Set the variable.
675
676 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
677 Use * to err if buffer is readonly.
678
679 * subr.el (looking-back): Return only t or nil.
680
681 * whitespace.el (whitespace-unload-hook): Set the variable.
682
683 * view.el (view-mode-enable): Set view-page-size and
684 view-half-page-size to nil.
685 (view-set-half-page-size-default): view-half-page-size = nil
686 means the default.
687 (View-scroll-page-forward): Use view-page-size-default.
688 (View-scroll-page-backward): Likewise.
689 (view-page-size, view-half-page-size): Doc fixes.
690
691 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
692
693 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
694
695 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
696 "cl" like other files. Instead, call byte-compile-find-cl-functions.
697 (byte-compile-log-1): Bind inhibit-read-only.
698 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
699 (byte-compile-log-warning): Likewise.
700 (byte-compile-file-form-require): Detect "cl" from the arg value.
701
702 * progmodes/compile.el (compilation-start): Assume compilation-mode
703 will make the buffer read-only.
704 (compilation-mode): Take arg name-of-mode.
705 (compilation-setup): Make buffer read-only.
706 (compilation-handle-exit): Bind inhibit-read-only.
707
708 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
709 (ispell-message): Likewise.
710 (ispell-show-choices): Don't call get-buffer-window uselessly.
711 (ispell-init-process): Use set-process-query-on-exit-flag.
712
713 2004-10-16 Kim F. Storm <storm@cua.dk>
714
715 * fringe.el (fringe-bitmaps): Only initialize when defined.
716
717 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
718 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
719
720 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
721
722 2004-10-15 Simon Josefsson <jas@extundo.com>
723
724 * net/password.el: Add.
725
726 2004-10-14 Masatake YAMATO <jet@gyve.org>
727
728 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
729 (gdb-script-end-of-defun): New function.
730 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
731 `gdb-script-end-of-defun' as *-of-defun-function.
732
733 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
734
735 * button.el (button-activate): Allow a marker to display as an action.
736
737 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
738
739 * help.el (describe-mode): Use it to make minor mode list into
740 hyperlinks.
741
742 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
743
744 * vc.el (vc-annotate-display-select): Fix typo.
745
746 * subr.el (substitute-key-definition-key): New function.
747 (substitute-key-definition): Use it with map-keymap.
748 (event-modifiers): Use push.
749 (mouse-movement-p, with-temp-buffer): Simplify.
750
751 2004-10-12 Jay Belanger <belanger@truman.edu>
752
753 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
754 New variables.
755 (calc-help-index-entries): New function.
756 (calc-describe-function): Use `calc-help-function-list' instead of
757 obarray for completion.
758 (calc-describe-variable): Use `calc-help-variable-list' instead
759 of obarray for completion.
760
761 2004-10-12 Richard M. Stallman <rms@gnu.org>
762
763 * info-look.el (info-lookup-file): Add info-file property.
764 (info-lookup-symbol): Likewise.
765
766 * info.el (info-xref): Add underlining.
767 (info): Add info-file property.
768 (Info-find-emacs-command-nodes): Specify case-sensitive search.
769
770 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
771
772 Sync with Tramp 2.0.45.
773
774 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
775 defined. This is not the case for XEmacs without package "edebug".
776 (tramp-set-auto-save-file-modes): Set permissions of autosaved
777 remote files to the permissions of the original file. This is not
778 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
779 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
780 (tramp-perl-decode): Fix an error in Perl implementation.
781 $pending must be cleared every loop. Reported by Benjamin Place
782 <benjaminplace@sprintmail.com>
783
784 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
785 Don't activate advice during definition. This is done later on,
786 depending on test result of `substitute-in-file-name'.
787 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
788
789 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
790
791 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
792
793 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
794
795 2004-10-12 David Ponce <david@dponce.com>
796
797 * recentf.el (recentf-edit-list): Update the menu when the recentf
798 list has been modified.
799
800 2004-10-12 Simon Josefsson <jas@extundo.com>
801
802 * net/tls.el (tls-certtool-program): New variable.
803 (tls-certificate-information): New function, based on
804 ssl-certificate-information.
805
806 2004-10-12 Kenichi Handa <handa@m17n.org>
807
808 * international/mule.el (coding-system-equal): Move from mule-util.el.
809
810 * international/mule-util.el (coding-system-equal): Move to mule.el.
811
812 2004-10-12 Kim F. Storm <storm@cua.dk>
813
814 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
815 reset kmacro-initial-counter-value if set.
816 (kmacro-set-counter): Only set kmacro-counter if defining or executing
817 macro. Set kmacro-initial-counter-value otherwise. Never set both.
818 (kmacro-display): Show macro counter if non-zero.
819
820 * subr.el (substitute-key-definition): Mention command remapping
821 in doc string.
822
823 2004-10-11 Jay Belanger <belanger@truman.edu>
824
825 * calc/calc-misc.el (calc-info-goto-node): New function.
826 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
827 node in one step.
828 (calc-describe-copying, calc-describe-distribution)
829 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
830 Go to appropriate info node in one step.
831
832 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
833
834 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
835
836 * font-lock.el (font-lock-apply-highlight): Fix last change.
837
838 2004-10-11 Simon Josefsson <jas@extundo.com>
839
840 * mail/smtpmail.el (smtpmail-open-stream): Look for
841 starttls-gnutls-program instead of starttls-program iff
842 starttls-use-gnutls is non-nil.
843 (smtpmail-open-stream): Don't overwrite user settings of
844 starttls-extra-arguments and starttls-extra-args.
845
846 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
847
848 * comint.el (comint-mouse-insert-input): Remove.
849 (comint-insert-input): Make it work for mouse bindings.
850 (comint-mode-map): Move defs into the declaration.
851 (comint-output-filter): Typo.
852
853 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
854
855 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
856
857 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
858 (ange-ftp-call-chmod): Reference remote-shell-program instead of
859 ange-ftp-remote-shell.
860
861 2004-10-10 Andreas Schwab <schwab@suse.de>
862
863 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
864 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
865 Reported by <sri@asu.edu>.
866
867 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
868
869 * vc.el (vc-annotate-mode): Remove variable.
870 (vc-annotate-display-select): Only call vc-annotate-mode
871 if we're not in that mode already.
872
873 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
874
875 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
876 (imenu-choose-buffer-index): Check here for rescan instead.
877
878 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
879 where the face expression evals to nil.
880
881 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
882 (tex-font-lock-keywords-2): Use it.
883 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
884
885 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
886
887 2004-10-09 Kim F. Storm <storm@cua.dk>
888
889 * subr.el (progress-reporter-update): Define before first usage.
890 (make-progress-reporter): Doc fix.
891
892 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
893
894 * textmodes/paragraphs.el (sentence-end-double-space)
895 (sentence-end-without-period, sentence-end-without-space)
896 (sentence-end): Doc fixes.
897
898 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
899
900 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
901 Change paragraph-start regexp so we don't fill code starting with #'(.
902
903 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
904
905 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
906 New defcustom.
907 (extract-address-components): Use it.
908
909 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
910
911 * subr.el (make-progress-reporter, progress-reporter-update)
912 (progress-reporter-force-update, progress-reporter-do-update)
913 (progress-reporter-done): New functions.
914
915 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
916
917 * progmodes/etags.el (etags-tags-completion-table): Use progress
918 reporter.
919 (etags-tags-apropos): Likewise.
920
921 2004-10-08 Alan Mackenzie <acm@muc.de>
922
923 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
924 of current line.
925
926 2004-10-08 Masatake YAMATO <jet@gyve.org>
927
928 * server.el (server-process-filter): Wrap `process-send-region'
929 by `condition-case' to guard the case when the pipe to PROC is closed.
930
931 2004-10-07 Mark A. Hershberger <mah@everybody.org>
932
933 * xml.el (xml-substitute-special): Limit handling of external entities.
934
935 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
936
937 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
938
939 2004-10-06 John Paul Wallington <jpw@gnu.org>
940
941 * xml.el (xml-parse-dtd): Fix `error' call.
942
943 2004-10-05 Mark A. Hershberger <mah@everybody.org>
944
945 * xml.el (xml-substitute-special): Return a single string instead
946 of a list of strings if an entity substitution is made.
947
948 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
949
950 * calendar/icalendar.el: New file.
951
952 2004-10-05 Juri Linkov <juri@jurta.org>
953
954 * isearch.el (isearch-done): Set mark after running hook.
955 Reported by Drew Adams <drew.adams@oracle.com>.
956
957 * info.el (Info-history, Info-toc): Fix Info headers.
958 (Info-toc): Narrow buffer before Info-fontify-node.
959 (Info-build-toc): Don't check for special Info file names.
960 Set main-file to nil if Info-find-file returns a symbol.
961
962 2004-10-05 Emilio C. Lopes <eclig@gmx.net>:
963
964 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
965 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
966 * calendar/cal-menu.el (calendar-mode-map): Ditto.
967
968 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
969
970 * calendar/cal-iso.el (calendar-iso-read-args): New function,
971 for old interactive spec from calendar-goto-iso-date.
972 (calendar-goto-iso-date): Use it.
973 (calendar-goto-iso-week): New function. Suggested by Emilio
974 C. Lopes <eclig@gmx.net>.
975
976 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
977
978 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
979 `set-right-margin' bindings that follow the minor mode conventions.
980
981 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
982
983 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
984 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
985 (latex-block-args-alist): Add minipage and picture.
986 (latex-block-body-alist): Use reftex-label if enabled.
987 (latex-insert-block): Don't insert a \n if not necessary.
988 (tex-compile-commands): Make sure dvips doesn't send to printer.
989 (tex-compile-default): Handle the case where no executable is found.
990 (latex-noindent-environments): New var.
991 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
992 If tex-indent-allhanging is non-nil, make sure we only align for macros
993 at beginning of line.
994
995 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
996
997 * newcomment.el (comment-beginning): Doc fix and don't choke on
998 unset `comment-end-skip' when at beginning of comment.
999
1000 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
1001
1002 * term.el (term-adjust-current-row-cache): Don't allow the current
1003 row to become negative.
1004 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
1005 the end of the line. Fix scroll down. Add comments.
1006 (term-handle-ansi-escape): Don't exceed terminal width when moving
1007 right.
1008 (term-scroll-region): Move the cursor after setting the scroll region.
1009
1010 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
1011
1012 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
1013 to `width' for consistency with docstring. Doc fix.
1014
1015 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
1016
1017 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
1018 This is necessary for derived modes.
1019
1020 2004-09-30 Kim F. Storm <storm@cua.dk>
1021
1022 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
1023 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
1024
1025 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
1026 kmacro-extract-lambda functions.
1027 (edit-kbd-macro): Handle kmacro lambda forms.
1028 Include counter and counter format in edit buffer.
1029 (edmacro-finish-edit): Get counter and format from edit buffer and
1030 update kmacro bindings when found.
1031
1032 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
1033
1034 * textmodes/paragraphs.el (forward-paragraph):
1035 Avoid args-out-of-range error when point winds up at the beginning of
1036 the buffer and hard newlines are enabled.
1037
1038 * newcomment.el (comment-multi-line): Doc fix.
1039
1040 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
1041
1042 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
1043 (diff-fixup-modifs): Catch unified-diff file-headers.
1044
1045 2004-09-29 Kim F. Storm <storm@cua.dk>
1046
1047 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
1048 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
1049 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
1050
1051 * fringe.el (fringe-bitmap-p): New macro.
1052 (fringe-bitmaps): Add standard fringe bitmaps on load.
1053
1054 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1055
1056 * dired.el (dired-view-command-alist): Use more efficient regexps.
1057 Remove dubious arguments.
1058 (dired-align-file): New function.
1059 (dired-insert-directory): Use it.
1060 (dired-move-to-end-of-filename): Make the " -> " search more specific.
1061 (dired-buffers-for-dir): Remove unused var `pattern'.
1062
1063 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
1064
1065 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
1066 from diary display excursion. Store diary buffer's point for
1067 `simple-diary-display'.
1068 (simple-diary-display): Set window point and start when
1069 displaying buffer, to preserve point.
1070
1071 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
1072
1073 * textmodes/enriched.el (enriched-translations): Replace defconst
1074 with defvar.
1075
1076 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1077
1078 * printing.el: Doc fix.
1079 (pr-version): New version number (6.8.1).
1080 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
1081 make-temp-name.
1082 (pr-delete-file): Check if file exists before deleting it.
1083 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
1084
1085 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
1086
1087 * term.el (term-display-table): New variable.
1088 (term-mode): Use it.
1089 (term-exec-1): Set the coding system to binary.
1090 (term-emulate-terminal): Decode the string before inserting it.
1091
1092 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
1093
1094 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
1095 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
1096 (map): Bind S-prior, S-next and S-insert.
1097 (term-mode): Set `indent-tabs-mode' to nil.
1098 (term-paste): New function to be bound to S-insert.
1099 (term-send-del, term-send-backspace): Change the strings sent.
1100 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
1101 (term-handle-colors-array): Fix handling of underline and reverse.
1102 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
1103 (term-erase-in-line): Fix comparison.
1104 (term-emulate-terminal): Fix line wrap handling.
1105 (term-start-output-log): Rename from `term-set-output-log'.
1106 (term-stop-output-log): Rename from `term-stop-photo'.
1107 (term-switch-to-alternate-sub-buffer): Comment out, unused.
1108
1109 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
1110
1111 * dired.el (dired-move-to-filename): Don't output a message if
1112 raise-error is non-nil. Fix return position and value.
1113
1114 * files.el (insert-directory): Obey --dired even with symlinks.
1115
1116 2004-09-25 Lars Hansen <larsh@math.ku.dk>
1117
1118 * ls-lisp.el (ls-lisp-format): Mark file names with property
1119 dired-filename.
1120
1121 2004-09-25 Kim F. Storm <storm@cua.dk>
1122
1123 * ido.el (ido-max-directory-size): New defcustom.
1124 (ido-decorations): Add "too big" element.
1125 (ido-directory-too-big): New dynamic var.
1126 (ido-may-cache-directory): Don't cache big directories.
1127 (ido-directory-too-big-p): New defun.
1128 (ido-set-current-directory): Update ido-directory-too-big.
1129 (ido-read-internal): Make empty ido-cur-item if too-big.
1130 (ido-buffer-internal): Use ido-read-internal directly instead of
1131 ido-read-buffer.
1132 (ido-file-internal): Init ido-directory-too-big.
1133 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
1134 and redo completion with full list.
1135 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
1136 it, and show completions.
1137 (ido-all-completions): Let bind ido-directory-too-big to nil.
1138 (ido-exhibit): Handle ido-directory-too-big.
1139 (ido-read-buffer): Handle fallback to read-buffer.
1140 Init ido-directory-too-big.
1141 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
1142 Init ido-directory-too-big.
1143
1144 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
1145
1146 * subr.el (delay-mode-hooks): Doc fix.
1147
1148 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
1149
1150 * textmodes/enriched.el
1151 (enriched-default-text-properties-local-flag): New variable.
1152 (enriched-mode): Make sure that enabling and disabling the mode is
1153 a no-op. Doc fix.
1154
1155 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
1156
1157 * calendar/holidays.el (holiday-advent): Report on a specified day
1158 offset from advent, not just advent.
1159 (holiday-easter-etc): Report on one specified day offset from
1160 easter, not all easter holidays. Various Easter holidays moved to
1161 `christian-holidays' variable in calendar.el.
1162 * calendar/calendar.el (christian-holidays): Adapt for new
1163 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
1164
1165 2004-09-23 Kim F. Storm <storm@cua.dk>
1166
1167 * image.el (insert-sliced-image): Add doc string.
1168
1169 * ido.el (ido-choice-list): New dynamic var for `list' context.
1170 (ido-context-switch-command): New dynamic var.
1171 (ido-define-mode-map): Generalize switch between file/buffer contexts.
1172 (ido-read-internal): Handle new `list' context.
1173 Handle insert-buffer and insert-file ido-exit values.
1174 (ido-buffer-internal): New arg switch-cmd. Use it to setup
1175 ido-context-switch-command. Handle insert-file ido-exit value.
1176 (ido-read-buffer): Set ido-context-switch-command to 'ignore
1177 unless it is already bound by caller.
1178 (ido-file-internal): New arg switch-cmd. Use it to setup
1179 ido-context-switch-command. Handle insert-buffer ido-exit value.
1180 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
1181 used for context switching.
1182 (ido-all-completions): Handle new `list' context.
1183 (ido-make-choice-list): Return choices for `list' context.
1184 (ido-find-file-in-dir, ido-display-file, ido-write-file)
1185 (ido-display-buffer, ido-kill-buffer): Disable context switching.
1186 (ido-insert-buffer, ido-insert-file): Setup context switching.
1187 (ido-exhibit): Handle `list' context.
1188 (ido-read-file-name): Disable context switching. Handle fallback.
1189 (ido-read-directory-name): Disable context switching.
1190 (ido-completing-read): New defun like completing-read. Setup and
1191 use new `list' context.
1192
1193 2004-09-20 Jesper Harder <harder@ifa.au.dk>
1194
1195 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
1196
1197 2004-09-21 Jay Belanger <belanger@truman.edu>
1198
1199 * calc/calc-graph.el (calc-graph-add-curve): Moved the call to
1200 `calc-graph-set-styles' so the gnuplot buffer will appear in a
1201 separate window.
1202
1203 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
1204
1205 * subr.el (after-change-major-mode-hook): Doc fix.
1206
1207 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1208
1209 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
1210 of ghostscript for monochrome PostScript file in Windows.
1211
1212 2004-09-21 Kenichi Handa <handa@m17n.org>
1213
1214 * descr-text.el (describe-char): Checking of quail activation
1215 fixed.
1216
1217 2004-09-21 Jay Belanger <belanger@truman.edu>
1218
1219 * calc/calc.el (calc-mode-var-list): Removed unnecessary quotes.
1220
1221 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
1222
1223 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
1224 after the mode hooks instead of before. Doc fix.
1225
1226 2004-09-20 Jason Rumney <jasonr@gnu.org>
1227
1228 * startup.el (command-line) [windows-nt]: Try .emacs first, then
1229 _emacs, but revert to .emacs if neither exists in home directory.
1230
1231 2004-09-20 John Paul Wallington <jpw@gnu.org>
1232
1233 * bindings.el (completion-ignored-extensions): Add .dfsl.
1234
1235 2004-09-20 Richard M. Stallman <rms@gnu.org>
1236
1237 * bindings.el (scroll-left): Make it disabled.
1238
1239 * files.el (enable-local-eval): Doc fix.
1240
1241 * indent.el (move-to-left-margin): Special case for minibuffer.
1242
1243 * term.el (term-emulate-terminal): Turn off undo for output.
1244 Use with-current-buffer and save-selected-window.
1245
1246 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
1247
1248 * progmodes/make-mode.el (makefile-fill-paragraph):
1249 Don't insist on spaces when looking for comments. # is enough.
1250
1251 * files.el (hack-local-variables): Copy the variables list
1252 to another buffer, strip prefixes and suffixes there, then read.
1253 (enable-local-eval): Doc fix.
1254 (ignored-local-variables): Initialize to nil.
1255 (risky-local-variable-p): Don't check ignored-local-variables here.
1256 (hack-one-local-variable): Ignore var if in ignored-local-variables.
1257
1258 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
1259
1260 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
1261 of = to "." (punctuation).
1262
1263 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1264
1265 * subr.el (event-basic-type): Fix mask (extend to 22bits).
1266
1267 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
1268
1269 * textmodes/enriched.el (enriched-rerun-flag): New variable.
1270 (enriched-before-change-major-mode): New function.
1271 Add it to `change-major-mode-hook'.
1272 (enriched-after-change-major-mode): New function.
1273 Add it to `after-change-major-mode-hook'.
1274 (enriched-mode): Make it work correctly if called from
1275 `after-change-major-mode-hook'.
1276 No longer set `indent-line-function'.
1277
1278 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
1279
1280 * subr.el (after-change-major-mode-hook): New variable.
1281 (run-mode-hooks): Implement it.
1282
1283 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1284
1285 * battery.el (battery-linux-proc-apm): Use string-to-number.
1286 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
1287 Use dolist (and less indentation). Use erase-buffer.
1288 Pre-initialize `design-capacity', `warn', and `low'.
1289 (battery-format): Use replace-regexp-in-string.
1290
1291 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
1292
1293 * battery.el: Delete superfluous empty lines.
1294 (battery-linux-proc-acpi): Attempt to gather information from all
1295 battery subdirectories regardless of their file name.
1296 (battery-linux-proc-apm): Replace all occurrences of
1297 battery-hex-to-int-2 with string-to-int (base 16).
1298 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
1299 (battery-hex-map): Delete variable.
1300
1301 2004-09-18 John Paul Wallington <jpw@gnu.org>
1302
1303 * calc/calc-units.el (calc-quick-units): Fix overzealous
1304 s/or/unless/.
1305
1306 2004-09-17 Jay Belanger <belanger@truman.edu>
1307
1308 * calc/calc.el (calc-mode-var-list): Fix the value of
1309 `calc-matrix-brackets'.
1310
1311 2004-09-17 Romain Francoise <romain@orebokech.com>
1312
1313 * ibuf-ext.el (define-ibuffer-filter filename):
1314 Expand dired-directory since buffer-file-name is absolute.
1315
1316 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
1317
1318 * ediff-init.el (ediff-current-diff-face-A)
1319 (ediff-current-diff-face-B, ediff-current-diff-face-C)
1320 (ediff-current-diff-face-Ancestor)
1321 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
1322 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
1323 (ediff-even-diff-face-A, ediff-even-diff-face-B)
1324 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
1325 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
1326 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
1327 Use min-colors.
1328
1329 * term.el (term-down): Perform vertical motion if DOWN is negative.
1330 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
1331 (term-termcap-format): Synchronyze with the eterm terminfo entry
1332 in etc/e/eterm.ti.
1333 (term-handle-colors-array): If the current foreground or
1334 background are zero (i.e. unspecified), use the foreground and
1335 background of the default face for reverse video.
1336 (term-ansi-at-eval-string, term-ansi-default-fg)
1337 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
1338 (term-mem): Delete ununsed function.
1339 (term-protocol-version): Increment.
1340 (term-current-face): Set to default.
1341
1342 2004-09-15 Jay Belanger <belanger@truman.edu>
1343
1344 * calc/calc.el (calc-mode-var-list): Define this variable.
1345 (calc-always-load-extensions, calc-line-numbering)
1346 (calc-line-breaking, calc-display-just, calc-display-origin)
1347 (calc-number-radix, calc-leading-zeros, calc-group-digits)
1348 (calc-group-char, calc-point-char, calc-frac-format)
1349 (calc-prefer-frac, calc-hms-format, calc-date-format)
1350 (calc-float-format, calc-full-float-format, calc-complex-format)
1351 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
1352 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
1353 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
1354 (calc-matrix-brackets, calc-language, calc-language-option)
1355 (calc-left-label, calc-right-label, calc-word-size)
1356 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
1357 (calc-display-raw, calc-internal-prec, calc-angle-mode)
1358 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
1359 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
1360 (calc-window-height, calc-display-trail, calc-show-selections)
1361 (calc-use-selections, calc-assoc-selections)
1362 (calc-display-working-message, calc-auto-why, calc-timing)
1363 (calc-mode-save-mode, calc-standard-date-formats)
1364 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
1365 (calc-user-parse-tables, calc-gnuplot-default-device)
1366 (calc-gnuplot-default-output, calc-gnuplot-print-device)
1367 (calc-gnuplot-print-output, calc-gnuplot-geometry)
1368 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
1369 (calc-invocation-macro, calc-show-banner): Give these values as
1370 part of `calc-mode-var-list's initialization after the variables
1371 are declared with defvar.
1372 (calc-bug-address): Changed email address to send bug
1373 reports to. Also changed the maintainer address at the top.
1374 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
1375 than "\\.emacs" to determine if it is the user-init-file.
1376
1377 * calc/calc-embed.el (calc-embedded-set-modes): Use
1378 `calc-mode-var-list' correctly.
1379
1380 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
1381
1382 * vc.el (annotate-time): Document point handling.
1383 (vc-annotate-display-autoscale): Doc fix.
1384
1385 2004-09-15 Miles Bader <miles@gnu.org>
1386
1387 * generic.el (generic-make-keywords-list): Use symbol rather than
1388 word anchors in regexp.
1389
1390 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
1391
1392 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
1393 no file name consider `dired-directory'.
1394
1395 2004-09-14 Kim F. Storm <storm@cua.dk>
1396
1397 * faces.el (cursor): Add face-no-inherit property. Doc fix.
1398
1399 2004-09-14 Simon Josefsson <jas@extundo.com>
1400
1401 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
1402
1403 * textmodes/dns-mode.el: Add.
1404
1405 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
1406
1407 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
1408 (disabled-command-function): Make the ?\ char more obvious.
1409
1410 * vc-arch.el (vc-arch-root, vc-arch-registered):
1411 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
1412
1413 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
1414
1415 * windmove.el (windmove-frame-edges): Report coordinates of
1416 outside edges of frame, not inside edges.
1417 (windmove-coordinates-of-position): Convert into wrapper to new
1418 function `windmove-coordinates-of-window-position';
1419 `compute-motion' always applies to selected window.
1420 (windmove-coordinates-of-position): Update documentation to refer
1421 to Emacs 21 Lisp Reference Manual.
1422 (windmove-find-other-window): Fix off-by-one errors for max x,y.
1423
1424 2004-09-13 Kim F. Storm <storm@cua.dk>
1425
1426 * isearch.el (isearch-resume-in-command-history): Rename from
1427 isearch-resume-enabled and change default to nil.
1428
1429 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1430
1431 * vc-hooks.el (vc-ignore-dir-regexp): New var.
1432 (vc-registered): Use it.
1433 (vc-find-root): New fun.
1434
1435 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1436 Don't tell to use \\{...} when it's already done.
1437
1438 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
1439 Provide a sample complex default.
1440 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
1441 (bibtex-entry): Use mapc.
1442
1443 2004-09-12 Kim F. Storm <storm@cua.dk>
1444
1445 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
1446
1447 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
1448 inhibit-field-text-motion to t so rectangles work in comint buffers.
1449
1450 * simple.el (choose-completion-string): Set buffer before running
1451 choose-completion-string-functions hook so it can be buffer-local.
1452
1453 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
1454
1455 * progmodes/compile.el (compilation-start): Parse command to see
1456 if it starts with a cd, and if so perform it for the *compilation*
1457 buffer. Change the header to reflect this.
1458
1459 2004-09-11 Kim F. Storm <storm@cua.dk>
1460
1461 * ido.el (ido-enable-dot-prefix): Doc fix.
1462 (ido-enable-dot-prefix): New defcustom.
1463 (ido-set-matches1): Use it.
1464
1465 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
1466
1467 * textmodes/bibtex.el (bibtex-mark-active)
1468 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
1469
1470 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1471
1472 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
1473 used in a case insensitive environment.
1474 (bibtex-mode-map): Rearrange order of menus.
1475 (bibtex-quoted-string-re): Obsolete.
1476 (bibtex-complete-key-cleanup): Variable replaced by new function.
1477 (bibtex-font-lock-keywords): Use backquotes.
1478 (bibtex-font-lock-url-regexp): New internal variable.
1479 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
1480 "OPT" and "ALT".
1481 (bibtex-insert-current-kill, bibtex-make-field)
1482 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
1483 (bibtex-parse-field-text): Simplify.
1484 (bibtex-string=): New helper function.
1485 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
1486 (bibtex-map-entries): Use bibtex-string=.
1487 (bibtex-search-entry): Use not.
1488 (bibtex-enclosing-field): Fix docstring.
1489 (bibtex-assoc-regexp): Obsolete.
1490 (bibtex-format-entry): Use assoc-string and bibtex-string=.
1491 (bibtex-autokey-get-names): Handle empty name field.
1492 (bibtex-parse-strings): Use assoc-string and unless.
1493 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
1494 Use assoc-string.
1495 (bibtex-pop): Simplify.
1496 (bibtex-mode): Set font-lock-extra-managed-props.
1497 (bibtex-entry-update): Use assoc-string.
1498 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
1499 (bibtex-autofill-entry): Use bibtex-string=.
1500 (bibtex-print-help-message): Simplify.
1501 (bibtex-find-entry): New optional arg START.
1502 (bibtex-validate): Use bibtex-string= and assoc-string.
1503 Do not call obsolete function compilation-parse-errors.
1504 (bibtex-remove-delimiters): Only remove delimiters if present.
1505 (bibtex-copy-entry-as-kill): Add docstring.
1506 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
1507 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
1508 (bibtex-complete): Use bibtex-predefined-month-strings,
1509 bibtex-string=, and new function bibtex-complete-key-cleanup.
1510 (bibtex-generate-url-list): New variable.
1511 (bibtex-url): New command bound to C-c C-l and mouse-2.
1512 (bibtex-url-map): New local keymap for bibtex-url-mouse.
1513 (bibtex-font-lock-url): New function.
1514
1515 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
1516
1517 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
1518
1519 2004-09-09 Kim F. Storm <storm@cua.dk>
1520
1521 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
1522 counter and format with binding.
1523 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
1524 the declared macro uses own macro counter and format. Give symbol
1525 kmacro property.
1526 (kmacro-keymap): Bind kmacro-name-last-macro to n.
1527 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
1528 (kmacro-end-and-call-macro): Doc fix.
1529
1530 2004-09-09 Lars Hansen <larsh@math.ku.dk>
1531
1532 * desktop.el (desktop-clear-preserve-buffers):
1533 Remove make-obsolete-variable.
1534
1535 2004-09-08 Richard M. Stallman <rms@gnu.org>
1536
1537 * buff-menu.el (list-buffers-noselect): Call format-mode-line
1538 with the buffer as argument.
1539
1540 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1541
1542 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
1543
1544 2004-09-08 Juri Linkov <juri@jurta.org>
1545
1546 * replace.el (perform-replace): Use `query-replace-descr'.
1547
1548 * cus-start.el (history-delete-duplicates): Specify customization.
1549
1550 * diff-mode.el (diff-mode-map):
1551 * progmodes/compile.el (compilation-mode-map):
1552 * progmodes/grep.el (grep-mode-map):
1553 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
1554 to `next-error-follow-minor-mode'.
1555
1556 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1557
1558 * isearch.el (isearch-lazy-highlight-update): Take into account
1559 the case of zero-length match at the search bound.
1560
1561 2004-09-08 Kim F. Storm <storm@cua.dk>
1562
1563 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
1564 change. Use zero width overlays when necessary.
1565
1566 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
1567
1568 * subr.el (split-string): Docfix.
1569
1570 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
1571
1572 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
1573 (display-call-tree): Ensure newline after caller/calls blocks.
1574
1575 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
1576
1577 * startup.el (command-line-1): Make option
1578 --directory/-L modify `load-path' straight away.
1579
1580 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
1581
1582 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
1583
1584 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
1585
1586 * emacs-lisp/autoload.el (make-autoload):
1587 Handle `define-compilation-mode'.
1588
1589 * emacs-lisp/lisp-mode.el (define-compilation-mode):
1590 Specify `doc-string-elt' property.
1591
1592 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
1593
1594 * bs.el (bs-mode): Doc fix.
1595
1596 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
1597
1598 * info.el (Info-insert-dir): Fix temp buffer leak bug.
1599
1600 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
1601
1602 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
1603
1604 2004-09-08 Kenichi Handa <handa@m17n.org>
1605
1606 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
1607 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
1608 ps-mule-next-point -> 1+).
1609
1610 * composite.el (encode-composition-rule): Add autoload cooky.
1611
1612 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
1613
1614 * format.el (buffer-auto-save-file-format): Make it permanent local.
1615
1616 2004-09-07 Kim F. Storm <storm@cua.dk>
1617
1618 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
1619 (authors-fixed-entries): Fix typo.
1620 (authors-canonical-author-name): Compact multiple spaces.
1621 Ignore trivial names (e.g. only first name).
1622
1623 * term.el (term-window-width): Only use full window width on
1624 window system if overflow-newline-into-fringe is enabled.
1625 (term-mode): Don't disable overflow-newline-into-fringe.
1626
1627 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1628
1629 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
1630 motion as seen on my Mac OS X xterms.
1631
1632 * newcomment.el (uncomment-region-default, comment-region-default):
1633 New functions extracted from uncomment-region and comment-region.
1634 (comment-region, comment-region-function, uncomment-region)
1635 (uncomment-region-function): Use them.
1636
1637 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
1638
1639 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
1640 It's not crucial but can make sense at times.
1641
1642 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
1643 the first commit.
1644
1645 * vc.el (vc-buffer-context, vc-restore-buffer-context):
1646 Disable obsolete code.
1647
1648 2004-09-07 Juri Linkov <juri@jurta.org>
1649
1650 * progmodes/grep.el (grep-highlight-matches): Change default from
1651 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
1652 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
1653 if grep option `--color' is available, or to `nil' otherwise.
1654 (grep-process-setup): Call `grep-compute-defaults' if
1655 `grep-highlight-matches' is not computed. Set env-vars only
1656 if `grep-highlight-matches' is `t'.
1657 (grep-use-null-device): Remove redundant type `boolean' (`choice'
1658 is already defined).
1659
1660 * progmodes/compile.el (compilation-start): Use copy of
1661 `process-environment' created by `copy-sequence' to not
1662 modify env-vars in the global `process-environment'.
1663
1664 2004-09-06 Eli Zaretskii <eliz@gnu.org>
1665
1666 * simple.el (next-error-follow-minor-mode): Fix last change.
1667
1668 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
1669
1670 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
1671 permanent local.
1672
1673 2004-09-04 Richard M. Stallman <rms@gnu.org>
1674
1675 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
1676 highlighting if the search string is empty.
1677
1678 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
1679
1680 * facemenu.el (facemenu-active-faces): Change condition of inner
1681 `while' loop to also check the first two elements of `face-atts'
1682 and `mask-atts'.
1683
1684 2004-09-04 John Paul Wallington <jpw@gnu.org>
1685
1686 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
1687 (thumbs-view-image-mode): Make buffer read-only.
1688
1689 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
1690
1691 * textmodes/ispell.el (ispell-really-aspell): New defvar.
1692 (ispell-check-version): Set it.
1693 (ispell-send-replacement): New function.
1694 (ispell-process-line): Call ispell-send-replacement.
1695
1696 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
1697
1698 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
1699 Support choosing seconds with "s".
1700
1701 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
1702
1703 * terminal.el (te-escape): Show `?' in prompt for help key.
1704
1705 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
1706
1707 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
1708
1709 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
1710
1711 * simple.el (next-error-follow-minor-mode)
1712 (next-error-follow-mode-post-command-hook): New functions.
1713 (next-error-follow-last-line): New defvar.
1714
1715 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
1716 * progmodes/compile.el (compilation-mode-map): Likewise.
1717 * progmodes/grep.el (grep-mode-map): Likewise.
1718 * replace.el (occur-mode-map): Likewise.
1719
1720 * newcomment.el (uncomment-region): Bind comment-use-global-state
1721 to nil.
1722
1723 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
1724
1725 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
1726 locally around the call to `revert-buffer'.
1727
1728 2004-09-03 Juri Linkov <juri@jurta.org>
1729
1730 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
1731 `isearch-adjusted' to `t'.
1732 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
1733 (isearch-message-prefix): Add "pending" for isearch-adjusted.
1734 (isearch-other-meta-char): Restore isearch-point unconditionally.
1735 (isearch-query-replace): Add new arg `regexp-flag' and use it.
1736 Set point to start of match if region is not active in transient
1737 mark mode (to include the current match to region boundaries).
1738 Push the search string to `query-replace-from-history-variable'.
1739 Add prompt "Query replace regexp" for isearch-regexp.
1740 Add region beginning/end as last arguments of `perform-replace.'
1741 (isearch-query-replace-regexp): Replace code by the call to
1742 `isearch-query-replace' with arg `t'.
1743
1744 2004-09-03 Richard M. Stallman <rms@gnu.org>
1745
1746 * startup.el (normal-top-level): Undo previous TERM change.
1747
1748 2004-09-03 Kim F. Storm <storm@cua.dk>
1749
1750 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
1751 highlight overlays; allow using RET when cursor is over a button.
1752 (cua--highlight-rectangle): Use it.
1753 (cua--rectangle-set-corners): Don't move backwards at eol.
1754 (cua--forward-line): Don't move into void after eob.
1755
1756 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
1757 point is set (and displayed) inside rectangle.
1758 (cua--rectangle-operation): Fix for highlight of empty lines.
1759 (cua--highlight-rectangle): Fix highlight for tabs.
1760 Position cursor at left/right edge of rectangle using new `cursor'
1761 property on overlay strings.
1762 (cua--indent-rectangle): Don't tabify.
1763 (cua-rotate-rectangle): Ignore that point has moved.
1764
1765 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1766
1767 * term/mac-win.el: Add ASCII equivalents for some function keys.
1768 (mode-line-frame-identification): Sync with x-win.el.
1769
1770 2004-09-02 Juri Linkov <juri@jurta.org>
1771
1772 * progmodes/compile.el (compilation-buffer-name): Compare major
1773 mode with second element of compilation-arguments instead of third
1774 to reflect latest changes in compilation-arguments structure.
1775 (recompile): Use global variable `compilation-directory' to get
1776 recent compilation directory only when `recompile' is invoked NOT
1777 in the compilation buffer. Otherwise, use `default-directory' of
1778 the compilation buffer.
1779 (compilation-error-properties): Allow to funcall col and end-col.
1780 (compilation-mode-font-lock-keywords): Check col and end-col by
1781 `integerp'.
1782 (compilation-goto-locus): If end-mk is non-nil in transient mark
1783 mode don't activate the mark (and don't display message in
1784 push-mark), but highlight overlay between mk and end-mk.
1785
1786 * progmodes/grep.el (grep-highlight-matches): New defcustom.
1787 (grep-regexp-alist): Add rule to highlight grep matches.
1788 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
1789
1790 * info.el (Info-fontify-node): Don't compute other-tag
1791 if Info-hide-note-references=hide.
1792
1793 * help.el (function-called-at-point):
1794 * help-fns.el (variable-at-point):
1795 Try `find-tag-default' when other methods failed.
1796
1797 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
1798 Do not push mark if inhibit-mark-movement is non-nil.
1799
1800 * textmodes/ispell.el (ispell-html-skip-alists):
1801 Fix backslashes in docstring.
1802
1803 2004-09-01 Juri Linkov <juri@jurta.org>
1804
1805 * isearch.el (isearch-wrap-function)
1806 (isearch-push-state-function): New defvars.
1807 (isearch-pop-fun-state): New defsubst.
1808 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
1809 (isearch-push-state): Set the result of calling
1810 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
1811 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
1812 restore the mode-specific starting point of terminated search.
1813 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
1814 (isearch-repeat): Call `isearch-wrap-function' if defined.
1815 (isearch-message-prefix): Don't add prefix "over" to the message
1816 for wrapped search if `isearch-wrap-function' is defined.
1817 (isearch-search): Call function saved in `isearch-pop-fun-state' to
1818 restore the mode-specific starting point of failed search.
1819
1820 * info.el (Info-search-whitespace-regexp): Fix backslashes.
1821 (Info-search): Add new optional arguments for the sake of isearch.
1822 Replace whitespace in Info-search-whitespace-regexp literally.
1823 Add backward search. Don't call `Info-select-node' if regexp is
1824 found in the same Info node. Don't add node to Info-history for
1825 wrapped isearch.
1826 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
1827 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
1828 (Info-mode): Set local variables `isearch-search-fun-function',
1829 `isearch-wrap-function', `isearch-push-state-function',
1830 `search-whitespace-regexp'.
1831
1832 * isearch.el: Remove ancient Change Log section.
1833 (isearch-string, isearch-message-string, isearch-point)
1834 (isearch-success, isearch-forward-flag, isearch-other-end)
1835 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
1836 (isearch-barrier, isearch-within-brackets)
1837 (isearch-case-fold-search): Add suffix `-state' to state-related
1838 defsubsts to avoid name clashes with other function names.
1839
1840 * simple.el (next-error): New defgroup and defface.
1841 (next-error-highlight, next-error-highlight-no-select):
1842 New defcustoms.
1843 (next-error-no-select): Let-bind next-error-highlight to the value
1844 of next-error-highlight-no-select before calling `next-error'.
1845
1846 * progmodes/compile.el (compilation-goto-locus):
1847 Use `next-error' face instead of `region'. Set 4-th argument of
1848 `move-overlay' to `current-buffer' to move overlay to different
1849 source buffers. Use new variable `next-error-highlight'.
1850
1851 * simple.el (next-error-find-buffer): Move the rule
1852 "if current buffer is a next-error capable buffer" after the
1853 rule "if next-error-last-buffer is set to a live buffer".
1854 Simplify to test all rules in one `or'.
1855 (next-error): Doc fix.
1856 (next-error, previous-error, first-error)
1857 (next-error-no-select, previous-error-no-select):
1858 Make arguments optional.
1859
1860 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
1861
1862 * macros.el (apply-macro-to-region-lines): Make it operate on all
1863 lines that begin in the region, rather than on all complete lines
1864 in the region.
1865
1866 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1867
1868 * x-dnd.el (x-dnd-protocol-alist): Document update.
1869 (x-dnd-known-types): Defcustom it.
1870 (x-dnd-handle-motif): Print message-atom in error message.
1871
1872 2004-08-30 John Paul Wallington <jpw@gnu.org>
1873
1874 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
1875 strings rather than programatically constructing message.
1876
1877 2004-08-30 Richard M. Stallman <rms@gnu.org>
1878
1879 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
1880 Don't return a string that would read as the wrong character code.
1881
1882 2004-08-29 Kim F. Storm <storm@cua.dk>
1883
1884 * emulation/cua-base.el (cua-auto-expand-rectangles):
1885 Remove automatic rectangle padding feature; replace by non-destructive
1886 virtual rectangle edges feature.
1887 (cua-virtual-rectangle-edges): New defcustom.
1888 (cua-auto-tabify-rectangles): New defcustom.
1889 (cua-paste): If paste into a marked rectangle, insert rectangle at
1890 current column, even if virtual; also paste exactly as many lines
1891 as has been marked (ignore additional lines or add empty lines),
1892 but paste whole source if only one line is marked.
1893 (cua--update-indications): No longer use overwrite-cursor to
1894 indicate rectangle padding
1895
1896 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
1897 (cua--rectangle-virtual-edges): New defun.
1898 (cua--rectangle-get-corners): Remove optional PAD arg.
1899 (cua--rectangle-set-corners): Never do padding.
1900 (cua--forward-line): Remove optional PAD arg. Simplify.
1901 (cua-resize-rectangle-right, cua-resize-rectangle-left)
1902 (cua-resize-rectangle-down, cua-resize-rectangle-up):
1903 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
1904 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
1905 (cua--rectangle-move): Never do padding. Simplify.
1906 (cua--tabify-start): New defun.
1907 (cua--rectangle-operation): Add tabify arg. All callers changed.
1908 (cua--pad-rectangle): Remove.
1909 (cua--delete-rectangle): Handle delete with virtual edges.
1910 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
1911 (cua--insert-rectangle): Handle insert at virtual column.
1912 Perform auto-tabify if necessary.
1913 (cua--activate-rectangle): Remove optional FORCE arg.
1914 Never do padding. Simplify.
1915 (cua--highlight-rectangle): Enhance for virtual edges.
1916 (cua-toggle-rectangle-padding): Remove command.
1917 (cua-toggle-rectangle-virtual-edges): New command.
1918 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
1919 (cua--rectangle-post-command): Don't force rectangle padding.
1920 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
1921
1922 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
1923
1924 * indent.el (edit-tab-stops-buffer): Doc fix.
1925
1926 2004-08-28 Richard M. Stallman <rms@gnu.org>
1927
1928 * progmodes/grep.el (grep-default-command): Use find-tag-default.
1929 (grep-tag-default): Function deleted.
1930
1931 * subr.el (find-tag-default): Moved from etags.el.
1932
1933 * progmodes/etags.el (find-tag-default): Moved to subr.el.
1934
1935 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
1936 into the basic character if it has an uppercase form.
1937
1938 2004-08-27 Kenichi Handa <handa@m17n.org>
1939
1940 * international/utf-8.el (utf-8-post-read-conversion): If the
1941 buffer is unibyte, temporarily make it multibyte.
1942
1943 2004-08-27 Masatake YAMATO <jet@gyve.org>
1944
1945 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
1946
1947 2004-08-25 John Paul Wallington <jpw@gnu.org>
1948
1949 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
1950 0, 1, and many mismatches in message.
1951 (tex-start-shell): Use `set-process-query-on-exit-flag'.
1952
1953 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
1954 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
1955
1956 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
1957
1958 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
1959 vc-diff-switches differently.
1960
1961 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
1962
1963 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
1964 before and a real defvar after
1965 `speedbar-supported-extension-expressions'. This is to silence
1966 the compiler without breaking bootstrapping.
1967
1968 2004-08-22 Richard M. Stallman <rms@gnu.org>
1969
1970 * textmodes/flyspell.el (flyspell-word):
1971 Use set-process-query-on-exit-flag.
1972 (flyspell-highlight-duplicate-region): Take POSS as arg.
1973 (flyspell-word): Pass POSS as arg.
1974
1975 * progmodes/ada-xref.el: Many doc and style fixes.
1976 (ada-find-any-references): Use compilation-start.
1977 (ada-get-ali-file-name): Improve error msg.
1978 (ada-get-ada-file-name): Likewise.
1979
1980 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
1981 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
1982
1983 * mail/mail-extr.el (mail-extr-all-top-level-domains):
1984 Add forward defvar.
1985
1986 * whitespace.el (global-whitespace-mode): New alias
1987 for whitespace-global-mode.
1988
1989 * speedbar.el (speedbar-file-regexp): Definition moved up.
1990 (speedbar-mode, speedbar-set-mode-line-format):
1991 Use with-no-warnings.
1992 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
1993
1994 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
1995 controls whether to display the error buffer.
1996
1997 * ps-mule.el: Delete compatibility code for old Emacses.
1998 (ps-mule-find-wrappoint): Don't use chars-in-region.
1999
2000 * frame.el (display-mouse-p, display-selections-p):
2001 Use with-no-warnings.
2002
2003 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
2004
2005 2004-08-22 David Kastrup <dak@gnu.org>
2006
2007 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
2008 information.
2009
2010 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
2011
2012 2004-08-22 Andreas Schwab <schwab@suse.de>
2013
2014 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
2015
2016 2004-08-22 Masatake YAMATO <jet@gyve.org>
2017
2018 * cvs-status.el (cvs-status-checkout): New function.
2019 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
2020
2021 2004-08-21 David Kastrup <dak@gnu.org>
2022
2023 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
2024 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
2025 has been converted to use hashtables, the relation `nil=none' is
2026 no longer valid, as `nil' is not a hashtable. This patch tries to
2027 reduce the number of resulting errors.
2028
2029 2004-08-21 John Paul Wallington <jpw@gnu.org>
2030
2031 * subr.el (process-kill-without-query): Made obsolete in
2032 version 21.4, not 21.5.
2033
2034 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
2035 (vc-previous-comment, vc-next-comment)
2036 (vc-comment-search-reverse, vc-comment-search-forward)
2037 (vc-comment-to-change-log): Likewise.
2038
2039 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
2040
2041 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
2042
2043 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
2044 Correct indentation of DEFMETHODS with non-standard method
2045 combinations (e.g., PROGN, MIN, MAX).
2046
2047 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
2048
2049 * startup.el (normal-top-level-add-subdirs-to-load-path):
2050 Avoid unnecessarily checking system-type.
2051 (normal-top-level): Set TERM to "dumb". Simplify.
2052
2053 * avoid.el (mouse-avoidance-ignore-p): New fun.
2054 Also ignore switch-frame, select-window, double, and triple clicks.
2055 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
2056 (mouse-avoidance-fancy-hook): Use it.
2057
2058 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
2059
2060 * avoid.el (mouse-avoidance-nudge-mouse)
2061 (mouse-avoidance-banish-destination): Stay within the current window
2062 to avoid problems with mouse-autoselect-window.
2063
2064 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2065
2066 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
2067 the newer format of some messages in cvs-1.12.1.
2068
2069 2004-08-19 Masatake YAMATO <jet@gyve.org>
2070
2071 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
2072 (elp-results-jump-to-definition-by-mouse)
2073 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
2074 (elp-output-result): Use elp-output-insert-symname.
2075
2076 2004-08-18 Kenichi Handa <handa@m17n.org>
2077
2078 * language/cyrillic.el: Register koi8-r in
2079 ctext-non-standard-encodings-alist.
2080 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
2081
2082 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
2083
2084 * emacs-lisp/copyright.el (copyright-update-year): Delete code
2085 that replaces 20xy with xy.
2086
2087 2004-08-17 John Paul Wallington <jpw@gnu.org>
2088
2089 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
2090 (reb-force-update): Doc fix.
2091
2092 2004-08-16 Richard M. Stallman <rms@gnu.org>
2093
2094 * progmodes/which-func.el (which-func-update-1): Doc fix.
2095
2096 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
2097 (sh-mode-abbrev-table): New variable.
2098
2099 * progmodes/compile.el (compilation-mode): Doc fix.
2100
2101 * emacs-lisp/lisp-mode.el (eval-last-sexp):
2102 Don't cons a new symbol each time.
2103 (eval-last-sexp-fake-value): New variable.
2104
2105 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
2106 (copyright-update-year): Detect continuation of list of years.
2107
2108 * term.el (term-default-fg-color, term-default-bg-color)
2109 (ansi-term-color-vector): Use `unspecified', not nil, as default.
2110
2111 * imenu.el: Several doc fixes: don't say variables are buffer-local.
2112
2113 2004-08-16 Davis Herring <herring@lanl.gov>
2114
2115 * isearch.el (isearch-string, isearch-message-string, isearch-point)
2116 (isearch-success, isearch-forward-flag, isearch-other-end)
2117 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
2118 (isearch-barrier, isearch-within-brackets)
2119 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
2120
2121 2004-08-16 Kenichi Handa <handa@m17n.org>
2122
2123 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
2124
2125 2004-08-15 Kenichi Handa <handa@m17n.org>
2126
2127 * term/x-win.el (x-selection-value): If utf8 was successful but
2128 ctext was not, use utf8 string.
2129
2130 2004-08-14 Davis Herring <herring@lanl.gov>
2131
2132 * isearch.el: Remove accidental changes of March 4. Fix backing
2133 up when a regexp isearch is made more general. Use symbolic
2134 accessor functions for isearch stack frames to make usage clearer.
2135 (search-whitespace-regexp): Made groups in documentation shy (as
2136 is the group in the default value).
2137 (isearch-fallback): New function, addresses problems with regexps
2138 liberalized by `\|', adds support for liberalization by `\}' (the
2139 general repetition construct), and incorporates behavior for
2140 `*'/`?'.
2141 (isearch-}-char): New command, calls `isearch-fallback' with
2142 arguments appropriate to a typed `}'.
2143 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
2144 appropriately.
2145 (isearch-mode-map): Bind `}' to `isearch-}-char'.
2146 (isearch-string, isearch-message,string, isearch-point)
2147 (isearch-success, isearch-forward-flag, isearch-other-end)
2148 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
2149 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
2150 New inline functions to read fields of a stack frame.
2151
2152 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
2153
2154 * battery.el (battery-linux-proc-acpi): Look into battery
2155 directories matching the literal string "CMB", too (required for
2156 Linux kernel version 2.6.7).
2157
2158 2004-08-14 John Paul Wallington <jpw@gnu.org>
2159
2160 * cus-start.el (read-file-name-completion-ignore-case): Add.
2161 (blink-cursor-alist): Change version to "21.4".
2162
2163 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
2164
2165 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
2166
2167 * speedbar.el (speedbar-scan-subdirs): New option.
2168 (speedbar-file-lists): Don't ignore file-name case on Unix and use
2169 dolist.
2170 (speedbar-insert-files-at-point): Take an extra argument and use
2171 it to optionally find out if a subdir is empty. Also unreadable
2172 files don't get expand buttons.
2173 (speedbar-directory): New image (unused pixmap already existed).
2174 (speedbar-expand-image-button-alist): Use it.
2175
2176 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
2177
2178 CC Mode update to 5.30.9:
2179
2180 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
2181 Move from cc-vars to cc-defs for dependency reasons. Fix the
2182 POSIX char class test to check that it works in
2183 `skip-chars-(forward|backward)' too.
2184
2185 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
2186 first argument starts with a special brace list.
2187
2188 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
2189 when `c-opt-type-concat-key' is used (i.e. in Pike).
2190
2191 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
2192 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
2193 >)".
2194
2195 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
2196 whitespace safe.
2197
2198 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
2199 position for `arglist-intro', `arglist-cont-nonempty' and
2200 `arglist-close' when there are two arglist open parens on the same
2201 line and there's nothing in front of the first.
2202
2203 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
2204 locking of qualified names in Java, which previously could fontify
2205 common indexing expressions in many cases. The standard Java
2206 naming conventions are used to tell them apart.
2207
2208 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
2209 Fix inconsistency wrt opening parens on the first line inside a paren
2210 block.
2211
2212 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
2213 compile time for the sake of `c-major-mode-is'.
2214
2215 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
2216 `c-major-mode-is' in the event that this is used inside a
2217 `c-lang-defconst'.
2218
2219 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
2220 `c-lang-defconst' so that it works better with fallback languages.
2221
2222 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
2223 it to fail to record the base mode.
2224
2225 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
2226 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
2227 is used. Reordered the syntax checks to get more efficient
2228 skipping in some situations.
2229
2230 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
2231 continuation which might precede the newly inserted '{'.
2232
2233 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
2234 Fix cases where it could loop indefinitely.
2235
2236 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
2237 size specs correctly. Only fontify identifiers in front of '('
2238 with as functions - don't accept any paren char. Tightened up
2239 initializer skipping to stop before function and class blocks.
2240
2241 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
2242 the point could be left directly after an open paren when finding
2243 the beginning of the first decl in the block.
2244
2245 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
2246 table when filtering out legitimate open parens to be recorded.
2247 This could cause cache inconsistencies when e.g.
2248 `c++-template-syntax-table' was temporarily in use.
2249
2250 * progmodes/cc-engine.el (c-on-identifier)
2251 (c-simple-skip-symbol-backward): Small fix for handling "-"
2252 correctly in `skip-chars-backward'. Affected the operator lfun
2253 syntax in Pike.
2254
2255 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
2256 Fix bug that could cause an error from `after-change-functions' when
2257 the changed region is at bob.
2258
2259 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
2260
2261 CC Mode update to 5.30.9:
2262
2263 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
2264 to say that <TAB> doesn't insert WS into a CPP line.
2265 (c-indent-command, c-tab-always-indent): Amend doc strings.
2266
2267 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
2268 checks for user errors, thus eliminating cryptic and unhelpful
2269 Emacs error messages. (1) Check the arg to `c-set-style' is a
2270 string. (2) Check that settings to `c-offsets-alist' are not
2271 spuriously quoted.
2272
2273 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
2274 which precedes the newly inserted `{'.
2275
2276 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
2277
2278 Sync with Tramp 2.0.44.
2279
2280 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
2281 function "tramp_file_attributes". Otherwise, file names
2282 containing spaces are misinterpreted. Reported by Magnus Henoch
2283 <mange@freemail.hu>.
2284 (tramp-handle-file-truename): FILENAME must be expanded first.
2285 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
2286 obscure results. Reported by D. Goel <deego@gnufans.org>.
2287 (tramp-handle-verify-visited-file-modtime): If file does not
2288 exist, say it is not modified if and only if that agrees with the
2289 buffer's record. Check whether a file is visiting the buffer, or
2290 the buffer has no recorded last modification time. Return t in
2291 case the visiting file doesn't exist. Suggested by Luc Teirlinck
2292 <teirllm@auburn.edu>.
2293 (tramp-handle-write-region): Pass modtime explicitely to
2294 `set-visited-file-modtime', because filename can be different
2295 from (buffer-file-name) if `file-precious-flag' is set.
2296 `set-visited-file-modtime' must be called always when `visit' is t
2297 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
2298 (tramp-handle-set-visited-file-modtime): If `time-list' is not
2299 nil, don't apply the whole body. If the file doesn't exists, set
2300 modtime to '(-1 65535). Suggested by Luc Teirlinck
2301 <teirllm@auburn.edu>.
2302
2303 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
2304
2305 * help.el (describe-bindings): Doc fix.
2306
2307 * subr.el (kbd): Doc fix.
2308
2309 2004-08-08 John Paul Wallington <jpw@gnu.org>
2310
2311 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
2312 instead of `string-to-int'.
2313 (define-ibuffer-column mode): Fix indentation.
2314
2315 2004-08-08 Lars Hansen <larsh@math.ku.dk>
2316
2317 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
2318
2319 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
2320
2321 * subr.el (global-unset-key, local-unset-key): Doc fixes.
2322
2323 * novice.el (disabled-command-function): New variable renamed from
2324 `disabled-command-hook'.
2325 (disabled-command-hook): Keep the _variable_ as alias for
2326 `disabled-command-function' and make obsolete.
2327 (disabled-command-function): Function renamed from
2328 `disabled-command-hook'. Adapt code to name change of the variable.
2329
2330 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
2331
2332 * simple.el (completion-root-regexp): New defvar.
2333 (completion-setup-function): Use it instead of a literal string.
2334
2335 2004-08-07 John Paul Wallington <jpw@gnu.org>
2336
2337 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
2338 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
2339 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
2340 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
2341
2342 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
2343
2344 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
2345 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
2346
2347 2004-08-04 Kenichi Handa <handa@m17n.org>
2348
2349 * international/encoded-kb.el (encoded-kbd-setup-keymap):
2350 Fix previous change.
2351
2352 2004-08-03 Kenichi Handa <handa@m17n.org>
2353
2354 * international/encoded-kb.el: The following changes are to
2355 utilize key-translation-map instead of minor mode map.
2356 (encoded-kbd-iso2022-non-ascii-map): Delete it.
2357 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
2358 (encoded-kbd-last-key): New function.
2359 (encoded-kbd-iso2022-single-shift): New function.
2360 (encoded-kbd-iso2022-designation)
2361 (encoded-kbd-self-insert-iso2022-7bit)
2362 (encoded-kbd-self-insert-iso2022-8bit)
2363 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
2364 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
2365 key-translation-map.
2366 (encoded-kbd-setup-keymap): Setup key-translation-map.
2367 (saved-key-translation-map): New variable.
2368 (encoded-kbd-mode): Save/restore key-translation-map.
2369 Adjust for the change of encoded-kbd-setup-keymap.
2370
2371 2004-08-02 Kim F. Storm <storm@cua.dk>
2372
2373 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
2374 and call compute-motion with nil for topos and width to get proper
2375 usable width and height for both window and non-window systems.
2376
2377 * windmove.el (windmove-coordinates-of-position): Let compute-motion
2378 calculate usable window width and height.
2379
2380 * window.el (window-buffer-height): Call compute-motion with nil width.
2381
2382 2004-08-01 David Kastrup <dak@gnu.org>
2383
2384 * replace.el (query-replace-read-from):
2385 Use `query-replace-compile-replacement'.
2386 (query-replace-compile-replacement): New function.
2387 (query-replace-read-to): Use `query-replace-compile-replacement'
2388 for repeating the last command.
2389
2390 2004-08-01 John Paul Wallington <jpw@gnu.org>
2391
2392 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
2393 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
2394 (pr-switches): Remove period from end of error messages.
2395
2396 * help-mode.el (help-go-back): Likewise.
2397
2398 * abbrev.el (only-global-abbrevs): Doc fix.
2399 (edit-abbrevs-map): Define within defvar.
2400 (quietly-read-abbrev-file): Doc fix.
2401
2402 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
2403
2404 * novice.el (enable-command, disable-command): Doc fixes.
2405
2406 * subr.el (event-modifiers, event-basic-type): Doc fixes.
2407
2408 2004-07-30 Richard M. Stallman <rms@gnu.org>
2409
2410 * subr.el (with-local-quit): Doc fix.
2411
2412 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
2413
2414 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
2415
2416 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
2417
2418 * custom.el (defcustom): Doc fix.
2419
2420 2004-07-28 Masatake YAMATO <jet@gyve.org>
2421
2422 * progmodes/etags.el (etags-tags-apropos): Show building progress.
2423
2424 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
2425
2426 * imenu.el (imenu-prev-index-position-function)
2427 (imenu-extract-index-name-function, imenu-name-lookup-function)
2428 (imenu--index-alist): Docstring redundancy fix.
2429
2430 2004-07-25 Lars Hansen <larsh@math.ku.dk>
2431
2432 * wdired.el (wdired-finish-edit): Require dired-aux before locally
2433 binding dired-backup-overwrite.
2434
2435 2004-07-25 John Paul Wallington <jpw@gnu.org>
2436
2437 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
2438
2439 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
2440
2441 * term/tty-colors.el (tty-color-approximate): Doc fix.
2442
2443 * select.el (x-get-selection, x-set-selection): Doc fixes.
2444
2445 * frame.el (make-frame): Doc fix.
2446
2447 2004-07-24 Richard M. Stallman <rms@gnu.org>
2448
2449 * mail/rmail.el (rmail-mime-charset-pattern):
2450 Don't include semicolon in the charset value.
2451
2452 * replace.el (occur-next-error): Call set-window-point.
2453 (occur-engine): Handle negative NLINES.
2454
2455 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
2456
2457 * frame.el (modify-all-frames-parameters): Minor doc fix.
2458 (set-frame-configuration): Doc fix.
2459
2460 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
2461
2462 * simple.el (completion-setup-function): Compute the common parts
2463 and the first difference place correctly when
2464 partial-completion-mode is on.
2465
2466 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2467
2468 * ps-print.el: Doc fix.
2469 (ps-print-version): New version 6.6.5.
2470 (ps-printing-region): Doc fix.
2471 (ps-generate-string-list): Comment fix.
2472 (ps-message-log-max): Code fix.
2473
2474 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
2475
2476 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
2477 generated PostScript.
2478
2479 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
2480
2481 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
2482 with Gnus v5_10 branch.)
2483
2484 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
2485
2486 * calendar/time-date.el (time-to-number-of-days): New function.
2487 Imported from from Gnus.
2488
2489 2004-07-22 Kim F. Storm <storm@cua.dk>
2490
2491 * progmodes/make-mode.el: Fix comments.
2492
2493 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2494
2495 * printing.el: Doc fix.
2496
2497 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
2498
2499 * frame.el (modify-all-frames-parameters): Minor doc fix.
2500
2501 2004-07-20 Richard M. Stallman <rms@gnu.org>
2502
2503 * textmodes/fill.el (fill-nobreak-p): If this break point is
2504 at the end of the line, don't consider the newline which follows
2505 as a reason to return t.
2506
2507 2004-07-19 John Paul Wallington <jpw@gnu.org>
2508
2509 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
2510
2511 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
2512
2513 * dired-aux.el (dired-do-kill-lines): Expand docstring.
2514 Delete irrelevant code.
2515
2516 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
2517
2518 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
2519 New docstring. From Luc Teirlinck.
2520
2521 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
2522
2523 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
2524 section.
2525 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
2526 non-file buffers. We know it is nil.
2527
2528 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
2529
2530 Sync with Tramp 2.0.43.
2531
2532 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
2533 Remove outdated comment.
2534 (tramp-locked, tramp-locker): New variables for implementing a
2535 global lock.
2536 (tramp-sh-file-name-handler): Use them to implement the global lock.
2537
2538 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
2539
2540 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
2541 calls to respective `xxx` calls.
2542 (tramp-process-alive-regexp): Precise doc string.
2543 (tramp-multi-action-process-alive): New defun.
2544 (tramp-multi-actions): Use it.
2545 (tramp-handle-find-backup-file-name): `copy-tree' is available
2546 since Emacs 21.4 only (XEmacs has it). Implementation rewritten
2547 in order to avoid this function.
2548 (tramp-handle-write-region): Set current buffer. If connection
2549 wasn't open, `file-modes' has changed it accidently. Reported by
2550 David Kastrup <dak@gnu.org>.
2551 (tramp-enter-password, tramp-read-passwd): New arguments USER and
2552 HOST.
2553 (tramp-action-password, tramp-multi-action-password): Apply it.
2554 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
2555 name must still contain the port number. Otherwise, we have two
2556 Tramp buffers, with all the confusion. Reported by Myron Selby
2557 <myron@xytech.com> and Rolf Dubitzky
2558 <Dubitzky@physi.uni-heidelberg.de>.
2559
2560 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
2561 HOST to `tramp-enter-passwd'.
2562
2563 * net/tramp-vc.el (all): Code cleanup. Change all
2564 `tramp-handle-xxx' calls to respective `xxx` calls.
2565
2566 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
2567
2568 * emacs-lisp/testcover.el: New category "potentially-1valued" for
2569 functions that are not erroneous if either 1-valued or
2570 multi-valued. Detect functions in this class.
2571 (testcover-1value-functions, testcover-compose-functions)
2572 (testcover-progn-functions) Added some additional functions to lists.
2573 (testcover-mark): Bugfix when marking up the definition for an
2574 empty function.
2575
2576 2004-07-17 Richard M. Stallman <rms@gnu.org>
2577
2578 * replace.el (occur-read-primary-args): Pass default to
2579 read-from-minibuffer.
2580
2581 * mail/footnote.el (footnote-section-tag): Use defcustom.
2582
2583 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
2584 Compile font-lock-keywords, not KEYWORDS.
2585 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
2586 Add warn, check-type. Handle cerror like error.
2587
2588 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
2589
2590 * progmodes/which-func.el (which-func-keymap): New var.
2591 (which-func-face): New face.
2592 (which-func-format): Use them.
2593
2594 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
2595
2596 * buff-menu.el (list-buffers-noselect): Append the buffer's
2597 process status to its mode name.
2598
2599 2004-07-16 Kim F. Storm <storm@cua.dk>
2600
2601 * simple.el (inhibit-mark-movement): New defvar.
2602 (beginning-of-buffer, end-of-buffer): Do not push mark if
2603 inhibit-mark-movement is non-nil or C-u prefix is given.
2604
2605 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
2606 Init to beginning-of-buffer and end-of-buffer.
2607 (cua--undo-push-mark): New defvar.
2608 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
2609 already active and command is in cua--preserve-mark-commands.
2610 Also fix check for shift modifier on non-window systems.
2611 (cua--post-command-handler): Clear inhibit-mark-movement if set.
2612
2613 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
2614
2615 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
2616 of two integers, instead of a cons.
2617
2618 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
2619 `visited-file-modtime' now returns a list of two integers, instead
2620 of a cons.
2621
2622 * dired.el (dired-directory-changed-p): Ditto.
2623
2624 * progmodes/grep.el (grep): Doc fix.
2625
2626 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
2627
2628 * autorevert.el (auto-revert-tail-mode)
2629 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
2630 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
2631 in both at the same time.
2632 (auto-revert-tail-mode): New command.
2633 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
2634 (auto-revert-handler): Revert only either tail or whole file.
2635
2636 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
2637 add auto-revert-tail-mode.
2638
2639 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2640
2641 * printing.el: Doc fix. Change name of some funs.
2642 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
2643 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
2644 (pr-standard-file-name): New fun. Replace pr-standard-path.
2645 (pr-call-process): Code fix.
2646
2647 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
2648
2649 * subr.el (with-selected-window): Doc fix.
2650
2651 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
2652
2653 * subr.el (get-buffer-window-list): Doc fix.
2654
2655 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
2656
2657 * files.el (switch-to-buffer-other-window): Doc fix.
2658
2659 * window.el (save-selected-window, one-window-p)
2660 (split-window-keep-point, split-window-vertically)
2661 (split-window-horizontally): Doc fixes.
2662
2663 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2664
2665 * printing.el: Doc fix. Now it uses call-process instead of
2666 shell-command for low command execution.
2667 (pr-version): New version number (6.8).
2668 (pr-shell-file-name): Option removed.
2669 (pr-shell-command): Fun removed.
2670 (pr-call-process): New fun. Replace pr-shell-command.
2671 (pr-standard-path, pr-remove-nil-from-list): New funs.
2672 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
2673 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
2674 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
2675 (pr-ps-utility-process, pr-txt-print): Code fix.
2676
2677 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
2678
2679 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
2680 boolean.
2681
2682 2004-07-09 Lars Hansen <larsh@math.ku.dk>
2683
2684 * wid-edit.el (widget-field-buffer): Doc fix.
2685
2686 2004-07-09 John Paul Wallington <jpw@gnu.org>
2687
2688 * emacs-lisp/re-builder.el (reb-update-overlays):
2689 Distinguish between one and several matches in message.
2690
2691 2004-07-09 Richard M. Stallman <rms@gnu.org>
2692
2693 * mouse.el (mouse-set-region-1): If transient-mark-mode
2694 is `identity', change it to `only'.
2695
2696 * simple.el (current-word): Doc fix.
2697
2698 2004-07-09 Mark A. Hershberger <mah@everybody.org>
2699
2700 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
2701 so that it is more understanding of whitespace.
2702
2703 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
2704 form
2705 (("ns" . "element") (attr-list) children) instead of
2706 ((:ns . "element") (attr-list) children) in order to reduce the
2707 number of symbols used.
2708 (xml-skip-dtd): Change to use xml-parse-dtd but set
2709 xml-validating-parsing to nil.
2710 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
2711 (xml-substitute-entity): Remove in favor of new entity substitution.
2712 (xml-substitute-special): Rewrite in to substitute complex
2713 entities from DOCTYPE declarations.
2714 (xml-parse-fragment): Parse fragments from entity deleclarations.
2715 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
2716 (xml-parse-dtd, xml-substitute-special): Make validity checks
2717 conditioned on xml-validating-parser. Add "Not Well Formed" to
2718 error messages about well-formedness.
2719
2720 2004-07-08 Steven Tamm <steventamm@mac.com>
2721
2722 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
2723 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
2724 Do not treat double clicks and triple clicks specially in the
2725 scroll bar (preventing strange repositioning problems)
2726
2727 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
2728
2729 * replace.el (query-replace-regexp-eval): Fix last change.
2730
2731 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
2732
2733 * replace.el (query-replace-descr): New fun.
2734 (query-replace-read-from, query-replace-read-args): Default to the
2735 previous from&to.
2736 (query-replace-read-to): Quote the `from' string when displaying it.
2737 (query-replace-regexp-eval): Immediately check read-only status.
2738 Use query-replace-read-from to get the \n checking.
2739 Quote the `from' string when displaying it.
2740 (map-query-replace-regexp, occur-read-primary-args):
2741 Quote the `from' string when displaying it.
2742
2743 * isearch.el (isearch-query-replace): Pass the regexp-ness and
2744 delimited-ness of the search to query-replace.
2745
2746 * replace.el (query-replace-read-from, query-replace-read-to):
2747 New funs extracted from query-replace-read-args.
2748 (query-replace-read-args): Use them.
2749
2750 * replace.el (query-replace-interactive, query-replace-read-args):
2751 Remove the `initial' special value.
2752 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
2753 (occur-engine): Remove unused var `matchend'.
2754
2755 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
2756 Use the search string without prompting.
2757
2758 2004-07-05 Kenichi Handa <handa@m17n.org>
2759
2760 * international/mule.el (decode-coding-inserted-region):
2761 Set last-coding-system-used only when coding is nil.
2762
2763 2004-07-03 Eli Zaretskii <eliz@gnu.org>
2764
2765 * progmodes/grep.el (grep-compute-defaults, grep-command)
2766 (grep-program, find-program, grep-find-use-xargs, grep-history)
2767 (grep-find-history, grep-tag-default, grep-find-command)
2768 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
2769 Add autoload cookies, for unbundled packages that load `compile'
2770 and expect all grep-related symbols to become defined.
2771
2772 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
2773
2774 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
2775 (iimage-mode-image-search-path): New user option to search the
2776 image file.
2777 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
2778 have locate-file.
2779 (iimage-mode-buffer): Use it.
2780
2781 2004-07-03 Nick Roberts <nickrob@gnu.org>
2782
2783 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
2784 carefully.
2785 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
2786
2787 2004-07-03 Juri Linkov <juri@jurta.org>
2788
2789 * replace.el (query-replace-read-args): Swallow space after 'foo,
2790 not after (quote foo). Match space only immediately after symbol,
2791 not anywhere in the whole string.
2792
2793 2004-07-02 Richard M. Stallman <rms@gnu.org>
2794
2795 * replace.el (query-replace-read-args): Swallow space after
2796 symbols, not after closeparens. But avoid error if string ends there.
2797
2798 * progmodes/python.el (python-beginning-of-statement):
2799 Exit the loop if backward-up-list gets error.
2800
2801 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
2802
2803 2004-07-02 Andre Spiegel <spiegel@gnu.org>
2804
2805 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
2806 only if vc-consult-headers is non-nil.
2807
2808 2004-07-02 Juri Linkov <juri@jurta.org>
2809
2810 * pcvs.el (cvs-mode-diff-repository): New command.
2811
2812 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
2813
2814 2004-07-01 Juri Linkov <juri@jurta.org>
2815
2816 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
2817 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
2818 C-M-% to isearch-query-replace-regexp.
2819 (minibuffer-local-isearch-map): Add arrow key bindings.
2820 Bind C-f to isearch-yank-char-in-minibuffer.
2821 (isearch-forward): Doc fix.
2822 (isearch-edit-string): Doc fix.
2823 (isearch-query-replace, isearch-query-replace-regexp): New funs.
2824 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
2825 (isearch-yank-char): Add optional arg.
2826 (isearch-yank-char-in-minibuffer): New fun.
2827
2828 * replace.el (query-replace-interactive): Change type from boolean
2829 to choice. Add value `initial'.
2830 (query-replace-read-args): Handle value `initial' of
2831 query-replace-interactive.
2832
2833 2004-06-29 Kim F. Storm <storm@cua.dk>
2834
2835 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
2836 (breakpoint-disabled-bitmap-face): Add :group 'gud.
2837
2838 * progmodes/ada-xref.el (ada-tight-gvd-integration):
2839 Add :group 'ada.
2840
2841 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
2842
2843 2004-06-29 Juri Linkov <juri@jurta.org>
2844
2845 * replace.el (query-replace-read-args): Swallow a space after
2846 everything except )]" which in most cases means after a symbol.
2847
2848 * emacs-lisp/pp.el (pp-buffer): Add autoload.
2849
2850 2004-06-28 Richard M. Stallman <rms@gnu.org>
2851
2852 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
2853 More changes to go with previous change in font-lock.el.
2854
2855 2004-06-26 David Kastrup <dak@gnu.org>
2856
2857 * replace.el (perform-replace): Highlight the match even in
2858 non-query mode if there is potential replace string editing.
2859
2860 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
2861
2862 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
2863 agree with new return value of `file-remote-p'.
2864 This syncs with Tramp 2.0.42.
2865
2866 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
2867 according to new documentation of `file-remote-p'.
2868
2869 * files.el (file-remote-p): Fix doc to say that return value is
2870 identification of remote system, if not nil.
2871 (file-relative-name): Use new return value of `file-remote-p'.
2872
2873 2004-06-26 Nick Roberts <nickrob@gnu.org>
2874
2875 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
2876 (gdb-goto-breakpoint): Fix breakage.
2877
2878 2004-06-26 Eli Zaretskii <eliz@gnu.org>
2879
2880 * man.el (Man-getpage-in-background): Add windows-nt to the list
2881 of systems where shell-file-name should be used instead of
2882 literal "sh".
2883
2884 2004-06-25 Sam Steingold <sds@gnu.org>
2885
2886 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
2887 function names `(setf symbol)'.
2888
2889 2004-06-24 Richard M. Stallman <rms@gnu.org>
2890
2891 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
2892
2893 * font-lock.el (font-lock-keywords): Change format of compiled values.
2894 Document it.
2895 (font-lock-add-keywords): If font-lock-keywords is compiled,
2896 extract the uncompiled version, modify, then recompile.
2897 (font-lock-remove-keywords): Likewise.
2898 (font-lock-fontify-keywords-region): Handle changed format.
2899 (font-lock-compile-keywords): Handle changed format.
2900 (font-lock-set-defaults): Compile the keywords explicitly here.
2901
2902 2004-06-24 David Kastrup <dak@gnu.org>
2903
2904 * replace.el (query-replace-read-args): Implement `\,' and `\#'
2905 replacements here.
2906 (query-replace-regexp): Doc string explaining this and the new
2907 `\?' replacement. Remove `\,' and `\#' implementation here, as it
2908 is better placed in `query-replace-read-args'.
2909 (replace-regexp): Explain `\,', `\#' and `\?'.
2910 (replace-match-data): New function for thorough reuse/destruction
2911 of old match-data.
2912 (replace-match-maybe-edit): Function for implementing `\?' editing.
2913 (perform-replace): Fix maintaining of the match stack including
2914 already matched regions, implement `\?', fix various problems
2915 with regions while editing and other stuff.
2916 (replace-highlight): Simplify.
2917
2918 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
2919
2920 * progmodes/grep.el (grep-error-screen-columns): New variable.
2921 (grep-regexp-alist): Give it the full functionality of gnu style
2922 compilation messages with line and column ranges. Ask me for the
2923 perl script I'm working on, that uses these.
2924
2925 2004-06-23 Nick Roberts <nickrob@gnu.org>
2926
2927 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
2928 Remove.
2929 (comint-insert-input, comint-mouse-insert-input): New functions
2930 based on comint-insert-clicked-input for two bindings but just
2931 one functionality.
2932
2933 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
2934
2935 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
2936
2937 2004-06-23 Lars Hansen <larsh@math.ku.dk>
2938
2939 * files.el (write-contents-functions): Doc fix.
2940
2941 2004-06-21 Juanma Barranquero <lektu@terra.es>
2942
2943 * image.el (image-library-alist): Rewrite docstring in active voice.
2944
2945 2004-06-20 Richard M. Stallman <rms@gnu.org>
2946
2947 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
2948
2949 * isearch.el (isearch-repeat): Avoid testing old match data.
2950 (isearch-message): Display trailing space in special font
2951 when search is failing.
2952 (isearch-search-fun-function): Doc fix.
2953
2954 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
2955
2956 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
2957
2958 * frame.el (show-trailing-whitespace): Doc fix.
2959
2960 * cus-edit.el (custom-variable-documentation): New function.
2961 (custom-variable): Use it.
2962
2963 2004-06-19 Nick Roberts <nickrob@gnu.org>
2964
2965 * man.el (Man-getpage-in-background): Revert previous change but
2966 make cygwin a special case.
2967
2968 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
2969
2970 * autorevert.el (global-auto-revert-non-file-buffers):
2971 Update docstring.
2972
2973 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
2974
2975 * progmodes/compile.el (compilation-error-properties): Store one
2976 more than end-col, if present, so that transient-mark-mode will
2977 highlight last char too.
2978 * progmodes/grep.el (grep-regexp-alist): Match columns and column
2979 ranges, if present.
2980
2981 2004-06-18 Jason Rumney <jasonr@gnu.org>
2982
2983 * makefile.w32-in: Double percent signs in for loops.
2984
2985 2004-06-17 David Kastrup <dak@gnu.org>
2986
2987 * replace.el (query-replace-read-args): Only warn about use of \n
2988 and \t when we are doing a regexp replacement and the actual
2989 escaped character is n or t.
2990 (query-replace-regexp): Add \, and \# interpretation to
2991 interactive call and document it.
2992 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
2993 as shortkey for replace-count.
2994 (replace-quote): New function for doubling backslashes.
2995
2996 2004-06-17 Juanma Barranquero <lektu@terra.es>
2997
2998 * files.el (parse-colon-path, cd): Mention in docstring that the
2999 path separator is colon in GNU-like systems.
3000
3001 * newcomment.el (comment-region-internal): Fix docstring.
3002
3003 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
3004 (ewoc-invalidate, ewoc-collect): Doc fixes.
3005 (ewoc--create-node, ewoc--delete-node-internal):
3006 Fix typos in docstring.
3007
3008 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
3009
3010 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
3011 manual to docstring.
3012
3013 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3014
3015 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
3016
3017 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
3018
3019 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
3020 Add hyperlink to emacs-xtra manual to docstring.
3021
3022 * autorevert.el (global-auto-revert-non-file-buffers):
3023 Add hyperlink to emacs-xtra manual to docstring, as well as an
3024 info-link.
3025
3026 2004-06-14 Juanma Barranquero <lektu@terra.es>
3027
3028 * image.el (image-library-alist): New variable to map image types
3029 to external libraries. Initialized to nil, unless system-specific
3030 configs change it.
3031 (image-type-available-p): Determine whether an image type is
3032 available by calling `init-image-library'.
3033
3034 * term/w32-win.el (image-library-alist): Initialize to a known set
3035 of probable library names.
3036
3037 2004-06-14 Kenichi Handa <handa@m17n.org>
3038
3039 * international/code-pages.el (windows-1256, cp1125): Fix tables
3040 for several characters.
3041
3042 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
3043
3044 2004-06-13 Richard M. Stallman <rms@gnu.org>
3045
3046 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
3047
3048 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
3049 not "`pc-selection-mode'".
3050
3051 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
3052
3053 * simple.el (previous-matching-history-element): Specify a default.
3054
3055 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
3056
3057 * cus-face.el (custom-declare-face): Simplify code.
3058
3059 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
3060
3061 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
3062
3063 * files.el (before-save-hook): Add `time-stamp' to the options.
3064
3065 * time-stamp.el (time-stamp): Recommend adding it to
3066 `before-save-hook', rather than `write-file-functions'.
3067 Make a similar change in `Commentary' section.
3068
3069 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
3070
3071 * diff-mode.el (diff-current-defun): If at start of hunk, use
3072 position of first change.
3073
3074 2004-06-13 Lars Hansen <larsh@math.ku.dk>
3075
3076 * dired-x.el (dired-mark-omitted): Bind to "*O".
3077
3078 2004-06-12 Karl Fogel <kfogel@red-bean.com>
3079
3080 * bookmark.el (bookmark-bmenu-relocate): New function, as
3081 suggested by David J. Biesack <David.Biesack@sas.com>.
3082 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
3083 (bookmark-bmenu-mode): Describe binding in doc string.
3084 (bookmark-set-filename): Save the bookmark list if it's time.
3085
3086 2004-06-13 Kenichi Handa <handa@m17n.org>
3087
3088 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
3089 (ccl-untranslated-to-ucs): Fix typo.
3090
3091 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
3092
3093 * progmodes/python.el (python-open-block-statement-p):
3094 Fix indentation after a block opening that contains a comment.
3095
3096 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
3097
3098 * bindings.el (completion-ignored-extensions): Add file extensions
3099 of Python byte-compiled files.
3100
3101 2004-06-12 Juri Linkov <juri@jurta.org>
3102
3103 * info.el (Info-goto-node): Add autoload.
3104 (Info-toc): Add substring-no-properties on Info file name.
3105 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
3106 (Info-mode-map): Bind L to Info-history, T to Info-toc.
3107
3108 2004-06-12 Kenichi Handa <handa@m17n.org>
3109
3110 * international/mule-cmds.el (set-language-environment):
3111 Load subst tables if necessary.
3112
3113 * international/mule.el (decode-char): Load subst tables if necessary.
3114 (encode-char): Likewise.
3115
3116 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
3117 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
3118 (utf-16le-decode-loop): Set r5 to -1 before loop.
3119 (utf-16be-decode-loop): Likewise.
3120 (ccl-decode-mule-utf-16le): Add EOF processing block.
3121 (ccl-decode-mule-utf-16be): Likewise.
3122 (ccl-decode-mule-utf-16le-with-signature): Likewise.
3123 (ccl-decode-mule-utf-16be-with-signature): Likewise.
3124 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
3125 (ccl-mule-utf-16-encode-untrans): New CCL.
3126 (utf-16-decode-to-ucs): Handle pre-read character.
3127 (utf-16le-encode-loop): Handle surrogate pair.
3128 (utf-16be-encode-loop): Likewise.
3129 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
3130 of utf-16le-encode-loop.
3131 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
3132 of utf-16be-encode-loop.
3133 (mule-utf-16-post-read-conversion):
3134 Call utf-8-post-read-conversion at first.
3135 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
3136 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
3137 Add post-read-conversion and pre-write-conversion.
3138
3139 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
3140 (utf-translate-cjk-unicode-range): New variable.
3141 (utf-translate-cjk-load-tables): New function.
3142 (utf-lookup-subst-table-for-decode): New function.
3143 (utf-lookup-subst-table-for-encode): New function.
3144 (utf-translate-cjk-mode): Init-value changed to t. Don't load
3145 tables here. Update safe-charsets of utf-* coding systems.
3146 (ccl-mule-utf-untrans): New CCL.
3147 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
3148 at end of each branch.
3149 (ccl-mule-utf-8-encode-untrans): New CCL.
3150 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
3151 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
3152 length of encoding. Don't return r0.
3153 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
3154 (utf-8-post-read-conversion): Narrow to region properly.
3155 If utf-translate-cjk-mode is on, load tables if necessary.
3156 Call utf-8-compose with hash-table arg if necessary.
3157 Call XXX-compose-region instead of XXX-post-read-convesion.
3158 (utf-8-pre-write-conversion): New function.
3159 (mule-utf-8): Include CJK charsets in safe-charsets if
3160 utf-translate-cjk-mode is on. Add pre-write-conversion.
3161
3162 * international/characters.el: Temporarily set
3163 utf-translate-cjk-mode to nil.
3164
3165 * language/devan-util.el (devanagari-compose-region):
3166 Add autoload cookie.
3167
3168 * international/ccl.el (ccl-dump-call): Fix printing the
3169 subroutine name.
3170
3171 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
3172
3173 * dired.el (dired-revert): If buffer is marked unmodified before
3174 reverting, keep it marked unmodified.
3175 Adapt to new conventions for commenting out code.
3176 (dired-make-relative): Adapt to new conventions for commenting out code.
3177
3178 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
3179
3180 * eshell/esh-module.el (eshell-load-defgroups):
3181 Bind `vc-handled-backends' to nil when opening files.
3182
3183 2004-06-11 Juanma Barranquero <lektu@terra.es>
3184
3185 * files.el (parse-colon-path, cd): Doc fixes (refer to
3186 `path-separator', not colon).
3187
3188 2004-06-10 Juanma Barranquero <lektu@terra.es>
3189
3190 * newcomment.el (comment-search-forward)
3191 (comment-search-backward): Fix typos in docstring.
3192 (comment-region): Doc fix.
3193
3194 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
3195
3196 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
3197 switch is no longer stored in `dired-switches-alist'.
3198
3199 * dired-aux.el (dired-insert-subdir): Do not store R switch in
3200 `dired-switches-alist'.
3201
3202 2004-06-10 Kim F. Storm <storm@cua.dk>
3203
3204 * pcvs.el (cvs-mode-diff-yesterday): New command.
3205
3206 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
3207
3208 2004-06-10 Juri Linkov <juri@jurta.org>
3209
3210 * emacs-lisp/edebug.el (edebug-eval-defun):
3211 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
3212 Fix docstring.
3213
3214 * simple.el (eval-expression-print-format): Don't print additional
3215 information on the first call to `eval-print-last-sexp'.
3216 (next-error-find-buffer): Fix punctuation.
3217 (killing) <defgroup>: Fix punctuation.
3218 (yank-excluded-properties): Change group from editing to killing.
3219
3220 * replace.el (perform-replace): Use `limit' to terminate the
3221 while-loop explicitly.
3222
3223 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3224
3225 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
3226 Use lc-*.xpm as prefix instead of *-locol.xpm.
3227
3228 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
3229 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
3230 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
3231 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
3232 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
3233 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
3234 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
3235 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
3236 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
3237 * toolbar/lc-up_arrow.xpm:
3238 Renamed from *-locol.xpm.
3239
3240 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
3241
3242 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
3243 include forms like &<str>; as valid url patterns.
3244
3245 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
3246
3247 * dired.el (dired-diff, dired-backup-diff)
3248 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
3249 (dired-do-chown, dired-do-touch, dired-do-print)
3250 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
3251 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
3252 (dired-create-directory, dired-do-copy, dired-do-symlink)
3253 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
3254 (dired-do-copy-regexp, dired-do-hardlink-regexp)
3255 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
3256 (dired-maybe-insert-subdir, dired-next-subdir)
3257 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
3258 (dired-kill-subdir, dired-tree-up, dired-tree-down)
3259 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
3260 (dired-run-shell-command, dired-query): Remove redundant,
3261 or incorrect, autoloads.
3262
3263 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
3264 does not end in a slash. Add optional argument KILL-ROOT.
3265 Update docstring.
3266 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
3267 (dired-query): Add autoloads.
3268
3269 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
3270
3271 * progmodes/compile.el (compilation-set-window-height):
3272 Rearrange the save-* functions because a buffer can have several current
3273 point in different windows.
3274 (compilation-error-regexp-alist-alist): Recognize {standard input}
3275 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
3276
3277 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3278
3279 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
3280 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
3281 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
3282 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
3283 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
3284 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
3285 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
3286 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
3287 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
3288 * toolbar/up_arrow-locol.xpm:
3289 New versions of icons that uses fewer colors.
3290
3291 * toolbar/tool-bar.el (tool-bar-local-item)
3292 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
3293 if display-color-cells is 256 or less.
3294
3295 2004-06-08 Kim F. Storm <storm@cua.dk>
3296
3297 * wid-edit.el (widget-specify-button): Use hand pointer rather
3298 than mouse-face as visible mouse-over effect.
3299
3300 2004-06-07 Karl Fogel <kfogel@red-bean.com>
3301
3302 * saveplace.el (save-place-alist-to-file): Bind `print-length'
3303 and `print-level' to nil when writing out `save-place-alist'.
3304 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
3305
3306 2004-06-07 Juanma Barranquero <lektu@terra.es>
3307
3308 * completion.el (completion-kill-region): Doc fix.
3309
3310 * format.el (format-insert-annotations)
3311 (format-annotate-location): Doc fixes.
3312 (format-subtract-regions): Make arguments match their use in docstring.
3313
3314 * simple.el (kill-region): Doc fix.
3315
3316 * subr.el (insert-buffer-substring-no-properties)
3317 (insert-buffer-substring-as-yank): Doc fixes.
3318
3319 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
3320
3321 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
3322 Update docstring.
3323 (dired-reset-subdir-switches): New function.
3324
3325 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
3326 Limit scope of `buffer-read-only' binding.
3327
3328 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
3329
3330 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
3331 eshell-explicit-command-char.
3332
3333 2004-06-06 Juanma Barranquero <lektu@terra.es>
3334
3335 * help-fns.el (help-argument-name): Inherit from italic face only
3336 if the frame supports it.
3337
3338 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3339
3340 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
3341 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
3342 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
3343 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
3344 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
3345 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
3346 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
3347 New conversions from xpm files.
3348
3349 * toolbar/README: New file.
3350
3351 2004-06-06 Richard M. Stallman <rms@gnu.org>
3352
3353 * isearch.el (isearch-mode-map): Undo previous change.
3354
3355 2004-06-05 Juri Linkov <juri@jurta.org>
3356
3357 * bindings.el (debug-ignored-errors): Add regexps for history
3358 related messages. Remove $ from "No further undo information".
3359 Move Ediff's messages to ediff.el.
3360
3361 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
3362
3363 * cus-edit.el (custom-display): Add `min-colors'.
3364
3365 * custom.el (defface): Add `supports' to docstring.
3366
3367 * help-fns.el (help-argument-name): Add :group 'help.
3368
3369 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
3370
3371 * find-dired.el (find-ls-subdir-switches): New user option.
3372 (find-dired): No longer call `abbreviate-file-name' on DIR.
3373 Set `dired-subdir-switches' buffer-locally.
3374
3375 * locate.el: Merge the two `Commentary' sections.
3376 (locate-ls-subdir-switches): New user option.
3377 (locate): Update for other changes.
3378 (locate-mode-map): Restore Dired binding for mouse-2.
3379 Bind `locate-mouse-view-file' to M-mouse-2.
3380 Bind `l' to `locate-do-redisplay'.
3381 (locate-main-listing-line-p, locate-do-redisplay): New functions.
3382 (locate-mouse-view-file, locate-tags, locate-find-directory):
3383 Print message if used outside main listing.
3384 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
3385 Various changes to support inserted subdirectories.
3386 (locate-insert-header): Change header of *Locate* buffer.
3387
3388 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
3389 Change interactive default switches.
3390 (dired-rename-subdir-2): Update `dired-switches-alist'.
3391 (dired-insert-subdir, dired-kill-subdir):
3392 Handle `dired-switches-alist'. Do not mark buffer modified.
3393 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
3394 (dired-insert-subdir-doinsert): Omit messages.
3395 Handle `dired-subdir-switches'.
3396 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
3397
3398 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
3399 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
3400 subdirs if -R switch is used for a subdir.
3401 (dired-mode): Set `dired-switches-alist'.
3402 (dired-build-subdir-alist): Only print number of directories in
3403 echo area when invoked interactively.
3404
3405 2004-06-05 Lars Hansen <larsh@math.ku.dk>
3406
3407 * dired-x.el (dired-omit-mode): Rename from
3408 dired-omit-files-p. Use define-minor-mode to define it.
3409 (dired-omit-files-p): Add as alias for dired-omit-mode.
3410 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
3411 dired-mark-omitted.
3412 (dired-mark-omitted): Add. Bind to M-O.
3413
3414 2004-06-05 Kenichi Handa <handa@m17n.org>
3415
3416 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
3417
3418 2004-06-05 Juanma Barranquero <lektu@terra.es>
3419
3420 * help-fns.el (help-argument-name): Reintroduce face.
3421 (help-default-arg-highlight): Use it, now that
3422 `face-differs-from-default-p' can be trusted.
3423
3424 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
3425
3426 * textmodes/table.el: Sentence commands added to Point Motion
3427 group; kill and backward-kill commands added to Extraction group.
3428
3429 2004-06-04 Mario Lang <mlang@delysid.org>
3430
3431 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
3432 systems appear to use mW, make the code handle this. Fix a
3433 division-by-zero bug while at it, and handle kernels with
3434 a slightly different layout in /proc/acpi.
3435
3436 2004-06-04 Karl Fogel <kfogel@red-bean.com>
3437
3438 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
3439 because the latter is a CL-ism. This fixes the bug reported by
3440 Shawn Boyette <mdxi@collapsar.net> in
3441 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
3442
3443 2004-06-04 Miles Bader <miles@gnu.org>
3444
3445 * faces.el (display-supports-face-attributes-p): Function moved to
3446 C code. Previously only the tty-related portion of this function
3447 was done in C; however the previous attempt to do a halfway-proper
3448 job for non-tty displays in lisp didn't work properly because of
3449 funny conditions during Emacs startup.
3450 (face-differs-from-default-p): Simplify, now that
3451 display-supports-face-attributes-p works properly on all display
3452 types. Remove :stipple from comparison; it doesn't really work
3453 in emacs anyway.
3454
3455 2004-06-04 Miles Bader <miles@gnu.org>
3456
3457 * faces.el (face-differs-from-default-p): Use a different
3458 implementation, so we can really check whether FACE displays
3459 differently or not.
3460
3461 2004-06-04 Miles Bader <miles@gnu.org>
3462
3463 * faces.el (display-supports-face-attributes-p): Implement a
3464 `different from default' check for non-tty displays.
3465
3466 2004-06-03 David Kastrup <dak@gnu.org>
3467
3468 * woman.el (woman-mapcan): More concise code.
3469 (woman-topic-all-completions, woman-topic-all-completions-1)
3470 (woman-topic-all-completions-merge): Replace by a simpler and
3471 much faster implementation based on O(n log n) sort/merge instead
3472 of the old O(n^2) behavior.
3473
3474 2004-06-03 Miles Bader <miles@gnu.org>
3475
3476 * subr.el (read-number): Use canonical format for default in prompt.
3477
3478 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
3479 Add regexp for " [...]" style defaults.
3480
3481 2004-06-02 Romain Francoise <romain@orebokech.com>
3482
3483 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
3484 groups: if the user asks for a hidden buffer, open the
3485 corresponding filter group to expose it.
3486
3487 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
3488 `ibuffer-jump-to-buffer'.
3489 (ibuffer-jump-offer-only-visible-buffers): New user option.
3490
3491 2004-06-02 Juanma Barranquero <lektu@terra.es>
3492
3493 * faces.el (frame-update-faces): Add empty docstring so the one
3494 for `ignore' doesn't show through.
3495
3496 * subr.el (process-kill-without-query): Remove spurious "\n" on
3497 obsolescence string.
3498 (focus-frame, unfocus-frame): Add obsolescence declaration and
3499 empty docstring.
3500
3501 * international/mule.el (register-char-codings): Make alias for
3502 `ignore'. Move docstring to obsolescence info and remove redundancy.
3503
3504 2004-06-02 Kim F. Storm <storm@cua.dk>
3505
3506 * frame.el (blink-cursor-start): Turn cursor off initially so blink
3507 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
3508
3509 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3510
3511 * comint.el (comint-replace-by-expanded-history-before-point):
3512 Obey `start' as the docstring says.
3513 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
3514 (comint-update-fence): Prevent font-lock from running unnecessarily.
3515 (comint-dynamic-list-completions): Use with-current-buffer.
3516
3517 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3518
3519 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
3520 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
3521 (bibtex-entry-update): Handle alternatives and optional fields.
3522 (bibtex-parse-entry): Bugfix, handle empty key.
3523
3524 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
3525
3526 * vc-arch.el (vc-arch-state): Don't assume the file exists.
3527
3528 2004-05-31 Lars Hansen <larsh@math.ku.dk>
3529
3530 * desktop.el (desktop-save): Don't save minor modes without a
3531 known mode initialization function.
3532
3533 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
3534
3535 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
3536
3537 * autorevert.el: Update `Commentary' section.
3538
3539 2004-05-30 Juanma Barranquero <lektu@terra.es>
3540
3541 * dos-fns.el (convert-standard-filename):
3542 * files.el (convert-standard-filename):
3543 * w32-fns.el (convert-standard-filename):
3544 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
3545
3546 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
3547
3548 Sync with Tramp.
3549
3550 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
3551 (tramp-let-maybe): Move to an earlier spot in the file.
3552 Patch by Andreas Schwab.
3553
3554 2004-05-30 Andreas Schwab <schwab@suse.de>
3555
3556 * dired.el (dired-get-filename): Don't use dired-re-dot.
3557
3558 2004-05-30 Richard M. Stallman <rms@gnu.org>
3559
3560 * files.el (find-file): Doc fix.
3561
3562 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
3563
3564 2004-05-30 Nick Roberts <nickrob@gnu.org>
3565
3566 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
3567 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
3568 modeline of the locals buffer.
3569 (gdb-goto-breakpoint): Handle gdbmi.
3570 (gdb-get-frame-number): Change for gdbmi.
3571
3572 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
3573
3574 * files.el (file-remote-p): Apply file name handler for operation
3575 `file-remote-p'. It isn' a property any longer.
3576 (file-relative-name): `fh' and `fd' get the required value via
3577 `find-file-name-handler' already.
3578
3579 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
3580 (top): Remove setting of `file-remote-p' property for
3581 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
3582
3583 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
3584
3585 Version 2.0.41 of Tramp released.
3586
3587 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
3588 Throw away if process has died.
3589 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
3590 (tramp-out-of-band-prompt-regexp): Rename to
3591 `tramp-process-alive-regexp', because its usage is widen.
3592 (tramp-actions-copy-out-of-band): Apply it.
3593 (tramp-actions-before-shell, tramp-multi-actions):
3594 Add `tramp-action-process-alive' action.
3595 (tramp-action-process-alive): New defun.
3596 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
3597 Add entry for `file-remote-p'.
3598 (tramp-handle-file-remote-p): New defun.
3599 (top): Remove setting of `file-remote-p'. Don't set
3600 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
3601
3602 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
3603 `file-remote-p'.
3604
3605 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
3606 counted for (last) line. [They should or they shouldn't? --Stef]
3607 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
3608
3609 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
3610
3611 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
3612 not really necessary but seems to keep the shell history smaller
3613 in some cases. It is no substitute for setting HISTFILE and
3614 HISTSIZE from tramp-open-connection-setup-interactive-shell,
3615 though. Suggested by Luc Teirlinck.
3616 (tramp-open-connection-setup-interactive-shell): Export variables
3617 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
3618 (tramp-set-process-query-on-exit-flag): New compat function.
3619 (tramp-open-connection-multi, tramp-open-connection-su)
3620 (tramp-open-connection-rsh, tramp-open-connection-telnet)
3621 (tramp-do-copy-or-rename-file-out-of-band): Use it.
3622 (tramp-let-maybe): New macro, let-binds a variable only if it
3623 isn't obsolete.
3624 (tramp-check-ls-commands, tramp-handle-expand-file-name)
3625 (tramp-handle-file-truename): Use it.
3626 (tramp-completion-file-name-regexp-unified): Avoid matching
3627 filenames starting with "/:" -- those are reserved for
3628 file-name-non-special.
3629
3630 * tramp-smb.el (tramp-smb-open-connection):
3631 Use tramp-set-process-query-on-exit-flag compat function.
3632
3633 2004-05-29 Richard M. Stallman <rms@gnu.org>
3634
3635 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
3636
3637 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
3638 (eval-last-sexp-print-value): Print char equivalent regardless
3639 of standard-output value.
3640
3641 * thumbs.el (thumbs-subst-char-in-string): Delete.
3642 (thumbs-thumbname): Use subst-char-in-string.
3643 (thumbs-resize-image): Use condition-case, not ignore-errors.
3644 (thumbs-kill-buffer): Likewise.
3645
3646 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
3647 (thumbs-mode): Make buffer read-only.
3648 (thumbs-make-thumb): Unconditionally accept an existing file.
3649 (thumbs-insert-thumb): Add thumb-image-file property to the image.
3650 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
3651 (thumbs-show-thumbs-list): Error if images not supported.
3652 (thumbs-save-current-image): Improve prompt string.
3653 (thumbs-mode-map): Define u, R, x.
3654 (thumbs-unmark): New command.
3655 (thumbs-emboss-image): Minor cleanup.
3656 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
3657 (thumbs-rename-images): New command.
3658 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
3659
3660 * thumbs.el (thumbs-current-image): New function.
3661 (thumbs-file-list, thumbs-file-alist): New functions.
3662 (thumbs-find-image): Delete arg L.
3663 Don't set up thumbs-fileL as buffer-local global var.
3664 (thumbs-find-image-at-point): Use thumbs-current-image.
3665 (thumbs-set-image-at-point-to-root-window): Likewise.
3666 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
3667 Record and warn about errors. Update thumbs-markedL for deletions.
3668 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
3669 (thumbs-redraw-buffer): Use thumbs-file-list.
3670 (thumbs-mark): Use thumbs-current-image.
3671 (thumbs-show-name): Use thumbs-current-image.
3672
3673 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
3674 and imenu--last-menubar-index-alist.
3675
3676 * subr.el (with-selected-window): Undo previous change.
3677
3678 2004-05-29 John Paul Wallington <jpw@gnu.org>
3679
3680 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
3681 (thumbs-mouse-find-image): New command.
3682 (thumbs-mode-map): Bind it to mouse-2.
3683 (thumbs-mode): Make mode-class special.
3684 (thumbs-view-image-mode): Likewise.
3685
3686 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
3687
3688 * flymake.el: New file.
3689
3690 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
3691
3692 * files.el (find-file-noselect-1): Do not bind
3693 `inhibit-read-only' to t during execution of
3694 `find-file-not-found-functions'.
3695
3696 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
3697
3698 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
3699 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
3700
3701 2004-05-28 Juri Linkov <juri@jurta.org>
3702
3703 * simple.el (eval-expression-print-format): New fun.
3704
3705 * simple.el (eval-expression):
3706 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
3707 * emacs-lisp/edebug.el (edebug-compute-previous-result)
3708 (edebug-eval-expression): Print additionally the value returned by
3709 `eval-expression-print-format'.
3710
3711 * emacs-lisp/lisp.el (insert-pair-alist): New var.
3712 (insert-pair): Make arguments optional. Find character pair
3713 from `insert-pair-alist' according to the last input event.
3714 (insert-parentheses): Make arguments optional.
3715 (raise-sexp, delete-pair): New funs.
3716
3717 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
3718 (emacs-lisp-mode-map, lisp-interaction-mode-map):
3719 Bind C-M-q to `indent-pp-sexp'.
3720
3721 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
3722 `pp-to-string' modified to be able to format text with newlines.
3723 (pp-to-string): Move the buffer-formatting part of the code to
3724 `pp-buffer'. Call `pp-buffer'.
3725
3726 * info.el (Info-desktop-buffer-misc-data): Don't save information
3727 about virtual files.
3728 (Info-restore-desktop-buffer): Restore Info buffers in prepared
3729 buffers with names obtained from the desktop file instead of the
3730 default *info* buffer.
3731
3732 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
3733
3734 * subr.el (with-selected-window): Only save/restore the selected window.
3735
3736 * progmodes/compile.el (compilation-error-regexp-alist):
3737 Use expand-file-name and data-directory.
3738
3739 * progmodes/grep.el (grep-tree): Rework previous fix.
3740
3741 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
3742 after the user marked text with the mouse.
3743
3744 * startup.el (command-line): Keep the first regexp of
3745 auto-save-file-name-transforms intact.
3746
3747 2004-05-28 Juanma Barranquero <lektu@terra.es>
3748
3749 * cus-edit.el (customize-face, customize-face-other-window)
3750 (custom-face-edit-delete): Make arguments match their use in
3751 docstring.
3752 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
3753 docstring.
3754
3755 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
3756 not `cvs-butlast'.
3757
3758 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
3759 `nbutlast' are in subr.el).
3760
3761 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
3762 (set-w32-system-coding-system): Doc fixes.
3763
3764 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
3765 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
3766 Make arguments match their use in docstring.
3767 (artist-draw-region-trim-line-endings)
3768 (artist-mouse-choose-operation): Fix typo in docstring.
3769 (artist-key-set-point-common): Doc fix.
3770
3771 2004-05-28 Simon Josefsson <jas@extundo.com>
3772
3773 * mail/smtpmail.el (smtpmail-open-stream):
3774 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
3775
3776 2004-05-26 Simon Josefsson <jas@extundo.com>
3777
3778 * starttls.el: Merge with my GNUTLS based starttls.el.
3779 (starttls-gnutls-program, starttls-use-gnutls)
3780 (starttls-extra-arguments, starttls-process-connection-type)
3781 (starttls-connect, starttls-failure, starttls-success): New variables.
3782 (starttls-program, starttls-extra-args): Doc fix.
3783 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
3784 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
3785 and pass on to corresponding *-gnutls function if it is set.
3786
3787 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
3788
3789 * autorevert.el (auto-revert-handler): Disable auto-reverting of
3790 remote files.
3791
3792 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
3793
3794 * files.el (file-name-non-special): There are more operations
3795 which need handling: `find-backup-file-name',
3796 `insert-file-contents', `verify-visited-file-modtime',
3797 `write-region'. Rename t value of method to `add'. Add new
3798 methods `quote' and `unquote-then-quote' to file-arg-indices.
3799
3800 2004-05-25 Juri Linkov <juri@jurta.org>
3801
3802 * info.el (Info-toc): Call Info-mode on intermediate buffer.
3803 (Info-index-nodes): Enclose code in condition-case to catch errors.
3804 (Info-index-node): Don't search all index nodes if request is only
3805 for the current node and file is not in the cache of index nodes.
3806 (Info-mode-map): Bind Info-copy-current-node-name to `w'
3807 for consistency with dired-copy-filename-as-kill.
3808 Bind `S' to Info-search-case-sensitively.
3809 (Info-copy-current-node-name): New arg. With zero prefix arg put
3810 the name inside a function call to `info'. Display copied text in
3811 the echo area.
3812
3813 2004-05-25 Sam Steingold <sds@gnu.org>
3814
3815 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
3816 strip the package prefix from the symbol name, if any.
3817 Make it the `find-tag-default-function' for `lisp-mode'.
3818
3819 2004-05-25 John Paul Wallington <jpw@gnu.org>
3820
3821 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
3822 instead of obsolete `process-kill-without-query'.
3823
3824 * textmodes/texinfmt.el (texinfo-indexvar-alist):
3825 Declare as variable, not constant.
3826
3827 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
3828
3829 * files.el (find-file-noselect-1): Fix bug introduced by
3830 Revision 1.694. As a side effect, `inhibit-read-only'
3831 is again, by default, t during execution of
3832 `find-file-not-found-functions'.
3833 (insert-directory): Check that lines were really inserted by
3834 the --dired switch, before erasing them.
3835
3836 2004-05-24 Nick Roberts <nickrob@gnu.org>
3837
3838 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
3839 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
3840 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
3841 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
3842 gud-minor-mode (gdbmi).
3843
3844 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
3845
3846 * net/browse-url.el (browse-url-interactive-arg): Enable user to
3847 explicitly select the text to be taken as URL.
3848
3849 2004-05-23 Juri Linkov <juri@jurta.org>
3850
3851 * info.el (Info-index-nodes): New var and fun.
3852 (Info-goto-index, Info-index, info-apropos)
3853 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
3854 (Info-index): Fix docstring. Store and restore Info-history-list.
3855 (Info-complete-nodes): New var.
3856 (Info-complete-menu-item): Use it.
3857 (Info-index-node): New fun.
3858 (Info-final-node, Info-forward-node, Info-backward-node)
3859 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
3860 Use Info-index-node.
3861 (Info-extract-menu-item, Info-extract-menu-counting): Set second
3862 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
3863 (Info-find-node-2): If a node with period in its name not found,
3864 try to find a node without the name part after period.
3865 (Info-select-node): Call Info-fontify-node only if
3866 Info-fontify-maximum-menu-size is not nil.
3867 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
3868 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
3869 Preserve Info-history-list.
3870 (Info-toc): Set Info-current-file.
3871 (Info-build-toc): Move point to the beginning of the buffer.
3872 Add main-file variable.
3873 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
3874 Use backslashed representation of the control character ^_.
3875
3876 * textmodes/texinfmt.el (texinfo-print-index): Print index line
3877 numbers in the new Texinfo 4.7 format.
3878
3879 * add-log.el (change-log-font-lock-keywords): Remove `:' from
3880 regexps for function and variable names.
3881
3882 * descr-text.el (describe-property-list): Add [show] button for
3883 `syntax-table' property with action to pp to a separate buffer.
3884 (describe-char): Replace search-forward by re-search-forward with
3885 whitespace regexp after "character:" to not fail in too narrow windows.
3886
3887 * simple.el (next-error-find-buffer): Add a rule to return
3888 next-error capable buffer if one window on the selected frame
3889 displays such buffer.
3890
3891 2004-05-23 Nick Roberts <nickrob@gnu.org>
3892
3893 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
3894 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
3895 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
3896 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
3897 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
3898 Handle new value for gud-minor-mode (gdbmi).
3899 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
3900 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
3901 Change from local to global gdb variable set.
3902 (gdb-ann3): Initialise above gdb variable set.
3903 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
3904 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
3905 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
3906 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
3907 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
3908 (gdb-info-locals-handler, gdb-invalidate-assembler)
3909 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
3910 set as global variables.
3911 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
3912 Handle gdbmi.
3913 (gdb-info-breakpoints-custom): Fix regexp.
3914 (def-gdb-var): Delete.
3915
3916 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
3917 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
3918 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
3919 a new mode. The file (gdb-mi.el) for this mode will be included
3920 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
3921 primary interface.
3922
3923 2004-05-23 Jesper Harder <harder@ifa.au.dk>
3924
3925 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
3926 interpreted as a directory.
3927
3928 2004-05-22 Richard M. Stallman <rms@gnu.org>
3929
3930 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
3931 as a close quote.
3932
3933 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
3934
3935 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
3936 Use assoc-string, not assoc-ignore-case.
3937
3938 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
3939
3940 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
3941 If moving back then fwd gets a defun that ends before point,
3942 try again moving fwd then back.
3943
3944 * files.el (file-name-non-special): Allow t in file-arg-indices
3945 to mean requote the return value. Use `identity' as an element
3946 rather than as the whole value.
3947
3948 * gs.el (gs-options): Add -dSAFER. Mark it risky.
3949
3950 2004-05-22 Juanma Barranquero <lektu@terra.es>
3951
3952 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
3953 `help-make-usage'.
3954 (help-highlight-arguments): Skip function name before searching
3955 for arguments.
3956
3957 2004-05-21 Juanma Barranquero <lektu@terra.es>
3958
3959 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
3960 Don't mention in the docstring these arguments meant for
3961 internal (recursive) use only.
3962 (allout-char-spec): Comment out (it's not implemented).
3963 (allout-old-expose-topic, allout-exposure): Fix docstring and add
3964 obsolescence declaration.
3965 (allout-flatten-exposed-to-buffer)
3966 (allout-indented-exposed-to-buffer): Fix typos in docstring.
3967 (my-mark-marker): Doc fix.
3968 (produce-allout-mode-map, allout-sibling-index)
3969 (allout-isearch-expose, allout-distinctive-bullet)
3970 (allout-open-topic, allout-reindent-body)
3971 (allout-rebullet-heading, allout-process-exposed)
3972 (allout-insert-listified, allout-latex-verb-quote)
3973 (allout-insert-latex-header, allout-insert-latex-trailer):
3974 Make arguments match their use in docstring.
3975 (allout-primary-bullet, allout-old-style-prefixes)
3976 (allout-inhibit-protection, allout-init, allout-mode)
3977 (allout-before-change-protect, allout-flag-region):
3978 Use "Emacs" instead of "emacs" in docstrings.
3979
3980 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
3981
3982 * international/characters.el: Modify syntax of more characters.
3983
3984 2004-05-21 Masatake YAMATO <jet@gyve.org>
3985
3986 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
3987 (etags-tags-completion-table): Show parsing progress.
3988
3989 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
3990
3991 * locate.el (locate-prompt-for-command): Shorten first line of
3992 docstring.
3993 (locate-mode): Expand docstring and include keymap summary.
3994
3995 * files.el (find-file-noselect-1): Limit the scope of the
3996 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
3997 is, by default, nil during the execution of
3998 `find-file-not-found-functions' and `find-file-hook'.
3999
4000 2004-05-20 Michael Mauger <mmaug@yahoo.com>
4001
4002 * facemenu.el (facemenu-color-name-equal): New function.
4003 (list-colors-display): Use it to compare colors instead of
4004 facemenu-color-equal.
4005
4006 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
4007
4008 * compare-w.el (compare-windows-face): Use min-colors instead of
4009 checking for tty or pc types.
4010
4011 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
4012
4013 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
4014 (completion-setup-function): Use with-current-buffer.
4015 Properly save excursion. Simplify.
4016 Don't assume there is necessarily a `mouse-face' property somewhere.
4017
4018 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
4019
4020 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
4021
4022 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
4023 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
4024 Use with-current-buffer.
4025 (byte-goto-log-buffer): Delete.
4026 (byte-compile-log-file): Call compilation-forget-errors.
4027
4028 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
4029
4030 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
4031 output messages into the search result.
4032
4033 2004-05-19 Masatake YAMATO <jet@gyve.org>
4034
4035 * wid-edit.el (widget-radio-button-notify): Revert my last
4036 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
4037
4038 2004-05-19 Kenichi Handa <handa@m17n.org>
4039
4040 * international/characters.el: Fix syntax (open/close) of CJK chars.
4041
4042 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
4043
4044 * help-mode.el (help-go-back): Don't depend on position of back button.
4045
4046 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
4047
4048 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
4049 files files don't contain an accidental additional /.
4050
4051 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
4052 in source buffer.
4053
4054 2004-05-18 Masatake YAMATO <jet@gyve.org>
4055
4056 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
4057 to widget-apply. :action method assumes 2 arguments, not 3.
4058
4059 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
4060
4061 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
4062 New constants.
4063 (hs-special-modes-alist): Add an f90-mode entry.
4064
4065 2004-05-17 Sam Steingold <sds@gnu.org>
4066
4067 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
4068 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
4069
4070 2004-05-16 Kim F. Storm <storm@cua.dk>
4071
4072 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
4073
4074 2004-05-15 John Wiegley <johnw@newartisans.com>
4075
4076 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
4077 (eshell-output-object-to-target): Improve output speed 20% by not
4078 calling `eshell-stringify' if something is already known to be a string.
4079
4080 2004-05-15 Alex Ott <ott@jet.msk.su>
4081
4082 * textmodes/ispell.el (ispell-local-dictionary-alist):
4083 Add windows-1251 to the choice of coding systems.
4084 (ispell-dictionary-alist-6): Add support for "russianw.aff",
4085 encoded in cp1251.
4086
4087 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
4088
4089 * progmodes/compile.el (compilation-warning-face)
4090 (compilation-info-face): Use min-colors.
4091
4092 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4093
4094 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
4095 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
4096 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
4097 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
4098 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
4099 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
4100 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
4101 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
4102 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
4103 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
4104 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
4105 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
4106 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
4107 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
4108
4109 2004-05-15 Kim F. Storm <storm@cua.dk>
4110
4111 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
4112 Use it to set triggered-p element of timer.
4113 (timer-event-handler): Set triggered-p element non-nil while running
4114 the timer function.
4115
4116 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
4117
4118 * descr-text.el (describe-char-unicode-data)
4119 (describe-char-unicodedata-file): Re-enable the unicode code now that
4120 the licensing issues have been cleared in the unicode-4 license.
4121 (describe-text-properties-1): Remove unused `overlay' var.
4122 (describe-char): Remove unused var `buffer'.
4123
4124 2004-05-14 David Ponce <david@dponce.com>
4125
4126 * tree-widget.el: New file.
4127
4128 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
4129
4130 * language/european.el ("Brazilian Portuguese"): Add support for
4131 Brazilian Portuguese.
4132
4133 2004-05-13 John Wiegley <johnw@newartisans.com>
4134
4135 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
4136 `recentf-mode' if this variable has been customized to t.
4137
4138 * eshell/esh-test.el (eshell-test): Call the function
4139 `emacs-version' rather than trying to build a custom version string.
4140
4141 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
4142
4143 * net/telnet.el (telnet-mode): Use define-derived-mode.
4144 Don't modify the global value of comint-prompt-regexp.
4145
4146 2004-05-13 John Paul Wallington <jpw@gnu.org>
4147
4148 * version.el (emacs-version): Check for `gtk' feature before
4149 `x-toolkit' feature.
4150
4151 2004-05-13 Juanma Barranquero <lektu@terra.es>
4152
4153 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
4154 arguments in the docstring, they're used only in recursive calls.
4155
4156 * help-fns.el (help-arg-highlighting-function)
4157 (help-argument-name): Delete.
4158 (help-default-arg-highlight): New function.
4159 (help-do-arg-highlighting): Use it.
4160
4161 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
4162
4163 * calendar/appt.el (appt-disp-window):
4164 Use `calendar-set-mode-line' for a centered mode-line.
4165
4166 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
4167
4168 * calendar/appt.el (appt-disp-window): Do not split window
4169 excessively when `split-height-threshold' is low.
4170
4171 2004-05-12 Nick Roberts <nickrob@gnu.org>
4172
4173 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
4174 kill-buffer-hook here and make it local.
4175 (gud-kill-buffer-hook): Use kill-process for a sure kill.
4176
4177 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
4178
4179 * progmodes/compile.el (compilation-set-window-height):
4180 Use save-excursion to protect against misplaced marker.
4181
4182 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4183
4184 * custom.el (defface): Document that type can have value gtk.
4185
4186 * faces.el (face-spec-set-match-display): Handle type gtk in display.
4187
4188 2004-05-12 Kenichi Handa <handa@m17n.org>
4189
4190 * descr-text.el: Require quail at comile time.
4191 (describe-char): If an input method is on and it supports the
4192 character, show how to input it.
4193
4194 * international/quail.el (quail-install-decode-map): Accept a
4195 char-table whose subtype is `quail-decode-map'.
4196 (quail-store-decode-map-key, quail-gen-decode-map1)
4197 (quail-gen-decode-map, quail-find-key1, quail-find-key)
4198 (quail-show-key): New functions.
4199
4200 2004-05-12 Juanma Barranquero <lektu@terra.es>
4201
4202 * generic.el (define-generic-mode): Remove redundant arglist info.
4203
4204 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
4205 Make arguments match their use in docstring.
4206 (help-arg-highlighting-function): New variable.
4207 (help-argument-name): Mention it in the docstring.
4208 (help-do-arg-highlight): Use it. Expand regexp to accept also
4209 ARG-xxx and xxx-ARG references.
4210
4211 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
4212
4213 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
4214 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
4215 and "mailto:addr1?to=addr2" equal.
4216
4217 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
4218
4219 * man.el (Man-getpage-in-background): Use shell-file-name
4220 and shell-command-switch variables instead of hard-coded values.
4221
4222 2004-05-11 Eli Zaretskii <eliz@gnu.org>
4223
4224 * iimage.el: New file.
4225
4226 2004-05-11 Juanma Barranquero <lektu@terra.es>
4227
4228 * custom.el (custom-initialize-default, defcustom):
4229 Fix typo in docstring.
4230
4231 * files.el (set-visited-file-name, file-expand-wildcards):
4232 Fix docstring.
4233
4234 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
4235
4236 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
4237
4238 * subr.el (eventp): Be more discriminating with integers.
4239
4240 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
4241
4242 * progmodes/compile.el (compile): Add universal prefix arg.
4243 (compilation-error-regexp-alist-alist): Add edg patterns.
4244
4245 2004-05-10 Sam Steingold <sds@gnu.org>
4246
4247 * textmodes/ispell.el (ispell-message):
4248 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
4249
4250 2004-05-10 Dave Love <fx@gnu.org>
4251
4252 * progmodes/python.el (help-buffer): Autoload when compiling.
4253 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
4254 (run-python): Prepend to any existing PYTHONPATH.
4255
4256 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
4257
4258 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
4259 for pending breakpoints.
4260
4261 2004-05-10 Richard M. Stallman <rms@gnu.org>
4262
4263 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
4264 directly without calling any functions in Rmail.
4265 (unrmail-unprune): Function deleted.
4266
4267 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
4268
4269 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
4270 C-c C-z binding.
4271
4272 2004-05-10 Kenichi Handa <handa@m17n.org>
4273
4274 * descr-text.el (describe-char): Fix previous change. Don't make
4275 a unibyte character to multibyte in the *Help* buffer.
4276
4277 2004-05-10 Miles Bader <miles@gnu.org>
4278
4279 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
4280 buffer an error if the debugger process is actually running.
4281
4282 2004-05-10 Juanma Barranquero <lektu@terra.es>
4283
4284 * help-fns.el (help-argument-name): Default to italic.
4285 (help-highlight-arguments): Return always (usage . doc), even when
4286 usage is nil.
4287
4288 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
4289 (define-ibuffer-filter): Add usage info.
4290 (define-ibuffer-op): Add usage info (but CL-style defaults for
4291 keyword args are not shown).
4292
4293 * subr.el (remove-overlays, read-passwd): Fix docstring.
4294 (start-process-shell-command): Fix docstring. Put usage info in a
4295 format usable by `describe-function'.
4296 (open-network-stream, open-network-stream-nowait)
4297 (open-network-stream-server): Fix docstring.
4298
4299 2004-05-09 Jason Rumney <jasonr@gnu.org>
4300
4301 * international/code-pages (cp932, cp936, cp949, c950): Remove.
4302 Only define cp125* if windows-125* is already defined.
4303
4304 * language/korean.el (cp949): Add alias.
4305
4306 * language/chinese.el (cp936, cp950): Add aliases.
4307
4308 * language/japanese.el (cp932): Add alias.
4309
4310 * term/w32-win.el: Require code-pages.
4311
4312 * international/mule-cmds.el (set-locale-environment):
4313 On MS-Windows use ansi code-page for default coding-systems.
4314 Set up paper sizes for Windows 3 letter languages.
4315
4316 * international/code-pages.el (cp932, cp936, cp949, cp950):
4317 Add aliases. Also add cp125* if not already defined.
4318
4319 2004-05-09 Juanma Barranquero <lektu@terra.es>
4320
4321 * help-fns.el (help-highlight-arguments): Don't try to highlight
4322 missing or autoloaded arglists. Accept structured arguments, like
4323 the first ones of `do' and `flet'.
4324
4325 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
4326 (cvs-get-marked): Remove redundant arglist info.
4327
4328 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
4329 Don't use CL-style default args.
4330
4331 2004-05-08 Andreas Schwab <schwab@suse.de>
4332
4333 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
4334
4335 * international/subst-ksc.el: Fix references to utf-translate-cjk
4336 into utf-translate-cjk-mode.
4337 * international/subst-big5.el: Likewise.
4338 * international/subst-gb2312.el: Likewise.
4339 * international/subst-jis.el: Likewise.
4340 * international/utf-16.el: Likewise.
4341 * international/utf-8.el: Likewise.
4342
4343 2004-05-08 John Wiegley <johnw@newartisans.com>
4344
4345 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
4346 "virtual buffers" (off by default), which makes it possible to
4347 switch to the "virtual" buffers of recently visited files. When a
4348 buffer name search fails, and this option is on, iswitchb will
4349 look at the list of recently visited files, and permit matching
4350 against those names. When the user hits RET on a match, it will
4351 revisit that file.
4352 (iswitchb-read-buffer): Add two optional arguments, which makes
4353 isearchb.el possible.
4354 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
4355 (iswitchb-next-match): Add support for virtual buffers.
4356
4357 * isearchb.el: This module extends iswitchb to provide "as you
4358 type" buffer selection.
4359
4360 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
4361 Ignore the read-only property when flyspell highlighting is on.
4362 Not ignoring it leads to a series of confusing errors.
4363 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
4364 but also make sure to call flyspell-incorrect-hook.
4365 (flyspell-maybe-correct-transposition): Perform transposition test
4366 by bit twiddling a string, rather than using a temp buffer.
4367 (flyspell-maybe-correct-doubling): Use a string rather than a temp
4368 buffer. This is also the original version of the code, which
4369 could not be checked in before due to a previous lack of
4370 assignment papers. This version has seen heavy usage on my system
4371 for several years now.
4372
4373 * calendar/cal-bahai.el: New file, which adds support for the
4374 Baha'i calendar to Emacs. This calendar is based on a solar year
4375 of 19 months of 19 days, with 4 intercalary days. Each year
4376 begins on March 21, with the calendar starting in 1844.
4377
4378 * calendar/cal-menu.el, calendar/calendar.el,
4379 calendar/diary-lib.el, calendar/holidays.el: Added support for
4380 using cal-bahai.el.
4381
4382 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
4383 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
4384 function can be used outside of eshell buffers.
4385 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
4386
4387 2004-05-08 Juanma Barranquero <lektu@terra.es>
4388
4389 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
4390 word constituent so FOO-ARG is not recognized as an arg.
4391 (help-highlight-arguments): Don't skip lists in mandatory arguments.
4392
4393 * simple.el (next-error): Fix typo in docstring.
4394 (open-line): Make argument names match their use in docstring.
4395 (split-line): Fix docstring.
4396
4397 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
4398 usable by `describe-function'.
4399 (gensym, gentemp, typep, ignore-errors): Make argument names match
4400 their use in docstring.
4401
4402 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
4403 argument to `help-setup-xref'.
4404
4405 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
4406
4407 Version 2.0.40 of Tramp released.
4408
4409 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
4410 Use symbol-function to invoke functions only known on some Emacs
4411 flavors. This avoids byte-compiler warnings. Reported by Kevin
4412 Scaldeferri <kevin@scaldeferri.com>.
4413 (tramp-do-copy-or-rename-file-via-buffer): Rename from
4414 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
4415 consistent with the other tramp-do-* functions.
4416 (tramp-do-copy-or-rename-file): Calls adjusted.
4417 (tramp-process-initial-commands): Avoid liveness check on shell --
4418 we know that it must be alive since we're opening a connection at
4419 this moment.
4420 (tramp-last-cmd): New internal variable.
4421 (tramp-process-echoes): New tunable.
4422 (tramp-send-command): Set tramp-last-cmd.
4423 (tramp-wait-for-output): Delete echo, if applicable.
4424 (tramp-read-passwd): Construct the key for the password cache in a
4425 way that works for multi methods, too.
4426 (tramp-bug): Add backup-directory-alist and
4427 bkup-backup-directory-info to bug reports, with Tramp counterparts.
4428
4429 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
4430
4431 * net/tramp*.el: Suppress byte-compiler warnings where possible.
4432
4433 * net/tramp.el (tramp-out-of-band-prompt-regexp)
4434 (tramp-actions-copy-out-of-band): New defcustoms.
4435 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
4436 used instead of a synchronous one. Allows password entering.
4437 (tramp-action-out-of-band): New defun.
4438 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
4439 Remove restriction with password from doc string.
4440 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
4441 `tramp-out-of-band-prompt-regexp',
4442 `tramp-actions-copy-out-of-band', `password-cache' and
4443 `password-cache-expiry'.
4444 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
4445 password caching.
4446 (tramp-touch): FILE can be a local file, too.
4447 (TODO): Remove items done.
4448 (tramp-handle-insert-directory): Properly quote file name also if
4449 not full-directory-p. Handle wildcard case. Reported by Andreas
4450 Schwab <schwab@suse.de>.
4451 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
4452 new file.
4453 (tramp-handle-file-local-copy, tramp-handle-write-region):
4454 The permissions of the temporary file are set if filename exists.
4455 Reported by Ted Stern <stern@cray.com>.
4456 (tramp-backup-directory-alist)
4457 (tramp-bkup-backup-directory-info): New defcustoms.
4458 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
4459 (tramp-handle-find-backup-file-name): New function.
4460 Implements Tramp's find-backup-file-name.
4461
4462 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
4463 for `find-backup-file-name'.
4464
4465 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
4466 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
4467
4468 2004-05-07 Lars Hansen <larsh@math.ku.dk>
4469
4470 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
4471
4472 2004-05-07 Juanma Barranquero <lektu@terra.es>
4473
4474 * subr.el (lambda): Add arglist description to docstring.
4475 (declare): Fix typo in docstring.
4476 (open-network-stream): Fix docstring.
4477 (process-kill-without-query): Fix docstring and add obsolescence info.
4478 (last, butlast, nbutlast): Make arguments match their use in docstring.
4479 (insert-buffer-substring-no-properties): Likewise.
4480 (insert-buffer-substring-as-yank): Likewise.
4481 (split-string): Fix docstring.
4482
4483 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
4484 Make argument names match their use in docstring.
4485
4486 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
4487
4488 2004-05-06 Nick Roberts <nickrob@gnu.org>
4489
4490 * progmodes/gdb-ui.el: Improve/extend documentation strings.
4491 Fit first sentence on one line for apropos-command.
4492
4493 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4494
4495 Changes largely merged in from Dave Love's code.
4496 * progmodes/python.el: Doc fixes.
4497 (python-mode-map): Add python-complete-symbol.
4498 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
4499 (python-comment-indent, python-complete-symbol)
4500 (python-symbol-completions, python-partial-symbol)
4501 (python-try-complete): New.
4502 (python-indent-line): Remove optional arg. Use python-block-end-p.
4503 (python-check): Bind compilation-error-regexp-alist.
4504 (inferior-python-mode): Use rx. Move keybindings to top level.
4505 Set comint-input-filter.
4506 (python-preoutput-filter): Use rx.
4507 (python-input-filter): Re-introduce.
4508 (python-proc): Start new process if necessary.
4509 Check python-buffer non-nil.
4510 (view-return-to-alist): Defvar.
4511 (python-send-receive): New.
4512 (python-eldoc-function): Use it.
4513 (python-mode-running): Don't defvar.
4514 (python-mode): Set comment-indent-function.
4515 Maybe update hippie-expand-try-functions-list.
4516 (python-indentation-levels): Initialize differently.
4517 (python-block-end-p): New.
4518 (python-indent-line): Use it.
4519 (python-compilation-regexp-alist): Augment.
4520 (run-python): Import `emacs' module to Python rather than loading
4521 code directly. Set python-buffer differently.
4522 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
4523 Use python-proc.
4524 (python-send-command): Go to end of comint buffer.
4525 (python-load-file): Use python-proc, emacs.eimport.
4526 (python-describe-symbol): Simplify interactive form.
4527 Use emacs.help. Do use temp-buffer-show-hook.
4528 Call print-help-return-message.
4529 (hippie-exp): Require when compiling.
4530 (python-preoutput-continuation): Use rx.
4531
4532 * diff-mode.el (diff-make-unified): Fix regexp.
4533
4534 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
4535
4536 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
4537 filter groups from the buffer when rebuilding the Ibuffer buffer
4538 and `ibuffer-show-empty-filter-groups' is nil.
4539
4540 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4541
4542 * ps-print.el (ps-print-quote): Call ps-value-string.
4543 (ps-setup): Call ps-comment-string.
4544 (ps-value-string, ps-comment-string): New funs.
4545
4546 2004-05-06 Juanma Barranquero <lektu@terra.es>
4547
4548 * ehelp.el (electric-help-command-loop): Check whether the last
4549 character is visible, not (point-max).
4550
4551 * help-fns.el (help-argument-name): Default to bold; don't inherit
4552 from font-lock-variable-name-face.
4553 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
4554
4555 2004-05-05 Kenichi Handa <handa@m17n.org>
4556
4557 * descr-text.el (describe-char): Copy the character with text
4558 properties and overlays into the first line, and call
4559 describe-text-properties on it.
4560
4561 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
4562
4563 * iswitchb.el (iswitchb-global-map): Fix typo.
4564 Remove unwanted ###autoloads from source file.
4565
4566 2004-05-05 Lars Hansen <larsh@math.ku.dk>
4567
4568 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
4569 in run-hooks. Use substitute-command-keys in message.
4570 (wdired-abort-changes): Add message.
4571
4572 2004-05-03 Michael Mauger <mmaug@yahoo.com>
4573
4574 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
4575 (sql-emacs20-p): Remove.
4576 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
4577 (sql-builtin-face, sql-doc-face): Remove.
4578 (sql-mode-ansi-font-lock-keywords)
4579 (sql-mode-oracle-font-lock-keywords)
4580 (sql-mode-postgres-font-lock-keywords)
4581 (sql-mode-linter-font-lock-keywords)
4582 (sql-mode-ms-font-lock-keywords)
4583 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
4584 (sql-product-font-lock): Fix font-lock reset when font rules change.
4585 (sql-highlight-product): Remove incorrect font-lock reset logic.
4586
4587 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
4588
4589 * ses.el (ses-set-parameter): Fix typo.
4590
4591 2004-05-04 Kim F. Storm <storm@cua.dk>
4592
4593 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
4594 Must expand directory for completion to work; and don't mess with
4595 process-environment.
4596 (ido-read-file-name): If command has ido property, don't use ido
4597 if value is ignore, or read as directory if value is dir.
4598 Set ido ignore property for dired-do-rename command.
4599
4600 2004-05-04 Juanma Barranquero <lektu@terra.es>
4601
4602 * ehelp.el (electric-help-command-loop, electric-help-undefined)
4603 (electric-help-help): Check against unmapped commands.
4604
4605 * help-fns.el (help-argument-name): New face, inheriting from
4606 font-lock-variable-name-face, to highlight function arguments in
4607 `describe-function' and `describe-key'.
4608 (help-do-arg-highlight): Auxiliary function to highlight a given
4609 list of arguments in a string.
4610 (help-highlight-arguments): Highlight the function arguments and
4611 all uses of them in the docstring.
4612 (describe-function-1): Use it. Do docstring output via `insert',
4613 not 'princ', so text attributes are preserved.
4614
4615 * winner.el (winner-mode-map): Move `winner-undo' and
4616 `winner-redo' to C-c <left> and C-c <right>, respectively (the
4617 previous bindings conflict with `prev-buffer', `next-buffer').
4618
4619 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4620
4621 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
4622 (bibtex-entry-update): New command bound to C-c C-u.
4623 (bibtex-text-in-string): Fix regexp.
4624 (bibtex-assoc-of-regexp): Remove.
4625 (bibtex-progress-message): Fix docstring.
4626 (bibtex-inside-field): Use if.
4627 (bibtex-assoc-regexp): New function.
4628 (bibtex-format-entry): Make code more robust so that it formats
4629 also old entries.
4630 (bibtex-autokey-demangle-title): Merge with obsolete function
4631 bibtex-assoc-of-regexp.
4632 (bibtex-field-list): New function.
4633 (bibtex-entry): Use bibtex-field-list.
4634 (bibtex-parse-entry): Fix docstring.
4635 (bibtex-print-help-message): Use bibtex-field-list.
4636 (bibtex-make-field): Use bibtex-field-list.
4637 (bibtex-entry-index): Bugfix. Return crossref key if required.
4638 (bibtex-lessp): Fix docstring.
4639
4640 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
4641
4642 * select.el (xselect-convert-to-string): Move comment to intended line.
4643
4644 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4645
4646 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
4647 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
4648
4649 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4650
4651 * term/x-win.el (x-clipboard-yank): Don't exit on error from
4652 x-get-selection.
4653
4654 2004-05-03 Jason Rumney <jasonr@gnu.org>
4655
4656 * makefile.nt: Remove.
4657
4658 2004-05-03 Kim F. Storm <storm@cua.dk>
4659
4660 * emulation/cua-base.el (cua--update-indications): Fix last change.
4661 (cua-mode): Deactivate mark when cua-mode is enabled.
4662
4663 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
4664
4665 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
4666
4667 2004-05-03 Nick Roberts <nickrob@gnu.org>
4668
4669 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
4670 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
4671 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
4672 window over visible frames.
4673 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
4674
4675 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
4676
4677 * progmodes/compile.el (compilation-gcpro): New var.
4678 (compilation-fake-loc): Use it.
4679 (compilation-forget-errors): Reset it.
4680
4681 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
4682
4683 * diff-mode.el (diff-header-face, diff-file-header-face):
4684 Use min-colors.
4685
4686 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4687
4688 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
4689 (bibtex-clean-entry): Disentangle code.
4690 (bibtex-realign): New function.
4691 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
4692 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
4693 Remove undocumented optional arg called-by-convert-alien.
4694 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
4695 for sorting instead of bibtex-sort-buffer.
4696
4697 2004-05-02 Eli Zaretskii <eliz@gnu.org>
4698
4699 * progmodes/compile.el (compilation-start): In the
4700 no-async-subprocesses branch, call sit-for to give redisplay a
4701 chance to show the updated process status in the mode line, and
4702 fontify the buffer explicitly after the process exits.
4703
4704 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
4705
4706 * progmodes/python.el (python-compilation-line-number): Remove.
4707 (python-compilation-regexp-alist): Don't use it any more.
4708 (python-orig-start, python-input-filter): Remove.
4709 (inferior-python-mode): Don't set up comint-input-filter-functions.
4710 (python-send-region): Use compilation-fake-loc.
4711
4712 * progmodes/compile.el (compilation-messages-start): New var.
4713 (compilation-mode): Don't setup next-error-function here.
4714 (compilation-setup): Set it up here instead (for minor modes as well).
4715 Make compilation-messages-start buffer local.
4716 (compilation-next-error-function): Use it.
4717 (compilation-forget-errors): Set compilation-messages-start.
4718
4719 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
4720
4721 * ielm.el (ielm-prompt-read-only): Update docstring.
4722
4723 * comint.el (comint-prompt-read-only): Update docstring.
4724 (comint-update-fence, comint-kill-whole-line)
4725 (comint-kill-region): New functions.
4726
4727 * simple.el (kill-whole-line): Use "p" instead of "P" in
4728 interactive form.
4729
4730 2004-05-01 Juanma Barranquero <lektu@terra.es>
4731
4732 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
4733 format arglist so default values in CL-style argument lists are
4734 correctly shown.
4735
4736 2004-05-01 Jason Rumney <jasonr@gnu.org>
4737
4738 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
4739
4740 2004-05-01 Kenichi Handa <handa@m17n.org>
4741
4742 * international/titdic-cnv.el (miscdic-convert): Don't generate a
4743 quail file if it is up to date.
4744
4745 2004-04-30 Juri Linkov <juri@jurta.org>
4746
4747 * cus-edit.el (custom-mode-map):
4748 Add key binding `C-x C-s' to `Custom-save'.
4749
4750 * outline.el (outline-blank-line): New var.
4751 (outline-next-preface, outline-show-heading)
4752 (outline-end-of-subtree): Use it.
4753
4754 * dired-aux.el (dired-touch-initial): New fun.
4755 (dired-do-chxxx): Call it for op-symbol `touch'.
4756 (dired-diff): Use `dired-dwim-target-directory'
4757 if current dired buffer has no buffer mark.
4758
4759 * bindings.el (propertized-buffer-identification):
4760 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
4761 Add C-M-arrow keys for consistency.
4762
4763 * files.el (confirm-kill-emacs):
4764 Change group from top-level `emacs' to `convenience'.
4765
4766 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
4767 Push mark on the first call of successive command calls.
4768 (insert-pair): New fun created from `insert-parentheses' with
4769 `open' and `close' arguments added. Enclose active regions
4770 in paired characters. Compare adjacent characters syntax with
4771 inserted characters syntax before inserting a space.
4772 (insert-parentheses): Call `insert-pair' with ?\( ?\).
4773
4774 * delsel.el: Don't put `delete-selection' property
4775 on `insert-parentheses' symbol to take advantage of
4776 region handling in `insert-pair' function.
4777 Suggested by Stephan Stahl <stahl@eos.franken.de>.
4778
4779 2004-04-30 Kim F. Storm <storm@cua.dk>
4780
4781 * emulation/cua-base.el: Add support for changing cursor types;
4782 based on patch from Michael Mauger.
4783 (cua-normal-cursor-color, cua-read-only-cursor-color)
4784 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
4785 Customization cursor type and/or cursor color.
4786 (cua--update-indications): Handle cursor type changes.
4787 (cua-mode): Update cursor indications if enabled.
4788
4789 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
4790
4791 * mouse.el (mouse-drag-copy-region): New defcustom.
4792 (mouse-set-region, mouse-drag-region-1): Use it.
4793
4794 * simple.el (kill-ring-save): If region face background color is
4795 unspecified (if no highlighting), show extent of fully visible
4796 region even if transient-mark-mode is enabled.
4797
4798 * emulation/cua-base.el (cua--standard-movement-commands):
4799 Add cua-scroll-up and cua-scroll-down.
4800 (cua-scroll-up, cua-scroll-down): New commands.
4801 (cua--init-keymaps): Remap scroll-up and scroll-down.
4802
4803 * emulation/cua-rect.el (cua--convert-rectangle-as):
4804 New defmacro.
4805 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
4806 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
4807 New commands (suggested by Jordan Breeding).
4808
4809 2004-04-30 Juanma Barranquero <lektu@terra.es>
4810
4811 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
4812
4813 2004-04-30 Mario Lang <mlang@delysid.org>
4814
4815 * diff.el (diff-switches): Fix typo in docstring.
4816
4817 2004-04-30 Alex Schroeder <alex@gnu.org>
4818
4819 * xml.el (xml-debug-print-internal): Don't add newline and
4820 indentation to text nodes and write empty elements as empty tags
4821 instead of opening and closing tags.
4822 (xml-debug-print): Take optional indent-string argument.
4823 (xml-print): Alias for xml-debug-print.
4824
4825 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4826
4827 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
4828 than duplicate call to `line-beginning-position'.
4829
4830 * progmodes/f90.el (f90-get-present-comment-type):
4831 Return whitespace, as well as comment chars, for consistent filling
4832 of comment blocks. Use `match-string-no-properties'.
4833 (f90-break-line): Trim trailing whitespace when filling comments.
4834
4835 2004-04-30 Dave Love <fx@gnu.org>
4836
4837 * calendar/diary-lib.el (diary-outlook-formats): New variable.
4838 (diary-from-outlook-internal, diary-from-outlook)
4839 (diary-from-outlook-gnus, diary-from-outlook-rmail):
4840 New functions to import diary entries from Outlook-format
4841 appointments in mail messages.
4842
4843 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4844
4845 * progmodes/python.el (python-send-command): New fun.
4846 (python-send-region, python-load-file): Use it.
4847
4848 * progmodes/compile.el (compilation-last-buffer): Add var alias.
4849
4850 * help-fns.el (help-C-file-name): Use new subr-name.
4851 Prepend `src/' to the file name.
4852 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
4853 (describe-function-1, describe-variable): Only find a C source file
4854 name if DOC is already loaded.
4855
4856 * help-mode.el (help-function-def, help-variable-def):
4857 Use the new find-function-search-for-symbol functionality.
4858 Allow FILE to be `C-source'.
4859
4860 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
4861 (find-function-C-source): New fun.
4862 (find-function-search-for-symbol): Use it.
4863
4864 2004-03-29 Michael Mauger <mmaug@yahoo.com>
4865
4866 * progmodes/sql.el (sql-product-alist): Rename variable
4867 `sql-product-support'. Add Postgres login parameters.
4868 (sql-set-product, sql-product-feature): Update with renamed variable.
4869 (sql-connect-postgres): Add username prompt.
4870 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
4871 Make patterns less product specific.
4872 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
4873 (sql-mode-abbrev-table): Modify initialization.
4874 (sql-builtin-face): Add variable.
4875 (sql-keywords-re): Add macro.
4876 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
4877 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
4878 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
4879 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
4880 (sql-mode-linter-font-lock-keywords)
4881 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
4882 (sql-mode-sybase-font-lock-keywords)
4883 (sql-mode-informix-font-lock-keywords)
4884 (sql-mode-interbase-font-lock-keywords)
4885 (sql-mode-ingres-font-lock-keywords)
4886 (sql-mode-solid-font-lock-keywords)
4887 (sql-mode-sqlite-font-lock-keywords)
4888 (sql-mode-db2-font-lock-keywords): Default to nil.
4889 (sql-product-font-lock): Always highlight ANSI keywords.
4890 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
4891 (sql-send-string): Add function.
4892
4893 2004-04-29 Dave Love <fx@gnu.org>
4894
4895 * progmodes/cfengine.el (cfengine-beginning-of-defun)
4896 (cfengine-end-of-defun): Ensure progress through buffer.
4897
4898 * info-look.el (cfengine-mode): Accept a terminal ().
4899
4900 2004-04-29 Juri Linkov <juri@jurta.org>
4901
4902 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
4903 instead of isearch-yank-word-or-char. Add new key bindings for
4904 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
4905 (isearch-del-char): New fun.
4906 (isearch-forward, isearch-edit-string): Update docstring.
4907 (isearch-yank-char): Doc fix.
4908 (isearch-other-meta-char): Restore point after scrolling.
4909
4910 * progmodes/compile.el (compilation-context-lines): Add nil option
4911 to disable compilation output window scrolling.
4912 (compilation-set-window): Use it.
4913
4914 * outline.el (outline-next-preface, outline-show-heading):
4915 Don't leave unhidden blank line before heading.
4916 (outline-end-of-subtree): Include last newline into subtree.
4917 (hide-entry): Leave point at beginning of heading instead of end.
4918 (outline-up-heading): Push mark for the first call of successive
4919 command calls.
4920
4921 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
4922
4923 * comint.el (comint-prompt-read-only): New variable.
4924 (comint-output-filter): Implement it.
4925
4926 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
4927 (ielm-prompt-internal): New variable.
4928 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
4929 (ielm-send-input): Delete unused variable `buf'.
4930 (ielm-eval-input): Use `ielm-prompt-internal'.
4931 (inferior-emacs-lisp-mode): Use new variables
4932 `comint-prompt-read-only' and `ielm-prompt-internal'.
4933 Get rid of obsolete variable `directory-sep-char'.
4934 (ielm): Use `zerop'.
4935
4936 2004-04-29 John Paul Wallington <jpw@gnu.org>
4937
4938 * thumbs.el (toplevel): Require cl at compile time.
4939 Remove conditional definitions of `ignore-errors' and `caddar'
4940 because they occur at run time.
4941
4942 2004-04-28 Nick Roberts <nickrob@gnu.org>
4943
4944 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
4945 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
4946 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
4947 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
4948
4949 * progmodes/gud.el (gud-common-init): Throw an error if program is
4950 already running under gdb.
4951
4952 2004-04-28 John Paul Wallington <jpw@gnu.org>
4953
4954 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
4955 (thumbs-show-image-num): Move assignment of
4956 `thumbs-current-image-filename' within scope of `i'.
4957 (thumbs-emboss-image): Don't use `evenp'.
4958
4959 2004-04-28 Richard M. Stallman <rms@gnu.org>
4960
4961 * progmodes/compile.el (compilation-context-lines): Default now 0.
4962
4963 2004-04-28 Juanma Barranquero <lektu@terra.es>
4964
4965 Use `time-less-p' from calendar/time-date.el instead of defining
4966 custom versions of it.
4967
4968 * pcomplete.el (pcomplete-time-less-p): Remove.
4969
4970 * thumbs.el (time-less-p): Remove.
4971
4972 * calendar/timeclock.el (timeclock-time-less-p): Remove.
4973 (timeclock-generate-report): Use `time-less-p'.
4974
4975 * emacs-lisp/autoload.el (autoload-before-p): Remove.
4976 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
4977
4978 2004-04-28 Masatake YAMATO <jet@gyve.org>
4979
4980 * subr.el (remove-overlays): Make arguments optional.
4981
4982 * wid-edit.el (widget-specify-button): Put evaporate to the
4983 overlay for sample.
4984 (widget-specify-sample): Put evaporate to the overlay for sample.
4985 (widget-specify-doc): Put evaporate to the overlay for documentation.
4986
4987 2004-04-27 Jesper Harder <harder@ifa.au.dk>
4988
4989 * info.el (info-apropos): Make it an index node. Align node names
4990 like makeinfo.
4991
4992 2004-04-27 Eli Zaretskii <eliz@gnu.org>
4993
4994 * net/browse-url.el (browse-url-netscape-sentinel)
4995 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
4996 (browse-url-epiphany-sentinel, browse-url-mosaic):
4997 Use browse-url-*-program instead of a literal program name.
4998
4999 2004-04-27 Kevin Ryde <user42@zip.com.au>
5000
5001 * eshell/em-alias.el:
5002 * eshell/em-dirs.el:
5003 * eshell/em-hist.el:
5004 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
5005 features when M-x customize-group loads modules before the main
5006 eshell.el.
5007
5008 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
5009
5010 * subr.el (momentary-string-display): Support EXIT-CHAR that is
5011 either a character representation of an event or an event
5012 description list.
5013
5014 * type-break.el: Capitalise Emacs and Lisp.
5015 (type-break-good-break-interval, type-break-demo-boring-stats)
5016 (type-break-terse-messages, type-break-file-name): New defcustoms.
5017 (type-break-post-command-hook)
5018 (type-break-warning-countdown-string): Quote variable names in doc.
5019 (type-break-interval-start, type-break-auto-save-file-name): New vars.
5020 (type-break-mode): Document type-break-good-break-interval and the
5021 "session" file. Schedule break according to the session file.
5022 Kill session file buffer on exit. Organise for save-some-buffers
5023 to always save the session file.
5024 (type-break-mode-line-message-mode, type-break-query-mode):
5025 Uppercase arguments.
5026 (type-break-file-time, type-break-file-keystroke-count, timep)
5027 (type-break-choose-file, type-break-get-previous-time)
5028 (type-break-get-previous-count): New defuns.
5029 (type-break): Avoid break querying after a completed break in the
5030 case where the query was initiated during user invocation of the
5031 break. Optional terse messages.
5032 Use type-break-good-break-interval if type-break-good-rest-interval is
5033 nil. File the break time.
5034 (type-break-schedule): New optional args for overriding the use of
5035 the current time.
5036 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
5037 after a break.
5038 (type-break-check): File the keystroke count.
5039 (type-break-do-query): Prevent a second query when the break is
5040 interrupted. Optional terse message.
5041 (type-break-keystroke-reset): Record the start of a typing interval.
5042 (type-break-demo-boring): Optional terse messages. Display word
5043 per minute and keystroke counts according to
5044 type-break-demo-boring-stats.
5045
5046 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
5047
5048 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
5049 directories, make sure they exist under archive-tmpdir.
5050
5051 2004-04-27 Juri Linkov <juri@jurta.org>
5052
5053 * help.el (view-emacs-news): With argument, display info for the
5054 selected version by finding it among different NEWS files, and
5055 narrowing the buffer to the selected version.
5056
5057 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
5058 same-window-buffer-names.
5059 (info): New arg `buffer'. Use it. Doc fix. Read file name for
5060 non-numeric prefix argument, append the number to the buffer name
5061 for numeric prefix argument.
5062 (info-other-window): Bind same-window-regexps to nil.
5063 (Info-reference-name): Rename to Info-point-loc.
5064 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
5065 and Info-find-index-name for stringy Info-point-loc.
5066 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
5067 without middle `.', but with final `.' and optional line number
5068 for it. Set Info-point-loc for index nodes.
5069 (Info-index): Remove middle `.' from index entry regexp.
5070 Modify line number regexp.
5071 (Info-index-next): Decrement line number.
5072 (info-apropos): Remove middle `.' from index entry regexp.
5073 Add optional line number regexp at the end. Add matched value
5074 for line number to the result list and insert it to the buffer.
5075 Replace match-string by match-string-no-properties.
5076 Reorder result list.
5077 (Info-fontify-node): Hide index line numbers.
5078 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
5079 empty matches.
5080 (Info-follow-reference): Use `str' instead of
5081 Info-following-node-name-re.
5082 (Info-toc): Use full file names. Set Info-current-node to "Top".
5083 (Info-fontify-node): Compare file names without directory name.
5084 (Info-try-follow-nearest-node): Don't set Info-reference-name.
5085 Set second arg of Info-extract-menu-node-name for index nodes.
5086 (info-xref-visited): Use magenta3 instead of magenta4.
5087 (Info-mode): Add info-apropos to docstring.
5088
5089 * log-view.el (log-view-diff): Replace interactive code "r"
5090 by a list to allow to call it even if region is not active.
5091
5092 * paren.el (show-paren-highlight-openparen): New var.
5093 (show-paren-function): Turn on openparen highlighting when
5094 matching forward if show-paren-highlight-openparen is non-nil.
5095
5096 * simple.el (kill-ring-save): Use blink-matching-delay instead of
5097 the constant value 1.
5098 (completions-common-part): Expand docstring.
5099
5100 * textmodes/picture.el (picture-mode-map): Add arrow keys.
5101
5102 2004-04-27 Kim F. Storm <storm@cua.dk>
5103
5104 * image.el (insert-sliced-image): Use line-height instead of
5105 line-spacing property on newline.
5106
5107 2004-04-26 Lars Hansen <larsh@math.ku.dk>
5108
5109 * desktop.el (desktop-buffer-misc-data-function): Rename to
5110 desktop-save-buffer and change docstring.
5111 (desktop-buffer-modes-to-save): Delete.
5112 (desktop-save-buffer-p): Use desktop-save-buffer instead of
5113 desktop-buffer-modes-to-save.
5114 (desktop-save): Rename desktop-buffer-misc-data-function to
5115 desktop-save-buffer and allow non-function value.
5116 (desktop-missing-file-warning): Correct docstring.
5117
5118 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
5119 to desktop-save-buffer.
5120
5121 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
5122 desktop-save-buffer.
5123
5124 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
5125
5126 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
5127
5128 2004-04-26 Eli Zaretskii <eliz@gnu.org>
5129
5130 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
5131
5132 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
5133
5134 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
5135 (ielm): Only go to the end of the buffer when starting a new process.
5136
5137 2004-04-25 Juanma Barranquero <lektu@terra.es>
5138
5139 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
5140 mode line. Bind `inhibit-read-only' to t before modifying
5141 properties of text in the buffer.
5142 (ielm): Force point to the end of buffer, even when running ielm
5143 from inside itself.
5144
5145 2004-04-25 Jesper Harder <harder@ifa.au.dk>
5146
5147 * info.el (info-apropos): Reset Info-complete-cache.
5148
5149 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
5150
5151 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5152 Also recognize severe Irix et al. messages.
5153 (compilation-normalize-filename, compile-abbreviate-directory):
5154 Delete functions.
5155 (compilation-get-file-structure): New function inherits
5156 functionality of the two preceding ones.
5157 (compilation-internal-error-properties, compilation-fake-loc):
5158 Use it so that different paths to the same file share the same
5159 markers. Also optimize finding adjacent marker slightly.
5160
5161 2004-04-25 Kim F. Storm <storm@cua.dk>
5162
5163 * image.el (insert-sliced-image): Add line-spacing t property
5164 to newlines separating image lines.
5165
5166 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
5167
5168 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
5169
5170 * ielm.el (ielm-prompt-read-only): New user option.
5171 (ielm-prompt): Expand docstring to describe new behavior.
5172 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
5173 mention it in the docstring.
5174
5175 2004-04-24 Andreas Schwab <schwab@suse.de>
5176
5177 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
5178
5179 * diff.el (diff): Set default-directory in diff buffer.
5180
5181 2004-04-24 Eli Zaretskii <eliz@gnu.org>
5182
5183 * mail/sendmail.el (mail-bury): Don't delete the frame where the
5184 mail was being composed if the terminal cannot display more than
5185 one frame; instead, switch to previous frame.
5186
5187 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
5188 (rmail-start-mail): Support rmail-mail-new-frame even on
5189 terminals that can display only one frame at a time.
5190
5191 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
5192
5193 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
5194 (checkdoc-output-font-lock-keywords): Remove error regexp.
5195 (checkdoc-output-mode-map): Remove.
5196 (checkdoc-output-mode): Derive from compilation-mode.
5197 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
5198
5199 * dired.el (dired-mode-map): Add a menu entry for wdired.
5200
5201 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
5202 (rx-bracket, rx-check-any, rx-any): Clean up name space.
5203
5204 * wdired.el: (wdired-mode-map): Move init into declaration.
5205 Fix `return' binding.
5206 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
5207 Use force-mode-line-update.
5208 (wdired-get-filename): Use `unless'.
5209 (wdired-preprocess-files): Don't assume names have no \n and use / for
5210 dir separator.
5211 (wdired-normalize-filename): Use replace-regexp-in-string.
5212 (wdired-load-hooks): Remove.
5213 (wdired-mode-hooks): Rename to wdired-mode-hook.
5214
5215 * info-look.el: Add support for cfengine-mode.
5216 (info-lookup-setup-mode): Use dolist.
5217
5218 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
5219
5220 * wdired.el: New file.
5221
5222 2004-04-23 Juanma Barranquero <lektu@terra.es>
5223
5224 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
5225
5226 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
5227 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
5228 (pcomplete--help, pcomplete--here): Doc fixes.
5229
5230 2004-04-23 Andre Spiegel <spiegel@gnu.org>
5231
5232 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
5233 handles wrong-number-of-arguments in backend call.
5234
5235 * vc.el (vc-print-log): Likewise.
5236
5237 2004-04-20 Dave Love <fx@gnu.org>
5238
5239 * emacs-lisp/rx.el: Doc fixes.
5240 (rx-constituents): Add/extend many forms.
5241 (rx-check): Check form is a list.
5242 (bracket): Defvar.
5243 (rx-check-any, rx-any, rx-check-not): Modify.
5244 (rx-not): Simplify.
5245 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
5246 (rx-kleene): Use rx-trans-forms.
5247 (rx-quote-for-set): Delete.
5248 (rx): Allow multiple args.
5249
5250 2004-04-23 Kenichi Handa <handa@m17n.org>
5251
5252 * international/mule-util.el (char-displayable-p): Simplify by
5253 using internal-char-font.
5254
5255 2004-04-23 Juanma Barranquero <lektu@terra.es>
5256
5257 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
5258
5259 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
5260
5261 * diff-mode.el (diff-next-error): New fun.
5262 (diff-mode): Use it.
5263
5264 * simple.el (next-error): Change arg name.
5265 Add support for the documented C-u C-x ` usage.
5266
5267 * frame.el (special-display-popup-frame, next-multiframe-window)
5268 (previous-multiframe-window): Only consider frames on same display.
5269
5270 2004-04-22 Lars Hansen <larsh@math.ku.dk>
5271
5272 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
5273 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
5274
5275 2004-04-22 Kim F. Storm <storm@cua.dk>
5276
5277 * net/telnet.el (telnet): Add optional port arg.
5278
5279 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
5280
5281 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5282 Minor sanity check on the `hyperlink' slot.
5283
5284 * Makefile.in (recompile): Compile new files.
5285
5286 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
5287 Add byte-recompile-directory's optional `arg'.
5288
5289 * cvs-status.el (cvs-tree-use-charset): New var.
5290 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
5291 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
5292 (cvs-status-cvstrees): Use it.
5293
5294 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
5295 Make it a normal major mode.
5296 (checkdoc-buffer-label): Make sure the file name is meaningful.
5297 (checkdoc-output-to-error-buffer): Remove.
5298 (checkdoc-error, checkdoc-start-section): Rewrite.
5299
5300 * info.el (info-node, info-menu-5, info-xref, info-header-node)
5301 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
5302 (Info-title-4-face): Use new syntax.
5303 (info-xref-visited): Inherit from info-xref.
5304
5305 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
5306
5307 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
5308
5309 * simple.el (next-error-last-buffer, next-error-function):
5310 New variables for the next-error framework.
5311 (next-error-buffer-p): New function.
5312 (next-error-find-buffer): Generalize compilation-find-buffer.
5313 (next-error, previous-error, first-error, next-error-no-select)
5314 (previous-error-no-select): Move from compile.el.
5315
5316 * replace.el (occur-next-error, occur-1): Hook into the next-error
5317 framework.
5318
5319 * progmodes/compile.el (compilation-start):
5320 Set next-error-last-buffer so next-error knows where to jump.
5321 (compilation-setup): Set the buffer-local variable
5322 next-error-function to 'compilation-next-error-function.
5323 (compilation-buffer-p, compilation-buffer-internal-p): Use an
5324 alternate way to find if a buffer is a compilation buffer, for
5325 next-error convenience.
5326 (next-error-no-select, previous-error-no-select, next-error)
5327 (previous-error, first-error): Move to simple.el.
5328 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
5329 (compilation-last-buffer): Remove.
5330 (compilation-start, compilation-next-error, compilation-setup)
5331 (compilation-next-error-function, compilation-find-buffer):
5332 Remove compilation-last-buffer use.
5333
5334 2004-04-21 Juanma Barranquero <lektu@terra.es>
5335
5336 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
5337 (font-lock-warning-face): Fix spacing.
5338
5339 * makefile.w32-in (WINS): Add url/ directory.
5340
5341 2004-04-21 Lars Hansen <larsh@math.ku.dk>
5342
5343 * desktop.el (desktop-buffer-mode-handlers): New variable.
5344 Alist of major mode specific functions to restore a desktop buffer.
5345 (desktop-buffer-handlers): Make variable obsolete.
5346 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
5347 Catch errors signaled in handlers. Update buffer count.
5348 Evaluate desktop-buffer-point.
5349 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
5350 move to dired.el.
5351 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
5352 move to info.el.
5353 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
5354 move to mail/rmail.el.
5355 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
5356 to mh-e/mh-e.el.
5357 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
5358 On fail, print message (to message buffer) even if
5359 desktop-missing-file-warning is nil.
5360 (desktop-buffer-misc-data-function): New buffer local variable.
5361 Function returning major mode specific data.
5362 (desktop-buffer-misc-functions): Make variable obsolete.
5363 (desktop-save): Use desktop-buffer-misc-data-function.
5364 (desktop-buffer-dired-misc-data): Rename to
5365 dired-desktop-buffer-misc-data and move to dired.el.
5366 (desktop-buffer-info-misc-data): Rename to
5367 Info-desktop-buffer-misc-data and move to info.el.
5368 (desktop-read): Add message about number of buffers restored/failed.
5369
5370 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
5371 Add parameters. Pause to display error only when
5372 desktop-missing-file-warning is non-nil.
5373 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
5374 (dired-mode): Bind desktop-buffer-misc-data-function.
5375
5376 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
5377 Add Parameters.
5378 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
5379 (Info-mode): Bind desktop-buffer-misc-data-function.
5380
5381 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
5382 Add Parameters.
5383
5384 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
5385 Add Parameters.
5386
5387 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
5388
5389 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
5390 the case of letters in case-insensitive expansions when the
5391 abbrev is preceded by characters with letter syntax.
5392
5393 2004-04-21 Richard M. Stallman <rms@gnu.org>
5394
5395 * progmodes/cperl-mode.el (cperl-putback-char):
5396 Delete Emacs 18 definition.
5397
5398 * international/mule.el (ctext-post-read-conversion):
5399 Use assoc-string, not assoc-ignore-case.
5400
5401 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
5402
5403 * emacs-lisp/easymenu.el (easy-menu-add):
5404 Do call x-popup-menu, but only if it's defined.
5405
5406 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
5407
5408 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
5409 Handle multiple args: compile like progn.
5410
5411 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
5412 take all args as &rest arg.
5413
5414 * autoinsert.el (auto-insert-alist): Insert the user's name in
5415 copyright notice, rather than Free Software Foundation.
5416
5417 2004-04-21 Kenichi Handa <handa@m17n.org>
5418
5419 * descr-text.el (describe-char): Make it work on *Help* buffer.
5420
5421 2004-04-21 Kim F. Storm <storm@cua.dk>
5422
5423 * image.el (insert-image): Add optional SLICE arg.
5424 (insert-sliced-image): New defun.
5425
5426 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
5427
5428 * subr.el (read-number): Check whether `default' is nil.
5429
5430 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5431
5432 * progmodes/compile.el (compilation-error-properties):
5433 Split into two.
5434 (compilation-internal-error-properties): New one.
5435 (compilation-compat-error-properties): Use it. Fix the non-marker case.
5436
5437 2004-04-20 Richard M. Stallman <rms@gnu.org>
5438
5439 * window.el (split-window-save-restore-data):
5440 Don't update the data if OLD-INFO is nil.
5441
5442 * view.el (view-return-to-alist): Mark it permanent local.
5443
5444 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
5445
5446 * recentf.el (recentf-save-list): Catch and warn about errors.
5447
5448 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
5449 so "Buffers" won't be pure.
5450
5451 * help-mode.el (help-mode-finish): Set help-return-alist first
5452 thing, setting only the entry for the selected window.
5453
5454 * help-fns.el (describe-function-1): If many non-control non-meta
5455 keys run the command, don't list all of them.
5456
5457 2004-04-20 Juanma Barranquero <lektu@terra.es>
5458
5459 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
5460 arg. Copied from Andre Spiegel's patch of 2004-03-21.
5461
5462 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
5463
5464 2004-04-20 Kenichi Handa <handa@m17n.org>
5465
5466 * international/quail.el (quail-lookup-key): New optional arg
5467 NOT-RESET-INDICES.
5468 (quail-get-translations): Call quail-lookup-key with
5469 NOT-RESET-INDICES t.
5470 (quail-completion): Likewise.
5471 (quail-lookup-map-and-concat): Likewise.
5472
5473 2004-04-20 Kenichi Handa <handa@m17n.org>
5474
5475 * international/quail.el (quail-update-translation): Don't insert
5476 such an unsupported multibyte char in a unibyte buffer.
5477
5478 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
5479
5480 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
5481 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
5482 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
5483 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
5484 (gdb-frame-assembler-buffer): Improve behaviour with
5485 multiple frames.
5486 (gdb-display-buffer): Extend search to all visible frames.
5487
5488 2004-04-19 Eli Zaretskii <eliz@gnu.org>
5489
5490 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
5491 characters left after base64 decoding.
5492 (rmail-decode-region): Use -dos variety of `coding', to remove any
5493 ^M characters left after qp or base64 decoding.
5494
5495 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5496
5497 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
5498 messages.
5499
5500 2004-04-19 Stephen Eglen <stephen@gnu.org>
5501
5502 * add-log.el (add-change-log-entry): Update doc string to mention
5503 add-log-full-name and add-log-mailing-address.
5504
5505 2004-04-18 Juri Linkov <juri@jurta.org>
5506
5507 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
5508 (Info-find-node-2): Simplify error message.
5509 (Info-insert-dir): Use Info-following-node-name.
5510 (Info-goto-node): Remove *info-history* and *info-toc*.
5511 (Info-history): Create a node of the virtual history file.
5512 (Info-toc): Create a node of the virtual toc file.
5513 (Info-insert-toc): New arg `curr-file' for reference file names.
5514 (info-apropos): Remove redundant var binding for temp-file.
5515 (Info-index, Info-index-next, Info-mode): Doc fix.
5516 (Info-goto-emacs-command-node): Don't jump to *info* from
5517 non-*info* Info buffers.
5518 (Info-fontify-node): Don't show the file name of external
5519 references if `Info-hide-note-references' is `hide'. Don't hide
5520 newlines at the end of paragraphs.
5521
5522 * international/mule-diag.el (list-input-methods):
5523 Fix args to help-xref-button.
5524
5525 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
5526 to put into effect local variables from TUTORIAL files.
5527
5528 * textmodes/paragraphs.el (sentence-end) <function>: New fun
5529 with default value taken from the variable `sentence-end'.
5530 (sentence-end) <defcustom>: Set default to nil. Doc fix.
5531 Add nil const to :type.
5532 (sentence-end-without-period, sentence-end-double-space)
5533 (sentence-end-without-space): Doc fix.
5534
5535 * textmodes/paragraphs.el (forward-sentence):
5536 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
5537 (fill-delete-newlines):
5538 * progmodes/cc-cmds.el (c-beginning-of-statement):
5539 Use function `sentence-end' instead of variable `sentence-end'.
5540
5541 2004-04-18 Andreas Schwab <schwab@suse.de>
5542
5543 * progmodes/compile.el (compilation-start): Set window start to
5544 point-min if compilation-scroll-output is nil.
5545
5546 2004-04-18 John Wiegley <johnw@newartisans.com>
5547
5548 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
5549
5550 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
5551
5552 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
5553 (gdb-info-breakpoints-custom): Revert previous change.
5554 (gdb-view-assembler): Update assembler if necessary.
5555 (gdb-frame-handler): Parse correctly for gdb-current-frame.
5556 (gdb-display-source-buffer): Update properly when both source and
5557 assembler are visible.
5558
5559 2004-04-17 John Wiegley <johnw@newartisans.com>
5560
5561 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
5562 which limits the number of names shown in the minibuffer. Off by
5563 default.
5564 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
5565 up iswitchb for users with a multitude of open buffers by showing
5566 only the first and last N/2 buffers in the completion list (which
5567 is enough to aid C-s/C-r, and to know that more characters are
5568 needed to refine the completion list).
5569
5570 2004-04-17 Richard M. Stallman <rms@gnu.org>
5571
5572 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
5573 (file-truename): Expand all ~ constructs directly.
5574 (insert-directory): Delete any error msg output by the
5575 `insert-directory-program'.
5576
5577 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
5578 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
5579 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
5580 (allout-init): Use find-file-hook, not find-file-hooks.
5581 (allout-mode): Eliminate Emacs 18 support.
5582 Use write-contents-functions, not local-write-file-hooks.
5583
5584 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
5585
5586 * progmodes/compile.el (compilation-error-properties): Fix for
5587 adding messages when there are already markers for their file.
5588 (compilation-fake-loc): New function.
5589
5590 2004-04-16 Dave Love <fx@gnu.org>
5591
5592 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
5593 (python-load-file): Fix python-orig-start setting.
5594
5595 * progmodes/compile.el: Doc fixes.
5596 (compilation-error-regexp-alist-alist)
5597 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
5598 (compilation-assq): Wrap in eval-when-compile.
5599 (compilation-mode-font-lock-keywords): Don't use list*.
5600 (compilation-start): Avoid warning.
5601 (compilation-compat-error-properties)
5602 (compilation-directory-properties): Add keymap property.
5603 (compilation-parsing-end): Make it a marker for better compatibility.
5604
5605 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
5606
5607 2004-04-16 Mark A. Hershberger <mah@everybody.org>
5608
5609 * xml.el: Doc fixes.
5610 (xml-get-children): Only looks at sub-tags and ignore strings.
5611
5612 * xml.el (xml-parse-tag): Avoid overwriting node-name.
5613
5614 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
5615
5616 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
5617
5618 2004-04-16 Andre Spiegel <spiegel@gnu.org>
5619
5620 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
5621
5622 * vc.el (vc-print-log): Likewise.
5623
5624 2004-04-16 Masatake YAMATO <jet@gyve.org>
5625
5626 * simple.el (completion-setup-function): Set an initial value
5627 to `element-common-end' before entering loop. Set a value
5628 to `element-common-end' at the end of loop.
5629 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
5630 (completions-common-part): Rename from completion-de-emphasis.
5631 (completions-first-difference): Rename from completion-emphasis.
5632 Suggested by RMS.
5633
5634 2004-04-16 Juanma Barranquero <lektu@terra.es>
5635
5636 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
5637 (bookmark-edit-annotation-mode): Add mode name.
5638
5639 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
5640
5641 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
5642 for nested conflict markers.
5643 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
5644
5645 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
5646
5647 * progmodes/gdb-ui.el (gdb-goto-info): New function.
5648
5649 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
5650
5651 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
5652
5653 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
5654 Give a backtrace if requested.
5655
5656 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
5657
5658 * progmodes/python.el (python-mouse-2-command, python-RET-command):
5659 Remove unused functions.
5660 (python-orig-start-line, python-orig-file): Remove.
5661 (python-orig-start): New var.
5662 (python-input-filter, python-compilation-line-number)
5663 (python-send-region, python-load-file): Use it.
5664
5665 * info.el (info): Always jump to *info*.
5666
5667 * subr.el (posn-set-point): New function.
5668
5669 * mouse.el (mouse-set-point): Use it.
5670
5671 * progmodes/compile.el (compile-goto-error): Use it.
5672 (compilation-button-map): New keymap.
5673 (compilation-error-properties): Use it.
5674 (compilation-shell-minor-mode-map): Don't bind mouse-2.
5675
5676 * smerge-mode.el (smerge-popup-context-menu): Use it.
5677
5678 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
5679 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
5680 mouse and non-mouse case.
5681
5682 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
5683 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
5684
5685 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
5686 Make it work for non-mouse events.
5687
5688 * pcvs-info.el (cvs-status-map): Update binding name.
5689
5690 2004-04-14 Mark A. Hershberger <mah@everybody.org>
5691
5692 * xml.el (xml-maybe-do-ns): New function to handle namespace
5693 parsing of both attribute and element names.
5694 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
5695 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
5696 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
5697 (xml-parse-attlist): Make it do its own namespace parsing.
5698
5699 2004-04-14 Dave Love <fx@gnu.org>
5700
5701 * progmodes/python.el (run-python): Fix use of \n.
5702 (python-load-file): Remove `try' from Python fragment.
5703 (python-describe-symbol): Fix message.
5704
5705 * comint.el: Doc fixes.
5706 (comint-last-input-start, comint-last-input-end)
5707 (comint-last-output-start): Give them values.
5708 (comint-arguments): Avoid warning.
5709 (comint-skip-prompt): Use line-end-position.
5710 (comint-backward-matching-input): Rename arg to agree with doc.
5711 (comint-extract-string): Use syntax-ppss.
5712 (comint-dynamic-simple-complete): Delete useless list construction.
5713 (comint-redirect-subvert-readonly): New.
5714 (comint-redirect-preoutput-filter): Use it.
5715
5716 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
5717 Correctly handle negative arguments when calling hook functions.
5718
5719 2004-04-14 Jesper Harder <harder@ifa.au.dk>
5720
5721 * info.el (info-apropos): Don't clobber Info-history-list.
5722
5723 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
5724
5725 * progmodes/compile.el (compilation-setup):
5726 Localize overlay-arrow-position.
5727 (compilation-sentinel): Restructure code equivalently.
5728 (compilation-next-error): Find message on same line after point if
5729 not found before point.
5730 (compile-mouse-goto-error): Restore function so that compilation
5731 buffer need not be current and use compile-goto-error.
5732 (compile-goto-error): Restore function.
5733 (next-error): Set overlay-arrow-position.
5734 (compilation-forget-errors): Don't localize already local
5735 compilation-locs and remove FIXME about refontifying.
5736
5737 2004-04-14 Kim F. Storm <storm@cua.dk>
5738
5739 * startup.el (emacs-quick-startup): New defvar (set by -Q).
5740 (command-line): New option -Q. Like -q --no-site-file, but
5741 in addition it also disables menu-bar, tool-bar, scroll-bars,
5742 tool-tips, and the blinking cursor.
5743 (command-line-1): Skip startup screen if -Q.
5744 (fancy-splash-head): Use ":align-to center" prop to center splash image.
5745
5746 * emulation/cua-base.el (cua-read-only-cursor-color)
5747 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
5748
5749 2004-04-13 Dave Love <fx@gnu.org>
5750
5751 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
5752 (syntax): Don't require.
5753 (python) <defgroup>: Add :version.
5754 (python-quote-syntax): Re-written.
5755 (inferior-python-mode): Move stuff here from run-python and add
5756 some more.
5757 (python-preoutput-continuation, python-preoutput-result)
5758 (python-dotty-syntax-table): New.
5759 (python-describe-symbol): Use them.
5760 (run-python): Move stuff to inferior-python-mode. Modify code
5761 loaded into Python.
5762 (python-send-region): Use python-proc, python-send-string.
5763 (python-send-string): Send newlines too. Callers changed.
5764 (python-load-file): Re-written.
5765 (python-eldoc-function): New.
5766 (info-look): Don't require.
5767 (python-after-info-look): New. A modified version of former
5768 top-level code for use with eval-after-load.
5769 (python-maybe-jython, python-guess-indent): Use widened buffer.
5770 (python-fill-paragraph): Re-written.
5771 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
5772 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
5773
5774 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
5775
5776 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
5777 Set compilation-error-regexp-alist earlier.
5778
5779 * progmodes/compile.el (compilation-minor-mode-map)
5780 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
5781 (compile-goto-error): Re-merge the mouse and non-mouse commands.
5782
5783 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
5784
5785 * progmodes/compile.el (compile-goto-error): Select the buffer/window
5786 corresponding to the event.
5787
5788 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
5789
5790 * loadup.el: Add cygwin to system-type list, for unexec() support.
5791
5792 2004-04-12 John Paul Wallington <jpw@gnu.org>
5793
5794 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
5795 (ibuffer-restore-window-config-on-quit): New variable to replace
5796 `ibuffer-delete-window-on-quit'. Update all references.
5797 (ibuffer-prev-window-config): New variable.
5798 (ibuffer-quit): Restore previous window configuration instead of
5799 deleting window.
5800 (ibuffer): Save window configuration before showing Ibuffer buffer.
5801
5802 * help.el (describe-mode): Doc fix.
5803
5804 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
5805
5806 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
5807 not to treat nil as a function.
5808
5809 * vc-arch.el (vc-arch-root): Be a bit more careful.
5810 (vc-arch-register): Save the buffer if we modified it.
5811 (vc-arch-delete-rej-if-obsolete): Save excursion.
5812 (vc-arch-find-file-hook): Use the simpler after-save-hook.
5813 (vc-arch-responsible-p, vc-arch-init-version): New functions.
5814
5815 * net/ldap.el (ldap-search): Use list*.
5816
5817 2004-04-12 Juri Linkov <juri@jurta.org>
5818
5819 * info.el (Info-follow-reference): Allow multiline reference name.
5820
5821 2004-04-11 Dave Love <fx@gnu.org>
5822
5823 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
5824
5825 * progmodes/python.el: New file.
5826
5827 2004-04-11 Andre Spiegel <spiegel@gnu.org>
5828
5829 * vc-hooks.el (vc-arg-list): Function removed.
5830 (vc-default-workfile-unchanged-p): Use condition-case to check for
5831 backward compatibility.
5832
5833 * vc.el (vc-print-log): Use condition-case to check for backward
5834 compatibility.
5835
5836 2004-04-11 Juri Linkov <juri@jurta.org>
5837
5838 * dired.el (dired-faces): New defgroup.
5839 (dired-header, dired-mark, dired-marked, dired-flagged)
5840 (dired-warning, dired-directory, dired-symlink, dired-ignored):
5841 New faces.
5842 (dired-header-face, dired-mark-face, dired-marked-face)
5843 (dired-flagged-face, dired-warning-face, dired-directory-face)
5844 (dired-symlink-face, dired-ignored-face): New face variables.
5845 (dired-font-lock-keywords): Use them instead of font-lock faces.
5846 Split the rule for dired marks into 3 separate rules: for marks,
5847 marked file names and flagged file names.
5848
5849 * help-mode.el (help-make-xrefs): Add a final newline to the
5850 *Help* buffer.
5851
5852 2004-04-11 John Paul Wallington <jpw@gnu.org>
5853
5854 * replace.el (occur-engine): Distinguish between one and several
5855 matches in the matches per buffer heading.
5856
5857 2004-04-11 Kim F. Storm <storm@cua.dk>
5858
5859 * ido.el (ido-confirm-unique-completion): New defcustom.
5860 (ido-complete): Use it.
5861 (ido-write-file): Set it to t unconditionally.
5862
5863 2004-04-10 Miles Bader <miles@gnu.org>
5864
5865 RCS keyword removal (only non-comment changes are enumerated here):
5866
5867 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
5868 (byte-compile-insert-header): Don't use `byte-compile-version'.
5869 * forms.el (forms-version): Variable removed.
5870 (forms-mode): Don't use `forms-version'.
5871 * recentf.el (recentf-version): Variable removed.
5872 * progmodes/delphi.el (delphi-version): Variable removed.
5873 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
5874
5875 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
5876
5877 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
5878
5879 2004-04-09 Jesper Harder <harder@ifa.au.dk>
5880
5881 * info.el (info-apropos): Improve menu item regexp.
5882
5883 2004-04-09 Simon Josefsson <jas@extundo.com>
5884
5885 * mail/smtpmail.el: Add comment, based on report by
5886 kdc@rcn.com (Kevin D. Clark).
5887
5888 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
5889
5890 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5891 Redo one more thing that I didn't notice Daniel had undone.
5892
5893 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
5894
5895 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
5896 (gdb-goto-breakpoint, gdb-display-buffer)
5897 (gdb-display-source-buffer, gdb-view-source-function)
5898 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
5899 (gdb-source-info, gdb-frame-handler): Don't specify a window
5900 for display.
5901 (gdb-info-breakpoints-custom): Remove superfluous update of
5902 assembler buffer.
5903 (gdb-many-windows): Make settable outside gdb.
5904
5905 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
5906
5907 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
5908 Derive from fundamental-mode rather than text-mode.
5909
5910 2004-04-08 Juri Linkov <juri@jurta.org>
5911
5912 * info.el (Info-history): Doc fix.
5913 (Info-history-list): New var.
5914 (info-xref): Change magenta4 to blue, remove bold for dark and
5915 light backgrounds, change bold to underline for non-color classes.
5916 (info-xref-visited): New face.
5917 (Info-fontify-visited-nodes): New custom.
5918 (Info-hide-note-references): Add new value `hide'. Doc fix.
5919 (Info-reference-name): New var.
5920 (Info-selection-hook): New custom.
5921 (Info-edit-mode-hook): New var.
5922 (Info-find-file): New fun.
5923 (Info-find-node): Move part of code to Info-find-file.
5924 (Info-find-node-2): Add anchors to Info-history-list. Move point
5925 to the place with the reference name if name is defined.
5926 (Info-select-node): Add current node to Info-history-list.
5927 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
5928 (Info-search-whitespace-regexp): New custom.
5929 (Info-search-case-fold): New var.
5930 (Info-search): Add "case-sensitively" to the prompt.
5931 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
5932 (Info-search-case-sensitively, Info-search-next): New fun.
5933 (Info-up): Move point to the menu item of the current node.
5934 (Info-history): New fun. Add *info-history* to
5935 same-window-buffer-names.
5936 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
5937 (Info-insert-toc): New fun.
5938 (Info-build-toc): New fun.
5939 (Info-follow-reference): Add new arg `fork'. Doc fix.
5940 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
5941 with the same name prefer the reference closest to point.
5942 (Info-next-reference): Replace * by + in the *Note regexp.
5943 Add regexp for http:// and ftp://. Skip the *Note prefix.
5944 (Info-prev-reference): Replace * by + in the *Note regexp.
5945 Add regexp for http:// and ftp://. Skip the *Note prefix.
5946 (Info-follow-nearest-node): Add new arg `fork'.
5947 (Info-try-follow-nearest-node): Add new arg `fork'.
5948 Call browse-url for http:// and ftp:// references.
5949 Set Info-reference-name for index entries.
5950 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
5951 Info-search-next, Info-history, Info-toc, clone-buffer.
5952 (Info-menu-update): Replace * by + in the *Note regexp.
5953 (Info-mode): Add documentation for Info-history, Info-toc,
5954 Info-search-case-sensitively, Info-search-next, clone-buffer.
5955 (Info-fontify-menu-headers): Remove fun. Move code to
5956 Info-fontify-node.
5957 (Info-fontify-node): Add docstring. Add local vars
5958 fontify-visited-p and not-fontified-p. If not-fontified-p is t
5959 then fontify header line, titles, menu headers, http and ftp
5960 references, refill paragraphs. If not-fontified-p is t or
5961 fontify-visited-p is t then fontify cross references, menu items.
5962 Fontify menu headers. Fontify http and ftp references.
5963 Change regexp for cross references to require whitespace after *Note,
5964 add matching groups for file and node names. Remove hack for quote.
5965 Use display property for Info-hide-note-references=t. Use fifth
5966 or fourth match for help-echo. Display visited nodes in a
5967 different face. Unhide file names of external references.
5968 Unhide newlines. Display visited menu items in a different face.
5969
5970 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
5971
5972 * progmodes/compile.el: Require CL.
5973 (compilation-mode-font-lock-keywords): Re-install the "line as
5974 function" patch.
5975
5976 * help-fns.el (help-C-source-directory): New var.
5977 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
5978 (describe-function-1, describe-variable): Use them.
5979
5980 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
5981 to C source files specially.
5982
5983 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
5984
5985 * info.el (Info-hide-cookies-node): New function.
5986 (Info-select-node): Use it.
5987 (Info-display-images-node): Remove message with image file name.
5988
5989 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
5990
5991 * progmodes/compile.el (compilation-warning-face)
5992 (compilation-info-face, compilation-skip-threshold)
5993 (compilation-skip-visited, compilation-context-lines):
5994 Declare :version when added to Emacs.
5995 (compilation-error-regexp-alist-alist): Extend caml and irix.
5996 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
5997 (compilation-mode-font-lock-keywords): Temporarily undo line as
5998 function patch, which wasn't ready.
5999
6000 2004-04-07 Kenichi Handa <handa@m17n.org>
6001
6002 * international/latin1-disp.el (latin1-display-setup): Check each
6003 character is displayable or not instead of calling
6004 latin1-display-check-font.
6005
6006 2004-04-06 Kenichi Handa <handa@m17n.org>
6007
6008 * language/ethio-util.el (ethio-sera-being-called-by-w3):
6009 New variable.
6010 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
6011 instead of sera-being-called-by-w3.
6012 (ethio-fidel-to-sera-buffer): Likewise.
6013 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
6014 instead of sera-being-called-by-w3.
6015 (ethio-write-file): Likewise.
6016
6017 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6018
6019 * printing.el: Doc fix.
6020
6021 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
6022
6023 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
6024 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
6025 (gdb-setup-windows): Only use separate IO buffer if required.
6026
6027 2004-04-06 Kim F. Storm <storm@cua.dk>
6028
6029 * term.el (term-is-xemacs): Remove.
6030 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
6031 (term-window-width): New function.
6032 (term-mode, term-check-size): Use it.
6033 (term-mode): Disable overflow-newline-into-fringe in term buffer.
6034
6035 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
6036
6037 * cus-edit.el (custom-add-parent-links): Change unbound variable
6038 `symbol' to `name'.
6039
6040 2004-04-05 Jesper Harder <harder@ifa.au.dk>
6041 * info.el (info-apropos): New function.
6042 (Info-mode-menu): Add it.
6043 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
6044
6045 * help-mode.el (help-make-xrefs): Recognize aliased variable with
6046 inherited docstring.
6047
6048 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
6049
6050 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
6051
6052 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
6053
6054 * progmodes/compile.el (font-lock): Don't require any more.
6055 (compilation-error-properties, compilation-start, compilation-sentinel)
6056 (compilation-filter, next-error): Use with-current-buffer.
6057 (compilation-skip-to-next-location, compilation-skip-threshold)
6058 (compilation-skip-visited): Move to silence the byte-compiler.
6059 (compilation-setup): Simplify.
6060 (compilation-next-error): Use line-(beginning|end)-position.
6061 Make sure `pt' is non-nil before using compilation-loop.
6062 (compile-goto-error): Add optional event arg. Use it.
6063 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
6064 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
6065 Update the binding for mouse-2.
6066 (first-error): Set compilation-current-error to nil rather than bob.
6067 (compilation-parsing-end, compilation-parse-errors-function)
6068 (compilation-error-list, compilation-old-error-list):
6069 "New" compatibility variables.
6070 (compile-buffer-substring, compilation-compat-error-properties)
6071 (compilation-compat-parse-errors, compilation-forget-errors):
6072 New compatibility functions.
6073 (compilation-mode-font-lock-keywords): Use them.
6074
6075 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
6076
6077 * autorevert.el (auto-revert-handler): If point (or a window
6078 point) is at the end of the buffer, keep it there after
6079 reverting. This allows to tail a file.
6080 Mention this in the `Commentary'.
6081
6082 * format.el (format-write-file): Add optional argument CONFIRM
6083 and make it behave like the analogous argument to `write-file'.
6084
6085 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6086
6087 * progmodes/ebnf2ps.el: Doc fix.
6088 (ebnf-version): New version number (4.2).
6089 (ebnf-syntax): Customization and docstring fix.
6090 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
6091 Put autoloaded funs before first use.
6092 (ebnf-style-database): Add dtd entry.
6093 (ebnf-syntax-alist): Add dtd initialization.
6094 (ebnf-token-sequence): New fun.
6095 (ebnf-comment-table): Add new comment action character.
6096 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
6097
6098 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
6099 Type Definition for XML).
6100
6101 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
6102 * progmodes/ebnf-bnf.el (ebnf-sequence):
6103 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
6104 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
6105 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
6106 Code simplification: call ebnf-token-sequence.
6107
6108 2004-04-04 Eli Zaretskii <eliz@gnu.org>
6109
6110 * calendar/timeclock.el (timeclock-relative)
6111 (timeclock-get-project-function, timeclock-get-workday-function)
6112 (timeclock-query-out, timeclock-when-to-leave)
6113 (timeclock-when-to-leave-string, timeclock-log-data)
6114 (timeclock-generate-report, timeclock-in): Doc fixes.
6115
6116 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6117
6118 * url/: New dir. Import the URL package from its repository.
6119
6120 2004-04-03 Andreas Schwab <schwab@suse.de>
6121
6122 * diff-mode.el (diff-mode): Fix missing quote.
6123
6124 2004-04-03 Juri Linkov <juri@jurta.org>
6125
6126 * descr-text.el (describe-property-list): Add `font-lock-face'.
6127
6128 * dired.el (dired-font-lock-keywords): Fix permission regexps.
6129
6130 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6131
6132 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
6133 Use utf-16le on little endian machines and utf-16be otherwise.
6134
6135 2004-04-02 David Kastrup <dak@gnu.org>
6136
6137 * net/browse-url.el (browse-url-generic): Use call-process
6138 instead of start-process to allow browsers that fork and detach.
6139
6140 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
6141
6142 * compile.el (compilation-current-error): New var.
6143 (compilation-setup, compile-mouse-goto-error)
6144 (compile-goto-error, next-error): Use it.
6145 (compilation-skip-to-next-location): Default to t, which gives
6146 contiguous skipping like old compile (where this was redundant).
6147 (compilation-next-error): Prevent previous-* commands from moving
6148 back to message at or just before point.
6149
6150 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
6151
6152 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
6153 (gdb-source-info): Don't display source at startup, if required.
6154 (gdb-show-main): New option.
6155 (gdba): Update documentation.
6156 (gdb-source): Cover case of auto-display output.
6157
6158 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
6159
6160 * autorevert.el: Delete obsolete autoload's and defvar's.
6161 (auto-revert-check-vc-info): New user option.
6162 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
6163 (auto-revert-handler-vc): Delete.
6164 (auto-revert-handler): Treat return value `fast' of
6165 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
6166
6167 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
6168 return `fast'.
6169
6170 * files.el (buffer-stale-function): Doc change.
6171
6172 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6173
6174 * printing.el: New tip on Tips section.
6175 (pr-version): New version number (6.7.4).
6176 (pr-shell-file-name): Initialization fix.
6177
6178 2004-03-31 Juri Linkov <juri@jurta.org>
6179
6180 * dired.el: Add autoload for `dired-do-touch'.
6181 (dired-touch-program): New var.
6182 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
6183 (dired-no-confirm): Add `touch' to docstring.
6184
6185 * dired-aux.el (dired-do-touch): New fun.
6186 (dired-do-chxxx): Add argument -t for touch operation.
6187
6188 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
6189 `dired-move-to-filename-regexp'.
6190
6191 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
6192
6193 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
6194
6195 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6196
6197 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
6198 and only if the buffer was modified.
6199
6200 2004-03-30 Kenichi Handa <handa@m17n.org>
6201
6202 * international/characters.el: Delete pairs for U+2308..U+230B.
6203
6204 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
6205
6206 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
6207 to detect the beginning of a level 2 or 3 annotation.
6208
6209 2004-03-29 Kenichi Handa <handa@m17n.org>
6210
6211 * international/ucs-tables.el (ucs-insert): Fix the error message.
6212
6213 2004-03-29 Kenichi Handa <handa@m17n.org>
6214
6215 * international/mule-util.el (char-displayable-p): Fix generation
6216 of XLFD file name.
6217
6218 * Makefile.in (setwins, setwins_almost): Change directory to $wd
6219 before finding directories by `find'.
6220
6221 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
6222
6223 * subr.el (interactive-form): Delete. Now implemented in C.
6224
6225 * pcvs.el (cvs-parse-process): Workaround for Darwin.
6226
6227 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
6228 (vc-diff-label): New fun.
6229 (vc-diff-internal): Use it.
6230
6231 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
6232
6233 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6234
6235 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
6236
6237 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
6238 specify XML (EBNFX).
6239
6240 * progmodes/ebnf2ps.el: Doc fix.
6241 (ebnf-version): New version number (4.1).
6242 (ebnf-syntax): Adjust customization.
6243 (ebnf-style-database): Add ebnfx entry.
6244 (ebnf-syntax-alist): Add ebnfx initialization.
6245 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
6246
6247 * printing.el: Doc fix.
6248 (pr-version): New version number (6.7.3).
6249 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
6250 returns nil for mouse position. Reported by Drew Adams
6251 <drew.adams@oracle.com>.
6252 (pr-update-menus): Modify interactive declaration. Reported by Drew
6253 Adams <drew.adams@oracle.com>.
6254
6255 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
6256
6257 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
6258 (gud-gdba-marker-filter): Log the process input and output, if
6259 required. From Stefan Monnier.
6260 (gdb-debug-log, gdb-enable-debug-log): New variables.
6261 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
6262
6263 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
6264
6265 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
6266 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
6267
6268 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
6269
6270 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
6271 Call vc-find-file-hook here instead of in auto-revert-buffers.
6272 (auto-revert-buffers): Delete call to vc-find-file-hook.
6273 (auto-revert-verbose, global-auto-revert-non-file-buffers)
6274 (global-auto-revert-mode, auto-revert-set-timer)
6275 (auto-revert-handler, auto-revert-buffers): Doc fixes.
6276
6277 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
6278
6279 * woman.el (woman-change-fonts): Rename local variable
6280 woman-font-alist to font-alist to avoid a compiler warning.
6281
6282 2004-03-27 Dave Love <fx@gnu.org>
6283
6284 * emacs-lisp/rx.el (rx): Doc fix.
6285 Fix copyright years.
6286
6287 * strokes.el (strokes-global-set-stroke-string): New function.
6288 (strokes-list-strokes): Cope with strings, not just commands.
6289 Set foreground colour of image.
6290 (strokes-global-set-stroke): Doc fix.
6291
6292 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
6293
6294 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
6295 Auto Revert mode.
6296 (Buffer-menu-files-only): New variable.
6297 (Buffer-menu-toggle-files-only): New function.
6298 (Buffer-menu-mode-map): Bind it to `T'.
6299 (Buffer-menu-mode): Mention `T' in docstring.
6300 Set buffer-stale-function.
6301 (list-buffers-noselect): Mark buffer non-modified and set
6302 Buffer-menu-files-only.
6303
6304 * dired.el (buffer-stale-function): Remove no longer needed defvar.
6305
6306 * autorevert.el (auto-revert-handler): Print revert message
6307 before, rather than after, reverting.
6308 (buffer-stale-function): Move to files.el.
6309
6310 * files.el (buffer-stale-function): Move here from autorevert.el.
6311
6312 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6313
6314 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
6315
6316 * calc/calc.el (calc-mode-map): Use mapc.
6317
6318 * apropos.el (apropos-mode): Don't autoload.
6319 (apropos-symbols-internal): New fun. Extracted from `apropos'.
6320 (apropos): Use it.
6321 (apropos-print): Add optional `text' argument.
6322 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
6323 Don't assume point-min == 1.
6324
6325 * bs.el (bs-buffer-list): Use buffer-local-value.
6326 (bs--set-toggle-to-show): Use with-current-buffer.
6327
6328 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
6329 New funs.
6330 (list-buffers-noselect): Use them. Adjust :align-to to new style.
6331
6332 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
6333
6334 * dabbrev.el (dabbrev-expand): Fix regexp construction.
6335 (dabbrev--find-expansion): Use pop.
6336 (dabbrev--search): Use match-string-no-properties.
6337
6338 * dired.el (dired-mode): Use run-mode-hooks.
6339 (dired-move-to-end-of-filename): Use match-string.
6340
6341 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
6342 is bound before using it.
6343 (ediff-verbose-p): Make it into a var since it's not constant.
6344
6345 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
6346
6347 * faces.el (read-face-font): Don't cons up unnecessarily.
6348 (header-line, tool-bar): Share common parts.
6349
6350 * files.el (file-relative-name): Use compare-strings.
6351
6352 * finder.el (finder-mode): Follow coding convention.
6353
6354 * subr.el (read-number): New function.
6355
6356 * ses.el (ses-read-number): Move to subr.el.
6357 (ses-set-header-row): Use read-number.
6358
6359 2004-03-26 Andre Spiegel <spiegel@gnu.org>
6360
6361 * vc-hooks.el (vc-arg-list): New function, which handles both
6362 compiled and uncompiled code.
6363 (vc-default-workfile-unchanged-p): Use it.
6364
6365 * vc.el (vc-print-log): Undo prev change, use new function
6366 vc-arg-list from vc-hooks.el.
6367
6368 2004-03-26 Masatake YAMATO <jet@gyve.org>
6369
6370 * simple.el (completion-setup-function): Emphasize the
6371 first uncommon characters in the completions; and de-emphasize
6372 the common prefix substrings.
6373 (completion-emphasis): New face.
6374 (completion-de-emphasis): New face.
6375
6376 2004-03-25 Juanma Barranquero <lektu@terra.es>
6377
6378 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
6379 Comment out (it's unused and unfinished code).
6380
6381 2004-03-25 Sam Steingold <sds@gnu.org>
6382
6383 * vc.el (vc-print-log): Fix a bug in the last patch:
6384 backend-function may be a byte-compiled object, not a lambda.
6385
6386 2004-03-25 Juri Linkov <juri@jurta.org>
6387
6388 * descr-text.el (describe-property-list): Add a button
6389 for `face' property that calls `describe-face'.
6390 Suggested by luis fernandes <elf@ee.ryerson.ca>
6391
6392 * international/mule.el (keyboard-coding-system):
6393 * kmacro.el (kmacro-call-macro): Fix docstring.
6394
6395 * dired.el: Fix comments.
6396
6397 * textmodes/fill.el (fill): Fix Info link.
6398
6399 * font-lock.el (fast-lock, lazy-lock):
6400 * jit-lock.el (jit-lock): Remove links to removed Support Modes
6401 Info node.
6402
6403 * eshell/eshell.el (eshell): Fix broken info-link.
6404
6405 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
6406 * eshell/em-banner.el (eshell-banner):
6407 * eshell/em-smart.el (eshell-smart):
6408 * eshell/esh-cmd.el (eshell-cmd):
6409 Comment out broken info-links to incomplete Info manual.
6410
6411 * info-xref.el: Fix commentary.
6412
6413 2004-03-25 Kevin Ryde <user42@zip.com.au>
6414
6415 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
6416 Remove spurious node duplicate suppression, doesn't work, not wanted.
6417 (info-xref-output): Take format style args, add "sit-for 0" to let
6418 user see the results as they progress.
6419 (info-xref-check-all-custom): New function.
6420
6421 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
6422
6423 * gdb-ui.el: Moved to progmodes.
6424
6425 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6426
6427 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
6428
6429 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
6430
6431 * calendar/appt.el (appt-check): Remove superfluous progn.
6432 When finished with diary buffer: if it was not being displayed
6433 before, kill it; otherwise restore its original state.
6434 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
6435
6436 * calendar/calendar.el (calendar-set-mode-line): Use total
6437 available mode-line width, rather than frame-width.
6438
6439 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
6440 after mode change so effect not lost.
6441
6442 2004-03-23 Dave Love <fx@gnu.org>
6443
6444 * dired.el (dired) <defgroup>: Add link to manual.
6445 (dired-font-lock-keywords): Add highlighting on unusual permissions.
6446 (dired-revert): Use dolist.
6447 (dired-mode-map): Add U binding.
6448 (dired-mode): Add font-lock-beginning-of-syntax-function.
6449 (dired-garbage-files-regexp): Make it a defcustom.
6450
6451 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
6452
6453 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
6454 is equivalent to nil.
6455 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
6456 (vc-arch-mode-line-string): Accept `added' state.
6457 (vc-arch-state): Use inode-sigs if available.
6458 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
6459 Copy&delete existing id file if any. Fallback if uuidgen is absent.
6460 (vc-arch-tagline-re): New var.
6461 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
6462 New functions.
6463 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
6464 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
6465
6466 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
6467 (vc-file-not-found-hook): Use it.
6468
6469 * diff-mode.el (diff-default-read-only): Change default.
6470 (diff-mode-hook): Make it a defcustom. Add some options.
6471 (diff-mode-map): Bind diff-refine-hook.
6472 (diff-yank-handler): New var.
6473 (diff-yank-function): New fun.
6474 (diff-font-lock-keywords): Use them.
6475 (diff-end-of-file): Handle case where file-header looks like diff text.
6476 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
6477 (diff-file-kill): Delete a subsequent empty line, if applicable.
6478 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
6479 (diff-find-file-name): Use it.
6480 (diff-tell-file-name): New command.
6481 (diff-mode): Be careful with view-mode.
6482 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
6483 New functions, for use in diff-mode-hook.
6484 (diff-find-source-location): Catch "regex too large" errors.
6485 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
6486 (diff-refine-hunk): New command.
6487
6488 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
6489 (smerge-context-menu-map): Remove unused var.
6490 (smerge-keep-all): Preserve markers.
6491 (smerge-keep-n): New fun.
6492 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
6493 (smerge-keep-current, smerge-ediff): Use it.
6494 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
6495 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
6496 (smerge-resolve): Resolve trivial 3-part conflicts.
6497
6498 2004-03-23 Juri Linkov <juri@jurta.org>
6499
6500 * man.el (Man-width): New var.
6501 (Man-getpage-in-background): Use it.
6502 (Man-support-local-filenames): New var and fun.
6503 (Man-build-man-command): Don't add a second %s.
6504 (Man-fontify-manpage): Clean up message.
6505 (Man-mode): Set outline-regexp, outline-level,
6506 imenu-generic-expression.
6507
6508 * woman.el (woman-fill-frame): Doc fix.
6509 (woman-decode-region): Use window-width instead of frame-width.
6510
6511 * abbrevlist.el (list-one-abbrev-table):
6512 * descr-text.el (describe-char):
6513 * international/mule-diag.el (describe-current-coding-system):
6514 * international/quail.el (quail-insert-decode-map):
6515 Use window-width instead of frame-width.
6516
6517 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
6518 (jka-compr-mode-alist-additions): Add tbz.
6519 (jka-compr-write-region, jka-compr-insert-file-contents):
6520 Add message for undefined compress-program.
6521 (jka-compr-write-region): Remove redundant var bindings.
6522
6523 * dired-x.el (dired-guess-shell-alist-default): Add choices for
6524 extracting files into subdirectory. Add tbz and dz. Fix regexps.
6525 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
6526 (dired-man): Use dired-guess-shell-command.
6527 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
6528 Change default nil to t.
6529
6530 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
6531 (dired-compare-directories): Add default value for empty input.
6532
6533 * help-at-pt.el: Move suggestions for key bindings to Commentary.
6534
6535 * time.el (display-time-string-forms): Fix help-echo date format.
6536
6537 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
6538
6539 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
6540 (buffer-stale-function): New variable.
6541 (auto-revert-list-diff, auto-revert-dired-file-list)
6542 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
6543 (auto-revert-handler): Take over some functionality of deleted
6544 functions.
6545 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
6546
6547 * dired.el (dired-directory-changed-p): New fun, extracted from
6548 dired-internal-noselect.
6549 (dired-buffer-stale-p): New fun.
6550 (dired-internal-noselect): Use dired-directory-changed-p.
6551 Eliminate revert messages.
6552 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
6553
6554 2004-03-23 Kenichi Handa <handa@m17n.org>
6555
6556 * international/characters.el: Setup syntaxes for more parentheses
6557 Unicode characters.
6558
6559 * international/mule-cmds.el (select-safe-coding-system):
6560 Merge coding-system and auto-cs before comparing them.
6561
6562 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
6563
6564 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
6565
6566 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
6567 normal-auto-fill-function and comment-indent-function.
6568 The default values now work just as well.
6569 Don't set font-lock-beginning-of-syntax-function since we already set
6570 syntax-begin-function.
6571 (lisp-outline-level): Put ;;;###autoload at same level as (.
6572 (prin1-char): Quote special chars.
6573
6574 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
6575 than with-no-warnings.
6576
6577 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
6578 if the source location can't be found.
6579 (edebug-compute-previous-result): Use prin1-char.
6580
6581 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
6582 (debug-ignored-errors): Add an entry.
6583
6584 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
6585 (byte-compile-file): Output warning when deleting a file.
6586
6587 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
6588 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
6589
6590 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
6591 (byte-compile-inline-expand): Use backquote.
6592 (byte-optimize-pure-func): Rename from byte-optimize-concat.
6593 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
6594
6595 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
6596
6597 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
6598
6599 2004-03-22 Juri Linkov <juri@jurta.org>
6600
6601 * finder.el (finder-known-keywords): Fix data, tex, unix.
6602
6603 * play/landmark.el: Fix keywords.
6604
6605 * language/ethio-util.el (ethio-find-file): Doc fix.
6606
6607 * emacs-lisp/warnings.el: Doc fix.
6608
6609 * textmodes/ispell.el (ispell-help): Doc fix.
6610
6611 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
6612
6613 * format.el (format-insert-file): Always return a list of two
6614 elements, like insert-file-contents does.
6615
6616 2004-03-21 Andre Spiegel <spiegel@gnu.org>
6617
6618 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
6619 and vc-BACKEND-diff.
6620 (vc-print-log): If the print-log implementation supports it, use
6621 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
6622 (vc-version-diff, vc-diff-internal): Doc fixes.
6623
6624 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
6625 implementation supports it, let diff output go to *vc*,
6626 not *vc-diff*, since this is an internal call.
6627
6628 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
6629
6630 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
6631
6632 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
6633
6634 2004-03-21 Dave Love <fx@gnu.org>
6635
6636 * progmodes/cfengine.el (cfengine-mode):
6637 Set parse-sexp-ignore-comments.
6638
6639 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
6640
6641 2004-03-21 Juanma Barranquero <lektu@terra.es>
6642
6643 * allout.el (allout-mode): Fix docstring.
6644
6645 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
6646
6647 * files.el (insert-directory): Fix bug if SWITCHES is a list.
6648
6649 * autorevert.el (auto-revert-interval): Make new value take
6650 effect immediately when set through Custom.
6651 (auto-revert-set-timer): Add interactive declaration.
6652
6653 2004-03-19 David Ponce <david@dponce.com>
6654
6655 * ruler-mode.el (ruler-mode-header-line-format-old):
6656 Don't `make-variable-buffer-local'.
6657 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
6658 (ruler-mode-header-line-format): Simply funcall the above.
6659 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
6660 to save/restore a previous header line format.
6661 (ruler-mode-space): Don't depend on a numeric WIDTH value.
6662 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
6663 fringes and margins width.
6664 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
6665
6666 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
6667
6668 * log-edit.el (log-edit-font-lock-keywords): Typo.
6669
6670 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
6671 (tex-send-tex-command): Rather than here.
6672 (tex-compilation-parse-errors): Simplify.
6673
6674 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
6675
6676 * time.el (display-time-string-forms): Add help-echo with date on time.
6677
6678 * composite.el (compose-region): Use restore-buffer-modified-p.
6679
6680 * disp-table.el (standard-display-8bit): Simplify.
6681
6682 * server.el (server-process-filter): Delete temp frame.
6683
6684 * add-log.el (add-change-log-entry): Simplify.
6685
6686 2004-03-19 Kim F. Storm <storm@cua.dk>
6687
6688 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
6689 (hexl-follow-line): Don't require 'fringe.
6690
6691 * progmodes/compile.el (compilation-start): Always set
6692 compilation-last-buffer and return it.
6693
6694 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
6695
6696 * simple.el (clone-buffer): Doc fix.
6697
6698 2004-03-18 Juanma Barranquero <lektu@terra.es>
6699
6700 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
6701
6702 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
6703
6704 * log-edit.el (log-edit-font-lock-keywords): New var.
6705 (log-edit-mode): Use it.
6706
6707 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
6708
6709 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
6710 properly for watching in speedbar.
6711
6712 2004-03-17 Masatake YAMATO <jet@gyve.org>
6713
6714 * smerge-mode.el (smerge-popup-context-menu):
6715 Put `unwind-protect' around `overlay-put' and `popup-menu'.
6716
6717 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
6718
6719 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
6720 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
6721 Take sealed revisions into account.
6722 (vc-arch-checkin): Extract a summary line from the message.
6723
6724 2004-03-16 Masatake YAMATO <jet@gyve.org>
6725
6726 * register.el (register): Provide `register' feature.
6727
6728 2004-03-15 Masatake YAMATO <jet@gyve.org>
6729
6730 Added context menu support in smerge mode.
6731 Most of the part is written by Stefan Monnier.
6732
6733 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
6734 New keymap and menu.
6735 (smerge-text-properties): New function.
6736 (smerge-remove-props): New function.
6737 (smerge-popup-context-menu): New function.
6738 (smerge-resolve): Call `smerge-remove-props'.
6739 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
6740 (smerge-keep-current): Ditto.
6741 (smerge-kill-current): New function.
6742 (smerge-match-conflict): Put text properties.
6743 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
6744
6745 2004-03-15 David Ponce <david@dponce.com>
6746
6747 * ruler-mode.el: (ruler-mode-left-fringe-cols)
6748 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
6749 (ruler-mode-right-scroll-bar-cols): Remove.
6750 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
6751 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
6752 Use fringe-columns and scroll-bar-columns.
6753
6754 2004-03-15 Masatake YAMATO <jet@gyve.org>
6755
6756 * hl-line.el (hl-line-range-function): New variable.
6757 (hl-line-move): New function.
6758 (global-hl-line-highlight): Use `hl-line-move'.
6759 (hl-line-highlight): Ditto.
6760
6761 * scroll-bar.el (scroll-bar-columns):
6762 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
6763
6764 * ruler-mode.el (top-level): Require scroll-bar and fringe.
6765 (ruler-mode-left-fringe-cols)
6766 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
6767 (ruler-mode-right-scroll-bar-cols)
6768 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
6769 (ruler-mode-ruler-function): New variable.
6770 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
6771 if the value for `ruler-mode-ruler-function'is given.
6772
6773 * hexl.el (hexl-mode-hook): Make the hook customizable.
6774 (hexl-address-area, hexl-ascii-area): New customize variables.
6775 (hexlify-buffer): Put font-lock-faces on the address area and
6776 the ascii area.
6777 (hexl-activate-ruler): New function.
6778 (hexl-follow-line): New function.
6779 (hexl-highlight-line-range): New function.
6780 (hexl-mode-ruler): New function.
6781
6782 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
6783
6784 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
6785 (vc-default-find-file-hook): New fun.
6786 (vc-find-file-hook): Call new find-file-hook operation.
6787
6788 * vc-arch.el: New file.
6789
6790 2004-03-12 Jesper Harder <harder@ifa.au.dk>
6791
6792 * info-look.el (info-lookup): Reuse an existing Info window.
6793
6794 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
6795
6796 * woman.el (woman-preserve-ascii): Default value changed to t and
6797 doc string revised.
6798
6799 2004-03-12 Richard M. Stallman <rms@gnu.org>
6800
6801 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
6802 Fix minor bug.
6803
6804 * replace.el (occur-engine): Change message for count of matches.
6805
6806 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
6807 For strings, do compare text properties.
6808
6809 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
6810
6811 * progmodes/compile.el (compile-auto-highlight)
6812 (compilation-error-list, compilation-old-error-list)
6813 (compilation-parse-errors-function, compilation-parsing-end)
6814 (compilation-error-message, compilation-directory-stack)
6815 (compilation-enter-directory-regexp-alist)
6816 (compilation-leave-directory-regexp-alist)
6817 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
6818 (compilation-current-file, compilation-regexps): Remove vars.
6819
6820 (compile-error-at-point, compilation-error-filedata)
6821 (compilation-error-filedata-file-name, compile-reinitialize-errors)
6822 (compilation-next-error-locus, compilation-forget-errors)
6823 (count-regexp-groupings, compilation-parse-errors)
6824 (compile-collect-regexps, compile-buffer-substring): Remove funs.
6825
6826 (compile-internal): Make obsolete.
6827
6828 (compilation-first-column, compilation-error)
6829 (compilation-directory-matcher, compilation-page-delimiter)
6830 (compilation-mode-font-lock-keywords, compilation-debug)
6831 (compilation-error-face, compilation-warning-face)
6832 (compilation-info-face, compilation-line-face)
6833 (compilation-column-face, compilation-enter-directory-face)
6834 (compilation-leave-directory-face, compilation-skip-threshold)
6835 (compilation-skip-visited, compilation-context-lines): New vars.
6836
6837 (compilation-warning-face, compilation-info-face)
6838 (compilation-message-face): New faces.
6839
6840 (compilation-error-regexp-alist-alist): New constant.
6841
6842 (compilation-face, compilation-directory-properties)
6843 (compilation-assq, compilation-error-properties, compilation-start)
6844 (define-compilation-mode, compilation-loop)
6845 (compilation-set-window): New functions.
6846
6847 (compile): Additional argument for interactive compiles like TeX.
6848
6849 * progmodes/grep.el (kill-grep): Move here from compile.el
6850 (grep-error, grep-hit-face, grep-error-face)
6851 (grep-mode-font-lock-keywords): New variables.
6852 (grep-regexp-alist): Simplify regexp and add `binary' case.
6853 (grep-mode): New mode.
6854 (grep-process-setup): Simplify.
6855
6856 2004-03-11 Jason Rumney <jasonr@gnu.org>
6857
6858 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
6859 letters on DOS/Windows.
6860
6861 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
6862
6863 * server.el (server-name): New var.
6864 (server-socket-dir): New var to replace server-socket-name.
6865 (server-start): Use them.
6866
6867 2004-03-11 Simon Josefsson <jas@extundo.com>
6868
6869 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
6870 died to avoid infloop. Reported by Jonathan Glauner
6871 <jglauner@sbum.org>.
6872
6873 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
6874
6875 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
6876 (smerge-mode-menu): Use it to deactivate menu entries.
6877 (smerge-keep-current): New fun.
6878 (smerge-keep-current): Use it.
6879
6880 2004-03-10 John Paul Wallington <jpw@gnu.org>
6881
6882 * foldout.el (foldout-fold-list, foldout-modeline-string):
6883 Declare them as variables, not constants.
6884
6885 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6886
6887 * ps-print.el: Modification to print *Messages* buffer.
6888 (ps-print-version): New version 6.6.4.
6889 (ps-message-log-max): New fun.
6890 (ps-spool-without-faces, ps-spool-with-faces)
6891 (ps-count-lines-preprint): Code fix.
6892
6893 * printing.el: New tips in Tips section.
6894
6895 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6896
6897 * delim-col.el: Doc fix.
6898
6899 * printing.el: Doc fix. New doc section (Tips).
6900
6901 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
6902
6903 * type-break.el (type-break-emacs-variant): Remove.
6904 (type-break-run-at-time, type-break-cancel-function-timers):
6905 Use fboundp rather than version name and number.
6906
6907 2004-03-09 Masatake YAMATO <jet@gyve.org>
6908
6909 * hexl.el (hexl-mode): Use `make-local-variable' instead of
6910 `make-variable-buffer-local'.
6911
6912 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
6913
6914 * find-dired.el (find-dired): Call `shell-command' instead of
6915 `start-process-shell-command'. By this, Tramp takes over
6916 handling of remote directories.
6917
6918 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
6919
6920 * newcomment.el (comment-use-global-state): New var.
6921 (comment-search-forward): Use it.
6922
6923 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
6924
6925 * cus-edit.el (fill) <defgroup>: Move to fill.el.
6926
6927 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
6928 (enable-kinsoku): Make it a defcustom.
6929 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
6930 paragraph to same-comment-start-marker.
6931
6932 2004-03-07 Dave Love <fx@gnu.org>
6933
6934 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
6935 (browse-url-mail): Use it.
6936
6937 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
6938 (rfc2368-unhexify-string): Use replace-regexp-in-string.
6939
6940 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
6941
6942 * woman.el (woman-man.conf-path): Doc fix.
6943 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
6944
6945 2004-03-07 Eli Zaretskii <eliz@gnu.org>
6946
6947 * sort.el (sort-columns): Remove ms-dos from the list of systems
6948 where the external `sort' command is not used.
6949
6950 2004-03-07 Kim F. Storm <storm@cua.dk>
6951
6952 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
6953 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
6954 from overlay-arrow-variable-list.
6955 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
6956
6957 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
6958
6959 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
6960 overlay arrow string properly for the assembler buffer.
6961
6962 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
6963
6964 * mail/sendmail.el (mail-mode): Fix last change.
6965
6966 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
6967
6968 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
6969 for the assembler buffer.
6970 (gdb-assembler-custom): Position the overlay arrow.
6971 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
6972
6973 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
6974
6975 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
6976
6977 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
6978 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
6979
6980 * mail/sendmail.el (mail-mode): Set comment-start-skip.
6981
6982 * newcomment.el (uncomment-region): Allow non-terminated comment.
6983 (comment-normalize-vars): Check the user-specified comstart marker.
6984
6985 2004-03-04 Jesper Harder <harder@ifa.au.dk>
6986
6987 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
6988 Otherwise, do use it if the region only contains font-lock text
6989 properties.
6990
6991 2004-03-04 Masatake YAMATO <jet@gyve.org>
6992
6993 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
6994 as the callback function for eldoc.
6995 (hexl-print-current-point-info): New function.
6996 (hexl-current-address): Print the address in both decimal
6997 and hexadecimal format.
6998
6999 2004-03-04 Richard M. Stallman <rms@gnu.org>
7000
7001 * mail/rmail.el (rmail-convert-to-babyl-format):
7002 Specify t for UNIBYTE when calling mail-unquote-printable-region.
7003
7004 * mail/mail-utils.el (mail-unquote-printable-region):
7005 New arg UNIBYTE.
7006
7007 * startup.el (command-switch-alist): Doc fix.
7008
7009 * simple.el (undo): Temporarily set this-command to `undo-start',
7010 then set it to `undo' once undo-start returns without error.
7011
7012 * simple.el (minibuffer-history-sexp-flag): Doc fix.
7013
7014 * simple.el (kill-line): Don't disregard trailing whitespace
7015 in eol condition, if show-trailing-whitespace is set.
7016
7017 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
7018 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
7019 When disabling, restore old values only if mouse-sel-has-been-enabled.
7020
7021 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
7022 (isearch-{-char): New function.
7023 (isearch-mode-map): Bind { to isearch-{-char.
7024
7025 * font-lock.el (lisp-font-lock-keywords-2):
7026 Turn off the CL with-... and do-... general patterns.
7027 Instead, recognize several specific with... and do... constructs.
7028
7029 * files.el (switch-to-buffer-other-window):
7030 Bind same-window-buffer-names and same-window-regexps to nil.
7031 (switch-to-buffer-other-frame): Likewise.
7032
7033 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
7034
7035 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
7036 recognizing leading comment on code line.
7037
7038 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
7039
7040 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
7041 hidden files/directories.
7042
7043 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
7044
7045 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
7046 only comment-start (in case the mode hasn't set it).
7047
7048 * Makefile.in (AUTOGENEL): New var.
7049 (bootstrap-prepare): Rename from bootstrap-clean.
7050 Don't remove elc files.
7051 (maintainer-clean): New target.
7052
7053 * xml.el (xml-get-attribute-or-nil): Simplify.
7054
7055 2004-03-02 Juri Linkov <juri@jurta.org>
7056
7057 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
7058 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
7059 URL to prevent their substitution with the environment variable
7060 values by browsers.
7061
7062 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7063
7064 * ps-print.el: Doc fix.
7065 (ps-print-version): New version number (6.6.3).
7066 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
7067 Docstring fix.
7068 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
7069 before printing.
7070 (ps-time-stamp-yyyy-mm-dd): New fun.
7071 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
7072
7073 2004-03-02 Kim F. Storm <storm@cua.dk>
7074
7075 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
7076
7077 2004-03-01 Juanma Barranquero <lektu@terra.es>
7078
7079 * allout.el (allout-rebullet-heading): Fix typo in docstring.
7080
7081 * desktop.el (desktop-file-version)
7082 (desktop-after-read-hook): Fix typos.
7083 (desktop-clear-preserve-buffers): Remove redundant info in
7084 docstring already shown by the obsolescence message.
7085 (desktop-truncate, desktop-internal-v2s)
7086 (desktop-value-to-string): Change argument name to match docstring.
7087
7088 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
7089
7090 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
7091 docstring.
7092
7093 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7094
7095 * printing.el: Replace "As Is..." in PostScript file print/preview by
7096 "No Preprocessing...". Suggested by Colin Marquardt
7097 <_marquardt_@zmd.de>.
7098 (pr-insert-section-4): Adjust buffer interface.
7099
7100 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
7101
7102 Version 2.0.39 of Tramp released.
7103
7104 * net/tramp.el (tramp-handle-file-local-copy)
7105 (tramp-handle-write-region, tramp-open-connection-rsh):
7106 Variable name typo. Small change. From Patrick Tullmann
7107 <tullmann@flux.utah.edu>.
7108 (tramp-process-connection-type): New variable.
7109 (tramp-maybe-open-connection): Use it.
7110 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
7111 (tramp-touch): Set last-modified time of a remote file.
7112 (tramp-handle-write-region): Say which function is used when encoding.
7113
7114 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
7115
7116 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
7117 case of non-existing filename, too. Reported by Christoph Bauer
7118 <c_bauer@informatik.uni-kl.de>.
7119 (tramp-smb-get-file-entries): The directory in question should
7120 have permissions "drwxrwxrwx". Just virtual, because we don't
7121 know the real permissions. Don't we know?
7122 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
7123 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
7124 (tramp-smb-wait-for-output): Optimize algorithm getting pending
7125 output. If it was received chunkwise, there have been problems.
7126 Remove the "prompt not found" error message; it is obvious.
7127 Simplify algorithm.
7128 (tramp-smb-process-running): Remove. Since we acknowledge the
7129 virtual prompt for shares, there's no need for distinction of
7130 reading shares (process ends afterwards) and interactive mode of
7131 smblient.
7132 (tramp-smb-open-connection): Setting process sentinel removed.
7133 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
7134 "NT_STATUS_NETWORK_ACCESS_DENIED".
7135 (tramp-smb-maybe-open-connection): Set `process-connection-type'
7136 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
7137 (top-level): Setting default value in `tramp-default-method-alist'
7138 corrected. Order of USER and HOST have been wrong.
7139 Nobody complained for months ...
7140 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
7141 (tramp-smb-open-connection): Clear password cache if login has failed.
7142
7143 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
7144 `tramp-unified-filenames'.
7145 (tramp-completion-mode): Make test for XEmacs explicitely.
7146 `event-to-character' can exists in Emacs packages too.
7147 Reported by Matt Swift <swift@alum.mit.edu>.
7148 (tramp-buffer-name): Buffer name must contain the user if exists.
7149 Reported by Adrian Phillips <a.phillips@met.no>.
7150 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
7151 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
7152 (tramp-do-copy-or-rename-file-out-of-band): Rename from
7153 `tramp-do-copy-or-rename-file-one-local', because it handles also
7154 the case both files use the same out-of-band method.
7155 Implementation added.
7156 (tramp-handle-file-local-copy, tramp-handle-write-region):
7157 Out-of-band handling removed. `copy-file' called instead, which
7158 calls `tramp-do-copy-or-rename-file-out-of-band'.
7159 (tramp-action-password): Check for out-of-band method removed.
7160 This function is used for 'login-program.
7161 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
7162 appropriate.
7163 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
7164 and `tramp-parse-sknownhosts'.
7165 (tramp-completion-function-alist): It's a defvar now, because we
7166 want to apply the optimized `tramp-set-completion-function'
7167 instead of a static list.
7168 (tramp-set-completion-function): Implementation tuned.
7169 Avoid double entries, and entries where the function or the
7170 file/directory doesn't exist.
7171 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
7172 for SSH2.
7173 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
7174 (tramp-handle-dired-compress-file): New function.
7175 (tramp-async-proc): New variable.
7176 (tramp-handle-shell-command): Adding asynchronous processes.
7177 They are far from being perfect, but it works at least for
7178 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
7179 (top-level): Require password.el if visible. Should be mandatory
7180 once No Gnus has found its way into (X)Emacs.
7181 (tramp-read-passwd): Invoke `password-read' if available,
7182 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
7183 fallback any longer.
7184 (tramp-clear-passwd): New function.
7185 (tramp-process-actions, tramp-process-multi-actions):
7186 Clear password cache if login has failed.
7187
7188 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
7189 its own module.
7190 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
7191 `ange-ftp-ftp-name-res'. There could be incorrect values from
7192 previous calls in case the "ftp" method is used in the Tramp file
7193 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
7194
7195 2004-02-28 Richard M. Stallman <rms@gnu.org>
7196
7197 * term.el (term-mouse-paste): Call mouse-set-point.
7198
7199 * thumbs.el: New file.
7200
7201 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7202
7203 * progmodes/ebnf-abn.el: Doc fix.
7204
7205 * progmodes/ebnf-bnf.el: Doc fix.
7206 (ebnf-repeat): Code fix.
7207
7208 * progmodes/ebnf2ps.el: Doc fix.
7209 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
7210
7211 2004-02-28 Juri Linkov <juri@jurta.org>
7212
7213 * ffap.el (dired-at-point): Additional writability test for
7214 relative directory names.
7215 (dired-at-point-prompter): Treat directories as a directory, get
7216 the directory component from files.
7217 (ffap-string-at-point): Return string from region if region is active.
7218 (ffap-file-at-point): Remove redundant code.
7219
7220 2004-02-28 Kim F. Storm <storm@cua.dk>
7221
7222 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
7223 Initialize margin area images to nil.
7224 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
7225 (breakpoint-enabled-bitmap-face)
7226 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
7227 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
7228 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
7229 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
7230 (gdb-reset): Use gdb-remove-breakpoint-icons.
7231 (gdb-put-string): Add dprop arg to specify alternative display
7232 property (for setting fringe bitmap).
7233 (gdb-remove-strings): Doc fix.
7234 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
7235 icon in fringe (if available), or else as icon or text in display
7236 margin. Creates necessary icons in breakpoint-bitmap,
7237 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
7238 Also make left window margin if required.
7239 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
7240 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
7241 no longer needed.
7242 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
7243 gdb-put-breakpoint-icon.
7244 (gdb-assembler-mode): Don't set left-margin-width here.
7245
7246 2004-02-27 Kevin Ryde <user42@zip.com.au>
7247
7248 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
7249 comma, so that it DTRT in macros.
7250
7251 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
7252
7253 * progmodes/sh-script.el (sh-shell-arg)
7254 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
7255 (sh-leading-keywords, sh-other-keywords): Fix custom type.
7256
7257 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
7258
7259 * faces.el (face-spec-set-match-display): Add a new attribute,
7260 `min-colors'.
7261 (region, highlight, secondary-selection): Use `min-colors'.
7262
7263 * custom.el (defface): Add documentation for `min-colors'.
7264
7265 * font-lock.el (font-lock-comment-face, font-lock-string-face)
7266 (font-lock-keyword-face, font-lock-function-name-face)
7267 (font-lock-variable-name-face, font-lock-constant-face):
7268 Use `min-colors'.
7269
7270 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
7271
7272 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7273
7274 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
7275 define assq-delete-all if it's not defined.
7276 (ebnf-generate-region): Code fix.
7277
7278 * printing.el: Doc fix.
7279 (pr-version): New version number (6.7.2).
7280 (pr-command): Return empty string if command is an empty string.
7281
7282 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7283
7284 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
7285
7286 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
7287 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
7288 semi-down-full. Fix a bug on productions like test = {"test"}* | (
7289 "tt" ["test"] ). Reported by Markus Dreyer
7290 <mdreyer@ix.urz.uni-heidelberg.de>.
7291 (ebnf-version): New version number (4.0).
7292 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
7293 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
7294 (ebnf-delete-style): New commands.
7295 (ebnf-directory, ebnf-file): New funs.
7296 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
7297 (ebnf-production-name-p, ebnf-stop-on-error): New options.
7298 (ebnf-syntax-alist): New var.
7299 (ebnf-element-width): New fun replacing ebnf-list-width.
7300 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
7301 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
7302 (ebnf-prologue): Adjust vars.
7303 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
7304 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
7305 (ebnf-check-style-values, ebnf-generate-production)
7306 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
7307 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
7308 (ebnf-token-repeat): Code fix.
7309
7310 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
7311 %right, %left and %prec. Suggested by Matthew K. Junker
7312 <junker@alum.mit.edu>.
7313 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
7314
7315 * progmodes/ebnf-iso.el: Doc fix.
7316 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
7317 (ebnf-iso-lex): Code fix.
7318
7319 * progmodes/ebnf-bnf.el: Doc fix.
7320 (ebnf-bnf-lex): Code fix.
7321
7322 * progmodes/ebnf-otz.el: Doc fix.
7323
7324 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
7325
7326 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
7327 (abbrev-prefix-mark): Doc fix.
7328
7329 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
7330
7331 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
7332 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
7333 (gdb-var-delete): Make interactive (really).
7334 (gdb-edit-value): Make non-interactive.
7335
7336 * progmodes/gud.el (gud-speedbar-menu-items):
7337 Add gdb-var-delete and, indirectly, gdb-edit-value.
7338 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
7339 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
7340 (gud-gdb-marker-filter): Add comment for annotations.
7341
7342 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
7343
7344 * calendar/calendar.el (generate-calendar)
7345 (calendar-read-date): Prevent display of BC calendars once more -
7346 reverts 2003-10-01 change.
7347 (generate-calendar-month): Doc fix.
7348
7349 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
7350
7351 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
7352 return value of increment-calendar-month.
7353
7354 2004-02-21 Stephen Compall <s11@member.fsf.org>
7355
7356 * saveplace.el (save-place-forget-unreadable-files)
7357 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
7358 (save-place-forget-unreadable-files): New function.
7359 (save-place-alist-to-file): Use it to filter out files that are
7360 no longer readable.
7361
7362 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
7363 current Texinfo environment, using the same method as in
7364 `texinfo-insert-@end', and insert a space rather than a newline if
7365 point in a @table environment.
7366
7367 2004-02-21 Juri Linkov <juri@jurta.org>
7368
7369 * ffap.el (ffap-file-at-point): Try parent directories.
7370
7371 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
7372
7373 * vcursor.el (vcursor-modifiers): New defcustom.
7374 (vcursor-cs-binding): Use vcursor-modifiers instead of a
7375 hard-coded list.
7376
7377 2004-02-21 Masatake YAMATO <jet@gyve.org>
7378
7379 * play/animate.el (animate-birthday-present): Accept names other
7380 than `Sarah', too.
7381
7382 2004-02-21 Juri Linkov <juri@jurta.org>
7383
7384 * startup.el: Remove table of command line arguments from the
7385 Commentary section.
7386
7387 2004-02-20 John Wiegley <johnw@newartisans.com>
7388
7389 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
7390 again" modifier from 'e' to 'E', since 'e' is also used by the
7391 "file extension" modifier.
7392
7393 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
7394
7395 * help-fns.el (describe-categories): Doc fix.
7396
7397 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
7398
7399 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
7400 temporary file for buffer already visiting one. This change makes
7401 output likely to be directly usable by patch program.
7402 Suggested by Adrian Aichner <adrian@xemacs.org>
7403
7404 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
7405
7406 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
7407 case of variables defined in compound statements.
7408 (gdb-setup-windows, gdb-source-info, gdb-source-info):
7409 Simplify constructions using switch-to-buffer.
7410
7411 2004-02-19 Simon Josefsson <jas@extundo.com>
7412
7413 * play/morse.el: Fix typo.
7414 (morse-code): Add @.
7415
7416 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
7417
7418 * calendar/appt.el (appt-display-format): Change default to
7419 'ignore, for backwards compatibility.
7420 (appt-display-message): If appt-display-format is 'ignore,
7421 respect old vars appt-msg-window and appt-visible.
7422 (appt-activate): Don't depend on return value of cancel-timer.
7423
7424 * calendar/calendar.el (calendar-holidays): Doc fix.
7425
7426 * calendar/cal-coptic.el (coptic-prompt-for-date):
7427 Use assoc-string instead of assoc-ignore-case.
7428 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
7429 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
7430 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
7431 * calendar/cal-islam.el (calendar-goto-islamic-date)
7432 (mark-islamic-diary-entries): Ditto.
7433 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
7434 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
7435 (calendar-read-mayan-tzolkin-date): Ditto.
7436 * calendar/calendar.el (calendar-read-date): Ditto.
7437 * calendar/diary-lib.el (mark-diary-entries): Ditto.
7438
7439 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
7440
7441 * progmodes/executable.el (executable-command-find-posix-p):
7442 Fix choice of the directory.
7443
7444 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
7445
7446 * simple.el (interprogram-cut-function)
7447 (interprogram-paste-function, kill-new, kill-append):
7448 Doc fixes.
7449 (kill-region): Make it return nil. Doc fix.
7450 (yank-pop): Make its argument optional.
7451 (yank): Make ARG `-' equivalent to `-1'.
7452
7453 2004-02-17 Eli Zaretskii <eliz@gnu.org>
7454
7455 * mail/rmail.el (rmail-get-new-mail): Don't reference
7456 rmail-use-spam-filter if rmail-spam-filter is not loaded.
7457
7458 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
7459
7460 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
7461 if one of global-auto-revert-non-file-buffers or autorevert-mode
7462 is non-nil.
7463
7464 2004-02-16 Eli Zaretskii <eliz@gnu.org>
7465
7466 * subr.el (delete-dups): A better implementation from Karl Heuer
7467 <kwzh@gnu.org>.
7468
7469 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
7470
7471 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
7472 correct place.
7473 * progmodes/icon.el (icon-indent-command): Ditto.
7474 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
7475
7476 2004-02-16 Eli Zaretskii <eliz@gnu.org>
7477
7478 * progmodes/grep.el (grep-compute-defaults): Undo change from
7479 2004-01-29: don't use executable-command-find-posix-p.
7480
7481 2004-02-16 Richard Sharman <rsharman@pobox.com>
7482
7483 * hilit-chg.el: Use require instead of eval-and-compile.
7484 (highlight-compare-buffers): New function.
7485
7486 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
7487
7488 * man.el (Man-fontify-manpage): Render section headings in
7489 `Man-overstrike-face' even when overstrike was not used by man
7490 formatter for section headings.
7491
7492 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
7493
7494 * rmail-spam-filter.el: (vm-use-spam-filter)
7495 (rsf-min-region-length-added-to-spam-list): New variables.
7496 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
7497 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
7498 spam testing. Don't delete spam message if automatic deletion
7499 after output via variable rmail-delete-after-output is turned on.
7500 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
7501 rsf-bbdb-dont-create-entries-for-spam.
7502 (check-field): New function, extracted from code in
7503 rmail-spam-filter to ease addition of header fields like content-type.
7504 (message-content-type): New variable to check the content-type:
7505 field added, also in defcustom of rsf-definitions-alist.
7506 (rmail-spam-filter): Replace repeated test code for header fields
7507 by calls to check-field; change the call to
7508 rmail-output-to-rmail-file such that rmail-current-message stays
7509 the same to avoid wrong deletion of unseen flags.
7510 (rsf-add-contents-type): New function to convert old format
7511 of rmail-spam-definitions-alist into new one.
7512 Change prefixes of all variables and functions from
7513 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
7514
7515 2004-02-16 Eli Zaretskii <eliz@gnu.org>
7516
7517 * loadhist.el (unload-hook-features-list): New defvar.
7518
7519 2004-02-16 Dave Love <fx@gnu.org>
7520
7521 * loadhist.el (unload-feature): Doc fix. Rename flist to
7522 unload-hook-features-list.
7523
7524 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
7525
7526 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
7527 cookie. Don't check if we are looking-at open-formula.
7528
7529 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
7530
7531 * subr.el (match-string-no-properties): Use substring-no-properties.
7532
7533 2004-02-16 Eli Zaretskii <eliz@gnu.org>
7534
7535 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
7536 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
7537 Use lower-case "rx" in all error message.
7538
7539 2004-02-16 Dave Love <fx@gnu.org>
7540
7541 * emacs-lisp/rx.el (rx-or): Put group around result.
7542 (rx-constituents): Add backref.
7543 (rx-syntax): Add string-delimiter, comment-delimiter.
7544 (rx-categories): Add combining-diacritic.
7545 (rx-check-not, rx-greedy, rx): Doc fix.
7546 (rx-backref, rx-check-backref): New.
7547
7548 2004-02-16 Jesper Harder <harder@ifa.au.dk>
7549
7550 * newcomment.el (uncomment-region): Allow eob as comment end.
7551
7552 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
7553
7554 * filecache.el: All message and error commands now use prefix
7555 "Filecache:" to make it easy to read *Messages* buffer.
7556
7557 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
7558
7559 * autorevert.el: Add support to detect changed dired and VC buffers.
7560 (auto-revert-active-p, auto-revert-list-diff)
7561 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
7562 (auto-revert-handler, auto-revert-active-p): New functions.
7563 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
7564 and `auto-revert-active-p'.
7565 (eval-when-compile): Defvar dired-directory and vc-mode.
7566 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
7567 (auto-revert-handler-vc): New functions.
7568
7569 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
7570
7571 * progmodes/compile.el (compilation-directory): New defvar.
7572 (compile): Save current directory in compilation-directory.
7573 (recompile): Bind default-directory to compilation-directory if
7574 that is non-nil.
7575
7576 2004-02-16 Dave Love <fx@gnu.org>
7577
7578 * newcomment.el (comment-insert-comment-function)
7579 (comment-region-function, uncomment-region-function): New.
7580 (comment-indent): Use comment-insert-comment-function.
7581 (uncomment-region): Use uncomment-region-function.
7582 (comment-region): Use comment-region-function.
7583
7584 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
7585
7586 2004-02-16 Richard Stallman <rms@gnu.org>
7587
7588 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
7589 loaddefs* and ldefs-boot*.
7590
7591 2004-02-16 Eli Zaretskii <eliz@gnu.org>
7592
7593 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
7594 and email address at the beginning and end of the address.
7595
7596 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
7597 anchored at the beginning of the email address.
7598
7599 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
7600
7601 * international/ccl.el (ccl-compile-write): Pass `left' to
7602 ccl-embed-code to generate correct code of write-expr-register.
7603
7604 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
7605
7606 * progmodes/grep.el (grep-compute-defaults): Fix typos.
7607
7608 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7609
7610 * x-dnd.el: Mention support for Motif in commentary.
7611 (x-dnd-handle-drag-n-drop-event): Ditto.
7612
7613 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
7614
7615 * ses.el: Use "ses--" prefixes for buffer-local variables.
7616 Use (point-min) instead of 1, even when we know the buffer
7617 is unnarrowed.
7618 (ses-build-load-map): Delete. Distribute its content to defconst's for
7619 the three maps.
7620 (ses-menu, ses-header-line-menu): New menus.
7621 (ses-mode-map): Use them.
7622 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
7623
7624 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
7625
7626 * Makefile.in: Fix the CC Mode recompile kludge so it works
7627 when building in a different directory.
7628
7629 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
7630
7631 * simple.el (kill-new): Put yank-handler property on the entire string.
7632
7633 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
7634
7635 * diff.el: Don't use compile any more, use diff-mode instead.
7636 (diff-regexp-alist, diff-old-file, diff-new-file)
7637 (diff-parse-differences, diff-process-setup): Remove.
7638 (diff-sentinel): New fun.
7639 (diff): Use it. Run the process ourselves.
7640 Use diff-mode for the rest of the processing.
7641
7642 * diff.el (diff): Simplify code handling `switch'.
7643
7644 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
7645
7646 * pcvs-defs.el (cvs-menu): Add `tag'.
7647
7648 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
7649
7650 * simple.el (kill-append): Doc fix.
7651
7652 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7653 Adapt outline-regexp to the new conventions for commenting out code.
7654
7655 2004-02-11 John Paul Wallington <jpw@gnu.org>
7656
7657 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
7658
7659 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
7660
7661 * diff.el (diff-switches): New fun.
7662 (diff, diff-backup): Use it.
7663 (diff): Clean up the args construction. Use backquote.
7664 Use listp instead of consp to avoid putting a nil arg.
7665 (diff): Add a revert-buffer function.
7666
7667 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7668
7669 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
7670 handled by x-dnd-handle-file-name.
7671 (x-dnd-known-types): Add COMPOUND_TEXT.
7672 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
7673 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
7674 x-dnd-empty-state.
7675 (x-dnd-forget-drop): Ditto.
7676 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
7677 (x-dnd-handle-one-url): Return private when inserting text.
7678 (x-dnd-insert-ctext): New function.
7679 (x-dnd-handle-file-name): New function for FILE_NAME.
7680 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
7681 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
7682 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
7683
7684 2004-02-10 Kenichi Handa <handa@m17n.org>
7685
7686 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
7687 instead of while loop.
7688
7689 2004-02-10 Miles Bader <miles@gnu.org>
7690
7691 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
7692
7693 2004-02-09 Kenichi Handa <handa@m17n.org>
7694
7695 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
7696 have end-of-line.
7697
7698 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
7699
7700 * Makefile.in: Added extra dependencies in the recompile target
7701 needed to cope with the compile time macro expansions in CC Mode.
7702
7703 2004-02-09 Kim F. Storm <storm@cua.dk>
7704
7705 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
7706 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
7707 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
7708 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
7709 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
7710 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
7711 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
7712 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
7713 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
7714 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
7715 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
7716
7717 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
7718
7719 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
7720 Don't allow shrink if there's a window on our right.
7721
7722 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
7723 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
7724 Bring together declaration and initialization.
7725 (prolog-mode-variables): Don't set the syntax table.
7726 Don't set paragraph-start and comment-indent-function.
7727 Add /*..*/ to the comment regexps.
7728 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
7729 (prolog-mode-map): Don't bind TAB.
7730 (prolog-mode): Set the syntax table.
7731 (prolog-comment-indent): Remove.
7732 (inferior-prolog-mode-map): Initialize in the declaration.
7733 (inferior-prolog-mode-syntax-table)
7734 (inferior-prolog-mode-abbrev-table): New vars.
7735 (inferior-prolog-mode): Derive from comint-mode.
7736 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
7737 minibuffer windows.
7738
7739 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
7740 in file names, as long as it is unabmiguous.
7741
7742 2004-02-08 Andreas Schwab <schwab@suse.de>
7743
7744 * textmodes/reftex-toc.el
7745 (reftex-toc-load-all-files-for-promotion): Remove useless use of
7746 format. Doc fix.
7747
7748 * textmodes/refer.el (refer-find-entry-internal): Remove extra
7749 format string arguments.
7750
7751 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
7752 string argument.
7753
7754 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
7755
7756 * play/zone.el (zone-call): Fix format string.
7757
7758 * net/webjump.el (webjump-builtin): Add missing format string argument.
7759
7760 * midnight.el (midnight-delay-set): Remove extra format string argument.
7761
7762 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
7763
7764 * hexl.el (hexl-insert-char): Add missing format string argument.
7765
7766 * format.el (format-decode): Fix format string.
7767
7768 * emulation/vi.el (vi-mode): Remove extra format string argument.
7769 (vi-repeat-last-search): Likewise.
7770 (vi-reverse-last-search): Likewise.
7771 (vi-goto-mark): Likewise.
7772 (vi-reverse-last-find-char): Likewise.
7773 (vi-repeat-last-find-char): Likewise.
7774 (vi-locate-def): Likewise.
7775
7776 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
7777
7778 * ediff-util.el (ediff-toggle-read-only): Remove extra format
7779 string argument.
7780 (ediff-toggle-regexp-match): Likewise.
7781
7782 * dired-aux.el (dired-do-query-replace-regexp): Add missing
7783 format string argument.
7784
7785 * calc/calc-map.el (calc-get-operator): Remove extra format
7786 string argument.
7787
7788 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
7789
7790 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
7791 string argument.
7792
7793 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
7794
7795 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
7796
7797 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
7798
7799 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
7800 (cl-struct-setf-expander): Likewise.
7801
7802 * vc.el (with-vc-file): Fix unsafe uses of error.
7803 (vc-cancel-version): Likewise.
7804
7805 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
7806
7807 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
7808 thousands separator; fixes <class>:<line-number> regexp for
7809 non-english locales.
7810
7811 2004-02-08 Andreas Schwab <schwab@suse.de>
7812
7813 * view.el (view-mode-enable): Revert previous change.
7814
7815 2004-02-07 Kim F. Storm <storm@cua.dk>
7816
7817 * simple.el (line-number-at-pos): Rename from line-at-pos.
7818 Uses changed (what-line and vc-annotate-warp-version).
7819
7820 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
7821
7822 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
7823 (diff-mode): Remove aborted attempt at support for compile.el.
7824 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
7825
7826 2004-02-06 Andreas Schwab <schwab@suse.de>
7827
7828 * view.el (view-mode-enable): Add view-mode-map to
7829 minor-mode-overriding-map-alist.
7830
7831 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7832
7833 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
7834
7835 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
7836
7837 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
7838 with point inside rather than after the paragraph.
7839
7840 2004-02-04 Sam Steingold <sds@gnu.org>
7841
7842 * mail/smtpmail.el (smtpmail-try-auth-methods):
7843 Do not try authentication when no mechanism is available.
7844 Pass port-name as defaultport to `netrc-machine'.
7845
7846 2004-02-04 Stephen Eglen <stephen@gnu.org>
7847
7848 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
7849 to show how minibuffer height can be constrained.
7850
7851 2004-02-04 John Paul Wallington <jpw@gnu.org>
7852
7853 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
7854
7855 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7856
7857 * x-dnd.el: New file for drag and drop.
7858
7859 * term/x-win.el: require x-dnd, set after-make-frame-functions
7860 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
7861 drag-n-drop event.
7862
7863 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
7864 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
7865 (dired-dnd-handle-file): New functions for drag and drop support.
7866 (dired-mode): Initialize drag and drop if x-dnd present.
7867
7868 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
7869
7870 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
7871 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
7872 (cperl-mode): Set fill-paragraph-function.
7873 (cperl-fill-paragraph): Make it non-interactive.
7874
7875 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
7876
7877 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
7878
7879 2004-02-02 David Kastrup <dak@gnu.org>
7880
7881 * replace.el (perform-replace): Allow 'literal argument in
7882 regexp-flag to indicate literal replacement.
7883 (query-replace-regexp-eval): Use it.
7884
7885 2004-02-01 Andreas Schwab <schwab@suse.de>
7886
7887 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
7888
7889 2004-02-01 Stephen Eglen <stephen@gnu.org>
7890
7891 * info-look.el: Add support for maxima-mode. Update commentary
7892 because info-lookup-symbol is now bound to C-h S.
7893
7894 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
7895
7896 * simple.el (edit-and-eval-command): Bind print-level and
7897 minibuffer-history-sexp-flag around call to read-from-minibuffer.
7898 Correct initial position in command-history.
7899
7900 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
7901
7902 * files.el (read-directory-name): Adapt the docstring to recent
7903 change in Fread_file_name.
7904
7905 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
7906
7907 * ses.el (ses-print-cell): If print format too wide for column
7908 width, truncate decimal places if that helps to avoid "#####" fill.
7909 * ses.el (ses-initial-column-width): Revert previous change.
7910
7911 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
7912
7913 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
7914 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
7915 Add edebug info.
7916 (jit-lock-mode): Setup/cancel the new timer.
7917 (jit-lock-context-fontify): New fun. Extracted from
7918 context fontification code of jit-lock-stealth-fontify.
7919 (jit-lock-stealth-fontify): Don't do context fontification any more.
7920
7921 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
7922 (jit-lock-fontify-now): Handle the `quit' case.
7923 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
7924
7925 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
7926
7927 * progmodes/executable.el (executable-command-find-posix-p):
7928 New. Check if find handles arguments Posix-style.
7929
7930 * progmodes/grep.el (grep-compute-defaults):
7931 Use executable-command-find-posix-p.
7932 (grep-find): Check `grep-find-command'.
7933
7934 * filecache.el (file-cache-find-posix-p): Delete.
7935 (file-cache-add-directory-using-find):
7936 Use `executable-command-find-posix-p'.
7937
7938 2004-01-29 Dave Love <fx@gnu.org>
7939
7940 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
7941 Iterate the hook function if arg is given.
7942 (mark-defun, narrow-to-defun): Change order of finding the limits.
7943
7944 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
7945 (byte-compile-format-warn): New.
7946 (byte-compile-callargs-warn): Use it.
7947 (Format, message, error): Add byte-compile-format-like property.
7948 (byte-compile-maybe-guarded): New.
7949 (byte-compile-if, byte-compile-cond): Use it.
7950 (byte-compile-lambda): Compile interactive forms,
7951 just to make warnings about them.
7952
7953 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
7954
7955 * ses.el (ses-initial-column-width): Increase to 14, so it will
7956 work well with the default printer of "%.7g" for extreme values
7957 like "-1.234567e+07".
7958
7959 2004-01-29 Kenichi Handa <handa@m17n.org>
7960
7961 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
7962
7963 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
7964
7965 * dos-w32.el: Added support for the `default-printer-name' function.
7966
7967 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
7968
7969 * server.el (server-socket-name): Don't use the hostname in the
7970 socket name since /tmp is local to the host anyway.
7971
7972 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
7973 robust check of widening and fix var-naming.
7974
7975 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
7976
7977 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
7978 or rmail-spam- to rsf- in all function and variable names.
7979 (rsf-min-region-to-spam-list): New variable.
7980 (rsf-bbdb-auto-delete-spam-entries): Rename from
7981 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
7982 scanned together with the recipients field for spam testing; Don't
7983 delete spam message if rmail-delete-after-output is non-nil;
7984 (rsf-check-field): New function, extracted from code in
7985 rmail-spam-filter to ease addition of header fields like
7986 content-type:;
7987 (message-content-type): New variable. The content-type: field was
7988 added also in defcustom of rsf-definitions-alist;
7989 (rmail-spam-filter): Replace repeated test code for header fields
7990 by calls to check-field; change the call to
7991 rmail-output-to-rmail-file such that rmail-current-message stays
7992 the same to avoid wrong deletion of unseen flags.
7993 (rmail-use-spam-filter): Add autoload cookie.
7994
7995 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
7996
7997 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
7998 (file-cache-add-directory-using-find): Add Cygwin support.
7999 (file-cache-find-command-posix-flag): New user variable.
8000
8001 * filecache.el (file-cache-add-directory): Check for
8002 directories an remove them from dir-files.
8003
8004 2004-01-27 Richard M. Stallman <rms@gnu.org>
8005
8006 * man.el (Man-fontify-manpage): Clean up message.
8007
8008 2004-01-27 Kenichi Handa <handa@m17n.org>
8009
8010 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
8011 (sentence-end): Define using sentence-end-without-space.
8012
8013 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
8014 a sentence ends with one of a character in sentence-end-without-space.
8015
8016 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
8017
8018 * font-lock.el (font-lock): Add jit-lock as explicit group member.
8019 (jit-lock): Group declaration moved to jit-lock.el.
8020 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
8021 when necessary.
8022
8023 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
8024 (jit-lock-context-unfontify-pos): Rename from
8025 jit-lock-first-unfontify-pos.
8026 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
8027
8028 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
8029
8030 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
8031 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
8032 (fortran-fill): When filling a string, adjust re-search-backward
8033 argument for special case of string just on fill-column.
8034 When filling non-string, allow one extra char if
8035 fortran-break-before-delimiters is non-nil.
8036 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
8037 Use fortran-break-delimiters-re and fortran-no-break-re to
8038 correctly handle cases such as "**".
8039
8040 * progmodes/f90.el (f90-break-delimiters): Doc fix.
8041 (f90-no-break-re): Add some extra tokens. Doc fix.
8042
8043 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
8044
8045 * mail/rmail-spam-filter.el:
8046 Use two semicolons as Commentary line prefix.
8047 Add ";;; Code:" stylized comment.
8048 Delete end-of-line whitespace.
8049 Wrap (require 'cl) with `eval-when-compile'.
8050
8051 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
8052
8053 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
8054 at the top level of vc.el.
8055
8056 2004-01-23 Andre Spiegel <spiegel@gnu.org>
8057
8058 * vc.el (vc-current-line): Function removed. This is now done by
8059 the new function line-at-pos in simple.el.
8060 (vc-annotate-warp-version): Use line-at-pos instead of
8061 vc-current-line.
8062
8063 2004-01-22 Kim F. Storm <storm@cua.dk>
8064
8065 * simple.el (line-at-pos): New defun.
8066 (what-line): Use it. Optimize by only counting lines in narrowed
8067 region once.
8068
8069 2004-01-22 Kenichi Handa <handa@m17n.org>
8070
8071 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
8072 point (register r1) only for charset mule-unicode-0100-24ff.
8073
8074 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
8075
8076 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
8077 trailing white space and ensure a final newline.
8078
8079 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
8080 Add autoload cookie.
8081
8082 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
8083
8084 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
8085 activate view-mode explicitly.
8086
8087 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8088
8089 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
8090 use clipboard first.
8091
8092 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
8093
8094 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
8095 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
8096 (vc-mcvs-cvs): Remove.
8097 (vc-mcvs-command): Remove use of assert.
8098
8099 * outline.el (outline-insert-heading): Tighten up match.
8100 (outline-demote, outline-move-subtree-down): Don't assume anything
8101 about outline-regexp.
8102
8103 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
8104 (texinfo-show-structure): Explicitly add ^, and simplify.
8105
8106 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
8107
8108 * calendar/appt.el (appt-check): Restore usage of
8109 appt-issue-message deleted in previous change.
8110 (top-level): Activate package when loaded (needed for backwards
8111 compatibility).
8112
8113 2004-01-20 Jesper Harder <harder@ifa.au.dk>
8114
8115 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
8116 following previous change to smtpmail-send-data.
8117
8118 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
8119
8120 * vc.el (vc-default-previous-version): Doc enhancement.
8121 (vc-default-next-version): New function.
8122 (vc-print-log): New arg FOCUS-REV.
8123 (vc-annotate-mode): Derive from view-mode.
8124 (vc-annotate): New args REVISION, DISPLAY-MODE.
8125 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
8126 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
8127 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
8128 (vc-annotate-show-diff-revision-at-line, vc-current-line)
8129 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
8130
8131 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
8132
8133 2004-01-19 Karl Berry <karl@gnu.org>
8134
8135 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
8136 or "TexInfo".
8137
8138 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
8139
8140 * subr.el (delete-dups): New function.
8141
8142 2004-01-19 Karl Berry <karl@gnu.org>
8143
8144 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
8145 with ^, since that's what texinfo-show-structure
8146 documentation says (plus it works much better in texinfo.txi).
8147
8148 2004-01-18 Jesper Harder <harder@ifa.au.dk>
8149
8150 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
8151
8152 2004-01-18 David Ponce <david@dponce.com> (tiny change)
8153
8154 * progmodes/which-func.el (which-function-mode): Don't cancel
8155 which-func-update-timer if not set.
8156
8157 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
8158
8159 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
8160 Remove spurious left square bracket in XX:XXam regexp.
8161
8162 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
8163
8164 * progmodes/cc-defs.el: Do not require cl at run time.
8165
8166 2004-01-16 Richard M. Stallman <rms@gnu.org>
8167
8168 * emacs-lisp/cl.el (cl-cannot-unload): New function.
8169 (cl-unload-hook): Defvar this to run cl-cannot-unload.
8170
8171 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
8172 Call rmail-spam-filter. Delete and expunge spam.
8173 Print number of spam messages deleted.
8174 Save and restore the deletion status of old messages when reading
8175 new mail with spam filter, so that expunging spam does not expunge
8176 msgs deleted by the user.
8177 (rmail-only-expunge): Add an optional argument dont-show to
8178 prevent showing message after expunge.
8179
8180 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
8181
8182 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
8183 * subr.el (declare): New macro.
8184
8185 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
8186
8187 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
8188
8189 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
8190
8191 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8192 Test window-system rather than system-type (for X11/Mac).
8193
8194 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
8195
8196 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
8197
8198 2004-01-12 Richard M. Stallman <rms@gnu.org>
8199
8200 * mail/rmail.el (rmail-convert-to-babyl-format):
8201 Use mail-unquote-printable-region.
8202 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
8203 (rmail-hex-char-to-integer): Functions deleted.
8204
8205 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
8206 (mail-unquote-printable-region): New arg NOERROR.
8207 For invalid encoding, either signal an error to just return nil.
8208
8209 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
8210
8211 * calendar/appt.el: Update copyright and commentary.
8212 (appt-issue-message): Make obsolete.
8213 (appt-visible, appt-msg-window): Make obsolete, in favour of
8214 appt-display-format.
8215 (appt-display-mode-line, appt-display-duration)
8216 (appt-display-diary, appt-time-msg-list, appt-mode-string)
8217 (appt-prev-comp-time, appt-display-count, appt-timer)
8218 (appt-convert-time): Doc change.
8219 (appt-disp-window-function, appt-delete-window-function):
8220 Use defcustom rather than defvar.
8221 (appt-display-format): New variable.
8222 (appt-display-message): New function with display code from appt-check.
8223 (appt-check): Add optional FORCE argument. Doc change.
8224 Add appt-make-list to diary-hook if displaying diary.
8225 Remove checking of view-diary-entries-initially.
8226 Message display section removed to new function appt-display-message.
8227 (appt-display-window): Doc change. Remove unused internal var
8228 this-buffer. Do not beep, since appt-display-message does that.
8229 (appt-make-list): Doc change. Use caar.
8230 (appt-sort-list): Simplify by using builtin sort function.
8231 (appt-update-list): New function for updating appts when diary is
8232 saved.
8233 (appt-activate): New autoloaded function to toggle package
8234 functionality.
8235
8236 * calendar/cal-x.el: (calendar-one-frame-setup)
8237 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
8238
8239 * calendar/calendar.el: Update copyright.
8240 (view-diary-entries-initially, european-calendar-style): Doc change.
8241 (calendar-setup): Make defcustom rather than defvar.
8242 (mark-visible-calendar-date): Initialize temp-face and faceinfo
8243 in let binding so local to function.
8244
8245 * calendar/diary-lib.el: Update copyright.
8246 (diary, diary-entry-time): Doc change.
8247 (list-diary-entries): Doc change. Trivial logic change.
8248 (fancy-diary-display): Restore make-face command mistakenly
8249 deleted 2003-05-08.
8250 (show-all-diary-entries): Allow to pop-up frame if needed.
8251
8252 2004-01-09 John Paul Wallington <jpw@gnu.org>
8253
8254 * bindings.el (mode-line-change-eol): Add EVENT parameter.
8255 Temporarily select EVENT's window for changing eol type.
8256
8257 2004-01-09 Deepak Goel <deego@gnufans.org>
8258
8259 * calendar/diary-lib.el (diary-entry-time):
8260 Also accept time in the form XX[.XX][am/pm/AM/PM].
8261 (fancy-diary-font-lock-keywords): Likewise.
8262 (diary-font-lock-keywords): Likewise.
8263 * calendar/appt.el (appt-add): Likewise.
8264 (appt-make-list): Likewise.
8265 (appt-convert-time): Likewise.
8266
8267 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
8268
8269 * gdb-ui.el (gdb-ann3): Revert previous change.
8270 (gdb-source-info): Allow for case of where compilation directory
8271 is not recorded.
8272
8273 2004-01-08 John Paul Wallington <jpw@gnu.org>
8274
8275 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
8276
8277 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
8278
8279 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
8280
8281 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
8282 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
8283 problems.
8284 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
8285
8286 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
8287
8288 * files.el (write-file-functions, write-contents-functions):
8289 Clarify docstrings.
8290
8291 2004-01-07 Kenichi Handa <handa@m17n.org>
8292
8293 * international/mule.el (set-auto-coding): Fix for the case that
8294 end-of-line is only CR.
8295
8296 2004-01-07 Kim F. Storm <storm@cua.dk>
8297
8298 * subr.el (event-start, event-end): Doc fix.
8299 (posn-string, posn-image): New defuns.
8300 (posn-object): Return either image or string object.
8301 (posn-object-x-y): Return 8th element of position.
8302 (posn-object-width-height): New defun.
8303
8304 2004-01-06 Andreas Schwab <schwab@suse.de>
8305
8306 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
8307 output.
8308
8309 2004-01-05 Karl Berry <karl@gnu.org>
8310
8311 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
8312 / and *, too.
8313
8314 2003-12-31 Simon Josefsson <jas@extundo.com>
8315
8316 * files.el (before-save-hook): Add.
8317 (basic-save-buffer): Use before-save-hook.
8318
8319 * emacs-lisp/copyright.el: Fix comment to recommend
8320 before-save-hook instead of write-file-functions.
8321
8322 2004-01-05 Richard M. Stallman <rms@gnu.org>
8323
8324 * finder.el (finder-commentary): Call delete-other-windows.
8325
8326 * net/ange-ftp.el (ange-ftp-file-attributes):
8327 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
8328
8329 2004-01-04 Karl Berry <karl@gnu.org>
8330
8331 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
8332 comment characters % and # in the copyright year notice,
8333 as well as ;.
8334
8335 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
8336
8337 * wid-edit.el (default): Define dummy :value-delete.
8338 Reported by Jesper Harder <harder@ifa.au.dk>.
8339
8340 2004-01-03 Richard M. Stallman <rms@gnu.org>
8341
8342 * progmodes/compile.el (compile-internal): Use point, not point-min,
8343 for set-window-point.
8344
8345 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
8346
8347 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
8348
8349 * progmodes/grep.el (grep-mode-map):
8350 Don't remap next-line, previous-line.
8351
8352 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
8353
8354 * speedbar.el (speedbar-edit-line): Change regexp to position
8355 the cursor on the first character of this line's button.
8356
8357 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
8358
8359 * subr.el (functionp): Doc fix.
8360
8361 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
8362
8363 * progmodes/idlwave.el (idlwave-make-tags):
8364 * textmodes/flyspell.el (flyspell-large-region):.
8365 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
8366 * emulation/viper-util.el (viper-glob-unix-files):
8367 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
8368 * man.el (Man-init-defvars):
8369 * jka-compr.el (jka-compr-call-process):
8370 * files.el (get-free-disk-space,insert-directory):
8371 * ediff-ptch.el (ediff-test-patch-utility):
8372 * ediff-diff.el (ediff-test-utility):
8373 * dired-aux.el (dired-check-process):
8374 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
8375 test the return value of call-process, because it can be a string.
8376
8377 2003-12-31 John Paul Wallington <jpw@gnu.org>
8378
8379 * bindings.el (completion-ignored-extensions): Add .pfsl.
8380
8381 2003-12-31 Kim F. Storm <storm@cua.dk>
8382
8383 * ido.el (ido-nonreadable-directory-p): New defun to check for
8384 nonreadable directory without activating tramp (to avoid problems
8385 with checking incomplete tramp paths).
8386 (ido-set-current-directory, ido-file-internal)
8387 (ido-file-name-all-completions1): Use it.
8388
8389 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
8390
8391 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
8392 documentation if the anchor (or node) name is preceded by `info
8393 anchor' or `Info anchor' in addition to earlier `info node' and
8394 `Info node'.
8395 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
8396
8397 2003-12-30 Eli Zaretskii <eliz@gnu.org>
8398
8399 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
8400 error in arguments to base64-decode-region. Remove ^M characters
8401 after decoding base64.
8402
8403 2003-12-30 Simon Josefsson <jas@extundo.com>
8404
8405 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
8406 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
8407 have only been distributed with Emacs for some years.
8408 (texinfo-mode-hook): Customize.
8409
8410 2003-12-30 Eli Zaretskii <eliz@gnu.org>
8411
8412 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
8413 cleaner (suggested by Richard Stallman).
8414
8415 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
8416 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
8417 file-name clashes on 8+3 DOS filesystems.
8418
8419 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
8420 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
8421 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
8422 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
8423 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
8424 file-name clashes on 8+3 filesystems.
8425
8426 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
8427 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
8428 file-name clashes on 8+3 DOS filesystems.
8429
8430 2003-12-29 Richard M. Stallman <rms@gnu.org>
8431
8432 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
8433 Upcase the character.
8434
8435 * textmodes/flyspell.el (mail-mode-flyspell-verify):
8436 Search for header separator alone on a line, literally,
8437 and search for it backward, not forward.
8438 (flyspell-abbrev-table): Always use global-abbrev-table
8439 if there is no local one.
8440
8441 * progmodes/sh-script.el (sh-get-indent-info):
8442 Don't move point back if at bob.
8443
8444 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
8445
8446 * play/handwrite.el (handwrite): Make the handwrite credit message
8447 a comment rather than an output command.
8448
8449 * obsolete/sc.el: Display message that this file is obsolete.
8450
8451 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
8452
8453 * mail/rfc822.el (rfc822-address-start): Declare variable.
8454 Renamed from address-start. All uses changed.
8455
8456 * term.el (term-exec): Set up sentinel.
8457 (term-sentinel): New function.
8458 (term-handle-exit): New function.
8459
8460 * subr.el (assoc-ignore-case, assoc-ignore-representation):
8461 Use assoc-string, and mark them obsolete.
8462 (delay-mode-hooks): Mark as permanent local.
8463
8464 * simple.el (sendmail-user-agent-compose): Use assoc-string.
8465
8466 * register.el (copy-rectangle-to-register): Doc fix.
8467
8468 * info.el (Info-insert-dir): Use assoc-string.
8469
8470 * info-look.el (info-lookup): Use assoc-string.
8471
8472 * frame.el (pop-up-frame-function): Use quote, not `function'.
8473 (frame-notice-user-settings): Calculate ADJUSTED-TOP
8474 copying with lists as coordinate values.
8475
8476 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
8477
8478 * find-dired.el (kill-find): New command.
8479 (find-dired): Make buffer read-only.
8480 Set up a keymap with C-c C-k running kill-find.
8481 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
8482
8483 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
8484
8485 * filecache.el (file-cache-ignore-case): New variable.
8486 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
8487
8488 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
8489 (comint-dynamic-complete-as-filename): Rename local vars.
8490 (comint-dynamic-list-filename-completions): Likewise.
8491
8492 * comint.el (comint-dynamic-list-completions-config): New var.
8493 (comint-dynamic-list-completions): Handle both SPC and TAB right.
8494
8495 * comint.el (comint-file-name-chars): Add [].
8496 (comint-word): Use skip-chars-backward, not search.
8497
8498 * shell.el (shell-file-name-chars): Add [].
8499
8500 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
8501
8502 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
8503
8504 * generic.el (define-generic-mode): Doc fix.
8505
8506 2003-12-29 Eli Zaretskii <eliz@gnu.org>
8507
8508 * files.el (kill-some-buffers): Doc fix.
8509
8510 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
8511
8512 * comint.el (comint-watch-for-password-prompt): Pass `string' as
8513 arg to send-invisible
8514 (send-invisible): Doc fix. The argument is now a prompt, not the
8515 string to send.
8516 (comint-read-noecho): Doc fix.
8517
8518 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
8519
8520 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
8521 "@", as required by some ISP hosting service. Fix defcustom
8522 argument syntax errors that prevented use of customization.
8523
8524 2003-12-29 Eli Zaretskii <eliz@gnu.org>
8525
8526 * xml.el (xml-get-attribute-or-nil): Doc fix.
8527
8528 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
8529
8530 * net/zone-mode.el (zone-mode): Use write-file-functions, not
8531 write-file-hooks.
8532
8533 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
8534
8535 * autorevert.el (auto-revert-interval): Doc fix.
8536
8537 2003-12-29 Mark A. Hershberger <mah@everybody.org>
8538
8539 * xml.el (xml-get-attribute-or-nil): New function, like
8540 xml-get-attribute, but returns nil if the attribute was not found.
8541 (xml-get-attribute): Convert to defsubst, uses
8542 xml-get-attribute-or-nil.
8543
8544 2003-12-29 Eli Zaretskii <eliz@gnu.org>
8545
8546 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
8547
8548 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
8549
8550 * custom.el (custom-declare-theme): Use `value' when putting
8551 properties on `theme'.
8552
8553 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
8554
8555 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
8556 for each yank-handler segment.
8557 (insert-for-yank-1): New function, with the body of the previous
8558 insert-for-yank.
8559
8560 * textmodes/table.el (table-yank-handler): New defcustom.
8561 (table--put-cell-indicator-property): Put yank-handler property
8562 that indicates the yank handler for the table cell.
8563
8564 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
8565
8566 * generic-x.el (etc-modules-conf-generic-mode): A more complete
8567 set of keywords.
8568
8569 2003-12-29 Eli Zaretskii <eliz@gnu.org>
8570
8571 * international/mule-cmds.el (reset-language-environment)
8572 (set-language-environment): Don't invoke fontset-related functions
8573 if fontset-list is not fboundp.
8574
8575 2003-12-29 Kenichi Handa <handa@m17n.org>
8576
8577 * international/mule-cmds.el (reset-language-environment):
8578 Call set-overriding-fontspec-internal with nil.
8579 (set-language-environment): Call set-overriding-fontspec-internal
8580 if the language environment specify `overriding-fontspec'.
8581 (language-info-alist): Doc added.
8582
8583 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
8584 characters of mule-unicode-0100-24ff.
8585 (ccl-encode-windows-1251-font): New CCL program.
8586 ("Bulgarian"): Specify overriding-fontspec.
8587 ("Belarusian"): Likewise.
8588
8589 2003-12-28 Sam Steingold <sds@gnu.org>
8590
8591 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
8592 parameter ID-FORMAT to conform with the 2003-11-30 patch.
8593
8594 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
8595
8596 * progmodes/gud.el (gud-gdb-command-name): Set default to
8597 "gdb --annotate=3".
8598 (gud-gdb-marker-filter): Look out for annotations.
8599 (gdb-first-pre-prompt): New variable.
8600 Remove trailing white space.
8601
8602 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
8603 if necessary.
8604 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
8605 annotations are detected.
8606 (gud-gdba-marker-filter): Use global variable gud-marker-acc
8607 instead of a local one to allow transition from
8608 gud-gdb-marker-filter.
8609 Remove trailing white space.
8610
8611 2003-12-27 Kim F. Storm <storm@cua.dk>
8612
8613 * ido.el: Handle non-readable directories.
8614 (ido-decorations): Add 9th element for non-readable directory.
8615 (ido-directory-nonreadable): New dynamic var.
8616 (ido-set-current-directory): Set it.
8617 (ido-read-buffer, ido-file-internal):
8618 (ido-read-file-name, ido-read-directory-name): Let-bind it.
8619 (ido-file-name-all-completions1): Return empty list for
8620 non-readable directory.
8621 (ido-exhibit): Print [Not readable] if directory is not readable.
8622 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
8623 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
8624 Use it.
8625
8626 2003-12-27 Lars Hansen <larsh@math.ku.dk>
8627
8628 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
8629 calls to directory-files-and-attributes and file-attributes.
8630 (ls-lisp-format): Remove system dependent handling of user and
8631 group id's.
8632
8633 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
8634
8635 * ffap.el (ffap-read-file-or-url): Revert previous change.
8636
8637 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
8638
8639 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
8640 new list of included files called `files-with-node-lines', that
8641 only have node lines. This way @include commands can include any
8642 file, such as version and update files without node lines, not
8643 just files that are chapters.
8644
8645 2003-12-25 Andreas Schwab <schwab@suse.de>
8646
8647 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
8648 file not found.
8649
8650 2003-12-08 Miles Bader <miles@gnu.org>
8651
8652 * dired.el (dired-between-files): Always use dired-move-to-filename,
8653 which is more robust in non-english locales.
8654
8655 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
8656
8657 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
8658
8659 2003-12-24 Andreas Schwab <schwab@suse.de>
8660
8661 * shell.el (shell-file-name-quote-list): Add backslash.
8662
8663 * comint.el (comint-quote-filename): Correctly handle backslash
8664 in comint-file-name-quote-list.
8665
8666 2003-12-24 Kenichi Handa <handa@m17n.org>
8667
8668 * international/mule-cmds.el (set-default-coding-systems):
8669 Call ucs-set-table-for-input for all buffers that don't have local
8670 value of buffer-file-coding-system.
8671
8672 * international/ucs-tables.el (ucs-set-table-for-input):
8673 If translation-table-for-encode is a symbol, get its
8674 translation-table property.
8675
8676 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
8677
8678 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
8679 to `completing-read' on a recently fixed bug.
8680
8681 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
8682 instead of SPACE, to get the list of possible fringe modes.
8683 SPACE only works if both `partial-completion-mode' and
8684 `completion-auto-help' are nil.
8685
8686 * complete.el (PC-is-complete-p): Delete.
8687 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
8688 calls to `test-completion'.
8689
8690 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
8691
8692 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
8693 to edit values when there are no children.
8694
8695 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
8696 a mode called "Assembler" already exists.
8697 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
8698 (gud-watch): Use format option. Remove font properties from string.
8699 (gdb-var-create-handler, gdb-var-list-children-handler):
8700 Don't bother about properties as there are none.
8701 (gdb-var-create-handler, gdb-var-list-children-handler)
8702 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
8703 with two arguments.
8704 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
8705 Let speedbar show value changes with a different font.
8706 (gdb-edit-value): New defun.
8707 (gdb-clear-partial-output, gdb-clear-inferior-io)
8708 (def-gdb-auto-update-handler): Use erase-buffer.
8709 (gdb-frame-handler): Display watch expressions in
8710 FUNCTION::VARIABLE format if required.
8711
8712 2003-12-23 John Paul Wallington <jpw@gnu.org>
8713
8714 * info.el (Info-unescape-quotes, Info-split-parameter-string)
8715 (Info-goto-emacs-command-node): Doc fixes.
8716
8717 2003-12-12 Jesper Harder <harder@ifa.au.dk>
8718
8719 * cus-edit.el (custom-add-parent-links): Define "many".
8720
8721 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
8722
8723 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
8724 (widget-child-validate, widget-type-value-create)
8725 (widget-type-default-get, widget-type-match): New functions.
8726 (lazy): New widget.
8727 (menu-choice, checklist, radio-button-choice, editable-list)
8728 (group, documentation-string): Remove redundant (per 2003-10-25
8729 change) calls to `widget-children-value-delete'.
8730 (widget-choice-value-get, widget-choice-value-inline): Remove.
8731 (menu-choice): Update widget.
8732
8733 2003-12-03 Kenichi Handa <handa@m17n.org>
8734
8735 * language/cyrillic.el: Register "microsoft-cp1251" in
8736 ctext-non-standard-encodings-alist.
8737 ("Bulgarian"): Add ctext-non-standard-encodings.
8738 ("Belarusian"): Likewise.
8739
8740 * international/mule-conf.el (compound-text-with-extensions):
8741 Change the type to 2 (iso-2022 base).
8742
8743 * international/mule.el (ctext-non-standard-encodings-alist):
8744 Change the format.
8745 (ctext-non-standard-encodings): New variable.
8746 (ctext-post-read-conversion): Fully re-written.
8747 (ctext-non-standard-designations-alist): Delete it.
8748 (ctext-non-standard-encodings-table): New function.
8749 (ctext-pre-write-conversion): Fully re-written.
8750
8751 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
8752
8753 * cus-edit.el (custom-add-parent-links): Add documentation links
8754 for parent, if the item has none of its own.
8755
8756 2003-11-30 Richard M. Stallman <rms@gnu.org>
8757
8758 * dired-aux.el (dired-do-query-replace-regexp):
8759 Report files visited read-only.
8760
8761 2003-11-30 Juri Linkov <juri@jurta.org>
8762
8763 * dired-aux.el (dired-compare-directories): New command.
8764 (dired-file-set-difference, dired-files-attributes): New functions.
8765
8766 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
8767 Version 2.0.38 of Tramp released.
8768
8769 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
8770 Charles Curley <charlescurley@charlescurley.com>.
8771 (tramp-multi-connection-function-alist): Add ssht entry which adds
8772 "-e none -t -t" to the list of ssh args. Suggested by Adrian
8773 Aichner.
8774 (tramp-get-method-parameter): New function to retrieve a method
8775 parameter. This allows for omission of method parameters.
8776 Callers adjusted.
8777
8778 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
8779
8780 * net/tramp.el: Add new optional parameter ID-FORMAT to
8781 `file-attributes'. Calls of `file-attributes' won't use this
8782 parameter for backward compatibility reasons.
8783 (tramp-perl-file-attributes): Add a new parameter to Perl script
8784 in order to handle uid/gid as strings, if desired.
8785 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
8786 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
8787 order to make the function more general.
8788 (tramp-handle-file-attributes): Replace proprietary optional
8789 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
8790 (tramp-handle-file-attributes-with-perl): Handle parameter
8791 NONNUMERIC if set. This wasn't done in the past.
8792 (tramp-post-connection): Apply second parameter "$2" if
8793 `tramp-remote-perl' is called.
8794
8795 * net/tramp-smb.el (tramp-smb-handle-delete-file):
8796 Correct cut'n'waste error (`filename' instead of `directory').
8797 (tramp-smb-handle-directory-files-and-attributes)
8798 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
8799 introduced parameter ID-FORMAT.
8800 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
8801 error (`directory' instead of `ldir').
8802
8803 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
8804 `file-attributes' has a second parameter. If yes, apply it with
8805 value "'integer". Otherwise, don't use that parameter (default is
8806 integer format).
8807
8808 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
8809
8810 * help.el (help-map): Bind `display-local-help' to `C-h .'.
8811 (help-for-help): Add `C-h .' to the listed Help options.
8812 Remove trailing whitespace.
8813
8814 * help-at-pt.el: New file.
8815
8816 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
8817
8818 * subr.el (noreturn, 1value): New macros for test coverage.
8819 See `testcover.el'.
8820
8821 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
8822
8823 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
8824 for macro `1value'.
8825 (testcover-1value): New function. Checks that a 1value form
8826 actually returns only one value. Requested by RMS.
8827
8828 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
8829
8830 * gdb-ui.el (gud-watch, gdb-var-create-handler)
8831 (gdb-var-list-children, gdb-var-list-children-handler)
8832 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
8833 gdb commands that use mi to keep them out of the command history.
8834
8835 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8836
8837 * cus-start.el (all): Add use-file-dialog.
8838
8839 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
8840
8841 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
8842
8843 2003-11-27 Kim F. Storm <storm@cua.dk>
8844
8845 * subr.el (posn-object-x-y): New defun.
8846
8847 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
8848
8849 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
8850 Don't use `space' for \\\n.
8851 Be more selective as to which # are comment-starters.
8852
8853 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
8854
8855 * subr.el (number-sequence): Improve handling of floating point
8856 arguments (suggested by Kim Storm). Allow negative arguments.
8857
8858 2003-11-26 Kenichi Handa <handa@m17n.org>
8859
8860 * international/mule-cmds.el (standard-display-european-internal):
8861 Cancel the standard-display-table setting for ` and '.
8862
8863 2003-11-26 Kim F. Storm <storm@cua.dk>
8864
8865 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
8866 New defcustoms to add ffap-like functionality to ido.
8867 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
8868 (ido-no-final-slash): New defun.
8869 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
8870 (ido-read-file-name): ): Toggle VC checking via
8871 vc-handled-backends instead of vc-master-templates.
8872 (ido-file-internal): Handle ido-use-url-at-point and
8873 ido-use-filename-at-point via code borrowed from ffap-guesser.
8874 Handle new ido-exit code ffap.
8875 (ido-sort-list): Ignore final slash when sorting file names.
8876
8877 2003-11-25 Kim F. Storm <storm@cua.dk>
8878
8879 * emulation/cua-base.el (cua--standard-movement-commands):
8880 Add forward-sentence and backward-sentence.
8881
8882 2003-11-25 Stephen Eglen <stephen@gnu.org>
8883
8884 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
8885 iswitchb-exit is set to 'usefirst when user selects buffer at head
8886 of list using RET. (Selecting buffers at the head of the list was
8887 broken if the substring was also a complete buffername.)
8888
8889 2003-11-23 Kim F. Storm <storm@cua.dk>
8890
8891 * progmodes/compile.el (grep-command, grep-use-null-device)
8892 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
8893 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
8894 (grep-regexp-alist, grep-program, find-program)
8895 (grep-find-use-xargs, grep-history, grep-find-history)
8896 (grep-process-setup, grep-compute-defaults)
8897 (grep-default-command, grep, grep-tag-default, grep-find)
8898 (grep-expand-command-macros, grep-tree-last-regexp)
8899 (grep-tree-last-files, grep-tree): Move grep variables, functions
8900 and commands to new file grep.el.
8901 (compilation-mode-map): Remove grep commands from Compile sub-menu.
8902 (compilation-process-setup-function): Doc fix.
8903 (compilation-highlight-regexp, compilation-highlight-overlay): New
8904 defvars used for highlighting current compile error in source buffer.
8905 (compile-internal): New optional args HIGHLIGHT-REGEXP and
8906 LOCAL-MAP which overrides compilation-highlight-regexp and
8907 compilation-mode-map for this compilation.
8908 Delay calling compilation-set-window-height until after running
8909 compilation-process-setup-function so it can buffer-local override
8910 compilation-window-height.
8911 Check buffer-local value of compilation-scroll-output.
8912 (compilation-set-window-height): Use buffer-local value of
8913 compilation-window-height.
8914 (compilation-revert-buffer): Don't pass (undefined)
8915 preserve-modes arg to revert-buffer.
8916 (next-error-no-select, previous-error-no-select): New commands.
8917 (compilation-goto-locus): Temporarily highlight current match in
8918 source buffer using compilation-highlight-regexp.
8919
8920 * progmodes/grep.el: New file with grep code from compile.el.
8921 (grep): New defcustom group.
8922 (grep-window-height): New defcustom, like compilation-window-height.
8923 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
8924 (grep-scroll-output): New defcustom, like compilation-scroll-output.
8925 (grep-command, grep-use-null-device, grep-find-command)
8926 (grep-tree-files-aliases, grep-tree-ignore-case)
8927 (grep-tree-ignore-CVS-directories): Move to grep custom group.
8928 (grep-setup-hook): New hook variable.
8929 (grep-mode-map): New keymap for grep commands. Add Grep menu.
8930 (grep-last-buffer): New defvar, override compilation-last-buffer.
8931 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
8932 Call compile-internal with args highlight-regexp and grep-mode-map.
8933
8934 2003-11-23 Kim F. Storm <storm@cua.dk>
8935
8936 * subr.el (event-start, event-end): Doc fix.
8937 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
8938 (posn-area, posn-actual-col-row, posn-object): New defuns.
8939 (posn-col-row): Simplify doc. Rewrite to use cond.
8940 (posn-point): Also return buffer position for events outside text
8941 area (that info is now present in the event position).
8942
8943 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
8944 mouse-set-point so that hscroll still works now that clicks on
8945 fringes generate specific mouse events.
8946 (mouse-set-point): Note that it now works in fringes and margins
8947 too due to new semantics of posn-point in fringes and margins.
8948
8949 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
8950 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
8951
8952 2003-11-20 Kim F. Storm <storm@cua.dk>
8953
8954 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
8955 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
8956 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
8957 to 100 for icons to avoid increasing line height when shown.
8958
8959 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
8960
8961 * newcomment.el (comment-normalize-vars): Initialize properly if
8962 comment-start was nil.
8963
8964 2003-11-19 Andreas Schwab <schwab@suse.de>
8965
8966 * simple.el (set-variable): Fix indentation.
8967
8968 2003-11-17 Kenichi Handa <handa@m17n.org>
8969
8970 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
8971 Fix docstring.
8972
8973 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
8974
8975 * international/latin1-disp.el (latin1-display): Fix docstring.
8976
8977 2003-11-16 John Wiegley <johnw@newartisans.com>
8978
8979 * eshell/em-ls.el (eshell-ls-file): There are times with
8980 size-width is nil and uncomputed (when directories are created in
8981 dired, for example); in this case, 4 is reasonable default value,
8982 although it may caused skewed new entries (which could be avoided
8983 by returning the original value of 8 in all cases, but 99% of the
8984 time this is a waste of whitespace).
8985
8986 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
8987
8988 * cc-engine.el (c-guess-continued-construct)
8989 (c-guess-basic-syntax): Check a little more carefully if it's a
8990 function declaration when an unknown construct followed by a block
8991 is found inside a statement context. This avoids macros followed
8992 by blocks to be taken as function declarations.
8993
8994 (c-guess-continued-construct): Change the analysis of a statement
8995 continuation with a brace open to `substatement-block', for
8996 consistency with recognized statements.
8997
8998 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
8999 start is in a position so that `c-beginning-of-statement-1' jumped
9000 to the beginning of the same statement.
9001
9002 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
9003 Don't accept binary operators in the arglist if we're in a function
9004 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
9005 template recognition in cases like "if (a < b || c > d)".
9006
9007 (c-restricted-<>-arglists): New more appropriate name for
9008 `c-disallow-comma-in-<>-arglists'.
9009
9010 Accessing functions updated for the variable name change.
9011
9012 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
9013 match data could get clobbered if NOT-INSIDE-TOKEN is used.
9014
9015 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
9016 labels.
9017
9018 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
9019 instead of duplicating parts of it. This fixes bogus label
9020 recognition.
9021
9022 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
9023 of checking the context in which to apply the minimum indentation,
9024 so that it isn't enforced in e.g. namespace blocks.
9025
9026 * cc-vars.el (c-inside-block-syms): New constant used by
9027 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
9028 to somewhat reduce the risk of becoming stale.
9029
9030 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
9031 cc-cmds to cc-engine to allow use from cc-align.
9032
9033 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
9034 qualified identifiers containing "::".
9035
9036 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
9037 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
9038
9039 * cc-vars.el (c-emacs-features): Use a space in front of the name
9040 of the temporary buffer. That also avoids dumping problems in
9041 XEmacs due to undo info being left around after the buffer is killed.
9042
9043 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
9044 arglist to see if it's a K&R style declaration.
9045
9046 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
9047 before returning `knr-argdecl-intro'.
9048
9049 2003-11-16 John Wiegley <johnw@newartisans.com>
9050
9051 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
9052 field in a long-listing always 8 characters, use `size-width',
9053 which has already been computed.
9054
9055 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
9056
9057 * subr.el (minor-mode-list): Add `hs-minor-mode'.
9058
9059 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
9060
9061 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
9062 Support operation while narrowed, with `diff-restrict-view'.
9063
9064 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
9065
9066 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9067 Take additional optional arg NARROWFUN. For the generated functions:
9068 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
9069 include frags that arrange to check for and save narrowing state before
9070 the move and then conditionally call NARROWFUN after the move.
9071
9072 2003-11-14 John Wiegley <johnw@newartisans.com>
9073
9074 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
9075 that was optional, but obviously missing based on surrounding code.
9076
9077 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
9078 string arguments to numbers unless the whole argument was seen as
9079 a number.
9080
9081 2003-11-14 Kenichi Handa <handa@m17n.org>
9082
9083 * international/mule.el (ctext-non-standard-encodings-alist):
9084 Fix coding systems.
9085
9086 2003-11-10 Kenichi Handa <handa@m17n.org>
9087
9088 * language/kannada.el ("Kannada"): Add sample-text.
9089
9090 * language/knd-util.el (kannada-compose-region)
9091 (kannada-compose-string, kannada-post-read-conversion):
9092 Add autoload cookie.
9093
9094 * international/quail.el (quail-completion): Change the message
9095 "corresponding translations" to "corresponding characters".
9096
9097 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
9098
9099 * descr-text.el (describe-char): Fix typo.
9100
9101 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
9102
9103 These changes are to support Kannada language/script.
9104
9105 * Makefile.in (DONTCOMPILE): Add kannada.el.
9106
9107 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
9108
9109 * loadup.el: Preload kannada.el.
9110
9111 * language/ind-util.el (ucs-kannada-to-is13194-alist)
9112 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
9113 New variables.
9114
9115 * language/kannada.el: New file.
9116
9117 * language/knd-util.el: New file.
9118
9119 2003-11-07 Andreas Schwab <schwab@suse.de>
9120
9121 * progmodes/autoconf.el (autoconf-font-lock-keywords):
9122 Also highlight AH_*.
9123
9124 * xml.el (xml-parse-dtd): Fix misplaced paren.
9125
9126 2003-11-07 Kenichi Handa <handa@m17n.org>
9127
9128 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
9129
9130 2003-11-05 Juri Linkov <juri@jurta.org>
9131
9132 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
9133 (desktop-buffer-file): Use saved buffer-file-coding-system
9134 for file reading. Set auto-insert to nil to prevent automatic
9135 insertion into restored empty files.
9136
9137 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
9138
9139 * files.el (risky-local-variable-p): Make second argument optional.
9140
9141 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
9142
9143 * subr.el (add-hook): Fix last change.
9144
9145 2003-11-03 Eli Zaretskii <eliz@gnu.org>
9146
9147 * mail/rmail.el (rmail-convert-to-babyl-format):
9148 If base64-decode-region signals an error, catch it and silently
9149 ignore it.
9150
9151 2003-11-01 Mark A. Hershberger <mah@everybody.org>
9152
9153 * xml.el (xml-parse-region): Allow comments to appear after the
9154 topmost element has closed.
9155 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
9156 (xml-ns-expand-attr): New functions to do namespace handling.
9157 (xml-intern-attrlist): Back-compatible handling of attribute names.
9158 (xml-parse-tag): Move namespace handling to separate functions.
9159 Now produces elements in the form ((:ns . "element") (attr-list)
9160 children) instead of ('ns:element (attr-list) children).
9161 (xml-parse-attlist): Fix attribute parsing.
9162 (xml-parse-dtd): Change parsing so that it produces strings
9163 instead of interned symbols.
9164
9165 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
9166
9167 * dired.el (dired-ls-sorting-switches): Doc fix.
9168
9169 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
9170
9171 * emacs-lisp/rx.el (rx-or): Fix the case of
9172 "(rx (and ?a (or ?b ?c) ?d))".
9173
9174 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
9175
9176 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
9177 (texinfo-format-region): Use it.
9178 (texinfo-format-buffer-1): Ditto.
9179
9180 2003-11-01 Alan Mackenzie <acm@muc.de>
9181
9182 Changes to allow scrolling whilst in isearch mode:
9183 * isearch.el (isearch-unread-key-sequence): New function,
9184 extracted from isearch-other-meta-char.
9185 (top level): (put 'foo 'isearch-scroll) on all Emacs's
9186 "scrollable" standard functions.
9187 (isearch-allow-scroll): New customizable variable.
9188 (isearch-string-out-of-window, isearch-back-into-window)
9189 (isearch-reread-key-sequence-naturally)
9190 (isearch-lookup-scroll-key): New functions.
9191 (isearch-other-meta-char): Doc string and functionality enhanced.
9192 Now accepts a prefix argument.
9193 (isearch-lazy-highlight-window-end): New variable.
9194 (isearch-lazy-highlight-new-loop): Pay attention to the window's
9195 end (thru isearch-lazy-highlight-window-end), not only its start.
9196
9197 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
9198 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
9199 (universal-argument, universal-argument-more, negative-argument)
9200 (digit-argument, universal-argument-other-key): Minor changes.
9201
9202 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
9203
9204 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
9205 recursively if the last message is deleted, thus avoiding an
9206 infinite loop.
9207
9208 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
9209
9210 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
9211 (tex-main-file): Don't add .tex if the extension is already present.
9212 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
9213
9214 2003-10-29 Lute Kamstra <lute@gnu.org>
9215
9216 * progmodes/octave-inf.el (inferior-octave-prompt):
9217 Recognize version number in prompt.
9218
9219 2003-10-28 Dave Love <fx@gnu.org>
9220
9221 * international/characters.el: Fix some Unicode ranges.
9222
9223 2003-10-28 Kenichi Handa <handa@m17n.org>
9224
9225 * disp-table.el (standard-display-8bit)
9226 (standard-display-default, standard-display-ascii)
9227 (standard-display-g1, standard-display-graphic)
9228 (standard-display-underline): Assure that standard-display-table
9229 is a display table.
9230
9231 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
9232
9233 * simple.el (reindent-then-newline-and-indent): Delete space *after*
9234 reindenting the first line.
9235
9236 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
9237
9238 * wid-edit.el (widget-default-delete): Always delete child widgets.
9239
9240 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
9241
9242 * newcomment.el (comment-indent): Don't call indent-according-to-mode
9243 if the line has code.
9244 Don't try to line up with something that's too far left.
9245
9246 * progmodes/octave-mod.el (octave-comment-start): Simplify.
9247 (octave-mode-syntax-table): Add % as a comment starter.
9248 (octave-point): Remove.
9249 (octave-in-comment-p, octave-in-string-p)
9250 (octave-not-in-string-or-comment-p, calculate-octave-indent)
9251 (octave-blink-matching-block-open, octave-auto-fill):
9252 Use line-(beginning|end)-position instead.
9253
9254 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
9255
9256 * emacs-lisp/authors.el (authors-aliases): Add correct realname
9257 for Francesco Potort\e,Al\e(B.
9258
9259 2003-10-23 Dave Love <fx@gnu.org>
9260
9261 * international/mule-cmds.el (locale-charset-to-coding-system):
9262 Don't rely on nil being a coding system.
9263
9264 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
9265 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
9266 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
9267
9268 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
9269
9270 * gdb-ui.el (gdb-current-language): New variable.
9271 (gdb-update-flag): Remove variable.
9272 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
9273 (gdb-take-last-elt): Remove function.
9274 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
9275 (gdb-post-prompt): Check for variable object changes here.
9276
9277 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
9278 object changes in gdb-ui.el.
9279
9280 2003-10-21 Richard M. Stallman <rms@gnu.org>
9281
9282 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
9283
9284 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
9285 Don't check for foo*/ wildcard form here.
9286 (insert-directory): Recognize foo*/ as a wildcard.
9287 Separate wildcard-regexp variable from the arg, wildcard.
9288
9289 * subr.el (add-hook): Correctly detect when make-local-hook was used.
9290 (remove-hook): Correctly handle strange cases about local hooks.
9291
9292 2003-10-21 David Ponce <david@dponce.com>
9293
9294 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
9295 argument REAL, to return a real number instead of a rounded
9296 integer value. Define as inline function.
9297 (ruler-mode-right-fringe-cols): Likewise.
9298 (ruler-mode-scroll-bar-cols): New function.
9299 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
9300 (ruler-mode-right-scroll-bar-cols): Likewise.
9301 (ruler-mode-space): New function.
9302 (ruler-mode-ruler): Use it. Handle variations of fringe style,
9303 scroll bar mode and margins in a more robust way.
9304
9305 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
9306
9307 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
9308 (antlr-c-init-language-vars): New function.
9309 (antlr-mode): Use it with cc-mode before v5.29.
9310 (antlr-c-common-init): Don't set some local vars here.
9311 (antlr-mode): Set them here.
9312 (antlr-c-forward-sws): New function alias.
9313 (antlr-mode): Redefine with cc-mode before v5.30.
9314 (antlr-skip-sexps): Use it.
9315 (antlr-skip-exception-part): Ditto.
9316 (antlr-skip-file-prelude): Ditto.
9317 (antlr-outside-rule-p): Ditto.
9318 (antlr-end-of-body): Ditto.
9319 (antlr-option-kind): Ditto.
9320 (antlr-insert-option-area): Ditto.
9321 (antlr-file-dependencies): Ditto.
9322
9323 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9324
9325 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
9326 Move backward only if point was not inside an entry.
9327
9328 2003-10-21 Richard M. Stallman <rms@gnu.org>
9329
9330 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
9331
9332 2003-10-21 Juri Linkov <juri@jurta.org>
9333
9334 * compare-w.el: Automatically skip non-matching text to resync.
9335 (compare-windows-whitespace): Doc fix.
9336 (compare-windows-sync, compare-windows-sync-string-size)
9337 (compare-windows-recenter, compare-ignore-whitespace)
9338 (compare-windows-highlight, compare-windows-face): New variables.
9339 (compare-windows): Use compare-windows-sync.
9340 (compare-windows-highlight, compare-windows-dehighlight)
9341 (compare-windows-sync-regexp)
9342 (compare-windows-sync-default-function): New functions.
9343
9344 2003-10-21 Juri Linkov <juri@jurta.org>
9345
9346 * diff.el (diff-parse-differences): Don't visit the files now;
9347 instead, just record the error locus.
9348
9349 2003-10-21 Dave Love <fx@gnu.org>
9350
9351 * progmodes/cfengine.el: New file.
9352
9353 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
9354
9355 * complete.el (PC-do-completion): Do not forget to use `pred' as the
9356 default-directory when completing file names.
9357
9358 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
9359
9360 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
9361 followed by the word `face', it gets treated as a face, even if
9362 it is also defined as a variable or a function.
9363
9364 2003-10-20 Dave Love <fx@gnu.org>
9365
9366 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9367 Avoid incf in macro expansion.
9368
9369 2003-10-20 John Paul Wallington <jpw@gnu.org>
9370
9371 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
9372 `evenp' so we don't implicitly require cl library at runtime.
9373
9374 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
9375
9376 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
9377 (help-make-xrefs): Only make cross-references for faces if
9378 preceded or followed by the word `face'. Do not make a
9379 cross-reference for variables without variable documentation,
9380 unless preceded by the word `variable' or `option'. Update doc
9381 string accordingly.
9382
9383 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
9384
9385 * progmodes/hideshow.el: Rewrite one-armed `if'
9386 constructs using either `when' or `unless'.
9387 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
9388
9389 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
9390
9391 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
9392 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
9393 instead of 12x12.
9394
9395 2003-10-16 Eli Zaretskii <eliz@gnu.org>
9396
9397 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
9398 message while converting to Babyl.
9399
9400 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
9401
9402 * allout.el (allout-mode): Doc fix.
9403
9404 2003-10-16 Lute Kamstra <lute@gnu.org>
9405
9406 * subr.el (force-mode-line-update): Fix docstring.
9407
9408 2003-10-14 Dave Love <fx@gnu.org>
9409
9410 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
9411 (default-input-method): Add :link, improve :type.
9412 (locale-charset-language-names): Fix utf-8 pattern.
9413 (locale-charset-match-p, locale-charset-alist)
9414 (locale-charset-to-coding-system): New.
9415 (set-locale-environment): Deal with codeset part of locale specs.
9416
9417 2003-10-14 Lute Kamstra <lute@gnu.org>
9418
9419 * fringe.el (fringe-mode): Use active voice in docstring.
9420 (set-fringe-style): Ditto.
9421
9422 2003-10-13 Lute Kamstra <lute@gnu.org>
9423
9424 * fringe.el (fringe-mode): Fix docstring.
9425 (set-fringe-style): Ditto.
9426
9427 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
9428
9429 * ediff-mult.el (ediff-filegroup-action):
9430 Use ediff-default-filtering-regexp.
9431
9432 * ediff-util.el (ediff-recenter): Don't call
9433 ediff-restore-highlighting twice.
9434 (ediff-select-difference): Set current difference.
9435 (ediff-unselect-and-select-difference): Add comment.
9436
9437 * ediff.el (ediff-directories,ediff-directory-revisions)
9438 (ediff-directories3,ediff-merge-directories)
9439 (ediff-merge-directories-with-ancestor)
9440 (ediff-merge-directory-revisions)
9441 (ediff-merge-directory-revisions-with-ancestor):
9442 Use ediff-default-filtering-regexp.
9443
9444 2003-10-12 Andreas Schwab <schwab@suse.de>
9445
9446 * international/mule-cmds.el (locale-charset-language-names):
9447 Simplify regex by removing unused grouping.
9448
9449 2003-10-10 Dave Love <fx@gnu.org>
9450
9451 * bindings.el: Don't bind stop.
9452
9453 2003-10-08 Miles Bader <miles@gnu.org>
9454
9455 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
9456 face instead of attempting to emulate it.
9457
9458 2003-10-07 Kenichi Handa <handa@m17n.org>
9459
9460 * international/mule-diag.el (list-coding-systems-1): List coding
9461 systems that are loaded automatically.
9462
9463 * international/code-pages.el (iso-8859-11): Add autoload cookie.
9464
9465 * international/mule.el (autoload-coding-system): New function.
9466
9467 2003-10-07 Andreas Schwab <schwab@suse.de>
9468
9469 * log-edit.el (log-edit-changelog-entries): Prefer local value of
9470 change-log-default-name in the buffer visiting the file.
9471
9472 2003-10-06 Dave Love <fx@gnu.org>
9473
9474 * files.el (find-file-hook): Customize.
9475 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
9476
9477 * bindings.el (completion-ignored-extensions): Remove .log.
9478 (global-map): Add again, open, stop keys.
9479
9480 2003-10-05 Richard M. Stallman <rms@gnu.org>
9481
9482 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
9483 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
9484 Use sh-modify directly.
9485 (sh-select): Use sh-append, not eval.
9486
9487 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
9488
9489 * info.el (Info-following-node-name): New function.
9490
9491 * loadhist.el (unload-feature-special-hooks):
9492 Rename from loadhist-hook-functions.
9493 (loadhist-hook-functions): Now an alias.
9494
9495 2003-10-04 Eli Zaretskii <eliz@gnu.org>
9496
9497 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
9498 file-name clashes on 8+3 filesystems.
9499
9500 * Makefile.in (DONTCOMPILE, bootstrap-clean):
9501 Rename loaddefs-boot.el to ldefs-boot.el
9502
9503 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
9504 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
9505
9506 2003-10-03 Lute Kamstra <lute@gnu.org>
9507
9508 * info.el (Info-mode): Revert previous change.
9509 (Info-escape-percent): New function.
9510 (Info-fontify-node): Use it.
9511
9512 2003-10-02 Andreas Schwab <schwab@suse.de>
9513
9514 * loaddefs-boot.el: Regenerated.
9515
9516 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
9517
9518 * ffap.el: Remove defadvice related code from CVS since `complete'
9519 provides a `PC-completion-as-file-name-predicate' variable that
9520 ffap can override.
9521
9522 2003-10-02 Kenichi Handa <handa@m17n.org>
9523
9524 * international/utf-8.el (ccl-decode-mule-utf-8):
9525 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
9526
9527 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
9528 * international/subst-big5.el: Likewise.
9529 * international/subst-gb2312.el: Likewise.
9530 * international/subst-ksc.el: Likewise.
9531
9532 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
9533
9534 * calendar/calendar.el (increment-calendar-month)
9535 (calendar-leap-year-p, calendar-absolute-from-gregorian)
9536 (generate-calendar, calendar-read-date, calendar-interval)
9537 (calendar-day-of-week): Handle years BC.
9538 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
9539
9540 2003-10-01 Dave Love <fx@gnu.org>
9541
9542 * language/cyrillic.el (cp1251): Alias for windows-1251.
9543
9544 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
9545 bootstrap.
9546
9547 2003-10-01 Lute Kamstra <lute@gnu.org>
9548
9549 * files.el: Fix typo.
9550 * imenu.el (imenu--generic-function): Docstring fix.
9551
9552 2003-09-30 Richard M. Stallman <rms@gnu.org>
9553
9554 * dired.el (dired-mode): Handle dired-directory as a list.
9555
9556 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
9557
9558 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
9559
9560 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
9561
9562 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
9563 Replace gud-display with gud-watch.
9564 (gud-speedbar-buttons): Add stuff for watching expressions
9565 in the speedbar when using M-x gdba. Use dolist on old part
9566 of this function.
9567
9568 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
9569 (gdb-update-flag): New variables.
9570 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
9571 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
9572 (gud-watch, gdb-var-create-handler) : New functions.
9573 (gdb-var-list-children, gdb-var-list-children-handler)
9574 (gdb-var-create-regexp, gdb-var-update-regexp)
9575 (gdb-var-list-children-regexp): New constants.
9576 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
9577 (gdb-annotation-rules): Reduce annotation set (level 3).
9578 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
9579 (gdb-post-prompt): Don't update GDB buffers every time speedbar
9580 updates.
9581 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
9582 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
9583 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
9584 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
9585 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
9586 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
9587 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
9588 (gud-display, gud-display1)
9589 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
9590 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
9591 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
9592 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
9593 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
9594 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
9595 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
9596 (gdb-display-display-buffer, gdb-toggle-display)
9597 (gdb-delete-display, gdb-expressions-popup-menu)
9598 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
9599 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
9600 to display buffer.
9601
9602 2003-09-30 Richard M. Stallman <rms@gnu.org>
9603
9604 * progmodes/ada-mode.el (ada-mode): Don't use advice.
9605 Instead, set which-func-functions.
9606
9607 * progmodes/which-func.el (which-func-modes): Add ada-mode.
9608 (which-func-functions): New variable.
9609 (which-function): Use that.
9610
9611 * info.el (Info-mode): Double each `%' in header line.
9612
9613 * emacs-lisp/lisp-mnt.el (lm-with-file):
9614 When FILE is nil, run BODY in current buffer.
9615
9616 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
9617
9618 * help.el (describe-mode): Start with a brief list of minor modes.
9619 Find them thru minor-mode-list so as to find them all.
9620 Show them in alphabetical order.
9621
9622 * mail/sendmail.el (mail-aliases): Doc fix.
9623
9624 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
9625
9626 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
9627
9628 * mail/rmailsum.el (rmail-make-summary-line-1):
9629 Change comma after last label to a space.
9630 (rmail-summary-font-lock-keywords): Adapt to that change.
9631
9632 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
9633
9634 * progmodes/scheme.el (scheme-mode-variables): When setting
9635 `font-lock-defaults', also specify that "#" should
9636 be interpreted with `word' syntax.
9637 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
9638
9639 2003-09-30 Lars Hansen <larsh@math.ku.dk>
9640
9641 * desktop.el: A lot of comments updated.
9642 (desktop-save-mode): Minor mode introduced.
9643 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
9644 (desktop-load-default): Function made obsolete.
9645 (desktop-locals-to-save): Variable made customizable.
9646 (desktop-read): Optional parameter `dirname' added.
9647 (desktop-change-dir, desktop-revert): Parameter `dirname' in
9648 `desktop-read' used.
9649 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
9650
9651 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
9652
9653 * whitespace.el (whitespace-clean-msg): Add user customizable message
9654 for displaying ``clean'' output.
9655 (whitespace-buffer): Use `whitespace-clean-msg'.
9656 (whitespace-global-mode): Fix typo.
9657
9658 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
9659
9660 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
9661
9662 2003-09-29 Lute Kamstra <lute@gnu.org>
9663
9664 * bindings.el (mode-line-modes): Remove superfluous :propertize
9665 construct in initialization.
9666 (mode-line-position): Change cons cell into proper list in
9667 initialization.
9668
9669 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
9670
9671 * international/mule.el (decode-coding-inserted-region): Use car
9672 of the return value of find-operation-coding-system.
9673
9674 2003-09-29 Kenichi Handa <handa@m17n.org>
9675
9676 * descr-text.el (describe-char): Fix previous change.
9677
9678 2003-09-28 Kenichi Handa <handa@m17n.org>
9679
9680 * descr-text.el (describe-char-display): New function.
9681 (describe-char): Pay attention to display table on describing how
9682 a character is displayed.
9683
9684 * international/mule-cmds.el (encoded-string-description):
9685 Prepend "0x" to each encoded byte.
9686
9687 2003-09-28 Andreas Schwab <schwab@suse.de>
9688
9689 * find-file.el (ff-special-constructs): Add autoload cookie.
9690
9691 2003-09-28 Kevin Ryde <user42@zip.com.au>
9692
9693 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
9694 makeinfo appends to duplicate index entries.
9695
9696 2003-09-28 Eli Zaretskii <eliz@gnu.org>
9697
9698 * dired-x.el (dired-clean-tex): Doc fix.
9699
9700 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
9701 using a Chinese tutorial.
9702
9703 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
9704
9705 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
9706 between "MAIL FROM:" and "RCPT TO:" and the following address.
9707
9708 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
9709
9710 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
9711
9712 2003-09-28 David Ponce <david@dponce.com>
9713
9714 * recentf.el (recentf-initialize-file-name-history): New defcustom.
9715 (recentf-load-list): When `recentf-initialize-file-name-history'
9716 is non-nil, initialize an empty `file-name-history' with the
9717 recent list.
9718
9719 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
9720
9721 * man.el (Man-default-man-entry): Remove the leading `*' from the
9722 word at point.
9723
9724 2003-09-26 Lute Kamstra <lute@gnu.org>
9725
9726 * bindings.el (mode-line-position): Mention size indication in
9727 docstring.
9728
9729 2003-09-26 Andre Spiegel <spiegel@gnu.org>
9730
9731 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
9732
9733 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
9734 because it's autoloaded now.
9735
9736 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
9737
9738 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
9739 (sh-font-lock-keywords, sh-feature): Fix previous change of
9740 sh-feature to avoid infloop with sh-font-lock-keywords.
9741
9742 2003-09-25 Kim F. Storm <storm@cua.dk>
9743
9744 * frame.el (frame-current-scroll-bars): New defun.
9745
9746 * window.el (window-current-scroll-bars): New defun.
9747
9748 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9749
9750 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
9751 cause errors when the state cache contains info on parts that have
9752 been narrowed out.
9753
9754 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9755
9756 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
9757 `c-setup-paragraph-variables' has to be used when this variable is
9758 changed; it doesn't work to reinitialize the mode since that
9759 typically clobbers the variable.
9760
9761 * progmodes/cc-styles.el (c-setup-paragraph-variables):
9762 Make it interactive.
9763
9764 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9765
9766 * progmodes/cc-fonts.el (c-font-lock-declarations):
9767 Fix recognition of constructors and destructors for classes whose
9768 names are matched by `*-font-lock-extra-types'.
9769
9770 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
9771 followed by an identifier in C++ then it's a type.
9772
9773 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9774
9775 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
9776 problem that primarily affected XEmacs. Don't use faces to find
9777 unterminated strings since Emacs and XEmacs fontify strings
9778 differently - this function should now work better in XEmacs.
9779
9780 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9781
9782 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
9783 `expand-abbrev' workaround which caused braces to misbehave inside
9784 macros.
9785
9786 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
9787 handling. This bug could cause interactive font locking to bail out.
9788
9789 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9790
9791 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
9792 Handle paren-style types in Pike. Also fixed some cases of
9793 insufficient handling of unbalanced parens.
9794
9795 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
9796
9797 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
9798 common shell prompts that are not common filename or URL characters.
9799 (ffap-file-at-point): Use the new regexp to strip the prompts from
9800 the file names. This is an issue mostly for user prompts that
9801 don't have a trailing space and find-file-at-point is invoked from
9802 within a shell inside Emacs.
9803
9804 2003-09-24 Andre Spiegel <spiegel@gnu.org>
9805
9806 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
9807 stamps numerically, rather than textually.
9808
9809 2003-09-24 Kenichi Handa <handa@m17n.org>
9810
9811 * language/devan-util.el (devanagari-post-read-conversion):
9812 * language/mlm-util.el (malayalam-post-read-conversion):
9813 * language/tml-util.el (tamil-post-read-conversion):
9814 Add autoload cookie.
9815
9816 * international/utf-8.el (utf-8-post-read-conversion):
9817 Call post-read-conversion functions for Devanagari, Malayalam,
9818 and Tamil.
9819
9820 2003-09-23 Dave Love <fx@gnu.org>
9821
9822 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
9823
9824 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
9825
9826 * progmodes/gud.el (perldb): Add gud-until to list of commands.
9827 Update gud-remove.
9828
9829 2003-09-22 Richard M. Stallman <rms@gnu.org>
9830
9831 * progmodes/sh-script.el (sh-mode-default-syntax-table):
9832 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
9833 (sh-mode-syntax-table-input): New variable.
9834 (sh-require-final-newline): Don't use eval.
9835 (sh-builtins, sh-leading-keywords, sh-other-keywords)
9836 (sh-variables, sh-font-lock-keywords): Don't use eval.
9837 (sh-set-shell): When setting require-final-newline,
9838 treat value = `require-final-newline' as don't change it.
9839 Set sh-mode-syntax-table locally based on
9840 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
9841
9842 * progmodes/compile.el (compile-internal):
9843 Call compilation-set-window-height before setting window start.
9844
9845 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
9846
9847 * emacs-lisp/bytecomp.el (byte-compile-log-file):
9848 Clear out byte-compile-last-warned-form.
9849
9850 2003-09-22 Richard M. Stallman <rms@gnu.org>
9851
9852 * woman.el (woman-file-name, woman-follow-word):
9853 If current-word returns nil, use "".
9854
9855 * simple.el (eval-expression): Bind standard-output in to-buffer case.
9856
9857 2003-09-22 Richard M. Stallman <rms@gnu.org>
9858
9859 * emacs-lisp/lisp-mnt.el (lm-with-file):
9860 Don't visit the file, just use insert-file-contents in temp buffer.
9861
9862 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
9863
9864 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
9865 Add surrounding \\( and \\) around the header, as in
9866 for lm-history-header 'Change Log\\|History'.
9867
9868 2003-09-22 John Paul Wallington <jpw@gnu.org>
9869
9870 * progmodes/ld-script.el: Add Commentary section,
9871 minor cleanup of file header.
9872 (ld-script-font-lock-keywords): Doc fix.
9873 (toplevel): Provide `ld-script' feature.
9874
9875 2003-09-21 Kim F. Storm <storm@cua.dk>
9876
9877 * scroll-bar.el (set-scroll-bar-mode): Initialize to
9878 new built-in variable default-frame-scroll-bars.
9879 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
9880 scroll-bar-mode; notably, use it instead of t when we toggle
9881 scroll-bars on.
9882 (toggle-scroll-bar): Use default-frame-scroll-bars.
9883
9884 2003-09-19 Masatake YAMATO <jet@gyve.org>
9885
9886 * pcvs.el (cvs-do-removal): Change the prompt depending on
9887 `filter' value.
9888
9889 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
9890
9891 * startup.el (command-line-1): Stop startup-echo-area-message
9892 being hidden by "Loading image..." message.
9893 (use-fancy-splash-screens-p, display-splash-screen):
9894 Move display-graphic-p test from latter to former.
9895
9896 * progmodes/sh-script.el (sh-font-lock-keywords):
9897 Highlight escaped EOLs differently from other backslash constructs.
9898
9899 2003-09-19 Richard M. Stallman <rms@gnu.org>
9900
9901 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
9902 New functions.
9903 (edebug-enter, edebug-outside-excursion): Use them.
9904
9905 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
9906 Fix the condition for whether to print "In WHERE".
9907
9908 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
9909
9910 * finder.el (finder-mode-hook): New variable.
9911 (finder-mode): Run hook finder-mode-hook
9912
9913 2003-09-18 Masatake YAMATO <jet@gyve.org>
9914
9915 * progmodes/ebrowse.el: Fix broken magic autoload comments.
9916
9917 2003-09-17 Mario Lang <mlang@delysid.org>
9918
9919 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
9920 "p %e" to actually print the value in the GUD buffer.
9921
9922 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
9923
9924 From David Ponce <david.ponce@wanadoo.fr>:
9925 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
9926 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
9927 from loaddefs-boot.el if necessary.
9928
9929 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
9930
9931 * progmodes/gud.el (gud-find-class): Make jdb work again since
9932 cc-mode changed the syntactic information.
9933
9934 2003-09-15 David Ponce <david@dponce.com>
9935
9936 * recentf.el: (recentf-exclude): Accept predicates too.
9937 (recentf-file-readable-p): New function.
9938 (recentf-include-p): Handle predicates in recentf-exclude.
9939 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
9940 (recentf-cleanup): Likewise.
9941 (recentf-save-list): Use write-file to handle backup of
9942 recentf-save-file.
9943
9944 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
9945
9946 * loaddefs-boot.el: Renamed from `loaddefs.el'
9947 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
9948 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
9949 necessary.
9950
9951 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
9952
9953 * electric.el (Electric-pop-up-window): For the `one-window' case,
9954 no longer disconcertingly move point in the original buffer.
9955
9956 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9957
9958 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
9959
9960 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
9961
9962 * dired.el (dired-mode-map): Fix typo.
9963
9964 2003-09-11 Richard M. Stallman <rms@gnu.org>
9965
9966 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
9967
9968 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
9969
9970 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
9971 the function is less noisy. Now only `kill-buffer' can ask questions.
9972
9973 2003-09-10 Mario Lang <mlang@delysid.org>
9974
9975 * battery.el: Update Commentary and Copyright.
9976 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
9977 appear due to wrong ordering of the expressions in `or'.
9978
9979 2003-09-09 Lute Kamstra <lute@gnu.org>
9980
9981 * misc.el (upcase-char): Fix docstring.
9982 (zap-up-to-char): New command.
9983
9984 2003-09-08 David Ponce <david@dponce.com>
9985
9986 Ensure that recentf correctly updates the menu bar.
9987 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
9988 (recentf-menu-bar): New function.
9989 (recentf-clear-data): Use it
9990 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
9991 of easy-menu-change.
9992
9993 2003-09-08 Lute Kamstra <lute@gnu.org>
9994
9995 * simple.el (size-indication-mode): New.
9996 * bindings.el (mode-line-position): Add buffer size indicator.
9997
9998 2003-09-04 Mario Lang <mlang@delysid.org>
9999
10000 * battery.el (battery-linux-proc-acpi): New function.
10001 (battery-status-function): Modify default value calculation to also
10002 check for availability of ACPI.
10003 (battery-echo-area-format): Ditto.
10004 (battery-mode-line-format): Ditto.
10005
10006 2003-09-06 Dave Love <fx@gnu.org>
10007
10008 * ielm.el (ielm-mode-hook): Add :options.
10009
10010 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
10011 (eldoc-print-current-symbol-info): Use it.
10012
10013 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
10014
10015 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
10016 being displayed in GUD buffer.
10017 (gdb-idle-input-queue): Remove var. Use just one queue.
10018 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
10019 Remove functions. Use just one queue.
10020 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
10021 (gdb-invalidate-assembler, gdb-get-current-frame):
10022 Modify functions. Use just one queue.
10023
10024 2003-09-04 Dave Love <fx@gnu.org>
10025
10026 * cus-start.el: Add blink-cursor-alist.
10027
10028 * ruler-mode.el (ruler-mode-fill-column-char)
10029 (ruler-mode-current-column-char): Use char-displayable-p,
10030 not window-system.
10031
10032 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
10033
10034 * language/european.el (windows-1252): Move from code-pages.
10035
10036 * language/cyrillic.el ("Windows-1251"): Delete.
10037 ("Bulgarian", "Belarusian"): Remove `features'.
10038 (windows-1251): Move from code-pages.
10039
10040 * international/mule-diag.el (non-iso-charset-alist):
10041 Remove `codepage' stuff.
10042 (print-designation, list-coding-systems-1): Output fixes.
10043
10044 * international/code-pages.el (cp-make-translation-table)
10045 (cp-valid-codes): Made defsubsts.
10046 (cp-fix-safe-chars): Delete.
10047 (mule-diag): Don't require.
10048 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
10049 (top-level): Check for defined coding system when defining
10050 cp... aliases. Change w32-add-charset-info test to avoid warning.
10051 (non-iso-charset-alist): Defvar when compiling.
10052 (cp-make-coding-system): Doc fix.
10053
10054 2003-09-02 Jason Rumney <jasonr@gnu.org>
10055
10056 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
10057 line-ends from CVS before doing conversion.
10058
10059 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
10060
10061 * calendar/diary-lib.el (diary-header-line-flag)
10062 (diary-header-line-format): New variables.
10063 (list-diary-entries): Use them to set header line in simple diary.
10064
10065 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
10066 other than font-lock-string-face to highlight backslashes.
10067
10068 2003-09-01 Jason Rumney <jasonr@gnu.org>
10069
10070 * international/titdic-cnv.el (tit-read-key-value): Include \r in
10071 regexp.
10072
10073 2003-09-01 Dave Love <fx@gnu.org>
10074
10075 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
10076
10077 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
10078 and :help; also line and column numbers labels.
10079
10080 * international/mule-util.el (char-displayable-p): Move from
10081 latin1-disp, rename and autoload.
10082
10083 * international/latin1-disp.el (latin1-char-displayable-p):
10084 Now obsolete alias. Replace uses with char-displayable-p.
10085 (latin1-display-ucs-per-lynx): Fix last change.
10086
10087 * international/mule-cmds.el (standard-display-european-internal):
10088 Don't use char code for Latin-1 NBSP.
10089 <XFree86 4>: Unfrob NBSP display table. Set display table to use
10090 U+2018, U+2019 for `'.
10091 (select-safe-coding-system): Message fix.
10092
10093 2003-09-01 Kenichi Handa <handa@m17n.org>
10094
10095 * international/fontset.el (setup-default-fontset): For Thai
10096 font, specify "*" family.
10097
10098 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
10099
10100 * progmodes/compile.el (previous-error): Accept a prefix
10101 argument, similarly to next-error.
10102
10103 2003-08-31 Masatake YAMATO <jet@gyve.org>
10104
10105 * pcvs.el (cvs-do-removal): Use = instead of eq to check
10106 the number of files. Bind the number of files to a local
10107 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
10108
10109 2003-08-30 Eli Zaretskii <eliz@gnu.org>
10110
10111 * vc-hooks.el (vc-make-version-backup): Fix the change made on
10112 2003-07-26: msdos-long-file-names is a function, not a variable.
10113
10114 2003-08-29 Richard M. Stallman <rms@gnu.org>
10115
10116 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
10117 Do nothing with mail-personal-alias-file if it is nil.
10118
10119 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
10120 Do nothing if mail-personal-alias-file is nil.
10121
10122 * term.el (term-exec-1): Bind coding-system-for-read.
10123
10124 * dired.el (dired-mouse-find-file-other-window):
10125 Use dired-view-command-alist here, as in dired-view-file.
10126 (dired-view-command-alist): Use %s to substitute file name.
10127 Handle .ps_pages, .eps, .jpg, .gif, .png.
10128
10129 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
10130
10131 * info.el (Info-mode-map): Bind S-tab and <backtab> to
10132 `Info-prev-reference', instead of M-tab.
10133
10134 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
10135
10136 * simple.el (blink-matching-open): Work correctly on chars that
10137 are designated as parens through the syntax-table text property.
10138
10139 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
10140
10141 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
10142 line break position in the middle of a non-kinsoku (e.g. latin)
10143 word, making it skip until either a space or a character with
10144 category "|".
10145 (kinsoku-longer): Test for end of buffer.
10146
10147 2003-08-28 Eli Zaretskii <eliz@gnu.org>
10148
10149 * mail/rmail.el (rmail-convert-to-babyl-format):
10150 Detect quoted-printable- and base64-encoded messages and decode them
10151 automatically. Set the message's encoding from the charset=
10152 header, if any. Decode base64-encoded messages in Mail format as well.
10153
10154 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
10155
10156 * mail/smtpmail.el: Fix previous change.
10157 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
10158 calling smtpmail-via-smtp.
10159 (smtpmail-via-smtp): Add fall-back values for envelope-from.
10160
10161 2003-08-26 John Paul Wallington <jpw@gnu.org>
10162
10163 * image.el (image-jpeg-p): Don't search beyond length of data.
10164
10165 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
10166
10167 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
10168 misfeature in `expand-abbrev' which caused electric keywords like
10169 "else" to disappear if an open brace was typed directly afterwards.
10170
10171 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
10172
10173 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
10174 mandatory in `define-widget'.
10175
10176 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
10177 Don't align the operators "!=", "<=" and ">=" as assignment operators.
10178
10179 (c-assignment-operators): New language constant that only contains
10180 the assignment operators.
10181
10182 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
10183
10184 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
10185
10186 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
10187 Safeguard against unbalanced sexps.
10188
10189 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
10190
10191 * version.el (emacs-version): Check for gtk. Include gtk version info.
10192
10193 2003-08-25 John Paul Wallington <jpw@gnu.org>
10194
10195 * man.el (Man-default-man-entry): Don't whizz past the section
10196 number before looking for it.
10197
10198 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
10199
10200 * progmodes/gud.el (gud-display-line): Don't set window-point if
10201 source buffer is not visible. (Only happens with M-x gdba.)
10202
10203 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
10204 documentation.
10205 (gdb-source, gdb-source-info): Update to assembler unnecessary
10206 as its done after each GDB command anyway.
10207 (gdb-pre-prompt): Use with-current-buffer.
10208 (gdb-insert-field): Add help-echo text.
10209 (gdb-invalidate-assembler): Re-display of assembler now done in
10210 gdb-info-breakpoints-custom.
10211 (gdb-info-breakpoints-custom): Force re-display of assembler to
10212 happen *after* update of breakpoints buffer.
10213 (gdb-display-source-buffer): Don't choke if gdb-source-window
10214 isn't visible.
10215 (gdb-put-string, gdb-put-arrow): Remove free variables.
10216
10217 2003-08-24 John Paul Wallington <jpw@gnu.org>
10218
10219 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
10220
10221 * man.el (Man-default-man-entry): Strip text properties when
10222 snarfing parts of entry because `format' preserves properties.
10223
10224 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
10225
10226 * files.el (file-newest-backup): Use `expand-file-name'.
10227
10228 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
10229 Allow the diary to pop up a new frame, if needed.
10230
10231 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
10232 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
10233 (smtpmail-send-it): Make treatment of envelope-from consistent with
10234 sendmail.el.
10235
10236 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
10237 (sh-leading-keywords): Add the bash `time' reserved word.
10238 (sh-variables): Add some bash variables.
10239 (sh-add-completer): Fix nil branch of case statement.
10240
10241 2003-08-24 Masatake YAMATO <jet@gyve.org>
10242
10243 * progmodes/ld-script.el: New file.
10244
10245 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
10246
10247 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
10248
10249 2003-08-23 Andre Spiegel <spiegel@gnu.org>
10250
10251 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
10252 Better explain obsolescence, and what to use instead.
10253
10254 2003-08-23 Masatake YAMATO <jet@gyve.org>
10255
10256 * pcvs.el (cvs-do-removal): Show the deleted file name
10257 on the prompt.
10258
10259 2003-08-20 Dave Love <fx@gnu.org>
10260
10261 * international/mule.el (make-coding-system)
10262 (set-buffer-file-coding-system): Doc fix.
10263
10264 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
10265
10266 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
10267
10268 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
10269
10270 * international/utf-16.el: Add mime-text-unsuitable coding system
10271 properties.
10272
10273 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
10274
10275 * cus-edit.el: Add some :links.
10276 (bib): Remove.
10277
10278 * textmodes/bib-mode.el (bib): Add :group external.
10279
10280 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
10281
10282 * wid-edit.el (widget-echo-help): Make it handle expressions that
10283 evaluate to strings.
10284
10285 2003-08-18 Michael Mauger <mmaug@yahoo.com>
10286
10287 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
10288
10289 Simplify selection of SQL products to define highlighting and
10290 interactive mode. Includes detailed instructions on adding
10291 support for new products.
10292
10293 * progmodes/sql.el (sql-product): New variable. Identifies SQL
10294 product for use in highlighting and interactive mode.
10295 (sql-interactive-product): New variable. SQL product for
10296 sql-interactive-mode.
10297 (sql-product-support): New variable. Specifies product-specific
10298 parameters to drive highlighting and interactive mode.
10299 (sql-imenu-generic-expression): Add more object types.
10300 (sql-sqlite-options): Correct comment.
10301 (sql-ms-program): Use "osql" rather than "isql".
10302 (sql-prompt-regexp, sql-prompt-length): Update comment.
10303 (sql-mode-menu): Add "Start SQLi session" entry.
10304 Replace Highlighting submenu with Product menu. Fix Send Region entry.
10305 (sql-mode-abbrev-table): Add abbreviations. Support of
10306 SYSTEM-FLAG on define-abbrev. Support was removed with last
10307 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
10308 (sql-mode-font-lock-object-name): Add font-lock pattern for object
10309 names.
10310 (sql-mode-ansi-font-lock-keywords): Set as default value.
10311 (sql-mode-oracle-font-lock-keywords): Set as default value.
10312 Support Oracle 9i keywords.
10313 (sql-mode-postgres-font-lock-keywords): Set as default value.
10314 (sql-mode-linter-font-lock-keywords): Set as default value.
10315 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
10316 SQLServer 2000.
10317 (sql-mode-sybase-font-lock-keywords)
10318 (sql-mode-interbase-font-lock-keywords)
10319 (sql-mode-sqlite-font-lock-keywords)
10320 (sql-mode-strong-font-lock-keywords)
10321 (sql-mode-mysql-font-lock-keywords)
10322 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
10323 keywords.
10324 (sql-mode-font-lock-defaults): Update comment.
10325 (sql-product-feature): New function. Returns feature associated
10326 with a product from `sql-product-support' alist.
10327 (sql-product-font-lock): New function. Set font-lock support
10328 based on `sql-product'.
10329 (sql-add-product-keywords): New function. Add font-lock rules to
10330 product-specific keyword variables.
10331 (sql-set-product): New function. Set `sql-product' and apply
10332 appropriate font-lock highlighting.
10333 (sql-highlight-product): New function. Set font-lock support
10334 based on a product. Also set mode name to include product name.
10335 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
10336 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
10337 Use `sql-set-product'.
10338 (sql-highlight-ms-keywords)
10339 (sql-highlight-sybase-keywords)
10340 (sql-highlight-interbase-keywords)
10341 (sql-highlight-strong-keywords)
10342 (sql-highlight-mysql-keywords)
10343 (sql-highlight-sqlite-keywords)
10344 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
10345 (sql-get-login): Prompt in the same order as the tokens.
10346 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
10347 (sql-product-interactive): New function. Common portions of
10348 product-specific interactive mode wrappers.
10349 (sql-interactive-mode): Rewritten to use product features.
10350 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
10351 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
10352 (sql-db2, sql-linter): Use `sql-product-interactive'.
10353 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
10354 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
10355 (sql-connect-ingres, sql-connect-postgres)
10356 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
10357 New functions. Format command line parameters and invoke comint on
10358 the appropriate interpreter. Code was in the corresponding
10359 `sql-xyz' function before.
10360 (sql-connect-ms): New function. Support -E argument to use
10361 operating system credentials for authentication.
10362
10363 2003-08-18 Kenichi Handa <handa@m17n.org>
10364
10365 * international/mule.el (encode-char): Fix for the ASCII case.
10366
10367 2003-08-15 Kenichi Handa <handa@m17n.org>
10368
10369 * international/fontset.el (setup-default-fontset): Change "*" to
10370 nil in the specifications of font family.
10371
10372 2003-08-18 Kim F. Storm <storm@cua.dk>
10373
10374 * kmacro.el (kmacro-keymap): Group related bindings in
10375 initialization for clarity. Bind C-s to start macro.
10376 Remove C-r binding.
10377 (kmacro-initial-counter-value): New defvar to hold initial counter
10378 value in case we set the value before defining a macro.
10379 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
10380 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
10381 not defining or executing macro. Doc fix.
10382 (kmacro-add-counter): Clear kmacro-initial-counter-value.
10383 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
10384 temporarily view older elements on the macro ring without cycling
10385 the ring.
10386 (kmacro-display): Doc fix.
10387 (kmacro-exec-ring-item): New helper function.
10388 (kmacro-call-ring-2nd): Use it.
10389 (kmacro-call-ring-2nd-repeat): Doc fix.
10390 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
10391 (kmacro-end-or-call-macro): Execute last viewed macro (using
10392 kmacro-exec-ring-item) from ring if this follows
10393 kmacro-view-macro. This allows us to find a macro on the ring
10394 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
10395 the ring to bring it to the head of the ring.
10396 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
10397 Allow binding to reserved keys without specifying C-x C-k prefix.
10398 Ask for confirmation if entered key sequence is already bound to
10399 a non-macro command.
10400 (kmacro-view-macro): Repeating command will show older elements
10401 on the macro ring; C-k will execute the last viewed macro.
10402 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
10403 property from 'ring to 'head.
10404
10405 2003-08-17 Alan Shutko <ats@acm.org>
10406
10407 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
10408 keeping December out of the alist.
10409
10410 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
10411
10412 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
10413 * calendar/calendar.el (calendar-mode-map): Bind it to key.
10414 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
10415 (calendar-flatten): New function.
10416 (calendar-mouse-view-other-diary-entries)
10417 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
10418 in the menu title and to show multi-line diary entries correctly
10419 in the menu.
10420
10421 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
10422
10423 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
10424 defcustom, because the default was recently changed.
10425
10426 2003-08-16 Richard M. Stallman <rms@gnu.org>
10427
10428 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
10429
10430 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
10431 New subroutine, broken out of eval-last-sexp-1.
10432 (eval-last-sexp-1): Use eval-last-sexp-print-value.
10433
10434 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
10435
10436 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
10437
10438 * simple.el (eval-expression): Use eval-last-sexp-print-value.
10439
10440 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
10441
10442 * progmodes/compile.el (compilation-error-regexp-alist):
10443 Add Java ANt error detection as described in document
10444 http://ant.apache.org/faq.html
10445
10446 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
10447
10448 * simple.el (backward-word, forward-to-indentation)
10449 (backward-to-indentation): Argument changed to optional.
10450 (next-line, previous-line): Use `or' instead of `unless'.
10451
10452 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10453
10454 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
10455 instead of a constant.
10456
10457 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
10458
10459 * shell.el (shell): With prefix-arg, suggest a new buffer name.
10460
10461 2003-08-12 Andre Spiegel <spiegel@gnu.org>
10462
10463 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
10464 (vc-sccs-workfile-version): Search the entire delta table, rather
10465 than just the first entry, because that might be a deleted version.
10466
10467 2003-08-11 Karl Fogel <kfogel@red-bean.com>
10468
10469 * menu-bar.el (menu-bar-options-menu): Supply a body for the
10470 [save-place] binding in the Options menu. Have it require
10471 'saveplace' and then toggle the variable manually, to avoid an an
10472 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
10473 for the bug report.
10474
10475 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
10476
10477 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
10478 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
10479 (gdb-info-threads-custom): Add help-echo text.
10480 (gdb-display-back): Don't use purecopy.
10481 (gdb-info-breakpoints-custom, gdb-reset)
10482 (gdb-assembler-custom): Use display-images-p to test if breakpoint
10483 icons can be displayed.
10484
10485 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
10486
10487 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
10488
10489 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
10490
10491 * bookmark.el (bookmark-completing-read):
10492 Return a string, instead of a list of one string.
10493 Use a popup menu if activated from the mouse.
10494 (bookmark-edit-annotation): Remove unused vars.
10495 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
10496 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
10497 to bookmark-completing-read.
10498 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
10499 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
10500 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
10501 and erase-buffer.
10502 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
10503 (bookmark-menu-jump, bookmark-menu-insert)
10504 (bookmark-popup-menu-and-apply-function)
10505 (bookmark-menu-popup-paned-bookmark-menu): Remove.
10506 (bookmark-menu-build-paned-menu): Remove by folding it into
10507 bookmark-menu-popup-paned-menu.
10508 (menu-bar-bookmark-map): Move the define-key statements here.
10509 Use the "non-menu" commands since they now pop up a menu if needed.
10510 (bookmark-exit-hook-internal): Simplify.
10511
10512 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
10513
10514 * reftex-toc.el (reftex-toc-rename-label): New function.
10515 (reftex-toc-check-docstruct): New function.
10516
10517 * reftex.el (reftex-region-active-p): New function.
10518
10519 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
10520 regexp to find the \bibliography macro.
10521
10522 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
10523 which does not exist in LaTeX.
10524 (reftex-cite-format-builtin): Added amsrefs support.
10525 (reftex-toc-confirm-promotion): New option
10526
10527 * reftex-toc.el
10528 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
10529 (reftex-toc-demote, reftex-toc-promote)
10530 (reftex-toc-do-promote, reftex-toc-promote-prepare)
10531 (reftex-toc-promote-action, reftex-toc-extract-section-number)
10532 (reftex-toc-newhead-from-alist)
10533 (reftex-toc-load-all-files-for-promotion): New functions.
10534 (reftex-toc-help): Added description of new keys.
10535 (reftex-toc-split-windows-fraction): New option.
10536 (reftex-recenter-toc-when-idle): Search *toc* window on all
10537 visible frames.
10538 (reftex-toc): Additional parameter REUSE
10539 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
10540 with REUSE argument.
10541 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
10542 the call of `reftex-toc'.
10543 (reftex-make-separate-toc-frame): New function .
10544 (reftex-toc-recenter): When called with triple prefix arg, call
10545 `reftex-make-separate-toc-frame' first.
10546 (reftex-toc-toggle-dedicated-frame): New command.
10547 (reftex-toc-quit): Adapted to delete frame when called in
10548 dedicated frame.
10549
10550 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
10551 all enclosing macros.
10552
10553
10554 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10555
10556 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
10557 first use.
10558
10559 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10560
10561 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
10562
10563 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
10564
10565 * calendar/calendar.el (list-diary-entries-hook)
10566 (diary-display-hook, nongregorian-diary-listing-hook)
10567 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
10568 Add some customize options for these hooks.
10569 (calendar-abbrev-construct): Don't try to take a substring longer
10570 than the original string.
10571
10572 2003-08-05 Richard M. Stallman <rms@gnu.org>
10573
10574 * emacs-lisp/testcover.el (noreturn): Report error if does return.
10575 (testcover-reinstrument-clauses): Doc fix.
10576
10577 * emacs-lisp/warnings.el: Doc fixes, args renamed.
10578 (warning-type-format): Rename from warning-group-format.
10579
10580 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
10581 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
10582 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
10583 to prevent warnings about defvar for an obsolete variable.
10584
10585 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
10586 warning-group-format renamed to warning-type-format.
10587
10588 * subr.el (read-passwd): Use clear-string instead of fillarray.
10589
10590 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
10591 Use vconcat instead of concat.
10592 (edmacro-sanitize-for-string): New function.
10593
10594 2003-08-05 Dave Love <fx@gnu.org>
10595
10596 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
10597 line-number-display-limit-width.
10598
10599 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
10600
10601 2003-08-05 Kenichi Handa <handa@m17n.org>
10602
10603 * international/code-pages.el: Don't require mule-diag.
10604
10605 * international/mule-diag.el (non-iso-charset-alist):
10606 Add autoload cookie.
10607
10608 * language/devan-util.el (dev-glyph-order): Add an entry for the
10609 glyph code #xC4.
10610
10611 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
10612
10613 * calendar/calendar.el (diary-file, diary-file-name-prefix)
10614 (european-calendar-style, diary-date-forms)
10615 (calendar-day-name-array, calendar-month-name-array): Doc change.
10616 (generate-calendar-month): Adapt for new behaviour of
10617 `calendar-day-name' function.
10618 (calendar-abbrev-length, calendar-day-abbrev-array)
10619 (calendar-month-abbrev-array): New variables.
10620 (calendar-abbrev-construct): New function.
10621 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
10622 rather than fixing abbrevs at some width. Calling syntax change.
10623 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
10624 (calendar-date-string): Adapt for new behaviours of
10625 `calendar-day-name' and `calendar-month-name' functions.
10626
10627 * calendar/diary-lib.el (list-diary-entries): Adapt for new
10628 behaviour of `calendar-day-name' and `calendar-month-name' functions.
10629 (diary-name-pattern): Use abbrev arrays, rather than fixing
10630 abbrevs at three chars. Calling syntax change.
10631 (mark-diary-entries): Adapt for new behaviours of
10632 `diary-name-pattern' and `calendar-make-alist' functions.
10633 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
10634 `diary-name-pattern' function.
10635 (font-lock-diary-date-forms): Use abbrev arrays, rather than
10636 fixing abbrevs at three chars. Calling syntax change.
10637 (cal-hebrew, cal-islam): Require when compiling.
10638 (diary-font-lock-keywords): Adapt for new behaviour of
10639 `font-lock-diary-date-forms' function.
10640
10641 * calendar/cal-hebrew.el: Reposition some code so defined before used.
10642 (calendar-hebrew-month-name-array-common-year)
10643 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
10644 (list-hebrew-diary-entries): Adapt for new behaviours of
10645 `calendar-day-name' and `add-to-diary-list' functions.
10646 (mark-hebrew-diary-entries): Adapt for new behaviours of
10647 `diary-name-pattern' and `calendar-make-alist' functions.
10648
10649 * calendar/cal-islam.el (calendar-islamic-month-name-array):
10650 Add doc string.
10651 (list-islamic-diary-entries): Adapt for new behaviours of
10652 `calendar-day-name' and `add-to-diary-list' functions.
10653 (mark-islamic-diary-entries): Adapt for new behaviours of
10654 `diary-name-pattern' and `calendar-make-alist' functions.
10655
10656 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
10657 `calendar-month-name' function.
10658
10659 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
10660
10661 * calendar/solar.el (solar-seasons-data): Move definition before use.
10662
10663 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
10664 (cal-tex-LaTeX-hourbox): Move definition before use.
10665
10666 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
10667 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
10668 lunar.el, solar.el
10669 (displayed-month, displayed-year): Define for compiler.
10670
10671 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
10672
10673 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
10674 MODE. Renamed from c-init-c-language-vars'.
10675 (c-initialize-cc-mode): Change accordingly.
10676 (c-common-init): Ditto.
10677 (c-mode): Ditto.
10678 (c++-mode): Use `c-init-language-vars-for'.
10679 (objc-mode): Ditto.
10680 (java-mode): Ditto.
10681 (idl-mode): Ditto.
10682 (pike-mode): Ditto.
10683 (awk-mode): Ditto.
10684
10685 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
10686
10687 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
10688 or not the point moved.
10689
10690 (c-search-decl-header-end): Don't trip up on operator identifiers
10691 in C++ and operators like == in all languages.
10692
10693 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
10694 Detect leading labels correctly.
10695
10696 2003-08-02 Andreas Schwab <schwab@suse.de>
10697
10698 * textmodes/ispell.el: Don't redo key bindings on loading, put
10699 them only in loaddefs.el.
10700 * bookmark.el: Likewise.
10701 * dabbrev.el: Likewise.
10702 * emerge.el: Likewise.
10703
10704 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
10705 has more than one member.
10706
10707 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
10708
10709 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10710
10711 * lpr.el (printify-region): It was ending conversion before the
10712 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
10713
10714 2003-07-31 John Paul Wallington <jpw@gnu.org>
10715
10716 * net/browse-url.el (browse-url-epiphany): Doc fix.
10717
10718 2003-07-30 Kenichi Handa <handa@m17n.org>
10719
10720 * international/fontset.el (setup-default-fontset):
10721 Change registry names of Akurti fonts.
10722
10723 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
10724
10725 * comint.el (comint-read-noecho): Use `clear-string' instead of
10726 `fillarray'.
10727
10728 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
10729
10730 * outline.el (outline-mode-hook): Add defvar.
10731
10732 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
10733
10734 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
10735 Restore assembler in source window if that is what has been selected.
10736 (menu): Add gdb-restore-windows to menu. Make gdba
10737 specific menus only visible from gdba.
10738
10739 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
10740
10741 * progmodes/compile.el (compilation-environment): New user variable.
10742 (compile-internal): Respect it.
10743
10744 2003-07-23 Masatake YAMATO <jet@gyve.org>
10745
10746 * progmodes/gud.el (gdb-script-font-lock-keywords):
10747 Put `font-lock-function-name-face' on a symbol which includes
10748 `-' like `hook-run'. Put font-lock-variable-name-face
10749 on a symbol starting with $.
10750
10751 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
10752
10753 * files.el (set-visited-file-name): Use truename for buffer-file-name.
10754
10755 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
10756
10757 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
10758
10759 2003-07-26 Andre Spiegel <spiegel@gnu.org>
10760
10761 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
10762 Use with-no-warnings.
10763 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
10764 rather than to find-file-not-found-hook, which doesn't exist.
10765
10766 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
10767
10768 * international/quail.el (quail-translate-key): Fix previous change.
10769
10770 2003-07-25 John Paul Wallington <jpw@gnu.org>
10771
10772 * server.el (server-start): Check `server-process' is non-nil
10773 before killing it to avoid killing current buffer's process.
10774
10775 * simple.el (choose-completion-string): Use `minibufferp';
10776 test `completion-reference-buffer' if `buffer' arg is nil.
10777 (push-mark): Use `when' and `unless'.
10778 (pop-mark): Use `when'.
10779
10780 * mouse-sel.el (mouse-sel-get-selection-function):
10781 Check `x-last-selected-text-primary'. Don't barf if it or
10782 `x-last-selected-text' aren't bound.
10783
10784 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
10785
10786 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
10787
10788 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
10789
10790 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
10791
10792 2003-07-23 John Paul Wallington <jpw@gnu.org>
10793
10794 * tooltip.el (defface tooltip): Inherit from variable-pitch.
10795
10796 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
10797
10798 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
10799 string. Defvar the derived hook.
10800
10801 * macros.el (insert-kbd-macro): Escape double quote character.
10802 From Thomas W Murphy <twm@andrew.cmu.edu>.
10803
10804 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
10805
10806 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
10807 to match the specific mark rather than reusing comment-start-skip.
10808
10809 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
10810
10811 * progmodes/hideshow.el (hs-special-modes-alist):
10812 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
10813
10814 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
10815
10816 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
10817 value using ?\s.
10818
10819 2003-07-21 John Paul Wallington <jpw@gnu.org>
10820
10821 * subr.el (with-selected-window): Add closing paren.
10822
10823 2003-07-21 Richard M. Stallman <rms@gnu.org>
10824
10825 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
10826 (lisp-mode): Likewise.
10827
10828 * subr.el (with-selected-window): Copy code form save-selected-window
10829 so as to call select-window with norecord arg.
10830 (dynamic-completion-table): Doc fix.
10831 (lazy-completion-table): Doc fix.
10832
10833 * international/mule-cmds.el (set-locale-environment):
10834 langinfo renamed to locale-info.
10835
10836 * international/mule.el (auto-coding-functions): Doc fix.
10837
10838 2003-07-21 Kenichi Handa <handa@m17n.org>
10839
10840 * international/quail.el (quail-translate-key):
10841 Update quail-current-str correctly.
10842
10843 2003-07-21 Andreas Schwab <schwab@suse.de>
10844
10845 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
10846 ?, to "_".
10847
10848 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
10849 Version 2.0.36 of Tramp released.
10850
10851 * net/tramp.el (tramp-default-password-end-of-line): Rename from
10852 tramp-password-end-of-line.
10853 (tramp-password-end-of-line): New method parameter.
10854 (tramp-get-password-end-of-line): Function to access method
10855 parameter `tramp-password-end-of-line', or variable
10856 `tramp-default-password-end-of-line' (default value).
10857 (tramp-methods): Add entries for new parameter
10858 tramp-password-end-of-line.
10859 (tramp-enter-password): Use new function
10860 `tramp-get-password-end-of-line'.
10861 (tramp-handle-insert-file-contents): Do not
10862 unconditionally inhibit the file operation file-local-copy, only
10863 do that when the inhibit-file-name-operation is currently
10864 insert-file-contents. This fixes finding remote CVS-controlled
10865 files. (It would barf on inserting the CVS/Entries file
10866 literally, because the file-local-copy handler wasn't called.)
10867 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
10868 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
10869 (tramp-initial-commands): New variable.
10870 (tramp-process-initial-commands): New function, using the variable.
10871 (tramp-open-connection-setup-interactive-shell): Call the new function.
10872 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
10873 method into the buffer name, never use nil. Reported by Hanak
10874 David <dhanak@inf.bme.hu>.
10875 (tramp-open-connection-setup-interactive-shell): Erase buffer
10876 before sending "stty -onlcr".
10877
10878 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
10879
10880 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
10881
10882 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
10883
10884 2003-07-19 John Paul Wallington <jpw@gnu.org>
10885
10886 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
10887 (artist-draw-rect, artist-draw-square): Doc fixes.
10888
10889 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
10890
10891 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
10892
10893 2003-07-19 Kenichi Handa <handa@m17n.org>
10894
10895 * international/kkc.el (kkc-show-conversion-list-update):
10896 Highlight the correct candidate in the message.
10897
10898 2003-07-18 John Paul Wallington <jpw@gnu.org>
10899
10900 * simple.el (current-word): Don't include punctuation char when
10901 `really-word' arg is non-nil.
10902
10903 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
10904
10905 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
10906 moved to the directory obsolete.
10907
10908 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
10909
10910 * info.el (Info-menu-entry-name-re): Allow newlines in
10911 menu entry names.
10912
10913 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
10914 syntax-ppss-after-change-function.
10915 (syntax-ppss-after-change-function): New alias. Update uses.
10916 (syntax-ppss): Catch the case where the buffer is narrowed.
10917
10918 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
10919
10920 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
10921 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
10922
10923 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
10924
10925 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
10926 since it might be modified.
10927
10928 * progmodes/cc-langs.el (c++-make-template-syntax-table)
10929 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
10930 names to these language constants.
10931
10932 2003-07-15 Kim F. Storm <storm@cua.dk>
10933
10934 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
10935 All uses changed.
10936
10937 2003-07-14 Mark A. Hershberger <mah@everybody.org>
10938
10939 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
10940 Namespace support.
10941
10942 2003-07-13 Juanma Barranquero <lektu@terra.es>
10943
10944 * frame.el (modify-all-frames-parameters): Reinstall (copyright
10945 papers received).
10946
10947 2003-07-13 Karl Eichwalder <ke@suse.de>
10948
10949 * textmodes/po.el (po-find-charset): White space at the start of the
10950 Content-Type field body is non-mandatory.
10951
10952 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
10953
10954 * textmodes/texinfo.el (texinfo-section-list):
10955 Append appendixsection; a synonym for appendixsec.
10956
10957 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
10958
10959 * man.el (Man-translate-cleanup): New.
10960 (Man-translate-references): Call `Man-translate-cleanup' to clean
10961 leading, trailing and middle spaces.
10962
10963 2003-07-13 Lars Hansen <larsh@math.ku.dk>
10964
10965 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
10966 Handle `dired-directory' being a list.
10967
10968 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
10969
10970 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
10971 it doesn't exist.
10972
10973 2003-07-12 Richard M. Stallman <rms@gnu.org>
10974
10975 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
10976
10977 * progmodes/cc-defs.el (c-make-keywords-re):
10978 Don't use delete-duplicates.
10979 (c-lang-const): Don't use mapcan.
10980
10981 * apropos.el (apropos-show-scores): Make it customizable.
10982 Document new meaning.
10983 (apropos): Compute scores from symbols.
10984 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
10985
10986 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10987
10988 * ps-bdf.el: Fix copyright line.
10989 (bdf-directory-list): Fix initialization code.
10990
10991 2003-07-11 John Paul Wallington <jpw@gnu.org>
10992
10993 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
10994 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
10995 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
10996
10997 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
10998
10999 * emacs-lisp/ring.el (ring-elements): Doc fix.
11000
11001 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
11002
11003 * calendar/timeclock.el (timeclock-relative)
11004 (timeclock-ask-before-exiting, timeclock-use-display-time):
11005 Doc changes.
11006 (timeclock-modeline-display): Give a message if
11007 `timeclock-use-display-time' is non-nil but `display-time-mode'
11008 is not active.
11009
11010 2003-07-11 Kenichi Handa <handa@m17n.org>
11011
11012 * international/mule-cmds.el (set-language-environment):
11013 Set current-language-environment to the correct string.
11014
11015 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11016
11017 * ps-print.el: Print line number correctly in a region. Reported by
11018 Tim Allen <timallen@ls83.fsnet.co.uk>.
11019 (ps-print-version): New version number (6.6.2).
11020 (ps-printing-region): Code fix.
11021
11022 2003-07-10 John Paul Wallington <jpw@gnu.org>
11023
11024 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
11025 this function can be called from `add-completions-from-tags-table'.
11026
11027 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
11028
11029 * calendar/timeclock.el (timeclock-use-display-time)
11030 (timeclock-day-over-hook, timeclock-workday-remaining)
11031 (timeclock-status-string, timeclock-when-to-leave)
11032 (timeclock-when-to-leave-string, timeclock-log-data)
11033 (timeclock-find-discrep, timeclock-day-base)
11034 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
11035 (timeclock-modeline-display): Set the variable
11036 `timeclock-modeline-display'.
11037 (timeclock-update-modeline): Doc fix. Respect value of
11038 `timeclock-relative'.
11039
11040 2003-07-09 Richard M. Stallman <rms@gnu.org>
11041
11042 * textmodes/reftex-parse.el (reftex-all-document-files):
11043 Add autoload cookie.
11044
11045 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
11046 (reftex-scanning-info-available-p): Add autoload cookie.
11047
11048 * international/mule-cmds.el
11049 (set-display-table-and-terminal-coding-system): Delete duplicate
11050 aset on standard-display-table.
11051
11052 * view.el (view-file): If existing buffer's major mode is special,
11053 don't go into view mode.
11054
11055 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
11056
11057 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11058
11059 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
11060 buffer changes; there's third party code that calls this function
11061 directly.
11062
11063 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11064
11065 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
11066 (autodoc-font-lock-keywords): Don't byte compile on font lock
11067 initialization when running from byte compiled files.
11068
11069 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11070
11071 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
11072 statement ends with auto-increment "++".
11073
11074 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11075
11076 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
11077 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
11078 these are changed, so declare them as variables and not constants.
11079
11080 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
11081
11082 * subr.el (dolist, dotimes): Doc fix.
11083
11084 2003-07-08 Kim F. Storm <storm@cua.dk>
11085
11086 * international/mule-cmds.el
11087 (set-display-table-and-terminal-coding-system): Don't break
11088 bootstrap if standard-display-table isn't setup yet.
11089
11090 2003-07-07 Richard M. Stallman <rms@gnu.org>
11091
11092 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
11093 Give it a doc string, and autoload it.
11094
11095 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
11096 Use with-no-warnings.
11097
11098 * info.el (Info-search): If find invisible text, search again.
11099
11100 * isearch.el (search-whitespace-regexp): Add a shy group around it.
11101
11102 * man.el (Man-name-regexp): Match + as part of name.
11103
11104 * simple.el (visible-mode): Rename from vis-mode.
11105 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
11106
11107 * simple.el (current-word): New arg REALLY-WORD specifies
11108 don't include punctuation chars.
11109
11110 * emacs-lisp/debug.el (debug, debugger-env-macro):
11111 Use with-no-warnings while accessing and binding unread-command-char.
11112
11113 * international/mule-cmds.el
11114 (set-display-table-and-terminal-coding-system): Use explicit loop
11115 instead of calling standard-display-default.
11116
11117 * net/ange-ftp.el (ange-ftp-file-symlink-p):
11118 Use condition-case to catch error in ange-ftp-get-files.
11119
11120 * net/browse-url.el (browse-url-browser-function):
11121 Add alternative for Epiphany.
11122 (browse-url-epiphany-program, browse-url-epiphany-arguments)
11123 (browse-url-epiphany-startup-arguments)
11124 (browse-url-epiphany-new-window-is-tab): New variables.
11125 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
11126
11127 * progmodes/compile.el (compile-auto-highlight): Default now t.
11128 (compile): Doc fix.
11129 (compilation-next-error): Fix previous change.
11130
11131 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
11132
11133 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
11134
11135 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
11136
11137 * gdb-ui.el (gdb-source-info): Display current frame when
11138 attaching to an existing process.
11139 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
11140 while laying out windows when attaching to an existing process.
11141
11142 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
11143
11144 * info.el (Info-menu): Use Info-menu-entry-name-re.
11145
11146 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
11147
11148 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
11149 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
11150
11151 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
11152 to match the same text.
11153
11154 2003-07-06 John Paul Wallington <jpw@gnu.org>
11155
11156 * vc.el (vc-annotate-offset): Move defvar up.
11157
11158 2003-07-06 Kim F. Storm <storm@cua.dk>
11159
11160 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
11161 This should fix the infinite loop when extracting menu names.
11162
11163 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
11164
11165 * files.el (auto-mode-alist, interpreter-mode-alist):
11166 Remove entries to CC Mode modes to avoid duplicates; they are now added
11167 with autoload directives in cc-mode.el.
11168
11169 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
11170
11171 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
11172 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
11173 these are changed, so declare them as variables and not constants.
11174
11175 * progmodes/cc-mode.el: Fix some autoload problems: Try to
11176 ensure that the entry for ".c" extension comes before the one for
11177 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
11178 Fix incorrect entries that were added to `interpreter-mode-alist'.
11179 Move the autoload directives for AWK to the top level since they
11180 aren't recognized anywhere else. Do not use the new AWK mode doc
11181 in the autoload form for the old AWK mode.
11182
11183 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11184
11185 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
11186 (bibtex-sort-ignore-string-entries): Default value t.
11187 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
11188 erroneously in previous version.
11189 (bibtex-string-files): Docstring reflects new parsing scheme.
11190 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
11191 docstring, add # as one of the chars to crush
11192 (bibtex-autokey-prefix-string, bibtex-autokey-names)
11193 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
11194 (bibtex-autokey-name-change-strings)
11195 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
11196 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
11197 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
11198 (bibtex-autokey-title-terminators)
11199 (bibtex-autokey-titlewords-stretch)
11200 (bibtex-autokey-titleword-ignore)
11201 (bibtex-autokey-titleword-case-convert)
11202 (bibtex-autokey-titleword-abbrevs)
11203 (bibtex-autokey-titleword-abbrevs)
11204 (bibtex-autokey-titleword-change-strings)
11205 (bibtex-autokey-titleword-length)
11206 (bibtex-autokey-titleword-separator)
11207 (bibtex-autokey-name-year-separator)
11208 (bibtex-autokey-year-title-separator)
11209 (bibtex-autokey-before-presentation-function)
11210 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
11211 Fix docstring.
11212 (bibtex-strings, bibtex-reference-keys):
11213 Use lazy-completion-table and make-variable-buffer-local.
11214 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
11215 (bibtex-braced-string-syntax-table)
11216 (bibtex-quoted-string-syntax-table): New variables.
11217 (bibtex-parse-nested-braces): Remove.
11218 (bibtex-parse-field-string): Use syntax table and forward-sexp.
11219 (bibtex-parse-association): Simplify.
11220 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
11221 (bibtex-parse-field-text): Simplify.
11222 (bibtex-search-forward-field, bibtex-search-backward-field):
11223 argument BOUND can take value t.
11224 (bibtex-start-of-field, bibtex-start-of-name-in-field)
11225 (bibtex-end-of-name-in-field, bibtex-end-of-field)
11226 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
11227 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
11228 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
11229 (bibtex-skip-to-valid-entry): Return buffer position of beginning
11230 and ending of entry. Update for changes of bibtex-search-entry.
11231 Simplify.
11232 (bibtex-map-entries): FUN is called with three arguments.
11233 (bibtex-search-entry): Return a cons pair with buffer positions of
11234 beginning and end of entry.
11235 (bibtex-enclosing-field): Simplify.
11236 (bibtex-format-entry): Use booktitle to set a missing title.
11237 (bibtex-autokey-get-names): Fiddle with regexps.
11238 (bibtex-generate-autokey): Use identity.
11239 (bibtex-parse-keys): Use simplified parsing algorithm if
11240 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
11241 arguments. Return alist of keys.
11242 (bibtex-parse-strings): Simplify. Return alist of strings.
11243 (bibtex-complete-string-cleanup): Fix docstring.
11244 (bibtex-read-key): New function.
11245 (bibtex-mode): Fix docstring. Do not parse for keys and
11246 strings when the mode is entered. Set fill-paragraph-function to
11247 bibtex-fill-field. Setup font-lock-mark-block-function the way
11248 font-lock intended.
11249 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
11250 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
11251 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
11252 (bibtex-Preamble): Avoid hard coded constants.
11253 (bibtex-make-field): Fix docstring. Simplify.
11254 (bibtex-beginning-of-entry): Always return new position of point.
11255 (bibtex-end-of-entry): Rearrange cond clauses.
11256 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
11257 Update for changes of bibtex-map-entries.
11258 (bibtex-ispell-abstract): Do not move point.
11259 (bibtex-entry-index): Use downcase. Simplify.
11260 (bibtex-lessp): Handle catch-all.
11261 (bibtex-find-crossref): Turn into a command.
11262 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
11263 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
11264 preamble entries.
11265 (bibtex-fill-field-bounds): New function.
11266 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
11267 (bibtex-fill-entry): Use bibtex-fill-field-bounds
11268 (bibtex-String): Use bibtex-strings. Always obey
11269 bibtex-sort-ignore-string-entries.
11270
11271 2003-07-05 John Paul Wallington <jpw@gnu.org>
11272
11273 * cus-theme.el (customize-create-theme):
11274 Call `customize-create-theme' in Reset widget's notify function.
11275
11276 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
11277 (ibuffer-mark-interactive): Use `or' instead of `unless'.
11278 (define-ibuffer-column name): Add summarizer.
11279 (define-ibuffer-column size): Likewise.
11280 (define-ibuffer-column filename): Likewise.
11281 (define-ibuffer-column process): Likewise. Change BODY's output too.
11282 (define-ibuffer-column filename-and-process): Likewise, likewise.
11283 (ibuffer): Remove local vars `already-in' and `need-update'.
11284
11285 * ibuf-ext.el: Don't require `derived' at compile-time.
11286
11287 2003-07-05 Kim F. Storm <storm@cua.dk>
11288
11289 * info.el: Disable paragraph refilling.
11290 (Info-refill-paragraphs): New defcustom.
11291 (Info-fontify-node): Use it.
11292
11293 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
11294
11295 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
11296 thingies from constructors created by defstruct.
11297
11298 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
11299 the default value of the variable.
11300 (byte-code-meter): Move declaration to top level.
11301
11302 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
11303
11304 * info.el (Info-following-node-name-re): New fun.
11305 (Info-following-node-name): Remove.
11306 (Info-insert-dir): Use the new fun.
11307 (Info-extract-pointer): Don't save restriction; use new fun.
11308 (Info-menu-entry-name-re): New const.
11309 (Info-menu-entry-name-re): Use it along with new fun.
11310 (Info-node-spec-re): Use new fun.
11311 (Info-complete-menu-item, Info-fontify-node): Use new const.
11312 (Info-goto-node, Info-follow-reference, Info-menu-update):
11313 Use match-string.
11314 (Info-follow-reference): Use assoc-string.
11315 Use a list of strings for the completion table.
11316 (Info-fontify-node): Use match-string, line-end-position.
11317 Limit the search for `node:' to the first line.
11318
11319 * newcomment.el (uncomment-region): Remove padding coming from
11320 comment-start rather than just from comment-padding.
11321
11322 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
11323 (vc-cvs-stay-local-p): Use vc-stay-local-p.
11324 (vc-cvs-rename-file): Remove (use the default).
11325 (vc-cvs-register): Register parent dir if needed.
11326 (vc-cvs-could-register): Return non-nil if parent can be registered.
11327 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
11328 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
11329
11330 * vc-svn.el (vc-svn-use-edit): Make it into a const.
11331 (vc-svn-update): Fix the arguments to `svn'.
11332 (vc-svn-diff-tree): Just use `vc-svn-diff'.
11333 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
11334 Simple implementations, assuming `name' is a URL.
11335
11336 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
11337 set of chars allowed unquoted in a case pattern.
11338
11339 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
11340
11341 * font-lock.el (font-lock-extra-types-widget)
11342 (c-font-lock-extra-types, c++-font-lock-extra-types)
11343 (objc-font-lock-extra-types, java-font-lock-extra-types)
11344 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
11345 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
11346 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
11347 (font-lock-match-c++-structor-declaration)
11348 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
11349 (c++-font-lock-keywords-3, c++-font-lock-keywords)
11350 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
11351 (objc-font-lock-keywords-3, objc-font-lock-keywords)
11352 (java-font-lock-keywords-1, java-font-lock-keywords-2)
11353 (java-font-lock-keywords-3, java-font-lock-keywords)
11354 (java-font-lock-syntactic-face-function): Remove obsolete code
11355 and constants. It's all in cc-fonts.el now.
11356
11357 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
11358
11359 * mail/sendmail.el (mail-specify-envelope-from)
11360 (mail-envelope-from): Doc fix.
11361
11362 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
11363
11364 * generic-x.el: Do away with the dependency on `c-emacs-features'
11365 when populating `rul-generic-mode-syntax-table'; we already know
11366 this isn't XEmacs.
11367
11368 See ChangeLog.10 for earlier changes.
11369
11370 ;; Local Variables:
11371 ;; coding: iso-2022-7bit
11372 ;; End:
11373
11374 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
11375 Copying and distribution of this file, with or without modification,
11376 are permitted provided the copyright notice and this notice are preserved.
11377
11378 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1