]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(vc-annotate-display-autoscale): Add prefix-arg
[gnu-emacs] / lisp / ChangeLog
1 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
2
3 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
4 spec in `interactive' form, and mention it in the docstring.
5
6 2004-11-02 Richard M. Stallman <rms@gnu.org>
7
8 * emacs-lisp/elp.el (elp-instrument-function):
9 Use called-interactively-p.
10
11 * emacs-lisp/easymenu.el (easy-menu-intern):
12 Don't downcase; rather, case-flip the first letter of each word.
13
14 * emacs-lisp/easy-mmode.el (define-minor-mode):
15 Use called-interactively-p.
16
17 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
18 Add interactive-only.
19 (byte-compile-warnings): Add interactive-only as option.
20 (byte-compile-interactive-only-functions): New variable.
21 (byte-compile-form): Warn about calls to functions
22 in byte-compile-interactive-only-functions.
23
24 * emacs-lisp/autoload.el (update-file-autoloads):
25 Don't use interactive-p; take new arg SAVE-AFTER.
26
27 * emacs-lisp/advice.el (ad-make-advised-definition):
28 Use called-interactively-p.
29
30 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
31
32 * files.el (find-file-existing): New function.
33
34 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
35 find-file-existing. Add "New File..." that calls find-file.
36
37 * diropen.pbm diropen.xpm: New files.
38
39 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
40 icon diropen. New tool bar item find-file-existing uses icon open.
41
42 * dired.el (dired-read-dir-and-switches): Call read-driectory-name
43 instead of read-file-name.
44
45 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
46
47 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
48 (icalendar--split-value): Change name of work buffer.
49 (icalendar--get-weekday-abbrev): Return nil on error.
50 (icalendar--date-to-isodate): New function.
51 (icalendar-convert-diary-to-ical)
52 (icalendar-extract-ical-from-buffer): Use only two args for
53 make-obsolete (XEmacs compatibility).
54 (icalendar-export-file, icalendar-import-file): Blank at end of
55 prompt.
56 (icalendar-export-region): Doc fix.
57 If error, return non-nil and write errors to a buffer.
58 Use correct weekday for weekly recurring events.
59 Check whether date has been parsed for ordinary events.
60 Make weekly events start in the year 2000.
61 DTEND is non-inclusive, shift end date by one day if
62 necessary (not for entries that have date and time).
63 Rename local let variables: oops -> found-error, datestring ->
64 startdatestring.
65
66 2004-11-02 Kim F. Storm <storm@cua.dk>
67
68 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
69 keep-mode-if-same variable. Add it as optional arg instead.
70 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
71
72 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
73 substitute-command-keys will select lower-case bindings like those
74 used in the static help texts.
75
76 * descr-text.el (describe-text-properties): Don't err if called in
77 the *Help* buffer; output to *Help-2* buffer instead.
78
79 * kmacro.el (group kmacro): Add :version.
80 (kmacro-keyboard-quit): New function to cleanup on C-g.
81 (kmacro-start-macro): Set defining-kbd-macro to append when
82 appending to last macro.
83
84 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
85
86 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
87
88 * progmodes/gdb-ui.el (gdb-enable-debug-log)
89 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
90 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
91 Add :version keyword.
92
93 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
94
95 * progmodes/flymake.el (flymake-err-line-patterns): Use
96 `flymake-reformat-err-line-patterns-from-compile-el' to convert
97 `compilation-error-regexp-alist-alist' to internal Flymake format.
98
99 * progmodes/flymake.el: eliminated byte-compiler warnings.
100
101 2004-11-01 Jay Belanger <belanger@truman.edu>
102
103 * calc/calc-frac.el (calc-over-notation): Replaced
104 `completing-read' with `interactive "s"'.
105
106 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
107
108 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
109 Revert change from 2004-10-16. '*' checks the current buffer, but the
110 mouse click may be in another buffer.
111
112 2004-11-01 John Paul Wallington <jpw@gnu.org>
113
114 * files.el (large-file-warning-threshold): Add :version keyword.
115 (kill-some-buffers): Doc fix.
116
117 * thumbs.el (group thumbs): Add :version keyword.
118
119 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
120
121 2004-11-01 Richard M. Stallman <rms@gnu.org>
122
123 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
124
125 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
126
127 * allout.el (allout group): Add :version.
128 (allout-init): Don't use interactive-p.
129 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
130 (allout-forward-current-level, allout-backward-current-level):
131 Don't use interactive-p.
132
133 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
134 (bibtex-find-text): Likewise.
135
136 * progmodes/vhdl-mode.el (vhdl-fill-region)
137 (vhdl-beginning-of-statement): Don't use interactive-p.
138
139 * progmodes/idlwave.el (idlwave-update-routine-info):
140 Don't use interactive-p.
141
142 * progmodes/idlw-shell.el (idlwave-shell-send-char):
143 Don't use interactive-p.
144
145 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
146 Don't use interactive-p.
147
148 * progmodes/ada-xref.el (ada-make-body-gnatstub):
149 Don't use interactive-p.
150
151 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
152 (fortune-in-buffer): Doc fix.
153
154 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
155
156 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
157 don't select the temporary buffer.
158 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
159 (eudc-get-phone): Likewise.
160
161 2004-11-01 Kim F. Storm <storm@cua.dk>
162
163 * man.el (Man-xref-normal-file): Fix help-echo.
164
165 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
166
167 * reveal.el (reveal-last-tick): New var.
168 (reveal-post-command): Use it to avoid closing overlays when we're
169 appending text to them.
170
171 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
172
173 * textmodes/bibtex.el: Require button.
174 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
175 (bibtex-reference-keys): Distinguish between header keys and
176 crossref keys.
177 (bibtex-beginning-of-field): New function.
178 (bibtex-url-map): Remove.
179 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
180 (bibtex-font-lock-url-regexp): Assume that field names begin at
181 the beginning of a line.
182 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
183 Remove field delimiters. Use bibtex-beginning-of-field.
184 Bugfix, point can be inside a field with a url.
185 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
186 New functions.
187 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
188 (bibtex-key-in-head): Simplify.
189 (bibtex-current-line): Use bolp.
190 (bibtex-parse-keys): Remove unused arg `add'.
191 Use bibtex-type-in-head and bibtex-key-in-head.
192 (bibtex-parse-entry, bibtex-autofill-entry):
193 Use bibtex-type-in-head and bibtex-key-in-head.
194 (bibtex-autokey-get-field): Do not alter case of replacement text.
195 (bibtex-autokey-get-names): Do all processing of name list.
196 (bibtex-autokey-get-year): New function.
197 (bibtex-autokey-get-title): Do all processing of title words.
198 (bibtex-generate-autokey): Simplify.
199 (bibtex-string-files-init): Use default-directory.
200 Allow for absolute file names in bibtex-string-files.
201 (bibtex-files, bibtex-file-path): New variables.
202 (bibtex-files-expand): New function.
203 (bibtex-find-entry-globally): New command.
204 (bibtex-summary-function): New variable.
205 (bibtex-summary): Default value of bibtex-summary-function.
206 (bibtex-find-crossref): New optional args pnt and split.
207 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
208 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
209 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
210 Fix handling of required and alternative fields.
211 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
212 Use cons and display-buffer.
213 (bibtex-validate-globally): New command.
214 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
215 bibtex-parse-keys and bibtex-parse-strings for updating
216 bibtex-reference-keys and bibtex-strings.
217 (bibtex-realign): Remove blank lines past the last entry.
218 (bibtex-reformat): Use bibtex-entry-format as default.
219 (bibtex-choose-completion-string): Remove.
220 (bibtex-complete): Do not use bibtex-choose-completion-string.
221 (bibtex-url): Simplify.
222
223 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
224
225 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
226 (x-dnd-types-alist, x-dnd-open-file-other-window)
227 (x-dnd-known-types): Add :version.
228
229 2004-10-31 John Paul Wallington <jpw@gnu.org>
230
231 * ibuffer.el (group ibuffer): Add :version keyword.
232
233 2004-10-31 Kim F. Storm <storm@cua.dk>
234
235 * ido.el (group ido): Add :version keyword.
236 (ido-mode): Remove :version keyword.
237
238 * emulation/cua-base.el (group cua): Add :version keyword.
239 (cua-mode): Remove :version keyword.
240
241 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
242
243 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
244
245 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
246 compiler warning.
247 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
248 function.
249 (help-at-pt-display-when-idle): Remove autoload.
250
251 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
252
253 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
254
255 2004-10-30 Juri Linkov <juri@jurta.org>
256
257 * help.el (function-called-at-point):
258 * help-fns.el (variable-at-point): Read -> intern.
259
260 2004-10-30 Simon Josefsson <jas@extundo.com>
261
262 * progmodes/autoconf.el (autoconf-font-lock-keywords):
263 Recognize AS_* too.
264
265 2004-10-29 Simon Josefsson <jas@extundo.com>
266
267 * subr.el (read-passwd): Move back from password.el.
268
269 * password.el: Remove, not ready yet.
270
271 2004-10-29 Andreas Schwab <schwab@suse.de>
272
273 * speedbar.el (speedbar-frame-parameters): Improve customize type.
274
275 2004-10-29 Sam Steingold <sds@gnu.org>
276
277 * mouse.el (mouse-show-mark): Replace the last occurrence of
278 x-lost-selection-hooks with x-lost-selection-functions.
279
280 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
281
282 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
283 x-lost-selection-functions is bound.
284
285 * mouse-sel.el (mouse-sel-mode):
286 * emacs-lisp/lselect.el: Adjust to new names for
287 x-(lost|sent)-selection-functions.
288
289 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
290 New obsolete aliases of x-lost-selection-functions and
291 x-sent-selection-functions.
292
293 2004-10-28 Kim F. Storm <storm@cua.dk>
294
295 * imenu.el (imenu-scanning-message): Remove.
296 (imenu-progress-message): Make it a no-op.
297
298 2004-10-28 John Paul Wallington <jpw@gnu.org>
299
300 * files.el (set-auto-mode): Call `throw' correctly.
301
302 2004-10-28 Juri Linkov <juri@jurta.org>
303
304 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
305 to search `Info-...' commands in `info' manual.
306 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
307 Add 'info-file "emacs" property.
308 (Info-find-emacs-command-nodes): Fix index line number regexp.
309 Set real line number (instead of fake 0) in first element of the
310 returned list.
311 (Info-goto-emacs-command-node): Use line number of first element
312 to set point in the first found Info node.
313
314 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
315 code to `grep-mode-font-lock-keywords'.
316 (grep-mode-font-lock-keywords): Delete grep markers instead
317 of making them invisible.
318
319 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
320
321 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
322 and x-server-version in bug report.
323
324 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
325
326 * files.el (set-auto-mode-0): New function.
327 (set-auto-mode): Use it to handle aliased modes and to
328 be consistent between C-x C-f and C-x C-w.
329
330 2004-10-28 Kenichi Handa <handa@m17n.org>
331
332 * international/utf-8.el (utf-translate-cjk-charsets):
333 Add katakana-jisx0201.
334
335 * international/subst-jis.el: Add data for JISX0201.
336
337 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
338
339 * obsolete/hilit19.el (hilit-mode): New function.
340 Move all the toplevel side-effecting stuff into it, so that loading
341 hilit19 doesn't mess everything up any more.
342
343 2004-10-27 Richard M. Stallman <rms@gnu.org>
344
345 * add-log.el (add-change-log-entry): Set up mailing address
346 and full name later, and don't alter add-log-mailing-address
347 or add-log-full-name.
348
349 * elide-head.el (elide-head): Change error to message.
350 (elide-head-show): Likewise.
351
352 * apropos.el (apropos-macrop): Doc fix.
353
354 * mouse.el (mouse-show-mark): Do most processing the same
355 regardless of transient-mark-mode.
356
357 * shadowfile.el (shadow-copy-files): Use interactive-p
358 only to control whether to print a message.
359
360 * tar-mode.el (tar-mode): Use write-contents-functions,
361 not write-contents-hooks.
362
363 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
364 directory-sep-char.
365
366 2004-10-27 Richard M. Stallman <rms@gnu.org>
367
368 * strokes.el (strokes-unload-hook): Fix previous change.
369
370 * type-break.el (type-break-run-at-time): Always use run-at-time;
371 forget the alternatives.
372 (type-break-cancel-function-timers): Always use cancel-function-timers;
373 forget the alternatives.
374
375 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
376
377 2004-10-27 Kenichi Handa <handa@m17n.org>
378
379 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
380
381 * international/subst-gb2312.el: Likewise.
382
383 * international/subst-big5.el: Likewise.
384
385 * international/subst-ksc.el: Likewise.
386
387 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
388 New variable.
389 (utf-translate-cjk-set-unicode-range): New function.
390 (utf-translate-cjk-unicode-range): Make it customizable.
391 (utf-8-post-read-conversion):
392 Use utf-translate-cjk-unicode-range-string.
393 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
394 Unicode ranges.
395
396 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
397
398 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
399 trivial variants to shorten the list.
400 (xml-based-modes): New var.
401 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
402 declaration higher priority than auto-mode-alist.
403
404 * find-file.el (cc-other-file-alist): Bring it in line with
405 cc-mode's auto-mode-alist entries and use \' instead of $.
406
407 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
408 and add "Id" and "Name" submenus to it.
409
410 * imenu.el (imenu--generic-function): Skip matches in comments.
411
412 2004-10-26 Jay Belanger <belanger@truman.edu>
413
414 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
415 (full-calc-keypad, calc-trail-display): Use an extra argument
416 instead of `interactive-p'.
417
418 * calc/calc-misc.el (calc-other-window): Use an extra argument
419 instead of `interactive-p'.
420
421 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
422 `interactive-p'.
423
424 2004-10-26 Kim F. Storm <storm@cua.dk>
425
426 * help.el (describe-key): Describe both down-event and up-event
427 for a mouse click.
428
429 2004-10-26 Richard M. Stallman <rms@gnu.org>
430
431 * woman.el (woman): Don't call interactive-p.
432
433 * pcomplete.el (pcomplete): Instead of interactive-p,
434 use an arg set non-nil by the interactive spec.
435
436 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
437 use an arg set non-nil by the interactive spec.
438
439 * man.el (Man-cleanup-manpage): Instead of interactive-p,
440 use an arg set non-nil by the interactive spec.
441
442 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
443
444 * progmodes/flymake.el (flymake-split-string):
445 Use `flymake-split-string-remove-empty-edges' in any case.
446
447 2004-10-26 Masatake YAMATO <jet@gyve.org>
448
449 * progmodes/flymake.el (flymake-err-line-patterns):
450 Use `compilation-error-regexp-alist-alist' instead of
451 `compilation-error-regexp-alist'.
452
453 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
454
455 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
456 verbatim face on the \ of \end{verbatim}.
457
458 2004-10-25 Jay Belanger <belanger@truman.edu>
459
460 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
461 erasing minibuffer.
462
463 2004-10-25 Simon Josefsson <jas@extundo.com>
464
465 * subr.el (read-passwd): Move to net/password.el.
466
467 * net/password.el (read-passwd): Add. Autoload it.
468
469 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
470
471 * mouse-sel.el (mouse-sel-mode): Specify custom group.
472
473 * simple.el (process-file): Fix logic.
474
475 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
476
477 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
478 (increase-right-margin): Remove erroneous call to `interactive-p'.
479
480 2004-10-24 Kim F. Storm <storm@cua.dk>
481
482 * help.el (describe-mode): Fix 2004-10-13 change.
483 Copy pure "Auto Fill" string so it can be propertized later
484 without causing a read-only error.
485
486 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
487
488 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
489 style indexes.
490
491 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
492
493 * simple.el (process-file): Accept nil for INFILE. Reported by
494 Luc Teirlinck.
495
496 2004-10-24 Masatake YAMATO <jet@gyve.org>
497
498 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
499 Handle periods and underscores in a function name.
500 Remove the address fontification.
501
502 2004-10-24 Masatake YAMATO <jet@gyve.org>
503
504 * progmodes/asm-mode.el (asm-font-lock-keywords):
505 Use font-lock-variable-name-face for registers.
506
507 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
508
509 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
510 kill-all-local-variables.
511 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
512 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
513 Use kill-all-local-variables and provide mode-hooks.
514 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
515 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
516 Suggested by Masatake YAMATO <jet@gyve.org>.
517
518 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
519
520 * simple.el (process-file): New function, similar to call-process
521 but supports file handlers.
522 * vc.el (vc-do-command): Use it, instead of call-process.
523 * net/tramp-vc.el (vc-do-command): Do not advise it if
524 process-file is fboundp.
525 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
526 process-file.
527 (tramp-handle-process-file): New function.
528 (tramp-file-name-for-operation): Support process-file.
529
530 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
531
532 * calendar/icalendar.el (icalendar--weekday-array): New constant.
533 (icalendar-weekdayabbrev-table)
534 (icalendar-monthnumber-table): Delete.
535 (icalendar--get-month-number): Use calendar-month-name-array.
536 (icalendar--get-weekday-number): New function.
537 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
538 (icalendar-export-region): Handle multi-line entries.
539 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
540
541 2004-10-23 John Paul Wallington <jpw@gnu.org>
542
543 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
544 `wildcards' set to t in interactive spec.
545
546 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
547 interactive spec rather than use `interactive-p'.
548 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
549 rather than use function `interactive-p'.
550
551 2004-10-22 Kenichi Handa <handa@m17n.org>
552
553 * international/mule.el (translate-region): Implement it in Lisp
554 as a front end of translate-region-internal.
555
556 2004-10-21 Jay Belanger <belanger@truman.edu>
557
558 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
559 Declare these variables with defvar.
560
561 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
562 is bound, only check to see if it is bound.
563
564 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
565
566 * textmodes/tex-mode.el (tex-compilation-parse-errors):
567 Don't output messages.
568
569 * calc/calc-help.el (calc-describe-bindings): Fix last change.
570
571 2004-10-21 John Paul Wallington <jpw@gnu.org>
572
573 * calc/calc-graph.el (calc-graph-init):
574 Use `set-process-query-on-exit-flag'.
575
576 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
577
578 * progmodes/compile.el (compilation-start): Rely on `cd' to get
579 dir right and also allow argumentless cd.
580
581 2004-10-19 Richard M. Stallman <rms@gnu.org>
582
583 * textmodes/flyspell.el (flyspell-mode): Doc fix.
584
585 * eshell/em-unix.el (eshell-grep):
586 Don't bind compilation-process-setup-function.
587
588 * comint.el (comint-insert-input): Use @ in `interactive'.
589 (comint-input-filter-functions): Doc fix.
590 (comint-kill-whole-line, comint-get-source): Doc fix.
591
592 * progmodes/compile.el (compilation-setup):
593 Don't set buffer-read-only if MINOR is non-nil.
594
595 2004-10-19 Jay Belanger <belanger@truman.edu>
596
597 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
598 (calc-emacs-type-gnu19): Remove.
599 (calc-digit-map, calc-read-key-sequence, calc-read-key):
600 Remove check for old emacs versions.
601
602 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
603 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
604 for current Emacs.
605
606 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
607 the end of the minibuffer.
608 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
609 copy `esc-map'.
610
611 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
612
613 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
614 call that would be given when the current emacs was used.
615
616 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
617
618 * calendar/icalendar.el: Set coding to utf-8.
619 (icalendar-version): Increase to 0.07.
620 (icalendar-monthnumber-table): Change March pattern.
621 (icalendar-get-all-event-properties)
622 (icalendar-set-event-property): Delete.
623 (icalendar-all-events): No longer interactive.
624 (icalendar-convert-diary-to-ical)
625 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
626 their replacements.
627 (icalendar-export-file, icalendar-export-region): New functions;
628 essentially old `icalendar-convert-diary-to-ical' but appending to
629 target rather than overwriting.
630 (icalendar-import-file): Append to target file rather than
631 overwriting. Fourth arg deleted.
632 (icalendar-import-buffer): New name for old
633 `icalendar-extract-ical-from-buffer'.
634 (icalendar--convert-string-for-import): New name for
635 old `icalendar-convert-for-import'.
636 (include-icalendar-files): Delete.
637 Prefix for all internal functions changed from `icalendar-'
638 to `icalendar--'.
639
640 2004-10-19 Richard M. Stallman <rms@gnu.org>
641
642 * paths.el (news-path): Fix previous change.
643
644 2004-10-18 Jay Belanger <belanger@truman.edu>
645
646 * calc/calc-help.el (calc-describe-bindings):
647 Set `buffer-read-only' to nil while working in the keybindings buffer;
648 remove some extra information from the keybindings buffer.
649
650 2004-10-18 David Ponce <david@dponce.com>
651
652 * mouse.el (mouse-drag-move-window-top): New function.
653 (mouse-drag-mode-line-1): Use it.
654
655 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
656
657 * info.el (Info-fontify-node): For multiline refs,
658 arrange to unfontify newline and surrounding whitespace.
659
660 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
661
662 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
663 directory is missing.
664
665 2004-10-17 John Paul Wallington <jpw@gnu.org>
666
667 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
668 New customizable variable; whether to display buffers that match
669 `ibuffer-maybe-show-predicates' by default.
670 (ibuffer-maybe-show-predicates): Mention it in docstring.
671 (ibuffer-display-maybe-show-predicates): New variable.
672 (ibuffer-update): Prefix arg now toggles whether buffers that
673 match `ibuffer-maybe-show-predicates' should be displayed.
674 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
675 locally to heed `ibuffer-default-display-maybe-show-predicates'.
676 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
677
678 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
679
680 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
681 work correctly.
682
683 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
684
685 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
686 (Buffer-menu-beginning): New helper function.
687 (Buffer-menu-execute): Use it.
688 (Buffer-menu-select): Use it.
689 (Buffer-menu-sort): Use it and also keep markers.
690
691 2004-10-17 Richard M. Stallman <rms@gnu.org>
692
693 * paths.el (news-directory): Rename from news-path. Old name alias.
694 (rmail-spool-directory): Use defvar.
695 (sendmail-program): Use defcustom.
696 (remote-shell-program): Use defcustom.
697 (term-file-prefix): Use defvar.
698 (abbrev-file-name): Use defvar.
699
700 * term.el: Add maintainer.
701
702 * subr.el (with-local-quit): Return nil if there's a quit.
703 (read-passwd): Use with-local-quit. Doc fix.
704
705 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
706 (strokes-unload-hook): Set as a variable with add-hook.
707
708 * startup.el (fancy-splash-tail, normal-splash-screen):
709 Update copyright year.
710
711 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
712
713 * server.el (server-unload-hook): Set as a variable with add-hook.
714
715 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
716
717 * frame.el (special-display-popup-frame):
718 Make the buffer current as its frame is created.
719
720 * delsel.el (delsel-unload-hook): Set as a variable.
721
722 * comint.el (comint-output-filter-functions):
723 Add comint-watch-for-password-prompt.
724 (comint-read-noecho): Function deleted.
725 (send-invisible): Use read-passwd.
726
727 * fringe.el (fringe-mode-initialize): New function.
728 (fringe-mode): Use fringe-mode-initialize as :initialize.
729
730 2004-10-17 Kim F. Storm <storm@cua.dk>
731
732 * language/indian.el (indian-script-language-alist): Swap value and doc.
733 (indian-font-char-index-table): Doc fix.
734
735 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
736
737 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
738
739 2004-10-16 Juri Linkov <juri@jurta.org>
740
741 * progmodes/compile.el (compilation-start): Move let-binding of
742 `process-environment' into `with-current-buffer' body.
743 Reported by Matt Hodges <MPHodges@member.fsf.org>.
744
745 2004-10-16 Richard M. Stallman <rms@gnu.org>
746
747 * pcvs-util.el (cvs-bury-buffer):
748 Don't call get-buffer-window for effect.
749
750 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
751
752 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
753
754 * msb.el (msb-unload-hook): Set the variable.
755
756 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
757 Use * to err if buffer is readonly.
758
759 * subr.el (looking-back): Return only t or nil.
760
761 * whitespace.el (whitespace-unload-hook): Set the variable.
762
763 * view.el (view-mode-enable): Set view-page-size and
764 view-half-page-size to nil.
765 (view-set-half-page-size-default): view-half-page-size = nil
766 means the default.
767 (View-scroll-page-forward): Use view-page-size-default.
768 (View-scroll-page-backward): Likewise.
769 (view-page-size, view-half-page-size): Doc fixes.
770
771 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
772
773 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
774
775 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
776 "cl" like other files. Instead, call byte-compile-find-cl-functions.
777 (byte-compile-log-1): Bind inhibit-read-only.
778 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
779 (byte-compile-log-warning): Likewise.
780 (byte-compile-file-form-require): Detect "cl" from the arg value.
781
782 * progmodes/compile.el (compilation-start): Assume compilation-mode
783 will make the buffer read-only.
784 (compilation-mode): Take arg name-of-mode.
785 (compilation-setup): Make buffer read-only.
786 (compilation-handle-exit): Bind inhibit-read-only.
787
788 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
789 (ispell-message): Likewise.
790 (ispell-show-choices): Don't call get-buffer-window uselessly.
791 (ispell-init-process): Use set-process-query-on-exit-flag.
792
793 2004-10-16 Kim F. Storm <storm@cua.dk>
794
795 * fringe.el (fringe-bitmaps): Only initialize when defined.
796
797 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
798 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
799
800 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
801
802 2004-10-15 Simon Josefsson <jas@extundo.com>
803
804 * net/password.el: Add.
805
806 2004-10-14 Masatake YAMATO <jet@gyve.org>
807
808 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
809 (gdb-script-end-of-defun): New function.
810 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
811 `gdb-script-end-of-defun' as *-of-defun-function.
812
813 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
814
815 * button.el (button-activate): Allow a marker to display as an action.
816
817 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
818
819 * help.el (describe-mode): Use it to make minor mode list into
820 hyperlinks.
821
822 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
823
824 * vc.el (vc-annotate-display-select): Fix typo.
825
826 * subr.el (substitute-key-definition-key): New function.
827 (substitute-key-definition): Use it with map-keymap.
828 (event-modifiers): Use push.
829 (mouse-movement-p, with-temp-buffer): Simplify.
830
831 2004-10-12 Jay Belanger <belanger@truman.edu>
832
833 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
834 New variables.
835 (calc-help-index-entries): New function.
836 (calc-describe-function): Use `calc-help-function-list' instead of
837 obarray for completion.
838 (calc-describe-variable): Use `calc-help-variable-list' instead
839 of obarray for completion.
840
841 2004-10-12 Richard M. Stallman <rms@gnu.org>
842
843 * info-look.el (info-lookup-file): Add info-file property.
844 (info-lookup-symbol): Likewise.
845
846 * info.el (info-xref): Add underlining.
847 (info): Add info-file property.
848 (Info-find-emacs-command-nodes): Specify case-sensitive search.
849
850 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
851
852 Sync with Tramp 2.0.45.
853
854 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
855 defined. This is not the case for XEmacs without package "edebug".
856 (tramp-set-auto-save-file-modes): Set permissions of autosaved
857 remote files to the permissions of the original file. This is not
858 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
859 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
860 (tramp-perl-decode): Fix an error in Perl implementation.
861 $pending must be cleared every loop. Reported by Benjamin Place
862 <benjaminplace@sprintmail.com>
863
864 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
865 Don't activate advice during definition. This is done later on,
866 depending on test result of `substitute-in-file-name'.
867 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
868
869 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
870
871 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
872
873 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
874
875 2004-10-12 David Ponce <david@dponce.com>
876
877 * recentf.el (recentf-edit-list): Update the menu when the recentf
878 list has been modified.
879
880 2004-10-12 Simon Josefsson <jas@extundo.com>
881
882 * net/tls.el (tls-certtool-program): New variable.
883 (tls-certificate-information): New function, based on
884 ssl-certificate-information.
885
886 2004-10-12 Kenichi Handa <handa@m17n.org>
887
888 * international/mule.el (coding-system-equal): Move from mule-util.el.
889
890 * international/mule-util.el (coding-system-equal): Move to mule.el.
891
892 2004-10-12 Kim F. Storm <storm@cua.dk>
893
894 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
895 reset kmacro-initial-counter-value if set.
896 (kmacro-set-counter): Only set kmacro-counter if defining or executing
897 macro. Set kmacro-initial-counter-value otherwise. Never set both.
898 (kmacro-display): Show macro counter if non-zero.
899
900 * subr.el (substitute-key-definition): Mention command remapping
901 in doc string.
902
903 2004-10-11 Jay Belanger <belanger@truman.edu>
904
905 * calc/calc-misc.el (calc-info-goto-node): New function.
906 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
907 node in one step.
908 (calc-describe-copying, calc-describe-distribution)
909 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
910 Go to appropriate info node in one step.
911
912 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
913
914 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
915
916 * font-lock.el (font-lock-apply-highlight): Fix last change.
917
918 2004-10-11 Simon Josefsson <jas@extundo.com>
919
920 * mail/smtpmail.el (smtpmail-open-stream): Look for
921 starttls-gnutls-program instead of starttls-program iff
922 starttls-use-gnutls is non-nil.
923 (smtpmail-open-stream): Don't overwrite user settings of
924 starttls-extra-arguments and starttls-extra-args.
925
926 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
927
928 * comint.el (comint-mouse-insert-input): Remove.
929 (comint-insert-input): Make it work for mouse bindings.
930 (comint-mode-map): Move defs into the declaration.
931 (comint-output-filter): Typo.
932
933 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
934
935 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
936
937 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
938 (ange-ftp-call-chmod): Reference remote-shell-program instead of
939 ange-ftp-remote-shell.
940
941 2004-10-10 Andreas Schwab <schwab@suse.de>
942
943 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
944 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
945 Reported by <sri@asu.edu>.
946
947 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
948
949 * vc.el (vc-annotate-mode): Remove variable.
950 (vc-annotate-display-select): Only call vc-annotate-mode
951 if we're not in that mode already.
952
953 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
954
955 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
956 (imenu-choose-buffer-index): Check here for rescan instead.
957
958 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
959 where the face expression evals to nil.
960
961 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
962 (tex-font-lock-keywords-2): Use it.
963 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
964
965 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
966
967 2004-10-09 Kim F. Storm <storm@cua.dk>
968
969 * subr.el (progress-reporter-update): Define before first usage.
970 (make-progress-reporter): Doc fix.
971
972 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
973
974 * textmodes/paragraphs.el (sentence-end-double-space)
975 (sentence-end-without-period, sentence-end-without-space)
976 (sentence-end): Doc fixes.
977
978 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
979
980 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
981 Change paragraph-start regexp so we don't fill code starting with #'(.
982
983 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
984
985 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
986 New defcustom.
987 (extract-address-components): Use it.
988
989 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
990
991 * subr.el (make-progress-reporter, progress-reporter-update)
992 (progress-reporter-force-update, progress-reporter-do-update)
993 (progress-reporter-done): New functions.
994
995 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
996
997 * progmodes/etags.el (etags-tags-completion-table): Use progress
998 reporter.
999 (etags-tags-apropos): Likewise.
1000
1001 2004-10-08 Alan Mackenzie <acm@muc.de>
1002
1003 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
1004 of current line.
1005
1006 2004-10-08 Masatake YAMATO <jet@gyve.org>
1007
1008 * server.el (server-process-filter): Wrap `process-send-region'
1009 by `condition-case' to guard the case when the pipe to PROC is closed.
1010
1011 2004-10-07 Mark A. Hershberger <mah@everybody.org>
1012
1013 * xml.el (xml-substitute-special): Limit handling of external entities.
1014
1015 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
1016
1017 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
1018
1019 2004-10-06 John Paul Wallington <jpw@gnu.org>
1020
1021 * xml.el (xml-parse-dtd): Fix `error' call.
1022
1023 2004-10-05 Mark A. Hershberger <mah@everybody.org>
1024
1025 * xml.el (xml-substitute-special): Return a single string instead
1026 of a list of strings if an entity substitution is made.
1027
1028 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
1029
1030 * calendar/icalendar.el: New file.
1031
1032 2004-10-05 Juri Linkov <juri@jurta.org>
1033
1034 * isearch.el (isearch-done): Set mark after running hook.
1035 Reported by Drew Adams <drew.adams@oracle.com>.
1036
1037 * info.el (Info-history, Info-toc): Fix Info headers.
1038 (Info-toc): Narrow buffer before Info-fontify-node.
1039 (Info-build-toc): Don't check for special Info file names.
1040 Set main-file to nil if Info-find-file returns a symbol.
1041
1042 2004-10-05 Emilio C. Lopes <eclig@gmx.net>:
1043
1044 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
1045 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
1046 * calendar/cal-menu.el (calendar-mode-map): Ditto.
1047
1048 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
1049
1050 * calendar/cal-iso.el (calendar-iso-read-args): New function,
1051 for old interactive spec from calendar-goto-iso-date.
1052 (calendar-goto-iso-date): Use it.
1053 (calendar-goto-iso-week): New function. Suggested by Emilio
1054 C. Lopes <eclig@gmx.net>.
1055
1056 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
1057
1058 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
1059 `set-right-margin' bindings that follow the minor mode conventions.
1060
1061 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1062
1063 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
1064 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
1065 (latex-block-args-alist): Add minipage and picture.
1066 (latex-block-body-alist): Use reftex-label if enabled.
1067 (latex-insert-block): Don't insert a \n if not necessary.
1068 (tex-compile-commands): Make sure dvips doesn't send to printer.
1069 (tex-compile-default): Handle the case where no executable is found.
1070 (latex-noindent-environments): New var.
1071 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
1072 If tex-indent-allhanging is non-nil, make sure we only align for macros
1073 at beginning of line.
1074
1075 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
1076
1077 * newcomment.el (comment-beginning): Doc fix and don't choke on
1078 unset `comment-end-skip' when at beginning of comment.
1079
1080 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
1081
1082 * term.el (term-adjust-current-row-cache): Don't allow the current
1083 row to become negative.
1084 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
1085 the end of the line. Fix scroll down. Add comments.
1086 (term-handle-ansi-escape): Don't exceed terminal width when moving
1087 right.
1088 (term-scroll-region): Move the cursor after setting the scroll region.
1089
1090 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
1091
1092 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
1093 to `width' for consistency with docstring. Doc fix.
1094
1095 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
1096
1097 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
1098 This is necessary for derived modes.
1099
1100 2004-09-30 Kim F. Storm <storm@cua.dk>
1101
1102 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
1103 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
1104
1105 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
1106 kmacro-extract-lambda functions.
1107 (edit-kbd-macro): Handle kmacro lambda forms.
1108 Include counter and counter format in edit buffer.
1109 (edmacro-finish-edit): Get counter and format from edit buffer and
1110 update kmacro bindings when found.
1111
1112 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
1113
1114 * textmodes/paragraphs.el (forward-paragraph):
1115 Avoid args-out-of-range error when point winds up at the beginning of
1116 the buffer and hard newlines are enabled.
1117
1118 * newcomment.el (comment-multi-line): Doc fix.
1119
1120 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
1121
1122 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
1123 (diff-fixup-modifs): Catch unified-diff file-headers.
1124
1125 2004-09-29 Kim F. Storm <storm@cua.dk>
1126
1127 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
1128 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
1129 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
1130
1131 * fringe.el (fringe-bitmap-p): New macro.
1132 (fringe-bitmaps): Add standard fringe bitmaps on load.
1133
1134 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1135
1136 * dired.el (dired-view-command-alist): Use more efficient regexps.
1137 Remove dubious arguments.
1138 (dired-align-file): New function.
1139 (dired-insert-directory): Use it.
1140 (dired-move-to-end-of-filename): Make the " -> " search more specific.
1141 (dired-buffers-for-dir): Remove unused var `pattern'.
1142
1143 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
1144
1145 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
1146 from diary display excursion. Store diary buffer's point for
1147 `simple-diary-display'.
1148 (simple-diary-display): Set window point and start when
1149 displaying buffer, to preserve point.
1150
1151 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
1152
1153 * textmodes/enriched.el (enriched-translations): Replace defconst
1154 with defvar.
1155
1156 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1157
1158 * printing.el: Doc fix.
1159 (pr-version): New version number (6.8.1).
1160 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
1161 make-temp-name.
1162 (pr-delete-file): Check if file exists before deleting it.
1163 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
1164
1165 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
1166
1167 * term.el (term-display-table): New variable.
1168 (term-mode): Use it.
1169 (term-exec-1): Set the coding system to binary.
1170 (term-emulate-terminal): Decode the string before inserting it.
1171
1172 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
1173
1174 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
1175 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
1176 (map): Bind S-prior, S-next and S-insert.
1177 (term-mode): Set `indent-tabs-mode' to nil.
1178 (term-paste): New function to be bound to S-insert.
1179 (term-send-del, term-send-backspace): Change the strings sent.
1180 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
1181 (term-handle-colors-array): Fix handling of underline and reverse.
1182 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
1183 (term-erase-in-line): Fix comparison.
1184 (term-emulate-terminal): Fix line wrap handling.
1185 (term-start-output-log): Rename from `term-set-output-log'.
1186 (term-stop-output-log): Rename from `term-stop-photo'.
1187 (term-switch-to-alternate-sub-buffer): Comment out, unused.
1188
1189 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
1190
1191 * dired.el (dired-move-to-filename): Don't output a message if
1192 raise-error is non-nil. Fix return position and value.
1193
1194 * files.el (insert-directory): Obey --dired even with symlinks.
1195
1196 2004-09-25 Lars Hansen <larsh@math.ku.dk>
1197
1198 * ls-lisp.el (ls-lisp-format): Mark file names with property
1199 dired-filename.
1200
1201 2004-09-25 Kim F. Storm <storm@cua.dk>
1202
1203 * ido.el (ido-max-directory-size): New defcustom.
1204 (ido-decorations): Add "too big" element.
1205 (ido-directory-too-big): New dynamic var.
1206 (ido-may-cache-directory): Don't cache big directories.
1207 (ido-directory-too-big-p): New defun.
1208 (ido-set-current-directory): Update ido-directory-too-big.
1209 (ido-read-internal): Make empty ido-cur-item if too-big.
1210 (ido-buffer-internal): Use ido-read-internal directly instead of
1211 ido-read-buffer.
1212 (ido-file-internal): Init ido-directory-too-big.
1213 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
1214 and redo completion with full list.
1215 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
1216 it, and show completions.
1217 (ido-all-completions): Let bind ido-directory-too-big to nil.
1218 (ido-exhibit): Handle ido-directory-too-big.
1219 (ido-read-buffer): Handle fallback to read-buffer.
1220 Init ido-directory-too-big.
1221 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
1222 Init ido-directory-too-big.
1223
1224 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
1225
1226 * subr.el (delay-mode-hooks): Doc fix.
1227
1228 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
1229
1230 * textmodes/enriched.el
1231 (enriched-default-text-properties-local-flag): New variable.
1232 (enriched-mode): Make sure that enabling and disabling the mode is
1233 a no-op. Doc fix.
1234
1235 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
1236
1237 * calendar/holidays.el (holiday-advent): Report on a specified day
1238 offset from advent, not just advent.
1239 (holiday-easter-etc): Report on one specified day offset from
1240 easter, not all easter holidays. Various Easter holidays moved to
1241 `christian-holidays' variable in calendar.el.
1242 * calendar/calendar.el (christian-holidays): Adapt for new
1243 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
1244
1245 2004-09-23 Kim F. Storm <storm@cua.dk>
1246
1247 * image.el (insert-sliced-image): Add doc string.
1248
1249 * ido.el (ido-choice-list): New dynamic var for `list' context.
1250 (ido-context-switch-command): New dynamic var.
1251 (ido-define-mode-map): Generalize switch between file/buffer contexts.
1252 (ido-read-internal): Handle new `list' context.
1253 Handle insert-buffer and insert-file ido-exit values.
1254 (ido-buffer-internal): New arg switch-cmd. Use it to setup
1255 ido-context-switch-command. Handle insert-file ido-exit value.
1256 (ido-read-buffer): Set ido-context-switch-command to 'ignore
1257 unless it is already bound by caller.
1258 (ido-file-internal): New arg switch-cmd. Use it to setup
1259 ido-context-switch-command. Handle insert-buffer ido-exit value.
1260 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
1261 used for context switching.
1262 (ido-all-completions): Handle new `list' context.
1263 (ido-make-choice-list): Return choices for `list' context.
1264 (ido-find-file-in-dir, ido-display-file, ido-write-file)
1265 (ido-display-buffer, ido-kill-buffer): Disable context switching.
1266 (ido-insert-buffer, ido-insert-file): Setup context switching.
1267 (ido-exhibit): Handle `list' context.
1268 (ido-read-file-name): Disable context switching. Handle fallback.
1269 (ido-read-directory-name): Disable context switching.
1270 (ido-completing-read): New defun like completing-read. Setup and
1271 use new `list' context.
1272
1273 2004-09-20 Jesper Harder <harder@ifa.au.dk>
1274
1275 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
1276
1277 2004-09-21 Jay Belanger <belanger@truman.edu>
1278
1279 * calc/calc-graph.el (calc-graph-add-curve): Moved the call to
1280 `calc-graph-set-styles' so the gnuplot buffer will appear in a
1281 separate window.
1282
1283 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
1284
1285 * subr.el (after-change-major-mode-hook): Doc fix.
1286
1287 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1288
1289 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
1290 of ghostscript for monochrome PostScript file in Windows.
1291
1292 2004-09-21 Kenichi Handa <handa@m17n.org>
1293
1294 * descr-text.el (describe-char): Checking of quail activation
1295 fixed.
1296
1297 2004-09-21 Jay Belanger <belanger@truman.edu>
1298
1299 * calc/calc.el (calc-mode-var-list): Removed unnecessary quotes.
1300
1301 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
1302
1303 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
1304 after the mode hooks instead of before. Doc fix.
1305
1306 2004-09-20 Jason Rumney <jasonr@gnu.org>
1307
1308 * startup.el (command-line) [windows-nt]: Try .emacs first, then
1309 _emacs, but revert to .emacs if neither exists in home directory.
1310
1311 2004-09-20 John Paul Wallington <jpw@gnu.org>
1312
1313 * bindings.el (completion-ignored-extensions): Add .dfsl.
1314
1315 2004-09-20 Richard M. Stallman <rms@gnu.org>
1316
1317 * bindings.el (scroll-left): Make it disabled.
1318
1319 * files.el (enable-local-eval): Doc fix.
1320
1321 * indent.el (move-to-left-margin): Special case for minibuffer.
1322
1323 * term.el (term-emulate-terminal): Turn off undo for output.
1324 Use with-current-buffer and save-selected-window.
1325
1326 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
1327
1328 * progmodes/make-mode.el (makefile-fill-paragraph):
1329 Don't insist on spaces when looking for comments. # is enough.
1330
1331 * files.el (hack-local-variables): Copy the variables list
1332 to another buffer, strip prefixes and suffixes there, then read.
1333 (enable-local-eval): Doc fix.
1334 (ignored-local-variables): Initialize to nil.
1335 (risky-local-variable-p): Don't check ignored-local-variables here.
1336 (hack-one-local-variable): Ignore var if in ignored-local-variables.
1337
1338 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
1339
1340 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
1341 of = to "." (punctuation).
1342
1343 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1344
1345 * subr.el (event-basic-type): Fix mask (extend to 22bits).
1346
1347 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
1348
1349 * textmodes/enriched.el (enriched-rerun-flag): New variable.
1350 (enriched-before-change-major-mode): New function.
1351 Add it to `change-major-mode-hook'.
1352 (enriched-after-change-major-mode): New function.
1353 Add it to `after-change-major-mode-hook'.
1354 (enriched-mode): Make it work correctly if called from
1355 `after-change-major-mode-hook'.
1356 No longer set `indent-line-function'.
1357
1358 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
1359
1360 * subr.el (after-change-major-mode-hook): New variable.
1361 (run-mode-hooks): Implement it.
1362
1363 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1364
1365 * battery.el (battery-linux-proc-apm): Use string-to-number.
1366 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
1367 Use dolist (and less indentation). Use erase-buffer.
1368 Pre-initialize `design-capacity', `warn', and `low'.
1369 (battery-format): Use replace-regexp-in-string.
1370
1371 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
1372
1373 * battery.el: Delete superfluous empty lines.
1374 (battery-linux-proc-acpi): Attempt to gather information from all
1375 battery subdirectories regardless of their file name.
1376 (battery-linux-proc-apm): Replace all occurrences of
1377 battery-hex-to-int-2 with string-to-int (base 16).
1378 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
1379 (battery-hex-map): Delete variable.
1380
1381 2004-09-18 John Paul Wallington <jpw@gnu.org>
1382
1383 * calc/calc-units.el (calc-quick-units): Fix overzealous
1384 s/or/unless/.
1385
1386 2004-09-17 Jay Belanger <belanger@truman.edu>
1387
1388 * calc/calc.el (calc-mode-var-list): Fix the value of
1389 `calc-matrix-brackets'.
1390
1391 2004-09-17 Romain Francoise <romain@orebokech.com>
1392
1393 * ibuf-ext.el (define-ibuffer-filter filename):
1394 Expand dired-directory since buffer-file-name is absolute.
1395
1396 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
1397
1398 * ediff-init.el (ediff-current-diff-face-A)
1399 (ediff-current-diff-face-B, ediff-current-diff-face-C)
1400 (ediff-current-diff-face-Ancestor)
1401 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
1402 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
1403 (ediff-even-diff-face-A, ediff-even-diff-face-B)
1404 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
1405 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
1406 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
1407 Use min-colors.
1408
1409 * term.el (term-down): Perform vertical motion if DOWN is negative.
1410 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
1411 (term-termcap-format): Synchronyze with the eterm terminfo entry
1412 in etc/e/eterm.ti.
1413 (term-handle-colors-array): If the current foreground or
1414 background are zero (i.e. unspecified), use the foreground and
1415 background of the default face for reverse video.
1416 (term-ansi-at-eval-string, term-ansi-default-fg)
1417 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
1418 (term-mem): Delete ununsed function.
1419 (term-protocol-version): Increment.
1420 (term-current-face): Set to default.
1421
1422 2004-09-15 Jay Belanger <belanger@truman.edu>
1423
1424 * calc/calc.el (calc-mode-var-list): Define this variable.
1425 (calc-always-load-extensions, calc-line-numbering)
1426 (calc-line-breaking, calc-display-just, calc-display-origin)
1427 (calc-number-radix, calc-leading-zeros, calc-group-digits)
1428 (calc-group-char, calc-point-char, calc-frac-format)
1429 (calc-prefer-frac, calc-hms-format, calc-date-format)
1430 (calc-float-format, calc-full-float-format, calc-complex-format)
1431 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
1432 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
1433 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
1434 (calc-matrix-brackets, calc-language, calc-language-option)
1435 (calc-left-label, calc-right-label, calc-word-size)
1436 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
1437 (calc-display-raw, calc-internal-prec, calc-angle-mode)
1438 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
1439 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
1440 (calc-window-height, calc-display-trail, calc-show-selections)
1441 (calc-use-selections, calc-assoc-selections)
1442 (calc-display-working-message, calc-auto-why, calc-timing)
1443 (calc-mode-save-mode, calc-standard-date-formats)
1444 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
1445 (calc-user-parse-tables, calc-gnuplot-default-device)
1446 (calc-gnuplot-default-output, calc-gnuplot-print-device)
1447 (calc-gnuplot-print-output, calc-gnuplot-geometry)
1448 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
1449 (calc-invocation-macro, calc-show-banner): Give these values as
1450 part of `calc-mode-var-list's initialization after the variables
1451 are declared with defvar.
1452 (calc-bug-address): Changed email address to send bug
1453 reports to. Also changed the maintainer address at the top.
1454 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
1455 than "\\.emacs" to determine if it is the user-init-file.
1456
1457 * calc/calc-embed.el (calc-embedded-set-modes): Use
1458 `calc-mode-var-list' correctly.
1459
1460 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
1461
1462 * vc.el (annotate-time): Document point handling.
1463 (vc-annotate-display-autoscale): Doc fix.
1464
1465 2004-09-15 Miles Bader <miles@gnu.org>
1466
1467 * generic.el (generic-make-keywords-list): Use symbol rather than
1468 word anchors in regexp.
1469
1470 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
1471
1472 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
1473 no file name consider `dired-directory'.
1474
1475 2004-09-14 Kim F. Storm <storm@cua.dk>
1476
1477 * faces.el (cursor): Add face-no-inherit property. Doc fix.
1478
1479 2004-09-14 Simon Josefsson <jas@extundo.com>
1480
1481 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
1482
1483 * textmodes/dns-mode.el: Add.
1484
1485 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
1486
1487 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
1488 (disabled-command-function): Make the ?\ char more obvious.
1489
1490 * vc-arch.el (vc-arch-root, vc-arch-registered):
1491 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
1492
1493 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
1494
1495 * windmove.el (windmove-frame-edges): Report coordinates of
1496 outside edges of frame, not inside edges.
1497 (windmove-coordinates-of-position): Convert into wrapper to new
1498 function `windmove-coordinates-of-window-position';
1499 `compute-motion' always applies to selected window.
1500 (windmove-coordinates-of-position): Update documentation to refer
1501 to Emacs 21 Lisp Reference Manual.
1502 (windmove-find-other-window): Fix off-by-one errors for max x,y.
1503
1504 2004-09-13 Kim F. Storm <storm@cua.dk>
1505
1506 * isearch.el (isearch-resume-in-command-history): Rename from
1507 isearch-resume-enabled and change default to nil.
1508
1509 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1510
1511 * vc-hooks.el (vc-ignore-dir-regexp): New var.
1512 (vc-registered): Use it.
1513 (vc-find-root): New fun.
1514
1515 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1516 Don't tell to use \\{...} when it's already done.
1517
1518 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
1519 Provide a sample complex default.
1520 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
1521 (bibtex-entry): Use mapc.
1522
1523 2004-09-12 Kim F. Storm <storm@cua.dk>
1524
1525 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
1526
1527 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
1528 inhibit-field-text-motion to t so rectangles work in comint buffers.
1529
1530 * simple.el (choose-completion-string): Set buffer before running
1531 choose-completion-string-functions hook so it can be buffer-local.
1532
1533 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
1534
1535 * progmodes/compile.el (compilation-start): Parse command to see
1536 if it starts with a cd, and if so perform it for the *compilation*
1537 buffer. Change the header to reflect this.
1538
1539 2004-09-11 Kim F. Storm <storm@cua.dk>
1540
1541 * ido.el (ido-enable-dot-prefix): Doc fix.
1542 (ido-enable-dot-prefix): New defcustom.
1543 (ido-set-matches1): Use it.
1544
1545 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
1546
1547 * textmodes/bibtex.el (bibtex-mark-active)
1548 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
1549
1550 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1551
1552 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
1553 used in a case insensitive environment.
1554 (bibtex-mode-map): Rearrange order of menus.
1555 (bibtex-quoted-string-re): Obsolete.
1556 (bibtex-complete-key-cleanup): Variable replaced by new function.
1557 (bibtex-font-lock-keywords): Use backquotes.
1558 (bibtex-font-lock-url-regexp): New internal variable.
1559 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
1560 "OPT" and "ALT".
1561 (bibtex-insert-current-kill, bibtex-make-field)
1562 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
1563 (bibtex-parse-field-text): Simplify.
1564 (bibtex-string=): New helper function.
1565 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
1566 (bibtex-map-entries): Use bibtex-string=.
1567 (bibtex-search-entry): Use not.
1568 (bibtex-enclosing-field): Fix docstring.
1569 (bibtex-assoc-regexp): Obsolete.
1570 (bibtex-format-entry): Use assoc-string and bibtex-string=.
1571 (bibtex-autokey-get-names): Handle empty name field.
1572 (bibtex-parse-strings): Use assoc-string and unless.
1573 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
1574 Use assoc-string.
1575 (bibtex-pop): Simplify.
1576 (bibtex-mode): Set font-lock-extra-managed-props.
1577 (bibtex-entry-update): Use assoc-string.
1578 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
1579 (bibtex-autofill-entry): Use bibtex-string=.
1580 (bibtex-print-help-message): Simplify.
1581 (bibtex-find-entry): New optional arg START.
1582 (bibtex-validate): Use bibtex-string= and assoc-string.
1583 Do not call obsolete function compilation-parse-errors.
1584 (bibtex-remove-delimiters): Only remove delimiters if present.
1585 (bibtex-copy-entry-as-kill): Add docstring.
1586 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
1587 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
1588 (bibtex-complete): Use bibtex-predefined-month-strings,
1589 bibtex-string=, and new function bibtex-complete-key-cleanup.
1590 (bibtex-generate-url-list): New variable.
1591 (bibtex-url): New command bound to C-c C-l and mouse-2.
1592 (bibtex-url-map): New local keymap for bibtex-url-mouse.
1593 (bibtex-font-lock-url): New function.
1594
1595 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
1596
1597 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
1598
1599 2004-09-09 Kim F. Storm <storm@cua.dk>
1600
1601 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
1602 counter and format with binding.
1603 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
1604 the declared macro uses own macro counter and format. Give symbol
1605 kmacro property.
1606 (kmacro-keymap): Bind kmacro-name-last-macro to n.
1607 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
1608 (kmacro-end-and-call-macro): Doc fix.
1609
1610 2004-09-09 Lars Hansen <larsh@math.ku.dk>
1611
1612 * desktop.el (desktop-clear-preserve-buffers):
1613 Remove make-obsolete-variable.
1614
1615 2004-09-08 Richard M. Stallman <rms@gnu.org>
1616
1617 * buff-menu.el (list-buffers-noselect): Call format-mode-line
1618 with the buffer as argument.
1619
1620 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1621
1622 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
1623
1624 2004-09-08 Juri Linkov <juri@jurta.org>
1625
1626 * replace.el (perform-replace): Use `query-replace-descr'.
1627
1628 * cus-start.el (history-delete-duplicates): Specify customization.
1629
1630 * diff-mode.el (diff-mode-map):
1631 * progmodes/compile.el (compilation-mode-map):
1632 * progmodes/grep.el (grep-mode-map):
1633 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
1634 to `next-error-follow-minor-mode'.
1635
1636 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1637
1638 * isearch.el (isearch-lazy-highlight-update): Take into account
1639 the case of zero-length match at the search bound.
1640
1641 2004-09-08 Kim F. Storm <storm@cua.dk>
1642
1643 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
1644 change. Use zero width overlays when necessary.
1645
1646 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
1647
1648 * subr.el (split-string): Docfix.
1649
1650 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
1651
1652 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
1653 (display-call-tree): Ensure newline after caller/calls blocks.
1654
1655 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
1656
1657 * startup.el (command-line-1): Make option
1658 --directory/-L modify `load-path' straight away.
1659
1660 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
1661
1662 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
1663
1664 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
1665
1666 * emacs-lisp/autoload.el (make-autoload):
1667 Handle `define-compilation-mode'.
1668
1669 * emacs-lisp/lisp-mode.el (define-compilation-mode):
1670 Specify `doc-string-elt' property.
1671
1672 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
1673
1674 * bs.el (bs-mode): Doc fix.
1675
1676 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
1677
1678 * info.el (Info-insert-dir): Fix temp buffer leak bug.
1679
1680 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
1681
1682 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
1683
1684 2004-09-08 Kenichi Handa <handa@m17n.org>
1685
1686 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
1687 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
1688 ps-mule-next-point -> 1+).
1689
1690 * composite.el (encode-composition-rule): Add autoload cooky.
1691
1692 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
1693
1694 * format.el (buffer-auto-save-file-format): Make it permanent local.
1695
1696 2004-09-07 Kim F. Storm <storm@cua.dk>
1697
1698 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
1699 (authors-fixed-entries): Fix typo.
1700 (authors-canonical-author-name): Compact multiple spaces.
1701 Ignore trivial names (e.g. only first name).
1702
1703 * term.el (term-window-width): Only use full window width on
1704 window system if overflow-newline-into-fringe is enabled.
1705 (term-mode): Don't disable overflow-newline-into-fringe.
1706
1707 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1708
1709 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
1710 motion as seen on my Mac OS X xterms.
1711
1712 * newcomment.el (uncomment-region-default, comment-region-default):
1713 New functions extracted from uncomment-region and comment-region.
1714 (comment-region, comment-region-function, uncomment-region)
1715 (uncomment-region-function): Use them.
1716
1717 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
1718
1719 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
1720 It's not crucial but can make sense at times.
1721
1722 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
1723 the first commit.
1724
1725 * vc.el (vc-buffer-context, vc-restore-buffer-context):
1726 Disable obsolete code.
1727
1728 2004-09-07 Juri Linkov <juri@jurta.org>
1729
1730 * progmodes/grep.el (grep-highlight-matches): Change default from
1731 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
1732 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
1733 if grep option `--color' is available, or to `nil' otherwise.
1734 (grep-process-setup): Call `grep-compute-defaults' if
1735 `grep-highlight-matches' is not computed. Set env-vars only
1736 if `grep-highlight-matches' is `t'.
1737 (grep-use-null-device): Remove redundant type `boolean' (`choice'
1738 is already defined).
1739
1740 * progmodes/compile.el (compilation-start): Use copy of
1741 `process-environment' created by `copy-sequence' to not
1742 modify env-vars in the global `process-environment'.
1743
1744 2004-09-06 Eli Zaretskii <eliz@gnu.org>
1745
1746 * simple.el (next-error-follow-minor-mode): Fix last change.
1747
1748 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
1749
1750 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
1751 permanent local.
1752
1753 2004-09-04 Richard M. Stallman <rms@gnu.org>
1754
1755 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
1756 highlighting if the search string is empty.
1757
1758 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
1759
1760 * facemenu.el (facemenu-active-faces): Change condition of inner
1761 `while' loop to also check the first two elements of `face-atts'
1762 and `mask-atts'.
1763
1764 2004-09-04 John Paul Wallington <jpw@gnu.org>
1765
1766 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
1767 (thumbs-view-image-mode): Make buffer read-only.
1768
1769 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
1770
1771 * textmodes/ispell.el (ispell-really-aspell): New defvar.
1772 (ispell-check-version): Set it.
1773 (ispell-send-replacement): New function.
1774 (ispell-process-line): Call ispell-send-replacement.
1775
1776 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
1777
1778 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
1779 Support choosing seconds with "s".
1780
1781 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
1782
1783 * terminal.el (te-escape): Show `?' in prompt for help key.
1784
1785 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
1786
1787 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
1788
1789 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
1790
1791 * simple.el (next-error-follow-minor-mode)
1792 (next-error-follow-mode-post-command-hook): New functions.
1793 (next-error-follow-last-line): New defvar.
1794
1795 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
1796 * progmodes/compile.el (compilation-mode-map): Likewise.
1797 * progmodes/grep.el (grep-mode-map): Likewise.
1798 * replace.el (occur-mode-map): Likewise.
1799
1800 * newcomment.el (uncomment-region): Bind comment-use-global-state
1801 to nil.
1802
1803 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
1804
1805 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
1806 locally around the call to `revert-buffer'.
1807
1808 2004-09-03 Juri Linkov <juri@jurta.org>
1809
1810 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
1811 `isearch-adjusted' to `t'.
1812 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
1813 (isearch-message-prefix): Add "pending" for isearch-adjusted.
1814 (isearch-other-meta-char): Restore isearch-point unconditionally.
1815 (isearch-query-replace): Add new arg `regexp-flag' and use it.
1816 Set point to start of match if region is not active in transient
1817 mark mode (to include the current match to region boundaries).
1818 Push the search string to `query-replace-from-history-variable'.
1819 Add prompt "Query replace regexp" for isearch-regexp.
1820 Add region beginning/end as last arguments of `perform-replace.'
1821 (isearch-query-replace-regexp): Replace code by the call to
1822 `isearch-query-replace' with arg `t'.
1823
1824 2004-09-03 Richard M. Stallman <rms@gnu.org>
1825
1826 * startup.el (normal-top-level): Undo previous TERM change.
1827
1828 2004-09-03 Kim F. Storm <storm@cua.dk>
1829
1830 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
1831 highlight overlays; allow using RET when cursor is over a button.
1832 (cua--highlight-rectangle): Use it.
1833 (cua--rectangle-set-corners): Don't move backwards at eol.
1834 (cua--forward-line): Don't move into void after eob.
1835
1836 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
1837 point is set (and displayed) inside rectangle.
1838 (cua--rectangle-operation): Fix for highlight of empty lines.
1839 (cua--highlight-rectangle): Fix highlight for tabs.
1840 Position cursor at left/right edge of rectangle using new `cursor'
1841 property on overlay strings.
1842 (cua--indent-rectangle): Don't tabify.
1843 (cua-rotate-rectangle): Ignore that point has moved.
1844
1845 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1846
1847 * term/mac-win.el: Add ASCII equivalents for some function keys.
1848 (mode-line-frame-identification): Sync with x-win.el.
1849
1850 2004-09-02 Juri Linkov <juri@jurta.org>
1851
1852 * progmodes/compile.el (compilation-buffer-name): Compare major
1853 mode with second element of compilation-arguments instead of third
1854 to reflect latest changes in compilation-arguments structure.
1855 (recompile): Use global variable `compilation-directory' to get
1856 recent compilation directory only when `recompile' is invoked NOT
1857 in the compilation buffer. Otherwise, use `default-directory' of
1858 the compilation buffer.
1859 (compilation-error-properties): Allow to funcall col and end-col.
1860 (compilation-mode-font-lock-keywords): Check col and end-col by
1861 `integerp'.
1862 (compilation-goto-locus): If end-mk is non-nil in transient mark
1863 mode don't activate the mark (and don't display message in
1864 push-mark), but highlight overlay between mk and end-mk.
1865
1866 * progmodes/grep.el (grep-highlight-matches): New defcustom.
1867 (grep-regexp-alist): Add rule to highlight grep matches.
1868 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
1869
1870 * info.el (Info-fontify-node): Don't compute other-tag
1871 if Info-hide-note-references=hide.
1872
1873 * help.el (function-called-at-point):
1874 * help-fns.el (variable-at-point):
1875 Try `find-tag-default' when other methods failed.
1876
1877 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
1878 Do not push mark if inhibit-mark-movement is non-nil.
1879
1880 * textmodes/ispell.el (ispell-html-skip-alists):
1881 Fix backslashes in docstring.
1882
1883 2004-09-01 Juri Linkov <juri@jurta.org>
1884
1885 * isearch.el (isearch-wrap-function)
1886 (isearch-push-state-function): New defvars.
1887 (isearch-pop-fun-state): New defsubst.
1888 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
1889 (isearch-push-state): Set the result of calling
1890 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
1891 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
1892 restore the mode-specific starting point of terminated search.
1893 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
1894 (isearch-repeat): Call `isearch-wrap-function' if defined.
1895 (isearch-message-prefix): Don't add prefix "over" to the message
1896 for wrapped search if `isearch-wrap-function' is defined.
1897 (isearch-search): Call function saved in `isearch-pop-fun-state' to
1898 restore the mode-specific starting point of failed search.
1899
1900 * info.el (Info-search-whitespace-regexp): Fix backslashes.
1901 (Info-search): Add new optional arguments for the sake of isearch.
1902 Replace whitespace in Info-search-whitespace-regexp literally.
1903 Add backward search. Don't call `Info-select-node' if regexp is
1904 found in the same Info node. Don't add node to Info-history for
1905 wrapped isearch.
1906 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
1907 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
1908 (Info-mode): Set local variables `isearch-search-fun-function',
1909 `isearch-wrap-function', `isearch-push-state-function',
1910 `search-whitespace-regexp'.
1911
1912 * isearch.el: Remove ancient Change Log section.
1913 (isearch-string, isearch-message-string, isearch-point)
1914 (isearch-success, isearch-forward-flag, isearch-other-end)
1915 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
1916 (isearch-barrier, isearch-within-brackets)
1917 (isearch-case-fold-search): Add suffix `-state' to state-related
1918 defsubsts to avoid name clashes with other function names.
1919
1920 * simple.el (next-error): New defgroup and defface.
1921 (next-error-highlight, next-error-highlight-no-select):
1922 New defcustoms.
1923 (next-error-no-select): Let-bind next-error-highlight to the value
1924 of next-error-highlight-no-select before calling `next-error'.
1925
1926 * progmodes/compile.el (compilation-goto-locus):
1927 Use `next-error' face instead of `region'. Set 4-th argument of
1928 `move-overlay' to `current-buffer' to move overlay to different
1929 source buffers. Use new variable `next-error-highlight'.
1930
1931 * simple.el (next-error-find-buffer): Move the rule
1932 "if current buffer is a next-error capable buffer" after the
1933 rule "if next-error-last-buffer is set to a live buffer".
1934 Simplify to test all rules in one `or'.
1935 (next-error): Doc fix.
1936 (next-error, previous-error, first-error)
1937 (next-error-no-select, previous-error-no-select):
1938 Make arguments optional.
1939
1940 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
1941
1942 * macros.el (apply-macro-to-region-lines): Make it operate on all
1943 lines that begin in the region, rather than on all complete lines
1944 in the region.
1945
1946 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1947
1948 * x-dnd.el (x-dnd-protocol-alist): Document update.
1949 (x-dnd-known-types): Defcustom it.
1950 (x-dnd-handle-motif): Print message-atom in error message.
1951
1952 2004-08-30 John Paul Wallington <jpw@gnu.org>
1953
1954 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
1955 strings rather than programatically constructing message.
1956
1957 2004-08-30 Richard M. Stallman <rms@gnu.org>
1958
1959 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
1960 Don't return a string that would read as the wrong character code.
1961
1962 2004-08-29 Kim F. Storm <storm@cua.dk>
1963
1964 * emulation/cua-base.el (cua-auto-expand-rectangles):
1965 Remove automatic rectangle padding feature; replace by non-destructive
1966 virtual rectangle edges feature.
1967 (cua-virtual-rectangle-edges): New defcustom.
1968 (cua-auto-tabify-rectangles): New defcustom.
1969 (cua-paste): If paste into a marked rectangle, insert rectangle at
1970 current column, even if virtual; also paste exactly as many lines
1971 as has been marked (ignore additional lines or add empty lines),
1972 but paste whole source if only one line is marked.
1973 (cua--update-indications): No longer use overwrite-cursor to
1974 indicate rectangle padding
1975
1976 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
1977 (cua--rectangle-virtual-edges): New defun.
1978 (cua--rectangle-get-corners): Remove optional PAD arg.
1979 (cua--rectangle-set-corners): Never do padding.
1980 (cua--forward-line): Remove optional PAD arg. Simplify.
1981 (cua-resize-rectangle-right, cua-resize-rectangle-left)
1982 (cua-resize-rectangle-down, cua-resize-rectangle-up):
1983 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
1984 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
1985 (cua--rectangle-move): Never do padding. Simplify.
1986 (cua--tabify-start): New defun.
1987 (cua--rectangle-operation): Add tabify arg. All callers changed.
1988 (cua--pad-rectangle): Remove.
1989 (cua--delete-rectangle): Handle delete with virtual edges.
1990 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
1991 (cua--insert-rectangle): Handle insert at virtual column.
1992 Perform auto-tabify if necessary.
1993 (cua--activate-rectangle): Remove optional FORCE arg.
1994 Never do padding. Simplify.
1995 (cua--highlight-rectangle): Enhance for virtual edges.
1996 (cua-toggle-rectangle-padding): Remove command.
1997 (cua-toggle-rectangle-virtual-edges): New command.
1998 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
1999 (cua--rectangle-post-command): Don't force rectangle padding.
2000 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
2001
2002 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
2003
2004 * indent.el (edit-tab-stops-buffer): Doc fix.
2005
2006 2004-08-28 Richard M. Stallman <rms@gnu.org>
2007
2008 * progmodes/grep.el (grep-default-command): Use find-tag-default.
2009 (grep-tag-default): Function deleted.
2010
2011 * subr.el (find-tag-default): Moved from etags.el.
2012
2013 * progmodes/etags.el (find-tag-default): Moved to subr.el.
2014
2015 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
2016 into the basic character if it has an uppercase form.
2017
2018 2004-08-27 Kenichi Handa <handa@m17n.org>
2019
2020 * international/utf-8.el (utf-8-post-read-conversion): If the
2021 buffer is unibyte, temporarily make it multibyte.
2022
2023 2004-08-27 Masatake YAMATO <jet@gyve.org>
2024
2025 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
2026
2027 2004-08-25 John Paul Wallington <jpw@gnu.org>
2028
2029 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
2030 0, 1, and many mismatches in message.
2031 (tex-start-shell): Use `set-process-query-on-exit-flag'.
2032
2033 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
2034 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
2035
2036 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2037
2038 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
2039 vc-diff-switches differently.
2040
2041 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
2042
2043 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
2044 before and a real defvar after
2045 `speedbar-supported-extension-expressions'. This is to silence
2046 the compiler without breaking bootstrapping.
2047
2048 2004-08-22 Richard M. Stallman <rms@gnu.org>
2049
2050 * textmodes/flyspell.el (flyspell-word):
2051 Use set-process-query-on-exit-flag.
2052 (flyspell-highlight-duplicate-region): Take POSS as arg.
2053 (flyspell-word): Pass POSS as arg.
2054
2055 * progmodes/ada-xref.el: Many doc and style fixes.
2056 (ada-find-any-references): Use compilation-start.
2057 (ada-get-ali-file-name): Improve error msg.
2058 (ada-get-ada-file-name): Likewise.
2059
2060 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
2061 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
2062
2063 * mail/mail-extr.el (mail-extr-all-top-level-domains):
2064 Add forward defvar.
2065
2066 * whitespace.el (global-whitespace-mode): New alias
2067 for whitespace-global-mode.
2068
2069 * speedbar.el (speedbar-file-regexp): Definition moved up.
2070 (speedbar-mode, speedbar-set-mode-line-format):
2071 Use with-no-warnings.
2072 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
2073
2074 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
2075 controls whether to display the error buffer.
2076
2077 * ps-mule.el: Delete compatibility code for old Emacses.
2078 (ps-mule-find-wrappoint): Don't use chars-in-region.
2079
2080 * frame.el (display-mouse-p, display-selections-p):
2081 Use with-no-warnings.
2082
2083 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
2084
2085 2004-08-22 David Kastrup <dak@gnu.org>
2086
2087 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
2088 information.
2089
2090 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
2091
2092 2004-08-22 Andreas Schwab <schwab@suse.de>
2093
2094 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
2095
2096 2004-08-22 Masatake YAMATO <jet@gyve.org>
2097
2098 * cvs-status.el (cvs-status-checkout): New function.
2099 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
2100
2101 2004-08-21 David Kastrup <dak@gnu.org>
2102
2103 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
2104 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
2105 has been converted to use hashtables, the relation `nil=none' is
2106 no longer valid, as `nil' is not a hashtable. This patch tries to
2107 reduce the number of resulting errors.
2108
2109 2004-08-21 John Paul Wallington <jpw@gnu.org>
2110
2111 * subr.el (process-kill-without-query): Made obsolete in
2112 version 21.4, not 21.5.
2113
2114 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
2115 (vc-previous-comment, vc-next-comment)
2116 (vc-comment-search-reverse, vc-comment-search-forward)
2117 (vc-comment-to-change-log): Likewise.
2118
2119 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
2120
2121 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
2122
2123 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
2124 Correct indentation of DEFMETHODS with non-standard method
2125 combinations (e.g., PROGN, MIN, MAX).
2126
2127 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
2128
2129 * startup.el (normal-top-level-add-subdirs-to-load-path):
2130 Avoid unnecessarily checking system-type.
2131 (normal-top-level): Set TERM to "dumb". Simplify.
2132
2133 * avoid.el (mouse-avoidance-ignore-p): New fun.
2134 Also ignore switch-frame, select-window, double, and triple clicks.
2135 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
2136 (mouse-avoidance-fancy-hook): Use it.
2137
2138 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
2139
2140 * avoid.el (mouse-avoidance-nudge-mouse)
2141 (mouse-avoidance-banish-destination): Stay within the current window
2142 to avoid problems with mouse-autoselect-window.
2143
2144 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2145
2146 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
2147 the newer format of some messages in cvs-1.12.1.
2148
2149 2004-08-19 Masatake YAMATO <jet@gyve.org>
2150
2151 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
2152 (elp-results-jump-to-definition-by-mouse)
2153 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
2154 (elp-output-result): Use elp-output-insert-symname.
2155
2156 2004-08-18 Kenichi Handa <handa@m17n.org>
2157
2158 * language/cyrillic.el: Register koi8-r in
2159 ctext-non-standard-encodings-alist.
2160 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
2161
2162 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
2163
2164 * emacs-lisp/copyright.el (copyright-update-year): Delete code
2165 that replaces 20xy with xy.
2166
2167 2004-08-17 John Paul Wallington <jpw@gnu.org>
2168
2169 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
2170 (reb-force-update): Doc fix.
2171
2172 2004-08-16 Richard M. Stallman <rms@gnu.org>
2173
2174 * progmodes/which-func.el (which-func-update-1): Doc fix.
2175
2176 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
2177 (sh-mode-abbrev-table): New variable.
2178
2179 * progmodes/compile.el (compilation-mode): Doc fix.
2180
2181 * emacs-lisp/lisp-mode.el (eval-last-sexp):
2182 Don't cons a new symbol each time.
2183 (eval-last-sexp-fake-value): New variable.
2184
2185 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
2186 (copyright-update-year): Detect continuation of list of years.
2187
2188 * term.el (term-default-fg-color, term-default-bg-color)
2189 (ansi-term-color-vector): Use `unspecified', not nil, as default.
2190
2191 * imenu.el: Several doc fixes: don't say variables are buffer-local.
2192
2193 2004-08-16 Davis Herring <herring@lanl.gov>
2194
2195 * isearch.el (isearch-string, isearch-message-string, isearch-point)
2196 (isearch-success, isearch-forward-flag, isearch-other-end)
2197 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
2198 (isearch-barrier, isearch-within-brackets)
2199 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
2200
2201 2004-08-16 Kenichi Handa <handa@m17n.org>
2202
2203 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
2204
2205 2004-08-15 Kenichi Handa <handa@m17n.org>
2206
2207 * term/x-win.el (x-selection-value): If utf8 was successful but
2208 ctext was not, use utf8 string.
2209
2210 2004-08-14 Davis Herring <herring@lanl.gov>
2211
2212 * isearch.el: Remove accidental changes of March 4. Fix backing
2213 up when a regexp isearch is made more general. Use symbolic
2214 accessor functions for isearch stack frames to make usage clearer.
2215 (search-whitespace-regexp): Made groups in documentation shy (as
2216 is the group in the default value).
2217 (isearch-fallback): New function, addresses problems with regexps
2218 liberalized by `\|', adds support for liberalization by `\}' (the
2219 general repetition construct), and incorporates behavior for
2220 `*'/`?'.
2221 (isearch-}-char): New command, calls `isearch-fallback' with
2222 arguments appropriate to a typed `}'.
2223 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
2224 appropriately.
2225 (isearch-mode-map): Bind `}' to `isearch-}-char'.
2226 (isearch-string, isearch-message,string, isearch-point)
2227 (isearch-success, isearch-forward-flag, isearch-other-end)
2228 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
2229 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
2230 New inline functions to read fields of a stack frame.
2231
2232 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
2233
2234 * battery.el (battery-linux-proc-acpi): Look into battery
2235 directories matching the literal string "CMB", too (required for
2236 Linux kernel version 2.6.7).
2237
2238 2004-08-14 John Paul Wallington <jpw@gnu.org>
2239
2240 * cus-start.el (read-file-name-completion-ignore-case): Add.
2241 (blink-cursor-alist): Change version to "21.4".
2242
2243 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
2244
2245 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
2246
2247 * speedbar.el (speedbar-scan-subdirs): New option.
2248 (speedbar-file-lists): Don't ignore file-name case on Unix and use
2249 dolist.
2250 (speedbar-insert-files-at-point): Take an extra argument and use
2251 it to optionally find out if a subdir is empty. Also unreadable
2252 files don't get expand buttons.
2253 (speedbar-directory): New image (unused pixmap already existed).
2254 (speedbar-expand-image-button-alist): Use it.
2255
2256 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
2257
2258 CC Mode update to 5.30.9:
2259
2260 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
2261 Move from cc-vars to cc-defs for dependency reasons. Fix the
2262 POSIX char class test to check that it works in
2263 `skip-chars-(forward|backward)' too.
2264
2265 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
2266 first argument starts with a special brace list.
2267
2268 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
2269 when `c-opt-type-concat-key' is used (i.e. in Pike).
2270
2271 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
2272 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
2273 >)".
2274
2275 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
2276 whitespace safe.
2277
2278 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
2279 position for `arglist-intro', `arglist-cont-nonempty' and
2280 `arglist-close' when there are two arglist open parens on the same
2281 line and there's nothing in front of the first.
2282
2283 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
2284 locking of qualified names in Java, which previously could fontify
2285 common indexing expressions in many cases. The standard Java
2286 naming conventions are used to tell them apart.
2287
2288 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
2289 Fix inconsistency wrt opening parens on the first line inside a paren
2290 block.
2291
2292 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
2293 compile time for the sake of `c-major-mode-is'.
2294
2295 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
2296 `c-major-mode-is' in the event that this is used inside a
2297 `c-lang-defconst'.
2298
2299 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
2300 `c-lang-defconst' so that it works better with fallback languages.
2301
2302 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
2303 it to fail to record the base mode.
2304
2305 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
2306 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
2307 is used. Reordered the syntax checks to get more efficient
2308 skipping in some situations.
2309
2310 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
2311 continuation which might precede the newly inserted '{'.
2312
2313 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
2314 Fix cases where it could loop indefinitely.
2315
2316 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
2317 size specs correctly. Only fontify identifiers in front of '('
2318 with as functions - don't accept any paren char. Tightened up
2319 initializer skipping to stop before function and class blocks.
2320
2321 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
2322 the point could be left directly after an open paren when finding
2323 the beginning of the first decl in the block.
2324
2325 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
2326 table when filtering out legitimate open parens to be recorded.
2327 This could cause cache inconsistencies when e.g.
2328 `c++-template-syntax-table' was temporarily in use.
2329
2330 * progmodes/cc-engine.el (c-on-identifier)
2331 (c-simple-skip-symbol-backward): Small fix for handling "-"
2332 correctly in `skip-chars-backward'. Affected the operator lfun
2333 syntax in Pike.
2334
2335 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
2336 Fix bug that could cause an error from `after-change-functions' when
2337 the changed region is at bob.
2338
2339 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
2340
2341 CC Mode update to 5.30.9:
2342
2343 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
2344 to say that <TAB> doesn't insert WS into a CPP line.
2345 (c-indent-command, c-tab-always-indent): Amend doc strings.
2346
2347 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
2348 checks for user errors, thus eliminating cryptic and unhelpful
2349 Emacs error messages. (1) Check the arg to `c-set-style' is a
2350 string. (2) Check that settings to `c-offsets-alist' are not
2351 spuriously quoted.
2352
2353 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
2354 which precedes the newly inserted `{'.
2355
2356 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
2357
2358 Sync with Tramp 2.0.44.
2359
2360 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
2361 function "tramp_file_attributes". Otherwise, file names
2362 containing spaces are misinterpreted. Reported by Magnus Henoch
2363 <mange@freemail.hu>.
2364 (tramp-handle-file-truename): FILENAME must be expanded first.
2365 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
2366 obscure results. Reported by D. Goel <deego@gnufans.org>.
2367 (tramp-handle-verify-visited-file-modtime): If file does not
2368 exist, say it is not modified if and only if that agrees with the
2369 buffer's record. Check whether a file is visiting the buffer, or
2370 the buffer has no recorded last modification time. Return t in
2371 case the visiting file doesn't exist. Suggested by Luc Teirlinck
2372 <teirllm@auburn.edu>.
2373 (tramp-handle-write-region): Pass modtime explicitely to
2374 `set-visited-file-modtime', because filename can be different
2375 from (buffer-file-name) if `file-precious-flag' is set.
2376 `set-visited-file-modtime' must be called always when `visit' is t
2377 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
2378 (tramp-handle-set-visited-file-modtime): If `time-list' is not
2379 nil, don't apply the whole body. If the file doesn't exists, set
2380 modtime to '(-1 65535). Suggested by Luc Teirlinck
2381 <teirllm@auburn.edu>.
2382
2383 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
2384
2385 * help.el (describe-bindings): Doc fix.
2386
2387 * subr.el (kbd): Doc fix.
2388
2389 2004-08-08 John Paul Wallington <jpw@gnu.org>
2390
2391 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
2392 instead of `string-to-int'.
2393 (define-ibuffer-column mode): Fix indentation.
2394
2395 2004-08-08 Lars Hansen <larsh@math.ku.dk>
2396
2397 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
2398
2399 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
2400
2401 * subr.el (global-unset-key, local-unset-key): Doc fixes.
2402
2403 * novice.el (disabled-command-function): New variable renamed from
2404 `disabled-command-hook'.
2405 (disabled-command-hook): Keep the _variable_ as alias for
2406 `disabled-command-function' and make obsolete.
2407 (disabled-command-function): Function renamed from
2408 `disabled-command-hook'. Adapt code to name change of the variable.
2409
2410 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
2411
2412 * simple.el (completion-root-regexp): New defvar.
2413 (completion-setup-function): Use it instead of a literal string.
2414
2415 2004-08-07 John Paul Wallington <jpw@gnu.org>
2416
2417 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
2418 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
2419 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
2420 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
2421
2422 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
2423
2424 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
2425 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
2426
2427 2004-08-04 Kenichi Handa <handa@m17n.org>
2428
2429 * international/encoded-kb.el (encoded-kbd-setup-keymap):
2430 Fix previous change.
2431
2432 2004-08-03 Kenichi Handa <handa@m17n.org>
2433
2434 * international/encoded-kb.el: The following changes are to
2435 utilize key-translation-map instead of minor mode map.
2436 (encoded-kbd-iso2022-non-ascii-map): Delete it.
2437 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
2438 (encoded-kbd-last-key): New function.
2439 (encoded-kbd-iso2022-single-shift): New function.
2440 (encoded-kbd-iso2022-designation)
2441 (encoded-kbd-self-insert-iso2022-7bit)
2442 (encoded-kbd-self-insert-iso2022-8bit)
2443 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
2444 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
2445 key-translation-map.
2446 (encoded-kbd-setup-keymap): Setup key-translation-map.
2447 (saved-key-translation-map): New variable.
2448 (encoded-kbd-mode): Save/restore key-translation-map.
2449 Adjust for the change of encoded-kbd-setup-keymap.
2450
2451 2004-08-02 Kim F. Storm <storm@cua.dk>
2452
2453 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
2454 and call compute-motion with nil for topos and width to get proper
2455 usable width and height for both window and non-window systems.
2456
2457 * windmove.el (windmove-coordinates-of-position): Let compute-motion
2458 calculate usable window width and height.
2459
2460 * window.el (window-buffer-height): Call compute-motion with nil width.
2461
2462 2004-08-01 David Kastrup <dak@gnu.org>
2463
2464 * replace.el (query-replace-read-from):
2465 Use `query-replace-compile-replacement'.
2466 (query-replace-compile-replacement): New function.
2467 (query-replace-read-to): Use `query-replace-compile-replacement'
2468 for repeating the last command.
2469
2470 2004-08-01 John Paul Wallington <jpw@gnu.org>
2471
2472 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
2473 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
2474 (pr-switches): Remove period from end of error messages.
2475
2476 * help-mode.el (help-go-back): Likewise.
2477
2478 * abbrev.el (only-global-abbrevs): Doc fix.
2479 (edit-abbrevs-map): Define within defvar.
2480 (quietly-read-abbrev-file): Doc fix.
2481
2482 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
2483
2484 * novice.el (enable-command, disable-command): Doc fixes.
2485
2486 * subr.el (event-modifiers, event-basic-type): Doc fixes.
2487
2488 2004-07-30 Richard M. Stallman <rms@gnu.org>
2489
2490 * subr.el (with-local-quit): Doc fix.
2491
2492 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
2493
2494 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
2495
2496 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
2497
2498 * custom.el (defcustom): Doc fix.
2499
2500 2004-07-28 Masatake YAMATO <jet@gyve.org>
2501
2502 * progmodes/etags.el (etags-tags-apropos): Show building progress.
2503
2504 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
2505
2506 * imenu.el (imenu-prev-index-position-function)
2507 (imenu-extract-index-name-function, imenu-name-lookup-function)
2508 (imenu--index-alist): Docstring redundancy fix.
2509
2510 2004-07-25 Lars Hansen <larsh@math.ku.dk>
2511
2512 * wdired.el (wdired-finish-edit): Require dired-aux before locally
2513 binding dired-backup-overwrite.
2514
2515 2004-07-25 John Paul Wallington <jpw@gnu.org>
2516
2517 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
2518
2519 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
2520
2521 * term/tty-colors.el (tty-color-approximate): Doc fix.
2522
2523 * select.el (x-get-selection, x-set-selection): Doc fixes.
2524
2525 * frame.el (make-frame): Doc fix.
2526
2527 2004-07-24 Richard M. Stallman <rms@gnu.org>
2528
2529 * mail/rmail.el (rmail-mime-charset-pattern):
2530 Don't include semicolon in the charset value.
2531
2532 * replace.el (occur-next-error): Call set-window-point.
2533 (occur-engine): Handle negative NLINES.
2534
2535 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
2536
2537 * frame.el (modify-all-frames-parameters): Minor doc fix.
2538 (set-frame-configuration): Doc fix.
2539
2540 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
2541
2542 * simple.el (completion-setup-function): Compute the common parts
2543 and the first difference place correctly when
2544 partial-completion-mode is on.
2545
2546 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2547
2548 * ps-print.el: Doc fix.
2549 (ps-print-version): New version 6.6.5.
2550 (ps-printing-region): Doc fix.
2551 (ps-generate-string-list): Comment fix.
2552 (ps-message-log-max): Code fix.
2553
2554 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
2555
2556 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
2557 generated PostScript.
2558
2559 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
2560
2561 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
2562 with Gnus v5_10 branch.)
2563
2564 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
2565
2566 * calendar/time-date.el (time-to-number-of-days): New function.
2567 Imported from from Gnus.
2568
2569 2004-07-22 Kim F. Storm <storm@cua.dk>
2570
2571 * progmodes/make-mode.el: Fix comments.
2572
2573 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2574
2575 * printing.el: Doc fix.
2576
2577 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
2578
2579 * frame.el (modify-all-frames-parameters): Minor doc fix.
2580
2581 2004-07-20 Richard M. Stallman <rms@gnu.org>
2582
2583 * textmodes/fill.el (fill-nobreak-p): If this break point is
2584 at the end of the line, don't consider the newline which follows
2585 as a reason to return t.
2586
2587 2004-07-19 John Paul Wallington <jpw@gnu.org>
2588
2589 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
2590
2591 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
2592
2593 * dired-aux.el (dired-do-kill-lines): Expand docstring.
2594 Delete irrelevant code.
2595
2596 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
2597
2598 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
2599 New docstring. From Luc Teirlinck.
2600
2601 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
2602
2603 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
2604 section.
2605 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
2606 non-file buffers. We know it is nil.
2607
2608 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
2609
2610 Sync with Tramp 2.0.43.
2611
2612 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
2613 Remove outdated comment.
2614 (tramp-locked, tramp-locker): New variables for implementing a
2615 global lock.
2616 (tramp-sh-file-name-handler): Use them to implement the global lock.
2617
2618 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
2619
2620 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
2621 calls to respective `xxx` calls.
2622 (tramp-process-alive-regexp): Precise doc string.
2623 (tramp-multi-action-process-alive): New defun.
2624 (tramp-multi-actions): Use it.
2625 (tramp-handle-find-backup-file-name): `copy-tree' is available
2626 since Emacs 21.4 only (XEmacs has it). Implementation rewritten
2627 in order to avoid this function.
2628 (tramp-handle-write-region): Set current buffer. If connection
2629 wasn't open, `file-modes' has changed it accidently. Reported by
2630 David Kastrup <dak@gnu.org>.
2631 (tramp-enter-password, tramp-read-passwd): New arguments USER and
2632 HOST.
2633 (tramp-action-password, tramp-multi-action-password): Apply it.
2634 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
2635 name must still contain the port number. Otherwise, we have two
2636 Tramp buffers, with all the confusion. Reported by Myron Selby
2637 <myron@xytech.com> and Rolf Dubitzky
2638 <Dubitzky@physi.uni-heidelberg.de>.
2639
2640 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
2641 HOST to `tramp-enter-passwd'.
2642
2643 * net/tramp-vc.el (all): Code cleanup. Change all
2644 `tramp-handle-xxx' calls to respective `xxx` calls.
2645
2646 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
2647
2648 * emacs-lisp/testcover.el: New category "potentially-1valued" for
2649 functions that are not erroneous if either 1-valued or
2650 multi-valued. Detect functions in this class.
2651 (testcover-1value-functions, testcover-compose-functions)
2652 (testcover-progn-functions) Added some additional functions to lists.
2653 (testcover-mark): Bugfix when marking up the definition for an
2654 empty function.
2655
2656 2004-07-17 Richard M. Stallman <rms@gnu.org>
2657
2658 * replace.el (occur-read-primary-args): Pass default to
2659 read-from-minibuffer.
2660
2661 * mail/footnote.el (footnote-section-tag): Use defcustom.
2662
2663 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
2664 Compile font-lock-keywords, not KEYWORDS.
2665 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
2666 Add warn, check-type. Handle cerror like error.
2667
2668 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
2669
2670 * progmodes/which-func.el (which-func-keymap): New var.
2671 (which-func-face): New face.
2672 (which-func-format): Use them.
2673
2674 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
2675
2676 * buff-menu.el (list-buffers-noselect): Append the buffer's
2677 process status to its mode name.
2678
2679 2004-07-16 Kim F. Storm <storm@cua.dk>
2680
2681 * simple.el (inhibit-mark-movement): New defvar.
2682 (beginning-of-buffer, end-of-buffer): Do not push mark if
2683 inhibit-mark-movement is non-nil or C-u prefix is given.
2684
2685 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
2686 Init to beginning-of-buffer and end-of-buffer.
2687 (cua--undo-push-mark): New defvar.
2688 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
2689 already active and command is in cua--preserve-mark-commands.
2690 Also fix check for shift modifier on non-window systems.
2691 (cua--post-command-handler): Clear inhibit-mark-movement if set.
2692
2693 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
2694
2695 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
2696 of two integers, instead of a cons.
2697
2698 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
2699 `visited-file-modtime' now returns a list of two integers, instead
2700 of a cons.
2701
2702 * dired.el (dired-directory-changed-p): Ditto.
2703
2704 * progmodes/grep.el (grep): Doc fix.
2705
2706 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
2707
2708 * autorevert.el (auto-revert-tail-mode)
2709 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
2710 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
2711 in both at the same time.
2712 (auto-revert-tail-mode): New command.
2713 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
2714 (auto-revert-handler): Revert only either tail or whole file.
2715
2716 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
2717 add auto-revert-tail-mode.
2718
2719 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2720
2721 * printing.el: Doc fix. Change name of some funs.
2722 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
2723 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
2724 (pr-standard-file-name): New fun. Replace pr-standard-path.
2725 (pr-call-process): Code fix.
2726
2727 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
2728
2729 * subr.el (with-selected-window): Doc fix.
2730
2731 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
2732
2733 * subr.el (get-buffer-window-list): Doc fix.
2734
2735 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
2736
2737 * files.el (switch-to-buffer-other-window): Doc fix.
2738
2739 * window.el (save-selected-window, one-window-p)
2740 (split-window-keep-point, split-window-vertically)
2741 (split-window-horizontally): Doc fixes.
2742
2743 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2744
2745 * printing.el: Doc fix. Now it uses call-process instead of
2746 shell-command for low command execution.
2747 (pr-version): New version number (6.8).
2748 (pr-shell-file-name): Option removed.
2749 (pr-shell-command): Fun removed.
2750 (pr-call-process): New fun. Replace pr-shell-command.
2751 (pr-standard-path, pr-remove-nil-from-list): New funs.
2752 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
2753 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
2754 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
2755 (pr-ps-utility-process, pr-txt-print): Code fix.
2756
2757 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
2758
2759 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
2760 boolean.
2761
2762 2004-07-09 Lars Hansen <larsh@math.ku.dk>
2763
2764 * wid-edit.el (widget-field-buffer): Doc fix.
2765
2766 2004-07-09 John Paul Wallington <jpw@gnu.org>
2767
2768 * emacs-lisp/re-builder.el (reb-update-overlays):
2769 Distinguish between one and several matches in message.
2770
2771 2004-07-09 Richard M. Stallman <rms@gnu.org>
2772
2773 * mouse.el (mouse-set-region-1): If transient-mark-mode
2774 is `identity', change it to `only'.
2775
2776 * simple.el (current-word): Doc fix.
2777
2778 2004-07-09 Mark A. Hershberger <mah@everybody.org>
2779
2780 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
2781 so that it is more understanding of whitespace.
2782
2783 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
2784 form
2785 (("ns" . "element") (attr-list) children) instead of
2786 ((:ns . "element") (attr-list) children) in order to reduce the
2787 number of symbols used.
2788 (xml-skip-dtd): Change to use xml-parse-dtd but set
2789 xml-validating-parsing to nil.
2790 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
2791 (xml-substitute-entity): Remove in favor of new entity substitution.
2792 (xml-substitute-special): Rewrite in to substitute complex
2793 entities from DOCTYPE declarations.
2794 (xml-parse-fragment): Parse fragments from entity deleclarations.
2795 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
2796 (xml-parse-dtd, xml-substitute-special): Make validity checks
2797 conditioned on xml-validating-parser. Add "Not Well Formed" to
2798 error messages about well-formedness.
2799
2800 2004-07-08 Steven Tamm <steventamm@mac.com>
2801
2802 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
2803 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
2804 Do not treat double clicks and triple clicks specially in the
2805 scroll bar (preventing strange repositioning problems)
2806
2807 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
2808
2809 * replace.el (query-replace-regexp-eval): Fix last change.
2810
2811 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
2812
2813 * replace.el (query-replace-descr): New fun.
2814 (query-replace-read-from, query-replace-read-args): Default to the
2815 previous from&to.
2816 (query-replace-read-to): Quote the `from' string when displaying it.
2817 (query-replace-regexp-eval): Immediately check read-only status.
2818 Use query-replace-read-from to get the \n checking.
2819 Quote the `from' string when displaying it.
2820 (map-query-replace-regexp, occur-read-primary-args):
2821 Quote the `from' string when displaying it.
2822
2823 * isearch.el (isearch-query-replace): Pass the regexp-ness and
2824 delimited-ness of the search to query-replace.
2825
2826 * replace.el (query-replace-read-from, query-replace-read-to):
2827 New funs extracted from query-replace-read-args.
2828 (query-replace-read-args): Use them.
2829
2830 * replace.el (query-replace-interactive, query-replace-read-args):
2831 Remove the `initial' special value.
2832 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
2833 (occur-engine): Remove unused var `matchend'.
2834
2835 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
2836 Use the search string without prompting.
2837
2838 2004-07-05 Kenichi Handa <handa@m17n.org>
2839
2840 * international/mule.el (decode-coding-inserted-region):
2841 Set last-coding-system-used only when coding is nil.
2842
2843 2004-07-03 Eli Zaretskii <eliz@gnu.org>
2844
2845 * progmodes/grep.el (grep-compute-defaults, grep-command)
2846 (grep-program, find-program, grep-find-use-xargs, grep-history)
2847 (grep-find-history, grep-tag-default, grep-find-command)
2848 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
2849 Add autoload cookies, for unbundled packages that load `compile'
2850 and expect all grep-related symbols to become defined.
2851
2852 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
2853
2854 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
2855 (iimage-mode-image-search-path): New user option to search the
2856 image file.
2857 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
2858 have locate-file.
2859 (iimage-mode-buffer): Use it.
2860
2861 2004-07-03 Nick Roberts <nickrob@gnu.org>
2862
2863 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
2864 carefully.
2865 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
2866
2867 2004-07-03 Juri Linkov <juri@jurta.org>
2868
2869 * replace.el (query-replace-read-args): Swallow space after 'foo,
2870 not after (quote foo). Match space only immediately after symbol,
2871 not anywhere in the whole string.
2872
2873 2004-07-02 Richard M. Stallman <rms@gnu.org>
2874
2875 * replace.el (query-replace-read-args): Swallow space after
2876 symbols, not after closeparens. But avoid error if string ends there.
2877
2878 * progmodes/python.el (python-beginning-of-statement):
2879 Exit the loop if backward-up-list gets error.
2880
2881 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
2882
2883 2004-07-02 Andre Spiegel <spiegel@gnu.org>
2884
2885 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
2886 only if vc-consult-headers is non-nil.
2887
2888 2004-07-02 Juri Linkov <juri@jurta.org>
2889
2890 * pcvs.el (cvs-mode-diff-repository): New command.
2891
2892 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
2893
2894 2004-07-01 Juri Linkov <juri@jurta.org>
2895
2896 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
2897 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
2898 C-M-% to isearch-query-replace-regexp.
2899 (minibuffer-local-isearch-map): Add arrow key bindings.
2900 Bind C-f to isearch-yank-char-in-minibuffer.
2901 (isearch-forward): Doc fix.
2902 (isearch-edit-string): Doc fix.
2903 (isearch-query-replace, isearch-query-replace-regexp): New funs.
2904 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
2905 (isearch-yank-char): Add optional arg.
2906 (isearch-yank-char-in-minibuffer): New fun.
2907
2908 * replace.el (query-replace-interactive): Change type from boolean
2909 to choice. Add value `initial'.
2910 (query-replace-read-args): Handle value `initial' of
2911 query-replace-interactive.
2912
2913 2004-06-29 Kim F. Storm <storm@cua.dk>
2914
2915 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
2916 (breakpoint-disabled-bitmap-face): Add :group 'gud.
2917
2918 * progmodes/ada-xref.el (ada-tight-gvd-integration):
2919 Add :group 'ada.
2920
2921 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
2922
2923 2004-06-29 Juri Linkov <juri@jurta.org>
2924
2925 * replace.el (query-replace-read-args): Swallow a space after
2926 everything except )]" which in most cases means after a symbol.
2927
2928 * emacs-lisp/pp.el (pp-buffer): Add autoload.
2929
2930 2004-06-28 Richard M. Stallman <rms@gnu.org>
2931
2932 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
2933 More changes to go with previous change in font-lock.el.
2934
2935 2004-06-26 David Kastrup <dak@gnu.org>
2936
2937 * replace.el (perform-replace): Highlight the match even in
2938 non-query mode if there is potential replace string editing.
2939
2940 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
2941
2942 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
2943 agree with new return value of `file-remote-p'.
2944 This syncs with Tramp 2.0.42.
2945
2946 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
2947 according to new documentation of `file-remote-p'.
2948
2949 * files.el (file-remote-p): Fix doc to say that return value is
2950 identification of remote system, if not nil.
2951 (file-relative-name): Use new return value of `file-remote-p'.
2952
2953 2004-06-26 Nick Roberts <nickrob@gnu.org>
2954
2955 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
2956 (gdb-goto-breakpoint): Fix breakage.
2957
2958 2004-06-26 Eli Zaretskii <eliz@gnu.org>
2959
2960 * man.el (Man-getpage-in-background): Add windows-nt to the list
2961 of systems where shell-file-name should be used instead of
2962 literal "sh".
2963
2964 2004-06-25 Sam Steingold <sds@gnu.org>
2965
2966 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
2967 function names `(setf symbol)'.
2968
2969 2004-06-24 Richard M. Stallman <rms@gnu.org>
2970
2971 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
2972
2973 * font-lock.el (font-lock-keywords): Change format of compiled values.
2974 Document it.
2975 (font-lock-add-keywords): If font-lock-keywords is compiled,
2976 extract the uncompiled version, modify, then recompile.
2977 (font-lock-remove-keywords): Likewise.
2978 (font-lock-fontify-keywords-region): Handle changed format.
2979 (font-lock-compile-keywords): Handle changed format.
2980 (font-lock-set-defaults): Compile the keywords explicitly here.
2981
2982 2004-06-24 David Kastrup <dak@gnu.org>
2983
2984 * replace.el (query-replace-read-args): Implement `\,' and `\#'
2985 replacements here.
2986 (query-replace-regexp): Doc string explaining this and the new
2987 `\?' replacement. Remove `\,' and `\#' implementation here, as it
2988 is better placed in `query-replace-read-args'.
2989 (replace-regexp): Explain `\,', `\#' and `\?'.
2990 (replace-match-data): New function for thorough reuse/destruction
2991 of old match-data.
2992 (replace-match-maybe-edit): Function for implementing `\?' editing.
2993 (perform-replace): Fix maintaining of the match stack including
2994 already matched regions, implement `\?', fix various problems
2995 with regions while editing and other stuff.
2996 (replace-highlight): Simplify.
2997
2998 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
2999
3000 * progmodes/grep.el (grep-error-screen-columns): New variable.
3001 (grep-regexp-alist): Give it the full functionality of gnu style
3002 compilation messages with line and column ranges. Ask me for the
3003 perl script I'm working on, that uses these.
3004
3005 2004-06-23 Nick Roberts <nickrob@gnu.org>
3006
3007 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
3008 Remove.
3009 (comint-insert-input, comint-mouse-insert-input): New functions
3010 based on comint-insert-clicked-input for two bindings but just
3011 one functionality.
3012
3013 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
3014
3015 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
3016
3017 2004-06-23 Lars Hansen <larsh@math.ku.dk>
3018
3019 * files.el (write-contents-functions): Doc fix.
3020
3021 2004-06-21 Juanma Barranquero <lektu@terra.es>
3022
3023 * image.el (image-library-alist): Rewrite docstring in active voice.
3024
3025 2004-06-20 Richard M. Stallman <rms@gnu.org>
3026
3027 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
3028
3029 * isearch.el (isearch-repeat): Avoid testing old match data.
3030 (isearch-message): Display trailing space in special font
3031 when search is failing.
3032 (isearch-search-fun-function): Doc fix.
3033
3034 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
3035
3036 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
3037
3038 * frame.el (show-trailing-whitespace): Doc fix.
3039
3040 * cus-edit.el (custom-variable-documentation): New function.
3041 (custom-variable): Use it.
3042
3043 2004-06-19 Nick Roberts <nickrob@gnu.org>
3044
3045 * man.el (Man-getpage-in-background): Revert previous change but
3046 make cygwin a special case.
3047
3048 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
3049
3050 * autorevert.el (global-auto-revert-non-file-buffers):
3051 Update docstring.
3052
3053 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
3054
3055 * progmodes/compile.el (compilation-error-properties): Store one
3056 more than end-col, if present, so that transient-mark-mode will
3057 highlight last char too.
3058 * progmodes/grep.el (grep-regexp-alist): Match columns and column
3059 ranges, if present.
3060
3061 2004-06-18 Jason Rumney <jasonr@gnu.org>
3062
3063 * makefile.w32-in: Double percent signs in for loops.
3064
3065 2004-06-17 David Kastrup <dak@gnu.org>
3066
3067 * replace.el (query-replace-read-args): Only warn about use of \n
3068 and \t when we are doing a regexp replacement and the actual
3069 escaped character is n or t.
3070 (query-replace-regexp): Add \, and \# interpretation to
3071 interactive call and document it.
3072 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
3073 as shortkey for replace-count.
3074 (replace-quote): New function for doubling backslashes.
3075
3076 2004-06-17 Juanma Barranquero <lektu@terra.es>
3077
3078 * files.el (parse-colon-path, cd): Mention in docstring that the
3079 path separator is colon in GNU-like systems.
3080
3081 * newcomment.el (comment-region-internal): Fix docstring.
3082
3083 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
3084 (ewoc-invalidate, ewoc-collect): Doc fixes.
3085 (ewoc--create-node, ewoc--delete-node-internal):
3086 Fix typos in docstring.
3087
3088 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
3089
3090 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
3091 manual to docstring.
3092
3093 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3094
3095 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
3096
3097 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
3098
3099 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
3100 Add hyperlink to emacs-xtra manual to docstring.
3101
3102 * autorevert.el (global-auto-revert-non-file-buffers):
3103 Add hyperlink to emacs-xtra manual to docstring, as well as an
3104 info-link.
3105
3106 2004-06-14 Juanma Barranquero <lektu@terra.es>
3107
3108 * image.el (image-library-alist): New variable to map image types
3109 to external libraries. Initialized to nil, unless system-specific
3110 configs change it.
3111 (image-type-available-p): Determine whether an image type is
3112 available by calling `init-image-library'.
3113
3114 * term/w32-win.el (image-library-alist): Initialize to a known set
3115 of probable library names.
3116
3117 2004-06-14 Kenichi Handa <handa@m17n.org>
3118
3119 * international/code-pages.el (windows-1256, cp1125): Fix tables
3120 for several characters.
3121
3122 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
3123
3124 2004-06-13 Richard M. Stallman <rms@gnu.org>
3125
3126 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
3127
3128 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
3129 not "`pc-selection-mode'".
3130
3131 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
3132
3133 * simple.el (previous-matching-history-element): Specify a default.
3134
3135 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
3136
3137 * cus-face.el (custom-declare-face): Simplify code.
3138
3139 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
3140
3141 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
3142
3143 * files.el (before-save-hook): Add `time-stamp' to the options.
3144
3145 * time-stamp.el (time-stamp): Recommend adding it to
3146 `before-save-hook', rather than `write-file-functions'.
3147 Make a similar change in `Commentary' section.
3148
3149 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
3150
3151 * diff-mode.el (diff-current-defun): If at start of hunk, use
3152 position of first change.
3153
3154 2004-06-13 Lars Hansen <larsh@math.ku.dk>
3155
3156 * dired-x.el (dired-mark-omitted): Bind to "*O".
3157
3158 2004-06-12 Karl Fogel <kfogel@red-bean.com>
3159
3160 * bookmark.el (bookmark-bmenu-relocate): New function, as
3161 suggested by David J. Biesack <David.Biesack@sas.com>.
3162 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
3163 (bookmark-bmenu-mode): Describe binding in doc string.
3164 (bookmark-set-filename): Save the bookmark list if it's time.
3165
3166 2004-06-13 Kenichi Handa <handa@m17n.org>
3167
3168 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
3169 (ccl-untranslated-to-ucs): Fix typo.
3170
3171 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
3172
3173 * progmodes/python.el (python-open-block-statement-p):
3174 Fix indentation after a block opening that contains a comment.
3175
3176 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
3177
3178 * bindings.el (completion-ignored-extensions): Add file extensions
3179 of Python byte-compiled files.
3180
3181 2004-06-12 Juri Linkov <juri@jurta.org>
3182
3183 * info.el (Info-goto-node): Add autoload.
3184 (Info-toc): Add substring-no-properties on Info file name.
3185 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
3186 (Info-mode-map): Bind L to Info-history, T to Info-toc.
3187
3188 2004-06-12 Kenichi Handa <handa@m17n.org>
3189
3190 * international/mule-cmds.el (set-language-environment):
3191 Load subst tables if necessary.
3192
3193 * international/mule.el (decode-char): Load subst tables if necessary.
3194 (encode-char): Likewise.
3195
3196 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
3197 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
3198 (utf-16le-decode-loop): Set r5 to -1 before loop.
3199 (utf-16be-decode-loop): Likewise.
3200 (ccl-decode-mule-utf-16le): Add EOF processing block.
3201 (ccl-decode-mule-utf-16be): Likewise.
3202 (ccl-decode-mule-utf-16le-with-signature): Likewise.
3203 (ccl-decode-mule-utf-16be-with-signature): Likewise.
3204 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
3205 (ccl-mule-utf-16-encode-untrans): New CCL.
3206 (utf-16-decode-to-ucs): Handle pre-read character.
3207 (utf-16le-encode-loop): Handle surrogate pair.
3208 (utf-16be-encode-loop): Likewise.
3209 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
3210 of utf-16le-encode-loop.
3211 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
3212 of utf-16be-encode-loop.
3213 (mule-utf-16-post-read-conversion):
3214 Call utf-8-post-read-conversion at first.
3215 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
3216 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
3217 Add post-read-conversion and pre-write-conversion.
3218
3219 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
3220 (utf-translate-cjk-unicode-range): New variable.
3221 (utf-translate-cjk-load-tables): New function.
3222 (utf-lookup-subst-table-for-decode): New function.
3223 (utf-lookup-subst-table-for-encode): New function.
3224 (utf-translate-cjk-mode): Init-value changed to t. Don't load
3225 tables here. Update safe-charsets of utf-* coding systems.
3226 (ccl-mule-utf-untrans): New CCL.
3227 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
3228 at end of each branch.
3229 (ccl-mule-utf-8-encode-untrans): New CCL.
3230 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
3231 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
3232 length of encoding. Don't return r0.
3233 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
3234 (utf-8-post-read-conversion): Narrow to region properly.
3235 If utf-translate-cjk-mode is on, load tables if necessary.
3236 Call utf-8-compose with hash-table arg if necessary.
3237 Call XXX-compose-region instead of XXX-post-read-convesion.
3238 (utf-8-pre-write-conversion): New function.
3239 (mule-utf-8): Include CJK charsets in safe-charsets if
3240 utf-translate-cjk-mode is on. Add pre-write-conversion.
3241
3242 * international/characters.el: Temporarily set
3243 utf-translate-cjk-mode to nil.
3244
3245 * language/devan-util.el (devanagari-compose-region):
3246 Add autoload cookie.
3247
3248 * international/ccl.el (ccl-dump-call): Fix printing the
3249 subroutine name.
3250
3251 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
3252
3253 * dired.el (dired-revert): If buffer is marked unmodified before
3254 reverting, keep it marked unmodified.
3255 Adapt to new conventions for commenting out code.
3256 (dired-make-relative): Adapt to new conventions for commenting out code.
3257
3258 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
3259
3260 * eshell/esh-module.el (eshell-load-defgroups):
3261 Bind `vc-handled-backends' to nil when opening files.
3262
3263 2004-06-11 Juanma Barranquero <lektu@terra.es>
3264
3265 * files.el (parse-colon-path, cd): Doc fixes (refer to
3266 `path-separator', not colon).
3267
3268 2004-06-10 Juanma Barranquero <lektu@terra.es>
3269
3270 * newcomment.el (comment-search-forward)
3271 (comment-search-backward): Fix typos in docstring.
3272 (comment-region): Doc fix.
3273
3274 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
3275
3276 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
3277 switch is no longer stored in `dired-switches-alist'.
3278
3279 * dired-aux.el (dired-insert-subdir): Do not store R switch in
3280 `dired-switches-alist'.
3281
3282 2004-06-10 Kim F. Storm <storm@cua.dk>
3283
3284 * pcvs.el (cvs-mode-diff-yesterday): New command.
3285
3286 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
3287
3288 2004-06-10 Juri Linkov <juri@jurta.org>
3289
3290 * emacs-lisp/edebug.el (edebug-eval-defun):
3291 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
3292 Fix docstring.
3293
3294 * simple.el (eval-expression-print-format): Don't print additional
3295 information on the first call to `eval-print-last-sexp'.
3296 (next-error-find-buffer): Fix punctuation.
3297 (killing) <defgroup>: Fix punctuation.
3298 (yank-excluded-properties): Change group from editing to killing.
3299
3300 * replace.el (perform-replace): Use `limit' to terminate the
3301 while-loop explicitly.
3302
3303 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3304
3305 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
3306 Use lc-*.xpm as prefix instead of *-locol.xpm.
3307
3308 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
3309 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
3310 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
3311 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
3312 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
3313 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
3314 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
3315 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
3316 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
3317 * toolbar/lc-up_arrow.xpm:
3318 Renamed from *-locol.xpm.
3319
3320 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
3321
3322 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
3323 include forms like &<str>; as valid url patterns.
3324
3325 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
3326
3327 * dired.el (dired-diff, dired-backup-diff)
3328 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
3329 (dired-do-chown, dired-do-touch, dired-do-print)
3330 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
3331 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
3332 (dired-create-directory, dired-do-copy, dired-do-symlink)
3333 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
3334 (dired-do-copy-regexp, dired-do-hardlink-regexp)
3335 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
3336 (dired-maybe-insert-subdir, dired-next-subdir)
3337 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
3338 (dired-kill-subdir, dired-tree-up, dired-tree-down)
3339 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
3340 (dired-run-shell-command, dired-query): Remove redundant,
3341 or incorrect, autoloads.
3342
3343 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
3344 does not end in a slash. Add optional argument KILL-ROOT.
3345 Update docstring.
3346 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
3347 (dired-query): Add autoloads.
3348
3349 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
3350
3351 * progmodes/compile.el (compilation-set-window-height):
3352 Rearrange the save-* functions because a buffer can have several current
3353 point in different windows.
3354 (compilation-error-regexp-alist-alist): Recognize {standard input}
3355 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
3356
3357 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3358
3359 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
3360 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
3361 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
3362 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
3363 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
3364 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
3365 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
3366 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
3367 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
3368 * toolbar/up_arrow-locol.xpm:
3369 New versions of icons that uses fewer colors.
3370
3371 * toolbar/tool-bar.el (tool-bar-local-item)
3372 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
3373 if display-color-cells is 256 or less.
3374
3375 2004-06-08 Kim F. Storm <storm@cua.dk>
3376
3377 * wid-edit.el (widget-specify-button): Use hand pointer rather
3378 than mouse-face as visible mouse-over effect.
3379
3380 2004-06-07 Karl Fogel <kfogel@red-bean.com>
3381
3382 * saveplace.el (save-place-alist-to-file): Bind `print-length'
3383 and `print-level' to nil when writing out `save-place-alist'.
3384 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
3385
3386 2004-06-07 Juanma Barranquero <lektu@terra.es>
3387
3388 * completion.el (completion-kill-region): Doc fix.
3389
3390 * format.el (format-insert-annotations)
3391 (format-annotate-location): Doc fixes.
3392 (format-subtract-regions): Make arguments match their use in docstring.
3393
3394 * simple.el (kill-region): Doc fix.
3395
3396 * subr.el (insert-buffer-substring-no-properties)
3397 (insert-buffer-substring-as-yank): Doc fixes.
3398
3399 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
3400
3401 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
3402 Update docstring.
3403 (dired-reset-subdir-switches): New function.
3404
3405 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
3406 Limit scope of `buffer-read-only' binding.
3407
3408 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
3409
3410 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
3411 eshell-explicit-command-char.
3412
3413 2004-06-06 Juanma Barranquero <lektu@terra.es>
3414
3415 * help-fns.el (help-argument-name): Inherit from italic face only
3416 if the frame supports it.
3417
3418 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3419
3420 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
3421 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
3422 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
3423 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
3424 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
3425 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
3426 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
3427 New conversions from xpm files.
3428
3429 * toolbar/README: New file.
3430
3431 2004-06-06 Richard M. Stallman <rms@gnu.org>
3432
3433 * isearch.el (isearch-mode-map): Undo previous change.
3434
3435 2004-06-05 Juri Linkov <juri@jurta.org>
3436
3437 * bindings.el (debug-ignored-errors): Add regexps for history
3438 related messages. Remove $ from "No further undo information".
3439 Move Ediff's messages to ediff.el.
3440
3441 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
3442
3443 * cus-edit.el (custom-display): Add `min-colors'.
3444
3445 * custom.el (defface): Add `supports' to docstring.
3446
3447 * help-fns.el (help-argument-name): Add :group 'help.
3448
3449 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
3450
3451 * find-dired.el (find-ls-subdir-switches): New user option.
3452 (find-dired): No longer call `abbreviate-file-name' on DIR.
3453 Set `dired-subdir-switches' buffer-locally.
3454
3455 * locate.el: Merge the two `Commentary' sections.
3456 (locate-ls-subdir-switches): New user option.
3457 (locate): Update for other changes.
3458 (locate-mode-map): Restore Dired binding for mouse-2.
3459 Bind `locate-mouse-view-file' to M-mouse-2.
3460 Bind `l' to `locate-do-redisplay'.
3461 (locate-main-listing-line-p, locate-do-redisplay): New functions.
3462 (locate-mouse-view-file, locate-tags, locate-find-directory):
3463 Print message if used outside main listing.
3464 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
3465 Various changes to support inserted subdirectories.
3466 (locate-insert-header): Change header of *Locate* buffer.
3467
3468 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
3469 Change interactive default switches.
3470 (dired-rename-subdir-2): Update `dired-switches-alist'.
3471 (dired-insert-subdir, dired-kill-subdir):
3472 Handle `dired-switches-alist'. Do not mark buffer modified.
3473 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
3474 (dired-insert-subdir-doinsert): Omit messages.
3475 Handle `dired-subdir-switches'.
3476 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
3477
3478 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
3479 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
3480 subdirs if -R switch is used for a subdir.
3481 (dired-mode): Set `dired-switches-alist'.
3482 (dired-build-subdir-alist): Only print number of directories in
3483 echo area when invoked interactively.
3484
3485 2004-06-05 Lars Hansen <larsh@math.ku.dk>
3486
3487 * dired-x.el (dired-omit-mode): Rename from
3488 dired-omit-files-p. Use define-minor-mode to define it.
3489 (dired-omit-files-p): Add as alias for dired-omit-mode.
3490 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
3491 dired-mark-omitted.
3492 (dired-mark-omitted): Add. Bind to M-O.
3493
3494 2004-06-05 Kenichi Handa <handa@m17n.org>
3495
3496 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
3497
3498 2004-06-05 Juanma Barranquero <lektu@terra.es>
3499
3500 * help-fns.el (help-argument-name): Reintroduce face.
3501 (help-default-arg-highlight): Use it, now that
3502 `face-differs-from-default-p' can be trusted.
3503
3504 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
3505
3506 * textmodes/table.el: Sentence commands added to Point Motion
3507 group; kill and backward-kill commands added to Extraction group.
3508
3509 2004-06-04 Mario Lang <mlang@delysid.org>
3510
3511 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
3512 systems appear to use mW, make the code handle this. Fix a
3513 division-by-zero bug while at it, and handle kernels with
3514 a slightly different layout in /proc/acpi.
3515
3516 2004-06-04 Karl Fogel <kfogel@red-bean.com>
3517
3518 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
3519 because the latter is a CL-ism. This fixes the bug reported by
3520 Shawn Boyette <mdxi@collapsar.net> in
3521 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
3522
3523 2004-06-04 Miles Bader <miles@gnu.org>
3524
3525 * faces.el (display-supports-face-attributes-p): Function moved to
3526 C code. Previously only the tty-related portion of this function
3527 was done in C; however the previous attempt to do a halfway-proper
3528 job for non-tty displays in lisp didn't work properly because of
3529 funny conditions during Emacs startup.
3530 (face-differs-from-default-p): Simplify, now that
3531 display-supports-face-attributes-p works properly on all display
3532 types. Remove :stipple from comparison; it doesn't really work
3533 in emacs anyway.
3534
3535 2004-06-04 Miles Bader <miles@gnu.org>
3536
3537 * faces.el (face-differs-from-default-p): Use a different
3538 implementation, so we can really check whether FACE displays
3539 differently or not.
3540
3541 2004-06-04 Miles Bader <miles@gnu.org>
3542
3543 * faces.el (display-supports-face-attributes-p): Implement a
3544 `different from default' check for non-tty displays.
3545
3546 2004-06-03 David Kastrup <dak@gnu.org>
3547
3548 * woman.el (woman-mapcan): More concise code.
3549 (woman-topic-all-completions, woman-topic-all-completions-1)
3550 (woman-topic-all-completions-merge): Replace by a simpler and
3551 much faster implementation based on O(n log n) sort/merge instead
3552 of the old O(n^2) behavior.
3553
3554 2004-06-03 Miles Bader <miles@gnu.org>
3555
3556 * subr.el (read-number): Use canonical format for default in prompt.
3557
3558 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
3559 Add regexp for " [...]" style defaults.
3560
3561 2004-06-02 Romain Francoise <romain@orebokech.com>
3562
3563 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
3564 groups: if the user asks for a hidden buffer, open the
3565 corresponding filter group to expose it.
3566
3567 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
3568 `ibuffer-jump-to-buffer'.
3569 (ibuffer-jump-offer-only-visible-buffers): New user option.
3570
3571 2004-06-02 Juanma Barranquero <lektu@terra.es>
3572
3573 * faces.el (frame-update-faces): Add empty docstring so the one
3574 for `ignore' doesn't show through.
3575
3576 * subr.el (process-kill-without-query): Remove spurious "\n" on
3577 obsolescence string.
3578 (focus-frame, unfocus-frame): Add obsolescence declaration and
3579 empty docstring.
3580
3581 * international/mule.el (register-char-codings): Make alias for
3582 `ignore'. Move docstring to obsolescence info and remove redundancy.
3583
3584 2004-06-02 Kim F. Storm <storm@cua.dk>
3585
3586 * frame.el (blink-cursor-start): Turn cursor off initially so blink
3587 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
3588
3589 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3590
3591 * comint.el (comint-replace-by-expanded-history-before-point):
3592 Obey `start' as the docstring says.
3593 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
3594 (comint-update-fence): Prevent font-lock from running unnecessarily.
3595 (comint-dynamic-list-completions): Use with-current-buffer.
3596
3597 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3598
3599 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
3600 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
3601 (bibtex-entry-update): Handle alternatives and optional fields.
3602 (bibtex-parse-entry): Bugfix, handle empty key.
3603
3604 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
3605
3606 * vc-arch.el (vc-arch-state): Don't assume the file exists.
3607
3608 2004-05-31 Lars Hansen <larsh@math.ku.dk>
3609
3610 * desktop.el (desktop-save): Don't save minor modes without a
3611 known mode initialization function.
3612
3613 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
3614
3615 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
3616
3617 * autorevert.el: Update `Commentary' section.
3618
3619 2004-05-30 Juanma Barranquero <lektu@terra.es>
3620
3621 * dos-fns.el (convert-standard-filename):
3622 * files.el (convert-standard-filename):
3623 * w32-fns.el (convert-standard-filename):
3624 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
3625
3626 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
3627
3628 Sync with Tramp.
3629
3630 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
3631 (tramp-let-maybe): Move to an earlier spot in the file.
3632 Patch by Andreas Schwab.
3633
3634 2004-05-30 Andreas Schwab <schwab@suse.de>
3635
3636 * dired.el (dired-get-filename): Don't use dired-re-dot.
3637
3638 2004-05-30 Richard M. Stallman <rms@gnu.org>
3639
3640 * files.el (find-file): Doc fix.
3641
3642 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
3643
3644 2004-05-30 Nick Roberts <nickrob@gnu.org>
3645
3646 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
3647 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
3648 modeline of the locals buffer.
3649 (gdb-goto-breakpoint): Handle gdbmi.
3650 (gdb-get-frame-number): Change for gdbmi.
3651
3652 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
3653
3654 * files.el (file-remote-p): Apply file name handler for operation
3655 `file-remote-p'. It isn' a property any longer.
3656 (file-relative-name): `fh' and `fd' get the required value via
3657 `find-file-name-handler' already.
3658
3659 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
3660 (top): Remove setting of `file-remote-p' property for
3661 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
3662
3663 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
3664
3665 Version 2.0.41 of Tramp released.
3666
3667 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
3668 Throw away if process has died.
3669 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
3670 (tramp-out-of-band-prompt-regexp): Rename to
3671 `tramp-process-alive-regexp', because its usage is widen.
3672 (tramp-actions-copy-out-of-band): Apply it.
3673 (tramp-actions-before-shell, tramp-multi-actions):
3674 Add `tramp-action-process-alive' action.
3675 (tramp-action-process-alive): New defun.
3676 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
3677 Add entry for `file-remote-p'.
3678 (tramp-handle-file-remote-p): New defun.
3679 (top): Remove setting of `file-remote-p'. Don't set
3680 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
3681
3682 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
3683 `file-remote-p'.
3684
3685 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
3686 counted for (last) line. [They should or they shouldn't? --Stef]
3687 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
3688
3689 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
3690
3691 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
3692 not really necessary but seems to keep the shell history smaller
3693 in some cases. It is no substitute for setting HISTFILE and
3694 HISTSIZE from tramp-open-connection-setup-interactive-shell,
3695 though. Suggested by Luc Teirlinck.
3696 (tramp-open-connection-setup-interactive-shell): Export variables
3697 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
3698 (tramp-set-process-query-on-exit-flag): New compat function.
3699 (tramp-open-connection-multi, tramp-open-connection-su)
3700 (tramp-open-connection-rsh, tramp-open-connection-telnet)
3701 (tramp-do-copy-or-rename-file-out-of-band): Use it.
3702 (tramp-let-maybe): New macro, let-binds a variable only if it
3703 isn't obsolete.
3704 (tramp-check-ls-commands, tramp-handle-expand-file-name)
3705 (tramp-handle-file-truename): Use it.
3706 (tramp-completion-file-name-regexp-unified): Avoid matching
3707 filenames starting with "/:" -- those are reserved for
3708 file-name-non-special.
3709
3710 * tramp-smb.el (tramp-smb-open-connection):
3711 Use tramp-set-process-query-on-exit-flag compat function.
3712
3713 2004-05-29 Richard M. Stallman <rms@gnu.org>
3714
3715 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
3716
3717 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
3718 (eval-last-sexp-print-value): Print char equivalent regardless
3719 of standard-output value.
3720
3721 * thumbs.el (thumbs-subst-char-in-string): Delete.
3722 (thumbs-thumbname): Use subst-char-in-string.
3723 (thumbs-resize-image): Use condition-case, not ignore-errors.
3724 (thumbs-kill-buffer): Likewise.
3725
3726 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
3727 (thumbs-mode): Make buffer read-only.
3728 (thumbs-make-thumb): Unconditionally accept an existing file.
3729 (thumbs-insert-thumb): Add thumb-image-file property to the image.
3730 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
3731 (thumbs-show-thumbs-list): Error if images not supported.
3732 (thumbs-save-current-image): Improve prompt string.
3733 (thumbs-mode-map): Define u, R, x.
3734 (thumbs-unmark): New command.
3735 (thumbs-emboss-image): Minor cleanup.
3736 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
3737 (thumbs-rename-images): New command.
3738 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
3739
3740 * thumbs.el (thumbs-current-image): New function.
3741 (thumbs-file-list, thumbs-file-alist): New functions.
3742 (thumbs-find-image): Delete arg L.
3743 Don't set up thumbs-fileL as buffer-local global var.
3744 (thumbs-find-image-at-point): Use thumbs-current-image.
3745 (thumbs-set-image-at-point-to-root-window): Likewise.
3746 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
3747 Record and warn about errors. Update thumbs-markedL for deletions.
3748 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
3749 (thumbs-redraw-buffer): Use thumbs-file-list.
3750 (thumbs-mark): Use thumbs-current-image.
3751 (thumbs-show-name): Use thumbs-current-image.
3752
3753 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
3754 and imenu--last-menubar-index-alist.
3755
3756 * subr.el (with-selected-window): Undo previous change.
3757
3758 2004-05-29 John Paul Wallington <jpw@gnu.org>
3759
3760 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
3761 (thumbs-mouse-find-image): New command.
3762 (thumbs-mode-map): Bind it to mouse-2.
3763 (thumbs-mode): Make mode-class special.
3764 (thumbs-view-image-mode): Likewise.
3765
3766 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
3767
3768 * flymake.el: New file.
3769
3770 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
3771
3772 * files.el (find-file-noselect-1): Do not bind
3773 `inhibit-read-only' to t during execution of
3774 `find-file-not-found-functions'.
3775
3776 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
3777
3778 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
3779 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
3780
3781 2004-05-28 Juri Linkov <juri@jurta.org>
3782
3783 * simple.el (eval-expression-print-format): New fun.
3784
3785 * simple.el (eval-expression):
3786 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
3787 * emacs-lisp/edebug.el (edebug-compute-previous-result)
3788 (edebug-eval-expression): Print additionally the value returned by
3789 `eval-expression-print-format'.
3790
3791 * emacs-lisp/lisp.el (insert-pair-alist): New var.
3792 (insert-pair): Make arguments optional. Find character pair
3793 from `insert-pair-alist' according to the last input event.
3794 (insert-parentheses): Make arguments optional.
3795 (raise-sexp, delete-pair): New funs.
3796
3797 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
3798 (emacs-lisp-mode-map, lisp-interaction-mode-map):
3799 Bind C-M-q to `indent-pp-sexp'.
3800
3801 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
3802 `pp-to-string' modified to be able to format text with newlines.
3803 (pp-to-string): Move the buffer-formatting part of the code to
3804 `pp-buffer'. Call `pp-buffer'.
3805
3806 * info.el (Info-desktop-buffer-misc-data): Don't save information
3807 about virtual files.
3808 (Info-restore-desktop-buffer): Restore Info buffers in prepared
3809 buffers with names obtained from the desktop file instead of the
3810 default *info* buffer.
3811
3812 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
3813
3814 * subr.el (with-selected-window): Only save/restore the selected window.
3815
3816 * progmodes/compile.el (compilation-error-regexp-alist):
3817 Use expand-file-name and data-directory.
3818
3819 * progmodes/grep.el (grep-tree): Rework previous fix.
3820
3821 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
3822 after the user marked text with the mouse.
3823
3824 * startup.el (command-line): Keep the first regexp of
3825 auto-save-file-name-transforms intact.
3826
3827 2004-05-28 Juanma Barranquero <lektu@terra.es>
3828
3829 * cus-edit.el (customize-face, customize-face-other-window)
3830 (custom-face-edit-delete): Make arguments match their use in
3831 docstring.
3832 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
3833 docstring.
3834
3835 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
3836 not `cvs-butlast'.
3837
3838 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
3839 `nbutlast' are in subr.el).
3840
3841 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
3842 (set-w32-system-coding-system): Doc fixes.
3843
3844 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
3845 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
3846 Make arguments match their use in docstring.
3847 (artist-draw-region-trim-line-endings)
3848 (artist-mouse-choose-operation): Fix typo in docstring.
3849 (artist-key-set-point-common): Doc fix.
3850
3851 2004-05-28 Simon Josefsson <jas@extundo.com>
3852
3853 * mail/smtpmail.el (smtpmail-open-stream):
3854 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
3855
3856 2004-05-26 Simon Josefsson <jas@extundo.com>
3857
3858 * starttls.el: Merge with my GNUTLS based starttls.el.
3859 (starttls-gnutls-program, starttls-use-gnutls)
3860 (starttls-extra-arguments, starttls-process-connection-type)
3861 (starttls-connect, starttls-failure, starttls-success): New variables.
3862 (starttls-program, starttls-extra-args): Doc fix.
3863 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
3864 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
3865 and pass on to corresponding *-gnutls function if it is set.
3866
3867 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
3868
3869 * autorevert.el (auto-revert-handler): Disable auto-reverting of
3870 remote files.
3871
3872 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
3873
3874 * files.el (file-name-non-special): There are more operations
3875 which need handling: `find-backup-file-name',
3876 `insert-file-contents', `verify-visited-file-modtime',
3877 `write-region'. Rename t value of method to `add'. Add new
3878 methods `quote' and `unquote-then-quote' to file-arg-indices.
3879
3880 2004-05-25 Juri Linkov <juri@jurta.org>
3881
3882 * info.el (Info-toc): Call Info-mode on intermediate buffer.
3883 (Info-index-nodes): Enclose code in condition-case to catch errors.
3884 (Info-index-node): Don't search all index nodes if request is only
3885 for the current node and file is not in the cache of index nodes.
3886 (Info-mode-map): Bind Info-copy-current-node-name to `w'
3887 for consistency with dired-copy-filename-as-kill.
3888 Bind `S' to Info-search-case-sensitively.
3889 (Info-copy-current-node-name): New arg. With zero prefix arg put
3890 the name inside a function call to `info'. Display copied text in
3891 the echo area.
3892
3893 2004-05-25 Sam Steingold <sds@gnu.org>
3894
3895 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
3896 strip the package prefix from the symbol name, if any.
3897 Make it the `find-tag-default-function' for `lisp-mode'.
3898
3899 2004-05-25 John Paul Wallington <jpw@gnu.org>
3900
3901 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
3902 instead of obsolete `process-kill-without-query'.
3903
3904 * textmodes/texinfmt.el (texinfo-indexvar-alist):
3905 Declare as variable, not constant.
3906
3907 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
3908
3909 * files.el (find-file-noselect-1): Fix bug introduced by
3910 Revision 1.694. As a side effect, `inhibit-read-only'
3911 is again, by default, t during execution of
3912 `find-file-not-found-functions'.
3913 (insert-directory): Check that lines were really inserted by
3914 the --dired switch, before erasing them.
3915
3916 2004-05-24 Nick Roberts <nickrob@gnu.org>
3917
3918 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
3919 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
3920 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
3921 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
3922 gud-minor-mode (gdbmi).
3923
3924 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
3925
3926 * net/browse-url.el (browse-url-interactive-arg): Enable user to
3927 explicitly select the text to be taken as URL.
3928
3929 2004-05-23 Juri Linkov <juri@jurta.org>
3930
3931 * info.el (Info-index-nodes): New var and fun.
3932 (Info-goto-index, Info-index, info-apropos)
3933 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
3934 (Info-index): Fix docstring. Store and restore Info-history-list.
3935 (Info-complete-nodes): New var.
3936 (Info-complete-menu-item): Use it.
3937 (Info-index-node): New fun.
3938 (Info-final-node, Info-forward-node, Info-backward-node)
3939 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
3940 Use Info-index-node.
3941 (Info-extract-menu-item, Info-extract-menu-counting): Set second
3942 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
3943 (Info-find-node-2): If a node with period in its name not found,
3944 try to find a node without the name part after period.
3945 (Info-select-node): Call Info-fontify-node only if
3946 Info-fontify-maximum-menu-size is not nil.
3947 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
3948 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
3949 Preserve Info-history-list.
3950 (Info-toc): Set Info-current-file.
3951 (Info-build-toc): Move point to the beginning of the buffer.
3952 Add main-file variable.
3953 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
3954 Use backslashed representation of the control character ^_.
3955
3956 * textmodes/texinfmt.el (texinfo-print-index): Print index line
3957 numbers in the new Texinfo 4.7 format.
3958
3959 * add-log.el (change-log-font-lock-keywords): Remove `:' from
3960 regexps for function and variable names.
3961
3962 * descr-text.el (describe-property-list): Add [show] button for
3963 `syntax-table' property with action to pp to a separate buffer.
3964 (describe-char): Replace search-forward by re-search-forward with
3965 whitespace regexp after "character:" to not fail in too narrow windows.
3966
3967 * simple.el (next-error-find-buffer): Add a rule to return
3968 next-error capable buffer if one window on the selected frame
3969 displays such buffer.
3970
3971 2004-05-23 Nick Roberts <nickrob@gnu.org>
3972
3973 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
3974 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
3975 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
3976 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
3977 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
3978 Handle new value for gud-minor-mode (gdbmi).
3979 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
3980 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
3981 Change from local to global gdb variable set.
3982 (gdb-ann3): Initialise above gdb variable set.
3983 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
3984 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
3985 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
3986 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
3987 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
3988 (gdb-info-locals-handler, gdb-invalidate-assembler)
3989 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
3990 set as global variables.
3991 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
3992 Handle gdbmi.
3993 (gdb-info-breakpoints-custom): Fix regexp.
3994 (def-gdb-var): Delete.
3995
3996 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
3997 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
3998 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
3999 a new mode. The file (gdb-mi.el) for this mode will be included
4000 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
4001 primary interface.
4002
4003 2004-05-23 Jesper Harder <harder@ifa.au.dk>
4004
4005 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
4006 interpreted as a directory.
4007
4008 2004-05-22 Richard M. Stallman <rms@gnu.org>
4009
4010 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
4011 as a close quote.
4012
4013 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
4014
4015 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
4016 Use assoc-string, not assoc-ignore-case.
4017
4018 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
4019
4020 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
4021 If moving back then fwd gets a defun that ends before point,
4022 try again moving fwd then back.
4023
4024 * files.el (file-name-non-special): Allow t in file-arg-indices
4025 to mean requote the return value. Use `identity' as an element
4026 rather than as the whole value.
4027
4028 * gs.el (gs-options): Add -dSAFER. Mark it risky.
4029
4030 2004-05-22 Juanma Barranquero <lektu@terra.es>
4031
4032 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
4033 `help-make-usage'.
4034 (help-highlight-arguments): Skip function name before searching
4035 for arguments.
4036
4037 2004-05-21 Juanma Barranquero <lektu@terra.es>
4038
4039 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
4040 Don't mention in the docstring these arguments meant for
4041 internal (recursive) use only.
4042 (allout-char-spec): Comment out (it's not implemented).
4043 (allout-old-expose-topic, allout-exposure): Fix docstring and add
4044 obsolescence declaration.
4045 (allout-flatten-exposed-to-buffer)
4046 (allout-indented-exposed-to-buffer): Fix typos in docstring.
4047 (my-mark-marker): Doc fix.
4048 (produce-allout-mode-map, allout-sibling-index)
4049 (allout-isearch-expose, allout-distinctive-bullet)
4050 (allout-open-topic, allout-reindent-body)
4051 (allout-rebullet-heading, allout-process-exposed)
4052 (allout-insert-listified, allout-latex-verb-quote)
4053 (allout-insert-latex-header, allout-insert-latex-trailer):
4054 Make arguments match their use in docstring.
4055 (allout-primary-bullet, allout-old-style-prefixes)
4056 (allout-inhibit-protection, allout-init, allout-mode)
4057 (allout-before-change-protect, allout-flag-region):
4058 Use "Emacs" instead of "emacs" in docstrings.
4059
4060 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
4061
4062 * international/characters.el: Modify syntax of more characters.
4063
4064 2004-05-21 Masatake YAMATO <jet@gyve.org>
4065
4066 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
4067 (etags-tags-completion-table): Show parsing progress.
4068
4069 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
4070
4071 * locate.el (locate-prompt-for-command): Shorten first line of
4072 docstring.
4073 (locate-mode): Expand docstring and include keymap summary.
4074
4075 * files.el (find-file-noselect-1): Limit the scope of the
4076 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
4077 is, by default, nil during the execution of
4078 `find-file-not-found-functions' and `find-file-hook'.
4079
4080 2004-05-20 Michael Mauger <mmaug@yahoo.com>
4081
4082 * facemenu.el (facemenu-color-name-equal): New function.
4083 (list-colors-display): Use it to compare colors instead of
4084 facemenu-color-equal.
4085
4086 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
4087
4088 * compare-w.el (compare-windows-face): Use min-colors instead of
4089 checking for tty or pc types.
4090
4091 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
4092
4093 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
4094 (completion-setup-function): Use with-current-buffer.
4095 Properly save excursion. Simplify.
4096 Don't assume there is necessarily a `mouse-face' property somewhere.
4097
4098 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
4099
4100 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
4101
4102 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
4103 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
4104 Use with-current-buffer.
4105 (byte-goto-log-buffer): Delete.
4106 (byte-compile-log-file): Call compilation-forget-errors.
4107
4108 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
4109
4110 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
4111 output messages into the search result.
4112
4113 2004-05-19 Masatake YAMATO <jet@gyve.org>
4114
4115 * wid-edit.el (widget-radio-button-notify): Revert my last
4116 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
4117
4118 2004-05-19 Kenichi Handa <handa@m17n.org>
4119
4120 * international/characters.el: Fix syntax (open/close) of CJK chars.
4121
4122 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
4123
4124 * help-mode.el (help-go-back): Don't depend on position of back button.
4125
4126 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
4127
4128 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
4129 files files don't contain an accidental additional /.
4130
4131 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
4132 in source buffer.
4133
4134 2004-05-18 Masatake YAMATO <jet@gyve.org>
4135
4136 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
4137 to widget-apply. :action method assumes 2 arguments, not 3.
4138
4139 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
4140
4141 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
4142 New constants.
4143 (hs-special-modes-alist): Add an f90-mode entry.
4144
4145 2004-05-17 Sam Steingold <sds@gnu.org>
4146
4147 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
4148 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
4149
4150 2004-05-16 Kim F. Storm <storm@cua.dk>
4151
4152 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
4153
4154 2004-05-15 John Wiegley <johnw@newartisans.com>
4155
4156 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
4157 (eshell-output-object-to-target): Improve output speed 20% by not
4158 calling `eshell-stringify' if something is already known to be a string.
4159
4160 2004-05-15 Alex Ott <ott@jet.msk.su>
4161
4162 * textmodes/ispell.el (ispell-local-dictionary-alist):
4163 Add windows-1251 to the choice of coding systems.
4164 (ispell-dictionary-alist-6): Add support for "russianw.aff",
4165 encoded in cp1251.
4166
4167 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
4168
4169 * progmodes/compile.el (compilation-warning-face)
4170 (compilation-info-face): Use min-colors.
4171
4172 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4173
4174 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
4175 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
4176 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
4177 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
4178 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
4179 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
4180 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
4181 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
4182 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
4183 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
4184 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
4185 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
4186 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
4187 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
4188
4189 2004-05-15 Kim F. Storm <storm@cua.dk>
4190
4191 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
4192 Use it to set triggered-p element of timer.
4193 (timer-event-handler): Set triggered-p element non-nil while running
4194 the timer function.
4195
4196 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
4197
4198 * descr-text.el (describe-char-unicode-data)
4199 (describe-char-unicodedata-file): Re-enable the unicode code now that
4200 the licensing issues have been cleared in the unicode-4 license.
4201 (describe-text-properties-1): Remove unused `overlay' var.
4202 (describe-char): Remove unused var `buffer'.
4203
4204 2004-05-14 David Ponce <david@dponce.com>
4205
4206 * tree-widget.el: New file.
4207
4208 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
4209
4210 * language/european.el ("Brazilian Portuguese"): Add support for
4211 Brazilian Portuguese.
4212
4213 2004-05-13 John Wiegley <johnw@newartisans.com>
4214
4215 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
4216 `recentf-mode' if this variable has been customized to t.
4217
4218 * eshell/esh-test.el (eshell-test): Call the function
4219 `emacs-version' rather than trying to build a custom version string.
4220
4221 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
4222
4223 * net/telnet.el (telnet-mode): Use define-derived-mode.
4224 Don't modify the global value of comint-prompt-regexp.
4225
4226 2004-05-13 John Paul Wallington <jpw@gnu.org>
4227
4228 * version.el (emacs-version): Check for `gtk' feature before
4229 `x-toolkit' feature.
4230
4231 2004-05-13 Juanma Barranquero <lektu@terra.es>
4232
4233 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
4234 arguments in the docstring, they're used only in recursive calls.
4235
4236 * help-fns.el (help-arg-highlighting-function)
4237 (help-argument-name): Delete.
4238 (help-default-arg-highlight): New function.
4239 (help-do-arg-highlighting): Use it.
4240
4241 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
4242
4243 * calendar/appt.el (appt-disp-window):
4244 Use `calendar-set-mode-line' for a centered mode-line.
4245
4246 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
4247
4248 * calendar/appt.el (appt-disp-window): Do not split window
4249 excessively when `split-height-threshold' is low.
4250
4251 2004-05-12 Nick Roberts <nickrob@gnu.org>
4252
4253 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
4254 kill-buffer-hook here and make it local.
4255 (gud-kill-buffer-hook): Use kill-process for a sure kill.
4256
4257 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
4258
4259 * progmodes/compile.el (compilation-set-window-height):
4260 Use save-excursion to protect against misplaced marker.
4261
4262 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4263
4264 * custom.el (defface): Document that type can have value gtk.
4265
4266 * faces.el (face-spec-set-match-display): Handle type gtk in display.
4267
4268 2004-05-12 Kenichi Handa <handa@m17n.org>
4269
4270 * descr-text.el: Require quail at comile time.
4271 (describe-char): If an input method is on and it supports the
4272 character, show how to input it.
4273
4274 * international/quail.el (quail-install-decode-map): Accept a
4275 char-table whose subtype is `quail-decode-map'.
4276 (quail-store-decode-map-key, quail-gen-decode-map1)
4277 (quail-gen-decode-map, quail-find-key1, quail-find-key)
4278 (quail-show-key): New functions.
4279
4280 2004-05-12 Juanma Barranquero <lektu@terra.es>
4281
4282 * generic.el (define-generic-mode): Remove redundant arglist info.
4283
4284 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
4285 Make arguments match their use in docstring.
4286 (help-arg-highlighting-function): New variable.
4287 (help-argument-name): Mention it in the docstring.
4288 (help-do-arg-highlight): Use it. Expand regexp to accept also
4289 ARG-xxx and xxx-ARG references.
4290
4291 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
4292
4293 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
4294 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
4295 and "mailto:addr1?to=addr2" equal.
4296
4297 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
4298
4299 * man.el (Man-getpage-in-background): Use shell-file-name
4300 and shell-command-switch variables instead of hard-coded values.
4301
4302 2004-05-11 Eli Zaretskii <eliz@gnu.org>
4303
4304 * iimage.el: New file.
4305
4306 2004-05-11 Juanma Barranquero <lektu@terra.es>
4307
4308 * custom.el (custom-initialize-default, defcustom):
4309 Fix typo in docstring.
4310
4311 * files.el (set-visited-file-name, file-expand-wildcards):
4312 Fix docstring.
4313
4314 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
4315
4316 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
4317
4318 * subr.el (eventp): Be more discriminating with integers.
4319
4320 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
4321
4322 * progmodes/compile.el (compile): Add universal prefix arg.
4323 (compilation-error-regexp-alist-alist): Add edg patterns.
4324
4325 2004-05-10 Sam Steingold <sds@gnu.org>
4326
4327 * textmodes/ispell.el (ispell-message):
4328 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
4329
4330 2004-05-10 Dave Love <fx@gnu.org>
4331
4332 * progmodes/python.el (help-buffer): Autoload when compiling.
4333 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
4334 (run-python): Prepend to any existing PYTHONPATH.
4335
4336 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
4337
4338 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
4339 for pending breakpoints.
4340
4341 2004-05-10 Richard M. Stallman <rms@gnu.org>
4342
4343 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
4344 directly without calling any functions in Rmail.
4345 (unrmail-unprune): Function deleted.
4346
4347 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
4348
4349 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
4350 C-c C-z binding.
4351
4352 2004-05-10 Kenichi Handa <handa@m17n.org>
4353
4354 * descr-text.el (describe-char): Fix previous change. Don't make
4355 a unibyte character to multibyte in the *Help* buffer.
4356
4357 2004-05-10 Miles Bader <miles@gnu.org>
4358
4359 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
4360 buffer an error if the debugger process is actually running.
4361
4362 2004-05-10 Juanma Barranquero <lektu@terra.es>
4363
4364 * help-fns.el (help-argument-name): Default to italic.
4365 (help-highlight-arguments): Return always (usage . doc), even when
4366 usage is nil.
4367
4368 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
4369 (define-ibuffer-filter): Add usage info.
4370 (define-ibuffer-op): Add usage info (but CL-style defaults for
4371 keyword args are not shown).
4372
4373 * subr.el (remove-overlays, read-passwd): Fix docstring.
4374 (start-process-shell-command): Fix docstring. Put usage info in a
4375 format usable by `describe-function'.
4376 (open-network-stream, open-network-stream-nowait)
4377 (open-network-stream-server): Fix docstring.
4378
4379 2004-05-09 Jason Rumney <jasonr@gnu.org>
4380
4381 * international/code-pages (cp932, cp936, cp949, c950): Remove.
4382 Only define cp125* if windows-125* is already defined.
4383
4384 * language/korean.el (cp949): Add alias.
4385
4386 * language/chinese.el (cp936, cp950): Add aliases.
4387
4388 * language/japanese.el (cp932): Add alias.
4389
4390 * term/w32-win.el: Require code-pages.
4391
4392 * international/mule-cmds.el (set-locale-environment):
4393 On MS-Windows use ansi code-page for default coding-systems.
4394 Set up paper sizes for Windows 3 letter languages.
4395
4396 * international/code-pages.el (cp932, cp936, cp949, cp950):
4397 Add aliases. Also add cp125* if not already defined.
4398
4399 2004-05-09 Juanma Barranquero <lektu@terra.es>
4400
4401 * help-fns.el (help-highlight-arguments): Don't try to highlight
4402 missing or autoloaded arglists. Accept structured arguments, like
4403 the first ones of `do' and `flet'.
4404
4405 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
4406 (cvs-get-marked): Remove redundant arglist info.
4407
4408 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
4409 Don't use CL-style default args.
4410
4411 2004-05-08 Andreas Schwab <schwab@suse.de>
4412
4413 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
4414
4415 * international/subst-ksc.el: Fix references to utf-translate-cjk
4416 into utf-translate-cjk-mode.
4417 * international/subst-big5.el: Likewise.
4418 * international/subst-gb2312.el: Likewise.
4419 * international/subst-jis.el: Likewise.
4420 * international/utf-16.el: Likewise.
4421 * international/utf-8.el: Likewise.
4422
4423 2004-05-08 John Wiegley <johnw@newartisans.com>
4424
4425 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
4426 "virtual buffers" (off by default), which makes it possible to
4427 switch to the "virtual" buffers of recently visited files. When a
4428 buffer name search fails, and this option is on, iswitchb will
4429 look at the list of recently visited files, and permit matching
4430 against those names. When the user hits RET on a match, it will
4431 revisit that file.
4432 (iswitchb-read-buffer): Add two optional arguments, which makes
4433 isearchb.el possible.
4434 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
4435 (iswitchb-next-match): Add support for virtual buffers.
4436
4437 * isearchb.el: This module extends iswitchb to provide "as you
4438 type" buffer selection.
4439
4440 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
4441 Ignore the read-only property when flyspell highlighting is on.
4442 Not ignoring it leads to a series of confusing errors.
4443 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
4444 but also make sure to call flyspell-incorrect-hook.
4445 (flyspell-maybe-correct-transposition): Perform transposition test
4446 by bit twiddling a string, rather than using a temp buffer.
4447 (flyspell-maybe-correct-doubling): Use a string rather than a temp
4448 buffer. This is also the original version of the code, which
4449 could not be checked in before due to a previous lack of
4450 assignment papers. This version has seen heavy usage on my system
4451 for several years now.
4452
4453 * calendar/cal-bahai.el: New file, which adds support for the
4454 Baha'i calendar to Emacs. This calendar is based on a solar year
4455 of 19 months of 19 days, with 4 intercalary days. Each year
4456 begins on March 21, with the calendar starting in 1844.
4457
4458 * calendar/cal-menu.el, calendar/calendar.el,
4459 calendar/diary-lib.el, calendar/holidays.el: Added support for
4460 using cal-bahai.el.
4461
4462 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
4463 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
4464 function can be used outside of eshell buffers.
4465 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
4466
4467 2004-05-08 Juanma Barranquero <lektu@terra.es>
4468
4469 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
4470 word constituent so FOO-ARG is not recognized as an arg.
4471 (help-highlight-arguments): Don't skip lists in mandatory arguments.
4472
4473 * simple.el (next-error): Fix typo in docstring.
4474 (open-line): Make argument names match their use in docstring.
4475 (split-line): Fix docstring.
4476
4477 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
4478 usable by `describe-function'.
4479 (gensym, gentemp, typep, ignore-errors): Make argument names match
4480 their use in docstring.
4481
4482 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
4483 argument to `help-setup-xref'.
4484
4485 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
4486
4487 Version 2.0.40 of Tramp released.
4488
4489 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
4490 Use symbol-function to invoke functions only known on some Emacs
4491 flavors. This avoids byte-compiler warnings. Reported by Kevin
4492 Scaldeferri <kevin@scaldeferri.com>.
4493 (tramp-do-copy-or-rename-file-via-buffer): Rename from
4494 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
4495 consistent with the other tramp-do-* functions.
4496 (tramp-do-copy-or-rename-file): Calls adjusted.
4497 (tramp-process-initial-commands): Avoid liveness check on shell --
4498 we know that it must be alive since we're opening a connection at
4499 this moment.
4500 (tramp-last-cmd): New internal variable.
4501 (tramp-process-echoes): New tunable.
4502 (tramp-send-command): Set tramp-last-cmd.
4503 (tramp-wait-for-output): Delete echo, if applicable.
4504 (tramp-read-passwd): Construct the key for the password cache in a
4505 way that works for multi methods, too.
4506 (tramp-bug): Add backup-directory-alist and
4507 bkup-backup-directory-info to bug reports, with Tramp counterparts.
4508
4509 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
4510
4511 * net/tramp*.el: Suppress byte-compiler warnings where possible.
4512
4513 * net/tramp.el (tramp-out-of-band-prompt-regexp)
4514 (tramp-actions-copy-out-of-band): New defcustoms.
4515 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
4516 used instead of a synchronous one. Allows password entering.
4517 (tramp-action-out-of-band): New defun.
4518 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
4519 Remove restriction with password from doc string.
4520 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
4521 `tramp-out-of-band-prompt-regexp',
4522 `tramp-actions-copy-out-of-band', `password-cache' and
4523 `password-cache-expiry'.
4524 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
4525 password caching.
4526 (tramp-touch): FILE can be a local file, too.
4527 (TODO): Remove items done.
4528 (tramp-handle-insert-directory): Properly quote file name also if
4529 not full-directory-p. Handle wildcard case. Reported by Andreas
4530 Schwab <schwab@suse.de>.
4531 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
4532 new file.
4533 (tramp-handle-file-local-copy, tramp-handle-write-region):
4534 The permissions of the temporary file are set if filename exists.
4535 Reported by Ted Stern <stern@cray.com>.
4536 (tramp-backup-directory-alist)
4537 (tramp-bkup-backup-directory-info): New defcustoms.
4538 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
4539 (tramp-handle-find-backup-file-name): New function.
4540 Implements Tramp's find-backup-file-name.
4541
4542 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
4543 for `find-backup-file-name'.
4544
4545 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
4546 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
4547
4548 2004-05-07 Lars Hansen <larsh@math.ku.dk>
4549
4550 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
4551
4552 2004-05-07 Juanma Barranquero <lektu@terra.es>
4553
4554 * subr.el (lambda): Add arglist description to docstring.
4555 (declare): Fix typo in docstring.
4556 (open-network-stream): Fix docstring.
4557 (process-kill-without-query): Fix docstring and add obsolescence info.
4558 (last, butlast, nbutlast): Make arguments match their use in docstring.
4559 (insert-buffer-substring-no-properties): Likewise.
4560 (insert-buffer-substring-as-yank): Likewise.
4561 (split-string): Fix docstring.
4562
4563 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
4564 Make argument names match their use in docstring.
4565
4566 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
4567
4568 2004-05-06 Nick Roberts <nickrob@gnu.org>
4569
4570 * progmodes/gdb-ui.el: Improve/extend documentation strings.
4571 Fit first sentence on one line for apropos-command.
4572
4573 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4574
4575 Changes largely merged in from Dave Love's code.
4576 * progmodes/python.el: Doc fixes.
4577 (python-mode-map): Add python-complete-symbol.
4578 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
4579 (python-comment-indent, python-complete-symbol)
4580 (python-symbol-completions, python-partial-symbol)
4581 (python-try-complete): New.
4582 (python-indent-line): Remove optional arg. Use python-block-end-p.
4583 (python-check): Bind compilation-error-regexp-alist.
4584 (inferior-python-mode): Use rx. Move keybindings to top level.
4585 Set comint-input-filter.
4586 (python-preoutput-filter): Use rx.
4587 (python-input-filter): Re-introduce.
4588 (python-proc): Start new process if necessary.
4589 Check python-buffer non-nil.
4590 (view-return-to-alist): Defvar.
4591 (python-send-receive): New.
4592 (python-eldoc-function): Use it.
4593 (python-mode-running): Don't defvar.
4594 (python-mode): Set comment-indent-function.
4595 Maybe update hippie-expand-try-functions-list.
4596 (python-indentation-levels): Initialize differently.
4597 (python-block-end-p): New.
4598 (python-indent-line): Use it.
4599 (python-compilation-regexp-alist): Augment.
4600 (run-python): Import `emacs' module to Python rather than loading
4601 code directly. Set python-buffer differently.
4602 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
4603 Use python-proc.
4604 (python-send-command): Go to end of comint buffer.
4605 (python-load-file): Use python-proc, emacs.eimport.
4606 (python-describe-symbol): Simplify interactive form.
4607 Use emacs.help. Do use temp-buffer-show-hook.
4608 Call print-help-return-message.
4609 (hippie-exp): Require when compiling.
4610 (python-preoutput-continuation): Use rx.
4611
4612 * diff-mode.el (diff-make-unified): Fix regexp.
4613
4614 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
4615
4616 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
4617 filter groups from the buffer when rebuilding the Ibuffer buffer
4618 and `ibuffer-show-empty-filter-groups' is nil.
4619
4620 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4621
4622 * ps-print.el (ps-print-quote): Call ps-value-string.
4623 (ps-setup): Call ps-comment-string.
4624 (ps-value-string, ps-comment-string): New funs.
4625
4626 2004-05-06 Juanma Barranquero <lektu@terra.es>
4627
4628 * ehelp.el (electric-help-command-loop): Check whether the last
4629 character is visible, not (point-max).
4630
4631 * help-fns.el (help-argument-name): Default to bold; don't inherit
4632 from font-lock-variable-name-face.
4633 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
4634
4635 2004-05-05 Kenichi Handa <handa@m17n.org>
4636
4637 * descr-text.el (describe-char): Copy the character with text
4638 properties and overlays into the first line, and call
4639 describe-text-properties on it.
4640
4641 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
4642
4643 * iswitchb.el (iswitchb-global-map): Fix typo.
4644 Remove unwanted ###autoloads from source file.
4645
4646 2004-05-05 Lars Hansen <larsh@math.ku.dk>
4647
4648 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
4649 in run-hooks. Use substitute-command-keys in message.
4650 (wdired-abort-changes): Add message.
4651
4652 2004-05-03 Michael Mauger <mmaug@yahoo.com>
4653
4654 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
4655 (sql-emacs20-p): Remove.
4656 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
4657 (sql-builtin-face, sql-doc-face): Remove.
4658 (sql-mode-ansi-font-lock-keywords)
4659 (sql-mode-oracle-font-lock-keywords)
4660 (sql-mode-postgres-font-lock-keywords)
4661 (sql-mode-linter-font-lock-keywords)
4662 (sql-mode-ms-font-lock-keywords)
4663 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
4664 (sql-product-font-lock): Fix font-lock reset when font rules change.
4665 (sql-highlight-product): Remove incorrect font-lock reset logic.
4666
4667 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
4668
4669 * ses.el (ses-set-parameter): Fix typo.
4670
4671 2004-05-04 Kim F. Storm <storm@cua.dk>
4672
4673 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
4674 Must expand directory for completion to work; and don't mess with
4675 process-environment.
4676 (ido-read-file-name): If command has ido property, don't use ido
4677 if value is ignore, or read as directory if value is dir.
4678 Set ido ignore property for dired-do-rename command.
4679
4680 2004-05-04 Juanma Barranquero <lektu@terra.es>
4681
4682 * ehelp.el (electric-help-command-loop, electric-help-undefined)
4683 (electric-help-help): Check against unmapped commands.
4684
4685 * help-fns.el (help-argument-name): New face, inheriting from
4686 font-lock-variable-name-face, to highlight function arguments in
4687 `describe-function' and `describe-key'.
4688 (help-do-arg-highlight): Auxiliary function to highlight a given
4689 list of arguments in a string.
4690 (help-highlight-arguments): Highlight the function arguments and
4691 all uses of them in the docstring.
4692 (describe-function-1): Use it. Do docstring output via `insert',
4693 not 'princ', so text attributes are preserved.
4694
4695 * winner.el (winner-mode-map): Move `winner-undo' and
4696 `winner-redo' to C-c <left> and C-c <right>, respectively (the
4697 previous bindings conflict with `prev-buffer', `next-buffer').
4698
4699 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4700
4701 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
4702 (bibtex-entry-update): New command bound to C-c C-u.
4703 (bibtex-text-in-string): Fix regexp.
4704 (bibtex-assoc-of-regexp): Remove.
4705 (bibtex-progress-message): Fix docstring.
4706 (bibtex-inside-field): Use if.
4707 (bibtex-assoc-regexp): New function.
4708 (bibtex-format-entry): Make code more robust so that it formats
4709 also old entries.
4710 (bibtex-autokey-demangle-title): Merge with obsolete function
4711 bibtex-assoc-of-regexp.
4712 (bibtex-field-list): New function.
4713 (bibtex-entry): Use bibtex-field-list.
4714 (bibtex-parse-entry): Fix docstring.
4715 (bibtex-print-help-message): Use bibtex-field-list.
4716 (bibtex-make-field): Use bibtex-field-list.
4717 (bibtex-entry-index): Bugfix. Return crossref key if required.
4718 (bibtex-lessp): Fix docstring.
4719
4720 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
4721
4722 * select.el (xselect-convert-to-string): Move comment to intended line.
4723
4724 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4725
4726 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
4727 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
4728
4729 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4730
4731 * term/x-win.el (x-clipboard-yank): Don't exit on error from
4732 x-get-selection.
4733
4734 2004-05-03 Jason Rumney <jasonr@gnu.org>
4735
4736 * makefile.nt: Remove.
4737
4738 2004-05-03 Kim F. Storm <storm@cua.dk>
4739
4740 * emulation/cua-base.el (cua--update-indications): Fix last change.
4741 (cua-mode): Deactivate mark when cua-mode is enabled.
4742
4743 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
4744
4745 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
4746
4747 2004-05-03 Nick Roberts <nickrob@gnu.org>
4748
4749 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
4750 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
4751 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
4752 window over visible frames.
4753 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
4754
4755 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
4756
4757 * progmodes/compile.el (compilation-gcpro): New var.
4758 (compilation-fake-loc): Use it.
4759 (compilation-forget-errors): Reset it.
4760
4761 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
4762
4763 * diff-mode.el (diff-header-face, diff-file-header-face):
4764 Use min-colors.
4765
4766 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4767
4768 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
4769 (bibtex-clean-entry): Disentangle code.
4770 (bibtex-realign): New function.
4771 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
4772 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
4773 Remove undocumented optional arg called-by-convert-alien.
4774 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
4775 for sorting instead of bibtex-sort-buffer.
4776
4777 2004-05-02 Eli Zaretskii <eliz@gnu.org>
4778
4779 * progmodes/compile.el (compilation-start): In the
4780 no-async-subprocesses branch, call sit-for to give redisplay a
4781 chance to show the updated process status in the mode line, and
4782 fontify the buffer explicitly after the process exits.
4783
4784 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
4785
4786 * progmodes/python.el (python-compilation-line-number): Remove.
4787 (python-compilation-regexp-alist): Don't use it any more.
4788 (python-orig-start, python-input-filter): Remove.
4789 (inferior-python-mode): Don't set up comint-input-filter-functions.
4790 (python-send-region): Use compilation-fake-loc.
4791
4792 * progmodes/compile.el (compilation-messages-start): New var.
4793 (compilation-mode): Don't setup next-error-function here.
4794 (compilation-setup): Set it up here instead (for minor modes as well).
4795 Make compilation-messages-start buffer local.
4796 (compilation-next-error-function): Use it.
4797 (compilation-forget-errors): Set compilation-messages-start.
4798
4799 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
4800
4801 * ielm.el (ielm-prompt-read-only): Update docstring.
4802
4803 * comint.el (comint-prompt-read-only): Update docstring.
4804 (comint-update-fence, comint-kill-whole-line)
4805 (comint-kill-region): New functions.
4806
4807 * simple.el (kill-whole-line): Use "p" instead of "P" in
4808 interactive form.
4809
4810 2004-05-01 Juanma Barranquero <lektu@terra.es>
4811
4812 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
4813 format arglist so default values in CL-style argument lists are
4814 correctly shown.
4815
4816 2004-05-01 Jason Rumney <jasonr@gnu.org>
4817
4818 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
4819
4820 2004-05-01 Kenichi Handa <handa@m17n.org>
4821
4822 * international/titdic-cnv.el (miscdic-convert): Don't generate a
4823 quail file if it is up to date.
4824
4825 2004-04-30 Juri Linkov <juri@jurta.org>
4826
4827 * cus-edit.el (custom-mode-map):
4828 Add key binding `C-x C-s' to `Custom-save'.
4829
4830 * outline.el (outline-blank-line): New var.
4831 (outline-next-preface, outline-show-heading)
4832 (outline-end-of-subtree): Use it.
4833
4834 * dired-aux.el (dired-touch-initial): New fun.
4835 (dired-do-chxxx): Call it for op-symbol `touch'.
4836 (dired-diff): Use `dired-dwim-target-directory'
4837 if current dired buffer has no buffer mark.
4838
4839 * bindings.el (propertized-buffer-identification):
4840 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
4841 Add C-M-arrow keys for consistency.
4842
4843 * files.el (confirm-kill-emacs):
4844 Change group from top-level `emacs' to `convenience'.
4845
4846 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
4847 Push mark on the first call of successive command calls.
4848 (insert-pair): New fun created from `insert-parentheses' with
4849 `open' and `close' arguments added. Enclose active regions
4850 in paired characters. Compare adjacent characters syntax with
4851 inserted characters syntax before inserting a space.
4852 (insert-parentheses): Call `insert-pair' with ?\( ?\).
4853
4854 * delsel.el: Don't put `delete-selection' property
4855 on `insert-parentheses' symbol to take advantage of
4856 region handling in `insert-pair' function.
4857 Suggested by Stephan Stahl <stahl@eos.franken.de>.
4858
4859 2004-04-30 Kim F. Storm <storm@cua.dk>
4860
4861 * emulation/cua-base.el: Add support for changing cursor types;
4862 based on patch from Michael Mauger.
4863 (cua-normal-cursor-color, cua-read-only-cursor-color)
4864 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
4865 Customization cursor type and/or cursor color.
4866 (cua--update-indications): Handle cursor type changes.
4867 (cua-mode): Update cursor indications if enabled.
4868
4869 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
4870
4871 * mouse.el (mouse-drag-copy-region): New defcustom.
4872 (mouse-set-region, mouse-drag-region-1): Use it.
4873
4874 * simple.el (kill-ring-save): If region face background color is
4875 unspecified (if no highlighting), show extent of fully visible
4876 region even if transient-mark-mode is enabled.
4877
4878 * emulation/cua-base.el (cua--standard-movement-commands):
4879 Add cua-scroll-up and cua-scroll-down.
4880 (cua-scroll-up, cua-scroll-down): New commands.
4881 (cua--init-keymaps): Remap scroll-up and scroll-down.
4882
4883 * emulation/cua-rect.el (cua--convert-rectangle-as):
4884 New defmacro.
4885 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
4886 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
4887 New commands (suggested by Jordan Breeding).
4888
4889 2004-04-30 Juanma Barranquero <lektu@terra.es>
4890
4891 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
4892
4893 2004-04-30 Mario Lang <mlang@delysid.org>
4894
4895 * diff.el (diff-switches): Fix typo in docstring.
4896
4897 2004-04-30 Alex Schroeder <alex@gnu.org>
4898
4899 * xml.el (xml-debug-print-internal): Don't add newline and
4900 indentation to text nodes and write empty elements as empty tags
4901 instead of opening and closing tags.
4902 (xml-debug-print): Take optional indent-string argument.
4903 (xml-print): Alias for xml-debug-print.
4904
4905 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4906
4907 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
4908 than duplicate call to `line-beginning-position'.
4909
4910 * progmodes/f90.el (f90-get-present-comment-type):
4911 Return whitespace, as well as comment chars, for consistent filling
4912 of comment blocks. Use `match-string-no-properties'.
4913 (f90-break-line): Trim trailing whitespace when filling comments.
4914
4915 2004-04-30 Dave Love <fx@gnu.org>
4916
4917 * calendar/diary-lib.el (diary-outlook-formats): New variable.
4918 (diary-from-outlook-internal, diary-from-outlook)
4919 (diary-from-outlook-gnus, diary-from-outlook-rmail):
4920 New functions to import diary entries from Outlook-format
4921 appointments in mail messages.
4922
4923 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4924
4925 * progmodes/python.el (python-send-command): New fun.
4926 (python-send-region, python-load-file): Use it.
4927
4928 * progmodes/compile.el (compilation-last-buffer): Add var alias.
4929
4930 * help-fns.el (help-C-file-name): Use new subr-name.
4931 Prepend `src/' to the file name.
4932 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
4933 (describe-function-1, describe-variable): Only find a C source file
4934 name if DOC is already loaded.
4935
4936 * help-mode.el (help-function-def, help-variable-def):
4937 Use the new find-function-search-for-symbol functionality.
4938 Allow FILE to be `C-source'.
4939
4940 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
4941 (find-function-C-source): New fun.
4942 (find-function-search-for-symbol): Use it.
4943
4944 2004-03-29 Michael Mauger <mmaug@yahoo.com>
4945
4946 * progmodes/sql.el (sql-product-alist): Rename variable
4947 `sql-product-support'. Add Postgres login parameters.
4948 (sql-set-product, sql-product-feature): Update with renamed variable.
4949 (sql-connect-postgres): Add username prompt.
4950 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
4951 Make patterns less product specific.
4952 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
4953 (sql-mode-abbrev-table): Modify initialization.
4954 (sql-builtin-face): Add variable.
4955 (sql-keywords-re): Add macro.
4956 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
4957 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
4958 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
4959 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
4960 (sql-mode-linter-font-lock-keywords)
4961 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
4962 (sql-mode-sybase-font-lock-keywords)
4963 (sql-mode-informix-font-lock-keywords)
4964 (sql-mode-interbase-font-lock-keywords)
4965 (sql-mode-ingres-font-lock-keywords)
4966 (sql-mode-solid-font-lock-keywords)
4967 (sql-mode-sqlite-font-lock-keywords)
4968 (sql-mode-db2-font-lock-keywords): Default to nil.
4969 (sql-product-font-lock): Always highlight ANSI keywords.
4970 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
4971 (sql-send-string): Add function.
4972
4973 2004-04-29 Dave Love <fx@gnu.org>
4974
4975 * progmodes/cfengine.el (cfengine-beginning-of-defun)
4976 (cfengine-end-of-defun): Ensure progress through buffer.
4977
4978 * info-look.el (cfengine-mode): Accept a terminal ().
4979
4980 2004-04-29 Juri Linkov <juri@jurta.org>
4981
4982 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
4983 instead of isearch-yank-word-or-char. Add new key bindings for
4984 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
4985 (isearch-del-char): New fun.
4986 (isearch-forward, isearch-edit-string): Update docstring.
4987 (isearch-yank-char): Doc fix.
4988 (isearch-other-meta-char): Restore point after scrolling.
4989
4990 * progmodes/compile.el (compilation-context-lines): Add nil option
4991 to disable compilation output window scrolling.
4992 (compilation-set-window): Use it.
4993
4994 * outline.el (outline-next-preface, outline-show-heading):
4995 Don't leave unhidden blank line before heading.
4996 (outline-end-of-subtree): Include last newline into subtree.
4997 (hide-entry): Leave point at beginning of heading instead of end.
4998 (outline-up-heading): Push mark for the first call of successive
4999 command calls.
5000
5001 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
5002
5003 * comint.el (comint-prompt-read-only): New variable.
5004 (comint-output-filter): Implement it.
5005
5006 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
5007 (ielm-prompt-internal): New variable.
5008 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
5009 (ielm-send-input): Delete unused variable `buf'.
5010 (ielm-eval-input): Use `ielm-prompt-internal'.
5011 (inferior-emacs-lisp-mode): Use new variables
5012 `comint-prompt-read-only' and `ielm-prompt-internal'.
5013 Get rid of obsolete variable `directory-sep-char'.
5014 (ielm): Use `zerop'.
5015
5016 2004-04-29 John Paul Wallington <jpw@gnu.org>
5017
5018 * thumbs.el (toplevel): Require cl at compile time.
5019 Remove conditional definitions of `ignore-errors' and `caddar'
5020 because they occur at run time.
5021
5022 2004-04-28 Nick Roberts <nickrob@gnu.org>
5023
5024 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
5025 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
5026 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
5027 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
5028
5029 * progmodes/gud.el (gud-common-init): Throw an error if program is
5030 already running under gdb.
5031
5032 2004-04-28 John Paul Wallington <jpw@gnu.org>
5033
5034 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
5035 (thumbs-show-image-num): Move assignment of
5036 `thumbs-current-image-filename' within scope of `i'.
5037 (thumbs-emboss-image): Don't use `evenp'.
5038
5039 2004-04-28 Richard M. Stallman <rms@gnu.org>
5040
5041 * progmodes/compile.el (compilation-context-lines): Default now 0.
5042
5043 2004-04-28 Juanma Barranquero <lektu@terra.es>
5044
5045 Use `time-less-p' from calendar/time-date.el instead of defining
5046 custom versions of it.
5047
5048 * pcomplete.el (pcomplete-time-less-p): Remove.
5049
5050 * thumbs.el (time-less-p): Remove.
5051
5052 * calendar/timeclock.el (timeclock-time-less-p): Remove.
5053 (timeclock-generate-report): Use `time-less-p'.
5054
5055 * emacs-lisp/autoload.el (autoload-before-p): Remove.
5056 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
5057
5058 2004-04-28 Masatake YAMATO <jet@gyve.org>
5059
5060 * subr.el (remove-overlays): Make arguments optional.
5061
5062 * wid-edit.el (widget-specify-button): Put evaporate to the
5063 overlay for sample.
5064 (widget-specify-sample): Put evaporate to the overlay for sample.
5065 (widget-specify-doc): Put evaporate to the overlay for documentation.
5066
5067 2004-04-27 Jesper Harder <harder@ifa.au.dk>
5068
5069 * info.el (info-apropos): Make it an index node. Align node names
5070 like makeinfo.
5071
5072 2004-04-27 Eli Zaretskii <eliz@gnu.org>
5073
5074 * net/browse-url.el (browse-url-netscape-sentinel)
5075 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
5076 (browse-url-epiphany-sentinel, browse-url-mosaic):
5077 Use browse-url-*-program instead of a literal program name.
5078
5079 2004-04-27 Kevin Ryde <user42@zip.com.au>
5080
5081 * eshell/em-alias.el:
5082 * eshell/em-dirs.el:
5083 * eshell/em-hist.el:
5084 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
5085 features when M-x customize-group loads modules before the main
5086 eshell.el.
5087
5088 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
5089
5090 * subr.el (momentary-string-display): Support EXIT-CHAR that is
5091 either a character representation of an event or an event
5092 description list.
5093
5094 * type-break.el: Capitalise Emacs and Lisp.
5095 (type-break-good-break-interval, type-break-demo-boring-stats)
5096 (type-break-terse-messages, type-break-file-name): New defcustoms.
5097 (type-break-post-command-hook)
5098 (type-break-warning-countdown-string): Quote variable names in doc.
5099 (type-break-interval-start, type-break-auto-save-file-name): New vars.
5100 (type-break-mode): Document type-break-good-break-interval and the
5101 "session" file. Schedule break according to the session file.
5102 Kill session file buffer on exit. Organise for save-some-buffers
5103 to always save the session file.
5104 (type-break-mode-line-message-mode, type-break-query-mode):
5105 Uppercase arguments.
5106 (type-break-file-time, type-break-file-keystroke-count, timep)
5107 (type-break-choose-file, type-break-get-previous-time)
5108 (type-break-get-previous-count): New defuns.
5109 (type-break): Avoid break querying after a completed break in the
5110 case where the query was initiated during user invocation of the
5111 break. Optional terse messages.
5112 Use type-break-good-break-interval if type-break-good-rest-interval is
5113 nil. File the break time.
5114 (type-break-schedule): New optional args for overriding the use of
5115 the current time.
5116 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
5117 after a break.
5118 (type-break-check): File the keystroke count.
5119 (type-break-do-query): Prevent a second query when the break is
5120 interrupted. Optional terse message.
5121 (type-break-keystroke-reset): Record the start of a typing interval.
5122 (type-break-demo-boring): Optional terse messages. Display word
5123 per minute and keystroke counts according to
5124 type-break-demo-boring-stats.
5125
5126 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
5127
5128 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
5129 directories, make sure they exist under archive-tmpdir.
5130
5131 2004-04-27 Juri Linkov <juri@jurta.org>
5132
5133 * help.el (view-emacs-news): With argument, display info for the
5134 selected version by finding it among different NEWS files, and
5135 narrowing the buffer to the selected version.
5136
5137 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
5138 same-window-buffer-names.
5139 (info): New arg `buffer'. Use it. Doc fix. Read file name for
5140 non-numeric prefix argument, append the number to the buffer name
5141 for numeric prefix argument.
5142 (info-other-window): Bind same-window-regexps to nil.
5143 (Info-reference-name): Rename to Info-point-loc.
5144 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
5145 and Info-find-index-name for stringy Info-point-loc.
5146 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
5147 without middle `.', but with final `.' and optional line number
5148 for it. Set Info-point-loc for index nodes.
5149 (Info-index): Remove middle `.' from index entry regexp.
5150 Modify line number regexp.
5151 (Info-index-next): Decrement line number.
5152 (info-apropos): Remove middle `.' from index entry regexp.
5153 Add optional line number regexp at the end. Add matched value
5154 for line number to the result list and insert it to the buffer.
5155 Replace match-string by match-string-no-properties.
5156 Reorder result list.
5157 (Info-fontify-node): Hide index line numbers.
5158 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
5159 empty matches.
5160 (Info-follow-reference): Use `str' instead of
5161 Info-following-node-name-re.
5162 (Info-toc): Use full file names. Set Info-current-node to "Top".
5163 (Info-fontify-node): Compare file names without directory name.
5164 (Info-try-follow-nearest-node): Don't set Info-reference-name.
5165 Set second arg of Info-extract-menu-node-name for index nodes.
5166 (info-xref-visited): Use magenta3 instead of magenta4.
5167 (Info-mode): Add info-apropos to docstring.
5168
5169 * log-view.el (log-view-diff): Replace interactive code "r"
5170 by a list to allow to call it even if region is not active.
5171
5172 * paren.el (show-paren-highlight-openparen): New var.
5173 (show-paren-function): Turn on openparen highlighting when
5174 matching forward if show-paren-highlight-openparen is non-nil.
5175
5176 * simple.el (kill-ring-save): Use blink-matching-delay instead of
5177 the constant value 1.
5178 (completions-common-part): Expand docstring.
5179
5180 * textmodes/picture.el (picture-mode-map): Add arrow keys.
5181
5182 2004-04-27 Kim F. Storm <storm@cua.dk>
5183
5184 * image.el (insert-sliced-image): Use line-height instead of
5185 line-spacing property on newline.
5186
5187 2004-04-26 Lars Hansen <larsh@math.ku.dk>
5188
5189 * desktop.el (desktop-buffer-misc-data-function): Rename to
5190 desktop-save-buffer and change docstring.
5191 (desktop-buffer-modes-to-save): Delete.
5192 (desktop-save-buffer-p): Use desktop-save-buffer instead of
5193 desktop-buffer-modes-to-save.
5194 (desktop-save): Rename desktop-buffer-misc-data-function to
5195 desktop-save-buffer and allow non-function value.
5196 (desktop-missing-file-warning): Correct docstring.
5197
5198 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
5199 to desktop-save-buffer.
5200
5201 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
5202 desktop-save-buffer.
5203
5204 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
5205
5206 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
5207
5208 2004-04-26 Eli Zaretskii <eliz@gnu.org>
5209
5210 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
5211
5212 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
5213
5214 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
5215 (ielm): Only go to the end of the buffer when starting a new process.
5216
5217 2004-04-25 Juanma Barranquero <lektu@terra.es>
5218
5219 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
5220 mode line. Bind `inhibit-read-only' to t before modifying
5221 properties of text in the buffer.
5222 (ielm): Force point to the end of buffer, even when running ielm
5223 from inside itself.
5224
5225 2004-04-25 Jesper Harder <harder@ifa.au.dk>
5226
5227 * info.el (info-apropos): Reset Info-complete-cache.
5228
5229 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
5230
5231 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5232 Also recognize severe Irix et al. messages.
5233 (compilation-normalize-filename, compile-abbreviate-directory):
5234 Delete functions.
5235 (compilation-get-file-structure): New function inherits
5236 functionality of the two preceding ones.
5237 (compilation-internal-error-properties, compilation-fake-loc):
5238 Use it so that different paths to the same file share the same
5239 markers. Also optimize finding adjacent marker slightly.
5240
5241 2004-04-25 Kim F. Storm <storm@cua.dk>
5242
5243 * image.el (insert-sliced-image): Add line-spacing t property
5244 to newlines separating image lines.
5245
5246 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
5247
5248 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
5249
5250 * ielm.el (ielm-prompt-read-only): New user option.
5251 (ielm-prompt): Expand docstring to describe new behavior.
5252 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
5253 mention it in the docstring.
5254
5255 2004-04-24 Andreas Schwab <schwab@suse.de>
5256
5257 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
5258
5259 * diff.el (diff): Set default-directory in diff buffer.
5260
5261 2004-04-24 Eli Zaretskii <eliz@gnu.org>
5262
5263 * mail/sendmail.el (mail-bury): Don't delete the frame where the
5264 mail was being composed if the terminal cannot display more than
5265 one frame; instead, switch to previous frame.
5266
5267 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
5268 (rmail-start-mail): Support rmail-mail-new-frame even on
5269 terminals that can display only one frame at a time.
5270
5271 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
5272
5273 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
5274 (checkdoc-output-font-lock-keywords): Remove error regexp.
5275 (checkdoc-output-mode-map): Remove.
5276 (checkdoc-output-mode): Derive from compilation-mode.
5277 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
5278
5279 * dired.el (dired-mode-map): Add a menu entry for wdired.
5280
5281 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
5282 (rx-bracket, rx-check-any, rx-any): Clean up name space.
5283
5284 * wdired.el: (wdired-mode-map): Move init into declaration.
5285 Fix `return' binding.
5286 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
5287 Use force-mode-line-update.
5288 (wdired-get-filename): Use `unless'.
5289 (wdired-preprocess-files): Don't assume names have no \n and use / for
5290 dir separator.
5291 (wdired-normalize-filename): Use replace-regexp-in-string.
5292 (wdired-load-hooks): Remove.
5293 (wdired-mode-hooks): Rename to wdired-mode-hook.
5294
5295 * info-look.el: Add support for cfengine-mode.
5296 (info-lookup-setup-mode): Use dolist.
5297
5298 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
5299
5300 * wdired.el: New file.
5301
5302 2004-04-23 Juanma Barranquero <lektu@terra.es>
5303
5304 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
5305
5306 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
5307 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
5308 (pcomplete--help, pcomplete--here): Doc fixes.
5309
5310 2004-04-23 Andre Spiegel <spiegel@gnu.org>
5311
5312 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
5313 handles wrong-number-of-arguments in backend call.
5314
5315 * vc.el (vc-print-log): Likewise.
5316
5317 2004-04-20 Dave Love <fx@gnu.org>
5318
5319 * emacs-lisp/rx.el: Doc fixes.
5320 (rx-constituents): Add/extend many forms.
5321 (rx-check): Check form is a list.
5322 (bracket): Defvar.
5323 (rx-check-any, rx-any, rx-check-not): Modify.
5324 (rx-not): Simplify.
5325 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
5326 (rx-kleene): Use rx-trans-forms.
5327 (rx-quote-for-set): Delete.
5328 (rx): Allow multiple args.
5329
5330 2004-04-23 Kenichi Handa <handa@m17n.org>
5331
5332 * international/mule-util.el (char-displayable-p): Simplify by
5333 using internal-char-font.
5334
5335 2004-04-23 Juanma Barranquero <lektu@terra.es>
5336
5337 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
5338
5339 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
5340
5341 * diff-mode.el (diff-next-error): New fun.
5342 (diff-mode): Use it.
5343
5344 * simple.el (next-error): Change arg name.
5345 Add support for the documented C-u C-x ` usage.
5346
5347 * frame.el (special-display-popup-frame, next-multiframe-window)
5348 (previous-multiframe-window): Only consider frames on same display.
5349
5350 2004-04-22 Lars Hansen <larsh@math.ku.dk>
5351
5352 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
5353 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
5354
5355 2004-04-22 Kim F. Storm <storm@cua.dk>
5356
5357 * net/telnet.el (telnet): Add optional port arg.
5358
5359 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
5360
5361 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5362 Minor sanity check on the `hyperlink' slot.
5363
5364 * Makefile.in (recompile): Compile new files.
5365
5366 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
5367 Add byte-recompile-directory's optional `arg'.
5368
5369 * cvs-status.el (cvs-tree-use-charset): New var.
5370 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
5371 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
5372 (cvs-status-cvstrees): Use it.
5373
5374 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
5375 Make it a normal major mode.
5376 (checkdoc-buffer-label): Make sure the file name is meaningful.
5377 (checkdoc-output-to-error-buffer): Remove.
5378 (checkdoc-error, checkdoc-start-section): Rewrite.
5379
5380 * info.el (info-node, info-menu-5, info-xref, info-header-node)
5381 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
5382 (Info-title-4-face): Use new syntax.
5383 (info-xref-visited): Inherit from info-xref.
5384
5385 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
5386
5387 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
5388
5389 * simple.el (next-error-last-buffer, next-error-function):
5390 New variables for the next-error framework.
5391 (next-error-buffer-p): New function.
5392 (next-error-find-buffer): Generalize compilation-find-buffer.
5393 (next-error, previous-error, first-error, next-error-no-select)
5394 (previous-error-no-select): Move from compile.el.
5395
5396 * replace.el (occur-next-error, occur-1): Hook into the next-error
5397 framework.
5398
5399 * progmodes/compile.el (compilation-start):
5400 Set next-error-last-buffer so next-error knows where to jump.
5401 (compilation-setup): Set the buffer-local variable
5402 next-error-function to 'compilation-next-error-function.
5403 (compilation-buffer-p, compilation-buffer-internal-p): Use an
5404 alternate way to find if a buffer is a compilation buffer, for
5405 next-error convenience.
5406 (next-error-no-select, previous-error-no-select, next-error)
5407 (previous-error, first-error): Move to simple.el.
5408 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
5409 (compilation-last-buffer): Remove.
5410 (compilation-start, compilation-next-error, compilation-setup)
5411 (compilation-next-error-function, compilation-find-buffer):
5412 Remove compilation-last-buffer use.
5413
5414 2004-04-21 Juanma Barranquero <lektu@terra.es>
5415
5416 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
5417 (font-lock-warning-face): Fix spacing.
5418
5419 * makefile.w32-in (WINS): Add url/ directory.
5420
5421 2004-04-21 Lars Hansen <larsh@math.ku.dk>
5422
5423 * desktop.el (desktop-buffer-mode-handlers): New variable.
5424 Alist of major mode specific functions to restore a desktop buffer.
5425 (desktop-buffer-handlers): Make variable obsolete.
5426 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
5427 Catch errors signaled in handlers. Update buffer count.
5428 Evaluate desktop-buffer-point.
5429 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
5430 move to dired.el.
5431 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
5432 move to info.el.
5433 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
5434 move to mail/rmail.el.
5435 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
5436 to mh-e/mh-e.el.
5437 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
5438 On fail, print message (to message buffer) even if
5439 desktop-missing-file-warning is nil.
5440 (desktop-buffer-misc-data-function): New buffer local variable.
5441 Function returning major mode specific data.
5442 (desktop-buffer-misc-functions): Make variable obsolete.
5443 (desktop-save): Use desktop-buffer-misc-data-function.
5444 (desktop-buffer-dired-misc-data): Rename to
5445 dired-desktop-buffer-misc-data and move to dired.el.
5446 (desktop-buffer-info-misc-data): Rename to
5447 Info-desktop-buffer-misc-data and move to info.el.
5448 (desktop-read): Add message about number of buffers restored/failed.
5449
5450 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
5451 Add parameters. Pause to display error only when
5452 desktop-missing-file-warning is non-nil.
5453 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
5454 (dired-mode): Bind desktop-buffer-misc-data-function.
5455
5456 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
5457 Add Parameters.
5458 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
5459 (Info-mode): Bind desktop-buffer-misc-data-function.
5460
5461 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
5462 Add Parameters.
5463
5464 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
5465 Add Parameters.
5466
5467 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
5468
5469 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
5470 the case of letters in case-insensitive expansions when the
5471 abbrev is preceded by characters with letter syntax.
5472
5473 2004-04-21 Richard M. Stallman <rms@gnu.org>
5474
5475 * progmodes/cperl-mode.el (cperl-putback-char):
5476 Delete Emacs 18 definition.
5477
5478 * international/mule.el (ctext-post-read-conversion):
5479 Use assoc-string, not assoc-ignore-case.
5480
5481 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
5482
5483 * emacs-lisp/easymenu.el (easy-menu-add):
5484 Do call x-popup-menu, but only if it's defined.
5485
5486 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
5487
5488 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
5489 Handle multiple args: compile like progn.
5490
5491 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
5492 take all args as &rest arg.
5493
5494 * autoinsert.el (auto-insert-alist): Insert the user's name in
5495 copyright notice, rather than Free Software Foundation.
5496
5497 2004-04-21 Kenichi Handa <handa@m17n.org>
5498
5499 * descr-text.el (describe-char): Make it work on *Help* buffer.
5500
5501 2004-04-21 Kim F. Storm <storm@cua.dk>
5502
5503 * image.el (insert-image): Add optional SLICE arg.
5504 (insert-sliced-image): New defun.
5505
5506 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
5507
5508 * subr.el (read-number): Check whether `default' is nil.
5509
5510 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5511
5512 * progmodes/compile.el (compilation-error-properties):
5513 Split into two.
5514 (compilation-internal-error-properties): New one.
5515 (compilation-compat-error-properties): Use it. Fix the non-marker case.
5516
5517 2004-04-20 Richard M. Stallman <rms@gnu.org>
5518
5519 * window.el (split-window-save-restore-data):
5520 Don't update the data if OLD-INFO is nil.
5521
5522 * view.el (view-return-to-alist): Mark it permanent local.
5523
5524 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
5525
5526 * recentf.el (recentf-save-list): Catch and warn about errors.
5527
5528 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
5529 so "Buffers" won't be pure.
5530
5531 * help-mode.el (help-mode-finish): Set help-return-alist first
5532 thing, setting only the entry for the selected window.
5533
5534 * help-fns.el (describe-function-1): If many non-control non-meta
5535 keys run the command, don't list all of them.
5536
5537 2004-04-20 Juanma Barranquero <lektu@terra.es>
5538
5539 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
5540 arg. Copied from Andre Spiegel's patch of 2004-03-21.
5541
5542 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
5543
5544 2004-04-20 Kenichi Handa <handa@m17n.org>
5545
5546 * international/quail.el (quail-lookup-key): New optional arg
5547 NOT-RESET-INDICES.
5548 (quail-get-translations): Call quail-lookup-key with
5549 NOT-RESET-INDICES t.
5550 (quail-completion): Likewise.
5551 (quail-lookup-map-and-concat): Likewise.
5552
5553 2004-04-20 Kenichi Handa <handa@m17n.org>
5554
5555 * international/quail.el (quail-update-translation): Don't insert
5556 such an unsupported multibyte char in a unibyte buffer.
5557
5558 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
5559
5560 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
5561 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
5562 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
5563 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
5564 (gdb-frame-assembler-buffer): Improve behaviour with
5565 multiple frames.
5566 (gdb-display-buffer): Extend search to all visible frames.
5567
5568 2004-04-19 Eli Zaretskii <eliz@gnu.org>
5569
5570 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
5571 characters left after base64 decoding.
5572 (rmail-decode-region): Use -dos variety of `coding', to remove any
5573 ^M characters left after qp or base64 decoding.
5574
5575 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5576
5577 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
5578 messages.
5579
5580 2004-04-19 Stephen Eglen <stephen@gnu.org>
5581
5582 * add-log.el (add-change-log-entry): Update doc string to mention
5583 add-log-full-name and add-log-mailing-address.
5584
5585 2004-04-18 Juri Linkov <juri@jurta.org>
5586
5587 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
5588 (Info-find-node-2): Simplify error message.
5589 (Info-insert-dir): Use Info-following-node-name.
5590 (Info-goto-node): Remove *info-history* and *info-toc*.
5591 (Info-history): Create a node of the virtual history file.
5592 (Info-toc): Create a node of the virtual toc file.
5593 (Info-insert-toc): New arg `curr-file' for reference file names.
5594 (info-apropos): Remove redundant var binding for temp-file.
5595 (Info-index, Info-index-next, Info-mode): Doc fix.
5596 (Info-goto-emacs-command-node): Don't jump to *info* from
5597 non-*info* Info buffers.
5598 (Info-fontify-node): Don't show the file name of external
5599 references if `Info-hide-note-references' is `hide'. Don't hide
5600 newlines at the end of paragraphs.
5601
5602 * international/mule-diag.el (list-input-methods):
5603 Fix args to help-xref-button.
5604
5605 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
5606 to put into effect local variables from TUTORIAL files.
5607
5608 * textmodes/paragraphs.el (sentence-end) <function>: New fun
5609 with default value taken from the variable `sentence-end'.
5610 (sentence-end) <defcustom>: Set default to nil. Doc fix.
5611 Add nil const to :type.
5612 (sentence-end-without-period, sentence-end-double-space)
5613 (sentence-end-without-space): Doc fix.
5614
5615 * textmodes/paragraphs.el (forward-sentence):
5616 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
5617 (fill-delete-newlines):
5618 * progmodes/cc-cmds.el (c-beginning-of-statement):
5619 Use function `sentence-end' instead of variable `sentence-end'.
5620
5621 2004-04-18 Andreas Schwab <schwab@suse.de>
5622
5623 * progmodes/compile.el (compilation-start): Set window start to
5624 point-min if compilation-scroll-output is nil.
5625
5626 2004-04-18 John Wiegley <johnw@newartisans.com>
5627
5628 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
5629
5630 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
5631
5632 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
5633 (gdb-info-breakpoints-custom): Revert previous change.
5634 (gdb-view-assembler): Update assembler if necessary.
5635 (gdb-frame-handler): Parse correctly for gdb-current-frame.
5636 (gdb-display-source-buffer): Update properly when both source and
5637 assembler are visible.
5638
5639 2004-04-17 John Wiegley <johnw@newartisans.com>
5640
5641 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
5642 which limits the number of names shown in the minibuffer. Off by
5643 default.
5644 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
5645 up iswitchb for users with a multitude of open buffers by showing
5646 only the first and last N/2 buffers in the completion list (which
5647 is enough to aid C-s/C-r, and to know that more characters are
5648 needed to refine the completion list).
5649
5650 2004-04-17 Richard M. Stallman <rms@gnu.org>
5651
5652 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
5653 (file-truename): Expand all ~ constructs directly.
5654 (insert-directory): Delete any error msg output by the
5655 `insert-directory-program'.
5656
5657 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
5658 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
5659 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
5660 (allout-init): Use find-file-hook, not find-file-hooks.
5661 (allout-mode): Eliminate Emacs 18 support.
5662 Use write-contents-functions, not local-write-file-hooks.
5663
5664 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
5665
5666 * progmodes/compile.el (compilation-error-properties): Fix for
5667 adding messages when there are already markers for their file.
5668 (compilation-fake-loc): New function.
5669
5670 2004-04-16 Dave Love <fx@gnu.org>
5671
5672 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
5673 (python-load-file): Fix python-orig-start setting.
5674
5675 * progmodes/compile.el: Doc fixes.
5676 (compilation-error-regexp-alist-alist)
5677 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
5678 (compilation-assq): Wrap in eval-when-compile.
5679 (compilation-mode-font-lock-keywords): Don't use list*.
5680 (compilation-start): Avoid warning.
5681 (compilation-compat-error-properties)
5682 (compilation-directory-properties): Add keymap property.
5683 (compilation-parsing-end): Make it a marker for better compatibility.
5684
5685 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
5686
5687 2004-04-16 Mark A. Hershberger <mah@everybody.org>
5688
5689 * xml.el: Doc fixes.
5690 (xml-get-children): Only looks at sub-tags and ignore strings.
5691
5692 * xml.el (xml-parse-tag): Avoid overwriting node-name.
5693
5694 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
5695
5696 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
5697
5698 2004-04-16 Andre Spiegel <spiegel@gnu.org>
5699
5700 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
5701
5702 * vc.el (vc-print-log): Likewise.
5703
5704 2004-04-16 Masatake YAMATO <jet@gyve.org>
5705
5706 * simple.el (completion-setup-function): Set an initial value
5707 to `element-common-end' before entering loop. Set a value
5708 to `element-common-end' at the end of loop.
5709 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
5710 (completions-common-part): Rename from completion-de-emphasis.
5711 (completions-first-difference): Rename from completion-emphasis.
5712 Suggested by RMS.
5713
5714 2004-04-16 Juanma Barranquero <lektu@terra.es>
5715
5716 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
5717 (bookmark-edit-annotation-mode): Add mode name.
5718
5719 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
5720
5721 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
5722 for nested conflict markers.
5723 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
5724
5725 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
5726
5727 * progmodes/gdb-ui.el (gdb-goto-info): New function.
5728
5729 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
5730
5731 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
5732
5733 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
5734 Give a backtrace if requested.
5735
5736 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
5737
5738 * progmodes/python.el (python-mouse-2-command, python-RET-command):
5739 Remove unused functions.
5740 (python-orig-start-line, python-orig-file): Remove.
5741 (python-orig-start): New var.
5742 (python-input-filter, python-compilation-line-number)
5743 (python-send-region, python-load-file): Use it.
5744
5745 * info.el (info): Always jump to *info*.
5746
5747 * subr.el (posn-set-point): New function.
5748
5749 * mouse.el (mouse-set-point): Use it.
5750
5751 * progmodes/compile.el (compile-goto-error): Use it.
5752 (compilation-button-map): New keymap.
5753 (compilation-error-properties): Use it.
5754 (compilation-shell-minor-mode-map): Don't bind mouse-2.
5755
5756 * smerge-mode.el (smerge-popup-context-menu): Use it.
5757
5758 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
5759 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
5760 mouse and non-mouse case.
5761
5762 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
5763 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
5764
5765 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
5766 Make it work for non-mouse events.
5767
5768 * pcvs-info.el (cvs-status-map): Update binding name.
5769
5770 2004-04-14 Mark A. Hershberger <mah@everybody.org>
5771
5772 * xml.el (xml-maybe-do-ns): New function to handle namespace
5773 parsing of both attribute and element names.
5774 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
5775 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
5776 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
5777 (xml-parse-attlist): Make it do its own namespace parsing.
5778
5779 2004-04-14 Dave Love <fx@gnu.org>
5780
5781 * progmodes/python.el (run-python): Fix use of \n.
5782 (python-load-file): Remove `try' from Python fragment.
5783 (python-describe-symbol): Fix message.
5784
5785 * comint.el: Doc fixes.
5786 (comint-last-input-start, comint-last-input-end)
5787 (comint-last-output-start): Give them values.
5788 (comint-arguments): Avoid warning.
5789 (comint-skip-prompt): Use line-end-position.
5790 (comint-backward-matching-input): Rename arg to agree with doc.
5791 (comint-extract-string): Use syntax-ppss.
5792 (comint-dynamic-simple-complete): Delete useless list construction.
5793 (comint-redirect-subvert-readonly): New.
5794 (comint-redirect-preoutput-filter): Use it.
5795
5796 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
5797 Correctly handle negative arguments when calling hook functions.
5798
5799 2004-04-14 Jesper Harder <harder@ifa.au.dk>
5800
5801 * info.el (info-apropos): Don't clobber Info-history-list.
5802
5803 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
5804
5805 * progmodes/compile.el (compilation-setup):
5806 Localize overlay-arrow-position.
5807 (compilation-sentinel): Restructure code equivalently.
5808 (compilation-next-error): Find message on same line after point if
5809 not found before point.
5810 (compile-mouse-goto-error): Restore function so that compilation
5811 buffer need not be current and use compile-goto-error.
5812 (compile-goto-error): Restore function.
5813 (next-error): Set overlay-arrow-position.
5814 (compilation-forget-errors): Don't localize already local
5815 compilation-locs and remove FIXME about refontifying.
5816
5817 2004-04-14 Kim F. Storm <storm@cua.dk>
5818
5819 * startup.el (emacs-quick-startup): New defvar (set by -Q).
5820 (command-line): New option -Q. Like -q --no-site-file, but
5821 in addition it also disables menu-bar, tool-bar, scroll-bars,
5822 tool-tips, and the blinking cursor.
5823 (command-line-1): Skip startup screen if -Q.
5824 (fancy-splash-head): Use ":align-to center" prop to center splash image.
5825
5826 * emulation/cua-base.el (cua-read-only-cursor-color)
5827 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
5828
5829 2004-04-13 Dave Love <fx@gnu.org>
5830
5831 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
5832 (syntax): Don't require.
5833 (python) <defgroup>: Add :version.
5834 (python-quote-syntax): Re-written.
5835 (inferior-python-mode): Move stuff here from run-python and add
5836 some more.
5837 (python-preoutput-continuation, python-preoutput-result)
5838 (python-dotty-syntax-table): New.
5839 (python-describe-symbol): Use them.
5840 (run-python): Move stuff to inferior-python-mode. Modify code
5841 loaded into Python.
5842 (python-send-region): Use python-proc, python-send-string.
5843 (python-send-string): Send newlines too. Callers changed.
5844 (python-load-file): Re-written.
5845 (python-eldoc-function): New.
5846 (info-look): Don't require.
5847 (python-after-info-look): New. A modified version of former
5848 top-level code for use with eval-after-load.
5849 (python-maybe-jython, python-guess-indent): Use widened buffer.
5850 (python-fill-paragraph): Re-written.
5851 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
5852 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
5853
5854 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
5855
5856 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
5857 Set compilation-error-regexp-alist earlier.
5858
5859 * progmodes/compile.el (compilation-minor-mode-map)
5860 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
5861 (compile-goto-error): Re-merge the mouse and non-mouse commands.
5862
5863 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
5864
5865 * progmodes/compile.el (compile-goto-error): Select the buffer/window
5866 corresponding to the event.
5867
5868 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
5869
5870 * loadup.el: Add cygwin to system-type list, for unexec() support.
5871
5872 2004-04-12 John Paul Wallington <jpw@gnu.org>
5873
5874 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
5875 (ibuffer-restore-window-config-on-quit): New variable to replace
5876 `ibuffer-delete-window-on-quit'. Update all references.
5877 (ibuffer-prev-window-config): New variable.
5878 (ibuffer-quit): Restore previous window configuration instead of
5879 deleting window.
5880 (ibuffer): Save window configuration before showing Ibuffer buffer.
5881
5882 * help.el (describe-mode): Doc fix.
5883
5884 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
5885
5886 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
5887 not to treat nil as a function.
5888
5889 * vc-arch.el (vc-arch-root): Be a bit more careful.
5890 (vc-arch-register): Save the buffer if we modified it.
5891 (vc-arch-delete-rej-if-obsolete): Save excursion.
5892 (vc-arch-find-file-hook): Use the simpler after-save-hook.
5893 (vc-arch-responsible-p, vc-arch-init-version): New functions.
5894
5895 * net/ldap.el (ldap-search): Use list*.
5896
5897 2004-04-12 Juri Linkov <juri@jurta.org>
5898
5899 * info.el (Info-follow-reference): Allow multiline reference name.
5900
5901 2004-04-11 Dave Love <fx@gnu.org>
5902
5903 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
5904
5905 * progmodes/python.el: New file.
5906
5907 2004-04-11 Andre Spiegel <spiegel@gnu.org>
5908
5909 * vc-hooks.el (vc-arg-list): Function removed.
5910 (vc-default-workfile-unchanged-p): Use condition-case to check for
5911 backward compatibility.
5912
5913 * vc.el (vc-print-log): Use condition-case to check for backward
5914 compatibility.
5915
5916 2004-04-11 Juri Linkov <juri@jurta.org>
5917
5918 * dired.el (dired-faces): New defgroup.
5919 (dired-header, dired-mark, dired-marked, dired-flagged)
5920 (dired-warning, dired-directory, dired-symlink, dired-ignored):
5921 New faces.
5922 (dired-header-face, dired-mark-face, dired-marked-face)
5923 (dired-flagged-face, dired-warning-face, dired-directory-face)
5924 (dired-symlink-face, dired-ignored-face): New face variables.
5925 (dired-font-lock-keywords): Use them instead of font-lock faces.
5926 Split the rule for dired marks into 3 separate rules: for marks,
5927 marked file names and flagged file names.
5928
5929 * help-mode.el (help-make-xrefs): Add a final newline to the
5930 *Help* buffer.
5931
5932 2004-04-11 John Paul Wallington <jpw@gnu.org>
5933
5934 * replace.el (occur-engine): Distinguish between one and several
5935 matches in the matches per buffer heading.
5936
5937 2004-04-11 Kim F. Storm <storm@cua.dk>
5938
5939 * ido.el (ido-confirm-unique-completion): New defcustom.
5940 (ido-complete): Use it.
5941 (ido-write-file): Set it to t unconditionally.
5942
5943 2004-04-10 Miles Bader <miles@gnu.org>
5944
5945 RCS keyword removal (only non-comment changes are enumerated here):
5946
5947 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
5948 (byte-compile-insert-header): Don't use `byte-compile-version'.
5949 * forms.el (forms-version): Variable removed.
5950 (forms-mode): Don't use `forms-version'.
5951 * recentf.el (recentf-version): Variable removed.
5952 * progmodes/delphi.el (delphi-version): Variable removed.
5953 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
5954
5955 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
5956
5957 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
5958
5959 2004-04-09 Jesper Harder <harder@ifa.au.dk>
5960
5961 * info.el (info-apropos): Improve menu item regexp.
5962
5963 2004-04-09 Simon Josefsson <jas@extundo.com>
5964
5965 * mail/smtpmail.el: Add comment, based on report by
5966 kdc@rcn.com (Kevin D. Clark).
5967
5968 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
5969
5970 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5971 Redo one more thing that I didn't notice Daniel had undone.
5972
5973 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
5974
5975 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
5976 (gdb-goto-breakpoint, gdb-display-buffer)
5977 (gdb-display-source-buffer, gdb-view-source-function)
5978 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
5979 (gdb-source-info, gdb-frame-handler): Don't specify a window
5980 for display.
5981 (gdb-info-breakpoints-custom): Remove superfluous update of
5982 assembler buffer.
5983 (gdb-many-windows): Make settable outside gdb.
5984
5985 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
5986
5987 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
5988 Derive from fundamental-mode rather than text-mode.
5989
5990 2004-04-08 Juri Linkov <juri@jurta.org>
5991
5992 * info.el (Info-history): Doc fix.
5993 (Info-history-list): New var.
5994 (info-xref): Change magenta4 to blue, remove bold for dark and
5995 light backgrounds, change bold to underline for non-color classes.
5996 (info-xref-visited): New face.
5997 (Info-fontify-visited-nodes): New custom.
5998 (Info-hide-note-references): Add new value `hide'. Doc fix.
5999 (Info-reference-name): New var.
6000 (Info-selection-hook): New custom.
6001 (Info-edit-mode-hook): New var.
6002 (Info-find-file): New fun.
6003 (Info-find-node): Move part of code to Info-find-file.
6004 (Info-find-node-2): Add anchors to Info-history-list. Move point
6005 to the place with the reference name if name is defined.
6006 (Info-select-node): Add current node to Info-history-list.
6007 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
6008 (Info-search-whitespace-regexp): New custom.
6009 (Info-search-case-fold): New var.
6010 (Info-search): Add "case-sensitively" to the prompt.
6011 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
6012 (Info-search-case-sensitively, Info-search-next): New fun.
6013 (Info-up): Move point to the menu item of the current node.
6014 (Info-history): New fun. Add *info-history* to
6015 same-window-buffer-names.
6016 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
6017 (Info-insert-toc): New fun.
6018 (Info-build-toc): New fun.
6019 (Info-follow-reference): Add new arg `fork'. Doc fix.
6020 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
6021 with the same name prefer the reference closest to point.
6022 (Info-next-reference): Replace * by + in the *Note regexp.
6023 Add regexp for http:// and ftp://. Skip the *Note prefix.
6024 (Info-prev-reference): Replace * by + in the *Note regexp.
6025 Add regexp for http:// and ftp://. Skip the *Note prefix.
6026 (Info-follow-nearest-node): Add new arg `fork'.
6027 (Info-try-follow-nearest-node): Add new arg `fork'.
6028 Call browse-url for http:// and ftp:// references.
6029 Set Info-reference-name for index entries.
6030 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
6031 Info-search-next, Info-history, Info-toc, clone-buffer.
6032 (Info-menu-update): Replace * by + in the *Note regexp.
6033 (Info-mode): Add documentation for Info-history, Info-toc,
6034 Info-search-case-sensitively, Info-search-next, clone-buffer.
6035 (Info-fontify-menu-headers): Remove fun. Move code to
6036 Info-fontify-node.
6037 (Info-fontify-node): Add docstring. Add local vars
6038 fontify-visited-p and not-fontified-p. If not-fontified-p is t
6039 then fontify header line, titles, menu headers, http and ftp
6040 references, refill paragraphs. If not-fontified-p is t or
6041 fontify-visited-p is t then fontify cross references, menu items.
6042 Fontify menu headers. Fontify http and ftp references.
6043 Change regexp for cross references to require whitespace after *Note,
6044 add matching groups for file and node names. Remove hack for quote.
6045 Use display property for Info-hide-note-references=t. Use fifth
6046 or fourth match for help-echo. Display visited nodes in a
6047 different face. Unhide file names of external references.
6048 Unhide newlines. Display visited menu items in a different face.
6049
6050 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
6051
6052 * progmodes/compile.el: Require CL.
6053 (compilation-mode-font-lock-keywords): Re-install the "line as
6054 function" patch.
6055
6056 * help-fns.el (help-C-source-directory): New var.
6057 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
6058 (describe-function-1, describe-variable): Use them.
6059
6060 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
6061 to C source files specially.
6062
6063 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
6064
6065 * info.el (Info-hide-cookies-node): New function.
6066 (Info-select-node): Use it.
6067 (Info-display-images-node): Remove message with image file name.
6068
6069 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
6070
6071 * progmodes/compile.el (compilation-warning-face)
6072 (compilation-info-face, compilation-skip-threshold)
6073 (compilation-skip-visited, compilation-context-lines):
6074 Declare :version when added to Emacs.
6075 (compilation-error-regexp-alist-alist): Extend caml and irix.
6076 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
6077 (compilation-mode-font-lock-keywords): Temporarily undo line as
6078 function patch, which wasn't ready.
6079
6080 2004-04-07 Kenichi Handa <handa@m17n.org>
6081
6082 * international/latin1-disp.el (latin1-display-setup): Check each
6083 character is displayable or not instead of calling
6084 latin1-display-check-font.
6085
6086 2004-04-06 Kenichi Handa <handa@m17n.org>
6087
6088 * language/ethio-util.el (ethio-sera-being-called-by-w3):
6089 New variable.
6090 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
6091 instead of sera-being-called-by-w3.
6092 (ethio-fidel-to-sera-buffer): Likewise.
6093 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
6094 instead of sera-being-called-by-w3.
6095 (ethio-write-file): Likewise.
6096
6097 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6098
6099 * printing.el: Doc fix.
6100
6101 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
6102
6103 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
6104 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
6105 (gdb-setup-windows): Only use separate IO buffer if required.
6106
6107 2004-04-06 Kim F. Storm <storm@cua.dk>
6108
6109 * term.el (term-is-xemacs): Remove.
6110 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
6111 (term-window-width): New function.
6112 (term-mode, term-check-size): Use it.
6113 (term-mode): Disable overflow-newline-into-fringe in term buffer.
6114
6115 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
6116
6117 * cus-edit.el (custom-add-parent-links): Change unbound variable
6118 `symbol' to `name'.
6119
6120 2004-04-05 Jesper Harder <harder@ifa.au.dk>
6121 * info.el (info-apropos): New function.
6122 (Info-mode-menu): Add it.
6123 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
6124
6125 * help-mode.el (help-make-xrefs): Recognize aliased variable with
6126 inherited docstring.
6127
6128 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
6129
6130 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
6131
6132 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
6133
6134 * progmodes/compile.el (font-lock): Don't require any more.
6135 (compilation-error-properties, compilation-start, compilation-sentinel)
6136 (compilation-filter, next-error): Use with-current-buffer.
6137 (compilation-skip-to-next-location, compilation-skip-threshold)
6138 (compilation-skip-visited): Move to silence the byte-compiler.
6139 (compilation-setup): Simplify.
6140 (compilation-next-error): Use line-(beginning|end)-position.
6141 Make sure `pt' is non-nil before using compilation-loop.
6142 (compile-goto-error): Add optional event arg. Use it.
6143 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
6144 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
6145 Update the binding for mouse-2.
6146 (first-error): Set compilation-current-error to nil rather than bob.
6147 (compilation-parsing-end, compilation-parse-errors-function)
6148 (compilation-error-list, compilation-old-error-list):
6149 "New" compatibility variables.
6150 (compile-buffer-substring, compilation-compat-error-properties)
6151 (compilation-compat-parse-errors, compilation-forget-errors):
6152 New compatibility functions.
6153 (compilation-mode-font-lock-keywords): Use them.
6154
6155 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
6156
6157 * autorevert.el (auto-revert-handler): If point (or a window
6158 point) is at the end of the buffer, keep it there after
6159 reverting. This allows to tail a file.
6160 Mention this in the `Commentary'.
6161
6162 * format.el (format-write-file): Add optional argument CONFIRM
6163 and make it behave like the analogous argument to `write-file'.
6164
6165 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6166
6167 * progmodes/ebnf2ps.el: Doc fix.
6168 (ebnf-version): New version number (4.2).
6169 (ebnf-syntax): Customization and docstring fix.
6170 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
6171 Put autoloaded funs before first use.
6172 (ebnf-style-database): Add dtd entry.
6173 (ebnf-syntax-alist): Add dtd initialization.
6174 (ebnf-token-sequence): New fun.
6175 (ebnf-comment-table): Add new comment action character.
6176 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
6177
6178 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
6179 Type Definition for XML).
6180
6181 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
6182 * progmodes/ebnf-bnf.el (ebnf-sequence):
6183 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
6184 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
6185 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
6186 Code simplification: call ebnf-token-sequence.
6187
6188 2004-04-04 Eli Zaretskii <eliz@gnu.org>
6189
6190 * calendar/timeclock.el (timeclock-relative)
6191 (timeclock-get-project-function, timeclock-get-workday-function)
6192 (timeclock-query-out, timeclock-when-to-leave)
6193 (timeclock-when-to-leave-string, timeclock-log-data)
6194 (timeclock-generate-report, timeclock-in): Doc fixes.
6195
6196 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6197
6198 * url/: New dir. Import the URL package from its repository.
6199
6200 2004-04-03 Andreas Schwab <schwab@suse.de>
6201
6202 * diff-mode.el (diff-mode): Fix missing quote.
6203
6204 2004-04-03 Juri Linkov <juri@jurta.org>
6205
6206 * descr-text.el (describe-property-list): Add `font-lock-face'.
6207
6208 * dired.el (dired-font-lock-keywords): Fix permission regexps.
6209
6210 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6211
6212 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
6213 Use utf-16le on little endian machines and utf-16be otherwise.
6214
6215 2004-04-02 David Kastrup <dak@gnu.org>
6216
6217 * net/browse-url.el (browse-url-generic): Use call-process
6218 instead of start-process to allow browsers that fork and detach.
6219
6220 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
6221
6222 * compile.el (compilation-current-error): New var.
6223 (compilation-setup, compile-mouse-goto-error)
6224 (compile-goto-error, next-error): Use it.
6225 (compilation-skip-to-next-location): Default to t, which gives
6226 contiguous skipping like old compile (where this was redundant).
6227 (compilation-next-error): Prevent previous-* commands from moving
6228 back to message at or just before point.
6229
6230 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
6231
6232 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
6233 (gdb-source-info): Don't display source at startup, if required.
6234 (gdb-show-main): New option.
6235 (gdba): Update documentation.
6236 (gdb-source): Cover case of auto-display output.
6237
6238 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
6239
6240 * autorevert.el: Delete obsolete autoload's and defvar's.
6241 (auto-revert-check-vc-info): New user option.
6242 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
6243 (auto-revert-handler-vc): Delete.
6244 (auto-revert-handler): Treat return value `fast' of
6245 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
6246
6247 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
6248 return `fast'.
6249
6250 * files.el (buffer-stale-function): Doc change.
6251
6252 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6253
6254 * printing.el: New tip on Tips section.
6255 (pr-version): New version number (6.7.4).
6256 (pr-shell-file-name): Initialization fix.
6257
6258 2004-03-31 Juri Linkov <juri@jurta.org>
6259
6260 * dired.el: Add autoload for `dired-do-touch'.
6261 (dired-touch-program): New var.
6262 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
6263 (dired-no-confirm): Add `touch' to docstring.
6264
6265 * dired-aux.el (dired-do-touch): New fun.
6266 (dired-do-chxxx): Add argument -t for touch operation.
6267
6268 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
6269 `dired-move-to-filename-regexp'.
6270
6271 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
6272
6273 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
6274
6275 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6276
6277 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
6278 and only if the buffer was modified.
6279
6280 2004-03-30 Kenichi Handa <handa@m17n.org>
6281
6282 * international/characters.el: Delete pairs for U+2308..U+230B.
6283
6284 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
6285
6286 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
6287 to detect the beginning of a level 2 or 3 annotation.
6288
6289 2004-03-29 Kenichi Handa <handa@m17n.org>
6290
6291 * international/ucs-tables.el (ucs-insert): Fix the error message.
6292
6293 2004-03-29 Kenichi Handa <handa@m17n.org>
6294
6295 * international/mule-util.el (char-displayable-p): Fix generation
6296 of XLFD file name.
6297
6298 * Makefile.in (setwins, setwins_almost): Change directory to $wd
6299 before finding directories by `find'.
6300
6301 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
6302
6303 * subr.el (interactive-form): Delete. Now implemented in C.
6304
6305 * pcvs.el (cvs-parse-process): Workaround for Darwin.
6306
6307 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
6308 (vc-diff-label): New fun.
6309 (vc-diff-internal): Use it.
6310
6311 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
6312
6313 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6314
6315 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
6316
6317 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
6318 specify XML (EBNFX).
6319
6320 * progmodes/ebnf2ps.el: Doc fix.
6321 (ebnf-version): New version number (4.1).
6322 (ebnf-syntax): Adjust customization.
6323 (ebnf-style-database): Add ebnfx entry.
6324 (ebnf-syntax-alist): Add ebnfx initialization.
6325 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
6326
6327 * printing.el: Doc fix.
6328 (pr-version): New version number (6.7.3).
6329 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
6330 returns nil for mouse position. Reported by Drew Adams
6331 <drew.adams@oracle.com>.
6332 (pr-update-menus): Modify interactive declaration. Reported by Drew
6333 Adams <drew.adams@oracle.com>.
6334
6335 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
6336
6337 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
6338 (gud-gdba-marker-filter): Log the process input and output, if
6339 required. From Stefan Monnier.
6340 (gdb-debug-log, gdb-enable-debug-log): New variables.
6341 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
6342
6343 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
6344
6345 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
6346 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
6347
6348 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
6349
6350 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
6351 Call vc-find-file-hook here instead of in auto-revert-buffers.
6352 (auto-revert-buffers): Delete call to vc-find-file-hook.
6353 (auto-revert-verbose, global-auto-revert-non-file-buffers)
6354 (global-auto-revert-mode, auto-revert-set-timer)
6355 (auto-revert-handler, auto-revert-buffers): Doc fixes.
6356
6357 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
6358
6359 * woman.el (woman-change-fonts): Rename local variable
6360 woman-font-alist to font-alist to avoid a compiler warning.
6361
6362 2004-03-27 Dave Love <fx@gnu.org>
6363
6364 * emacs-lisp/rx.el (rx): Doc fix.
6365 Fix copyright years.
6366
6367 * strokes.el (strokes-global-set-stroke-string): New function.
6368 (strokes-list-strokes): Cope with strings, not just commands.
6369 Set foreground colour of image.
6370 (strokes-global-set-stroke): Doc fix.
6371
6372 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
6373
6374 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
6375 Auto Revert mode.
6376 (Buffer-menu-files-only): New variable.
6377 (Buffer-menu-toggle-files-only): New function.
6378 (Buffer-menu-mode-map): Bind it to `T'.
6379 (Buffer-menu-mode): Mention `T' in docstring.
6380 Set buffer-stale-function.
6381 (list-buffers-noselect): Mark buffer non-modified and set
6382 Buffer-menu-files-only.
6383
6384 * dired.el (buffer-stale-function): Remove no longer needed defvar.
6385
6386 * autorevert.el (auto-revert-handler): Print revert message
6387 before, rather than after, reverting.
6388 (buffer-stale-function): Move to files.el.
6389
6390 * files.el (buffer-stale-function): Move here from autorevert.el.
6391
6392 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6393
6394 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
6395
6396 * calc/calc.el (calc-mode-map): Use mapc.
6397
6398 * apropos.el (apropos-mode): Don't autoload.
6399 (apropos-symbols-internal): New fun. Extracted from `apropos'.
6400 (apropos): Use it.
6401 (apropos-print): Add optional `text' argument.
6402 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
6403 Don't assume point-min == 1.
6404
6405 * bs.el (bs-buffer-list): Use buffer-local-value.
6406 (bs--set-toggle-to-show): Use with-current-buffer.
6407
6408 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
6409 New funs.
6410 (list-buffers-noselect): Use them. Adjust :align-to to new style.
6411
6412 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
6413
6414 * dabbrev.el (dabbrev-expand): Fix regexp construction.
6415 (dabbrev--find-expansion): Use pop.
6416 (dabbrev--search): Use match-string-no-properties.
6417
6418 * dired.el (dired-mode): Use run-mode-hooks.
6419 (dired-move-to-end-of-filename): Use match-string.
6420
6421 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
6422 is bound before using it.
6423 (ediff-verbose-p): Make it into a var since it's not constant.
6424
6425 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
6426
6427 * faces.el (read-face-font): Don't cons up unnecessarily.
6428 (header-line, tool-bar): Share common parts.
6429
6430 * files.el (file-relative-name): Use compare-strings.
6431
6432 * finder.el (finder-mode): Follow coding convention.
6433
6434 * subr.el (read-number): New function.
6435
6436 * ses.el (ses-read-number): Move to subr.el.
6437 (ses-set-header-row): Use read-number.
6438
6439 2004-03-26 Andre Spiegel <spiegel@gnu.org>
6440
6441 * vc-hooks.el (vc-arg-list): New function, which handles both
6442 compiled and uncompiled code.
6443 (vc-default-workfile-unchanged-p): Use it.
6444
6445 * vc.el (vc-print-log): Undo prev change, use new function
6446 vc-arg-list from vc-hooks.el.
6447
6448 2004-03-26 Masatake YAMATO <jet@gyve.org>
6449
6450 * simple.el (completion-setup-function): Emphasize the
6451 first uncommon characters in the completions; and de-emphasize
6452 the common prefix substrings.
6453 (completion-emphasis): New face.
6454 (completion-de-emphasis): New face.
6455
6456 2004-03-25 Juanma Barranquero <lektu@terra.es>
6457
6458 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
6459 Comment out (it's unused and unfinished code).
6460
6461 2004-03-25 Sam Steingold <sds@gnu.org>
6462
6463 * vc.el (vc-print-log): Fix a bug in the last patch:
6464 backend-function may be a byte-compiled object, not a lambda.
6465
6466 2004-03-25 Juri Linkov <juri@jurta.org>
6467
6468 * descr-text.el (describe-property-list): Add a button
6469 for `face' property that calls `describe-face'.
6470 Suggested by luis fernandes <elf@ee.ryerson.ca>
6471
6472 * international/mule.el (keyboard-coding-system):
6473 * kmacro.el (kmacro-call-macro): Fix docstring.
6474
6475 * dired.el: Fix comments.
6476
6477 * textmodes/fill.el (fill): Fix Info link.
6478
6479 * font-lock.el (fast-lock, lazy-lock):
6480 * jit-lock.el (jit-lock): Remove links to removed Support Modes
6481 Info node.
6482
6483 * eshell/eshell.el (eshell): Fix broken info-link.
6484
6485 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
6486 * eshell/em-banner.el (eshell-banner):
6487 * eshell/em-smart.el (eshell-smart):
6488 * eshell/esh-cmd.el (eshell-cmd):
6489 Comment out broken info-links to incomplete Info manual.
6490
6491 * info-xref.el: Fix commentary.
6492
6493 2004-03-25 Kevin Ryde <user42@zip.com.au>
6494
6495 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
6496 Remove spurious node duplicate suppression, doesn't work, not wanted.
6497 (info-xref-output): Take format style args, add "sit-for 0" to let
6498 user see the results as they progress.
6499 (info-xref-check-all-custom): New function.
6500
6501 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
6502
6503 * gdb-ui.el: Moved to progmodes.
6504
6505 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6506
6507 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
6508
6509 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
6510
6511 * calendar/appt.el (appt-check): Remove superfluous progn.
6512 When finished with diary buffer: if it was not being displayed
6513 before, kill it; otherwise restore its original state.
6514 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
6515
6516 * calendar/calendar.el (calendar-set-mode-line): Use total
6517 available mode-line width, rather than frame-width.
6518
6519 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
6520 after mode change so effect not lost.
6521
6522 2004-03-23 Dave Love <fx@gnu.org>
6523
6524 * dired.el (dired) <defgroup>: Add link to manual.
6525 (dired-font-lock-keywords): Add highlighting on unusual permissions.
6526 (dired-revert): Use dolist.
6527 (dired-mode-map): Add U binding.
6528 (dired-mode): Add font-lock-beginning-of-syntax-function.
6529 (dired-garbage-files-regexp): Make it a defcustom.
6530
6531 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
6532
6533 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
6534 is equivalent to nil.
6535 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
6536 (vc-arch-mode-line-string): Accept `added' state.
6537 (vc-arch-state): Use inode-sigs if available.
6538 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
6539 Copy&delete existing id file if any. Fallback if uuidgen is absent.
6540 (vc-arch-tagline-re): New var.
6541 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
6542 New functions.
6543 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
6544 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
6545
6546 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
6547 (vc-file-not-found-hook): Use it.
6548
6549 * diff-mode.el (diff-default-read-only): Change default.
6550 (diff-mode-hook): Make it a defcustom. Add some options.
6551 (diff-mode-map): Bind diff-refine-hook.
6552 (diff-yank-handler): New var.
6553 (diff-yank-function): New fun.
6554 (diff-font-lock-keywords): Use them.
6555 (diff-end-of-file): Handle case where file-header looks like diff text.
6556 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
6557 (diff-file-kill): Delete a subsequent empty line, if applicable.
6558 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
6559 (diff-find-file-name): Use it.
6560 (diff-tell-file-name): New command.
6561 (diff-mode): Be careful with view-mode.
6562 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
6563 New functions, for use in diff-mode-hook.
6564 (diff-find-source-location): Catch "regex too large" errors.
6565 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
6566 (diff-refine-hunk): New command.
6567
6568 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
6569 (smerge-context-menu-map): Remove unused var.
6570 (smerge-keep-all): Preserve markers.
6571 (smerge-keep-n): New fun.
6572 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
6573 (smerge-keep-current, smerge-ediff): Use it.
6574 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
6575 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
6576 (smerge-resolve): Resolve trivial 3-part conflicts.
6577
6578 2004-03-23 Juri Linkov <juri@jurta.org>
6579
6580 * man.el (Man-width): New var.
6581 (Man-getpage-in-background): Use it.
6582 (Man-support-local-filenames): New var and fun.
6583 (Man-build-man-command): Don't add a second %s.
6584 (Man-fontify-manpage): Clean up message.
6585 (Man-mode): Set outline-regexp, outline-level,
6586 imenu-generic-expression.
6587
6588 * woman.el (woman-fill-frame): Doc fix.
6589 (woman-decode-region): Use window-width instead of frame-width.
6590
6591 * abbrevlist.el (list-one-abbrev-table):
6592 * descr-text.el (describe-char):
6593 * international/mule-diag.el (describe-current-coding-system):
6594 * international/quail.el (quail-insert-decode-map):
6595 Use window-width instead of frame-width.
6596
6597 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
6598 (jka-compr-mode-alist-additions): Add tbz.
6599 (jka-compr-write-region, jka-compr-insert-file-contents):
6600 Add message for undefined compress-program.
6601 (jka-compr-write-region): Remove redundant var bindings.
6602
6603 * dired-x.el (dired-guess-shell-alist-default): Add choices for
6604 extracting files into subdirectory. Add tbz and dz. Fix regexps.
6605 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
6606 (dired-man): Use dired-guess-shell-command.
6607 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
6608 Change default nil to t.
6609
6610 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
6611 (dired-compare-directories): Add default value for empty input.
6612
6613 * help-at-pt.el: Move suggestions for key bindings to Commentary.
6614
6615 * time.el (display-time-string-forms): Fix help-echo date format.
6616
6617 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
6618
6619 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
6620 (buffer-stale-function): New variable.
6621 (auto-revert-list-diff, auto-revert-dired-file-list)
6622 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
6623 (auto-revert-handler): Take over some functionality of deleted
6624 functions.
6625 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
6626
6627 * dired.el (dired-directory-changed-p): New fun, extracted from
6628 dired-internal-noselect.
6629 (dired-buffer-stale-p): New fun.
6630 (dired-internal-noselect): Use dired-directory-changed-p.
6631 Eliminate revert messages.
6632 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
6633
6634 2004-03-23 Kenichi Handa <handa@m17n.org>
6635
6636 * international/characters.el: Setup syntaxes for more parentheses
6637 Unicode characters.
6638
6639 * international/mule-cmds.el (select-safe-coding-system):
6640 Merge coding-system and auto-cs before comparing them.
6641
6642 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
6643
6644 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
6645
6646 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
6647 normal-auto-fill-function and comment-indent-function.
6648 The default values now work just as well.
6649 Don't set font-lock-beginning-of-syntax-function since we already set
6650 syntax-begin-function.
6651 (lisp-outline-level): Put ;;;###autoload at same level as (.
6652 (prin1-char): Quote special chars.
6653
6654 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
6655 than with-no-warnings.
6656
6657 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
6658 if the source location can't be found.
6659 (edebug-compute-previous-result): Use prin1-char.
6660
6661 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
6662 (debug-ignored-errors): Add an entry.
6663
6664 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
6665 (byte-compile-file): Output warning when deleting a file.
6666
6667 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
6668 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
6669
6670 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
6671 (byte-compile-inline-expand): Use backquote.
6672 (byte-optimize-pure-func): Rename from byte-optimize-concat.
6673 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
6674
6675 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
6676
6677 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
6678
6679 2004-03-22 Juri Linkov <juri@jurta.org>
6680
6681 * finder.el (finder-known-keywords): Fix data, tex, unix.
6682
6683 * play/landmark.el: Fix keywords.
6684
6685 * language/ethio-util.el (ethio-find-file): Doc fix.
6686
6687 * emacs-lisp/warnings.el: Doc fix.
6688
6689 * textmodes/ispell.el (ispell-help): Doc fix.
6690
6691 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
6692
6693 * format.el (format-insert-file): Always return a list of two
6694 elements, like insert-file-contents does.
6695
6696 2004-03-21 Andre Spiegel <spiegel@gnu.org>
6697
6698 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
6699 and vc-BACKEND-diff.
6700 (vc-print-log): If the print-log implementation supports it, use
6701 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
6702 (vc-version-diff, vc-diff-internal): Doc fixes.
6703
6704 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
6705 implementation supports it, let diff output go to *vc*,
6706 not *vc-diff*, since this is an internal call.
6707
6708 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
6709
6710 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
6711
6712 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
6713
6714 2004-03-21 Dave Love <fx@gnu.org>
6715
6716 * progmodes/cfengine.el (cfengine-mode):
6717 Set parse-sexp-ignore-comments.
6718
6719 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
6720
6721 2004-03-21 Juanma Barranquero <lektu@terra.es>
6722
6723 * allout.el (allout-mode): Fix docstring.
6724
6725 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
6726
6727 * files.el (insert-directory): Fix bug if SWITCHES is a list.
6728
6729 * autorevert.el (auto-revert-interval): Make new value take
6730 effect immediately when set through Custom.
6731 (auto-revert-set-timer): Add interactive declaration.
6732
6733 2004-03-19 David Ponce <david@dponce.com>
6734
6735 * ruler-mode.el (ruler-mode-header-line-format-old):
6736 Don't `make-variable-buffer-local'.
6737 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
6738 (ruler-mode-header-line-format): Simply funcall the above.
6739 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
6740 to save/restore a previous header line format.
6741 (ruler-mode-space): Don't depend on a numeric WIDTH value.
6742 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
6743 fringes and margins width.
6744 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
6745
6746 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
6747
6748 * log-edit.el (log-edit-font-lock-keywords): Typo.
6749
6750 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
6751 (tex-send-tex-command): Rather than here.
6752 (tex-compilation-parse-errors): Simplify.
6753
6754 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
6755
6756 * time.el (display-time-string-forms): Add help-echo with date on time.
6757
6758 * composite.el (compose-region): Use restore-buffer-modified-p.
6759
6760 * disp-table.el (standard-display-8bit): Simplify.
6761
6762 * server.el (server-process-filter): Delete temp frame.
6763
6764 * add-log.el (add-change-log-entry): Simplify.
6765
6766 2004-03-19 Kim F. Storm <storm@cua.dk>
6767
6768 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
6769 (hexl-follow-line): Don't require 'fringe.
6770
6771 * progmodes/compile.el (compilation-start): Always set
6772 compilation-last-buffer and return it.
6773
6774 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
6775
6776 * simple.el (clone-buffer): Doc fix.
6777
6778 2004-03-18 Juanma Barranquero <lektu@terra.es>
6779
6780 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
6781
6782 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
6783
6784 * log-edit.el (log-edit-font-lock-keywords): New var.
6785 (log-edit-mode): Use it.
6786
6787 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
6788
6789 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
6790 properly for watching in speedbar.
6791
6792 2004-03-17 Masatake YAMATO <jet@gyve.org>
6793
6794 * smerge-mode.el (smerge-popup-context-menu):
6795 Put `unwind-protect' around `overlay-put' and `popup-menu'.
6796
6797 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
6798
6799 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
6800 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
6801 Take sealed revisions into account.
6802 (vc-arch-checkin): Extract a summary line from the message.
6803
6804 2004-03-16 Masatake YAMATO <jet@gyve.org>
6805
6806 * register.el (register): Provide `register' feature.
6807
6808 2004-03-15 Masatake YAMATO <jet@gyve.org>
6809
6810 Added context menu support in smerge mode.
6811 Most of the part is written by Stefan Monnier.
6812
6813 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
6814 New keymap and menu.
6815 (smerge-text-properties): New function.
6816 (smerge-remove-props): New function.
6817 (smerge-popup-context-menu): New function.
6818 (smerge-resolve): Call `smerge-remove-props'.
6819 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
6820 (smerge-keep-current): Ditto.
6821 (smerge-kill-current): New function.
6822 (smerge-match-conflict): Put text properties.
6823 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
6824
6825 2004-03-15 David Ponce <david@dponce.com>
6826
6827 * ruler-mode.el: (ruler-mode-left-fringe-cols)
6828 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
6829 (ruler-mode-right-scroll-bar-cols): Remove.
6830 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
6831 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
6832 Use fringe-columns and scroll-bar-columns.
6833
6834 2004-03-15 Masatake YAMATO <jet@gyve.org>
6835
6836 * hl-line.el (hl-line-range-function): New variable.
6837 (hl-line-move): New function.
6838 (global-hl-line-highlight): Use `hl-line-move'.
6839 (hl-line-highlight): Ditto.
6840
6841 * scroll-bar.el (scroll-bar-columns):
6842 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
6843
6844 * ruler-mode.el (top-level): Require scroll-bar and fringe.
6845 (ruler-mode-left-fringe-cols)
6846 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
6847 (ruler-mode-right-scroll-bar-cols)
6848 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
6849 (ruler-mode-ruler-function): New variable.
6850 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
6851 if the value for `ruler-mode-ruler-function'is given.
6852
6853 * hexl.el (hexl-mode-hook): Make the hook customizable.
6854 (hexl-address-area, hexl-ascii-area): New customize variables.
6855 (hexlify-buffer): Put font-lock-faces on the address area and
6856 the ascii area.
6857 (hexl-activate-ruler): New function.
6858 (hexl-follow-line): New function.
6859 (hexl-highlight-line-range): New function.
6860 (hexl-mode-ruler): New function.
6861
6862 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
6863
6864 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
6865 (vc-default-find-file-hook): New fun.
6866 (vc-find-file-hook): Call new find-file-hook operation.
6867
6868 * vc-arch.el: New file.
6869
6870 2004-03-12 Jesper Harder <harder@ifa.au.dk>
6871
6872 * info-look.el (info-lookup): Reuse an existing Info window.
6873
6874 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
6875
6876 * woman.el (woman-preserve-ascii): Default value changed to t and
6877 doc string revised.
6878
6879 2004-03-12 Richard M. Stallman <rms@gnu.org>
6880
6881 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
6882 Fix minor bug.
6883
6884 * replace.el (occur-engine): Change message for count of matches.
6885
6886 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
6887 For strings, do compare text properties.
6888
6889 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
6890
6891 * progmodes/compile.el (compile-auto-highlight)
6892 (compilation-error-list, compilation-old-error-list)
6893 (compilation-parse-errors-function, compilation-parsing-end)
6894 (compilation-error-message, compilation-directory-stack)
6895 (compilation-enter-directory-regexp-alist)
6896 (compilation-leave-directory-regexp-alist)
6897 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
6898 (compilation-current-file, compilation-regexps): Remove vars.
6899
6900 (compile-error-at-point, compilation-error-filedata)
6901 (compilation-error-filedata-file-name, compile-reinitialize-errors)
6902 (compilation-next-error-locus, compilation-forget-errors)
6903 (count-regexp-groupings, compilation-parse-errors)
6904 (compile-collect-regexps, compile-buffer-substring): Remove funs.
6905
6906 (compile-internal): Make obsolete.
6907
6908 (compilation-first-column, compilation-error)
6909 (compilation-directory-matcher, compilation-page-delimiter)
6910 (compilation-mode-font-lock-keywords, compilation-debug)
6911 (compilation-error-face, compilation-warning-face)
6912 (compilation-info-face, compilation-line-face)
6913 (compilation-column-face, compilation-enter-directory-face)
6914 (compilation-leave-directory-face, compilation-skip-threshold)
6915 (compilation-skip-visited, compilation-context-lines): New vars.
6916
6917 (compilation-warning-face, compilation-info-face)
6918 (compilation-message-face): New faces.
6919
6920 (compilation-error-regexp-alist-alist): New constant.
6921
6922 (compilation-face, compilation-directory-properties)
6923 (compilation-assq, compilation-error-properties, compilation-start)
6924 (define-compilation-mode, compilation-loop)
6925 (compilation-set-window): New functions.
6926
6927 (compile): Additional argument for interactive compiles like TeX.
6928
6929 * progmodes/grep.el (kill-grep): Move here from compile.el
6930 (grep-error, grep-hit-face, grep-error-face)
6931 (grep-mode-font-lock-keywords): New variables.
6932 (grep-regexp-alist): Simplify regexp and add `binary' case.
6933 (grep-mode): New mode.
6934 (grep-process-setup): Simplify.
6935
6936 2004-03-11 Jason Rumney <jasonr@gnu.org>
6937
6938 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
6939 letters on DOS/Windows.
6940
6941 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
6942
6943 * server.el (server-name): New var.
6944 (server-socket-dir): New var to replace server-socket-name.
6945 (server-start): Use them.
6946
6947 2004-03-11 Simon Josefsson <jas@extundo.com>
6948
6949 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
6950 died to avoid infloop. Reported by Jonathan Glauner
6951 <jglauner@sbum.org>.
6952
6953 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
6954
6955 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
6956 (smerge-mode-menu): Use it to deactivate menu entries.
6957 (smerge-keep-current): New fun.
6958 (smerge-keep-current): Use it.
6959
6960 2004-03-10 John Paul Wallington <jpw@gnu.org>
6961
6962 * foldout.el (foldout-fold-list, foldout-modeline-string):
6963 Declare them as variables, not constants.
6964
6965 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6966
6967 * ps-print.el: Modification to print *Messages* buffer.
6968 (ps-print-version): New version 6.6.4.
6969 (ps-message-log-max): New fun.
6970 (ps-spool-without-faces, ps-spool-with-faces)
6971 (ps-count-lines-preprint): Code fix.
6972
6973 * printing.el: New tips in Tips section.
6974
6975 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6976
6977 * delim-col.el: Doc fix.
6978
6979 * printing.el: Doc fix. New doc section (Tips).
6980
6981 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
6982
6983 * type-break.el (type-break-emacs-variant): Remove.
6984 (type-break-run-at-time, type-break-cancel-function-timers):
6985 Use fboundp rather than version name and number.
6986
6987 2004-03-09 Masatake YAMATO <jet@gyve.org>
6988
6989 * hexl.el (hexl-mode): Use `make-local-variable' instead of
6990 `make-variable-buffer-local'.
6991
6992 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
6993
6994 * find-dired.el (find-dired): Call `shell-command' instead of
6995 `start-process-shell-command'. By this, Tramp takes over
6996 handling of remote directories.
6997
6998 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
6999
7000 * newcomment.el (comment-use-global-state): New var.
7001 (comment-search-forward): Use it.
7002
7003 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
7004
7005 * cus-edit.el (fill) <defgroup>: Move to fill.el.
7006
7007 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
7008 (enable-kinsoku): Make it a defcustom.
7009 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
7010 paragraph to same-comment-start-marker.
7011
7012 2004-03-07 Dave Love <fx@gnu.org>
7013
7014 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
7015 (browse-url-mail): Use it.
7016
7017 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
7018 (rfc2368-unhexify-string): Use replace-regexp-in-string.
7019
7020 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
7021
7022 * woman.el (woman-man.conf-path): Doc fix.
7023 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
7024
7025 2004-03-07 Eli Zaretskii <eliz@gnu.org>
7026
7027 * sort.el (sort-columns): Remove ms-dos from the list of systems
7028 where the external `sort' command is not used.
7029
7030 2004-03-07 Kim F. Storm <storm@cua.dk>
7031
7032 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
7033 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
7034 from overlay-arrow-variable-list.
7035 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
7036
7037 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
7038
7039 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
7040 overlay arrow string properly for the assembler buffer.
7041
7042 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
7043
7044 * mail/sendmail.el (mail-mode): Fix last change.
7045
7046 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
7047
7048 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
7049 for the assembler buffer.
7050 (gdb-assembler-custom): Position the overlay arrow.
7051 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
7052
7053 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
7054
7055 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
7056
7057 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
7058 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
7059
7060 * mail/sendmail.el (mail-mode): Set comment-start-skip.
7061
7062 * newcomment.el (uncomment-region): Allow non-terminated comment.
7063 (comment-normalize-vars): Check the user-specified comstart marker.
7064
7065 2004-03-04 Jesper Harder <harder@ifa.au.dk>
7066
7067 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
7068 Otherwise, do use it if the region only contains font-lock text
7069 properties.
7070
7071 2004-03-04 Masatake YAMATO <jet@gyve.org>
7072
7073 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
7074 as the callback function for eldoc.
7075 (hexl-print-current-point-info): New function.
7076 (hexl-current-address): Print the address in both decimal
7077 and hexadecimal format.
7078
7079 2004-03-04 Richard M. Stallman <rms@gnu.org>
7080
7081 * mail/rmail.el (rmail-convert-to-babyl-format):
7082 Specify t for UNIBYTE when calling mail-unquote-printable-region.
7083
7084 * mail/mail-utils.el (mail-unquote-printable-region):
7085 New arg UNIBYTE.
7086
7087 * startup.el (command-switch-alist): Doc fix.
7088
7089 * simple.el (undo): Temporarily set this-command to `undo-start',
7090 then set it to `undo' once undo-start returns without error.
7091
7092 * simple.el (minibuffer-history-sexp-flag): Doc fix.
7093
7094 * simple.el (kill-line): Don't disregard trailing whitespace
7095 in eol condition, if show-trailing-whitespace is set.
7096
7097 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
7098 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
7099 When disabling, restore old values only if mouse-sel-has-been-enabled.
7100
7101 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
7102 (isearch-{-char): New function.
7103 (isearch-mode-map): Bind { to isearch-{-char.
7104
7105 * font-lock.el (lisp-font-lock-keywords-2):
7106 Turn off the CL with-... and do-... general patterns.
7107 Instead, recognize several specific with... and do... constructs.
7108
7109 * files.el (switch-to-buffer-other-window):
7110 Bind same-window-buffer-names and same-window-regexps to nil.
7111 (switch-to-buffer-other-frame): Likewise.
7112
7113 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
7114
7115 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
7116 recognizing leading comment on code line.
7117
7118 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
7119
7120 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
7121 hidden files/directories.
7122
7123 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
7124
7125 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
7126 only comment-start (in case the mode hasn't set it).
7127
7128 * Makefile.in (AUTOGENEL): New var.
7129 (bootstrap-prepare): Rename from bootstrap-clean.
7130 Don't remove elc files.
7131 (maintainer-clean): New target.
7132
7133 * xml.el (xml-get-attribute-or-nil): Simplify.
7134
7135 2004-03-02 Juri Linkov <juri@jurta.org>
7136
7137 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
7138 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
7139 URL to prevent their substitution with the environment variable
7140 values by browsers.
7141
7142 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7143
7144 * ps-print.el: Doc fix.
7145 (ps-print-version): New version number (6.6.3).
7146 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
7147 Docstring fix.
7148 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
7149 before printing.
7150 (ps-time-stamp-yyyy-mm-dd): New fun.
7151 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
7152
7153 2004-03-02 Kim F. Storm <storm@cua.dk>
7154
7155 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
7156
7157 2004-03-01 Juanma Barranquero <lektu@terra.es>
7158
7159 * allout.el (allout-rebullet-heading): Fix typo in docstring.
7160
7161 * desktop.el (desktop-file-version)
7162 (desktop-after-read-hook): Fix typos.
7163 (desktop-clear-preserve-buffers): Remove redundant info in
7164 docstring already shown by the obsolescence message.
7165 (desktop-truncate, desktop-internal-v2s)
7166 (desktop-value-to-string): Change argument name to match docstring.
7167
7168 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
7169
7170 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
7171 docstring.
7172
7173 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7174
7175 * printing.el: Replace "As Is..." in PostScript file print/preview by
7176 "No Preprocessing...". Suggested by Colin Marquardt
7177 <_marquardt_@zmd.de>.
7178 (pr-insert-section-4): Adjust buffer interface.
7179
7180 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
7181
7182 Version 2.0.39 of Tramp released.
7183
7184 * net/tramp.el (tramp-handle-file-local-copy)
7185 (tramp-handle-write-region, tramp-open-connection-rsh):
7186 Variable name typo. Small change. From Patrick Tullmann
7187 <tullmann@flux.utah.edu>.
7188 (tramp-process-connection-type): New variable.
7189 (tramp-maybe-open-connection): Use it.
7190 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
7191 (tramp-touch): Set last-modified time of a remote file.
7192 (tramp-handle-write-region): Say which function is used when encoding.
7193
7194 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
7195
7196 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
7197 case of non-existing filename, too. Reported by Christoph Bauer
7198 <c_bauer@informatik.uni-kl.de>.
7199 (tramp-smb-get-file-entries): The directory in question should
7200 have permissions "drwxrwxrwx". Just virtual, because we don't
7201 know the real permissions. Don't we know?
7202 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
7203 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
7204 (tramp-smb-wait-for-output): Optimize algorithm getting pending
7205 output. If it was received chunkwise, there have been problems.
7206 Remove the "prompt not found" error message; it is obvious.
7207 Simplify algorithm.
7208 (tramp-smb-process-running): Remove. Since we acknowledge the
7209 virtual prompt for shares, there's no need for distinction of
7210 reading shares (process ends afterwards) and interactive mode of
7211 smblient.
7212 (tramp-smb-open-connection): Setting process sentinel removed.
7213 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
7214 "NT_STATUS_NETWORK_ACCESS_DENIED".
7215 (tramp-smb-maybe-open-connection): Set `process-connection-type'
7216 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
7217 (top-level): Setting default value in `tramp-default-method-alist'
7218 corrected. Order of USER and HOST have been wrong.
7219 Nobody complained for months ...
7220 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
7221 (tramp-smb-open-connection): Clear password cache if login has failed.
7222
7223 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
7224 `tramp-unified-filenames'.
7225 (tramp-completion-mode): Make test for XEmacs explicitely.
7226 `event-to-character' can exists in Emacs packages too.
7227 Reported by Matt Swift <swift@alum.mit.edu>.
7228 (tramp-buffer-name): Buffer name must contain the user if exists.
7229 Reported by Adrian Phillips <a.phillips@met.no>.
7230 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
7231 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
7232 (tramp-do-copy-or-rename-file-out-of-band): Rename from
7233 `tramp-do-copy-or-rename-file-one-local', because it handles also
7234 the case both files use the same out-of-band method.
7235 Implementation added.
7236 (tramp-handle-file-local-copy, tramp-handle-write-region):
7237 Out-of-band handling removed. `copy-file' called instead, which
7238 calls `tramp-do-copy-or-rename-file-out-of-band'.
7239 (tramp-action-password): Check for out-of-band method removed.
7240 This function is used for 'login-program.
7241 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
7242 appropriate.
7243 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
7244 and `tramp-parse-sknownhosts'.
7245 (tramp-completion-function-alist): It's a defvar now, because we
7246 want to apply the optimized `tramp-set-completion-function'
7247 instead of a static list.
7248 (tramp-set-completion-function): Implementation tuned.
7249 Avoid double entries, and entries where the function or the
7250 file/directory doesn't exist.
7251 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
7252 for SSH2.
7253 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
7254 (tramp-handle-dired-compress-file): New function.
7255 (tramp-async-proc): New variable.
7256 (tramp-handle-shell-command): Adding asynchronous processes.
7257 They are far from being perfect, but it works at least for
7258 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
7259 (top-level): Require password.el if visible. Should be mandatory
7260 once No Gnus has found its way into (X)Emacs.
7261 (tramp-read-passwd): Invoke `password-read' if available,
7262 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
7263 fallback any longer.
7264 (tramp-clear-passwd): New function.
7265 (tramp-process-actions, tramp-process-multi-actions):
7266 Clear password cache if login has failed.
7267
7268 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
7269 its own module.
7270 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
7271 `ange-ftp-ftp-name-res'. There could be incorrect values from
7272 previous calls in case the "ftp" method is used in the Tramp file
7273 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
7274
7275 2004-02-28 Richard M. Stallman <rms@gnu.org>
7276
7277 * term.el (term-mouse-paste): Call mouse-set-point.
7278
7279 * thumbs.el: New file.
7280
7281 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7282
7283 * progmodes/ebnf-abn.el: Doc fix.
7284
7285 * progmodes/ebnf-bnf.el: Doc fix.
7286 (ebnf-repeat): Code fix.
7287
7288 * progmodes/ebnf2ps.el: Doc fix.
7289 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
7290
7291 2004-02-28 Juri Linkov <juri@jurta.org>
7292
7293 * ffap.el (dired-at-point): Additional writability test for
7294 relative directory names.
7295 (dired-at-point-prompter): Treat directories as a directory, get
7296 the directory component from files.
7297 (ffap-string-at-point): Return string from region if region is active.
7298 (ffap-file-at-point): Remove redundant code.
7299
7300 2004-02-28 Kim F. Storm <storm@cua.dk>
7301
7302 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
7303 Initialize margin area images to nil.
7304 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
7305 (breakpoint-enabled-bitmap-face)
7306 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
7307 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
7308 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
7309 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
7310 (gdb-reset): Use gdb-remove-breakpoint-icons.
7311 (gdb-put-string): Add dprop arg to specify alternative display
7312 property (for setting fringe bitmap).
7313 (gdb-remove-strings): Doc fix.
7314 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
7315 icon in fringe (if available), or else as icon or text in display
7316 margin. Creates necessary icons in breakpoint-bitmap,
7317 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
7318 Also make left window margin if required.
7319 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
7320 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
7321 no longer needed.
7322 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
7323 gdb-put-breakpoint-icon.
7324 (gdb-assembler-mode): Don't set left-margin-width here.
7325
7326 2004-02-27 Kevin Ryde <user42@zip.com.au>
7327
7328 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
7329 comma, so that it DTRT in macros.
7330
7331 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
7332
7333 * progmodes/sh-script.el (sh-shell-arg)
7334 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
7335 (sh-leading-keywords, sh-other-keywords): Fix custom type.
7336
7337 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
7338
7339 * faces.el (face-spec-set-match-display): Add a new attribute,
7340 `min-colors'.
7341 (region, highlight, secondary-selection): Use `min-colors'.
7342
7343 * custom.el (defface): Add documentation for `min-colors'.
7344
7345 * font-lock.el (font-lock-comment-face, font-lock-string-face)
7346 (font-lock-keyword-face, font-lock-function-name-face)
7347 (font-lock-variable-name-face, font-lock-constant-face):
7348 Use `min-colors'.
7349
7350 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
7351
7352 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7353
7354 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
7355 define assq-delete-all if it's not defined.
7356 (ebnf-generate-region): Code fix.
7357
7358 * printing.el: Doc fix.
7359 (pr-version): New version number (6.7.2).
7360 (pr-command): Return empty string if command is an empty string.
7361
7362 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7363
7364 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
7365
7366 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
7367 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
7368 semi-down-full. Fix a bug on productions like test = {"test"}* | (
7369 "tt" ["test"] ). Reported by Markus Dreyer
7370 <mdreyer@ix.urz.uni-heidelberg.de>.
7371 (ebnf-version): New version number (4.0).
7372 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
7373 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
7374 (ebnf-delete-style): New commands.
7375 (ebnf-directory, ebnf-file): New funs.
7376 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
7377 (ebnf-production-name-p, ebnf-stop-on-error): New options.
7378 (ebnf-syntax-alist): New var.
7379 (ebnf-element-width): New fun replacing ebnf-list-width.
7380 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
7381 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
7382 (ebnf-prologue): Adjust vars.
7383 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
7384 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
7385 (ebnf-check-style-values, ebnf-generate-production)
7386 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
7387 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
7388 (ebnf-token-repeat): Code fix.
7389
7390 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
7391 %right, %left and %prec. Suggested by Matthew K. Junker
7392 <junker@alum.mit.edu>.
7393 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
7394
7395 * progmodes/ebnf-iso.el: Doc fix.
7396 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
7397 (ebnf-iso-lex): Code fix.
7398
7399 * progmodes/ebnf-bnf.el: Doc fix.
7400 (ebnf-bnf-lex): Code fix.
7401
7402 * progmodes/ebnf-otz.el: Doc fix.
7403
7404 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
7405
7406 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
7407 (abbrev-prefix-mark): Doc fix.
7408
7409 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
7410
7411 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
7412 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
7413 (gdb-var-delete): Make interactive (really).
7414 (gdb-edit-value): Make non-interactive.
7415
7416 * progmodes/gud.el (gud-speedbar-menu-items):
7417 Add gdb-var-delete and, indirectly, gdb-edit-value.
7418 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
7419 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
7420 (gud-gdb-marker-filter): Add comment for annotations.
7421
7422 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
7423
7424 * calendar/calendar.el (generate-calendar)
7425 (calendar-read-date): Prevent display of BC calendars once more -
7426 reverts 2003-10-01 change.
7427 (generate-calendar-month): Doc fix.
7428
7429 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
7430
7431 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
7432 return value of increment-calendar-month.
7433
7434 2004-02-21 Stephen Compall <s11@member.fsf.org>
7435
7436 * saveplace.el (save-place-forget-unreadable-files)
7437 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
7438 (save-place-forget-unreadable-files): New function.
7439 (save-place-alist-to-file): Use it to filter out files that are
7440 no longer readable.
7441
7442 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
7443 current Texinfo environment, using the same method as in
7444 `texinfo-insert-@end', and insert a space rather than a newline if
7445 point in a @table environment.
7446
7447 2004-02-21 Juri Linkov <juri@jurta.org>
7448
7449 * ffap.el (ffap-file-at-point): Try parent directories.
7450
7451 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
7452
7453 * vcursor.el (vcursor-modifiers): New defcustom.
7454 (vcursor-cs-binding): Use vcursor-modifiers instead of a
7455 hard-coded list.
7456
7457 2004-02-21 Masatake YAMATO <jet@gyve.org>
7458
7459 * play/animate.el (animate-birthday-present): Accept names other
7460 than `Sarah', too.
7461
7462 2004-02-21 Juri Linkov <juri@jurta.org>
7463
7464 * startup.el: Remove table of command line arguments from the
7465 Commentary section.
7466
7467 2004-02-20 John Wiegley <johnw@newartisans.com>
7468
7469 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
7470 again" modifier from 'e' to 'E', since 'e' is also used by the
7471 "file extension" modifier.
7472
7473 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
7474
7475 * help-fns.el (describe-categories): Doc fix.
7476
7477 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
7478
7479 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
7480 temporary file for buffer already visiting one. This change makes
7481 output likely to be directly usable by patch program.
7482 Suggested by Adrian Aichner <adrian@xemacs.org>
7483
7484 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
7485
7486 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
7487 case of variables defined in compound statements.
7488 (gdb-setup-windows, gdb-source-info, gdb-source-info):
7489 Simplify constructions using switch-to-buffer.
7490
7491 2004-02-19 Simon Josefsson <jas@extundo.com>
7492
7493 * play/morse.el: Fix typo.
7494 (morse-code): Add @.
7495
7496 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
7497
7498 * calendar/appt.el (appt-display-format): Change default to
7499 'ignore, for backwards compatibility.
7500 (appt-display-message): If appt-display-format is 'ignore,
7501 respect old vars appt-msg-window and appt-visible.
7502 (appt-activate): Don't depend on return value of cancel-timer.
7503
7504 * calendar/calendar.el (calendar-holidays): Doc fix.
7505
7506 * calendar/cal-coptic.el (coptic-prompt-for-date):
7507 Use assoc-string instead of assoc-ignore-case.
7508 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
7509 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
7510 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
7511 * calendar/cal-islam.el (calendar-goto-islamic-date)
7512 (mark-islamic-diary-entries): Ditto.
7513 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
7514 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
7515 (calendar-read-mayan-tzolkin-date): Ditto.
7516 * calendar/calendar.el (calendar-read-date): Ditto.
7517 * calendar/diary-lib.el (mark-diary-entries): Ditto.
7518
7519 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
7520
7521 * progmodes/executable.el (executable-command-find-posix-p):
7522 Fix choice of the directory.
7523
7524 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
7525
7526 * simple.el (interprogram-cut-function)
7527 (interprogram-paste-function, kill-new, kill-append):
7528 Doc fixes.
7529 (kill-region): Make it return nil. Doc fix.
7530 (yank-pop): Make its argument optional.
7531 (yank): Make ARG `-' equivalent to `-1'.
7532
7533 2004-02-17 Eli Zaretskii <eliz@gnu.org>
7534
7535 * mail/rmail.el (rmail-get-new-mail): Don't reference
7536 rmail-use-spam-filter if rmail-spam-filter is not loaded.
7537
7538 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
7539
7540 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
7541 if one of global-auto-revert-non-file-buffers or autorevert-mode
7542 is non-nil.
7543
7544 2004-02-16 Eli Zaretskii <eliz@gnu.org>
7545
7546 * subr.el (delete-dups): A better implementation from Karl Heuer
7547 <kwzh@gnu.org>.
7548
7549 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
7550
7551 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
7552 correct place.
7553 * progmodes/icon.el (icon-indent-command): Ditto.
7554 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
7555
7556 2004-02-16 Eli Zaretskii <eliz@gnu.org>
7557
7558 * progmodes/grep.el (grep-compute-defaults): Undo change from
7559 2004-01-29: don't use executable-command-find-posix-p.
7560
7561 2004-02-16 Richard Sharman <rsharman@pobox.com>
7562
7563 * hilit-chg.el: Use require instead of eval-and-compile.
7564 (highlight-compare-buffers): New function.
7565
7566 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
7567
7568 * man.el (Man-fontify-manpage): Render section headings in
7569 `Man-overstrike-face' even when overstrike was not used by man
7570 formatter for section headings.
7571
7572 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
7573
7574 * rmail-spam-filter.el: (vm-use-spam-filter)
7575 (rsf-min-region-length-added-to-spam-list): New variables.
7576 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
7577 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
7578 spam testing. Don't delete spam message if automatic deletion
7579 after output via variable rmail-delete-after-output is turned on.
7580 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
7581 rsf-bbdb-dont-create-entries-for-spam.
7582 (check-field): New function, extracted from code in
7583 rmail-spam-filter to ease addition of header fields like content-type.
7584 (message-content-type): New variable to check the content-type:
7585 field added, also in defcustom of rsf-definitions-alist.
7586 (rmail-spam-filter): Replace repeated test code for header fields
7587 by calls to check-field; change the call to
7588 rmail-output-to-rmail-file such that rmail-current-message stays
7589 the same to avoid wrong deletion of unseen flags.
7590 (rsf-add-contents-type): New function to convert old format
7591 of rmail-spam-definitions-alist into new one.
7592 Change prefixes of all variables and functions from
7593 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
7594
7595 2004-02-16 Eli Zaretskii <eliz@gnu.org>
7596
7597 * loadhist.el (unload-hook-features-list): New defvar.
7598
7599 2004-02-16 Dave Love <fx@gnu.org>
7600
7601 * loadhist.el (unload-feature): Doc fix. Rename flist to
7602 unload-hook-features-list.
7603
7604 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
7605
7606 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
7607 cookie. Don't check if we are looking-at open-formula.
7608
7609 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
7610
7611 * subr.el (match-string-no-properties): Use substring-no-properties.
7612
7613 2004-02-16 Eli Zaretskii <eliz@gnu.org>
7614
7615 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
7616 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
7617 Use lower-case "rx" in all error message.
7618
7619 2004-02-16 Dave Love <fx@gnu.org>
7620
7621 * emacs-lisp/rx.el (rx-or): Put group around result.
7622 (rx-constituents): Add backref.
7623 (rx-syntax): Add string-delimiter, comment-delimiter.
7624 (rx-categories): Add combining-diacritic.
7625 (rx-check-not, rx-greedy, rx): Doc fix.
7626 (rx-backref, rx-check-backref): New.
7627
7628 2004-02-16 Jesper Harder <harder@ifa.au.dk>
7629
7630 * newcomment.el (uncomment-region): Allow eob as comment end.
7631
7632 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
7633
7634 * filecache.el: All message and error commands now use prefix
7635 "Filecache:" to make it easy to read *Messages* buffer.
7636
7637 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
7638
7639 * autorevert.el: Add support to detect changed dired and VC buffers.
7640 (auto-revert-active-p, auto-revert-list-diff)
7641 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
7642 (auto-revert-handler, auto-revert-active-p): New functions.
7643 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
7644 and `auto-revert-active-p'.
7645 (eval-when-compile): Defvar dired-directory and vc-mode.
7646 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
7647 (auto-revert-handler-vc): New functions.
7648
7649 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
7650
7651 * progmodes/compile.el (compilation-directory): New defvar.
7652 (compile): Save current directory in compilation-directory.
7653 (recompile): Bind default-directory to compilation-directory if
7654 that is non-nil.
7655
7656 2004-02-16 Dave Love <fx@gnu.org>
7657
7658 * newcomment.el (comment-insert-comment-function)
7659 (comment-region-function, uncomment-region-function): New.
7660 (comment-indent): Use comment-insert-comment-function.
7661 (uncomment-region): Use uncomment-region-function.
7662 (comment-region): Use comment-region-function.
7663
7664 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
7665
7666 2004-02-16 Richard Stallman <rms@gnu.org>
7667
7668 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
7669 loaddefs* and ldefs-boot*.
7670
7671 2004-02-16 Eli Zaretskii <eliz@gnu.org>
7672
7673 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
7674 and email address at the beginning and end of the address.
7675
7676 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
7677 anchored at the beginning of the email address.
7678
7679 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
7680
7681 * international/ccl.el (ccl-compile-write): Pass `left' to
7682 ccl-embed-code to generate correct code of write-expr-register.
7683
7684 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
7685
7686 * progmodes/grep.el (grep-compute-defaults): Fix typos.
7687
7688 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7689
7690 * x-dnd.el: Mention support for Motif in commentary.
7691 (x-dnd-handle-drag-n-drop-event): Ditto.
7692
7693 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
7694
7695 * ses.el: Use "ses--" prefixes for buffer-local variables.
7696 Use (point-min) instead of 1, even when we know the buffer
7697 is unnarrowed.
7698 (ses-build-load-map): Delete. Distribute its content to defconst's for
7699 the three maps.
7700 (ses-menu, ses-header-line-menu): New menus.
7701 (ses-mode-map): Use them.
7702 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
7703
7704 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
7705
7706 * Makefile.in: Fix the CC Mode recompile kludge so it works
7707 when building in a different directory.
7708
7709 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
7710
7711 * simple.el (kill-new): Put yank-handler property on the entire string.
7712
7713 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
7714
7715 * diff.el: Don't use compile any more, use diff-mode instead.
7716 (diff-regexp-alist, diff-old-file, diff-new-file)
7717 (diff-parse-differences, diff-process-setup): Remove.
7718 (diff-sentinel): New fun.
7719 (diff): Use it. Run the process ourselves.
7720 Use diff-mode for the rest of the processing.
7721
7722 * diff.el (diff): Simplify code handling `switch'.
7723
7724 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
7725
7726 * pcvs-defs.el (cvs-menu): Add `tag'.
7727
7728 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
7729
7730 * simple.el (kill-append): Doc fix.
7731
7732 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7733 Adapt outline-regexp to the new conventions for commenting out code.
7734
7735 2004-02-11 John Paul Wallington <jpw@gnu.org>
7736
7737 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
7738
7739 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
7740
7741 * diff.el (diff-switches): New fun.
7742 (diff, diff-backup): Use it.
7743 (diff): Clean up the args construction. Use backquote.
7744 Use listp instead of consp to avoid putting a nil arg.
7745 (diff): Add a revert-buffer function.
7746
7747 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7748
7749 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
7750 handled by x-dnd-handle-file-name.
7751 (x-dnd-known-types): Add COMPOUND_TEXT.
7752 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
7753 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
7754 x-dnd-empty-state.
7755 (x-dnd-forget-drop): Ditto.
7756 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
7757 (x-dnd-handle-one-url): Return private when inserting text.
7758 (x-dnd-insert-ctext): New function.
7759 (x-dnd-handle-file-name): New function for FILE_NAME.
7760 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
7761 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
7762 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
7763
7764 2004-02-10 Kenichi Handa <handa@m17n.org>
7765
7766 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
7767 instead of while loop.
7768
7769 2004-02-10 Miles Bader <miles@gnu.org>
7770
7771 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
7772
7773 2004-02-09 Kenichi Handa <handa@m17n.org>
7774
7775 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
7776 have end-of-line.
7777
7778 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
7779
7780 * Makefile.in: Added extra dependencies in the recompile target
7781 needed to cope with the compile time macro expansions in CC Mode.
7782
7783 2004-02-09 Kim F. Storm <storm@cua.dk>
7784
7785 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
7786 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
7787 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
7788 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
7789 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
7790 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
7791 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
7792 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
7793 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
7794 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
7795 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
7796
7797 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
7798
7799 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
7800 Don't allow shrink if there's a window on our right.
7801
7802 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
7803 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
7804 Bring together declaration and initialization.
7805 (prolog-mode-variables): Don't set the syntax table.
7806 Don't set paragraph-start and comment-indent-function.
7807 Add /*..*/ to the comment regexps.
7808 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
7809 (prolog-mode-map): Don't bind TAB.
7810 (prolog-mode): Set the syntax table.
7811 (prolog-comment-indent): Remove.
7812 (inferior-prolog-mode-map): Initialize in the declaration.
7813 (inferior-prolog-mode-syntax-table)
7814 (inferior-prolog-mode-abbrev-table): New vars.
7815 (inferior-prolog-mode): Derive from comint-mode.
7816 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
7817 minibuffer windows.
7818
7819 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
7820 in file names, as long as it is unabmiguous.
7821
7822 2004-02-08 Andreas Schwab <schwab@suse.de>
7823
7824 * textmodes/reftex-toc.el
7825 (reftex-toc-load-all-files-for-promotion): Remove useless use of
7826 format. Doc fix.
7827
7828 * textmodes/refer.el (refer-find-entry-internal): Remove extra
7829 format string arguments.
7830
7831 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
7832 string argument.
7833
7834 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
7835
7836 * play/zone.el (zone-call): Fix format string.
7837
7838 * net/webjump.el (webjump-builtin): Add missing format string argument.
7839
7840 * midnight.el (midnight-delay-set): Remove extra format string argument.
7841
7842 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
7843
7844 * hexl.el (hexl-insert-char): Add missing format string argument.
7845
7846 * format.el (format-decode): Fix format string.
7847
7848 * emulation/vi.el (vi-mode): Remove extra format string argument.
7849 (vi-repeat-last-search): Likewise.
7850 (vi-reverse-last-search): Likewise.
7851 (vi-goto-mark): Likewise.
7852 (vi-reverse-last-find-char): Likewise.
7853 (vi-repeat-last-find-char): Likewise.
7854 (vi-locate-def): Likewise.
7855
7856 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
7857
7858 * ediff-util.el (ediff-toggle-read-only): Remove extra format
7859 string argument.
7860 (ediff-toggle-regexp-match): Likewise.
7861
7862 * dired-aux.el (dired-do-query-replace-regexp): Add missing
7863 format string argument.
7864
7865 * calc/calc-map.el (calc-get-operator): Remove extra format
7866 string argument.
7867
7868 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
7869
7870 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
7871 string argument.
7872
7873 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
7874
7875 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
7876
7877 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
7878
7879 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
7880 (cl-struct-setf-expander): Likewise.
7881
7882 * vc.el (with-vc-file): Fix unsafe uses of error.
7883 (vc-cancel-version): Likewise.
7884
7885 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
7886
7887 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
7888 thousands separator; fixes <class>:<line-number> regexp for
7889 non-english locales.
7890
7891 2004-02-08 Andreas Schwab <schwab@suse.de>
7892
7893 * view.el (view-mode-enable): Revert previous change.
7894
7895 2004-02-07 Kim F. Storm <storm@cua.dk>
7896
7897 * simple.el (line-number-at-pos): Rename from line-at-pos.
7898 Uses changed (what-line and vc-annotate-warp-version).
7899
7900 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
7901
7902 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
7903 (diff-mode): Remove aborted attempt at support for compile.el.
7904 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
7905
7906 2004-02-06 Andreas Schwab <schwab@suse.de>
7907
7908 * view.el (view-mode-enable): Add view-mode-map to
7909 minor-mode-overriding-map-alist.
7910
7911 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7912
7913 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
7914
7915 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
7916
7917 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
7918 with point inside rather than after the paragraph.
7919
7920 2004-02-04 Sam Steingold <sds@gnu.org>
7921
7922 * mail/smtpmail.el (smtpmail-try-auth-methods):
7923 Do not try authentication when no mechanism is available.
7924 Pass port-name as defaultport to `netrc-machine'.
7925
7926 2004-02-04 Stephen Eglen <stephen@gnu.org>
7927
7928 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
7929 to show how minibuffer height can be constrained.
7930
7931 2004-02-04 John Paul Wallington <jpw@gnu.org>
7932
7933 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
7934
7935 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7936
7937 * x-dnd.el: New file for drag and drop.
7938
7939 * term/x-win.el: require x-dnd, set after-make-frame-functions
7940 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
7941 drag-n-drop event.
7942
7943 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
7944 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
7945 (dired-dnd-handle-file): New functions for drag and drop support.
7946 (dired-mode): Initialize drag and drop if x-dnd present.
7947
7948 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
7949
7950 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
7951 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
7952 (cperl-mode): Set fill-paragraph-function.
7953 (cperl-fill-paragraph): Make it non-interactive.
7954
7955 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
7956
7957 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
7958
7959 2004-02-02 David Kastrup <dak@gnu.org>
7960
7961 * replace.el (perform-replace): Allow 'literal argument in
7962 regexp-flag to indicate literal replacement.
7963 (query-replace-regexp-eval): Use it.
7964
7965 2004-02-01 Andreas Schwab <schwab@suse.de>
7966
7967 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
7968
7969 2004-02-01 Stephen Eglen <stephen@gnu.org>
7970
7971 * info-look.el: Add support for maxima-mode. Update commentary
7972 because info-lookup-symbol is now bound to C-h S.
7973
7974 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
7975
7976 * simple.el (edit-and-eval-command): Bind print-level and
7977 minibuffer-history-sexp-flag around call to read-from-minibuffer.
7978 Correct initial position in command-history.
7979
7980 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
7981
7982 * files.el (read-directory-name): Adapt the docstring to recent
7983 change in Fread_file_name.
7984
7985 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
7986
7987 * ses.el (ses-print-cell): If print format too wide for column
7988 width, truncate decimal places if that helps to avoid "#####" fill.
7989 * ses.el (ses-initial-column-width): Revert previous change.
7990
7991 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
7992
7993 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
7994 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
7995 Add edebug info.
7996 (jit-lock-mode): Setup/cancel the new timer.
7997 (jit-lock-context-fontify): New fun. Extracted from
7998 context fontification code of jit-lock-stealth-fontify.
7999 (jit-lock-stealth-fontify): Don't do context fontification any more.
8000
8001 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
8002 (jit-lock-fontify-now): Handle the `quit' case.
8003 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
8004
8005 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
8006
8007 * progmodes/executable.el (executable-command-find-posix-p):
8008 New. Check if find handles arguments Posix-style.
8009
8010 * progmodes/grep.el (grep-compute-defaults):
8011 Use executable-command-find-posix-p.
8012 (grep-find): Check `grep-find-command'.
8013
8014 * filecache.el (file-cache-find-posix-p): Delete.
8015 (file-cache-add-directory-using-find):
8016 Use `executable-command-find-posix-p'.
8017
8018 2004-01-29 Dave Love <fx@gnu.org>
8019
8020 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
8021 Iterate the hook function if arg is given.
8022 (mark-defun, narrow-to-defun): Change order of finding the limits.
8023
8024 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
8025 (byte-compile-format-warn): New.
8026 (byte-compile-callargs-warn): Use it.
8027 (Format, message, error): Add byte-compile-format-like property.
8028 (byte-compile-maybe-guarded): New.
8029 (byte-compile-if, byte-compile-cond): Use it.
8030 (byte-compile-lambda): Compile interactive forms,
8031 just to make warnings about them.
8032
8033 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
8034
8035 * ses.el (ses-initial-column-width): Increase to 14, so it will
8036 work well with the default printer of "%.7g" for extreme values
8037 like "-1.234567e+07".
8038
8039 2004-01-29 Kenichi Handa <handa@m17n.org>
8040
8041 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
8042
8043 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
8044
8045 * dos-w32.el: Added support for the `default-printer-name' function.
8046
8047 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
8048
8049 * server.el (server-socket-name): Don't use the hostname in the
8050 socket name since /tmp is local to the host anyway.
8051
8052 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
8053 robust check of widening and fix var-naming.
8054
8055 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
8056
8057 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
8058 or rmail-spam- to rsf- in all function and variable names.
8059 (rsf-min-region-to-spam-list): New variable.
8060 (rsf-bbdb-auto-delete-spam-entries): Rename from
8061 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
8062 scanned together with the recipients field for spam testing; Don't
8063 delete spam message if rmail-delete-after-output is non-nil;
8064 (rsf-check-field): New function, extracted from code in
8065 rmail-spam-filter to ease addition of header fields like
8066 content-type:;
8067 (message-content-type): New variable. The content-type: field was
8068 added also in defcustom of rsf-definitions-alist;
8069 (rmail-spam-filter): Replace repeated test code for header fields
8070 by calls to check-field; change the call to
8071 rmail-output-to-rmail-file such that rmail-current-message stays
8072 the same to avoid wrong deletion of unseen flags.
8073 (rmail-use-spam-filter): Add autoload cookie.
8074
8075 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
8076
8077 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
8078 (file-cache-add-directory-using-find): Add Cygwin support.
8079 (file-cache-find-command-posix-flag): New user variable.
8080
8081 * filecache.el (file-cache-add-directory): Check for
8082 directories an remove them from dir-files.
8083
8084 2004-01-27 Richard M. Stallman <rms@gnu.org>
8085
8086 * man.el (Man-fontify-manpage): Clean up message.
8087
8088 2004-01-27 Kenichi Handa <handa@m17n.org>
8089
8090 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
8091 (sentence-end): Define using sentence-end-without-space.
8092
8093 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
8094 a sentence ends with one of a character in sentence-end-without-space.
8095
8096 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
8097
8098 * font-lock.el (font-lock): Add jit-lock as explicit group member.
8099 (jit-lock): Group declaration moved to jit-lock.el.
8100 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
8101 when necessary.
8102
8103 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
8104 (jit-lock-context-unfontify-pos): Rename from
8105 jit-lock-first-unfontify-pos.
8106 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
8107
8108 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
8109
8110 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
8111 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
8112 (fortran-fill): When filling a string, adjust re-search-backward
8113 argument for special case of string just on fill-column.
8114 When filling non-string, allow one extra char if
8115 fortran-break-before-delimiters is non-nil.
8116 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
8117 Use fortran-break-delimiters-re and fortran-no-break-re to
8118 correctly handle cases such as "**".
8119
8120 * progmodes/f90.el (f90-break-delimiters): Doc fix.
8121 (f90-no-break-re): Add some extra tokens. Doc fix.
8122
8123 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
8124
8125 * mail/rmail-spam-filter.el:
8126 Use two semicolons as Commentary line prefix.
8127 Add ";;; Code:" stylized comment.
8128 Delete end-of-line whitespace.
8129 Wrap (require 'cl) with `eval-when-compile'.
8130
8131 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
8132
8133 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
8134 at the top level of vc.el.
8135
8136 2004-01-23 Andre Spiegel <spiegel@gnu.org>
8137
8138 * vc.el (vc-current-line): Function removed. This is now done by
8139 the new function line-at-pos in simple.el.
8140 (vc-annotate-warp-version): Use line-at-pos instead of
8141 vc-current-line.
8142
8143 2004-01-22 Kim F. Storm <storm@cua.dk>
8144
8145 * simple.el (line-at-pos): New defun.
8146 (what-line): Use it. Optimize by only counting lines in narrowed
8147 region once.
8148
8149 2004-01-22 Kenichi Handa <handa@m17n.org>
8150
8151 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
8152 point (register r1) only for charset mule-unicode-0100-24ff.
8153
8154 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
8155
8156 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
8157 trailing white space and ensure a final newline.
8158
8159 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
8160 Add autoload cookie.
8161
8162 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
8163
8164 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
8165 activate view-mode explicitly.
8166
8167 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8168
8169 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
8170 use clipboard first.
8171
8172 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
8173
8174 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
8175 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
8176 (vc-mcvs-cvs): Remove.
8177 (vc-mcvs-command): Remove use of assert.
8178
8179 * outline.el (outline-insert-heading): Tighten up match.
8180 (outline-demote, outline-move-subtree-down): Don't assume anything
8181 about outline-regexp.
8182
8183 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
8184 (texinfo-show-structure): Explicitly add ^, and simplify.
8185
8186 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
8187
8188 * calendar/appt.el (appt-check): Restore usage of
8189 appt-issue-message deleted in previous change.
8190 (top-level): Activate package when loaded (needed for backwards
8191 compatibility).
8192
8193 2004-01-20 Jesper Harder <harder@ifa.au.dk>
8194
8195 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
8196 following previous change to smtpmail-send-data.
8197
8198 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
8199
8200 * vc.el (vc-default-previous-version): Doc enhancement.
8201 (vc-default-next-version): New function.
8202 (vc-print-log): New arg FOCUS-REV.
8203 (vc-annotate-mode): Derive from view-mode.
8204 (vc-annotate): New args REVISION, DISPLAY-MODE.
8205 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
8206 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
8207 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
8208 (vc-annotate-show-diff-revision-at-line, vc-current-line)
8209 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
8210
8211 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
8212
8213 2004-01-19 Karl Berry <karl@gnu.org>
8214
8215 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
8216 or "TexInfo".
8217
8218 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
8219
8220 * subr.el (delete-dups): New function.
8221
8222 2004-01-19 Karl Berry <karl@gnu.org>
8223
8224 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
8225 with ^, since that's what texinfo-show-structure
8226 documentation says (plus it works much better in texinfo.txi).
8227
8228 2004-01-18 Jesper Harder <harder@ifa.au.dk>
8229
8230 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
8231
8232 2004-01-18 David Ponce <david@dponce.com> (tiny change)
8233
8234 * progmodes/which-func.el (which-function-mode): Don't cancel
8235 which-func-update-timer if not set.
8236
8237 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
8238
8239 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
8240 Remove spurious left square bracket in XX:XXam regexp.
8241
8242 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
8243
8244 * progmodes/cc-defs.el: Do not require cl at run time.
8245
8246 2004-01-16 Richard M. Stallman <rms@gnu.org>
8247
8248 * emacs-lisp/cl.el (cl-cannot-unload): New function.
8249 (cl-unload-hook): Defvar this to run cl-cannot-unload.
8250
8251 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
8252 Call rmail-spam-filter. Delete and expunge spam.
8253 Print number of spam messages deleted.
8254 Save and restore the deletion status of old messages when reading
8255 new mail with spam filter, so that expunging spam does not expunge
8256 msgs deleted by the user.
8257 (rmail-only-expunge): Add an optional argument dont-show to
8258 prevent showing message after expunge.
8259
8260 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
8261
8262 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
8263 * subr.el (declare): New macro.
8264
8265 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
8266
8267 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
8268
8269 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
8270
8271 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8272 Test window-system rather than system-type (for X11/Mac).
8273
8274 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
8275
8276 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
8277
8278 2004-01-12 Richard M. Stallman <rms@gnu.org>
8279
8280 * mail/rmail.el (rmail-convert-to-babyl-format):
8281 Use mail-unquote-printable-region.
8282 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
8283 (rmail-hex-char-to-integer): Functions deleted.
8284
8285 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
8286 (mail-unquote-printable-region): New arg NOERROR.
8287 For invalid encoding, either signal an error to just return nil.
8288
8289 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
8290
8291 * calendar/appt.el: Update copyright and commentary.
8292 (appt-issue-message): Make obsolete.
8293 (appt-visible, appt-msg-window): Make obsolete, in favour of
8294 appt-display-format.
8295 (appt-display-mode-line, appt-display-duration)
8296 (appt-display-diary, appt-time-msg-list, appt-mode-string)
8297 (appt-prev-comp-time, appt-display-count, appt-timer)
8298 (appt-convert-time): Doc change.
8299 (appt-disp-window-function, appt-delete-window-function):
8300 Use defcustom rather than defvar.
8301 (appt-display-format): New variable.
8302 (appt-display-message): New function with display code from appt-check.
8303 (appt-check): Add optional FORCE argument. Doc change.
8304 Add appt-make-list to diary-hook if displaying diary.
8305 Remove checking of view-diary-entries-initially.
8306 Message display section removed to new function appt-display-message.
8307 (appt-display-window): Doc change. Remove unused internal var
8308 this-buffer. Do not beep, since appt-display-message does that.
8309 (appt-make-list): Doc change. Use caar.
8310 (appt-sort-list): Simplify by using builtin sort function.
8311 (appt-update-list): New function for updating appts when diary is
8312 saved.
8313 (appt-activate): New autoloaded function to toggle package
8314 functionality.
8315
8316 * calendar/cal-x.el: (calendar-one-frame-setup)
8317 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
8318
8319 * calendar/calendar.el: Update copyright.
8320 (view-diary-entries-initially, european-calendar-style): Doc change.
8321 (calendar-setup): Make defcustom rather than defvar.
8322 (mark-visible-calendar-date): Initialize temp-face and faceinfo
8323 in let binding so local to function.
8324
8325 * calendar/diary-lib.el: Update copyright.
8326 (diary, diary-entry-time): Doc change.
8327 (list-diary-entries): Doc change. Trivial logic change.
8328 (fancy-diary-display): Restore make-face command mistakenly
8329 deleted 2003-05-08.
8330 (show-all-diary-entries): Allow to pop-up frame if needed.
8331
8332 2004-01-09 John Paul Wallington <jpw@gnu.org>
8333
8334 * bindings.el (mode-line-change-eol): Add EVENT parameter.
8335 Temporarily select EVENT's window for changing eol type.
8336
8337 2004-01-09 Deepak Goel <deego@gnufans.org>
8338
8339 * calendar/diary-lib.el (diary-entry-time):
8340 Also accept time in the form XX[.XX][am/pm/AM/PM].
8341 (fancy-diary-font-lock-keywords): Likewise.
8342 (diary-font-lock-keywords): Likewise.
8343 * calendar/appt.el (appt-add): Likewise.
8344 (appt-make-list): Likewise.
8345 (appt-convert-time): Likewise.
8346
8347 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
8348
8349 * gdb-ui.el (gdb-ann3): Revert previous change.
8350 (gdb-source-info): Allow for case of where compilation directory
8351 is not recorded.
8352
8353 2004-01-08 John Paul Wallington <jpw@gnu.org>
8354
8355 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
8356
8357 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
8358
8359 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
8360
8361 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
8362 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
8363 problems.
8364 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
8365
8366 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
8367
8368 * files.el (write-file-functions, write-contents-functions):
8369 Clarify docstrings.
8370
8371 2004-01-07 Kenichi Handa <handa@m17n.org>
8372
8373 * international/mule.el (set-auto-coding): Fix for the case that
8374 end-of-line is only CR.
8375
8376 2004-01-07 Kim F. Storm <storm@cua.dk>
8377
8378 * subr.el (event-start, event-end): Doc fix.
8379 (posn-string, posn-image): New defuns.
8380 (posn-object): Return either image or string object.
8381 (posn-object-x-y): Return 8th element of position.
8382 (posn-object-width-height): New defun.
8383
8384 2004-01-06 Andreas Schwab <schwab@suse.de>
8385
8386 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
8387 output.
8388
8389 2004-01-05 Karl Berry <karl@gnu.org>
8390
8391 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
8392 / and *, too.
8393
8394 2003-12-31 Simon Josefsson <jas@extundo.com>
8395
8396 * files.el (before-save-hook): Add.
8397 (basic-save-buffer): Use before-save-hook.
8398
8399 * emacs-lisp/copyright.el: Fix comment to recommend
8400 before-save-hook instead of write-file-functions.
8401
8402 2004-01-05 Richard M. Stallman <rms@gnu.org>
8403
8404 * finder.el (finder-commentary): Call delete-other-windows.
8405
8406 * net/ange-ftp.el (ange-ftp-file-attributes):
8407 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
8408
8409 2004-01-04 Karl Berry <karl@gnu.org>
8410
8411 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
8412 comment characters % and # in the copyright year notice,
8413 as well as ;.
8414
8415 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
8416
8417 * wid-edit.el (default): Define dummy :value-delete.
8418 Reported by Jesper Harder <harder@ifa.au.dk>.
8419
8420 2004-01-03 Richard M. Stallman <rms@gnu.org>
8421
8422 * progmodes/compile.el (compile-internal): Use point, not point-min,
8423 for set-window-point.
8424
8425 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
8426
8427 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
8428
8429 * progmodes/grep.el (grep-mode-map):
8430 Don't remap next-line, previous-line.
8431
8432 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
8433
8434 * speedbar.el (speedbar-edit-line): Change regexp to position
8435 the cursor on the first character of this line's button.
8436
8437 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
8438
8439 * subr.el (functionp): Doc fix.
8440
8441 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
8442
8443 * progmodes/idlwave.el (idlwave-make-tags):
8444 * textmodes/flyspell.el (flyspell-large-region):.
8445 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
8446 * emulation/viper-util.el (viper-glob-unix-files):
8447 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
8448 * man.el (Man-init-defvars):
8449 * jka-compr.el (jka-compr-call-process):
8450 * files.el (get-free-disk-space,insert-directory):
8451 * ediff-ptch.el (ediff-test-patch-utility):
8452 * ediff-diff.el (ediff-test-utility):
8453 * dired-aux.el (dired-check-process):
8454 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
8455 test the return value of call-process, because it can be a string.
8456
8457 2003-12-31 John Paul Wallington <jpw@gnu.org>
8458
8459 * bindings.el (completion-ignored-extensions): Add .pfsl.
8460
8461 2003-12-31 Kim F. Storm <storm@cua.dk>
8462
8463 * ido.el (ido-nonreadable-directory-p): New defun to check for
8464 nonreadable directory without activating tramp (to avoid problems
8465 with checking incomplete tramp paths).
8466 (ido-set-current-directory, ido-file-internal)
8467 (ido-file-name-all-completions1): Use it.
8468
8469 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
8470
8471 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
8472 documentation if the anchor (or node) name is preceded by `info
8473 anchor' or `Info anchor' in addition to earlier `info node' and
8474 `Info node'.
8475 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
8476
8477 2003-12-30 Eli Zaretskii <eliz@gnu.org>
8478
8479 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
8480 error in arguments to base64-decode-region. Remove ^M characters
8481 after decoding base64.
8482
8483 2003-12-30 Simon Josefsson <jas@extundo.com>
8484
8485 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
8486 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
8487 have only been distributed with Emacs for some years.
8488 (texinfo-mode-hook): Customize.
8489
8490 2003-12-30 Eli Zaretskii <eliz@gnu.org>
8491
8492 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
8493 cleaner (suggested by Richard Stallman).
8494
8495 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
8496 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
8497 file-name clashes on 8+3 DOS filesystems.
8498
8499 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
8500 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
8501 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
8502 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
8503 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
8504 file-name clashes on 8+3 filesystems.
8505
8506 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
8507 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
8508 file-name clashes on 8+3 DOS filesystems.
8509
8510 2003-12-29 Richard M. Stallman <rms@gnu.org>
8511
8512 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
8513 Upcase the character.
8514
8515 * textmodes/flyspell.el (mail-mode-flyspell-verify):
8516 Search for header separator alone on a line, literally,
8517 and search for it backward, not forward.
8518 (flyspell-abbrev-table): Always use global-abbrev-table
8519 if there is no local one.
8520
8521 * progmodes/sh-script.el (sh-get-indent-info):
8522 Don't move point back if at bob.
8523
8524 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
8525
8526 * play/handwrite.el (handwrite): Make the handwrite credit message
8527 a comment rather than an output command.
8528
8529 * obsolete/sc.el: Display message that this file is obsolete.
8530
8531 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
8532
8533 * mail/rfc822.el (rfc822-address-start): Declare variable.
8534 Renamed from address-start. All uses changed.
8535
8536 * term.el (term-exec): Set up sentinel.
8537 (term-sentinel): New function.
8538 (term-handle-exit): New function.
8539
8540 * subr.el (assoc-ignore-case, assoc-ignore-representation):
8541 Use assoc-string, and mark them obsolete.
8542 (delay-mode-hooks): Mark as permanent local.
8543
8544 * simple.el (sendmail-user-agent-compose): Use assoc-string.
8545
8546 * register.el (copy-rectangle-to-register): Doc fix.
8547
8548 * info.el (Info-insert-dir): Use assoc-string.
8549
8550 * info-look.el (info-lookup): Use assoc-string.
8551
8552 * frame.el (pop-up-frame-function): Use quote, not `function'.
8553 (frame-notice-user-settings): Calculate ADJUSTED-TOP
8554 copying with lists as coordinate values.
8555
8556 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
8557
8558 * find-dired.el (kill-find): New command.
8559 (find-dired): Make buffer read-only.
8560 Set up a keymap with C-c C-k running kill-find.
8561 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
8562
8563 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
8564
8565 * filecache.el (file-cache-ignore-case): New variable.
8566 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
8567
8568 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
8569 (comint-dynamic-complete-as-filename): Rename local vars.
8570 (comint-dynamic-list-filename-completions): Likewise.
8571
8572 * comint.el (comint-dynamic-list-completions-config): New var.
8573 (comint-dynamic-list-completions): Handle both SPC and TAB right.
8574
8575 * comint.el (comint-file-name-chars): Add [].
8576 (comint-word): Use skip-chars-backward, not search.
8577
8578 * shell.el (shell-file-name-chars): Add [].
8579
8580 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
8581
8582 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
8583
8584 * generic.el (define-generic-mode): Doc fix.
8585
8586 2003-12-29 Eli Zaretskii <eliz@gnu.org>
8587
8588 * files.el (kill-some-buffers): Doc fix.
8589
8590 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
8591
8592 * comint.el (comint-watch-for-password-prompt): Pass `string' as
8593 arg to send-invisible
8594 (send-invisible): Doc fix. The argument is now a prompt, not the
8595 string to send.
8596 (comint-read-noecho): Doc fix.
8597
8598 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
8599
8600 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
8601 "@", as required by some ISP hosting service. Fix defcustom
8602 argument syntax errors that prevented use of customization.
8603
8604 2003-12-29 Eli Zaretskii <eliz@gnu.org>
8605
8606 * xml.el (xml-get-attribute-or-nil): Doc fix.
8607
8608 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
8609
8610 * net/zone-mode.el (zone-mode): Use write-file-functions, not
8611 write-file-hooks.
8612
8613 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
8614
8615 * autorevert.el (auto-revert-interval): Doc fix.
8616
8617 2003-12-29 Mark A. Hershberger <mah@everybody.org>
8618
8619 * xml.el (xml-get-attribute-or-nil): New function, like
8620 xml-get-attribute, but returns nil if the attribute was not found.
8621 (xml-get-attribute): Convert to defsubst, uses
8622 xml-get-attribute-or-nil.
8623
8624 2003-12-29 Eli Zaretskii <eliz@gnu.org>
8625
8626 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
8627
8628 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
8629
8630 * custom.el (custom-declare-theme): Use `value' when putting
8631 properties on `theme'.
8632
8633 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
8634
8635 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
8636 for each yank-handler segment.
8637 (insert-for-yank-1): New function, with the body of the previous
8638 insert-for-yank.
8639
8640 * textmodes/table.el (table-yank-handler): New defcustom.
8641 (table--put-cell-indicator-property): Put yank-handler property
8642 that indicates the yank handler for the table cell.
8643
8644 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
8645
8646 * generic-x.el (etc-modules-conf-generic-mode): A more complete
8647 set of keywords.
8648
8649 2003-12-29 Eli Zaretskii <eliz@gnu.org>
8650
8651 * international/mule-cmds.el (reset-language-environment)
8652 (set-language-environment): Don't invoke fontset-related functions
8653 if fontset-list is not fboundp.
8654
8655 2003-12-29 Kenichi Handa <handa@m17n.org>
8656
8657 * international/mule-cmds.el (reset-language-environment):
8658 Call set-overriding-fontspec-internal with nil.
8659 (set-language-environment): Call set-overriding-fontspec-internal
8660 if the language environment specify `overriding-fontspec'.
8661 (language-info-alist): Doc added.
8662
8663 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
8664 characters of mule-unicode-0100-24ff.
8665 (ccl-encode-windows-1251-font): New CCL program.
8666 ("Bulgarian"): Specify overriding-fontspec.
8667 ("Belarusian"): Likewise.
8668
8669 2003-12-28 Sam Steingold <sds@gnu.org>
8670
8671 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
8672 parameter ID-FORMAT to conform with the 2003-11-30 patch.
8673
8674 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
8675
8676 * progmodes/gud.el (gud-gdb-command-name): Set default to
8677 "gdb --annotate=3".
8678 (gud-gdb-marker-filter): Look out for annotations.
8679 (gdb-first-pre-prompt): New variable.
8680 Remove trailing white space.
8681
8682 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
8683 if necessary.
8684 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
8685 annotations are detected.
8686 (gud-gdba-marker-filter): Use global variable gud-marker-acc
8687 instead of a local one to allow transition from
8688 gud-gdb-marker-filter.
8689 Remove trailing white space.
8690
8691 2003-12-27 Kim F. Storm <storm@cua.dk>
8692
8693 * ido.el: Handle non-readable directories.
8694 (ido-decorations): Add 9th element for non-readable directory.
8695 (ido-directory-nonreadable): New dynamic var.
8696 (ido-set-current-directory): Set it.
8697 (ido-read-buffer, ido-file-internal):
8698 (ido-read-file-name, ido-read-directory-name): Let-bind it.
8699 (ido-file-name-all-completions1): Return empty list for
8700 non-readable directory.
8701 (ido-exhibit): Print [Not readable] if directory is not readable.
8702 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
8703 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
8704 Use it.
8705
8706 2003-12-27 Lars Hansen <larsh@math.ku.dk>
8707
8708 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
8709 calls to directory-files-and-attributes and file-attributes.
8710 (ls-lisp-format): Remove system dependent handling of user and
8711 group id's.
8712
8713 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
8714
8715 * ffap.el (ffap-read-file-or-url): Revert previous change.
8716
8717 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
8718
8719 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
8720 new list of included files called `files-with-node-lines', that
8721 only have node lines. This way @include commands can include any
8722 file, such as version and update files without node lines, not
8723 just files that are chapters.
8724
8725 2003-12-25 Andreas Schwab <schwab@suse.de>
8726
8727 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
8728 file not found.
8729
8730 2003-12-08 Miles Bader <miles@gnu.org>
8731
8732 * dired.el (dired-between-files): Always use dired-move-to-filename,
8733 which is more robust in non-english locales.
8734
8735 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
8736
8737 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
8738
8739 2003-12-24 Andreas Schwab <schwab@suse.de>
8740
8741 * shell.el (shell-file-name-quote-list): Add backslash.
8742
8743 * comint.el (comint-quote-filename): Correctly handle backslash
8744 in comint-file-name-quote-list.
8745
8746 2003-12-24 Kenichi Handa <handa@m17n.org>
8747
8748 * international/mule-cmds.el (set-default-coding-systems):
8749 Call ucs-set-table-for-input for all buffers that don't have local
8750 value of buffer-file-coding-system.
8751
8752 * international/ucs-tables.el (ucs-set-table-for-input):
8753 If translation-table-for-encode is a symbol, get its
8754 translation-table property.
8755
8756 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
8757
8758 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
8759 to `completing-read' on a recently fixed bug.
8760
8761 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
8762 instead of SPACE, to get the list of possible fringe modes.
8763 SPACE only works if both `partial-completion-mode' and
8764 `completion-auto-help' are nil.
8765
8766 * complete.el (PC-is-complete-p): Delete.
8767 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
8768 calls to `test-completion'.
8769
8770 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
8771
8772 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
8773 to edit values when there are no children.
8774
8775 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
8776 a mode called "Assembler" already exists.
8777 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
8778 (gud-watch): Use format option. Remove font properties from string.
8779 (gdb-var-create-handler, gdb-var-list-children-handler):
8780 Don't bother about properties as there are none.
8781 (gdb-var-create-handler, gdb-var-list-children-handler)
8782 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
8783 with two arguments.
8784 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
8785 Let speedbar show value changes with a different font.
8786 (gdb-edit-value): New defun.
8787 (gdb-clear-partial-output, gdb-clear-inferior-io)
8788 (def-gdb-auto-update-handler): Use erase-buffer.
8789 (gdb-frame-handler): Display watch expressions in
8790 FUNCTION::VARIABLE format if required.
8791
8792 2003-12-23 John Paul Wallington <jpw@gnu.org>
8793
8794 * info.el (Info-unescape-quotes, Info-split-parameter-string)
8795 (Info-goto-emacs-command-node): Doc fixes.
8796
8797 2003-12-12 Jesper Harder <harder@ifa.au.dk>
8798
8799 * cus-edit.el (custom-add-parent-links): Define "many".
8800
8801 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
8802
8803 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
8804 (widget-child-validate, widget-type-value-create)
8805 (widget-type-default-get, widget-type-match): New functions.
8806 (lazy): New widget.
8807 (menu-choice, checklist, radio-button-choice, editable-list)
8808 (group, documentation-string): Remove redundant (per 2003-10-25
8809 change) calls to `widget-children-value-delete'.
8810 (widget-choice-value-get, widget-choice-value-inline): Remove.
8811 (menu-choice): Update widget.
8812
8813 2003-12-03 Kenichi Handa <handa@m17n.org>
8814
8815 * language/cyrillic.el: Register "microsoft-cp1251" in
8816 ctext-non-standard-encodings-alist.
8817 ("Bulgarian"): Add ctext-non-standard-encodings.
8818 ("Belarusian"): Likewise.
8819
8820 * international/mule-conf.el (compound-text-with-extensions):
8821 Change the type to 2 (iso-2022 base).
8822
8823 * international/mule.el (ctext-non-standard-encodings-alist):
8824 Change the format.
8825 (ctext-non-standard-encodings): New variable.
8826 (ctext-post-read-conversion): Fully re-written.
8827 (ctext-non-standard-designations-alist): Delete it.
8828 (ctext-non-standard-encodings-table): New function.
8829 (ctext-pre-write-conversion): Fully re-written.
8830
8831 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
8832
8833 * cus-edit.el (custom-add-parent-links): Add documentation links
8834 for parent, if the item has none of its own.
8835
8836 2003-11-30 Richard M. Stallman <rms@gnu.org>
8837
8838 * dired-aux.el (dired-do-query-replace-regexp):
8839 Report files visited read-only.
8840
8841 2003-11-30 Juri Linkov <juri@jurta.org>
8842
8843 * dired-aux.el (dired-compare-directories): New command.
8844 (dired-file-set-difference, dired-files-attributes): New functions.
8845
8846 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
8847 Version 2.0.38 of Tramp released.
8848
8849 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
8850 Charles Curley <charlescurley@charlescurley.com>.
8851 (tramp-multi-connection-function-alist): Add ssht entry which adds
8852 "-e none -t -t" to the list of ssh args. Suggested by Adrian
8853 Aichner.
8854 (tramp-get-method-parameter): New function to retrieve a method
8855 parameter. This allows for omission of method parameters.
8856 Callers adjusted.
8857
8858 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
8859
8860 * net/tramp.el: Add new optional parameter ID-FORMAT to
8861 `file-attributes'. Calls of `file-attributes' won't use this
8862 parameter for backward compatibility reasons.
8863 (tramp-perl-file-attributes): Add a new parameter to Perl script
8864 in order to handle uid/gid as strings, if desired.
8865 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
8866 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
8867 order to make the function more general.
8868 (tramp-handle-file-attributes): Replace proprietary optional
8869 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
8870 (tramp-handle-file-attributes-with-perl): Handle parameter
8871 NONNUMERIC if set. This wasn't done in the past.
8872 (tramp-post-connection): Apply second parameter "$2" if
8873 `tramp-remote-perl' is called.
8874
8875 * net/tramp-smb.el (tramp-smb-handle-delete-file):
8876 Correct cut'n'waste error (`filename' instead of `directory').
8877 (tramp-smb-handle-directory-files-and-attributes)
8878 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
8879 introduced parameter ID-FORMAT.
8880 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
8881 error (`directory' instead of `ldir').
8882
8883 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
8884 `file-attributes' has a second parameter. If yes, apply it with
8885 value "'integer". Otherwise, don't use that parameter (default is
8886 integer format).
8887
8888 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
8889
8890 * help.el (help-map): Bind `display-local-help' to `C-h .'.
8891 (help-for-help): Add `C-h .' to the listed Help options.
8892 Remove trailing whitespace.
8893
8894 * help-at-pt.el: New file.
8895
8896 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
8897
8898 * subr.el (noreturn, 1value): New macros for test coverage.
8899 See `testcover.el'.
8900
8901 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
8902
8903 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
8904 for macro `1value'.
8905 (testcover-1value): New function. Checks that a 1value form
8906 actually returns only one value. Requested by RMS.
8907
8908 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
8909
8910 * gdb-ui.el (gud-watch, gdb-var-create-handler)
8911 (gdb-var-list-children, gdb-var-list-children-handler)
8912 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
8913 gdb commands that use mi to keep them out of the command history.
8914
8915 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8916
8917 * cus-start.el (all): Add use-file-dialog.
8918
8919 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
8920
8921 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
8922
8923 2003-11-27 Kim F. Storm <storm@cua.dk>
8924
8925 * subr.el (posn-object-x-y): New defun.
8926
8927 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
8928
8929 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
8930 Don't use `space' for \\\n.
8931 Be more selective as to which # are comment-starters.
8932
8933 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
8934
8935 * subr.el (number-sequence): Improve handling of floating point
8936 arguments (suggested by Kim Storm). Allow negative arguments.
8937
8938 2003-11-26 Kenichi Handa <handa@m17n.org>
8939
8940 * international/mule-cmds.el (standard-display-european-internal):
8941 Cancel the standard-display-table setting for ` and '.
8942
8943 2003-11-26 Kim F. Storm <storm@cua.dk>
8944
8945 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
8946 New defcustoms to add ffap-like functionality to ido.
8947 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
8948 (ido-no-final-slash): New defun.
8949 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
8950 (ido-read-file-name): ): Toggle VC checking via
8951 vc-handled-backends instead of vc-master-templates.
8952 (ido-file-internal): Handle ido-use-url-at-point and
8953 ido-use-filename-at-point via code borrowed from ffap-guesser.
8954 Handle new ido-exit code ffap.
8955 (ido-sort-list): Ignore final slash when sorting file names.
8956
8957 2003-11-25 Kim F. Storm <storm@cua.dk>
8958
8959 * emulation/cua-base.el (cua--standard-movement-commands):
8960 Add forward-sentence and backward-sentence.
8961
8962 2003-11-25 Stephen Eglen <stephen@gnu.org>
8963
8964 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
8965 iswitchb-exit is set to 'usefirst when user selects buffer at head
8966 of list using RET. (Selecting buffers at the head of the list was
8967 broken if the substring was also a complete buffername.)
8968
8969 2003-11-23 Kim F. Storm <storm@cua.dk>
8970
8971 * progmodes/compile.el (grep-command, grep-use-null-device)
8972 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
8973 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
8974 (grep-regexp-alist, grep-program, find-program)
8975 (grep-find-use-xargs, grep-history, grep-find-history)
8976 (grep-process-setup, grep-compute-defaults)
8977 (grep-default-command, grep, grep-tag-default, grep-find)
8978 (grep-expand-command-macros, grep-tree-last-regexp)
8979 (grep-tree-last-files, grep-tree): Move grep variables, functions
8980 and commands to new file grep.el.
8981 (compilation-mode-map): Remove grep commands from Compile sub-menu.
8982 (compilation-process-setup-function): Doc fix.
8983 (compilation-highlight-regexp, compilation-highlight-overlay): New
8984 defvars used for highlighting current compile error in source buffer.
8985 (compile-internal): New optional args HIGHLIGHT-REGEXP and
8986 LOCAL-MAP which overrides compilation-highlight-regexp and
8987 compilation-mode-map for this compilation.
8988 Delay calling compilation-set-window-height until after running
8989 compilation-process-setup-function so it can buffer-local override
8990 compilation-window-height.
8991 Check buffer-local value of compilation-scroll-output.
8992 (compilation-set-window-height): Use buffer-local value of
8993 compilation-window-height.
8994 (compilation-revert-buffer): Don't pass (undefined)
8995 preserve-modes arg to revert-buffer.
8996 (next-error-no-select, previous-error-no-select): New commands.
8997 (compilation-goto-locus): Temporarily highlight current match in
8998 source buffer using compilation-highlight-regexp.
8999
9000 * progmodes/grep.el: New file with grep code from compile.el.
9001 (grep): New defcustom group.
9002 (grep-window-height): New defcustom, like compilation-window-height.
9003 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
9004 (grep-scroll-output): New defcustom, like compilation-scroll-output.
9005 (grep-command, grep-use-null-device, grep-find-command)
9006 (grep-tree-files-aliases, grep-tree-ignore-case)
9007 (grep-tree-ignore-CVS-directories): Move to grep custom group.
9008 (grep-setup-hook): New hook variable.
9009 (grep-mode-map): New keymap for grep commands. Add Grep menu.
9010 (grep-last-buffer): New defvar, override compilation-last-buffer.
9011 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
9012 Call compile-internal with args highlight-regexp and grep-mode-map.
9013
9014 2003-11-23 Kim F. Storm <storm@cua.dk>
9015
9016 * subr.el (event-start, event-end): Doc fix.
9017 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
9018 (posn-area, posn-actual-col-row, posn-object): New defuns.
9019 (posn-col-row): Simplify doc. Rewrite to use cond.
9020 (posn-point): Also return buffer position for events outside text
9021 area (that info is now present in the event position).
9022
9023 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
9024 mouse-set-point so that hscroll still works now that clicks on
9025 fringes generate specific mouse events.
9026 (mouse-set-point): Note that it now works in fringes and margins
9027 too due to new semantics of posn-point in fringes and margins.
9028
9029 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
9030 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
9031
9032 2003-11-20 Kim F. Storm <storm@cua.dk>
9033
9034 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
9035 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
9036 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
9037 to 100 for icons to avoid increasing line height when shown.
9038
9039 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
9040
9041 * newcomment.el (comment-normalize-vars): Initialize properly if
9042 comment-start was nil.
9043
9044 2003-11-19 Andreas Schwab <schwab@suse.de>
9045
9046 * simple.el (set-variable): Fix indentation.
9047
9048 2003-11-17 Kenichi Handa <handa@m17n.org>
9049
9050 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
9051 Fix docstring.
9052
9053 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
9054
9055 * international/latin1-disp.el (latin1-display): Fix docstring.
9056
9057 2003-11-16 John Wiegley <johnw@newartisans.com>
9058
9059 * eshell/em-ls.el (eshell-ls-file): There are times with
9060 size-width is nil and uncomputed (when directories are created in
9061 dired, for example); in this case, 4 is reasonable default value,
9062 although it may caused skewed new entries (which could be avoided
9063 by returning the original value of 8 in all cases, but 99% of the
9064 time this is a waste of whitespace).
9065
9066 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
9067
9068 * cc-engine.el (c-guess-continued-construct)
9069 (c-guess-basic-syntax): Check a little more carefully if it's a
9070 function declaration when an unknown construct followed by a block
9071 is found inside a statement context. This avoids macros followed
9072 by blocks to be taken as function declarations.
9073
9074 (c-guess-continued-construct): Change the analysis of a statement
9075 continuation with a brace open to `substatement-block', for
9076 consistency with recognized statements.
9077
9078 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
9079 start is in a position so that `c-beginning-of-statement-1' jumped
9080 to the beginning of the same statement.
9081
9082 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
9083 Don't accept binary operators in the arglist if we're in a function
9084 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
9085 template recognition in cases like "if (a < b || c > d)".
9086
9087 (c-restricted-<>-arglists): New more appropriate name for
9088 `c-disallow-comma-in-<>-arglists'.
9089
9090 Accessing functions updated for the variable name change.
9091
9092 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
9093 match data could get clobbered if NOT-INSIDE-TOKEN is used.
9094
9095 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
9096 labels.
9097
9098 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
9099 instead of duplicating parts of it. This fixes bogus label
9100 recognition.
9101
9102 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
9103 of checking the context in which to apply the minimum indentation,
9104 so that it isn't enforced in e.g. namespace blocks.
9105
9106 * cc-vars.el (c-inside-block-syms): New constant used by
9107 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
9108 to somewhat reduce the risk of becoming stale.
9109
9110 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
9111 cc-cmds to cc-engine to allow use from cc-align.
9112
9113 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
9114 qualified identifiers containing "::".
9115
9116 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
9117 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
9118
9119 * cc-vars.el (c-emacs-features): Use a space in front of the name
9120 of the temporary buffer. That also avoids dumping problems in
9121 XEmacs due to undo info being left around after the buffer is killed.
9122
9123 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
9124 arglist to see if it's a K&R style declaration.
9125
9126 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
9127 before returning `knr-argdecl-intro'.
9128
9129 2003-11-16 John Wiegley <johnw@newartisans.com>
9130
9131 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
9132 field in a long-listing always 8 characters, use `size-width',
9133 which has already been computed.
9134
9135 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
9136
9137 * subr.el (minor-mode-list): Add `hs-minor-mode'.
9138
9139 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
9140
9141 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
9142 Support operation while narrowed, with `diff-restrict-view'.
9143
9144 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
9145
9146 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9147 Take additional optional arg NARROWFUN. For the generated functions:
9148 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
9149 include frags that arrange to check for and save narrowing state before
9150 the move and then conditionally call NARROWFUN after the move.
9151
9152 2003-11-14 John Wiegley <johnw@newartisans.com>
9153
9154 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
9155 that was optional, but obviously missing based on surrounding code.
9156
9157 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
9158 string arguments to numbers unless the whole argument was seen as
9159 a number.
9160
9161 2003-11-14 Kenichi Handa <handa@m17n.org>
9162
9163 * international/mule.el (ctext-non-standard-encodings-alist):
9164 Fix coding systems.
9165
9166 2003-11-10 Kenichi Handa <handa@m17n.org>
9167
9168 * language/kannada.el ("Kannada"): Add sample-text.
9169
9170 * language/knd-util.el (kannada-compose-region)
9171 (kannada-compose-string, kannada-post-read-conversion):
9172 Add autoload cookie.
9173
9174 * international/quail.el (quail-completion): Change the message
9175 "corresponding translations" to "corresponding characters".
9176
9177 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
9178
9179 * descr-text.el (describe-char): Fix typo.
9180
9181 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
9182
9183 These changes are to support Kannada language/script.
9184
9185 * Makefile.in (DONTCOMPILE): Add kannada.el.
9186
9187 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
9188
9189 * loadup.el: Preload kannada.el.
9190
9191 * language/ind-util.el (ucs-kannada-to-is13194-alist)
9192 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
9193 New variables.
9194
9195 * language/kannada.el: New file.
9196
9197 * language/knd-util.el: New file.
9198
9199 2003-11-07 Andreas Schwab <schwab@suse.de>
9200
9201 * progmodes/autoconf.el (autoconf-font-lock-keywords):
9202 Also highlight AH_*.
9203
9204 * xml.el (xml-parse-dtd): Fix misplaced paren.
9205
9206 2003-11-07 Kenichi Handa <handa@m17n.org>
9207
9208 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
9209
9210 2003-11-05 Juri Linkov <juri@jurta.org>
9211
9212 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
9213 (desktop-buffer-file): Use saved buffer-file-coding-system
9214 for file reading. Set auto-insert to nil to prevent automatic
9215 insertion into restored empty files.
9216
9217 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
9218
9219 * files.el (risky-local-variable-p): Make second argument optional.
9220
9221 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
9222
9223 * subr.el (add-hook): Fix last change.
9224
9225 2003-11-03 Eli Zaretskii <eliz@gnu.org>
9226
9227 * mail/rmail.el (rmail-convert-to-babyl-format):
9228 If base64-decode-region signals an error, catch it and silently
9229 ignore it.
9230
9231 2003-11-01 Mark A. Hershberger <mah@everybody.org>
9232
9233 * xml.el (xml-parse-region): Allow comments to appear after the
9234 topmost element has closed.
9235 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
9236 (xml-ns-expand-attr): New functions to do namespace handling.
9237 (xml-intern-attrlist): Back-compatible handling of attribute names.
9238 (xml-parse-tag): Move namespace handling to separate functions.
9239 Now produces elements in the form ((:ns . "element") (attr-list)
9240 children) instead of ('ns:element (attr-list) children).
9241 (xml-parse-attlist): Fix attribute parsing.
9242 (xml-parse-dtd): Change parsing so that it produces strings
9243 instead of interned symbols.
9244
9245 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
9246
9247 * dired.el (dired-ls-sorting-switches): Doc fix.
9248
9249 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
9250
9251 * emacs-lisp/rx.el (rx-or): Fix the case of
9252 "(rx (and ?a (or ?b ?c) ?d))".
9253
9254 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
9255
9256 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
9257 (texinfo-format-region): Use it.
9258 (texinfo-format-buffer-1): Ditto.
9259
9260 2003-11-01 Alan Mackenzie <acm@muc.de>
9261
9262 Changes to allow scrolling whilst in isearch mode:
9263 * isearch.el (isearch-unread-key-sequence): New function,
9264 extracted from isearch-other-meta-char.
9265 (top level): (put 'foo 'isearch-scroll) on all Emacs's
9266 "scrollable" standard functions.
9267 (isearch-allow-scroll): New customizable variable.
9268 (isearch-string-out-of-window, isearch-back-into-window)
9269 (isearch-reread-key-sequence-naturally)
9270 (isearch-lookup-scroll-key): New functions.
9271 (isearch-other-meta-char): Doc string and functionality enhanced.
9272 Now accepts a prefix argument.
9273 (isearch-lazy-highlight-window-end): New variable.
9274 (isearch-lazy-highlight-new-loop): Pay attention to the window's
9275 end (thru isearch-lazy-highlight-window-end), not only its start.
9276
9277 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
9278 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
9279 (universal-argument, universal-argument-more, negative-argument)
9280 (digit-argument, universal-argument-other-key): Minor changes.
9281
9282 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
9283
9284 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
9285 recursively if the last message is deleted, thus avoiding an
9286 infinite loop.
9287
9288 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
9289
9290 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
9291 (tex-main-file): Don't add .tex if the extension is already present.
9292 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
9293
9294 2003-10-29 Lute Kamstra <lute@gnu.org>
9295
9296 * progmodes/octave-inf.el (inferior-octave-prompt):
9297 Recognize version number in prompt.
9298
9299 2003-10-28 Dave Love <fx@gnu.org>
9300
9301 * international/characters.el: Fix some Unicode ranges.
9302
9303 2003-10-28 Kenichi Handa <handa@m17n.org>
9304
9305 * disp-table.el (standard-display-8bit)
9306 (standard-display-default, standard-display-ascii)
9307 (standard-display-g1, standard-display-graphic)
9308 (standard-display-underline): Assure that standard-display-table
9309 is a display table.
9310
9311 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
9312
9313 * simple.el (reindent-then-newline-and-indent): Delete space *after*
9314 reindenting the first line.
9315
9316 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
9317
9318 * wid-edit.el (widget-default-delete): Always delete child widgets.
9319
9320 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
9321
9322 * newcomment.el (comment-indent): Don't call indent-according-to-mode
9323 if the line has code.
9324 Don't try to line up with something that's too far left.
9325
9326 * progmodes/octave-mod.el (octave-comment-start): Simplify.
9327 (octave-mode-syntax-table): Add % as a comment starter.
9328 (octave-point): Remove.
9329 (octave-in-comment-p, octave-in-string-p)
9330 (octave-not-in-string-or-comment-p, calculate-octave-indent)
9331 (octave-blink-matching-block-open, octave-auto-fill):
9332 Use line-(beginning|end)-position instead.
9333
9334 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
9335
9336 * emacs-lisp/authors.el (authors-aliases): Add correct realname
9337 for Francesco Potort\e,Al\e(B.
9338
9339 2003-10-23 Dave Love <fx@gnu.org>
9340
9341 * international/mule-cmds.el (locale-charset-to-coding-system):
9342 Don't rely on nil being a coding system.
9343
9344 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
9345 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
9346 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
9347
9348 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
9349
9350 * gdb-ui.el (gdb-current-language): New variable.
9351 (gdb-update-flag): Remove variable.
9352 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
9353 (gdb-take-last-elt): Remove function.
9354 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
9355 (gdb-post-prompt): Check for variable object changes here.
9356
9357 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
9358 object changes in gdb-ui.el.
9359
9360 2003-10-21 Richard M. Stallman <rms@gnu.org>
9361
9362 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
9363
9364 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
9365 Don't check for foo*/ wildcard form here.
9366 (insert-directory): Recognize foo*/ as a wildcard.
9367 Separate wildcard-regexp variable from the arg, wildcard.
9368
9369 * subr.el (add-hook): Correctly detect when make-local-hook was used.
9370 (remove-hook): Correctly handle strange cases about local hooks.
9371
9372 2003-10-21 David Ponce <david@dponce.com>
9373
9374 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
9375 argument REAL, to return a real number instead of a rounded
9376 integer value. Define as inline function.
9377 (ruler-mode-right-fringe-cols): Likewise.
9378 (ruler-mode-scroll-bar-cols): New function.
9379 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
9380 (ruler-mode-right-scroll-bar-cols): Likewise.
9381 (ruler-mode-space): New function.
9382 (ruler-mode-ruler): Use it. Handle variations of fringe style,
9383 scroll bar mode and margins in a more robust way.
9384
9385 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
9386
9387 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
9388 (antlr-c-init-language-vars): New function.
9389 (antlr-mode): Use it with cc-mode before v5.29.
9390 (antlr-c-common-init): Don't set some local vars here.
9391 (antlr-mode): Set them here.
9392 (antlr-c-forward-sws): New function alias.
9393 (antlr-mode): Redefine with cc-mode before v5.30.
9394 (antlr-skip-sexps): Use it.
9395 (antlr-skip-exception-part): Ditto.
9396 (antlr-skip-file-prelude): Ditto.
9397 (antlr-outside-rule-p): Ditto.
9398 (antlr-end-of-body): Ditto.
9399 (antlr-option-kind): Ditto.
9400 (antlr-insert-option-area): Ditto.
9401 (antlr-file-dependencies): Ditto.
9402
9403 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9404
9405 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
9406 Move backward only if point was not inside an entry.
9407
9408 2003-10-21 Richard M. Stallman <rms@gnu.org>
9409
9410 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
9411
9412 2003-10-21 Juri Linkov <juri@jurta.org>
9413
9414 * compare-w.el: Automatically skip non-matching text to resync.
9415 (compare-windows-whitespace): Doc fix.
9416 (compare-windows-sync, compare-windows-sync-string-size)
9417 (compare-windows-recenter, compare-ignore-whitespace)
9418 (compare-windows-highlight, compare-windows-face): New variables.
9419 (compare-windows): Use compare-windows-sync.
9420 (compare-windows-highlight, compare-windows-dehighlight)
9421 (compare-windows-sync-regexp)
9422 (compare-windows-sync-default-function): New functions.
9423
9424 2003-10-21 Juri Linkov <juri@jurta.org>
9425
9426 * diff.el (diff-parse-differences): Don't visit the files now;
9427 instead, just record the error locus.
9428
9429 2003-10-21 Dave Love <fx@gnu.org>
9430
9431 * progmodes/cfengine.el: New file.
9432
9433 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
9434
9435 * complete.el (PC-do-completion): Do not forget to use `pred' as the
9436 default-directory when completing file names.
9437
9438 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
9439
9440 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
9441 followed by the word `face', it gets treated as a face, even if
9442 it is also defined as a variable or a function.
9443
9444 2003-10-20 Dave Love <fx@gnu.org>
9445
9446 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9447 Avoid incf in macro expansion.
9448
9449 2003-10-20 John Paul Wallington <jpw@gnu.org>
9450
9451 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
9452 `evenp' so we don't implicitly require cl library at runtime.
9453
9454 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
9455
9456 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
9457 (help-make-xrefs): Only make cross-references for faces if
9458 preceded or followed by the word `face'. Do not make a
9459 cross-reference for variables without variable documentation,
9460 unless preceded by the word `variable' or `option'. Update doc
9461 string accordingly.
9462
9463 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
9464
9465 * progmodes/hideshow.el: Rewrite one-armed `if'
9466 constructs using either `when' or `unless'.
9467 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
9468
9469 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
9470
9471 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
9472 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
9473 instead of 12x12.
9474
9475 2003-10-16 Eli Zaretskii <eliz@gnu.org>
9476
9477 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
9478 message while converting to Babyl.
9479
9480 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
9481
9482 * allout.el (allout-mode): Doc fix.
9483
9484 2003-10-16 Lute Kamstra <lute@gnu.org>
9485
9486 * subr.el (force-mode-line-update): Fix docstring.
9487
9488 2003-10-14 Dave Love <fx@gnu.org>
9489
9490 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
9491 (default-input-method): Add :link, improve :type.
9492 (locale-charset-language-names): Fix utf-8 pattern.
9493 (locale-charset-match-p, locale-charset-alist)
9494 (locale-charset-to-coding-system): New.
9495 (set-locale-environment): Deal with codeset part of locale specs.
9496
9497 2003-10-14 Lute Kamstra <lute@gnu.org>
9498
9499 * fringe.el (fringe-mode): Use active voice in docstring.
9500 (set-fringe-style): Ditto.
9501
9502 2003-10-13 Lute Kamstra <lute@gnu.org>
9503
9504 * fringe.el (fringe-mode): Fix docstring.
9505 (set-fringe-style): Ditto.
9506
9507 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
9508
9509 * ediff-mult.el (ediff-filegroup-action):
9510 Use ediff-default-filtering-regexp.
9511
9512 * ediff-util.el (ediff-recenter): Don't call
9513 ediff-restore-highlighting twice.
9514 (ediff-select-difference): Set current difference.
9515 (ediff-unselect-and-select-difference): Add comment.
9516
9517 * ediff.el (ediff-directories,ediff-directory-revisions)
9518 (ediff-directories3,ediff-merge-directories)
9519 (ediff-merge-directories-with-ancestor)
9520 (ediff-merge-directory-revisions)
9521 (ediff-merge-directory-revisions-with-ancestor):
9522 Use ediff-default-filtering-regexp.
9523
9524 2003-10-12 Andreas Schwab <schwab@suse.de>
9525
9526 * international/mule-cmds.el (locale-charset-language-names):
9527 Simplify regex by removing unused grouping.
9528
9529 2003-10-10 Dave Love <fx@gnu.org>
9530
9531 * bindings.el: Don't bind stop.
9532
9533 2003-10-08 Miles Bader <miles@gnu.org>
9534
9535 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
9536 face instead of attempting to emulate it.
9537
9538 2003-10-07 Kenichi Handa <handa@m17n.org>
9539
9540 * international/mule-diag.el (list-coding-systems-1): List coding
9541 systems that are loaded automatically.
9542
9543 * international/code-pages.el (iso-8859-11): Add autoload cookie.
9544
9545 * international/mule.el (autoload-coding-system): New function.
9546
9547 2003-10-07 Andreas Schwab <schwab@suse.de>
9548
9549 * log-edit.el (log-edit-changelog-entries): Prefer local value of
9550 change-log-default-name in the buffer visiting the file.
9551
9552 2003-10-06 Dave Love <fx@gnu.org>
9553
9554 * files.el (find-file-hook): Customize.
9555 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
9556
9557 * bindings.el (completion-ignored-extensions): Remove .log.
9558 (global-map): Add again, open, stop keys.
9559
9560 2003-10-05 Richard M. Stallman <rms@gnu.org>
9561
9562 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
9563 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
9564 Use sh-modify directly.
9565 (sh-select): Use sh-append, not eval.
9566
9567 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
9568
9569 * info.el (Info-following-node-name): New function.
9570
9571 * loadhist.el (unload-feature-special-hooks):
9572 Rename from loadhist-hook-functions.
9573 (loadhist-hook-functions): Now an alias.
9574
9575 2003-10-04 Eli Zaretskii <eliz@gnu.org>
9576
9577 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
9578 file-name clashes on 8+3 filesystems.
9579
9580 * Makefile.in (DONTCOMPILE, bootstrap-clean):
9581 Rename loaddefs-boot.el to ldefs-boot.el
9582
9583 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
9584 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
9585
9586 2003-10-03 Lute Kamstra <lute@gnu.org>
9587
9588 * info.el (Info-mode): Revert previous change.
9589 (Info-escape-percent): New function.
9590 (Info-fontify-node): Use it.
9591
9592 2003-10-02 Andreas Schwab <schwab@suse.de>
9593
9594 * loaddefs-boot.el: Regenerated.
9595
9596 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
9597
9598 * ffap.el: Remove defadvice related code from CVS since `complete'
9599 provides a `PC-completion-as-file-name-predicate' variable that
9600 ffap can override.
9601
9602 2003-10-02 Kenichi Handa <handa@m17n.org>
9603
9604 * international/utf-8.el (ccl-decode-mule-utf-8):
9605 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
9606
9607 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
9608 * international/subst-big5.el: Likewise.
9609 * international/subst-gb2312.el: Likewise.
9610 * international/subst-ksc.el: Likewise.
9611
9612 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
9613
9614 * calendar/calendar.el (increment-calendar-month)
9615 (calendar-leap-year-p, calendar-absolute-from-gregorian)
9616 (generate-calendar, calendar-read-date, calendar-interval)
9617 (calendar-day-of-week): Handle years BC.
9618 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
9619
9620 2003-10-01 Dave Love <fx@gnu.org>
9621
9622 * language/cyrillic.el (cp1251): Alias for windows-1251.
9623
9624 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
9625 bootstrap.
9626
9627 2003-10-01 Lute Kamstra <lute@gnu.org>
9628
9629 * files.el: Fix typo.
9630 * imenu.el (imenu--generic-function): Docstring fix.
9631
9632 2003-09-30 Richard M. Stallman <rms@gnu.org>
9633
9634 * dired.el (dired-mode): Handle dired-directory as a list.
9635
9636 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
9637
9638 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
9639
9640 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
9641
9642 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
9643 Replace gud-display with gud-watch.
9644 (gud-speedbar-buttons): Add stuff for watching expressions
9645 in the speedbar when using M-x gdba. Use dolist on old part
9646 of this function.
9647
9648 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
9649 (gdb-update-flag): New variables.
9650 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
9651 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
9652 (gud-watch, gdb-var-create-handler) : New functions.
9653 (gdb-var-list-children, gdb-var-list-children-handler)
9654 (gdb-var-create-regexp, gdb-var-update-regexp)
9655 (gdb-var-list-children-regexp): New constants.
9656 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
9657 (gdb-annotation-rules): Reduce annotation set (level 3).
9658 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
9659 (gdb-post-prompt): Don't update GDB buffers every time speedbar
9660 updates.
9661 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
9662 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
9663 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
9664 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
9665 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
9666 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
9667 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
9668 (gud-display, gud-display1)
9669 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
9670 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
9671 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
9672 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
9673 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
9674 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
9675 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
9676 (gdb-display-display-buffer, gdb-toggle-display)
9677 (gdb-delete-display, gdb-expressions-popup-menu)
9678 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
9679 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
9680 to display buffer.
9681
9682 2003-09-30 Richard M. Stallman <rms@gnu.org>
9683
9684 * progmodes/ada-mode.el (ada-mode): Don't use advice.
9685 Instead, set which-func-functions.
9686
9687 * progmodes/which-func.el (which-func-modes): Add ada-mode.
9688 (which-func-functions): New variable.
9689 (which-function): Use that.
9690
9691 * info.el (Info-mode): Double each `%' in header line.
9692
9693 * emacs-lisp/lisp-mnt.el (lm-with-file):
9694 When FILE is nil, run BODY in current buffer.
9695
9696 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
9697
9698 * help.el (describe-mode): Start with a brief list of minor modes.
9699 Find them thru minor-mode-list so as to find them all.
9700 Show them in alphabetical order.
9701
9702 * mail/sendmail.el (mail-aliases): Doc fix.
9703
9704 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
9705
9706 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
9707
9708 * mail/rmailsum.el (rmail-make-summary-line-1):
9709 Change comma after last label to a space.
9710 (rmail-summary-font-lock-keywords): Adapt to that change.
9711
9712 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
9713
9714 * progmodes/scheme.el (scheme-mode-variables): When setting
9715 `font-lock-defaults', also specify that "#" should
9716 be interpreted with `word' syntax.
9717 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
9718
9719 2003-09-30 Lars Hansen <larsh@math.ku.dk>
9720
9721 * desktop.el: A lot of comments updated.
9722 (desktop-save-mode): Minor mode introduced.
9723 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
9724 (desktop-load-default): Function made obsolete.
9725 (desktop-locals-to-save): Variable made customizable.
9726 (desktop-read): Optional parameter `dirname' added.
9727 (desktop-change-dir, desktop-revert): Parameter `dirname' in
9728 `desktop-read' used.
9729 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
9730
9731 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
9732
9733 * whitespace.el (whitespace-clean-msg): Add user customizable message
9734 for displaying ``clean'' output.
9735 (whitespace-buffer): Use `whitespace-clean-msg'.
9736 (whitespace-global-mode): Fix typo.
9737
9738 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
9739
9740 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
9741
9742 2003-09-29 Lute Kamstra <lute@gnu.org>
9743
9744 * bindings.el (mode-line-modes): Remove superfluous :propertize
9745 construct in initialization.
9746 (mode-line-position): Change cons cell into proper list in
9747 initialization.
9748
9749 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
9750
9751 * international/mule.el (decode-coding-inserted-region): Use car
9752 of the return value of find-operation-coding-system.
9753
9754 2003-09-29 Kenichi Handa <handa@m17n.org>
9755
9756 * descr-text.el (describe-char): Fix previous change.
9757
9758 2003-09-28 Kenichi Handa <handa@m17n.org>
9759
9760 * descr-text.el (describe-char-display): New function.
9761 (describe-char): Pay attention to display table on describing how
9762 a character is displayed.
9763
9764 * international/mule-cmds.el (encoded-string-description):
9765 Prepend "0x" to each encoded byte.
9766
9767 2003-09-28 Andreas Schwab <schwab@suse.de>
9768
9769 * find-file.el (ff-special-constructs): Add autoload cookie.
9770
9771 2003-09-28 Kevin Ryde <user42@zip.com.au>
9772
9773 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
9774 makeinfo appends to duplicate index entries.
9775
9776 2003-09-28 Eli Zaretskii <eliz@gnu.org>
9777
9778 * dired-x.el (dired-clean-tex): Doc fix.
9779
9780 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
9781 using a Chinese tutorial.
9782
9783 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
9784
9785 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
9786 between "MAIL FROM:" and "RCPT TO:" and the following address.
9787
9788 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
9789
9790 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
9791
9792 2003-09-28 David Ponce <david@dponce.com>
9793
9794 * recentf.el (recentf-initialize-file-name-history): New defcustom.
9795 (recentf-load-list): When `recentf-initialize-file-name-history'
9796 is non-nil, initialize an empty `file-name-history' with the
9797 recent list.
9798
9799 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
9800
9801 * man.el (Man-default-man-entry): Remove the leading `*' from the
9802 word at point.
9803
9804 2003-09-26 Lute Kamstra <lute@gnu.org>
9805
9806 * bindings.el (mode-line-position): Mention size indication in
9807 docstring.
9808
9809 2003-09-26 Andre Spiegel <spiegel@gnu.org>
9810
9811 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
9812
9813 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
9814 because it's autoloaded now.
9815
9816 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
9817
9818 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
9819 (sh-font-lock-keywords, sh-feature): Fix previous change of
9820 sh-feature to avoid infloop with sh-font-lock-keywords.
9821
9822 2003-09-25 Kim F. Storm <storm@cua.dk>
9823
9824 * frame.el (frame-current-scroll-bars): New defun.
9825
9826 * window.el (window-current-scroll-bars): New defun.
9827
9828 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9829
9830 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
9831 cause errors when the state cache contains info on parts that have
9832 been narrowed out.
9833
9834 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9835
9836 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
9837 `c-setup-paragraph-variables' has to be used when this variable is
9838 changed; it doesn't work to reinitialize the mode since that
9839 typically clobbers the variable.
9840
9841 * progmodes/cc-styles.el (c-setup-paragraph-variables):
9842 Make it interactive.
9843
9844 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9845
9846 * progmodes/cc-fonts.el (c-font-lock-declarations):
9847 Fix recognition of constructors and destructors for classes whose
9848 names are matched by `*-font-lock-extra-types'.
9849
9850 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
9851 followed by an identifier in C++ then it's a type.
9852
9853 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9854
9855 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
9856 problem that primarily affected XEmacs. Don't use faces to find
9857 unterminated strings since Emacs and XEmacs fontify strings
9858 differently - this function should now work better in XEmacs.
9859
9860 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9861
9862 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
9863 `expand-abbrev' workaround which caused braces to misbehave inside
9864 macros.
9865
9866 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
9867 handling. This bug could cause interactive font locking to bail out.
9868
9869 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9870
9871 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
9872 Handle paren-style types in Pike. Also fixed some cases of
9873 insufficient handling of unbalanced parens.
9874
9875 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
9876
9877 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
9878 common shell prompts that are not common filename or URL characters.
9879 (ffap-file-at-point): Use the new regexp to strip the prompts from
9880 the file names. This is an issue mostly for user prompts that
9881 don't have a trailing space and find-file-at-point is invoked from
9882 within a shell inside Emacs.
9883
9884 2003-09-24 Andre Spiegel <spiegel@gnu.org>
9885
9886 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
9887 stamps numerically, rather than textually.
9888
9889 2003-09-24 Kenichi Handa <handa@m17n.org>
9890
9891 * language/devan-util.el (devanagari-post-read-conversion):
9892 * language/mlm-util.el (malayalam-post-read-conversion):
9893 * language/tml-util.el (tamil-post-read-conversion):
9894 Add autoload cookie.
9895
9896 * international/utf-8.el (utf-8-post-read-conversion):
9897 Call post-read-conversion functions for Devanagari, Malayalam,
9898 and Tamil.
9899
9900 2003-09-23 Dave Love <fx@gnu.org>
9901
9902 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
9903
9904 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
9905
9906 * progmodes/gud.el (perldb): Add gud-until to list of commands.
9907 Update gud-remove.
9908
9909 2003-09-22 Richard M. Stallman <rms@gnu.org>
9910
9911 * progmodes/sh-script.el (sh-mode-default-syntax-table):
9912 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
9913 (sh-mode-syntax-table-input): New variable.
9914 (sh-require-final-newline): Don't use eval.
9915 (sh-builtins, sh-leading-keywords, sh-other-keywords)
9916 (sh-variables, sh-font-lock-keywords): Don't use eval.
9917 (sh-set-shell): When setting require-final-newline,
9918 treat value = `require-final-newline' as don't change it.
9919 Set sh-mode-syntax-table locally based on
9920 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
9921
9922 * progmodes/compile.el (compile-internal):
9923 Call compilation-set-window-height before setting window start.
9924
9925 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
9926
9927 * emacs-lisp/bytecomp.el (byte-compile-log-file):
9928 Clear out byte-compile-last-warned-form.
9929
9930 2003-09-22 Richard M. Stallman <rms@gnu.org>
9931
9932 * woman.el (woman-file-name, woman-follow-word):
9933 If current-word returns nil, use "".
9934
9935 * simple.el (eval-expression): Bind standard-output in to-buffer case.
9936
9937 2003-09-22 Richard M. Stallman <rms@gnu.org>
9938
9939 * emacs-lisp/lisp-mnt.el (lm-with-file):
9940 Don't visit the file, just use insert-file-contents in temp buffer.
9941
9942 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
9943
9944 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
9945 Add surrounding \\( and \\) around the header, as in
9946 for lm-history-header 'Change Log\\|History'.
9947
9948 2003-09-22 John Paul Wallington <jpw@gnu.org>
9949
9950 * progmodes/ld-script.el: Add Commentary section,
9951 minor cleanup of file header.
9952 (ld-script-font-lock-keywords): Doc fix.
9953 (toplevel): Provide `ld-script' feature.
9954
9955 2003-09-21 Kim F. Storm <storm@cua.dk>
9956
9957 * scroll-bar.el (set-scroll-bar-mode): Initialize to
9958 new built-in variable default-frame-scroll-bars.
9959 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
9960 scroll-bar-mode; notably, use it instead of t when we toggle
9961 scroll-bars on.
9962 (toggle-scroll-bar): Use default-frame-scroll-bars.
9963
9964 2003-09-19 Masatake YAMATO <jet@gyve.org>
9965
9966 * pcvs.el (cvs-do-removal): Change the prompt depending on
9967 `filter' value.
9968
9969 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
9970
9971 * startup.el (command-line-1): Stop startup-echo-area-message
9972 being hidden by "Loading image..." message.
9973 (use-fancy-splash-screens-p, display-splash-screen):
9974 Move display-graphic-p test from latter to former.
9975
9976 * progmodes/sh-script.el (sh-font-lock-keywords):
9977 Highlight escaped EOLs differently from other backslash constructs.
9978
9979 2003-09-19 Richard M. Stallman <rms@gnu.org>
9980
9981 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
9982 New functions.
9983 (edebug-enter, edebug-outside-excursion): Use them.
9984
9985 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
9986 Fix the condition for whether to print "In WHERE".
9987
9988 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
9989
9990 * finder.el (finder-mode-hook): New variable.
9991 (finder-mode): Run hook finder-mode-hook
9992
9993 2003-09-18 Masatake YAMATO <jet@gyve.org>
9994
9995 * progmodes/ebrowse.el: Fix broken magic autoload comments.
9996
9997 2003-09-17 Mario Lang <mlang@delysid.org>
9998
9999 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
10000 "p %e" to actually print the value in the GUD buffer.
10001
10002 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
10003
10004 From David Ponce <david.ponce@wanadoo.fr>:
10005 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
10006 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
10007 from loaddefs-boot.el if necessary.
10008
10009 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
10010
10011 * progmodes/gud.el (gud-find-class): Make jdb work again since
10012 cc-mode changed the syntactic information.
10013
10014 2003-09-15 David Ponce <david@dponce.com>
10015
10016 * recentf.el: (recentf-exclude): Accept predicates too.
10017 (recentf-file-readable-p): New function.
10018 (recentf-include-p): Handle predicates in recentf-exclude.
10019 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
10020 (recentf-cleanup): Likewise.
10021 (recentf-save-list): Use write-file to handle backup of
10022 recentf-save-file.
10023
10024 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
10025
10026 * loaddefs-boot.el: Renamed from `loaddefs.el'
10027 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
10028 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
10029 necessary.
10030
10031 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
10032
10033 * electric.el (Electric-pop-up-window): For the `one-window' case,
10034 no longer disconcertingly move point in the original buffer.
10035
10036 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10037
10038 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
10039
10040 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
10041
10042 * dired.el (dired-mode-map): Fix typo.
10043
10044 2003-09-11 Richard M. Stallman <rms@gnu.org>
10045
10046 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
10047
10048 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
10049
10050 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
10051 the function is less noisy. Now only `kill-buffer' can ask questions.
10052
10053 2003-09-10 Mario Lang <mlang@delysid.org>
10054
10055 * battery.el: Update Commentary and Copyright.
10056 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
10057 appear due to wrong ordering of the expressions in `or'.
10058
10059 2003-09-09 Lute Kamstra <lute@gnu.org>
10060
10061 * misc.el (upcase-char): Fix docstring.
10062 (zap-up-to-char): New command.
10063
10064 2003-09-08 David Ponce <david@dponce.com>
10065
10066 Ensure that recentf correctly updates the menu bar.
10067 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
10068 (recentf-menu-bar): New function.
10069 (recentf-clear-data): Use it
10070 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
10071 of easy-menu-change.
10072
10073 2003-09-08 Lute Kamstra <lute@gnu.org>
10074
10075 * simple.el (size-indication-mode): New.
10076 * bindings.el (mode-line-position): Add buffer size indicator.
10077
10078 2003-09-04 Mario Lang <mlang@delysid.org>
10079
10080 * battery.el (battery-linux-proc-acpi): New function.
10081 (battery-status-function): Modify default value calculation to also
10082 check for availability of ACPI.
10083 (battery-echo-area-format): Ditto.
10084 (battery-mode-line-format): Ditto.
10085
10086 2003-09-06 Dave Love <fx@gnu.org>
10087
10088 * ielm.el (ielm-mode-hook): Add :options.
10089
10090 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
10091 (eldoc-print-current-symbol-info): Use it.
10092
10093 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
10094
10095 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
10096 being displayed in GUD buffer.
10097 (gdb-idle-input-queue): Remove var. Use just one queue.
10098 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
10099 Remove functions. Use just one queue.
10100 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
10101 (gdb-invalidate-assembler, gdb-get-current-frame):
10102 Modify functions. Use just one queue.
10103
10104 2003-09-04 Dave Love <fx@gnu.org>
10105
10106 * cus-start.el: Add blink-cursor-alist.
10107
10108 * ruler-mode.el (ruler-mode-fill-column-char)
10109 (ruler-mode-current-column-char): Use char-displayable-p,
10110 not window-system.
10111
10112 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
10113
10114 * language/european.el (windows-1252): Move from code-pages.
10115
10116 * language/cyrillic.el ("Windows-1251"): Delete.
10117 ("Bulgarian", "Belarusian"): Remove `features'.
10118 (windows-1251): Move from code-pages.
10119
10120 * international/mule-diag.el (non-iso-charset-alist):
10121 Remove `codepage' stuff.
10122 (print-designation, list-coding-systems-1): Output fixes.
10123
10124 * international/code-pages.el (cp-make-translation-table)
10125 (cp-valid-codes): Made defsubsts.
10126 (cp-fix-safe-chars): Delete.
10127 (mule-diag): Don't require.
10128 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
10129 (top-level): Check for defined coding system when defining
10130 cp... aliases. Change w32-add-charset-info test to avoid warning.
10131 (non-iso-charset-alist): Defvar when compiling.
10132 (cp-make-coding-system): Doc fix.
10133
10134 2003-09-02 Jason Rumney <jasonr@gnu.org>
10135
10136 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
10137 line-ends from CVS before doing conversion.
10138
10139 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
10140
10141 * calendar/diary-lib.el (diary-header-line-flag)
10142 (diary-header-line-format): New variables.
10143 (list-diary-entries): Use them to set header line in simple diary.
10144
10145 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
10146 other than font-lock-string-face to highlight backslashes.
10147
10148 2003-09-01 Jason Rumney <jasonr@gnu.org>
10149
10150 * international/titdic-cnv.el (tit-read-key-value): Include \r in
10151 regexp.
10152
10153 2003-09-01 Dave Love <fx@gnu.org>
10154
10155 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
10156
10157 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
10158 and :help; also line and column numbers labels.
10159
10160 * international/mule-util.el (char-displayable-p): Move from
10161 latin1-disp, rename and autoload.
10162
10163 * international/latin1-disp.el (latin1-char-displayable-p):
10164 Now obsolete alias. Replace uses with char-displayable-p.
10165 (latin1-display-ucs-per-lynx): Fix last change.
10166
10167 * international/mule-cmds.el (standard-display-european-internal):
10168 Don't use char code for Latin-1 NBSP.
10169 <XFree86 4>: Unfrob NBSP display table. Set display table to use
10170 U+2018, U+2019 for `'.
10171 (select-safe-coding-system): Message fix.
10172
10173 2003-09-01 Kenichi Handa <handa@m17n.org>
10174
10175 * international/fontset.el (setup-default-fontset): For Thai
10176 font, specify "*" family.
10177
10178 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
10179
10180 * progmodes/compile.el (previous-error): Accept a prefix
10181 argument, similarly to next-error.
10182
10183 2003-08-31 Masatake YAMATO <jet@gyve.org>
10184
10185 * pcvs.el (cvs-do-removal): Use = instead of eq to check
10186 the number of files. Bind the number of files to a local
10187 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
10188
10189 2003-08-30 Eli Zaretskii <eliz@gnu.org>
10190
10191 * vc-hooks.el (vc-make-version-backup): Fix the change made on
10192 2003-07-26: msdos-long-file-names is a function, not a variable.
10193
10194 2003-08-29 Richard M. Stallman <rms@gnu.org>
10195
10196 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
10197 Do nothing with mail-personal-alias-file if it is nil.
10198
10199 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
10200 Do nothing if mail-personal-alias-file is nil.
10201
10202 * term.el (term-exec-1): Bind coding-system-for-read.
10203
10204 * dired.el (dired-mouse-find-file-other-window):
10205 Use dired-view-command-alist here, as in dired-view-file.
10206 (dired-view-command-alist): Use %s to substitute file name.
10207 Handle .ps_pages, .eps, .jpg, .gif, .png.
10208
10209 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
10210
10211 * info.el (Info-mode-map): Bind S-tab and <backtab> to
10212 `Info-prev-reference', instead of M-tab.
10213
10214 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
10215
10216 * simple.el (blink-matching-open): Work correctly on chars that
10217 are designated as parens through the syntax-table text property.
10218
10219 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
10220
10221 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
10222 line break position in the middle of a non-kinsoku (e.g. latin)
10223 word, making it skip until either a space or a character with
10224 category "|".
10225 (kinsoku-longer): Test for end of buffer.
10226
10227 2003-08-28 Eli Zaretskii <eliz@gnu.org>
10228
10229 * mail/rmail.el (rmail-convert-to-babyl-format):
10230 Detect quoted-printable- and base64-encoded messages and decode them
10231 automatically. Set the message's encoding from the charset=
10232 header, if any. Decode base64-encoded messages in Mail format as well.
10233
10234 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
10235
10236 * mail/smtpmail.el: Fix previous change.
10237 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
10238 calling smtpmail-via-smtp.
10239 (smtpmail-via-smtp): Add fall-back values for envelope-from.
10240
10241 2003-08-26 John Paul Wallington <jpw@gnu.org>
10242
10243 * image.el (image-jpeg-p): Don't search beyond length of data.
10244
10245 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
10246
10247 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
10248 misfeature in `expand-abbrev' which caused electric keywords like
10249 "else" to disappear if an open brace was typed directly afterwards.
10250
10251 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
10252
10253 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
10254 mandatory in `define-widget'.
10255
10256 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
10257 Don't align the operators "!=", "<=" and ">=" as assignment operators.
10258
10259 (c-assignment-operators): New language constant that only contains
10260 the assignment operators.
10261
10262 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
10263
10264 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
10265
10266 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
10267 Safeguard against unbalanced sexps.
10268
10269 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
10270
10271 * version.el (emacs-version): Check for gtk. Include gtk version info.
10272
10273 2003-08-25 John Paul Wallington <jpw@gnu.org>
10274
10275 * man.el (Man-default-man-entry): Don't whizz past the section
10276 number before looking for it.
10277
10278 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
10279
10280 * progmodes/gud.el (gud-display-line): Don't set window-point if
10281 source buffer is not visible. (Only happens with M-x gdba.)
10282
10283 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
10284 documentation.
10285 (gdb-source, gdb-source-info): Update to assembler unnecessary
10286 as its done after each GDB command anyway.
10287 (gdb-pre-prompt): Use with-current-buffer.
10288 (gdb-insert-field): Add help-echo text.
10289 (gdb-invalidate-assembler): Re-display of assembler now done in
10290 gdb-info-breakpoints-custom.
10291 (gdb-info-breakpoints-custom): Force re-display of assembler to
10292 happen *after* update of breakpoints buffer.
10293 (gdb-display-source-buffer): Don't choke if gdb-source-window
10294 isn't visible.
10295 (gdb-put-string, gdb-put-arrow): Remove free variables.
10296
10297 2003-08-24 John Paul Wallington <jpw@gnu.org>
10298
10299 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
10300
10301 * man.el (Man-default-man-entry): Strip text properties when
10302 snarfing parts of entry because `format' preserves properties.
10303
10304 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
10305
10306 * files.el (file-newest-backup): Use `expand-file-name'.
10307
10308 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
10309 Allow the diary to pop up a new frame, if needed.
10310
10311 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
10312 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
10313 (smtpmail-send-it): Make treatment of envelope-from consistent with
10314 sendmail.el.
10315
10316 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
10317 (sh-leading-keywords): Add the bash `time' reserved word.
10318 (sh-variables): Add some bash variables.
10319 (sh-add-completer): Fix nil branch of case statement.
10320
10321 2003-08-24 Masatake YAMATO <jet@gyve.org>
10322
10323 * progmodes/ld-script.el: New file.
10324
10325 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
10326
10327 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
10328
10329 2003-08-23 Andre Spiegel <spiegel@gnu.org>
10330
10331 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
10332 Better explain obsolescence, and what to use instead.
10333
10334 2003-08-23 Masatake YAMATO <jet@gyve.org>
10335
10336 * pcvs.el (cvs-do-removal): Show the deleted file name
10337 on the prompt.
10338
10339 2003-08-20 Dave Love <fx@gnu.org>
10340
10341 * international/mule.el (make-coding-system)
10342 (set-buffer-file-coding-system): Doc fix.
10343
10344 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
10345
10346 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
10347
10348 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
10349
10350 * international/utf-16.el: Add mime-text-unsuitable coding system
10351 properties.
10352
10353 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
10354
10355 * cus-edit.el: Add some :links.
10356 (bib): Remove.
10357
10358 * textmodes/bib-mode.el (bib): Add :group external.
10359
10360 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
10361
10362 * wid-edit.el (widget-echo-help): Make it handle expressions that
10363 evaluate to strings.
10364
10365 2003-08-18 Michael Mauger <mmaug@yahoo.com>
10366
10367 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
10368
10369 Simplify selection of SQL products to define highlighting and
10370 interactive mode. Includes detailed instructions on adding
10371 support for new products.
10372
10373 * progmodes/sql.el (sql-product): New variable. Identifies SQL
10374 product for use in highlighting and interactive mode.
10375 (sql-interactive-product): New variable. SQL product for
10376 sql-interactive-mode.
10377 (sql-product-support): New variable. Specifies product-specific
10378 parameters to drive highlighting and interactive mode.
10379 (sql-imenu-generic-expression): Add more object types.
10380 (sql-sqlite-options): Correct comment.
10381 (sql-ms-program): Use "osql" rather than "isql".
10382 (sql-prompt-regexp, sql-prompt-length): Update comment.
10383 (sql-mode-menu): Add "Start SQLi session" entry.
10384 Replace Highlighting submenu with Product menu. Fix Send Region entry.
10385 (sql-mode-abbrev-table): Add abbreviations. Support of
10386 SYSTEM-FLAG on define-abbrev. Support was removed with last
10387 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
10388 (sql-mode-font-lock-object-name): Add font-lock pattern for object
10389 names.
10390 (sql-mode-ansi-font-lock-keywords): Set as default value.
10391 (sql-mode-oracle-font-lock-keywords): Set as default value.
10392 Support Oracle 9i keywords.
10393 (sql-mode-postgres-font-lock-keywords): Set as default value.
10394 (sql-mode-linter-font-lock-keywords): Set as default value.
10395 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
10396 SQLServer 2000.
10397 (sql-mode-sybase-font-lock-keywords)
10398 (sql-mode-interbase-font-lock-keywords)
10399 (sql-mode-sqlite-font-lock-keywords)
10400 (sql-mode-strong-font-lock-keywords)
10401 (sql-mode-mysql-font-lock-keywords)
10402 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
10403 keywords.
10404 (sql-mode-font-lock-defaults): Update comment.
10405 (sql-product-feature): New function. Returns feature associated
10406 with a product from `sql-product-support' alist.
10407 (sql-product-font-lock): New function. Set font-lock support
10408 based on `sql-product'.
10409 (sql-add-product-keywords): New function. Add font-lock rules to
10410 product-specific keyword variables.
10411 (sql-set-product): New function. Set `sql-product' and apply
10412 appropriate font-lock highlighting.
10413 (sql-highlight-product): New function. Set font-lock support
10414 based on a product. Also set mode name to include product name.
10415 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
10416 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
10417 Use `sql-set-product'.
10418 (sql-highlight-ms-keywords)
10419 (sql-highlight-sybase-keywords)
10420 (sql-highlight-interbase-keywords)
10421 (sql-highlight-strong-keywords)
10422 (sql-highlight-mysql-keywords)
10423 (sql-highlight-sqlite-keywords)
10424 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
10425 (sql-get-login): Prompt in the same order as the tokens.
10426 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
10427 (sql-product-interactive): New function. Common portions of
10428 product-specific interactive mode wrappers.
10429 (sql-interactive-mode): Rewritten to use product features.
10430 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
10431 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
10432 (sql-db2, sql-linter): Use `sql-product-interactive'.
10433 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
10434 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
10435 (sql-connect-ingres, sql-connect-postgres)
10436 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
10437 New functions. Format command line parameters and invoke comint on
10438 the appropriate interpreter. Code was in the corresponding
10439 `sql-xyz' function before.
10440 (sql-connect-ms): New function. Support -E argument to use
10441 operating system credentials for authentication.
10442
10443 2003-08-18 Kenichi Handa <handa@m17n.org>
10444
10445 * international/mule.el (encode-char): Fix for the ASCII case.
10446
10447 2003-08-15 Kenichi Handa <handa@m17n.org>
10448
10449 * international/fontset.el (setup-default-fontset): Change "*" to
10450 nil in the specifications of font family.
10451
10452 2003-08-18 Kim F. Storm <storm@cua.dk>
10453
10454 * kmacro.el (kmacro-keymap): Group related bindings in
10455 initialization for clarity. Bind C-s to start macro.
10456 Remove C-r binding.
10457 (kmacro-initial-counter-value): New defvar to hold initial counter
10458 value in case we set the value before defining a macro.
10459 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
10460 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
10461 not defining or executing macro. Doc fix.
10462 (kmacro-add-counter): Clear kmacro-initial-counter-value.
10463 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
10464 temporarily view older elements on the macro ring without cycling
10465 the ring.
10466 (kmacro-display): Doc fix.
10467 (kmacro-exec-ring-item): New helper function.
10468 (kmacro-call-ring-2nd): Use it.
10469 (kmacro-call-ring-2nd-repeat): Doc fix.
10470 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
10471 (kmacro-end-or-call-macro): Execute last viewed macro (using
10472 kmacro-exec-ring-item) from ring if this follows
10473 kmacro-view-macro. This allows us to find a macro on the ring
10474 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
10475 the ring to bring it to the head of the ring.
10476 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
10477 Allow binding to reserved keys without specifying C-x C-k prefix.
10478 Ask for confirmation if entered key sequence is already bound to
10479 a non-macro command.
10480 (kmacro-view-macro): Repeating command will show older elements
10481 on the macro ring; C-k will execute the last viewed macro.
10482 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
10483 property from 'ring to 'head.
10484
10485 2003-08-17 Alan Shutko <ats@acm.org>
10486
10487 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
10488 keeping December out of the alist.
10489
10490 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
10491
10492 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
10493 * calendar/calendar.el (calendar-mode-map): Bind it to key.
10494 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
10495 (calendar-flatten): New function.
10496 (calendar-mouse-view-other-diary-entries)
10497 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
10498 in the menu title and to show multi-line diary entries correctly
10499 in the menu.
10500
10501 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
10502
10503 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
10504 defcustom, because the default was recently changed.
10505
10506 2003-08-16 Richard M. Stallman <rms@gnu.org>
10507
10508 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
10509
10510 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
10511 New subroutine, broken out of eval-last-sexp-1.
10512 (eval-last-sexp-1): Use eval-last-sexp-print-value.
10513
10514 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
10515
10516 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
10517
10518 * simple.el (eval-expression): Use eval-last-sexp-print-value.
10519
10520 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
10521
10522 * progmodes/compile.el (compilation-error-regexp-alist):
10523 Add Java ANt error detection as described in document
10524 http://ant.apache.org/faq.html
10525
10526 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
10527
10528 * simple.el (backward-word, forward-to-indentation)
10529 (backward-to-indentation): Argument changed to optional.
10530 (next-line, previous-line): Use `or' instead of `unless'.
10531
10532 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10533
10534 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
10535 instead of a constant.
10536
10537 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
10538
10539 * shell.el (shell): With prefix-arg, suggest a new buffer name.
10540
10541 2003-08-12 Andre Spiegel <spiegel@gnu.org>
10542
10543 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
10544 (vc-sccs-workfile-version): Search the entire delta table, rather
10545 than just the first entry, because that might be a deleted version.
10546
10547 2003-08-11 Karl Fogel <kfogel@red-bean.com>
10548
10549 * menu-bar.el (menu-bar-options-menu): Supply a body for the
10550 [save-place] binding in the Options menu. Have it require
10551 'saveplace' and then toggle the variable manually, to avoid an an
10552 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
10553 for the bug report.
10554
10555 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
10556
10557 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
10558 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
10559 (gdb-info-threads-custom): Add help-echo text.
10560 (gdb-display-back): Don't use purecopy.
10561 (gdb-info-breakpoints-custom, gdb-reset)
10562 (gdb-assembler-custom): Use display-images-p to test if breakpoint
10563 icons can be displayed.
10564
10565 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
10566
10567 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
10568
10569 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
10570
10571 * bookmark.el (bookmark-completing-read):
10572 Return a string, instead of a list of one string.
10573 Use a popup menu if activated from the mouse.
10574 (bookmark-edit-annotation): Remove unused vars.
10575 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
10576 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
10577 to bookmark-completing-read.
10578 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
10579 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
10580 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
10581 and erase-buffer.
10582 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
10583 (bookmark-menu-jump, bookmark-menu-insert)
10584 (bookmark-popup-menu-and-apply-function)
10585 (bookmark-menu-popup-paned-bookmark-menu): Remove.
10586 (bookmark-menu-build-paned-menu): Remove by folding it into
10587 bookmark-menu-popup-paned-menu.
10588 (menu-bar-bookmark-map): Move the define-key statements here.
10589 Use the "non-menu" commands since they now pop up a menu if needed.
10590 (bookmark-exit-hook-internal): Simplify.
10591
10592 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
10593
10594 * reftex-toc.el (reftex-toc-rename-label): New function.
10595 (reftex-toc-check-docstruct): New function.
10596
10597 * reftex.el (reftex-region-active-p): New function.
10598
10599 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
10600 regexp to find the \bibliography macro.
10601
10602 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
10603 which does not exist in LaTeX.
10604 (reftex-cite-format-builtin): Added amsrefs support.
10605 (reftex-toc-confirm-promotion): New option
10606
10607 * reftex-toc.el
10608 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
10609 (reftex-toc-demote, reftex-toc-promote)
10610 (reftex-toc-do-promote, reftex-toc-promote-prepare)
10611 (reftex-toc-promote-action, reftex-toc-extract-section-number)
10612 (reftex-toc-newhead-from-alist)
10613 (reftex-toc-load-all-files-for-promotion): New functions.
10614 (reftex-toc-help): Added description of new keys.
10615 (reftex-toc-split-windows-fraction): New option.
10616 (reftex-recenter-toc-when-idle): Search *toc* window on all
10617 visible frames.
10618 (reftex-toc): Additional parameter REUSE
10619 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
10620 with REUSE argument.
10621 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
10622 the call of `reftex-toc'.
10623 (reftex-make-separate-toc-frame): New function .
10624 (reftex-toc-recenter): When called with triple prefix arg, call
10625 `reftex-make-separate-toc-frame' first.
10626 (reftex-toc-toggle-dedicated-frame): New command.
10627 (reftex-toc-quit): Adapted to delete frame when called in
10628 dedicated frame.
10629
10630 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
10631 all enclosing macros.
10632
10633
10634 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10635
10636 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
10637 first use.
10638
10639 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10640
10641 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
10642
10643 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
10644
10645 * calendar/calendar.el (list-diary-entries-hook)
10646 (diary-display-hook, nongregorian-diary-listing-hook)
10647 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
10648 Add some customize options for these hooks.
10649 (calendar-abbrev-construct): Don't try to take a substring longer
10650 than the original string.
10651
10652 2003-08-05 Richard M. Stallman <rms@gnu.org>
10653
10654 * emacs-lisp/testcover.el (noreturn): Report error if does return.
10655 (testcover-reinstrument-clauses): Doc fix.
10656
10657 * emacs-lisp/warnings.el: Doc fixes, args renamed.
10658 (warning-type-format): Rename from warning-group-format.
10659
10660 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
10661 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
10662 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
10663 to prevent warnings about defvar for an obsolete variable.
10664
10665 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
10666 warning-group-format renamed to warning-type-format.
10667
10668 * subr.el (read-passwd): Use clear-string instead of fillarray.
10669
10670 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
10671 Use vconcat instead of concat.
10672 (edmacro-sanitize-for-string): New function.
10673
10674 2003-08-05 Dave Love <fx@gnu.org>
10675
10676 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
10677 line-number-display-limit-width.
10678
10679 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
10680
10681 2003-08-05 Kenichi Handa <handa@m17n.org>
10682
10683 * international/code-pages.el: Don't require mule-diag.
10684
10685 * international/mule-diag.el (non-iso-charset-alist):
10686 Add autoload cookie.
10687
10688 * language/devan-util.el (dev-glyph-order): Add an entry for the
10689 glyph code #xC4.
10690
10691 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
10692
10693 * calendar/calendar.el (diary-file, diary-file-name-prefix)
10694 (european-calendar-style, diary-date-forms)
10695 (calendar-day-name-array, calendar-month-name-array): Doc change.
10696 (generate-calendar-month): Adapt for new behaviour of
10697 `calendar-day-name' function.
10698 (calendar-abbrev-length, calendar-day-abbrev-array)
10699 (calendar-month-abbrev-array): New variables.
10700 (calendar-abbrev-construct): New function.
10701 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
10702 rather than fixing abbrevs at some width. Calling syntax change.
10703 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
10704 (calendar-date-string): Adapt for new behaviours of
10705 `calendar-day-name' and `calendar-month-name' functions.
10706
10707 * calendar/diary-lib.el (list-diary-entries): Adapt for new
10708 behaviour of `calendar-day-name' and `calendar-month-name' functions.
10709 (diary-name-pattern): Use abbrev arrays, rather than fixing
10710 abbrevs at three chars. Calling syntax change.
10711 (mark-diary-entries): Adapt for new behaviours of
10712 `diary-name-pattern' and `calendar-make-alist' functions.
10713 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
10714 `diary-name-pattern' function.
10715 (font-lock-diary-date-forms): Use abbrev arrays, rather than
10716 fixing abbrevs at three chars. Calling syntax change.
10717 (cal-hebrew, cal-islam): Require when compiling.
10718 (diary-font-lock-keywords): Adapt for new behaviour of
10719 `font-lock-diary-date-forms' function.
10720
10721 * calendar/cal-hebrew.el: Reposition some code so defined before used.
10722 (calendar-hebrew-month-name-array-common-year)
10723 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
10724 (list-hebrew-diary-entries): Adapt for new behaviours of
10725 `calendar-day-name' and `add-to-diary-list' functions.
10726 (mark-hebrew-diary-entries): Adapt for new behaviours of
10727 `diary-name-pattern' and `calendar-make-alist' functions.
10728
10729 * calendar/cal-islam.el (calendar-islamic-month-name-array):
10730 Add doc string.
10731 (list-islamic-diary-entries): Adapt for new behaviours of
10732 `calendar-day-name' and `add-to-diary-list' functions.
10733 (mark-islamic-diary-entries): Adapt for new behaviours of
10734 `diary-name-pattern' and `calendar-make-alist' functions.
10735
10736 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
10737 `calendar-month-name' function.
10738
10739 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
10740
10741 * calendar/solar.el (solar-seasons-data): Move definition before use.
10742
10743 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
10744 (cal-tex-LaTeX-hourbox): Move definition before use.
10745
10746 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
10747 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
10748 lunar.el, solar.el
10749 (displayed-month, displayed-year): Define for compiler.
10750
10751 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
10752
10753 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
10754 MODE. Renamed from c-init-c-language-vars'.
10755 (c-initialize-cc-mode): Change accordingly.
10756 (c-common-init): Ditto.
10757 (c-mode): Ditto.
10758 (c++-mode): Use `c-init-language-vars-for'.
10759 (objc-mode): Ditto.
10760 (java-mode): Ditto.
10761 (idl-mode): Ditto.
10762 (pike-mode): Ditto.
10763 (awk-mode): Ditto.
10764
10765 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
10766
10767 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
10768 or not the point moved.
10769
10770 (c-search-decl-header-end): Don't trip up on operator identifiers
10771 in C++ and operators like == in all languages.
10772
10773 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
10774 Detect leading labels correctly.
10775
10776 2003-08-02 Andreas Schwab <schwab@suse.de>
10777
10778 * textmodes/ispell.el: Don't redo key bindings on loading, put
10779 them only in loaddefs.el.
10780 * bookmark.el: Likewise.
10781 * dabbrev.el: Likewise.
10782 * emerge.el: Likewise.
10783
10784 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
10785 has more than one member.
10786
10787 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
10788
10789 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10790
10791 * lpr.el (printify-region): It was ending conversion before the
10792 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
10793
10794 2003-07-31 John Paul Wallington <jpw@gnu.org>
10795
10796 * net/browse-url.el (browse-url-epiphany): Doc fix.
10797
10798 2003-07-30 Kenichi Handa <handa@m17n.org>
10799
10800 * international/fontset.el (setup-default-fontset):
10801 Change registry names of Akurti fonts.
10802
10803 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
10804
10805 * comint.el (comint-read-noecho): Use `clear-string' instead of
10806 `fillarray'.
10807
10808 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
10809
10810 * outline.el (outline-mode-hook): Add defvar.
10811
10812 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
10813
10814 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
10815 Restore assembler in source window if that is what has been selected.
10816 (menu): Add gdb-restore-windows to menu. Make gdba
10817 specific menus only visible from gdba.
10818
10819 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
10820
10821 * progmodes/compile.el (compilation-environment): New user variable.
10822 (compile-internal): Respect it.
10823
10824 2003-07-23 Masatake YAMATO <jet@gyve.org>
10825
10826 * progmodes/gud.el (gdb-script-font-lock-keywords):
10827 Put `font-lock-function-name-face' on a symbol which includes
10828 `-' like `hook-run'. Put font-lock-variable-name-face
10829 on a symbol starting with $.
10830
10831 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
10832
10833 * files.el (set-visited-file-name): Use truename for buffer-file-name.
10834
10835 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
10836
10837 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
10838
10839 2003-07-26 Andre Spiegel <spiegel@gnu.org>
10840
10841 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
10842 Use with-no-warnings.
10843 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
10844 rather than to find-file-not-found-hook, which doesn't exist.
10845
10846 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
10847
10848 * international/quail.el (quail-translate-key): Fix previous change.
10849
10850 2003-07-25 John Paul Wallington <jpw@gnu.org>
10851
10852 * server.el (server-start): Check `server-process' is non-nil
10853 before killing it to avoid killing current buffer's process.
10854
10855 * simple.el (choose-completion-string): Use `minibufferp';
10856 test `completion-reference-buffer' if `buffer' arg is nil.
10857 (push-mark): Use `when' and `unless'.
10858 (pop-mark): Use `when'.
10859
10860 * mouse-sel.el (mouse-sel-get-selection-function):
10861 Check `x-last-selected-text-primary'. Don't barf if it or
10862 `x-last-selected-text' aren't bound.
10863
10864 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
10865
10866 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
10867
10868 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
10869
10870 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
10871
10872 2003-07-23 John Paul Wallington <jpw@gnu.org>
10873
10874 * tooltip.el (defface tooltip): Inherit from variable-pitch.
10875
10876 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
10877
10878 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
10879 string. Defvar the derived hook.
10880
10881 * macros.el (insert-kbd-macro): Escape double quote character.
10882 From Thomas W Murphy <twm@andrew.cmu.edu>.
10883
10884 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
10885
10886 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
10887 to match the specific mark rather than reusing comment-start-skip.
10888
10889 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
10890
10891 * progmodes/hideshow.el (hs-special-modes-alist):
10892 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
10893
10894 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
10895
10896 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
10897 value using ?\s.
10898
10899 2003-07-21 John Paul Wallington <jpw@gnu.org>
10900
10901 * subr.el (with-selected-window): Add closing paren.
10902
10903 2003-07-21 Richard M. Stallman <rms@gnu.org>
10904
10905 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
10906 (lisp-mode): Likewise.
10907
10908 * subr.el (with-selected-window): Copy code form save-selected-window
10909 so as to call select-window with norecord arg.
10910 (dynamic-completion-table): Doc fix.
10911 (lazy-completion-table): Doc fix.
10912
10913 * international/mule-cmds.el (set-locale-environment):
10914 langinfo renamed to locale-info.
10915
10916 * international/mule.el (auto-coding-functions): Doc fix.
10917
10918 2003-07-21 Kenichi Handa <handa@m17n.org>
10919
10920 * international/quail.el (quail-translate-key):
10921 Update quail-current-str correctly.
10922
10923 2003-07-21 Andreas Schwab <schwab@suse.de>
10924
10925 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
10926 ?, to "_".
10927
10928 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
10929 Version 2.0.36 of Tramp released.
10930
10931 * net/tramp.el (tramp-default-password-end-of-line): Rename from
10932 tramp-password-end-of-line.
10933 (tramp-password-end-of-line): New method parameter.
10934 (tramp-get-password-end-of-line): Function to access method
10935 parameter `tramp-password-end-of-line', or variable
10936 `tramp-default-password-end-of-line' (default value).
10937 (tramp-methods): Add entries for new parameter
10938 tramp-password-end-of-line.
10939 (tramp-enter-password): Use new function
10940 `tramp-get-password-end-of-line'.
10941 (tramp-handle-insert-file-contents): Do not
10942 unconditionally inhibit the file operation file-local-copy, only
10943 do that when the inhibit-file-name-operation is currently
10944 insert-file-contents. This fixes finding remote CVS-controlled
10945 files. (It would barf on inserting the CVS/Entries file
10946 literally, because the file-local-copy handler wasn't called.)
10947 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
10948 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
10949 (tramp-initial-commands): New variable.
10950 (tramp-process-initial-commands): New function, using the variable.
10951 (tramp-open-connection-setup-interactive-shell): Call the new function.
10952 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
10953 method into the buffer name, never use nil. Reported by Hanak
10954 David <dhanak@inf.bme.hu>.
10955 (tramp-open-connection-setup-interactive-shell): Erase buffer
10956 before sending "stty -onlcr".
10957
10958 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
10959
10960 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
10961
10962 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
10963
10964 2003-07-19 John Paul Wallington <jpw@gnu.org>
10965
10966 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
10967 (artist-draw-rect, artist-draw-square): Doc fixes.
10968
10969 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
10970
10971 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
10972
10973 2003-07-19 Kenichi Handa <handa@m17n.org>
10974
10975 * international/kkc.el (kkc-show-conversion-list-update):
10976 Highlight the correct candidate in the message.
10977
10978 2003-07-18 John Paul Wallington <jpw@gnu.org>
10979
10980 * simple.el (current-word): Don't include punctuation char when
10981 `really-word' arg is non-nil.
10982
10983 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
10984
10985 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
10986 moved to the directory obsolete.
10987
10988 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
10989
10990 * info.el (Info-menu-entry-name-re): Allow newlines in
10991 menu entry names.
10992
10993 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
10994 syntax-ppss-after-change-function.
10995 (syntax-ppss-after-change-function): New alias. Update uses.
10996 (syntax-ppss): Catch the case where the buffer is narrowed.
10997
10998 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
10999
11000 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
11001 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
11002
11003 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
11004
11005 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
11006 since it might be modified.
11007
11008 * progmodes/cc-langs.el (c++-make-template-syntax-table)
11009 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
11010 names to these language constants.
11011
11012 2003-07-15 Kim F. Storm <storm@cua.dk>
11013
11014 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
11015 All uses changed.
11016
11017 2003-07-14 Mark A. Hershberger <mah@everybody.org>
11018
11019 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
11020 Namespace support.
11021
11022 2003-07-13 Juanma Barranquero <lektu@terra.es>
11023
11024 * frame.el (modify-all-frames-parameters): Reinstall (copyright
11025 papers received).
11026
11027 2003-07-13 Karl Eichwalder <ke@suse.de>
11028
11029 * textmodes/po.el (po-find-charset): White space at the start of the
11030 Content-Type field body is non-mandatory.
11031
11032 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
11033
11034 * textmodes/texinfo.el (texinfo-section-list):
11035 Append appendixsection; a synonym for appendixsec.
11036
11037 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
11038
11039 * man.el (Man-translate-cleanup): New.
11040 (Man-translate-references): Call `Man-translate-cleanup' to clean
11041 leading, trailing and middle spaces.
11042
11043 2003-07-13 Lars Hansen <larsh@math.ku.dk>
11044
11045 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
11046 Handle `dired-directory' being a list.
11047
11048 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
11049
11050 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
11051 it doesn't exist.
11052
11053 2003-07-12 Richard M. Stallman <rms@gnu.org>
11054
11055 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
11056
11057 * progmodes/cc-defs.el (c-make-keywords-re):
11058 Don't use delete-duplicates.
11059 (c-lang-const): Don't use mapcan.
11060
11061 * apropos.el (apropos-show-scores): Make it customizable.
11062 Document new meaning.
11063 (apropos): Compute scores from symbols.
11064 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
11065
11066 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11067
11068 * ps-bdf.el: Fix copyright line.
11069 (bdf-directory-list): Fix initialization code.
11070
11071 2003-07-11 John Paul Wallington <jpw@gnu.org>
11072
11073 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
11074 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
11075 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
11076
11077 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
11078
11079 * emacs-lisp/ring.el (ring-elements): Doc fix.
11080
11081 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
11082
11083 * calendar/timeclock.el (timeclock-relative)
11084 (timeclock-ask-before-exiting, timeclock-use-display-time):
11085 Doc changes.
11086 (timeclock-modeline-display): Give a message if
11087 `timeclock-use-display-time' is non-nil but `display-time-mode'
11088 is not active.
11089
11090 2003-07-11 Kenichi Handa <handa@m17n.org>
11091
11092 * international/mule-cmds.el (set-language-environment):
11093 Set current-language-environment to the correct string.
11094
11095 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11096
11097 * ps-print.el: Print line number correctly in a region. Reported by
11098 Tim Allen <timallen@ls83.fsnet.co.uk>.
11099 (ps-print-version): New version number (6.6.2).
11100 (ps-printing-region): Code fix.
11101
11102 2003-07-10 John Paul Wallington <jpw@gnu.org>
11103
11104 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
11105 this function can be called from `add-completions-from-tags-table'.
11106
11107 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
11108
11109 * calendar/timeclock.el (timeclock-use-display-time)
11110 (timeclock-day-over-hook, timeclock-workday-remaining)
11111 (timeclock-status-string, timeclock-when-to-leave)
11112 (timeclock-when-to-leave-string, timeclock-log-data)
11113 (timeclock-find-discrep, timeclock-day-base)
11114 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
11115 (timeclock-modeline-display): Set the variable
11116 `timeclock-modeline-display'.
11117 (timeclock-update-modeline): Doc fix. Respect value of
11118 `timeclock-relative'.
11119
11120 2003-07-09 Richard M. Stallman <rms@gnu.org>
11121
11122 * textmodes/reftex-parse.el (reftex-all-document-files):
11123 Add autoload cookie.
11124
11125 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
11126 (reftex-scanning-info-available-p): Add autoload cookie.
11127
11128 * international/mule-cmds.el
11129 (set-display-table-and-terminal-coding-system): Delete duplicate
11130 aset on standard-display-table.
11131
11132 * view.el (view-file): If existing buffer's major mode is special,
11133 don't go into view mode.
11134
11135 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
11136
11137 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11138
11139 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
11140 buffer changes; there's third party code that calls this function
11141 directly.
11142
11143 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11144
11145 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
11146 (autodoc-font-lock-keywords): Don't byte compile on font lock
11147 initialization when running from byte compiled files.
11148
11149 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11150
11151 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
11152 statement ends with auto-increment "++".
11153
11154 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11155
11156 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
11157 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
11158 these are changed, so declare them as variables and not constants.
11159
11160 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
11161
11162 * subr.el (dolist, dotimes): Doc fix.
11163
11164 2003-07-08 Kim F. Storm <storm@cua.dk>
11165
11166 * international/mule-cmds.el
11167 (set-display-table-and-terminal-coding-system): Don't break
11168 bootstrap if standard-display-table isn't setup yet.
11169
11170 2003-07-07 Richard M. Stallman <rms@gnu.org>
11171
11172 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
11173 Give it a doc string, and autoload it.
11174
11175 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
11176 Use with-no-warnings.
11177
11178 * info.el (Info-search): If find invisible text, search again.
11179
11180 * isearch.el (search-whitespace-regexp): Add a shy group around it.
11181
11182 * man.el (Man-name-regexp): Match + as part of name.
11183
11184 * simple.el (visible-mode): Rename from vis-mode.
11185 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
11186
11187 * simple.el (current-word): New arg REALLY-WORD specifies
11188 don't include punctuation chars.
11189
11190 * emacs-lisp/debug.el (debug, debugger-env-macro):
11191 Use with-no-warnings while accessing and binding unread-command-char.
11192
11193 * international/mule-cmds.el
11194 (set-display-table-and-terminal-coding-system): Use explicit loop
11195 instead of calling standard-display-default.
11196
11197 * net/ange-ftp.el (ange-ftp-file-symlink-p):
11198 Use condition-case to catch error in ange-ftp-get-files.
11199
11200 * net/browse-url.el (browse-url-browser-function):
11201 Add alternative for Epiphany.
11202 (browse-url-epiphany-program, browse-url-epiphany-arguments)
11203 (browse-url-epiphany-startup-arguments)
11204 (browse-url-epiphany-new-window-is-tab): New variables.
11205 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
11206
11207 * progmodes/compile.el (compile-auto-highlight): Default now t.
11208 (compile): Doc fix.
11209 (compilation-next-error): Fix previous change.
11210
11211 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
11212
11213 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
11214
11215 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
11216
11217 * gdb-ui.el (gdb-source-info): Display current frame when
11218 attaching to an existing process.
11219 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
11220 while laying out windows when attaching to an existing process.
11221
11222 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
11223
11224 * info.el (Info-menu): Use Info-menu-entry-name-re.
11225
11226 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
11227
11228 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
11229 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
11230
11231 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
11232 to match the same text.
11233
11234 2003-07-06 John Paul Wallington <jpw@gnu.org>
11235
11236 * vc.el (vc-annotate-offset): Move defvar up.
11237
11238 2003-07-06 Kim F. Storm <storm@cua.dk>
11239
11240 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
11241 This should fix the infinite loop when extracting menu names.
11242
11243 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
11244
11245 * files.el (auto-mode-alist, interpreter-mode-alist):
11246 Remove entries to CC Mode modes to avoid duplicates; they are now added
11247 with autoload directives in cc-mode.el.
11248
11249 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
11250
11251 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
11252 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
11253 these are changed, so declare them as variables and not constants.
11254
11255 * progmodes/cc-mode.el: Fix some autoload problems: Try to
11256 ensure that the entry for ".c" extension comes before the one for
11257 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
11258 Fix incorrect entries that were added to `interpreter-mode-alist'.
11259 Move the autoload directives for AWK to the top level since they
11260 aren't recognized anywhere else. Do not use the new AWK mode doc
11261 in the autoload form for the old AWK mode.
11262
11263 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11264
11265 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
11266 (bibtex-sort-ignore-string-entries): Default value t.
11267 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
11268 erroneously in previous version.
11269 (bibtex-string-files): Docstring reflects new parsing scheme.
11270 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
11271 docstring, add # as one of the chars to crush
11272 (bibtex-autokey-prefix-string, bibtex-autokey-names)
11273 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
11274 (bibtex-autokey-name-change-strings)
11275 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
11276 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
11277 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
11278 (bibtex-autokey-title-terminators)
11279 (bibtex-autokey-titlewords-stretch)
11280 (bibtex-autokey-titleword-ignore)
11281 (bibtex-autokey-titleword-case-convert)
11282 (bibtex-autokey-titleword-abbrevs)
11283 (bibtex-autokey-titleword-abbrevs)
11284 (bibtex-autokey-titleword-change-strings)
11285 (bibtex-autokey-titleword-length)
11286 (bibtex-autokey-titleword-separator)
11287 (bibtex-autokey-name-year-separator)
11288 (bibtex-autokey-year-title-separator)
11289 (bibtex-autokey-before-presentation-function)
11290 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
11291 Fix docstring.
11292 (bibtex-strings, bibtex-reference-keys):
11293 Use lazy-completion-table and make-variable-buffer-local.
11294 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
11295 (bibtex-braced-string-syntax-table)
11296 (bibtex-quoted-string-syntax-table): New variables.
11297 (bibtex-parse-nested-braces): Remove.
11298 (bibtex-parse-field-string): Use syntax table and forward-sexp.
11299 (bibtex-parse-association): Simplify.
11300 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
11301 (bibtex-parse-field-text): Simplify.
11302 (bibtex-search-forward-field, bibtex-search-backward-field):
11303 argument BOUND can take value t.
11304 (bibtex-start-of-field, bibtex-start-of-name-in-field)
11305 (bibtex-end-of-name-in-field, bibtex-end-of-field)
11306 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
11307 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
11308 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
11309 (bibtex-skip-to-valid-entry): Return buffer position of beginning
11310 and ending of entry. Update for changes of bibtex-search-entry.
11311 Simplify.
11312 (bibtex-map-entries): FUN is called with three arguments.
11313 (bibtex-search-entry): Return a cons pair with buffer positions of
11314 beginning and end of entry.
11315 (bibtex-enclosing-field): Simplify.
11316 (bibtex-format-entry): Use booktitle to set a missing title.
11317 (bibtex-autokey-get-names): Fiddle with regexps.
11318 (bibtex-generate-autokey): Use identity.
11319 (bibtex-parse-keys): Use simplified parsing algorithm if
11320 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
11321 arguments. Return alist of keys.
11322 (bibtex-parse-strings): Simplify. Return alist of strings.
11323 (bibtex-complete-string-cleanup): Fix docstring.
11324 (bibtex-read-key): New function.
11325 (bibtex-mode): Fix docstring. Do not parse for keys and
11326 strings when the mode is entered. Set fill-paragraph-function to
11327 bibtex-fill-field. Setup font-lock-mark-block-function the way
11328 font-lock intended.
11329 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
11330 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
11331 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
11332 (bibtex-Preamble): Avoid hard coded constants.
11333 (bibtex-make-field): Fix docstring. Simplify.
11334 (bibtex-beginning-of-entry): Always return new position of point.
11335 (bibtex-end-of-entry): Rearrange cond clauses.
11336 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
11337 Update for changes of bibtex-map-entries.
11338 (bibtex-ispell-abstract): Do not move point.
11339 (bibtex-entry-index): Use downcase. Simplify.
11340 (bibtex-lessp): Handle catch-all.
11341 (bibtex-find-crossref): Turn into a command.
11342 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
11343 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
11344 preamble entries.
11345 (bibtex-fill-field-bounds): New function.
11346 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
11347 (bibtex-fill-entry): Use bibtex-fill-field-bounds
11348 (bibtex-String): Use bibtex-strings. Always obey
11349 bibtex-sort-ignore-string-entries.
11350
11351 2003-07-05 John Paul Wallington <jpw@gnu.org>
11352
11353 * cus-theme.el (customize-create-theme):
11354 Call `customize-create-theme' in Reset widget's notify function.
11355
11356 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
11357 (ibuffer-mark-interactive): Use `or' instead of `unless'.
11358 (define-ibuffer-column name): Add summarizer.
11359 (define-ibuffer-column size): Likewise.
11360 (define-ibuffer-column filename): Likewise.
11361 (define-ibuffer-column process): Likewise. Change BODY's output too.
11362 (define-ibuffer-column filename-and-process): Likewise, likewise.
11363 (ibuffer): Remove local vars `already-in' and `need-update'.
11364
11365 * ibuf-ext.el: Don't require `derived' at compile-time.
11366
11367 2003-07-05 Kim F. Storm <storm@cua.dk>
11368
11369 * info.el: Disable paragraph refilling.
11370 (Info-refill-paragraphs): New defcustom.
11371 (Info-fontify-node): Use it.
11372
11373 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
11374
11375 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
11376 thingies from constructors created by defstruct.
11377
11378 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
11379 the default value of the variable.
11380 (byte-code-meter): Move declaration to top level.
11381
11382 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
11383
11384 * info.el (Info-following-node-name-re): New fun.
11385 (Info-following-node-name): Remove.
11386 (Info-insert-dir): Use the new fun.
11387 (Info-extract-pointer): Don't save restriction; use new fun.
11388 (Info-menu-entry-name-re): New const.
11389 (Info-menu-entry-name-re): Use it along with new fun.
11390 (Info-node-spec-re): Use new fun.
11391 (Info-complete-menu-item, Info-fontify-node): Use new const.
11392 (Info-goto-node, Info-follow-reference, Info-menu-update):
11393 Use match-string.
11394 (Info-follow-reference): Use assoc-string.
11395 Use a list of strings for the completion table.
11396 (Info-fontify-node): Use match-string, line-end-position.
11397 Limit the search for `node:' to the first line.
11398
11399 * newcomment.el (uncomment-region): Remove padding coming from
11400 comment-start rather than just from comment-padding.
11401
11402 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
11403 (vc-cvs-stay-local-p): Use vc-stay-local-p.
11404 (vc-cvs-rename-file): Remove (use the default).
11405 (vc-cvs-register): Register parent dir if needed.
11406 (vc-cvs-could-register): Return non-nil if parent can be registered.
11407 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
11408 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
11409
11410 * vc-svn.el (vc-svn-use-edit): Make it into a const.
11411 (vc-svn-update): Fix the arguments to `svn'.
11412 (vc-svn-diff-tree): Just use `vc-svn-diff'.
11413 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
11414 Simple implementations, assuming `name' is a URL.
11415
11416 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
11417 set of chars allowed unquoted in a case pattern.
11418
11419 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
11420
11421 * font-lock.el (font-lock-extra-types-widget)
11422 (c-font-lock-extra-types, c++-font-lock-extra-types)
11423 (objc-font-lock-extra-types, java-font-lock-extra-types)
11424 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
11425 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
11426 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
11427 (font-lock-match-c++-structor-declaration)
11428 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
11429 (c++-font-lock-keywords-3, c++-font-lock-keywords)
11430 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
11431 (objc-font-lock-keywords-3, objc-font-lock-keywords)
11432 (java-font-lock-keywords-1, java-font-lock-keywords-2)
11433 (java-font-lock-keywords-3, java-font-lock-keywords)
11434 (java-font-lock-syntactic-face-function): Remove obsolete code
11435 and constants. It's all in cc-fonts.el now.
11436
11437 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
11438
11439 * mail/sendmail.el (mail-specify-envelope-from)
11440 (mail-envelope-from): Doc fix.
11441
11442 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
11443
11444 * generic-x.el: Do away with the dependency on `c-emacs-features'
11445 when populating `rul-generic-mode-syntax-table'; we already know
11446 this isn't XEmacs.
11447
11448 See ChangeLog.10 for earlier changes.
11449
11450 ;; Local Variables:
11451 ;; coding: iso-2022-7bit
11452 ;; End:
11453
11454 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
11455 Copying and distribution of this file, with or without modification,
11456 are permitted provided the copyright notice and this notice are preserved.
11457
11458 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1