* Makefile.in (maintainer-clean): Depend on distclean.
[bpt/emacs.git] / lisp / ChangeLog
1 2004-11-09 Richard M. Stallman <rms@gnu.org>
2
3 * emacs-lisp/bytecomp.el (byte-compile-defalias):
4 Turn off warnings for the new function even if definition not constant.
5 If the definition isn't a quoted symbol, record (FUNCTION . t).
6 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
7 (byte-compile-callargs-warn): Handle (FUNCTION . t).
8 (display-call-tree, byte-compile-arglist-warn):
9 Handle t returned by byte-compile-fdefinition.
10
11 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12
13 * Makefile.in (maintainer-clean): Depend on distclean.
14
15 * help-fns.el (help-C-file-name): File name must be in build-files
16 to be returned.
17
18 2004-11-09 Jay Belanger <belanger@truman.edu>
19
20 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
21 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
22
23 * calc/calc.el (calc, calc-trail-display, calc-mode): Removed
24 obsolete sections.
25
26 * calc/calc.el (calc-x-paste-text): Removed.
27
28 * calc/calc-ext.el (calc-init-extensions): Bound calc-yank to
29 mouse-2.
30
31 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
32
33 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
34 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
35 current frame (in case of recursive calls).
36 (gdb-show-changed-values): Add :version keyword.
37
38 2004-11-08 Richard M. Stallman <rms@gnu.org>
39
40 * subr.el (syntax-after): Doc fix.
41
42 * paren.el (show-paren-function): Change calls to syntax-after
43 for new way of returning the value.
44
45 * menu-bar.el (menu-bar-file-menu): Make this the real name
46 and menu-bar-files-menu the alias. Use the former.
47 (global-map): Use `file', not `files', as the symbol.
48
49 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
50
51 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
52 Don't use beginning-of-buffer.
53 (filesets-cmd-show-result): Use with-no-warnings.
54
55 2004-11-08 Juri Linkov <juri@jurta.org>
56
57 * progmodes/compile.el (compile): Don't overwrite last command in
58 minibuffer history with default command if they are not equal.
59
60 2004-11-08 Jay Belanger <belanger@truman.edu>
61
62 * calc/calcalg2.el (math-do-integral-methods): Try linear then
63 non-linear substitutions.
64
65 2004-11-08 Jay Belanger <belanger@truman.edu>
66
67 * calc/calcalg2.el (math-linear-subst-tried): New variable.
68 (math-do-integral): Set `math-linear-subst-tried' to nil.
69 (math-do-integral-methods): Use `math-linear-subst-tried' to
70 determine what type of substitution to try.
71 (math-integ-try-linear-substituion): Set
72 `math-linear-subst-tried' to t.
73
74 2004-11-08 Kim F. Storm <storm@cua.dk>
75
76 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
77
78 2004-11-07 Juri Linkov <juri@jurta.org>
79
80 * info-look.el (info-lookup): Allow reusing in the current buffer
81 not only *info* buffer, but all (even renamed) Info buffers
82 by checking for major-mode instead of *info* buffer name.
83 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
84 (octave-mode, maxima-mode) <doc-spec>:
85 Allow long dashes generated by Texinfo 4.7 before definitions.
86 (texinfo-mode) <doc-spec>: Add space to suffix to find command
87 definitions with argument separated by space.
88
89 2004-11-06 Richard M. Stallman <rms@gnu.org>
90
91 * simple.el (next-error group, face): Move before first use.
92 (next-error-highlight, next-error-highlight-no-select): Likewise.
93
94 * simple.el (line-move-invisible-p): Renamed from line-move-invisible.
95 (line-move): New args NOERROR and TO-END.
96 Return t if if succeed in moving specified number of lines.
97 (move-end-of-line): New function.
98
99 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
100 (end-of-buffer-other-window): Likewise.
101
102 * simple.el (line-move-ignore-invisible): Default to t.
103
104 * subr.el (syntax-after): Return the syntax letter, not the raw code.
105
106 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
107
108 * international/iso-cvt.el (iso-cvt-define-menu):
109 menu-bar-files-menu renamed to menu-bar-file-menu.
110
111 * net/browse-url.el (browse-url-gnome-moz-program)
112 (browse-url-gnome-moz-arguments): Move up before first use.
113
114 * net/tramp.el (tramp group): Add :version.
115
116 * progmodes/ada-xref.el (ada-gdb-application):
117 Use goto-char instead of beginning-of-buffer.
118
119 * progmodes/cperl-mode.el (cperl-info-on-command):
120 Use goto-char instead of beginning-of-buffer.
121
122 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
123 Move up before first use.
124 (idlwave-shell-temp-pro-file): Likewise.
125 (idlwave-shell-temp-rinfo-save-file): Likewise.
126 (idlwave-shell-temp-file): Minor doc fix.
127
128 * textmodes/flyspell.el (flyspell-external-point-words):
129 Use goto-char instead of beginning-of-buffer.
130
131 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
132
133 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode
134 -o /dev/stdout" before trying "uudecode -o -". Suggested by Han
135 Boetes.
136 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
137
138 2004-11-06 David Ponce <david@dponce.com>
139
140 * recentf.el (recentf-menu-path): Use menu item name.
141
142 2004-11-06 Eli Zaretskii <eliz@gnu.org>
143
144 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
145 display doesn't support images.
146
147 2004-11-06 Andreas Schwab <schwab@suse.de>
148
149 * tempo.el (tempo-match-finder): Doc fix.
150
151 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
152
153 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
154
155 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
156 (easy-menu-lookup-name): New fun to replace it.
157 (easy-menu-get-map): Use it to obey menu item names (rather than just
158 keys) when looking up `path'.
159 (easy-menu-always-true-p): Rename from easy-menu-always-true.
160 (easy-menu-convert-item-1): Adjust to new name.
161
162 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
163
164 * outline.el (hide-body): Don't hide lines at the top of the file
165 that precede the first header line.
166
167 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
168
169 * align.el (align-areas): Delete whitespace before reindenting, so
170 that tabs are never placed after spaces.
171
172 2004-11-06 Alan Shutko <ats@acm.org>
173
174 * macros.el (insert-kbd-macro): Do completions based on macros,
175 rather than all commands.
176
177 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
178
179 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
180 to solve a bug whereby tags with 'b' don't match.
181
182 2004-11-05 Juri Linkov <juri@jurta.org>
183
184 * info.el (Info-search): Don't search in node header lines
185 and file headers.
186
187 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
188 symbol-constituent characters after dot, not only digits.
189
190 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
191
192 * files.el (set-auto-mode): Don't get error after setting
193 -*-mode-*-.
194
195 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
196
197 * dired.el (dired-read-dir-and-switches): Call read-directory-name
198 if a dialog will be used, read-file-name otherwise.
199
200 2004-11-04 Richard M. Stallman <rms@gnu.org>
201
202 * textmodes/table.el (table group): Add :version.
203
204 * textmodes/ispell.el (ispell-word):
205 Don't alter args; set them only thru `interactive' spec.
206
207 * textmodes/flyspell.el (flyspell-word):
208 Don't alter FOLLOWING; set it only thru `interactive' spec.
209
210 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
211
212 * net/browse-url.el (browse-url-maybe-new-window):
213 Use called-interactively-p.
214
215 * mail/supercite.el (sc-cite-region):
216 Don't use interactive-p. Add arg INTERACTIVE.
217 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
218
219 * international/mule-cmds.el (set-input-method, toggle-input-method):
220 Don't use interactive-p. Add arg INTERACTIVE.
221
222 * eshell/esh-mode.el (eshell-show-maximum-output):
223 Don't use interactive-p.
224 (eshell-truncate-buffer): Just message, no error, if buffer is short.
225
226 * mouse.el (mouse-show-mark): Get positions to delete from mark
227 and point, not from mouse-drag-overlay.
228
229 * imenu.el (imenu-eager-completion-buffer): Add :version.
230
231 * filesets.el (filesets group): Add :version.
232
233 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
234
235 * files.el (xml-based-modes): Delete var.
236 (magic-mode-alist): New more general var.
237 (set-auto-mode): Use it.
238
239 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
240 when clicking from another window.
241
242 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
243
244 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
245 (vc-cvs-annotate-time): Incorporate value of deleted var.
246 Remove special-case handling of beginning-of-buffer cruft.
247 Cache ending position (point) and return value in text property
248 `vc-cvs-annotate-time', and consult it on subsequent invocations.
249
250 * vc-cvs.el (vc-cvs-annotate-command):
251 Delete extraneous lines from beginning of buffer.
252 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
253
254 * progmodes/grep.el (grep-default-command): Take empty string
255 for tag if all other methods yield nil. Shell-quote the tag.
256
257 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
258 spec in `interactive' form, and mention it in the docstring.
259 Also, make sure point is at bol after calling `annotate-time'.
260
261 2004-11-02 Richard M. Stallman <rms@gnu.org>
262
263 * cus-edit.el (customize-group-other-window):
264 Select the window that displays the custom buffer.
265 (custom-buffer-create-other-window): Likewise.
266
267 * comint.el (comint-insert-input): Fix previous change.
268
269 * emacs-lisp/elp.el (elp-instrument-function):
270 Use called-interactively-p.
271
272 * emacs-lisp/easymenu.el (easy-menu-intern):
273 Don't downcase; rather, case-flip the first letter of each word.
274
275 * emacs-lisp/easy-mmode.el (define-minor-mode):
276 Use called-interactively-p.
277
278 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
279 Add interactive-only.
280 (byte-compile-warnings): Add interactive-only as option.
281 (byte-compile-interactive-only-functions): New variable.
282 (byte-compile-form): Warn about calls to functions
283 in byte-compile-interactive-only-functions.
284
285 * emacs-lisp/autoload.el (update-file-autoloads):
286 Don't use interactive-p; take new arg SAVE-AFTER.
287
288 * emacs-lisp/advice.el (ad-make-advised-definition):
289 Use called-interactively-p.
290
291 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
292
293 * files.el (find-file-existing): New function.
294
295 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
296 find-file-existing. Add "New File..." that calls find-file.
297
298 * diropen.pbm diropen.xpm: New files.
299
300 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
301 icon diropen. New tool bar item find-file-existing uses icon open.
302
303 * dired.el (dired-read-dir-and-switches): Call read-driectory-name
304 instead of read-file-name.
305
306 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
307
308 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
309 (icalendar--split-value): Change name of work buffer.
310 (icalendar--get-weekday-abbrev): Return nil on error.
311 (icalendar--date-to-isodate): New function.
312 (icalendar-convert-diary-to-ical)
313 (icalendar-extract-ical-from-buffer): Use only two args for
314 make-obsolete (XEmacs compatibility).
315 (icalendar-export-file, icalendar-import-file): Blank at end of
316 prompt.
317 (icalendar-export-region): Doc fix.
318 If error, return non-nil and write errors to a buffer.
319 Use correct weekday for weekly recurring events.
320 Check whether date has been parsed for ordinary events.
321 Make weekly events start in the year 2000.
322 DTEND is non-inclusive, shift end date by one day if
323 necessary (not for entries that have date and time).
324 Rename local let variables: oops -> found-error, datestring ->
325 startdatestring.
326
327 2004-11-02 Kim F. Storm <storm@cua.dk>
328
329 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
330 keep-mode-if-same variable. Add it as optional arg instead.
331 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
332
333 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
334 substitute-command-keys will select lower-case bindings like those
335 used in the static help texts.
336
337 * descr-text.el (describe-text-properties): Don't err if called in
338 the *Help* buffer; output to *Help-2* buffer instead.
339
340 * kmacro.el (group kmacro): Add :version.
341 (kmacro-keyboard-quit): New function to cleanup on C-g.
342 (kmacro-start-macro): Set defining-kbd-macro to append when
343 appending to last macro.
344
345 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
346
347 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
348
349 * progmodes/gdb-ui.el (gdb-enable-debug-log)
350 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
351 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
352 Add :version keyword.
353
354 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
355
356 * progmodes/flymake.el (flymake-err-line-patterns): Use
357 `flymake-reformat-err-line-patterns-from-compile-el' to convert
358 `compilation-error-regexp-alist-alist' to internal Flymake format.
359
360 * progmodes/flymake.el: eliminated byte-compiler warnings.
361
362 2004-11-01 Jay Belanger <belanger@truman.edu>
363
364 * calc/calc-frac.el (calc-over-notation): Replaced
365 `completing-read' with `interactive "s"'.
366
367 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
368
369 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
370 Revert change from 2004-10-16. '*' checks the current buffer, but the
371 mouse click may be in another buffer.
372
373 2004-11-01 John Paul Wallington <jpw@gnu.org>
374
375 * files.el (large-file-warning-threshold): Add :version keyword.
376 (kill-some-buffers): Doc fix.
377
378 * thumbs.el (group thumbs): Add :version keyword.
379
380 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
381
382 2004-11-01 Richard M. Stallman <rms@gnu.org>
383
384 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
385
386 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
387
388 * allout.el (allout group): Add :version.
389 (allout-init): Don't use interactive-p.
390 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
391 (allout-forward-current-level, allout-backward-current-level):
392 Don't use interactive-p.
393
394 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
395 (bibtex-find-text): Likewise.
396
397 * progmodes/vhdl-mode.el (vhdl-fill-region)
398 (vhdl-beginning-of-statement): Don't use interactive-p.
399
400 * progmodes/idlwave.el (idlwave-update-routine-info):
401 Don't use interactive-p.
402
403 * progmodes/idlw-shell.el (idlwave-shell-send-char):
404 Don't use interactive-p.
405
406 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
407 Don't use interactive-p.
408
409 * progmodes/ada-xref.el (ada-make-body-gnatstub):
410 Don't use interactive-p.
411
412 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
413 (fortune-in-buffer): Doc fix.
414
415 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
416
417 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
418 don't select the temporary buffer.
419 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
420 (eudc-get-phone): Likewise.
421
422 2004-11-01 Kim F. Storm <storm@cua.dk>
423
424 * man.el (Man-xref-normal-file): Fix help-echo.
425
426 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
427
428 * reveal.el (reveal-last-tick): New var.
429 (reveal-post-command): Use it to avoid closing overlays when we're
430 appending text to them.
431
432 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
433
434 * textmodes/bibtex.el: Require button.
435 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
436 (bibtex-reference-keys): Distinguish between header keys and
437 crossref keys.
438 (bibtex-beginning-of-field): New function.
439 (bibtex-url-map): Remove.
440 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
441 (bibtex-font-lock-url-regexp): Assume that field names begin at
442 the beginning of a line.
443 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
444 Remove field delimiters. Use bibtex-beginning-of-field.
445 Bugfix, point can be inside a field with a url.
446 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
447 New functions.
448 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
449 (bibtex-key-in-head): Simplify.
450 (bibtex-current-line): Use bolp.
451 (bibtex-parse-keys): Remove unused arg `add'.
452 Use bibtex-type-in-head and bibtex-key-in-head.
453 (bibtex-parse-entry, bibtex-autofill-entry):
454 Use bibtex-type-in-head and bibtex-key-in-head.
455 (bibtex-autokey-get-field): Do not alter case of replacement text.
456 (bibtex-autokey-get-names): Do all processing of name list.
457 (bibtex-autokey-get-year): New function.
458 (bibtex-autokey-get-title): Do all processing of title words.
459 (bibtex-generate-autokey): Simplify.
460 (bibtex-string-files-init): Use default-directory.
461 Allow for absolute file names in bibtex-string-files.
462 (bibtex-files, bibtex-file-path): New variables.
463 (bibtex-files-expand): New function.
464 (bibtex-find-entry-globally): New command.
465 (bibtex-summary-function): New variable.
466 (bibtex-summary): Default value of bibtex-summary-function.
467 (bibtex-find-crossref): New optional args pnt and split.
468 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
469 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
470 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
471 Fix handling of required and alternative fields.
472 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
473 Use cons and display-buffer.
474 (bibtex-validate-globally): New command.
475 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
476 bibtex-parse-keys and bibtex-parse-strings for updating
477 bibtex-reference-keys and bibtex-strings.
478 (bibtex-realign): Remove blank lines past the last entry.
479 (bibtex-reformat): Use bibtex-entry-format as default.
480 (bibtex-choose-completion-string): Remove.
481 (bibtex-complete): Do not use bibtex-choose-completion-string.
482 (bibtex-url): Simplify.
483
484 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
485
486 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
487 (x-dnd-types-alist, x-dnd-open-file-other-window)
488 (x-dnd-known-types): Add :version.
489
490 2004-10-31 John Paul Wallington <jpw@gnu.org>
491
492 * ibuffer.el (group ibuffer): Add :version keyword.
493
494 2004-10-31 Kim F. Storm <storm@cua.dk>
495
496 * ido.el (group ido): Add :version keyword.
497 (ido-mode): Remove :version keyword.
498
499 * emulation/cua-base.el (group cua): Add :version keyword.
500 (cua-mode): Remove :version keyword.
501
502 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
503
504 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
505
506 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
507 compiler warning.
508 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
509 function.
510 (help-at-pt-display-when-idle): Remove autoload.
511
512 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
513
514 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
515
516 2004-10-30 Juri Linkov <juri@jurta.org>
517
518 * help.el (function-called-at-point):
519 * help-fns.el (variable-at-point): Read -> intern.
520
521 2004-10-30 Simon Josefsson <jas@extundo.com>
522
523 * progmodes/autoconf.el (autoconf-font-lock-keywords):
524 Recognize AS_* too.
525
526 2004-10-29 Simon Josefsson <jas@extundo.com>
527
528 * subr.el (read-passwd): Move back from password.el.
529
530 * password.el: Remove, not ready yet.
531
532 2004-10-29 Andreas Schwab <schwab@suse.de>
533
534 * speedbar.el (speedbar-frame-parameters): Improve customize type.
535
536 2004-10-29 Sam Steingold <sds@gnu.org>
537
538 * mouse.el (mouse-show-mark): Replace the last occurrence of
539 x-lost-selection-hooks with x-lost-selection-functions.
540
541 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
542
543 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
544 x-lost-selection-functions is bound.
545
546 * mouse-sel.el (mouse-sel-mode):
547 * emacs-lisp/lselect.el: Adjust to new names for
548 x-(lost|sent)-selection-functions.
549
550 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
551 New obsolete aliases of x-lost-selection-functions and
552 x-sent-selection-functions.
553
554 2004-10-28 Kim F. Storm <storm@cua.dk>
555
556 * imenu.el (imenu-scanning-message): Remove.
557 (imenu-progress-message): Make it a no-op.
558
559 2004-10-28 John Paul Wallington <jpw@gnu.org>
560
561 * files.el (set-auto-mode): Call `throw' correctly.
562
563 2004-10-28 Juri Linkov <juri@jurta.org>
564
565 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
566 to search `Info-...' commands in `info' manual.
567 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
568 Add 'info-file "emacs" property.
569 (Info-find-emacs-command-nodes): Fix index line number regexp.
570 Set real line number (instead of fake 0) in first element of the
571 returned list.
572 (Info-goto-emacs-command-node): Use line number of first element
573 to set point in the first found Info node.
574
575 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
576 code to `grep-mode-font-lock-keywords'.
577 (grep-mode-font-lock-keywords): Delete grep markers instead
578 of making them invisible.
579
580 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
581
582 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
583 and x-server-version in bug report.
584
585 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
586
587 * files.el (set-auto-mode-0): New function.
588 (set-auto-mode): Use it to handle aliased modes and to
589 be consistent between C-x C-f and C-x C-w.
590
591 2004-10-28 Kenichi Handa <handa@m17n.org>
592
593 * international/utf-8.el (utf-translate-cjk-charsets):
594 Add katakana-jisx0201.
595
596 * international/subst-jis.el: Add data for JISX0201.
597
598 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
599
600 * obsolete/hilit19.el (hilit-mode): New function.
601 Move all the toplevel side-effecting stuff into it, so that loading
602 hilit19 doesn't mess everything up any more.
603
604 2004-10-27 Richard M. Stallman <rms@gnu.org>
605
606 * add-log.el (add-change-log-entry): Set up mailing address
607 and full name later, and don't alter add-log-mailing-address
608 or add-log-full-name.
609
610 * elide-head.el (elide-head): Change error to message.
611 (elide-head-show): Likewise.
612
613 * apropos.el (apropos-macrop): Doc fix.
614
615 * mouse.el (mouse-show-mark): Do most processing the same
616 regardless of transient-mark-mode.
617
618 * shadowfile.el (shadow-copy-files): Use interactive-p
619 only to control whether to print a message.
620
621 * tar-mode.el (tar-mode): Use write-contents-functions,
622 not write-contents-hooks.
623
624 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
625 directory-sep-char.
626
627 2004-10-27 Richard M. Stallman <rms@gnu.org>
628
629 * strokes.el (strokes-unload-hook): Fix previous change.
630
631 * type-break.el (type-break-run-at-time): Always use run-at-time;
632 forget the alternatives.
633 (type-break-cancel-function-timers): Always use cancel-function-timers;
634 forget the alternatives.
635
636 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
637
638 2004-10-27 Kenichi Handa <handa@m17n.org>
639
640 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
641
642 * international/subst-gb2312.el: Likewise.
643
644 * international/subst-big5.el: Likewise.
645
646 * international/subst-ksc.el: Likewise.
647
648 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
649 New variable.
650 (utf-translate-cjk-set-unicode-range): New function.
651 (utf-translate-cjk-unicode-range): Make it customizable.
652 (utf-8-post-read-conversion):
653 Use utf-translate-cjk-unicode-range-string.
654 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
655 Unicode ranges.
656
657 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
658
659 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
660 trivial variants to shorten the list.
661 (xml-based-modes): New var.
662 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
663 declaration higher priority than auto-mode-alist.
664
665 * find-file.el (cc-other-file-alist): Bring it in line with
666 cc-mode's auto-mode-alist entries and use \' instead of $.
667
668 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
669 and add "Id" and "Name" submenus to it.
670
671 * imenu.el (imenu--generic-function): Skip matches in comments.
672
673 2004-10-26 Jay Belanger <belanger@truman.edu>
674
675 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
676 (full-calc-keypad, calc-trail-display): Use an extra argument
677 instead of `interactive-p'.
678
679 * calc/calc-misc.el (calc-other-window): Use an extra argument
680 instead of `interactive-p'.
681
682 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
683 `interactive-p'.
684
685 2004-10-26 Kim F. Storm <storm@cua.dk>
686
687 * help.el (describe-key): Describe both down-event and up-event
688 for a mouse click.
689
690 2004-10-26 Richard M. Stallman <rms@gnu.org>
691
692 * woman.el (woman): Don't call interactive-p.
693
694 * pcomplete.el (pcomplete): Instead of interactive-p,
695 use an arg set non-nil by the interactive spec.
696
697 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
698 use an arg set non-nil by the interactive spec.
699
700 * man.el (Man-cleanup-manpage): Instead of interactive-p,
701 use an arg set non-nil by the interactive spec.
702
703 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
704
705 * progmodes/flymake.el (flymake-split-string):
706 Use `flymake-split-string-remove-empty-edges' in any case.
707
708 2004-10-26 Masatake YAMATO <jet@gyve.org>
709
710 * progmodes/flymake.el (flymake-err-line-patterns):
711 Use `compilation-error-regexp-alist-alist' instead of
712 `compilation-error-regexp-alist'.
713
714 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
715
716 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
717 verbatim face on the \ of \end{verbatim}.
718
719 2004-10-25 Jay Belanger <belanger@truman.edu>
720
721 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
722 erasing minibuffer.
723
724 2004-10-25 Simon Josefsson <jas@extundo.com>
725
726 * subr.el (read-passwd): Move to net/password.el.
727
728 * net/password.el (read-passwd): Add. Autoload it.
729
730 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
731
732 * mouse-sel.el (mouse-sel-mode): Specify custom group.
733
734 * simple.el (process-file): Fix logic.
735
736 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
737
738 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
739 (increase-right-margin): Remove erroneous call to `interactive-p'.
740
741 2004-10-24 Kim F. Storm <storm@cua.dk>
742
743 * help.el (describe-mode): Fix 2004-10-13 change.
744 Copy pure "Auto Fill" string so it can be propertized later
745 without causing a read-only error.
746
747 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
748
749 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
750 style indexes.
751
752 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
753
754 * simple.el (process-file): Accept nil for INFILE. Reported by
755 Luc Teirlinck.
756
757 2004-10-24 Masatake YAMATO <jet@gyve.org>
758
759 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
760 Handle periods and underscores in a function name.
761 Remove the address fontification.
762
763 2004-10-24 Masatake YAMATO <jet@gyve.org>
764
765 * progmodes/asm-mode.el (asm-font-lock-keywords):
766 Use font-lock-variable-name-face for registers.
767
768 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
769
770 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
771 kill-all-local-variables.
772 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
773 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
774 Use kill-all-local-variables and provide mode-hooks.
775 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
776 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
777 Suggested by Masatake YAMATO <jet@gyve.org>.
778
779 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
780
781 * simple.el (process-file): New function, similar to call-process
782 but supports file handlers.
783 * vc.el (vc-do-command): Use it, instead of call-process.
784 * net/tramp-vc.el (vc-do-command): Do not advise it if
785 process-file is fboundp.
786 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
787 process-file.
788 (tramp-handle-process-file): New function.
789 (tramp-file-name-for-operation): Support process-file.
790
791 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
792
793 * calendar/icalendar.el (icalendar--weekday-array): New constant.
794 (icalendar-weekdayabbrev-table)
795 (icalendar-monthnumber-table): Delete.
796 (icalendar--get-month-number): Use calendar-month-name-array.
797 (icalendar--get-weekday-number): New function.
798 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
799 (icalendar-export-region): Handle multi-line entries.
800 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
801
802 2004-10-23 John Paul Wallington <jpw@gnu.org>
803
804 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
805 `wildcards' set to t in interactive spec.
806
807 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
808 interactive spec rather than use `interactive-p'.
809 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
810 rather than use function `interactive-p'.
811
812 2004-10-22 Kenichi Handa <handa@m17n.org>
813
814 * international/mule.el (translate-region): Implement it in Lisp
815 as a front end of translate-region-internal.
816
817 2004-10-21 Jay Belanger <belanger@truman.edu>
818
819 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
820 Declare these variables with defvar.
821
822 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
823 is bound, only check to see if it is bound.
824
825 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
826
827 * textmodes/tex-mode.el (tex-compilation-parse-errors):
828 Don't output messages.
829
830 * calc/calc-help.el (calc-describe-bindings): Fix last change.
831
832 2004-10-21 John Paul Wallington <jpw@gnu.org>
833
834 * calc/calc-graph.el (calc-graph-init):
835 Use `set-process-query-on-exit-flag'.
836
837 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
838
839 * progmodes/compile.el (compilation-start): Rely on `cd' to get
840 dir right and also allow argumentless cd.
841
842 2004-10-19 Richard M. Stallman <rms@gnu.org>
843
844 * textmodes/flyspell.el (flyspell-mode): Doc fix.
845
846 * eshell/em-unix.el (eshell-grep):
847 Don't bind compilation-process-setup-function.
848
849 * comint.el (comint-insert-input): Use @ in `interactive'.
850 (comint-input-filter-functions): Doc fix.
851 (comint-kill-whole-line, comint-get-source): Doc fix.
852
853 * progmodes/compile.el (compilation-setup):
854 Don't set buffer-read-only if MINOR is non-nil.
855
856 2004-10-19 Jay Belanger <belanger@truman.edu>
857
858 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
859 (calc-emacs-type-gnu19): Remove.
860 (calc-digit-map, calc-read-key-sequence, calc-read-key):
861 Remove check for old emacs versions.
862
863 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
864 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
865 for current Emacs.
866
867 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
868 the end of the minibuffer.
869 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
870 copy `esc-map'.
871
872 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
873
874 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
875 call that would be given when the current emacs was used.
876
877 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
878
879 * calendar/icalendar.el: Set coding to utf-8.
880 (icalendar-version): Increase to 0.07.
881 (icalendar-monthnumber-table): Change March pattern.
882 (icalendar-get-all-event-properties)
883 (icalendar-set-event-property): Delete.
884 (icalendar-all-events): No longer interactive.
885 (icalendar-convert-diary-to-ical)
886 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
887 their replacements.
888 (icalendar-export-file, icalendar-export-region): New functions;
889 essentially old `icalendar-convert-diary-to-ical' but appending to
890 target rather than overwriting.
891 (icalendar-import-file): Append to target file rather than
892 overwriting. Fourth arg deleted.
893 (icalendar-import-buffer): New name for old
894 `icalendar-extract-ical-from-buffer'.
895 (icalendar--convert-string-for-import): New name for
896 old `icalendar-convert-for-import'.
897 (include-icalendar-files): Delete.
898 Prefix for all internal functions changed from `icalendar-'
899 to `icalendar--'.
900
901 2004-10-19 Richard M. Stallman <rms@gnu.org>
902
903 * paths.el (news-path): Fix previous change.
904
905 2004-10-18 Jay Belanger <belanger@truman.edu>
906
907 * calc/calc-help.el (calc-describe-bindings):
908 Set `buffer-read-only' to nil while working in the keybindings buffer;
909 remove some extra information from the keybindings buffer.
910
911 2004-10-18 David Ponce <david@dponce.com>
912
913 * mouse.el (mouse-drag-move-window-top): New function.
914 (mouse-drag-mode-line-1): Use it.
915
916 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
917
918 * info.el (Info-fontify-node): For multiline refs,
919 arrange to unfontify newline and surrounding whitespace.
920
921 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
922
923 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
924 directory is missing.
925
926 2004-10-17 John Paul Wallington <jpw@gnu.org>
927
928 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
929 New customizable variable; whether to display buffers that match
930 `ibuffer-maybe-show-predicates' by default.
931 (ibuffer-maybe-show-predicates): Mention it in docstring.
932 (ibuffer-display-maybe-show-predicates): New variable.
933 (ibuffer-update): Prefix arg now toggles whether buffers that
934 match `ibuffer-maybe-show-predicates' should be displayed.
935 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
936 locally to heed `ibuffer-default-display-maybe-show-predicates'.
937 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
938
939 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
940
941 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
942 work correctly.
943
944 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
945
946 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
947 (Buffer-menu-beginning): New helper function.
948 (Buffer-menu-execute): Use it.
949 (Buffer-menu-select): Use it.
950 (Buffer-menu-sort): Use it and also keep markers.
951
952 2004-10-17 Richard M. Stallman <rms@gnu.org>
953
954 * paths.el (news-directory): Rename from news-path. Old name alias.
955 (rmail-spool-directory): Use defvar.
956 (sendmail-program): Use defcustom.
957 (remote-shell-program): Use defcustom.
958 (term-file-prefix): Use defvar.
959 (abbrev-file-name): Use defvar.
960
961 * term.el: Add maintainer.
962
963 * subr.el (with-local-quit): Return nil if there's a quit.
964 (read-passwd): Use with-local-quit. Doc fix.
965
966 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
967 (strokes-unload-hook): Set as a variable with add-hook.
968
969 * startup.el (fancy-splash-tail, normal-splash-screen):
970 Update copyright year.
971
972 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
973
974 * server.el (server-unload-hook): Set as a variable with add-hook.
975
976 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
977
978 * frame.el (special-display-popup-frame):
979 Make the buffer current as its frame is created.
980
981 * delsel.el (delsel-unload-hook): Set as a variable.
982
983 * comint.el (comint-output-filter-functions):
984 Add comint-watch-for-password-prompt.
985 (comint-read-noecho): Function deleted.
986 (send-invisible): Use read-passwd.
987
988 * fringe.el (fringe-mode-initialize): New function.
989 (fringe-mode): Use fringe-mode-initialize as :initialize.
990
991 2004-10-17 Kim F. Storm <storm@cua.dk>
992
993 * language/indian.el (indian-script-language-alist): Swap value and doc.
994 (indian-font-char-index-table): Doc fix.
995
996 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
997
998 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
999
1000 2004-10-16 Juri Linkov <juri@jurta.org>
1001
1002 * progmodes/compile.el (compilation-start): Move let-binding of
1003 `process-environment' into `with-current-buffer' body.
1004 Reported by Matt Hodges <MPHodges@member.fsf.org>.
1005
1006 2004-10-16 Richard M. Stallman <rms@gnu.org>
1007
1008 * pcvs-util.el (cvs-bury-buffer):
1009 Don't call get-buffer-window for effect.
1010
1011 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
1012
1013 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
1014
1015 * msb.el (msb-unload-hook): Set the variable.
1016
1017 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
1018 Use * to err if buffer is readonly.
1019
1020 * subr.el (looking-back): Return only t or nil.
1021
1022 * whitespace.el (whitespace-unload-hook): Set the variable.
1023
1024 * view.el (view-mode-enable): Set view-page-size and
1025 view-half-page-size to nil.
1026 (view-set-half-page-size-default): view-half-page-size = nil
1027 means the default.
1028 (View-scroll-page-forward): Use view-page-size-default.
1029 (View-scroll-page-backward): Likewise.
1030 (view-page-size, view-half-page-size): Doc fixes.
1031
1032 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
1033
1034 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
1035
1036 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
1037 "cl" like other files. Instead, call byte-compile-find-cl-functions.
1038 (byte-compile-log-1): Bind inhibit-read-only.
1039 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
1040 (byte-compile-log-warning): Likewise.
1041 (byte-compile-file-form-require): Detect "cl" from the arg value.
1042
1043 * progmodes/compile.el (compilation-start): Assume compilation-mode
1044 will make the buffer read-only.
1045 (compilation-mode): Take arg name-of-mode.
1046 (compilation-setup): Make buffer read-only.
1047 (compilation-handle-exit): Bind inhibit-read-only.
1048
1049 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
1050 (ispell-message): Likewise.
1051 (ispell-show-choices): Don't call get-buffer-window uselessly.
1052 (ispell-init-process): Use set-process-query-on-exit-flag.
1053
1054 2004-10-16 Kim F. Storm <storm@cua.dk>
1055
1056 * fringe.el (fringe-bitmaps): Only initialize when defined.
1057
1058 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
1059 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
1060
1061 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
1062
1063 2004-10-15 Simon Josefsson <jas@extundo.com>
1064
1065 * net/password.el: Add.
1066
1067 2004-10-14 Masatake YAMATO <jet@gyve.org>
1068
1069 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
1070 (gdb-script-end-of-defun): New function.
1071 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
1072 `gdb-script-end-of-defun' as *-of-defun-function.
1073
1074 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
1075
1076 * button.el (button-activate): Allow a marker to display as an action.
1077
1078 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
1079
1080 * help.el (describe-mode): Use it to make minor mode list into
1081 hyperlinks.
1082
1083 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
1084
1085 * vc.el (vc-annotate-display-select): Fix typo.
1086
1087 * subr.el (substitute-key-definition-key): New function.
1088 (substitute-key-definition): Use it with map-keymap.
1089 (event-modifiers): Use push.
1090 (mouse-movement-p, with-temp-buffer): Simplify.
1091
1092 2004-10-12 Jay Belanger <belanger@truman.edu>
1093
1094 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
1095 New variables.
1096 (calc-help-index-entries): New function.
1097 (calc-describe-function): Use `calc-help-function-list' instead of
1098 obarray for completion.
1099 (calc-describe-variable): Use `calc-help-variable-list' instead
1100 of obarray for completion.
1101
1102 2004-10-12 Richard M. Stallman <rms@gnu.org>
1103
1104 * info-look.el (info-lookup-file): Add info-file property.
1105 (info-lookup-symbol): Likewise.
1106
1107 * info.el (info-xref): Add underlining.
1108 (info): Add info-file property.
1109 (Info-find-emacs-command-nodes): Specify case-sensitive search.
1110
1111 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
1112
1113 Sync with Tramp 2.0.45.
1114
1115 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
1116 defined. This is not the case for XEmacs without package "edebug".
1117 (tramp-set-auto-save-file-modes): Set permissions of autosaved
1118 remote files to the permissions of the original file. This is not
1119 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
1120 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
1121 (tramp-perl-decode): Fix an error in Perl implementation.
1122 $pending must be cleared every loop. Reported by Benjamin Place
1123 <benjaminplace@sprintmail.com>
1124
1125 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
1126 Don't activate advice during definition. This is done later on,
1127 depending on test result of `substitute-in-file-name'.
1128 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1129
1130 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1131
1132 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
1133
1134 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
1135
1136 2004-10-12 David Ponce <david@dponce.com>
1137
1138 * recentf.el (recentf-edit-list): Update the menu when the recentf
1139 list has been modified.
1140
1141 2004-10-12 Simon Josefsson <jas@extundo.com>
1142
1143 * net/tls.el (tls-certtool-program): New variable.
1144 (tls-certificate-information): New function, based on
1145 ssl-certificate-information.
1146
1147 2004-10-12 Kenichi Handa <handa@m17n.org>
1148
1149 * international/mule.el (coding-system-equal): Move from mule-util.el.
1150
1151 * international/mule-util.el (coding-system-equal): Move to mule.el.
1152
1153 2004-10-12 Kim F. Storm <storm@cua.dk>
1154
1155 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
1156 reset kmacro-initial-counter-value if set.
1157 (kmacro-set-counter): Only set kmacro-counter if defining or executing
1158 macro. Set kmacro-initial-counter-value otherwise. Never set both.
1159 (kmacro-display): Show macro counter if non-zero.
1160
1161 * subr.el (substitute-key-definition): Mention command remapping
1162 in doc string.
1163
1164 2004-10-11 Jay Belanger <belanger@truman.edu>
1165
1166 * calc/calc-misc.el (calc-info-goto-node): New function.
1167 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
1168 node in one step.
1169 (calc-describe-copying, calc-describe-distribution)
1170 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
1171 Go to appropriate info node in one step.
1172
1173 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1174
1175 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
1176
1177 * font-lock.el (font-lock-apply-highlight): Fix last change.
1178
1179 2004-10-11 Simon Josefsson <jas@extundo.com>
1180
1181 * mail/smtpmail.el (smtpmail-open-stream): Look for
1182 starttls-gnutls-program instead of starttls-program iff
1183 starttls-use-gnutls is non-nil.
1184 (smtpmail-open-stream): Don't overwrite user settings of
1185 starttls-extra-arguments and starttls-extra-args.
1186
1187 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1188
1189 * comint.el (comint-mouse-insert-input): Remove.
1190 (comint-insert-input): Make it work for mouse bindings.
1191 (comint-mode-map): Move defs into the declaration.
1192 (comint-output-filter): Typo.
1193
1194 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
1195
1196 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
1197
1198 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
1199 (ange-ftp-call-chmod): Reference remote-shell-program instead of
1200 ange-ftp-remote-shell.
1201
1202 2004-10-10 Andreas Schwab <schwab@suse.de>
1203
1204 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
1205 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
1206 Reported by <sri@asu.edu>.
1207
1208 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
1209
1210 * vc.el (vc-annotate-mode): Remove variable.
1211 (vc-annotate-display-select): Only call vc-annotate-mode
1212 if we're not in that mode already.
1213
1214 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1215
1216 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
1217 (imenu-choose-buffer-index): Check here for rescan instead.
1218
1219 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
1220 where the face expression evals to nil.
1221
1222 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
1223 (tex-font-lock-keywords-2): Use it.
1224 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
1225
1226 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
1227
1228 2004-10-09 Kim F. Storm <storm@cua.dk>
1229
1230 * subr.el (progress-reporter-update): Define before first usage.
1231 (make-progress-reporter): Doc fix.
1232
1233 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
1234
1235 * textmodes/paragraphs.el (sentence-end-double-space)
1236 (sentence-end-without-period, sentence-end-without-space)
1237 (sentence-end): Doc fixes.
1238
1239 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
1240
1241 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
1242 Change paragraph-start regexp so we don't fill code starting with #'(.
1243
1244 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
1245
1246 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
1247 New defcustom.
1248 (extract-address-components): Use it.
1249
1250 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
1251
1252 * subr.el (make-progress-reporter, progress-reporter-update)
1253 (progress-reporter-force-update, progress-reporter-do-update)
1254 (progress-reporter-done): New functions.
1255
1256 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
1257
1258 * progmodes/etags.el (etags-tags-completion-table): Use progress
1259 reporter.
1260 (etags-tags-apropos): Likewise.
1261
1262 2004-10-08 Alan Mackenzie <acm@muc.de>
1263
1264 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
1265 of current line.
1266
1267 2004-10-08 Masatake YAMATO <jet@gyve.org>
1268
1269 * server.el (server-process-filter): Wrap `process-send-region'
1270 by `condition-case' to guard the case when the pipe to PROC is closed.
1271
1272 2004-10-07 Mark A. Hershberger <mah@everybody.org>
1273
1274 * xml.el (xml-substitute-special): Limit handling of external entities.
1275
1276 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
1277
1278 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
1279
1280 2004-10-06 John Paul Wallington <jpw@gnu.org>
1281
1282 * xml.el (xml-parse-dtd): Fix `error' call.
1283
1284 2004-10-05 Mark A. Hershberger <mah@everybody.org>
1285
1286 * xml.el (xml-substitute-special): Return a single string instead
1287 of a list of strings if an entity substitution is made.
1288
1289 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
1290
1291 * calendar/icalendar.el: New file.
1292
1293 2004-10-05 Juri Linkov <juri@jurta.org>
1294
1295 * isearch.el (isearch-done): Set mark after running hook.
1296 Reported by Drew Adams <drew.adams@oracle.com>.
1297
1298 * info.el (Info-history, Info-toc): Fix Info headers.
1299 (Info-toc): Narrow buffer before Info-fontify-node.
1300 (Info-build-toc): Don't check for special Info file names.
1301 Set main-file to nil if Info-find-file returns a symbol.
1302
1303 2004-10-05 Emilio C. Lopes <eclig@gmx.net>:
1304
1305 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
1306 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
1307 * calendar/cal-menu.el (calendar-mode-map): Ditto.
1308
1309 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
1310
1311 * calendar/cal-iso.el (calendar-iso-read-args): New function,
1312 for old interactive spec from calendar-goto-iso-date.
1313 (calendar-goto-iso-date): Use it.
1314 (calendar-goto-iso-week): New function. Suggested by Emilio
1315 C. Lopes <eclig@gmx.net>.
1316
1317 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
1318
1319 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
1320 `set-right-margin' bindings that follow the minor mode conventions.
1321
1322 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1323
1324 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
1325 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
1326 (latex-block-args-alist): Add minipage and picture.
1327 (latex-block-body-alist): Use reftex-label if enabled.
1328 (latex-insert-block): Don't insert a \n if not necessary.
1329 (tex-compile-commands): Make sure dvips doesn't send to printer.
1330 (tex-compile-default): Handle the case where no executable is found.
1331 (latex-noindent-environments): New var.
1332 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
1333 If tex-indent-allhanging is non-nil, make sure we only align for macros
1334 at beginning of line.
1335
1336 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
1337
1338 * newcomment.el (comment-beginning): Doc fix and don't choke on
1339 unset `comment-end-skip' when at beginning of comment.
1340
1341 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
1342
1343 * term.el (term-adjust-current-row-cache): Don't allow the current
1344 row to become negative.
1345 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
1346 the end of the line. Fix scroll down. Add comments.
1347 (term-handle-ansi-escape): Don't exceed terminal width when moving
1348 right.
1349 (term-scroll-region): Move the cursor after setting the scroll region.
1350
1351 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
1352
1353 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
1354 to `width' for consistency with docstring. Doc fix.
1355
1356 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
1357
1358 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
1359 This is necessary for derived modes.
1360
1361 2004-09-30 Kim F. Storm <storm@cua.dk>
1362
1363 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
1364 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
1365
1366 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
1367 kmacro-extract-lambda functions.
1368 (edit-kbd-macro): Handle kmacro lambda forms.
1369 Include counter and counter format in edit buffer.
1370 (edmacro-finish-edit): Get counter and format from edit buffer and
1371 update kmacro bindings when found.
1372
1373 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
1374
1375 * textmodes/paragraphs.el (forward-paragraph):
1376 Avoid args-out-of-range error when point winds up at the beginning of
1377 the buffer and hard newlines are enabled.
1378
1379 * newcomment.el (comment-multi-line): Doc fix.
1380
1381 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
1382
1383 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
1384 (diff-fixup-modifs): Catch unified-diff file-headers.
1385
1386 2004-09-29 Kim F. Storm <storm@cua.dk>
1387
1388 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
1389 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
1390 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
1391
1392 * fringe.el (fringe-bitmap-p): New macro.
1393 (fringe-bitmaps): Add standard fringe bitmaps on load.
1394
1395 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1396
1397 * dired.el (dired-view-command-alist): Use more efficient regexps.
1398 Remove dubious arguments.
1399 (dired-align-file): New function.
1400 (dired-insert-directory): Use it.
1401 (dired-move-to-end-of-filename): Make the " -> " search more specific.
1402 (dired-buffers-for-dir): Remove unused var `pattern'.
1403
1404 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
1405
1406 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
1407 from diary display excursion. Store diary buffer's point for
1408 `simple-diary-display'.
1409 (simple-diary-display): Set window point and start when
1410 displaying buffer, to preserve point.
1411
1412 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
1413
1414 * textmodes/enriched.el (enriched-translations): Replace defconst
1415 with defvar.
1416
1417 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1418
1419 * printing.el: Doc fix.
1420 (pr-version): New version number (6.8.1).
1421 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
1422 make-temp-name.
1423 (pr-delete-file): Check if file exists before deleting it.
1424 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
1425
1426 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
1427
1428 * term.el (term-display-table): New variable.
1429 (term-mode): Use it.
1430 (term-exec-1): Set the coding system to binary.
1431 (term-emulate-terminal): Decode the string before inserting it.
1432
1433 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
1434
1435 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
1436 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
1437 (map): Bind S-prior, S-next and S-insert.
1438 (term-mode): Set `indent-tabs-mode' to nil.
1439 (term-paste): New function to be bound to S-insert.
1440 (term-send-del, term-send-backspace): Change the strings sent.
1441 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
1442 (term-handle-colors-array): Fix handling of underline and reverse.
1443 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
1444 (term-erase-in-line): Fix comparison.
1445 (term-emulate-terminal): Fix line wrap handling.
1446 (term-start-output-log): Rename from `term-set-output-log'.
1447 (term-stop-output-log): Rename from `term-stop-photo'.
1448 (term-switch-to-alternate-sub-buffer): Comment out, unused.
1449
1450 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
1451
1452 * dired.el (dired-move-to-filename): Don't output a message if
1453 raise-error is non-nil. Fix return position and value.
1454
1455 * files.el (insert-directory): Obey --dired even with symlinks.
1456
1457 2004-09-25 Lars Hansen <larsh@math.ku.dk>
1458
1459 * ls-lisp.el (ls-lisp-format): Mark file names with property
1460 dired-filename.
1461
1462 2004-09-25 Kim F. Storm <storm@cua.dk>
1463
1464 * ido.el (ido-max-directory-size): New defcustom.
1465 (ido-decorations): Add "too big" element.
1466 (ido-directory-too-big): New dynamic var.
1467 (ido-may-cache-directory): Don't cache big directories.
1468 (ido-directory-too-big-p): New defun.
1469 (ido-set-current-directory): Update ido-directory-too-big.
1470 (ido-read-internal): Make empty ido-cur-item if too-big.
1471 (ido-buffer-internal): Use ido-read-internal directly instead of
1472 ido-read-buffer.
1473 (ido-file-internal): Init ido-directory-too-big.
1474 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
1475 and redo completion with full list.
1476 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
1477 it, and show completions.
1478 (ido-all-completions): Let bind ido-directory-too-big to nil.
1479 (ido-exhibit): Handle ido-directory-too-big.
1480 (ido-read-buffer): Handle fallback to read-buffer.
1481 Init ido-directory-too-big.
1482 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
1483 Init ido-directory-too-big.
1484
1485 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
1486
1487 * subr.el (delay-mode-hooks): Doc fix.
1488
1489 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
1490
1491 * textmodes/enriched.el
1492 (enriched-default-text-properties-local-flag): New variable.
1493 (enriched-mode): Make sure that enabling and disabling the mode is
1494 a no-op. Doc fix.
1495
1496 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
1497
1498 * calendar/holidays.el (holiday-advent): Report on a specified day
1499 offset from advent, not just advent.
1500 (holiday-easter-etc): Report on one specified day offset from
1501 easter, not all easter holidays. Various Easter holidays moved to
1502 `christian-holidays' variable in calendar.el.
1503 * calendar/calendar.el (christian-holidays): Adapt for new
1504 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
1505
1506 2004-09-23 Kim F. Storm <storm@cua.dk>
1507
1508 * image.el (insert-sliced-image): Add doc string.
1509
1510 * ido.el (ido-choice-list): New dynamic var for `list' context.
1511 (ido-context-switch-command): New dynamic var.
1512 (ido-define-mode-map): Generalize switch between file/buffer contexts.
1513 (ido-read-internal): Handle new `list' context.
1514 Handle insert-buffer and insert-file ido-exit values.
1515 (ido-buffer-internal): New arg switch-cmd. Use it to setup
1516 ido-context-switch-command. Handle insert-file ido-exit value.
1517 (ido-read-buffer): Set ido-context-switch-command to 'ignore
1518 unless it is already bound by caller.
1519 (ido-file-internal): New arg switch-cmd. Use it to setup
1520 ido-context-switch-command. Handle insert-buffer ido-exit value.
1521 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
1522 used for context switching.
1523 (ido-all-completions): Handle new `list' context.
1524 (ido-make-choice-list): Return choices for `list' context.
1525 (ido-find-file-in-dir, ido-display-file, ido-write-file)
1526 (ido-display-buffer, ido-kill-buffer): Disable context switching.
1527 (ido-insert-buffer, ido-insert-file): Setup context switching.
1528 (ido-exhibit): Handle `list' context.
1529 (ido-read-file-name): Disable context switching. Handle fallback.
1530 (ido-read-directory-name): Disable context switching.
1531 (ido-completing-read): New defun like completing-read. Setup and
1532 use new `list' context.
1533
1534 2004-09-20 Jesper Harder <harder@ifa.au.dk>
1535
1536 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
1537
1538 2004-09-21 Jay Belanger <belanger@truman.edu>
1539
1540 * calc/calc-graph.el (calc-graph-add-curve): Moved the call to
1541 `calc-graph-set-styles' so the gnuplot buffer will appear in a
1542 separate window.
1543
1544 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
1545
1546 * subr.el (after-change-major-mode-hook): Doc fix.
1547
1548 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1549
1550 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
1551 of ghostscript for monochrome PostScript file in Windows.
1552
1553 2004-09-21 Kenichi Handa <handa@m17n.org>
1554
1555 * descr-text.el (describe-char): Checking of quail activation
1556 fixed.
1557
1558 2004-09-21 Jay Belanger <belanger@truman.edu>
1559
1560 * calc/calc.el (calc-mode-var-list): Removed unnecessary quotes.
1561
1562 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
1563
1564 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
1565 after the mode hooks instead of before. Doc fix.
1566
1567 2004-09-20 Jason Rumney <jasonr@gnu.org>
1568
1569 * startup.el (command-line) [windows-nt]: Try .emacs first, then
1570 _emacs, but revert to .emacs if neither exists in home directory.
1571
1572 2004-09-20 John Paul Wallington <jpw@gnu.org>
1573
1574 * bindings.el (completion-ignored-extensions): Add .dfsl.
1575
1576 2004-09-20 Richard M. Stallman <rms@gnu.org>
1577
1578 * bindings.el (scroll-left): Make it disabled.
1579
1580 * files.el (enable-local-eval): Doc fix.
1581
1582 * indent.el (move-to-left-margin): Special case for minibuffer.
1583
1584 * term.el (term-emulate-terminal): Turn off undo for output.
1585 Use with-current-buffer and save-selected-window.
1586
1587 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
1588
1589 * progmodes/make-mode.el (makefile-fill-paragraph):
1590 Don't insist on spaces when looking for comments. # is enough.
1591
1592 * files.el (hack-local-variables): Copy the variables list
1593 to another buffer, strip prefixes and suffixes there, then read.
1594 (enable-local-eval): Doc fix.
1595 (ignored-local-variables): Initialize to nil.
1596 (risky-local-variable-p): Don't check ignored-local-variables here.
1597 (hack-one-local-variable): Ignore var if in ignored-local-variables.
1598
1599 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
1600
1601 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
1602 of = to "." (punctuation).
1603
1604 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1605
1606 * subr.el (event-basic-type): Fix mask (extend to 22bits).
1607
1608 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
1609
1610 * textmodes/enriched.el (enriched-rerun-flag): New variable.
1611 (enriched-before-change-major-mode): New function.
1612 Add it to `change-major-mode-hook'.
1613 (enriched-after-change-major-mode): New function.
1614 Add it to `after-change-major-mode-hook'.
1615 (enriched-mode): Make it work correctly if called from
1616 `after-change-major-mode-hook'.
1617 No longer set `indent-line-function'.
1618
1619 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
1620
1621 * subr.el (after-change-major-mode-hook): New variable.
1622 (run-mode-hooks): Implement it.
1623
1624 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1625
1626 * battery.el (battery-linux-proc-apm): Use string-to-number.
1627 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
1628 Use dolist (and less indentation). Use erase-buffer.
1629 Pre-initialize `design-capacity', `warn', and `low'.
1630 (battery-format): Use replace-regexp-in-string.
1631
1632 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
1633
1634 * battery.el: Delete superfluous empty lines.
1635 (battery-linux-proc-acpi): Attempt to gather information from all
1636 battery subdirectories regardless of their file name.
1637 (battery-linux-proc-apm): Replace all occurrences of
1638 battery-hex-to-int-2 with string-to-int (base 16).
1639 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
1640 (battery-hex-map): Delete variable.
1641
1642 2004-09-18 John Paul Wallington <jpw@gnu.org>
1643
1644 * calc/calc-units.el (calc-quick-units): Fix overzealous
1645 s/or/unless/.
1646
1647 2004-09-17 Jay Belanger <belanger@truman.edu>
1648
1649 * calc/calc.el (calc-mode-var-list): Fix the value of
1650 `calc-matrix-brackets'.
1651
1652 2004-09-17 Romain Francoise <romain@orebokech.com>
1653
1654 * ibuf-ext.el (define-ibuffer-filter filename):
1655 Expand dired-directory since buffer-file-name is absolute.
1656
1657 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
1658
1659 * ediff-init.el (ediff-current-diff-face-A)
1660 (ediff-current-diff-face-B, ediff-current-diff-face-C)
1661 (ediff-current-diff-face-Ancestor)
1662 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
1663 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
1664 (ediff-even-diff-face-A, ediff-even-diff-face-B)
1665 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
1666 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
1667 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
1668 Use min-colors.
1669
1670 * term.el (term-down): Perform vertical motion if DOWN is negative.
1671 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
1672 (term-termcap-format): Synchronyze with the eterm terminfo entry
1673 in etc/e/eterm.ti.
1674 (term-handle-colors-array): If the current foreground or
1675 background are zero (i.e. unspecified), use the foreground and
1676 background of the default face for reverse video.
1677 (term-ansi-at-eval-string, term-ansi-default-fg)
1678 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
1679 (term-mem): Delete ununsed function.
1680 (term-protocol-version): Increment.
1681 (term-current-face): Set to default.
1682
1683 2004-09-15 Jay Belanger <belanger@truman.edu>
1684
1685 * calc/calc.el (calc-mode-var-list): Define this variable.
1686 (calc-always-load-extensions, calc-line-numbering)
1687 (calc-line-breaking, calc-display-just, calc-display-origin)
1688 (calc-number-radix, calc-leading-zeros, calc-group-digits)
1689 (calc-group-char, calc-point-char, calc-frac-format)
1690 (calc-prefer-frac, calc-hms-format, calc-date-format)
1691 (calc-float-format, calc-full-float-format, calc-complex-format)
1692 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
1693 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
1694 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
1695 (calc-matrix-brackets, calc-language, calc-language-option)
1696 (calc-left-label, calc-right-label, calc-word-size)
1697 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
1698 (calc-display-raw, calc-internal-prec, calc-angle-mode)
1699 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
1700 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
1701 (calc-window-height, calc-display-trail, calc-show-selections)
1702 (calc-use-selections, calc-assoc-selections)
1703 (calc-display-working-message, calc-auto-why, calc-timing)
1704 (calc-mode-save-mode, calc-standard-date-formats)
1705 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
1706 (calc-user-parse-tables, calc-gnuplot-default-device)
1707 (calc-gnuplot-default-output, calc-gnuplot-print-device)
1708 (calc-gnuplot-print-output, calc-gnuplot-geometry)
1709 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
1710 (calc-invocation-macro, calc-show-banner): Give these values as
1711 part of `calc-mode-var-list's initialization after the variables
1712 are declared with defvar.
1713 (calc-bug-address): Changed email address to send bug
1714 reports to. Also changed the maintainer address at the top.
1715 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
1716 than "\\.emacs" to determine if it is the user-init-file.
1717
1718 * calc/calc-embed.el (calc-embedded-set-modes): Use
1719 `calc-mode-var-list' correctly.
1720
1721 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
1722
1723 * vc.el (annotate-time): Document point handling.
1724 (vc-annotate-display-autoscale): Doc fix.
1725
1726 2004-09-15 Miles Bader <miles@gnu.org>
1727
1728 * generic.el (generic-make-keywords-list): Use symbol rather than
1729 word anchors in regexp.
1730
1731 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
1732
1733 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
1734 no file name consider `dired-directory'.
1735
1736 2004-09-14 Kim F. Storm <storm@cua.dk>
1737
1738 * faces.el (cursor): Add face-no-inherit property. Doc fix.
1739
1740 2004-09-14 Simon Josefsson <jas@extundo.com>
1741
1742 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
1743
1744 * textmodes/dns-mode.el: Add.
1745
1746 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
1747
1748 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
1749 (disabled-command-function): Make the ?\ char more obvious.
1750
1751 * vc-arch.el (vc-arch-root, vc-arch-registered):
1752 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
1753
1754 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
1755
1756 * windmove.el (windmove-frame-edges): Report coordinates of
1757 outside edges of frame, not inside edges.
1758 (windmove-coordinates-of-position): Convert into wrapper to new
1759 function `windmove-coordinates-of-window-position';
1760 `compute-motion' always applies to selected window.
1761 (windmove-coordinates-of-position): Update documentation to refer
1762 to Emacs 21 Lisp Reference Manual.
1763 (windmove-find-other-window): Fix off-by-one errors for max x,y.
1764
1765 2004-09-13 Kim F. Storm <storm@cua.dk>
1766
1767 * isearch.el (isearch-resume-in-command-history): Rename from
1768 isearch-resume-enabled and change default to nil.
1769
1770 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1771
1772 * vc-hooks.el (vc-ignore-dir-regexp): New var.
1773 (vc-registered): Use it.
1774 (vc-find-root): New fun.
1775
1776 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1777 Don't tell to use \\{...} when it's already done.
1778
1779 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
1780 Provide a sample complex default.
1781 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
1782 (bibtex-entry): Use mapc.
1783
1784 2004-09-12 Kim F. Storm <storm@cua.dk>
1785
1786 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
1787
1788 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
1789 inhibit-field-text-motion to t so rectangles work in comint buffers.
1790
1791 * simple.el (choose-completion-string): Set buffer before running
1792 choose-completion-string-functions hook so it can be buffer-local.
1793
1794 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
1795
1796 * progmodes/compile.el (compilation-start): Parse command to see
1797 if it starts with a cd, and if so perform it for the *compilation*
1798 buffer. Change the header to reflect this.
1799
1800 2004-09-11 Kim F. Storm <storm@cua.dk>
1801
1802 * ido.el (ido-enable-dot-prefix): Doc fix.
1803 (ido-enable-dot-prefix): New defcustom.
1804 (ido-set-matches1): Use it.
1805
1806 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
1807
1808 * textmodes/bibtex.el (bibtex-mark-active)
1809 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
1810
1811 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1812
1813 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
1814 used in a case insensitive environment.
1815 (bibtex-mode-map): Rearrange order of menus.
1816 (bibtex-quoted-string-re): Obsolete.
1817 (bibtex-complete-key-cleanup): Variable replaced by new function.
1818 (bibtex-font-lock-keywords): Use backquotes.
1819 (bibtex-font-lock-url-regexp): New internal variable.
1820 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
1821 "OPT" and "ALT".
1822 (bibtex-insert-current-kill, bibtex-make-field)
1823 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
1824 (bibtex-parse-field-text): Simplify.
1825 (bibtex-string=): New helper function.
1826 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
1827 (bibtex-map-entries): Use bibtex-string=.
1828 (bibtex-search-entry): Use not.
1829 (bibtex-enclosing-field): Fix docstring.
1830 (bibtex-assoc-regexp): Obsolete.
1831 (bibtex-format-entry): Use assoc-string and bibtex-string=.
1832 (bibtex-autokey-get-names): Handle empty name field.
1833 (bibtex-parse-strings): Use assoc-string and unless.
1834 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
1835 Use assoc-string.
1836 (bibtex-pop): Simplify.
1837 (bibtex-mode): Set font-lock-extra-managed-props.
1838 (bibtex-entry-update): Use assoc-string.
1839 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
1840 (bibtex-autofill-entry): Use bibtex-string=.
1841 (bibtex-print-help-message): Simplify.
1842 (bibtex-find-entry): New optional arg START.
1843 (bibtex-validate): Use bibtex-string= and assoc-string.
1844 Do not call obsolete function compilation-parse-errors.
1845 (bibtex-remove-delimiters): Only remove delimiters if present.
1846 (bibtex-copy-entry-as-kill): Add docstring.
1847 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
1848 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
1849 (bibtex-complete): Use bibtex-predefined-month-strings,
1850 bibtex-string=, and new function bibtex-complete-key-cleanup.
1851 (bibtex-generate-url-list): New variable.
1852 (bibtex-url): New command bound to C-c C-l and mouse-2.
1853 (bibtex-url-map): New local keymap for bibtex-url-mouse.
1854 (bibtex-font-lock-url): New function.
1855
1856 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
1857
1858 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
1859
1860 2004-09-09 Kim F. Storm <storm@cua.dk>
1861
1862 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
1863 counter and format with binding.
1864 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
1865 the declared macro uses own macro counter and format. Give symbol
1866 kmacro property.
1867 (kmacro-keymap): Bind kmacro-name-last-macro to n.
1868 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
1869 (kmacro-end-and-call-macro): Doc fix.
1870
1871 2004-09-09 Lars Hansen <larsh@math.ku.dk>
1872
1873 * desktop.el (desktop-clear-preserve-buffers):
1874 Remove make-obsolete-variable.
1875
1876 2004-09-08 Richard M. Stallman <rms@gnu.org>
1877
1878 * buff-menu.el (list-buffers-noselect): Call format-mode-line
1879 with the buffer as argument.
1880
1881 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1882
1883 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
1884
1885 2004-09-08 Juri Linkov <juri@jurta.org>
1886
1887 * replace.el (perform-replace): Use `query-replace-descr'.
1888
1889 * cus-start.el (history-delete-duplicates): Specify customization.
1890
1891 * diff-mode.el (diff-mode-map):
1892 * progmodes/compile.el (compilation-mode-map):
1893 * progmodes/grep.el (grep-mode-map):
1894 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
1895 to `next-error-follow-minor-mode'.
1896
1897 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1898
1899 * isearch.el (isearch-lazy-highlight-update): Take into account
1900 the case of zero-length match at the search bound.
1901
1902 2004-09-08 Kim F. Storm <storm@cua.dk>
1903
1904 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
1905 change. Use zero width overlays when necessary.
1906
1907 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
1908
1909 * subr.el (split-string): Docfix.
1910
1911 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
1912
1913 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
1914 (display-call-tree): Ensure newline after caller/calls blocks.
1915
1916 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
1917
1918 * startup.el (command-line-1): Make option
1919 --directory/-L modify `load-path' straight away.
1920
1921 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
1922
1923 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
1924
1925 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
1926
1927 * emacs-lisp/autoload.el (make-autoload):
1928 Handle `define-compilation-mode'.
1929
1930 * emacs-lisp/lisp-mode.el (define-compilation-mode):
1931 Specify `doc-string-elt' property.
1932
1933 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
1934
1935 * bs.el (bs-mode): Doc fix.
1936
1937 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
1938
1939 * info.el (Info-insert-dir): Fix temp buffer leak bug.
1940
1941 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
1942
1943 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
1944
1945 2004-09-08 Kenichi Handa <handa@m17n.org>
1946
1947 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
1948 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
1949 ps-mule-next-point -> 1+).
1950
1951 * composite.el (encode-composition-rule): Add autoload cooky.
1952
1953 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
1954
1955 * format.el (buffer-auto-save-file-format): Make it permanent local.
1956
1957 2004-09-07 Kim F. Storm <storm@cua.dk>
1958
1959 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
1960 (authors-fixed-entries): Fix typo.
1961 (authors-canonical-author-name): Compact multiple spaces.
1962 Ignore trivial names (e.g. only first name).
1963
1964 * term.el (term-window-width): Only use full window width on
1965 window system if overflow-newline-into-fringe is enabled.
1966 (term-mode): Don't disable overflow-newline-into-fringe.
1967
1968 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1969
1970 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
1971 motion as seen on my Mac OS X xterms.
1972
1973 * newcomment.el (uncomment-region-default, comment-region-default):
1974 New functions extracted from uncomment-region and comment-region.
1975 (comment-region, comment-region-function, uncomment-region)
1976 (uncomment-region-function): Use them.
1977
1978 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
1979
1980 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
1981 It's not crucial but can make sense at times.
1982
1983 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
1984 the first commit.
1985
1986 * vc.el (vc-buffer-context, vc-restore-buffer-context):
1987 Disable obsolete code.
1988
1989 2004-09-07 Juri Linkov <juri@jurta.org>
1990
1991 * progmodes/grep.el (grep-highlight-matches): Change default from
1992 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
1993 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
1994 if grep option `--color' is available, or to `nil' otherwise.
1995 (grep-process-setup): Call `grep-compute-defaults' if
1996 `grep-highlight-matches' is not computed. Set env-vars only
1997 if `grep-highlight-matches' is `t'.
1998 (grep-use-null-device): Remove redundant type `boolean' (`choice'
1999 is already defined).
2000
2001 * progmodes/compile.el (compilation-start): Use copy of
2002 `process-environment' created by `copy-sequence' to not
2003 modify env-vars in the global `process-environment'.
2004
2005 2004-09-06 Eli Zaretskii <eliz@gnu.org>
2006
2007 * simple.el (next-error-follow-minor-mode): Fix last change.
2008
2009 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
2010
2011 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
2012 permanent local.
2013
2014 2004-09-04 Richard M. Stallman <rms@gnu.org>
2015
2016 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
2017 highlighting if the search string is empty.
2018
2019 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
2020
2021 * facemenu.el (facemenu-active-faces): Change condition of inner
2022 `while' loop to also check the first two elements of `face-atts'
2023 and `mask-atts'.
2024
2025 2004-09-04 John Paul Wallington <jpw@gnu.org>
2026
2027 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
2028 (thumbs-view-image-mode): Make buffer read-only.
2029
2030 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
2031
2032 * textmodes/ispell.el (ispell-really-aspell): New defvar.
2033 (ispell-check-version): Set it.
2034 (ispell-send-replacement): New function.
2035 (ispell-process-line): Call ispell-send-replacement.
2036
2037 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
2038
2039 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
2040 Support choosing seconds with "s".
2041
2042 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
2043
2044 * terminal.el (te-escape): Show `?' in prompt for help key.
2045
2046 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
2047
2048 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
2049
2050 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
2051
2052 * simple.el (next-error-follow-minor-mode)
2053 (next-error-follow-mode-post-command-hook): New functions.
2054 (next-error-follow-last-line): New defvar.
2055
2056 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
2057 * progmodes/compile.el (compilation-mode-map): Likewise.
2058 * progmodes/grep.el (grep-mode-map): Likewise.
2059 * replace.el (occur-mode-map): Likewise.
2060
2061 * newcomment.el (uncomment-region): Bind comment-use-global-state
2062 to nil.
2063
2064 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
2065
2066 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
2067 locally around the call to `revert-buffer'.
2068
2069 2004-09-03 Juri Linkov <juri@jurta.org>
2070
2071 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
2072 `isearch-adjusted' to `t'.
2073 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
2074 (isearch-message-prefix): Add "pending" for isearch-adjusted.
2075 (isearch-other-meta-char): Restore isearch-point unconditionally.
2076 (isearch-query-replace): Add new arg `regexp-flag' and use it.
2077 Set point to start of match if region is not active in transient
2078 mark mode (to include the current match to region boundaries).
2079 Push the search string to `query-replace-from-history-variable'.
2080 Add prompt "Query replace regexp" for isearch-regexp.
2081 Add region beginning/end as last arguments of `perform-replace.'
2082 (isearch-query-replace-regexp): Replace code by the call to
2083 `isearch-query-replace' with arg `t'.
2084
2085 2004-09-03 Richard M. Stallman <rms@gnu.org>
2086
2087 * startup.el (normal-top-level): Undo previous TERM change.
2088
2089 2004-09-03 Kim F. Storm <storm@cua.dk>
2090
2091 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
2092 highlight overlays; allow using RET when cursor is over a button.
2093 (cua--highlight-rectangle): Use it.
2094 (cua--rectangle-set-corners): Don't move backwards at eol.
2095 (cua--forward-line): Don't move into void after eob.
2096
2097 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
2098 point is set (and displayed) inside rectangle.
2099 (cua--rectangle-operation): Fix for highlight of empty lines.
2100 (cua--highlight-rectangle): Fix highlight for tabs.
2101 Position cursor at left/right edge of rectangle using new `cursor'
2102 property on overlay strings.
2103 (cua--indent-rectangle): Don't tabify.
2104 (cua-rotate-rectangle): Ignore that point has moved.
2105
2106 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2107
2108 * term/mac-win.el: Add ASCII equivalents for some function keys.
2109 (mode-line-frame-identification): Sync with x-win.el.
2110
2111 2004-09-02 Juri Linkov <juri@jurta.org>
2112
2113 * progmodes/compile.el (compilation-buffer-name): Compare major
2114 mode with second element of compilation-arguments instead of third
2115 to reflect latest changes in compilation-arguments structure.
2116 (recompile): Use global variable `compilation-directory' to get
2117 recent compilation directory only when `recompile' is invoked NOT
2118 in the compilation buffer. Otherwise, use `default-directory' of
2119 the compilation buffer.
2120 (compilation-error-properties): Allow to funcall col and end-col.
2121 (compilation-mode-font-lock-keywords): Check col and end-col by
2122 `integerp'.
2123 (compilation-goto-locus): If end-mk is non-nil in transient mark
2124 mode don't activate the mark (and don't display message in
2125 push-mark), but highlight overlay between mk and end-mk.
2126
2127 * progmodes/grep.el (grep-highlight-matches): New defcustom.
2128 (grep-regexp-alist): Add rule to highlight grep matches.
2129 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
2130
2131 * info.el (Info-fontify-node): Don't compute other-tag
2132 if Info-hide-note-references=hide.
2133
2134 * help.el (function-called-at-point):
2135 * help-fns.el (variable-at-point):
2136 Try `find-tag-default' when other methods failed.
2137
2138 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
2139 Do not push mark if inhibit-mark-movement is non-nil.
2140
2141 * textmodes/ispell.el (ispell-html-skip-alists):
2142 Fix backslashes in docstring.
2143
2144 2004-09-01 Juri Linkov <juri@jurta.org>
2145
2146 * isearch.el (isearch-wrap-function)
2147 (isearch-push-state-function): New defvars.
2148 (isearch-pop-fun-state): New defsubst.
2149 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
2150 (isearch-push-state): Set the result of calling
2151 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
2152 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
2153 restore the mode-specific starting point of terminated search.
2154 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
2155 (isearch-repeat): Call `isearch-wrap-function' if defined.
2156 (isearch-message-prefix): Don't add prefix "over" to the message
2157 for wrapped search if `isearch-wrap-function' is defined.
2158 (isearch-search): Call function saved in `isearch-pop-fun-state' to
2159 restore the mode-specific starting point of failed search.
2160
2161 * info.el (Info-search-whitespace-regexp): Fix backslashes.
2162 (Info-search): Add new optional arguments for the sake of isearch.
2163 Replace whitespace in Info-search-whitespace-regexp literally.
2164 Add backward search. Don't call `Info-select-node' if regexp is
2165 found in the same Info node. Don't add node to Info-history for
2166 wrapped isearch.
2167 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
2168 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
2169 (Info-mode): Set local variables `isearch-search-fun-function',
2170 `isearch-wrap-function', `isearch-push-state-function',
2171 `search-whitespace-regexp'.
2172
2173 * isearch.el: Remove ancient Change Log section.
2174 (isearch-string, isearch-message-string, isearch-point)
2175 (isearch-success, isearch-forward-flag, isearch-other-end)
2176 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
2177 (isearch-barrier, isearch-within-brackets)
2178 (isearch-case-fold-search): Add suffix `-state' to state-related
2179 defsubsts to avoid name clashes with other function names.
2180
2181 * simple.el (next-error): New defgroup and defface.
2182 (next-error-highlight, next-error-highlight-no-select):
2183 New defcustoms.
2184 (next-error-no-select): Let-bind next-error-highlight to the value
2185 of next-error-highlight-no-select before calling `next-error'.
2186
2187 * progmodes/compile.el (compilation-goto-locus):
2188 Use `next-error' face instead of `region'. Set 4-th argument of
2189 `move-overlay' to `current-buffer' to move overlay to different
2190 source buffers. Use new variable `next-error-highlight'.
2191
2192 * simple.el (next-error-find-buffer): Move the rule
2193 "if current buffer is a next-error capable buffer" after the
2194 rule "if next-error-last-buffer is set to a live buffer".
2195 Simplify to test all rules in one `or'.
2196 (next-error): Doc fix.
2197 (next-error, previous-error, first-error)
2198 (next-error-no-select, previous-error-no-select):
2199 Make arguments optional.
2200
2201 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
2202
2203 * macros.el (apply-macro-to-region-lines): Make it operate on all
2204 lines that begin in the region, rather than on all complete lines
2205 in the region.
2206
2207 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2208
2209 * x-dnd.el (x-dnd-protocol-alist): Document update.
2210 (x-dnd-known-types): Defcustom it.
2211 (x-dnd-handle-motif): Print message-atom in error message.
2212
2213 2004-08-30 John Paul Wallington <jpw@gnu.org>
2214
2215 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
2216 strings rather than programatically constructing message.
2217
2218 2004-08-30 Richard M. Stallman <rms@gnu.org>
2219
2220 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
2221 Don't return a string that would read as the wrong character code.
2222
2223 2004-08-29 Kim F. Storm <storm@cua.dk>
2224
2225 * emulation/cua-base.el (cua-auto-expand-rectangles):
2226 Remove automatic rectangle padding feature; replace by non-destructive
2227 virtual rectangle edges feature.
2228 (cua-virtual-rectangle-edges): New defcustom.
2229 (cua-auto-tabify-rectangles): New defcustom.
2230 (cua-paste): If paste into a marked rectangle, insert rectangle at
2231 current column, even if virtual; also paste exactly as many lines
2232 as has been marked (ignore additional lines or add empty lines),
2233 but paste whole source if only one line is marked.
2234 (cua--update-indications): No longer use overwrite-cursor to
2235 indicate rectangle padding
2236
2237 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
2238 (cua--rectangle-virtual-edges): New defun.
2239 (cua--rectangle-get-corners): Remove optional PAD arg.
2240 (cua--rectangle-set-corners): Never do padding.
2241 (cua--forward-line): Remove optional PAD arg. Simplify.
2242 (cua-resize-rectangle-right, cua-resize-rectangle-left)
2243 (cua-resize-rectangle-down, cua-resize-rectangle-up):
2244 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
2245 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
2246 (cua--rectangle-move): Never do padding. Simplify.
2247 (cua--tabify-start): New defun.
2248 (cua--rectangle-operation): Add tabify arg. All callers changed.
2249 (cua--pad-rectangle): Remove.
2250 (cua--delete-rectangle): Handle delete with virtual edges.
2251 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
2252 (cua--insert-rectangle): Handle insert at virtual column.
2253 Perform auto-tabify if necessary.
2254 (cua--activate-rectangle): Remove optional FORCE arg.
2255 Never do padding. Simplify.
2256 (cua--highlight-rectangle): Enhance for virtual edges.
2257 (cua-toggle-rectangle-padding): Remove command.
2258 (cua-toggle-rectangle-virtual-edges): New command.
2259 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
2260 (cua--rectangle-post-command): Don't force rectangle padding.
2261 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
2262
2263 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
2264
2265 * indent.el (edit-tab-stops-buffer): Doc fix.
2266
2267 2004-08-28 Richard M. Stallman <rms@gnu.org>
2268
2269 * progmodes/grep.el (grep-default-command): Use find-tag-default.
2270 (grep-tag-default): Function deleted.
2271
2272 * subr.el (find-tag-default): Moved from etags.el.
2273
2274 * progmodes/etags.el (find-tag-default): Moved to subr.el.
2275
2276 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
2277 into the basic character if it has an uppercase form.
2278
2279 2004-08-27 Kenichi Handa <handa@m17n.org>
2280
2281 * international/utf-8.el (utf-8-post-read-conversion): If the
2282 buffer is unibyte, temporarily make it multibyte.
2283
2284 2004-08-27 Masatake YAMATO <jet@gyve.org>
2285
2286 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
2287
2288 2004-08-25 John Paul Wallington <jpw@gnu.org>
2289
2290 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
2291 0, 1, and many mismatches in message.
2292 (tex-start-shell): Use `set-process-query-on-exit-flag'.
2293
2294 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
2295 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
2296
2297 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2298
2299 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
2300 vc-diff-switches differently.
2301
2302 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
2303
2304 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
2305 before and a real defvar after
2306 `speedbar-supported-extension-expressions'. This is to silence
2307 the compiler without breaking bootstrapping.
2308
2309 2004-08-22 Richard M. Stallman <rms@gnu.org>
2310
2311 * textmodes/flyspell.el (flyspell-word):
2312 Use set-process-query-on-exit-flag.
2313 (flyspell-highlight-duplicate-region): Take POSS as arg.
2314 (flyspell-word): Pass POSS as arg.
2315
2316 * progmodes/ada-xref.el: Many doc and style fixes.
2317 (ada-find-any-references): Use compilation-start.
2318 (ada-get-ali-file-name): Improve error msg.
2319 (ada-get-ada-file-name): Likewise.
2320
2321 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
2322 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
2323
2324 * mail/mail-extr.el (mail-extr-all-top-level-domains):
2325 Add forward defvar.
2326
2327 * whitespace.el (global-whitespace-mode): New alias
2328 for whitespace-global-mode.
2329
2330 * speedbar.el (speedbar-file-regexp): Definition moved up.
2331 (speedbar-mode, speedbar-set-mode-line-format):
2332 Use with-no-warnings.
2333 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
2334
2335 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
2336 controls whether to display the error buffer.
2337
2338 * ps-mule.el: Delete compatibility code for old Emacses.
2339 (ps-mule-find-wrappoint): Don't use chars-in-region.
2340
2341 * frame.el (display-mouse-p, display-selections-p):
2342 Use with-no-warnings.
2343
2344 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
2345
2346 2004-08-22 David Kastrup <dak@gnu.org>
2347
2348 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
2349 information.
2350
2351 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
2352
2353 2004-08-22 Andreas Schwab <schwab@suse.de>
2354
2355 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
2356
2357 2004-08-22 Masatake YAMATO <jet@gyve.org>
2358
2359 * cvs-status.el (cvs-status-checkout): New function.
2360 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
2361
2362 2004-08-21 David Kastrup <dak@gnu.org>
2363
2364 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
2365 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
2366 has been converted to use hashtables, the relation `nil=none' is
2367 no longer valid, as `nil' is not a hashtable. This patch tries to
2368 reduce the number of resulting errors.
2369
2370 2004-08-21 John Paul Wallington <jpw@gnu.org>
2371
2372 * subr.el (process-kill-without-query): Made obsolete in
2373 version 21.4, not 21.5.
2374
2375 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
2376 (vc-previous-comment, vc-next-comment)
2377 (vc-comment-search-reverse, vc-comment-search-forward)
2378 (vc-comment-to-change-log): Likewise.
2379
2380 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
2381
2382 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
2383
2384 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
2385 Correct indentation of DEFMETHODS with non-standard method
2386 combinations (e.g., PROGN, MIN, MAX).
2387
2388 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
2389
2390 * startup.el (normal-top-level-add-subdirs-to-load-path):
2391 Avoid unnecessarily checking system-type.
2392 (normal-top-level): Set TERM to "dumb". Simplify.
2393
2394 * avoid.el (mouse-avoidance-ignore-p): New fun.
2395 Also ignore switch-frame, select-window, double, and triple clicks.
2396 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
2397 (mouse-avoidance-fancy-hook): Use it.
2398
2399 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
2400
2401 * avoid.el (mouse-avoidance-nudge-mouse)
2402 (mouse-avoidance-banish-destination): Stay within the current window
2403 to avoid problems with mouse-autoselect-window.
2404
2405 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2406
2407 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
2408 the newer format of some messages in cvs-1.12.1.
2409
2410 2004-08-19 Masatake YAMATO <jet@gyve.org>
2411
2412 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
2413 (elp-results-jump-to-definition-by-mouse)
2414 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
2415 (elp-output-result): Use elp-output-insert-symname.
2416
2417 2004-08-18 Kenichi Handa <handa@m17n.org>
2418
2419 * language/cyrillic.el: Register koi8-r in
2420 ctext-non-standard-encodings-alist.
2421 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
2422
2423 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
2424
2425 * emacs-lisp/copyright.el (copyright-update-year): Delete code
2426 that replaces 20xy with xy.
2427
2428 2004-08-17 John Paul Wallington <jpw@gnu.org>
2429
2430 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
2431 (reb-force-update): Doc fix.
2432
2433 2004-08-16 Richard M. Stallman <rms@gnu.org>
2434
2435 * progmodes/which-func.el (which-func-update-1): Doc fix.
2436
2437 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
2438 (sh-mode-abbrev-table): New variable.
2439
2440 * progmodes/compile.el (compilation-mode): Doc fix.
2441
2442 * emacs-lisp/lisp-mode.el (eval-last-sexp):
2443 Don't cons a new symbol each time.
2444 (eval-last-sexp-fake-value): New variable.
2445
2446 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
2447 (copyright-update-year): Detect continuation of list of years.
2448
2449 * term.el (term-default-fg-color, term-default-bg-color)
2450 (ansi-term-color-vector): Use `unspecified', not nil, as default.
2451
2452 * imenu.el: Several doc fixes: don't say variables are buffer-local.
2453
2454 2004-08-16 Davis Herring <herring@lanl.gov>
2455
2456 * isearch.el (isearch-string, isearch-message-string, isearch-point)
2457 (isearch-success, isearch-forward-flag, isearch-other-end)
2458 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
2459 (isearch-barrier, isearch-within-brackets)
2460 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
2461
2462 2004-08-16 Kenichi Handa <handa@m17n.org>
2463
2464 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
2465
2466 2004-08-15 Kenichi Handa <handa@m17n.org>
2467
2468 * term/x-win.el (x-selection-value): If utf8 was successful but
2469 ctext was not, use utf8 string.
2470
2471 2004-08-14 Davis Herring <herring@lanl.gov>
2472
2473 * isearch.el: Remove accidental changes of March 4. Fix backing
2474 up when a regexp isearch is made more general. Use symbolic
2475 accessor functions for isearch stack frames to make usage clearer.
2476 (search-whitespace-regexp): Made groups in documentation shy (as
2477 is the group in the default value).
2478 (isearch-fallback): New function, addresses problems with regexps
2479 liberalized by `\|', adds support for liberalization by `\}' (the
2480 general repetition construct), and incorporates behavior for
2481 `*'/`?'.
2482 (isearch-}-char): New command, calls `isearch-fallback' with
2483 arguments appropriate to a typed `}'.
2484 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
2485 appropriately.
2486 (isearch-mode-map): Bind `}' to `isearch-}-char'.
2487 (isearch-string, isearch-message,string, isearch-point)
2488 (isearch-success, isearch-forward-flag, isearch-other-end)
2489 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
2490 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
2491 New inline functions to read fields of a stack frame.
2492
2493 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
2494
2495 * battery.el (battery-linux-proc-acpi): Look into battery
2496 directories matching the literal string "CMB", too (required for
2497 Linux kernel version 2.6.7).
2498
2499 2004-08-14 John Paul Wallington <jpw@gnu.org>
2500
2501 * cus-start.el (read-file-name-completion-ignore-case): Add.
2502 (blink-cursor-alist): Change version to "21.4".
2503
2504 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
2505
2506 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
2507
2508 * speedbar.el (speedbar-scan-subdirs): New option.
2509 (speedbar-file-lists): Don't ignore file-name case on Unix and use
2510 dolist.
2511 (speedbar-insert-files-at-point): Take an extra argument and use
2512 it to optionally find out if a subdir is empty. Also unreadable
2513 files don't get expand buttons.
2514 (speedbar-directory): New image (unused pixmap already existed).
2515 (speedbar-expand-image-button-alist): Use it.
2516
2517 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
2518
2519 CC Mode update to 5.30.9:
2520
2521 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
2522 Move from cc-vars to cc-defs for dependency reasons. Fix the
2523 POSIX char class test to check that it works in
2524 `skip-chars-(forward|backward)' too.
2525
2526 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
2527 first argument starts with a special brace list.
2528
2529 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
2530 when `c-opt-type-concat-key' is used (i.e. in Pike).
2531
2532 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
2533 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
2534 >)".
2535
2536 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
2537 whitespace safe.
2538
2539 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
2540 position for `arglist-intro', `arglist-cont-nonempty' and
2541 `arglist-close' when there are two arglist open parens on the same
2542 line and there's nothing in front of the first.
2543
2544 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
2545 locking of qualified names in Java, which previously could fontify
2546 common indexing expressions in many cases. The standard Java
2547 naming conventions are used to tell them apart.
2548
2549 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
2550 Fix inconsistency wrt opening parens on the first line inside a paren
2551 block.
2552
2553 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
2554 compile time for the sake of `c-major-mode-is'.
2555
2556 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
2557 `c-major-mode-is' in the event that this is used inside a
2558 `c-lang-defconst'.
2559
2560 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
2561 `c-lang-defconst' so that it works better with fallback languages.
2562
2563 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
2564 it to fail to record the base mode.
2565
2566 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
2567 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
2568 is used. Reordered the syntax checks to get more efficient
2569 skipping in some situations.
2570
2571 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
2572 continuation which might precede the newly inserted '{'.
2573
2574 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
2575 Fix cases where it could loop indefinitely.
2576
2577 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
2578 size specs correctly. Only fontify identifiers in front of '('
2579 with as functions - don't accept any paren char. Tightened up
2580 initializer skipping to stop before function and class blocks.
2581
2582 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
2583 the point could be left directly after an open paren when finding
2584 the beginning of the first decl in the block.
2585
2586 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
2587 table when filtering out legitimate open parens to be recorded.
2588 This could cause cache inconsistencies when e.g.
2589 `c++-template-syntax-table' was temporarily in use.
2590
2591 * progmodes/cc-engine.el (c-on-identifier)
2592 (c-simple-skip-symbol-backward): Small fix for handling "-"
2593 correctly in `skip-chars-backward'. Affected the operator lfun
2594 syntax in Pike.
2595
2596 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
2597 Fix bug that could cause an error from `after-change-functions' when
2598 the changed region is at bob.
2599
2600 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
2601
2602 CC Mode update to 5.30.9:
2603
2604 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
2605 to say that <TAB> doesn't insert WS into a CPP line.
2606 (c-indent-command, c-tab-always-indent): Amend doc strings.
2607
2608 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
2609 checks for user errors, thus eliminating cryptic and unhelpful
2610 Emacs error messages. (1) Check the arg to `c-set-style' is a
2611 string. (2) Check that settings to `c-offsets-alist' are not
2612 spuriously quoted.
2613
2614 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
2615 which precedes the newly inserted `{'.
2616
2617 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
2618
2619 Sync with Tramp 2.0.44.
2620
2621 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
2622 function "tramp_file_attributes". Otherwise, file names
2623 containing spaces are misinterpreted. Reported by Magnus Henoch
2624 <mange@freemail.hu>.
2625 (tramp-handle-file-truename): FILENAME must be expanded first.
2626 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
2627 obscure results. Reported by D. Goel <deego@gnufans.org>.
2628 (tramp-handle-verify-visited-file-modtime): If file does not
2629 exist, say it is not modified if and only if that agrees with the
2630 buffer's record. Check whether a file is visiting the buffer, or
2631 the buffer has no recorded last modification time. Return t in
2632 case the visiting file doesn't exist. Suggested by Luc Teirlinck
2633 <teirllm@auburn.edu>.
2634 (tramp-handle-write-region): Pass modtime explicitely to
2635 `set-visited-file-modtime', because filename can be different
2636 from (buffer-file-name) if `file-precious-flag' is set.
2637 `set-visited-file-modtime' must be called always when `visit' is t
2638 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
2639 (tramp-handle-set-visited-file-modtime): If `time-list' is not
2640 nil, don't apply the whole body. If the file doesn't exists, set
2641 modtime to '(-1 65535). Suggested by Luc Teirlinck
2642 <teirllm@auburn.edu>.
2643
2644 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
2645
2646 * help.el (describe-bindings): Doc fix.
2647
2648 * subr.el (kbd): Doc fix.
2649
2650 2004-08-08 John Paul Wallington <jpw@gnu.org>
2651
2652 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
2653 instead of `string-to-int'.
2654 (define-ibuffer-column mode): Fix indentation.
2655
2656 2004-08-08 Lars Hansen <larsh@math.ku.dk>
2657
2658 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
2659
2660 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
2661
2662 * subr.el (global-unset-key, local-unset-key): Doc fixes.
2663
2664 * novice.el (disabled-command-function): New variable renamed from
2665 `disabled-command-hook'.
2666 (disabled-command-hook): Keep the _variable_ as alias for
2667 `disabled-command-function' and make obsolete.
2668 (disabled-command-function): Function renamed from
2669 `disabled-command-hook'. Adapt code to name change of the variable.
2670
2671 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
2672
2673 * simple.el (completion-root-regexp): New defvar.
2674 (completion-setup-function): Use it instead of a literal string.
2675
2676 2004-08-07 John Paul Wallington <jpw@gnu.org>
2677
2678 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
2679 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
2680 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
2681 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
2682
2683 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
2684
2685 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
2686 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
2687
2688 2004-08-04 Kenichi Handa <handa@m17n.org>
2689
2690 * international/encoded-kb.el (encoded-kbd-setup-keymap):
2691 Fix previous change.
2692
2693 2004-08-03 Kenichi Handa <handa@m17n.org>
2694
2695 * international/encoded-kb.el: The following changes are to
2696 utilize key-translation-map instead of minor mode map.
2697 (encoded-kbd-iso2022-non-ascii-map): Delete it.
2698 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
2699 (encoded-kbd-last-key): New function.
2700 (encoded-kbd-iso2022-single-shift): New function.
2701 (encoded-kbd-iso2022-designation)
2702 (encoded-kbd-self-insert-iso2022-7bit)
2703 (encoded-kbd-self-insert-iso2022-8bit)
2704 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
2705 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
2706 key-translation-map.
2707 (encoded-kbd-setup-keymap): Setup key-translation-map.
2708 (saved-key-translation-map): New variable.
2709 (encoded-kbd-mode): Save/restore key-translation-map.
2710 Adjust for the change of encoded-kbd-setup-keymap.
2711
2712 2004-08-02 Kim F. Storm <storm@cua.dk>
2713
2714 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
2715 and call compute-motion with nil for topos and width to get proper
2716 usable width and height for both window and non-window systems.
2717
2718 * windmove.el (windmove-coordinates-of-position): Let compute-motion
2719 calculate usable window width and height.
2720
2721 * window.el (window-buffer-height): Call compute-motion with nil width.
2722
2723 2004-08-01 David Kastrup <dak@gnu.org>
2724
2725 * replace.el (query-replace-read-from):
2726 Use `query-replace-compile-replacement'.
2727 (query-replace-compile-replacement): New function.
2728 (query-replace-read-to): Use `query-replace-compile-replacement'
2729 for repeating the last command.
2730
2731 2004-08-01 John Paul Wallington <jpw@gnu.org>
2732
2733 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
2734 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
2735 (pr-switches): Remove period from end of error messages.
2736
2737 * help-mode.el (help-go-back): Likewise.
2738
2739 * abbrev.el (only-global-abbrevs): Doc fix.
2740 (edit-abbrevs-map): Define within defvar.
2741 (quietly-read-abbrev-file): Doc fix.
2742
2743 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
2744
2745 * novice.el (enable-command, disable-command): Doc fixes.
2746
2747 * subr.el (event-modifiers, event-basic-type): Doc fixes.
2748
2749 2004-07-30 Richard M. Stallman <rms@gnu.org>
2750
2751 * subr.el (with-local-quit): Doc fix.
2752
2753 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
2754
2755 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
2756
2757 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
2758
2759 * custom.el (defcustom): Doc fix.
2760
2761 2004-07-28 Masatake YAMATO <jet@gyve.org>
2762
2763 * progmodes/etags.el (etags-tags-apropos): Show building progress.
2764
2765 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
2766
2767 * imenu.el (imenu-prev-index-position-function)
2768 (imenu-extract-index-name-function, imenu-name-lookup-function)
2769 (imenu--index-alist): Docstring redundancy fix.
2770
2771 2004-07-25 Lars Hansen <larsh@math.ku.dk>
2772
2773 * wdired.el (wdired-finish-edit): Require dired-aux before locally
2774 binding dired-backup-overwrite.
2775
2776 2004-07-25 John Paul Wallington <jpw@gnu.org>
2777
2778 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
2779
2780 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
2781
2782 * term/tty-colors.el (tty-color-approximate): Doc fix.
2783
2784 * select.el (x-get-selection, x-set-selection): Doc fixes.
2785
2786 * frame.el (make-frame): Doc fix.
2787
2788 2004-07-24 Richard M. Stallman <rms@gnu.org>
2789
2790 * mail/rmail.el (rmail-mime-charset-pattern):
2791 Don't include semicolon in the charset value.
2792
2793 * replace.el (occur-next-error): Call set-window-point.
2794 (occur-engine): Handle negative NLINES.
2795
2796 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
2797
2798 * frame.el (modify-all-frames-parameters): Minor doc fix.
2799 (set-frame-configuration): Doc fix.
2800
2801 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
2802
2803 * simple.el (completion-setup-function): Compute the common parts
2804 and the first difference place correctly when
2805 partial-completion-mode is on.
2806
2807 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2808
2809 * ps-print.el: Doc fix.
2810 (ps-print-version): New version 6.6.5.
2811 (ps-printing-region): Doc fix.
2812 (ps-generate-string-list): Comment fix.
2813 (ps-message-log-max): Code fix.
2814
2815 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
2816
2817 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
2818 generated PostScript.
2819
2820 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
2821
2822 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
2823 with Gnus v5_10 branch.)
2824
2825 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
2826
2827 * calendar/time-date.el (time-to-number-of-days): New function.
2828 Imported from from Gnus.
2829
2830 2004-07-22 Kim F. Storm <storm@cua.dk>
2831
2832 * progmodes/make-mode.el: Fix comments.
2833
2834 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2835
2836 * printing.el: Doc fix.
2837
2838 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
2839
2840 * frame.el (modify-all-frames-parameters): Minor doc fix.
2841
2842 2004-07-20 Richard M. Stallman <rms@gnu.org>
2843
2844 * textmodes/fill.el (fill-nobreak-p): If this break point is
2845 at the end of the line, don't consider the newline which follows
2846 as a reason to return t.
2847
2848 2004-07-19 John Paul Wallington <jpw@gnu.org>
2849
2850 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
2851
2852 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
2853
2854 * dired-aux.el (dired-do-kill-lines): Expand docstring.
2855 Delete irrelevant code.
2856
2857 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
2858
2859 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
2860 New docstring. From Luc Teirlinck.
2861
2862 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
2863
2864 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
2865 section.
2866 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
2867 non-file buffers. We know it is nil.
2868
2869 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
2870
2871 Sync with Tramp 2.0.43.
2872
2873 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
2874 Remove outdated comment.
2875 (tramp-locked, tramp-locker): New variables for implementing a
2876 global lock.
2877 (tramp-sh-file-name-handler): Use them to implement the global lock.
2878
2879 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
2880
2881 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
2882 calls to respective `xxx` calls.
2883 (tramp-process-alive-regexp): Precise doc string.
2884 (tramp-multi-action-process-alive): New defun.
2885 (tramp-multi-actions): Use it.
2886 (tramp-handle-find-backup-file-name): `copy-tree' is available
2887 since Emacs 21.4 only (XEmacs has it). Implementation rewritten
2888 in order to avoid this function.
2889 (tramp-handle-write-region): Set current buffer. If connection
2890 wasn't open, `file-modes' has changed it accidently. Reported by
2891 David Kastrup <dak@gnu.org>.
2892 (tramp-enter-password, tramp-read-passwd): New arguments USER and
2893 HOST.
2894 (tramp-action-password, tramp-multi-action-password): Apply it.
2895 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
2896 name must still contain the port number. Otherwise, we have two
2897 Tramp buffers, with all the confusion. Reported by Myron Selby
2898 <myron@xytech.com> and Rolf Dubitzky
2899 <Dubitzky@physi.uni-heidelberg.de>.
2900
2901 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
2902 HOST to `tramp-enter-passwd'.
2903
2904 * net/tramp-vc.el (all): Code cleanup. Change all
2905 `tramp-handle-xxx' calls to respective `xxx` calls.
2906
2907 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
2908
2909 * emacs-lisp/testcover.el: New category "potentially-1valued" for
2910 functions that are not erroneous if either 1-valued or
2911 multi-valued. Detect functions in this class.
2912 (testcover-1value-functions, testcover-compose-functions)
2913 (testcover-progn-functions) Added some additional functions to lists.
2914 (testcover-mark): Bugfix when marking up the definition for an
2915 empty function.
2916
2917 2004-07-17 Richard M. Stallman <rms@gnu.org>
2918
2919 * replace.el (occur-read-primary-args): Pass default to
2920 read-from-minibuffer.
2921
2922 * mail/footnote.el (footnote-section-tag): Use defcustom.
2923
2924 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
2925 Compile font-lock-keywords, not KEYWORDS.
2926 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
2927 Add warn, check-type. Handle cerror like error.
2928
2929 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
2930
2931 * progmodes/which-func.el (which-func-keymap): New var.
2932 (which-func-face): New face.
2933 (which-func-format): Use them.
2934
2935 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
2936
2937 * buff-menu.el (list-buffers-noselect): Append the buffer's
2938 process status to its mode name.
2939
2940 2004-07-16 Kim F. Storm <storm@cua.dk>
2941
2942 * simple.el (inhibit-mark-movement): New defvar.
2943 (beginning-of-buffer, end-of-buffer): Do not push mark if
2944 inhibit-mark-movement is non-nil or C-u prefix is given.
2945
2946 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
2947 Init to beginning-of-buffer and end-of-buffer.
2948 (cua--undo-push-mark): New defvar.
2949 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
2950 already active and command is in cua--preserve-mark-commands.
2951 Also fix check for shift modifier on non-window systems.
2952 (cua--post-command-handler): Clear inhibit-mark-movement if set.
2953
2954 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
2955
2956 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
2957 of two integers, instead of a cons.
2958
2959 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
2960 `visited-file-modtime' now returns a list of two integers, instead
2961 of a cons.
2962
2963 * dired.el (dired-directory-changed-p): Ditto.
2964
2965 * progmodes/grep.el (grep): Doc fix.
2966
2967 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
2968
2969 * autorevert.el (auto-revert-tail-mode)
2970 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
2971 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
2972 in both at the same time.
2973 (auto-revert-tail-mode): New command.
2974 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
2975 (auto-revert-handler): Revert only either tail or whole file.
2976
2977 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
2978 add auto-revert-tail-mode.
2979
2980 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2981
2982 * printing.el: Doc fix. Change name of some funs.
2983 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
2984 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
2985 (pr-standard-file-name): New fun. Replace pr-standard-path.
2986 (pr-call-process): Code fix.
2987
2988 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
2989
2990 * subr.el (with-selected-window): Doc fix.
2991
2992 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
2993
2994 * subr.el (get-buffer-window-list): Doc fix.
2995
2996 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
2997
2998 * files.el (switch-to-buffer-other-window): Doc fix.
2999
3000 * window.el (save-selected-window, one-window-p)
3001 (split-window-keep-point, split-window-vertically)
3002 (split-window-horizontally): Doc fixes.
3003
3004 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3005
3006 * printing.el: Doc fix. Now it uses call-process instead of
3007 shell-command for low command execution.
3008 (pr-version): New version number (6.8).
3009 (pr-shell-file-name): Option removed.
3010 (pr-shell-command): Fun removed.
3011 (pr-call-process): New fun. Replace pr-shell-command.
3012 (pr-standard-path, pr-remove-nil-from-list): New funs.
3013 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
3014 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
3015 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
3016 (pr-ps-utility-process, pr-txt-print): Code fix.
3017
3018 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
3019
3020 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
3021 boolean.
3022
3023 2004-07-09 Lars Hansen <larsh@math.ku.dk>
3024
3025 * wid-edit.el (widget-field-buffer): Doc fix.
3026
3027 2004-07-09 John Paul Wallington <jpw@gnu.org>
3028
3029 * emacs-lisp/re-builder.el (reb-update-overlays):
3030 Distinguish between one and several matches in message.
3031
3032 2004-07-09 Richard M. Stallman <rms@gnu.org>
3033
3034 * mouse.el (mouse-set-region-1): If transient-mark-mode
3035 is `identity', change it to `only'.
3036
3037 * simple.el (current-word): Doc fix.
3038
3039 2004-07-09 Mark A. Hershberger <mah@everybody.org>
3040
3041 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
3042 so that it is more understanding of whitespace.
3043
3044 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
3045 form
3046 (("ns" . "element") (attr-list) children) instead of
3047 ((:ns . "element") (attr-list) children) in order to reduce the
3048 number of symbols used.
3049 (xml-skip-dtd): Change to use xml-parse-dtd but set
3050 xml-validating-parsing to nil.
3051 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
3052 (xml-substitute-entity): Remove in favor of new entity substitution.
3053 (xml-substitute-special): Rewrite in to substitute complex
3054 entities from DOCTYPE declarations.
3055 (xml-parse-fragment): Parse fragments from entity deleclarations.
3056 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
3057 (xml-parse-dtd, xml-substitute-special): Make validity checks
3058 conditioned on xml-validating-parser. Add "Not Well Formed" to
3059 error messages about well-formedness.
3060
3061 2004-07-08 Steven Tamm <steventamm@mac.com>
3062
3063 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
3064 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
3065 Do not treat double clicks and triple clicks specially in the
3066 scroll bar (preventing strange repositioning problems)
3067
3068 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
3069
3070 * replace.el (query-replace-regexp-eval): Fix last change.
3071
3072 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
3073
3074 * replace.el (query-replace-descr): New fun.
3075 (query-replace-read-from, query-replace-read-args): Default to the
3076 previous from&to.
3077 (query-replace-read-to): Quote the `from' string when displaying it.
3078 (query-replace-regexp-eval): Immediately check read-only status.
3079 Use query-replace-read-from to get the \n checking.
3080 Quote the `from' string when displaying it.
3081 (map-query-replace-regexp, occur-read-primary-args):
3082 Quote the `from' string when displaying it.
3083
3084 * isearch.el (isearch-query-replace): Pass the regexp-ness and
3085 delimited-ness of the search to query-replace.
3086
3087 * replace.el (query-replace-read-from, query-replace-read-to):
3088 New funs extracted from query-replace-read-args.
3089 (query-replace-read-args): Use them.
3090
3091 * replace.el (query-replace-interactive, query-replace-read-args):
3092 Remove the `initial' special value.
3093 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
3094 (occur-engine): Remove unused var `matchend'.
3095
3096 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
3097 Use the search string without prompting.
3098
3099 2004-07-05 Kenichi Handa <handa@m17n.org>
3100
3101 * international/mule.el (decode-coding-inserted-region):
3102 Set last-coding-system-used only when coding is nil.
3103
3104 2004-07-03 Eli Zaretskii <eliz@gnu.org>
3105
3106 * progmodes/grep.el (grep-compute-defaults, grep-command)
3107 (grep-program, find-program, grep-find-use-xargs, grep-history)
3108 (grep-find-history, grep-tag-default, grep-find-command)
3109 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
3110 Add autoload cookies, for unbundled packages that load `compile'
3111 and expect all grep-related symbols to become defined.
3112
3113 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
3114
3115 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
3116 (iimage-mode-image-search-path): New user option to search the
3117 image file.
3118 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
3119 have locate-file.
3120 (iimage-mode-buffer): Use it.
3121
3122 2004-07-03 Nick Roberts <nickrob@gnu.org>
3123
3124 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
3125 carefully.
3126 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
3127
3128 2004-07-03 Juri Linkov <juri@jurta.org>
3129
3130 * replace.el (query-replace-read-args): Swallow space after 'foo,
3131 not after (quote foo). Match space only immediately after symbol,
3132 not anywhere in the whole string.
3133
3134 2004-07-02 Richard M. Stallman <rms@gnu.org>
3135
3136 * replace.el (query-replace-read-args): Swallow space after
3137 symbols, not after closeparens. But avoid error if string ends there.
3138
3139 * progmodes/python.el (python-beginning-of-statement):
3140 Exit the loop if backward-up-list gets error.
3141
3142 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
3143
3144 2004-07-02 Andre Spiegel <spiegel@gnu.org>
3145
3146 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
3147 only if vc-consult-headers is non-nil.
3148
3149 2004-07-02 Juri Linkov <juri@jurta.org>
3150
3151 * pcvs.el (cvs-mode-diff-repository): New command.
3152
3153 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
3154
3155 2004-07-01 Juri Linkov <juri@jurta.org>
3156
3157 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
3158 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
3159 C-M-% to isearch-query-replace-regexp.
3160 (minibuffer-local-isearch-map): Add arrow key bindings.
3161 Bind C-f to isearch-yank-char-in-minibuffer.
3162 (isearch-forward): Doc fix.
3163 (isearch-edit-string): Doc fix.
3164 (isearch-query-replace, isearch-query-replace-regexp): New funs.
3165 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
3166 (isearch-yank-char): Add optional arg.
3167 (isearch-yank-char-in-minibuffer): New fun.
3168
3169 * replace.el (query-replace-interactive): Change type from boolean
3170 to choice. Add value `initial'.
3171 (query-replace-read-args): Handle value `initial' of
3172 query-replace-interactive.
3173
3174 2004-06-29 Kim F. Storm <storm@cua.dk>
3175
3176 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
3177 (breakpoint-disabled-bitmap-face): Add :group 'gud.
3178
3179 * progmodes/ada-xref.el (ada-tight-gvd-integration):
3180 Add :group 'ada.
3181
3182 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
3183
3184 2004-06-29 Juri Linkov <juri@jurta.org>
3185
3186 * replace.el (query-replace-read-args): Swallow a space after
3187 everything except )]" which in most cases means after a symbol.
3188
3189 * emacs-lisp/pp.el (pp-buffer): Add autoload.
3190
3191 2004-06-28 Richard M. Stallman <rms@gnu.org>
3192
3193 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
3194 More changes to go with previous change in font-lock.el.
3195
3196 2004-06-26 David Kastrup <dak@gnu.org>
3197
3198 * replace.el (perform-replace): Highlight the match even in
3199 non-query mode if there is potential replace string editing.
3200
3201 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
3202
3203 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
3204 agree with new return value of `file-remote-p'.
3205 This syncs with Tramp 2.0.42.
3206
3207 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
3208 according to new documentation of `file-remote-p'.
3209
3210 * files.el (file-remote-p): Fix doc to say that return value is
3211 identification of remote system, if not nil.
3212 (file-relative-name): Use new return value of `file-remote-p'.
3213
3214 2004-06-26 Nick Roberts <nickrob@gnu.org>
3215
3216 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
3217 (gdb-goto-breakpoint): Fix breakage.
3218
3219 2004-06-26 Eli Zaretskii <eliz@gnu.org>
3220
3221 * man.el (Man-getpage-in-background): Add windows-nt to the list
3222 of systems where shell-file-name should be used instead of
3223 literal "sh".
3224
3225 2004-06-25 Sam Steingold <sds@gnu.org>
3226
3227 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
3228 function names `(setf symbol)'.
3229
3230 2004-06-24 Richard M. Stallman <rms@gnu.org>
3231
3232 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
3233
3234 * font-lock.el (font-lock-keywords): Change format of compiled values.
3235 Document it.
3236 (font-lock-add-keywords): If font-lock-keywords is compiled,
3237 extract the uncompiled version, modify, then recompile.
3238 (font-lock-remove-keywords): Likewise.
3239 (font-lock-fontify-keywords-region): Handle changed format.
3240 (font-lock-compile-keywords): Handle changed format.
3241 (font-lock-set-defaults): Compile the keywords explicitly here.
3242
3243 2004-06-24 David Kastrup <dak@gnu.org>
3244
3245 * replace.el (query-replace-read-args): Implement `\,' and `\#'
3246 replacements here.
3247 (query-replace-regexp): Doc string explaining this and the new
3248 `\?' replacement. Remove `\,' and `\#' implementation here, as it
3249 is better placed in `query-replace-read-args'.
3250 (replace-regexp): Explain `\,', `\#' and `\?'.
3251 (replace-match-data): New function for thorough reuse/destruction
3252 of old match-data.
3253 (replace-match-maybe-edit): Function for implementing `\?' editing.
3254 (perform-replace): Fix maintaining of the match stack including
3255 already matched regions, implement `\?', fix various problems
3256 with regions while editing and other stuff.
3257 (replace-highlight): Simplify.
3258
3259 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
3260
3261 * progmodes/grep.el (grep-error-screen-columns): New variable.
3262 (grep-regexp-alist): Give it the full functionality of gnu style
3263 compilation messages with line and column ranges. Ask me for the
3264 perl script I'm working on, that uses these.
3265
3266 2004-06-23 Nick Roberts <nickrob@gnu.org>
3267
3268 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
3269 Remove.
3270 (comint-insert-input, comint-mouse-insert-input): New functions
3271 based on comint-insert-clicked-input for two bindings but just
3272 one functionality.
3273
3274 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
3275
3276 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
3277
3278 2004-06-23 Lars Hansen <larsh@math.ku.dk>
3279
3280 * files.el (write-contents-functions): Doc fix.
3281
3282 2004-06-21 Juanma Barranquero <lektu@terra.es>
3283
3284 * image.el (image-library-alist): Rewrite docstring in active voice.
3285
3286 2004-06-20 Richard M. Stallman <rms@gnu.org>
3287
3288 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
3289
3290 * isearch.el (isearch-repeat): Avoid testing old match data.
3291 (isearch-message): Display trailing space in special font
3292 when search is failing.
3293 (isearch-search-fun-function): Doc fix.
3294
3295 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
3296
3297 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
3298
3299 * frame.el (show-trailing-whitespace): Doc fix.
3300
3301 * cus-edit.el (custom-variable-documentation): New function.
3302 (custom-variable): Use it.
3303
3304 2004-06-19 Nick Roberts <nickrob@gnu.org>
3305
3306 * man.el (Man-getpage-in-background): Revert previous change but
3307 make cygwin a special case.
3308
3309 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
3310
3311 * autorevert.el (global-auto-revert-non-file-buffers):
3312 Update docstring.
3313
3314 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
3315
3316 * progmodes/compile.el (compilation-error-properties): Store one
3317 more than end-col, if present, so that transient-mark-mode will
3318 highlight last char too.
3319 * progmodes/grep.el (grep-regexp-alist): Match columns and column
3320 ranges, if present.
3321
3322 2004-06-18 Jason Rumney <jasonr@gnu.org>
3323
3324 * makefile.w32-in: Double percent signs in for loops.
3325
3326 2004-06-17 David Kastrup <dak@gnu.org>
3327
3328 * replace.el (query-replace-read-args): Only warn about use of \n
3329 and \t when we are doing a regexp replacement and the actual
3330 escaped character is n or t.
3331 (query-replace-regexp): Add \, and \# interpretation to
3332 interactive call and document it.
3333 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
3334 as shortkey for replace-count.
3335 (replace-quote): New function for doubling backslashes.
3336
3337 2004-06-17 Juanma Barranquero <lektu@terra.es>
3338
3339 * files.el (parse-colon-path, cd): Mention in docstring that the
3340 path separator is colon in GNU-like systems.
3341
3342 * newcomment.el (comment-region-internal): Fix docstring.
3343
3344 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
3345 (ewoc-invalidate, ewoc-collect): Doc fixes.
3346 (ewoc--create-node, ewoc--delete-node-internal):
3347 Fix typos in docstring.
3348
3349 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
3350
3351 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
3352 manual to docstring.
3353
3354 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3355
3356 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
3357
3358 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
3359
3360 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
3361 Add hyperlink to emacs-xtra manual to docstring.
3362
3363 * autorevert.el (global-auto-revert-non-file-buffers):
3364 Add hyperlink to emacs-xtra manual to docstring, as well as an
3365 info-link.
3366
3367 2004-06-14 Juanma Barranquero <lektu@terra.es>
3368
3369 * image.el (image-library-alist): New variable to map image types
3370 to external libraries. Initialized to nil, unless system-specific
3371 configs change it.
3372 (image-type-available-p): Determine whether an image type is
3373 available by calling `init-image-library'.
3374
3375 * term/w32-win.el (image-library-alist): Initialize to a known set
3376 of probable library names.
3377
3378 2004-06-14 Kenichi Handa <handa@m17n.org>
3379
3380 * international/code-pages.el (windows-1256, cp1125): Fix tables
3381 for several characters.
3382
3383 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
3384
3385 2004-06-13 Richard M. Stallman <rms@gnu.org>
3386
3387 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
3388
3389 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
3390 not "`pc-selection-mode'".
3391
3392 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
3393
3394 * simple.el (previous-matching-history-element): Specify a default.
3395
3396 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
3397
3398 * cus-face.el (custom-declare-face): Simplify code.
3399
3400 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
3401
3402 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
3403
3404 * files.el (before-save-hook): Add `time-stamp' to the options.
3405
3406 * time-stamp.el (time-stamp): Recommend adding it to
3407 `before-save-hook', rather than `write-file-functions'.
3408 Make a similar change in `Commentary' section.
3409
3410 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
3411
3412 * diff-mode.el (diff-current-defun): If at start of hunk, use
3413 position of first change.
3414
3415 2004-06-13 Lars Hansen <larsh@math.ku.dk>
3416
3417 * dired-x.el (dired-mark-omitted): Bind to "*O".
3418
3419 2004-06-12 Karl Fogel <kfogel@red-bean.com>
3420
3421 * bookmark.el (bookmark-bmenu-relocate): New function, as
3422 suggested by David J. Biesack <David.Biesack@sas.com>.
3423 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
3424 (bookmark-bmenu-mode): Describe binding in doc string.
3425 (bookmark-set-filename): Save the bookmark list if it's time.
3426
3427 2004-06-13 Kenichi Handa <handa@m17n.org>
3428
3429 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
3430 (ccl-untranslated-to-ucs): Fix typo.
3431
3432 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
3433
3434 * progmodes/python.el (python-open-block-statement-p):
3435 Fix indentation after a block opening that contains a comment.
3436
3437 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
3438
3439 * bindings.el (completion-ignored-extensions): Add file extensions
3440 of Python byte-compiled files.
3441
3442 2004-06-12 Juri Linkov <juri@jurta.org>
3443
3444 * info.el (Info-goto-node): Add autoload.
3445 (Info-toc): Add substring-no-properties on Info file name.
3446 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
3447 (Info-mode-map): Bind L to Info-history, T to Info-toc.
3448
3449 2004-06-12 Kenichi Handa <handa@m17n.org>
3450
3451 * international/mule-cmds.el (set-language-environment):
3452 Load subst tables if necessary.
3453
3454 * international/mule.el (decode-char): Load subst tables if necessary.
3455 (encode-char): Likewise.
3456
3457 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
3458 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
3459 (utf-16le-decode-loop): Set r5 to -1 before loop.
3460 (utf-16be-decode-loop): Likewise.
3461 (ccl-decode-mule-utf-16le): Add EOF processing block.
3462 (ccl-decode-mule-utf-16be): Likewise.
3463 (ccl-decode-mule-utf-16le-with-signature): Likewise.
3464 (ccl-decode-mule-utf-16be-with-signature): Likewise.
3465 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
3466 (ccl-mule-utf-16-encode-untrans): New CCL.
3467 (utf-16-decode-to-ucs): Handle pre-read character.
3468 (utf-16le-encode-loop): Handle surrogate pair.
3469 (utf-16be-encode-loop): Likewise.
3470 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
3471 of utf-16le-encode-loop.
3472 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
3473 of utf-16be-encode-loop.
3474 (mule-utf-16-post-read-conversion):
3475 Call utf-8-post-read-conversion at first.
3476 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
3477 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
3478 Add post-read-conversion and pre-write-conversion.
3479
3480 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
3481 (utf-translate-cjk-unicode-range): New variable.
3482 (utf-translate-cjk-load-tables): New function.
3483 (utf-lookup-subst-table-for-decode): New function.
3484 (utf-lookup-subst-table-for-encode): New function.
3485 (utf-translate-cjk-mode): Init-value changed to t. Don't load
3486 tables here. Update safe-charsets of utf-* coding systems.
3487 (ccl-mule-utf-untrans): New CCL.
3488 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
3489 at end of each branch.
3490 (ccl-mule-utf-8-encode-untrans): New CCL.
3491 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
3492 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
3493 length of encoding. Don't return r0.
3494 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
3495 (utf-8-post-read-conversion): Narrow to region properly.
3496 If utf-translate-cjk-mode is on, load tables if necessary.
3497 Call utf-8-compose with hash-table arg if necessary.
3498 Call XXX-compose-region instead of XXX-post-read-convesion.
3499 (utf-8-pre-write-conversion): New function.
3500 (mule-utf-8): Include CJK charsets in safe-charsets if
3501 utf-translate-cjk-mode is on. Add pre-write-conversion.
3502
3503 * international/characters.el: Temporarily set
3504 utf-translate-cjk-mode to nil.
3505
3506 * language/devan-util.el (devanagari-compose-region):
3507 Add autoload cookie.
3508
3509 * international/ccl.el (ccl-dump-call): Fix printing the
3510 subroutine name.
3511
3512 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
3513
3514 * dired.el (dired-revert): If buffer is marked unmodified before
3515 reverting, keep it marked unmodified.
3516 Adapt to new conventions for commenting out code.
3517 (dired-make-relative): Adapt to new conventions for commenting out code.
3518
3519 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
3520
3521 * eshell/esh-module.el (eshell-load-defgroups):
3522 Bind `vc-handled-backends' to nil when opening files.
3523
3524 2004-06-11 Juanma Barranquero <lektu@terra.es>
3525
3526 * files.el (parse-colon-path, cd): Doc fixes (refer to
3527 `path-separator', not colon).
3528
3529 2004-06-10 Juanma Barranquero <lektu@terra.es>
3530
3531 * newcomment.el (comment-search-forward)
3532 (comment-search-backward): Fix typos in docstring.
3533 (comment-region): Doc fix.
3534
3535 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
3536
3537 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
3538 switch is no longer stored in `dired-switches-alist'.
3539
3540 * dired-aux.el (dired-insert-subdir): Do not store R switch in
3541 `dired-switches-alist'.
3542
3543 2004-06-10 Kim F. Storm <storm@cua.dk>
3544
3545 * pcvs.el (cvs-mode-diff-yesterday): New command.
3546
3547 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
3548
3549 2004-06-10 Juri Linkov <juri@jurta.org>
3550
3551 * emacs-lisp/edebug.el (edebug-eval-defun):
3552 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
3553 Fix docstring.
3554
3555 * simple.el (eval-expression-print-format): Don't print additional
3556 information on the first call to `eval-print-last-sexp'.
3557 (next-error-find-buffer): Fix punctuation.
3558 (killing) <defgroup>: Fix punctuation.
3559 (yank-excluded-properties): Change group from editing to killing.
3560
3561 * replace.el (perform-replace): Use `limit' to terminate the
3562 while-loop explicitly.
3563
3564 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3565
3566 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
3567 Use lc-*.xpm as prefix instead of *-locol.xpm.
3568
3569 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
3570 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
3571 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
3572 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
3573 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
3574 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
3575 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
3576 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
3577 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
3578 * toolbar/lc-up_arrow.xpm:
3579 Renamed from *-locol.xpm.
3580
3581 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
3582
3583 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
3584 include forms like &<str>; as valid url patterns.
3585
3586 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
3587
3588 * dired.el (dired-diff, dired-backup-diff)
3589 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
3590 (dired-do-chown, dired-do-touch, dired-do-print)
3591 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
3592 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
3593 (dired-create-directory, dired-do-copy, dired-do-symlink)
3594 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
3595 (dired-do-copy-regexp, dired-do-hardlink-regexp)
3596 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
3597 (dired-maybe-insert-subdir, dired-next-subdir)
3598 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
3599 (dired-kill-subdir, dired-tree-up, dired-tree-down)
3600 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
3601 (dired-run-shell-command, dired-query): Remove redundant,
3602 or incorrect, autoloads.
3603
3604 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
3605 does not end in a slash. Add optional argument KILL-ROOT.
3606 Update docstring.
3607 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
3608 (dired-query): Add autoloads.
3609
3610 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
3611
3612 * progmodes/compile.el (compilation-set-window-height):
3613 Rearrange the save-* functions because a buffer can have several current
3614 point in different windows.
3615 (compilation-error-regexp-alist-alist): Recognize {standard input}
3616 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
3617
3618 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3619
3620 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
3621 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
3622 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
3623 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
3624 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
3625 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
3626 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
3627 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
3628 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
3629 * toolbar/up_arrow-locol.xpm:
3630 New versions of icons that uses fewer colors.
3631
3632 * toolbar/tool-bar.el (tool-bar-local-item)
3633 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
3634 if display-color-cells is 256 or less.
3635
3636 2004-06-08 Kim F. Storm <storm@cua.dk>
3637
3638 * wid-edit.el (widget-specify-button): Use hand pointer rather
3639 than mouse-face as visible mouse-over effect.
3640
3641 2004-06-07 Karl Fogel <kfogel@red-bean.com>
3642
3643 * saveplace.el (save-place-alist-to-file): Bind `print-length'
3644 and `print-level' to nil when writing out `save-place-alist'.
3645 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
3646
3647 2004-06-07 Juanma Barranquero <lektu@terra.es>
3648
3649 * completion.el (completion-kill-region): Doc fix.
3650
3651 * format.el (format-insert-annotations)
3652 (format-annotate-location): Doc fixes.
3653 (format-subtract-regions): Make arguments match their use in docstring.
3654
3655 * simple.el (kill-region): Doc fix.
3656
3657 * subr.el (insert-buffer-substring-no-properties)
3658 (insert-buffer-substring-as-yank): Doc fixes.
3659
3660 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
3661
3662 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
3663 Update docstring.
3664 (dired-reset-subdir-switches): New function.
3665
3666 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
3667 Limit scope of `buffer-read-only' binding.
3668
3669 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
3670
3671 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
3672 eshell-explicit-command-char.
3673
3674 2004-06-06 Juanma Barranquero <lektu@terra.es>
3675
3676 * help-fns.el (help-argument-name): Inherit from italic face only
3677 if the frame supports it.
3678
3679 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3680
3681 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
3682 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
3683 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
3684 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
3685 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
3686 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
3687 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
3688 New conversions from xpm files.
3689
3690 * toolbar/README: New file.
3691
3692 2004-06-06 Richard M. Stallman <rms@gnu.org>
3693
3694 * isearch.el (isearch-mode-map): Undo previous change.
3695
3696 2004-06-05 Juri Linkov <juri@jurta.org>
3697
3698 * bindings.el (debug-ignored-errors): Add regexps for history
3699 related messages. Remove $ from "No further undo information".
3700 Move Ediff's messages to ediff.el.
3701
3702 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
3703
3704 * cus-edit.el (custom-display): Add `min-colors'.
3705
3706 * custom.el (defface): Add `supports' to docstring.
3707
3708 * help-fns.el (help-argument-name): Add :group 'help.
3709
3710 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
3711
3712 * find-dired.el (find-ls-subdir-switches): New user option.
3713 (find-dired): No longer call `abbreviate-file-name' on DIR.
3714 Set `dired-subdir-switches' buffer-locally.
3715
3716 * locate.el: Merge the two `Commentary' sections.
3717 (locate-ls-subdir-switches): New user option.
3718 (locate): Update for other changes.
3719 (locate-mode-map): Restore Dired binding for mouse-2.
3720 Bind `locate-mouse-view-file' to M-mouse-2.
3721 Bind `l' to `locate-do-redisplay'.
3722 (locate-main-listing-line-p, locate-do-redisplay): New functions.
3723 (locate-mouse-view-file, locate-tags, locate-find-directory):
3724 Print message if used outside main listing.
3725 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
3726 Various changes to support inserted subdirectories.
3727 (locate-insert-header): Change header of *Locate* buffer.
3728
3729 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
3730 Change interactive default switches.
3731 (dired-rename-subdir-2): Update `dired-switches-alist'.
3732 (dired-insert-subdir, dired-kill-subdir):
3733 Handle `dired-switches-alist'. Do not mark buffer modified.
3734 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
3735 (dired-insert-subdir-doinsert): Omit messages.
3736 Handle `dired-subdir-switches'.
3737 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
3738
3739 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
3740 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
3741 subdirs if -R switch is used for a subdir.
3742 (dired-mode): Set `dired-switches-alist'.
3743 (dired-build-subdir-alist): Only print number of directories in
3744 echo area when invoked interactively.
3745
3746 2004-06-05 Lars Hansen <larsh@math.ku.dk>
3747
3748 * dired-x.el (dired-omit-mode): Rename from
3749 dired-omit-files-p. Use define-minor-mode to define it.
3750 (dired-omit-files-p): Add as alias for dired-omit-mode.
3751 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
3752 dired-mark-omitted.
3753 (dired-mark-omitted): Add. Bind to M-O.
3754
3755 2004-06-05 Kenichi Handa <handa@m17n.org>
3756
3757 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
3758
3759 2004-06-05 Juanma Barranquero <lektu@terra.es>
3760
3761 * help-fns.el (help-argument-name): Reintroduce face.
3762 (help-default-arg-highlight): Use it, now that
3763 `face-differs-from-default-p' can be trusted.
3764
3765 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
3766
3767 * textmodes/table.el: Sentence commands added to Point Motion
3768 group; kill and backward-kill commands added to Extraction group.
3769
3770 2004-06-04 Mario Lang <mlang@delysid.org>
3771
3772 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
3773 systems appear to use mW, make the code handle this. Fix a
3774 division-by-zero bug while at it, and handle kernels with
3775 a slightly different layout in /proc/acpi.
3776
3777 2004-06-04 Karl Fogel <kfogel@red-bean.com>
3778
3779 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
3780 because the latter is a CL-ism. This fixes the bug reported by
3781 Shawn Boyette <mdxi@collapsar.net> in
3782 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
3783
3784 2004-06-04 Miles Bader <miles@gnu.org>
3785
3786 * faces.el (display-supports-face-attributes-p): Function moved to
3787 C code. Previously only the tty-related portion of this function
3788 was done in C; however the previous attempt to do a halfway-proper
3789 job for non-tty displays in lisp didn't work properly because of
3790 funny conditions during Emacs startup.
3791 (face-differs-from-default-p): Simplify, now that
3792 display-supports-face-attributes-p works properly on all display
3793 types. Remove :stipple from comparison; it doesn't really work
3794 in emacs anyway.
3795
3796 2004-06-04 Miles Bader <miles@gnu.org>
3797
3798 * faces.el (face-differs-from-default-p): Use a different
3799 implementation, so we can really check whether FACE displays
3800 differently or not.
3801
3802 2004-06-04 Miles Bader <miles@gnu.org>
3803
3804 * faces.el (display-supports-face-attributes-p): Implement a
3805 `different from default' check for non-tty displays.
3806
3807 2004-06-03 David Kastrup <dak@gnu.org>
3808
3809 * woman.el (woman-mapcan): More concise code.
3810 (woman-topic-all-completions, woman-topic-all-completions-1)
3811 (woman-topic-all-completions-merge): Replace by a simpler and
3812 much faster implementation based on O(n log n) sort/merge instead
3813 of the old O(n^2) behavior.
3814
3815 2004-06-03 Miles Bader <miles@gnu.org>
3816
3817 * subr.el (read-number): Use canonical format for default in prompt.
3818
3819 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
3820 Add regexp for " [...]" style defaults.
3821
3822 2004-06-02 Romain Francoise <romain@orebokech.com>
3823
3824 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
3825 groups: if the user asks for a hidden buffer, open the
3826 corresponding filter group to expose it.
3827
3828 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
3829 `ibuffer-jump-to-buffer'.
3830 (ibuffer-jump-offer-only-visible-buffers): New user option.
3831
3832 2004-06-02 Juanma Barranquero <lektu@terra.es>
3833
3834 * faces.el (frame-update-faces): Add empty docstring so the one
3835 for `ignore' doesn't show through.
3836
3837 * subr.el (process-kill-without-query): Remove spurious "\n" on
3838 obsolescence string.
3839 (focus-frame, unfocus-frame): Add obsolescence declaration and
3840 empty docstring.
3841
3842 * international/mule.el (register-char-codings): Make alias for
3843 `ignore'. Move docstring to obsolescence info and remove redundancy.
3844
3845 2004-06-02 Kim F. Storm <storm@cua.dk>
3846
3847 * frame.el (blink-cursor-start): Turn cursor off initially so blink
3848 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
3849
3850 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3851
3852 * comint.el (comint-replace-by-expanded-history-before-point):
3853 Obey `start' as the docstring says.
3854 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
3855 (comint-update-fence): Prevent font-lock from running unnecessarily.
3856 (comint-dynamic-list-completions): Use with-current-buffer.
3857
3858 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3859
3860 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
3861 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
3862 (bibtex-entry-update): Handle alternatives and optional fields.
3863 (bibtex-parse-entry): Bugfix, handle empty key.
3864
3865 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
3866
3867 * vc-arch.el (vc-arch-state): Don't assume the file exists.
3868
3869 2004-05-31 Lars Hansen <larsh@math.ku.dk>
3870
3871 * desktop.el (desktop-save): Don't save minor modes without a
3872 known mode initialization function.
3873
3874 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
3875
3876 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
3877
3878 * autorevert.el: Update `Commentary' section.
3879
3880 2004-05-30 Juanma Barranquero <lektu@terra.es>
3881
3882 * dos-fns.el (convert-standard-filename):
3883 * files.el (convert-standard-filename):
3884 * w32-fns.el (convert-standard-filename):
3885 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
3886
3887 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
3888
3889 Sync with Tramp.
3890
3891 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
3892 (tramp-let-maybe): Move to an earlier spot in the file.
3893 Patch by Andreas Schwab.
3894
3895 2004-05-30 Andreas Schwab <schwab@suse.de>
3896
3897 * dired.el (dired-get-filename): Don't use dired-re-dot.
3898
3899 2004-05-30 Richard M. Stallman <rms@gnu.org>
3900
3901 * files.el (find-file): Doc fix.
3902
3903 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
3904
3905 2004-05-30 Nick Roberts <nickrob@gnu.org>
3906
3907 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
3908 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
3909 modeline of the locals buffer.
3910 (gdb-goto-breakpoint): Handle gdbmi.
3911 (gdb-get-frame-number): Change for gdbmi.
3912
3913 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
3914
3915 * files.el (file-remote-p): Apply file name handler for operation
3916 `file-remote-p'. It isn' a property any longer.
3917 (file-relative-name): `fh' and `fd' get the required value via
3918 `find-file-name-handler' already.
3919
3920 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
3921 (top): Remove setting of `file-remote-p' property for
3922 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
3923
3924 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
3925
3926 Version 2.0.41 of Tramp released.
3927
3928 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
3929 Throw away if process has died.
3930 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
3931 (tramp-out-of-band-prompt-regexp): Rename to
3932 `tramp-process-alive-regexp', because its usage is widen.
3933 (tramp-actions-copy-out-of-band): Apply it.
3934 (tramp-actions-before-shell, tramp-multi-actions):
3935 Add `tramp-action-process-alive' action.
3936 (tramp-action-process-alive): New defun.
3937 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
3938 Add entry for `file-remote-p'.
3939 (tramp-handle-file-remote-p): New defun.
3940 (top): Remove setting of `file-remote-p'. Don't set
3941 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
3942
3943 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
3944 `file-remote-p'.
3945
3946 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
3947 counted for (last) line. [They should or they shouldn't? --Stef]
3948 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
3949
3950 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
3951
3952 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
3953 not really necessary but seems to keep the shell history smaller
3954 in some cases. It is no substitute for setting HISTFILE and
3955 HISTSIZE from tramp-open-connection-setup-interactive-shell,
3956 though. Suggested by Luc Teirlinck.
3957 (tramp-open-connection-setup-interactive-shell): Export variables
3958 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
3959 (tramp-set-process-query-on-exit-flag): New compat function.
3960 (tramp-open-connection-multi, tramp-open-connection-su)
3961 (tramp-open-connection-rsh, tramp-open-connection-telnet)
3962 (tramp-do-copy-or-rename-file-out-of-band): Use it.
3963 (tramp-let-maybe): New macro, let-binds a variable only if it
3964 isn't obsolete.
3965 (tramp-check-ls-commands, tramp-handle-expand-file-name)
3966 (tramp-handle-file-truename): Use it.
3967 (tramp-completion-file-name-regexp-unified): Avoid matching
3968 filenames starting with "/:" -- those are reserved for
3969 file-name-non-special.
3970
3971 * tramp-smb.el (tramp-smb-open-connection):
3972 Use tramp-set-process-query-on-exit-flag compat function.
3973
3974 2004-05-29 Richard M. Stallman <rms@gnu.org>
3975
3976 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
3977
3978 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
3979 (eval-last-sexp-print-value): Print char equivalent regardless
3980 of standard-output value.
3981
3982 * thumbs.el (thumbs-subst-char-in-string): Delete.
3983 (thumbs-thumbname): Use subst-char-in-string.
3984 (thumbs-resize-image): Use condition-case, not ignore-errors.
3985 (thumbs-kill-buffer): Likewise.
3986
3987 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
3988 (thumbs-mode): Make buffer read-only.
3989 (thumbs-make-thumb): Unconditionally accept an existing file.
3990 (thumbs-insert-thumb): Add thumb-image-file property to the image.
3991 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
3992 (thumbs-show-thumbs-list): Error if images not supported.
3993 (thumbs-save-current-image): Improve prompt string.
3994 (thumbs-mode-map): Define u, R, x.
3995 (thumbs-unmark): New command.
3996 (thumbs-emboss-image): Minor cleanup.
3997 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
3998 (thumbs-rename-images): New command.
3999 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
4000
4001 * thumbs.el (thumbs-current-image): New function.
4002 (thumbs-file-list, thumbs-file-alist): New functions.
4003 (thumbs-find-image): Delete arg L.
4004 Don't set up thumbs-fileL as buffer-local global var.
4005 (thumbs-find-image-at-point): Use thumbs-current-image.
4006 (thumbs-set-image-at-point-to-root-window): Likewise.
4007 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
4008 Record and warn about errors. Update thumbs-markedL for deletions.
4009 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
4010 (thumbs-redraw-buffer): Use thumbs-file-list.
4011 (thumbs-mark): Use thumbs-current-image.
4012 (thumbs-show-name): Use thumbs-current-image.
4013
4014 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
4015 and imenu--last-menubar-index-alist.
4016
4017 * subr.el (with-selected-window): Undo previous change.
4018
4019 2004-05-29 John Paul Wallington <jpw@gnu.org>
4020
4021 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
4022 (thumbs-mouse-find-image): New command.
4023 (thumbs-mode-map): Bind it to mouse-2.
4024 (thumbs-mode): Make mode-class special.
4025 (thumbs-view-image-mode): Likewise.
4026
4027 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
4028
4029 * flymake.el: New file.
4030
4031 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
4032
4033 * files.el (find-file-noselect-1): Do not bind
4034 `inhibit-read-only' to t during execution of
4035 `find-file-not-found-functions'.
4036
4037 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
4038
4039 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
4040 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
4041
4042 2004-05-28 Juri Linkov <juri@jurta.org>
4043
4044 * simple.el (eval-expression-print-format): New fun.
4045
4046 * simple.el (eval-expression):
4047 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
4048 * emacs-lisp/edebug.el (edebug-compute-previous-result)
4049 (edebug-eval-expression): Print additionally the value returned by
4050 `eval-expression-print-format'.
4051
4052 * emacs-lisp/lisp.el (insert-pair-alist): New var.
4053 (insert-pair): Make arguments optional. Find character pair
4054 from `insert-pair-alist' according to the last input event.
4055 (insert-parentheses): Make arguments optional.
4056 (raise-sexp, delete-pair): New funs.
4057
4058 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
4059 (emacs-lisp-mode-map, lisp-interaction-mode-map):
4060 Bind C-M-q to `indent-pp-sexp'.
4061
4062 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
4063 `pp-to-string' modified to be able to format text with newlines.
4064 (pp-to-string): Move the buffer-formatting part of the code to
4065 `pp-buffer'. Call `pp-buffer'.
4066
4067 * info.el (Info-desktop-buffer-misc-data): Don't save information
4068 about virtual files.
4069 (Info-restore-desktop-buffer): Restore Info buffers in prepared
4070 buffers with names obtained from the desktop file instead of the
4071 default *info* buffer.
4072
4073 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
4074
4075 * subr.el (with-selected-window): Only save/restore the selected window.
4076
4077 * progmodes/compile.el (compilation-error-regexp-alist):
4078 Use expand-file-name and data-directory.
4079
4080 * progmodes/grep.el (grep-tree): Rework previous fix.
4081
4082 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
4083 after the user marked text with the mouse.
4084
4085 * startup.el (command-line): Keep the first regexp of
4086 auto-save-file-name-transforms intact.
4087
4088 2004-05-28 Juanma Barranquero <lektu@terra.es>
4089
4090 * cus-edit.el (customize-face, customize-face-other-window)
4091 (custom-face-edit-delete): Make arguments match their use in
4092 docstring.
4093 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
4094 docstring.
4095
4096 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
4097 not `cvs-butlast'.
4098
4099 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
4100 `nbutlast' are in subr.el).
4101
4102 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
4103 (set-w32-system-coding-system): Doc fixes.
4104
4105 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
4106 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
4107 Make arguments match their use in docstring.
4108 (artist-draw-region-trim-line-endings)
4109 (artist-mouse-choose-operation): Fix typo in docstring.
4110 (artist-key-set-point-common): Doc fix.
4111
4112 2004-05-28 Simon Josefsson <jas@extundo.com>
4113
4114 * mail/smtpmail.el (smtpmail-open-stream):
4115 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
4116
4117 2004-05-26 Simon Josefsson <jas@extundo.com>
4118
4119 * starttls.el: Merge with my GNUTLS based starttls.el.
4120 (starttls-gnutls-program, starttls-use-gnutls)
4121 (starttls-extra-arguments, starttls-process-connection-type)
4122 (starttls-connect, starttls-failure, starttls-success): New variables.
4123 (starttls-program, starttls-extra-args): Doc fix.
4124 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
4125 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
4126 and pass on to corresponding *-gnutls function if it is set.
4127
4128 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
4129
4130 * autorevert.el (auto-revert-handler): Disable auto-reverting of
4131 remote files.
4132
4133 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
4134
4135 * files.el (file-name-non-special): There are more operations
4136 which need handling: `find-backup-file-name',
4137 `insert-file-contents', `verify-visited-file-modtime',
4138 `write-region'. Rename t value of method to `add'. Add new
4139 methods `quote' and `unquote-then-quote' to file-arg-indices.
4140
4141 2004-05-25 Juri Linkov <juri@jurta.org>
4142
4143 * info.el (Info-toc): Call Info-mode on intermediate buffer.
4144 (Info-index-nodes): Enclose code in condition-case to catch errors.
4145 (Info-index-node): Don't search all index nodes if request is only
4146 for the current node and file is not in the cache of index nodes.
4147 (Info-mode-map): Bind Info-copy-current-node-name to `w'
4148 for consistency with dired-copy-filename-as-kill.
4149 Bind `S' to Info-search-case-sensitively.
4150 (Info-copy-current-node-name): New arg. With zero prefix arg put
4151 the name inside a function call to `info'. Display copied text in
4152 the echo area.
4153
4154 2004-05-25 Sam Steingold <sds@gnu.org>
4155
4156 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
4157 strip the package prefix from the symbol name, if any.
4158 Make it the `find-tag-default-function' for `lisp-mode'.
4159
4160 2004-05-25 John Paul Wallington <jpw@gnu.org>
4161
4162 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
4163 instead of obsolete `process-kill-without-query'.
4164
4165 * textmodes/texinfmt.el (texinfo-indexvar-alist):
4166 Declare as variable, not constant.
4167
4168 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
4169
4170 * files.el (find-file-noselect-1): Fix bug introduced by
4171 Revision 1.694. As a side effect, `inhibit-read-only'
4172 is again, by default, t during execution of
4173 `find-file-not-found-functions'.
4174 (insert-directory): Check that lines were really inserted by
4175 the --dired switch, before erasing them.
4176
4177 2004-05-24 Nick Roberts <nickrob@gnu.org>
4178
4179 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
4180 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
4181 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
4182 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
4183 gud-minor-mode (gdbmi).
4184
4185 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
4186
4187 * net/browse-url.el (browse-url-interactive-arg): Enable user to
4188 explicitly select the text to be taken as URL.
4189
4190 2004-05-23 Juri Linkov <juri@jurta.org>
4191
4192 * info.el (Info-index-nodes): New var and fun.
4193 (Info-goto-index, Info-index, info-apropos)
4194 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
4195 (Info-index): Fix docstring. Store and restore Info-history-list.
4196 (Info-complete-nodes): New var.
4197 (Info-complete-menu-item): Use it.
4198 (Info-index-node): New fun.
4199 (Info-final-node, Info-forward-node, Info-backward-node)
4200 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
4201 Use Info-index-node.
4202 (Info-extract-menu-item, Info-extract-menu-counting): Set second
4203 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
4204 (Info-find-node-2): If a node with period in its name not found,
4205 try to find a node without the name part after period.
4206 (Info-select-node): Call Info-fontify-node only if
4207 Info-fontify-maximum-menu-size is not nil.
4208 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
4209 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
4210 Preserve Info-history-list.
4211 (Info-toc): Set Info-current-file.
4212 (Info-build-toc): Move point to the beginning of the buffer.
4213 Add main-file variable.
4214 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
4215 Use backslashed representation of the control character ^_.
4216
4217 * textmodes/texinfmt.el (texinfo-print-index): Print index line
4218 numbers in the new Texinfo 4.7 format.
4219
4220 * add-log.el (change-log-font-lock-keywords): Remove `:' from
4221 regexps for function and variable names.
4222
4223 * descr-text.el (describe-property-list): Add [show] button for
4224 `syntax-table' property with action to pp to a separate buffer.
4225 (describe-char): Replace search-forward by re-search-forward with
4226 whitespace regexp after "character:" to not fail in too narrow windows.
4227
4228 * simple.el (next-error-find-buffer): Add a rule to return
4229 next-error capable buffer if one window on the selected frame
4230 displays such buffer.
4231
4232 2004-05-23 Nick Roberts <nickrob@gnu.org>
4233
4234 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
4235 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
4236 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
4237 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
4238 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
4239 Handle new value for gud-minor-mode (gdbmi).
4240 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
4241 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
4242 Change from local to global gdb variable set.
4243 (gdb-ann3): Initialise above gdb variable set.
4244 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
4245 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
4246 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
4247 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
4248 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
4249 (gdb-info-locals-handler, gdb-invalidate-assembler)
4250 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
4251 set as global variables.
4252 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
4253 Handle gdbmi.
4254 (gdb-info-breakpoints-custom): Fix regexp.
4255 (def-gdb-var): Delete.
4256
4257 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
4258 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
4259 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
4260 a new mode. The file (gdb-mi.el) for this mode will be included
4261 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
4262 primary interface.
4263
4264 2004-05-23 Jesper Harder <harder@ifa.au.dk>
4265
4266 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
4267 interpreted as a directory.
4268
4269 2004-05-22 Richard M. Stallman <rms@gnu.org>
4270
4271 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
4272 as a close quote.
4273
4274 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
4275
4276 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
4277 Use assoc-string, not assoc-ignore-case.
4278
4279 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
4280
4281 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
4282 If moving back then fwd gets a defun that ends before point,
4283 try again moving fwd then back.
4284
4285 * files.el (file-name-non-special): Allow t in file-arg-indices
4286 to mean requote the return value. Use `identity' as an element
4287 rather than as the whole value.
4288
4289 * gs.el (gs-options): Add -dSAFER. Mark it risky.
4290
4291 2004-05-22 Juanma Barranquero <lektu@terra.es>
4292
4293 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
4294 `help-make-usage'.
4295 (help-highlight-arguments): Skip function name before searching
4296 for arguments.
4297
4298 2004-05-21 Juanma Barranquero <lektu@terra.es>
4299
4300 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
4301 Don't mention in the docstring these arguments meant for
4302 internal (recursive) use only.
4303 (allout-char-spec): Comment out (it's not implemented).
4304 (allout-old-expose-topic, allout-exposure): Fix docstring and add
4305 obsolescence declaration.
4306 (allout-flatten-exposed-to-buffer)
4307 (allout-indented-exposed-to-buffer): Fix typos in docstring.
4308 (my-mark-marker): Doc fix.
4309 (produce-allout-mode-map, allout-sibling-index)
4310 (allout-isearch-expose, allout-distinctive-bullet)
4311 (allout-open-topic, allout-reindent-body)
4312 (allout-rebullet-heading, allout-process-exposed)
4313 (allout-insert-listified, allout-latex-verb-quote)
4314 (allout-insert-latex-header, allout-insert-latex-trailer):
4315 Make arguments match their use in docstring.
4316 (allout-primary-bullet, allout-old-style-prefixes)
4317 (allout-inhibit-protection, allout-init, allout-mode)
4318 (allout-before-change-protect, allout-flag-region):
4319 Use "Emacs" instead of "emacs" in docstrings.
4320
4321 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
4322
4323 * international/characters.el: Modify syntax of more characters.
4324
4325 2004-05-21 Masatake YAMATO <jet@gyve.org>
4326
4327 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
4328 (etags-tags-completion-table): Show parsing progress.
4329
4330 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
4331
4332 * locate.el (locate-prompt-for-command): Shorten first line of
4333 docstring.
4334 (locate-mode): Expand docstring and include keymap summary.
4335
4336 * files.el (find-file-noselect-1): Limit the scope of the
4337 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
4338 is, by default, nil during the execution of
4339 `find-file-not-found-functions' and `find-file-hook'.
4340
4341 2004-05-20 Michael Mauger <mmaug@yahoo.com>
4342
4343 * facemenu.el (facemenu-color-name-equal): New function.
4344 (list-colors-display): Use it to compare colors instead of
4345 facemenu-color-equal.
4346
4347 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
4348
4349 * compare-w.el (compare-windows-face): Use min-colors instead of
4350 checking for tty or pc types.
4351
4352 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
4353
4354 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
4355 (completion-setup-function): Use with-current-buffer.
4356 Properly save excursion. Simplify.
4357 Don't assume there is necessarily a `mouse-face' property somewhere.
4358
4359 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
4360
4361 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
4362
4363 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
4364 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
4365 Use with-current-buffer.
4366 (byte-goto-log-buffer): Delete.
4367 (byte-compile-log-file): Call compilation-forget-errors.
4368
4369 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
4370
4371 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
4372 output messages into the search result.
4373
4374 2004-05-19 Masatake YAMATO <jet@gyve.org>
4375
4376 * wid-edit.el (widget-radio-button-notify): Revert my last
4377 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
4378
4379 2004-05-19 Kenichi Handa <handa@m17n.org>
4380
4381 * international/characters.el: Fix syntax (open/close) of CJK chars.
4382
4383 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
4384
4385 * help-mode.el (help-go-back): Don't depend on position of back button.
4386
4387 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
4388
4389 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
4390 files files don't contain an accidental additional /.
4391
4392 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
4393 in source buffer.
4394
4395 2004-05-18 Masatake YAMATO <jet@gyve.org>
4396
4397 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
4398 to widget-apply. :action method assumes 2 arguments, not 3.
4399
4400 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
4401
4402 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
4403 New constants.
4404 (hs-special-modes-alist): Add an f90-mode entry.
4405
4406 2004-05-17 Sam Steingold <sds@gnu.org>
4407
4408 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
4409 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
4410
4411 2004-05-16 Kim F. Storm <storm@cua.dk>
4412
4413 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
4414
4415 2004-05-15 John Wiegley <johnw@newartisans.com>
4416
4417 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
4418 (eshell-output-object-to-target): Improve output speed 20% by not
4419 calling `eshell-stringify' if something is already known to be a string.
4420
4421 2004-05-15 Alex Ott <ott@jet.msk.su>
4422
4423 * textmodes/ispell.el (ispell-local-dictionary-alist):
4424 Add windows-1251 to the choice of coding systems.
4425 (ispell-dictionary-alist-6): Add support for "russianw.aff",
4426 encoded in cp1251.
4427
4428 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
4429
4430 * progmodes/compile.el (compilation-warning-face)
4431 (compilation-info-face): Use min-colors.
4432
4433 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4434
4435 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
4436 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
4437 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
4438 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
4439 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
4440 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
4441 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
4442 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
4443 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
4444 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
4445 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
4446 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
4447 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
4448 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
4449
4450 2004-05-15 Kim F. Storm <storm@cua.dk>
4451
4452 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
4453 Use it to set triggered-p element of timer.
4454 (timer-event-handler): Set triggered-p element non-nil while running
4455 the timer function.
4456
4457 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
4458
4459 * descr-text.el (describe-char-unicode-data)
4460 (describe-char-unicodedata-file): Re-enable the unicode code now that
4461 the licensing issues have been cleared in the unicode-4 license.
4462 (describe-text-properties-1): Remove unused `overlay' var.
4463 (describe-char): Remove unused var `buffer'.
4464
4465 2004-05-14 David Ponce <david@dponce.com>
4466
4467 * tree-widget.el: New file.
4468
4469 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
4470
4471 * language/european.el ("Brazilian Portuguese"): Add support for
4472 Brazilian Portuguese.
4473
4474 2004-05-13 John Wiegley <johnw@newartisans.com>
4475
4476 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
4477 `recentf-mode' if this variable has been customized to t.
4478
4479 * eshell/esh-test.el (eshell-test): Call the function
4480 `emacs-version' rather than trying to build a custom version string.
4481
4482 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
4483
4484 * net/telnet.el (telnet-mode): Use define-derived-mode.
4485 Don't modify the global value of comint-prompt-regexp.
4486
4487 2004-05-13 John Paul Wallington <jpw@gnu.org>
4488
4489 * version.el (emacs-version): Check for `gtk' feature before
4490 `x-toolkit' feature.
4491
4492 2004-05-13 Juanma Barranquero <lektu@terra.es>
4493
4494 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
4495 arguments in the docstring, they're used only in recursive calls.
4496
4497 * help-fns.el (help-arg-highlighting-function)
4498 (help-argument-name): Delete.
4499 (help-default-arg-highlight): New function.
4500 (help-do-arg-highlighting): Use it.
4501
4502 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
4503
4504 * calendar/appt.el (appt-disp-window):
4505 Use `calendar-set-mode-line' for a centered mode-line.
4506
4507 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
4508
4509 * calendar/appt.el (appt-disp-window): Do not split window
4510 excessively when `split-height-threshold' is low.
4511
4512 2004-05-12 Nick Roberts <nickrob@gnu.org>
4513
4514 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
4515 kill-buffer-hook here and make it local.
4516 (gud-kill-buffer-hook): Use kill-process for a sure kill.
4517
4518 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
4519
4520 * progmodes/compile.el (compilation-set-window-height):
4521 Use save-excursion to protect against misplaced marker.
4522
4523 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4524
4525 * custom.el (defface): Document that type can have value gtk.
4526
4527 * faces.el (face-spec-set-match-display): Handle type gtk in display.
4528
4529 2004-05-12 Kenichi Handa <handa@m17n.org>
4530
4531 * descr-text.el: Require quail at comile time.
4532 (describe-char): If an input method is on and it supports the
4533 character, show how to input it.
4534
4535 * international/quail.el (quail-install-decode-map): Accept a
4536 char-table whose subtype is `quail-decode-map'.
4537 (quail-store-decode-map-key, quail-gen-decode-map1)
4538 (quail-gen-decode-map, quail-find-key1, quail-find-key)
4539 (quail-show-key): New functions.
4540
4541 2004-05-12 Juanma Barranquero <lektu@terra.es>
4542
4543 * generic.el (define-generic-mode): Remove redundant arglist info.
4544
4545 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
4546 Make arguments match their use in docstring.
4547 (help-arg-highlighting-function): New variable.
4548 (help-argument-name): Mention it in the docstring.
4549 (help-do-arg-highlight): Use it. Expand regexp to accept also
4550 ARG-xxx and xxx-ARG references.
4551
4552 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
4553
4554 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
4555 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
4556 and "mailto:addr1?to=addr2" equal.
4557
4558 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
4559
4560 * man.el (Man-getpage-in-background): Use shell-file-name
4561 and shell-command-switch variables instead of hard-coded values.
4562
4563 2004-05-11 Eli Zaretskii <eliz@gnu.org>
4564
4565 * iimage.el: New file.
4566
4567 2004-05-11 Juanma Barranquero <lektu@terra.es>
4568
4569 * custom.el (custom-initialize-default, defcustom):
4570 Fix typo in docstring.
4571
4572 * files.el (set-visited-file-name, file-expand-wildcards):
4573 Fix docstring.
4574
4575 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
4576
4577 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
4578
4579 * subr.el (eventp): Be more discriminating with integers.
4580
4581 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
4582
4583 * progmodes/compile.el (compile): Add universal prefix arg.
4584 (compilation-error-regexp-alist-alist): Add edg patterns.
4585
4586 2004-05-10 Sam Steingold <sds@gnu.org>
4587
4588 * textmodes/ispell.el (ispell-message):
4589 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
4590
4591 2004-05-10 Dave Love <fx@gnu.org>
4592
4593 * progmodes/python.el (help-buffer): Autoload when compiling.
4594 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
4595 (run-python): Prepend to any existing PYTHONPATH.
4596
4597 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
4598
4599 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
4600 for pending breakpoints.
4601
4602 2004-05-10 Richard M. Stallman <rms@gnu.org>
4603
4604 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
4605 directly without calling any functions in Rmail.
4606 (unrmail-unprune): Function deleted.
4607
4608 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
4609
4610 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
4611 C-c C-z binding.
4612
4613 2004-05-10 Kenichi Handa <handa@m17n.org>
4614
4615 * descr-text.el (describe-char): Fix previous change. Don't make
4616 a unibyte character to multibyte in the *Help* buffer.
4617
4618 2004-05-10 Miles Bader <miles@gnu.org>
4619
4620 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
4621 buffer an error if the debugger process is actually running.
4622
4623 2004-05-10 Juanma Barranquero <lektu@terra.es>
4624
4625 * help-fns.el (help-argument-name): Default to italic.
4626 (help-highlight-arguments): Return always (usage . doc), even when
4627 usage is nil.
4628
4629 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
4630 (define-ibuffer-filter): Add usage info.
4631 (define-ibuffer-op): Add usage info (but CL-style defaults for
4632 keyword args are not shown).
4633
4634 * subr.el (remove-overlays, read-passwd): Fix docstring.
4635 (start-process-shell-command): Fix docstring. Put usage info in a
4636 format usable by `describe-function'.
4637 (open-network-stream, open-network-stream-nowait)
4638 (open-network-stream-server): Fix docstring.
4639
4640 2004-05-09 Jason Rumney <jasonr@gnu.org>
4641
4642 * international/code-pages (cp932, cp936, cp949, c950): Remove.
4643 Only define cp125* if windows-125* is already defined.
4644
4645 * language/korean.el (cp949): Add alias.
4646
4647 * language/chinese.el (cp936, cp950): Add aliases.
4648
4649 * language/japanese.el (cp932): Add alias.
4650
4651 * term/w32-win.el: Require code-pages.
4652
4653 * international/mule-cmds.el (set-locale-environment):
4654 On MS-Windows use ansi code-page for default coding-systems.
4655 Set up paper sizes for Windows 3 letter languages.
4656
4657 * international/code-pages.el (cp932, cp936, cp949, cp950):
4658 Add aliases. Also add cp125* if not already defined.
4659
4660 2004-05-09 Juanma Barranquero <lektu@terra.es>
4661
4662 * help-fns.el (help-highlight-arguments): Don't try to highlight
4663 missing or autoloaded arglists. Accept structured arguments, like
4664 the first ones of `do' and `flet'.
4665
4666 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
4667 (cvs-get-marked): Remove redundant arglist info.
4668
4669 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
4670 Don't use CL-style default args.
4671
4672 2004-05-08 Andreas Schwab <schwab@suse.de>
4673
4674 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
4675
4676 * international/subst-ksc.el: Fix references to utf-translate-cjk
4677 into utf-translate-cjk-mode.
4678 * international/subst-big5.el: Likewise.
4679 * international/subst-gb2312.el: Likewise.
4680 * international/subst-jis.el: Likewise.
4681 * international/utf-16.el: Likewise.
4682 * international/utf-8.el: Likewise.
4683
4684 2004-05-08 John Wiegley <johnw@newartisans.com>
4685
4686 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
4687 "virtual buffers" (off by default), which makes it possible to
4688 switch to the "virtual" buffers of recently visited files. When a
4689 buffer name search fails, and this option is on, iswitchb will
4690 look at the list of recently visited files, and permit matching
4691 against those names. When the user hits RET on a match, it will
4692 revisit that file.
4693 (iswitchb-read-buffer): Add two optional arguments, which makes
4694 isearchb.el possible.
4695 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
4696 (iswitchb-next-match): Add support for virtual buffers.
4697
4698 * isearchb.el: This module extends iswitchb to provide "as you
4699 type" buffer selection.
4700
4701 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
4702 Ignore the read-only property when flyspell highlighting is on.
4703 Not ignoring it leads to a series of confusing errors.
4704 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
4705 but also make sure to call flyspell-incorrect-hook.
4706 (flyspell-maybe-correct-transposition): Perform transposition test
4707 by bit twiddling a string, rather than using a temp buffer.
4708 (flyspell-maybe-correct-doubling): Use a string rather than a temp
4709 buffer. This is also the original version of the code, which
4710 could not be checked in before due to a previous lack of
4711 assignment papers. This version has seen heavy usage on my system
4712 for several years now.
4713
4714 * calendar/cal-bahai.el: New file, which adds support for the
4715 Baha'i calendar to Emacs. This calendar is based on a solar year
4716 of 19 months of 19 days, with 4 intercalary days. Each year
4717 begins on March 21, with the calendar starting in 1844.
4718
4719 * calendar/cal-menu.el, calendar/calendar.el,
4720 calendar/diary-lib.el, calendar/holidays.el: Added support for
4721 using cal-bahai.el.
4722
4723 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
4724 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
4725 function can be used outside of eshell buffers.
4726 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
4727
4728 2004-05-08 Juanma Barranquero <lektu@terra.es>
4729
4730 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
4731 word constituent so FOO-ARG is not recognized as an arg.
4732 (help-highlight-arguments): Don't skip lists in mandatory arguments.
4733
4734 * simple.el (next-error): Fix typo in docstring.
4735 (open-line): Make argument names match their use in docstring.
4736 (split-line): Fix docstring.
4737
4738 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
4739 usable by `describe-function'.
4740 (gensym, gentemp, typep, ignore-errors): Make argument names match
4741 their use in docstring.
4742
4743 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
4744 argument to `help-setup-xref'.
4745
4746 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
4747
4748 Version 2.0.40 of Tramp released.
4749
4750 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
4751 Use symbol-function to invoke functions only known on some Emacs
4752 flavors. This avoids byte-compiler warnings. Reported by Kevin
4753 Scaldeferri <kevin@scaldeferri.com>.
4754 (tramp-do-copy-or-rename-file-via-buffer): Rename from
4755 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
4756 consistent with the other tramp-do-* functions.
4757 (tramp-do-copy-or-rename-file): Calls adjusted.
4758 (tramp-process-initial-commands): Avoid liveness check on shell --
4759 we know that it must be alive since we're opening a connection at
4760 this moment.
4761 (tramp-last-cmd): New internal variable.
4762 (tramp-process-echoes): New tunable.
4763 (tramp-send-command): Set tramp-last-cmd.
4764 (tramp-wait-for-output): Delete echo, if applicable.
4765 (tramp-read-passwd): Construct the key for the password cache in a
4766 way that works for multi methods, too.
4767 (tramp-bug): Add backup-directory-alist and
4768 bkup-backup-directory-info to bug reports, with Tramp counterparts.
4769
4770 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
4771
4772 * net/tramp*.el: Suppress byte-compiler warnings where possible.
4773
4774 * net/tramp.el (tramp-out-of-band-prompt-regexp)
4775 (tramp-actions-copy-out-of-band): New defcustoms.
4776 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
4777 used instead of a synchronous one. Allows password entering.
4778 (tramp-action-out-of-band): New defun.
4779 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
4780 Remove restriction with password from doc string.
4781 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
4782 `tramp-out-of-band-prompt-regexp',
4783 `tramp-actions-copy-out-of-band', `password-cache' and
4784 `password-cache-expiry'.
4785 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
4786 password caching.
4787 (tramp-touch): FILE can be a local file, too.
4788 (TODO): Remove items done.
4789 (tramp-handle-insert-directory): Properly quote file name also if
4790 not full-directory-p. Handle wildcard case. Reported by Andreas
4791 Schwab <schwab@suse.de>.
4792 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
4793 new file.
4794 (tramp-handle-file-local-copy, tramp-handle-write-region):
4795 The permissions of the temporary file are set if filename exists.
4796 Reported by Ted Stern <stern@cray.com>.
4797 (tramp-backup-directory-alist)
4798 (tramp-bkup-backup-directory-info): New defcustoms.
4799 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
4800 (tramp-handle-find-backup-file-name): New function.
4801 Implements Tramp's find-backup-file-name.
4802
4803 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
4804 for `find-backup-file-name'.
4805
4806 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
4807 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
4808
4809 2004-05-07 Lars Hansen <larsh@math.ku.dk>
4810
4811 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
4812
4813 2004-05-07 Juanma Barranquero <lektu@terra.es>
4814
4815 * subr.el (lambda): Add arglist description to docstring.
4816 (declare): Fix typo in docstring.
4817 (open-network-stream): Fix docstring.
4818 (process-kill-without-query): Fix docstring and add obsolescence info.
4819 (last, butlast, nbutlast): Make arguments match their use in docstring.
4820 (insert-buffer-substring-no-properties): Likewise.
4821 (insert-buffer-substring-as-yank): Likewise.
4822 (split-string): Fix docstring.
4823
4824 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
4825 Make argument names match their use in docstring.
4826
4827 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
4828
4829 2004-05-06 Nick Roberts <nickrob@gnu.org>
4830
4831 * progmodes/gdb-ui.el: Improve/extend documentation strings.
4832 Fit first sentence on one line for apropos-command.
4833
4834 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4835
4836 Changes largely merged in from Dave Love's code.
4837 * progmodes/python.el: Doc fixes.
4838 (python-mode-map): Add python-complete-symbol.
4839 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
4840 (python-comment-indent, python-complete-symbol)
4841 (python-symbol-completions, python-partial-symbol)
4842 (python-try-complete): New.
4843 (python-indent-line): Remove optional arg. Use python-block-end-p.
4844 (python-check): Bind compilation-error-regexp-alist.
4845 (inferior-python-mode): Use rx. Move keybindings to top level.
4846 Set comint-input-filter.
4847 (python-preoutput-filter): Use rx.
4848 (python-input-filter): Re-introduce.
4849 (python-proc): Start new process if necessary.
4850 Check python-buffer non-nil.
4851 (view-return-to-alist): Defvar.
4852 (python-send-receive): New.
4853 (python-eldoc-function): Use it.
4854 (python-mode-running): Don't defvar.
4855 (python-mode): Set comment-indent-function.
4856 Maybe update hippie-expand-try-functions-list.
4857 (python-indentation-levels): Initialize differently.
4858 (python-block-end-p): New.
4859 (python-indent-line): Use it.
4860 (python-compilation-regexp-alist): Augment.
4861 (run-python): Import `emacs' module to Python rather than loading
4862 code directly. Set python-buffer differently.
4863 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
4864 Use python-proc.
4865 (python-send-command): Go to end of comint buffer.
4866 (python-load-file): Use python-proc, emacs.eimport.
4867 (python-describe-symbol): Simplify interactive form.
4868 Use emacs.help. Do use temp-buffer-show-hook.
4869 Call print-help-return-message.
4870 (hippie-exp): Require when compiling.
4871 (python-preoutput-continuation): Use rx.
4872
4873 * diff-mode.el (diff-make-unified): Fix regexp.
4874
4875 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
4876
4877 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
4878 filter groups from the buffer when rebuilding the Ibuffer buffer
4879 and `ibuffer-show-empty-filter-groups' is nil.
4880
4881 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4882
4883 * ps-print.el (ps-print-quote): Call ps-value-string.
4884 (ps-setup): Call ps-comment-string.
4885 (ps-value-string, ps-comment-string): New funs.
4886
4887 2004-05-06 Juanma Barranquero <lektu@terra.es>
4888
4889 * ehelp.el (electric-help-command-loop): Check whether the last
4890 character is visible, not (point-max).
4891
4892 * help-fns.el (help-argument-name): Default to bold; don't inherit
4893 from font-lock-variable-name-face.
4894 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
4895
4896 2004-05-05 Kenichi Handa <handa@m17n.org>
4897
4898 * descr-text.el (describe-char): Copy the character with text
4899 properties and overlays into the first line, and call
4900 describe-text-properties on it.
4901
4902 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
4903
4904 * iswitchb.el (iswitchb-global-map): Fix typo.
4905 Remove unwanted ###autoloads from source file.
4906
4907 2004-05-05 Lars Hansen <larsh@math.ku.dk>
4908
4909 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
4910 in run-hooks. Use substitute-command-keys in message.
4911 (wdired-abort-changes): Add message.
4912
4913 2004-05-03 Michael Mauger <mmaug@yahoo.com>
4914
4915 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
4916 (sql-emacs20-p): Remove.
4917 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
4918 (sql-builtin-face, sql-doc-face): Remove.
4919 (sql-mode-ansi-font-lock-keywords)
4920 (sql-mode-oracle-font-lock-keywords)
4921 (sql-mode-postgres-font-lock-keywords)
4922 (sql-mode-linter-font-lock-keywords)
4923 (sql-mode-ms-font-lock-keywords)
4924 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
4925 (sql-product-font-lock): Fix font-lock reset when font rules change.
4926 (sql-highlight-product): Remove incorrect font-lock reset logic.
4927
4928 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
4929
4930 * ses.el (ses-set-parameter): Fix typo.
4931
4932 2004-05-04 Kim F. Storm <storm@cua.dk>
4933
4934 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
4935 Must expand directory for completion to work; and don't mess with
4936 process-environment.
4937 (ido-read-file-name): If command has ido property, don't use ido
4938 if value is ignore, or read as directory if value is dir.
4939 Set ido ignore property for dired-do-rename command.
4940
4941 2004-05-04 Juanma Barranquero <lektu@terra.es>
4942
4943 * ehelp.el (electric-help-command-loop, electric-help-undefined)
4944 (electric-help-help): Check against unmapped commands.
4945
4946 * help-fns.el (help-argument-name): New face, inheriting from
4947 font-lock-variable-name-face, to highlight function arguments in
4948 `describe-function' and `describe-key'.
4949 (help-do-arg-highlight): Auxiliary function to highlight a given
4950 list of arguments in a string.
4951 (help-highlight-arguments): Highlight the function arguments and
4952 all uses of them in the docstring.
4953 (describe-function-1): Use it. Do docstring output via `insert',
4954 not 'princ', so text attributes are preserved.
4955
4956 * winner.el (winner-mode-map): Move `winner-undo' and
4957 `winner-redo' to C-c <left> and C-c <right>, respectively (the
4958 previous bindings conflict with `prev-buffer', `next-buffer').
4959
4960 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4961
4962 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
4963 (bibtex-entry-update): New command bound to C-c C-u.
4964 (bibtex-text-in-string): Fix regexp.
4965 (bibtex-assoc-of-regexp): Remove.
4966 (bibtex-progress-message): Fix docstring.
4967 (bibtex-inside-field): Use if.
4968 (bibtex-assoc-regexp): New function.
4969 (bibtex-format-entry): Make code more robust so that it formats
4970 also old entries.
4971 (bibtex-autokey-demangle-title): Merge with obsolete function
4972 bibtex-assoc-of-regexp.
4973 (bibtex-field-list): New function.
4974 (bibtex-entry): Use bibtex-field-list.
4975 (bibtex-parse-entry): Fix docstring.
4976 (bibtex-print-help-message): Use bibtex-field-list.
4977 (bibtex-make-field): Use bibtex-field-list.
4978 (bibtex-entry-index): Bugfix. Return crossref key if required.
4979 (bibtex-lessp): Fix docstring.
4980
4981 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
4982
4983 * select.el (xselect-convert-to-string): Move comment to intended line.
4984
4985 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4986
4987 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
4988 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
4989
4990 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4991
4992 * term/x-win.el (x-clipboard-yank): Don't exit on error from
4993 x-get-selection.
4994
4995 2004-05-03 Jason Rumney <jasonr@gnu.org>
4996
4997 * makefile.nt: Remove.
4998
4999 2004-05-03 Kim F. Storm <storm@cua.dk>
5000
5001 * emulation/cua-base.el (cua--update-indications): Fix last change.
5002 (cua-mode): Deactivate mark when cua-mode is enabled.
5003
5004 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
5005
5006 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
5007
5008 2004-05-03 Nick Roberts <nickrob@gnu.org>
5009
5010 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
5011 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
5012 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
5013 window over visible frames.
5014 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
5015
5016 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
5017
5018 * progmodes/compile.el (compilation-gcpro): New var.
5019 (compilation-fake-loc): Use it.
5020 (compilation-forget-errors): Reset it.
5021
5022 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
5023
5024 * diff-mode.el (diff-header-face, diff-file-header-face):
5025 Use min-colors.
5026
5027 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5028
5029 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
5030 (bibtex-clean-entry): Disentangle code.
5031 (bibtex-realign): New function.
5032 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
5033 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
5034 Remove undocumented optional arg called-by-convert-alien.
5035 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
5036 for sorting instead of bibtex-sort-buffer.
5037
5038 2004-05-02 Eli Zaretskii <eliz@gnu.org>
5039
5040 * progmodes/compile.el (compilation-start): In the
5041 no-async-subprocesses branch, call sit-for to give redisplay a
5042 chance to show the updated process status in the mode line, and
5043 fontify the buffer explicitly after the process exits.
5044
5045 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5046
5047 * progmodes/python.el (python-compilation-line-number): Remove.
5048 (python-compilation-regexp-alist): Don't use it any more.
5049 (python-orig-start, python-input-filter): Remove.
5050 (inferior-python-mode): Don't set up comint-input-filter-functions.
5051 (python-send-region): Use compilation-fake-loc.
5052
5053 * progmodes/compile.el (compilation-messages-start): New var.
5054 (compilation-mode): Don't setup next-error-function here.
5055 (compilation-setup): Set it up here instead (for minor modes as well).
5056 Make compilation-messages-start buffer local.
5057 (compilation-next-error-function): Use it.
5058 (compilation-forget-errors): Set compilation-messages-start.
5059
5060 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
5061
5062 * ielm.el (ielm-prompt-read-only): Update docstring.
5063
5064 * comint.el (comint-prompt-read-only): Update docstring.
5065 (comint-update-fence, comint-kill-whole-line)
5066 (comint-kill-region): New functions.
5067
5068 * simple.el (kill-whole-line): Use "p" instead of "P" in
5069 interactive form.
5070
5071 2004-05-01 Juanma Barranquero <lektu@terra.es>
5072
5073 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
5074 format arglist so default values in CL-style argument lists are
5075 correctly shown.
5076
5077 2004-05-01 Jason Rumney <jasonr@gnu.org>
5078
5079 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
5080
5081 2004-05-01 Kenichi Handa <handa@m17n.org>
5082
5083 * international/titdic-cnv.el (miscdic-convert): Don't generate a
5084 quail file if it is up to date.
5085
5086 2004-04-30 Juri Linkov <juri@jurta.org>
5087
5088 * cus-edit.el (custom-mode-map):
5089 Add key binding `C-x C-s' to `Custom-save'.
5090
5091 * outline.el (outline-blank-line): New var.
5092 (outline-next-preface, outline-show-heading)
5093 (outline-end-of-subtree): Use it.
5094
5095 * dired-aux.el (dired-touch-initial): New fun.
5096 (dired-do-chxxx): Call it for op-symbol `touch'.
5097 (dired-diff): Use `dired-dwim-target-directory'
5098 if current dired buffer has no buffer mark.
5099
5100 * bindings.el (propertized-buffer-identification):
5101 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
5102 Add C-M-arrow keys for consistency.
5103
5104 * files.el (confirm-kill-emacs):
5105 Change group from top-level `emacs' to `convenience'.
5106
5107 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
5108 Push mark on the first call of successive command calls.
5109 (insert-pair): New fun created from `insert-parentheses' with
5110 `open' and `close' arguments added. Enclose active regions
5111 in paired characters. Compare adjacent characters syntax with
5112 inserted characters syntax before inserting a space.
5113 (insert-parentheses): Call `insert-pair' with ?\( ?\).
5114
5115 * delsel.el: Don't put `delete-selection' property
5116 on `insert-parentheses' symbol to take advantage of
5117 region handling in `insert-pair' function.
5118 Suggested by Stephan Stahl <stahl@eos.franken.de>.
5119
5120 2004-04-30 Kim F. Storm <storm@cua.dk>
5121
5122 * emulation/cua-base.el: Add support for changing cursor types;
5123 based on patch from Michael Mauger.
5124 (cua-normal-cursor-color, cua-read-only-cursor-color)
5125 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
5126 Customization cursor type and/or cursor color.
5127 (cua--update-indications): Handle cursor type changes.
5128 (cua-mode): Update cursor indications if enabled.
5129
5130 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
5131
5132 * mouse.el (mouse-drag-copy-region): New defcustom.
5133 (mouse-set-region, mouse-drag-region-1): Use it.
5134
5135 * simple.el (kill-ring-save): If region face background color is
5136 unspecified (if no highlighting), show extent of fully visible
5137 region even if transient-mark-mode is enabled.
5138
5139 * emulation/cua-base.el (cua--standard-movement-commands):
5140 Add cua-scroll-up and cua-scroll-down.
5141 (cua-scroll-up, cua-scroll-down): New commands.
5142 (cua--init-keymaps): Remap scroll-up and scroll-down.
5143
5144 * emulation/cua-rect.el (cua--convert-rectangle-as):
5145 New defmacro.
5146 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
5147 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
5148 New commands (suggested by Jordan Breeding).
5149
5150 2004-04-30 Juanma Barranquero <lektu@terra.es>
5151
5152 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
5153
5154 2004-04-30 Mario Lang <mlang@delysid.org>
5155
5156 * diff.el (diff-switches): Fix typo in docstring.
5157
5158 2004-04-30 Alex Schroeder <alex@gnu.org>
5159
5160 * xml.el (xml-debug-print-internal): Don't add newline and
5161 indentation to text nodes and write empty elements as empty tags
5162 instead of opening and closing tags.
5163 (xml-debug-print): Take optional indent-string argument.
5164 (xml-print): Alias for xml-debug-print.
5165
5166 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
5167
5168 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
5169 than duplicate call to `line-beginning-position'.
5170
5171 * progmodes/f90.el (f90-get-present-comment-type):
5172 Return whitespace, as well as comment chars, for consistent filling
5173 of comment blocks. Use `match-string-no-properties'.
5174 (f90-break-line): Trim trailing whitespace when filling comments.
5175
5176 2004-04-30 Dave Love <fx@gnu.org>
5177
5178 * calendar/diary-lib.el (diary-outlook-formats): New variable.
5179 (diary-from-outlook-internal, diary-from-outlook)
5180 (diary-from-outlook-gnus, diary-from-outlook-rmail):
5181 New functions to import diary entries from Outlook-format
5182 appointments in mail messages.
5183
5184 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5185
5186 * progmodes/python.el (python-send-command): New fun.
5187 (python-send-region, python-load-file): Use it.
5188
5189 * progmodes/compile.el (compilation-last-buffer): Add var alias.
5190
5191 * help-fns.el (help-C-file-name): Use new subr-name.
5192 Prepend `src/' to the file name.
5193 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
5194 (describe-function-1, describe-variable): Only find a C source file
5195 name if DOC is already loaded.
5196
5197 * help-mode.el (help-function-def, help-variable-def):
5198 Use the new find-function-search-for-symbol functionality.
5199 Allow FILE to be `C-source'.
5200
5201 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
5202 (find-function-C-source): New fun.
5203 (find-function-search-for-symbol): Use it.
5204
5205 2004-03-29 Michael Mauger <mmaug@yahoo.com>
5206
5207 * progmodes/sql.el (sql-product-alist): Rename variable
5208 `sql-product-support'. Add Postgres login parameters.
5209 (sql-set-product, sql-product-feature): Update with renamed variable.
5210 (sql-connect-postgres): Add username prompt.
5211 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
5212 Make patterns less product specific.
5213 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
5214 (sql-mode-abbrev-table): Modify initialization.
5215 (sql-builtin-face): Add variable.
5216 (sql-keywords-re): Add macro.
5217 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
5218 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
5219 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
5220 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
5221 (sql-mode-linter-font-lock-keywords)
5222 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
5223 (sql-mode-sybase-font-lock-keywords)
5224 (sql-mode-informix-font-lock-keywords)
5225 (sql-mode-interbase-font-lock-keywords)
5226 (sql-mode-ingres-font-lock-keywords)
5227 (sql-mode-solid-font-lock-keywords)
5228 (sql-mode-sqlite-font-lock-keywords)
5229 (sql-mode-db2-font-lock-keywords): Default to nil.
5230 (sql-product-font-lock): Always highlight ANSI keywords.
5231 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
5232 (sql-send-string): Add function.
5233
5234 2004-04-29 Dave Love <fx@gnu.org>
5235
5236 * progmodes/cfengine.el (cfengine-beginning-of-defun)
5237 (cfengine-end-of-defun): Ensure progress through buffer.
5238
5239 * info-look.el (cfengine-mode): Accept a terminal ().
5240
5241 2004-04-29 Juri Linkov <juri@jurta.org>
5242
5243 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
5244 instead of isearch-yank-word-or-char. Add new key bindings for
5245 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
5246 (isearch-del-char): New fun.
5247 (isearch-forward, isearch-edit-string): Update docstring.
5248 (isearch-yank-char): Doc fix.
5249 (isearch-other-meta-char): Restore point after scrolling.
5250
5251 * progmodes/compile.el (compilation-context-lines): Add nil option
5252 to disable compilation output window scrolling.
5253 (compilation-set-window): Use it.
5254
5255 * outline.el (outline-next-preface, outline-show-heading):
5256 Don't leave unhidden blank line before heading.
5257 (outline-end-of-subtree): Include last newline into subtree.
5258 (hide-entry): Leave point at beginning of heading instead of end.
5259 (outline-up-heading): Push mark for the first call of successive
5260 command calls.
5261
5262 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
5263
5264 * comint.el (comint-prompt-read-only): New variable.
5265 (comint-output-filter): Implement it.
5266
5267 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
5268 (ielm-prompt-internal): New variable.
5269 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
5270 (ielm-send-input): Delete unused variable `buf'.
5271 (ielm-eval-input): Use `ielm-prompt-internal'.
5272 (inferior-emacs-lisp-mode): Use new variables
5273 `comint-prompt-read-only' and `ielm-prompt-internal'.
5274 Get rid of obsolete variable `directory-sep-char'.
5275 (ielm): Use `zerop'.
5276
5277 2004-04-29 John Paul Wallington <jpw@gnu.org>
5278
5279 * thumbs.el (toplevel): Require cl at compile time.
5280 Remove conditional definitions of `ignore-errors' and `caddar'
5281 because they occur at run time.
5282
5283 2004-04-28 Nick Roberts <nickrob@gnu.org>
5284
5285 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
5286 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
5287 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
5288 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
5289
5290 * progmodes/gud.el (gud-common-init): Throw an error if program is
5291 already running under gdb.
5292
5293 2004-04-28 John Paul Wallington <jpw@gnu.org>
5294
5295 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
5296 (thumbs-show-image-num): Move assignment of
5297 `thumbs-current-image-filename' within scope of `i'.
5298 (thumbs-emboss-image): Don't use `evenp'.
5299
5300 2004-04-28 Richard M. Stallman <rms@gnu.org>
5301
5302 * progmodes/compile.el (compilation-context-lines): Default now 0.
5303
5304 2004-04-28 Juanma Barranquero <lektu@terra.es>
5305
5306 Use `time-less-p' from calendar/time-date.el instead of defining
5307 custom versions of it.
5308
5309 * pcomplete.el (pcomplete-time-less-p): Remove.
5310
5311 * thumbs.el (time-less-p): Remove.
5312
5313 * calendar/timeclock.el (timeclock-time-less-p): Remove.
5314 (timeclock-generate-report): Use `time-less-p'.
5315
5316 * emacs-lisp/autoload.el (autoload-before-p): Remove.
5317 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
5318
5319 2004-04-28 Masatake YAMATO <jet@gyve.org>
5320
5321 * subr.el (remove-overlays): Make arguments optional.
5322
5323 * wid-edit.el (widget-specify-button): Put evaporate to the
5324 overlay for sample.
5325 (widget-specify-sample): Put evaporate to the overlay for sample.
5326 (widget-specify-doc): Put evaporate to the overlay for documentation.
5327
5328 2004-04-27 Jesper Harder <harder@ifa.au.dk>
5329
5330 * info.el (info-apropos): Make it an index node. Align node names
5331 like makeinfo.
5332
5333 2004-04-27 Eli Zaretskii <eliz@gnu.org>
5334
5335 * net/browse-url.el (browse-url-netscape-sentinel)
5336 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
5337 (browse-url-epiphany-sentinel, browse-url-mosaic):
5338 Use browse-url-*-program instead of a literal program name.
5339
5340 2004-04-27 Kevin Ryde <user42@zip.com.au>
5341
5342 * eshell/em-alias.el:
5343 * eshell/em-dirs.el:
5344 * eshell/em-hist.el:
5345 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
5346 features when M-x customize-group loads modules before the main
5347 eshell.el.
5348
5349 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
5350
5351 * subr.el (momentary-string-display): Support EXIT-CHAR that is
5352 either a character representation of an event or an event
5353 description list.
5354
5355 * type-break.el: Capitalise Emacs and Lisp.
5356 (type-break-good-break-interval, type-break-demo-boring-stats)
5357 (type-break-terse-messages, type-break-file-name): New defcustoms.
5358 (type-break-post-command-hook)
5359 (type-break-warning-countdown-string): Quote variable names in doc.
5360 (type-break-interval-start, type-break-auto-save-file-name): New vars.
5361 (type-break-mode): Document type-break-good-break-interval and the
5362 "session" file. Schedule break according to the session file.
5363 Kill session file buffer on exit. Organise for save-some-buffers
5364 to always save the session file.
5365 (type-break-mode-line-message-mode, type-break-query-mode):
5366 Uppercase arguments.
5367 (type-break-file-time, type-break-file-keystroke-count, timep)
5368 (type-break-choose-file, type-break-get-previous-time)
5369 (type-break-get-previous-count): New defuns.
5370 (type-break): Avoid break querying after a completed break in the
5371 case where the query was initiated during user invocation of the
5372 break. Optional terse messages.
5373 Use type-break-good-break-interval if type-break-good-rest-interval is
5374 nil. File the break time.
5375 (type-break-schedule): New optional args for overriding the use of
5376 the current time.
5377 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
5378 after a break.
5379 (type-break-check): File the keystroke count.
5380 (type-break-do-query): Prevent a second query when the break is
5381 interrupted. Optional terse message.
5382 (type-break-keystroke-reset): Record the start of a typing interval.
5383 (type-break-demo-boring): Optional terse messages. Display word
5384 per minute and keystroke counts according to
5385 type-break-demo-boring-stats.
5386
5387 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
5388
5389 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
5390 directories, make sure they exist under archive-tmpdir.
5391
5392 2004-04-27 Juri Linkov <juri@jurta.org>
5393
5394 * help.el (view-emacs-news): With argument, display info for the
5395 selected version by finding it among different NEWS files, and
5396 narrowing the buffer to the selected version.
5397
5398 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
5399 same-window-buffer-names.
5400 (info): New arg `buffer'. Use it. Doc fix. Read file name for
5401 non-numeric prefix argument, append the number to the buffer name
5402 for numeric prefix argument.
5403 (info-other-window): Bind same-window-regexps to nil.
5404 (Info-reference-name): Rename to Info-point-loc.
5405 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
5406 and Info-find-index-name for stringy Info-point-loc.
5407 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
5408 without middle `.', but with final `.' and optional line number
5409 for it. Set Info-point-loc for index nodes.
5410 (Info-index): Remove middle `.' from index entry regexp.
5411 Modify line number regexp.
5412 (Info-index-next): Decrement line number.
5413 (info-apropos): Remove middle `.' from index entry regexp.
5414 Add optional line number regexp at the end. Add matched value
5415 for line number to the result list and insert it to the buffer.
5416 Replace match-string by match-string-no-properties.
5417 Reorder result list.
5418 (Info-fontify-node): Hide index line numbers.
5419 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
5420 empty matches.
5421 (Info-follow-reference): Use `str' instead of
5422 Info-following-node-name-re.
5423 (Info-toc): Use full file names. Set Info-current-node to "Top".
5424 (Info-fontify-node): Compare file names without directory name.
5425 (Info-try-follow-nearest-node): Don't set Info-reference-name.
5426 Set second arg of Info-extract-menu-node-name for index nodes.
5427 (info-xref-visited): Use magenta3 instead of magenta4.
5428 (Info-mode): Add info-apropos to docstring.
5429
5430 * log-view.el (log-view-diff): Replace interactive code "r"
5431 by a list to allow to call it even if region is not active.
5432
5433 * paren.el (show-paren-highlight-openparen): New var.
5434 (show-paren-function): Turn on openparen highlighting when
5435 matching forward if show-paren-highlight-openparen is non-nil.
5436
5437 * simple.el (kill-ring-save): Use blink-matching-delay instead of
5438 the constant value 1.
5439 (completions-common-part): Expand docstring.
5440
5441 * textmodes/picture.el (picture-mode-map): Add arrow keys.
5442
5443 2004-04-27 Kim F. Storm <storm@cua.dk>
5444
5445 * image.el (insert-sliced-image): Use line-height instead of
5446 line-spacing property on newline.
5447
5448 2004-04-26 Lars Hansen <larsh@math.ku.dk>
5449
5450 * desktop.el (desktop-buffer-misc-data-function): Rename to
5451 desktop-save-buffer and change docstring.
5452 (desktop-buffer-modes-to-save): Delete.
5453 (desktop-save-buffer-p): Use desktop-save-buffer instead of
5454 desktop-buffer-modes-to-save.
5455 (desktop-save): Rename desktop-buffer-misc-data-function to
5456 desktop-save-buffer and allow non-function value.
5457 (desktop-missing-file-warning): Correct docstring.
5458
5459 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
5460 to desktop-save-buffer.
5461
5462 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
5463 desktop-save-buffer.
5464
5465 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
5466
5467 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
5468
5469 2004-04-26 Eli Zaretskii <eliz@gnu.org>
5470
5471 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
5472
5473 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
5474
5475 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
5476 (ielm): Only go to the end of the buffer when starting a new process.
5477
5478 2004-04-25 Juanma Barranquero <lektu@terra.es>
5479
5480 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
5481 mode line. Bind `inhibit-read-only' to t before modifying
5482 properties of text in the buffer.
5483 (ielm): Force point to the end of buffer, even when running ielm
5484 from inside itself.
5485
5486 2004-04-25 Jesper Harder <harder@ifa.au.dk>
5487
5488 * info.el (info-apropos): Reset Info-complete-cache.
5489
5490 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
5491
5492 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5493 Also recognize severe Irix et al. messages.
5494 (compilation-normalize-filename, compile-abbreviate-directory):
5495 Delete functions.
5496 (compilation-get-file-structure): New function inherits
5497 functionality of the two preceding ones.
5498 (compilation-internal-error-properties, compilation-fake-loc):
5499 Use it so that different paths to the same file share the same
5500 markers. Also optimize finding adjacent marker slightly.
5501
5502 2004-04-25 Kim F. Storm <storm@cua.dk>
5503
5504 * image.el (insert-sliced-image): Add line-spacing t property
5505 to newlines separating image lines.
5506
5507 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
5508
5509 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
5510
5511 * ielm.el (ielm-prompt-read-only): New user option.
5512 (ielm-prompt): Expand docstring to describe new behavior.
5513 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
5514 mention it in the docstring.
5515
5516 2004-04-24 Andreas Schwab <schwab@suse.de>
5517
5518 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
5519
5520 * diff.el (diff): Set default-directory in diff buffer.
5521
5522 2004-04-24 Eli Zaretskii <eliz@gnu.org>
5523
5524 * mail/sendmail.el (mail-bury): Don't delete the frame where the
5525 mail was being composed if the terminal cannot display more than
5526 one frame; instead, switch to previous frame.
5527
5528 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
5529 (rmail-start-mail): Support rmail-mail-new-frame even on
5530 terminals that can display only one frame at a time.
5531
5532 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
5533
5534 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
5535 (checkdoc-output-font-lock-keywords): Remove error regexp.
5536 (checkdoc-output-mode-map): Remove.
5537 (checkdoc-output-mode): Derive from compilation-mode.
5538 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
5539
5540 * dired.el (dired-mode-map): Add a menu entry for wdired.
5541
5542 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
5543 (rx-bracket, rx-check-any, rx-any): Clean up name space.
5544
5545 * wdired.el: (wdired-mode-map): Move init into declaration.
5546 Fix `return' binding.
5547 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
5548 Use force-mode-line-update.
5549 (wdired-get-filename): Use `unless'.
5550 (wdired-preprocess-files): Don't assume names have no \n and use / for
5551 dir separator.
5552 (wdired-normalize-filename): Use replace-regexp-in-string.
5553 (wdired-load-hooks): Remove.
5554 (wdired-mode-hooks): Rename to wdired-mode-hook.
5555
5556 * info-look.el: Add support for cfengine-mode.
5557 (info-lookup-setup-mode): Use dolist.
5558
5559 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
5560
5561 * wdired.el: New file.
5562
5563 2004-04-23 Juanma Barranquero <lektu@terra.es>
5564
5565 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
5566
5567 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
5568 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
5569 (pcomplete--help, pcomplete--here): Doc fixes.
5570
5571 2004-04-23 Andre Spiegel <spiegel@gnu.org>
5572
5573 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
5574 handles wrong-number-of-arguments in backend call.
5575
5576 * vc.el (vc-print-log): Likewise.
5577
5578 2004-04-20 Dave Love <fx@gnu.org>
5579
5580 * emacs-lisp/rx.el: Doc fixes.
5581 (rx-constituents): Add/extend many forms.
5582 (rx-check): Check form is a list.
5583 (bracket): Defvar.
5584 (rx-check-any, rx-any, rx-check-not): Modify.
5585 (rx-not): Simplify.
5586 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
5587 (rx-kleene): Use rx-trans-forms.
5588 (rx-quote-for-set): Delete.
5589 (rx): Allow multiple args.
5590
5591 2004-04-23 Kenichi Handa <handa@m17n.org>
5592
5593 * international/mule-util.el (char-displayable-p): Simplify by
5594 using internal-char-font.
5595
5596 2004-04-23 Juanma Barranquero <lektu@terra.es>
5597
5598 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
5599
5600 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
5601
5602 * diff-mode.el (diff-next-error): New fun.
5603 (diff-mode): Use it.
5604
5605 * simple.el (next-error): Change arg name.
5606 Add support for the documented C-u C-x ` usage.
5607
5608 * frame.el (special-display-popup-frame, next-multiframe-window)
5609 (previous-multiframe-window): Only consider frames on same display.
5610
5611 2004-04-22 Lars Hansen <larsh@math.ku.dk>
5612
5613 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
5614 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
5615
5616 2004-04-22 Kim F. Storm <storm@cua.dk>
5617
5618 * net/telnet.el (telnet): Add optional port arg.
5619
5620 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
5621
5622 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5623 Minor sanity check on the `hyperlink' slot.
5624
5625 * Makefile.in (recompile): Compile new files.
5626
5627 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
5628 Add byte-recompile-directory's optional `arg'.
5629
5630 * cvs-status.el (cvs-tree-use-charset): New var.
5631 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
5632 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
5633 (cvs-status-cvstrees): Use it.
5634
5635 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
5636 Make it a normal major mode.
5637 (checkdoc-buffer-label): Make sure the file name is meaningful.
5638 (checkdoc-output-to-error-buffer): Remove.
5639 (checkdoc-error, checkdoc-start-section): Rewrite.
5640
5641 * info.el (info-node, info-menu-5, info-xref, info-header-node)
5642 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
5643 (Info-title-4-face): Use new syntax.
5644 (info-xref-visited): Inherit from info-xref.
5645
5646 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
5647
5648 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
5649
5650 * simple.el (next-error-last-buffer, next-error-function):
5651 New variables for the next-error framework.
5652 (next-error-buffer-p): New function.
5653 (next-error-find-buffer): Generalize compilation-find-buffer.
5654 (next-error, previous-error, first-error, next-error-no-select)
5655 (previous-error-no-select): Move from compile.el.
5656
5657 * replace.el (occur-next-error, occur-1): Hook into the next-error
5658 framework.
5659
5660 * progmodes/compile.el (compilation-start):
5661 Set next-error-last-buffer so next-error knows where to jump.
5662 (compilation-setup): Set the buffer-local variable
5663 next-error-function to 'compilation-next-error-function.
5664 (compilation-buffer-p, compilation-buffer-internal-p): Use an
5665 alternate way to find if a buffer is a compilation buffer, for
5666 next-error convenience.
5667 (next-error-no-select, previous-error-no-select, next-error)
5668 (previous-error, first-error): Move to simple.el.
5669 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
5670 (compilation-last-buffer): Remove.
5671 (compilation-start, compilation-next-error, compilation-setup)
5672 (compilation-next-error-function, compilation-find-buffer):
5673 Remove compilation-last-buffer use.
5674
5675 2004-04-21 Juanma Barranquero <lektu@terra.es>
5676
5677 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
5678 (font-lock-warning-face): Fix spacing.
5679
5680 * makefile.w32-in (WINS): Add url/ directory.
5681
5682 2004-04-21 Lars Hansen <larsh@math.ku.dk>
5683
5684 * desktop.el (desktop-buffer-mode-handlers): New variable.
5685 Alist of major mode specific functions to restore a desktop buffer.
5686 (desktop-buffer-handlers): Make variable obsolete.
5687 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
5688 Catch errors signaled in handlers. Update buffer count.
5689 Evaluate desktop-buffer-point.
5690 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
5691 move to dired.el.
5692 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
5693 move to info.el.
5694 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
5695 move to mail/rmail.el.
5696 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
5697 to mh-e/mh-e.el.
5698 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
5699 On fail, print message (to message buffer) even if
5700 desktop-missing-file-warning is nil.
5701 (desktop-buffer-misc-data-function): New buffer local variable.
5702 Function returning major mode specific data.
5703 (desktop-buffer-misc-functions): Make variable obsolete.
5704 (desktop-save): Use desktop-buffer-misc-data-function.
5705 (desktop-buffer-dired-misc-data): Rename to
5706 dired-desktop-buffer-misc-data and move to dired.el.
5707 (desktop-buffer-info-misc-data): Rename to
5708 Info-desktop-buffer-misc-data and move to info.el.
5709 (desktop-read): Add message about number of buffers restored/failed.
5710
5711 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
5712 Add parameters. Pause to display error only when
5713 desktop-missing-file-warning is non-nil.
5714 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
5715 (dired-mode): Bind desktop-buffer-misc-data-function.
5716
5717 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
5718 Add Parameters.
5719 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
5720 (Info-mode): Bind desktop-buffer-misc-data-function.
5721
5722 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
5723 Add Parameters.
5724
5725 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
5726 Add Parameters.
5727
5728 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
5729
5730 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
5731 the case of letters in case-insensitive expansions when the
5732 abbrev is preceded by characters with letter syntax.
5733
5734 2004-04-21 Richard M. Stallman <rms@gnu.org>
5735
5736 * progmodes/cperl-mode.el (cperl-putback-char):
5737 Delete Emacs 18 definition.
5738
5739 * international/mule.el (ctext-post-read-conversion):
5740 Use assoc-string, not assoc-ignore-case.
5741
5742 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
5743
5744 * emacs-lisp/easymenu.el (easy-menu-add):
5745 Do call x-popup-menu, but only if it's defined.
5746
5747 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
5748
5749 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
5750 Handle multiple args: compile like progn.
5751
5752 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
5753 take all args as &rest arg.
5754
5755 * autoinsert.el (auto-insert-alist): Insert the user's name in
5756 copyright notice, rather than Free Software Foundation.
5757
5758 2004-04-21 Kenichi Handa <handa@m17n.org>
5759
5760 * descr-text.el (describe-char): Make it work on *Help* buffer.
5761
5762 2004-04-21 Kim F. Storm <storm@cua.dk>
5763
5764 * image.el (insert-image): Add optional SLICE arg.
5765 (insert-sliced-image): New defun.
5766
5767 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
5768
5769 * subr.el (read-number): Check whether `default' is nil.
5770
5771 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5772
5773 * progmodes/compile.el (compilation-error-properties):
5774 Split into two.
5775 (compilation-internal-error-properties): New one.
5776 (compilation-compat-error-properties): Use it. Fix the non-marker case.
5777
5778 2004-04-20 Richard M. Stallman <rms@gnu.org>
5779
5780 * window.el (split-window-save-restore-data):
5781 Don't update the data if OLD-INFO is nil.
5782
5783 * view.el (view-return-to-alist): Mark it permanent local.
5784
5785 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
5786
5787 * recentf.el (recentf-save-list): Catch and warn about errors.
5788
5789 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
5790 so "Buffers" won't be pure.
5791
5792 * help-mode.el (help-mode-finish): Set help-return-alist first
5793 thing, setting only the entry for the selected window.
5794
5795 * help-fns.el (describe-function-1): If many non-control non-meta
5796 keys run the command, don't list all of them.
5797
5798 2004-04-20 Juanma Barranquero <lektu@terra.es>
5799
5800 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
5801 arg. Copied from Andre Spiegel's patch of 2004-03-21.
5802
5803 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
5804
5805 2004-04-20 Kenichi Handa <handa@m17n.org>
5806
5807 * international/quail.el (quail-lookup-key): New optional arg
5808 NOT-RESET-INDICES.
5809 (quail-get-translations): Call quail-lookup-key with
5810 NOT-RESET-INDICES t.
5811 (quail-completion): Likewise.
5812 (quail-lookup-map-and-concat): Likewise.
5813
5814 2004-04-20 Kenichi Handa <handa@m17n.org>
5815
5816 * international/quail.el (quail-update-translation): Don't insert
5817 such an unsupported multibyte char in a unibyte buffer.
5818
5819 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
5820
5821 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
5822 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
5823 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
5824 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
5825 (gdb-frame-assembler-buffer): Improve behaviour with
5826 multiple frames.
5827 (gdb-display-buffer): Extend search to all visible frames.
5828
5829 2004-04-19 Eli Zaretskii <eliz@gnu.org>
5830
5831 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
5832 characters left after base64 decoding.
5833 (rmail-decode-region): Use -dos variety of `coding', to remove any
5834 ^M characters left after qp or base64 decoding.
5835
5836 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5837
5838 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
5839 messages.
5840
5841 2004-04-19 Stephen Eglen <stephen@gnu.org>
5842
5843 * add-log.el (add-change-log-entry): Update doc string to mention
5844 add-log-full-name and add-log-mailing-address.
5845
5846 2004-04-18 Juri Linkov <juri@jurta.org>
5847
5848 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
5849 (Info-find-node-2): Simplify error message.
5850 (Info-insert-dir): Use Info-following-node-name.
5851 (Info-goto-node): Remove *info-history* and *info-toc*.
5852 (Info-history): Create a node of the virtual history file.
5853 (Info-toc): Create a node of the virtual toc file.
5854 (Info-insert-toc): New arg `curr-file' for reference file names.
5855 (info-apropos): Remove redundant var binding for temp-file.
5856 (Info-index, Info-index-next, Info-mode): Doc fix.
5857 (Info-goto-emacs-command-node): Don't jump to *info* from
5858 non-*info* Info buffers.
5859 (Info-fontify-node): Don't show the file name of external
5860 references if `Info-hide-note-references' is `hide'. Don't hide
5861 newlines at the end of paragraphs.
5862
5863 * international/mule-diag.el (list-input-methods):
5864 Fix args to help-xref-button.
5865
5866 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
5867 to put into effect local variables from TUTORIAL files.
5868
5869 * textmodes/paragraphs.el (sentence-end) <function>: New fun
5870 with default value taken from the variable `sentence-end'.
5871 (sentence-end) <defcustom>: Set default to nil. Doc fix.
5872 Add nil const to :type.
5873 (sentence-end-without-period, sentence-end-double-space)
5874 (sentence-end-without-space): Doc fix.
5875
5876 * textmodes/paragraphs.el (forward-sentence):
5877 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
5878 (fill-delete-newlines):
5879 * progmodes/cc-cmds.el (c-beginning-of-statement):
5880 Use function `sentence-end' instead of variable `sentence-end'.
5881
5882 2004-04-18 Andreas Schwab <schwab@suse.de>
5883
5884 * progmodes/compile.el (compilation-start): Set window start to
5885 point-min if compilation-scroll-output is nil.
5886
5887 2004-04-18 John Wiegley <johnw@newartisans.com>
5888
5889 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
5890
5891 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
5892
5893 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
5894 (gdb-info-breakpoints-custom): Revert previous change.
5895 (gdb-view-assembler): Update assembler if necessary.
5896 (gdb-frame-handler): Parse correctly for gdb-current-frame.
5897 (gdb-display-source-buffer): Update properly when both source and
5898 assembler are visible.
5899
5900 2004-04-17 John Wiegley <johnw@newartisans.com>
5901
5902 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
5903 which limits the number of names shown in the minibuffer. Off by
5904 default.
5905 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
5906 up iswitchb for users with a multitude of open buffers by showing
5907 only the first and last N/2 buffers in the completion list (which
5908 is enough to aid C-s/C-r, and to know that more characters are
5909 needed to refine the completion list).
5910
5911 2004-04-17 Richard M. Stallman <rms@gnu.org>
5912
5913 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
5914 (file-truename): Expand all ~ constructs directly.
5915 (insert-directory): Delete any error msg output by the
5916 `insert-directory-program'.
5917
5918 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
5919 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
5920 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
5921 (allout-init): Use find-file-hook, not find-file-hooks.
5922 (allout-mode): Eliminate Emacs 18 support.
5923 Use write-contents-functions, not local-write-file-hooks.
5924
5925 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
5926
5927 * progmodes/compile.el (compilation-error-properties): Fix for
5928 adding messages when there are already markers for their file.
5929 (compilation-fake-loc): New function.
5930
5931 2004-04-16 Dave Love <fx@gnu.org>
5932
5933 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
5934 (python-load-file): Fix python-orig-start setting.
5935
5936 * progmodes/compile.el: Doc fixes.
5937 (compilation-error-regexp-alist-alist)
5938 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
5939 (compilation-assq): Wrap in eval-when-compile.
5940 (compilation-mode-font-lock-keywords): Don't use list*.
5941 (compilation-start): Avoid warning.
5942 (compilation-compat-error-properties)
5943 (compilation-directory-properties): Add keymap property.
5944 (compilation-parsing-end): Make it a marker for better compatibility.
5945
5946 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
5947
5948 2004-04-16 Mark A. Hershberger <mah@everybody.org>
5949
5950 * xml.el: Doc fixes.
5951 (xml-get-children): Only looks at sub-tags and ignore strings.
5952
5953 * xml.el (xml-parse-tag): Avoid overwriting node-name.
5954
5955 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
5956
5957 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
5958
5959 2004-04-16 Andre Spiegel <spiegel@gnu.org>
5960
5961 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
5962
5963 * vc.el (vc-print-log): Likewise.
5964
5965 2004-04-16 Masatake YAMATO <jet@gyve.org>
5966
5967 * simple.el (completion-setup-function): Set an initial value
5968 to `element-common-end' before entering loop. Set a value
5969 to `element-common-end' at the end of loop.
5970 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
5971 (completions-common-part): Rename from completion-de-emphasis.
5972 (completions-first-difference): Rename from completion-emphasis.
5973 Suggested by RMS.
5974
5975 2004-04-16 Juanma Barranquero <lektu@terra.es>
5976
5977 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
5978 (bookmark-edit-annotation-mode): Add mode name.
5979
5980 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
5981
5982 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
5983 for nested conflict markers.
5984 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
5985
5986 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
5987
5988 * progmodes/gdb-ui.el (gdb-goto-info): New function.
5989
5990 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
5991
5992 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
5993
5994 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
5995 Give a backtrace if requested.
5996
5997 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
5998
5999 * progmodes/python.el (python-mouse-2-command, python-RET-command):
6000 Remove unused functions.
6001 (python-orig-start-line, python-orig-file): Remove.
6002 (python-orig-start): New var.
6003 (python-input-filter, python-compilation-line-number)
6004 (python-send-region, python-load-file): Use it.
6005
6006 * info.el (info): Always jump to *info*.
6007
6008 * subr.el (posn-set-point): New function.
6009
6010 * mouse.el (mouse-set-point): Use it.
6011
6012 * progmodes/compile.el (compile-goto-error): Use it.
6013 (compilation-button-map): New keymap.
6014 (compilation-error-properties): Use it.
6015 (compilation-shell-minor-mode-map): Don't bind mouse-2.
6016
6017 * smerge-mode.el (smerge-popup-context-menu): Use it.
6018
6019 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
6020 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
6021 mouse and non-mouse case.
6022
6023 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
6024 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
6025
6026 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
6027 Make it work for non-mouse events.
6028
6029 * pcvs-info.el (cvs-status-map): Update binding name.
6030
6031 2004-04-14 Mark A. Hershberger <mah@everybody.org>
6032
6033 * xml.el (xml-maybe-do-ns): New function to handle namespace
6034 parsing of both attribute and element names.
6035 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
6036 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
6037 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
6038 (xml-parse-attlist): Make it do its own namespace parsing.
6039
6040 2004-04-14 Dave Love <fx@gnu.org>
6041
6042 * progmodes/python.el (run-python): Fix use of \n.
6043 (python-load-file): Remove `try' from Python fragment.
6044 (python-describe-symbol): Fix message.
6045
6046 * comint.el: Doc fixes.
6047 (comint-last-input-start, comint-last-input-end)
6048 (comint-last-output-start): Give them values.
6049 (comint-arguments): Avoid warning.
6050 (comint-skip-prompt): Use line-end-position.
6051 (comint-backward-matching-input): Rename arg to agree with doc.
6052 (comint-extract-string): Use syntax-ppss.
6053 (comint-dynamic-simple-complete): Delete useless list construction.
6054 (comint-redirect-subvert-readonly): New.
6055 (comint-redirect-preoutput-filter): Use it.
6056
6057 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
6058 Correctly handle negative arguments when calling hook functions.
6059
6060 2004-04-14 Jesper Harder <harder@ifa.au.dk>
6061
6062 * info.el (info-apropos): Don't clobber Info-history-list.
6063
6064 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
6065
6066 * progmodes/compile.el (compilation-setup):
6067 Localize overlay-arrow-position.
6068 (compilation-sentinel): Restructure code equivalently.
6069 (compilation-next-error): Find message on same line after point if
6070 not found before point.
6071 (compile-mouse-goto-error): Restore function so that compilation
6072 buffer need not be current and use compile-goto-error.
6073 (compile-goto-error): Restore function.
6074 (next-error): Set overlay-arrow-position.
6075 (compilation-forget-errors): Don't localize already local
6076 compilation-locs and remove FIXME about refontifying.
6077
6078 2004-04-14 Kim F. Storm <storm@cua.dk>
6079
6080 * startup.el (emacs-quick-startup): New defvar (set by -Q).
6081 (command-line): New option -Q. Like -q --no-site-file, but
6082 in addition it also disables menu-bar, tool-bar, scroll-bars,
6083 tool-tips, and the blinking cursor.
6084 (command-line-1): Skip startup screen if -Q.
6085 (fancy-splash-head): Use ":align-to center" prop to center splash image.
6086
6087 * emulation/cua-base.el (cua-read-only-cursor-color)
6088 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
6089
6090 2004-04-13 Dave Love <fx@gnu.org>
6091
6092 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
6093 (syntax): Don't require.
6094 (python) <defgroup>: Add :version.
6095 (python-quote-syntax): Re-written.
6096 (inferior-python-mode): Move stuff here from run-python and add
6097 some more.
6098 (python-preoutput-continuation, python-preoutput-result)
6099 (python-dotty-syntax-table): New.
6100 (python-describe-symbol): Use them.
6101 (run-python): Move stuff to inferior-python-mode. Modify code
6102 loaded into Python.
6103 (python-send-region): Use python-proc, python-send-string.
6104 (python-send-string): Send newlines too. Callers changed.
6105 (python-load-file): Re-written.
6106 (python-eldoc-function): New.
6107 (info-look): Don't require.
6108 (python-after-info-look): New. A modified version of former
6109 top-level code for use with eval-after-load.
6110 (python-maybe-jython, python-guess-indent): Use widened buffer.
6111 (python-fill-paragraph): Re-written.
6112 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
6113 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
6114
6115 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
6116
6117 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
6118 Set compilation-error-regexp-alist earlier.
6119
6120 * progmodes/compile.el (compilation-minor-mode-map)
6121 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
6122 (compile-goto-error): Re-merge the mouse and non-mouse commands.
6123
6124 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6125
6126 * progmodes/compile.el (compile-goto-error): Select the buffer/window
6127 corresponding to the event.
6128
6129 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
6130
6131 * loadup.el: Add cygwin to system-type list, for unexec() support.
6132
6133 2004-04-12 John Paul Wallington <jpw@gnu.org>
6134
6135 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
6136 (ibuffer-restore-window-config-on-quit): New variable to replace
6137 `ibuffer-delete-window-on-quit'. Update all references.
6138 (ibuffer-prev-window-config): New variable.
6139 (ibuffer-quit): Restore previous window configuration instead of
6140 deleting window.
6141 (ibuffer): Save window configuration before showing Ibuffer buffer.
6142
6143 * help.el (describe-mode): Doc fix.
6144
6145 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6146
6147 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
6148 not to treat nil as a function.
6149
6150 * vc-arch.el (vc-arch-root): Be a bit more careful.
6151 (vc-arch-register): Save the buffer if we modified it.
6152 (vc-arch-delete-rej-if-obsolete): Save excursion.
6153 (vc-arch-find-file-hook): Use the simpler after-save-hook.
6154 (vc-arch-responsible-p, vc-arch-init-version): New functions.
6155
6156 * net/ldap.el (ldap-search): Use list*.
6157
6158 2004-04-12 Juri Linkov <juri@jurta.org>
6159
6160 * info.el (Info-follow-reference): Allow multiline reference name.
6161
6162 2004-04-11 Dave Love <fx@gnu.org>
6163
6164 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
6165
6166 * progmodes/python.el: New file.
6167
6168 2004-04-11 Andre Spiegel <spiegel@gnu.org>
6169
6170 * vc-hooks.el (vc-arg-list): Function removed.
6171 (vc-default-workfile-unchanged-p): Use condition-case to check for
6172 backward compatibility.
6173
6174 * vc.el (vc-print-log): Use condition-case to check for backward
6175 compatibility.
6176
6177 2004-04-11 Juri Linkov <juri@jurta.org>
6178
6179 * dired.el (dired-faces): New defgroup.
6180 (dired-header, dired-mark, dired-marked, dired-flagged)
6181 (dired-warning, dired-directory, dired-symlink, dired-ignored):
6182 New faces.
6183 (dired-header-face, dired-mark-face, dired-marked-face)
6184 (dired-flagged-face, dired-warning-face, dired-directory-face)
6185 (dired-symlink-face, dired-ignored-face): New face variables.
6186 (dired-font-lock-keywords): Use them instead of font-lock faces.
6187 Split the rule for dired marks into 3 separate rules: for marks,
6188 marked file names and flagged file names.
6189
6190 * help-mode.el (help-make-xrefs): Add a final newline to the
6191 *Help* buffer.
6192
6193 2004-04-11 John Paul Wallington <jpw@gnu.org>
6194
6195 * replace.el (occur-engine): Distinguish between one and several
6196 matches in the matches per buffer heading.
6197
6198 2004-04-11 Kim F. Storm <storm@cua.dk>
6199
6200 * ido.el (ido-confirm-unique-completion): New defcustom.
6201 (ido-complete): Use it.
6202 (ido-write-file): Set it to t unconditionally.
6203
6204 2004-04-10 Miles Bader <miles@gnu.org>
6205
6206 RCS keyword removal (only non-comment changes are enumerated here):
6207
6208 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
6209 (byte-compile-insert-header): Don't use `byte-compile-version'.
6210 * forms.el (forms-version): Variable removed.
6211 (forms-mode): Don't use `forms-version'.
6212 * recentf.el (recentf-version): Variable removed.
6213 * progmodes/delphi.el (delphi-version): Variable removed.
6214 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
6215
6216 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
6217
6218 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
6219
6220 2004-04-09 Jesper Harder <harder@ifa.au.dk>
6221
6222 * info.el (info-apropos): Improve menu item regexp.
6223
6224 2004-04-09 Simon Josefsson <jas@extundo.com>
6225
6226 * mail/smtpmail.el: Add comment, based on report by
6227 kdc@rcn.com (Kevin D. Clark).
6228
6229 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
6230
6231 * progmodes/compile.el (compilation-mode-font-lock-keywords):
6232 Redo one more thing that I didn't notice Daniel had undone.
6233
6234 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
6235
6236 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
6237 (gdb-goto-breakpoint, gdb-display-buffer)
6238 (gdb-display-source-buffer, gdb-view-source-function)
6239 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
6240 (gdb-source-info, gdb-frame-handler): Don't specify a window
6241 for display.
6242 (gdb-info-breakpoints-custom): Remove superfluous update of
6243 assembler buffer.
6244 (gdb-many-windows): Make settable outside gdb.
6245
6246 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
6247
6248 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
6249 Derive from fundamental-mode rather than text-mode.
6250
6251 2004-04-08 Juri Linkov <juri@jurta.org>
6252
6253 * info.el (Info-history): Doc fix.
6254 (Info-history-list): New var.
6255 (info-xref): Change magenta4 to blue, remove bold for dark and
6256 light backgrounds, change bold to underline for non-color classes.
6257 (info-xref-visited): New face.
6258 (Info-fontify-visited-nodes): New custom.
6259 (Info-hide-note-references): Add new value `hide'. Doc fix.
6260 (Info-reference-name): New var.
6261 (Info-selection-hook): New custom.
6262 (Info-edit-mode-hook): New var.
6263 (Info-find-file): New fun.
6264 (Info-find-node): Move part of code to Info-find-file.
6265 (Info-find-node-2): Add anchors to Info-history-list. Move point
6266 to the place with the reference name if name is defined.
6267 (Info-select-node): Add current node to Info-history-list.
6268 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
6269 (Info-search-whitespace-regexp): New custom.
6270 (Info-search-case-fold): New var.
6271 (Info-search): Add "case-sensitively" to the prompt.
6272 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
6273 (Info-search-case-sensitively, Info-search-next): New fun.
6274 (Info-up): Move point to the menu item of the current node.
6275 (Info-history): New fun. Add *info-history* to
6276 same-window-buffer-names.
6277 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
6278 (Info-insert-toc): New fun.
6279 (Info-build-toc): New fun.
6280 (Info-follow-reference): Add new arg `fork'. Doc fix.
6281 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
6282 with the same name prefer the reference closest to point.
6283 (Info-next-reference): Replace * by + in the *Note regexp.
6284 Add regexp for http:// and ftp://. Skip the *Note prefix.
6285 (Info-prev-reference): Replace * by + in the *Note regexp.
6286 Add regexp for http:// and ftp://. Skip the *Note prefix.
6287 (Info-follow-nearest-node): Add new arg `fork'.
6288 (Info-try-follow-nearest-node): Add new arg `fork'.
6289 Call browse-url for http:// and ftp:// references.
6290 Set Info-reference-name for index entries.
6291 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
6292 Info-search-next, Info-history, Info-toc, clone-buffer.
6293 (Info-menu-update): Replace * by + in the *Note regexp.
6294 (Info-mode): Add documentation for Info-history, Info-toc,
6295 Info-search-case-sensitively, Info-search-next, clone-buffer.
6296 (Info-fontify-menu-headers): Remove fun. Move code to
6297 Info-fontify-node.
6298 (Info-fontify-node): Add docstring. Add local vars
6299 fontify-visited-p and not-fontified-p. If not-fontified-p is t
6300 then fontify header line, titles, menu headers, http and ftp
6301 references, refill paragraphs. If not-fontified-p is t or
6302 fontify-visited-p is t then fontify cross references, menu items.
6303 Fontify menu headers. Fontify http and ftp references.
6304 Change regexp for cross references to require whitespace after *Note,
6305 add matching groups for file and node names. Remove hack for quote.
6306 Use display property for Info-hide-note-references=t. Use fifth
6307 or fourth match for help-echo. Display visited nodes in a
6308 different face. Unhide file names of external references.
6309 Unhide newlines. Display visited menu items in a different face.
6310
6311 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
6312
6313 * progmodes/compile.el: Require CL.
6314 (compilation-mode-font-lock-keywords): Re-install the "line as
6315 function" patch.
6316
6317 * help-fns.el (help-C-source-directory): New var.
6318 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
6319 (describe-function-1, describe-variable): Use them.
6320
6321 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
6322 to C source files specially.
6323
6324 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
6325
6326 * info.el (Info-hide-cookies-node): New function.
6327 (Info-select-node): Use it.
6328 (Info-display-images-node): Remove message with image file name.
6329
6330 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
6331
6332 * progmodes/compile.el (compilation-warning-face)
6333 (compilation-info-face, compilation-skip-threshold)
6334 (compilation-skip-visited, compilation-context-lines):
6335 Declare :version when added to Emacs.
6336 (compilation-error-regexp-alist-alist): Extend caml and irix.
6337 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
6338 (compilation-mode-font-lock-keywords): Temporarily undo line as
6339 function patch, which wasn't ready.
6340
6341 2004-04-07 Kenichi Handa <handa@m17n.org>
6342
6343 * international/latin1-disp.el (latin1-display-setup): Check each
6344 character is displayable or not instead of calling
6345 latin1-display-check-font.
6346
6347 2004-04-06 Kenichi Handa <handa@m17n.org>
6348
6349 * language/ethio-util.el (ethio-sera-being-called-by-w3):
6350 New variable.
6351 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
6352 instead of sera-being-called-by-w3.
6353 (ethio-fidel-to-sera-buffer): Likewise.
6354 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
6355 instead of sera-being-called-by-w3.
6356 (ethio-write-file): Likewise.
6357
6358 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6359
6360 * printing.el: Doc fix.
6361
6362 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
6363
6364 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
6365 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
6366 (gdb-setup-windows): Only use separate IO buffer if required.
6367
6368 2004-04-06 Kim F. Storm <storm@cua.dk>
6369
6370 * term.el (term-is-xemacs): Remove.
6371 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
6372 (term-window-width): New function.
6373 (term-mode, term-check-size): Use it.
6374 (term-mode): Disable overflow-newline-into-fringe in term buffer.
6375
6376 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
6377
6378 * cus-edit.el (custom-add-parent-links): Change unbound variable
6379 `symbol' to `name'.
6380
6381 2004-04-05 Jesper Harder <harder@ifa.au.dk>
6382 * info.el (info-apropos): New function.
6383 (Info-mode-menu): Add it.
6384 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
6385
6386 * help-mode.el (help-make-xrefs): Recognize aliased variable with
6387 inherited docstring.
6388
6389 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
6390
6391 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
6392
6393 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
6394
6395 * progmodes/compile.el (font-lock): Don't require any more.
6396 (compilation-error-properties, compilation-start, compilation-sentinel)
6397 (compilation-filter, next-error): Use with-current-buffer.
6398 (compilation-skip-to-next-location, compilation-skip-threshold)
6399 (compilation-skip-visited): Move to silence the byte-compiler.
6400 (compilation-setup): Simplify.
6401 (compilation-next-error): Use line-(beginning|end)-position.
6402 Make sure `pt' is non-nil before using compilation-loop.
6403 (compile-goto-error): Add optional event arg. Use it.
6404 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
6405 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
6406 Update the binding for mouse-2.
6407 (first-error): Set compilation-current-error to nil rather than bob.
6408 (compilation-parsing-end, compilation-parse-errors-function)
6409 (compilation-error-list, compilation-old-error-list):
6410 "New" compatibility variables.
6411 (compile-buffer-substring, compilation-compat-error-properties)
6412 (compilation-compat-parse-errors, compilation-forget-errors):
6413 New compatibility functions.
6414 (compilation-mode-font-lock-keywords): Use them.
6415
6416 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
6417
6418 * autorevert.el (auto-revert-handler): If point (or a window
6419 point) is at the end of the buffer, keep it there after
6420 reverting. This allows to tail a file.
6421 Mention this in the `Commentary'.
6422
6423 * format.el (format-write-file): Add optional argument CONFIRM
6424 and make it behave like the analogous argument to `write-file'.
6425
6426 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6427
6428 * progmodes/ebnf2ps.el: Doc fix.
6429 (ebnf-version): New version number (4.2).
6430 (ebnf-syntax): Customization and docstring fix.
6431 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
6432 Put autoloaded funs before first use.
6433 (ebnf-style-database): Add dtd entry.
6434 (ebnf-syntax-alist): Add dtd initialization.
6435 (ebnf-token-sequence): New fun.
6436 (ebnf-comment-table): Add new comment action character.
6437 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
6438
6439 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
6440 Type Definition for XML).
6441
6442 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
6443 * progmodes/ebnf-bnf.el (ebnf-sequence):
6444 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
6445 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
6446 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
6447 Code simplification: call ebnf-token-sequence.
6448
6449 2004-04-04 Eli Zaretskii <eliz@gnu.org>
6450
6451 * calendar/timeclock.el (timeclock-relative)
6452 (timeclock-get-project-function, timeclock-get-workday-function)
6453 (timeclock-query-out, timeclock-when-to-leave)
6454 (timeclock-when-to-leave-string, timeclock-log-data)
6455 (timeclock-generate-report, timeclock-in): Doc fixes.
6456
6457 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6458
6459 * url/: New dir. Import the URL package from its repository.
6460
6461 2004-04-03 Andreas Schwab <schwab@suse.de>
6462
6463 * diff-mode.el (diff-mode): Fix missing quote.
6464
6465 2004-04-03 Juri Linkov <juri@jurta.org>
6466
6467 * descr-text.el (describe-property-list): Add `font-lock-face'.
6468
6469 * dired.el (dired-font-lock-keywords): Fix permission regexps.
6470
6471 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6472
6473 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
6474 Use utf-16le on little endian machines and utf-16be otherwise.
6475
6476 2004-04-02 David Kastrup <dak@gnu.org>
6477
6478 * net/browse-url.el (browse-url-generic): Use call-process
6479 instead of start-process to allow browsers that fork and detach.
6480
6481 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
6482
6483 * compile.el (compilation-current-error): New var.
6484 (compilation-setup, compile-mouse-goto-error)
6485 (compile-goto-error, next-error): Use it.
6486 (compilation-skip-to-next-location): Default to t, which gives
6487 contiguous skipping like old compile (where this was redundant).
6488 (compilation-next-error): Prevent previous-* commands from moving
6489 back to message at or just before point.
6490
6491 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
6492
6493 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
6494 (gdb-source-info): Don't display source at startup, if required.
6495 (gdb-show-main): New option.
6496 (gdba): Update documentation.
6497 (gdb-source): Cover case of auto-display output.
6498
6499 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
6500
6501 * autorevert.el: Delete obsolete autoload's and defvar's.
6502 (auto-revert-check-vc-info): New user option.
6503 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
6504 (auto-revert-handler-vc): Delete.
6505 (auto-revert-handler): Treat return value `fast' of
6506 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
6507
6508 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
6509 return `fast'.
6510
6511 * files.el (buffer-stale-function): Doc change.
6512
6513 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6514
6515 * printing.el: New tip on Tips section.
6516 (pr-version): New version number (6.7.4).
6517 (pr-shell-file-name): Initialization fix.
6518
6519 2004-03-31 Juri Linkov <juri@jurta.org>
6520
6521 * dired.el: Add autoload for `dired-do-touch'.
6522 (dired-touch-program): New var.
6523 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
6524 (dired-no-confirm): Add `touch' to docstring.
6525
6526 * dired-aux.el (dired-do-touch): New fun.
6527 (dired-do-chxxx): Add argument -t for touch operation.
6528
6529 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
6530 `dired-move-to-filename-regexp'.
6531
6532 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
6533
6534 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
6535
6536 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6537
6538 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
6539 and only if the buffer was modified.
6540
6541 2004-03-30 Kenichi Handa <handa@m17n.org>
6542
6543 * international/characters.el: Delete pairs for U+2308..U+230B.
6544
6545 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
6546
6547 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
6548 to detect the beginning of a level 2 or 3 annotation.
6549
6550 2004-03-29 Kenichi Handa <handa@m17n.org>
6551
6552 * international/ucs-tables.el (ucs-insert): Fix the error message.
6553
6554 2004-03-29 Kenichi Handa <handa@m17n.org>
6555
6556 * international/mule-util.el (char-displayable-p): Fix generation
6557 of XLFD file name.
6558
6559 * Makefile.in (setwins, setwins_almost): Change directory to $wd
6560 before finding directories by `find'.
6561
6562 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
6563
6564 * subr.el (interactive-form): Delete. Now implemented in C.
6565
6566 * pcvs.el (cvs-parse-process): Workaround for Darwin.
6567
6568 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
6569 (vc-diff-label): New fun.
6570 (vc-diff-internal): Use it.
6571
6572 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
6573
6574 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6575
6576 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
6577
6578 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
6579 specify XML (EBNFX).
6580
6581 * progmodes/ebnf2ps.el: Doc fix.
6582 (ebnf-version): New version number (4.1).
6583 (ebnf-syntax): Adjust customization.
6584 (ebnf-style-database): Add ebnfx entry.
6585 (ebnf-syntax-alist): Add ebnfx initialization.
6586 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
6587
6588 * printing.el: Doc fix.
6589 (pr-version): New version number (6.7.3).
6590 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
6591 returns nil for mouse position. Reported by Drew Adams
6592 <drew.adams@oracle.com>.
6593 (pr-update-menus): Modify interactive declaration. Reported by Drew
6594 Adams <drew.adams@oracle.com>.
6595
6596 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
6597
6598 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
6599 (gud-gdba-marker-filter): Log the process input and output, if
6600 required. From Stefan Monnier.
6601 (gdb-debug-log, gdb-enable-debug-log): New variables.
6602 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
6603
6604 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
6605
6606 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
6607 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
6608
6609 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
6610
6611 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
6612 Call vc-find-file-hook here instead of in auto-revert-buffers.
6613 (auto-revert-buffers): Delete call to vc-find-file-hook.
6614 (auto-revert-verbose, global-auto-revert-non-file-buffers)
6615 (global-auto-revert-mode, auto-revert-set-timer)
6616 (auto-revert-handler, auto-revert-buffers): Doc fixes.
6617
6618 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
6619
6620 * woman.el (woman-change-fonts): Rename local variable
6621 woman-font-alist to font-alist to avoid a compiler warning.
6622
6623 2004-03-27 Dave Love <fx@gnu.org>
6624
6625 * emacs-lisp/rx.el (rx): Doc fix.
6626 Fix copyright years.
6627
6628 * strokes.el (strokes-global-set-stroke-string): New function.
6629 (strokes-list-strokes): Cope with strings, not just commands.
6630 Set foreground colour of image.
6631 (strokes-global-set-stroke): Doc fix.
6632
6633 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
6634
6635 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
6636 Auto Revert mode.
6637 (Buffer-menu-files-only): New variable.
6638 (Buffer-menu-toggle-files-only): New function.
6639 (Buffer-menu-mode-map): Bind it to `T'.
6640 (Buffer-menu-mode): Mention `T' in docstring.
6641 Set buffer-stale-function.
6642 (list-buffers-noselect): Mark buffer non-modified and set
6643 Buffer-menu-files-only.
6644
6645 * dired.el (buffer-stale-function): Remove no longer needed defvar.
6646
6647 * autorevert.el (auto-revert-handler): Print revert message
6648 before, rather than after, reverting.
6649 (buffer-stale-function): Move to files.el.
6650
6651 * files.el (buffer-stale-function): Move here from autorevert.el.
6652
6653 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6654
6655 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
6656
6657 * calc/calc.el (calc-mode-map): Use mapc.
6658
6659 * apropos.el (apropos-mode): Don't autoload.
6660 (apropos-symbols-internal): New fun. Extracted from `apropos'.
6661 (apropos): Use it.
6662 (apropos-print): Add optional `text' argument.
6663 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
6664 Don't assume point-min == 1.
6665
6666 * bs.el (bs-buffer-list): Use buffer-local-value.
6667 (bs--set-toggle-to-show): Use with-current-buffer.
6668
6669 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
6670 New funs.
6671 (list-buffers-noselect): Use them. Adjust :align-to to new style.
6672
6673 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
6674
6675 * dabbrev.el (dabbrev-expand): Fix regexp construction.
6676 (dabbrev--find-expansion): Use pop.
6677 (dabbrev--search): Use match-string-no-properties.
6678
6679 * dired.el (dired-mode): Use run-mode-hooks.
6680 (dired-move-to-end-of-filename): Use match-string.
6681
6682 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
6683 is bound before using it.
6684 (ediff-verbose-p): Make it into a var since it's not constant.
6685
6686 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
6687
6688 * faces.el (read-face-font): Don't cons up unnecessarily.
6689 (header-line, tool-bar): Share common parts.
6690
6691 * files.el (file-relative-name): Use compare-strings.
6692
6693 * finder.el (finder-mode): Follow coding convention.
6694
6695 * subr.el (read-number): New function.
6696
6697 * ses.el (ses-read-number): Move to subr.el.
6698 (ses-set-header-row): Use read-number.
6699
6700 2004-03-26 Andre Spiegel <spiegel@gnu.org>
6701
6702 * vc-hooks.el (vc-arg-list): New function, which handles both
6703 compiled and uncompiled code.
6704 (vc-default-workfile-unchanged-p): Use it.
6705
6706 * vc.el (vc-print-log): Undo prev change, use new function
6707 vc-arg-list from vc-hooks.el.
6708
6709 2004-03-26 Masatake YAMATO <jet@gyve.org>
6710
6711 * simple.el (completion-setup-function): Emphasize the
6712 first uncommon characters in the completions; and de-emphasize
6713 the common prefix substrings.
6714 (completion-emphasis): New face.
6715 (completion-de-emphasis): New face.
6716
6717 2004-03-25 Juanma Barranquero <lektu@terra.es>
6718
6719 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
6720 Comment out (it's unused and unfinished code).
6721
6722 2004-03-25 Sam Steingold <sds@gnu.org>
6723
6724 * vc.el (vc-print-log): Fix a bug in the last patch:
6725 backend-function may be a byte-compiled object, not a lambda.
6726
6727 2004-03-25 Juri Linkov <juri@jurta.org>
6728
6729 * descr-text.el (describe-property-list): Add a button
6730 for `face' property that calls `describe-face'.
6731 Suggested by luis fernandes <elf@ee.ryerson.ca>
6732
6733 * international/mule.el (keyboard-coding-system):
6734 * kmacro.el (kmacro-call-macro): Fix docstring.
6735
6736 * dired.el: Fix comments.
6737
6738 * textmodes/fill.el (fill): Fix Info link.
6739
6740 * font-lock.el (fast-lock, lazy-lock):
6741 * jit-lock.el (jit-lock): Remove links to removed Support Modes
6742 Info node.
6743
6744 * eshell/eshell.el (eshell): Fix broken info-link.
6745
6746 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
6747 * eshell/em-banner.el (eshell-banner):
6748 * eshell/em-smart.el (eshell-smart):
6749 * eshell/esh-cmd.el (eshell-cmd):
6750 Comment out broken info-links to incomplete Info manual.
6751
6752 * info-xref.el: Fix commentary.
6753
6754 2004-03-25 Kevin Ryde <user42@zip.com.au>
6755
6756 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
6757 Remove spurious node duplicate suppression, doesn't work, not wanted.
6758 (info-xref-output): Take format style args, add "sit-for 0" to let
6759 user see the results as they progress.
6760 (info-xref-check-all-custom): New function.
6761
6762 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
6763
6764 * gdb-ui.el: Moved to progmodes.
6765
6766 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6767
6768 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
6769
6770 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
6771
6772 * calendar/appt.el (appt-check): Remove superfluous progn.
6773 When finished with diary buffer: if it was not being displayed
6774 before, kill it; otherwise restore its original state.
6775 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
6776
6777 * calendar/calendar.el (calendar-set-mode-line): Use total
6778 available mode-line width, rather than frame-width.
6779
6780 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
6781 after mode change so effect not lost.
6782
6783 2004-03-23 Dave Love <fx@gnu.org>
6784
6785 * dired.el (dired) <defgroup>: Add link to manual.
6786 (dired-font-lock-keywords): Add highlighting on unusual permissions.
6787 (dired-revert): Use dolist.
6788 (dired-mode-map): Add U binding.
6789 (dired-mode): Add font-lock-beginning-of-syntax-function.
6790 (dired-garbage-files-regexp): Make it a defcustom.
6791
6792 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
6793
6794 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
6795 is equivalent to nil.
6796 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
6797 (vc-arch-mode-line-string): Accept `added' state.
6798 (vc-arch-state): Use inode-sigs if available.
6799 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
6800 Copy&delete existing id file if any. Fallback if uuidgen is absent.
6801 (vc-arch-tagline-re): New var.
6802 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
6803 New functions.
6804 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
6805 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
6806
6807 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
6808 (vc-file-not-found-hook): Use it.
6809
6810 * diff-mode.el (diff-default-read-only): Change default.
6811 (diff-mode-hook): Make it a defcustom. Add some options.
6812 (diff-mode-map): Bind diff-refine-hook.
6813 (diff-yank-handler): New var.
6814 (diff-yank-function): New fun.
6815 (diff-font-lock-keywords): Use them.
6816 (diff-end-of-file): Handle case where file-header looks like diff text.
6817 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
6818 (diff-file-kill): Delete a subsequent empty line, if applicable.
6819 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
6820 (diff-find-file-name): Use it.
6821 (diff-tell-file-name): New command.
6822 (diff-mode): Be careful with view-mode.
6823 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
6824 New functions, for use in diff-mode-hook.
6825 (diff-find-source-location): Catch "regex too large" errors.
6826 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
6827 (diff-refine-hunk): New command.
6828
6829 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
6830 (smerge-context-menu-map): Remove unused var.
6831 (smerge-keep-all): Preserve markers.
6832 (smerge-keep-n): New fun.
6833 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
6834 (smerge-keep-current, smerge-ediff): Use it.
6835 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
6836 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
6837 (smerge-resolve): Resolve trivial 3-part conflicts.
6838
6839 2004-03-23 Juri Linkov <juri@jurta.org>
6840
6841 * man.el (Man-width): New var.
6842 (Man-getpage-in-background): Use it.
6843 (Man-support-local-filenames): New var and fun.
6844 (Man-build-man-command): Don't add a second %s.
6845 (Man-fontify-manpage): Clean up message.
6846 (Man-mode): Set outline-regexp, outline-level,
6847 imenu-generic-expression.
6848
6849 * woman.el (woman-fill-frame): Doc fix.
6850 (woman-decode-region): Use window-width instead of frame-width.
6851
6852 * abbrevlist.el (list-one-abbrev-table):
6853 * descr-text.el (describe-char):
6854 * international/mule-diag.el (describe-current-coding-system):
6855 * international/quail.el (quail-insert-decode-map):
6856 Use window-width instead of frame-width.
6857
6858 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
6859 (jka-compr-mode-alist-additions): Add tbz.
6860 (jka-compr-write-region, jka-compr-insert-file-contents):
6861 Add message for undefined compress-program.
6862 (jka-compr-write-region): Remove redundant var bindings.
6863
6864 * dired-x.el (dired-guess-shell-alist-default): Add choices for
6865 extracting files into subdirectory. Add tbz and dz. Fix regexps.
6866 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
6867 (dired-man): Use dired-guess-shell-command.
6868 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
6869 Change default nil to t.
6870
6871 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
6872 (dired-compare-directories): Add default value for empty input.
6873
6874 * help-at-pt.el: Move suggestions for key bindings to Commentary.
6875
6876 * time.el (display-time-string-forms): Fix help-echo date format.
6877
6878 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
6879
6880 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
6881 (buffer-stale-function): New variable.
6882 (auto-revert-list-diff, auto-revert-dired-file-list)
6883 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
6884 (auto-revert-handler): Take over some functionality of deleted
6885 functions.
6886 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
6887
6888 * dired.el (dired-directory-changed-p): New fun, extracted from
6889 dired-internal-noselect.
6890 (dired-buffer-stale-p): New fun.
6891 (dired-internal-noselect): Use dired-directory-changed-p.
6892 Eliminate revert messages.
6893 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
6894
6895 2004-03-23 Kenichi Handa <handa@m17n.org>
6896
6897 * international/characters.el: Setup syntaxes for more parentheses
6898 Unicode characters.
6899
6900 * international/mule-cmds.el (select-safe-coding-system):
6901 Merge coding-system and auto-cs before comparing them.
6902
6903 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
6904
6905 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
6906
6907 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
6908 normal-auto-fill-function and comment-indent-function.
6909 The default values now work just as well.
6910 Don't set font-lock-beginning-of-syntax-function since we already set
6911 syntax-begin-function.
6912 (lisp-outline-level): Put ;;;###autoload at same level as (.
6913 (prin1-char): Quote special chars.
6914
6915 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
6916 than with-no-warnings.
6917
6918 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
6919 if the source location can't be found.
6920 (edebug-compute-previous-result): Use prin1-char.
6921
6922 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
6923 (debug-ignored-errors): Add an entry.
6924
6925 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
6926 (byte-compile-file): Output warning when deleting a file.
6927
6928 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
6929 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
6930
6931 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
6932 (byte-compile-inline-expand): Use backquote.
6933 (byte-optimize-pure-func): Rename from byte-optimize-concat.
6934 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
6935
6936 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
6937
6938 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
6939
6940 2004-03-22 Juri Linkov <juri@jurta.org>
6941
6942 * finder.el (finder-known-keywords): Fix data, tex, unix.
6943
6944 * play/landmark.el: Fix keywords.
6945
6946 * language/ethio-util.el (ethio-find-file): Doc fix.
6947
6948 * emacs-lisp/warnings.el: Doc fix.
6949
6950 * textmodes/ispell.el (ispell-help): Doc fix.
6951
6952 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
6953
6954 * format.el (format-insert-file): Always return a list of two
6955 elements, like insert-file-contents does.
6956
6957 2004-03-21 Andre Spiegel <spiegel@gnu.org>
6958
6959 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
6960 and vc-BACKEND-diff.
6961 (vc-print-log): If the print-log implementation supports it, use
6962 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
6963 (vc-version-diff, vc-diff-internal): Doc fixes.
6964
6965 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
6966 implementation supports it, let diff output go to *vc*,
6967 not *vc-diff*, since this is an internal call.
6968
6969 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
6970
6971 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
6972
6973 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
6974
6975 2004-03-21 Dave Love <fx@gnu.org>
6976
6977 * progmodes/cfengine.el (cfengine-mode):
6978 Set parse-sexp-ignore-comments.
6979
6980 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
6981
6982 2004-03-21 Juanma Barranquero <lektu@terra.es>
6983
6984 * allout.el (allout-mode): Fix docstring.
6985
6986 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
6987
6988 * files.el (insert-directory): Fix bug if SWITCHES is a list.
6989
6990 * autorevert.el (auto-revert-interval): Make new value take
6991 effect immediately when set through Custom.
6992 (auto-revert-set-timer): Add interactive declaration.
6993
6994 2004-03-19 David Ponce <david@dponce.com>
6995
6996 * ruler-mode.el (ruler-mode-header-line-format-old):
6997 Don't `make-variable-buffer-local'.
6998 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
6999 (ruler-mode-header-line-format): Simply funcall the above.
7000 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
7001 to save/restore a previous header line format.
7002 (ruler-mode-space): Don't depend on a numeric WIDTH value.
7003 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
7004 fringes and margins width.
7005 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
7006
7007 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
7008
7009 * log-edit.el (log-edit-font-lock-keywords): Typo.
7010
7011 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
7012 (tex-send-tex-command): Rather than here.
7013 (tex-compilation-parse-errors): Simplify.
7014
7015 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
7016
7017 * time.el (display-time-string-forms): Add help-echo with date on time.
7018
7019 * composite.el (compose-region): Use restore-buffer-modified-p.
7020
7021 * disp-table.el (standard-display-8bit): Simplify.
7022
7023 * server.el (server-process-filter): Delete temp frame.
7024
7025 * add-log.el (add-change-log-entry): Simplify.
7026
7027 2004-03-19 Kim F. Storm <storm@cua.dk>
7028
7029 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
7030 (hexl-follow-line): Don't require 'fringe.
7031
7032 * progmodes/compile.el (compilation-start): Always set
7033 compilation-last-buffer and return it.
7034
7035 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
7036
7037 * simple.el (clone-buffer): Doc fix.
7038
7039 2004-03-18 Juanma Barranquero <lektu@terra.es>
7040
7041 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
7042
7043 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
7044
7045 * log-edit.el (log-edit-font-lock-keywords): New var.
7046 (log-edit-mode): Use it.
7047
7048 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
7049
7050 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
7051 properly for watching in speedbar.
7052
7053 2004-03-17 Masatake YAMATO <jet@gyve.org>
7054
7055 * smerge-mode.el (smerge-popup-context-menu):
7056 Put `unwind-protect' around `overlay-put' and `popup-menu'.
7057
7058 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
7059
7060 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
7061 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
7062 Take sealed revisions into account.
7063 (vc-arch-checkin): Extract a summary line from the message.
7064
7065 2004-03-16 Masatake YAMATO <jet@gyve.org>
7066
7067 * register.el (register): Provide `register' feature.
7068
7069 2004-03-15 Masatake YAMATO <jet@gyve.org>
7070
7071 Added context menu support in smerge mode.
7072 Most of the part is written by Stefan Monnier.
7073
7074 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
7075 New keymap and menu.
7076 (smerge-text-properties): New function.
7077 (smerge-remove-props): New function.
7078 (smerge-popup-context-menu): New function.
7079 (smerge-resolve): Call `smerge-remove-props'.
7080 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
7081 (smerge-keep-current): Ditto.
7082 (smerge-kill-current): New function.
7083 (smerge-match-conflict): Put text properties.
7084 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
7085
7086 2004-03-15 David Ponce <david@dponce.com>
7087
7088 * ruler-mode.el: (ruler-mode-left-fringe-cols)
7089 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
7090 (ruler-mode-right-scroll-bar-cols): Remove.
7091 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
7092 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
7093 Use fringe-columns and scroll-bar-columns.
7094
7095 2004-03-15 Masatake YAMATO <jet@gyve.org>
7096
7097 * hl-line.el (hl-line-range-function): New variable.
7098 (hl-line-move): New function.
7099 (global-hl-line-highlight): Use `hl-line-move'.
7100 (hl-line-highlight): Ditto.
7101
7102 * scroll-bar.el (scroll-bar-columns):
7103 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
7104
7105 * ruler-mode.el (top-level): Require scroll-bar and fringe.
7106 (ruler-mode-left-fringe-cols)
7107 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
7108 (ruler-mode-right-scroll-bar-cols)
7109 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
7110 (ruler-mode-ruler-function): New variable.
7111 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
7112 if the value for `ruler-mode-ruler-function'is given.
7113
7114 * hexl.el (hexl-mode-hook): Make the hook customizable.
7115 (hexl-address-area, hexl-ascii-area): New customize variables.
7116 (hexlify-buffer): Put font-lock-faces on the address area and
7117 the ascii area.
7118 (hexl-activate-ruler): New function.
7119 (hexl-follow-line): New function.
7120 (hexl-highlight-line-range): New function.
7121 (hexl-mode-ruler): New function.
7122
7123 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
7124
7125 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
7126 (vc-default-find-file-hook): New fun.
7127 (vc-find-file-hook): Call new find-file-hook operation.
7128
7129 * vc-arch.el: New file.
7130
7131 2004-03-12 Jesper Harder <harder@ifa.au.dk>
7132
7133 * info-look.el (info-lookup): Reuse an existing Info window.
7134
7135 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
7136
7137 * woman.el (woman-preserve-ascii): Default value changed to t and
7138 doc string revised.
7139
7140 2004-03-12 Richard M. Stallman <rms@gnu.org>
7141
7142 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
7143 Fix minor bug.
7144
7145 * replace.el (occur-engine): Change message for count of matches.
7146
7147 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
7148 For strings, do compare text properties.
7149
7150 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
7151
7152 * progmodes/compile.el (compile-auto-highlight)
7153 (compilation-error-list, compilation-old-error-list)
7154 (compilation-parse-errors-function, compilation-parsing-end)
7155 (compilation-error-message, compilation-directory-stack)
7156 (compilation-enter-directory-regexp-alist)
7157 (compilation-leave-directory-regexp-alist)
7158 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
7159 (compilation-current-file, compilation-regexps): Remove vars.
7160
7161 (compile-error-at-point, compilation-error-filedata)
7162 (compilation-error-filedata-file-name, compile-reinitialize-errors)
7163 (compilation-next-error-locus, compilation-forget-errors)
7164 (count-regexp-groupings, compilation-parse-errors)
7165 (compile-collect-regexps, compile-buffer-substring): Remove funs.
7166
7167 (compile-internal): Make obsolete.
7168
7169 (compilation-first-column, compilation-error)
7170 (compilation-directory-matcher, compilation-page-delimiter)
7171 (compilation-mode-font-lock-keywords, compilation-debug)
7172 (compilation-error-face, compilation-warning-face)
7173 (compilation-info-face, compilation-line-face)
7174 (compilation-column-face, compilation-enter-directory-face)
7175 (compilation-leave-directory-face, compilation-skip-threshold)
7176 (compilation-skip-visited, compilation-context-lines): New vars.
7177
7178 (compilation-warning-face, compilation-info-face)
7179 (compilation-message-face): New faces.
7180
7181 (compilation-error-regexp-alist-alist): New constant.
7182
7183 (compilation-face, compilation-directory-properties)
7184 (compilation-assq, compilation-error-properties, compilation-start)
7185 (define-compilation-mode, compilation-loop)
7186 (compilation-set-window): New functions.
7187
7188 (compile): Additional argument for interactive compiles like TeX.
7189
7190 * progmodes/grep.el (kill-grep): Move here from compile.el
7191 (grep-error, grep-hit-face, grep-error-face)
7192 (grep-mode-font-lock-keywords): New variables.
7193 (grep-regexp-alist): Simplify regexp and add `binary' case.
7194 (grep-mode): New mode.
7195 (grep-process-setup): Simplify.
7196
7197 2004-03-11 Jason Rumney <jasonr@gnu.org>
7198
7199 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
7200 letters on DOS/Windows.
7201
7202 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
7203
7204 * server.el (server-name): New var.
7205 (server-socket-dir): New var to replace server-socket-name.
7206 (server-start): Use them.
7207
7208 2004-03-11 Simon Josefsson <jas@extundo.com>
7209
7210 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
7211 died to avoid infloop. Reported by Jonathan Glauner
7212 <jglauner@sbum.org>.
7213
7214 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7215
7216 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
7217 (smerge-mode-menu): Use it to deactivate menu entries.
7218 (smerge-keep-current): New fun.
7219 (smerge-keep-current): Use it.
7220
7221 2004-03-10 John Paul Wallington <jpw@gnu.org>
7222
7223 * foldout.el (foldout-fold-list, foldout-modeline-string):
7224 Declare them as variables, not constants.
7225
7226 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7227
7228 * ps-print.el: Modification to print *Messages* buffer.
7229 (ps-print-version): New version 6.6.4.
7230 (ps-message-log-max): New fun.
7231 (ps-spool-without-faces, ps-spool-with-faces)
7232 (ps-count-lines-preprint): Code fix.
7233
7234 * printing.el: New tips in Tips section.
7235
7236 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7237
7238 * delim-col.el: Doc fix.
7239
7240 * printing.el: Doc fix. New doc section (Tips).
7241
7242 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
7243
7244 * type-break.el (type-break-emacs-variant): Remove.
7245 (type-break-run-at-time, type-break-cancel-function-timers):
7246 Use fboundp rather than version name and number.
7247
7248 2004-03-09 Masatake YAMATO <jet@gyve.org>
7249
7250 * hexl.el (hexl-mode): Use `make-local-variable' instead of
7251 `make-variable-buffer-local'.
7252
7253 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
7254
7255 * find-dired.el (find-dired): Call `shell-command' instead of
7256 `start-process-shell-command'. By this, Tramp takes over
7257 handling of remote directories.
7258
7259 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
7260
7261 * newcomment.el (comment-use-global-state): New var.
7262 (comment-search-forward): Use it.
7263
7264 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
7265
7266 * cus-edit.el (fill) <defgroup>: Move to fill.el.
7267
7268 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
7269 (enable-kinsoku): Make it a defcustom.
7270 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
7271 paragraph to same-comment-start-marker.
7272
7273 2004-03-07 Dave Love <fx@gnu.org>
7274
7275 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
7276 (browse-url-mail): Use it.
7277
7278 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
7279 (rfc2368-unhexify-string): Use replace-regexp-in-string.
7280
7281 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
7282
7283 * woman.el (woman-man.conf-path): Doc fix.
7284 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
7285
7286 2004-03-07 Eli Zaretskii <eliz@gnu.org>
7287
7288 * sort.el (sort-columns): Remove ms-dos from the list of systems
7289 where the external `sort' command is not used.
7290
7291 2004-03-07 Kim F. Storm <storm@cua.dk>
7292
7293 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
7294 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
7295 from overlay-arrow-variable-list.
7296 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
7297
7298 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
7299
7300 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
7301 overlay arrow string properly for the assembler buffer.
7302
7303 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
7304
7305 * mail/sendmail.el (mail-mode): Fix last change.
7306
7307 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
7308
7309 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
7310 for the assembler buffer.
7311 (gdb-assembler-custom): Position the overlay arrow.
7312 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
7313
7314 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
7315
7316 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
7317
7318 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
7319 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
7320
7321 * mail/sendmail.el (mail-mode): Set comment-start-skip.
7322
7323 * newcomment.el (uncomment-region): Allow non-terminated comment.
7324 (comment-normalize-vars): Check the user-specified comstart marker.
7325
7326 2004-03-04 Jesper Harder <harder@ifa.au.dk>
7327
7328 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
7329 Otherwise, do use it if the region only contains font-lock text
7330 properties.
7331
7332 2004-03-04 Masatake YAMATO <jet@gyve.org>
7333
7334 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
7335 as the callback function for eldoc.
7336 (hexl-print-current-point-info): New function.
7337 (hexl-current-address): Print the address in both decimal
7338 and hexadecimal format.
7339
7340 2004-03-04 Richard M. Stallman <rms@gnu.org>
7341
7342 * mail/rmail.el (rmail-convert-to-babyl-format):
7343 Specify t for UNIBYTE when calling mail-unquote-printable-region.
7344
7345 * mail/mail-utils.el (mail-unquote-printable-region):
7346 New arg UNIBYTE.
7347
7348 * startup.el (command-switch-alist): Doc fix.
7349
7350 * simple.el (undo): Temporarily set this-command to `undo-start',
7351 then set it to `undo' once undo-start returns without error.
7352
7353 * simple.el (minibuffer-history-sexp-flag): Doc fix.
7354
7355 * simple.el (kill-line): Don't disregard trailing whitespace
7356 in eol condition, if show-trailing-whitespace is set.
7357
7358 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
7359 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
7360 When disabling, restore old values only if mouse-sel-has-been-enabled.
7361
7362 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
7363 (isearch-{-char): New function.
7364 (isearch-mode-map): Bind { to isearch-{-char.
7365
7366 * font-lock.el (lisp-font-lock-keywords-2):
7367 Turn off the CL with-... and do-... general patterns.
7368 Instead, recognize several specific with... and do... constructs.
7369
7370 * files.el (switch-to-buffer-other-window):
7371 Bind same-window-buffer-names and same-window-regexps to nil.
7372 (switch-to-buffer-other-frame): Likewise.
7373
7374 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
7375
7376 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
7377 recognizing leading comment on code line.
7378
7379 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
7380
7381 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
7382 hidden files/directories.
7383
7384 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
7385
7386 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
7387 only comment-start (in case the mode hasn't set it).
7388
7389 * Makefile.in (AUTOGENEL): New var.
7390 (bootstrap-prepare): Rename from bootstrap-clean.
7391 Don't remove elc files.
7392 (maintainer-clean): New target.
7393
7394 * xml.el (xml-get-attribute-or-nil): Simplify.
7395
7396 2004-03-02 Juri Linkov <juri@jurta.org>
7397
7398 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
7399 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
7400 URL to prevent their substitution with the environment variable
7401 values by browsers.
7402
7403 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7404
7405 * ps-print.el: Doc fix.
7406 (ps-print-version): New version number (6.6.3).
7407 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
7408 Docstring fix.
7409 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
7410 before printing.
7411 (ps-time-stamp-yyyy-mm-dd): New fun.
7412 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
7413
7414 2004-03-02 Kim F. Storm <storm@cua.dk>
7415
7416 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
7417
7418 2004-03-01 Juanma Barranquero <lektu@terra.es>
7419
7420 * allout.el (allout-rebullet-heading): Fix typo in docstring.
7421
7422 * desktop.el (desktop-file-version)
7423 (desktop-after-read-hook): Fix typos.
7424 (desktop-clear-preserve-buffers): Remove redundant info in
7425 docstring already shown by the obsolescence message.
7426 (desktop-truncate, desktop-internal-v2s)
7427 (desktop-value-to-string): Change argument name to match docstring.
7428
7429 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
7430
7431 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
7432 docstring.
7433
7434 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7435
7436 * printing.el: Replace "As Is..." in PostScript file print/preview by
7437 "No Preprocessing...". Suggested by Colin Marquardt
7438 <_marquardt_@zmd.de>.
7439 (pr-insert-section-4): Adjust buffer interface.
7440
7441 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
7442
7443 Version 2.0.39 of Tramp released.
7444
7445 * net/tramp.el (tramp-handle-file-local-copy)
7446 (tramp-handle-write-region, tramp-open-connection-rsh):
7447 Variable name typo. Small change. From Patrick Tullmann
7448 <tullmann@flux.utah.edu>.
7449 (tramp-process-connection-type): New variable.
7450 (tramp-maybe-open-connection): Use it.
7451 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
7452 (tramp-touch): Set last-modified time of a remote file.
7453 (tramp-handle-write-region): Say which function is used when encoding.
7454
7455 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
7456
7457 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
7458 case of non-existing filename, too. Reported by Christoph Bauer
7459 <c_bauer@informatik.uni-kl.de>.
7460 (tramp-smb-get-file-entries): The directory in question should
7461 have permissions "drwxrwxrwx". Just virtual, because we don't
7462 know the real permissions. Don't we know?
7463 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
7464 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
7465 (tramp-smb-wait-for-output): Optimize algorithm getting pending
7466 output. If it was received chunkwise, there have been problems.
7467 Remove the "prompt not found" error message; it is obvious.
7468 Simplify algorithm.
7469 (tramp-smb-process-running): Remove. Since we acknowledge the
7470 virtual prompt for shares, there's no need for distinction of
7471 reading shares (process ends afterwards) and interactive mode of
7472 smblient.
7473 (tramp-smb-open-connection): Setting process sentinel removed.
7474 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
7475 "NT_STATUS_NETWORK_ACCESS_DENIED".
7476 (tramp-smb-maybe-open-connection): Set `process-connection-type'
7477 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
7478 (top-level): Setting default value in `tramp-default-method-alist'
7479 corrected. Order of USER and HOST have been wrong.
7480 Nobody complained for months ...
7481 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
7482 (tramp-smb-open-connection): Clear password cache if login has failed.
7483
7484 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
7485 `tramp-unified-filenames'.
7486 (tramp-completion-mode): Make test for XEmacs explicitely.
7487 `event-to-character' can exists in Emacs packages too.
7488 Reported by Matt Swift <swift@alum.mit.edu>.
7489 (tramp-buffer-name): Buffer name must contain the user if exists.
7490 Reported by Adrian Phillips <a.phillips@met.no>.
7491 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
7492 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
7493 (tramp-do-copy-or-rename-file-out-of-band): Rename from
7494 `tramp-do-copy-or-rename-file-one-local', because it handles also
7495 the case both files use the same out-of-band method.
7496 Implementation added.
7497 (tramp-handle-file-local-copy, tramp-handle-write-region):
7498 Out-of-band handling removed. `copy-file' called instead, which
7499 calls `tramp-do-copy-or-rename-file-out-of-band'.
7500 (tramp-action-password): Check for out-of-band method removed.
7501 This function is used for 'login-program.
7502 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
7503 appropriate.
7504 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
7505 and `tramp-parse-sknownhosts'.
7506 (tramp-completion-function-alist): It's a defvar now, because we
7507 want to apply the optimized `tramp-set-completion-function'
7508 instead of a static list.
7509 (tramp-set-completion-function): Implementation tuned.
7510 Avoid double entries, and entries where the function or the
7511 file/directory doesn't exist.
7512 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
7513 for SSH2.
7514 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
7515 (tramp-handle-dired-compress-file): New function.
7516 (tramp-async-proc): New variable.
7517 (tramp-handle-shell-command): Adding asynchronous processes.
7518 They are far from being perfect, but it works at least for
7519 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
7520 (top-level): Require password.el if visible. Should be mandatory
7521 once No Gnus has found its way into (X)Emacs.
7522 (tramp-read-passwd): Invoke `password-read' if available,
7523 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
7524 fallback any longer.
7525 (tramp-clear-passwd): New function.
7526 (tramp-process-actions, tramp-process-multi-actions):
7527 Clear password cache if login has failed.
7528
7529 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
7530 its own module.
7531 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
7532 `ange-ftp-ftp-name-res'. There could be incorrect values from
7533 previous calls in case the "ftp" method is used in the Tramp file
7534 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
7535
7536 2004-02-28 Richard M. Stallman <rms@gnu.org>
7537
7538 * term.el (term-mouse-paste): Call mouse-set-point.
7539
7540 * thumbs.el: New file.
7541
7542 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7543
7544 * progmodes/ebnf-abn.el: Doc fix.
7545
7546 * progmodes/ebnf-bnf.el: Doc fix.
7547 (ebnf-repeat): Code fix.
7548
7549 * progmodes/ebnf2ps.el: Doc fix.
7550 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
7551
7552 2004-02-28 Juri Linkov <juri@jurta.org>
7553
7554 * ffap.el (dired-at-point): Additional writability test for
7555 relative directory names.
7556 (dired-at-point-prompter): Treat directories as a directory, get
7557 the directory component from files.
7558 (ffap-string-at-point): Return string from region if region is active.
7559 (ffap-file-at-point): Remove redundant code.
7560
7561 2004-02-28 Kim F. Storm <storm@cua.dk>
7562
7563 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
7564 Initialize margin area images to nil.
7565 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
7566 (breakpoint-enabled-bitmap-face)
7567 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
7568 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
7569 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
7570 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
7571 (gdb-reset): Use gdb-remove-breakpoint-icons.
7572 (gdb-put-string): Add dprop arg to specify alternative display
7573 property (for setting fringe bitmap).
7574 (gdb-remove-strings): Doc fix.
7575 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
7576 icon in fringe (if available), or else as icon or text in display
7577 margin. Creates necessary icons in breakpoint-bitmap,
7578 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
7579 Also make left window margin if required.
7580 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
7581 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
7582 no longer needed.
7583 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
7584 gdb-put-breakpoint-icon.
7585 (gdb-assembler-mode): Don't set left-margin-width here.
7586
7587 2004-02-27 Kevin Ryde <user42@zip.com.au>
7588
7589 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
7590 comma, so that it DTRT in macros.
7591
7592 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
7593
7594 * progmodes/sh-script.el (sh-shell-arg)
7595 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
7596 (sh-leading-keywords, sh-other-keywords): Fix custom type.
7597
7598 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
7599
7600 * faces.el (face-spec-set-match-display): Add a new attribute,
7601 `min-colors'.
7602 (region, highlight, secondary-selection): Use `min-colors'.
7603
7604 * custom.el (defface): Add documentation for `min-colors'.
7605
7606 * font-lock.el (font-lock-comment-face, font-lock-string-face)
7607 (font-lock-keyword-face, font-lock-function-name-face)
7608 (font-lock-variable-name-face, font-lock-constant-face):
7609 Use `min-colors'.
7610
7611 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
7612
7613 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7614
7615 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
7616 define assq-delete-all if it's not defined.
7617 (ebnf-generate-region): Code fix.
7618
7619 * printing.el: Doc fix.
7620 (pr-version): New version number (6.7.2).
7621 (pr-command): Return empty string if command is an empty string.
7622
7623 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7624
7625 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
7626
7627 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
7628 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
7629 semi-down-full. Fix a bug on productions like test = {"test"}* | (
7630 "tt" ["test"] ). Reported by Markus Dreyer
7631 <mdreyer@ix.urz.uni-heidelberg.de>.
7632 (ebnf-version): New version number (4.0).
7633 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
7634 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
7635 (ebnf-delete-style): New commands.
7636 (ebnf-directory, ebnf-file): New funs.
7637 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
7638 (ebnf-production-name-p, ebnf-stop-on-error): New options.
7639 (ebnf-syntax-alist): New var.
7640 (ebnf-element-width): New fun replacing ebnf-list-width.
7641 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
7642 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
7643 (ebnf-prologue): Adjust vars.
7644 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
7645 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
7646 (ebnf-check-style-values, ebnf-generate-production)
7647 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
7648 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
7649 (ebnf-token-repeat): Code fix.
7650
7651 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
7652 %right, %left and %prec. Suggested by Matthew K. Junker
7653 <junker@alum.mit.edu>.
7654 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
7655
7656 * progmodes/ebnf-iso.el: Doc fix.
7657 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
7658 (ebnf-iso-lex): Code fix.
7659
7660 * progmodes/ebnf-bnf.el: Doc fix.
7661 (ebnf-bnf-lex): Code fix.
7662
7663 * progmodes/ebnf-otz.el: Doc fix.
7664
7665 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
7666
7667 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
7668 (abbrev-prefix-mark): Doc fix.
7669
7670 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
7671
7672 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
7673 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
7674 (gdb-var-delete): Make interactive (really).
7675 (gdb-edit-value): Make non-interactive.
7676
7677 * progmodes/gud.el (gud-speedbar-menu-items):
7678 Add gdb-var-delete and, indirectly, gdb-edit-value.
7679 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
7680 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
7681 (gud-gdb-marker-filter): Add comment for annotations.
7682
7683 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
7684
7685 * calendar/calendar.el (generate-calendar)
7686 (calendar-read-date): Prevent display of BC calendars once more -
7687 reverts 2003-10-01 change.
7688 (generate-calendar-month): Doc fix.
7689
7690 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
7691
7692 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
7693 return value of increment-calendar-month.
7694
7695 2004-02-21 Stephen Compall <s11@member.fsf.org>
7696
7697 * saveplace.el (save-place-forget-unreadable-files)
7698 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
7699 (save-place-forget-unreadable-files): New function.
7700 (save-place-alist-to-file): Use it to filter out files that are
7701 no longer readable.
7702
7703 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
7704 current Texinfo environment, using the same method as in
7705 `texinfo-insert-@end', and insert a space rather than a newline if
7706 point in a @table environment.
7707
7708 2004-02-21 Juri Linkov <juri@jurta.org>
7709
7710 * ffap.el (ffap-file-at-point): Try parent directories.
7711
7712 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
7713
7714 * vcursor.el (vcursor-modifiers): New defcustom.
7715 (vcursor-cs-binding): Use vcursor-modifiers instead of a
7716 hard-coded list.
7717
7718 2004-02-21 Masatake YAMATO <jet@gyve.org>
7719
7720 * play/animate.el (animate-birthday-present): Accept names other
7721 than `Sarah', too.
7722
7723 2004-02-21 Juri Linkov <juri@jurta.org>
7724
7725 * startup.el: Remove table of command line arguments from the
7726 Commentary section.
7727
7728 2004-02-20 John Wiegley <johnw@newartisans.com>
7729
7730 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
7731 again" modifier from 'e' to 'E', since 'e' is also used by the
7732 "file extension" modifier.
7733
7734 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
7735
7736 * help-fns.el (describe-categories): Doc fix.
7737
7738 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
7739
7740 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
7741 temporary file for buffer already visiting one. This change makes
7742 output likely to be directly usable by patch program.
7743 Suggested by Adrian Aichner <adrian@xemacs.org>
7744
7745 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
7746
7747 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
7748 case of variables defined in compound statements.
7749 (gdb-setup-windows, gdb-source-info, gdb-source-info):
7750 Simplify constructions using switch-to-buffer.
7751
7752 2004-02-19 Simon Josefsson <jas@extundo.com>
7753
7754 * play/morse.el: Fix typo.
7755 (morse-code): Add @.
7756
7757 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
7758
7759 * calendar/appt.el (appt-display-format): Change default to
7760 'ignore, for backwards compatibility.
7761 (appt-display-message): If appt-display-format is 'ignore,
7762 respect old vars appt-msg-window and appt-visible.
7763 (appt-activate): Don't depend on return value of cancel-timer.
7764
7765 * calendar/calendar.el (calendar-holidays): Doc fix.
7766
7767 * calendar/cal-coptic.el (coptic-prompt-for-date):
7768 Use assoc-string instead of assoc-ignore-case.
7769 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
7770 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
7771 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
7772 * calendar/cal-islam.el (calendar-goto-islamic-date)
7773 (mark-islamic-diary-entries): Ditto.
7774 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
7775 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
7776 (calendar-read-mayan-tzolkin-date): Ditto.
7777 * calendar/calendar.el (calendar-read-date): Ditto.
7778 * calendar/diary-lib.el (mark-diary-entries): Ditto.
7779
7780 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
7781
7782 * progmodes/executable.el (executable-command-find-posix-p):
7783 Fix choice of the directory.
7784
7785 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
7786
7787 * simple.el (interprogram-cut-function)
7788 (interprogram-paste-function, kill-new, kill-append):
7789 Doc fixes.
7790 (kill-region): Make it return nil. Doc fix.
7791 (yank-pop): Make its argument optional.
7792 (yank): Make ARG `-' equivalent to `-1'.
7793
7794 2004-02-17 Eli Zaretskii <eliz@gnu.org>
7795
7796 * mail/rmail.el (rmail-get-new-mail): Don't reference
7797 rmail-use-spam-filter if rmail-spam-filter is not loaded.
7798
7799 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
7800
7801 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
7802 if one of global-auto-revert-non-file-buffers or autorevert-mode
7803 is non-nil.
7804
7805 2004-02-16 Eli Zaretskii <eliz@gnu.org>
7806
7807 * subr.el (delete-dups): A better implementation from Karl Heuer
7808 <kwzh@gnu.org>.
7809
7810 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
7811
7812 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
7813 correct place.
7814 * progmodes/icon.el (icon-indent-command): Ditto.
7815 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
7816
7817 2004-02-16 Eli Zaretskii <eliz@gnu.org>
7818
7819 * progmodes/grep.el (grep-compute-defaults): Undo change from
7820 2004-01-29: don't use executable-command-find-posix-p.
7821
7822 2004-02-16 Richard Sharman <rsharman@pobox.com>
7823
7824 * hilit-chg.el: Use require instead of eval-and-compile.
7825 (highlight-compare-buffers): New function.
7826
7827 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
7828
7829 * man.el (Man-fontify-manpage): Render section headings in
7830 `Man-overstrike-face' even when overstrike was not used by man
7831 formatter for section headings.
7832
7833 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
7834
7835 * rmail-spam-filter.el: (vm-use-spam-filter)
7836 (rsf-min-region-length-added-to-spam-list): New variables.
7837 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
7838 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
7839 spam testing. Don't delete spam message if automatic deletion
7840 after output via variable rmail-delete-after-output is turned on.
7841 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
7842 rsf-bbdb-dont-create-entries-for-spam.
7843 (check-field): New function, extracted from code in
7844 rmail-spam-filter to ease addition of header fields like content-type.
7845 (message-content-type): New variable to check the content-type:
7846 field added, also in defcustom of rsf-definitions-alist.
7847 (rmail-spam-filter): Replace repeated test code for header fields
7848 by calls to check-field; change the call to
7849 rmail-output-to-rmail-file such that rmail-current-message stays
7850 the same to avoid wrong deletion of unseen flags.
7851 (rsf-add-contents-type): New function to convert old format
7852 of rmail-spam-definitions-alist into new one.
7853 Change prefixes of all variables and functions from
7854 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
7855
7856 2004-02-16 Eli Zaretskii <eliz@gnu.org>
7857
7858 * loadhist.el (unload-hook-features-list): New defvar.
7859
7860 2004-02-16 Dave Love <fx@gnu.org>
7861
7862 * loadhist.el (unload-feature): Doc fix. Rename flist to
7863 unload-hook-features-list.
7864
7865 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
7866
7867 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
7868 cookie. Don't check if we are looking-at open-formula.
7869
7870 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
7871
7872 * subr.el (match-string-no-properties): Use substring-no-properties.
7873
7874 2004-02-16 Eli Zaretskii <eliz@gnu.org>
7875
7876 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
7877 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
7878 Use lower-case "rx" in all error message.
7879
7880 2004-02-16 Dave Love <fx@gnu.org>
7881
7882 * emacs-lisp/rx.el (rx-or): Put group around result.
7883 (rx-constituents): Add backref.
7884 (rx-syntax): Add string-delimiter, comment-delimiter.
7885 (rx-categories): Add combining-diacritic.
7886 (rx-check-not, rx-greedy, rx): Doc fix.
7887 (rx-backref, rx-check-backref): New.
7888
7889 2004-02-16 Jesper Harder <harder@ifa.au.dk>
7890
7891 * newcomment.el (uncomment-region): Allow eob as comment end.
7892
7893 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
7894
7895 * filecache.el: All message and error commands now use prefix
7896 "Filecache:" to make it easy to read *Messages* buffer.
7897
7898 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
7899
7900 * autorevert.el: Add support to detect changed dired and VC buffers.
7901 (auto-revert-active-p, auto-revert-list-diff)
7902 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
7903 (auto-revert-handler, auto-revert-active-p): New functions.
7904 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
7905 and `auto-revert-active-p'.
7906 (eval-when-compile): Defvar dired-directory and vc-mode.
7907 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
7908 (auto-revert-handler-vc): New functions.
7909
7910 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
7911
7912 * progmodes/compile.el (compilation-directory): New defvar.
7913 (compile): Save current directory in compilation-directory.
7914 (recompile): Bind default-directory to compilation-directory if
7915 that is non-nil.
7916
7917 2004-02-16 Dave Love <fx@gnu.org>
7918
7919 * newcomment.el (comment-insert-comment-function)
7920 (comment-region-function, uncomment-region-function): New.
7921 (comment-indent): Use comment-insert-comment-function.
7922 (uncomment-region): Use uncomment-region-function.
7923 (comment-region): Use comment-region-function.
7924
7925 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
7926
7927 2004-02-16 Richard Stallman <rms@gnu.org>
7928
7929 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
7930 loaddefs* and ldefs-boot*.
7931
7932 2004-02-16 Eli Zaretskii <eliz@gnu.org>
7933
7934 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
7935 and email address at the beginning and end of the address.
7936
7937 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
7938 anchored at the beginning of the email address.
7939
7940 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
7941
7942 * international/ccl.el (ccl-compile-write): Pass `left' to
7943 ccl-embed-code to generate correct code of write-expr-register.
7944
7945 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
7946
7947 * progmodes/grep.el (grep-compute-defaults): Fix typos.
7948
7949 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7950
7951 * x-dnd.el: Mention support for Motif in commentary.
7952 (x-dnd-handle-drag-n-drop-event): Ditto.
7953
7954 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
7955
7956 * ses.el: Use "ses--" prefixes for buffer-local variables.
7957 Use (point-min) instead of 1, even when we know the buffer
7958 is unnarrowed.
7959 (ses-build-load-map): Delete. Distribute its content to defconst's for
7960 the three maps.
7961 (ses-menu, ses-header-line-menu): New menus.
7962 (ses-mode-map): Use them.
7963 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
7964
7965 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
7966
7967 * Makefile.in: Fix the CC Mode recompile kludge so it works
7968 when building in a different directory.
7969
7970 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
7971
7972 * simple.el (kill-new): Put yank-handler property on the entire string.
7973
7974 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
7975
7976 * diff.el: Don't use compile any more, use diff-mode instead.
7977 (diff-regexp-alist, diff-old-file, diff-new-file)
7978 (diff-parse-differences, diff-process-setup): Remove.
7979 (diff-sentinel): New fun.
7980 (diff): Use it. Run the process ourselves.
7981 Use diff-mode for the rest of the processing.
7982
7983 * diff.el (diff): Simplify code handling `switch'.
7984
7985 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
7986
7987 * pcvs-defs.el (cvs-menu): Add `tag'.
7988
7989 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
7990
7991 * simple.el (kill-append): Doc fix.
7992
7993 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7994 Adapt outline-regexp to the new conventions for commenting out code.
7995
7996 2004-02-11 John Paul Wallington <jpw@gnu.org>
7997
7998 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
7999
8000 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
8001
8002 * diff.el (diff-switches): New fun.
8003 (diff, diff-backup): Use it.
8004 (diff): Clean up the args construction. Use backquote.
8005 Use listp instead of consp to avoid putting a nil arg.
8006 (diff): Add a revert-buffer function.
8007
8008 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8009
8010 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
8011 handled by x-dnd-handle-file-name.
8012 (x-dnd-known-types): Add COMPOUND_TEXT.
8013 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
8014 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
8015 x-dnd-empty-state.
8016 (x-dnd-forget-drop): Ditto.
8017 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
8018 (x-dnd-handle-one-url): Return private when inserting text.
8019 (x-dnd-insert-ctext): New function.
8020 (x-dnd-handle-file-name): New function for FILE_NAME.
8021 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
8022 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
8023 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
8024
8025 2004-02-10 Kenichi Handa <handa@m17n.org>
8026
8027 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
8028 instead of while loop.
8029
8030 2004-02-10 Miles Bader <miles@gnu.org>
8031
8032 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
8033
8034 2004-02-09 Kenichi Handa <handa@m17n.org>
8035
8036 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
8037 have end-of-line.
8038
8039 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
8040
8041 * Makefile.in: Added extra dependencies in the recompile target
8042 needed to cope with the compile time macro expansions in CC Mode.
8043
8044 2004-02-09 Kim F. Storm <storm@cua.dk>
8045
8046 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
8047 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
8048 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
8049 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
8050 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
8051 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
8052 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
8053 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
8054 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
8055 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
8056 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
8057
8058 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
8059
8060 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
8061 Don't allow shrink if there's a window on our right.
8062
8063 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
8064 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
8065 Bring together declaration and initialization.
8066 (prolog-mode-variables): Don't set the syntax table.
8067 Don't set paragraph-start and comment-indent-function.
8068 Add /*..*/ to the comment regexps.
8069 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
8070 (prolog-mode-map): Don't bind TAB.
8071 (prolog-mode): Set the syntax table.
8072 (prolog-comment-indent): Remove.
8073 (inferior-prolog-mode-map): Initialize in the declaration.
8074 (inferior-prolog-mode-syntax-table)
8075 (inferior-prolog-mode-abbrev-table): New vars.
8076 (inferior-prolog-mode): Derive from comint-mode.
8077 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
8078 minibuffer windows.
8079
8080 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
8081 in file names, as long as it is unabmiguous.
8082
8083 2004-02-08 Andreas Schwab <schwab@suse.de>
8084
8085 * textmodes/reftex-toc.el
8086 (reftex-toc-load-all-files-for-promotion): Remove useless use of
8087 format. Doc fix.
8088
8089 * textmodes/refer.el (refer-find-entry-internal): Remove extra
8090 format string arguments.
8091
8092 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
8093 string argument.
8094
8095 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
8096
8097 * play/zone.el (zone-call): Fix format string.
8098
8099 * net/webjump.el (webjump-builtin): Add missing format string argument.
8100
8101 * midnight.el (midnight-delay-set): Remove extra format string argument.
8102
8103 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
8104
8105 * hexl.el (hexl-insert-char): Add missing format string argument.
8106
8107 * format.el (format-decode): Fix format string.
8108
8109 * emulation/vi.el (vi-mode): Remove extra format string argument.
8110 (vi-repeat-last-search): Likewise.
8111 (vi-reverse-last-search): Likewise.
8112 (vi-goto-mark): Likewise.
8113 (vi-reverse-last-find-char): Likewise.
8114 (vi-repeat-last-find-char): Likewise.
8115 (vi-locate-def): Likewise.
8116
8117 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
8118
8119 * ediff-util.el (ediff-toggle-read-only): Remove extra format
8120 string argument.
8121 (ediff-toggle-regexp-match): Likewise.
8122
8123 * dired-aux.el (dired-do-query-replace-regexp): Add missing
8124 format string argument.
8125
8126 * calc/calc-map.el (calc-get-operator): Remove extra format
8127 string argument.
8128
8129 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
8130
8131 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
8132 string argument.
8133
8134 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
8135
8136 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
8137
8138 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
8139
8140 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
8141 (cl-struct-setf-expander): Likewise.
8142
8143 * vc.el (with-vc-file): Fix unsafe uses of error.
8144 (vc-cancel-version): Likewise.
8145
8146 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
8147
8148 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
8149 thousands separator; fixes <class>:<line-number> regexp for
8150 non-english locales.
8151
8152 2004-02-08 Andreas Schwab <schwab@suse.de>
8153
8154 * view.el (view-mode-enable): Revert previous change.
8155
8156 2004-02-07 Kim F. Storm <storm@cua.dk>
8157
8158 * simple.el (line-number-at-pos): Rename from line-at-pos.
8159 Uses changed (what-line and vc-annotate-warp-version).
8160
8161 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
8162
8163 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
8164 (diff-mode): Remove aborted attempt at support for compile.el.
8165 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
8166
8167 2004-02-06 Andreas Schwab <schwab@suse.de>
8168
8169 * view.el (view-mode-enable): Add view-mode-map to
8170 minor-mode-overriding-map-alist.
8171
8172 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8173
8174 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
8175
8176 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
8177
8178 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
8179 with point inside rather than after the paragraph.
8180
8181 2004-02-04 Sam Steingold <sds@gnu.org>
8182
8183 * mail/smtpmail.el (smtpmail-try-auth-methods):
8184 Do not try authentication when no mechanism is available.
8185 Pass port-name as defaultport to `netrc-machine'.
8186
8187 2004-02-04 Stephen Eglen <stephen@gnu.org>
8188
8189 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
8190 to show how minibuffer height can be constrained.
8191
8192 2004-02-04 John Paul Wallington <jpw@gnu.org>
8193
8194 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
8195
8196 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8197
8198 * x-dnd.el: New file for drag and drop.
8199
8200 * term/x-win.el: require x-dnd, set after-make-frame-functions
8201 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
8202 drag-n-drop event.
8203
8204 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
8205 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
8206 (dired-dnd-handle-file): New functions for drag and drop support.
8207 (dired-mode): Initialize drag and drop if x-dnd present.
8208
8209 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
8210
8211 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
8212 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
8213 (cperl-mode): Set fill-paragraph-function.
8214 (cperl-fill-paragraph): Make it non-interactive.
8215
8216 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
8217
8218 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
8219
8220 2004-02-02 David Kastrup <dak@gnu.org>
8221
8222 * replace.el (perform-replace): Allow 'literal argument in
8223 regexp-flag to indicate literal replacement.
8224 (query-replace-regexp-eval): Use it.
8225
8226 2004-02-01 Andreas Schwab <schwab@suse.de>
8227
8228 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
8229
8230 2004-02-01 Stephen Eglen <stephen@gnu.org>
8231
8232 * info-look.el: Add support for maxima-mode. Update commentary
8233 because info-lookup-symbol is now bound to C-h S.
8234
8235 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
8236
8237 * simple.el (edit-and-eval-command): Bind print-level and
8238 minibuffer-history-sexp-flag around call to read-from-minibuffer.
8239 Correct initial position in command-history.
8240
8241 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
8242
8243 * files.el (read-directory-name): Adapt the docstring to recent
8244 change in Fread_file_name.
8245
8246 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
8247
8248 * ses.el (ses-print-cell): If print format too wide for column
8249 width, truncate decimal places if that helps to avoid "#####" fill.
8250 * ses.el (ses-initial-column-width): Revert previous change.
8251
8252 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
8253
8254 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
8255 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
8256 Add edebug info.
8257 (jit-lock-mode): Setup/cancel the new timer.
8258 (jit-lock-context-fontify): New fun. Extracted from
8259 context fontification code of jit-lock-stealth-fontify.
8260 (jit-lock-stealth-fontify): Don't do context fontification any more.
8261
8262 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
8263 (jit-lock-fontify-now): Handle the `quit' case.
8264 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
8265
8266 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
8267
8268 * progmodes/executable.el (executable-command-find-posix-p):
8269 New. Check if find handles arguments Posix-style.
8270
8271 * progmodes/grep.el (grep-compute-defaults):
8272 Use executable-command-find-posix-p.
8273 (grep-find): Check `grep-find-command'.
8274
8275 * filecache.el (file-cache-find-posix-p): Delete.
8276 (file-cache-add-directory-using-find):
8277 Use `executable-command-find-posix-p'.
8278
8279 2004-01-29 Dave Love <fx@gnu.org>
8280
8281 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
8282 Iterate the hook function if arg is given.
8283 (mark-defun, narrow-to-defun): Change order of finding the limits.
8284
8285 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
8286 (byte-compile-format-warn): New.
8287 (byte-compile-callargs-warn): Use it.
8288 (Format, message, error): Add byte-compile-format-like property.
8289 (byte-compile-maybe-guarded): New.
8290 (byte-compile-if, byte-compile-cond): Use it.
8291 (byte-compile-lambda): Compile interactive forms,
8292 just to make warnings about them.
8293
8294 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
8295
8296 * ses.el (ses-initial-column-width): Increase to 14, so it will
8297 work well with the default printer of "%.7g" for extreme values
8298 like "-1.234567e+07".
8299
8300 2004-01-29 Kenichi Handa <handa@m17n.org>
8301
8302 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
8303
8304 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
8305
8306 * dos-w32.el: Added support for the `default-printer-name' function.
8307
8308 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
8309
8310 * server.el (server-socket-name): Don't use the hostname in the
8311 socket name since /tmp is local to the host anyway.
8312
8313 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
8314 robust check of widening and fix var-naming.
8315
8316 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
8317
8318 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
8319 or rmail-spam- to rsf- in all function and variable names.
8320 (rsf-min-region-to-spam-list): New variable.
8321 (rsf-bbdb-auto-delete-spam-entries): Rename from
8322 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
8323 scanned together with the recipients field for spam testing; Don't
8324 delete spam message if rmail-delete-after-output is non-nil;
8325 (rsf-check-field): New function, extracted from code in
8326 rmail-spam-filter to ease addition of header fields like
8327 content-type:;
8328 (message-content-type): New variable. The content-type: field was
8329 added also in defcustom of rsf-definitions-alist;
8330 (rmail-spam-filter): Replace repeated test code for header fields
8331 by calls to check-field; change the call to
8332 rmail-output-to-rmail-file such that rmail-current-message stays
8333 the same to avoid wrong deletion of unseen flags.
8334 (rmail-use-spam-filter): Add autoload cookie.
8335
8336 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
8337
8338 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
8339 (file-cache-add-directory-using-find): Add Cygwin support.
8340 (file-cache-find-command-posix-flag): New user variable.
8341
8342 * filecache.el (file-cache-add-directory): Check for
8343 directories an remove them from dir-files.
8344
8345 2004-01-27 Richard M. Stallman <rms@gnu.org>
8346
8347 * man.el (Man-fontify-manpage): Clean up message.
8348
8349 2004-01-27 Kenichi Handa <handa@m17n.org>
8350
8351 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
8352 (sentence-end): Define using sentence-end-without-space.
8353
8354 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
8355 a sentence ends with one of a character in sentence-end-without-space.
8356
8357 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
8358
8359 * font-lock.el (font-lock): Add jit-lock as explicit group member.
8360 (jit-lock): Group declaration moved to jit-lock.el.
8361 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
8362 when necessary.
8363
8364 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
8365 (jit-lock-context-unfontify-pos): Rename from
8366 jit-lock-first-unfontify-pos.
8367 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
8368
8369 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
8370
8371 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
8372 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
8373 (fortran-fill): When filling a string, adjust re-search-backward
8374 argument for special case of string just on fill-column.
8375 When filling non-string, allow one extra char if
8376 fortran-break-before-delimiters is non-nil.
8377 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
8378 Use fortran-break-delimiters-re and fortran-no-break-re to
8379 correctly handle cases such as "**".
8380
8381 * progmodes/f90.el (f90-break-delimiters): Doc fix.
8382 (f90-no-break-re): Add some extra tokens. Doc fix.
8383
8384 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
8385
8386 * mail/rmail-spam-filter.el:
8387 Use two semicolons as Commentary line prefix.
8388 Add ";;; Code:" stylized comment.
8389 Delete end-of-line whitespace.
8390 Wrap (require 'cl) with `eval-when-compile'.
8391
8392 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
8393
8394 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
8395 at the top level of vc.el.
8396
8397 2004-01-23 Andre Spiegel <spiegel@gnu.org>
8398
8399 * vc.el (vc-current-line): Function removed. This is now done by
8400 the new function line-at-pos in simple.el.
8401 (vc-annotate-warp-version): Use line-at-pos instead of
8402 vc-current-line.
8403
8404 2004-01-22 Kim F. Storm <storm@cua.dk>
8405
8406 * simple.el (line-at-pos): New defun.
8407 (what-line): Use it. Optimize by only counting lines in narrowed
8408 region once.
8409
8410 2004-01-22 Kenichi Handa <handa@m17n.org>
8411
8412 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
8413 point (register r1) only for charset mule-unicode-0100-24ff.
8414
8415 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
8416
8417 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
8418 trailing white space and ensure a final newline.
8419
8420 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
8421 Add autoload cookie.
8422
8423 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
8424
8425 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
8426 activate view-mode explicitly.
8427
8428 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8429
8430 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
8431 use clipboard first.
8432
8433 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
8434
8435 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
8436 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
8437 (vc-mcvs-cvs): Remove.
8438 (vc-mcvs-command): Remove use of assert.
8439
8440 * outline.el (outline-insert-heading): Tighten up match.
8441 (outline-demote, outline-move-subtree-down): Don't assume anything
8442 about outline-regexp.
8443
8444 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
8445 (texinfo-show-structure): Explicitly add ^, and simplify.
8446
8447 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
8448
8449 * calendar/appt.el (appt-check): Restore usage of
8450 appt-issue-message deleted in previous change.
8451 (top-level): Activate package when loaded (needed for backwards
8452 compatibility).
8453
8454 2004-01-20 Jesper Harder <harder@ifa.au.dk>
8455
8456 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
8457 following previous change to smtpmail-send-data.
8458
8459 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
8460
8461 * vc.el (vc-default-previous-version): Doc enhancement.
8462 (vc-default-next-version): New function.
8463 (vc-print-log): New arg FOCUS-REV.
8464 (vc-annotate-mode): Derive from view-mode.
8465 (vc-annotate): New args REVISION, DISPLAY-MODE.
8466 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
8467 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
8468 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
8469 (vc-annotate-show-diff-revision-at-line, vc-current-line)
8470 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
8471
8472 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
8473
8474 2004-01-19 Karl Berry <karl@gnu.org>
8475
8476 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
8477 or "TexInfo".
8478
8479 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
8480
8481 * subr.el (delete-dups): New function.
8482
8483 2004-01-19 Karl Berry <karl@gnu.org>
8484
8485 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
8486 with ^, since that's what texinfo-show-structure
8487 documentation says (plus it works much better in texinfo.txi).
8488
8489 2004-01-18 Jesper Harder <harder@ifa.au.dk>
8490
8491 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
8492
8493 2004-01-18 David Ponce <david@dponce.com> (tiny change)
8494
8495 * progmodes/which-func.el (which-function-mode): Don't cancel
8496 which-func-update-timer if not set.
8497
8498 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
8499
8500 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
8501 Remove spurious left square bracket in XX:XXam regexp.
8502
8503 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
8504
8505 * progmodes/cc-defs.el: Do not require cl at run time.
8506
8507 2004-01-16 Richard M. Stallman <rms@gnu.org>
8508
8509 * emacs-lisp/cl.el (cl-cannot-unload): New function.
8510 (cl-unload-hook): Defvar this to run cl-cannot-unload.
8511
8512 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
8513 Call rmail-spam-filter. Delete and expunge spam.
8514 Print number of spam messages deleted.
8515 Save and restore the deletion status of old messages when reading
8516 new mail with spam filter, so that expunging spam does not expunge
8517 msgs deleted by the user.
8518 (rmail-only-expunge): Add an optional argument dont-show to
8519 prevent showing message after expunge.
8520
8521 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
8522
8523 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
8524 * subr.el (declare): New macro.
8525
8526 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
8527
8528 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
8529
8530 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
8531
8532 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8533 Test window-system rather than system-type (for X11/Mac).
8534
8535 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
8536
8537 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
8538
8539 2004-01-12 Richard M. Stallman <rms@gnu.org>
8540
8541 * mail/rmail.el (rmail-convert-to-babyl-format):
8542 Use mail-unquote-printable-region.
8543 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
8544 (rmail-hex-char-to-integer): Functions deleted.
8545
8546 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
8547 (mail-unquote-printable-region): New arg NOERROR.
8548 For invalid encoding, either signal an error to just return nil.
8549
8550 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
8551
8552 * calendar/appt.el: Update copyright and commentary.
8553 (appt-issue-message): Make obsolete.
8554 (appt-visible, appt-msg-window): Make obsolete, in favour of
8555 appt-display-format.
8556 (appt-display-mode-line, appt-display-duration)
8557 (appt-display-diary, appt-time-msg-list, appt-mode-string)
8558 (appt-prev-comp-time, appt-display-count, appt-timer)
8559 (appt-convert-time): Doc change.
8560 (appt-disp-window-function, appt-delete-window-function):
8561 Use defcustom rather than defvar.
8562 (appt-display-format): New variable.
8563 (appt-display-message): New function with display code from appt-check.
8564 (appt-check): Add optional FORCE argument. Doc change.
8565 Add appt-make-list to diary-hook if displaying diary.
8566 Remove checking of view-diary-entries-initially.
8567 Message display section removed to new function appt-display-message.
8568 (appt-display-window): Doc change. Remove unused internal var
8569 this-buffer. Do not beep, since appt-display-message does that.
8570 (appt-make-list): Doc change. Use caar.
8571 (appt-sort-list): Simplify by using builtin sort function.
8572 (appt-update-list): New function for updating appts when diary is
8573 saved.
8574 (appt-activate): New autoloaded function to toggle package
8575 functionality.
8576
8577 * calendar/cal-x.el: (calendar-one-frame-setup)
8578 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
8579
8580 * calendar/calendar.el: Update copyright.
8581 (view-diary-entries-initially, european-calendar-style): Doc change.
8582 (calendar-setup): Make defcustom rather than defvar.
8583 (mark-visible-calendar-date): Initialize temp-face and faceinfo
8584 in let binding so local to function.
8585
8586 * calendar/diary-lib.el: Update copyright.
8587 (diary, diary-entry-time): Doc change.
8588 (list-diary-entries): Doc change. Trivial logic change.
8589 (fancy-diary-display): Restore make-face command mistakenly
8590 deleted 2003-05-08.
8591 (show-all-diary-entries): Allow to pop-up frame if needed.
8592
8593 2004-01-09 John Paul Wallington <jpw@gnu.org>
8594
8595 * bindings.el (mode-line-change-eol): Add EVENT parameter.
8596 Temporarily select EVENT's window for changing eol type.
8597
8598 2004-01-09 Deepak Goel <deego@gnufans.org>
8599
8600 * calendar/diary-lib.el (diary-entry-time):
8601 Also accept time in the form XX[.XX][am/pm/AM/PM].
8602 (fancy-diary-font-lock-keywords): Likewise.
8603 (diary-font-lock-keywords): Likewise.
8604 * calendar/appt.el (appt-add): Likewise.
8605 (appt-make-list): Likewise.
8606 (appt-convert-time): Likewise.
8607
8608 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
8609
8610 * gdb-ui.el (gdb-ann3): Revert previous change.
8611 (gdb-source-info): Allow for case of where compilation directory
8612 is not recorded.
8613
8614 2004-01-08 John Paul Wallington <jpw@gnu.org>
8615
8616 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
8617
8618 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
8619
8620 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
8621
8622 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
8623 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
8624 problems.
8625 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
8626
8627 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
8628
8629 * files.el (write-file-functions, write-contents-functions):
8630 Clarify docstrings.
8631
8632 2004-01-07 Kenichi Handa <handa@m17n.org>
8633
8634 * international/mule.el (set-auto-coding): Fix for the case that
8635 end-of-line is only CR.
8636
8637 2004-01-07 Kim F. Storm <storm@cua.dk>
8638
8639 * subr.el (event-start, event-end): Doc fix.
8640 (posn-string, posn-image): New defuns.
8641 (posn-object): Return either image or string object.
8642 (posn-object-x-y): Return 8th element of position.
8643 (posn-object-width-height): New defun.
8644
8645 2004-01-06 Andreas Schwab <schwab@suse.de>
8646
8647 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
8648 output.
8649
8650 2004-01-05 Karl Berry <karl@gnu.org>
8651
8652 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
8653 / and *, too.
8654
8655 2003-12-31 Simon Josefsson <jas@extundo.com>
8656
8657 * files.el (before-save-hook): Add.
8658 (basic-save-buffer): Use before-save-hook.
8659
8660 * emacs-lisp/copyright.el: Fix comment to recommend
8661 before-save-hook instead of write-file-functions.
8662
8663 2004-01-05 Richard M. Stallman <rms@gnu.org>
8664
8665 * finder.el (finder-commentary): Call delete-other-windows.
8666
8667 * net/ange-ftp.el (ange-ftp-file-attributes):
8668 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
8669
8670 2004-01-04 Karl Berry <karl@gnu.org>
8671
8672 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
8673 comment characters % and # in the copyright year notice,
8674 as well as ;.
8675
8676 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
8677
8678 * wid-edit.el (default): Define dummy :value-delete.
8679 Reported by Jesper Harder <harder@ifa.au.dk>.
8680
8681 2004-01-03 Richard M. Stallman <rms@gnu.org>
8682
8683 * progmodes/compile.el (compile-internal): Use point, not point-min,
8684 for set-window-point.
8685
8686 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
8687
8688 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
8689
8690 * progmodes/grep.el (grep-mode-map):
8691 Don't remap next-line, previous-line.
8692
8693 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
8694
8695 * speedbar.el (speedbar-edit-line): Change regexp to position
8696 the cursor on the first character of this line's button.
8697
8698 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
8699
8700 * subr.el (functionp): Doc fix.
8701
8702 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
8703
8704 * progmodes/idlwave.el (idlwave-make-tags):
8705 * textmodes/flyspell.el (flyspell-large-region):.
8706 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
8707 * emulation/viper-util.el (viper-glob-unix-files):
8708 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
8709 * man.el (Man-init-defvars):
8710 * jka-compr.el (jka-compr-call-process):
8711 * files.el (get-free-disk-space,insert-directory):
8712 * ediff-ptch.el (ediff-test-patch-utility):
8713 * ediff-diff.el (ediff-test-utility):
8714 * dired-aux.el (dired-check-process):
8715 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
8716 test the return value of call-process, because it can be a string.
8717
8718 2003-12-31 John Paul Wallington <jpw@gnu.org>
8719
8720 * bindings.el (completion-ignored-extensions): Add .pfsl.
8721
8722 2003-12-31 Kim F. Storm <storm@cua.dk>
8723
8724 * ido.el (ido-nonreadable-directory-p): New defun to check for
8725 nonreadable directory without activating tramp (to avoid problems
8726 with checking incomplete tramp paths).
8727 (ido-set-current-directory, ido-file-internal)
8728 (ido-file-name-all-completions1): Use it.
8729
8730 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
8731
8732 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
8733 documentation if the anchor (or node) name is preceded by `info
8734 anchor' or `Info anchor' in addition to earlier `info node' and
8735 `Info node'.
8736 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
8737
8738 2003-12-30 Eli Zaretskii <eliz@gnu.org>
8739
8740 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
8741 error in arguments to base64-decode-region. Remove ^M characters
8742 after decoding base64.
8743
8744 2003-12-30 Simon Josefsson <jas@extundo.com>
8745
8746 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
8747 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
8748 have only been distributed with Emacs for some years.
8749 (texinfo-mode-hook): Customize.
8750
8751 2003-12-30 Eli Zaretskii <eliz@gnu.org>
8752
8753 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
8754 cleaner (suggested by Richard Stallman).
8755
8756 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
8757 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
8758 file-name clashes on 8+3 DOS filesystems.
8759
8760 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
8761 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
8762 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
8763 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
8764 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
8765 file-name clashes on 8+3 filesystems.
8766
8767 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
8768 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
8769 file-name clashes on 8+3 DOS filesystems.
8770
8771 2003-12-29 Richard M. Stallman <rms@gnu.org>
8772
8773 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
8774 Upcase the character.
8775
8776 * textmodes/flyspell.el (mail-mode-flyspell-verify):
8777 Search for header separator alone on a line, literally,
8778 and search for it backward, not forward.
8779 (flyspell-abbrev-table): Always use global-abbrev-table
8780 if there is no local one.
8781
8782 * progmodes/sh-script.el (sh-get-indent-info):
8783 Don't move point back if at bob.
8784
8785 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
8786
8787 * play/handwrite.el (handwrite): Make the handwrite credit message
8788 a comment rather than an output command.
8789
8790 * obsolete/sc.el: Display message that this file is obsolete.
8791
8792 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
8793
8794 * mail/rfc822.el (rfc822-address-start): Declare variable.
8795 Renamed from address-start. All uses changed.
8796
8797 * term.el (term-exec): Set up sentinel.
8798 (term-sentinel): New function.
8799 (term-handle-exit): New function.
8800
8801 * subr.el (assoc-ignore-case, assoc-ignore-representation):
8802 Use assoc-string, and mark them obsolete.
8803 (delay-mode-hooks): Mark as permanent local.
8804
8805 * simple.el (sendmail-user-agent-compose): Use assoc-string.
8806
8807 * register.el (copy-rectangle-to-register): Doc fix.
8808
8809 * info.el (Info-insert-dir): Use assoc-string.
8810
8811 * info-look.el (info-lookup): Use assoc-string.
8812
8813 * frame.el (pop-up-frame-function): Use quote, not `function'.
8814 (frame-notice-user-settings): Calculate ADJUSTED-TOP
8815 copying with lists as coordinate values.
8816
8817 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
8818
8819 * find-dired.el (kill-find): New command.
8820 (find-dired): Make buffer read-only.
8821 Set up a keymap with C-c C-k running kill-find.
8822 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
8823
8824 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
8825
8826 * filecache.el (file-cache-ignore-case): New variable.
8827 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
8828
8829 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
8830 (comint-dynamic-complete-as-filename): Rename local vars.
8831 (comint-dynamic-list-filename-completions): Likewise.
8832
8833 * comint.el (comint-dynamic-list-completions-config): New var.
8834 (comint-dynamic-list-completions): Handle both SPC and TAB right.
8835
8836 * comint.el (comint-file-name-chars): Add [].
8837 (comint-word): Use skip-chars-backward, not search.
8838
8839 * shell.el (shell-file-name-chars): Add [].
8840
8841 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
8842
8843 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
8844
8845 * generic.el (define-generic-mode): Doc fix.
8846
8847 2003-12-29 Eli Zaretskii <eliz@gnu.org>
8848
8849 * files.el (kill-some-buffers): Doc fix.
8850
8851 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
8852
8853 * comint.el (comint-watch-for-password-prompt): Pass `string' as
8854 arg to send-invisible
8855 (send-invisible): Doc fix. The argument is now a prompt, not the
8856 string to send.
8857 (comint-read-noecho): Doc fix.
8858
8859 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
8860
8861 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
8862 "@", as required by some ISP hosting service. Fix defcustom
8863 argument syntax errors that prevented use of customization.
8864
8865 2003-12-29 Eli Zaretskii <eliz@gnu.org>
8866
8867 * xml.el (xml-get-attribute-or-nil): Doc fix.
8868
8869 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
8870
8871 * net/zone-mode.el (zone-mode): Use write-file-functions, not
8872 write-file-hooks.
8873
8874 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
8875
8876 * autorevert.el (auto-revert-interval): Doc fix.
8877
8878 2003-12-29 Mark A. Hershberger <mah@everybody.org>
8879
8880 * xml.el (xml-get-attribute-or-nil): New function, like
8881 xml-get-attribute, but returns nil if the attribute was not found.
8882 (xml-get-attribute): Convert to defsubst, uses
8883 xml-get-attribute-or-nil.
8884
8885 2003-12-29 Eli Zaretskii <eliz@gnu.org>
8886
8887 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
8888
8889 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
8890
8891 * custom.el (custom-declare-theme): Use `value' when putting
8892 properties on `theme'.
8893
8894 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
8895
8896 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
8897 for each yank-handler segment.
8898 (insert-for-yank-1): New function, with the body of the previous
8899 insert-for-yank.
8900
8901 * textmodes/table.el (table-yank-handler): New defcustom.
8902 (table--put-cell-indicator-property): Put yank-handler property
8903 that indicates the yank handler for the table cell.
8904
8905 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
8906
8907 * generic-x.el (etc-modules-conf-generic-mode): A more complete
8908 set of keywords.
8909
8910 2003-12-29 Eli Zaretskii <eliz@gnu.org>
8911
8912 * international/mule-cmds.el (reset-language-environment)
8913 (set-language-environment): Don't invoke fontset-related functions
8914 if fontset-list is not fboundp.
8915
8916 2003-12-29 Kenichi Handa <handa@m17n.org>
8917
8918 * international/mule-cmds.el (reset-language-environment):
8919 Call set-overriding-fontspec-internal with nil.
8920 (set-language-environment): Call set-overriding-fontspec-internal
8921 if the language environment specify `overriding-fontspec'.
8922 (language-info-alist): Doc added.
8923
8924 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
8925 characters of mule-unicode-0100-24ff.
8926 (ccl-encode-windows-1251-font): New CCL program.
8927 ("Bulgarian"): Specify overriding-fontspec.
8928 ("Belarusian"): Likewise.
8929
8930 2003-12-28 Sam Steingold <sds@gnu.org>
8931
8932 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
8933 parameter ID-FORMAT to conform with the 2003-11-30 patch.
8934
8935 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
8936
8937 * progmodes/gud.el (gud-gdb-command-name): Set default to
8938 "gdb --annotate=3".
8939 (gud-gdb-marker-filter): Look out for annotations.
8940 (gdb-first-pre-prompt): New variable.
8941 Remove trailing white space.
8942
8943 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
8944 if necessary.
8945 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
8946 annotations are detected.
8947 (gud-gdba-marker-filter): Use global variable gud-marker-acc
8948 instead of a local one to allow transition from
8949 gud-gdb-marker-filter.
8950 Remove trailing white space.
8951
8952 2003-12-27 Kim F. Storm <storm@cua.dk>
8953
8954 * ido.el: Handle non-readable directories.
8955 (ido-decorations): Add 9th element for non-readable directory.
8956 (ido-directory-nonreadable): New dynamic var.
8957 (ido-set-current-directory): Set it.
8958 (ido-read-buffer, ido-file-internal):
8959 (ido-read-file-name, ido-read-directory-name): Let-bind it.
8960 (ido-file-name-all-completions1): Return empty list for
8961 non-readable directory.
8962 (ido-exhibit): Print [Not readable] if directory is not readable.
8963 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
8964 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
8965 Use it.
8966
8967 2003-12-27 Lars Hansen <larsh@math.ku.dk>
8968
8969 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
8970 calls to directory-files-and-attributes and file-attributes.
8971 (ls-lisp-format): Remove system dependent handling of user and
8972 group id's.
8973
8974 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
8975
8976 * ffap.el (ffap-read-file-or-url): Revert previous change.
8977
8978 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
8979
8980 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
8981 new list of included files called `files-with-node-lines', that
8982 only have node lines. This way @include commands can include any
8983 file, such as version and update files without node lines, not
8984 just files that are chapters.
8985
8986 2003-12-25 Andreas Schwab <schwab@suse.de>
8987
8988 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
8989 file not found.
8990
8991 2003-12-08 Miles Bader <miles@gnu.org>
8992
8993 * dired.el (dired-between-files): Always use dired-move-to-filename,
8994 which is more robust in non-english locales.
8995
8996 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
8997
8998 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
8999
9000 2003-12-24 Andreas Schwab <schwab@suse.de>
9001
9002 * shell.el (shell-file-name-quote-list): Add backslash.
9003
9004 * comint.el (comint-quote-filename): Correctly handle backslash
9005 in comint-file-name-quote-list.
9006
9007 2003-12-24 Kenichi Handa <handa@m17n.org>
9008
9009 * international/mule-cmds.el (set-default-coding-systems):
9010 Call ucs-set-table-for-input for all buffers that don't have local
9011 value of buffer-file-coding-system.
9012
9013 * international/ucs-tables.el (ucs-set-table-for-input):
9014 If translation-table-for-encode is a symbol, get its
9015 translation-table property.
9016
9017 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
9018
9019 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
9020 to `completing-read' on a recently fixed bug.
9021
9022 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
9023 instead of SPACE, to get the list of possible fringe modes.
9024 SPACE only works if both `partial-completion-mode' and
9025 `completion-auto-help' are nil.
9026
9027 * complete.el (PC-is-complete-p): Delete.
9028 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
9029 calls to `test-completion'.
9030
9031 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
9032
9033 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
9034 to edit values when there are no children.
9035
9036 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
9037 a mode called "Assembler" already exists.
9038 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
9039 (gud-watch): Use format option. Remove font properties from string.
9040 (gdb-var-create-handler, gdb-var-list-children-handler):
9041 Don't bother about properties as there are none.
9042 (gdb-var-create-handler, gdb-var-list-children-handler)
9043 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
9044 with two arguments.
9045 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
9046 Let speedbar show value changes with a different font.
9047 (gdb-edit-value): New defun.
9048 (gdb-clear-partial-output, gdb-clear-inferior-io)
9049 (def-gdb-auto-update-handler): Use erase-buffer.
9050 (gdb-frame-handler): Display watch expressions in
9051 FUNCTION::VARIABLE format if required.
9052
9053 2003-12-23 John Paul Wallington <jpw@gnu.org>
9054
9055 * info.el (Info-unescape-quotes, Info-split-parameter-string)
9056 (Info-goto-emacs-command-node): Doc fixes.
9057
9058 2003-12-12 Jesper Harder <harder@ifa.au.dk>
9059
9060 * cus-edit.el (custom-add-parent-links): Define "many".
9061
9062 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
9063
9064 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
9065 (widget-child-validate, widget-type-value-create)
9066 (widget-type-default-get, widget-type-match): New functions.
9067 (lazy): New widget.
9068 (menu-choice, checklist, radio-button-choice, editable-list)
9069 (group, documentation-string): Remove redundant (per 2003-10-25
9070 change) calls to `widget-children-value-delete'.
9071 (widget-choice-value-get, widget-choice-value-inline): Remove.
9072 (menu-choice): Update widget.
9073
9074 2003-12-03 Kenichi Handa <handa@m17n.org>
9075
9076 * language/cyrillic.el: Register "microsoft-cp1251" in
9077 ctext-non-standard-encodings-alist.
9078 ("Bulgarian"): Add ctext-non-standard-encodings.
9079 ("Belarusian"): Likewise.
9080
9081 * international/mule-conf.el (compound-text-with-extensions):
9082 Change the type to 2 (iso-2022 base).
9083
9084 * international/mule.el (ctext-non-standard-encodings-alist):
9085 Change the format.
9086 (ctext-non-standard-encodings): New variable.
9087 (ctext-post-read-conversion): Fully re-written.
9088 (ctext-non-standard-designations-alist): Delete it.
9089 (ctext-non-standard-encodings-table): New function.
9090 (ctext-pre-write-conversion): Fully re-written.
9091
9092 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
9093
9094 * cus-edit.el (custom-add-parent-links): Add documentation links
9095 for parent, if the item has none of its own.
9096
9097 2003-11-30 Richard M. Stallman <rms@gnu.org>
9098
9099 * dired-aux.el (dired-do-query-replace-regexp):
9100 Report files visited read-only.
9101
9102 2003-11-30 Juri Linkov <juri@jurta.org>
9103
9104 * dired-aux.el (dired-compare-directories): New command.
9105 (dired-file-set-difference, dired-files-attributes): New functions.
9106
9107 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
9108 Version 2.0.38 of Tramp released.
9109
9110 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
9111 Charles Curley <charlescurley@charlescurley.com>.
9112 (tramp-multi-connection-function-alist): Add ssht entry which adds
9113 "-e none -t -t" to the list of ssh args. Suggested by Adrian
9114 Aichner.
9115 (tramp-get-method-parameter): New function to retrieve a method
9116 parameter. This allows for omission of method parameters.
9117 Callers adjusted.
9118
9119 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
9120
9121 * net/tramp.el: Add new optional parameter ID-FORMAT to
9122 `file-attributes'. Calls of `file-attributes' won't use this
9123 parameter for backward compatibility reasons.
9124 (tramp-perl-file-attributes): Add a new parameter to Perl script
9125 in order to handle uid/gid as strings, if desired.
9126 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
9127 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
9128 order to make the function more general.
9129 (tramp-handle-file-attributes): Replace proprietary optional
9130 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
9131 (tramp-handle-file-attributes-with-perl): Handle parameter
9132 NONNUMERIC if set. This wasn't done in the past.
9133 (tramp-post-connection): Apply second parameter "$2" if
9134 `tramp-remote-perl' is called.
9135
9136 * net/tramp-smb.el (tramp-smb-handle-delete-file):
9137 Correct cut'n'waste error (`filename' instead of `directory').
9138 (tramp-smb-handle-directory-files-and-attributes)
9139 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
9140 introduced parameter ID-FORMAT.
9141 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
9142 error (`directory' instead of `ldir').
9143
9144 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
9145 `file-attributes' has a second parameter. If yes, apply it with
9146 value "'integer". Otherwise, don't use that parameter (default is
9147 integer format).
9148
9149 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
9150
9151 * help.el (help-map): Bind `display-local-help' to `C-h .'.
9152 (help-for-help): Add `C-h .' to the listed Help options.
9153 Remove trailing whitespace.
9154
9155 * help-at-pt.el: New file.
9156
9157 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
9158
9159 * subr.el (noreturn, 1value): New macros for test coverage.
9160 See `testcover.el'.
9161
9162 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
9163
9164 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
9165 for macro `1value'.
9166 (testcover-1value): New function. Checks that a 1value form
9167 actually returns only one value. Requested by RMS.
9168
9169 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
9170
9171 * gdb-ui.el (gud-watch, gdb-var-create-handler)
9172 (gdb-var-list-children, gdb-var-list-children-handler)
9173 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
9174 gdb commands that use mi to keep them out of the command history.
9175
9176 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9177
9178 * cus-start.el (all): Add use-file-dialog.
9179
9180 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
9181
9182 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
9183
9184 2003-11-27 Kim F. Storm <storm@cua.dk>
9185
9186 * subr.el (posn-object-x-y): New defun.
9187
9188 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
9189
9190 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
9191 Don't use `space' for \\\n.
9192 Be more selective as to which # are comment-starters.
9193
9194 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
9195
9196 * subr.el (number-sequence): Improve handling of floating point
9197 arguments (suggested by Kim Storm). Allow negative arguments.
9198
9199 2003-11-26 Kenichi Handa <handa@m17n.org>
9200
9201 * international/mule-cmds.el (standard-display-european-internal):
9202 Cancel the standard-display-table setting for ` and '.
9203
9204 2003-11-26 Kim F. Storm <storm@cua.dk>
9205
9206 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
9207 New defcustoms to add ffap-like functionality to ido.
9208 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
9209 (ido-no-final-slash): New defun.
9210 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
9211 (ido-read-file-name): ): Toggle VC checking via
9212 vc-handled-backends instead of vc-master-templates.
9213 (ido-file-internal): Handle ido-use-url-at-point and
9214 ido-use-filename-at-point via code borrowed from ffap-guesser.
9215 Handle new ido-exit code ffap.
9216 (ido-sort-list): Ignore final slash when sorting file names.
9217
9218 2003-11-25 Kim F. Storm <storm@cua.dk>
9219
9220 * emulation/cua-base.el (cua--standard-movement-commands):
9221 Add forward-sentence and backward-sentence.
9222
9223 2003-11-25 Stephen Eglen <stephen@gnu.org>
9224
9225 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
9226 iswitchb-exit is set to 'usefirst when user selects buffer at head
9227 of list using RET. (Selecting buffers at the head of the list was
9228 broken if the substring was also a complete buffername.)
9229
9230 2003-11-23 Kim F. Storm <storm@cua.dk>
9231
9232 * progmodes/compile.el (grep-command, grep-use-null-device)
9233 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
9234 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
9235 (grep-regexp-alist, grep-program, find-program)
9236 (grep-find-use-xargs, grep-history, grep-find-history)
9237 (grep-process-setup, grep-compute-defaults)
9238 (grep-default-command, grep, grep-tag-default, grep-find)
9239 (grep-expand-command-macros, grep-tree-last-regexp)
9240 (grep-tree-last-files, grep-tree): Move grep variables, functions
9241 and commands to new file grep.el.
9242 (compilation-mode-map): Remove grep commands from Compile sub-menu.
9243 (compilation-process-setup-function): Doc fix.
9244 (compilation-highlight-regexp, compilation-highlight-overlay): New
9245 defvars used for highlighting current compile error in source buffer.
9246 (compile-internal): New optional args HIGHLIGHT-REGEXP and
9247 LOCAL-MAP which overrides compilation-highlight-regexp and
9248 compilation-mode-map for this compilation.
9249 Delay calling compilation-set-window-height until after running
9250 compilation-process-setup-function so it can buffer-local override
9251 compilation-window-height.
9252 Check buffer-local value of compilation-scroll-output.
9253 (compilation-set-window-height): Use buffer-local value of
9254 compilation-window-height.
9255 (compilation-revert-buffer): Don't pass (undefined)
9256 preserve-modes arg to revert-buffer.
9257 (next-error-no-select, previous-error-no-select): New commands.
9258 (compilation-goto-locus): Temporarily highlight current match in
9259 source buffer using compilation-highlight-regexp.
9260
9261 * progmodes/grep.el: New file with grep code from compile.el.
9262 (grep): New defcustom group.
9263 (grep-window-height): New defcustom, like compilation-window-height.
9264 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
9265 (grep-scroll-output): New defcustom, like compilation-scroll-output.
9266 (grep-command, grep-use-null-device, grep-find-command)
9267 (grep-tree-files-aliases, grep-tree-ignore-case)
9268 (grep-tree-ignore-CVS-directories): Move to grep custom group.
9269 (grep-setup-hook): New hook variable.
9270 (grep-mode-map): New keymap for grep commands. Add Grep menu.
9271 (grep-last-buffer): New defvar, override compilation-last-buffer.
9272 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
9273 Call compile-internal with args highlight-regexp and grep-mode-map.
9274
9275 2003-11-23 Kim F. Storm <storm@cua.dk>
9276
9277 * subr.el (event-start, event-end): Doc fix.
9278 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
9279 (posn-area, posn-actual-col-row, posn-object): New defuns.
9280 (posn-col-row): Simplify doc. Rewrite to use cond.
9281 (posn-point): Also return buffer position for events outside text
9282 area (that info is now present in the event position).
9283
9284 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
9285 mouse-set-point so that hscroll still works now that clicks on
9286 fringes generate specific mouse events.
9287 (mouse-set-point): Note that it now works in fringes and margins
9288 too due to new semantics of posn-point in fringes and margins.
9289
9290 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
9291 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
9292
9293 2003-11-20 Kim F. Storm <storm@cua.dk>
9294
9295 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
9296 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
9297 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
9298 to 100 for icons to avoid increasing line height when shown.
9299
9300 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
9301
9302 * newcomment.el (comment-normalize-vars): Initialize properly if
9303 comment-start was nil.
9304
9305 2003-11-19 Andreas Schwab <schwab@suse.de>
9306
9307 * simple.el (set-variable): Fix indentation.
9308
9309 2003-11-17 Kenichi Handa <handa@m17n.org>
9310
9311 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
9312 Fix docstring.
9313
9314 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
9315
9316 * international/latin1-disp.el (latin1-display): Fix docstring.
9317
9318 2003-11-16 John Wiegley <johnw@newartisans.com>
9319
9320 * eshell/em-ls.el (eshell-ls-file): There are times with
9321 size-width is nil and uncomputed (when directories are created in
9322 dired, for example); in this case, 4 is reasonable default value,
9323 although it may caused skewed new entries (which could be avoided
9324 by returning the original value of 8 in all cases, but 99% of the
9325 time this is a waste of whitespace).
9326
9327 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
9328
9329 * cc-engine.el (c-guess-continued-construct)
9330 (c-guess-basic-syntax): Check a little more carefully if it's a
9331 function declaration when an unknown construct followed by a block
9332 is found inside a statement context. This avoids macros followed
9333 by blocks to be taken as function declarations.
9334
9335 (c-guess-continued-construct): Change the analysis of a statement
9336 continuation with a brace open to `substatement-block', for
9337 consistency with recognized statements.
9338
9339 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
9340 start is in a position so that `c-beginning-of-statement-1' jumped
9341 to the beginning of the same statement.
9342
9343 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
9344 Don't accept binary operators in the arglist if we're in a function
9345 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
9346 template recognition in cases like "if (a < b || c > d)".
9347
9348 (c-restricted-<>-arglists): New more appropriate name for
9349 `c-disallow-comma-in-<>-arglists'.
9350
9351 Accessing functions updated for the variable name change.
9352
9353 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
9354 match data could get clobbered if NOT-INSIDE-TOKEN is used.
9355
9356 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
9357 labels.
9358
9359 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
9360 instead of duplicating parts of it. This fixes bogus label
9361 recognition.
9362
9363 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
9364 of checking the context in which to apply the minimum indentation,
9365 so that it isn't enforced in e.g. namespace blocks.
9366
9367 * cc-vars.el (c-inside-block-syms): New constant used by
9368 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
9369 to somewhat reduce the risk of becoming stale.
9370
9371 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
9372 cc-cmds to cc-engine to allow use from cc-align.
9373
9374 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
9375 qualified identifiers containing "::".
9376
9377 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
9378 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
9379
9380 * cc-vars.el (c-emacs-features): Use a space in front of the name
9381 of the temporary buffer. That also avoids dumping problems in
9382 XEmacs due to undo info being left around after the buffer is killed.
9383
9384 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
9385 arglist to see if it's a K&R style declaration.
9386
9387 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
9388 before returning `knr-argdecl-intro'.
9389
9390 2003-11-16 John Wiegley <johnw@newartisans.com>
9391
9392 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
9393 field in a long-listing always 8 characters, use `size-width',
9394 which has already been computed.
9395
9396 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
9397
9398 * subr.el (minor-mode-list): Add `hs-minor-mode'.
9399
9400 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
9401
9402 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
9403 Support operation while narrowed, with `diff-restrict-view'.
9404
9405 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
9406
9407 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9408 Take additional optional arg NARROWFUN. For the generated functions:
9409 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
9410 include frags that arrange to check for and save narrowing state before
9411 the move and then conditionally call NARROWFUN after the move.
9412
9413 2003-11-14 John Wiegley <johnw@newartisans.com>
9414
9415 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
9416 that was optional, but obviously missing based on surrounding code.
9417
9418 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
9419 string arguments to numbers unless the whole argument was seen as
9420 a number.
9421
9422 2003-11-14 Kenichi Handa <handa@m17n.org>
9423
9424 * international/mule.el (ctext-non-standard-encodings-alist):
9425 Fix coding systems.
9426
9427 2003-11-10 Kenichi Handa <handa@m17n.org>
9428
9429 * language/kannada.el ("Kannada"): Add sample-text.
9430
9431 * language/knd-util.el (kannada-compose-region)
9432 (kannada-compose-string, kannada-post-read-conversion):
9433 Add autoload cookie.
9434
9435 * international/quail.el (quail-completion): Change the message
9436 "corresponding translations" to "corresponding characters".
9437
9438 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
9439
9440 * descr-text.el (describe-char): Fix typo.
9441
9442 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
9443
9444 These changes are to support Kannada language/script.
9445
9446 * Makefile.in (DONTCOMPILE): Add kannada.el.
9447
9448 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
9449
9450 * loadup.el: Preload kannada.el.
9451
9452 * language/ind-util.el (ucs-kannada-to-is13194-alist)
9453 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
9454 New variables.
9455
9456 * language/kannada.el: New file.
9457
9458 * language/knd-util.el: New file.
9459
9460 2003-11-07 Andreas Schwab <schwab@suse.de>
9461
9462 * progmodes/autoconf.el (autoconf-font-lock-keywords):
9463 Also highlight AH_*.
9464
9465 * xml.el (xml-parse-dtd): Fix misplaced paren.
9466
9467 2003-11-07 Kenichi Handa <handa@m17n.org>
9468
9469 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
9470
9471 2003-11-05 Juri Linkov <juri@jurta.org>
9472
9473 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
9474 (desktop-buffer-file): Use saved buffer-file-coding-system
9475 for file reading. Set auto-insert to nil to prevent automatic
9476 insertion into restored empty files.
9477
9478 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
9479
9480 * files.el (risky-local-variable-p): Make second argument optional.
9481
9482 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
9483
9484 * subr.el (add-hook): Fix last change.
9485
9486 2003-11-03 Eli Zaretskii <eliz@gnu.org>
9487
9488 * mail/rmail.el (rmail-convert-to-babyl-format):
9489 If base64-decode-region signals an error, catch it and silently
9490 ignore it.
9491
9492 2003-11-01 Mark A. Hershberger <mah@everybody.org>
9493
9494 * xml.el (xml-parse-region): Allow comments to appear after the
9495 topmost element has closed.
9496 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
9497 (xml-ns-expand-attr): New functions to do namespace handling.
9498 (xml-intern-attrlist): Back-compatible handling of attribute names.
9499 (xml-parse-tag): Move namespace handling to separate functions.
9500 Now produces elements in the form ((:ns . "element") (attr-list)
9501 children) instead of ('ns:element (attr-list) children).
9502 (xml-parse-attlist): Fix attribute parsing.
9503 (xml-parse-dtd): Change parsing so that it produces strings
9504 instead of interned symbols.
9505
9506 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
9507
9508 * dired.el (dired-ls-sorting-switches): Doc fix.
9509
9510 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
9511
9512 * emacs-lisp/rx.el (rx-or): Fix the case of
9513 "(rx (and ?a (or ?b ?c) ?d))".
9514
9515 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
9516
9517 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
9518 (texinfo-format-region): Use it.
9519 (texinfo-format-buffer-1): Ditto.
9520
9521 2003-11-01 Alan Mackenzie <acm@muc.de>
9522
9523 Changes to allow scrolling whilst in isearch mode:
9524 * isearch.el (isearch-unread-key-sequence): New function,
9525 extracted from isearch-other-meta-char.
9526 (top level): (put 'foo 'isearch-scroll) on all Emacs's
9527 "scrollable" standard functions.
9528 (isearch-allow-scroll): New customizable variable.
9529 (isearch-string-out-of-window, isearch-back-into-window)
9530 (isearch-reread-key-sequence-naturally)
9531 (isearch-lookup-scroll-key): New functions.
9532 (isearch-other-meta-char): Doc string and functionality enhanced.
9533 Now accepts a prefix argument.
9534 (isearch-lazy-highlight-window-end): New variable.
9535 (isearch-lazy-highlight-new-loop): Pay attention to the window's
9536 end (thru isearch-lazy-highlight-window-end), not only its start.
9537
9538 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
9539 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
9540 (universal-argument, universal-argument-more, negative-argument)
9541 (digit-argument, universal-argument-other-key): Minor changes.
9542
9543 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
9544
9545 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
9546 recursively if the last message is deleted, thus avoiding an
9547 infinite loop.
9548
9549 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
9550
9551 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
9552 (tex-main-file): Don't add .tex if the extension is already present.
9553 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
9554
9555 2003-10-29 Lute Kamstra <lute@gnu.org>
9556
9557 * progmodes/octave-inf.el (inferior-octave-prompt):
9558 Recognize version number in prompt.
9559
9560 2003-10-28 Dave Love <fx@gnu.org>
9561
9562 * international/characters.el: Fix some Unicode ranges.
9563
9564 2003-10-28 Kenichi Handa <handa@m17n.org>
9565
9566 * disp-table.el (standard-display-8bit)
9567 (standard-display-default, standard-display-ascii)
9568 (standard-display-g1, standard-display-graphic)
9569 (standard-display-underline): Assure that standard-display-table
9570 is a display table.
9571
9572 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
9573
9574 * simple.el (reindent-then-newline-and-indent): Delete space *after*
9575 reindenting the first line.
9576
9577 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
9578
9579 * wid-edit.el (widget-default-delete): Always delete child widgets.
9580
9581 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
9582
9583 * newcomment.el (comment-indent): Don't call indent-according-to-mode
9584 if the line has code.
9585 Don't try to line up with something that's too far left.
9586
9587 * progmodes/octave-mod.el (octave-comment-start): Simplify.
9588 (octave-mode-syntax-table): Add % as a comment starter.
9589 (octave-point): Remove.
9590 (octave-in-comment-p, octave-in-string-p)
9591 (octave-not-in-string-or-comment-p, calculate-octave-indent)
9592 (octave-blink-matching-block-open, octave-auto-fill):
9593 Use line-(beginning|end)-position instead.
9594
9595 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
9596
9597 * emacs-lisp/authors.el (authors-aliases): Add correct realname
9598 for Francesco Potort\e,Al\e(B.
9599
9600 2003-10-23 Dave Love <fx@gnu.org>
9601
9602 * international/mule-cmds.el (locale-charset-to-coding-system):
9603 Don't rely on nil being a coding system.
9604
9605 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
9606 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
9607 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
9608
9609 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
9610
9611 * gdb-ui.el (gdb-current-language): New variable.
9612 (gdb-update-flag): Remove variable.
9613 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
9614 (gdb-take-last-elt): Remove function.
9615 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
9616 (gdb-post-prompt): Check for variable object changes here.
9617
9618 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
9619 object changes in gdb-ui.el.
9620
9621 2003-10-21 Richard M. Stallman <rms@gnu.org>
9622
9623 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
9624
9625 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
9626 Don't check for foo*/ wildcard form here.
9627 (insert-directory): Recognize foo*/ as a wildcard.
9628 Separate wildcard-regexp variable from the arg, wildcard.
9629
9630 * subr.el (add-hook): Correctly detect when make-local-hook was used.
9631 (remove-hook): Correctly handle strange cases about local hooks.
9632
9633 2003-10-21 David Ponce <david@dponce.com>
9634
9635 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
9636 argument REAL, to return a real number instead of a rounded
9637 integer value. Define as inline function.
9638 (ruler-mode-right-fringe-cols): Likewise.
9639 (ruler-mode-scroll-bar-cols): New function.
9640 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
9641 (ruler-mode-right-scroll-bar-cols): Likewise.
9642 (ruler-mode-space): New function.
9643 (ruler-mode-ruler): Use it. Handle variations of fringe style,
9644 scroll bar mode and margins in a more robust way.
9645
9646 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
9647
9648 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
9649 (antlr-c-init-language-vars): New function.
9650 (antlr-mode): Use it with cc-mode before v5.29.
9651 (antlr-c-common-init): Don't set some local vars here.
9652 (antlr-mode): Set them here.
9653 (antlr-c-forward-sws): New function alias.
9654 (antlr-mode): Redefine with cc-mode before v5.30.
9655 (antlr-skip-sexps): Use it.
9656 (antlr-skip-exception-part): Ditto.
9657 (antlr-skip-file-prelude): Ditto.
9658 (antlr-outside-rule-p): Ditto.
9659 (antlr-end-of-body): Ditto.
9660 (antlr-option-kind): Ditto.
9661 (antlr-insert-option-area): Ditto.
9662 (antlr-file-dependencies): Ditto.
9663
9664 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9665
9666 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
9667 Move backward only if point was not inside an entry.
9668
9669 2003-10-21 Richard M. Stallman <rms@gnu.org>
9670
9671 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
9672
9673 2003-10-21 Juri Linkov <juri@jurta.org>
9674
9675 * compare-w.el: Automatically skip non-matching text to resync.
9676 (compare-windows-whitespace): Doc fix.
9677 (compare-windows-sync, compare-windows-sync-string-size)
9678 (compare-windows-recenter, compare-ignore-whitespace)
9679 (compare-windows-highlight, compare-windows-face): New variables.
9680 (compare-windows): Use compare-windows-sync.
9681 (compare-windows-highlight, compare-windows-dehighlight)
9682 (compare-windows-sync-regexp)
9683 (compare-windows-sync-default-function): New functions.
9684
9685 2003-10-21 Juri Linkov <juri@jurta.org>
9686
9687 * diff.el (diff-parse-differences): Don't visit the files now;
9688 instead, just record the error locus.
9689
9690 2003-10-21 Dave Love <fx@gnu.org>
9691
9692 * progmodes/cfengine.el: New file.
9693
9694 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
9695
9696 * complete.el (PC-do-completion): Do not forget to use `pred' as the
9697 default-directory when completing file names.
9698
9699 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
9700
9701 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
9702 followed by the word `face', it gets treated as a face, even if
9703 it is also defined as a variable or a function.
9704
9705 2003-10-20 Dave Love <fx@gnu.org>
9706
9707 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9708 Avoid incf in macro expansion.
9709
9710 2003-10-20 John Paul Wallington <jpw@gnu.org>
9711
9712 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
9713 `evenp' so we don't implicitly require cl library at runtime.
9714
9715 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
9716
9717 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
9718 (help-make-xrefs): Only make cross-references for faces if
9719 preceded or followed by the word `face'. Do not make a
9720 cross-reference for variables without variable documentation,
9721 unless preceded by the word `variable' or `option'. Update doc
9722 string accordingly.
9723
9724 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
9725
9726 * progmodes/hideshow.el: Rewrite one-armed `if'
9727 constructs using either `when' or `unless'.
9728 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
9729
9730 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
9731
9732 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
9733 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
9734 instead of 12x12.
9735
9736 2003-10-16 Eli Zaretskii <eliz@gnu.org>
9737
9738 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
9739 message while converting to Babyl.
9740
9741 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
9742
9743 * allout.el (allout-mode): Doc fix.
9744
9745 2003-10-16 Lute Kamstra <lute@gnu.org>
9746
9747 * subr.el (force-mode-line-update): Fix docstring.
9748
9749 2003-10-14 Dave Love <fx@gnu.org>
9750
9751 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
9752 (default-input-method): Add :link, improve :type.
9753 (locale-charset-language-names): Fix utf-8 pattern.
9754 (locale-charset-match-p, locale-charset-alist)
9755 (locale-charset-to-coding-system): New.
9756 (set-locale-environment): Deal with codeset part of locale specs.
9757
9758 2003-10-14 Lute Kamstra <lute@gnu.org>
9759
9760 * fringe.el (fringe-mode): Use active voice in docstring.
9761 (set-fringe-style): Ditto.
9762
9763 2003-10-13 Lute Kamstra <lute@gnu.org>
9764
9765 * fringe.el (fringe-mode): Fix docstring.
9766 (set-fringe-style): Ditto.
9767
9768 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
9769
9770 * ediff-mult.el (ediff-filegroup-action):
9771 Use ediff-default-filtering-regexp.
9772
9773 * ediff-util.el (ediff-recenter): Don't call
9774 ediff-restore-highlighting twice.
9775 (ediff-select-difference): Set current difference.
9776 (ediff-unselect-and-select-difference): Add comment.
9777
9778 * ediff.el (ediff-directories,ediff-directory-revisions)
9779 (ediff-directories3,ediff-merge-directories)
9780 (ediff-merge-directories-with-ancestor)
9781 (ediff-merge-directory-revisions)
9782 (ediff-merge-directory-revisions-with-ancestor):
9783 Use ediff-default-filtering-regexp.
9784
9785 2003-10-12 Andreas Schwab <schwab@suse.de>
9786
9787 * international/mule-cmds.el (locale-charset-language-names):
9788 Simplify regex by removing unused grouping.
9789
9790 2003-10-10 Dave Love <fx@gnu.org>
9791
9792 * bindings.el: Don't bind stop.
9793
9794 2003-10-08 Miles Bader <miles@gnu.org>
9795
9796 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
9797 face instead of attempting to emulate it.
9798
9799 2003-10-07 Kenichi Handa <handa@m17n.org>
9800
9801 * international/mule-diag.el (list-coding-systems-1): List coding
9802 systems that are loaded automatically.
9803
9804 * international/code-pages.el (iso-8859-11): Add autoload cookie.
9805
9806 * international/mule.el (autoload-coding-system): New function.
9807
9808 2003-10-07 Andreas Schwab <schwab@suse.de>
9809
9810 * log-edit.el (log-edit-changelog-entries): Prefer local value of
9811 change-log-default-name in the buffer visiting the file.
9812
9813 2003-10-06 Dave Love <fx@gnu.org>
9814
9815 * files.el (find-file-hook): Customize.
9816 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
9817
9818 * bindings.el (completion-ignored-extensions): Remove .log.
9819 (global-map): Add again, open, stop keys.
9820
9821 2003-10-05 Richard M. Stallman <rms@gnu.org>
9822
9823 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
9824 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
9825 Use sh-modify directly.
9826 (sh-select): Use sh-append, not eval.
9827
9828 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
9829
9830 * info.el (Info-following-node-name): New function.
9831
9832 * loadhist.el (unload-feature-special-hooks):
9833 Rename from loadhist-hook-functions.
9834 (loadhist-hook-functions): Now an alias.
9835
9836 2003-10-04 Eli Zaretskii <eliz@gnu.org>
9837
9838 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
9839 file-name clashes on 8+3 filesystems.
9840
9841 * Makefile.in (DONTCOMPILE, bootstrap-clean):
9842 Rename loaddefs-boot.el to ldefs-boot.el
9843
9844 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
9845 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
9846
9847 2003-10-03 Lute Kamstra <lute@gnu.org>
9848
9849 * info.el (Info-mode): Revert previous change.
9850 (Info-escape-percent): New function.
9851 (Info-fontify-node): Use it.
9852
9853 2003-10-02 Andreas Schwab <schwab@suse.de>
9854
9855 * loaddefs-boot.el: Regenerated.
9856
9857 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
9858
9859 * ffap.el: Remove defadvice related code from CVS since `complete'
9860 provides a `PC-completion-as-file-name-predicate' variable that
9861 ffap can override.
9862
9863 2003-10-02 Kenichi Handa <handa@m17n.org>
9864
9865 * international/utf-8.el (ccl-decode-mule-utf-8):
9866 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
9867
9868 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
9869 * international/subst-big5.el: Likewise.
9870 * international/subst-gb2312.el: Likewise.
9871 * international/subst-ksc.el: Likewise.
9872
9873 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
9874
9875 * calendar/calendar.el (increment-calendar-month)
9876 (calendar-leap-year-p, calendar-absolute-from-gregorian)
9877 (generate-calendar, calendar-read-date, calendar-interval)
9878 (calendar-day-of-week): Handle years BC.
9879 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
9880
9881 2003-10-01 Dave Love <fx@gnu.org>
9882
9883 * language/cyrillic.el (cp1251): Alias for windows-1251.
9884
9885 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
9886 bootstrap.
9887
9888 2003-10-01 Lute Kamstra <lute@gnu.org>
9889
9890 * files.el: Fix typo.
9891 * imenu.el (imenu--generic-function): Docstring fix.
9892
9893 2003-09-30 Richard M. Stallman <rms@gnu.org>
9894
9895 * dired.el (dired-mode): Handle dired-directory as a list.
9896
9897 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
9898
9899 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
9900
9901 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
9902
9903 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
9904 Replace gud-display with gud-watch.
9905 (gud-speedbar-buttons): Add stuff for watching expressions
9906 in the speedbar when using M-x gdba. Use dolist on old part
9907 of this function.
9908
9909 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
9910 (gdb-update-flag): New variables.
9911 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
9912 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
9913 (gud-watch, gdb-var-create-handler) : New functions.
9914 (gdb-var-list-children, gdb-var-list-children-handler)
9915 (gdb-var-create-regexp, gdb-var-update-regexp)
9916 (gdb-var-list-children-regexp): New constants.
9917 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
9918 (gdb-annotation-rules): Reduce annotation set (level 3).
9919 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
9920 (gdb-post-prompt): Don't update GDB buffers every time speedbar
9921 updates.
9922 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
9923 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
9924 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
9925 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
9926 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
9927 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
9928 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
9929 (gud-display, gud-display1)
9930 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
9931 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
9932 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
9933 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
9934 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
9935 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
9936 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
9937 (gdb-display-display-buffer, gdb-toggle-display)
9938 (gdb-delete-display, gdb-expressions-popup-menu)
9939 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
9940 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
9941 to display buffer.
9942
9943 2003-09-30 Richard M. Stallman <rms@gnu.org>
9944
9945 * progmodes/ada-mode.el (ada-mode): Don't use advice.
9946 Instead, set which-func-functions.
9947
9948 * progmodes/which-func.el (which-func-modes): Add ada-mode.
9949 (which-func-functions): New variable.
9950 (which-function): Use that.
9951
9952 * info.el (Info-mode): Double each `%' in header line.
9953
9954 * emacs-lisp/lisp-mnt.el (lm-with-file):
9955 When FILE is nil, run BODY in current buffer.
9956
9957 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
9958
9959 * help.el (describe-mode): Start with a brief list of minor modes.
9960 Find them thru minor-mode-list so as to find them all.
9961 Show them in alphabetical order.
9962
9963 * mail/sendmail.el (mail-aliases): Doc fix.
9964
9965 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
9966
9967 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
9968
9969 * mail/rmailsum.el (rmail-make-summary-line-1):
9970 Change comma after last label to a space.
9971 (rmail-summary-font-lock-keywords): Adapt to that change.
9972
9973 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
9974
9975 * progmodes/scheme.el (scheme-mode-variables): When setting
9976 `font-lock-defaults', also specify that "#" should
9977 be interpreted with `word' syntax.
9978 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
9979
9980 2003-09-30 Lars Hansen <larsh@math.ku.dk>
9981
9982 * desktop.el: A lot of comments updated.
9983 (desktop-save-mode): Minor mode introduced.
9984 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
9985 (desktop-load-default): Function made obsolete.
9986 (desktop-locals-to-save): Variable made customizable.
9987 (desktop-read): Optional parameter `dirname' added.
9988 (desktop-change-dir, desktop-revert): Parameter `dirname' in
9989 `desktop-read' used.
9990 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
9991
9992 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
9993
9994 * whitespace.el (whitespace-clean-msg): Add user customizable message
9995 for displaying ``clean'' output.
9996 (whitespace-buffer): Use `whitespace-clean-msg'.
9997 (whitespace-global-mode): Fix typo.
9998
9999 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
10000
10001 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
10002
10003 2003-09-29 Lute Kamstra <lute@gnu.org>
10004
10005 * bindings.el (mode-line-modes): Remove superfluous :propertize
10006 construct in initialization.
10007 (mode-line-position): Change cons cell into proper list in
10008 initialization.
10009
10010 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
10011
10012 * international/mule.el (decode-coding-inserted-region): Use car
10013 of the return value of find-operation-coding-system.
10014
10015 2003-09-29 Kenichi Handa <handa@m17n.org>
10016
10017 * descr-text.el (describe-char): Fix previous change.
10018
10019 2003-09-28 Kenichi Handa <handa@m17n.org>
10020
10021 * descr-text.el (describe-char-display): New function.
10022 (describe-char): Pay attention to display table on describing how
10023 a character is displayed.
10024
10025 * international/mule-cmds.el (encoded-string-description):
10026 Prepend "0x" to each encoded byte.
10027
10028 2003-09-28 Andreas Schwab <schwab@suse.de>
10029
10030 * find-file.el (ff-special-constructs): Add autoload cookie.
10031
10032 2003-09-28 Kevin Ryde <user42@zip.com.au>
10033
10034 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
10035 makeinfo appends to duplicate index entries.
10036
10037 2003-09-28 Eli Zaretskii <eliz@gnu.org>
10038
10039 * dired-x.el (dired-clean-tex): Doc fix.
10040
10041 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
10042 using a Chinese tutorial.
10043
10044 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
10045
10046 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
10047 between "MAIL FROM:" and "RCPT TO:" and the following address.
10048
10049 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
10050
10051 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
10052
10053 2003-09-28 David Ponce <david@dponce.com>
10054
10055 * recentf.el (recentf-initialize-file-name-history): New defcustom.
10056 (recentf-load-list): When `recentf-initialize-file-name-history'
10057 is non-nil, initialize an empty `file-name-history' with the
10058 recent list.
10059
10060 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
10061
10062 * man.el (Man-default-man-entry): Remove the leading `*' from the
10063 word at point.
10064
10065 2003-09-26 Lute Kamstra <lute@gnu.org>
10066
10067 * bindings.el (mode-line-position): Mention size indication in
10068 docstring.
10069
10070 2003-09-26 Andre Spiegel <spiegel@gnu.org>
10071
10072 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
10073
10074 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
10075 because it's autoloaded now.
10076
10077 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
10078
10079 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
10080 (sh-font-lock-keywords, sh-feature): Fix previous change of
10081 sh-feature to avoid infloop with sh-font-lock-keywords.
10082
10083 2003-09-25 Kim F. Storm <storm@cua.dk>
10084
10085 * frame.el (frame-current-scroll-bars): New defun.
10086
10087 * window.el (window-current-scroll-bars): New defun.
10088
10089 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10090
10091 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
10092 cause errors when the state cache contains info on parts that have
10093 been narrowed out.
10094
10095 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10096
10097 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
10098 `c-setup-paragraph-variables' has to be used when this variable is
10099 changed; it doesn't work to reinitialize the mode since that
10100 typically clobbers the variable.
10101
10102 * progmodes/cc-styles.el (c-setup-paragraph-variables):
10103 Make it interactive.
10104
10105 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10106
10107 * progmodes/cc-fonts.el (c-font-lock-declarations):
10108 Fix recognition of constructors and destructors for classes whose
10109 names are matched by `*-font-lock-extra-types'.
10110
10111 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
10112 followed by an identifier in C++ then it's a type.
10113
10114 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10115
10116 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
10117 problem that primarily affected XEmacs. Don't use faces to find
10118 unterminated strings since Emacs and XEmacs fontify strings
10119 differently - this function should now work better in XEmacs.
10120
10121 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10122
10123 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
10124 `expand-abbrev' workaround which caused braces to misbehave inside
10125 macros.
10126
10127 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
10128 handling. This bug could cause interactive font locking to bail out.
10129
10130 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10131
10132 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
10133 Handle paren-style types in Pike. Also fixed some cases of
10134 insufficient handling of unbalanced parens.
10135
10136 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
10137
10138 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
10139 common shell prompts that are not common filename or URL characters.
10140 (ffap-file-at-point): Use the new regexp to strip the prompts from
10141 the file names. This is an issue mostly for user prompts that
10142 don't have a trailing space and find-file-at-point is invoked from
10143 within a shell inside Emacs.
10144
10145 2003-09-24 Andre Spiegel <spiegel@gnu.org>
10146
10147 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
10148 stamps numerically, rather than textually.
10149
10150 2003-09-24 Kenichi Handa <handa@m17n.org>
10151
10152 * language/devan-util.el (devanagari-post-read-conversion):
10153 * language/mlm-util.el (malayalam-post-read-conversion):
10154 * language/tml-util.el (tamil-post-read-conversion):
10155 Add autoload cookie.
10156
10157 * international/utf-8.el (utf-8-post-read-conversion):
10158 Call post-read-conversion functions for Devanagari, Malayalam,
10159 and Tamil.
10160
10161 2003-09-23 Dave Love <fx@gnu.org>
10162
10163 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
10164
10165 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
10166
10167 * progmodes/gud.el (perldb): Add gud-until to list of commands.
10168 Update gud-remove.
10169
10170 2003-09-22 Richard M. Stallman <rms@gnu.org>
10171
10172 * progmodes/sh-script.el (sh-mode-default-syntax-table):
10173 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
10174 (sh-mode-syntax-table-input): New variable.
10175 (sh-require-final-newline): Don't use eval.
10176 (sh-builtins, sh-leading-keywords, sh-other-keywords)
10177 (sh-variables, sh-font-lock-keywords): Don't use eval.
10178 (sh-set-shell): When setting require-final-newline,
10179 treat value = `require-final-newline' as don't change it.
10180 Set sh-mode-syntax-table locally based on
10181 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
10182
10183 * progmodes/compile.el (compile-internal):
10184 Call compilation-set-window-height before setting window start.
10185
10186 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
10187
10188 * emacs-lisp/bytecomp.el (byte-compile-log-file):
10189 Clear out byte-compile-last-warned-form.
10190
10191 2003-09-22 Richard M. Stallman <rms@gnu.org>
10192
10193 * woman.el (woman-file-name, woman-follow-word):
10194 If current-word returns nil, use "".
10195
10196 * simple.el (eval-expression): Bind standard-output in to-buffer case.
10197
10198 2003-09-22 Richard M. Stallman <rms@gnu.org>
10199
10200 * emacs-lisp/lisp-mnt.el (lm-with-file):
10201 Don't visit the file, just use insert-file-contents in temp buffer.
10202
10203 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
10204
10205 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
10206 Add surrounding \\( and \\) around the header, as in
10207 for lm-history-header 'Change Log\\|History'.
10208
10209 2003-09-22 John Paul Wallington <jpw@gnu.org>
10210
10211 * progmodes/ld-script.el: Add Commentary section,
10212 minor cleanup of file header.
10213 (ld-script-font-lock-keywords): Doc fix.
10214 (toplevel): Provide `ld-script' feature.
10215
10216 2003-09-21 Kim F. Storm <storm@cua.dk>
10217
10218 * scroll-bar.el (set-scroll-bar-mode): Initialize to
10219 new built-in variable default-frame-scroll-bars.
10220 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
10221 scroll-bar-mode; notably, use it instead of t when we toggle
10222 scroll-bars on.
10223 (toggle-scroll-bar): Use default-frame-scroll-bars.
10224
10225 2003-09-19 Masatake YAMATO <jet@gyve.org>
10226
10227 * pcvs.el (cvs-do-removal): Change the prompt depending on
10228 `filter' value.
10229
10230 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
10231
10232 * startup.el (command-line-1): Stop startup-echo-area-message
10233 being hidden by "Loading image..." message.
10234 (use-fancy-splash-screens-p, display-splash-screen):
10235 Move display-graphic-p test from latter to former.
10236
10237 * progmodes/sh-script.el (sh-font-lock-keywords):
10238 Highlight escaped EOLs differently from other backslash constructs.
10239
10240 2003-09-19 Richard M. Stallman <rms@gnu.org>
10241
10242 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
10243 New functions.
10244 (edebug-enter, edebug-outside-excursion): Use them.
10245
10246 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
10247 Fix the condition for whether to print "In WHERE".
10248
10249 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
10250
10251 * finder.el (finder-mode-hook): New variable.
10252 (finder-mode): Run hook finder-mode-hook
10253
10254 2003-09-18 Masatake YAMATO <jet@gyve.org>
10255
10256 * progmodes/ebrowse.el: Fix broken magic autoload comments.
10257
10258 2003-09-17 Mario Lang <mlang@delysid.org>
10259
10260 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
10261 "p %e" to actually print the value in the GUD buffer.
10262
10263 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
10264
10265 From David Ponce <david.ponce@wanadoo.fr>:
10266 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
10267 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
10268 from loaddefs-boot.el if necessary.
10269
10270 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
10271
10272 * progmodes/gud.el (gud-find-class): Make jdb work again since
10273 cc-mode changed the syntactic information.
10274
10275 2003-09-15 David Ponce <david@dponce.com>
10276
10277 * recentf.el: (recentf-exclude): Accept predicates too.
10278 (recentf-file-readable-p): New function.
10279 (recentf-include-p): Handle predicates in recentf-exclude.
10280 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
10281 (recentf-cleanup): Likewise.
10282 (recentf-save-list): Use write-file to handle backup of
10283 recentf-save-file.
10284
10285 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
10286
10287 * loaddefs-boot.el: Renamed from `loaddefs.el'
10288 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
10289 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
10290 necessary.
10291
10292 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
10293
10294 * electric.el (Electric-pop-up-window): For the `one-window' case,
10295 no longer disconcertingly move point in the original buffer.
10296
10297 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10298
10299 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
10300
10301 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
10302
10303 * dired.el (dired-mode-map): Fix typo.
10304
10305 2003-09-11 Richard M. Stallman <rms@gnu.org>
10306
10307 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
10308
10309 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
10310
10311 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
10312 the function is less noisy. Now only `kill-buffer' can ask questions.
10313
10314 2003-09-10 Mario Lang <mlang@delysid.org>
10315
10316 * battery.el: Update Commentary and Copyright.
10317 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
10318 appear due to wrong ordering of the expressions in `or'.
10319
10320 2003-09-09 Lute Kamstra <lute@gnu.org>
10321
10322 * misc.el (upcase-char): Fix docstring.
10323 (zap-up-to-char): New command.
10324
10325 2003-09-08 David Ponce <david@dponce.com>
10326
10327 Ensure that recentf correctly updates the menu bar.
10328 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
10329 (recentf-menu-bar): New function.
10330 (recentf-clear-data): Use it
10331 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
10332 of easy-menu-change.
10333
10334 2003-09-08 Lute Kamstra <lute@gnu.org>
10335
10336 * simple.el (size-indication-mode): New.
10337 * bindings.el (mode-line-position): Add buffer size indicator.
10338
10339 2003-09-04 Mario Lang <mlang@delysid.org>
10340
10341 * battery.el (battery-linux-proc-acpi): New function.
10342 (battery-status-function): Modify default value calculation to also
10343 check for availability of ACPI.
10344 (battery-echo-area-format): Ditto.
10345 (battery-mode-line-format): Ditto.
10346
10347 2003-09-06 Dave Love <fx@gnu.org>
10348
10349 * ielm.el (ielm-mode-hook): Add :options.
10350
10351 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
10352 (eldoc-print-current-symbol-info): Use it.
10353
10354 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
10355
10356 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
10357 being displayed in GUD buffer.
10358 (gdb-idle-input-queue): Remove var. Use just one queue.
10359 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
10360 Remove functions. Use just one queue.
10361 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
10362 (gdb-invalidate-assembler, gdb-get-current-frame):
10363 Modify functions. Use just one queue.
10364
10365 2003-09-04 Dave Love <fx@gnu.org>
10366
10367 * cus-start.el: Add blink-cursor-alist.
10368
10369 * ruler-mode.el (ruler-mode-fill-column-char)
10370 (ruler-mode-current-column-char): Use char-displayable-p,
10371 not window-system.
10372
10373 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
10374
10375 * language/european.el (windows-1252): Move from code-pages.
10376
10377 * language/cyrillic.el ("Windows-1251"): Delete.
10378 ("Bulgarian", "Belarusian"): Remove `features'.
10379 (windows-1251): Move from code-pages.
10380
10381 * international/mule-diag.el (non-iso-charset-alist):
10382 Remove `codepage' stuff.
10383 (print-designation, list-coding-systems-1): Output fixes.
10384
10385 * international/code-pages.el (cp-make-translation-table)
10386 (cp-valid-codes): Made defsubsts.
10387 (cp-fix-safe-chars): Delete.
10388 (mule-diag): Don't require.
10389 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
10390 (top-level): Check for defined coding system when defining
10391 cp... aliases. Change w32-add-charset-info test to avoid warning.
10392 (non-iso-charset-alist): Defvar when compiling.
10393 (cp-make-coding-system): Doc fix.
10394
10395 2003-09-02 Jason Rumney <jasonr@gnu.org>
10396
10397 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
10398 line-ends from CVS before doing conversion.
10399
10400 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
10401
10402 * calendar/diary-lib.el (diary-header-line-flag)
10403 (diary-header-line-format): New variables.
10404 (list-diary-entries): Use them to set header line in simple diary.
10405
10406 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
10407 other than font-lock-string-face to highlight backslashes.
10408
10409 2003-09-01 Jason Rumney <jasonr@gnu.org>
10410
10411 * international/titdic-cnv.el (tit-read-key-value): Include \r in
10412 regexp.
10413
10414 2003-09-01 Dave Love <fx@gnu.org>
10415
10416 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
10417
10418 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
10419 and :help; also line and column numbers labels.
10420
10421 * international/mule-util.el (char-displayable-p): Move from
10422 latin1-disp, rename and autoload.
10423
10424 * international/latin1-disp.el (latin1-char-displayable-p):
10425 Now obsolete alias. Replace uses with char-displayable-p.
10426 (latin1-display-ucs-per-lynx): Fix last change.
10427
10428 * international/mule-cmds.el (standard-display-european-internal):
10429 Don't use char code for Latin-1 NBSP.
10430 <XFree86 4>: Unfrob NBSP display table. Set display table to use
10431 U+2018, U+2019 for `'.
10432 (select-safe-coding-system): Message fix.
10433
10434 2003-09-01 Kenichi Handa <handa@m17n.org>
10435
10436 * international/fontset.el (setup-default-fontset): For Thai
10437 font, specify "*" family.
10438
10439 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
10440
10441 * progmodes/compile.el (previous-error): Accept a prefix
10442 argument, similarly to next-error.
10443
10444 2003-08-31 Masatake YAMATO <jet@gyve.org>
10445
10446 * pcvs.el (cvs-do-removal): Use = instead of eq to check
10447 the number of files. Bind the number of files to a local
10448 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
10449
10450 2003-08-30 Eli Zaretskii <eliz@gnu.org>
10451
10452 * vc-hooks.el (vc-make-version-backup): Fix the change made on
10453 2003-07-26: msdos-long-file-names is a function, not a variable.
10454
10455 2003-08-29 Richard M. Stallman <rms@gnu.org>
10456
10457 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
10458 Do nothing with mail-personal-alias-file if it is nil.
10459
10460 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
10461 Do nothing if mail-personal-alias-file is nil.
10462
10463 * term.el (term-exec-1): Bind coding-system-for-read.
10464
10465 * dired.el (dired-mouse-find-file-other-window):
10466 Use dired-view-command-alist here, as in dired-view-file.
10467 (dired-view-command-alist): Use %s to substitute file name.
10468 Handle .ps_pages, .eps, .jpg, .gif, .png.
10469
10470 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
10471
10472 * info.el (Info-mode-map): Bind S-tab and <backtab> to
10473 `Info-prev-reference', instead of M-tab.
10474
10475 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
10476
10477 * simple.el (blink-matching-open): Work correctly on chars that
10478 are designated as parens through the syntax-table text property.
10479
10480 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
10481
10482 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
10483 line break position in the middle of a non-kinsoku (e.g. latin)
10484 word, making it skip until either a space or a character with
10485 category "|".
10486 (kinsoku-longer): Test for end of buffer.
10487
10488 2003-08-28 Eli Zaretskii <eliz@gnu.org>
10489
10490 * mail/rmail.el (rmail-convert-to-babyl-format):
10491 Detect quoted-printable- and base64-encoded messages and decode them
10492 automatically. Set the message's encoding from the charset=
10493 header, if any. Decode base64-encoded messages in Mail format as well.
10494
10495 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
10496
10497 * mail/smtpmail.el: Fix previous change.
10498 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
10499 calling smtpmail-via-smtp.
10500 (smtpmail-via-smtp): Add fall-back values for envelope-from.
10501
10502 2003-08-26 John Paul Wallington <jpw@gnu.org>
10503
10504 * image.el (image-jpeg-p): Don't search beyond length of data.
10505
10506 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
10507
10508 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
10509 misfeature in `expand-abbrev' which caused electric keywords like
10510 "else" to disappear if an open brace was typed directly afterwards.
10511
10512 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
10513
10514 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
10515 mandatory in `define-widget'.
10516
10517 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
10518 Don't align the operators "!=", "<=" and ">=" as assignment operators.
10519
10520 (c-assignment-operators): New language constant that only contains
10521 the assignment operators.
10522
10523 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
10524
10525 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
10526
10527 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
10528 Safeguard against unbalanced sexps.
10529
10530 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
10531
10532 * version.el (emacs-version): Check for gtk. Include gtk version info.
10533
10534 2003-08-25 John Paul Wallington <jpw@gnu.org>
10535
10536 * man.el (Man-default-man-entry): Don't whizz past the section
10537 number before looking for it.
10538
10539 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
10540
10541 * progmodes/gud.el (gud-display-line): Don't set window-point if
10542 source buffer is not visible. (Only happens with M-x gdba.)
10543
10544 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
10545 documentation.
10546 (gdb-source, gdb-source-info): Update to assembler unnecessary
10547 as its done after each GDB command anyway.
10548 (gdb-pre-prompt): Use with-current-buffer.
10549 (gdb-insert-field): Add help-echo text.
10550 (gdb-invalidate-assembler): Re-display of assembler now done in
10551 gdb-info-breakpoints-custom.
10552 (gdb-info-breakpoints-custom): Force re-display of assembler to
10553 happen *after* update of breakpoints buffer.
10554 (gdb-display-source-buffer): Don't choke if gdb-source-window
10555 isn't visible.
10556 (gdb-put-string, gdb-put-arrow): Remove free variables.
10557
10558 2003-08-24 John Paul Wallington <jpw@gnu.org>
10559
10560 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
10561
10562 * man.el (Man-default-man-entry): Strip text properties when
10563 snarfing parts of entry because `format' preserves properties.
10564
10565 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
10566
10567 * files.el (file-newest-backup): Use `expand-file-name'.
10568
10569 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
10570 Allow the diary to pop up a new frame, if needed.
10571
10572 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
10573 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
10574 (smtpmail-send-it): Make treatment of envelope-from consistent with
10575 sendmail.el.
10576
10577 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
10578 (sh-leading-keywords): Add the bash `time' reserved word.
10579 (sh-variables): Add some bash variables.
10580 (sh-add-completer): Fix nil branch of case statement.
10581
10582 2003-08-24 Masatake YAMATO <jet@gyve.org>
10583
10584 * progmodes/ld-script.el: New file.
10585
10586 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
10587
10588 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
10589
10590 2003-08-23 Andre Spiegel <spiegel@gnu.org>
10591
10592 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
10593 Better explain obsolescence, and what to use instead.
10594
10595 2003-08-23 Masatake YAMATO <jet@gyve.org>
10596
10597 * pcvs.el (cvs-do-removal): Show the deleted file name
10598 on the prompt.
10599
10600 2003-08-20 Dave Love <fx@gnu.org>
10601
10602 * international/mule.el (make-coding-system)
10603 (set-buffer-file-coding-system): Doc fix.
10604
10605 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
10606
10607 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
10608
10609 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
10610
10611 * international/utf-16.el: Add mime-text-unsuitable coding system
10612 properties.
10613
10614 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
10615
10616 * cus-edit.el: Add some :links.
10617 (bib): Remove.
10618
10619 * textmodes/bib-mode.el (bib): Add :group external.
10620
10621 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
10622
10623 * wid-edit.el (widget-echo-help): Make it handle expressions that
10624 evaluate to strings.
10625
10626 2003-08-18 Michael Mauger <mmaug@yahoo.com>
10627
10628 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
10629
10630 Simplify selection of SQL products to define highlighting and
10631 interactive mode. Includes detailed instructions on adding
10632 support for new products.
10633
10634 * progmodes/sql.el (sql-product): New variable. Identifies SQL
10635 product for use in highlighting and interactive mode.
10636 (sql-interactive-product): New variable. SQL product for
10637 sql-interactive-mode.
10638 (sql-product-support): New variable. Specifies product-specific
10639 parameters to drive highlighting and interactive mode.
10640 (sql-imenu-generic-expression): Add more object types.
10641 (sql-sqlite-options): Correct comment.
10642 (sql-ms-program): Use "osql" rather than "isql".
10643 (sql-prompt-regexp, sql-prompt-length): Update comment.
10644 (sql-mode-menu): Add "Start SQLi session" entry.
10645 Replace Highlighting submenu with Product menu. Fix Send Region entry.
10646 (sql-mode-abbrev-table): Add abbreviations. Support of
10647 SYSTEM-FLAG on define-abbrev. Support was removed with last
10648 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
10649 (sql-mode-font-lock-object-name): Add font-lock pattern for object
10650 names.
10651 (sql-mode-ansi-font-lock-keywords): Set as default value.
10652 (sql-mode-oracle-font-lock-keywords): Set as default value.
10653 Support Oracle 9i keywords.
10654 (sql-mode-postgres-font-lock-keywords): Set as default value.
10655 (sql-mode-linter-font-lock-keywords): Set as default value.
10656 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
10657 SQLServer 2000.
10658 (sql-mode-sybase-font-lock-keywords)
10659 (sql-mode-interbase-font-lock-keywords)
10660 (sql-mode-sqlite-font-lock-keywords)
10661 (sql-mode-strong-font-lock-keywords)
10662 (sql-mode-mysql-font-lock-keywords)
10663 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
10664 keywords.
10665 (sql-mode-font-lock-defaults): Update comment.
10666 (sql-product-feature): New function. Returns feature associated
10667 with a product from `sql-product-support' alist.
10668 (sql-product-font-lock): New function. Set font-lock support
10669 based on `sql-product'.
10670 (sql-add-product-keywords): New function. Add font-lock rules to
10671 product-specific keyword variables.
10672 (sql-set-product): New function. Set `sql-product' and apply
10673 appropriate font-lock highlighting.
10674 (sql-highlight-product): New function. Set font-lock support
10675 based on a product. Also set mode name to include product name.
10676 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
10677 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
10678 Use `sql-set-product'.
10679 (sql-highlight-ms-keywords)
10680 (sql-highlight-sybase-keywords)
10681 (sql-highlight-interbase-keywords)
10682 (sql-highlight-strong-keywords)
10683 (sql-highlight-mysql-keywords)
10684 (sql-highlight-sqlite-keywords)
10685 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
10686 (sql-get-login): Prompt in the same order as the tokens.
10687 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
10688 (sql-product-interactive): New function. Common portions of
10689 product-specific interactive mode wrappers.
10690 (sql-interactive-mode): Rewritten to use product features.
10691 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
10692 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
10693 (sql-db2, sql-linter): Use `sql-product-interactive'.
10694 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
10695 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
10696 (sql-connect-ingres, sql-connect-postgres)
10697 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
10698 New functions. Format command line parameters and invoke comint on
10699 the appropriate interpreter. Code was in the corresponding
10700 `sql-xyz' function before.
10701 (sql-connect-ms): New function. Support -E argument to use
10702 operating system credentials for authentication.
10703
10704 2003-08-18 Kenichi Handa <handa@m17n.org>
10705
10706 * international/mule.el (encode-char): Fix for the ASCII case.
10707
10708 2003-08-15 Kenichi Handa <handa@m17n.org>
10709
10710 * international/fontset.el (setup-default-fontset): Change "*" to
10711 nil in the specifications of font family.
10712
10713 2003-08-18 Kim F. Storm <storm@cua.dk>
10714
10715 * kmacro.el (kmacro-keymap): Group related bindings in
10716 initialization for clarity. Bind C-s to start macro.
10717 Remove C-r binding.
10718 (kmacro-initial-counter-value): New defvar to hold initial counter
10719 value in case we set the value before defining a macro.
10720 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
10721 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
10722 not defining or executing macro. Doc fix.
10723 (kmacro-add-counter): Clear kmacro-initial-counter-value.
10724 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
10725 temporarily view older elements on the macro ring without cycling
10726 the ring.
10727 (kmacro-display): Doc fix.
10728 (kmacro-exec-ring-item): New helper function.
10729 (kmacro-call-ring-2nd): Use it.
10730 (kmacro-call-ring-2nd-repeat): Doc fix.
10731 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
10732 (kmacro-end-or-call-macro): Execute last viewed macro (using
10733 kmacro-exec-ring-item) from ring if this follows
10734 kmacro-view-macro. This allows us to find a macro on the ring
10735 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
10736 the ring to bring it to the head of the ring.
10737 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
10738 Allow binding to reserved keys without specifying C-x C-k prefix.
10739 Ask for confirmation if entered key sequence is already bound to
10740 a non-macro command.
10741 (kmacro-view-macro): Repeating command will show older elements
10742 on the macro ring; C-k will execute the last viewed macro.
10743 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
10744 property from 'ring to 'head.
10745
10746 2003-08-17 Alan Shutko <ats@acm.org>
10747
10748 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
10749 keeping December out of the alist.
10750
10751 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
10752
10753 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
10754 * calendar/calendar.el (calendar-mode-map): Bind it to key.
10755 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
10756 (calendar-flatten): New function.
10757 (calendar-mouse-view-other-diary-entries)
10758 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
10759 in the menu title and to show multi-line diary entries correctly
10760 in the menu.
10761
10762 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
10763
10764 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
10765 defcustom, because the default was recently changed.
10766
10767 2003-08-16 Richard M. Stallman <rms@gnu.org>
10768
10769 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
10770
10771 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
10772 New subroutine, broken out of eval-last-sexp-1.
10773 (eval-last-sexp-1): Use eval-last-sexp-print-value.
10774
10775 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
10776
10777 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
10778
10779 * simple.el (eval-expression): Use eval-last-sexp-print-value.
10780
10781 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
10782
10783 * progmodes/compile.el (compilation-error-regexp-alist):
10784 Add Java ANt error detection as described in document
10785 http://ant.apache.org/faq.html
10786
10787 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
10788
10789 * simple.el (backward-word, forward-to-indentation)
10790 (backward-to-indentation): Argument changed to optional.
10791 (next-line, previous-line): Use `or' instead of `unless'.
10792
10793 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10794
10795 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
10796 instead of a constant.
10797
10798 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
10799
10800 * shell.el (shell): With prefix-arg, suggest a new buffer name.
10801
10802 2003-08-12 Andre Spiegel <spiegel@gnu.org>
10803
10804 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
10805 (vc-sccs-workfile-version): Search the entire delta table, rather
10806 than just the first entry, because that might be a deleted version.
10807
10808 2003-08-11 Karl Fogel <kfogel@red-bean.com>
10809
10810 * menu-bar.el (menu-bar-options-menu): Supply a body for the
10811 [save-place] binding in the Options menu. Have it require
10812 'saveplace' and then toggle the variable manually, to avoid an an
10813 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
10814 for the bug report.
10815
10816 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
10817
10818 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
10819 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
10820 (gdb-info-threads-custom): Add help-echo text.
10821 (gdb-display-back): Don't use purecopy.
10822 (gdb-info-breakpoints-custom, gdb-reset)
10823 (gdb-assembler-custom): Use display-images-p to test if breakpoint
10824 icons can be displayed.
10825
10826 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
10827
10828 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
10829
10830 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
10831
10832 * bookmark.el (bookmark-completing-read):
10833 Return a string, instead of a list of one string.
10834 Use a popup menu if activated from the mouse.
10835 (bookmark-edit-annotation): Remove unused vars.
10836 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
10837 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
10838 to bookmark-completing-read.
10839 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
10840 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
10841 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
10842 and erase-buffer.
10843 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
10844 (bookmark-menu-jump, bookmark-menu-insert)
10845 (bookmark-popup-menu-and-apply-function)
10846 (bookmark-menu-popup-paned-bookmark-menu): Remove.
10847 (bookmark-menu-build-paned-menu): Remove by folding it into
10848 bookmark-menu-popup-paned-menu.
10849 (menu-bar-bookmark-map): Move the define-key statements here.
10850 Use the "non-menu" commands since they now pop up a menu if needed.
10851 (bookmark-exit-hook-internal): Simplify.
10852
10853 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
10854
10855 * reftex-toc.el (reftex-toc-rename-label): New function.
10856 (reftex-toc-check-docstruct): New function.
10857
10858 * reftex.el (reftex-region-active-p): New function.
10859
10860 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
10861 regexp to find the \bibliography macro.
10862
10863 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
10864 which does not exist in LaTeX.
10865 (reftex-cite-format-builtin): Added amsrefs support.
10866 (reftex-toc-confirm-promotion): New option
10867
10868 * reftex-toc.el
10869 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
10870 (reftex-toc-demote, reftex-toc-promote)
10871 (reftex-toc-do-promote, reftex-toc-promote-prepare)
10872 (reftex-toc-promote-action, reftex-toc-extract-section-number)
10873 (reftex-toc-newhead-from-alist)
10874 (reftex-toc-load-all-files-for-promotion): New functions.
10875 (reftex-toc-help): Added description of new keys.
10876 (reftex-toc-split-windows-fraction): New option.
10877 (reftex-recenter-toc-when-idle): Search *toc* window on all
10878 visible frames.
10879 (reftex-toc): Additional parameter REUSE
10880 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
10881 with REUSE argument.
10882 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
10883 the call of `reftex-toc'.
10884 (reftex-make-separate-toc-frame): New function .
10885 (reftex-toc-recenter): When called with triple prefix arg, call
10886 `reftex-make-separate-toc-frame' first.
10887 (reftex-toc-toggle-dedicated-frame): New command.
10888 (reftex-toc-quit): Adapted to delete frame when called in
10889 dedicated frame.
10890
10891 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
10892 all enclosing macros.
10893
10894
10895 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10896
10897 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
10898 first use.
10899
10900 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10901
10902 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
10903
10904 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
10905
10906 * calendar/calendar.el (list-diary-entries-hook)
10907 (diary-display-hook, nongregorian-diary-listing-hook)
10908 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
10909 Add some customize options for these hooks.
10910 (calendar-abbrev-construct): Don't try to take a substring longer
10911 than the original string.
10912
10913 2003-08-05 Richard M. Stallman <rms@gnu.org>
10914
10915 * emacs-lisp/testcover.el (noreturn): Report error if does return.
10916 (testcover-reinstrument-clauses): Doc fix.
10917
10918 * emacs-lisp/warnings.el: Doc fixes, args renamed.
10919 (warning-type-format): Rename from warning-group-format.
10920
10921 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
10922 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
10923 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
10924 to prevent warnings about defvar for an obsolete variable.
10925
10926 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
10927 warning-group-format renamed to warning-type-format.
10928
10929 * subr.el (read-passwd): Use clear-string instead of fillarray.
10930
10931 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
10932 Use vconcat instead of concat.
10933 (edmacro-sanitize-for-string): New function.
10934
10935 2003-08-05 Dave Love <fx@gnu.org>
10936
10937 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
10938 line-number-display-limit-width.
10939
10940 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
10941
10942 2003-08-05 Kenichi Handa <handa@m17n.org>
10943
10944 * international/code-pages.el: Don't require mule-diag.
10945
10946 * international/mule-diag.el (non-iso-charset-alist):
10947 Add autoload cookie.
10948
10949 * language/devan-util.el (dev-glyph-order): Add an entry for the
10950 glyph code #xC4.
10951
10952 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
10953
10954 * calendar/calendar.el (diary-file, diary-file-name-prefix)
10955 (european-calendar-style, diary-date-forms)
10956 (calendar-day-name-array, calendar-month-name-array): Doc change.
10957 (generate-calendar-month): Adapt for new behaviour of
10958 `calendar-day-name' function.
10959 (calendar-abbrev-length, calendar-day-abbrev-array)
10960 (calendar-month-abbrev-array): New variables.
10961 (calendar-abbrev-construct): New function.
10962 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
10963 rather than fixing abbrevs at some width. Calling syntax change.
10964 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
10965 (calendar-date-string): Adapt for new behaviours of
10966 `calendar-day-name' and `calendar-month-name' functions.
10967
10968 * calendar/diary-lib.el (list-diary-entries): Adapt for new
10969 behaviour of `calendar-day-name' and `calendar-month-name' functions.
10970 (diary-name-pattern): Use abbrev arrays, rather than fixing
10971 abbrevs at three chars. Calling syntax change.
10972 (mark-diary-entries): Adapt for new behaviours of
10973 `diary-name-pattern' and `calendar-make-alist' functions.
10974 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
10975 `diary-name-pattern' function.
10976 (font-lock-diary-date-forms): Use abbrev arrays, rather than
10977 fixing abbrevs at three chars. Calling syntax change.
10978 (cal-hebrew, cal-islam): Require when compiling.
10979 (diary-font-lock-keywords): Adapt for new behaviour of
10980 `font-lock-diary-date-forms' function.
10981
10982 * calendar/cal-hebrew.el: Reposition some code so defined before used.
10983 (calendar-hebrew-month-name-array-common-year)
10984 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
10985 (list-hebrew-diary-entries): Adapt for new behaviours of
10986 `calendar-day-name' and `add-to-diary-list' functions.
10987 (mark-hebrew-diary-entries): Adapt for new behaviours of
10988 `diary-name-pattern' and `calendar-make-alist' functions.
10989
10990 * calendar/cal-islam.el (calendar-islamic-month-name-array):
10991 Add doc string.
10992 (list-islamic-diary-entries): Adapt for new behaviours of
10993 `calendar-day-name' and `add-to-diary-list' functions.
10994 (mark-islamic-diary-entries): Adapt for new behaviours of
10995 `diary-name-pattern' and `calendar-make-alist' functions.
10996
10997 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
10998 `calendar-month-name' function.
10999
11000 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
11001
11002 * calendar/solar.el (solar-seasons-data): Move definition before use.
11003
11004 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
11005 (cal-tex-LaTeX-hourbox): Move definition before use.
11006
11007 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
11008 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
11009 lunar.el, solar.el
11010 (displayed-month, displayed-year): Define for compiler.
11011
11012 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
11013
11014 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
11015 MODE. Renamed from c-init-c-language-vars'.
11016 (c-initialize-cc-mode): Change accordingly.
11017 (c-common-init): Ditto.
11018 (c-mode): Ditto.
11019 (c++-mode): Use `c-init-language-vars-for'.
11020 (objc-mode): Ditto.
11021 (java-mode): Ditto.
11022 (idl-mode): Ditto.
11023 (pike-mode): Ditto.
11024 (awk-mode): Ditto.
11025
11026 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
11027
11028 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
11029 or not the point moved.
11030
11031 (c-search-decl-header-end): Don't trip up on operator identifiers
11032 in C++ and operators like == in all languages.
11033
11034 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
11035 Detect leading labels correctly.
11036
11037 2003-08-02 Andreas Schwab <schwab@suse.de>
11038
11039 * textmodes/ispell.el: Don't redo key bindings on loading, put
11040 them only in loaddefs.el.
11041 * bookmark.el: Likewise.
11042 * dabbrev.el: Likewise.
11043 * emerge.el: Likewise.
11044
11045 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
11046 has more than one member.
11047
11048 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
11049
11050 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11051
11052 * lpr.el (printify-region): It was ending conversion before the
11053 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
11054
11055 2003-07-31 John Paul Wallington <jpw@gnu.org>
11056
11057 * net/browse-url.el (browse-url-epiphany): Doc fix.
11058
11059 2003-07-30 Kenichi Handa <handa@m17n.org>
11060
11061 * international/fontset.el (setup-default-fontset):
11062 Change registry names of Akurti fonts.
11063
11064 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
11065
11066 * comint.el (comint-read-noecho): Use `clear-string' instead of
11067 `fillarray'.
11068
11069 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
11070
11071 * outline.el (outline-mode-hook): Add defvar.
11072
11073 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
11074
11075 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
11076 Restore assembler in source window if that is what has been selected.
11077 (menu): Add gdb-restore-windows to menu. Make gdba
11078 specific menus only visible from gdba.
11079
11080 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
11081
11082 * progmodes/compile.el (compilation-environment): New user variable.
11083 (compile-internal): Respect it.
11084
11085 2003-07-23 Masatake YAMATO <jet@gyve.org>
11086
11087 * progmodes/gud.el (gdb-script-font-lock-keywords):
11088 Put `font-lock-function-name-face' on a symbol which includes
11089 `-' like `hook-run'. Put font-lock-variable-name-face
11090 on a symbol starting with $.
11091
11092 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
11093
11094 * files.el (set-visited-file-name): Use truename for buffer-file-name.
11095
11096 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
11097
11098 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
11099
11100 2003-07-26 Andre Spiegel <spiegel@gnu.org>
11101
11102 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
11103 Use with-no-warnings.
11104 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
11105 rather than to find-file-not-found-hook, which doesn't exist.
11106
11107 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
11108
11109 * international/quail.el (quail-translate-key): Fix previous change.
11110
11111 2003-07-25 John Paul Wallington <jpw@gnu.org>
11112
11113 * server.el (server-start): Check `server-process' is non-nil
11114 before killing it to avoid killing current buffer's process.
11115
11116 * simple.el (choose-completion-string): Use `minibufferp';
11117 test `completion-reference-buffer' if `buffer' arg is nil.
11118 (push-mark): Use `when' and `unless'.
11119 (pop-mark): Use `when'.
11120
11121 * mouse-sel.el (mouse-sel-get-selection-function):
11122 Check `x-last-selected-text-primary'. Don't barf if it or
11123 `x-last-selected-text' aren't bound.
11124
11125 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
11126
11127 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
11128
11129 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
11130
11131 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
11132
11133 2003-07-23 John Paul Wallington <jpw@gnu.org>
11134
11135 * tooltip.el (defface tooltip): Inherit from variable-pitch.
11136
11137 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
11138
11139 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
11140 string. Defvar the derived hook.
11141
11142 * macros.el (insert-kbd-macro): Escape double quote character.
11143 From Thomas W Murphy <twm@andrew.cmu.edu>.
11144
11145 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
11146
11147 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
11148 to match the specific mark rather than reusing comment-start-skip.
11149
11150 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
11151
11152 * progmodes/hideshow.el (hs-special-modes-alist):
11153 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
11154
11155 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
11156
11157 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
11158 value using ?\s.
11159
11160 2003-07-21 John Paul Wallington <jpw@gnu.org>
11161
11162 * subr.el (with-selected-window): Add closing paren.
11163
11164 2003-07-21 Richard M. Stallman <rms@gnu.org>
11165
11166 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
11167 (lisp-mode): Likewise.
11168
11169 * subr.el (with-selected-window): Copy code form save-selected-window
11170 so as to call select-window with norecord arg.
11171 (dynamic-completion-table): Doc fix.
11172 (lazy-completion-table): Doc fix.
11173
11174 * international/mule-cmds.el (set-locale-environment):
11175 langinfo renamed to locale-info.
11176
11177 * international/mule.el (auto-coding-functions): Doc fix.
11178
11179 2003-07-21 Kenichi Handa <handa@m17n.org>
11180
11181 * international/quail.el (quail-translate-key):
11182 Update quail-current-str correctly.
11183
11184 2003-07-21 Andreas Schwab <schwab@suse.de>
11185
11186 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
11187 ?, to "_".
11188
11189 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
11190 Version 2.0.36 of Tramp released.
11191
11192 * net/tramp.el (tramp-default-password-end-of-line): Rename from
11193 tramp-password-end-of-line.
11194 (tramp-password-end-of-line): New method parameter.
11195 (tramp-get-password-end-of-line): Function to access method
11196 parameter `tramp-password-end-of-line', or variable
11197 `tramp-default-password-end-of-line' (default value).
11198 (tramp-methods): Add entries for new parameter
11199 tramp-password-end-of-line.
11200 (tramp-enter-password): Use new function
11201 `tramp-get-password-end-of-line'.
11202 (tramp-handle-insert-file-contents): Do not
11203 unconditionally inhibit the file operation file-local-copy, only
11204 do that when the inhibit-file-name-operation is currently
11205 insert-file-contents. This fixes finding remote CVS-controlled
11206 files. (It would barf on inserting the CVS/Entries file
11207 literally, because the file-local-copy handler wasn't called.)
11208 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
11209 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
11210 (tramp-initial-commands): New variable.
11211 (tramp-process-initial-commands): New function, using the variable.
11212 (tramp-open-connection-setup-interactive-shell): Call the new function.
11213 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
11214 method into the buffer name, never use nil. Reported by Hanak
11215 David <dhanak@inf.bme.hu>.
11216 (tramp-open-connection-setup-interactive-shell): Erase buffer
11217 before sending "stty -onlcr".
11218
11219 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
11220
11221 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
11222
11223 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
11224
11225 2003-07-19 John Paul Wallington <jpw@gnu.org>
11226
11227 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
11228 (artist-draw-rect, artist-draw-square): Doc fixes.
11229
11230 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
11231
11232 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
11233
11234 2003-07-19 Kenichi Handa <handa@m17n.org>
11235
11236 * international/kkc.el (kkc-show-conversion-list-update):
11237 Highlight the correct candidate in the message.
11238
11239 2003-07-18 John Paul Wallington <jpw@gnu.org>
11240
11241 * simple.el (current-word): Don't include punctuation char when
11242 `really-word' arg is non-nil.
11243
11244 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
11245
11246 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
11247 moved to the directory obsolete.
11248
11249 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
11250
11251 * info.el (Info-menu-entry-name-re): Allow newlines in
11252 menu entry names.
11253
11254 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
11255 syntax-ppss-after-change-function.
11256 (syntax-ppss-after-change-function): New alias. Update uses.
11257 (syntax-ppss): Catch the case where the buffer is narrowed.
11258
11259 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
11260
11261 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
11262 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
11263
11264 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
11265
11266 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
11267 since it might be modified.
11268
11269 * progmodes/cc-langs.el (c++-make-template-syntax-table)
11270 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
11271 names to these language constants.
11272
11273 2003-07-15 Kim F. Storm <storm@cua.dk>
11274
11275 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
11276 All uses changed.
11277
11278 2003-07-14 Mark A. Hershberger <mah@everybody.org>
11279
11280 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
11281 Namespace support.
11282
11283 2003-07-13 Juanma Barranquero <lektu@terra.es>
11284
11285 * frame.el (modify-all-frames-parameters): Reinstall (copyright
11286 papers received).
11287
11288 2003-07-13 Karl Eichwalder <ke@suse.de>
11289
11290 * textmodes/po.el (po-find-charset): White space at the start of the
11291 Content-Type field body is non-mandatory.
11292
11293 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
11294
11295 * textmodes/texinfo.el (texinfo-section-list):
11296 Append appendixsection; a synonym for appendixsec.
11297
11298 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
11299
11300 * man.el (Man-translate-cleanup): New.
11301 (Man-translate-references): Call `Man-translate-cleanup' to clean
11302 leading, trailing and middle spaces.
11303
11304 2003-07-13 Lars Hansen <larsh@math.ku.dk>
11305
11306 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
11307 Handle `dired-directory' being a list.
11308
11309 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
11310
11311 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
11312 it doesn't exist.
11313
11314 2003-07-12 Richard M. Stallman <rms@gnu.org>
11315
11316 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
11317
11318 * progmodes/cc-defs.el (c-make-keywords-re):
11319 Don't use delete-duplicates.
11320 (c-lang-const): Don't use mapcan.
11321
11322 * apropos.el (apropos-show-scores): Make it customizable.
11323 Document new meaning.
11324 (apropos): Compute scores from symbols.
11325 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
11326
11327 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11328
11329 * ps-bdf.el: Fix copyright line.
11330 (bdf-directory-list): Fix initialization code.
11331
11332 2003-07-11 John Paul Wallington <jpw@gnu.org>
11333
11334 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
11335 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
11336 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
11337
11338 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
11339
11340 * emacs-lisp/ring.el (ring-elements): Doc fix.
11341
11342 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
11343
11344 * calendar/timeclock.el (timeclock-relative)
11345 (timeclock-ask-before-exiting, timeclock-use-display-time):
11346 Doc changes.
11347 (timeclock-modeline-display): Give a message if
11348 `timeclock-use-display-time' is non-nil but `display-time-mode'
11349 is not active.
11350
11351 2003-07-11 Kenichi Handa <handa@m17n.org>
11352
11353 * international/mule-cmds.el (set-language-environment):
11354 Set current-language-environment to the correct string.
11355
11356 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11357
11358 * ps-print.el: Print line number correctly in a region. Reported by
11359 Tim Allen <timallen@ls83.fsnet.co.uk>.
11360 (ps-print-version): New version number (6.6.2).
11361 (ps-printing-region): Code fix.
11362
11363 2003-07-10 John Paul Wallington <jpw@gnu.org>
11364
11365 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
11366 this function can be called from `add-completions-from-tags-table'.
11367
11368 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
11369
11370 * calendar/timeclock.el (timeclock-use-display-time)
11371 (timeclock-day-over-hook, timeclock-workday-remaining)
11372 (timeclock-status-string, timeclock-when-to-leave)
11373 (timeclock-when-to-leave-string, timeclock-log-data)
11374 (timeclock-find-discrep, timeclock-day-base)
11375 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
11376 (timeclock-modeline-display): Set the variable
11377 `timeclock-modeline-display'.
11378 (timeclock-update-modeline): Doc fix. Respect value of
11379 `timeclock-relative'.
11380
11381 2003-07-09 Richard M. Stallman <rms@gnu.org>
11382
11383 * textmodes/reftex-parse.el (reftex-all-document-files):
11384 Add autoload cookie.
11385
11386 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
11387 (reftex-scanning-info-available-p): Add autoload cookie.
11388
11389 * international/mule-cmds.el
11390 (set-display-table-and-terminal-coding-system): Delete duplicate
11391 aset on standard-display-table.
11392
11393 * view.el (view-file): If existing buffer's major mode is special,
11394 don't go into view mode.
11395
11396 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
11397
11398 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11399
11400 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
11401 buffer changes; there's third party code that calls this function
11402 directly.
11403
11404 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11405
11406 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
11407 (autodoc-font-lock-keywords): Don't byte compile on font lock
11408 initialization when running from byte compiled files.
11409
11410 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11411
11412 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
11413 statement ends with auto-increment "++".
11414
11415 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11416
11417 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
11418 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
11419 these are changed, so declare them as variables and not constants.
11420
11421 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
11422
11423 * subr.el (dolist, dotimes): Doc fix.
11424
11425 2003-07-08 Kim F. Storm <storm@cua.dk>
11426
11427 * international/mule-cmds.el
11428 (set-display-table-and-terminal-coding-system): Don't break
11429 bootstrap if standard-display-table isn't setup yet.
11430
11431 2003-07-07 Richard M. Stallman <rms@gnu.org>
11432
11433 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
11434 Give it a doc string, and autoload it.
11435
11436 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
11437 Use with-no-warnings.
11438
11439 * info.el (Info-search): If find invisible text, search again.
11440
11441 * isearch.el (search-whitespace-regexp): Add a shy group around it.
11442
11443 * man.el (Man-name-regexp): Match + as part of name.
11444
11445 * simple.el (visible-mode): Rename from vis-mode.
11446 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
11447
11448 * simple.el (current-word): New arg REALLY-WORD specifies
11449 don't include punctuation chars.
11450
11451 * emacs-lisp/debug.el (debug, debugger-env-macro):
11452 Use with-no-warnings while accessing and binding unread-command-char.
11453
11454 * international/mule-cmds.el
11455 (set-display-table-and-terminal-coding-system): Use explicit loop
11456 instead of calling standard-display-default.
11457
11458 * net/ange-ftp.el (ange-ftp-file-symlink-p):
11459 Use condition-case to catch error in ange-ftp-get-files.
11460
11461 * net/browse-url.el (browse-url-browser-function):
11462 Add alternative for Epiphany.
11463 (browse-url-epiphany-program, browse-url-epiphany-arguments)
11464 (browse-url-epiphany-startup-arguments)
11465 (browse-url-epiphany-new-window-is-tab): New variables.
11466 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
11467
11468 * progmodes/compile.el (compile-auto-highlight): Default now t.
11469 (compile): Doc fix.
11470 (compilation-next-error): Fix previous change.
11471
11472 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
11473
11474 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
11475
11476 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
11477
11478 * gdb-ui.el (gdb-source-info): Display current frame when
11479 attaching to an existing process.
11480 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
11481 while laying out windows when attaching to an existing process.
11482
11483 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
11484
11485 * info.el (Info-menu): Use Info-menu-entry-name-re.
11486
11487 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
11488
11489 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
11490 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
11491
11492 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
11493 to match the same text.
11494
11495 2003-07-06 John Paul Wallington <jpw@gnu.org>
11496
11497 * vc.el (vc-annotate-offset): Move defvar up.
11498
11499 2003-07-06 Kim F. Storm <storm@cua.dk>
11500
11501 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
11502 This should fix the infinite loop when extracting menu names.
11503
11504 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
11505
11506 * files.el (auto-mode-alist, interpreter-mode-alist):
11507 Remove entries to CC Mode modes to avoid duplicates; they are now added
11508 with autoload directives in cc-mode.el.
11509
11510 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
11511
11512 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
11513 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
11514 these are changed, so declare them as variables and not constants.
11515
11516 * progmodes/cc-mode.el: Fix some autoload problems: Try to
11517 ensure that the entry for ".c" extension comes before the one for
11518 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
11519 Fix incorrect entries that were added to `interpreter-mode-alist'.
11520 Move the autoload directives for AWK to the top level since they
11521 aren't recognized anywhere else. Do not use the new AWK mode doc
11522 in the autoload form for the old AWK mode.
11523
11524 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11525
11526 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
11527 (bibtex-sort-ignore-string-entries): Default value t.
11528 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
11529 erroneously in previous version.
11530 (bibtex-string-files): Docstring reflects new parsing scheme.
11531 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
11532 docstring, add # as one of the chars to crush
11533 (bibtex-autokey-prefix-string, bibtex-autokey-names)
11534 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
11535 (bibtex-autokey-name-change-strings)
11536 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
11537 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
11538 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
11539 (bibtex-autokey-title-terminators)
11540 (bibtex-autokey-titlewords-stretch)
11541 (bibtex-autokey-titleword-ignore)
11542 (bibtex-autokey-titleword-case-convert)
11543 (bibtex-autokey-titleword-abbrevs)
11544 (bibtex-autokey-titleword-abbrevs)
11545 (bibtex-autokey-titleword-change-strings)
11546 (bibtex-autokey-titleword-length)
11547 (bibtex-autokey-titleword-separator)
11548 (bibtex-autokey-name-year-separator)
11549 (bibtex-autokey-year-title-separator)
11550 (bibtex-autokey-before-presentation-function)
11551 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
11552 Fix docstring.
11553 (bibtex-strings, bibtex-reference-keys):
11554 Use lazy-completion-table and make-variable-buffer-local.
11555 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
11556 (bibtex-braced-string-syntax-table)
11557 (bibtex-quoted-string-syntax-table): New variables.
11558 (bibtex-parse-nested-braces): Remove.
11559 (bibtex-parse-field-string): Use syntax table and forward-sexp.
11560 (bibtex-parse-association): Simplify.
11561 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
11562 (bibtex-parse-field-text): Simplify.
11563 (bibtex-search-forward-field, bibtex-search-backward-field):
11564 argument BOUND can take value t.
11565 (bibtex-start-of-field, bibtex-start-of-name-in-field)
11566 (bibtex-end-of-name-in-field, bibtex-end-of-field)
11567 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
11568 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
11569 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
11570 (bibtex-skip-to-valid-entry): Return buffer position of beginning
11571 and ending of entry. Update for changes of bibtex-search-entry.
11572 Simplify.
11573 (bibtex-map-entries): FUN is called with three arguments.
11574 (bibtex-search-entry): Return a cons pair with buffer positions of
11575 beginning and end of entry.
11576 (bibtex-enclosing-field): Simplify.
11577 (bibtex-format-entry): Use booktitle to set a missing title.
11578 (bibtex-autokey-get-names): Fiddle with regexps.
11579 (bibtex-generate-autokey): Use identity.
11580 (bibtex-parse-keys): Use simplified parsing algorithm if
11581 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
11582 arguments. Return alist of keys.
11583 (bibtex-parse-strings): Simplify. Return alist of strings.
11584 (bibtex-complete-string-cleanup): Fix docstring.
11585 (bibtex-read-key): New function.
11586 (bibtex-mode): Fix docstring. Do not parse for keys and
11587 strings when the mode is entered. Set fill-paragraph-function to
11588 bibtex-fill-field. Setup font-lock-mark-block-function the way
11589 font-lock intended.
11590 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
11591 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
11592 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
11593 (bibtex-Preamble): Avoid hard coded constants.
11594 (bibtex-make-field): Fix docstring. Simplify.
11595 (bibtex-beginning-of-entry): Always return new position of point.
11596 (bibtex-end-of-entry): Rearrange cond clauses.
11597 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
11598 Update for changes of bibtex-map-entries.
11599 (bibtex-ispell-abstract): Do not move point.
11600 (bibtex-entry-index): Use downcase. Simplify.
11601 (bibtex-lessp): Handle catch-all.
11602 (bibtex-find-crossref): Turn into a command.
11603 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
11604 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
11605 preamble entries.
11606 (bibtex-fill-field-bounds): New function.
11607 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
11608 (bibtex-fill-entry): Use bibtex-fill-field-bounds
11609 (bibtex-String): Use bibtex-strings. Always obey
11610 bibtex-sort-ignore-string-entries.
11611
11612 2003-07-05 John Paul Wallington <jpw@gnu.org>
11613
11614 * cus-theme.el (customize-create-theme):
11615 Call `customize-create-theme' in Reset widget's notify function.
11616
11617 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
11618 (ibuffer-mark-interactive): Use `or' instead of `unless'.
11619 (define-ibuffer-column name): Add summarizer.
11620 (define-ibuffer-column size): Likewise.
11621 (define-ibuffer-column filename): Likewise.
11622 (define-ibuffer-column process): Likewise. Change BODY's output too.
11623 (define-ibuffer-column filename-and-process): Likewise, likewise.
11624 (ibuffer): Remove local vars `already-in' and `need-update'.
11625
11626 * ibuf-ext.el: Don't require `derived' at compile-time.
11627
11628 2003-07-05 Kim F. Storm <storm@cua.dk>
11629
11630 * info.el: Disable paragraph refilling.
11631 (Info-refill-paragraphs): New defcustom.
11632 (Info-fontify-node): Use it.
11633
11634 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
11635
11636 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
11637 thingies from constructors created by defstruct.
11638
11639 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
11640 the default value of the variable.
11641 (byte-code-meter): Move declaration to top level.
11642
11643 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
11644
11645 * info.el (Info-following-node-name-re): New fun.
11646 (Info-following-node-name): Remove.
11647 (Info-insert-dir): Use the new fun.
11648 (Info-extract-pointer): Don't save restriction; use new fun.
11649 (Info-menu-entry-name-re): New const.
11650 (Info-menu-entry-name-re): Use it along with new fun.
11651 (Info-node-spec-re): Use new fun.
11652 (Info-complete-menu-item, Info-fontify-node): Use new const.
11653 (Info-goto-node, Info-follow-reference, Info-menu-update):
11654 Use match-string.
11655 (Info-follow-reference): Use assoc-string.
11656 Use a list of strings for the completion table.
11657 (Info-fontify-node): Use match-string, line-end-position.
11658 Limit the search for `node:' to the first line.
11659
11660 * newcomment.el (uncomment-region): Remove padding coming from
11661 comment-start rather than just from comment-padding.
11662
11663 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
11664 (vc-cvs-stay-local-p): Use vc-stay-local-p.
11665 (vc-cvs-rename-file): Remove (use the default).
11666 (vc-cvs-register): Register parent dir if needed.
11667 (vc-cvs-could-register): Return non-nil if parent can be registered.
11668 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
11669 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
11670
11671 * vc-svn.el (vc-svn-use-edit): Make it into a const.
11672 (vc-svn-update): Fix the arguments to `svn'.
11673 (vc-svn-diff-tree): Just use `vc-svn-diff'.
11674 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
11675 Simple implementations, assuming `name' is a URL.
11676
11677 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
11678 set of chars allowed unquoted in a case pattern.
11679
11680 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
11681
11682 * font-lock.el (font-lock-extra-types-widget)
11683 (c-font-lock-extra-types, c++-font-lock-extra-types)
11684 (objc-font-lock-extra-types, java-font-lock-extra-types)
11685 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
11686 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
11687 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
11688 (font-lock-match-c++-structor-declaration)
11689 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
11690 (c++-font-lock-keywords-3, c++-font-lock-keywords)
11691 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
11692 (objc-font-lock-keywords-3, objc-font-lock-keywords)
11693 (java-font-lock-keywords-1, java-font-lock-keywords-2)
11694 (java-font-lock-keywords-3, java-font-lock-keywords)
11695 (java-font-lock-syntactic-face-function): Remove obsolete code
11696 and constants. It's all in cc-fonts.el now.
11697
11698 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
11699
11700 * mail/sendmail.el (mail-specify-envelope-from)
11701 (mail-envelope-from): Doc fix.
11702
11703 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
11704
11705 * generic-x.el: Do away with the dependency on `c-emacs-features'
11706 when populating `rul-generic-mode-syntax-table'; we already know
11707 this isn't XEmacs.
11708
11709 See ChangeLog.10 for earlier changes.
11710
11711 ;; Local Variables:
11712 ;; coding: iso-2022-7bit
11713 ;; End:
11714
11715 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
11716 Copying and distribution of this file, with or without modification,
11717 are permitted provided the copyright notice and this notice are preserved.
11718
11719 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1