(all): Check if symbol is void.
[emacs.git] / lisp / ChangeLog
bloba34bc016b1b389f76b85ba4fb4161c1916cddfbb
1 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
3         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
4         optional argument to \cite.
6 2005-02-14  Richard M. Stallman  <rms@gnu.org>
8         * cus-edit.el (custom-buffer-create-internal): Update help message.
9         (custom-magic-alist): Update help messages.
11         * cus-start.el (all): Allow a var to specify a standard value.
13 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
15         * custom.el (custom-theme-set-variables): Handle variable aliases.
17         * frame.el (blink-cursor-timer): Doc fix.
18         (blink-cursor): Make it an alias for `blink-cursor-mode' and
19         declare obsolete.
20         (blink-cursor-mode): Define with defcustom and use correct
21         standard expression in that defcustom.
22         * startup.el (command-line): Adapt to above changes in frame.el.
24 2005-02-11  Lute Kamstra  <lute@gnu.org>
26         * apropos.el (apropos-score-doc): Prevent division by zero.
28 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
30         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
31         (icalendar--get-event-property-attributes)
32         (icalendar--get-event-properties)
33         (icalendar--datetime-to-diary-date): New functions.
34         (icalendar--split-value): Doc fix.
35         (icalendar--datetime-to-noneuropean-date)
36         (icalendar--datetime-to-european-date): New optional argument
37         SEPARATOR.  Return result as a string instead of a list.
38         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
39         (icalendar--convert-string-for-export): Rename arg S to STRING.
40         (icalendar-export-region): Doc fix.  Change name of error buffer.
41         Save output buffer.
42         (icalendar-import-file): Add blank at end of prompt.
43         (icalendar-import-buffer): Doc fix.  Do not switch to error
44         buffer.  Indicate status in return value.
45         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
46         buffer.  Save output buffer.  Handle exception from recurrence
47         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
48         events.  Fix problems with weekly all-day events.
50 2005-02-10  Richard M. Stallman  <rms@gnu.org>
52         * simple.el (eval-expression-print-format):
53         Avoid warning about edebug-active.
55         * help.el (help-for-help-internal): Renamed from help-for-help.
56         (help-for-help): Define with defalias.
58         * font-core.el (font-lock-default-function): Use with-no-warnings.
60         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
62         * custom.el (defface): Doc fix.
64 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
66         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
67         width 0" to prevent word wrapping problems.
69 2005-02-09  Kim F. Storm  <storm@cua.dk>
71         * ido.el (ido-file-extensions-order): New defcustom.
72         (ido-file-extension-lessp, ido-file-extension-aux)
73         (ido-file-extension-order): New advanced file ordering.
74         (ido-file-lessp): New simple file ordering.
75         (ido-sort-list): Remove.
76         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
77         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
79 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
81         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
82         that some versions of grep produce.
83         (grep-mode-font-lock-keywords): Likewise.
85 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
87         * progmodes/gdb-ui.el (gdb-location-list): New variable.
88         (gdb-cdir): Delete
89         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
90         (gdb-source-info): Treat case when source file is in another
91         directory properly.
92         (gdb-get-location): New function.
94 2005-02-07  Jay Belanger  <belanger@truman.edu>
96         * calc/calc-prog.el (calc-write-parse-table-part)
97         (calc-fix-token-name): Fix a check for language type.
99         * calc/calccomp.el (math-compose-expr): Fix a check for language
100         type.
102 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
104         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
105         as directory not writable.
107 2005-02-07  Kim F. Storm  <storm@cua.dk>
109         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
110         (cua--standard-movement-commands): Remove list.
111         Instead, set CUA property value to move for movement commands.
112         (cua-movement-commands): Remove.  Users must set CUA prop instead.
113         (cua--pre-command-handler): Check CUA property.
114         (cua--init-keymaps): Don't remap undo commands.
115         (cua-mode): Don't call cua--rectangle-on-off.
117         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
118         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
119         (cua--rect-undo-set-point): New var.
120         (cua--rectangle-undo-boundary): Setup undo apply entry.
121         (cua--rect-undo-handler): New function for rectangle undo.
122         (cua--rect-start-position, cua--rect-end-position): Add.
123         (cua--rectangle-post-command): Call cua--rectangle-set-corners
124         for restored rectangle.  Set point if cua--rect-undo-set-point.
126 2005-02-06  Jay Belanger  <belanger@truman.edu>
128         * calc/calc-lang.el (calc-tex-language): Display more information
129         in messages.
131         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
132         in TeX mode.
134 2005-02-06  Richard M. Stallman  <rms@gnu.org>
136         * emacs-lisp/lisp.el (buffer-end): Doc fix.
138 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
140         * net/ldap.el (ldap-search-internal): Support attributes with
141         optional descriptions separated by a semi-colon, as in
142         "userCertificate;binary".
144 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
146         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
147         isn't a cons (i.e. the version is 0).
149 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
151         * help.el (help-for-help): Doc fix.
153 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
155         * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
156         GDB-Windows on the menu-bar as this works better.
158 2005-02-04  Jay Belanger  <belanger@truman.edu>
160         * calc/calc-embed.el (calc-embedded-update): Don't put in
161         unnecessary newlines. Adjust the end of formula marker.
163         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
164         (math-latex-parse-two-args): New function.
166 2005-02-03  Lute Kamstra  <lute@gnu.org>
168         * help-fns.el (help-with-tutorial): Make sure that users cannot
169         remove the entire text of the tutorial by means of `undo'.
171 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
173         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
174         in recent changes, where the ispell process was repeatedly
175         killed & restarted.
177         * international/mule-cmds.el (set-locale-environment): Set file-name
178         coding system to utf-8 on Darwin systems.
179         (set-default-coding-systems): Don't set default-file-name-coding-system
180         on Darwin systems.
182 2005-02-03  Richard M. Stallman  <rms@gnu.org>
184         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
186 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
188         * faces.el (list-faces-display): Add optional argument.
190 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
192         * font-core.el (font-lock-default-function): Handle the rare case where
193         only font-lock-keywords is set.
195 2005-02-02  Kenichi Handa  <handa@m17n.org>
197         * international/characters.el: Cancel previous change for
198         I-WITH-DOT-ABOVE and DOTLESS-i.
200         * international/latin-5.el: Cancel previous change.
202 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
204         * progmodes/gud.el: Correction to syntax in gud-menu-map.
206 2005-02-02  Kenichi Handa  <handa@m17n.org>
208         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
209         DOTLESS-i.
211         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
212         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
214         * case-table.el (get-upcase-table): New function.
215         (copy-case-table): Copy upcaes table too if non-nil.
216         (set-case-syntax-delims): Maintain upcase table too.
217         (set-case-syntax-pair): Likewise.
218         (set-upcase-syntax, set-downcase-syntax): New functions.
219         (set-case-syntax): Maintain upcase table too.
221 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
223         * progmodes/gdb-ui.el: (gdb-goto-info): Delete.
225         * progmodes/gud.el (gud-goto-info): New function.
226         (gud-tool-bar-map): Use correct icon.
228 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
230         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
231         When delegating, order args in the funcall correctly.
233 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
235         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
237 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
239         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
240         buffer not visiting a file.
242 2005-01-31  Jay Belanger  <belanger@truman.edu>
244         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
245         bound on the line with the formula.
247 2005-01-31  Kim F. Storm  <storm@cua.dk>
249         * ses.el (ses-create-cell-variable-range)
250         (ses-destroy-cell-variable-range, ses-reset-header-string)
251         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
252         (ses-insert-row): Fix format of apply undo entries.
254 2005-01-31  Jay Belanger  <belanger@truman.edu>
256         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
257         parts.
259         * calc/calc-embed.el (calc-embedded-open-formula)
260         (calc-embedded-close-formula): Ignore matrix environments.
262         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
263         TeX mode.
265         * calc/calc-lang.el (math-function-table, math-oper-table)
266         (math-variable-table): Adjust the LaTeX portions.
268         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
269         (math-latex-ignore-words): New constant.
271 2005-01-31  Richard M. Stallman  <rms@gnu.org>
273         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
274         (ispell-local-dictionary): Doc fix.
275         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
276         Don't reinitialize at run time.  Don't defcustom.
277         All uses changed to append ispell-local-dictionary-alist,
278         or check it first.
279         (ispell-current-dictionary): New variable for dictionary in use.
280         (ispell-dictionary): Now used only for global default.
281         (ispell-start-process): Set ispell-current-dictionary,
282         not ispell-dictionary.
283         (ispell-change-dictionary): Use this only for setting
284         user preferences.
285         (ispell-internal-change-dictionary): New function
286         to change the current dictionary in use.
287         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
288         Use ispell-current-dictionary.
289         Handle ispell-local-dictionary-overridden.
290         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
292 2005-01-31  Jay Belanger  <belanger@truman.edu>
294         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
296         * calc/calc-ext.el: Add calc-latex-language to autoloads.
297         (calc-mode-map): Add calc-latex-language.
299         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
300         (math-latex-print-frac): New functions.
301         (math-oper-table, math-function-table, math-variable-table)
302         (math-complex-format, math-input-filter): Add latex properties.
303         (calc-set-language): Set math-expr-special-function-mapping.
305         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
306         (calc-write-parse-table-part):  Add LaTeX support.
308         * calc/calc.el (calc-language): Adjust docstring.
309         (calc-set-mode-line): Add LaTeX support.
310         (math-expr-special-function-mapping): New variable.
311         (math-tex-ignore-words): Add to list.
313         * calc/calccomp.el (math-compose-expr, math-compose-rows):
314         Add LaTeX support.
315         (math-compose-expr): Add support for special functions.
317         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
319 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
321         * progmodes/gdb-ui.el (gdb-memory-address)
322         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
323         (gdb-memory-mode-map, gdb-memory-format-keymap)
324         (gdb-memory-format-menu, gdb-memory-unit-keymap)
325         (gdb-memory-unit-menu): New variables for a buffer
326         that lets the user examine program memory.
327         (gdb-memory-set-address, gdb-memory-set-repeat-count)
328         (gdb-memory-format-binary, gdb-memory-format-octal)
329         (gdb-memory-format-unsigned, gdb-memory-format-signed)
330         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
331         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
332         (gdb-memory-unit-word, gdb-memory-unit-halfword)
333         (gdb-memory-unit-byte, gdb-memory-unit-menu)
334         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
335         (gdb-memory-mode, gdb-memory-buffer-name)
336         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
337         New functions for above buffer.
339 2005-01-30  Richard M. Stallman  <rms@gnu.org>
341         * cus-edit.el (custom-bury-buffer): Function deleted.
342         (custom-buffer-done-function): Option deleted.
343         (custom-buffer-done-kill): New (replacement option.
344         (Custom-buffer-done): Call quit-window.
345         (custom-buffer-create-internal): Update for above changes.
347 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
349         * simple.el (undo-ask-before-discard): New var.
350         (undo-outer-limit-truncate): Implement it.
351         (undo-extra-outer-limit): Doc update.
353 2005-01-29  Richard M. Stallman  <rms@gnu.org>
355         * ses.el (undo-more): Delete defadvice.
356         (ses-begin-change): Doc fix.
358         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
359         instead of rebinding C-x u and C-_.
361         * files.el (normal-backup-enable-predicate): Return nil for files
362         in /tmp, regardless of temporary-file-directory.
364         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
366         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
367         (open-rectangle, delete-whitespace-rectangle-line)
368         (clear-rectangle-line): If FILL, pass t instead of FILL
369         for move-to-column's 2nd arg.
371         * simple.el (undo): Fix the test for continuing a series of undos.
372         (undo-more): Set pending-undo-list to t when we reach end.
373         (pending-undo-list): Move up defvar.
375         * wid-edit.el (widget-button-click):
376         Shorten the range of the track-mouse binding.
378         * comint.el (comint-insert-input): Undo previous changes;
379         use last-input-event in interactive spec.
381 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
383         * progmodes/compile.el (compilation-start): Bind buffer-read-only
384         to nil before invoking call-process.  Reset buffer's modified flag
385         after fontifying it in the no-async branch.
387         * wid-edit.el (widget-specify-button): If mouse pointer shape
388         cannot be changed, use mouse face instead.
390 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
392         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
393         (gdb-goto-breakpoint): Make breakpoint handling work on template
394         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
395         (gdb-assembler-custom): Update to recognise breakpoint information
396         added on 2005-01-19.
398 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
400         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
401         (dsssl-mode): Use define-derived-mode.
402         (scheme-mode-initialize): Remove.
403         (scheme-mode): Use run-mode-hooks.
405         * cus-edit.el (customize-group-other-window)
406         (custom-buffer-create-other-window): Don't override special-display-*.
407         (custom-mode-map): Make it dense.
409         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
410         sets the default value.
412 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
414         * descr-text.el: Add more keywords.
416 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
418         * speedbar.el: Avoid unnecessary use of locate-library.
420         * international/mule-cmds.el (standard-display-european-internal):
421         Don't fiddle with latin-1 non-break space any more since it's now
422         special cased in the C code.
423         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
425 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
427         * cus-start.el (all): Add `undo-outer-limit'.
429 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
431         * textmodes/bibtex.el (bibtex-format-entry):
432         Use `bibtex-empty-field-re' only on the text of fields, not on entire
433         field lines.
434         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
435         not on part of a buffer.
437 2005-01-25  Lute Kamstra  <lute@gnu.org>
439         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
440         nonempty field text strings like "{letters\\macro{}more letters}".
441         Clarify docstring.
442         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
443         (bibtex-entry-offset, bibtex-parse-association)
444         (bibtex-parse-field-name): Fix typos in docstrings.
445         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
447 2005-01-24  Carsten Dominik <dominik@science.uva.nl>
449         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
450         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
451         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
452         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
454         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
455         isearch minor mode.
457 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
459         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
461 2005-01-24  Lute Kamstra  <lute@gnu.org>
463         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
464         CASECHARS and NOT-CASECHARS regular expressions of the
465         "nederlands" and "nederlands8" dictionaries to prevent a "Range
466         striding over charsets" error.
468 2005-01-24  Jay Belanger  <belanger@truman.edu>
470         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
471         display variable name.
473 2005-01-24  Kenichi Handa  <handa@m17n.org>
475         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
476         Fix setting of the element of encoded-kbd-iso2022-invocations.
478 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
480         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
481         (gdb-threads-select): Change to also accept mouse events.
482         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
483         (gdb-threads-mouse-select): Delete.
485 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
487         * files.el (insert-directory): Take care of empty directory,
488         listed without -a switch.
490 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
492         * textmodes/refill.el (refill-post-command-function):
493         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
494         to the list of functions that we should be careful not to undo.
495         (refill-late-fill-paragraph-function): Remove.
496         (refill-saved-state): New var.
497         (refill-mode): Use it to save fill-paragraph-function.
498         Save also the value of auto-fill-function.
500         * term/w32-win.el: Simplify code.
502 2005-01-23  Kim F. Storm  <storm@cua.dk>
504         * simple.el (line-move): Adapt to new return value from
505         pos-visible-in-window-p.
507         * simple.el (line-move): Fix last change.  Check partial
508         visibility at point rather than at window-start.
510 2005-01-22  Jason Rumney  <jasonr@gnu.org>
512         * term/w32-win.el (xw-defined-colors): Remove debug-message.
514 2005-01-22  David Kastrup  <dak@gnu.org>
516         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
518 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
520         * type-break.el (type-break-mode): Add a test for
521         type-break-file-name being non-nil.
523 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
525         * net/eudc.el (top level): Call (message "") via progn, so that
526         eudc-options-file is loaded.
528 2005-01-22  Kim F. Storm  <storm@cua.dk>
530         * simple.el (line-move-1): Rename from line-move.
531         (line-move): New function that adjusts vscroll for partially
532         visible rows, and calls line-move-1 otherwise.
534 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
536         * pcomplete.el: define pcomplete-read-event instead of read-event,
537         since it's not a complete read-event implementation
539 2005-01-20  Jay Belanger  <belanger@truman.edu>
541         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
542         for called function.
544 2005-01-20  Steven Tamm  <steventamm@mac.com>
546         * term/mac-win.el (process-connection-type): Remove.
547         Controlled now by s/darwin.h:PTY_ITERATION.
549 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
551         * window.el (handle-select-window): Don't switch window when we're
552         in the minibuffer.
554 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
556         * subr.el (dotimes-with-progress-reporter): New macro.
558         * ses.el (ses-dotimes-msg): Remove macro.
559         Use `dotimes-with-progress-reporter' instead.
561 2005-01-19  Steven Tamm  <steventamm@mac.com>
563         * term/mac-win.el (process-connection-type): Use new
564         operating-system-release variable to use ptys on Darwin 7 (OSX
565         10.3) when using carbon build.
567 2005-01-19  Jay Belanger  <belanger@truman.edu>
569         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
570         flags if the last command was a tab or M-tab.
572         * calc/calc-prog.el (calc-user-define-edit): Put original formula
573         in formula editing buffer.
575 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
577         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
578         breakpoint image symbol in margin.
580 2005-01-19  Jay Belanger  <belanger@truman.edu>
582         * calc/calc-prog.el (calc-execute-kbd-macro):
583         Ignore calc-keep-arg-flag.
585 2005-01-19  Kenichi Handa  <handa@m17n.org>
587         * textmodes/ispell.el (ispell-looking-at): New function.
588         (ispell-process-line): Use ispell-looking-at to compare the ispell
589         output and the buffer contents.
591 2005-01-18  Jay Belanger  <belanger@truman.edu>
593         * calc/calc.el (calc-display-raw): Fix docstring.
595 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
597         * simple.el (blink-matching-open): Strip extra info from syntax.
599         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
600         funny chars in the end-of-here-doc marker.
602 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
604         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
605         that enable/disabled state of breakpoints is shown correctly in
606         fringe and on ttys.
607         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
608         Add breakpoint information as text properties.
609         (gdb-mouse-toggle-breakpoint):
610         Rename to gdb-mouse-set-clear-breakpoint.
611         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
612         breakpoints in the margin.
613         (gdb-remove-strings): Simplify.
615 2005-01-17  Jay Belanger  <belanger@truman.edu>
617         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
618         erasing buffer.
620 2005-01-17  Richard M. Stallman  <rms@gnu.org>
622         * progmodes/grep.el (grep-find): Copy from `grep' the condition
623         for calling grep-compute-defaults.
625         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
626         if buffer is empty.
628         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
630 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
632         * hilit-chg.el (highlight-changes-mode): Don't autoload.
634         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
635         non-preloaded variables.
637 2005-01-17  Steven Tamm  <steventamm@mac.com>
639         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
640         tex-shell cause to force interactivity when using pipes.
642 2005-01-17  Kim F. Storm  <storm@cua.dk>
644         * simple.el (just-one-space): Make arg optional.
646 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
648         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
649         posn-at-x-y to t to access left-margin.
651 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
653         Sync with Tramp 2.0.47.
655         * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
656         catching keep-date problems in cp/scp operations.
657         (tramp-handle-copy-file): Don't call `set-file-modes'
658         unconditionally.  Specialized functions should know better what is
659         necessary.  This improves performance a little bit, and the
660         functions could catch errors with `cp -p' and `scp -p'.
661         (tramp-do-copy-or-rename-file-via-buffer)
662         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
663         when appropriate.
664         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
665         Call `set-file-modes' when appropriate.
666         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
667         Johnsson <isak@hypergene.com>
668         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
669         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
670         <joakim@verona.se>
671         (tramp-file-name-for-operation): Mark `shell-command' as magic for
672         Emacs only.
674         * tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
675         `find-file-hooks' and `dired-mode-hook'.
676         (tramp-minor-mode-map): Respective map.  Add remapping for
677         `compile' and `recompile'.
678         (tramp-remap-command, tramp-recompile): New defuns.
679         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
680         in buffer "*Compilation*".  Call the commands asynchronously.
682         * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
683         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
684         `shell-command', because it isn't magic in XEmacs.  Reported by
685         Adrian Aichner <adrian@xemacs.org>.
687         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
688         `substitute-in-file-name.
689         (tramp-smb-handle-substitute-in-file-name): New defun.
690         (tramp-smb-advice-PC-do-completion): Delete advice.
692 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
694         * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
695         Fix error in deleting region.
697 2005-01-15  Richard M. Stallman  <rms@gnu.org>
699         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
700         In non-temp buffer, switch syntax table temporarily.
702         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
704         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
706         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
708         * imenu.el (imenu--split-menu): Copy menulist before sorting.
709         (imenu--generic-function): Use START, not BEG, as pos of definition.
711         * simple.el (just-one-space): Argument specifies number of spaces.
713         * simple.el (eval-expression-print-format): Avoid warning
714         about edebug-active.
716 2005-01-15  "James R. Van Zandt"  <jrvz@comcast.net>  (Tiny change)
718         * progmodes/sh-script.el: Code copied from make-mode.el
719         with small changes,
720         (sh-mode-map): Bind C-c C-\.
721         (sh-backslash-column, sh-backslash-align): New variables.
722         (sh-backslash-region, sh-append-backslash): New functions.
724 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
726         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
727         (rmail-pop-password, rmail-pop-password-required): Move to
728         rmail-obsolete group.
729         (rmail-set-pop-password): Rename to rmail-set-remote-password.
730         All callers updated.
731         (rmail-get-pop-password): Rename to rmail-get-remote-password.
732         Take an argument specifying whether it is POP or IMAP mailbox we
733         are using.  All callers updated.
734         (rmail-pop-password-error): Rename to
735         rmail-remote-password-error.  Added mailutils-specific error message.
736         (rmail-movemail-search-path)
737         (rmail-movemail-variant-in-use): New variables.
738         (rmail-remote-password, rmail-remote-password-required):
739         New customization variables.
740         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
741         (rmail-parse-url): New function.
742         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
743         with GNU mailutils movemail.
745 2005-01-15  Kevin Ryde  <user42@zip.com.au>
747         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
748         suffix to space, $ or '$, to correctly position point when going
749         to @table style constants like DBL_MAX.
751 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
753         * type-break.el (type-break-mode, type-break-file-time)
754         (type-break-file-keystroke-count, type-break-choose-file):
755         Don't store data in or load data from the file if type-break-file-name
756         is nil.
757         (type-break-file-name): Doc update as per the above.
759 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
761         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
762         lookup-key might return nil; handle that.
764 2005-01-15  Alan Mackenzie  <acm@muc.de>
766         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
767         rather than the element found, thus enabling the tree to be setcar'd.
769 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
771         * textmodes/org.el (org-show-following-heading): New option.
772         (org-show-hierarchy-above): Use `org-show-following-heading'.
773         (org-cycle): Documentation fix.
775         * textmodes/org.el (orgtbl-optimized): New option
776         (orgtbl-mode): New command, a minor mode.
777         (orgtbl-mode-map): New variable.
778         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
779         (orgtbl-error, orgtbl-self-insert-command)
780         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
782         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
783         a local variable in each org-mode buffer.
785         * textmodes/org.el (org-set-regexps-and-options): Rename from
786         `org-set-regexps'.  Added checking for STARTUP keyword.
787         (org-get-current-options): Add STARTUP options.
788         (org-table-insert-row): Mode mode intelligent about when
789         realignment is needed.
790         (org-self-insert-command, org-delete-backward-char, org-delete-char):
791         New commands.
792         (org-enable-table-editor): New default value `optimized'.
793         (org-table-blank-field): Support blanking regions if active.
795 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
797         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
798         if the year is not given.
800         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
801         Add new escapes %m and %M, fixed bug with %F by adding
802         save-match-data.
803         (reftex-reference): Remove ?. from list of spaces.
804         (reftex-label-info): Add automatic label prefix recognition.
806         * textmodes/reftex-index.el (reftex-index-next-phrase):
807         Add slave parameter to call of `reftex-index-this-phrase'.
808         (reftex-index-this-phrase): New optional argument.
809         (reftex-index-region-phrases): Add slave parameter to call of
810         `reftex-index-this-phrase'.
811         (reftex-display-index): New argument redo.
812         (reftex-index-rescan): Add 'redo to arguments of
813         `reftex-display-index'.
814         (reftex-index-Rescan, reftex-index-revert)
815         (reftex-index-switch-index-tag): Add 'redo to arguments of
816         `reftex-display-index'.
817         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
818         indexing.  Fix bug with matching is there is a quote before or
819         after the word.
821         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
822         Fix bug when collecting citation keys in lines with comments.
823         (reftex-citation): Prefix argument no longer rescans the document,
824         but forces prompting for optional arguments of cite macros.
825         (reftex-do-citation): Prompting for optional arguments implemented.
827         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
828         Add optional arguments to most cite commands.
829         (reftex-cite-cleanup-optional-args): New option
830         (reftex-cite-prompt-optional-args): New option.
831         (reftex-trust-label-prefix): New option.
833         * textmodes/reftex-toc.el (reftex-toc-find-section):
834         Add push-mark before changing the position in the buffer.
836         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
837         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
839 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
841         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
842         more carefully.
844 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
846         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
847         (sgml-mode): Use it.
848         (sgml-get-context): Better keep track of implicitly closed tags.
850 2005-01-13  Kenichi Handa  <handa@m17n.org>
852         * textmodes/ispell.el: These changes are to fix misalignment error
853         caused by equivalent characters of different Emacs charsets.
854         (ispell-unified-chars-table): New variable.
855         (ispell-get-decoded-string): New function.
856         (ispell-get-casechars, ispell-get-not-casechars)
857         (ispell-get-otherchars): Call ispell-get-decoded-string.
859 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
861         * custom.el (custom-declare-variable): Just put symbol instead
862         of (defvar . symbol) in `current-load-list'.
864 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
866         * emacs-lisp/elint.el: Fixed typo in Commentary section.
868 2005-01-12  Jay Belanger  <belanger@truman.edu>
870         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
871         to create a Calc summary.
873 2005-01-12  Kim F. Storm  <storm@cua.dk>
875         * mouse.el (mouse-on-link-p): Change functionality and doc
876         string to comply with latest description in lisp ref.
878 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
880         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
881         Enable mouse clicks on mode-line, header-line and margin.
882         (event-type): Give mouse event symbols an 'event-kind property
883         with value 'mouse-click.
885 2005-01-12  Juri Linkov  <juri@jurta.org>
887         * facemenu.el (list-colors-display): Add new arg buffer-name.
888         Use it.  Fix docstring.  Replace code for identifying duplicate
889         colors by the name with call to `list-colors-duplicates' which
890         identifies duplicate colors by the value unless the color
891         is one of special Windows colors.  Set truncate-lines to t.
892         Print sorted duplicate color names on each line.  Indent to 22
893         \(the longest color name in rgb.txt) instead of 20.  Optimize.
894         (list-colors-duplicates): New function.
895         (facemenu-color-name-equal): Delete function.
897         * facemenu.el (list-colors-print): New function created from code
898         in list-colors-display.  Print #RRGGBB at the window right edge.
899         (list-colors-display): When temp-buffer-show-function is not
900         defined, call list-colors-print from temp-buffer-show-hook
901         to get the right value of window-width in list-colors-print
902         after the buffer is displayed.
904         * simple.el (pop-mark): Move deactivate-mark out of conditional
905         part to deactivate the active mark regardless of the state of the
906         mark ring.
908         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
909         variables line in desktop files.
911 2005-01-12  Juri Linkov  <juri@jurta.org>
913         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
914         Bring together isearch highlight related options.
915         (lazy-highlight): Replace group `replace' by `matching'.
916         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
917         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
918         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
919         and declare them obsolete.
920         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
921         (isearch-faces): Remove defgroup.
922         (isearch-overlay, isearch-highlight, isearch-dehighlight):
923         Move isearch highlighting code closer to lazy highlighting code.
925         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
926         (query-replace-highlight, query-replace-lazy-highlight)
927         (query-replace): Move definitions to the beginning of the file.
929 2005-01-11  Juri Linkov  <juri@jurta.org>
931         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm,
932         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm,
933         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
935         * info.el (Info-history-forward): New variable.
936         (Info-select-node): Reset Info-history-forward to nil.
937         (Info-last): Turn into defalias.
938         (Info-history-back): Rename from Info-last.
939         Add current node to Info-history-forward.
940         (Info-history-forward): New fun.
941         (Info-mode-map): Replace Info-last by Info-history-back.
942         Bind Info-history-forward to "r".
943         (Info-mode-menu): Replace Info-last by Info-history-back.
944         Fix menu item text.  Add menu item for Info-history-forward.
945         (info-tool-bar-map): Replace Info-last by Info-history-back.
946         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
947         for Info-history-forward.
948         (Info-mode): Replace Info-last by Info-history-back in docstring.
949         Add local variable Info-history-forward.
950         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
952 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
954         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
955         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
956         Ignore select-window events rather than fiddle with
957         mouse-autoselect-window.
959 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
961         * type-break.el (type-break-mode): Fix previous change.
963 2005-01-10  Jay Belanger  <belanger@truman.edu>
965         * calc/calc-ext.el (calc-reset): Reset when inside embedded
966         calculator; only reset when point is inside a calculator.
967         Don't adjust the window height if the window takes up the whole height
968         of the frame.
970 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
972         * ebuff-menu.el (Electric-buffer-menu-mode):
973         Preserve value of buffer-local var header-line-format.
975 2005-01-09  Jay Belanger  <belanger@truman.edu>
977         * calc/calc.el (calc-mode-var-list-restore-saved-values):
978         Make sure settings file exists before accessing it.
980         * calc/calc-embed.el (calc-embedded-subst):
981         Replace math-multi-subst-rec, which is only supposed to be called
982         by math-multi-subst, by math-multi-subst.
984 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
986         * vc.el (vc-allow-async-revert): New user option.
987         (vc-disable-async-diff): New internal variable.
988         (vc-revert-buffer): Use them to disable asynchronous diff.
990         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
991         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
992         asynchronously if vc-disable-async-diff is t.
994 2005-01-09  Jay Belanger  <belanger@truman.edu>
996         * calc/calc.el (defcalcmodevar): New macro.
997         (calc-mode-var-list-restore-default-values)
998         (calc-mode-var-list-restore-saved-values): New functions.
999         (calc-mode-var-list): Use defcalcmodevar to define it.
1000         (calc-always-load-extensions, calc-line-numbering)
1001         (calc-line-breaking, calc-display-just, calc-display-origin)
1002         (calc-number-radix, calc-leading-zeros, calc-group-digits)
1003         (calc-group-char, calc-point-char, calc-frac-format)
1004         (calc-prefer-frac, calc-hms-format, calc-date-format)
1005         (calc-float-format, calc-full-float-format, calc-complex-format)
1006         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
1007         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
1008         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
1009         (calc-matrix-brackets, calc-language, calc-language-option)
1010         (calc-left-label, calc-right-label, calc-word-size)
1011         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
1012         (calc-display-raw, calc-internal-prec, calc-angle-mode)
1013         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
1014         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
1015         (calc-window-height, calc-display-trail, calc-show-selections)
1016         (calc-use-selections, calc-assoc-selections)
1017         (calc-display-working-message, calc-auto-why, calc-timing)
1018         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
1019         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
1020         (calc-gnuplot-default-device, calc-gnuplot-default-output)
1021         (calc-gnuplot-print-device, calc-gnuplot-print-output)
1022         (calc-gnuplot-geometry, calc-graph-default-resolution)
1023         (calc-graph-default-resolution-3d, calc-invocation-macro)
1024         (calc-show-banner): Use defcalcmodevar to declare them and set
1025         their default values.
1027         * calc/calc-ext.el (calc-reset): Restore saved values of variables
1028         instead of default values (but restore default values if there is
1029         an argument of 0).
1031 2005-01-09  David Kastrup  <dak@gnu.org>
1033         * desktop.el (desktop-restore-eager): Fix typo in type.
1035 2005-01-08  Richard M. Stallman  <rms@gnu.org>
1037         * cus-edit.el (customize): Delete :link.
1039 2005-01-08  Jay Belanger  <belanger@truman.edu>
1041         * calc/calc.el (calc-mode): Remove the extension from the
1042         `calc-settings-file' file name when loading it.
1044 2005-01-08  Kim F. Storm  <storm@cua.dk>
1046         * info.el (Info-mode-map, Info-next-link-keymap)
1047         (Info-prev-link-keymap, Info-up-link-keymap):
1048         Map follow-link to mouse-face.
1049         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
1051 2005-01-08  Jay Belanger  <belanger@truman.edu>
1053         * calc/calc.el (calc-settings-file): Change default value.
1054         Suggested by cgw in a comment in calc-mode.el.
1056         * calc/calc-mode.el (calc-settings-file-name):
1057         Compare calc-settings-file to user-init-file instead of ~/.emacs.
1058         Replace ~/.emacs in a prompt by calc-settings-file.
1060 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
1062         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
1063         (desktop-lazy-idle-delay): New customizable variables.
1064         (desktop-buffer-args-list): New variable.
1065         (desktop-append-buffer-args): New function.
1066         (desktop-save): Call desktop-append-buffer-args for some buffers.
1067         (desktop-lazy-create-buffer): New function.
1068         (desktop-idle-create-buffers): New function.
1069         (desktop-read): Add message about buffers to restore lazily.
1070         (desktop-lazy-abort): New command.
1071         (desktop-clear): Call desktop-lazy-abort.
1072         (desktop-lazy-complete): New command.
1074 2005-01-06  Richard M. Stallman  <rms@gnu.org>
1076         * emacs-lisp/find-func.el (find-face-definition):
1077         Rename from find-face.
1079 2005-01-06  Kim F. Storm  <storm@cua.dk>
1081         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
1083         * man.el (Man-xref-man-page, Man-xref-header-file)
1084         (Man-xref-normal-file): Add follow-link property.
1086 2005-01-06  Jay Belanger  <belanger@truman.edu>
1088         * calc/calc-units.el: Make sure the proper macro definitions are
1089         available when compiling.
1091 2005-01-06  Juri Linkov  <juri@jurta.org>
1093         * isearch.el (isearch-lazy-highlight-update):
1094         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
1096 2005-01-06  Miles Bader  <miles@gnu.org>
1098         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
1099         (isearch-lazy-highlight-face): Use new name.
1101 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1103         * uniquify.el (uniquify-rationalize-file-buffer-names):
1104         Re-add an interactive spec.
1105         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
1106         to the same name.
1108         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
1109         (isearch-update, isearch-done): Adjust calls accordingly.
1111 2005-01-05  Richard M. Stallman  <rms@gnu.org>
1113         * custom.el (custom-set-variables, custom-theme-set-variables):
1114         Clarify documentation.
1116         * emacs-lisp/find-func.el (find-variable)
1117         (find-variable-other-window, find-variable-other-frame):
1118         Fix the TYPE args to find-function-read and find-function-do-it.
1119         (find-function): Doc fix.
1120         (find-function-at-point): Replace function-at-point alias.
1122 2005-01-04  Richard M. Stallman  <rms@gnu.org>
1124         * cus-face.el (custom-declare-face):
1125         Record defface in current-load-list.
1127         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
1129         * emacs-lisp/find-func.el: Doc fixes.
1130         (find-face-regexp): New variable.
1131         (find-function-regexp-alist): New variable.
1132         (find-function-C-source): Third arg is now TYPE.
1133         (find-function-search-for-symbol): Handle general TYPE.
1134         (find-function-read, find-function-do-it): Handle general TYPE.
1135         (find-definition-noselect, find-face): New functions.
1136         (function-at-point): Alias deleted.
1138 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1140         * battery.el (display-battery-mode): Rename from display-battery.
1141         Handle the case where it gets turned off.
1143 2005-01-04  Richard M. Stallman  <rms@gnu.org>
1145         * cus-edit.el (customize): Make :link point to user doc.
1147         * man.el (Man-fontify-manpage): Turn off undo generation.
1149         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
1151 2005-01-04  Andreas Schwab  <schwab@suse.de>
1153         * files.el (insert-directory): Only look for error lines in
1154         inserted text.  Don't move too far after processing --dired markers.
1156 2005-01-04  Richard M. Stallman  <rms@gnu.org>
1158         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
1159         Don't expand if the character is @, period, dash, etc.
1160         (define-mail-abbrev): Quote names that contain problem characters.
1162 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
1164         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
1166 2005-01-03  Richard M. Stallman  <rms@gnu.org>
1168         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
1169         (query-replace-highlight, query-replace-lazy-highlight)
1170         (query-replace): Definitions moved up.  Doc fix.
1172 2005-01-03  Richard M. Stallman  <rms@gnu.org>
1174         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
1175         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
1176         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
1177         (lazy-highlight-face): Rename from isearch-lazy-...
1178         Change all references to them.
1180 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
1182         * cus-edit.el (custom-file): Doc fix for defcustom.
1183         (custom-file): The function no longer sets the variable
1184         `custom-file' to its return value.
1186         * startup.el (command-line): No longer load `custom-file'.
1188 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1190         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
1192         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
1193         Don't confuse module-prefixed identifiers for labels.
1194         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
1196 2005-01-02  Richard M. Stallman  <rms@gnu.org>
1198         * files.el (basic-save-buffer-1): Fix previous change.
1200         * loadhist.el (file-loadhist-lookup): New function.
1201         (file-provides, file-requires): Use it.
1203         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
1204         instead of calculating the right size.
1206 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
1208         * vc-svn.el (vc-svn-diff): Stay local if possible.
1210 2005-01-02  Stefan  <monnier@iro.umontreal.ca>
1212         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
1214         * files.el (hack-local-variables): Fix last change.
1216 2005-01-02  Jay Belanger  <belanger@truman.edu>
1218         * calc/calc-yank.el (calc-edit-top): New variable.
1219         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
1220         object.  Change header properties.
1221         (calc-edit-finish, calc-edit-finish-stack-object)
1222         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
1223         edited object.
1224         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
1225         for the beginning of the edited object.
1226         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
1227         for the beginning of the edited object.
1228         * calc/calc-prog.el (calc-edit-macro-finish-edit)
1229         (calc-finish-formula-edit, calc-macro-repeats)
1230         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
1231         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
1232         beginning of the edited object.
1233         (calc-user-define-edit): Change the header for editing macros.
1234         Remove unnecessary variable.
1236 2005-01-01  Jay Belanger  <belanger@truman.edu>
1238         * calc/calc-yank.el (calc-edit-mode): Change default header.
1239         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
1240         * calc/calc-store.el (calc-edit-variable): Change title to match new
1241         header.
1242         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
1243         mode to match new header.
1244         (calc-user-define-edit): Change titles to include names of commands.
1245         (calc-finish-formula-edit): Adjust to handle new header.
1246         (calc-finish-macro-edit): Remove.
1247         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
1248         (calc-edit-macro-command, calc-edit-macro-command-type)
1249         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
1250         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
1251         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
1252         (calc-edit-macro-finish-edit): New functions.
1253         (calc-user-define-edit): Use new functions to edit named calc macros.
1255 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
1257         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
1259         * ses.el (copy-region-as-kill): Deactivate mark.
1261 2005-01-01  Richard M. Stallman  <rms@gnu.org>
1263         * replace.el (occur-1): If the output buffer is also an input,
1264         don't kill it, rename it.
1266         * faces.el (set-face-background, set-face-foreground): Doc fix.
1268         * cus-face.el (custom-face-attributes): Fix :help-echo strings
1269         for :foreground and :background.
1271         * dired.el (dired-view-command-alist): Variable deleted.
1272         (dired-view-file, dired-mouse-find-file-other-window):
1273         Delete the code to use it.
1275 2005-01-01  Kim F. Storm  <storm@cua.dk>
1277         * image.el (insert-sliced-image): Use t for line-height property.
1279 2004-12-31  Jay Belanger  <belanger@truman.edu>
1281         * calc/calc-store.el (calcVar-digit, calcVar-oper):  Remove the need
1282         for "var-" at the beginning of the minibuffer.
1284 2004-12-31  Richard M. Stallman  <rms@gnu.org>
1286         * faces.el (read-face-name):
1287         Don't treat an attribute spec as a list of faces.
1289         * simple.el (undo): Use undo-equiv-table to detect
1290         unexpected changes since previous undo.
1291         (undo-list-saved): Variable deleted.
1292         (buffer-disable-undo): Don't alter undo-list-saved.
1294         * files.el (require-final-newline): Allow `visit' and `visit-save'.
1295         (mode-require-final-newline): New option.
1296         (after-find-file): Handle require-final-newline with new values.
1297         (basic-save-buffer): Handle new values of require-final-newline.
1299         * progmodes/sh-script.el (sh-require-final-newline):
1300         Alist value now controls whether to use mode-require-final-newline.
1301         (sh-set-shell): Implement that new meaning.
1303         * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
1304         * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
1305         * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
1306         Delete old-Emacs compatibility code.
1307         (antlr-c-common-init): Function deleted.
1309         * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
1310         * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
1311         * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
1312         * progmodes/python.el (python-mode): Use mode-require-final-newline.
1313         * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
1314         * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
1315         * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
1316         * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
1317         * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
1318         * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
1319         * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
1320         * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
1321         * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
1322         * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
1323         * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
1324         * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
1326 2004-12-31  Jay Belanger  <belanger@truman.edu>
1328         * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
1329         way to return to Calc.
1331         * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
1332         finish, C-xk as the way to cancel the edit.  Add cancel routine to
1333         kill-buffer-hook.
1335         * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
1336         MacEdit code.
1338         * calc/calc-prog.el: Remove obsolete MacEdit code.
1339         (calc-macro-edit-algebraic, calc-macro-edit-variable)
1340         (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
1342 2004-12-31  Kenichi Handa  <handa@m17n.org>
1344         * international/mule.el (buffer-file-coding-system-explicit):
1345         Rename for explicit-buffer-file-coding-system.
1346         (after-insert-file-set-coding): Adjust for the above change.
1348         * files.el (revert-buffer): Change explicit-buffer-file-coding-system
1349         to buffer-file-coding-system-explicit.
1350         (basic-save-buffer-1): Likewise.
1352 2004-12-30  Richard M. Stallman  <rms@gnu.org>
1354         * textmodes/artist.el (artist-butlast-fn): Var deleted.
1355         (artist-butlast, artist-last): Functions deleted.
1356         (artist-ellipse-mirror-quadrant): Call last and butlast directly.
1357         (artist-compute-key-compl-table): Call remq directly.
1358         (artist-remove-nulls): Function deleted.
1359         (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
1360         (artist-push, artist-pop): Macro deleted.
1362 2004-12-30  Andreas Leue  <al@sphenon.de>
1364         * textmodes/artist.el (artist-version): 1.2.6
1365         (artist-prev-next-op-alist): New variable.
1366         (artist-select-next-op-in-list): New function.
1367         (artist-select-prev-op-in-list): New function.
1368         (artist-make-prev-next-op-alist): New function.
1369         (artist-is-in-op-list-p): New function.
1370         (artist-get-first-non-nil-op): New function.
1371         (artist-get-last-non-nil-op): New function.
1372         (artist-mode-init): Call artist-get-last-non-nil-op to initialize
1373         artist-prev-next-op-alist.
1374         (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
1375         change drawing operation.
1377 2004-12-30  Luc Teirlinck  <teirllm@auburn.edu>
1379         * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
1381 2004-12-31  Masatake YAMATO  <jet@gyve.org>
1383         * server.el (server-process-filter): Suppress `error', too.
1385 2004-12-30  Jay Belanger  <belanger@truman.edu>
1387         * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
1388         Change the way a variable is displayed in a message.
1390         * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
1391         (calc-user-define-permanent, calc-execute-kbd-macro):
1392         Replace old function MacEdit-parse-keys with edmacro-parse-keys.
1394 2004-12-30  Kenichi Handa  <handa@m17n.org>
1396         * files.el (basic-save-buffer-1):
1397         Set explicit-buffer-file-coding-system to last-coding-system-used.
1398         (revert-buffer): Pay attention to
1399         explicit-buffer-file-coding-system (not buffer-file-coding-system)
1400         on bind coding-system-for-read.
1402         * international/mule.el (explicit-buffer-file-coding-system):
1403         New buffer local variable.
1404         (after-insert-file-set-coding): Set it to coding-system-for-read.
1406 2004-12-29  Luc Teirlinck  <teirllm@auburn.edu>
1408         * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
1410 2004-12-29  Sanghyuk Suh  <han9kin@mac.com>
1412         * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
1413         that include line numbers.
1415 2004-12-29  Milan Zamazal  <pdm@zamazal.org>
1417         * files.el (hack-local-variables): If no PREFIX, set it to "^".
1418         Redundant variable PREFIXLEN removed.
1420 2004-12-28  Matt Hodges  <MPHodges@member.fsf.org>
1422         * eshell/em-hist.el (eshell-previous-matching-input):
1423         Start the deletion from the end of the output.
1425 2004-12-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1427         * term/mac-win.el: Require x-dnd.
1428         (mac-drag-n-drop): Sync with W32 version.  Use x-dnd.el functions.
1430 2004-12-29  David Kastrup  <dak@gnu.org>
1432         * international/mule.el (decode-coding-inserted-region):
1433         Don't barf if `buffer-undo-list' is already set to `t'.
1435 2004-12-29  Jay Belanger  <belanger@truman.edu>
1437         * calc/calc-prog.el (calc-user-define-formula): Put default values
1438         for function names in prompts.
1439         (calc-user-define-permanent, calc-user-define-composition)
1440         (calc-user-define-formula): Remove the need for "calcFunc-" in the
1441         default input for algebraic functions.
1443 2004-12-29  Thien-Thi Nguyen  <ttn@gnu.org>
1445         * vc-rcs.el (vc-rcs-annotate-command):
1446         Fix omission bug: Call `vc-setup-buffer'.
1448 2004-12-29  Kenichi Handa  <handa@m17n.org>
1450         * international/mule.el (recode-region): New function.
1452 2004-12-28  Richard M. Stallman  <rms@gnu.org>
1454         * simple.el (undo-extra-outer-limit): New variable.
1455         (undo-outer-limit-truncate): Test and set it.
1457         * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
1458         enables the feature to extend the existing region.
1460         * simple.el (mark-word): New arg ALLOW-EXTEND
1461         enables the feature to extend the existing region.
1463         * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
1464         enables the feature to extend the existing region.
1466         * startup.el (site-run-file): Don't allow setting it with Custom.
1468         * simple.el (buffer-disable-undo): Fix previous change.
1470 2004-12-27  Masatake YAMATO  <jet@gyve.org>
1472         * hexl.el (hexlify-buffer): Remove fontification here.
1473         Use font lock mechanism instead.
1474         (hexl-font-lock-keywords): New font lock kewords.
1475         (hexl-mode-old-font-lock-keywords): New variable.
1476         (hexl-mode): Store the old font lock keywords.
1477         (hexl-mode-exit): Restore the old font lock keywords.
1479 2004-12-27  Richard M. Stallman  <rms@gnu.org>
1481         * simple.el (undo): Fix previous change.
1483 2004-12-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1485         * term/mac-win.el: Sync with x-win.el.  Rearrange the contents.
1486         Call mac-clear-font-name-table if invoked on Mac OS 8/9.
1487         Call x-open-connection on Mac OS X.
1489 2004-12-27  Richard M. Stallman  <rms@gnu.org>
1491         * files.el (buffer-save-without-query): New var (buffer-local).
1492         (save-some-buffers): Save those buffers first, w/o asking.
1494         * files.el (insert-directory-ls-version): New variable.
1495         (insert-directory): When ls returns an error, test the version
1496         number to decide what the return code means.
1497         With --dired output format, detect and distinguish lines
1498         that are really error messages.
1499         (insert-directory-adj-pos): New function.
1501         * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
1503         * battery.el (battery-mode-line-format): Remove initial spaces.
1505         * uniquify.el (uniquify-rationalize-file-buffer-names):
1506         Delete interactive spec.
1508         * type-break.el (type-break-mode): Set buffer-save-without-query.
1509         Remove code that tried to set save-some-buffers-always.
1510         (type-break-file-keystroke-count): Bind deactivate-mark.
1512         * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
1514         * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
1515         Test that the buffer is live, and maybe reject current buffer too.
1516         Clarify.
1517         (next-error-find-buffer): Rewrite for clarity.
1519         * loadup.el: Don't use buffer-disable-undo; do it directly.
1521         * help-fns.el (describe-function-1): Call symbol-file with `defun'.
1522         (describe-variable): Call symbol-file with `defvar'.
1524         * subr.el (messages-buffer-max-lines): Alias for message-log-max.
1525         (symbol-file): Rewritten to handle new load-history format.
1526         Now takes an arg TYPE to specify looking for a particular
1527         type of definition only.
1529         * emacs-lisp/debug.el (debugger-make-xrefs):
1530         Call symbol-file with `defun'.
1532         * emacs-lisp/find-func.el (find-function-noselect):
1533         Call symbol-file with `defun'.
1534         (find-variable-noselect): Call symbol-file with `defvar'.
1536         * eshell/esh-cmd.el (eshell-find-alias-function):
1537         Call symbol-file with `defun'.
1539         * eshell/esh-test.el (eshell-test-goto-func):
1540         Call symbol-file with `defun'.
1542         * mail/rmail.el (rmail-resend):
1543         Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
1545         * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
1547         * progmodes/compile.el (compilation-find-buffer): Rename arg.
1549         * textmodes/texinfmt.el (texinfo-format-buffer-1):
1550         Call buffer-disable-undo.
1552         * simple.el (undo-list-saved): New variable (buffer-local).
1553         (undo): Set and test it.
1554         (buffer-disable-undo): Move here from buffer.c.
1555         Clear out undo-list-saved.
1557         * international/mule.el (decode-coding-inserted-region):
1558         Set buffer-undo-list in a correct and optimal way.
1560         * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
1561         (cperl-font-lock-unfontify-region-function): No need to save and
1562         restore info, since font-lock.el does it for us.
1564         * ansi-color.el (save-buffer-state): Definition deleted.
1565         (ansi-color-unfontify-region): Don't use save-buffer-state.
1567 2004-12-27  Dave Love  <fx@gnu.org>
1569         * wid-edit.el (function): Use restricted-sexp as parent.
1571 2004-12-27  Kevin Ryde  <user42@zip.com.au>
1573         * simple.el (next-matching-history-element): Use same
1574         `interactive' form as previous-matching-history-element.
1576         * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
1577         it can appear unencoded and has been seen from yahoo.
1579 2004-12-27  Sergey Poznyakoff <gray@Mirddin.farlep.net>  (tiny change)
1581         * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
1582         in upper case.  Reported by Wojciech Polak <polak@gnu.org>.
1584 2004-12-27  Kenichi Handa  <handa@m17n.org>
1586         * international/utf-8.el (utf-translate-cjk-load-tables):
1587         Bind coding-system-for-read to nil while loading subst-*.
1589 2004-12-26  Jay Belanger  <belanger@truman.edu>
1591         * calc/calc-store.el (calc-read-var-name): Remove "var-" from
1592         default input.
1594 2004-12-26  Luc Teirlinck  <teirllm@auburn.edu>
1596         * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
1597         before reverting and disable undo recording while reverting.
1599 2004-12-26  Thien-Thi Nguyen  <ttn@gnu.org>
1601         * progmodes/hideshow.el (hs-set-up-overlay): New user var.
1602         (hs-make-overlay): New function.
1603         (hs-isearch-show-temporary): Handle `display' overlay prop specially.
1604         (hs-flag-region): Delete function.
1605         (hs-hide-comment-region): No longer use `hs-flag-region'.
1606         Instead, use `hs-discard-overlays' and `hs-make-overlay'.
1607         (hs-hide-block-at-point): Likewise.
1608         (hs-hide-level-recursive): Use `hs-discard-overlays'.
1609         (hs-hide-all, hs-show-all): Likewise.
1610         (hs-show-block): Likewise.
1611         Also, use overlay prop `hs-b-offset', not `hs-ofs'.
1613 2004-12-24  Thien-Thi Nguyen  <ttn@gnu.org>
1615         * progmodes/hideshow.el: Require `cl' when compiling.
1616         Remove XEmacs and Emacs 19 compatibility.
1617         Use `dolist' and `add-to-list' for load-time actions.
1618         (hs-discard-overlays): Use `dolist'.
1619         (hs-show-block): Likewise.
1621 2004-12-23  Dan Nicolaescu  <dann@ics.uci.edu>
1623         * faces.el (mode-line, mode-line-inactive): Use min-colors.
1625 2004-12-23  Thien-Thi Nguyen  <ttn@gnu.org>
1627         * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
1628         When extending backwards, move outside the current comment first.
1630 2004-12-22  Kenichi Handa  <handa@m17n.org>
1632         * international/quail.el (quail-start-translation): Fix prompt
1633         string for the case if input-method-use-echo-area being non-nil.
1634         (quail-start-conversion): Likewise.
1635         (quail-show-guidance): Don't show guidance if
1636         input-method-use-echo-area is non-nil.
1638 2004-12-21  Richard M. Stallman  <rms@gnu.org>
1640         * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
1642 2004-12-21  Markus Rost  <rost@ias.edu>
1644         * calendar/diary-lib.el (mark-diary-entries):
1645         Set mark-diary-entries-in-calendar only after checking for diary-file.
1647 2004-12-21  Richard M. Stallman  <rms@gnu.org>
1649         * faces.el (escape-glyph): Use blue against light foreground.
1651         * simple.el (undo-outer-limit-truncate): New function.
1652         (undo-outer-limit-function): Use undo-outer-limit-truncate.
1654 2004-12-21  Eli Barzilay  <eli@barzilay.org>
1656         * calculator.el: (calculator-radix-grouping-mode)
1657         (calculator-radix-grouping-digits)
1658         (calculator-radix-grouping-separator):
1659         New defcustoms for the new radix grouping mode functionality.
1660         (calculator-mode-hook): Now used in electric mode too,
1661         (calculator): Call it.
1662         (calculator-mode-map): Some new keys.
1663         (calculator-message): New function.  Some new calls.
1664         (calculator-op, calculator-set-register): Use it.
1665         (calculator-string-to-number): New function, mostly moved and
1666         updated code from calculator-curnum-value.
1667         (calculator-curnum-value): Use it.
1668         (calculator-paste): Use it, and update grabbing the current-kill.
1669         (calculator-rotate-displayer)
1670         (calculator-rotate-displayer-back): Toggle digit grouping when
1671         in radix mode, use calculator-message.
1672         (calculator-displayer-prev, calculator-displayer-next):
1673         Change digit group size when in radix mode.
1674         (calculator-number-to-string): Rename from
1675         calculator-num-to-string.  Now deals with digit grouping in
1676         radix mode.
1677         (calculator-update-display, calculator-put-value): Use the new name.
1678         (calculator-fact): Return a floating point number.
1679         (calculator-mode): Doc fix.
1681 2004-12-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
1683         * calendar/calendar.el (view-other-diary-entries): Add autoload.
1684         * calendar/diary-lib.el (view-other-diary-entries):
1685         Use current-prefix-arg in interactive spec.
1687 2004-12-19  Jay Belanger  <belanger@truman.edu>
1689         * calc/calc-aent.el (calcAlg-blank-matching-open):
1690         Temporarily adjust the syntax of both delimiters of half-open intervals.
1692 2004-12-19  Kim F. Storm  <storm@cua.dk>
1694         * mouse.el (mouse-1-click-follows-link): Doc fix.
1696 2004-12-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1698         * term/mac-win.el (encoding-vector, mac-font-encoder-list)
1699         (ccl-encode-mac-centraleurroman-font): Use centraleurroman
1700         instead of centraleuropean as the name
1702 2004-12-17  Michael Albinus  <michael.albinus@gmx.de>
1704         Sync with Tramp 2.0.46.
1706         * net/tramp.el (tramp-maybe-send-perl-script): Change order of
1707         parameters wrt Tramp convention.
1708         (tramp-handle-file-attributes-with-perl)
1709         (tramp-handle-directory-files-and-attributes): Apply it.
1710         (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
1711         `copy-program'.  Reported by Zack Weinberg
1712         <zack@codesourcery.com>.
1713         (top): Set `edebug-form-spec' property directly rather than
1714         calling `def-edebug-spec'.
1716         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
1717         advice less fragile.  Surround temporary redefinition of
1718         `substitute-in-file-name' with `unwind-protect'.  Suggested by
1719         Matt Hodges <MPHodges@member.fsf.org>.
1721 2004-12-17  Juri Linkov  <juri@jurta.org>
1723         * replace.el (occur-accumulate-lines, occur-engine):
1724         Make forcing deferred font-lock fontification jit-specific.
1726 2004-12-17  Kim F. Storm  <storm@cua.dk>
1728         * mouse.el (mouse-1-click-follows-link): New defcustom.
1729         (mouse-on-link-p): New function.
1730         (mouse-drag-region-1): Implement mouse-1-click-follows-link
1731         functionality.  Map a mouse-1 click event into a mouse-2 (or
1732         other) event when position is inside a link.
1734         * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
1735         prefix in tooltip text with "mouse-1" when this is a link
1736         recognized by mouse-1-click-follows-link functionality.
1738         * help.el (describe-key): Report effective and original binding
1739         for mouse-1 when clicked on a link.
1740         (describe-mode): Add follow-link property to "minor-mode" button.
1742         * help-fns.el (describe-variable): Add follow-link property to
1743         "below" button.
1745         * help-mode.el (help-xref): Add follow-link property.
1747         * apropos.el (apropos-symbol, apropos-function, apropos-macro)
1748         (apropos-command, apropos-variable, apropos-face, apropos-group)
1749         (apropos-widget, apropos-plist): Add follow-link property.
1751         * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
1752         checks if position is in a filename, rather than some other
1753         clickable item.  Function looks for cvs-filename-face at position.
1755         * wid-edit.el (widget-specify-field, widget-specify-button):
1756         Map a :follow-link keyword into a follow-link property.
1757         (link): Add :follow-link keyword, map to RET binding.
1759         * dired.el (dired-mode-map): Map follow-link to mouse-face.
1761         * progmodes/compile.el (compilation-minor-mode-map)
1762         (compilation-button-map, compilation-mode-map): Likewise.
1764 2004-12-17  Thien-Thi Nguyen  <ttn@gnu.org>
1766         * play/zone.el (zone): Init `line-spacing' from orig buffer.
1767         (zone-replace-char): Take `count' and `del-count'
1768         instead of `direction'.  Update callers.  When `del-count' is
1769         non-nil, delete that many characters, otherwise `count' characters
1770         backwards.  Insert the newly-replaced string `count' times.
1771         (zone-fret): Handle chars w/ width greater than one.
1772         (zone-fall-through-ws): No longer take window width `ww'.
1773         Update callers.  Add handling for `char-width' greater than one.
1774         (zone-pgm-drip): Update var holding window-end position every cycle.
1776 2004-12-17  Andre Spiegel  <spiegel@gnu.org>
1778         * vc.el (vc-default-update-changelog): Use insert-file-contents,
1779         rather than insert-file.
1781 2004-12-16  Jay Belanger  <belanger@truman.edu>
1783         * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
1784         (math-init-random-base, math-random-digit): Check to see if
1785         var-RandSeed is bound.
1786         (math-random-last): Declare it.
1787         (math-random-digit): Don't make math-random-last local.
1789 2004-12-16  Thien-Thi Nguyen  <ttn@gnu.org>
1791         * play/zone.el (zone): Fix omission bug: Use a self-disabling
1792         one-shot thunk for uniform (error, quit, normal) recovery.
1793         Reported by John Paul Wallington.
1794         (zone-pgm-random-life): Fix bug:
1795         Recognize empty initial field by lack of "@" chars.
1797 2004-12-16  Juri Linkov  <juri@jurta.org>
1799         * help.el (function-called-at-point):
1800         * help-fns.el (variable-at-point): As a last resort try stripping
1801         non-word prefixes and suffixes.
1803         * descr-text.el (describe-property-list): Don't treat syntax-table
1804         specially.  Use describe-text-sexp which inserts [show] button
1805         for large objects and handles printing errors.  Sort properties
1806         by names in alphabetical order instead of by value sizes.
1807         Add `mouse-face' to list of properties for `describe-face' widget.
1808         (describe-char): Mask out face-id from 19 bits of character.
1809         Print face-id separately.
1811         * replace.el (occur-accumulate-lines, occur-engine):
1812         Fontify unfontified matching lines in the source buffer
1813         before copying them.
1814         (occur-engine): Don't put mouse-face on context lines.
1815         (occur-next-error): Set point to line beginning/end
1816         before searching for prev/next property to skip multiple
1817         matches on a line (not supported by occur engine).
1818         Remove redundant prefix-numeric-value.
1820 2004-12-15  Juri Linkov  <juri@jurta.org>
1822         * replace.el (match): New face.
1823         (list-matching-lines-face): Change default from `bold' to `match'.
1825         * progmodes/grep.el (grep-match-face): New defvar.
1826         (grep-mode-font-lock-keywords): Use grep-match-face instead of
1827         compilation-column-face to highlight grep matches.
1829         * apropos.el (apropos-match-face): Change default from
1830         `secondary-selection' to `match'.
1832         * info-look.el (info-lookup-highlight-face): Change default from
1833         `highlight' to `match'.
1835 2004-12-15  Daniel Pfeiffer  <occitan@esperanto.org>
1837         * progmodes/executable.el (executable-interpret): Eliminate
1838         obsolete compile-internal, and switch to comint for interaction.
1840 2004-12-15  J.D. Smith  <jdsmith@as.arizona.edu>
1842         * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
1843         `&&' when skipping multiple statements on a line.
1845 2004-12-15  Thien-Thi Nguyen  <ttn@gnu.org>
1847         * play/zone.el (zone): Set `truncate-lines'.
1848         Also, init `tab-width' with value from original buffer.
1849         (zone-shift-up): Rewrite for speed.
1850         (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
1851         (zone-pgm-jitter): Remove redundant entries from ops vector.
1852         (zone-exploding-remove): Reduce iteration count.
1853         (zone-cpos): Convert to defsubst.
1854         (zone-replace-char): New defsubst.
1855         (zone-park/sit-for): Likewise.
1856         (zone-fret): Take window-start arg.
1857         Update callers. Use `zone-park/sit-for'.
1858         (zone-fill-out-screen): Rewrite.
1859         (zone-fall-through-ws): Likewise. Update callers.
1860         (zone-pgm-drip): Use `zone-replace-char'.
1861         Move var inits before while-loop. Use `zone-park/sit-for'.
1862         (zone-pgm-random-life): Handle empty initial field.
1863         Use `zone-replace-char' and `zone-park/sit-for'.
1865 2004-12-15  Juri Linkov  <juri@jurta.org>
1867         * isearch.el (isearch-update): Test isearch-lazy-highlight
1868         before calling isearch-lazy-highlight-new-loop.
1869         (isearch-lazy-highlight-new-loop):
1870         Don't test isearch-lazy-highlight.
1872         * replace.el (perform-replace): Add isearch-case-fold-search.
1873         Use delimited-flag for isearch-regexp.
1874         Reset isearch-lazy-highlight-last-string to force lazy
1875         highlighting when called from isearch mode.
1876         (query-replace-highlight): Revert defcustom type to boolean.
1877         (query-replace-lazy-highlight): New defcustom.
1878         (query-replace): New face.
1879         (perform-replace, replace-highlight, replace-dehighlight):
1880         Test query-replace-lazy-highlight instead of special value
1881         `isearch' of query-replace-highlight.
1882         (replace-dehighlight): Don't call isearch-dehighlight.
1883         (replace-highlight): Don't call isearch-highlight.
1884         Use face `query-replace' unconditionally.
1886 2004-12-14  Kim F. Storm  <storm@cua.dk>
1888         * simple.el (inhibit-mark-movement): Remove defvar.
1889         (beginning-of-buffer, end-of-buffer): Don't use it.
1891         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
1892         Don't use inhibit-mark-movement.
1894         * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
1895         (cua--undo-push-mark): Remove.
1896         (cua--pre-command-handler, cua--post-command-handler):
1897         Don't fiddle with inhibit-mark-movement.
1899 2004-12-14  Juri Linkov  <juri@jurta.org>
1901         * buff-menu.el (list-buffers-noselect): Collect internal info
1902         for every buffer in BUFFER-LIST arg too.
1903         (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
1904         (Buffer-menu-switch-other-window, Buffer-menu-2-window):
1905         Bind same-window-buffer-names and same-window-regexps to nil.
1907 2004-12-13  Juri Linkov  <juri@jurta.org>
1909         * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
1911         * mail/supercite.el (sc-cite-frame-alist): Doc fix.
1912         (sc-cite-region, sc-uncite-region, sc-recite-region):
1913         Fix previous change to handle not alist as a symbol, but
1914         a citation frame as a symbol that represents a variable name.
1916 2004-12-13  Richard M. Stallman  <rms@gnu.org>
1918         * filecache.el (file-cache-add-directory-using-find):
1919         Only set up file-cache-find-command-posix-flag if we will use it.
1921         * bindings.el (mode-line-buffer-identification-keymap):
1922         Don't cancel the mode-line's usual down-mouse-1 binding.
1924         * cus-edit.el (custom-face-selected): Handle `default' specs.
1925         (custom-face-edit): Increase extra-offset.
1926         (custom-display): Handle `default' specs.
1928         * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
1930         * emacs-lisp/elint.el (elint-standard-variables)
1931         (elint-unknown-builtin-args): Move definitions up.
1933         * net/browse-url.el (browse-url-url-at-point): Add autoload.
1935         * info.el (info-xref-visited): Use `default' instead of t.
1936         (Info-try-follow-nearest-node): Don't explicitly load browse-url.
1938         * faces.el (header-line, mode-line-inactive, tool-bar):
1939         Use `default' instead of t for setting the defaults.
1940         (face-spec-choose): Separate `t' from `default'.
1942         * subr.el (while-no-input): New macro.
1944 2004-12-13  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>  (tiny change)
1946         * filecache.el (file-cache-add-directory-using-find):
1947         Only test file-cache-find-command-posix-flag on some systems.
1949 2004-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1951         * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
1952         Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
1953         (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
1954         (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
1955         (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
1957 2004-12-12  Juri Linkov  <juri@jurta.org>
1959         * files.el (find-file-other-window, find-file-other-frame):
1960         Add the first buffer to the returned value to return the complete
1961         list of all visited buffers.
1962         (find-file-read-only, find-file-read-only-other-window)
1963         (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
1964         `find-file-read-args'.  Signal an error about non-existent file
1965         only if file name doesn't contain wildcards.  Toggle read-only in
1966         all visited buffers.
1967         (find-alternate-file, find-alternate-file-other-window):
1968         Add optional arg `wildcards'.  Doc fix.  Set `wildcards' to t when
1969         called interactively.  Pass arg `wildcards' to other functions.
1970         (find-file-noselect): Doc fix.
1972         * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
1973         Doc fix.
1974         (ffap-directory-finder): New variable.
1975         (ffap-string-at-point-mode-alist): Add * and ? to `file'.
1976         (ffap-file-at-point): Add /* to immediately rejected names.
1977         Return absolute file names matching ffap-dired-wildcards.
1978         (ffap-read-file-or-url): Set default value for `completing-read'
1979         to `buffer-file-name'.
1980         (find-file-at-point): When filename matches ffap-dired-wildcards,
1981         call ffap-file-finder with t arg `wildcards', instead of dired.
1982         (ffap-other-window, ffap-other-frame): Return visited buffers.
1983         (ffap-read-only, ffap-read-only-other-window)
1984         (ffap-read-only-other-frame, ffap-alternate-file): New commands.
1985         (dired-at-point): Call ffap-directory-finder instead of dired.
1986         (ffap-dired-other-window, ffap-dired-other-frame)
1987         (ffap-list-directory): New commands.
1988         (ffap-bindings): New keybindings for new commands.
1990 2004-12-12  Juri Linkov  <juri@jurta.org>
1992         * simple.el (beginning-of-buffer, end-of-buffer):
1993         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
1994         Do not push mark when mark is active in transient-mark-mode.
1996         * simple.el (mark-word):
1997         * emacs-lisp/lisp.el (mark-sexp, mark-defun):
1998         * textmodes/paragraphs.el (mark-paragraph):
1999         Extend the region when mark is active in transient-mark-mode,
2000         regardless of the last command.  Doc fix.
2002         * simple.el (mark-word): Preserve direction when repeating.
2003         Make arg optional.  Interactive "p" -> "P".
2004         (transient-mark-mode, inhibit-mark-movement): Doc fix.
2006         * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
2007         preserving direction, to mark forward instead of backward when mark
2008         is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
2010 2004-12-12  Juri Linkov  <juri@jurta.org>
2012         * isearch.el (isearch-edit-string): Set 7th arg of
2013         `read-from-minibuffer' to `t' to inherit the current input
2014         method (whose name is indicated by [IM] in the minibuffer prompt)
2015         from the current buffer to the minibuffer.
2016         (isearch-lazy-highlight-update): Put body to `with-local-quit'
2017         to allow C-g quitting for lazy highlighting looping inside the
2018         search with nested repetition operators.  Add overlay to the list
2019         before setting its face and other properties to avoid the case of
2020         code quitting after placing the new overlay but before it's
2021         recorded on the list.  Select the window where isearch was
2022         activated, to highlight matches in the right window when isearch
2023         switches the current window to the minibuffer.
2025         * international/isearch-x.el
2026         (isearch-process-search-multibyte-characters):
2027         Use `isearch-message' as initial input for `read-string' instead
2028         of adding it to the minibuffer prompt.  After reading a string
2029         remove the initial value of `isearch-message' from the string.
2031         * replace.el (replace-match-maybe-edit): Doc fix.
2032         (perform-replace): Don't call `replace-highlight' when automatic
2033         replacement is requested in literal mode, since it is intended
2034         only to highlight words during entering a new replacement string
2035         for \? in non-literal mode.
2037         * replace.el (query-replace-highlight): Add new value `isearch'
2038         that allows query replacement to use isearch highlighting.
2039         Change type from `boolean' to `choice'.  Doc fix.
2040         (replace-highlight, replace-dehighlight, perform-replace):
2041         Use isearch highlighting if query-replace-highlight eq `isearch'.
2043 2004-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2045         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
2046         (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
2048         * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
2049         case of \end{verbatim}.
2051 2004-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
2053         * term.el (term-termcap-format): Synchronyze with terminfo.
2054         (term-emulate-terminal): Handle reset.
2055         (term-reset-terminal): New function.
2057 2004-12-11  Thien-Thi Nguyen  <ttn@gnu.org>
2059         * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
2060         (zone-fill-out-screen): New func.
2061         (zone-pgm-drip): Use `zone-fill-out-screen'.
2062         Also, no longer go to point-min on every cycle.
2063         (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
2064         (zone-pgm-random-life-wait): New user var.
2065         (zone-pgm-random-life): New func.
2067 2004-12-10  Thien-Thi Nguyen  <ttn@gnu.org>
2069         * files.el (auto-mode-alist): Map .com to DCL mode.
2071 2004-12-09  Richard M. Stallman  <rms@gnu.org>
2073         * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
2075 2004-12-09  Nick Roberts  <nickrob@snap.net.nz>
2077         * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
2078         buffer with a display margin.
2080 2004-12-08  Jay Belanger  <belanger@truman.edu>
2082         * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
2083         (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
2085 2004-12-08  Richard M. Stallman  <rms@gnu.org>
2087         * faces.el: Delete code to set display table.
2088         (escape-glyph): Redefine to be less loud.  (Copy minibuffer-prompt.)
2090 2004-12-08  Jay Belanger  <belanger@truman.edu>
2092         * calc/calc.el: Add math-read-preprocess-string to autoloads.
2094         * calc/calc-ext.el (math-read-replacement-list)
2095         (math-read-superscripts, math-read-preprocess-string): Move to
2096         calc-aent.el.
2098         * calc/calc-aent.el (math-read-replacement-list)
2099         (math-read-superscripts, math-read-preprocess-string): Move from
2100         calc-ext.el.
2102 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2104         * isearch.el (isearch-quote-char): Fix up typo in last change.
2106 2004-12-07  Luc Teirlinck  <teirllm@auburn.edu>
2108         * mouse.el (mouse-set-font): Handle the case where the command was
2109         not invoked using the mouse.
2111         * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
2112         (edmacro-finish-edit): Further update for keyboard macros that are
2113         lambda forms.
2114         (edmacro-sanitize-for-string): Correctly remove Meta modifier.
2116 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2118         * font-lock.el (font-lock-unfontify-region): Save buffer state.
2119         (font-lock-default-unfontify-region): Don't save buffer state any more.
2121 2004-12-07  Jay Belanger  <belanger@truman.edu>
2123         * calc/calc-help.el (calc-describe-key):
2124         Set calc-summary-indentation even when Calc Summary buffer exists.
2126 2004-12-07  Glenn Morris  <gmorris@ast.cam.ac.uk>
2128         * calendar/holidays.el (holiday-easter-etc): Make arguments
2129         optional for backwards compatibility.  Doc fix.
2130         Remove un-necessary local vars mandatory, output-list.
2131         (holiday-advent):  Make arguments optional for backwards
2132         compatibility.  Doc fix.
2134 2004-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2136         * paren.el (show-paren-function): Fix last change (2004-12-02).
2138         * international/mule-util.el (char-displayable-p): Return nil for
2139         unibyte mode.
2141         * subr.el (subregexp-context-p): New function.
2143         * isearch.el (isearch-quote-char): Use it.
2145         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
2146         (regexp-opt-not-groupie*-re): Remove.
2147         (regexp-opt): Properly handle inputs with duplicate entries.
2149 2004-12-06  Richard M. Stallman  <rms@gnu.org>
2151         * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
2153         * cus-edit.el (custom-file): Doc fix.
2155         * textmodes/org.el: New file.
2157 2004-12-06  Kenichi Handa  <handa@m17n.org>
2159         * ldefs-boot.el: Update international/mule-util.el section.
2161 2004-12-05  Sam Steingold  <sds@gnu.org>
2163         * net/tramp.el (tramp-handle-file-accessible-directory-p):
2164         Fix `tramp-time-diff' comparison logic.
2166 2004-12-05  Paul Pogonyshev  <pogonyshev@gmx.net>
2168         * progmodes/which-func.el (which-function):
2169         Use `run-hook-with-args-until-success' instead of a custom loop.
2170         Fixes bug with local hooks.
2172 2004-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2174         * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
2175         Use delete-dups when calculating the initial value.
2176         (bibtex-autokey-get-title): Use <=.
2177         (bibtex-goto-line): New function.
2178         (bibtex-reposition-window): Use line numbers instead of point
2179         positions.  Use window-body-height.
2180         (bibtex-find-crossref): Use bibtex-reposition-window.
2181         (bibtex-find-entry): Use bibtex-reposition-window.  Always return
2182         position of entry if key is found or nil if not found.
2184 2004-12-05  Richard M. Stallman  <rms@gnu.org>
2186         * cus-edit.el (custom-file): Doc fix.
2188         * progmodes/sh-script.el (sh-indent-for-then): Change default.
2190 2004-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2192         * simple.el (blink-matching-open):
2193         * textmodes/tex-mode.el (tex-validate-region):
2194         Obey syntax-table text properties.
2196 2004-12-02  Per Abrahamsen  <abraham@dina.kvl.dk>
2198         * wid-edit.el (widget-specify-field): Add `real-field' property to
2199         boundary.
2200         (widget-field-at): Use it.
2202 2004-12-02  Richard M. Stallman  <rms@gnu.org>
2204         * progmodes/cc-mode.el (awk-mode autoload):
2205         Supply t meaning interactive function.
2207         * isearch.el (search-whitespace-regexp): Remove the group.  Doc fix.
2208         (isearch-mode-map): No special definition for space.
2209         (isearch-whitespace-chars): Command deleted.
2210         (isearch-forward-regexp): Doc fix.
2211         (isearch-quote-char): When a space is not inside brackets,
2212         use `[ ]' instead of just space.
2213         (isearch-lazy-highlight-search): Bind search-spaces-regexp.
2215         * imenu.el (imenu--generic-function): Delete code to exclude
2216         matches in comments.
2218         * man.el (Man-reverse-face): Change default to `highlight'.
2220         * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
2221         (occur-engine): Use `face' prop rather than `font-lock-face'
2222         when specifying use of `match-face'.
2223         (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
2225         * emacs-lisp/elint.el (elint-standard-variables): Update list.
2227         * add-log.el (add-log-current-defun): Handle the case where point
2228         is in the header part of a DEFUN construct.
2230 2004-12-02  Dave Love  <fx@gnu.org>
2232         * progmodes/python.el (python-font-lock-syntactic-keywords):
2233         Fix previous change.
2235 2004-12-02  Richard G Bielawski  <Richard.G.Bielawski@wellsfargo.com>  (tiny change)
2237         * paren.el (show-paren-function): Check for matching chars
2238         specified by text props.
2240 2004-12-02  Jay Belanger  <belanger@truman.edu>
2242         * calc/calc.el (calc-read-key-sequence): Leave the old message visible
2243         when reading a new key sequence.
2245 2004-12-02  Kim F. Storm  <storm@cua.dk>
2247         * faces.el (escape-glyph): Rename from glyph.
2248         (standard-display-table): Set it here.  Add escape-glyph face to
2249         extra slot characters.
2251         * disp-table.el: Undo 2004-12-01 change.  Display table is now
2252         setup in faces.el.
2254 2004-12-02  Mark A. Hershberger  <mah@everybody.org>
2256         * xml.el (xml-parse-dtd): Don't show validity messages when
2257         xml-validating-parser is nil.
2258         (xml-substitute-special): Fix validity error messages to
2259         actually show the unexpandable entity.  Added validity error if &
2260         isn't followed by an entity.
2261         (xml-parse-tag): Concatenate any string following the a
2262         <![CDATA[]]> section to the parsed CDATA.
2263         (xml-parse-dtd): Skip parameter entity declarations and use of
2264         parameter entities.
2266 2004-12-01  Luc Teirlinck  <teirllm@auburn.edu>
2268         * kmacro.el (kmacro-default-counter-format): New var.
2269         (kmacro-set-format): Use it.  Delete `(printf format)' from prompt.
2270         (kmacro-display): Remove `nil' from `and' form.  Delete call to
2271         `format' inside `message'.
2272         (kmacro-start-macro): Use `kmacro-default-counter-format'.
2274 2004-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2276         * pcvs.el (cvs-header-msg): New function.
2277         (cvs-update-header): Use it.  Change calling convention.
2278         Correctly handle the case of having simultaneous active processes.
2279         (cvs-sentinel): Don't call cvs-update-header any more.
2280         (cvs-mode-run): Update call and add cvs-update-header to postproc.
2282 2004-12-01  Jay Belanger  <belanger@truman.edu>
2284         * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
2285         Change message.
2287 2004-12-01  Juri Linkov  <juri@jurta.org>
2289         * progmodes/prolog.el (prolog-mode-variables):
2290         Fix imenu-generic-expression.
2292 2004-12-01  Daniel Pfeiffer  <occitan@esperanto.org>
2294         * faces.el (glyph): New face.
2296         * disp-table.el: Add an autoloaded table, that doesn't require
2297         this library, with glyph face.
2299         * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
2300         (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
2301         (conf-quote-normal): Allow normalizing only ' or ".
2302         (conf-mode): Regexp-quote constructed comment-start and don't
2303         match section {} where "name" contains braces.
2305         * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
2306         files.
2308 2004-12-01  Kenichi Handa  <handa@m17n.org>
2310         * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
2311         (x-select-text): Don't treat eight-bit-control/graphic chars
2312         specially.  Store the encoded text in the X cut buffer.
2313         (x-cut-buffer-or-selection-value): Compare the X cut buffer text
2314         with x-last-selected-text-cut-encoded.
2316 2004-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2318         * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
2320 2004-11-30  Markus Rost  <rost@ias.edu>
2322         * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
2323         AUCTeX.
2325 2004-11-30  Jay Belanger  <belanger@truman.edu>
2327         * calc/calc-arith.el (math-possible-signs): Made stronger checks
2328         on signs of intervals.
2329         (math-pow-of-zero): Strengthen checks for positive and negative
2330         exponents.
2332         * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
2333         * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
2334         * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
2335         * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
2336         * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
2337         * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
2338         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
2339         * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
2340         * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
2341         * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
2342         * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
2343         * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
2344         * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
2345         with provide statements.
2347         * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
2349         * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
2351         * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
2352         (calc-load-everything, math-defsimplify): Replace dummy autoloading
2353         functions by require statements.
2354         (math-defsimplify): Move to calc-alg.el, add to autoloads.
2356         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
2357         (calc-gnuplot-print): Give them values.
2359         * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
2360         autoloads.
2361         Add calc-do-embedded-activate to autoloads.
2362         (calc-gnuplot-name, calc-gnuplot-plot-command)
2363         (calc-gnuplot-print-command): Move them to calc-graph.el.
2365 2004-11-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2367         * term/mac-win.el (ccl-encode-mac-roman-font)
2368         (ccl-encode-mac-cyrillic-font)
2369         (ccl-encode-mac-centraleuropean-font, encoder-list)
2370         (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
2371         Support Cyrillic, CentralEuropean, and Dingbat font display
2373 2004-11-30  Andre Spiegel  <spiegel@gnu.org>
2375         * vc-hooks.el (vc-recompute-state): Move here from vc.el.
2377         * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
2378         still nil.
2380 2004-11-29  Luc Teirlinck  <teirllm@auburn.edu>
2382         * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
2383         (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
2385 2004-11-29  Jay Belanger  <belanger@truman.edu>
2387         * calc/calc-arith.el (math-pow-of-zero): Take into account different
2388         cases of the base and exponent.
2390 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
2392         * simple.el (next-error-buffer-p): Allow for inclusive and
2393         exclusive tests for finding a buffer.
2394         (next-error-find-buffer): Pass the exclusive and inclusive tests
2395         to next-error-buffer-p.
2397         * replace.el (occur-next-error): Switch to the Occur buffer when
2398         appropriate, use the exclusive filter to next-error-find-buffer to
2399         do it.  Use the absolute value of the motion amount.
2401 2004-11-29  Kenichi Handa  <handa@m17n.org>
2403         * startup.el (command-line): Decode all default-directory by
2404         locale-coding-system.
2406 2004-11-29  Jay Belanger  <belanger@truman.edu>
2408         * calc/calc-aent.el: Remove unnecessary eval-when-compile.
2409         (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
2410         (math-read-expr-level, calc-check-user-syntax, math-read-factor):
2411         Replace calls to calc-extensions by appropriate require, replace
2412         calc-extensions-loaded by appropriate featurep.
2414         * calc/calc-ext.el: Move require to end of file.
2415         Remove redundant loading of calc.el.
2416         (calc-extensions-loaded): Remove unnecessary variable.
2417         (calc-extensions): Remove unnecessary function.
2418         (calc-load-everything): Replace calc-need-macros by appropriate require.
2420         * calc/calc-macs.el: Move provide to end of file.
2421         (calc-need-macros): Remove unnecessary function.
2423         * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
2424         (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
2425         (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
2426         Replace calc-extensions by appropriate require.
2427         (calc-power): Replace calc-extensions-loaded by appropriate featurep.
2429         * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
2430         Replace calc-need-macros by appropriate require.
2432         * calc/calc.el: Move require to end of file.
2433         (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
2434         Remove unnecessary variable.
2435         (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
2436         (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
2437         (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
2438         (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
2439         (math-stack-value-offset, math-format-value, math-format-flat-expr)
2440         (math-format-number, math-format-bignum, math-read-number)
2441         (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
2442         (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
2443         by appropriate require.
2444         (calc-check-defines): Replace calc-need-macros by appropriate require.
2446 2004-11-29  Kim F. Storm  <storm@cua.dk>
2448         * macros.el (insert-kbd-macro): Handle kmacro functions.
2450 2004-11-28  Juri Linkov  <juri@jurta.org>
2452         * compare-w.el (compare-windows-highlight): Attach each overlay
2453         to its window to properly highlight differences while comparing
2454         two windows of the same buffer.  Fix arguments.
2455         (compare-windows-sync-default-function): Fix arguments of
2456         `compare-windows-highlight'.
2458         * emacs-lisp/edebug.el (edebug-set-global-break-condition):
2459         Use `read-expression-history'.  Set initial contents only if
2460         `edebug-global-break-condition' is non-nil.  Set histpos to 1
2461         if initial contents is equal to the last history element.
2462         (edebug-set-conditional-breakpoint): Instead of temporarily
2463         prepending the current condition to the history, set initial
2464         contents to the current condition.  Set histpos to 1 if initial
2465         contents is equal to the last history element.
2467         * info.el (Info-search-whitespace-regexp): Remove shy group.
2468         (Info-search): Forward line if search is on the header line.
2469         Use search-whitespace-regexp in two other places.
2471 2004-11-27  Luc Teirlinck  <teirllm@auburn.edu>
2473         * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
2474         warning.  Delay real definition, which uses
2475         `set-fringe-indicators-1' till after the definition of that function.
2477 2004-11-28  Kim F. Storm  <storm@cua.dk>
2479         * fringe.el (fringe): New defgroup.
2480         (fringe-mode): Move to fringe group.
2481         (fringe-indicators): New defcustom.
2482         (set-fringe-indicators-1): New defun.
2484         * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
2485         (menu-bar-showhide-fringe-ind-menu): New keymap.
2486         (menu-bar-showhide-fringe-ind-empty)
2487         (menu-bar-showhide-fringe-ind-mixed)
2488         (menu-bar-showhide-fringe-ind-box)
2489         (menu-bar-showhide-fringe-ind-right)
2490         (menu-bar-showhide-fringe-ind-left)
2491         (menu-bar-showhide-fringe-ind-none): New defuns.
2492         (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
2494 2004-11-27  Richard M. Stallman  <rms@gnu.org>
2496         * comint.el (comint-read-noecho): Add trivial compatibility definition.
2498         * generic.el (define-generic-mode): Doc fix.
2500         * menu-bar.el (menu-bar-options-save): For the options
2501         that are toggled with menu-bar-make-mm-toggle, don't check
2502         for customized-value prop.
2504 2004-11-27  Eli Zaretskii  <eliz@gnu.org>
2506         * mail/supercite.el (sc-cite-region): Handle the case where
2507         sc-cite-frame-alist is a symbol.
2508         (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
2509         a symbol.
2510         (sc-recite-region): Handle the case where sc-recite-frame-alist is
2511         a symbol.
2513 2004-11-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
2515         * wid-edit.el (widget-narrow-to-field): New function.
2516         (widget-complete): Use it.
2518 2004-11-27  Jay Belanger  <belanger@truman.edu>
2520         * calc/calc-aent.el (calc-eval-error): Declare and initialize the
2521         variable.
2522         (calc-eval-error): Don't check if the variable calc-eval-error is bound.
2523         (calc-buffer, calc-digit-value, math-expr-data): Declare them.
2524         (math-alg-inequalities): Move declaration to earlier in the file.
2526         * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
2527         (calc-gnuplot-input, math-normalize-a, math-integral-cache):
2528         Declare them.
2530         * calc/calc-lang.el (math-expr-data, math-expr-token)
2531         (math-exp-old-pos): Declare them.
2533         * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
2534         (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
2536 2004-11-27  Kim F. Storm  <storm@cua.dk>
2538         * progmodes/flymake.el: Use (featurep 'xemacs).
2539         (flymake-makehash): Change to defsubst.  Use fboundp.
2540         (flymake-time-to-float): Remove.
2541         (flymake-float-time): Merge code from flymake-time-to-float here.
2542         (flymake-replace-regexp-in-string): Change to defsubst.
2543         (flymake-split-string-remove-empty-edges):
2544         Rename to flymake-split-string.
2545         (flymake-split-string): Remove previous defalias.
2546         (flymake-get-temp-dir): Change to defsubst.
2547         (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
2548         Define for xemacs only.
2549         (flymake-master-file-count-limit): Change into compiler defvar only.
2550         (flymake-find-possible-master-files): Let-bind it dynamically while
2551         sorting files using flymake-master-file-compare.
2553 2004-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2555         * font-lock.el (font-lock-compile-keywords): Don't complain if the end
2556         of defun-prompt-regexp matches inside a comment/string but the
2557         beginning is correctly outside everything.
2559         * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
2560         appears within a string or a comment.
2562         * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
2563         rather than make-symbol for symbols which are used in
2564         a symbol-macrolet or equivalent.
2566 2004-11-26  Jay Belanger  <belanger@truman.edu>
2568         * calc-misc.el (calc-last-why-command): Declare it.
2570         * calc-vec.el (math-grade-vec): New variable.
2571         (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
2572         Replace variable grade-vec by declared variable.
2573         (math-rb-close): New variable.
2574         (math-read-brackets, math-read-vector): Replace variable close by
2575         declared variable.
2577         * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
2578         (calc-one-window, calc-edit-handler, calc-restore-trail)
2579         (calc-allow-ret): Declare them.
2581         * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
2582         (math-lud-cache, math-log2-cache, math-radix-digits-cache)
2583         (math-radix-float-cache-tag, math-random-cache)
2584         (math-max-digits-cache, math-integral-cache, math-units-table)
2585         (math-format-date-cache, math-holidays-cache-tag): Declare them.
2586         (math-moc-func): New variable.
2587         (math-map-over-constants, math-map-over-constants-rec):
2588         Replace variable func by declared variable.
2590         * calc/calc-store.el (calc-given-value, calc-store-opers):
2591         Declare them.
2592         (calc-var-name-map): Move declaration to earlier in the file.
2593         (calc-pv-pos): New variable.
2594         (calc-permanent-variable, calc-insert-permanent-variable):
2595         Replace variable pos by declared variable.
2597         * calc/calc-mtx.el (calc-det-lu): New variable.
2598         (math-det-raw, math-det-step): Replace variable lu by declared variable.
2600         * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
2601         (math-multi-subst, math-multi-subst-rec): Replace variables temp
2602         and arg by declared variables.
2603         (calcFunc-reducer): Fix incorrect variable.
2604         (math-inner-mul-func, math-inner-add-func): New variables.
2605         (calcFunc-inner, math-inner-mats): Replace variables mul-func
2606         and add-func by declared variables.
2608         * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
2609         (calc-digit-value): Declare them.
2611         * calc/calc-help.el (Info-history): Declare it.
2612         (calc-describe-key): Make calc-summary-indentation a local variable.
2613         (calc-help-long-names): Move declaration to earlier in file.
2615         * calc/calc-embed.el (calc-original-buffer): Declare it.
2616         (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
2617         (calc-embed-bot): New variables.
2618         (calc-do-embedded, calc-embedded-mark-formula)
2619         (calc-embedded-find-bounds, calc-embedded-duplicate)
2620         (calc-embedded-new-formula, calc-embedded-make-info):
2621         Replace vars outer-top, outer-bot, bot and top by declared variables.
2622         (calc-embed-prev-modes): New variable.
2623         (calc-embedded-set-modes, calc-embedded-update): Replace variable
2624         prev-modes with declared variable.
2625         (calc-embed-vars-used): New variable.
2626         (calc-embedded-make-info, calc-embedded-evaluate-expr)
2627         (calc-embedded-update, calc-embedded-find-vars): Replace variable
2628         vars-used by declared variable.
2630         * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
2631         (math-format-radix-float): Remove unnecessary setq.
2632         (math-radix-float-cache): Declare it.
2634         * calc/calcsel2.el (calc-keep-selection): Declare it.
2636         * calc/calc-maint.el: Remove file.
2638 2004-11-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2640         * textmodes/bibtex.el (bibtex-sort-entry-class)
2641         (bibtex-comment-start): Use defcustom.
2642         (bibtex-entry-field-alist): Use nil if initial content of the
2643         field is undefined.  Fix docstring.
2644         (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
2645         (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
2646         (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
2647         (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
2648         Fix docstring.
2649         (bibtex-autokey-title-terminators): Use only one regexp.
2650         (bibtex-string-maybe-empty-head): New variable.
2651         (bibtex-remove-delimiters-string): New function.
2652         (bibtex-text-in-field-bounds, bibtex-text-in-string):
2653         Use bibtex-remove-delimiters-string.
2654         (bibtex-progress-message, bibtex-field-left-delimiter)
2655         (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
2656         (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
2657         (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
2658         Simplify.
2659         (bibtex-format-entry): Use save-excursion for inherited booktitle.
2660         Use eq and bibtex-remove-delimiters-string.  For end markers use
2661         insertion type so that marker stays after inserted text.
2662         (bibtex-autokey-get-names): Return empty string if name is missing.
2663         (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
2664         calling bibtex-autokey-name-case-convert.
2665         (bibtex-autokey-demangle-title):
2666         Call bibtex-autokey-titleword-case-convert.  Remove call to
2667         bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
2668         (bibtex-global-key-alist, bibtex-read-string-key): New functions.
2669         (bibtex-read-key): New optional arg global.
2670         (bibtex-files-expand): New optional arg force.
2671         (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
2672         (bibtex-complete-crossref-cleanup): Rename from
2673         bibtex-complete-key-cleanup.  Simplify code.
2674         (bibtex-copy-summary-as-kill): Remove arg key.  Use looking-at.
2675         Operate on current entry.
2676         (bibtex-button): Add docstring.
2677         (bibtex-entry): Simplify.
2678         (bibtex-make-field): Replace optional arg called-by-yank with more
2679         specific args move and interactive.
2680         (bibtex-end-of-entry): Use forward-sexp.
2681         (bibtex-find-entry-globally): Remove.
2682         (bibtex-find-crossref): Allow for crossref key located in other buffer.
2683         Bound to C-c C-x.
2684         (bibtex-find-entry): New optional args global and display.
2685         (bibtex-find-text): Fix docstring.  Remove arg as-if-interactive.
2686         (bibtex-validate): Use arg force of bibtex-files-expand.
2687         (bibtex-clean-entry): Bugfix, clean string entries properly.
2688         Always keep point at beginning of entry.
2689         (bibtex-complete): Bugfix.  Handle string entries properly.
2690         Call cleanup functions only if needed.
2691         (bibtex-String): Use bibtex-read-string-key.
2692         (bibtex-url): Use bibtex-remove-delimiters-string.  Do not alter
2693         case of replacement text.
2695 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
2697         * tramp.el (tramp-handle-directory-files-and-attributes): New function.
2698         (tramp-perl-directory-files-and-attributes): New constant.
2699         (tramp-file-name-handler-alist): Delete file-directory-files, add
2700         directory-files-and-attributes.
2701         (tramp-perl-file-attributes): Surround uid and gid by double
2702         quotes. Change parameter id-format from nonnumeric.
2703         (tramp-convert-file-attributes): New function.
2704         (tramp-handle-file-attributes): Use it.
2705         (tramp-maybe-send-perl-script): New function.
2706         (tramp-handle-file-attributes-with-perl): Use it. Don't convert
2707         file mode. Change parameter id-format from nonnumeric.
2708         (tramp-handle-file-attributes-with-ls): Change parameter id-format
2709         from nonnumeric.
2710         (tramp-post-connection): Don't send tramp-perl-file-attributes
2711         script. Reset connection property "perl-scripts".
2712         (tramp-handle-insert-directory): Run real handler when ls-lisp is
2713         in use.
2715 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
2717         * desktop.el (desktop-read): Replace mapcar with mapc.
2718         (desktop-create-buffer): Replace mapcar with mapc.
2719         Remove redundant piece of code.
2721 2004-11-27  Nick Roberts  <nickrob@snap.net.nz>
2723         * progmodes/gud.el (gud-display-line): Use display-buffer
2724         for GDB-UI as for GUD.
2726         * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
2727         Delete variables.
2728         (gdb-ann3): Don't make GUD buffer dedicated.
2729         (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
2730         (gdb-display-source-buffer): Delete function.
2731         (gdb-view-source-function, gdb-view-assembler): Delete functions.
2732         (menu): Delete menu bindings for viewing source/assembler.
2733         (gdb-setup-windows, gdb-restore-windows):
2734         Don't dedicate GUD. No assembler now.
2735         (gdb-reset): No need to undedicate source buffers now.
2736         (gdb-source-info): No assembler now.
2738 2004-11-26  Nick Roberts  <nickrob@snap.net.nz>
2740         * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
2741         width to those for special frames.
2742         (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
2743         Use display-buffer.
2744         (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
2745         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
2746         (gdb-frame-assembler-buffer): Rework like
2747         gdb-frame-breakpoints-buffer.
2749 2004-11-25  Richard M. Stallman  <rms@gnu.org>
2751         * progmodes/flymake.el: Reindent.
2752         (flymake-split-string): Turn into defalias.
2753         (flymake-fix-file-name): Rename from flymake-fix-path-name.
2754         (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
2755         (flymake-get-common-file-prefix): Rename from ...path...  Doc fix.
2756         (flymake-build-relative-filename): Rename from ...path.
2757         Fix error message.
2759 2004-11-25  Cheng Gao  <chenggao@gmail.com>
2761         * progmodes/flymake.el: Much whitespace and capitalization change.
2762         Move `provide' to end.  Require `compile' only when compiling.
2764 2004-11-24  Jay Belanger  <belanger@truman.edu>
2766         * calc/calc-alg.el: Added comment.
2767         (math-polynomial-base): Replace variable mpb-top-expr by
2768         math-poly-base-top-expr.
2770         * calc/calc-poly.el (math-poly-base-top-expr): New variable.
2771         (math-polynomial-p1): Replace variable mpb-top-expr by declared
2772         variable.
2773         (math-poly-base-total-base): New variable.
2774         (math-total-polynomial-base, math-polynomial-p1): Replace variable
2775         mpb-total-base by declared variable.
2776         (math-factored-vars, math-to-list): Declare it.
2777         (math-fact-expr): New variable.
2778         (calcFunc-factors, calcFunc-factor, math-factor-expr)
2779         (math-factor-expr-try, math-factor-expr-part): Replace variable
2780         expr by declared variable.
2781         (math-fet-x): New variable.
2782         (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
2783         by declared variable.
2784         (math-factor-poly-coefs): Make temp a local variable.
2786         * calc/calc-units.el (calc-convert-units): Make units a local
2787         variable.
2788         (calc-num-units, calc-den-units): New variables.
2789         (calc-explain-units, calc-explain-units-rec): Replace variables
2790         num-units and den-units by declared variables.
2791         (math-cu-unit-list): New variable.
2792         (math-build-units-table, math-compare-unit-names)
2793         (math-convert-units, math-convert-units-rec): Replace variable
2794         unit-list by declared variable.
2795         (math-fbu-base, math-fbu-entry): New variables.
2796         (math-find-base-units, math-find-base-units-rec): Replace variables
2797         base and entry by declared variables.
2798         (math-which-standard): New variable.
2799         (math-to-standard-units, math-to-standard-rec): Replace variable
2800         which-standard by declared variable.
2801         (math-fcu-u): New variable.
2802         (math-find-compatible-unit, math-find-compatible-unit-rec):
2803         Replace variable u by declared variable.
2804         (math-cu-new-units, math-cu-pure): New variables.
2805         (math-convert-units, math-convert-units-rec): Replace variables
2806         new-units and pure by declared variables.
2807         (math-try-cancel-units): New variable.
2808         (math-simplify-units-quotient): Replace variable try-cancel-units by
2809         declared variable.
2811 2004-11-24  Richard M. Stallman  <rms@gnu.org>
2813         * textmodes/ispell.el (ispell-check-version):
2814         If default-directory is nonexistent, use home dir.
2816         * progmodes/grep.el (grep-regexp-alist):
2817         Don't match parens around line numbers.
2819         * progmodes/cperl-mode.el (cperl-indent-region)
2820         (cperl-imenu--create-perl-index, cperl-xsub-scan):
2821         Don't print progress messages.
2823         * progmodes/compile.el (compilation-mode-map):
2824         Don't inherit from compilation-minor-mode-map;
2825         copy its bindings instead.  But the menu bar Compile
2826         entry now does inherit from compilation-menu-map.
2828         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2829         Use with-no-warnings around compiler-macroexpand.
2831         * imenu.el: Don't always require newcomment.
2832         (imenu--generic-function): Call comment-normalize-vars
2833         if we have a comment syntax.
2834         Exit the loop if REGEXP matches the null string.
2835         Test comment-start as well as comment-start-skip
2836         when deciding whether to check for comments.
2838         * tooltip.el (tooltip-mode): Doc fix.
2840         * term.el (term-escape-char, term-mode): Doc fixes.
2842 2004-11-24  Dave Love  <fx@gnu.org>
2844         * progmodes/python.el (python-font-lock-syntactic-keywords):
2845         Check for escapes in the regexp.
2846         (python-quote-syntax): Don't do it here.
2848 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
2850         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
2851         (gdb-frames-mode-map, gdb-threads-mode-map)
2852         (gdb-registers-mode-map, gdb-locals-mode-map)
2853         (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
2854         (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
2856         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
2857         (dedicated-switch-to-buffer): Rework.
2858         (gdb-var-evaluate-expression-handler, gdb-put-string):
2859         Remove unused variable bindings.
2860         (gdb-setup-windows, gdb-display-buffer):
2861         Simplify. Use pop-to-buffer.
2862         (gdb-view-source-function): Simplify.
2863         (gdb-frame-breakpoints-buffer):
2864         Use pop-to-buffer, special-display-regexps.
2866 2004-11-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
2868         * progmodes/f90.el (f90-smart-end)
2869         (f90-previous-statement, f90-beginning-of-block): Doc fix.
2870         (f90-calculate-indent): Handle un-named PROGRAM blocks.
2871         (f90-end-of-block): Doc fix.  Make check of outermost block
2872         conditional on value of `f90-smart-end'.
2873         (f90-block-match): Hack to deal with un-named PROGRAM blocks.
2874         Handle case where END-BLOCK is nil.
2875         (f90-match-end): Handle un-named PROGRAM blocks.
2876         (f90-backslash-not-special): New function.
2878 2004-11-24  Jay Belanger  <belanger@truman.edu>
2880         * calc/calc.el (calc-embedded-active): Removed unnecessary
2881         declaration.
2882         (calc-show-banner): Removed redundant declaration.
2884         * calc/calc-graph.el (calc-gnuplot-default-device)
2885         (calc-gnuplot-default-output, calc-gnuplot-print-device)
2886         (calc-gnuplot-print-output, calc-gnuplot-geometry)
2887         (calc-graph-default-resolution, calc-graph-default-resolution-3d):
2888         Remove redundant initial values.
2890         * calc/calc-arith.el (math-scalar-functions)
2891         (math-nonscalar-functions, math-scalar-if-args-functions)
2892         (math-real-functions, math-positive-functions)
2893         (math-nonnegative-functions, math-real-scalar-functions)
2894         (math-real-if-arg-functions, math-integer-functions)
2895         (math-num-integer-functions, math-rounding-functions)
2896         (math-float-rounding-functions, math-integer-if-args-functions)
2897         (math-super-types): Move declarations to earlier in file.
2898         (math-unit-prefixes): Declared it.
2899         (math-floor-prec, math-trunc-prec): New variables.
2900         (math-trunc-fancy): Replace variable prec by declared variable.
2901         (math-floor-fancy): Replace variable prec by declared variable.
2902         (math-com-bterms): New variable.
2903         (math-commutative-equal, math-commutative-collect):
2904         Replace variable bterms by declared variable.
2906         * calc/calc-misc.el (math-trunc): Replace variable prec by
2907         math-trunc-prec.
2908         (math-floor): Replace variable prec by math-floor-prec.
2910         * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
2911         (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
2912         (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
2913         (math-format-date, math-format-date-part): Replace variables
2914         date, dt, year, month, day, weekday, hour, minute, second and
2915         bc-flag by declared variables.
2916         (math-pd-str): New variable.
2917         (math-parse-date, math-parse-date-word, math-parse-standard-date):
2918         Replace variable str by declared variable.
2919         (math-daylight-savings-hook, math-tzone-names): Move definitions
2920         to earlier in the file.
2921         (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
2922         (math-sh-year): New variable.
2923         (math-setup-add-holidays, math-setup-holidays)
2924         (math-setup-year-holidays): Replace variable `year' by declared
2925         variable.
2927         * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
2928         New variables.
2929         (math-nth-root-float, math-nth-root-float-iter): Replace variables
2930         n, nf and nfm1 by declared variables.
2931         (math-nri-n): New variable.
2932         (math-nth-root-integer, math-nth-root-int-iter): Replace variable
2933         n by declared variable.
2934         (calcFunc-log): Removed misplaced condition.
2936 2004-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2938         * generic.el (generic-mode-set-comments): Accept an empty comment-end.
2940 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
2942         * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
2943         (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
2944         Dedicate gdb-related windows.
2945         (gdb-display-buffer): Dedicate gdb-related windows. Don't grab
2946         other frames.
2947         (gdb-reset): Remove dedicated property after debugging.
2949 2004-11-24  Jay Belanger <belanger@truman.edu>
2951         * calc/calc-sel.el: Add comment.
2953         * calc/calc.el (math-stack-value-offset): Replace variables c,
2954         wid and off with math-svo-c, math-svo-wid and math-svo-off.
2956         * calc/calccomp.el (math-comp-sel-tag): Declare it.
2957         (math-svo-c, math-svo-wid, math-svo-off): New variables.
2958         (math-stack-value-offset-fancy): Replace variables c, wid and off
2959         by declared variables.
2960         (math-comp-just, math-comp-comma-spc): New variables.
2961         (math-compose-expr, math-compose-matrix): Replace variables `just'
2962         and comma-spc by declared variable.
2963         (math-comp-vector-prec): New variable.
2964         (math-compose-expr, math-compose-matrix, math-compose-rows):
2965         Replace variable vector-prec by declared variable.
2966         (math-comp-left-bracket, math-comp-right-bracket)
2967         (math-comp-comma): New variables.
2968         (math-compose-expr, math-compose-rows): Replace variables
2969         left-bracket, right-bracket and comma by declared variables.
2970         (math-comp-full-width): New variable.
2971         (math-comp-to-string-flat, math-comp-to-string-flat-term):
2972         Replace variable full-width by declared variable.
2973         (math-comp-highlight, math-comp-word, math-comp-level)
2974         (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
2975         (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
2976         New variables.
2977         (math-comp-to-string-flat, math-comp-to-string-flat-term)
2978         (math-comp-sel-flat-term): Replace variables comp-highlight,
2979         comp-word, comp-level, comp-margin, comp-pos and comp-buf by
2980         declared variables.
2981         (math-comp-simplify, math-comp-simplify-term)
2982         (math-comp-add-string, math-comp-add-string-sel):
2983         Replace variables comp-highlight, comp-buf, comp-base,
2984         comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
2986 2004-11-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2988         * cus-start.el (all): Add x-use-old-gtk-file-dialog.
2990         * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
2991         and x-server-version may throw.
2993 2004-11-23  Kim F. Storm  <storm@cua.dk>
2995         * subr.el (substitute-key-definition-key): Optimize.
2996         Don't call indirect-function for nil defn (always signals error).
2998         * ido.el (ido-read-internal): Fix require-match check when
2999         ido-directory-too-big is set.
3001 2004-11-23  Jay Belanger  <belanger@truman.edu>
3003         * calc/calc-ext.el (math-read-replacement-list)
3004         (math-read-superscripts): New variables.
3005         (math-read-preprocess-string): New function.
3006         (math-read-expr): Filter input through math-read-preprocess-string.
3008         * calc/calc-aent.el (math-read-exprs): Filter input through
3009         math-read-preprocess-string.
3011 2004-11-23  Daniel Pfeiffer  <occitan@esperanto.org>
3013         * progmodes/compile.el (compilation-start): In cd command use
3014         substitute-env-vars -- not quite shell compatible but better than
3015         nothing.
3016         (compilation-error-regexp-alist-alist): Simplify ftnchek to only
3017         handle the newer versions messages, which are more parseable.
3019 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3021         * reveal.el (reveal-mode-map): New var.
3022         (reveal-mode): Use it.
3024 2004-11-23  Nick Roberts  <nickrob@snap.net.nz>
3026         * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
3027         (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
3029 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3031         * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
3032         header-line when needed.
3033         Use fixed-pitch only in the header-line.
3034         Build the underline automatically.  Use emdash if available.
3036 2004-11-22  Richard M. Stallman  <rms@gnu.org>
3038         * dired.el (dired-recursive-copies): Move from dired-aux.el.
3039         * dired-aux.el (dired-recursive-copies): Move to dired.el.
3041 2004-11-22  Nick Roberts  <nickrob@snap.net.nz>
3043         * progmodes/gdb-ui.el (gdb-resync): New function.
3044         (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
3045         (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
3046         Use it to fail more gracefully.
3047         (gdb-variables): Delete variable.
3048         Re-order variables to reduce byte-compiler warnings.
3050 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3052         * descr-text.el (describe-char):
3053         * paren.el (show-paren-function):
3054         * subr.el (syntax-after): Undo last change.
3056         * progmodes/python.el (run-python): Don't hard code *Python*.
3057         Don't modify global process-environment.
3058         (python-send-region, python-load-file): Don't assume that
3059         python-buffer == (process-buffer (python-proc)).
3060         (python-switch-to-python): Simplify.
3062         * dired.el (dired-align-file): Don't assume line starts with spaces.
3064 2004-11-21  Jay Belanger  <belanger@truman.edu>
3066         * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
3067         Replace variable `lines' by math-read-big-lines.
3068         (math-read-big-expr): Replace variables the-baseline, the-h2
3069         and err-msg by math-read-big-baseline, math-read-big-h2 and
3070         math-read-err-msg.
3071         (math-read-big-bigp): Replace variable h2 with math-rb-h2.
3073         * calc/calc-lang.el (math-read-big-rec): Fix typo.
3074         (math-read-big-balance): Replace unbound variable by value.
3075         (math-read-big-lines): New variable.
3076         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
3077         (math-read-big-error, math-read-big-balance): Replace variable
3078         `lines' by declared variable.
3079         (math-read-big-baseline, math-read-big-h2): New variables.
3080         (math-read-big-rec): Replace variables the-baseline and the-h2
3081         by declared variables.
3082         (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
3083         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
3084         (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
3085         declared variables.
3086         (math-read-big-err-msg): New variable.
3087         (math-read-big-error): Replace variable err-msg by declared variable.
3089 2004-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3091         * ses.el: Add coding cookie.
3092         Fix up docstrings, follow new commenting conventions.
3093         (ses-header-line-menu): Fix missing variable rename for header-row.
3094         (ses-cell-size): Remove.
3095         (ses-make-cell): New function.
3096         (ses-cell, ses-insert-row, ses-insert-column): Use it.
3097         (ses-calculate-cell): Remove unused var `symbol'.
3098         (ses-narrowed-p): New function.
3099         (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
3100         (ses-initial-file-trailer): Change ;;; to ;; for local vars.
3101         (ses-load, ses-reconstruct-all): Adjust string search accordingly.
3102         (ses-setup): Use restore-buffer-modified-p.
3103         (ses-cleanup): Remove unused var `end'.
3104         (ses-header-string-left-offset): Remove.
3105         (ses-create-header-string): Adjust to new behavior of `align-to'.
3106         Truncate excessively large fields to preserve alignment.
3107         (ses-reconstruct-all): Remove unused var `refs'.
3108         (ses-read-cell-printer): Remove unused var `prompt'.
3109         (ses-delete-row): Remove unused var `pos'.
3110         (ses-delete-column): Remove unused var `new'.
3112 2004-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3114         * ps-print.el: Insert :version tag into all defgroup and defcustom.
3115         Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
3116         Eliminate eval-and-compile usage.
3117         (ps-insert-file): Use insert-file-contents instead of insert-file.
3118         (ps-setup): Code fix.
3120         * printing.el (pr-setup, lpr-setup): Code fix.
3122 2004-11-21  Jay Belanger  <belanger@truman.edu>
3124         * calc/calc-prog.el (math-integral-cache-state, calc-lang)
3125         (calc-original-buffer): Declare them.
3126         (calc-user-formula-alist): New variable.
3127         (calc-user-define-formula, calc-fix-user-formula)
3128         (calc-user-define-composition, calc-finish-formula-edit):
3129         Replace variable `alist' by declared variable.
3130         (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
3131         (var-q7, var-q7, var-q8, var-q9): Declare them.
3132         (calc-kbd-push): Don't check to see if var-q0 through var-q9
3133         are bound.
3134         (calcFunc-typeof): Replace undeclared variable by expression.
3135         (math-exp-env): New variable.
3136         (math-define-body, math-define-exp): Replace exp-env by declared var.
3137         (math-define-exp): Replace misplaced variable by expression.
3139         * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
3140         (calc-curve-model, calc-curve-coefnames): New variables.
3141         (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
3142         varnames, model and coefnames by declared variables.
3143         (math-root-widen): New variable.
3144         (math-search-root, math-find-root): Replace variable root-widen by
3145         declared variable.
3146         (var-DUMMY): Declare it.
3147         (math-root-vars, math-min-vars): Move the declarations to earlier in
3148         the file.
3149         (math-brent-min): Make d a local variable.
3150         (math-find-minimum): Replace non-existent variable.
3151         (math-ninteg-romberg): Remove unnecessary variable.
3152         (math-ninteg-temp): New variable.
3153         (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
3154         integ-temp by declared variable.
3155         (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
3156         New variables.
3157         (math-general-fit): Replace variables first-var, first-coef and
3158         new-coefs by declared variables.
3159         (calcFunc-fitvar): Replace variable first-var by declared variable.
3160         (calcFunc-fitparam): Replace variable first-coef by declared variable.
3161         (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
3162         (math-all-vars-vars, math-all-vars-found): New variables.
3163         (math-all-vars-in, math-all-vars-rec): Replace variables vars and
3164         found by declared variable math-all-vars-vars.
3166 2004-11-20  Luc Teirlinck  <teirllm@auburn.edu>
3168         * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
3169         of `defconst'.
3171 2004-11-20  Richard M. Stallman  <rms@gnu.org>
3173         * isearch.el (isearch-mode-map): Don't bind SPC.
3174         (isearch-whitespace-chars): Function deleted.
3175         (isearch-search): Bind search-spaces-regexp.
3176         (isearch-lazy-highlight-search): Likewise.
3177         (search-whitespace-regexp): Doc fix.
3178         (isearch-forward-regexp): Doc fix.
3180         * emacs-lisp/bytecomp.el (byte-compile-form):
3181         Move the calls to byte-compile-set-symbol-position,
3182         to avoid having two for the same symbol occurrence.
3184         * comint.el (comint-input-ring-size): Increase to 150.
3186         * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
3187         New variables.
3188         (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
3189         (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
3191         * imenu.el (imenu--generic-function):
3192         Ensure we keep moving backward even if BEG isn't further back.
3194         * replace.el (query-replace-read-to, query-replace-read-from):
3195         Specify t for KEEP-ALL in read-from-minibuffer.
3197         * progmodes/python.el (python-switch-to-python):
3198         If Python isn't running, start it.
3199         Don't alter debug-ignored-errors.
3201         * progmodes/cperl-mode.el (cperl-indent-region):
3202         Don't mind imenu-scanning-message.
3204         * bindings.el (global-map): Bind C-e to move-end-of-line.
3206         * simple.el (line-move-finish): New arg FORWARD.
3207         Ignore invisible newlines, not intangible ones.
3208         Conditions for acceptable stopping positions depend on FORWARD.
3209         (line-move): Pass FORWARD arg to line-move-finish.
3211         * buff-menu.el (list-buffers-noselect): Eliminate space at the start
3212         of HEADER.  Compensate for this change in the code to add display
3213         properties.  Don't make the first line intangible.
3215         * info.el (Info-search): Fix previous change.
3217 2004-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
3219         * Makefile.in (recompile): Revert 2004-11-19 change.
3220         (compile): Likewise.
3222 2004-11-19  Luc Teirlinck  <teirllm@auburn.edu>
3224         * Makefile.in (compile): Set `max-specpdl-size' before compiling.
3226 2004-11-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3228         * progmodes/ebnf2ps.el: Fix typos.  Insert :version tag into all
3229         defgroup and defcustom.  Eliminate eval-and-compile usage.
3231         * progmodes/ebnf-otz.el: Fix typos.
3233 2004-11-19  Jay Belanger  <belanger@truman.edu>
3235         * calc/calc-yank.el (calc-edit-disp-trail): New variable.
3236         (calc-edit-finish, calc-finish-stack-edit): Replace variable
3237         disp-trail by declared variable.
3239         * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
3240         (calc-finish-selection-edit):  Replace variable disp-trail by
3241         declared variable.
3242         (calc-selection-cache-entry): Move declaration to earlier in the file.
3243         (calc-selection-cache-num, calc-selection-cache-comp)
3244         (calc-selection-cache-offset, calc-selection-true-num)
3245         (calc-final-point-line, calc-final-point-column)
3246         (calc-original-buffer): Declare them.
3247         (calc-fnp-op, calc-fnp-num): New variables.
3248         (calc-find-nth-part, calc-find-nth-part-rec)
3249         (calc-select-previous): Replace op and num by declared variables.
3250         (calc-rsf-old, calc-rsf-new): New variables.
3251         (calc-replace-sub-formula, calc-replace-sub-formula-rec):
3252         Replace variables old and new by declared variables.
3253         (calc-sel-reselect): New variable.
3254         (calc-auto-selection, calc-enter-selection, calc-edit-selection)
3255         (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
3256         (calc-sel-mult-both-sides, calc-sel-add-both-sides):  Replace variable
3257         reselect with declared variable.
3259         * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
3260         (math-bound-vars, math-conds, math-copy-neg, math-rhs)
3261         (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
3262         (math-import-list, math-rewrite-phase): Declare them.
3263         (math-rewrite):  Use let* to declare variables.
3264         (calc-rewrite-selection): Make rules a local variable.
3265         (calc-rewr-sel): New variable.
3266         (calc-rewrite-selection, calc-locate-selection-marker)
3267         (calc-rewrite): Use the declared variable calc-rewr-sel instead
3268         of sel.
3269         (math-rewrite-whole-expr): New variable.
3270         (math-rewrite, math-rewrite-phase): Replace variable expr by
3271         declared variable.
3272         (math-rewrite-heads-heads, math-rewrite-heads-skips)
3273         (math-rewrite-heads-blanks ): New variables.
3274         (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
3275         heads, skips and blanks by declared variables.
3276         (math-rwcomp-subst-old, math-rwcomp-subst-new)
3277         (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
3278         New variables.
3279         (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
3280         old, new, old-func and new-func by declared variables.
3281         (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
3282         Remove unnecessary variable.
3283         (math-apply-rw-regs): New variable.
3284         (math-apply-rewrites, math-rwapply-replace-regs)
3285         (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
3286         (math-apply-rw-ruleset): New variable.
3287         (math-apply-rewrites, math-rwapply-remember): Replace variable
3288         ruleset by declared variable.
3290 2004-11-19  Richard M. Stallman  <rms@gnu.org>
3292         * info.el (Info-search): Use search-whitespace-regexp.
3294 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
3296         * vc-rcs.el (vc-rcs-parse): New function.
3297         (vc-rcs-annotate-command): Likewise.
3298         (vc-rcs-annotate-current-time): Likewise.
3299         (vc-rcs-annotate-time): Likewise.
3300         (vc-rcs-annotate-extract-revision-at-line): Likewise.
3302 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
3304         * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
3306 2004-11-18  Jay Belanger  <belanger@truman.edu>
3308         * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
3310 2004-11-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3312         * printing.el: Eliminate use of interactive-p and eval-and-compile.
3313         Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
3314         Use make-temp-file to generate PostScript files in any situation.
3315         (pr-ps-temp-file): Now specify a prefix to generate temporary files.
3316         (pr-interactive-p): Eliminate var.
3317         (pr-save-interactive): Eliminate macro.
3318         (pr-interface, pr-ps-directory-preview)
3319         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
3320         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
3321         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
3322         (pr-ps-buffer-ps-print, pr-ps-region-preview)
3323         (pr-ps-region-using-ghostscript, pr-ps-region-print)
3324         (pr-ps-region-ps-print, pr-ps-mode-preview)
3325         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
3326         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
3327         (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
3328         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
3329         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
3330         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
3331         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
3332         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
3333         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
3334         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
3335         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
3336         (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
3337         Eliminate pr-save-interactive usage.
3338         (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
3339         Eliminate pr-interactive-p usage.
3340         (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
3341         (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
3342         (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
3343         (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
3344         (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
3345         (pr-toggle-header-menu, pr-toggle-header-frame-menu)
3346         (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
3347         New funs.
3348         (pr-ps-file): Use make-temp-file to generate a temporary file.
3350 2004-11-17  Jay Belanger  <belanger@truman.edu>
3352         * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
3353         a local variable.
3354         (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
3355         (math-top-only): New variable.
3356         (math-simplify, math-simplify-step): Replace variable top-only by
3357         declared variable math-top-only.
3358         (math-simplify-expr): Declare it.
3359         Replace argument expr in all calls of math-defsimplify by
3360         math-simplify-expr.
3361         (math-simplify-plus, math-simplify-times, math-simplify-divide)
3362         (math-simplify-divisor, math-simplify-one-divisor)
3363         (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
3364         (math-simplify-pow): Replace variable expr by declared variable
3365         math-simplify-expr.
3366         (math-simplify-divisor): Remove local variables temp and op.
3367         (math-simplify-one-divisor): Make temp and op local variables.
3368         (math-simplify-divisor-nover, math-simplify-divisor-dover):
3369         New variables.
3370         (math-simplify-divisor, math-simplify-one-divisor):
3371         Replace variables nover and dover by declared variables.
3372         (math-expr-subst-new, math-expr-subst-old): New variables.
3373         (math-expr-subst, math-expr-subst-rec): Replace variables new
3374         and old by declared variables.
3375         (math-is-poly-degree, math-is-poly-loose): New variables.
3376         (math-is-polynomial, math-is-poly-rec): Replace variables degree
3377         and loose by declared variables.
3378         (math-poly-base-const-ok, math-poly-base-pred): New variables.
3379         (math-polynomial-base, math-polynomial-base-rec):
3380         Replace variables const-ok and mpb-pred by declared variables.
3382         * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
3384         * calc/calc-ext.el (math-defsimplify): Change the argument in
3385         the created function to math-simplify-expr.
3387         * calc/calc-units.el (math-simplify-expr): Declare it.
3388         Replace argument expr in all calls of math-defsimplify by
3389         math-simplify-expr.
3390         (math-simplify-units-prod): Replace variable expr by declared
3391         variable math-simplify-expr.
3393 2004-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3395         * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
3396         Replace mapcar->dolist, format->string.
3398 2004-11-17  Miles Bader  <miles@gnu.org>
3400         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
3401         * progmodes/idlwave.el: Remove RCS keywords.
3403 2004-11-17  J.D. Smith  <jdsmith@as.arizona.edu>
3405         * progmodes/idlwave.el, progmodes/idlw-toolbar.el
3406         * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
3407         Update to IDLWAVE version 5.5.  Too many changes to list them here.
3408         * progmodes/idlw-help.el: New file.
3410 2004-11-16  Richard M. Stallman  <rms@gnu.org>
3412         * international/iso-cvt.el (iso-tex2iso-trans-tab):
3413         Discard spaces after \i according to TeX rules.
3415         * international/mule.el (set-buffer-file-coding-system):
3416         New arg NOMODIFY.
3417         (after-insert-file-set-coding): Pass that new arg.
3418         Prevent set-buffer-multibyte from trying to lock the file.
3420         * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
3422         * saveplace.el (save-place): Doc fix.
3424         * dabbrev.el (dabbrev-expand): When handling SPC M-/,
3425         temporarily widen before finding the following word to copy.
3427         * emacs-lisp/lucid.el (map-keymap): Definition deleted.
3428         (cl-map-keymap): Definition deleted.
3430         * subr.el (map-keymap-internal): New function.
3432 2004-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3434         * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
3435         when pressing rather than when releasing mouse-2.  Simplify.
3437 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3439         * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
3440         (compilation-mode): Set it here instead.
3442         * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
3444         * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
3445         (loop, cl-parse-loop-clause, defsetf): Use backquote.
3447 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3449         * progmodes/compile.el (compilation-internal-error-properties):
3450         Fix up a transposition-typo.  Check end-col before using it.
3452 2004-11-14  Frederic Han  <han@math.jussieu.fr>  (tiny change)
3454         * international/iso-cvt.el (iso-tex2iso-trans-tab):
3455         Discard whitespace after macro \i when converting it.
3457 2004-11-16  Juri Linkov  <juri@jurta.org>
3459         * emacs-lisp/find-func.el (find-function-regexp):
3460         Optimize `define-minor-mode'.  Add `defun-cvs-mode'.
3461         Add `deffoo'.  Add `f' to [^cgv] to exclude `defface'.
3462         Remove invalid `\W' from [^cgv\W].  Doc fix.
3463         (find-function-search-for-symbol): Replace "\\>" with "\\_>".
3465 2004-11-15  Luc Teirlinck  <teirllm@auburn.edu>
3467         * play/life.el: Maintainer is now FSF.
3468         (life-patterns, life-neighbor-deltas, life-window-start)
3469         (life-current-generation, life-generation-string): Use defvar
3470         instead of defconst.
3472 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3474         * progmodes/compile.el (compilation-move-to-column): New fun.
3475         (compilation-internal-error-properties)
3476         (compilation-next-error-function): Use it to make sure we don't go past
3477         the end of line.
3479 2004-11-15  John Paul Wallington  <jpw@gnu.org>
3481         * autoinsert.el (auto-insert-alist): Insert the user's name in
3482         copyright notice, rather than Free Software Foundation, for the
3483         Emacs Lisp header case too.
3485 2004-11-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3487         * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
3488         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
3489         (pr-switches-string): If SWITCHES is nil, return nil.  Otherwise,
3490         return the list of string in a string.
3491         (pr-call-process): Message if calling process returns an error, that
3492         is, the exit status is different of zero.
3494 2004-11-15  Jay Belanger  <belanger@truman.edu>
3496         * calc/calcalg2.el (math-integrate-by-parts):  Remove unused
3497         variable var-thing.
3498         (math-integ-depth, math-integ-level, math-integral-limit)
3499         (math-enable-subst, math-any-substs, math-integ-msg)
3500         (math-prev-parts-v, math-good-parts, math-max-integral-limit)
3501         (math-int-threshold, math-int-factors, math-double-roots)
3502         (math-solve-simplifying, var-IntegLimit, math-solve-sign)
3503         (var-GenCount):  Declare these variables.
3504         (calcFunc-integ):  Don't check if var-IntegLimit is bound.
3505         (math-integral-cache, math-integral-cache-state):
3506         Move declarations to earlier in the file.
3507         (math-deriv-var, math-deriv-total, math-deriv-symb)
3508         (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
3509         (math-so-far, math-integ-expr, math-expr-parts, calc-low)
3510         (calc-high, math-solve-var, math-solve-full, math-solve-vars)
3511         (math-try-solve-sign, math-solve-b, math-solve-system-vv)
3512         (math-solve-res):  New variables
3513         (math-derivative, calcFunc-deriv, calcFunc-tderiv)
3514         (math-integral, math-replace-integral-parts)
3515         (math-integrate-by-parts, calc-dump-integral-cache)
3516         (math-try-integral, math-do-integral, math-do-integral)
3517         (math-do-integral-methods, math-try-solve-for)
3518         (math-try-solve-prod, math-solve-poly-funny-powers)
3519         (math-solve-crunch-poly, math-decompose-poly)
3520         (math-solve-find-root-term, math-find-root-in-prod)
3521         (math-integ-try-linear-substitutions)
3522         (math-integ-try-substitutions, math-expr-rational-in)
3523         (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
3524         (math-solve-prod, math-solve-quartic, math-poly-all-roots)
3525         (math-solve-for, math-solve-system, math-solve-system-rec)
3526         (math-solve-get-sign, math-solve-get-int)
3527         (math-solve-system-subst): Replace undeclared variables with newly
3528         declared variables.
3530 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3532         * winner.el (winner-active-region, winner-edges, winner-window-list):
3533         Define at toplevel.
3534         (winner-mode-map): Move init inside declaration.
3536 2004-11-14  Luc Teirlinck  <teirllm@auburn.edu>
3538         * files.el (convert-standard-filename): Doc fix.
3540 2004-11-14  Daniel Pfeiffer  <occitan@esperanto.org>
3542         * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
3543         passwd, group, shadow, default/* and pam.d/*.
3545 2004-11-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3547         * printing.el (pr-menu-spec): Adjust menu specification.
3549 2004-11-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3551         * printing.el: Doc fix.  Insert :version tag into all defcustom.
3552         Handle interactive-p as is recommended in Emacs Lisp Reference.
3553         Set the file permission bits for newly created files.
3554         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
3555         The printing menu specification (in `pr-menu-spec') was merged.
3556         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3557         (pr-version): New version number (6.8.3).
3558         (pr-file-modes): New option.
3559         (pr-interactive-p): New var.
3560         (pr-save-interactive, pr-save-file-modes): New macros.
3561         (pr-setup): Code fix.
3562         (pr-menu-spec): Menu specification merged.
3563         (pr-call-process, pr-text2ps): Set file permission bits.
3564         (pr-despool-print): Set file permission bits.  Handle interactive-p as
3565         is recommended.
3566         (pr-interface, pr-ps-directory-preview)
3567         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
3568         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
3569         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
3570         (pr-ps-buffer-ps-print, pr-ps-region-preview)
3571         (pr-ps-region-using-ghostscript, pr-ps-region-print)
3572         (pr-ps-region-ps-print, pr-ps-mode-preview)
3573         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
3574         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
3575         (pr-despool-using-ghostscript, pr-despool-ps-print)
3576         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
3577         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
3578         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
3579         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
3580         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
3581         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
3582         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
3583         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
3584         (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
3585         (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
3586         Handle interactive-p as is recommended.
3588 2004-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3590         * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
3591         (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
3593         * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
3594         so it doesn't forget to highlight the beginning of the region either.
3596 2004-11-13  Daniel Pfeiffer  <occitan@esperanto.org>
3598         * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
3599         (c-font-lock-init): Eliminate obsolete make-local-hook.
3600         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
3601         (awk-mode): Use run-mode-hooks.
3603         * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
3605 2004-11-13  Kim F. Storm  <storm@cua.dk>
3607         * mouse.el (mouse-drag-copy-region): Add :version.
3608         (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
3609         while dragging mode line, so mode line can be dragged downwards.
3610         (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
3611         while pressing mouse button so window doesn't scroll until we
3612         release the mouse if clicking on partially visible line.
3614 2004-11-12  Jay Belanger  <belanger@truman.edu>
3616         * calc/calc-graph.el (calc-dumb-map):  Declare it.
3617         (calc-graph-show-dumb):  Check if calc-dumb-map is non-nil rather
3618         than unbound.
3619         (calc-graph-name):  Made `end' a local variable.
3620         (calc-graph-lookup):  Made `varname' a local variable.
3621         (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
3622         Declare them.
3623         (calc-graph-format-data):  Don't check if var-PlotRejects is bound.
3624         (calc-graph-plot, calc-graph-compute-3d):  Remove references to
3625         the unused variable y3vec.
3626         (calc-graph-show-dumb):  Remove reference to unused variable found-pt.
3627         (calc-graph-kill-hook, calc-graph-plot):  Remove reference to
3628         calc-graph-prev-kill-hook.
3629         (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
3630         (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
3631         (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
3632         (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
3633         (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
3634         (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
3635         (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
3636         (calc-graph-y3value, calc-graph-y3name)
3637         (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
3638         (calc-graph-stepcount, calc-graph-is-splot)
3639         (calc-graph-surprise-splot, calc-graph-blank)
3640         (calc-graph-non-blank, calc-graph-curve-num):  New variables.
3641         (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
3642         (calc-graph-recompute-2d, calc-graph-compute-3d)
3643         (calc-graph-format-data): Replace undeclared variables with the
3644         above newly declared variables.
3646 2004-11-12  Diane Murray  <dsm@muenster.de>  (tiny change)
3648         * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
3649         `rsf-beep' and `rsf-sleep-after-message'.
3651         * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
3652         list if `message-sender' is non-nil.
3654 2004-11-12  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
3656         * desktop.el (desktop-create-buffer, desktop-save): Avoid some
3657         consing by using mapc instead of mapcar.
3659 2004-11-12  Nick Roberts  <nickrob@snap.net.nz>
3661         * tooltip.el (require): Explain why CL is needed.
3663 2004-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3665         * printing.el: Insert :version into defgroup (printing).  All reference
3666         to Files option in menubar were changed to File.
3667         (pr-version): New version number (6.8.2).
3668         (pr-get-symbol): Call easy-menu-intern.
3669         (pr-region-active-p): Now is a fun (it was defsubst).  To avoid
3670         compilation gripes.
3672 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3674         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
3675         new byte-compile-function-environment binding to t.
3677         * font-lock.el (font-lock-fontify-syntactically-region):
3678         Don't forget to highlight the last char when we hit `end'.
3680         * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
3681         (mwheel-scroll): Adjust accordingly.
3683         * cvs-status.el: Reduce spurious warnings.
3684         (cvs-status-checkout): Remove.
3685         (cvs-status-mode-map): Use cvs-mode-checkout instead.
3687         * pcvs.el (cvs-mode-checkout): New command.
3689         * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
3691         * tooltip.el: Require CL.
3693         * emacs-lisp/bytecomp.el: Use push.
3694         (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
3695         (defalias): Remove the `byte-compile' property and add
3696         a `byte-hunk-handler'.
3698 2004-11-11  Juri Linkov  <juri@jurta.org>
3700         * info.el (Info-search): Save match data for isearch.
3701         Skip Tag Table node.
3703         * descr-text.el (describe-char): Replace syntax-after with code
3704         from its previous version.
3706         * files.el (magic-mode-alist): Use optimization for SGML mode too.
3707         (set-auto-mode): Doc fix.  Remove unused variable `xml'.
3709         * international/mule.el (sgml-html-meta-auto-coding-function):
3710         Remove > after <html to allow HTML attributes.
3712 2004-11-11  Jay Belanger  <belanger@truman.edu>
3714         * calc/calc-comb.el (math-prime-factors-finished):  Declare it as
3715         a variable.
3716         (calcFunc-dfac):  Replace unbound max by n.
3717         (math-stirling-local-cache):  New variable.
3718         (math-stirling-number, math-stirling-1, math-stirling-2):
3719         Replace the variable `cache' by the declared variable
3720         math-stirling-local-cache.
3721         (var-RandSeed):  Declare it as a variable.
3722         (math-init-random-base, math-random-digit):  Don't check to see if
3723         var-RandSeed is bound.
3724         (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
3725         Declare them instead of just setting them.
3726         (math-init-random-base):  Made i a local variable.
3727         (math-random-digit):  Made math-random-last a local variable.
3728         (math-prime-test-cache):  Move declaration to before it is used.
3729         (math-prime-test-cache-k, math-prime-test-cache-q)
3730         (math-prime-test-cache-nm1, math-prime-factors-finished):
3731         Declare them as variables.
3733 2004-11-11  Jay Belanger  <belanger@truman.edu>
3735         * calc/calc-ext.el (math-defcache):  Use defvar for the new
3736         variables it creates.
3738 2004-11-11  Lars Hansen  <larsh@math.ku.dk>
3740         * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
3741         (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
3742         (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
3743         (desktop-save): Add :version.
3745 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3747         * printing.el (pr-get-symbol): Don't downcase.
3749 2004-11-10  Jay Belanger  <belanger@truman.edu>
3751         * calc/calc-aent.el (calc-do-quick-calc):  Use kill-new to append
3752         string to kill-ring.
3754         * calc/calc-aent.el (calc-alg-exp, math-toks)
3755         (math-exp-pos,math-exp-old-pos, math-exp-token)
3756         (math-exp-keep-spaces, math-exp-str):  New variables.
3757         (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
3758         (calcAlg-enter):  Use declared variable calc-alg-exp.
3759         (math-build-parse-table, math-find-user-token):  Use declared
3760         variable math-toks.
3761         (math-read-exprs, math-read-token, calc-check-user-syntax)
3762         (calc-match-user-syntax, match-factor-after, math-read-factor):
3763         Use declared variables math-exp-pos math-exp-old-pos.
3764         (math-read-exprs, math-read-token, math-read-expr-level)
3765         (calc-check-user-syntax, calc-match-user-syntax)
3766         (match-factor-after, math-read-factor):  Use declared variable
3767         math-exp-token.
3768         (math-read-exprs, math-read-expr-list, math-read-token)
3769         (math-read-factor):  Use declared variable math-exp-keep-spaces.
3770         (math-read-exprs, math-read-token):  Use declared variable
3771         math-exp-str.
3772         (calc-match-user-syntax):  Make m a local variable.
3774         * calc/calc-ext.el (math-read-expr):  Use declared variables
3775         math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
3776         math-exp-keep-spaces.
3778         * calc/calc-forms.el (math-read-angle-bracket):  Use declared
3779         variables math-exp-pos, math-exp-str.
3781         * calc/calc-lang.el (math-parse-tex-sum):  Use declared variable
3782         math-exp-old-pos.
3783         (math-parse-fortran-vector, math-parse-fortran-vector-end)
3784         (math-parse-eqn-prime):  Use declared variable math-exp-token.
3786         * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
3787         Use declared variable math-exp-pos.
3788         (math-check-for-commas):  Use declared variable math-exp-str.
3789         (math-read-brackets):  Use declared variables math-exp-old-pos,
3790         math-exp-keep-spaces.
3791         (math-read-brackets, math-read-vector, math-read-matrix):
3792         Use declared variable math-exp-token.
3794 2004-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3796         * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
3797         where the keymap is a symbol.
3798         (easy-menu-add-item): Use keymap-prompt.  Simplify.
3800         * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
3802         * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
3803         (sgml-parse-tag-backward): Use it to skip spurious < or >.
3805 2004-11-10  Thien-Thi Nguyen  <ttn@gnu.org>
3807         * ebuff-menu.el: Doc fixes throughout.
3808         (electric-buffer-menu-mode-hook): New defvar.
3810 2004-11-10  Nick Roberts  <nickrob@snap.net.nz>
3812         * tooltip.el: Don't require cl, comint, gud, gdb-ui for
3813         compilation. The resulting compiler warnings appear to be harmless.
3815 2004-11-10  Daniel Pfeiffer  <occitan@esperanto.org>
3817         * textmodes/conf-mode.el: New file.
3819         * files.el (auto-mode-alist, magic-mode-alist): Use it.
3821 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3823         * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
3825 2004-11-09  Jay Belanger  <belanger@truman.edu>
3827         * calc/calc-ext.el (calc-init-extensions):  Remove old code.
3829         * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
3830         (calc-z-prefix-buf, calc-z-prefix-msgs):  New variables.
3831         (calc-z-prefix-help, calc-user-function-list):  Use declared
3832         variables calc-z-prefix-buf, calc-z-prefix-msgs.
3833         (math-map-tree, math-map-tree-rec):  Use declared variables
3834         math-mt-many, math-mt-func.
3835         (math-read-expression, math-read-string):  Use declared variable
3836         math-expr-data.
3838         * calc/calc-ext.el (math-normalize-nonstandard):  Use declared
3839         variable math-normalize-a.
3841         * calc/calc.el (math-normalize-a):  New variable.
3842         (math-normalize):  Use declared variable math-normalize-a.
3844         * calc/calc-poly.el (math-expand-form):  Use declared variable
3845         math-mt-many.
3847         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
3848         Use declared variable math-mt-many.
3849         (math-rewrite):  Use declared variable math-mt-func.
3851         * calc/calc-vec.el (math-read-brackets, math-read-vector)
3852         (math-read-matrix):  Use declared variable math-expr-data.
3854         * calc/calc-lang.el (math-parse-fortran-vector)
3855         (math-parse-fortran-vector-end, math-parse-tex-sum)
3856         (math-parse-eqn-matrix, math-parse-eqn-prime)
3857         (math-read-math-subscr):  Use declared variable math-expr-data.
3859         * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
3860         (math-read-expr-level, math-read-token, calc-check-user-syntax)
3861         (calc-match-user-syntax, math-read-if, math-factor-after)
3862         (math-read-factor):  Use declared variable math-expr-data.
3864 2004-11-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
3866         * calendar/diary-lib.el (diary-from-outlook)
3867         (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
3868         interactive-p; but rather new optional argument NOCONFIRM.
3870 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3872         * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
3873         (easy-menu-name-match): Revert correspondingly.
3875 2004-11-09  Richard M. Stallman  <rms@gnu.org>
3877         * emacs-lisp/bytecomp.el (byte-compile-defalias):
3878         Turn off warnings for the new function even if definition not constant.
3879         If the definition isn't a quoted symbol, record (FUNCTION . t).
3880         (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
3881         (byte-compile-callargs-warn): Handle (FUNCTION . t).
3882         (display-call-tree, byte-compile-arglist-warn):
3883         Handle t returned by byte-compile-fdefinition.
3885 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3887         * Makefile.in (maintainer-clean): Depend on distclean.
3889         * help-fns.el (help-C-file-name): File name must be in build-files
3890         to be returned.
3892 2004-11-09  Jay Belanger  <belanger@truman.edu>
3894         * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
3895         (calc-start-hook, calc-end-hook, calc-load-hook):  New variables.
3897         * calc/calc.el (calc, calc-trail-display, calc-mode):
3898         Remove obsolete sections.
3900         * calc/calc.el (calc-x-paste-text):  Remove.
3902         * calc/calc-ext.el (calc-init-extensions):  Bind calc-yank to
3903         mouse-2.
3905 2004-11-09  Nick Roberts  <nickrob@snap.net.nz>
3907         * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
3908         (gdb-info-frames-custom, gdb-frame-handler): Use it to find
3909         current frame (in case of recursive calls).
3910         (gdb-show-changed-values): Add :version keyword.
3912 2004-11-09  Kenichi Handa  <handa@m17n.org>
3914         * international/mule-cmds.el: Change coding: tag back to
3915         iso-2022-7bit.
3917 2004-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3919         * international/mule-cmds.el: Change coding-system to utf-8.
3920         (select-safe-coding-system-interactively):
3921         New function extracted from select-safe-coding-system.
3922         (select-safe-coding-system): Use it.
3924 2004-11-08  Richard M. Stallman  <rms@gnu.org>
3926         * subr.el (syntax-after): Doc fix.
3928         * paren.el (show-paren-function): Change calls to syntax-after
3929         for new way of returning the value.
3931         * menu-bar.el (menu-bar-file-menu): Make this the real name
3932         and menu-bar-files-menu the alias.  Use the former.
3933         (global-map): Use `file', not `files', as the symbol.
3935         * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
3937         * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
3938         Don't use beginning-of-buffer.
3939         (filesets-cmd-show-result): Use with-no-warnings.
3941 2004-11-08  Juri Linkov  <juri@jurta.org>
3943         * progmodes/compile.el (compile): Don't overwrite last command in
3944         minibuffer history with default command if they are not equal.
3946 2004-11-08  Jay Belanger  <belanger@truman.edu>
3948         * calc/calcalg2.el (math-do-integral-methods):  Try linear then
3949         non-linear substitutions.
3951 2004-11-08  Jay Belanger  <belanger@truman.edu>
3953         * calc/calcalg2.el (math-linear-subst-tried): New variable.
3954         (math-do-integral):  Set `math-linear-subst-tried' to nil.
3955         (math-do-integral-methods):  Use `math-linear-subst-tried' to
3956         determine what type of substitution to try.
3957         (math-integ-try-linear-substituion):
3958         Set `math-linear-subst-tried' to t.
3960 2004-11-08  Kim F. Storm  <storm@cua.dk>
3962         * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
3964 2004-11-07  Juri Linkov  <juri@jurta.org>
3966         * info-look.el (info-lookup): Allow reusing in the current buffer
3967         not only *info* buffer, but all (even renamed) Info buffers
3968         by checking for major-mode instead of *info* buffer name.
3969         (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
3970         (octave-mode, maxima-mode) <doc-spec>:
3971         Allow long dashes generated by Texinfo 4.7 before definitions.
3972         (texinfo-mode) <doc-spec>: Add space to suffix to find command
3973         definitions with argument separated by space.
3975 2004-11-06  Richard M. Stallman  <rms@gnu.org>
3977         * simple.el (next-error group, face): Move before first use.
3978         (next-error-highlight, next-error-highlight-no-select): Likewise.
3980         * simple.el (line-move-invisible-p): Rename from line-move-invisible.
3981         (line-move): New args NOERROR and TO-END.
3982         Return t if if succeed in moving specified number of lines.
3983         (move-end-of-line): New function.
3985         * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
3986         (end-of-buffer-other-window): Likewise.
3988         * simple.el (line-move-ignore-invisible): Default to t.
3990         * subr.el (syntax-after): Return the syntax letter, not the raw code.
3992         * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
3994         * international/iso-cvt.el (iso-cvt-define-menu):
3995         Rename menu-bar-files-menu to menu-bar-file-menu.
3997         * net/browse-url.el (browse-url-gnome-moz-program)
3998         (browse-url-gnome-moz-arguments): Move up before first use.
4000         * net/tramp.el (tramp group): Add :version.
4002         * progmodes/ada-xref.el (ada-gdb-application):
4003         Use goto-char instead of beginning-of-buffer.
4005         * progmodes/cperl-mode.el (cperl-info-on-command):
4006         Use goto-char instead of beginning-of-buffer.
4008         * progmodes/idlw-shell.el (idlwave-shell-examine-map):
4009         Move up before first use.
4010         (idlwave-shell-temp-pro-file): Likewise.
4011         (idlwave-shell-temp-rinfo-save-file): Likewise.
4012         (idlwave-shell-temp-file): Minor doc fix.
4014         * textmodes/flyspell.el (flyspell-external-point-words):
4015         Use goto-char instead of beginning-of-buffer.
4017 2004-11-06  Kai Grossjohann  <kai.grossjohann@gmx.net>
4019         * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
4020         /dev/stdout" before trying "uudecode -o -".  Suggested by Han Boetes.
4021         (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
4023 2004-11-06  David Ponce  <david@dponce.com>
4025         * recentf.el (recentf-menu-path): Use menu item name.
4027 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
4029         * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
4030         display doesn't support images.
4032 2004-11-06  Andreas Schwab  <schwab@suse.de>
4034         * tempo.el (tempo-match-finder): Doc fix.
4036         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
4038 2004-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4040         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
4041         (easy-menu-lookup-name): New fun to replace it.
4042         (easy-menu-get-map): Use it to obey menu item names (rather than just
4043         keys) when looking up `path'.
4044         (easy-menu-always-true-p): Rename from easy-menu-always-true.
4045         (easy-menu-convert-item-1): Adjust to new name.
4047 2004-11-06  Peter Heslin  <pj@heslin.eclipse.co.uk>  (tiny change)
4049         * outline.el (hide-body): Don't hide lines at the top of the file
4050         that precede the first header line.
4052 2004-11-06  Paul Pogonyshev  <pogonyshev@gmx.net>
4054         * align.el (align-areas): Delete whitespace before reindenting, so
4055         that tabs are never placed after spaces.
4057 2004-11-06  Alan Shutko  <ats@acm.org>
4059         * macros.el (insert-kbd-macro): Do completions based on macros,
4060         rather than all commands.
4062 2004-11-06  David Hansen  <david.hansen@gmx.net>  (tiny change)
4064         * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
4065         to solve a bug whereby tags with 'b' don't match.
4067 2004-11-05  Juri Linkov  <juri@jurta.org>
4069         * info.el (Info-search): Don't search in node header lines
4070         and file headers.
4072         * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
4073         symbol-constituent characters after dot, not only digits.
4075 2004-11-04  Daniel Pfeiffer  <occitan@esperanto.org>
4077         * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
4079 2004-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4081         * dired.el (dired-read-dir-and-switches): Call read-directory-name
4082         if a dialog will be used, read-file-name otherwise.
4084 2004-11-04  Richard M. Stallman  <rms@gnu.org>
4086         * textmodes/table.el (table group): Add :version.
4088         * textmodes/ispell.el (ispell-word):
4089         Don't alter args; set them only thru `interactive' spec.
4091         * textmodes/flyspell.el (flyspell-word):
4092         Don't alter FOLLOWING; set it only thru `interactive' spec.
4094         * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
4096         * net/browse-url.el (browse-url-maybe-new-window):
4097         Use called-interactively-p.
4099         * mail/supercite.el (sc-cite-region):
4100         Don't use interactive-p.  Add arg INTERACTIVE.
4101         (sc-version): Don't use interactive-p.  Rename arg to MESSAGE.
4103         * international/mule-cmds.el (set-input-method, toggle-input-method):
4104         Don't use interactive-p.  Add arg INTERACTIVE.
4106         * eshell/esh-mode.el (eshell-show-maximum-output):
4107         Don't use interactive-p.
4108         (eshell-truncate-buffer): Just message, no error, if buffer is short.
4110         * mouse.el (mouse-show-mark): Get positions to delete from mark
4111         and point, not from mouse-drag-overlay.
4113         * imenu.el (imenu-eager-completion-buffer): Add :version.
4115         * filesets.el (filesets group): Add :version.
4117 2004-11-03  Daniel Pfeiffer  <occitan@esperanto.org>
4119         * files.el (xml-based-modes): Delete var.
4120         (magic-mode-alist): New more general var.
4121         (set-auto-mode): Use it.
4123         * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
4124         when clicking from another window.
4126 2004-11-03  Thien-Thi Nguyen  <ttn@gnu.org>
4128         * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
4129         (vc-cvs-annotate-time): Incorporate value of deleted var.
4130         Remove special-case handling of beginning-of-buffer cruft.
4131         Cache ending position (point) and return value in text property
4132         `vc-cvs-annotate-time', and consult it on subsequent invocations.
4134         * vc-cvs.el (vc-cvs-annotate-command):
4135         Delete extraneous lines from beginning of buffer.
4136         * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
4138         * progmodes/grep.el (grep-default-command): Take empty string
4139         for tag if all other methods yield nil.  Shell-quote the tag.
4141         * vc.el (vc-annotate-display-autoscale): Add prefix-arg
4142         spec in `interactive' form, and mention it in the docstring.
4143         Also, make sure point is at bol after calling `annotate-time'.
4145 2004-11-02  Richard M. Stallman  <rms@gnu.org>
4147         * cus-edit.el (customize-group-other-window):
4148         Select the window that displays the custom buffer.
4149         (custom-buffer-create-other-window): Likewise.
4151         * comint.el (comint-insert-input): Fix previous change.
4153         * emacs-lisp/elp.el (elp-instrument-function):
4154         Use called-interactively-p.
4156         * emacs-lisp/easymenu.el (easy-menu-intern):
4157         Don't downcase; rather, case-flip the first letter of each word.
4159         * emacs-lisp/easy-mmode.el (define-minor-mode):
4160         Use called-interactively-p.
4162         * emacs-lisp/bytecomp.el (byte-compile-warning-types):
4163         Add interactive-only.
4164         (byte-compile-warnings): Add interactive-only as option.
4165         (byte-compile-interactive-only-functions): New variable.
4166         (byte-compile-form): Warn about calls to functions
4167         in byte-compile-interactive-only-functions.
4169         * emacs-lisp/autoload.el (update-file-autoloads):
4170         Don't use interactive-p; take new arg SAVE-AFTER.
4172         * emacs-lisp/advice.el (ad-make-advised-definition):
4173         Use called-interactively-p.
4175 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4177         * files.el (find-file-existing): New function.
4179         * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
4180         find-file-existing.  Add "New File..." that calls find-file.
4182         * diropen.pbm, diropen.xpm: New files.
4184         * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
4185         icon diropen.  New tool bar item find-file-existing uses icon open.
4187         * dired.el (dired-read-dir-and-switches): Call read-driectory-name
4188         instead of read-file-name.
4190 2004-11-02  Ulf Jasper  <ulf.jasper@web.de>
4192         * calendar/icalendar.el (icalendar-version): Increase to 0.08.
4193         (icalendar--split-value): Change name of work buffer.
4194         (icalendar--get-weekday-abbrev): Return nil on error.
4195         (icalendar--date-to-isodate): New function.
4196         (icalendar-convert-diary-to-ical)
4197         (icalendar-extract-ical-from-buffer): Use only two args for
4198         make-obsolete (XEmacs compatibility).
4199         (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
4200         (icalendar-export-region): Doc fix.
4201         If error, return non-nil and write errors to a buffer.
4202         Use correct weekday for weekly recurring events.
4203         Check whether date has been parsed for ordinary events.
4204         Make weekly events start in the year 2000.
4205         DTEND is non-inclusive, shift end date by one day if
4206         necessary (not for entries that have date and time).
4207         Rename local let variables: oops -> found-error, datestring ->
4208         startdatestring.
4210 2004-11-02  Kim F. Storm  <storm@cua.dk>
4212         * files.el (set-auto-mode-0): Don't rely on dynamic binding of
4213         keep-mode-if-same variable.  Add it as optional arg instead.
4214         (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
4216         * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
4217         substitute-command-keys will select lower-case bindings like those
4218         used in the static help texts.
4220         * descr-text.el (describe-text-properties): Don't err if called in
4221         the *Help* buffer; output to *Help-2* buffer instead.
4223         * kmacro.el (group kmacro): Add :version.
4224         (kmacro-keyboard-quit): New function to cleanup on C-g.
4225         (kmacro-start-macro): Set defining-kbd-macro to append when
4226         appending to last macro.
4228         * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
4230 2004-11-02  Nick Roberts  <nickrob@snap.net.nz>
4232         * progmodes/gdb-ui.el (gdb-enable-debug-log)
4233         (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
4234         (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
4235         Add :version keyword.
4237 2004-11-02  Pavel Kobiakov <pk_at_work@yahoo.com>
4239         * progmodes/flymake.el (flymake-err-line-patterns):
4240         Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
4241         `compilation-error-regexp-alist-alist' to internal Flymake format.
4243         * progmodes/flymake.el: Eliminate byte-compiler warnings.
4245 2004-11-01  Jay Belanger  <belanger@truman.edu>
4247         * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
4248         with `interactive "s"'.
4250 2004-11-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4252         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
4253         Revert change from 2004-10-16.  '*' checks the current buffer, but the
4254         mouse click may be in another buffer.
4256 2004-11-01  John Paul Wallington  <jpw@gnu.org>
4258         * files.el (large-file-warning-threshold): Add :version keyword.
4259         (kill-some-buffers): Doc fix.
4261         * thumbs.el (group thumbs): Add :version keyword.
4263         * textmodes/bibtex.el (bibtex-make-field): Fix typo.
4265 2004-11-01  Richard M. Stallman  <rms@gnu.org>
4267         * textmodes/ispell.el (ispell-word): Don't use interactive-p.
4269         * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
4271         * allout.el (allout group): Add :version.
4272         (allout-init): Don't use interactive-p.
4273         (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
4274         (allout-forward-current-level, allout-backward-current-level):
4275         Don't use interactive-p.
4277         * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
4278         (bibtex-find-text): Likewise.
4280         * progmodes/vhdl-mode.el (vhdl-fill-region)
4281         (vhdl-beginning-of-statement): Don't use interactive-p.
4283         * progmodes/idlwave.el (idlwave-update-routine-info):
4284         Don't use interactive-p.
4286         * progmodes/idlw-shell.el (idlwave-shell-send-char):
4287         Don't use interactive-p.
4289         * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
4290         Don't use interactive-p.
4292         * progmodes/ada-xref.el (ada-make-body-gnatstub):
4293         Don't use interactive-p.
4295         * play/fortune.el (fortune-to-signature): Don't use interactive-p.
4296         (fortune-in-buffer): Doc fix.
4298         * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
4300         * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
4301         don't select the temporary buffer.
4302         (eudc-get-email): New optional arg ERROR; don't use interactive-p.
4303         (eudc-get-phone): Likewise.
4305 2004-11-01  Kim F. Storm  <storm@cua.dk>
4307         * man.el (Man-xref-normal-file): Fix help-echo.
4309 2004-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4311         * reveal.el (reveal-last-tick): New var.
4312         (reveal-post-command): Use it to avoid closing overlays when we're
4313         appending text to them.
4315 2004-10-31  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4317         * textmodes/bibtex.el: Require button.
4318         (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
4319         (bibtex-reference-keys): Distinguish between header keys and
4320         crossref keys.
4321         (bibtex-beginning-of-field): New function.
4322         (bibtex-url-map): Remove.
4323         (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
4324         (bibtex-font-lock-url-regexp): Assume that field names begin at
4325         the beginning of a line.
4326         (bibtex-font-lock-url): Simplify.  Do not use bibtex-enclosing-field.
4327         Remove field delimiters.  Use bibtex-beginning-of-field.
4328         Bugfix, point can be inside a field with a url.
4329         (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
4330         New functions.
4331         (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
4332         (bibtex-key-in-head): Simplify.
4333         (bibtex-current-line): Use bolp.
4334         (bibtex-parse-keys): Remove unused arg `add'.
4335         Use bibtex-type-in-head and bibtex-key-in-head.
4336         (bibtex-parse-entry, bibtex-autofill-entry):
4337         Use bibtex-type-in-head and bibtex-key-in-head.
4338         (bibtex-autokey-get-field): Do not alter case of replacement text.
4339         (bibtex-autokey-get-names): Do all processing of name list.
4340         (bibtex-autokey-get-year): New function.
4341         (bibtex-autokey-get-title): Do all processing of title words.
4342         (bibtex-generate-autokey): Simplify.
4343         (bibtex-string-files-init): Use default-directory.
4344         Allow for absolute file names in bibtex-string-files.
4345         (bibtex-files, bibtex-file-path): New variables.
4346         (bibtex-files-expand): New function.
4347         (bibtex-find-entry-globally): New command.
4348         (bibtex-summary-function): New variable.
4349         (bibtex-summary): Default value of bibtex-summary-function.
4350         (bibtex-find-crossref): New optional args pnt and split.
4351         (bibtex-complete-key-cleanup): Call bibtex-summary-function.
4352         (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
4353         (bibtex-validate): Fix docstring.  Check only abbreviated month fields.
4354         Fix handling of required and alternative fields.
4355         Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
4356         Use cons and display-buffer.
4357         (bibtex-validate-globally): New command.
4358         (bibtex-clean-entry): Use bibtex-files-expand.  Do not call
4359         bibtex-parse-keys and bibtex-parse-strings for updating
4360         bibtex-reference-keys and bibtex-strings.
4361         (bibtex-realign): Remove blank lines past the last entry.
4362         (bibtex-reformat): Use bibtex-entry-format as default.
4363         (bibtex-choose-completion-string): Remove.
4364         (bibtex-complete): Do not use bibtex-choose-completion-string.
4365         (bibtex-url): Simplify.
4367 2004-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4369         * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
4370         (x-dnd-types-alist, x-dnd-open-file-other-window)
4371         (x-dnd-known-types): Add :version.
4373 2004-10-31  John Paul Wallington  <jpw@gnu.org>
4375         * ibuffer.el (group ibuffer): Add :version keyword.
4377 2004-10-31  Kim F. Storm  <storm@cua.dk>
4379         * ido.el (group ido): Add :version keyword.
4380         (ido-mode): Remove :version keyword.
4382         * emulation/cua-base.el (group cua): Add :version keyword.
4383         (cua-mode): Remove :version keyword.
4385 2004-10-30  Luc Teirlinck  <teirllm@auburn.edu>
4387         * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
4389         * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
4390         compiler warning.
4391         (help-at-pt-timer-delay): Add :initialize keyword.  Simplify :set
4392         function.
4393         (help-at-pt-display-when-idle): Remove autoload.
4395 2004-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4397         * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
4399 2004-10-30  Juri Linkov  <juri@jurta.org>
4401         * help.el (function-called-at-point):
4402         * help-fns.el (variable-at-point): Read -> intern.
4404 2004-10-30  Simon Josefsson  <jas@extundo.com>
4406         * progmodes/autoconf.el (autoconf-font-lock-keywords):
4407         Recognize AS_* too.
4409 2004-10-29  Simon Josefsson  <jas@extundo.com>
4411         * subr.el (read-passwd): Move back from password.el.
4413         * password.el: Remove, not ready yet.
4415 2004-10-29  Andreas Schwab  <schwab@suse.de>
4417         * speedbar.el (speedbar-frame-parameters): Improve customize type.
4419 2004-10-29  Sam Steingold  <sds@gnu.org>
4421         * mouse.el (mouse-show-mark): Replace the last occurrence of
4422         x-lost-selection-hooks with x-lost-selection-functions.
4424 2004-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4426         * mouse.el (mouse-show-mark): Adjust to new name and don't assume
4427         x-lost-selection-functions is bound.
4429         * mouse-sel.el (mouse-sel-mode):
4430         * emacs-lisp/lselect.el: Adjust to new names for
4431         x-(lost|sent)-selection-functions.
4433         * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
4434         New obsolete aliases of x-lost-selection-functions and
4435         x-sent-selection-functions.
4437 2004-10-28  Kim F. Storm  <storm@cua.dk>
4439         * imenu.el (imenu-scanning-message): Remove.
4440         (imenu-progress-message): Make it a no-op.
4442 2004-10-28  John Paul Wallington  <jpw@gnu.org>
4444         * files.el (set-auto-mode): Call `throw' correctly.
4446 2004-10-28  Juri Linkov  <juri@jurta.org>
4448         * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
4449         to search `Info-...' commands in `info' manual.
4450         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
4451         Add 'info-file "emacs" property.
4452         (Info-find-emacs-command-nodes): Fix index line number regexp.
4453         Set real line number (instead of fake 0) in first element of the
4454         returned list.
4455         (Info-goto-emacs-command-node): Use line number of first element
4456         to set point in the first found Info node.
4458         * progmodes/grep.el (grep-regexp-alist): Move match highlighting
4459         code to `grep-mode-font-lock-keywords'.
4460         (grep-mode-font-lock-keywords): Delete grep markers instead
4461         of making them invisible.
4463 2004-10-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4465         * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
4466         and x-server-version in bug report.
4468 2004-10-28  Daniel Pfeiffer  <occitan@esperanto.org>
4470         * files.el (set-auto-mode-0): New function.
4471         (set-auto-mode): Use it to handle aliased modes and to
4472         be consistent between C-x C-f and C-x C-w.
4474 2004-10-28  Kenichi Handa  <handa@m17n.org>
4476         * international/utf-8.el (utf-translate-cjk-charsets):
4477         Add katakana-jisx0201.
4479         * international/subst-jis.el: Add data for JISX0201.
4481 2004-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4483         * obsolete/hilit19.el (hilit-mode): New function.
4484         Move all the toplevel side-effecting stuff into it, so that loading
4485         hilit19 doesn't mess everything up any more.
4487 2004-10-27  Richard M. Stallman  <rms@gnu.org>
4489         * add-log.el (add-change-log-entry): Set up mailing address
4490         and full name later, and don't alter add-log-mailing-address
4491         or add-log-full-name.
4493         * elide-head.el (elide-head): Change error to message.
4494         (elide-head-show): Likewise.
4496         * apropos.el (apropos-macrop): Doc fix.
4498         * mouse.el (mouse-show-mark): Do most processing the same
4499         regardless of transient-mark-mode.
4501         * shadowfile.el (shadow-copy-files): Use interactive-p
4502         only to control whether to print a message.
4504         * tar-mode.el (tar-mode): Use write-contents-functions,
4505         not write-contents-hooks.
4507         * eshell/em-unix.el (eshell-du-sum-directory): Don't use
4508         directory-sep-char.
4510 2004-10-27  Richard M. Stallman  <rms@gnu.org>
4512         * strokes.el (strokes-unload-hook): Fix previous change.
4514         * type-break.el (type-break-run-at-time): Always use run-at-time;
4515         forget the alternatives.
4516         (type-break-cancel-function-timers): Always use cancel-function-timers;
4517         forget the alternatives.
4519         * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
4521 2004-10-27  Kenichi Handa  <handa@m17n.org>
4523         * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
4525         * international/subst-gb2312.el: Likewise.
4527         * international/subst-big5.el: Likewise.
4529         * international/subst-ksc.el: Likewise.
4531         * international/utf-8.el (utf-translate-cjk-unicode-range-string):
4532         New variable.
4533         (utf-translate-cjk-set-unicode-range): New function.
4534         (utf-translate-cjk-unicode-range): Make it customizable.
4535         (utf-8-post-read-conversion):
4536         Use utf-translate-cjk-unicode-range-string.
4537         (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
4538         Unicode ranges.
4540 2004-10-26  Daniel Pfeiffer  <occitan@esperanto.org>
4542         * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
4543         trivial variants to shorten the list.
4544         (xml-based-modes): New var.
4545         (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
4546         declaration higher priority than auto-mode-alist.
4548         * find-file.el (cc-other-file-alist): Bring it in line with
4549         cc-mode's auto-mode-alist entries and use \' instead of $.
4551         * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
4552         and add "Id" and "Name" submenus to it.
4554         * imenu.el (imenu--generic-function): Skip matches in comments.
4556 2004-10-26  Jay Belanger  <belanger@truman.edu>
4558         * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
4559         (full-calc-keypad, calc-trail-display):  Use an extra argument
4560         instead of `interactive-p'.
4562         * calc/calc-misc.el (calc-other-window): Use an extra argument
4563         instead of `interactive-p'.
4565         * calc/calc-rewr.el (calc-match): Use an extra argument instead of
4566         `interactive-p'.
4568 2004-10-26  Kim F. Storm  <storm@cua.dk>
4570         * help.el (describe-key): Describe both down-event and up-event
4571         for a mouse click.
4573 2004-10-26  Richard M. Stallman  <rms@gnu.org>
4575         * woman.el (woman): Don't call interactive-p.
4577         * pcomplete.el (pcomplete): Instead of interactive-p,
4578         use an arg set non-nil by the interactive spec.
4580         * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
4581         use an arg set non-nil by the interactive spec.
4583         * man.el (Man-cleanup-manpage): Instead of interactive-p,
4584         use an arg set non-nil by the interactive spec.
4586 2004-10-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
4588         * progmodes/flymake.el (flymake-split-string):
4589         Use `flymake-split-string-remove-empty-edges' in any case.
4591 2004-10-26  Masatake YAMATO  <jet@gyve.org>
4593         * progmodes/flymake.el (flymake-err-line-patterns):
4594         Use `compilation-error-regexp-alist-alist' instead of
4595         `compilation-error-regexp-alist'.
4597 2004-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4599         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
4600         verbatim face on the \ of \end{verbatim}.
4602 2004-10-25  Jay Belanger  <belanger@truman.edu>
4604         * calc/calc-incom.el (calc-digit-dots):  Inhibit read-only before
4605         erasing minibuffer.
4607 2004-10-25  Simon Josefsson  <jas@extundo.com>
4609         * subr.el (read-passwd): Move to net/password.el.
4611         * net/password.el (read-passwd): Add.  Autoload it.
4613 2004-10-25  Kai Grossjohann  <kai.grossjohann@gmx.net>
4615         * mouse-sel.el (mouse-sel-mode): Specify custom group.
4617         * simple.el (process-file): Fix logic.
4619 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
4621         * indent.el (set-left-margin, set-right-margin): Delete redundant code.
4622         (increase-right-margin): Remove erroneous call to `interactive-p'.
4624 2004-10-24  Kim F. Storm  <storm@cua.dk>
4626         * help.el (describe-mode): Fix 2004-10-13 change.
4627         Copy pure "Auto Fill" string so it can be propertized later
4628         without causing a read-only error.
4630 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
4632         * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
4633         style indexes.
4635 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
4637         * simple.el (process-file): Accept nil for INFILE.  Reported by
4638         Luc Teirlinck.
4640 2004-10-24  Masatake YAMATO  <jet@gyve.org>
4642         * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
4643         Handle periods and underscores in a function name.
4644         Remove the address fontification.
4646 2004-10-24 Masatake YAMATO <jet@gyve.org>
4648         * progmodes/asm-mode.el (asm-font-lock-keywords):
4649         Use font-lock-variable-name-face for registers.
4651 2004-10-24  Nick Roberts  <nickrob@snap.net.nz>
4653         * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
4654         kill-all-local-variables.
4655         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
4656         (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
4657         Use kill-all-local-variables and provide mode-hooks.
4658         (gdb-assembler-font-lock-keywords): New font lock keywords definition.
4659         (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
4660         Suggested by Masatake YAMATO <jet@gyve.org>.
4662 2004-10-23  Kai Grossjohann  <kai.grossjohann@gmx.net>
4664         * simple.el (process-file): New function, similar to call-process
4665         but supports file handlers.
4666         * vc.el (vc-do-command): Use it, instead of call-process.
4667         * net/tramp-vc.el (vc-do-command): Do not advise it if
4668         process-file is fboundp.
4669         * net/tramp.el (tramp-file-name-handler-alist): Add entry for
4670         process-file.
4671         (tramp-handle-process-file): New function.
4672         (tramp-file-name-for-operation): Support process-file.
4674 2004-10-23  Ulf Jasper  <ulf.jasper@web.de>
4676         * calendar/icalendar.el (icalendar--weekday-array): New constant.
4677         (icalendar-weekdayabbrev-table)
4678         (icalendar-monthnumber-table): Delete.
4679         (icalendar--get-month-number): Use calendar-month-name-array.
4680         (icalendar--get-weekday-number): New function.
4681         (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
4682         (icalendar-export-region): Handle multi-line entries.
4683         (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
4685 2004-10-23  John Paul Wallington  <jpw@gnu.org>
4687         * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
4688         `wildcards' set to t in interactive spec.
4690         * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
4691         interactive spec rather than use `interactive-p'.
4692         (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
4693         rather than use function `interactive-p'.
4695 2004-10-22  Kenichi Handa  <handa@m17n.org>
4697         * international/mule.el (translate-region): Implement it in Lisp
4698         as a front end of translate-region-internal.
4700 2004-10-21  Jay Belanger  <belanger@truman.edu>
4702         * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
4703         Declare these variables with defvar.
4705         * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
4706         is bound, only check to see if it is bound.
4708 2004-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4710         * textmodes/tex-mode.el (tex-compilation-parse-errors):
4711         Don't output messages.
4713         * calc/calc-help.el (calc-describe-bindings): Fix last change.
4715 2004-10-21  John Paul Wallington  <jpw@gnu.org>
4717         * calc/calc-graph.el (calc-graph-init):
4718         Use `set-process-query-on-exit-flag'.
4720 2004-10-21  Daniel Pfeiffer  <occitan@esperanto.org>
4722         * progmodes/compile.el (compilation-start): Rely on `cd' to get
4723         dir right and also allow argumentless cd.
4725 2004-10-19  Richard M. Stallman  <rms@gnu.org>
4727         * textmodes/flyspell.el (flyspell-mode): Doc fix.
4729         * eshell/em-unix.el (eshell-grep):
4730         Don't bind compilation-process-setup-function.
4732         * comint.el (comint-insert-input): Use @ in `interactive'.
4733         (comint-input-filter-functions): Doc fix.
4734         (comint-kill-whole-line, comint-get-source): Doc fix.
4736         * progmodes/compile.el (compilation-setup):
4737         Don't set buffer-read-only if MINOR is non-nil.
4739 2004-10-19  Jay Belanger  <belanger@truman.edu>
4741         * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
4742         (calc-emacs-type-gnu19): Remove.
4743         (calc-digit-map, calc-read-key-sequence, calc-read-key):
4744         Remove check for old emacs versions.
4746         * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
4747         (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
4748         for current Emacs.
4750         * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
4751         the end of the minibuffer.
4752         (calc-do-alg-entry): Remove Emacs version check.  Use `copy-keymap' to
4753         copy `esc-map'.
4755         * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
4757         * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
4758         call that would be given when the current emacs was used.
4760 2004-10-19  Ulf Jasper  <ulf.jasper@web.de>
4762         * calendar/icalendar.el: Set coding to utf-8.
4763         (icalendar-version): Increase to 0.07.
4764         (icalendar-monthnumber-table): Change March pattern.
4765         (icalendar-get-all-event-properties)
4766         (icalendar-set-event-property): Delete.
4767         (icalendar-all-events): No longer interactive.
4768         (icalendar-convert-diary-to-ical)
4769         (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
4770         their replacements.
4771         (icalendar-export-file, icalendar-export-region): New functions;
4772         essentially old `icalendar-convert-diary-to-ical' but appending to
4773         target rather than overwriting.
4774         (icalendar-import-file): Append to target file rather than
4775         overwriting.  Fourth arg deleted.
4776         (icalendar-import-buffer): New name for old
4777         `icalendar-extract-ical-from-buffer'.
4778         (icalendar--convert-string-for-import): New name for
4779         old `icalendar-convert-for-import'.
4780         (include-icalendar-files): Delete.
4781         Prefix for all internal functions changed from `icalendar-'
4782         to `icalendar--'.
4784 2004-10-19  Richard M. Stallman  <rms@gnu.org>
4786         * paths.el (news-path): Fix previous change.
4788 2004-10-18 Jay Belanger  <belanger@truman.edu>
4790         * calc/calc-help.el (calc-describe-bindings):
4791         Set `buffer-read-only' to nil while working in the keybindings buffer;
4792         remove some extra information from the keybindings buffer.
4794 2004-10-18  David Ponce  <david@dponce.com>
4796         * mouse.el (mouse-drag-move-window-top): New function.
4797         (mouse-drag-mode-line-1): Use it.
4799 2004-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
4801         * info.el (Info-fontify-node): For multiline refs,
4802         arrange to unfontify newline and surrounding whitespace.
4804 2004-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4806         * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
4807         directory is missing.
4809 2004-10-17  John Paul Wallington  <jpw@gnu.org>
4811         * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
4812         New customizable variable; whether to display buffers that match
4813         `ibuffer-maybe-show-predicates' by default.
4814         (ibuffer-maybe-show-predicates): Mention it in docstring.
4815         (ibuffer-display-maybe-show-predicates): New variable.
4816         (ibuffer-update): Prefix arg now toggles whether buffers that
4817         match `ibuffer-maybe-show-predicates' should be displayed.
4818         (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
4819         locally to heed `ibuffer-default-display-maybe-show-predicates'.
4820         (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
4822 2004-10-17  Michael Albinus  <michael.albinus@gmx.de>
4824         * net/tramp.el: Redo sync with Tramp 2.0.45.  Last commit did not
4825         work correctly.
4827 2004-10-17  Daniel Pfeiffer  <occitan@esperanto.org>
4829         * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
4830         (Buffer-menu-beginning): New helper function.
4831         (Buffer-menu-execute): Use it.
4832         (Buffer-menu-select): Use it.
4833         (Buffer-menu-sort): Use it and also keep markers.
4835 2004-10-17  Richard M. Stallman  <rms@gnu.org>
4837         * paths.el (news-directory): Rename from news-path.  Old name alias.
4838         (rmail-spool-directory): Use defvar.
4839         (sendmail-program): Use defcustom.
4840         (remote-shell-program): Use defcustom.
4841         (term-file-prefix): Use defvar.
4842         (abbrev-file-name): Use defvar.
4844         * term.el: Add maintainer.
4846         * subr.el (with-local-quit): Return nil if there's a quit.
4847         (read-passwd): Use with-local-quit.  Doc fix.
4849         * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
4850         (strokes-unload-hook): Set as a variable with add-hook.
4852         * startup.el (fancy-splash-tail, normal-splash-screen):
4853         Update copyright year.
4855         * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
4857         * server.el (server-unload-hook): Set as a variable with add-hook.
4859         * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
4861         * frame.el (special-display-popup-frame):
4862         Make the buffer current as its frame is created.
4864         * delsel.el (delsel-unload-hook): Set as a variable.
4866         * comint.el (comint-output-filter-functions):
4867         Add comint-watch-for-password-prompt.
4868         (comint-read-noecho): Function deleted.
4869         (send-invisible): Use read-passwd.
4871         * fringe.el (fringe-mode-initialize): New function.
4872         (fringe-mode): Use fringe-mode-initialize as :initialize.
4874 2004-10-17  Kim F. Storm  <storm@cua.dk>
4876         * language/indian.el (indian-script-language-alist): Swap value and doc.
4877         (indian-font-char-index-table): Doc fix.
4879 2004-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4881         * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
4883 2004-10-16  Juri Linkov  <juri@jurta.org>
4885         * progmodes/compile.el (compilation-start): Move let-binding of
4886         `process-environment' into `with-current-buffer' body.
4887         Reported by Matt Hodges <MPHodges@member.fsf.org>.
4889 2004-10-16  Richard M. Stallman  <rms@gnu.org>
4891         * pcvs-util.el (cvs-bury-buffer):
4892         Don't call get-buffer-window for effect.
4894         * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
4896         * newcomment.el (comment-auto-fill-only-comments): Add autoload.
4898         * msb.el (msb-unload-hook): Set the variable.
4900         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
4901         Use * to err if buffer is readonly.
4903         * subr.el (looking-back): Return only t or nil.
4905         * whitespace.el (whitespace-unload-hook): Set the variable.
4907         * view.el (view-mode-enable): Set view-page-size and
4908         view-half-page-size to nil.
4909         (view-set-half-page-size-default): view-half-page-size = nil
4910         means the default.
4911         (View-scroll-page-forward): Use view-page-size-default.
4912         (View-scroll-page-backward): Likewise.
4913         (view-page-size, view-half-page-size): Doc fixes.
4915         * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
4917         * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
4919         * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
4920         "cl" like other files.  Instead, call byte-compile-find-cl-functions.
4921         (byte-compile-log-1): Bind inhibit-read-only.
4922         (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
4923         (byte-compile-log-warning): Likewise.
4924         (byte-compile-file-form-require): Detect "cl" from the arg value.
4926         * progmodes/compile.el (compilation-start): Assume compilation-mode
4927         will make the buffer read-only.
4928         (compilation-mode): Take arg name-of-mode.
4929         (compilation-setup): Make buffer read-only.
4930         (compilation-handle-exit): Bind inhibit-read-only.
4932         * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
4933         (ispell-message): Likewise.
4934         (ispell-show-choices): Don't call get-buffer-window uselessly.
4935         (ispell-init-process): Use set-process-query-on-exit-flag.
4937 2004-10-16  Kim F. Storm  <storm@cua.dk>
4939         * fringe.el (fringe-bitmaps): Only initialize when defined.
4941         * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
4942         (cvs-mode-find-file): Add optional `view' arg to enter view mode.
4944         * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
4946 2004-10-15  Simon Josefsson  <jas@extundo.com>
4948         * net/password.el: Add.
4950 2004-10-14  Masatake YAMATO  <jet@gyve.org>
4952         * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
4953         (gdb-script-end-of-defun): New function.
4954         (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
4955         `gdb-script-end-of-defun' as *-of-defun-function.
4957 2004-10-13  Daniel Pfeiffer  <occitan@esperanto.org>
4959         * button.el (button-activate): Allow a marker to display as an action.
4961         * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
4963         * help.el (describe-mode): Use it to make minor mode list into
4964         hyperlinks.
4966 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4968         * vc.el (vc-annotate-display-select): Fix typo.
4970         * subr.el (substitute-key-definition-key): New function.
4971         (substitute-key-definition): Use it with map-keymap.
4972         (event-modifiers): Use push.
4973         (mouse-movement-p, with-temp-buffer): Simplify.
4975 2004-10-12  Jay Belanger  <belanger@truman.edu>
4977         * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
4978         New variables.
4979         (calc-help-index-entries): New function.
4980         (calc-describe-function): Use `calc-help-function-list' instead of
4981         obarray for completion.
4982         (calc-describe-variable): Use `calc-help-variable-list' instead
4983         of obarray for completion.
4985 2004-10-12  Richard M. Stallman  <rms@gnu.org>
4987         * info-look.el (info-lookup-file): Add info-file property.
4988         (info-lookup-symbol): Likewise.
4990         * info.el (info-xref): Add underlining.
4991         (info): Add info-file property.
4992         (Info-find-emacs-command-nodes): Specify case-sensitive search.
4994 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
4996         Sync with Tramp 2.0.45.
4998         * net/tramp.el (top): Apply `def-edebug-spec' only if function is
4999         defined.  This is not the case for XEmacs without package "edebug".
5000         (tramp-set-auto-save-file-modes): Set permissions of autosaved
5001         remote files to the permissions of the original file.  This is not
5002         the case for Emacs < 21.3.50 and XEmacs < 21.5.  Add function to
5003         `auto-save-hook'.  Reported by Thomas Prokosch <thomas@nadev.net>.
5004         (tramp-perl-decode): Fix an error in Perl implementation.
5005         $pending must be cleared every loop.  Reported by Benjamin Place
5006         <benjaminplace@sprintmail.com>
5008         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
5009         Don't activate advice during definition.  This is done later on,
5010         depending on test result of `substitute-in-file-name'.
5011         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5013 2004-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5015         * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
5017         * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
5019 2004-10-12  David Ponce  <david@dponce.com>
5021         * recentf.el (recentf-edit-list): Update the menu when the recentf
5022         list has been modified.
5024 2004-10-12  Simon Josefsson  <jas@extundo.com>
5026         * net/tls.el (tls-certtool-program): New variable.
5027         (tls-certificate-information): New function, based on
5028         ssl-certificate-information.
5030 2004-10-12  Kenichi Handa  <handa@m17n.org>
5032         * international/mule.el (coding-system-equal): Move from mule-util.el.
5034         * international/mule-util.el (coding-system-equal): Move to mule.el.
5036 2004-10-12  Kim F. Storm  <storm@cua.dk>
5038         * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
5039         reset kmacro-initial-counter-value if set.
5040         (kmacro-set-counter): Only set kmacro-counter if defining or executing
5041         macro.  Set kmacro-initial-counter-value otherwise. Never set both.
5042         (kmacro-display): Show macro counter if non-zero.
5044         * subr.el (substitute-key-definition): Mention command remapping
5045         in doc string.
5047 2004-10-11  Jay Belanger  <belanger@truman.edu>
5049         * calc/calc-misc.el (calc-info-goto-node): New function.
5050         (calc-tutorial, calc-info-summary): Go to appropriate Calc info
5051         node in one step.
5052         (calc-describe-copying, calc-describe-distribution)
5053         (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
5054         Go to appropriate info node in one step.
5056 2004-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5058         * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
5060         * font-lock.el (font-lock-apply-highlight): Fix last change.
5062 2004-10-11  Simon Josefsson  <jas@extundo.com>
5064         * mail/smtpmail.el (smtpmail-open-stream): Look for
5065         starttls-gnutls-program instead of starttls-program iff
5066         starttls-use-gnutls is non-nil.
5067         (smtpmail-open-stream): Don't overwrite user settings of
5068         starttls-extra-arguments and starttls-extra-args.
5070 2004-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5072         * comint.el (comint-mouse-insert-input): Remove.
5073         (comint-insert-input): Make it work for mouse bindings.
5074         (comint-mode-map): Move defs into the declaration.
5075         (comint-output-filter): Typo.
5077         * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
5079 2004-10-10  Kai Grossjohann  <kai.grossjohann@gmx.net>
5081         * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
5082         (ange-ftp-call-chmod): Reference remote-shell-program instead of
5083         ange-ftp-remote-shell.
5085 2004-10-10  Andreas Schwab  <schwab@suse.de>
5087         * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
5088         `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
5089         Reported by <sri@asu.edu>.
5091 2004-10-10  Benjamin Rutt  <brutt@bloomington.in.us>
5093         * vc.el (vc-annotate-mode): Remove variable.
5094         (vc-annotate-display-select): Only call vc-annotate-mode
5095         if we're not in that mode already.
5097 2004-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5099         * imenu.el (imenu--completion-buffer): Don't return t for rescan.
5100         (imenu-choose-buffer-index): Check here for rescan instead.
5102         * font-lock.el (font-lock-apply-highlight): Explicitly check the case
5103         where the face expression evals to nil.
5105         * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
5106         (tex-font-lock-keywords-2): Use it.
5107         (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
5109         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
5111 2004-10-09  Kim F. Storm  <storm@cua.dk>
5113         * subr.el (progress-reporter-update): Define before first usage.
5114         (make-progress-reporter): Doc fix.
5116 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
5118         * textmodes/paragraphs.el (sentence-end-double-space)
5119         (sentence-end-without-period, sentence-end-without-space)
5120         (sentence-end): Doc fixes.
5122 2004-10-08  Peter Seibel  <peter@javamonkey.com>  (tiny change)
5124         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
5125         Change paragraph-start regexp so we don't fill code starting with #'(.
5127 2004-10-08  Sebastien Kirche  <seki@seki.fr>  (tiny change)
5129         * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
5130         New defcustom.
5131         (extract-address-components): Use it.
5133 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
5135         * subr.el (make-progress-reporter, progress-reporter-update)
5136         (progress-reporter-force-update, progress-reporter-do-update)
5137         (progress-reporter-done): New functions.
5139         * tar-mode.el (tar-summarize-buffer): Use progress reporter.
5141         * progmodes/etags.el (etags-tags-completion-table): Use progress
5142         reporter.
5143         (etags-tags-apropos): Likewise.
5145 2004-10-08  Alan Mackenzie  <acm@muc.de>
5147         * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
5148         of current line.
5150 2004-10-08  Masatake YAMATO  <jet@gyve.org>
5152         * server.el (server-process-filter): Wrap `process-send-region'
5153         by `condition-case' to guard the case when the pipe to PROC is closed.
5155 2004-10-07  Mark A. Hershberger  <mah@everybody.org>
5157         * xml.el (xml-substitute-special): Limit handling of external entities.
5159 2004-10-06  Nick Roberts  <nickrob@snap.net.nz>
5161         * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
5163 2004-10-06  John Paul Wallington  <jpw@gnu.org>
5165         * xml.el (xml-parse-dtd): Fix `error' call.
5167 2004-10-05  Mark A. Hershberger  <mah@everybody.org>
5169         * xml.el (xml-substitute-special): Return a single string instead
5170         of a list of strings if an entity substitution is made.
5172 2004-10-05  Ulf Jasper  <ulf.jasper@web.de>
5174         * calendar/icalendar.el: New file.
5176 2004-10-05  Juri Linkov  <juri@jurta.org>
5178         * isearch.el (isearch-done): Set mark after running hook.
5179         Reported by Drew Adams <drew.adams@oracle.com>.
5181         * info.el (Info-history, Info-toc): Fix Info headers.
5182         (Info-toc): Narrow buffer before Info-fontify-node.
5183         (Info-build-toc): Don't check for special Info file names.
5184         Set main-file to nil if Info-find-file returns a symbol.
5186 2004-10-05  Emilio C. Lopes  <eclig@gmx.net>:
5188         * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
5189         (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
5190         * calendar/cal-menu.el (calendar-mode-map): Ditto.
5192 2004-10-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
5194         * calendar/cal-iso.el (calendar-iso-read-args): New function,
5195         for old interactive spec from calendar-goto-iso-date.
5196         (calendar-goto-iso-date): Use it.
5197         (calendar-goto-iso-week): New function.  Suggested by Emilio
5198         C. Lopes <eclig@gmx.net>.
5200 2004-10-04  Luc Teirlinck  <teirllm@auburn.edu>
5202         * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
5203         `set-right-margin' bindings that follow the minor mode conventions.
5205 2004-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5207         * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
5208         (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
5209         (latex-block-args-alist): Add minipage and picture.
5210         (latex-block-body-alist): Use reftex-label if enabled.
5211         (latex-insert-block): Don't insert a \n if not necessary.
5212         (tex-compile-commands): Make sure dvips doesn't send to printer.
5213         (tex-compile-default): Handle the case where no executable is found.
5214         (latex-noindent-environments): New var.
5215         (latex-find-indent): Use it.  Take an empty line as an arg-breaker.
5216         If tex-indent-allhanging is non-nil, make sure we only align for macros
5217         at beginning of line.
5219 2004-10-03  Daniel Pfeiffer  <occitan@esperanto.org>
5221         * newcomment.el (comment-beginning): Doc fix and don't choke on
5222         unset `comment-end-skip' when at beginning of comment.
5224 2004-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
5226         * term.el (term-adjust-current-row-cache): Don't allow the current
5227         row to become negative.
5228         (term-emulate-terminal): Fix insert mode. Handle tab insertion at
5229         the end of the line. Fix scroll down. Add comments.
5230         (term-handle-ansi-escape): Don't exceed terminal width when moving
5231         right.
5232         (term-scroll-region): Move the cursor after setting the scroll region.
5234 2004-10-01  Luc Teirlinck  <teirllm@auburn.edu>
5236         * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
5237         to `width' for consistency with docstring.  Doc fix.
5239 2004-10-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
5241         * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
5242         This is necessary for derived modes.
5244 2004-09-30  Kim F. Storm  <storm@cua.dk>
5246         * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
5247         (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
5249         * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
5250         kmacro-extract-lambda functions.
5251         (edit-kbd-macro): Handle kmacro lambda forms.
5252         Include counter and counter format in edit buffer.
5253         (edmacro-finish-edit): Get counter and format from edit buffer and
5254         update kmacro bindings when found.
5256 2004-09-29  Luc Teirlinck  <teirllm@auburn.edu>
5258         * textmodes/paragraphs.el (forward-paragraph):
5259         Avoid args-out-of-range error when point winds up at the beginning of
5260         the buffer and hard newlines are enabled.
5262         * newcomment.el (comment-multi-line): Doc fix.
5264 2004-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5266         * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
5267         (diff-fixup-modifs): Catch unified-diff file-headers.
5269 2004-09-29  Kim F. Storm  <storm@cua.dk>
5271         * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
5272         (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
5273         (gdb-put-breakpoint-icon): Use breakpoint bitmap.
5275         * fringe.el (fringe-bitmap-p): New macro.
5276         (fringe-bitmaps): Add standard fringe bitmaps on load.
5278 2004-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5280         * dired.el (dired-view-command-alist): Use more efficient regexps.
5281         Remove dubious arguments.
5282         (dired-align-file): New function.
5283         (dired-insert-directory): Use it.
5284         (dired-move-to-end-of-filename): Make the " -> " search more specific.
5285         (dired-buffers-for-dir): Remove unused var `pattern'.
5287 2004-09-28  Matthew Mundell  <matt@mundell.ukfsn.org>
5289         * calendar/diary-lib.el (list-diary-entries): Save diary buffer
5290         from diary display excursion.  Store diary buffer's point for
5291         `simple-diary-display'.
5292         (simple-diary-display): Set window point and start when
5293         displaying buffer, to preserve point.
5295 2004-09-27  Luc Teirlinck  <teirllm@auburn.edu>
5297         * textmodes/enriched.el (enriched-translations): Replace defconst
5298         with defvar.
5300 2004-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5302         * printing.el: Doc fix.
5303         (pr-version): New version number (6.8.1).
5304         (pr-ps-file-using-ghostscript): Use make-temp-file instead of
5305         make-temp-name.
5306         (pr-delete-file): Check if file exists before deleting it.
5307         Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
5309 2004-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5311         * term.el (term-display-table): New variable.
5312         (term-mode): Use it.
5313         (term-exec-1): Set the coding system to binary.
5314         (term-emulate-terminal): Decode the string before inserting it.
5316 2004-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
5318         * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
5319         (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
5320         (map): Bind S-prior, S-next and S-insert.
5321         (term-mode): Set `indent-tabs-mode' to nil.
5322         (term-paste): New function to be bound to S-insert.
5323         (term-send-del, term-send-backspace): Change the strings sent.
5324         (term-termcap-format): Synchronyze with etc/e/eterm.ti.
5325         (term-handle-colors-array): Fix handling of underline and reverse.
5326         (term-handle-ansi-escape): Do not handle smcup/rmcup.  Add comments.
5327         (term-erase-in-line): Fix comparison.
5328         (term-emulate-terminal): Fix line wrap handling.
5329         (term-start-output-log): Rename from `term-set-output-log'.
5330         (term-stop-output-log): Rename from `term-stop-photo'.
5331         (term-switch-to-alternate-sub-buffer): Comment out, unused.
5333 2004-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5335         * dired.el (dired-move-to-filename): Don't output a message if
5336         raise-error is non-nil.  Fix return position and value.
5338         * files.el (insert-directory): Obey --dired even with symlinks.
5340 2004-09-25  Lars Hansen  <larsh@math.ku.dk>
5342         * ls-lisp.el (ls-lisp-format): Mark file names with property
5343         dired-filename.
5345 2004-09-25  Kim F. Storm  <storm@cua.dk>
5347         * ido.el (ido-max-directory-size): New defcustom.
5348         (ido-decorations): Add "too big" element.
5349         (ido-directory-too-big): New dynamic var.
5350         (ido-may-cache-directory): Don't cache big directories.
5351         (ido-directory-too-big-p): New defun.
5352         (ido-set-current-directory): Update ido-directory-too-big.
5353         (ido-read-internal): Make empty ido-cur-item if too-big.
5354         (ido-buffer-internal): Use ido-read-internal directly instead of
5355         ido-read-buffer.
5356         (ido-file-internal): Init ido-directory-too-big.
5357         (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
5358         and redo completion with full list.
5359         (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
5360         it, and show completions.
5361         (ido-all-completions): Let bind ido-directory-too-big to nil.
5362         (ido-exhibit): Handle ido-directory-too-big.
5363         (ido-read-buffer): Handle fallback to read-buffer.
5364         Init ido-directory-too-big.
5365         (ido-read-file-name, ido-read-directory-name, ido-completing-read):
5366         Init ido-directory-too-big.
5368 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
5370         * subr.el (delay-mode-hooks): Doc fix.
5372 2004-09-23  Luc Teirlinck  <teirllm@auburn.edu>
5374         * textmodes/enriched.el
5375         (enriched-default-text-properties-local-flag): New variable.
5376         (enriched-mode): Make sure that enabling and disabling the mode is
5377         a no-op.  Doc fix.
5379 2004-09-23  H\e,Ae\e(Bkon Malmedal  <hmalmedal@yahoo.no>  (tiny change)
5381         * calendar/holidays.el (holiday-advent): Report on a specified day
5382         offset from advent, not just advent.
5383         (holiday-easter-etc): Report on one specified day offset from
5384         easter, not all easter holidays. Various Easter holidays moved to
5385         `christian-holidays' variable in calendar.el.
5386         * calendar/calendar.el (christian-holidays): Adapt for new
5387         behaviour of `holiday-advent' and `holiday-easter-etc' functions.
5389 2004-09-23  Kim F. Storm  <storm@cua.dk>
5391         * image.el (insert-sliced-image): Add doc string.
5393         * ido.el (ido-choice-list): New dynamic var for `list' context.
5394         (ido-context-switch-command): New dynamic var.
5395         (ido-define-mode-map): Generalize switch between file/buffer contexts.
5396         (ido-read-internal): Handle new `list' context.
5397         Handle insert-buffer and insert-file ido-exit values.
5398         (ido-buffer-internal): New arg switch-cmd.  Use it to setup
5399         ido-context-switch-command. Handle insert-file ido-exit value.
5400         (ido-read-buffer): Set ido-context-switch-command to 'ignore
5401         unless it is already bound by caller.
5402         (ido-file-internal): New arg switch-cmd.  Use it to setup
5403         ido-context-switch-command.  Handle insert-buffer ido-exit value.
5404         (ido-enter-insert-buffer, ido-enter-insert-file): New commands
5405         used for context switching.
5406         (ido-all-completions): Handle new `list' context.
5407         (ido-make-choice-list): Return choices for `list' context.
5408         (ido-find-file-in-dir, ido-display-file, ido-write-file)
5409         (ido-display-buffer, ido-kill-buffer): Disable context switching.
5410         (ido-insert-buffer, ido-insert-file): Setup context switching.
5411         (ido-exhibit): Handle `list' context.
5412         (ido-read-file-name): Disable context switching.  Handle fallback.
5413         (ido-read-directory-name): Disable context switching.
5414         (ido-completing-read): New defun like completing-read.  Setup and
5415         use new `list' context.
5417 2004-09-20  Jesper Harder  <harder@ifa.au.dk>
5419         * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
5421 2004-09-21  Jay Belanger  <belanger@truman.edu>
5423         * calc/calc-graph.el (calc-graph-add-curve): Move the call to
5424         `calc-graph-set-styles' so the gnuplot buffer will appear in a
5425         separate window.
5427 2004-09-21  Luc Teirlinck  <teirllm@auburn.edu>
5429         * subr.el (after-change-major-mode-hook): Doc fix.
5431 2004-09-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5433         * printing.el: Doc fix.  Add a new tip about the use of gsprint instead
5434         of ghostscript for monochrome PostScript file in Windows.
5436 2004-09-21  Kenichi Handa  <handa@m17n.org>
5438         * descr-text.el (describe-char): Checking of quail activation
5439         fixed.
5441 2004-09-21  Jay Belanger  <belanger@truman.edu>
5443         * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
5445 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
5447         * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
5448         after the mode hooks instead of before.  Doc fix.
5450 2004-09-20  Jason Rumney  <jasonr@gnu.org>
5452         * startup.el (command-line) [windows-nt]: Try .emacs first, then
5453         _emacs, but revert to .emacs if neither exists in home directory.
5455 2004-09-20  John Paul Wallington  <jpw@gnu.org>
5457         * bindings.el (completion-ignored-extensions): Add .dfsl.
5459 2004-09-20  Richard M. Stallman  <rms@gnu.org>
5461         * bindings.el (scroll-left): Make it disabled.
5463         * files.el (enable-local-eval): Doc fix.
5465         * indent.el (move-to-left-margin): Special case for minibuffer.
5467         * term.el (term-emulate-terminal): Turn off undo for output.
5468         Use with-current-buffer and save-selected-window.
5470         * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
5472         * progmodes/make-mode.el (makefile-fill-paragraph):
5473         Don't insist on spaces when looking for comments.  # is enough.
5475         * files.el (hack-local-variables): Copy the variables list
5476         to another buffer, strip prefixes and suffixes there, then read.
5477         (enable-local-eval): Doc fix.
5478         (ignored-local-variables): Initialize to nil.
5479         (risky-local-variable-p): Don't check ignored-local-variables here.
5480         (hack-one-local-variable): Ignore var if in ignored-local-variables.
5482 2004-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
5484         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
5485         of = to "." (punctuation).
5487 2004-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5489         * subr.el (event-basic-type): Fix mask (extend to 22bits).
5491 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
5493         * textmodes/enriched.el (enriched-rerun-flag): New variable.
5494         (enriched-before-change-major-mode): New function.
5495         Add it to `change-major-mode-hook'.
5496         (enriched-after-change-major-mode): New function.
5497         Add it to `after-change-major-mode-hook'.
5498         (enriched-mode): Make it work correctly if called from
5499         `after-change-major-mode-hook'.
5500         No longer set `indent-line-function'.
5502         * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
5504         * subr.el (after-change-major-mode-hook): New variable.
5505         (run-mode-hooks): Implement it.
5507 2004-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5509         * battery.el (battery-linux-proc-apm): Use string-to-number.
5510         (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
5511         Use dolist (and less indentation).  Use erase-buffer.
5512         Pre-initialize `design-capacity', `warn', and `low'.
5513         (battery-format): Use replace-regexp-in-string.
5515 2004-09-18  Ralph Schleicher  <rs@nunatak.allgaeu.org>
5517         * battery.el: Delete superfluous empty lines.
5518         (battery-linux-proc-acpi): Attempt to gather information from all
5519         battery subdirectories regardless of their file name.
5520         (battery-linux-proc-apm): Replace all occurrences of
5521         battery-hex-to-int-2 with string-to-int (base 16).
5522         (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
5523         (battery-hex-map): Delete variable.
5525 2004-09-18  John Paul Wallington  <jpw@gnu.org>
5527         * calc/calc-units.el (calc-quick-units): Fix overzealous
5528         s/or/unless/.
5530 2004-09-17  Jay Belanger  <belanger@truman.edu>
5532         * calc/calc.el (calc-mode-var-list): Fix the value of
5533         `calc-matrix-brackets'.
5535 2004-09-17  Romain Francoise  <romain@orebokech.com>
5537         * ibuf-ext.el (define-ibuffer-filter filename):
5538         Expand dired-directory since buffer-file-name is absolute.
5540 2004-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
5542         * ediff-init.el (ediff-current-diff-face-A)
5543         (ediff-current-diff-face-B, ediff-current-diff-face-C)
5544         (ediff-current-diff-face-Ancestor)
5545         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5546         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5547         (ediff-even-diff-face-A, ediff-even-diff-face-B)
5548         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5549         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5550         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5551         Use min-colors.
5553         * term.el (term-down): Perform vertical motion if DOWN is negative.
5554         (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
5555         (term-termcap-format): Synchronyze with the eterm terminfo entry
5556         in etc/e/eterm.ti.
5557         (term-handle-colors-array): If the current foreground or
5558         background are zero (i.e. unspecified), use the foreground and
5559         background of the default face for reverse video.
5560         (term-ansi-at-eval-string, term-ansi-default-fg)
5561         (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
5562         (term-mem): Delete ununsed function.
5563         (term-protocol-version): Increment.
5564         (term-current-face): Set to default.
5566 2004-09-15  Jay Belanger  <belanger@truman.edu>
5568         * calc/calc.el (calc-mode-var-list): Define this variable.
5569         (calc-always-load-extensions, calc-line-numbering)
5570         (calc-line-breaking, calc-display-just, calc-display-origin)
5571         (calc-number-radix, calc-leading-zeros, calc-group-digits)
5572         (calc-group-char, calc-point-char, calc-frac-format)
5573         (calc-prefer-frac, calc-hms-format, calc-date-format)
5574         (calc-float-format, calc-full-float-format, calc-complex-format)
5575         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
5576         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
5577         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
5578         (calc-matrix-brackets, calc-language, calc-language-option)
5579         (calc-left-label, calc-right-label, calc-word-size)
5580         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
5581         (calc-display-raw, calc-internal-prec, calc-angle-mode)
5582         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
5583         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
5584         (calc-window-height, calc-display-trail, calc-show-selections)
5585         (calc-use-selections, calc-assoc-selections)
5586         (calc-display-working-message, calc-auto-why, calc-timing)
5587         (calc-mode-save-mode, calc-standard-date-formats)
5588         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
5589         (calc-user-parse-tables, calc-gnuplot-default-device)
5590         (calc-gnuplot-default-output, calc-gnuplot-print-device)
5591         (calc-gnuplot-print-output, calc-gnuplot-geometry)
5592         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
5593         (calc-invocation-macro, calc-show-banner): Give these values as
5594         part of `calc-mode-var-list's initialization after the variables
5595         are declared with defvar.
5596         (calc-bug-address):  Change email address to send bug reports to.
5597         Change the maintainer address at the top.
5598         (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
5599         than "\\.emacs" to determine if it is the user-init-file.
5601         * calc/calc-embed.el (calc-embedded-set-modes): Use
5602         `calc-mode-var-list' correctly.
5604 2004-09-15  Thien-Thi Nguyen  <ttn@gnu.org>
5606         * vc.el (annotate-time): Document point handling.
5607         (vc-annotate-display-autoscale): Doc fix.
5609 2004-09-15  Miles Bader  <miles@gnu.org>
5611         * generic.el (generic-make-keywords-list): Use symbol rather than
5612         word anchors in regexp.
5614 2004-09-14  Sean O'Rourke  <sorourke@cs.ucsd.edu>
5616         * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
5617         no file name consider `dired-directory'.
5619 2004-09-14  Kim F. Storm  <storm@cua.dk>
5621         * faces.el (cursor): Add face-no-inherit property.  Doc fix.
5623 2004-09-14  Simon Josefsson  <jas@extundo.com>
5625         * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
5627         * textmodes/dns-mode.el: Add.
5629 2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5631         * novice.el (disabled-command-hook): Use shorthand for obsolescence.
5632         (disabled-command-function): Make the ?\  char more obvious.
5634         * vc-arch.el (vc-arch-root, vc-arch-registered):
5635         * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
5637 2004-09-13  Hovav Shacham  <hovav@sha1.stanford.edu>
5639         * windmove.el (windmove-frame-edges): Report coordinates of
5640         outside edges of frame, not inside edges.
5641         (windmove-coordinates-of-position): Convert into wrapper to new
5642         function `windmove-coordinates-of-window-position';
5643         `compute-motion' always applies to selected window.
5644         (windmove-coordinates-of-position): Update documentation to refer
5645         to Emacs 21 Lisp Reference Manual.
5646         (windmove-find-other-window): Fix off-by-one errors for max x,y.
5648 2004-09-13  Kim F. Storm  <storm@cua.dk>
5650         * isearch.el (isearch-resume-in-command-history): Rename from
5651         isearch-resume-enabled and change default to nil.
5653 2004-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5655         * vc-hooks.el (vc-ignore-dir-regexp): New var.
5656         (vc-registered): Use it.
5657         (vc-find-root): New fun.
5659         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
5660         Don't tell to use \\{...} when it's already done.
5662         * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
5663         Provide a sample complex default.
5664         (bibtex-url, bibtex-font-lock-url): Adapt to new format.
5665         (bibtex-entry): Use mapc.
5667 2004-09-12  Kim F. Storm  <storm@cua.dk>
5669         * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
5671         * emulation/cua-rect.el (cua--rectangle-operation): Let bind
5672         inhibit-field-text-motion to t so rectangles work in comint buffers.
5674         * simple.el (choose-completion-string): Set buffer before running
5675         choose-completion-string-functions hook so it can be buffer-local.
5677 2004-09-12  Daniel Pfeiffer  <occitan@esperanto.org>
5679         * progmodes/compile.el (compilation-start): Parse command to see
5680         if it starts with a cd, and if so perform it for the *compilation*
5681         buffer.  Change the header to reflect this.
5683 2004-09-11  Kim F. Storm  <storm@cua.dk>
5685         * ido.el (ido-enable-dot-prefix): Doc fix.
5686         (ido-enable-dot-prefix): New defcustom.
5687         (ido-set-matches1): Use it.
5689 2004-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5691         * textmodes/bibtex.el (bibtex-mark-active)
5692         (bibtex-run-with-idle-timer): Move the `if' inside the defun.
5694 2004-09-10  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5696         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
5697         used in a case insensitive environment.
5698         (bibtex-mode-map): Rearrange order of menus.
5699         (bibtex-quoted-string-re): Obsolete.
5700         (bibtex-complete-key-cleanup): Variable replaced by new function.
5701         (bibtex-font-lock-keywords): Use backquotes.
5702         (bibtex-font-lock-url-regexp): New internal variable.
5703         (bibtex-name-in-field): New optional arg remove-opt-alt to remove
5704         "OPT" and "ALT".
5705         (bibtex-insert-current-kill, bibtex-make-field)
5706         (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
5707         (bibtex-parse-field-text): Simplify.
5708         (bibtex-string=): New helper function.
5709         (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
5710         (bibtex-map-entries): Use bibtex-string=.
5711         (bibtex-search-entry): Use not.
5712         (bibtex-enclosing-field): Fix docstring.
5713         (bibtex-assoc-regexp): Obsolete.
5714         (bibtex-format-entry): Use assoc-string and bibtex-string=.
5715         (bibtex-autokey-get-names): Handle empty name field.
5716         (bibtex-parse-strings): Use assoc-string and unless.
5717         (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
5718         Use assoc-string.
5719         (bibtex-pop): Simplify.
5720         (bibtex-mode): Set font-lock-extra-managed-props.
5721         (bibtex-entry-update): Use assoc-string.
5722         (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
5723         (bibtex-autofill-entry): Use bibtex-string=.
5724         (bibtex-print-help-message): Simplify.
5725         (bibtex-find-entry): New optional arg START.
5726         (bibtex-validate): Use bibtex-string= and assoc-string.
5727         Do not call obsolete function compilation-parse-errors.
5728         (bibtex-remove-delimiters): Only remove delimiters if present.
5729         (bibtex-copy-entry-as-kill): Add docstring.
5730         (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
5731         Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
5732         (bibtex-complete): Use bibtex-predefined-month-strings,
5733         bibtex-string=, and new function bibtex-complete-key-cleanup.
5734         (bibtex-generate-url-list): New variable.
5735         (bibtex-url): New command bound to C-c C-l and mouse-2.
5736         (bibtex-url-map): New local keymap for bibtex-url-mouse.
5737         (bibtex-font-lock-url): New function.
5739 2004-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5741         * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
5743 2004-09-09  Kim F. Storm  <storm@cua.dk>
5745         * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
5746         counter and format with binding.
5747         (kmacro-name-last-macro): New defun.  Like name-last-kbd-macro, but
5748         the declared macro uses own macro counter and format.  Give symbol
5749         kmacro property.
5750         (kmacro-keymap): Bind kmacro-name-last-macro to n.
5751         (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
5752         (kmacro-end-and-call-macro): Doc fix.
5754 2004-09-09  Lars Hansen  <larsh@math.ku.dk>
5756         * desktop.el (desktop-clear-preserve-buffers):
5757         Remove make-obsolete-variable.
5759 2004-09-08  Richard M. Stallman  <rms@gnu.org>
5761         * buff-menu.el (list-buffers-noselect): Call format-mode-line
5762         with the buffer as argument.
5764 2004-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5766         * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
5768 2004-09-08  Juri Linkov  <juri@jurta.org>
5770         * replace.el (perform-replace): Use `query-replace-descr'.
5772         * cus-start.el (history-delete-duplicates): Specify customization.
5774         * diff-mode.el (diff-mode-map):
5775         * progmodes/compile.el (compilation-mode-map):
5776         * progmodes/grep.el (grep-mode-map):
5777         * replace.el (occur-mode-map): Rename `next-error-follow-mode'
5778         to `next-error-follow-minor-mode'.
5780 2004-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5782         * isearch.el (isearch-lazy-highlight-update): Take into account
5783         the case of zero-length match at the search bound.
5785 2004-09-08  Kim F. Storm  <storm@cua.dk>
5787         * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
5788         change.  Use zero width overlays when necessary.
5790 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
5792         * subr.el (split-string): Docfix.
5794 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
5796         * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
5797         (display-call-tree): Ensure newline after caller/calls blocks.
5799 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
5801         * startup.el (command-line-1): Make option
5802         --directory/-L modify `load-path' straight away.
5804 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
5806         * progmodes/grep.el (grep-mode): Use normal autoload cookie.
5808 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
5810         * emacs-lisp/autoload.el (make-autoload):
5811         Handle `define-compilation-mode'.
5813         * emacs-lisp/lisp-mode.el (define-compilation-mode):
5814         Specify `doc-string-elt' property.
5816 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
5818         * bs.el (bs-mode): Doc fix.
5820 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
5822         * info.el (Info-insert-dir): Fix temp buffer leak bug.
5824 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
5826         * play/blackbox.el (bb-trace-ray): Avoid double tracing.
5828 2004-09-08  Kenichi Handa  <handa@m17n.org>
5830         * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
5831         length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
5832         ps-mule-next-point -> 1+).
5834         * composite.el (encode-composition-rule): Add autoload cooky.
5836 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
5838         * format.el (buffer-auto-save-file-format): Make it permanent local.
5840 2004-09-07  Kim F. Storm  <storm@cua.dk>
5842         * emacs-lisp/authors.el (authors-aliases): Add more aliases.
5843         (authors-fixed-entries): Fix typo.
5844         (authors-canonical-author-name): Compact multiple spaces.
5845         Ignore trivial names (e.g. only first name).
5847         * term.el (term-window-width): Only use full window width on
5848         window system if overflow-newline-into-fringe is enabled.
5849         (term-mode): Don't disable overflow-newline-into-fringe.
5851 2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5853         * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
5854         motion as seen on my Mac OS X xterms.
5856         * newcomment.el (uncomment-region-default, comment-region-default):
5857         New functions extracted from uncomment-region and comment-region.
5858         (comment-region, comment-region-function, uncomment-region)
5859         (uncomment-region-function): Use them.
5861         * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
5863         * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
5864         It's not crucial but can make sense at times.
5866         * vc-arch.el (vc-arch-workfile-version): Handle the special case before
5867         the first commit.
5869         * vc.el (vc-buffer-context, vc-restore-buffer-context):
5870         Disable obsolete code.
5872 2004-09-07  Juri Linkov  <juri@jurta.org>
5874         * progmodes/grep.el (grep-highlight-matches): Change default from
5875         `t' to `auto-detect', and type from `boolean' to `choice'.  Doc fix.
5876         (grep-compute-defaults): Set `grep-highlight-matches' to `t'
5877         if grep option `--color' is available, or to `nil' otherwise.
5878         (grep-process-setup): Call `grep-compute-defaults' if
5879         `grep-highlight-matches' is not computed.  Set env-vars only
5880         if `grep-highlight-matches' is `t'.
5881         (grep-use-null-device): Remove redundant type `boolean' (`choice'
5882         is already defined).
5884         * progmodes/compile.el (compilation-start): Use copy of
5885         `process-environment' created by `copy-sequence' to not
5886         modify env-vars in the global `process-environment'.
5888 2004-09-06  Eli Zaretskii  <eliz@gnu.org>
5890         * simple.el (next-error-follow-minor-mode): Fix last change.
5892 2004-09-05  Luc Teirlinck  <teirllm@auburn.edu>
5894         * textmodes/paragraphs.el (use-hard-newlines): Make it into a
5895         permanent local.
5897 2004-09-04  Richard M. Stallman  <rms@gnu.org>
5899         * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
5900         highlighting if the search string is empty.
5902 2004-09-04  Luc Teirlinck  <teirllm@auburn.edu>
5904         * facemenu.el (facemenu-active-faces): Change condition of inner
5905         `while' loop to also check the first two elements of `face-atts'
5906         and `mask-atts'.
5908 2004-09-04  John Paul Wallington  <jpw@gnu.org>
5910         * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
5911         (thumbs-view-image-mode): Make buffer read-only.
5913 2004-09-04  Christopher J. Madsen  <cjm@pobox.com>
5915         * textmodes/ispell.el (ispell-really-aspell): New defvar.
5916         (ispell-check-version): Set it.
5917         (ispell-send-replacement): New function.
5918         (ispell-process-line): Call ispell-send-replacement.
5920 2004-09-04  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
5922         * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
5923         Support choosing seconds with "s".
5925 2004-09-04  Jari Aalto  <jari.aalto@poboxes.com>
5927         * terminal.el (te-escape): Show `?' in prompt for help key.
5929 2004-09-04  Emilio C. Lopes <eclig@gmx.net>
5931         * emacs-lisp/lisp.el (kill-backward-up-list): New function.
5933 2004-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
5935         * simple.el (next-error-follow-minor-mode)
5936         (next-error-follow-mode-post-command-hook): New functions.
5937         (next-error-follow-last-line): New defvar.
5939         * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
5940         * progmodes/compile.el (compilation-mode-map): Likewise.
5941         * progmodes/grep.el (grep-mode-map): Likewise.
5942         * replace.el (occur-mode-map): Likewise.
5944         * newcomment.el (uncomment-region): Bind comment-use-global-state
5945         to nil.
5947 2004-09-03  Luc Teirlinck  <teirllm@auburn.edu>
5949         * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
5950         locally around the call to `revert-buffer'.
5952 2004-09-03  Juri Linkov  <juri@jurta.org>
5954         * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
5955         `isearch-adjusted' to `t'.
5956         (isearch-toggle-case-fold): Set `isearch-success' to `t'.
5957         (isearch-message-prefix): Add "pending" for isearch-adjusted.
5958         (isearch-other-meta-char): Restore isearch-point unconditionally.
5959         (isearch-query-replace): Add new arg `regexp-flag' and use it.
5960         Set point to start of match if region is not active in transient
5961         mark mode (to include the current match to region boundaries).
5962         Push the search string to `query-replace-from-history-variable'.
5963         Add prompt "Query replace regexp" for isearch-regexp.
5964         Add region beginning/end as last arguments of `perform-replace.'
5965         (isearch-query-replace-regexp): Replace code by the call to
5966         `isearch-query-replace' with arg `t'.
5968 2004-09-03  Richard M. Stallman  <rms@gnu.org>
5970         * startup.el (normal-top-level): Undo previous TERM change.
5972 2004-09-03  Kim F. Storm  <storm@cua.dk>
5974         * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
5975         highlight overlays; allow using RET when cursor is over a button.
5976         (cua--highlight-rectangle): Use it.
5977         (cua--rectangle-set-corners): Don't move backwards at eol.
5978         (cua--forward-line): Don't move into void after eob.
5980         * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
5981         point is set (and displayed) inside rectangle.
5982         (cua--rectangle-operation): Fix for highlight of empty lines.
5983         (cua--highlight-rectangle): Fix highlight for tabs.
5984         Position cursor at left/right edge of rectangle using new `cursor'
5985         property on overlay strings.
5986         (cua--indent-rectangle): Don't tabify.
5987         (cua-rotate-rectangle): Ignore that point has moved.
5989 2004-09-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5991         * term/mac-win.el: Add ASCII equivalents for some function keys.
5992         (mode-line-frame-identification): Sync with x-win.el.
5994 2004-09-02  Juri Linkov  <juri@jurta.org>
5996         * progmodes/compile.el (compilation-buffer-name): Compare major
5997         mode with second element of compilation-arguments instead of third
5998         to reflect latest changes in compilation-arguments structure.
5999         (recompile): Use global variable `compilation-directory' to get
6000         recent compilation directory only when `recompile' is invoked NOT
6001         in the compilation buffer.  Otherwise, use `default-directory' of
6002         the compilation buffer.
6003         (compilation-error-properties): Allow to funcall col and end-col.
6004         (compilation-mode-font-lock-keywords): Check col and end-col by
6005         `integerp'.
6006         (compilation-goto-locus): If end-mk is non-nil in transient mark
6007         mode don't activate the mark (and don't display message in
6008         push-mark), but highlight overlay between mk and end-mk.
6010         * progmodes/grep.el (grep-highlight-matches): New defcustom.
6011         (grep-regexp-alist): Add rule to highlight grep matches.
6012         (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
6014         * info.el (Info-fontify-node): Don't compute other-tag
6015         if Info-hide-note-references=hide.
6017         * help.el (function-called-at-point):
6018         * help-fns.el (variable-at-point):
6019         Try `find-tag-default' when other methods failed.
6021         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
6022         Do not push mark if inhibit-mark-movement is non-nil.
6024         * textmodes/ispell.el (ispell-html-skip-alists):
6025         Fix backslashes in docstring.
6027 2004-09-01  Juri Linkov  <juri@jurta.org>
6029         * isearch.el (isearch-wrap-function)
6030         (isearch-push-state-function): New defvars.
6031         (isearch-pop-fun-state): New defsubst.
6032         (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
6033         (isearch-push-state): Set the result of calling
6034         `isearch-push-state-function' to the `isearch-pop-fun-state' field.
6035         (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
6036         restore the mode-specific starting point of terminated search.
6037         (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
6038         (isearch-repeat): Call `isearch-wrap-function' if defined.
6039         (isearch-message-prefix): Don't add prefix "over" to the message
6040         for wrapped search if `isearch-wrap-function' is defined.
6041         (isearch-search): Call function saved in `isearch-pop-fun-state' to
6042         restore the mode-specific starting point of failed search.
6044         * info.el (Info-search-whitespace-regexp): Fix backslashes.
6045         (Info-search): Add new optional arguments for the sake of isearch.
6046         Replace whitespace in Info-search-whitespace-regexp literally.
6047         Add backward search.  Don't call `Info-select-node' if regexp is
6048         found in the same Info node.  Don't add node to Info-history for
6049         wrapped isearch.
6050         (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
6051         (Info-isearch-push-state, Info-isearch-pop-state): New funs.
6052         (Info-mode): Set local variables `isearch-search-fun-function',
6053         `isearch-wrap-function', `isearch-push-state-function',
6054         `search-whitespace-regexp'.
6056         * isearch.el: Remove ancient Change Log section.
6057         (isearch-string, isearch-message-string, isearch-point)
6058         (isearch-success, isearch-forward-flag, isearch-other-end)
6059         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
6060         (isearch-barrier, isearch-within-brackets)
6061         (isearch-case-fold-search): Add suffix `-state' to state-related
6062         defsubsts to avoid name clashes with other function names.
6064         * simple.el (next-error): New defgroup and defface.
6065         (next-error-highlight, next-error-highlight-no-select):
6066         New defcustoms.
6067         (next-error-no-select): Let-bind next-error-highlight to the value
6068         of next-error-highlight-no-select before calling `next-error'.
6070         * progmodes/compile.el (compilation-goto-locus):
6071         Use `next-error' face instead of `region'.  Set 4-th argument of
6072         `move-overlay' to `current-buffer' to move overlay to different
6073         source buffers.  Use new variable `next-error-highlight'.
6075         * simple.el (next-error-find-buffer): Move the rule
6076         "if current buffer is a next-error capable buffer" after the
6077         rule "if next-error-last-buffer is set to a live buffer".
6078         Simplify to test all rules in one `or'.
6079         (next-error): Doc fix.
6080         (next-error, previous-error, first-error)
6081         (next-error-no-select, previous-error-no-select):
6082         Make arguments optional.
6084 2004-08-31  Luc Teirlinck  <teirllm@auburn.edu>
6086         * macros.el (apply-macro-to-region-lines): Make it operate on all
6087         lines that begin in the region, rather than on all complete lines
6088         in the region.
6090 2004-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6092         * x-dnd.el (x-dnd-protocol-alist): Document update.
6093         (x-dnd-known-types): Defcustom it.
6094         (x-dnd-handle-motif): Print message-atom in error message.
6096 2004-08-30  John Paul Wallington  <jpw@gnu.org>
6098         * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
6099         strings rather than programatically constructing message.
6101 2004-08-30  Richard M. Stallman  <rms@gnu.org>
6103         * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
6104         Don't return a string that would read as the wrong character code.
6106 2004-08-29  Kim F. Storm  <storm@cua.dk>
6108         * emulation/cua-base.el (cua-auto-expand-rectangles):
6109         Remove automatic rectangle padding feature; replace by non-destructive
6110         virtual rectangle edges feature.
6111         (cua-virtual-rectangle-edges): New defcustom.
6112         (cua-auto-tabify-rectangles): New defcustom.
6113         (cua-paste): If paste into a marked rectangle, insert rectangle at
6114         current column, even if virtual; also paste exactly as many lines
6115         as has been marked (ignore additional lines or add empty lines),
6116         but paste whole source if only one line is marked.
6117         (cua--update-indications): No longer use overwrite-cursor to
6118         indicate rectangle padding
6120         * emulation/cua-rect.el (cua--rectangle-padding): Remove.
6121         (cua--rectangle-virtual-edges): New defun.
6122         (cua--rectangle-get-corners): Remove optional PAD arg.
6123         (cua--rectangle-set-corners): Never do padding.
6124         (cua--forward-line): Remove optional PAD arg.  Simplify.
6125         (cua-resize-rectangle-right, cua-resize-rectangle-left)
6126         (cua-resize-rectangle-down, cua-resize-rectangle-up):
6127         (cua-resize-rectangle-bot, cua-resize-rectangle-top)
6128         (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
6129         (cua--rectangle-move): Never do padding.  Simplify.
6130         (cua--tabify-start): New defun.
6131         (cua--rectangle-operation): Add tabify arg.  All callers changed.
6132         (cua--pad-rectangle): Remove.
6133         (cua--delete-rectangle): Handle delete with virtual edges.
6134         (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
6135         (cua--insert-rectangle): Handle insert at virtual column.
6136         Perform auto-tabify if necessary.
6137         (cua--activate-rectangle): Remove optional FORCE arg.
6138         Never do padding.  Simplify.
6139         (cua--highlight-rectangle): Enhance for virtual edges.
6140         (cua-toggle-rectangle-padding): Remove command.
6141         (cua-toggle-rectangle-virtual-edges): New command.
6142         (cua-sequence-rectangle): Add optional TABIFY arg.  Callers changed.
6143         (cua--rectangle-post-command): Don't force rectangle padding.
6144         (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
6146 2004-08-28  Luc Teirlinck  <teirllm@auburn.edu>
6148         * indent.el (edit-tab-stops-buffer): Doc fix.
6150 2004-08-28  Richard M. Stallman  <rms@gnu.org>
6152         * progmodes/grep.el (grep-default-command): Use find-tag-default.
6153         (grep-tag-default): Function deleted.
6155         * subr.el (find-tag-default): Move from etags.el.
6157         * progmodes/etags.el (find-tag-default): Move to subr.el.
6159         * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
6160         into the basic character if it has an uppercase form.
6162 2004-08-27  Kenichi Handa  <handa@m17n.org>
6164         * international/utf-8.el (utf-8-post-read-conversion): If the
6165         buffer is unibyte, temporarily make it multibyte.
6167 2004-08-27  Masatake YAMATO  <jet@gyve.org>
6169         * calendar/time-date.el (time-to-seconds): Add autoload cookies.
6171 2004-08-25  John Paul Wallington  <jpw@gnu.org>
6173         * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
6174         0, 1, and many mismatches in message.
6175         (tex-start-shell): Use `set-process-query-on-exit-flag'.
6177         * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
6178         (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
6180 2004-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6182         * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
6183         vc-diff-switches differently.
6185 2004-08-22  Luc Teirlinck  <teirllm@auburn.edu>
6187         * speedbar.el (speedbar-file-regexp): Give it a phony defvar
6188         before and a real defvar after
6189         `speedbar-supported-extension-expressions'.  This is to silence
6190         the compiler without breaking bootstrapping.
6192 2004-08-22  Richard M. Stallman  <rms@gnu.org>
6194         * textmodes/flyspell.el (flyspell-word):
6195         Use set-process-query-on-exit-flag.
6196         (flyspell-highlight-duplicate-region): Take POSS as arg.
6197         (flyspell-word): Pass POSS as arg.
6199         * progmodes/ada-xref.el: Many doc and style fixes.
6200         (ada-find-any-references): Use compilation-start.
6201         (ada-get-ali-file-name): Improve error msg.
6202         (ada-get-ada-file-name): Likewise.
6204         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
6205         (ange-ftp-start-process): Use set-process-query-on-exit-flag.
6207         * mail/mail-extr.el (mail-extr-all-top-level-domains):
6208         Add forward defvar.
6210         * whitespace.el (global-whitespace-mode): New alias
6211         for whitespace-global-mode.
6213         * speedbar.el (speedbar-file-regexp): Move definition up.
6214         (speedbar-mode, speedbar-set-mode-line-format):
6215         Use with-no-warnings.
6216         (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
6218         * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
6219         controls whether to display the error buffer.
6221         * ps-mule.el: Delete compatibility code for old Emacses.
6222         (ps-mule-find-wrappoint): Don't use chars-in-region.
6224         * frame.el (display-mouse-p, display-selections-p):
6225         Use with-no-warnings.
6227         * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
6229 2004-08-22  David Kastrup  <dak@gnu.org>
6231         * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
6232         information.
6234         * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
6236 2004-08-22  Andreas Schwab  <schwab@suse.de>
6238         * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
6240 2004-08-22  Masatake YAMATO  <jet@gyve.org>
6242         * cvs-status.el (cvs-status-checkout): New function.
6243         (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
6245 2004-08-21  David Kastrup  <dak@gnu.org>
6247         * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
6248         (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
6249         has been converted to use hashtables, the relation `nil=none' is
6250         no longer valid, as `nil' is not a hashtable.  This patch tries to
6251         reduce the number of resulting errors.
6253 2004-08-21  John Paul Wallington  <jpw@gnu.org>
6255         * subr.el (process-kill-without-query): Made obsolete in
6256         version 21.4, not 21.5.
6258         * log-edit.el (vc-comment-ring, vc-comment-ring-index)
6259         (vc-previous-comment, vc-next-comment)
6260         (vc-comment-search-reverse, vc-comment-search-forward)
6261         (vc-comment-to-change-log): Likewise.
6263         * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
6265 2004-08-21  Peter Seibel  <peter@javamonkey.com>  (tiny patch)
6267         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
6268         Correct indentation of DEFMETHODS with non-standard method
6269         combinations (e.g., PROGN, MIN, MAX).
6271 2004-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6273         * startup.el (normal-top-level-add-subdirs-to-load-path):
6274         Avoid unnecessarily checking system-type.
6275         (normal-top-level): Set TERM to "dumb".  Simplify.
6277         * avoid.el (mouse-avoidance-ignore-p): New fun.
6278         Also ignore switch-frame, select-window, double, and triple clicks.
6279         (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
6280         (mouse-avoidance-fancy-hook): Use it.
6282 2004-08-20  Zoran Milojevic  <zoran@sipquest.com>  (tiny change)
6284         * avoid.el (mouse-avoidance-nudge-mouse)
6285         (mouse-avoidance-banish-destination): Stay within the current window
6286         to avoid problems with mouse-autoselect-window.
6288 2004-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6290         * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
6291         the newer format of some messages in cvs-1.12.1.
6293 2004-08-19  Masatake YAMATO  <jet@gyve.org>
6295         * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
6296         (elp-results-jump-to-definition-by-mouse)
6297         (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
6298         (elp-output-result): Use elp-output-insert-symname.
6300 2004-08-18  Kenichi Handa  <handa@m17n.org>
6302         * language/cyrillic.el: Register koi8-r in
6303         ctext-non-standard-encodings-alist.
6304         ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
6306 2004-08-17  Luc Teirlinck  <teirllm@auburn.edu>
6308         * emacs-lisp/copyright.el (copyright-update-year): Delete code
6309         that replaces 20xy with xy.
6311 2004-08-17  John Paul Wallington  <jpw@gnu.org>
6313         * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
6314         (reb-force-update): Doc fix.
6316 2004-08-16  Richard M. Stallman  <rms@gnu.org>
6318         * progmodes/which-func.el (which-func-update-1): Doc fix.
6320         * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
6321         (sh-mode-abbrev-table): New variable.
6323         * progmodes/compile.el (compilation-mode): Doc fix.
6325         * emacs-lisp/lisp-mode.el (eval-last-sexp):
6326         Don't cons a new symbol each time.
6327         (eval-last-sexp-fake-value): New variable.
6329         * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
6330         (copyright-update-year): Detect continuation of list of years.
6332         * term.el (term-default-fg-color, term-default-bg-color)
6333         (ansi-term-color-vector): Use `unspecified', not nil, as default.
6335         * imenu.el: Several doc fixes: don't say variables are buffer-local.
6337 2004-08-16  Davis Herring <herring@lanl.gov>
6339         * isearch.el (isearch-string, isearch-message-string, isearch-point)
6340         (isearch-success, isearch-forward-flag, isearch-other-end)
6341         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
6342         (isearch-barrier, isearch-within-brackets)
6343         (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
6345 2004-08-16  Kenichi Handa  <handa@m17n.org>
6347         * ps-mule.el (ps-mule-font-info-database): Fix docstring.
6349 2004-08-15  Kenichi Handa  <handa@m17n.org>
6351         * term/x-win.el (x-selection-value): If utf8 was successful but
6352         ctext was not, use utf8 string.
6354 2004-08-14  Davis Herring  <herring@lanl.gov>
6356         * isearch.el: Remove accidental changes of March 4.  Fix backing
6357         up when a regexp isearch is made more general.  Use symbolic
6358         accessor functions for isearch stack frames to make usage clearer.
6359         (search-whitespace-regexp): Made groups in documentation shy (as
6360         is the group in the default value).
6361         (isearch-fallback): New function, addresses problems with regexps
6362         liberalized by `\|', adds support for liberalization by `\}' (the
6363         general repetition construct), and incorporates behavior for
6364         `*'/`?'.
6365         (isearch-}-char): New command, calls `isearch-fallback' with
6366         arguments appropriate to a typed `}'.
6367         (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
6368         appropriately.
6369         (isearch-mode-map): Bind `}' to `isearch-}-char'.
6370         (isearch-string, isearch-message,string, isearch-point)
6371         (isearch-success, isearch-forward-flag, isearch-other-end)
6372         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
6373         (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
6374         New inline functions to read fields of a stack frame.
6376 2004-08-14  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>  (tiny change)
6378         * battery.el (battery-linux-proc-acpi): Look into battery
6379         directories matching the literal string "CMB", too (required for
6380         Linux kernel version 2.6.7).
6382 2004-08-14  John Paul Wallington  <jpw@gnu.org>
6384         * cus-start.el (read-file-name-completion-ignore-case): Add.
6385         (blink-cursor-alist): Change version to "21.4".
6387         * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
6389 2004-08-11  Daniel Pfeiffer  <occitan@esperanto.org>
6391         * speedbar.el (speedbar-scan-subdirs): New option.
6392         (speedbar-file-lists): Don't ignore file-name case on Unix and use
6393         dolist.
6394         (speedbar-insert-files-at-point): Take an extra argument and use
6395         it to optionally find out if a subdir is empty.  Also unreadable
6396         files don't get expand buttons.
6397         (speedbar-directory): New image (unused pixmap already existed).
6398         (speedbar-expand-image-button-alist): Use it.
6400 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
6402         CC Mode update to 5.30.9:
6404         * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
6405         Move from cc-vars to cc-defs for dependency reasons.  Fix the
6406         POSIX char class test to check that it works in
6407         `skip-chars-(forward|backward)' too.
6409         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
6410         first argument starts with a special brace list.
6412         * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
6413         when `c-opt-type-concat-key' is used (i.e. in Pike).
6415         * progmodes/cc-engine.el (c-looking-at-special-brace-list):
6416         Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
6417         >)".
6419         * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
6420         whitespace safe.
6422         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
6423         position for `arglist-intro', `arglist-cont-nonempty' and
6424         `arglist-close' when there are two arglist open parens on the same
6425         line and there's nothing in front of the first.
6427         * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
6428         locking of qualified names in Java, which previously could fontify
6429         common indexing expressions in many cases.  The standard Java
6430         naming conventions are used to tell them apart.
6432         * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
6433         Fix inconsistency wrt opening parens on the first line inside a paren
6434         block.
6436         * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
6437         compile time for the sake of `c-major-mode-is'.
6439         (c-mode-is-new-awk-p): Made it a macro to delay expansion of
6440         `c-major-mode-is' in the event that this is used inside a
6441         `c-lang-defconst'.
6443         * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
6444         `c-lang-defconst' so that it works better with fallback languages.
6446         * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
6447         it to fail to record the base mode.
6449         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
6450         Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
6451         is used.  Reorder the syntax checks to get more efficient
6452         skipping in some situations.
6454         * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
6455         continuation which might precede the newly inserted '{'.
6457         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
6458         Fix cases where it could loop indefinitely.
6460         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
6461         size specs correctly.  Only fontify identifiers in front of '('
6462         with as functions - don't accept any paren char.  Tighten up
6463         initializer skipping to stop before function and class blocks.
6465         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
6466         the point could be left directly after an open paren when finding
6467         the beginning of the first decl in the block.
6469         * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
6470         table when filtering out legitimate open parens to be recorded.
6471         This could cause cache inconsistencies when e.g.
6472         `c++-template-syntax-table' was temporarily in use.
6474         * progmodes/cc-engine.el (c-on-identifier)
6475         (c-simple-skip-symbol-backward): Small fix for handling "-"
6476         correctly in `skip-chars-backward'.  Affected the operator lfun
6477         syntax in Pike.
6479         * progmodes/cc-engine.el (c-invalidate-sws-region-after):
6480         Fix bug that could cause an error from `after-change-functions' when
6481         the changed region is at bob.
6483 2004-08-11  Alan Mackenzie  <bug-cc-mode@gnu.org>
6485         CC Mode update to 5.30.9:
6487         * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
6488         to say that <TAB> doesn't insert WS into a CPP line.
6489         (c-indent-command, c-tab-always-indent): Amend doc strings.
6491         * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
6492         checks for user errors, thus eliminating cryptic and unhelpful
6493         Emacs error messages.  (1) Check the arg to `c-set-style' is a
6494         string.  (2) Check that settings to `c-offsets-alist' are not
6495         spuriously quoted.
6497         * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
6498         which precedes the newly inserted `{'.
6500 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
6502         Sync with Tramp 2.0.44.
6504         * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
6505         function "tramp_file_attributes".  Otherwise, file names
6506         containing spaces are misinterpreted.  Reported by Magnus Henoch
6507         <mange@freemail.hu>.
6508         (tramp-handle-file-truename): FILENAME must be expanded first.
6509         Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
6510         obscure results.  Reported by D. Goel <deego@gnufans.org>.
6511         (tramp-handle-verify-visited-file-modtime): If file does not
6512         exist, say it is not modified if and only if that agrees with the
6513         buffer's record.  Check whether a file is visiting the buffer, or
6514         the buffer has no recorded last modification time.  Return t in
6515         case the visiting file doesn't exist.  Suggested by Luc Teirlinck
6516         <teirllm@auburn.edu>.
6517         (tramp-handle-write-region): Pass modtime explicitely to
6518         `set-visited-file-modtime', because filename can be different
6519         from (buffer-file-name) if `file-precious-flag' is set.
6520         `set-visited-file-modtime' must be called always when `visit' is t
6521         or a string.  Suggested by Luc Teirlinck <teirllm@auburn.edu>.
6522         (tramp-handle-set-visited-file-modtime): If `time-list' is not
6523         nil, don't apply the whole body.  If the file doesn't exists, set
6524         modtime to '(-1 65535).  Suggested by Luc Teirlinck
6525         <teirllm@auburn.edu>.
6527 2004-08-09  Luc Teirlinck  <teirllm@auburn.edu>
6529         * help.el (describe-bindings): Doc fix.
6531         * subr.el (kbd): Doc fix.
6533 2004-08-08  John Paul Wallington  <jpw@gnu.org>
6535         * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
6536         instead of `string-to-int'.
6537         (define-ibuffer-column mode): Fix indentation.
6539 2004-08-08  Lars Hansen  <larsh@math.ku.dk>
6541         * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
6543 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
6545         * subr.el (global-unset-key, local-unset-key): Doc fixes.
6547         * novice.el (disabled-command-function): New variable renamed from
6548         `disabled-command-hook'.
6549         (disabled-command-hook): Keep the _variable_ as alias for
6550         `disabled-command-function' and make obsolete.
6551         (disabled-command-function): Function renamed from
6552         `disabled-command-hook'.  Adapt code to name change of the variable.
6554 2004-08-07  Satyaki Das  <satyaki@theforce.stanford.edu>  (tiny change)
6556         * simple.el (completion-root-regexp): New defvar.
6557         (completion-setup-function): Use it instead of a literal string.
6559 2004-08-07  John Paul Wallington  <jpw@gnu.org>
6561         * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
6562         (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
6563         (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
6564         (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
6566 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
6568         * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
6569         (mail-extr-voodoo): Check mail-extr-disable-voodoo.
6571 2004-08-04  Kenichi Handa  <handa@m17n.org>
6573         * international/encoded-kb.el (encoded-kbd-setup-keymap):
6574         Fix previous change.
6576 2004-08-03  Kenichi Handa  <handa@m17n.org>
6578         * international/encoded-kb.el: The following changes are to
6579         utilize key-translation-map instead of minor mode map.
6580         (encoded-kbd-iso2022-non-ascii-map): Delete it.
6581         (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
6582         (encoded-kbd-last-key): New function.
6583         (encoded-kbd-iso2022-single-shift): New function.
6584         (encoded-kbd-iso2022-designation)
6585         (encoded-kbd-self-insert-iso2022-7bit)
6586         (encoded-kbd-self-insert-iso2022-8bit)
6587         (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
6588         (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
6589         key-translation-map.
6590         (encoded-kbd-setup-keymap): Setup key-translation-map.
6591         (saved-key-translation-map): New variable.
6592         (encoded-kbd-mode): Save/restore key-translation-map.
6593         Adjust for the change of encoded-kbd-setup-keymap.
6595 2004-08-02  Kim F. Storm  <storm@cua.dk>
6597         * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
6598         and call compute-motion with nil for topos and width to get proper
6599         usable width and height for both window and non-window systems.
6601         * windmove.el (windmove-coordinates-of-position): Let compute-motion
6602         calculate usable window width and height.
6604         * window.el (window-buffer-height): Call compute-motion with nil width.
6606 2004-08-01  David Kastrup  <dak@gnu.org>
6608         * replace.el (query-replace-read-from):
6609         Use `query-replace-compile-replacement'.
6610         (query-replace-compile-replacement): New function.
6611         (query-replace-read-to): Use `query-replace-compile-replacement'
6612         for repeating the last command.
6614 2004-08-01  John Paul Wallington  <jpw@gnu.org>
6616         * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
6617         (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
6618         (pr-switches): Remove period from end of error messages.
6620         * help-mode.el (help-go-back): Likewise.
6622         * abbrev.el (only-global-abbrevs): Doc fix.
6623         (edit-abbrevs-map): Define within defvar.
6624         (quietly-read-abbrev-file): Doc fix.
6626 2004-07-31  Luc Teirlinck  <teirllm@auburn.edu>
6628         * novice.el (enable-command, disable-command): Doc fixes.
6630         * subr.el (event-modifiers, event-basic-type): Doc fixes.
6632 2004-07-30  Richard M. Stallman  <rms@gnu.org>
6634         * subr.el (with-local-quit): Doc fix.
6636 2004-07-30  Luc Teirlinck  <teirllm@auburn.edu>
6638         * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
6640 2004-07-28  Luc Teirlinck  <teirllm@auburn.edu>
6642         * custom.el (defcustom): Doc fix.
6644 2004-07-28  Masatake YAMATO  <jet@gyve.org>
6646         * progmodes/etags.el (etags-tags-apropos): Show building progress.
6648 2004-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6650         * imenu.el (imenu-prev-index-position-function)
6651         (imenu-extract-index-name-function, imenu-name-lookup-function)
6652         (imenu--index-alist): Docstring redundancy fix.
6654 2004-07-25  Lars Hansen  <larsh@math.ku.dk>
6656         * wdired.el (wdired-finish-edit): Require dired-aux before locally
6657         binding dired-backup-overwrite.
6659 2004-07-25  John Paul Wallington  <jpw@gnu.org>
6661         * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
6663 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
6665         * term/tty-colors.el (tty-color-approximate): Doc fix.
6667         * select.el (x-get-selection, x-set-selection): Doc fixes.
6669         * frame.el (make-frame): Doc fix.
6671 2004-07-24  Richard M. Stallman  <rms@gnu.org>
6673         * mail/rmail.el (rmail-mime-charset-pattern):
6674         Don't include semicolon in the charset value.
6676         * replace.el (occur-next-error): Call set-window-point.
6677         (occur-engine): Handle negative NLINES.
6679 2004-07-23  Luc Teirlinck  <teirllm@auburn.edu>
6681         * frame.el (modify-all-frames-parameters): Minor doc fix.
6682         (set-frame-configuration): Doc fix.
6684 2004-07-23  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
6686         * simple.el (completion-setup-function): Compute the common parts
6687         and the first difference place correctly when
6688         partial-completion-mode is on.
6690 2004-07-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6692         * ps-print.el: Doc fix.
6693         (ps-print-version): New version 6.6.5.
6694         (ps-printing-region): Doc fix.
6695         (ps-generate-string-list): Comment fix.
6696         (ps-message-log-max): Code fix.
6698 2004-07-22  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
6700         * ps-print.el (ps-begin-file): Improve the DSC compliance of the
6701         generated PostScript.
6703 2004-08-17  Reiner Steib  <Reiner.Steib@gmx.de>
6705         * net/tls.el (tls-process-connection-type): Fix docstring.  (Sync
6706         with Gnus v5_10 branch.)
6708 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
6710         * calendar/time-date.el (time-to-number-of-days): New function.
6711         Imported from from Gnus.
6713 2004-07-22  Kim F. Storm  <storm@cua.dk>
6715         * progmodes/make-mode.el: Fix comments.
6717 2004-07-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6719         * printing.el: Doc fix.
6721 2004-07-20  Luc Teirlinck  <teirllm@auburn.edu>
6723         * frame.el (modify-all-frames-parameters): Minor doc fix.
6725 2004-07-20  Richard M. Stallman  <rms@gnu.org>
6727         * textmodes/fill.el (fill-nobreak-p): If this break point is
6728         at the end of the line, don't consider the newline which follows
6729         as a reason to return t.
6731 2004-07-19  John Paul Wallington  <jpw@gnu.org>
6733         * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
6735 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
6737         * dired-aux.el (dired-do-kill-lines): Expand docstring.
6738         Delete irrelevant code.
6740 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
6742         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
6743         New docstring.  From Luc Teirlinck.
6745 2004-07-17  Luc Teirlinck  <teirllm@auburn.edu>
6747         * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
6748         section.
6749         (auto-revert-handler): Do not check `auto-revert-tail-mode' for
6750         non-file buffers.  We know it is nil.
6752 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
6754         Sync with Tramp 2.0.43.
6756         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
6757         Remove outdated comment.
6758         (tramp-locked, tramp-locker): New variables for implementing a
6759         global lock.
6760         (tramp-sh-file-name-handler): Use them to implement the global lock.
6762 2004-07-13  Michael Albinus  <michael.albinus@gmx.de>
6764         * net/tramp.el (all): Code cleanup.  Change all `tramp-handle-xxx'
6765         calls to respective `xxx` calls.
6766         (tramp-process-alive-regexp): Precise doc string.
6767         (tramp-multi-action-process-alive): New defun.
6768         (tramp-multi-actions): Use it.
6769         (tramp-handle-find-backup-file-name): `copy-tree' is available
6770         since Emacs 22.1 only (XEmacs has it).  Implementation rewritten
6771         in order to avoid this function.
6772         (tramp-handle-write-region): Set current buffer.  If connection
6773         wasn't open, `file-modes' has changed it accidently.  Reported by
6774         David Kastrup <dak@gnu.org>.
6775         (tramp-enter-password, tramp-read-passwd): New arguments USER and
6776         HOST.
6777         (tramp-action-password, tramp-multi-action-password): Apply it.
6778         (tramp-open-connection-rsh): If a port is given, the Tramp buffer
6779         name must still contain the port number.  Otherwise, we have two
6780         Tramp buffers, with all the confusion.  Reported by Myron Selby
6781         <myron@xytech.com> and Rolf Dubitzky
6782         <Dubitzky@physi.uni-heidelberg.de>.
6784         * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
6785         HOST to `tramp-enter-passwd'.
6787         * net/tramp-vc.el (all): Code cleanup.  Change all
6788         `tramp-handle-xxx' calls to respective `xxx` calls.
6790 2004-07-17  Jonathan Yavner  <jyavner@member.fsf.org>
6792         * emacs-lisp/testcover.el: New category "potentially-1valued" for
6793         functions that are not erroneous if either 1-valued or
6794         multi-valued.  Detect functions in this class.
6795         (testcover-1value-functions, testcover-compose-functions)
6796         (testcover-progn-functions) Add some additional functions to lists.
6797         (testcover-mark): Bugfix when marking up the definition for an
6798         empty function.
6800 2004-07-17  Richard M. Stallman  <rms@gnu.org>
6802         * replace.el (occur-read-primary-args): Pass default to
6803         read-from-minibuffer.
6805         * mail/footnote.el (footnote-section-tag): Use defcustom.
6807         * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
6808         Compile font-lock-keywords, not KEYWORDS.
6809         (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
6810         Add warn, check-type.  Handle cerror like error.
6812 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
6814         * progmodes/which-func.el (which-func-keymap): New var.
6815         (which-func-face): New face.
6816         (which-func-format): Use them.
6818 2004-07-16  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
6820         * buff-menu.el (list-buffers-noselect): Append the buffer's
6821         process status to its mode name.
6823 2004-07-16  Kim F. Storm  <storm@cua.dk>
6825         * simple.el (inhibit-mark-movement): New defvar.
6826         (beginning-of-buffer, end-of-buffer): Do not push mark if
6827         inhibit-mark-movement is non-nil or C-u prefix is given.
6829         * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
6830         Init to beginning-of-buffer and end-of-buffer.
6831         (cua--undo-push-mark): New defvar.
6832         (cua--pre-command-handler): Set inhibit-mark-movement if mark is
6833         already active and command is in cua--preserve-mark-commands.
6834         Also fix check for shift modifier on non-window systems.
6835         (cua--post-command-handler): Clear inhibit-mark-movement if set.
6837 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
6839         * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
6840         of two integers, instead of a cons.
6842         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
6843         `visited-file-modtime' now returns a list of two integers, instead
6844         of a cons.
6846         * dired.el (dired-directory-changed-p): Ditto.
6848         * progmodes/grep.el (grep): Doc fix.
6850 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
6852         * autorevert.el (auto-revert-tail-mode)
6853         (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
6854         (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
6855         in both at the same time.
6856         (auto-revert-tail-mode): New command.
6857         (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
6858         (auto-revert-handler): Revert only either tail or whole file.
6860         * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
6861         add auto-revert-tail-mode.
6863 2004-07-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6865         * printing.el: Doc fix.  Change name of some funs.
6866         (pr-dosify-file-name): New fun.  Replace ps-dosify-path.
6867         (pr-unixify-file-name): New fun.  Replace ps-unixify-path.
6868         (pr-standard-file-name): New fun.  Replace pr-standard-path.
6869         (pr-call-process): Code fix.
6871 2004-07-12  Luc Teirlinck  <teirllm@auburn.edu>
6873         * subr.el (with-selected-window): Doc fix.
6875 2004-07-11  Luc Teirlinck  <teirllm@auburn.edu>
6877         * subr.el (get-buffer-window-list): Doc fix.
6879 2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
6881         * files.el (switch-to-buffer-other-window): Doc fix.
6883         * window.el (save-selected-window, one-window-p)
6884         (split-window-keep-point, split-window-vertically)
6885         (split-window-horizontally): Doc fixes.
6887 2004-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6889         * printing.el: Doc fix.  Now it uses call-process instead of
6890         shell-command for low command execution.
6891         (pr-version): New version number (6.8).
6892         (pr-shell-file-name): Option removed.
6893         (pr-shell-command): Fun removed.
6894         (pr-call-process): New fun.  Replace pr-shell-command.
6895         (pr-standard-path, pr-remove-nil-from-list): New funs.
6896         (zmacs-region-stays, current-mouse-event, current-menubar): New var.
6897         (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
6898         (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
6899         (pr-ps-utility-process, pr-txt-print): Code fix.
6901 2004-07-10  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
6903         * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
6904         boolean.
6906 2004-07-09  Lars Hansen  <larsh@math.ku.dk>
6908         * wid-edit.el (widget-field-buffer): Doc fix.
6910 2004-07-09  John Paul Wallington  <jpw@gnu.org>
6912         * emacs-lisp/re-builder.el (reb-update-overlays):
6913         Distinguish between one and several matches in message.
6915 2004-07-09  Richard M. Stallman  <rms@gnu.org>
6917         * mouse.el (mouse-set-region-1): If transient-mark-mode
6918         is `identity', change it to `only'.
6920         * simple.el (current-word): Doc fix.
6922 2004-07-09  Mark A. Hershberger  <mah@everybody.org>
6924         * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
6925         so that it is more understanding of whitespace.
6927         * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
6928         (("ns" . "element") (attr-list) children) instead of
6929         ((:ns . "element") (attr-list) children) in order to reduce the
6930         number of symbols used.
6931         (xml-skip-dtd): Change to use xml-parse-dtd but set
6932         xml-validating-parsing to nil.
6933         (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
6934         (xml-substitute-entity): Remove in favor of new entity substitution.
6935         (xml-substitute-special): Rewrite in to substitute complex
6936         entities from DOCTYPE declarations.
6937         (xml-parse-fragment): Parse fragments from entity deleclarations.
6938         (xml-parse-region, xml-parse-tag, xml-parse-attlist)
6939         (xml-parse-dtd, xml-substitute-special): Make validity checks
6940         conditioned on xml-validating-parser.  Add "Not Well Formed" to
6941         error messages about well-formedness.
6943 2004-07-08  Steven Tamm  <steventamm@mac.com>
6945         * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
6946         (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
6947         Do not treat double clicks and triple clicks specially in the
6948         scroll bar (preventing strange repositioning problems)
6950 2004-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6952         * replace.el (query-replace-regexp-eval): Fix last change.
6954 2004-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6956         * replace.el (query-replace-descr): New fun.
6957         (query-replace-read-from, query-replace-read-args): Default to the
6958         previous from&to.
6959         (query-replace-read-to): Quote the `from' string when displaying it.
6960         (query-replace-regexp-eval): Immediately check read-only status.
6961         Use query-replace-read-from to get the \n checking.
6962         Quote the `from' string when displaying it.
6963         (map-query-replace-regexp, occur-read-primary-args):
6964         Quote the `from' string when displaying it.
6966         * isearch.el (isearch-query-replace): Pass the regexp-ness and
6967         delimited-ness of the search to query-replace.
6969         * replace.el (query-replace-read-from, query-replace-read-to):
6970         New funs extracted from query-replace-read-args.
6971         (query-replace-read-args): Use them.
6973         * replace.el (query-replace-interactive, query-replace-read-args):
6974         Remove the `initial' special value.
6975         (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
6976         (occur-engine): Remove unused var `matchend'.
6978         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
6979         Use the search string without prompting.
6981 2004-07-05  Kenichi Handa  <handa@m17n.org>
6983         * international/mule.el (decode-coding-inserted-region):
6984         Set last-coding-system-used only when coding is nil.
6986 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
6988         * progmodes/grep.el (grep-compute-defaults, grep-command)
6989         (grep-program, find-program, grep-find-use-xargs, grep-history)
6990         (grep-find-history, grep-tag-default, grep-find-command)
6991         (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
6992         Add autoload cookies, for unbundled packages that load `compile'
6993         and expect all grep-related symbols to become defined.
6995 2004-07-03  KOSEKI Yoshinori  <kose@meadowy.org>
6997         * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
6998         (iimage-mode-image-search-path): New user option to search the
6999         image file.
7000         (iimage-locate-file): New funcion.  Emacs21.3 or earlier does not
7001         have locate-file.
7002         (iimage-mode-buffer): Use it.
7004 2004-07-03  Nick Roberts  <nickrob@gnu.org>
7006         * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
7007         carefully.
7008         (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
7010 2004-07-03  Juri Linkov  <juri@jurta.org>
7012         * replace.el (query-replace-read-args): Swallow space after 'foo,
7013         not after (quote foo).  Match space only immediately after symbol,
7014         not anywhere in the whole string.
7016 2004-07-02  Richard M. Stallman  <rms@gnu.org>
7018         * replace.el (query-replace-read-args): Swallow space after
7019         symbols, not after closeparens.  But avoid error if string ends there.
7021         * progmodes/python.el (python-beginning-of-statement):
7022         Exit the loop if backward-up-list gets error.
7024         * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
7026 2004-07-02  Andre Spiegel  <spiegel@gnu.org>
7028         * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
7029         only if vc-consult-headers is non-nil.
7031 2004-07-02  Juri Linkov  <juri@jurta.org>
7033         * pcvs.el (cvs-mode-diff-repository): New command.
7035         * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
7037 2004-07-01  Juri Linkov  <juri@jurta.org>
7039         * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
7040         C-M-y to isearch-yank-char.  Bind M-% to isearch-query-replace,
7041         C-M-% to isearch-query-replace-regexp.
7042         (minibuffer-local-isearch-map): Add arrow key bindings.
7043         Bind C-f to isearch-yank-char-in-minibuffer.
7044         (isearch-forward): Doc fix.
7045         (isearch-edit-string): Doc fix.
7046         (isearch-query-replace, isearch-query-replace-regexp): New funs.
7047         (isearch-del-char): Add optional arg.  Set isearch-yank-flag to t.
7048         (isearch-yank-char): Add optional arg.
7049         (isearch-yank-char-in-minibuffer): New fun.
7051         * replace.el (query-replace-interactive): Change type from boolean
7052         to choice.  Add value `initial'.
7053         (query-replace-read-args): Handle value `initial' of
7054         query-replace-interactive.
7056 2004-06-29  Kim F. Storm  <storm@cua.dk>
7058         * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
7059         (breakpoint-disabled-bitmap-face): Add :group 'gud.
7061         * progmodes/ada-xref.el (ada-tight-gvd-integration):
7062         Add :group 'ada.
7064         * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
7066 2004-06-29  Juri Linkov  <juri@jurta.org>
7068         * replace.el (query-replace-read-args): Swallow a space after
7069         everything except )]" which in most cases means after a symbol.
7071         * emacs-lisp/pp.el (pp-buffer): Add autoload.
7073 2004-06-28  Richard M. Stallman  <rms@gnu.org>
7075         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
7076         More changes to go with previous change in font-lock.el.
7078 2004-06-26  David Kastrup  <dak@gnu.org>
7080         * replace.el (perform-replace): Highlight the match even in
7081         non-query mode if there is potential replace string editing.
7083 2004-06-26  Kai Grossjohann  <kai.grossjohann@gmx.net>
7085         * net/tramp.el (tramp-handle-file-remote-p): New implementation to
7086         agree with new return value of `file-remote-p'.
7087         This syncs with Tramp 2.0.42.
7089         * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
7090         according to new documentation of `file-remote-p'.
7092         * files.el (file-remote-p): Fix doc to say that return value is
7093         identification of remote system, if not nil.
7094         (file-relative-name): Use new return value of `file-remote-p'.
7096 2004-06-26  Nick Roberts  <nickrob@gnu.org>
7098         * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
7099         (gdb-goto-breakpoint): Fix breakage.
7101 2004-06-26  Eli Zaretskii  <eliz@gnu.org>
7103         * man.el (Man-getpage-in-background): Add windows-nt to the list
7104         of systems where shell-file-name should be used instead of
7105         literal "sh".
7107 2004-06-25  Sam Steingold  <sds@gnu.org>
7109         * add-log.el (change-log-font-lock-keywords): Support Common Lisp
7110         function names `(setf symbol)'.
7112 2004-06-24  Richard M. Stallman  <rms@gnu.org>
7114         * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
7116         * font-lock.el (font-lock-keywords): Change format of compiled values.
7117         Document it.
7118         (font-lock-add-keywords): If font-lock-keywords is compiled,
7119         extract the uncompiled version, modify, then recompile.
7120         (font-lock-remove-keywords): Likewise.
7121         (font-lock-fontify-keywords-region): Handle changed format.
7122         (font-lock-compile-keywords): Handle changed format.
7123         (font-lock-set-defaults): Compile the keywords explicitly here.
7125 2004-06-24  David Kastrup  <dak@gnu.org>
7127         * replace.el (query-replace-read-args): Implement `\,' and `\#'
7128         replacements here.
7129         (query-replace-regexp): Doc string explaining this and the new
7130         `\?' replacement.  Remove `\,' and `\#' implementation here, as it
7131         is better placed in `query-replace-read-args'.
7132         (replace-regexp): Explain `\,', `\#' and `\?'.
7133         (replace-match-data): New function for thorough reuse/destruction
7134         of old match-data.
7135         (replace-match-maybe-edit): Function for implementing `\?' editing.
7136         (perform-replace): Fix maintaining of the match stack including
7137         already matched regions, implement `\?', fix various problems
7138         with regions while editing and other stuff.
7139         (replace-highlight): Simplify.
7141 2004-06-24  Daniel Pfeiffer  <occitan@esperanto.org>
7143         * progmodes/grep.el (grep-error-screen-columns): New variable.
7144         (grep-regexp-alist): Give it the full functionality of gnu style
7145         compilation messages with line and column ranges.  Ask me for the
7146         perl script I'm working on, that uses these.
7148 2004-06-23  Nick Roberts  <nickrob@gnu.org>
7150         * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
7151         Remove.
7152         (comint-insert-input, comint-mouse-insert-input): New functions
7153         based on comint-insert-clicked-input for two bindings but just
7154         one functionality.
7156 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
7158         * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
7160 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
7162         * files.el (write-contents-functions): Doc fix.
7164 2004-06-21  Juanma Barranquero  <lektu@terra.es>
7166         * image.el (image-library-alist): Rewrite docstring in active voice.
7168 2004-06-20  Richard M. Stallman  <rms@gnu.org>
7170         * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
7172         * isearch.el (isearch-repeat): Avoid testing old match data.
7173         (isearch-message): Display trailing space in special font
7174         when search is failing.
7175         (isearch-search-fun-function): Doc fix.
7177         * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
7179 2004-06-19  Luc Teirlinck  <teirllm@auburn.edu>
7181         * frame.el (show-trailing-whitespace): Doc fix.
7183         * cus-edit.el (custom-variable-documentation): New function.
7184         (custom-variable): Use it.
7186 2004-06-19  Nick Roberts  <nickrob@gnu.org>
7188         * man.el (Man-getpage-in-background): Revert previous change but
7189         make cygwin a special case.
7191 2004-06-18  Luc Teirlinck  <teirllm@auburn.edu>
7193         * autorevert.el (global-auto-revert-non-file-buffers):
7194         Update docstring.
7196 2004-06-19  Daniel Pfeiffer  <occitan@esperanto.org>
7198         * progmodes/compile.el (compilation-error-properties): Store one
7199         more than end-col, if present, so that transient-mark-mode will
7200         highlight last char too.
7201         * progmodes/grep.el (grep-regexp-alist): Match columns and column
7202         ranges, if present.
7204 2004-06-18  Jason Rumney  <jasonr@gnu.org>
7206         * makefile.w32-in: Double percent signs in for loops.
7208 2004-06-17  David Kastrup  <dak@gnu.org>
7210         * replace.el (query-replace-read-args): Only warn about use of \n
7211         and \t when we are doing a regexp replacement and the actual
7212         escaped character is n or t.
7213         (query-replace-regexp): Add \, and \# interpretation to
7214         interactive call and document it.
7215         (query-replace-regexp-eval, replace-match-string-symbols): Add \#
7216         as shortkey for replace-count.
7217         (replace-quote): New function for doubling backslashes.
7219 2004-06-17  Juanma Barranquero  <lektu@terra.es>
7221         * files.el (parse-colon-path, cd): Mention in docstring that the
7222         path separator is colon in GNU-like systems.
7224         * newcomment.el (comment-region-internal): Fix docstring.
7226         * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
7227         (ewoc-invalidate, ewoc-collect): Doc fixes.
7228         (ewoc--create-node, ewoc--delete-node-internal):
7229         Fix typos in docstring.
7231 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
7233         * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
7234         manual to docstring.
7236 2004-06-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7238         * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
7240 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
7242         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
7243         Add hyperlink to emacs-xtra manual to docstring.
7245         * autorevert.el (global-auto-revert-non-file-buffers):
7246         Add hyperlink to emacs-xtra manual to docstring, as well as an
7247         info-link.
7249 2004-06-14  Juanma Barranquero  <lektu@terra.es>
7251         * image.el (image-library-alist): New variable to map image types
7252         to external libraries.  Initialized to nil, unless system-specific
7253         configs change it.
7254         (image-type-available-p): Determine whether an image type is
7255         available by calling `init-image-library'.
7257         * term/w32-win.el (image-library-alist): Initialize to a known set
7258         of probable library names.
7260 2004-06-14  Kenichi Handa  <handa@m17n.org>
7262         * international/code-pages.el (windows-1256, cp1125): Fix tables
7263         for several characters.
7265         * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
7267 2004-06-13  Richard M. Stallman  <rms@gnu.org>
7269         * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
7271         * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
7272         not "`pc-selection-mode'".
7274         * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
7276         * simple.el (previous-matching-history-element): Specify a default.
7278         * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
7280         * cus-face.el (custom-declare-face): Simplify code.
7282         * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
7284 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
7286         * files.el (before-save-hook): Add `time-stamp' to the options.
7288         * time-stamp.el (time-stamp): Recommend adding it to
7289         `before-save-hook', rather than `write-file-functions'.
7290         Make a similar change in `Commentary' section.
7292 2004-06-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
7294         * diff-mode.el (diff-current-defun): If at start of hunk, use
7295         position of first change.
7297 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
7299         * dired-x.el (dired-mark-omitted): Bind to "*O".
7301 2004-06-12  Karl Fogel  <kfogel@red-bean.com>
7303         * bookmark.el (bookmark-bmenu-relocate): New function, as
7304         suggested by David J. Biesack <David.Biesack@sas.com>.
7305         (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
7306         (bookmark-bmenu-mode): Describe binding in doc string.
7307         (bookmark-set-filename): Save the bookmark list if it's time.
7309 2004-06-13  Kenichi Handa  <handa@m17n.org>
7311         * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
7312         (ccl-untranslated-to-ucs): Fix typo.
7314 2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
7316         * progmodes/python.el (python-open-block-statement-p):
7317         Fix indentation after a block opening that contains a comment.
7319 2004-06-12  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>  (tiny change)
7321         * bindings.el (completion-ignored-extensions): Add file extensions
7322         of Python byte-compiled files.
7324 2004-06-12  Juri Linkov  <juri@jurta.org>
7326         * info.el (Info-goto-node): Add autoload.
7327         (Info-toc): Add substring-no-properties on Info file name.
7328         (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
7329         (Info-mode-map): Bind L to Info-history, T to Info-toc.
7331 2004-06-12  Kenichi Handa  <handa@m17n.org>
7333         * international/mule-cmds.el (set-language-environment):
7334         Load subst tables if necessary.
7336         * international/mule.el (decode-char): Load subst tables if necessary.
7337         (encode-char): Likewise.
7339         * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
7340         pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
7341         (utf-16le-decode-loop): Set r5 to -1 before loop.
7342         (utf-16be-decode-loop): Likewise.
7343         (ccl-decode-mule-utf-16le): Add EOF processing block.
7344         (ccl-decode-mule-utf-16be): Likewise.
7345         (ccl-decode-mule-utf-16le-with-signature): Likewise.
7346         (ccl-decode-mule-utf-16be-with-signature): Likewise.
7347         (ccl-decode-mule-utf-16): Likewise.  Set r5 to -1 initially.
7348         (ccl-mule-utf-16-encode-untrans): New CCL.
7349         (utf-16-decode-to-ucs): Handle pre-read character.
7350         (utf-16le-encode-loop): Handle surrogate pair.
7351         (utf-16be-encode-loop): Likewise.
7352         (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
7353         of utf-16le-encode-loop.
7354         (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
7355         of utf-16be-encode-loop.
7356         (mule-utf-16-post-read-conversion):
7357         Call utf-8-post-read-conversion at first.
7358         (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
7359         Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
7360         Add post-read-conversion and pre-write-conversion.
7362         * international/utf-8.el (utf-translate-cjk-charsets): New variable.
7363         (utf-translate-cjk-unicode-range): New variable.
7364         (utf-translate-cjk-load-tables): New function.
7365         (utf-lookup-subst-table-for-decode): New function.
7366         (utf-lookup-subst-table-for-encode): New function.
7367         (utf-translate-cjk-mode): Init-value changed to t.  Don't load
7368         tables here.  Update safe-charsets of utf-* coding systems.
7369         (ccl-mule-utf-untrans): New CCL.
7370         (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans.  Use `repeat'
7371         at end of each branch.
7372         (ccl-mule-utf-8-encode-untrans): New CCL.
7373         (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
7374         (ccl-untranslated-to-ucs): Handle 2-byte encoding.  Set r1 to the
7375         length of encoding.  Don't return r0.
7376         (utf-8-compose): New arg hash-table.  Handle 2-byte encoding.
7377         (utf-8-post-read-conversion): Narrow to region properly.
7378         If utf-translate-cjk-mode is on, load tables if necessary.
7379         Call utf-8-compose with hash-table arg if necessary.
7380         Call XXX-compose-region instead of XXX-post-read-convesion.
7381         (utf-8-pre-write-conversion): New function.
7382         (mule-utf-8): Include CJK charsets in safe-charsets if
7383         utf-translate-cjk-mode is on.  Add pre-write-conversion.
7385         * international/characters.el: Temporarily set
7386         utf-translate-cjk-mode to nil.
7388         * language/devan-util.el (devanagari-compose-region):
7389         Add autoload cookie.
7391         * international/ccl.el (ccl-dump-call): Fix printing the
7392         subroutine name.
7394 2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>
7396         * dired.el (dired-revert): If buffer is marked unmodified before
7397         reverting, keep it marked unmodified.
7398         Adapt to new conventions for commenting out code.
7399         (dired-make-relative): Adapt to new conventions for commenting out code.
7401 2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>
7403         * eshell/esh-module.el (eshell-load-defgroups):
7404         Bind `vc-handled-backends' to nil when opening files.
7406 2004-06-11  Juanma Barranquero  <lektu@terra.es>
7408         * files.el (parse-colon-path, cd): Doc fixes (refer to
7409         `path-separator', not colon).
7411 2004-06-10  Juanma Barranquero  <lektu@terra.es>
7413         * newcomment.el (comment-search-forward)
7414         (comment-search-backward): Fix typos in docstring.
7415         (comment-region): Doc fix.
7417 2004-06-10  Luc Teirlinck  <teirllm@auburn.edu>
7419         * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
7420         switch is no longer stored in `dired-switches-alist'.
7422         * dired-aux.el (dired-insert-subdir): Do not store R switch in
7423         `dired-switches-alist'.
7425 2004-06-10  Kim F. Storm  <storm@cua.dk>
7427         * pcvs.el (cvs-mode-diff-yesterday): New command.
7429         * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
7431 2004-06-10  Juri Linkov  <juri@jurta.org>
7433         * emacs-lisp/edebug.el (edebug-eval-defun):
7434         * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
7435         Fix docstring.
7437         * simple.el (eval-expression-print-format): Don't print additional
7438         information on the first call to `eval-print-last-sexp'.
7439         (next-error-find-buffer): Fix punctuation.
7440         (killing) <defgroup>: Fix punctuation.
7441         (yank-excluded-properties): Change group from editing to killing.
7443         * replace.el (perform-replace): Use `limit' to terminate the
7444         while-loop explicitly.
7446 2004-06-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7448         * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
7449         Use lc-*.xpm as prefix instead of *-locol.xpm.
7451         * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
7452         * toolbar/lc-help.xpm, toolbar/lc-home.xpm
7453         * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
7454         * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
7455         * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
7456         * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
7457         * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
7458         * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
7459         * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
7460         * toolbar/lc-up_arrow.xpm:
7461         Rename from *-locol.xpm.
7463 2004-06-09  Rajesh Vaidheeswarran  <rv@gnu.org>
7465         * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
7466         include forms like &<str>; as valid url patterns.
7468 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
7470         * dired.el (dired-diff, dired-backup-diff)
7471         (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
7472         (dired-do-chown, dired-do-touch, dired-do-print)
7473         (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
7474         (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
7475         (dired-create-directory, dired-do-copy, dired-do-symlink)
7476         (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
7477         (dired-do-copy-regexp, dired-do-hardlink-regexp)
7478         (dired-do-symlink-regexp, dired-upcase, dired-downcase)
7479         (dired-maybe-insert-subdir, dired-next-subdir)
7480         (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
7481         (dired-kill-subdir, dired-tree-up, dired-tree-down)
7482         (dired-hide-subdir, dired-hide-all, dired-show-file-type)
7483         (dired-run-shell-command, dired-query): Remove redundant,
7484         or incorrect, autoloads.
7486         * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
7487         does not end in a slash.  Add optional argument KILL-ROOT.
7488         Update docstring.
7489         (dired-do-touch, dired-clean-directory, dired-run-shell-command)
7490         (dired-query): Add autoloads.
7492 2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
7494         * progmodes/compile.el (compilation-set-window-height):
7495         Rearrange the save-* functions because a buffer can have several current
7496         point in different windows.
7497         (compilation-error-regexp-alist-alist): Recognize {standard input}
7498         GNU messages (for gcc --pipe) and more kinds of Oracle messages.
7500 2004-06-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7502         * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
7503         * toolbar/help-locol.xpm, toolbar/home-locol.xpm
7504         * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
7505         * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
7506         * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
7507         * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
7508         * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
7509         * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
7510         * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
7511         * toolbar/up_arrow-locol.xpm:
7512         New versions of icons that uses fewer colors.
7514         * toolbar/tool-bar.el (tool-bar-local-item)
7515         (tool-bar-local-item-from-menu): Try to use icons with fewer colors
7516         if display-color-cells is 256 or less.
7518 2004-06-08  Kim F. Storm  <storm@cua.dk>
7520         * wid-edit.el (widget-specify-button): Use hand pointer rather
7521         than mouse-face as visible mouse-over effect.
7523 2004-06-07  Karl Fogel  <kfogel@red-bean.com>
7525         * saveplace.el (save-place-alist-to-file): Bind `print-length'
7526         and `print-level' to nil when writing out `save-place-alist'.
7527         Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
7529 2004-06-07  Juanma Barranquero  <lektu@terra.es>
7531         * completion.el (completion-kill-region): Doc fix.
7533         * format.el (format-insert-annotations)
7534         (format-annotate-location): Doc fixes.
7535         (format-subtract-regions): Make arguments match their use in docstring.
7537         * simple.el (kill-region): Doc fix.
7539         * subr.el (insert-buffer-substring-no-properties)
7540         (insert-buffer-substring-as-yank): Doc fixes.
7542 2004-06-07  Luc Teirlinck  <teirllm@auburn.edu>
7544         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
7545         Update docstring.
7546         (dired-reset-subdir-switches): New function.
7548         * dired.el (dired-undo): Call `dired-build-subdir-alist'.
7549         Limit scope of `buffer-read-only' binding.
7551 2004-06-06  Emilio C. Lopes  <eclig@gmx.net>
7553         * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
7554         eshell-explicit-command-char.
7556 2004-06-06  Juanma Barranquero  <lektu@terra.es>
7558         * help-fns.el (help-argument-name): Inherit from italic face only
7559         if the frame supports it.
7561 2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7563         * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
7564         * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
7565         * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
7566         * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
7567         * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
7568         * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
7569         * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
7570         New conversions from xpm files.
7572         * toolbar/README: New file.
7574 2004-06-06  Richard M. Stallman  <rms@gnu.org>
7576         * isearch.el (isearch-mode-map): Undo previous change.
7578 2004-06-05  Juri Linkov  <juri@jurta.org>
7580         * bindings.el (debug-ignored-errors): Add regexps for history
7581         related messages.  Remove $ from "No further undo information".
7582         Move Ediff's messages to ediff.el.
7584         * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
7586         * cus-edit.el (custom-display): Add `min-colors'.
7588         * custom.el (defface): Add `supports' to docstring.
7590         * help-fns.el (help-argument-name): Add :group 'help.
7592 2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
7594         * find-dired.el (find-ls-subdir-switches): New user option.
7595         (find-dired): No longer call `abbreviate-file-name' on DIR.
7596         Set `dired-subdir-switches' buffer-locally.
7598         * locate.el: Merge the two `Commentary' sections.
7599         (locate-ls-subdir-switches): New user option.
7600         (locate): Update for other changes.
7601         (locate-mode-map): Restore Dired binding for mouse-2.
7602         Bind `locate-mouse-view-file' to M-mouse-2.
7603         Bind `l' to `locate-do-redisplay'.
7604         (locate-main-listing-line-p, locate-do-redisplay): New functions.
7605         (locate-mouse-view-file, locate-tags, locate-find-directory):
7606         Print message if used outside main listing.
7607         (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
7608         Various changes to support inserted subdirectories.
7609         (locate-insert-header): Change header of *Locate* buffer.
7611         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
7612         Change interactive default switches.
7613         (dired-rename-subdir-2): Update `dired-switches-alist'.
7614         (dired-insert-subdir, dired-kill-subdir):
7615         Handle `dired-switches-alist'.  Do not mark buffer modified.
7616         (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
7617         (dired-insert-subdir-doinsert): Omit messages.
7618         Handle `dired-subdir-switches'.
7619         (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
7621         * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
7622         (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
7623         subdirs if -R switch is used for a subdir.
7624         (dired-mode): Set `dired-switches-alist'.
7625         (dired-build-subdir-alist): Only print number of directories in
7626         echo area when invoked interactively.
7628 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
7630         * dired-x.el (dired-omit-mode): Rename from
7631         dired-omit-files-p.  Use define-minor-mode to define it.
7632         (dired-omit-files-p): Add as alias for dired-omit-mode.
7633         (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
7634         dired-mark-omitted.
7635         (dired-mark-omitted): Add.  Bind to M-O.
7637 2004-06-05  Kenichi Handa  <handa@m17n.org>
7639         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
7641 2004-06-05  Juanma Barranquero  <lektu@terra.es>
7643         * help-fns.el (help-argument-name): Reintroduce face.
7644         (help-default-arg-highlight): Use it, now that
7645         `face-differs-from-default-p' can be trusted.
7647 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
7649         * textmodes/table.el: Sentence commands added to Point Motion
7650         group; kill and backward-kill commands added to Extraction group.
7652 2004-06-04  Mario Lang  <mlang@delysid.org>
7654         * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
7655         systems appear to use mW, make the code handle this.  Fix a
7656         division-by-zero bug while at it, and handle kernels with
7657         a slightly different layout in /proc/acpi.
7659 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
7661         * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
7662         because the latter is a CL-ism.  This fixes the bug reported by
7663         Shawn Boyette <mdxi@collapsar.net> in
7664         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
7666 2004-06-04  Miles Bader  <miles@gnu.org>
7668         * faces.el (display-supports-face-attributes-p): Function moved to
7669         C code.  Previously only the tty-related portion of this function
7670         was done in C; however the previous attempt to do a halfway-proper
7671         job for non-tty displays in lisp didn't work properly because of
7672         funny conditions during Emacs startup.
7673         (face-differs-from-default-p): Simplify, now that
7674         display-supports-face-attributes-p works properly on all display
7675         types.  Remove :stipple from comparison; it doesn't really work
7676         in emacs anyway.
7678 2004-06-04  Miles Bader  <miles@gnu.org>
7680         * faces.el (face-differs-from-default-p): Use a different
7681         implementation, so we can really check whether FACE displays
7682         differently or not.
7684 2004-06-04  Miles Bader  <miles@gnu.org>
7686         * faces.el (display-supports-face-attributes-p): Implement a
7687         `different from default' check for non-tty displays.
7689 2004-06-03  David Kastrup  <dak@gnu.org>
7691         * woman.el (woman-mapcan): More concise code.
7692         (woman-topic-all-completions, woman-topic-all-completions-1)
7693         (woman-topic-all-completions-merge): Replace by a simpler and
7694         much faster implementation based on O(n log n) sort/merge instead
7695         of the old O(n^2) behavior.
7697 2004-06-03  Miles Bader  <miles@gnu.org>
7699         * subr.el (read-number): Use canonical format for default in prompt.
7701         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
7702         Add regexp for " [...]" style defaults.
7704 2004-06-02  Romain Francoise  <romain@orebokech.com>
7706         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
7707         groups: if the user asks for a hidden buffer, open the
7708         corresponding filter group to expose it.
7710         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
7711         `ibuffer-jump-to-buffer'.
7712         (ibuffer-jump-offer-only-visible-buffers): New user option.
7714 2004-06-02  Juanma Barranquero  <lektu@terra.es>
7716         * faces.el (frame-update-faces): Add empty docstring so the one
7717         for `ignore' doesn't show through.
7719         * subr.el (process-kill-without-query): Remove spurious "\n" on
7720         obsolescence string.
7721         (focus-frame, unfocus-frame): Add obsolescence declaration and
7722         empty docstring.
7724         * international/mule.el (register-char-codings): Make alias for
7725         `ignore'.  Move docstring to obsolescence info and remove redundancy.
7727 2004-06-02  Kim F. Storm  <storm@cua.dk>
7729         * frame.el (blink-cursor-start): Turn cursor off initially so blink
7730         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
7732 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7734         * comint.el (comint-replace-by-expanded-history-before-point):
7735         Obey `start' as the docstring says.
7736         (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
7737         (comint-update-fence): Prevent font-lock from running unnecessarily.
7738         (comint-dynamic-list-completions): Use with-current-buffer.
7740 2004-06-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7742         * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
7743         (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
7744         (bibtex-entry-update): Handle alternatives and optional fields.
7745         (bibtex-parse-entry): Bugfix, handle empty key.
7747 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7749         * vc-arch.el (vc-arch-state): Don't assume the file exists.
7751 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
7753         * desktop.el (desktop-save): Don't save minor modes without a
7754         known mode initialization function.
7756 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
7758         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
7760         * autorevert.el: Update `Commentary' section.
7762 2004-05-30  Juanma Barranquero  <lektu@terra.es>
7764         * dos-fns.el (convert-standard-filename):
7765         * files.el (convert-standard-filename):
7766         * w32-fns.el (convert-standard-filename):
7767         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
7769 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
7771         Sync with Tramp.
7773         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
7774         (tramp-let-maybe): Move to an earlier spot in the file.
7775         Patch by Andreas Schwab.
7777 2004-05-30  Andreas Schwab  <schwab@suse.de>
7779         * dired.el (dired-get-filename): Don't use dired-re-dot.
7781 2004-05-30  Richard M. Stallman  <rms@gnu.org>
7783         * files.el (find-file): Doc fix.
7785         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
7787 2004-05-30  Nick Roberts  <nickrob@gnu.org>
7789         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
7790         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
7791         modeline of the locals buffer.
7792         (gdb-goto-breakpoint): Handle gdbmi.
7793         (gdb-get-frame-number): Change for gdbmi.
7795 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
7797         * files.el (file-remote-p): Apply file name handler for operation
7798         `file-remote-p'.  It isn' a property any longer.
7799         (file-relative-name): `fh' and `fd' get the required value via
7800         `find-file-name-handler' already.
7802         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
7803         (top): Remove setting of `file-remote-p' property for
7804         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
7806 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
7808         Version 2.0.41 of Tramp released.
7810         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
7811         Throw away if process has died.
7812         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
7813         (tramp-out-of-band-prompt-regexp): Rename to
7814         `tramp-process-alive-regexp', because its usage is widen.
7815         (tramp-actions-copy-out-of-band): Apply it.
7816         (tramp-actions-before-shell, tramp-multi-actions):
7817         Add `tramp-action-process-alive' action.
7818         (tramp-action-process-alive): New defun.
7819         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
7820         Add entry for `file-remote-p'.
7821         (tramp-handle-file-remote-p): New defun.
7822         (top): Remove setting of `file-remote-p'.  Don't set
7823         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
7825         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
7826         `file-remote-p'.
7828         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
7829         counted for (last) line.  [They should or they shouldn't?  --Stef]
7830         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
7832 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
7834         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
7835         not really necessary but seems to keep the shell history smaller
7836         in some cases.  It is no substitute for setting HISTFILE and
7837         HISTSIZE from tramp-open-connection-setup-interactive-shell,
7838         though.  Suggested by Luc Teirlinck.
7839         (tramp-open-connection-setup-interactive-shell): Export variables
7840         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
7841         (tramp-set-process-query-on-exit-flag): New compat function.
7842         (tramp-open-connection-multi, tramp-open-connection-su)
7843         (tramp-open-connection-rsh, tramp-open-connection-telnet)
7844         (tramp-do-copy-or-rename-file-out-of-band): Use it.
7845         (tramp-let-maybe): New macro, let-binds a variable only if it
7846         isn't obsolete.
7847         (tramp-check-ls-commands, tramp-handle-expand-file-name)
7848         (tramp-handle-file-truename): Use it.
7849         (tramp-completion-file-name-regexp-unified): Avoid matching
7850         filenames starting with "/:" -- those are reserved for
7851         file-name-non-special.
7853         * tramp-smb.el (tramp-smb-open-connection):
7854         Use tramp-set-process-query-on-exit-flag compat function.
7856 2004-05-29  Richard M. Stallman  <rms@gnu.org>
7858         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
7860         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
7861         (eval-last-sexp-print-value): Print char equivalent regardless
7862         of standard-output value.
7864         * thumbs.el (thumbs-subst-char-in-string): Delete.
7865         (thumbs-thumbname): Use subst-char-in-string.
7866         (thumbs-resize-image): Use condition-case, not ignore-errors.
7867         (thumbs-kill-buffer): Likewise.
7869         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
7870         (thumbs-mode): Make buffer read-only.
7871         (thumbs-make-thumb): Unconditionally accept an existing file.
7872         (thumbs-insert-thumb): Add thumb-image-file property to the image.
7873         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
7874         (thumbs-show-thumbs-list): Error if images not supported.
7875         (thumbs-save-current-image): Improve prompt string.
7876         (thumbs-mode-map): Define u, R, x.
7877         (thumbs-unmark): New command.
7878         (thumbs-emboss-image): Minor cleanup.
7879         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
7880         (thumbs-rename-images): New command.
7881         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
7883         * thumbs.el (thumbs-current-image): New function.
7884         (thumbs-file-list, thumbs-file-alist): New functions.
7885         (thumbs-find-image): Delete arg L.
7886         Don't set up thumbs-fileL as buffer-local global var.
7887         (thumbs-find-image-at-point): Use thumbs-current-image.
7888         (thumbs-set-image-at-point-to-root-window): Likewise.
7889         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
7890         Record and warn about errors.  Update thumbs-markedL for deletions.
7891         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
7892         (thumbs-redraw-buffer): Use thumbs-file-list.
7893         (thumbs-mark): Use thumbs-current-image.
7894         (thumbs-show-name): Use thumbs-current-image.
7896         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
7897         and imenu--last-menubar-index-alist.
7899         * subr.el (with-selected-window): Undo previous change.
7901 2004-05-29  John Paul Wallington  <jpw@gnu.org>
7903         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
7904         (thumbs-mouse-find-image): New command.
7905         (thumbs-mode-map): Bind it to mouse-2.
7906         (thumbs-mode): Make mode-class special.
7907         (thumbs-view-image-mode): Likewise.
7909 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
7911         * flymake.el: New file.
7913 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
7915         * files.el (find-file-noselect-1): Do not bind
7916         `inhibit-read-only' to t during execution of
7917         `find-file-not-found-functions'.
7919 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7921         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
7922         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
7924 2004-05-28  Juri Linkov  <juri@jurta.org>
7926         * simple.el (eval-expression-print-format): New fun.
7928         * simple.el (eval-expression):
7929         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
7930         * emacs-lisp/edebug.el (edebug-compute-previous-result)
7931         (edebug-eval-expression): Print additionally the value returned by
7932         `eval-expression-print-format'.
7934         * emacs-lisp/lisp.el (insert-pair-alist): New var.
7935         (insert-pair): Make arguments optional.  Find character pair
7936         from `insert-pair-alist' according to the last input event.
7937         (insert-parentheses): Make arguments optional.
7938         (raise-sexp, delete-pair): New funs.
7940         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
7941         (emacs-lisp-mode-map, lisp-interaction-mode-map):
7942         Bind C-M-q to `indent-pp-sexp'.
7944         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
7945         `pp-to-string' modified to be able to format text with newlines.
7946         (pp-to-string): Move the buffer-formatting part of the code to
7947         `pp-buffer'.  Call `pp-buffer'.
7949         * info.el (Info-desktop-buffer-misc-data): Don't save information
7950         about virtual files.
7951         (Info-restore-desktop-buffer): Restore Info buffers in prepared
7952         buffers with names obtained from the desktop file instead of the
7953         default *info* buffer.
7955 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7957         * subr.el (with-selected-window): Only save/restore the selected window.
7959         * progmodes/compile.el (compilation-error-regexp-alist):
7960         Use expand-file-name and data-directory.
7962         * progmodes/grep.el (grep-tree): Rework previous fix.
7964         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
7965         after the user marked text with the mouse.
7967         * startup.el (command-line): Keep the first regexp of
7968         auto-save-file-name-transforms intact.
7970 2004-05-28  Juanma Barranquero  <lektu@terra.es>
7972         * cus-edit.el (customize-face, customize-face-other-window)
7973         (custom-face-edit-delete): Make arguments match their use in
7974         docstring.
7975         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
7976         docstring.
7978         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
7979         not `cvs-butlast'.
7981         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
7982         `nbutlast' are in subr.el).
7984         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
7985         (set-w32-system-coding-system): Doc fixes.
7987         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
7988         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
7989         Make arguments match their use in docstring.
7990         (artist-draw-region-trim-line-endings)
7991         (artist-mouse-choose-operation): Fix typo in docstring.
7992         (artist-key-set-point-common): Doc fix.
7994 2004-05-28  Simon Josefsson  <jas@extundo.com>
7996         * mail/smtpmail.el (smtpmail-open-stream):
7997         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
7999 2004-05-26  Simon Josefsson  <jas@extundo.com>
8001         * starttls.el: Merge with my GNUTLS based starttls.el.
8002         (starttls-gnutls-program, starttls-use-gnutls)
8003         (starttls-extra-arguments, starttls-process-connection-type)
8004         (starttls-connect, starttls-failure, starttls-success): New variables.
8005         (starttls-program, starttls-extra-args): Doc fix.
8006         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
8007         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
8008         and pass on to corresponding *-gnutls function if it is set.
8010 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
8012         * autorevert.el (auto-revert-handler): Disable auto-reverting of
8013         remote files.
8015 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
8017         * files.el (file-name-non-special): There are more operations
8018         which need handling: `find-backup-file-name',
8019         `insert-file-contents', `verify-visited-file-modtime',
8020         `write-region'.  Rename t value of method to `add'.  Add new
8021         methods `quote' and `unquote-then-quote' to file-arg-indices.
8023 2004-05-25  Juri Linkov  <juri@jurta.org>
8025         * info.el (Info-toc): Call Info-mode on intermediate buffer.
8026         (Info-index-nodes): Enclose code in condition-case to catch errors.
8027         (Info-index-node): Don't search all index nodes if request is only
8028         for the current node and file is not in the cache of index nodes.
8029         (Info-mode-map): Bind Info-copy-current-node-name to `w'
8030         for consistency with dired-copy-filename-as-kill.
8031         Bind `S' to Info-search-case-sensitively.
8032         (Info-copy-current-node-name): New arg.  With zero prefix arg put
8033         the name inside a function call to `info'.  Display copied text in
8034         the echo area.
8036 2004-05-25  Sam Steingold  <sds@gnu.org>
8038         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
8039         strip the package prefix from the symbol name, if any.
8040         Make it the `find-tag-default-function' for `lisp-mode'.
8042 2004-05-25  John Paul Wallington  <jpw@gnu.org>
8044         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
8045         instead of obsolete `process-kill-without-query'.
8047         * textmodes/texinfmt.el (texinfo-indexvar-alist):
8048         Declare as variable, not constant.
8050 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
8052         * files.el (find-file-noselect-1): Fix bug introduced by
8053         Revision 1.694.  As a side effect, `inhibit-read-only'
8054         is again, by default, t during execution of
8055         `find-file-not-found-functions'.
8056         (insert-directory): Check that lines were really inserted by
8057         the --dired switch, before erasing them.
8059 2004-05-24  Nick Roberts  <nickrob@gnu.org>
8061         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
8062         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
8063         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
8064         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
8065         gud-minor-mode (gdbmi).
8067 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
8069         * net/browse-url.el (browse-url-interactive-arg): Enable user to
8070         explicitly select the text to be taken as URL.
8072 2004-05-23  Juri Linkov  <juri@jurta.org>
8074         * info.el (Info-index-nodes): New var and fun.
8075         (Info-goto-index, Info-index, info-apropos)
8076         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
8077         (Info-index): Fix docstring.  Store and restore Info-history-list.
8078         (Info-complete-nodes): New var.
8079         (Info-complete-menu-item): Use it.
8080         (Info-index-node): New fun.
8081         (Info-final-node, Info-forward-node, Info-backward-node)
8082         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
8083         Use Info-index-node.
8084         (Info-extract-menu-item, Info-extract-menu-counting): Set second
8085         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
8086         (Info-find-node-2): If a node with period in its name not found,
8087         try to find a node without the name part after period.
8088         (Info-select-node): Call Info-fontify-node only if
8089         Info-fontify-maximum-menu-size is not nil.
8090         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
8091         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
8092         Preserve Info-history-list.
8093         (Info-toc): Set Info-current-file.
8094         (Info-build-toc): Move point to the beginning of the buffer.
8095         Add main-file variable.
8096         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
8097         Use backslashed representation of the control character ^_.
8099         * textmodes/texinfmt.el (texinfo-print-index): Print index line
8100         numbers in the new Texinfo 4.7 format.
8102         * add-log.el (change-log-font-lock-keywords): Remove `:' from
8103         regexps for function and variable names.
8105         * descr-text.el (describe-property-list): Add [show] button for
8106         `syntax-table' property with action to pp to a separate buffer.
8107         (describe-char): Replace search-forward by re-search-forward with
8108         whitespace regexp after "character:" to not fail in too narrow windows.
8110         * simple.el (next-error-find-buffer): Add a rule to return
8111         next-error capable buffer if one window on the selected frame
8112         displays such buffer.
8114 2004-05-23  Nick Roberts  <nickrob@gnu.org>
8116         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
8117         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
8118         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
8119         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
8120         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
8121         Handle new value for gud-minor-mode (gdbmi).
8122         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
8123         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
8124         Change from local to global gdb variable set.
8125         (gdb-ann3): Initialise above gdb variable set.
8126         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
8127         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
8128         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
8129         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
8130         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
8131         (gdb-info-locals-handler, gdb-invalidate-assembler)
8132         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
8133         set as global variables.
8134         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
8135         Handle gdbmi.
8136         (gdb-info-breakpoints-custom): Fix regexp.
8137         (def-gdb-var): Delete.
8139         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
8140         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
8141         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
8142         a new mode.  The file (gdb-mi.el) for this mode will be included
8143         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
8144         primary interface.
8146 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
8148         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
8149         interpreted as a directory.
8151 2004-05-22  Richard M. Stallman  <rms@gnu.org>
8153         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
8154         as a close quote.
8156         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
8158         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
8159         Use assoc-string, not assoc-ignore-case.
8161         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
8163         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
8164         If moving back then fwd gets a defun that ends before point,
8165         try again moving fwd then back.
8167         * files.el (file-name-non-special): Allow t in file-arg-indices
8168         to mean requote the return value.  Use `identity' as an element
8169         rather than as the whole value.
8171         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
8173 2004-05-22  Juanma Barranquero  <lektu@terra.es>
8175         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
8176         `help-make-usage'.
8177         (help-highlight-arguments): Skip function name before searching
8178         for arguments.
8180 2004-05-21  Juanma Barranquero  <lektu@terra.es>
8182         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
8183         Don't mention in the docstring these arguments meant for
8184         internal (recursive) use only.
8185         (allout-char-spec): Comment out (it's not implemented).
8186         (allout-old-expose-topic, allout-exposure): Fix docstring and add
8187         obsolescence declaration.
8188         (allout-flatten-exposed-to-buffer)
8189         (allout-indented-exposed-to-buffer): Fix typos in docstring.
8190         (my-mark-marker): Doc fix.
8191         (produce-allout-mode-map, allout-sibling-index)
8192         (allout-isearch-expose, allout-distinctive-bullet)
8193         (allout-open-topic, allout-reindent-body)
8194         (allout-rebullet-heading, allout-process-exposed)
8195         (allout-insert-listified, allout-latex-verb-quote)
8196         (allout-insert-latex-header, allout-insert-latex-trailer):
8197         Make arguments match their use in docstring.
8198         (allout-primary-bullet, allout-old-style-prefixes)
8199         (allout-inhibit-protection, allout-init, allout-mode)
8200         (allout-before-change-protect, allout-flag-region):
8201         Use "Emacs" instead of "emacs" in docstrings.
8203 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
8205         * international/characters.el: Modify syntax of more characters.
8207 2004-05-21  Masatake YAMATO  <jet@gyve.org>
8209         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
8210         (etags-tags-completion-table): Show parsing progress.
8212 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
8214         * locate.el (locate-prompt-for-command): Shorten first line of
8215         docstring.
8216         (locate-mode): Expand docstring and include keymap summary.
8218         * files.el (find-file-noselect-1): Limit the scope of the
8219         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
8220         is, by default, nil during the execution of
8221         `find-file-not-found-functions' and `find-file-hook'.
8223 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
8225         * facemenu.el (facemenu-color-name-equal): New function.
8226         (list-colors-display): Use it to compare colors instead of
8227         facemenu-color-equal.
8229 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
8231         * compare-w.el (compare-windows-face): Use min-colors instead of
8232         checking for tty or pc types.
8234 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8236         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
8237         (completion-setup-function): Use with-current-buffer.
8238         Properly save excursion.  Simplify.
8239         Don't assume there is necessarily a `mouse-face' property somewhere.
8241         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
8243         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
8245         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
8246         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
8247         Use with-current-buffer.
8248         (byte-goto-log-buffer): Delete.
8249         (byte-compile-log-file): Call compilation-forget-errors.
8251 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
8253         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
8254         output messages into the search result.
8256 2004-05-19  Masatake YAMATO  <jet@gyve.org>
8258         * wid-edit.el (widget-radio-button-notify): Revert my last
8259         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
8261 2004-05-19  Kenichi Handa  <handa@m17n.org>
8263         * international/characters.el: Fix syntax (open/close) of CJK chars.
8265 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
8267         * help-mode.el (help-go-back): Don't depend on position of back button.
8269 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8271         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
8272         files files don't contain an accidental additional /.
8274         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
8275         in source buffer.
8277 2004-05-18  Masatake YAMATO  <jet@gyve.org>
8279         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
8280         to widget-apply.  :action method assumes 2 arguments, not 3.
8282 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
8284         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
8285         New constants.
8286         (hs-special-modes-alist): Add an f90-mode entry.
8288 2004-05-17  Sam Steingold  <sds@gnu.org>
8290         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
8291         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
8293 2004-05-16  Kim F. Storm  <storm@cua.dk>
8295         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
8297 2004-05-15  John Wiegley  <johnw@newartisans.com>
8299         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
8300         (eshell-output-object-to-target): Improve output speed 20% by not
8301         calling `eshell-stringify' if something is already known to be a string.
8303 2004-05-15  Alex Ott  <ott@jet.msk.su>
8305         * textmodes/ispell.el (ispell-local-dictionary-alist):
8306         Add windows-1251 to the choice of coding systems.
8307         (ispell-dictionary-alist-6): Add support for "russianw.aff",
8308         encoded in cp1251.
8310 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
8312         * progmodes/compile.el (compilation-warning-face)
8313         (compilation-info-face): Use min-colors.
8315 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8317         * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
8318         * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
8319         * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
8320         * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
8321         * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
8322         * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
8323         * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
8324         * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
8325         * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
8326         * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
8327         * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
8328         * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
8329         * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
8330         * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
8332 2004-05-15  Kim F. Storm  <storm@cua.dk>
8334         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
8335         Use it to set triggered-p element of timer.
8336         (timer-event-handler): Set triggered-p element non-nil while running
8337         the timer function.
8339 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8341         * descr-text.el (describe-char-unicode-data)
8342         (describe-char-unicodedata-file): Re-enable the unicode code now that
8343         the licensing issues have been cleared in the unicode-4 license.
8344         (describe-text-properties-1): Remove unused `overlay' var.
8345         (describe-char): Remove unused var `buffer'.
8347 2004-05-14  David Ponce  <david@dponce.com>
8349         * tree-widget.el: New file.
8351 2004-05-13  Marcelo Toledo  <marcelo@marcelotoledo.org>
8353         * language/european.el ("Brazilian Portuguese"): Add support for
8354         Brazilian Portuguese.
8356 2004-05-13  John Wiegley  <johnw@newartisans.com>
8358         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
8359         `recentf-mode' if this variable has been customized to t.
8361         * eshell/esh-test.el (eshell-test): Call the function
8362         `emacs-version' rather than trying to build a custom version string.
8364 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8366         * net/telnet.el (telnet-mode): Use define-derived-mode.
8367         Don't modify the global value of comint-prompt-regexp.
8369 2004-05-13  John Paul Wallington  <jpw@gnu.org>
8371         * version.el (emacs-version): Check for `gtk' feature before
8372         `x-toolkit' feature.
8374 2004-05-13  Juanma Barranquero  <lektu@terra.es>
8376         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
8377         arguments in the docstring, they're used only in recursive calls.
8379         * help-fns.el (help-arg-highlighting-function)
8380         (help-argument-name): Delete.
8381         (help-default-arg-highlight): New function.
8382         (help-do-arg-highlighting): Use it.
8384 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
8386         * calendar/appt.el (appt-disp-window):
8387         Use `calendar-set-mode-line' for a centered mode-line.
8389 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
8391         * calendar/appt.el (appt-disp-window): Do not split window
8392         excessively when `split-height-threshold' is low.
8394 2004-05-12  Nick Roberts  <nickrob@gnu.org>
8396         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
8397         kill-buffer-hook here and make it local.
8398         (gud-kill-buffer-hook): Use kill-process for a sure kill.
8400 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
8402         * progmodes/compile.el (compilation-set-window-height):
8403         Use save-excursion to protect against misplaced marker.
8405 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8407         * custom.el (defface): Document that type can have value gtk.
8409         * faces.el (face-spec-set-match-display): Handle type gtk in display.
8411 2004-05-12  Kenichi Handa  <handa@m17n.org>
8413         * descr-text.el: Require quail at comile time.
8414         (describe-char): If an input method is on and it supports the
8415         character, show how to input it.
8417         * international/quail.el (quail-install-decode-map): Accept a
8418         char-table whose subtype is `quail-decode-map'.
8419         (quail-store-decode-map-key, quail-gen-decode-map1)
8420         (quail-gen-decode-map, quail-find-key1, quail-find-key)
8421         (quail-show-key): New functions.
8423 2004-05-12  Juanma Barranquero  <lektu@terra.es>
8425         * generic.el (define-generic-mode): Remove redundant arglist info.
8427         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
8428         Make arguments match their use in docstring.
8429         (help-arg-highlighting-function): New variable.
8430         (help-argument-name): Mention it in the docstring.
8431         (help-do-arg-highlight): Use it.  Expand regexp to accept also
8432         ARG-xxx and xxx-ARG references.
8434 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
8436         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
8437         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
8438         and "mailto:addr1?to=addr2" equal.
8440 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
8442         * man.el (Man-getpage-in-background): Use shell-file-name
8443         and shell-command-switch variables instead of hard-coded values.
8445 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
8447         * iimage.el: New file.
8449 2004-05-11  Juanma Barranquero  <lektu@terra.es>
8451         * custom.el (custom-initialize-default, defcustom):
8452         Fix typo in docstring.
8454         * files.el (set-visited-file-name, file-expand-wildcards):
8455         Fix docstring.
8457 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8459         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
8461         * subr.el (eventp): Be more discriminating with integers.
8463 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
8465         * progmodes/compile.el (compile): Add universal prefix arg.
8466         (compilation-error-regexp-alist-alist): Add edg patterns.
8468 2004-05-10  Sam Steingold  <sds@gnu.org>
8470         * textmodes/ispell.el (ispell-message):
8471         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
8473 2004-05-10  Dave Love  <fx@gnu.org>
8475         * progmodes/python.el (help-buffer): Autoload when compiling.
8476         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
8477         (run-python): Prepend to any existing PYTHONPATH.
8479 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
8481         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
8482         for pending breakpoints.
8484 2004-05-10  Richard M. Stallman  <rms@gnu.org>
8486         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
8487         directly without calling any functions in Rmail.
8488         (unrmail-unprune): Function deleted.
8490 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8492         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
8493         C-c C-z binding.
8495 2004-05-10  Kenichi Handa  <handa@m17n.org>
8497         * descr-text.el (describe-char): Fix previous change.  Don't make
8498         a unibyte character to multibyte in the *Help* buffer.
8500 2004-05-10  Miles Bader  <miles@gnu.org>
8502         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
8503         buffer an error if the debugger process is actually running.
8505 2004-05-10  Juanma Barranquero  <lektu@terra.es>
8507         * help-fns.el (help-argument-name): Default to italic.
8508         (help-highlight-arguments): Return always (usage . doc), even when
8509         usage is nil.
8511         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
8512         (define-ibuffer-filter): Add usage info.
8513         (define-ibuffer-op): Add usage info (but CL-style defaults for
8514         keyword args are not shown).
8516         * subr.el (remove-overlays, read-passwd): Fix docstring.
8517         (start-process-shell-command): Fix docstring.  Put usage info in a
8518         format usable by `describe-function'.
8519         (open-network-stream, open-network-stream-nowait)
8520         (open-network-stream-server): Fix docstring.
8522 2004-05-09  Jason Rumney  <jasonr@gnu.org>
8524         * international/code-pages (cp932, cp936, cp949, c950): Remove.
8525         Only define cp125* if windows-125* is already defined.
8527         * language/korean.el (cp949): Add alias.
8529         * language/chinese.el (cp936, cp950): Add aliases.
8531         * language/japanese.el (cp932): Add alias.
8533         * term/w32-win.el: Require code-pages.
8535         * international/mule-cmds.el (set-locale-environment):
8536         On MS-Windows use ansi code-page for default coding-systems.
8537         Set up paper sizes for Windows 3 letter languages.
8539         * international/code-pages.el (cp932, cp936, cp949, cp950):
8540         Add aliases.  Also add cp125* if not already defined.
8542 2004-05-09  Juanma Barranquero  <lektu@terra.es>
8544         * help-fns.el (help-highlight-arguments): Don't try to highlight
8545         missing or autoloaded arglists.  Accept structured arguments, like
8546         the first ones of `do' and `flet'.
8548         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
8549         (cvs-get-marked): Remove redundant arglist info.
8551         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
8552         Don't use CL-style default args.
8554 2004-05-08  Andreas Schwab  <schwab@suse.de>
8556         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
8558         * international/subst-ksc.el: Fix references to utf-translate-cjk
8559         into utf-translate-cjk-mode.
8560         * international/subst-big5.el: Likewise.
8561         * international/subst-gb2312.el: Likewise.
8562         * international/subst-jis.el: Likewise.
8563         * international/utf-16.el: Likewise.
8564         * international/utf-8.el: Likewise.
8566 2004-05-08  John Wiegley  <johnw@newartisans.com>
8568         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
8569         "virtual buffers" (off by default), which makes it possible to
8570         switch to the "virtual" buffers of recently visited files.  When a
8571         buffer name search fails, and this option is on, iswitchb will
8572         look at the list of recently visited files, and permit matching
8573         against those names.  When the user hits RET on a match, it will
8574         revisit that file.
8575         (iswitchb-read-buffer): Add two optional arguments, which makes
8576         isearchb.el possible.
8577         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
8578         (iswitchb-next-match): Add support for virtual buffers.
8580         * isearchb.el: This module extends iswitchb to provide "as you
8581         type" buffer selection.
8583         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
8584         Ignore the read-only property when flyspell highlighting is on.
8585         Not ignoring it leads to a series of confusing errors.
8586         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
8587         but also make sure to call flyspell-incorrect-hook.
8588         (flyspell-maybe-correct-transposition): Perform transposition test
8589         by bit twiddling a string, rather than using a temp buffer.
8590         (flyspell-maybe-correct-doubling): Use a string rather than a temp
8591         buffer.  This is also the original version of the code, which
8592         could not be checked in before due to a previous lack of
8593         assignment papers.  This version has seen heavy usage on my system
8594         for several years now.
8596         * calendar/cal-bahai.el: New file, which adds support for the
8597         Baha'i calendar to Emacs.  This calendar is based on a solar year
8598         of 19 months of 19 days, with 4 intercalary days.  Each year
8599         begins on March 21, with the calendar starting in 1844.
8601         * calendar/cal-menu.el, calendar/calendar.el,
8602         calendar/diary-lib.el, calendar/holidays.el: Added support for
8603         using cal-bahai.el.
8605         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
8606         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
8607         function can be used outside of eshell buffers.
8608         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
8610 2004-05-08  Juanma Barranquero  <lektu@terra.es>
8612         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
8613         word constituent so FOO-ARG is not recognized as an arg.
8614         (help-highlight-arguments): Don't skip lists in mandatory arguments.
8616         * simple.el (next-error): Fix typo in docstring.
8617         (open-line): Make argument names match their use in docstring.
8618         (split-line): Fix docstring.
8620         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
8621         usable by `describe-function'.
8622         (gensym, gentemp, typep, ignore-errors): Make argument names match
8623         their use in docstring.
8625         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
8626         argument to `help-setup-xref'.
8628 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
8630         Version 2.0.40 of Tramp released.
8632         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
8633         Use symbol-function to invoke functions only known on some Emacs
8634         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
8635         Scaldeferri <kevin@scaldeferri.com>.
8636         (tramp-do-copy-or-rename-file-via-buffer): Rename from
8637         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
8638         consistent with the other tramp-do-* functions.
8639         (tramp-do-copy-or-rename-file): Calls adjusted.
8640         (tramp-process-initial-commands): Avoid liveness check on shell --
8641         we know that it must be alive since we're opening a connection at
8642         this moment.
8643         (tramp-last-cmd): New internal variable.
8644         (tramp-process-echoes): New tunable.
8645         (tramp-send-command): Set tramp-last-cmd.
8646         (tramp-wait-for-output): Delete echo, if applicable.
8647         (tramp-read-passwd): Construct the key for the password cache in a
8648         way that works for multi methods, too.
8649         (tramp-bug): Add backup-directory-alist and
8650         bkup-backup-directory-info to bug reports, with Tramp counterparts.
8652 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
8654         * net/tramp*.el: Suppress byte-compiler warnings where possible.
8656         * net/tramp.el (tramp-out-of-band-prompt-regexp)
8657         (tramp-actions-copy-out-of-band): New defcustoms.
8658         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
8659         used instead of a synchronous one.  Allows password entering.
8660         (tramp-action-out-of-band): New defun.
8661         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
8662         Remove restriction with password from doc string.
8663         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
8664         `tramp-out-of-band-prompt-regexp',
8665         `tramp-actions-copy-out-of-band', `password-cache' and
8666         `password-cache-expiry'.
8667         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
8668         password caching.
8669         (tramp-touch): FILE can be a local file, too.
8670         (TODO): Remove items done.
8671         (tramp-handle-insert-directory): Properly quote file name also if
8672         not full-directory-p.  Handle wildcard case.  Reported by Andreas
8673         Schwab <schwab@suse.de>.
8674         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
8675         new file.
8676         (tramp-handle-file-local-copy, tramp-handle-write-region):
8677         The permissions of the temporary file are set if filename exists.
8678         Reported by Ted Stern <stern@cray.com>.
8679         (tramp-backup-directory-alist)
8680         (tramp-bkup-backup-directory-info): New defcustoms.
8681         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
8682         (tramp-handle-find-backup-file-name): New function.
8683         Implements Tramp's find-backup-file-name.
8685         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
8686         for `find-backup-file-name'.
8688         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
8689         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
8691 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
8693         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
8695 2004-05-07  Juanma Barranquero  <lektu@terra.es>
8697         * subr.el (lambda): Add arglist description to docstring.
8698         (declare): Fix typo in docstring.
8699         (open-network-stream): Fix docstring.
8700         (process-kill-without-query): Fix docstring and add obsolescence info.
8701         (last, butlast, nbutlast): Make arguments match their use in docstring.
8702         (insert-buffer-substring-no-properties): Likewise.
8703         (insert-buffer-substring-as-yank): Likewise.
8704         (split-string): Fix docstring.
8706         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
8707         Make argument names match their use in docstring.
8709         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
8711 2004-05-06  Nick Roberts  <nickrob@gnu.org>
8713         * progmodes/gdb-ui.el: Improve/extend documentation strings.
8714         Fit first sentence on one line for apropos-command.
8716 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8718         Changes largely merged in from Dave Love's code.
8719         * progmodes/python.el: Doc fixes.
8720         (python-mode-map): Add python-complete-symbol.
8721         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
8722         (python-comment-indent, python-complete-symbol)
8723         (python-symbol-completions, python-partial-symbol)
8724         (python-try-complete): New.
8725         (python-indent-line): Remove optional arg.  Use python-block-end-p.
8726         (python-check): Bind compilation-error-regexp-alist.
8727         (inferior-python-mode): Use rx.  Move keybindings to top level.
8728         Set comint-input-filter.
8729         (python-preoutput-filter): Use rx.
8730         (python-input-filter): Re-introduce.
8731         (python-proc): Start new process if necessary.
8732         Check python-buffer non-nil.
8733         (view-return-to-alist): Defvar.
8734         (python-send-receive): New.
8735         (python-eldoc-function): Use it.
8736         (python-mode-running): Don't defvar.
8737         (python-mode): Set comment-indent-function.
8738         Maybe update hippie-expand-try-functions-list.
8739         (python-indentation-levels): Initialize differently.
8740         (python-block-end-p): New.
8741         (python-indent-line): Use it.
8742         (python-compilation-regexp-alist): Augment.
8743         (run-python): Import `emacs' module to Python rather than loading
8744         code directly.  Set python-buffer differently.
8745         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
8746         Use python-proc.
8747         (python-send-command): Go to end of comint buffer.
8748         (python-load-file): Use python-proc, emacs.eimport.
8749         (python-describe-symbol): Simplify interactive form.
8750         Use emacs.help.  Do use temp-buffer-show-hook.
8751         Call print-help-return-message.
8752         (hippie-exp): Require when compiling.
8753         (python-preoutput-continuation): Use rx.
8755         * diff-mode.el (diff-make-unified): Fix regexp.
8757 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
8759         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
8760         filter groups from the buffer when rebuilding the Ibuffer buffer
8761         and `ibuffer-show-empty-filter-groups' is nil.
8763 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8765         * ps-print.el (ps-print-quote): Call ps-value-string.
8766         (ps-setup): Call ps-comment-string.
8767         (ps-value-string, ps-comment-string): New funs.
8769 2004-05-06  Juanma Barranquero  <lektu@terra.es>
8771         * ehelp.el (electric-help-command-loop): Check whether the last
8772         character is visible, not (point-max).
8774         * help-fns.el (help-argument-name): Default to bold; don't inherit
8775         from font-lock-variable-name-face.
8776         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
8778 2004-05-05  Kenichi Handa  <handa@m17n.org>
8780         * descr-text.el (describe-char): Copy the character with text
8781         properties and overlays into the first line, and call
8782         describe-text-properties on it.
8784 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
8786         * iswitchb.el (iswitchb-global-map): Fix typo.
8787         Remove unwanted ###autoloads from source file.
8789 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
8791         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
8792         in run-hooks.  Use substitute-command-keys in message.
8793         (wdired-abort-changes): Add message.
8795 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
8797         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
8798         (sql-emacs20-p): Remove.
8799         (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
8800         (sql-builtin-face, sql-doc-face): Remove.
8801         (sql-mode-ansi-font-lock-keywords)
8802         (sql-mode-oracle-font-lock-keywords)
8803         (sql-mode-postgres-font-lock-keywords)
8804         (sql-mode-linter-font-lock-keywords)
8805         (sql-mode-ms-font-lock-keywords)
8806         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
8807         (sql-product-font-lock): Fix font-lock reset when font rules change.
8808         (sql-highlight-product): Remove incorrect font-lock reset logic.
8810 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
8812         * ses.el (ses-set-parameter): Fix typo.
8814 2004-05-04  Kim F. Storm  <storm@cua.dk>
8816         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
8817         Must expand directory for completion to work; and don't mess with
8818         process-environment.
8819         (ido-read-file-name): If command has ido property, don't use ido
8820         if value is ignore, or read as directory if value is dir.
8821         Set ido ignore property for dired-do-rename command.
8823 2004-05-04  Juanma Barranquero  <lektu@terra.es>
8825         * ehelp.el (electric-help-command-loop, electric-help-undefined)
8826         (electric-help-help): Check against unmapped commands.
8828         * help-fns.el (help-argument-name): New face, inheriting from
8829         font-lock-variable-name-face, to highlight function arguments in
8830         `describe-function' and `describe-key'.
8831         (help-do-arg-highlight): Auxiliary function to highlight a given
8832         list of arguments in a string.
8833         (help-highlight-arguments): Highlight the function arguments and
8834         all uses of them in the docstring.
8835         (describe-function-1): Use it.  Do docstring output via `insert',
8836         not 'princ', so text attributes are preserved.
8838         * winner.el (winner-mode-map): Move `winner-undo' and
8839         `winner-redo' to C-c <left> and C-c <right>, respectively (the
8840         previous bindings conflict with `prev-buffer', `next-buffer').
8842 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8844         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
8845         (bibtex-entry-update): New command bound to C-c C-u.
8846         (bibtex-text-in-string): Fix regexp.
8847         (bibtex-assoc-of-regexp): Remove.
8848         (bibtex-progress-message): Fix docstring.
8849         (bibtex-inside-field): Use if.
8850         (bibtex-assoc-regexp): New function.
8851         (bibtex-format-entry): Make code more robust so that it formats
8852         also old entries.
8853         (bibtex-autokey-demangle-title): Merge with obsolete function
8854         bibtex-assoc-of-regexp.
8855         (bibtex-field-list): New function.
8856         (bibtex-entry): Use bibtex-field-list.
8857         (bibtex-parse-entry): Fix docstring.
8858         (bibtex-print-help-message): Use bibtex-field-list.
8859         (bibtex-make-field): Use bibtex-field-list.
8860         (bibtex-entry-index): Bugfix.  Return crossref key if required.
8861         (bibtex-lessp): Fix docstring.
8863 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
8865         * select.el (xselect-convert-to-string): Move comment to intended line.
8867 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8869         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
8870         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
8872 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8874         * term/x-win.el (x-clipboard-yank): Don't exit on error from
8875         x-get-selection.
8877 2004-05-03  Jason Rumney  <jasonr@gnu.org>
8879         * makefile.nt: Remove.
8881 2004-05-03  Kim F. Storm  <storm@cua.dk>
8883         * emulation/cua-base.el (cua--update-indications): Fix last change.
8884         (cua-mode): Deactivate mark when cua-mode is enabled.
8886 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
8888         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
8890 2004-05-03  Nick Roberts  <nickrob@gnu.org>
8892         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
8893         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
8894         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
8895         window over visible frames.
8896         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
8898 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8900         * progmodes/compile.el (compilation-gcpro): New var.
8901         (compilation-fake-loc): Use it.
8902         (compilation-forget-errors): Reset it.
8904 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
8906         * diff-mode.el (diff-header-face, diff-file-header-face):
8907         Use min-colors.
8909 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8911         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
8912         (bibtex-clean-entry): Disentangle code.
8913         (bibtex-realign): New function.
8914         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
8915         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
8916         Remove undocumented optional arg called-by-convert-alien.
8917         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
8918         for sorting instead of bibtex-sort-buffer.
8920 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
8922         * progmodes/compile.el (compilation-start): In the
8923         no-async-subprocesses branch, call sit-for to give redisplay a
8924         chance to show the updated process status in the mode line, and
8925         fontify the buffer explicitly after the process exits.
8927 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8929         * progmodes/python.el (python-compilation-line-number): Remove.
8930         (python-compilation-regexp-alist): Don't use it any more.
8931         (python-orig-start, python-input-filter): Remove.
8932         (inferior-python-mode): Don't set up comint-input-filter-functions.
8933         (python-send-region): Use compilation-fake-loc.
8935         * progmodes/compile.el (compilation-messages-start): New var.
8936         (compilation-mode): Don't setup next-error-function here.
8937         (compilation-setup): Set it up here instead (for minor modes as well).
8938         Make compilation-messages-start buffer local.
8939         (compilation-next-error-function): Use it.
8940         (compilation-forget-errors): Set compilation-messages-start.
8942 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
8944         * ielm.el (ielm-prompt-read-only): Update docstring.
8946         * comint.el (comint-prompt-read-only): Update docstring.
8947         (comint-update-fence, comint-kill-whole-line)
8948         (comint-kill-region): New functions.
8950         * simple.el (kill-whole-line): Use "p" instead of "P" in
8951         interactive form.
8953 2004-05-01  Juanma Barranquero  <lektu@terra.es>
8955         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
8956         format arglist so default values in CL-style argument lists are
8957         correctly shown.
8959 2004-05-01  Jason Rumney  <jasonr@gnu.org>
8961         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
8963 2004-05-01  Kenichi Handa  <handa@m17n.org>
8965         * international/titdic-cnv.el (miscdic-convert): Don't generate a
8966         quail file if it is up to date.
8968 2004-04-30  Juri Linkov  <juri@jurta.org>
8970         * cus-edit.el (custom-mode-map):
8971         Add key binding `C-x C-s' to `Custom-save'.
8973         * outline.el (outline-blank-line): New var.
8974         (outline-next-preface, outline-show-heading)
8975         (outline-end-of-subtree): Use it.
8977         * dired-aux.el (dired-touch-initial): New fun.
8978         (dired-do-chxxx): Call it for op-symbol `touch'.
8979         (dired-diff): Use `dired-dwim-target-directory'
8980         if current dired buffer has no buffer mark.
8982         * bindings.el (propertized-buffer-identification):
8983         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
8984         Add C-M-arrow keys for consistency.
8986         * files.el (confirm-kill-emacs):
8987         Change group from top-level `emacs' to `convenience'.
8989         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8990         Push mark on the first call of successive command calls.
8991         (insert-pair): New fun created from `insert-parentheses' with
8992         `open' and `close' arguments added.  Enclose active regions
8993         in paired characters.  Compare adjacent characters syntax with
8994         inserted characters syntax before inserting a space.
8995         (insert-parentheses): Call `insert-pair' with ?\( ?\).
8997         * delsel.el: Don't put `delete-selection' property
8998         on `insert-parentheses' symbol to take advantage of
8999         region handling in `insert-pair' function.
9000         Suggested by Stephan Stahl <stahl@eos.franken.de>.
9002 2004-04-30  Kim F. Storm  <storm@cua.dk>
9004         * emulation/cua-base.el: Add support for changing cursor types;
9005         based on patch from Michael Mauger.
9006         (cua-normal-cursor-color, cua-read-only-cursor-color)
9007         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
9008         Customization cursor type and/or cursor color.
9009         (cua--update-indications): Handle cursor type changes.
9010         (cua-mode): Update cursor indications if enabled.
9012         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
9014         * mouse.el (mouse-drag-copy-region): New defcustom.
9015         (mouse-set-region, mouse-drag-region-1): Use it.
9017         * simple.el (kill-ring-save): If region face background color is
9018         unspecified (if no highlighting), show extent of fully visible
9019         region even if transient-mark-mode is enabled.
9021         * emulation/cua-base.el (cua--standard-movement-commands):
9022         Add cua-scroll-up and cua-scroll-down.
9023         (cua-scroll-up, cua-scroll-down): New commands.
9024         (cua--init-keymaps): Remap scroll-up and scroll-down.
9026         * emulation/cua-rect.el (cua--convert-rectangle-as):
9027         New defmacro.
9028         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
9029         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
9030         New commands (suggested by Jordan Breeding).
9032 2004-04-30  Juanma Barranquero  <lektu@terra.es>
9034         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
9036 2004-04-30  Mario Lang  <mlang@delysid.org>
9038         * diff.el (diff-switches): Fix typo in docstring.
9040 2004-04-30  Alex Schroeder  <alex@gnu.org>
9042         * xml.el (xml-debug-print-internal): Don't add newline and
9043         indentation to text nodes and write empty elements as empty tags
9044         instead of opening and closing tags.
9045         (xml-debug-print): Take optional indent-string argument.
9046         (xml-print): Alias for xml-debug-print.
9048 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
9050         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
9051         than duplicate call to `line-beginning-position'.
9053         * progmodes/f90.el (f90-get-present-comment-type):
9054         Return whitespace, as well as comment chars, for consistent filling
9055         of comment blocks.  Use `match-string-no-properties'.
9056         (f90-break-line): Trim trailing whitespace when filling comments.
9058 2004-04-30  Dave Love  <fx@gnu.org>
9060         * calendar/diary-lib.el (diary-outlook-formats): New variable.
9061         (diary-from-outlook-internal, diary-from-outlook)
9062         (diary-from-outlook-gnus, diary-from-outlook-rmail):
9063         New functions to import diary entries from Outlook-format
9064         appointments in mail messages.
9066 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9068         * progmodes/python.el (python-send-command): New fun.
9069         (python-send-region, python-load-file): Use it.
9071         * progmodes/compile.el (compilation-last-buffer): Add var alias.
9073         * help-fns.el (help-C-file-name): Use new subr-name.
9074         Prepend `src/' to the file name.
9075         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
9076         (describe-function-1, describe-variable): Only find a C source file
9077         name if DOC is already loaded.
9079         * help-mode.el (help-function-def, help-variable-def):
9080         Use the new find-function-search-for-symbol functionality.
9081         Allow FILE to be `C-source'.
9083         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
9084         (find-function-C-source): New fun.
9085         (find-function-search-for-symbol): Use it.
9087 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
9089         * progmodes/sql.el (sql-product-alist): Rename variable
9090         `sql-product-support'.  Add Postgres login parameters.
9091         (sql-set-product, sql-product-feature): Update with renamed variable.
9092         (sql-connect-postgres): Add username prompt.
9093         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
9094         Make patterns less product specific.
9095         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
9096         (sql-mode-abbrev-table): Modify initialization.
9097         (sql-builtin-face): Add variable.
9098         (sql-keywords-re): Add macro.
9099         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
9100         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
9101         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
9102         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
9103         (sql-mode-linter-font-lock-keywords)
9104         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
9105         (sql-mode-sybase-font-lock-keywords)
9106         (sql-mode-informix-font-lock-keywords)
9107         (sql-mode-interbase-font-lock-keywords)
9108         (sql-mode-ingres-font-lock-keywords)
9109         (sql-mode-solid-font-lock-keywords)
9110         (sql-mode-sqlite-font-lock-keywords)
9111         (sql-mode-db2-font-lock-keywords): Default to nil.
9112         (sql-product-font-lock): Always highlight ANSI keywords.
9113         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
9114         (sql-send-string): Add function.
9116 2004-04-29  Dave Love  <fx@gnu.org>
9118         * progmodes/cfengine.el (cfengine-beginning-of-defun)
9119         (cfengine-end-of-defun): Ensure progress through buffer.
9121         * info-look.el (cfengine-mode): Accept a terminal ().
9123 2004-04-29  Juri Linkov  <juri@jurta.org>
9125         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
9126         instead of isearch-yank-word-or-char.  Add new key bindings for
9127         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
9128         (isearch-del-char): New fun.
9129         (isearch-forward, isearch-edit-string): Update docstring.
9130         (isearch-yank-char): Doc fix.
9131         (isearch-other-meta-char): Restore point after scrolling.
9133         * progmodes/compile.el (compilation-context-lines): Add nil option
9134         to disable compilation output window scrolling.
9135         (compilation-set-window): Use it.
9137         * outline.el (outline-next-preface, outline-show-heading):
9138         Don't leave unhidden blank line before heading.
9139         (outline-end-of-subtree): Include last newline into subtree.
9140         (hide-entry): Leave point at beginning of heading instead of end.
9141         (outline-up-heading): Push mark for the first call of successive
9142         command calls.
9144 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
9146         * comint.el (comint-prompt-read-only): New variable.
9147         (comint-output-filter): Implement it.
9149         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
9150         (ielm-prompt-internal): New variable.
9151         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
9152         (ielm-send-input): Delete unused variable `buf'.
9153         (ielm-eval-input): Use `ielm-prompt-internal'.
9154         (inferior-emacs-lisp-mode): Use new variables
9155         `comint-prompt-read-only' and `ielm-prompt-internal'.
9156         Get rid of obsolete variable `directory-sep-char'.
9157         (ielm): Use `zerop'.
9159 2004-04-29  John Paul Wallington  <jpw@gnu.org>
9161         * thumbs.el (toplevel): Require cl at compile time.
9162         Remove conditional definitions of `ignore-errors' and `caddar'
9163         because they occur at run time.
9165 2004-04-28  Nick Roberts  <nickrob@gnu.org>
9167         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
9168         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
9169         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
9170         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
9172         * progmodes/gud.el (gud-common-init): Throw an error if program is
9173         already running under gdb.
9175 2004-04-28  John Paul Wallington  <jpw@gnu.org>
9177         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
9178         (thumbs-show-image-num): Move assignment of
9179         `thumbs-current-image-filename' within scope of `i'.
9180         (thumbs-emboss-image): Don't use `evenp'.
9182 2004-04-28  Richard M. Stallman  <rms@gnu.org>
9184         * progmodes/compile.el (compilation-context-lines): Default now 0.
9186 2004-04-28  Juanma Barranquero  <lektu@terra.es>
9188         Use `time-less-p' from calendar/time-date.el instead of defining
9189         custom versions of it.
9191         * pcomplete.el (pcomplete-time-less-p): Remove.
9193         * thumbs.el (time-less-p): Remove.
9195         * calendar/timeclock.el (timeclock-time-less-p): Remove.
9196         (timeclock-generate-report): Use `time-less-p'.
9198         * emacs-lisp/autoload.el (autoload-before-p): Remove.
9199         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
9201 2004-04-28  Masatake YAMATO  <jet@gyve.org>
9203         * subr.el (remove-overlays): Make arguments optional.
9205         * wid-edit.el (widget-specify-button): Put evaporate to the
9206         overlay for sample.
9207         (widget-specify-sample): Put evaporate to the overlay for sample.
9208         (widget-specify-doc): Put evaporate to the overlay for documentation.
9210 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
9212         * info.el (info-apropos): Make it an index node.  Align node names
9213         like makeinfo.
9215 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
9217         * net/browse-url.el (browse-url-netscape-sentinel)
9218         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
9219         (browse-url-epiphany-sentinel, browse-url-mosaic):
9220         Use browse-url-*-program instead of a literal program name.
9222 2004-04-27  Kevin Ryde  <user42@zip.com.au>
9224         * eshell/em-alias.el:
9225         * eshell/em-dirs.el:
9226         * eshell/em-hist.el:
9227         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
9228         features when M-x customize-group loads modules before the main
9229         eshell.el.
9231 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
9233         * subr.el (momentary-string-display): Support EXIT-CHAR that is
9234         either a character representation of an event or an event
9235         description list.
9237         * type-break.el: Capitalise Emacs and Lisp.
9238         (type-break-good-break-interval, type-break-demo-boring-stats)
9239         (type-break-terse-messages, type-break-file-name): New defcustoms.
9240         (type-break-post-command-hook)
9241         (type-break-warning-countdown-string): Quote variable names in doc.
9242         (type-break-interval-start, type-break-auto-save-file-name): New vars.
9243         (type-break-mode): Document type-break-good-break-interval and the
9244         "session" file.  Schedule break according to the session file.
9245         Kill session file buffer on exit.  Organise for save-some-buffers
9246         to always save the session file.
9247         (type-break-mode-line-message-mode, type-break-query-mode):
9248         Uppercase arguments.
9249         (type-break-file-time, type-break-file-keystroke-count, timep)
9250         (type-break-choose-file, type-break-get-previous-time)
9251         (type-break-get-previous-count): New defuns.
9252         (type-break): Avoid break querying after a completed break in the
9253         case where the query was initiated during user invocation of the
9254         break.  Optional terse messages.
9255         Use type-break-good-break-interval if type-break-good-rest-interval is
9256         nil.  File the break time.
9257         (type-break-schedule): New optional args for overriding the use of
9258         the current time.
9259         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
9260         after a break.
9261         (type-break-check): File the keystroke count.
9262         (type-break-do-query): Prevent a second query when the break is
9263         interrupted.  Optional terse message.
9264         (type-break-keystroke-reset): Record the start of a typing interval.
9265         (type-break-demo-boring): Optional terse messages.  Display word
9266         per minute and keystroke counts according to
9267         type-break-demo-boring-stats.
9269 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
9271         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
9272         directories, make sure they exist under archive-tmpdir.
9274 2004-04-27  Juri Linkov  <juri@jurta.org>
9276         * help.el (view-emacs-news): With argument, display info for the
9277         selected version by finding it among different NEWS files, and
9278         narrowing the buffer to the selected version.
9280         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
9281         same-window-buffer-names.
9282         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
9283         non-numeric prefix argument, append the number to the buffer name
9284         for numeric prefix argument.
9285         (info-other-window): Bind same-window-regexps to nil.
9286         (Info-reference-name): Rename to Info-point-loc.
9287         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
9288         and Info-find-index-name for stringy Info-point-loc.
9289         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
9290         without middle `.', but with final `.' and optional line number
9291         for it.  Set Info-point-loc for index nodes.
9292         (Info-index): Remove middle `.' from index entry regexp.
9293         Modify line number regexp.
9294         (Info-index-next): Decrement line number.
9295         (info-apropos): Remove middle `.' from index entry regexp.
9296         Add optional line number regexp at the end.  Add matched value
9297         for line number to the result list and insert it to the buffer.
9298         Replace match-string by match-string-no-properties.
9299         Reorder result list.
9300         (Info-fontify-node): Hide index line numbers.
9301         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
9302         empty matches.
9303         (Info-follow-reference): Use `str' instead of
9304         Info-following-node-name-re.
9305         (Info-toc): Use full file names.  Set Info-current-node to "Top".
9306         (Info-fontify-node): Compare file names without directory name.
9307         (Info-try-follow-nearest-node): Don't set Info-reference-name.
9308         Set second arg of Info-extract-menu-node-name for index nodes.
9309         (info-xref-visited): Use magenta3 instead of magenta4.
9310         (Info-mode): Add info-apropos to docstring.
9312         * log-view.el (log-view-diff): Replace interactive code "r"
9313         by a list to allow to call it even if region is not active.
9315         * paren.el (show-paren-highlight-openparen): New var.
9316         (show-paren-function): Turn on openparen highlighting when
9317         matching forward if show-paren-highlight-openparen is non-nil.
9319         * simple.el (kill-ring-save): Use blink-matching-delay instead of
9320         the constant value 1.
9321         (completions-common-part): Expand docstring.
9323         * textmodes/picture.el (picture-mode-map): Add arrow keys.
9325 2004-04-27  Kim F. Storm  <storm@cua.dk>
9327         * image.el (insert-sliced-image): Use line-height instead of
9328         line-spacing property on newline.
9330 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
9332         * desktop.el (desktop-buffer-misc-data-function): Rename to
9333         desktop-save-buffer and change docstring.
9334         (desktop-buffer-modes-to-save): Delete.
9335         (desktop-save-buffer-p): Use desktop-save-buffer instead of
9336         desktop-buffer-modes-to-save.
9337         (desktop-save): Rename desktop-buffer-misc-data-function to
9338         desktop-save-buffer and allow non-function value.
9339         (desktop-missing-file-warning): Correct docstring.
9341         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
9342         to desktop-save-buffer.
9344         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
9345         desktop-save-buffer.
9347         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
9349         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
9351 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
9353         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
9355 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
9357         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
9358         (ielm): Only go to the end of the buffer when starting a new process.
9360 2004-04-25  Juanma Barranquero  <lektu@terra.es>
9362         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
9363         mode line.  Bind `inhibit-read-only' to t before modifying
9364         properties of text in the buffer.
9365         (ielm): Force point to the end of buffer, even when running ielm
9366         from inside itself.
9368 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
9370         * info.el (info-apropos): Reset Info-complete-cache.
9372 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
9374         * progmodes/compile.el (compilation-error-regexp-alist-alist):
9375         Also recognize severe Irix et al. messages.
9376         (compilation-normalize-filename, compile-abbreviate-directory):
9377         Delete functions.
9378         (compilation-get-file-structure): New function inherits
9379         functionality of the two preceding ones.
9380         (compilation-internal-error-properties, compilation-fake-loc):
9381         Use it so that different paths to the same file share the same
9382         markers.  Also optimize finding adjacent marker slightly.
9384 2004-04-25  Kim F. Storm  <storm@cua.dk>
9386         * image.el (insert-sliced-image): Add line-spacing t property
9387         to newlines separating image lines.
9389 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
9391         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
9393         * ielm.el (ielm-prompt-read-only): New user option.
9394         (ielm-prompt): Expand docstring to describe new behavior.
9395         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
9396         mention it in the docstring.
9398 2004-04-24  Andreas Schwab  <schwab@suse.de>
9400         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
9402         * diff.el (diff): Set default-directory in diff buffer.
9404 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
9406         * mail/sendmail.el (mail-bury): Don't delete the frame where the
9407         mail was being composed if the terminal cannot display more than
9408         one frame; instead, switch to previous frame.
9410         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
9411         (rmail-start-mail): Support rmail-mail-new-frame even on
9412         terminals that can display only one frame at a time.
9414 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9416         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
9417         (checkdoc-output-font-lock-keywords): Remove error regexp.
9418         (checkdoc-output-mode-map): Remove.
9419         (checkdoc-output-mode): Derive from compilation-mode.
9420         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
9422         * dired.el (dired-mode-map): Add a menu entry for wdired.
9424         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
9425         (rx-bracket, rx-check-any, rx-any): Clean up name space.
9427         * wdired.el: (wdired-mode-map): Move init into declaration.
9428         Fix `return' binding.
9429         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
9430         Use force-mode-line-update.
9431         (wdired-get-filename): Use `unless'.
9432         (wdired-preprocess-files): Don't assume names have no \n and use / for
9433         dir separator.
9434         (wdired-normalize-filename): Use replace-regexp-in-string.
9435         (wdired-load-hooks): Remove.
9436         (wdired-mode-hooks): Rename to wdired-mode-hook.
9438         * info-look.el: Add support for cfengine-mode.
9439         (info-lookup-setup-mode): Use dolist.
9441 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
9443         * wdired.el: New file.
9445 2004-04-23  Juanma Barranquero  <lektu@terra.es>
9447         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
9449         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
9450         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
9451         (pcomplete--help, pcomplete--here): Doc fixes.
9453 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
9455         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
9456         handles wrong-number-of-arguments in backend call.
9458         * vc.el (vc-print-log): Likewise.
9460 2004-04-20  Dave Love  <fx@gnu.org>
9462         * emacs-lisp/rx.el: Doc fixes.
9463         (rx-constituents): Add/extend many forms.
9464         (rx-check): Check form is a list.
9465         (bracket): Defvar.
9466         (rx-check-any, rx-any, rx-check-not): Modify.
9467         (rx-not): Simplify.
9468         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
9469         (rx-kleene): Use rx-trans-forms.
9470         (rx-quote-for-set): Delete.
9471         (rx): Allow multiple args.
9473 2004-04-23  Kenichi Handa  <handa@m17n.org>
9475         * international/mule-util.el (char-displayable-p): Simplify by
9476         using internal-char-font.
9478 2004-04-23  Juanma Barranquero  <lektu@terra.es>
9480         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
9482 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9484         * diff-mode.el (diff-next-error): New fun.
9485         (diff-mode): Use it.
9487         * simple.el (next-error): Change arg name.
9488         Add support for the documented C-u C-x ` usage.
9490         * frame.el (special-display-popup-frame, next-multiframe-window)
9491         (previous-multiframe-window): Only consider frames on same display.
9493 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
9495         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
9496         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
9498 2004-04-22  Kim F. Storm  <storm@cua.dk>
9500         * net/telnet.el (telnet): Add optional port arg.
9502 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9504         * progmodes/compile.el (compilation-mode-font-lock-keywords):
9505         Minor sanity check on the `hyperlink' slot.
9507         * Makefile.in (recompile): Compile new files.
9509         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
9510         Add byte-recompile-directory's optional `arg'.
9512         * cvs-status.el (cvs-tree-use-charset): New var.
9513         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
9514         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
9515         (cvs-status-cvstrees): Use it.
9517         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
9518         Make it a normal major mode.
9519         (checkdoc-buffer-label): Make sure the file name is meaningful.
9520         (checkdoc-output-to-error-buffer): Remove.
9521         (checkdoc-error, checkdoc-start-section): Rewrite.
9523         * info.el (info-node, info-menu-5, info-xref, info-header-node)
9524         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9525         (Info-title-4-face): Use new syntax.
9526         (info-xref-visited): Inherit from info-xref.
9528         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
9530 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
9532         * simple.el (next-error-last-buffer, next-error-function):
9533         New variables for the next-error framework.
9534         (next-error-buffer-p): New function.
9535         (next-error-find-buffer): Generalize compilation-find-buffer.
9536         (next-error, previous-error, first-error, next-error-no-select)
9537         (previous-error-no-select): Move from compile.el.
9539         * replace.el (occur-next-error, occur-1): Hook into the next-error
9540         framework.
9542         * progmodes/compile.el (compilation-start):
9543         Set next-error-last-buffer so next-error knows where to jump.
9544         (compilation-setup): Set the buffer-local variable
9545         next-error-function to 'compilation-next-error-function.
9546         (compilation-buffer-p, compilation-buffer-internal-p): Use an
9547         alternate way to find if a buffer is a compilation buffer, for
9548         next-error convenience.
9549         (next-error-no-select, previous-error-no-select, next-error)
9550         (previous-error, first-error): Move to simple.el.
9551         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
9552         (compilation-last-buffer): Remove.
9553         (compilation-start, compilation-next-error, compilation-setup)
9554         (compilation-next-error-function, compilation-find-buffer):
9555         Remove compilation-last-buffer use.
9557 2004-04-21  Juanma Barranquero  <lektu@terra.es>
9559         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
9560         (font-lock-warning-face): Fix spacing.
9562         * makefile.w32-in (WINS): Add url/ directory.
9564 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
9566         * desktop.el (desktop-buffer-mode-handlers): New variable.
9567         Alist of major mode specific functions to restore a desktop buffer.
9568         (desktop-buffer-handlers): Make variable obsolete.
9569         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
9570         Catch errors signaled in handlers.  Update buffer count.
9571         Evaluate desktop-buffer-point.
9572         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
9573         move to dired.el.
9574         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
9575         move to info.el.
9576         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
9577         move to mail/rmail.el.
9578         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
9579         to mh-e/mh-e.el.
9580         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
9581         On fail, print message (to message buffer) even if
9582         desktop-missing-file-warning is nil.
9583         (desktop-buffer-misc-data-function): New buffer local variable.
9584         Function returning major mode specific data.
9585         (desktop-buffer-misc-functions): Make variable obsolete.
9586         (desktop-save): Use desktop-buffer-misc-data-function.
9587         (desktop-buffer-dired-misc-data): Rename to
9588         dired-desktop-buffer-misc-data and move to dired.el.
9589         (desktop-buffer-info-misc-data): Rename to
9590         Info-desktop-buffer-misc-data and move to info.el.
9591         (desktop-read): Add message about number of buffers restored/failed.
9593         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
9594         Add parameters.  Pause to display error only when
9595         desktop-missing-file-warning is non-nil.
9596         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
9597         (dired-mode): Bind desktop-buffer-misc-data-function.
9599         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
9600         Add Parameters.
9601         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
9602         (Info-mode): Bind desktop-buffer-misc-data-function.
9604         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
9605         Add Parameters.
9607         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
9608         Add Parameters.
9610 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
9612         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
9613         the case of letters in case-insensitive expansions when the
9614         abbrev is preceded by characters with letter syntax.
9616 2004-04-21  Richard M. Stallman  <rms@gnu.org>
9618         * progmodes/cperl-mode.el (cperl-putback-char):
9619         Delete Emacs 18 definition.
9621         * international/mule.el (ctext-post-read-conversion):
9622         Use assoc-string, not assoc-ignore-case.
9624         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
9626         * emacs-lisp/easymenu.el (easy-menu-add):
9627         Do call x-popup-menu, but only if it's defined.
9629         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
9631         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
9632         Handle multiple args: compile like progn.
9634         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
9635         take all args as &rest arg.
9637         * autoinsert.el (auto-insert-alist): Insert the user's name in
9638         copyright notice, rather than Free Software Foundation.
9640 2004-04-21  Kenichi Handa  <handa@m17n.org>
9642         * descr-text.el (describe-char): Make it work on *Help* buffer.
9644 2004-04-21  Kim F. Storm  <storm@cua.dk>
9646         * image.el (insert-image): Add optional SLICE arg.
9647         (insert-sliced-image): New defun.
9649 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
9651         * subr.el (read-number): Check whether `default' is nil.
9653 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9655         * progmodes/compile.el (compilation-error-properties):
9656         Split into two.
9657         (compilation-internal-error-properties): New one.
9658         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
9660 2004-04-20  Richard M. Stallman  <rms@gnu.org>
9662         * window.el (split-window-save-restore-data):
9663         Don't update the data if OLD-INFO is nil.
9665         * view.el (view-return-to-alist): Mark it permanent local.
9667         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
9669         * recentf.el (recentf-save-list): Catch and warn about errors.
9671         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
9672         so "Buffers" won't be pure.
9674         * help-mode.el (help-mode-finish): Set help-return-alist first
9675         thing, setting only the entry for the selected window.
9677         * help-fns.el (describe-function-1): If many non-control non-meta
9678         keys run the command, don't list all of them.
9680 2004-04-20  Juanma Barranquero  <lektu@terra.es>
9682         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
9683         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
9685         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
9687 2004-04-20  Kenichi Handa  <handa@m17n.org>
9689         * international/quail.el (quail-lookup-key): New optional arg
9690         NOT-RESET-INDICES.
9691         (quail-get-translations): Call quail-lookup-key with
9692         NOT-RESET-INDICES t.
9693         (quail-completion): Likewise.
9694         (quail-lookup-map-and-concat): Likewise.
9696 2004-04-20  Kenichi Handa  <handa@m17n.org>
9698         * international/quail.el (quail-update-translation): Don't insert
9699         such an unsupported multibyte char in a unibyte buffer.
9701 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
9703         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
9704         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
9705         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
9706         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
9707         (gdb-frame-assembler-buffer): Improve behaviour with
9708         multiple frames.
9709         (gdb-display-buffer): Extend search to all visible frames.
9711 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
9713         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
9714         characters left after base64 decoding.
9715         (rmail-decode-region): Use -dos variety of `coding', to remove any
9716         ^M characters left after qp or base64 decoding.
9718 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9720         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
9721         messages.
9723 2004-04-19  Stephen Eglen  <stephen@gnu.org>
9725         * add-log.el (add-change-log-entry): Update doc string to mention
9726         add-log-full-name and add-log-mailing-address.
9728 2004-04-18  Juri Linkov  <juri@jurta.org>
9730         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
9731         (Info-find-node-2): Simplify error message.
9732         (Info-insert-dir): Use Info-following-node-name.
9733         (Info-goto-node): Remove *info-history* and *info-toc*.
9734         (Info-history): Create a node of the virtual history file.
9735         (Info-toc): Create a node of the virtual toc file.
9736         (Info-insert-toc): New arg `curr-file' for reference file names.
9737         (info-apropos): Remove redundant var binding for temp-file.
9738         (Info-index, Info-index-next, Info-mode): Doc fix.
9739         (Info-goto-emacs-command-node): Don't jump to *info* from
9740         non-*info* Info buffers.
9741         (Info-fontify-node): Don't show the file name of external
9742         references if `Info-hide-note-references' is `hide'.  Don't hide
9743         newlines at the end of paragraphs.
9745         * international/mule-diag.el (list-input-methods):
9746         Fix args to help-xref-button.
9748         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
9749         to put into effect local variables from TUTORIAL files.
9751         * textmodes/paragraphs.el (sentence-end) <function>: New fun
9752         with default value taken from the variable `sentence-end'.
9753         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
9754         Add nil const to :type.
9755         (sentence-end-without-period, sentence-end-double-space)
9756         (sentence-end-without-space): Doc fix.
9758         * textmodes/paragraphs.el (forward-sentence):
9759         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
9760         (fill-delete-newlines):
9761         * progmodes/cc-cmds.el (c-beginning-of-statement):
9762         Use function `sentence-end' instead of variable `sentence-end'.
9764 2004-04-18  Andreas Schwab  <schwab@suse.de>
9766         * progmodes/compile.el (compilation-start): Set window start to
9767         point-min if compilation-scroll-output is nil.
9769 2004-04-18  John Wiegley  <johnw@newartisans.com>
9771         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
9773 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
9775         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
9776         (gdb-info-breakpoints-custom): Revert previous change.
9777         (gdb-view-assembler): Update assembler if necessary.
9778         (gdb-frame-handler): Parse correctly for gdb-current-frame.
9779         (gdb-display-source-buffer): Update properly when both source and
9780         assembler are visible.
9782 2004-04-17  John Wiegley  <johnw@newartisans.com>
9784         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
9785         which limits the number of names shown in the minibuffer.  Off by
9786         default.
9787         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
9788         up iswitchb for users with a multitude of open buffers by showing
9789         only the first and last N/2 buffers in the completion list (which
9790         is enough to aid C-s/C-r, and to know that more characters are
9791         needed to refine the completion list).
9793 2004-04-17  Richard M. Stallman  <rms@gnu.org>
9795         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
9796         (file-truename): Expand all ~ constructs directly.
9797         (insert-directory): Delete any error msg output by the
9798         `insert-directory-program'.
9800         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
9801         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
9802         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
9803         (allout-init): Use find-file-hook, not find-file-hooks.
9804         (allout-mode): Eliminate Emacs 18 support.
9805         Use write-contents-functions, not local-write-file-hooks.
9807 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
9809         * progmodes/compile.el (compilation-error-properties): Fix for
9810         adding messages when there are already markers for their file.
9811         (compilation-fake-loc): New function.
9813 2004-04-16  Dave Love  <fx@gnu.org>
9815         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
9816         (python-load-file): Fix python-orig-start setting.
9818         * progmodes/compile.el: Doc fixes.
9819         (compilation-error-regexp-alist-alist)
9820         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
9821         (compilation-assq): Wrap in eval-when-compile.
9822         (compilation-mode-font-lock-keywords): Don't use list*.
9823         (compilation-start): Avoid warning.
9824         (compilation-compat-error-properties)
9825         (compilation-directory-properties): Add keymap property.
9826         (compilation-parsing-end): Make it a marker for better compatibility.
9828         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
9830 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
9832         * xml.el: Doc fixes.
9833         (xml-get-children): Only looks at sub-tags and ignore strings.
9835         * xml.el (xml-parse-tag): Avoid overwriting node-name.
9837 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9839         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
9841 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
9843         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
9845         * vc.el (vc-print-log): Likewise.
9847 2004-04-16  Masatake YAMATO  <jet@gyve.org>
9849         * simple.el (completion-setup-function): Set an initial value
9850         to `element-common-end' before entering loop.  Set a value
9851         to `element-common-end' at the end of loop.
9852         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
9853         (completions-common-part): Rename from completion-de-emphasis.
9854         (completions-first-difference): Rename from completion-emphasis.
9855         Suggested by RMS.
9857 2004-04-16  Juanma Barranquero  <lektu@terra.es>
9859         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
9860         (bookmark-edit-annotation-mode): Add mode name.
9862 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9864         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
9865         for nested conflict markers.
9866         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
9868 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
9870         * progmodes/gdb-ui.el (gdb-goto-info): New function.
9872         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
9874 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9876         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
9877         Give a backtrace if requested.
9879         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
9881         * progmodes/python.el (python-mouse-2-command, python-RET-command):
9882         Remove unused functions.
9883         (python-orig-start-line, python-orig-file): Remove.
9884         (python-orig-start): New var.
9885         (python-input-filter, python-compilation-line-number)
9886         (python-send-region, python-load-file): Use it.
9888         * info.el (info): Always jump to *info*.
9890         * subr.el (posn-set-point): New function.
9892         * mouse.el (mouse-set-point): Use it.
9894         * progmodes/compile.el (compile-goto-error): Use it.
9895         (compilation-button-map): New keymap.
9896         (compilation-error-properties): Use it.
9897         (compilation-shell-minor-mode-map): Don't bind mouse-2.
9899         * smerge-mode.el (smerge-popup-context-menu): Use it.
9901         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
9902         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
9903         mouse and non-mouse case.
9905         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
9906         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
9908         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
9909         Make it work for non-mouse events.
9911         * pcvs-info.el (cvs-status-map): Update binding name.
9913 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
9915         * xml.el (xml-maybe-do-ns): New function to handle namespace
9916         parsing of both attribute and element names.
9917         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
9918         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
9919         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
9920         (xml-parse-attlist): Make it do its own namespace parsing.
9922 2004-04-14  Dave Love  <fx@gnu.org>
9924         * progmodes/python.el (run-python): Fix use of \n.
9925         (python-load-file): Remove `try' from Python fragment.
9926         (python-describe-symbol): Fix message.
9928         * comint.el: Doc fixes.
9929         (comint-last-input-start, comint-last-input-end)
9930         (comint-last-output-start): Give them values.
9931         (comint-arguments): Avoid warning.
9932         (comint-skip-prompt): Use line-end-position.
9933         (comint-backward-matching-input): Rename arg to agree with doc.
9934         (comint-extract-string): Use syntax-ppss.
9935         (comint-dynamic-simple-complete): Delete useless list construction.
9936         (comint-redirect-subvert-readonly): New.
9937         (comint-redirect-preoutput-filter): Use it.
9939         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
9940         Correctly handle negative arguments when calling hook functions.
9942 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
9944         * info.el (info-apropos): Don't clobber Info-history-list.
9946 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
9948         * progmodes/compile.el (compilation-setup):
9949         Localize overlay-arrow-position.
9950         (compilation-sentinel): Restructure code equivalently.
9951         (compilation-next-error): Find message on same line after point if
9952         not found before point.
9953         (compile-mouse-goto-error): Restore function so that compilation
9954         buffer need not be current and use compile-goto-error.
9955         (compile-goto-error): Restore function.
9956         (next-error): Set overlay-arrow-position.
9957         (compilation-forget-errors): Don't localize already local
9958         compilation-locs and remove FIXME about refontifying.
9960 2004-04-14  Kim F. Storm  <storm@cua.dk>
9962         * startup.el (emacs-quick-startup): New defvar (set by -Q).
9963         (command-line): New option -Q.  Like -q --no-site-file, but
9964         in addition it also disables menu-bar, tool-bar, scroll-bars,
9965         tool-tips, and the blinking cursor.
9966         (command-line-1): Skip startup screen if -Q.
9967         (fancy-splash-head): Use ":align-to center" prop to center splash image.
9969         * emulation/cua-base.el (cua-read-only-cursor-color)
9970         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
9972 2004-04-13  Dave Love  <fx@gnu.org>
9974         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
9975         (syntax): Don't require.
9976         (python) <defgroup>: Add :version.
9977         (python-quote-syntax): Re-written.
9978         (inferior-python-mode): Move stuff here from run-python and add
9979         some more.
9980         (python-preoutput-continuation, python-preoutput-result)
9981         (python-dotty-syntax-table): New.
9982         (python-describe-symbol): Use them.
9983         (run-python): Move stuff to inferior-python-mode.  Modify code
9984         loaded into Python.
9985         (python-send-region): Use python-proc, python-send-string.
9986         (python-send-string): Send newlines too.  Callers changed.
9987         (python-load-file): Re-written.
9988         (python-eldoc-function): New.
9989         (info-look): Don't require.
9990         (python-after-info-look): New.  A modified version of former
9991         top-level code for use with eval-after-load.
9992         (python-maybe-jython, python-guess-indent): Use widened buffer.
9993         (python-fill-paragraph): Re-written.
9994         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
9995         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
9997 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9999         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
10000         Set compilation-error-regexp-alist earlier.
10002         * progmodes/compile.el (compilation-minor-mode-map)
10003         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
10004         (compile-goto-error): Re-merge the mouse and non-mouse commands.
10006 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10008         * progmodes/compile.el (compile-goto-error): Select the buffer/window
10009         corresponding to the event.
10011 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
10013         * loadup.el: Add cygwin to system-type list, for unexec() support.
10015 2004-04-12  John Paul Wallington  <jpw@gnu.org>
10017         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
10018         (ibuffer-restore-window-config-on-quit): New variable to replace
10019         `ibuffer-delete-window-on-quit'.  Update all references.
10020         (ibuffer-prev-window-config): New variable.
10021         (ibuffer-quit): Restore previous window configuration instead of
10022         deleting window.
10023         (ibuffer): Save window configuration before showing Ibuffer buffer.
10025         * help.el (describe-mode): Doc fix.
10027 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10029         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
10030         not to treat nil as a function.
10032         * vc-arch.el (vc-arch-root): Be a bit more careful.
10033         (vc-arch-register): Save the buffer if we modified it.
10034         (vc-arch-delete-rej-if-obsolete): Save excursion.
10035         (vc-arch-find-file-hook): Use the simpler after-save-hook.
10036         (vc-arch-responsible-p, vc-arch-init-version): New functions.
10038         * net/ldap.el (ldap-search): Use list*.
10040 2004-04-12  Juri Linkov  <juri@jurta.org>
10042         * info.el (Info-follow-reference): Allow multiline reference name.
10044 2004-04-11  Dave Love  <fx@gnu.org>
10046         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
10048         * progmodes/python.el: New file.
10050 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
10052         * vc-hooks.el (vc-arg-list): Function removed.
10053         (vc-default-workfile-unchanged-p): Use condition-case to check for
10054         backward compatibility.
10056         * vc.el (vc-print-log): Use condition-case to check for backward
10057         compatibility.
10059 2004-04-11  Juri Linkov  <juri@jurta.org>
10061         * dired.el (dired-faces): New defgroup.
10062         (dired-header, dired-mark, dired-marked, dired-flagged)
10063         (dired-warning, dired-directory, dired-symlink, dired-ignored):
10064         New faces.
10065         (dired-header-face, dired-mark-face, dired-marked-face)
10066         (dired-flagged-face, dired-warning-face, dired-directory-face)
10067         (dired-symlink-face, dired-ignored-face): New face variables.
10068         (dired-font-lock-keywords): Use them instead of font-lock faces.
10069         Split the rule for dired marks into 3 separate rules: for marks,
10070         marked file names and flagged file names.
10072         * help-mode.el (help-make-xrefs): Add a final newline to the
10073         *Help* buffer.
10075 2004-04-11  John Paul Wallington  <jpw@gnu.org>
10077         * replace.el (occur-engine): Distinguish between one and several
10078         matches in the matches per buffer heading.
10080 2004-04-11  Kim F. Storm  <storm@cua.dk>
10082         * ido.el (ido-confirm-unique-completion): New defcustom.
10083         (ido-complete): Use it.
10084         (ido-write-file): Set it to t unconditionally.
10086 2004-04-10  Miles Bader  <miles@gnu.org>
10088         RCS keyword removal (only non-comment changes are enumerated here):
10090         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
10091         (byte-compile-insert-header): Don't use `byte-compile-version'.
10092         * forms.el (forms-version): Variable removed.
10093         (forms-mode): Don't use `forms-version'.
10094         * recentf.el (recentf-version): Variable removed.
10095         * progmodes/delphi.el (delphi-version): Variable removed.
10096         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
10098 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10100         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
10102 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
10104         * info.el (info-apropos): Improve menu item regexp.
10106 2004-04-09  Simon Josefsson  <jas@extundo.com>
10108         * mail/smtpmail.el: Add comment, based on report by
10109         kdc@rcn.com (Kevin D. Clark).
10111 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10113         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10114         Redo one more thing that I didn't notice Daniel had undone.
10116 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
10118         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
10119         (gdb-goto-breakpoint, gdb-display-buffer)
10120         (gdb-display-source-buffer, gdb-view-source-function)
10121         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
10122         (gdb-source-info, gdb-frame-handler): Don't specify a window
10123         for display.
10124         (gdb-info-breakpoints-custom): Remove superfluous update of
10125         assembler buffer.
10126         (gdb-many-windows): Make settable outside gdb.
10128 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
10130         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
10131         Derive from fundamental-mode rather than text-mode.
10133 2004-04-08  Juri Linkov  <juri@jurta.org>
10135         * info.el (Info-history): Doc fix.
10136         (Info-history-list): New var.
10137         (info-xref): Change magenta4 to blue, remove bold for dark and
10138         light backgrounds, change bold to underline for non-color classes.
10139         (info-xref-visited): New face.
10140         (Info-fontify-visited-nodes): New custom.
10141         (Info-hide-note-references): Add new value `hide'.  Doc fix.
10142         (Info-reference-name): New var.
10143         (Info-selection-hook): New custom.
10144         (Info-edit-mode-hook): New var.
10145         (Info-find-file): New fun.
10146         (Info-find-node): Move part of code to Info-find-file.
10147         (Info-find-node-2): Add anchors to Info-history-list.  Move point
10148         to the place with the reference name if name is defined.
10149         (Info-select-node): Add current node to Info-history-list.
10150         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
10151         (Info-search-whitespace-regexp): New custom.
10152         (Info-search-case-fold): New var.
10153         (Info-search): Add "case-sensitively" to the prompt.
10154         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
10155         (Info-search-case-sensitively, Info-search-next): New fun.
10156         (Info-up): Move point to the menu item of the current node.
10157         (Info-history): New fun.  Add *info-history* to
10158         same-window-buffer-names.
10159         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
10160         (Info-insert-toc): New fun.
10161         (Info-build-toc): New fun.
10162         (Info-follow-reference): Add new arg `fork'.  Doc fix.
10163         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
10164         with the same name prefer the reference closest to point.
10165         (Info-next-reference): Replace * by + in the *Note regexp.
10166         Add regexp for http:// and ftp://.  Skip the *Note prefix.
10167         (Info-prev-reference): Replace * by + in the *Note regexp.
10168         Add regexp for http:// and ftp://.  Skip the *Note prefix.
10169         (Info-follow-nearest-node): Add new arg `fork'.
10170         (Info-try-follow-nearest-node): Add new arg `fork'.
10171         Call browse-url for http:// and ftp:// references.
10172         Set Info-reference-name for index entries.
10173         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
10174         Info-search-next, Info-history, Info-toc, clone-buffer.
10175         (Info-menu-update): Replace * by + in the *Note regexp.
10176         (Info-mode): Add documentation for Info-history, Info-toc,
10177         Info-search-case-sensitively, Info-search-next, clone-buffer.
10178         (Info-fontify-menu-headers): Remove fun.  Move code to
10179         Info-fontify-node.
10180         (Info-fontify-node): Add docstring.  Add local vars
10181         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
10182         then fontify header line, titles, menu headers, http and ftp
10183         references, refill paragraphs.  If not-fontified-p is t or
10184         fontify-visited-p is t then fontify cross references, menu items.
10185         Fontify menu headers.  Fontify http and ftp references.
10186         Change regexp for cross references to require whitespace after *Note,
10187         add matching groups for file and node names.  Remove hack for quote.
10188         Use display property for Info-hide-note-references=t.  Use fifth
10189         or fourth match for help-echo.  Display visited nodes in a
10190         different face.  Unhide file names of external references.
10191         Unhide newlines.  Display visited menu items in a different face.
10193 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10195         * progmodes/compile.el: Require CL.
10196         (compilation-mode-font-lock-keywords): Re-install the "line as
10197         function" patch.
10199         * help-fns.el (help-C-source-directory): New var.
10200         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
10201         (describe-function-1, describe-variable): Use them.
10203         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
10204         to C source files specially.
10206 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10208         * info.el (Info-hide-cookies-node): New function.
10209         (Info-select-node): Use it.
10210         (Info-display-images-node): Remove message with image file name.
10212 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
10214         * progmodes/compile.el (compilation-warning-face)
10215         (compilation-info-face, compilation-skip-threshold)
10216         (compilation-skip-visited, compilation-context-lines):
10217         Declare :version when added to Emacs.
10218         (compilation-error-regexp-alist-alist): Extend caml and irix.
10219         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
10220         (compilation-mode-font-lock-keywords): Temporarily undo line as
10221         function patch, which wasn't ready.
10223 2004-04-07  Kenichi Handa  <handa@m17n.org>
10225         * international/latin1-disp.el (latin1-display-setup): Check each
10226         character is displayable or not instead of calling
10227         latin1-display-check-font.
10229 2004-04-06  Kenichi Handa  <handa@m17n.org>
10231         * language/ethio-util.el (ethio-sera-being-called-by-w3):
10232         New variable.
10233         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
10234         instead of sera-being-called-by-w3.
10235         (ethio-fidel-to-sera-buffer): Likewise.
10236         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
10237         instead of sera-being-called-by-w3.
10238         (ethio-write-file): Likewise.
10240 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10242         * printing.el: Doc fix.
10244 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
10246         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
10247         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
10248         (gdb-setup-windows): Only use separate IO buffer if required.
10250 2004-04-06  Kim F. Storm  <storm@cua.dk>
10252         * term.el (term-is-xemacs): Remove.
10253         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
10254         (term-window-width): New function.
10255         (term-mode, term-check-size): Use it.
10256         (term-mode): Disable overflow-newline-into-fringe in term buffer.
10258 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
10260         * cus-edit.el (custom-add-parent-links): Change unbound variable
10261         `symbol' to `name'.
10263 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
10264         * info.el (info-apropos): New function.
10265         (Info-mode-menu): Add it.
10266         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
10268         * help-mode.el (help-make-xrefs): Recognize aliased variable with
10269         inherited docstring.
10271         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
10273 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10275         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
10277         * progmodes/compile.el (font-lock): Don't require any more.
10278         (compilation-error-properties, compilation-start, compilation-sentinel)
10279         (compilation-filter, next-error): Use with-current-buffer.
10280         (compilation-skip-to-next-location, compilation-skip-threshold)
10281         (compilation-skip-visited): Move to silence the byte-compiler.
10282         (compilation-setup): Simplify.
10283         (compilation-next-error): Use line-(beginning|end)-position.
10284         Make sure `pt' is non-nil before using compilation-loop.
10285         (compile-goto-error): Add optional event arg.  Use it.
10286         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
10287         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
10288         Update the binding for mouse-2.
10289         (first-error): Set compilation-current-error to nil rather than bob.
10290         (compilation-parsing-end, compilation-parse-errors-function)
10291         (compilation-error-list, compilation-old-error-list):
10292         "New" compatibility variables.
10293         (compile-buffer-substring, compilation-compat-error-properties)
10294         (compilation-compat-parse-errors, compilation-forget-errors):
10295         New compatibility functions.
10296         (compilation-mode-font-lock-keywords): Use them.
10298 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
10300         * autorevert.el (auto-revert-handler): If point (or a window
10301         point) is at the end of the buffer, keep it there after
10302         reverting.  This allows to tail a file.
10303         Mention this in the `Commentary'.
10305         * format.el (format-write-file): Add optional argument CONFIRM
10306         and make it behave like the analogous argument to `write-file'.
10308 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10310         * progmodes/ebnf2ps.el: Doc fix.
10311         (ebnf-version): New version number (4.2).
10312         (ebnf-syntax): Customization and docstring fix.
10313         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
10314         Put autoloaded funs before first use.
10315         (ebnf-style-database): Add dtd entry.
10316         (ebnf-syntax-alist): Add dtd initialization.
10317         (ebnf-token-sequence): New fun.
10318         (ebnf-comment-table): Add new comment action character.
10319         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
10321         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
10322         Type Definition for XML).
10324         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
10325         * progmodes/ebnf-bnf.el (ebnf-sequence):
10326         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
10327         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
10328         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
10329         Code simplification: call ebnf-token-sequence.
10331 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
10333         * calendar/timeclock.el (timeclock-relative)
10334         (timeclock-get-project-function, timeclock-get-workday-function)
10335         (timeclock-query-out, timeclock-when-to-leave)
10336         (timeclock-when-to-leave-string, timeclock-log-data)
10337         (timeclock-generate-report, timeclock-in): Doc fixes.
10339 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10341         * url/: New dir.  Import the URL package from its repository.
10343 2004-04-03  Andreas Schwab  <schwab@suse.de>
10345         * diff-mode.el (diff-mode): Fix missing quote.
10347 2004-04-03  Juri Linkov  <juri@jurta.org>
10349         * descr-text.el (describe-property-list): Add `font-lock-face'.
10351         * dired.el (dired-font-lock-keywords): Fix permission regexps.
10353 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10355         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
10356         Use utf-16le on little endian machines and utf-16be otherwise.
10358 2004-04-02  David Kastrup  <dak@gnu.org>
10360         * net/browse-url.el (browse-url-generic): Use call-process
10361         instead of start-process to allow browsers that fork and detach.
10363 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
10365         * compile.el (compilation-current-error): New var.
10366         (compilation-setup, compile-mouse-goto-error)
10367         (compile-goto-error, next-error): Use it.
10368         (compilation-skip-to-next-location): Default to t, which gives
10369         contiguous skipping like old compile (where this was redundant).
10370         (compilation-next-error): Prevent previous-* commands from moving
10371         back to message at or just before point.
10373 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
10375         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
10376         (gdb-source-info): Don't display source at startup, if required.
10377         (gdb-show-main): New option.
10378         (gdba): Update documentation.
10379         (gdb-source): Cover case of auto-display output.
10381 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
10383         * autorevert.el: Delete obsolete autoload's and defvar's.
10384         (auto-revert-check-vc-info): New user option.
10385         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
10386         (auto-revert-handler-vc): Delete.
10387         (auto-revert-handler): Treat return value `fast' of
10388         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
10390         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
10391         return `fast'.
10393         * files.el (buffer-stale-function): Doc change.
10395 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10397         * printing.el: New tip on Tips section.
10398         (pr-version): New version number (6.7.4).
10399         (pr-shell-file-name): Initialization fix.
10401 2004-03-31  Juri Linkov  <juri@jurta.org>
10403         * dired.el: Add autoload for `dired-do-touch'.
10404         (dired-touch-program): New var.
10405         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
10406         (dired-no-confirm): Add `touch' to docstring.
10408         * dired-aux.el (dired-do-touch): New fun.
10409         (dired-do-chxxx): Add argument -t for touch operation.
10411         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
10412         `dired-move-to-filename-regexp'.
10414 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
10416         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
10418 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10420         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
10421         and only if the buffer was modified.
10423 2004-03-30  Kenichi Handa  <handa@m17n.org>
10425         * international/characters.el: Delete pairs for U+2308..U+230B.
10427 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
10429         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
10430         to detect the beginning of a level 2 or 3 annotation.
10432 2004-03-29  Kenichi Handa  <handa@m17n.org>
10434         * international/ucs-tables.el (ucs-insert): Fix the error message.
10436 2004-03-29  Kenichi Handa  <handa@m17n.org>
10438         * international/mule-util.el (char-displayable-p): Fix generation
10439         of XLFD file name.
10441         * Makefile.in (setwins, setwins_almost): Change directory to $wd
10442         before finding directories by `find'.
10444 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10446         * subr.el (interactive-form): Delete.  Now implemented in C.
10448         * pcvs.el (cvs-parse-process): Workaround for Darwin.
10450         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
10451         (vc-diff-label): New fun.
10452         (vc-diff-internal): Use it.
10454         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
10456 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10458         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
10460         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
10461         specify XML (EBNFX).
10463         * progmodes/ebnf2ps.el: Doc fix.
10464         (ebnf-version): New version number (4.1).
10465         (ebnf-syntax): Adjust customization.
10466         (ebnf-style-database): Add ebnfx entry.
10467         (ebnf-syntax-alist): Add ebnfx initialization.
10468         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
10470         * printing.el: Doc fix.
10471         (pr-version): New version number (6.7.3).
10472         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
10473         returns nil for mouse position.  Reported by Drew Adams
10474         <drew.adams@oracle.com>.
10475         (pr-update-menus): Modify interactive declaration.  Reported by Drew
10476         Adams <drew.adams@oracle.com>.
10478 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
10480         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
10481         (gud-gdba-marker-filter): Log the process input and output, if
10482         required.  From Stefan Monnier.
10483         (gdb-debug-log, gdb-enable-debug-log): New variables.
10484         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
10486 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10488         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
10489         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
10491 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
10493         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
10494         Call vc-find-file-hook here instead of in auto-revert-buffers.
10495         (auto-revert-buffers): Delete call to vc-find-file-hook.
10496         (auto-revert-verbose, global-auto-revert-non-file-buffers)
10497         (global-auto-revert-mode, auto-revert-set-timer)
10498         (auto-revert-handler, auto-revert-buffers): Doc fixes.
10500 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
10502         * woman.el (woman-change-fonts): Rename local variable
10503         woman-font-alist to font-alist to avoid a compiler warning.
10505 2004-03-27  Dave Love  <fx@gnu.org>
10507         * emacs-lisp/rx.el (rx): Doc fix.
10508         Fix copyright years.
10510         * strokes.el (strokes-global-set-stroke-string): New function.
10511         (strokes-list-strokes): Cope with strings, not just commands.
10512         Set foreground colour of image.
10513         (strokes-global-set-stroke): Doc fix.
10515 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
10517         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
10518         Auto Revert mode.
10519         (Buffer-menu-files-only): New variable.
10520         (Buffer-menu-toggle-files-only): New function.
10521         (Buffer-menu-mode-map): Bind it to `T'.
10522         (Buffer-menu-mode): Mention `T' in docstring.
10523         Set buffer-stale-function.
10524         (list-buffers-noselect): Mark buffer non-modified and set
10525         Buffer-menu-files-only.
10527         * dired.el (buffer-stale-function): Remove no longer needed defvar.
10529         * autorevert.el (auto-revert-handler): Print revert message
10530         before, rather than after, reverting.
10531         (buffer-stale-function): Move to files.el.
10533         * files.el (buffer-stale-function): Move here from autorevert.el.
10535 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10537         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
10539         * calc/calc.el (calc-mode-map): Use mapc.
10541         * apropos.el (apropos-mode): Don't autoload.
10542         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
10543         (apropos): Use it.
10544         (apropos-print): Add optional `text' argument.
10545         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
10546         Don't assume point-min == 1.
10548         * bs.el (bs-buffer-list): Use buffer-local-value.
10549         (bs--set-toggle-to-show): Use with-current-buffer.
10551         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
10552         New funs.
10553         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
10555         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
10557         * dabbrev.el (dabbrev-expand): Fix regexp construction.
10558         (dabbrev--find-expansion): Use pop.
10559         (dabbrev--search): Use match-string-no-properties.
10561         * dired.el (dired-mode): Use run-mode-hooks.
10562         (dired-move-to-end-of-filename): Use match-string.
10564         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
10565         is bound before using it.
10566         (ediff-verbose-p): Make it into a var since it's not constant.
10568         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
10570         * faces.el (read-face-font): Don't cons up unnecessarily.
10571         (header-line, tool-bar): Share common parts.
10573         * files.el (file-relative-name): Use compare-strings.
10575         * finder.el (finder-mode): Follow coding convention.
10577         * subr.el (read-number): New function.
10579         * ses.el (ses-read-number): Move to subr.el.
10580         (ses-set-header-row): Use read-number.
10582 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
10584         * vc-hooks.el (vc-arg-list): New function, which handles both
10585         compiled and uncompiled code.
10586         (vc-default-workfile-unchanged-p): Use it.
10588         * vc.el (vc-print-log): Undo prev change, use new function
10589         vc-arg-list from vc-hooks.el.
10591 2004-03-26  Masatake YAMATO  <jet@gyve.org>
10593         * simple.el (completion-setup-function): Emphasize the
10594         first uncommon characters in the completions; and de-emphasize
10595         the common prefix substrings.
10596         (completion-emphasis): New face.
10597         (completion-de-emphasis): New face.
10599 2004-03-25  Juanma Barranquero  <lektu@terra.es>
10601         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
10602         Comment out (it's unused and unfinished code).
10604 2004-03-25  Sam Steingold  <sds@gnu.org>
10606         * vc.el (vc-print-log): Fix a bug in the last patch:
10607         backend-function may be a byte-compiled object, not a lambda.
10609 2004-03-25  Juri Linkov  <juri@jurta.org>
10611         * descr-text.el (describe-property-list): Add a button
10612         for `face' property that calls `describe-face'.
10613         Suggested by luis fernandes <elf@ee.ryerson.ca>
10615         * international/mule.el (keyboard-coding-system):
10616         * kmacro.el (kmacro-call-macro): Fix docstring.
10618         * dired.el: Fix comments.
10620         * textmodes/fill.el (fill): Fix Info link.
10622         * font-lock.el (fast-lock, lazy-lock):
10623         * jit-lock.el (jit-lock): Remove links to removed Support Modes
10624         Info node.
10626         * eshell/eshell.el (eshell): Fix broken info-link.
10628         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
10629         * eshell/em-banner.el (eshell-banner):
10630         * eshell/em-smart.el (eshell-smart):
10631         * eshell/esh-cmd.el (eshell-cmd):
10632         Comment out broken info-links to incomplete Info manual.
10634         * info-xref.el: Fix commentary.
10636 2004-03-25  Kevin Ryde  <user42@zip.com.au>
10638         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
10639         Remove spurious node duplicate suppression, doesn't work, not wanted.
10640         (info-xref-output): Take format style args, add "sit-for 0" to let
10641         user see the results as they progress.
10642         (info-xref-check-all-custom): New function.
10644 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
10646         * gdb-ui.el: Moved to progmodes.
10648 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10650         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
10652 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
10654         * calendar/appt.el (appt-check): Remove superfluous progn.
10655         When finished with diary buffer: if it was not being displayed
10656         before, kill it; otherwise restore its original state.
10657         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
10659         * calendar/calendar.el (calendar-set-mode-line): Use total
10660         available mode-line width, rather than frame-width.
10662         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
10663         after mode change so effect not lost.
10665 2004-03-23  Dave Love  <fx@gnu.org>
10667         * dired.el (dired) <defgroup>: Add link to manual.
10668         (dired-font-lock-keywords): Add highlighting on unusual permissions.
10669         (dired-revert): Use dolist.
10670         (dired-mode-map): Add U binding.
10671         (dired-mode): Add font-lock-beginning-of-syntax-function.
10672         (dired-garbage-files-regexp): Make it a defcustom.
10674 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10676         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
10677         is equivalent to nil.
10678         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
10679         (vc-arch-mode-line-string): Accept `added' state.
10680         (vc-arch-state): Use inode-sigs if available.
10681         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
10682         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
10683         (vc-arch-tagline-re): New var.
10684         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
10685         New functions.
10686         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
10687         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
10689         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
10690         (vc-file-not-found-hook): Use it.
10692         * diff-mode.el (diff-default-read-only): Change default.
10693         (diff-mode-hook): Make it a defcustom.  Add some options.
10694         (diff-mode-map): Bind diff-refine-hook.
10695         (diff-yank-handler): New var.
10696         (diff-yank-function): New fun.
10697         (diff-font-lock-keywords): Use them.
10698         (diff-end-of-file): Handle case where file-header looks like diff text.
10699         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
10700         (diff-file-kill): Delete a subsequent empty line, if applicable.
10701         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
10702         (diff-find-file-name): Use it.
10703         (diff-tell-file-name): New command.
10704         (diff-mode): Be careful with view-mode.
10705         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
10706         New functions, for use in diff-mode-hook.
10707         (diff-find-source-location): Catch "regex too large" errors.
10708         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
10709         (diff-refine-hunk): New command.
10711         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
10712         (smerge-context-menu-map): Remove unused var.
10713         (smerge-keep-all): Preserve markers.
10714         (smerge-keep-n): New fun.
10715         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
10716         (smerge-keep-current, smerge-ediff): Use it.
10717         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
10718         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
10719         (smerge-resolve): Resolve trivial 3-part conflicts.
10721 2004-03-23  Juri Linkov  <juri@jurta.org>
10723         * man.el (Man-width): New var.
10724         (Man-getpage-in-background): Use it.
10725         (Man-support-local-filenames): New var and fun.
10726         (Man-build-man-command): Don't add a second %s.
10727         (Man-fontify-manpage): Clean up message.
10728         (Man-mode): Set outline-regexp, outline-level,
10729         imenu-generic-expression.
10731         * woman.el (woman-fill-frame): Doc fix.
10732         (woman-decode-region): Use window-width instead of frame-width.
10734         * abbrevlist.el (list-one-abbrev-table):
10735         * descr-text.el (describe-char):
10736         * international/mule-diag.el (describe-current-coding-system):
10737         * international/quail.el (quail-insert-decode-map):
10738         Use window-width instead of frame-width.
10740         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
10741         (jka-compr-mode-alist-additions): Add tbz.
10742         (jka-compr-write-region, jka-compr-insert-file-contents):
10743         Add message for undefined compress-program.
10744         (jka-compr-write-region): Remove redundant var bindings.
10746         * dired-x.el (dired-guess-shell-alist-default): Add choices for
10747         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
10748         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
10749         (dired-man): Use dired-guess-shell-command.
10750         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
10751         Change default nil to t.
10753         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
10754         (dired-compare-directories): Add default value for empty input.
10756         * help-at-pt.el: Move suggestions for key bindings to Commentary.
10758         * time.el (display-time-string-forms): Fix help-echo date format.
10760 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
10762         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
10763         (buffer-stale-function): New variable.
10764         (auto-revert-list-diff, auto-revert-dired-file-list)
10765         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
10766         (auto-revert-handler): Take over some functionality of deleted
10767         functions.
10768         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
10770         * dired.el (dired-directory-changed-p): New fun, extracted from
10771         dired-internal-noselect.
10772         (dired-buffer-stale-p): New fun.
10773         (dired-internal-noselect): Use dired-directory-changed-p.
10774         Eliminate revert messages.
10775         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
10777 2004-03-23  Kenichi Handa  <handa@m17n.org>
10779         * international/characters.el: Setup syntaxes for more parentheses
10780         Unicode characters.
10782         * international/mule-cmds.el (select-safe-coding-system):
10783         Merge coding-system and auto-cs before comparing them.
10785 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10787         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
10789         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
10790         normal-auto-fill-function and comment-indent-function.
10791         The default values now work just as well.
10792         Don't set font-lock-beginning-of-syntax-function since we already set
10793         syntax-begin-function.
10794         (lisp-outline-level): Put ;;;###autoload at same level as (.
10795         (prin1-char): Quote special chars.
10797         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
10798         than with-no-warnings.
10800         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
10801         if the source location can't be found.
10802         (edebug-compute-previous-result): Use prin1-char.
10804         * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
10805         (debug-ignored-errors): Add an entry.
10807         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
10808         (byte-compile-file): Output warning when deleting a file.
10810         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
10811         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
10813         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
10814         (byte-compile-inline-expand): Use backquote.
10815         (byte-optimize-pure-func): Rename from byte-optimize-concat.
10816         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
10818         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
10820         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
10822 2004-03-22  Juri Linkov  <juri@jurta.org>
10824         * finder.el (finder-known-keywords): Fix data, tex, unix.
10826         * play/landmark.el: Fix keywords.
10828         * language/ethio-util.el (ethio-find-file): Doc fix.
10830         * emacs-lisp/warnings.el: Doc fix.
10832         * textmodes/ispell.el (ispell-help): Doc fix.
10834 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
10836         * format.el (format-insert-file): Always return a list of two
10837         elements, like insert-file-contents does.
10839 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
10841         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
10842         and vc-BACKEND-diff.
10843         (vc-print-log): If the print-log implementation supports it, use
10844         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
10845         (vc-version-diff, vc-diff-internal): Doc fixes.
10847         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
10848         implementation supports it, let diff output go to *vc*,
10849         not *vc-diff*, since this is an internal call.
10851         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
10853         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
10855         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
10857 2004-03-21  Dave Love  <fx@gnu.org>
10859         * progmodes/cfengine.el (cfengine-mode):
10860         Set parse-sexp-ignore-comments.
10862         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
10864 2004-03-21  Juanma Barranquero  <lektu@terra.es>
10866         * allout.el (allout-mode): Fix docstring.
10868 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
10870         * files.el (insert-directory): Fix bug if SWITCHES is a list.
10872         * autorevert.el (auto-revert-interval): Make new value take
10873         effect immediately when set through Custom.
10874         (auto-revert-set-timer): Add interactive declaration.
10876 2004-03-19  David Ponce  <david@dponce.com>
10878         * ruler-mode.el (ruler-mode-header-line-format-old):
10879         Don't `make-variable-buffer-local'.
10880         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
10881         (ruler-mode-header-line-format): Simply funcall the above.
10882         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
10883         to save/restore a previous header line format.
10884         (ruler-mode-space): Don't depend on a numeric WIDTH value.
10885         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
10886         fringes and margins width.
10887         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
10889 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10891         * log-edit.el (log-edit-font-lock-keywords): Typo.
10893         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
10894         (tex-send-tex-command): Rather than here.
10895         (tex-compilation-parse-errors): Simplify.
10897         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
10899         * time.el (display-time-string-forms): Add help-echo with date on time.
10901         * composite.el (compose-region): Use restore-buffer-modified-p.
10903         * disp-table.el (standard-display-8bit): Simplify.
10905         * server.el (server-process-filter): Delete temp frame.
10907         * add-log.el (add-change-log-entry): Simplify.
10909 2004-03-19  Kim F. Storm  <storm@cua.dk>
10911         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
10912         (hexl-follow-line): Don't require 'fringe.
10914         * progmodes/compile.el (compilation-start): Always set
10915         compilation-last-buffer and return it.
10917 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
10919         * simple.el (clone-buffer): Doc fix.
10921 2004-03-18  Juanma Barranquero  <lektu@terra.es>
10923         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
10925 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10927         * log-edit.el (log-edit-font-lock-keywords): New var.
10928         (log-edit-mode): Use it.
10930 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
10932         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
10933         properly for watching in speedbar.
10935 2004-03-17  Masatake YAMATO  <jet@gyve.org>
10937         * smerge-mode.el (smerge-popup-context-menu):
10938         Put `unwind-protect' around `overlay-put' and `popup-menu'.
10940 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10942         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
10943         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
10944         Take sealed revisions into account.
10945         (vc-arch-checkin): Extract a summary line from the message.
10947 2004-03-16  Masatake YAMATO  <jet@gyve.org>
10949         * register.el (register): Provide `register' feature.
10951 2004-03-15  Masatake YAMATO  <jet@gyve.org>
10953         Added context menu support in smerge mode.
10954         Most of the part is written by Stefan Monnier.
10956         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
10957         New keymap and menu.
10958         (smerge-text-properties): New function.
10959         (smerge-remove-props): New function.
10960         (smerge-popup-context-menu): New function.
10961         (smerge-resolve): Call `smerge-remove-props'.
10962         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
10963         (smerge-keep-current): Ditto.
10964         (smerge-kill-current): New function.
10965         (smerge-match-conflict): Put text properties.
10966         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
10968 2004-03-15  David Ponce  <david@dponce.com>
10970         * ruler-mode.el: (ruler-mode-left-fringe-cols)
10971         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
10972         (ruler-mode-right-scroll-bar-cols): Remove.
10973         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
10974         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
10975         Use fringe-columns and scroll-bar-columns.
10977 2004-03-15  Masatake YAMATO  <jet@gyve.org>
10979         * hl-line.el (hl-line-range-function): New variable.
10980         (hl-line-move): New function.
10981         (global-hl-line-highlight): Use `hl-line-move'.
10982         (hl-line-highlight): Ditto.
10984         * scroll-bar.el (scroll-bar-columns):
10985         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
10987         * ruler-mode.el (top-level): Require scroll-bar and fringe.
10988         (ruler-mode-left-fringe-cols)
10989         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
10990         (ruler-mode-right-scroll-bar-cols)
10991         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
10992         (ruler-mode-ruler-function): New variable.
10993         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
10994         if the value for `ruler-mode-ruler-function'is given.
10996         * hexl.el (hexl-mode-hook): Make the hook customizable.
10997         (hexl-address-area, hexl-ascii-area): New customize variables.
10998         (hexlify-buffer): Put font-lock-faces on the address area and
10999         the ascii area.
11000         (hexl-activate-ruler): New function.
11001         (hexl-follow-line): New function.
11002         (hexl-highlight-line-range): New function.
11003         (hexl-mode-ruler): New function.
11005 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11007         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
11008         (vc-default-find-file-hook): New fun.
11009         (vc-find-file-hook): Call new find-file-hook operation.
11011         * vc-arch.el: New file.
11013 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
11015         * info-look.el (info-lookup): Reuse an existing Info window.
11017 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
11019         * woman.el (woman-preserve-ascii): Default value changed to t and
11020         doc string revised.
11022 2004-03-12  Richard M. Stallman  <rms@gnu.org>
11024         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
11025         Fix minor bug.
11027         * replace.el (occur-engine): Change message for count of matches.
11029         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
11030         For strings, do compare text properties.
11032 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
11034         * progmodes/compile.el (compile-auto-highlight)
11035         (compilation-error-list, compilation-old-error-list)
11036         (compilation-parse-errors-function, compilation-parsing-end)
11037         (compilation-error-message, compilation-directory-stack)
11038         (compilation-enter-directory-regexp-alist)
11039         (compilation-leave-directory-regexp-alist)
11040         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
11041         (compilation-current-file, compilation-regexps): Remove vars.
11043         (compile-error-at-point, compilation-error-filedata)
11044         (compilation-error-filedata-file-name, compile-reinitialize-errors)
11045         (compilation-next-error-locus, compilation-forget-errors)
11046         (count-regexp-groupings, compilation-parse-errors)
11047         (compile-collect-regexps, compile-buffer-substring): Remove funs.
11049         (compile-internal): Make obsolete.
11051         (compilation-first-column, compilation-error)
11052         (compilation-directory-matcher, compilation-page-delimiter)
11053         (compilation-mode-font-lock-keywords, compilation-debug)
11054         (compilation-error-face, compilation-warning-face)
11055         (compilation-info-face, compilation-line-face)
11056         (compilation-column-face, compilation-enter-directory-face)
11057         (compilation-leave-directory-face, compilation-skip-threshold)
11058         (compilation-skip-visited, compilation-context-lines): New vars.
11060         (compilation-warning-face, compilation-info-face)
11061         (compilation-message-face): New faces.
11063         (compilation-error-regexp-alist-alist): New constant.
11065         (compilation-face, compilation-directory-properties)
11066         (compilation-assq, compilation-error-properties, compilation-start)
11067         (define-compilation-mode, compilation-loop)
11068         (compilation-set-window): New functions.
11070         (compile): Additional argument for interactive compiles like TeX.
11072         * progmodes/grep.el (kill-grep): Move here from compile.el
11073         (grep-error, grep-hit-face, grep-error-face)
11074         (grep-mode-font-lock-keywords): New variables.
11075         (grep-regexp-alist): Simplify regexp and add `binary' case.
11076         (grep-mode): New mode.
11077         (grep-process-setup): Simplify.
11079 2004-03-11  Jason Rumney  <jasonr@gnu.org>
11081         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
11082         letters on DOS/Windows.
11084 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11086         * server.el (server-name): New var.
11087         (server-socket-dir): New var to replace server-socket-name.
11088         (server-start): Use them.
11090 2004-03-11  Simon Josefsson  <jas@extundo.com>
11092         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
11093         died to avoid infloop.  Reported by Jonathan Glauner
11094         <jglauner@sbum.org>.
11096 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11098         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
11099         (smerge-mode-menu): Use it to deactivate menu entries.
11100         (smerge-keep-current): New fun.
11101         (smerge-keep-current): Use it.
11103 2004-03-10  John Paul Wallington  <jpw@gnu.org>
11105         * foldout.el (foldout-fold-list, foldout-modeline-string):
11106         Declare them as variables, not constants.
11108 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11110         * ps-print.el: Modification to print *Messages* buffer.
11111         (ps-print-version): New version 6.6.4.
11112         (ps-message-log-max): New fun.
11113         (ps-spool-without-faces, ps-spool-with-faces)
11114         (ps-count-lines-preprint): Code fix.
11116         * printing.el: New tips in Tips section.
11118 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11120         * delim-col.el: Doc fix.
11122         * printing.el: Doc fix.  New doc section (Tips).
11124 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11126         * type-break.el (type-break-emacs-variant): Remove.
11127         (type-break-run-at-time, type-break-cancel-function-timers):
11128         Use fboundp rather than version name and number.
11130 2004-03-09  Masatake YAMATO  <jet@gyve.org>
11132         * hexl.el (hexl-mode): Use `make-local-variable' instead of
11133         `make-variable-buffer-local'.
11135 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
11137         * find-dired.el (find-dired): Call `shell-command' instead of
11138         `start-process-shell-command'.  By this, Tramp takes over
11139         handling of remote directories.
11141 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11143         * newcomment.el (comment-use-global-state): New var.
11144         (comment-search-forward): Use it.
11146         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
11148         * cus-edit.el (fill) <defgroup>: Move to fill.el.
11150         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
11151         (enable-kinsoku): Make it a defcustom.
11152         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
11153         paragraph to same-comment-start-marker.
11155 2004-03-07  Dave Love  <fx@gnu.org>
11157         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
11158         (browse-url-mail): Use it.
11160         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
11161         (rfc2368-unhexify-string): Use replace-regexp-in-string.
11163 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
11165         * woman.el (woman-man.conf-path): Doc fix.
11166         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
11168 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
11170         * sort.el (sort-columns): Remove ms-dos from the list of systems
11171         where the external `sort' command is not used.
11173 2004-03-07  Kim F. Storm  <storm@cua.dk>
11175         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
11176         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
11177         from overlay-arrow-variable-list.
11178         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
11180 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
11182         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
11183         overlay arrow string properly for the assembler buffer.
11185 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11187         * mail/sendmail.el (mail-mode): Fix last change.
11189 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
11191         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
11192         for the assembler buffer.
11193         (gdb-assembler-custom): Position the overlay arrow.
11194         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
11196 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11198         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
11200         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
11201         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
11203         * mail/sendmail.el (mail-mode): Set comment-start-skip.
11205         * newcomment.el (uncomment-region): Allow non-terminated comment.
11206         (comment-normalize-vars): Check the user-specified comstart marker.
11208 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
11210         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
11211         Otherwise, do use it if the region only contains font-lock text
11212         properties.
11214 2004-03-04  Masatake YAMATO  <jet@gyve.org>
11216         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
11217         as the callback function for eldoc.
11218         (hexl-print-current-point-info): New function.
11219         (hexl-current-address): Print the address in both decimal
11220         and hexadecimal format.
11222 2004-03-04  Richard M. Stallman  <rms@gnu.org>
11224         * mail/rmail.el (rmail-convert-to-babyl-format):
11225         Specify t for UNIBYTE when calling mail-unquote-printable-region.
11227         * mail/mail-utils.el (mail-unquote-printable-region):
11228         New arg UNIBYTE.
11230         * startup.el (command-switch-alist): Doc fix.
11232         * simple.el (undo): Temporarily set this-command to `undo-start',
11233         then set it to `undo' once undo-start returns without error.
11235         * simple.el (minibuffer-history-sexp-flag): Doc fix.
11237         * simple.el (kill-line): Don't disregard trailing whitespace
11238         in eol condition, if show-trailing-whitespace is set.
11240         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
11241         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
11242         When disabling, restore old values only if mouse-sel-has-been-enabled.
11244         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
11245         (isearch-{-char): New function.
11246         (isearch-mode-map): Bind { to isearch-{-char.
11248         * font-lock.el (lisp-font-lock-keywords-2):
11249         Turn off the CL with-... and do-... general patterns.
11250         Instead, recognize several specific with... and do... constructs.
11252         * files.el (switch-to-buffer-other-window):
11253         Bind same-window-buffer-names and same-window-regexps to nil.
11254         (switch-to-buffer-other-frame): Likewise.
11256 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11258         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
11259         recognizing leading comment on code line.
11261 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11263         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
11264         hidden files/directories.
11266 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11268         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
11269         only comment-start (in case the mode hasn't set it).
11271         * Makefile.in (AUTOGENEL): New var.
11272         (bootstrap-prepare): Rename from bootstrap-clean.
11273         Don't remove elc files.
11274         (maintainer-clean): New target.
11276         * xml.el (xml-get-attribute-or-nil): Simplify.
11278 2004-03-02  Juri Linkov  <juri@jurta.org>
11280         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
11281         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
11282         URL to prevent their substitution with the environment variable
11283         values by browsers.
11285 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11287         * ps-print.el: Doc fix.
11288         (ps-print-version): New version number (6.6.3).
11289         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
11290         Docstring fix.
11291         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
11292         before printing.
11293         (ps-time-stamp-yyyy-mm-dd): New fun.
11294         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
11296 2004-03-02  Kim F. Storm  <storm@cua.dk>
11298         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
11300 2004-03-01  Juanma Barranquero  <lektu@terra.es>
11302         * allout.el (allout-rebullet-heading): Fix typo in docstring.
11304         * desktop.el (desktop-file-version)
11305         (desktop-after-read-hook): Fix typos.
11306         (desktop-clear-preserve-buffers): Remove redundant info in
11307         docstring already shown by the obsolescence message.
11308         (desktop-truncate, desktop-internal-v2s)
11309         (desktop-value-to-string): Change argument name to match docstring.
11311         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
11313         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
11314         docstring.
11316 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11318         * printing.el: Replace "As Is..." in PostScript file print/preview by
11319         "No Preprocessing...".  Suggested by Colin Marquardt
11320         <_marquardt_@zmd.de>.
11321         (pr-insert-section-4): Adjust buffer interface.
11323 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
11325         Version 2.0.39 of Tramp released.
11327         * net/tramp.el (tramp-handle-file-local-copy)
11328         (tramp-handle-write-region, tramp-open-connection-rsh):
11329         Variable name typo.  Small change.  From Patrick Tullmann
11330         <tullmann@flux.utah.edu>.
11331         (tramp-process-connection-type): New variable.
11332         (tramp-maybe-open-connection): Use it.
11333         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
11334         (tramp-touch): Set last-modified time of a remote file.
11335         (tramp-handle-write-region): Say which function is used when encoding.
11337 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
11339         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
11340         case of non-existing filename, too.  Reported by Christoph Bauer
11341         <c_bauer@informatik.uni-kl.de>.
11342         (tramp-smb-get-file-entries): The directory in question should
11343         have permissions "drwxrwxrwx".  Just virtual, because we don't
11344         know the real permissions.  Don't we know?
11345         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
11346         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
11347         (tramp-smb-wait-for-output): Optimize algorithm getting pending
11348         output.  If it was received chunkwise, there have been problems.
11349         Remove the "prompt not found" error message; it is obvious.
11350         Simplify algorithm.
11351         (tramp-smb-process-running): Remove.  Since we acknowledge the
11352         virtual prompt for shares, there's no need for distinction of
11353         reading shares (process ends afterwards) and interactive mode of
11354         smblient.
11355         (tramp-smb-open-connection): Setting process sentinel removed.
11356         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
11357         "NT_STATUS_NETWORK_ACCESS_DENIED".
11358         (tramp-smb-maybe-open-connection): Set `process-connection-type'
11359         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
11360         (top-level): Setting default value in `tramp-default-method-alist'
11361         corrected.  Order of USER and HOST have been wrong.
11362         Nobody complained for months ...
11363         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
11364         (tramp-smb-open-connection): Clear password cache if login has failed.
11366         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
11367         `tramp-unified-filenames'.
11368         (tramp-completion-mode): Make test for XEmacs explicitely.
11369         `event-to-character' can exists in Emacs packages too.
11370         Reported by Matt Swift <swift@alum.mit.edu>.
11371         (tramp-buffer-name): Buffer name must contain the user if exists.
11372         Reported by Adrian Phillips <a.phillips@met.no>.
11373         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
11374         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
11375         (tramp-do-copy-or-rename-file-out-of-band): Rename from
11376         `tramp-do-copy-or-rename-file-one-local', because it handles also
11377         the case both files use the same out-of-band method.
11378         Implementation added.
11379         (tramp-handle-file-local-copy, tramp-handle-write-region):
11380         Out-of-band handling removed.  `copy-file' called instead, which
11381         calls `tramp-do-copy-or-rename-file-out-of-band'.
11382         (tramp-action-password): Check for out-of-band method removed.
11383         This function is used for 'login-program.
11384         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
11385         appropriate.
11386         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
11387         and `tramp-parse-sknownhosts'.
11388         (tramp-completion-function-alist): It's a defvar now, because we
11389         want to apply the optimized `tramp-set-completion-function'
11390         instead of a static list.
11391         (tramp-set-completion-function): Implementation tuned.
11392         Avoid double entries, and entries where the function or the
11393         file/directory doesn't exist.
11394         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
11395         for SSH2.
11396         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
11397         (tramp-handle-dired-compress-file): New function.
11398         (tramp-async-proc): New variable.
11399         (tramp-handle-shell-command): Adding asynchronous processes.
11400         They are far from being perfect, but it works at least for
11401         `find-grep-dired' and `find-name-dired' in Emacs 22.1.
11402         (top-level): Require password.el if visible.  Should be mandatory
11403         once No Gnus has found its way into (X)Emacs.
11404         (tramp-read-passwd): Invoke `password-read' if available,
11405         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
11406         fallback any longer.
11407         (tramp-clear-passwd): New function.
11408         (tramp-process-actions, tramp-process-multi-actions):
11409         Clear password cache if login has failed.
11411         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
11412         its own module.
11413         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
11414         `ange-ftp-ftp-name-res'.  There could be incorrect values from
11415         previous calls in case the "ftp" method is used in the Tramp file
11416         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
11418 2004-02-28  Richard M. Stallman  <rms@gnu.org>
11420         * term.el (term-mouse-paste): Call mouse-set-point.
11422         * thumbs.el: New file.
11424 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11426         * progmodes/ebnf-abn.el: Doc fix.
11428         * progmodes/ebnf-bnf.el: Doc fix.
11429         (ebnf-repeat): Code fix.
11431         * progmodes/ebnf2ps.el: Doc fix.
11432         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
11434 2004-02-28  Juri Linkov  <juri@jurta.org>
11436         * ffap.el (dired-at-point): Additional writability test for
11437         relative directory names.
11438         (dired-at-point-prompter): Treat directories as a directory, get
11439         the directory component from files.
11440         (ffap-string-at-point): Return string from region if region is active.
11441         (ffap-file-at-point): Remove redundant code.
11443 2004-02-28  Kim F. Storm  <storm@cua.dk>
11445         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
11446         Initialize margin area images to nil.
11447         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
11448         (breakpoint-enabled-bitmap-face)
11449         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
11450         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
11451         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
11452         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
11453         (gdb-reset): Use gdb-remove-breakpoint-icons.
11454         (gdb-put-string): Add dprop arg to specify alternative display
11455         property (for setting fringe bitmap).
11456         (gdb-remove-strings): Doc fix.
11457         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
11458         icon in fringe (if available), or else as icon or text in display
11459         margin.  Creates necessary icons in breakpoint-bitmap,
11460         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
11461         Also make left window margin if required.
11462         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
11463         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
11464         no longer needed.
11465         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
11466         gdb-put-breakpoint-icon.
11467         (gdb-assembler-mode): Don't set left-margin-width here.
11469 2004-02-27  Kevin Ryde  <user42@zip.com.au>
11471         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
11472         comma, so that it DTRT in macros.
11474 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
11476         * progmodes/sh-script.el (sh-shell-arg)
11477         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
11478         (sh-leading-keywords, sh-other-keywords): Fix custom type.
11480 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
11482         * faces.el (face-spec-set-match-display): Add a new attribute,
11483         `min-colors'.
11484         (region, highlight, secondary-selection): Use `min-colors'.
11486         * custom.el (defface): Add documentation for `min-colors'.
11488         * font-lock.el (font-lock-comment-face, font-lock-string-face)
11489         (font-lock-keyword-face, font-lock-function-name-face)
11490         (font-lock-variable-name-face, font-lock-constant-face):
11491         Use `min-colors'.
11493         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
11495 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11497         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
11498         define assq-delete-all if it's not defined.
11499         (ebnf-generate-region): Code fix.
11501         * printing.el: Doc fix.
11502         (pr-version): New version number (6.7.2).
11503         (pr-command): Return empty string if command is an empty string.
11505 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11507         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
11509         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
11510         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
11511         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
11512         "tt" ["test"] ).  Reported by Markus Dreyer
11513         <mdreyer@ix.urz.uni-heidelberg.de>.
11514         (ebnf-version): New version number (4.0).
11515         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
11516         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
11517         (ebnf-delete-style): New commands.
11518         (ebnf-directory, ebnf-file): New funs.
11519         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
11520         (ebnf-production-name-p, ebnf-stop-on-error): New options.
11521         (ebnf-syntax-alist): New var.
11522         (ebnf-element-width): New fun replacing ebnf-list-width.
11523         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
11524         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
11525         (ebnf-prologue): Adjust vars.
11526         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
11527         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
11528         (ebnf-check-style-values, ebnf-generate-production)
11529         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
11530         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
11531         (ebnf-token-repeat): Code fix.
11533         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
11534         %right, %left and %prec.  Suggested by Matthew K. Junker
11535         <junker@alum.mit.edu>.
11536         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
11538         * progmodes/ebnf-iso.el: Doc fix.
11539         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
11540         (ebnf-iso-lex): Code fix.
11542         * progmodes/ebnf-bnf.el: Doc fix.
11543         (ebnf-bnf-lex): Code fix.
11545         * progmodes/ebnf-otz.el: Doc fix.
11547 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
11549         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
11550         (abbrev-prefix-mark): Doc fix.
11552 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
11554         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
11555         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
11556         (gdb-var-delete): Make interactive (really).
11557         (gdb-edit-value): Make non-interactive.
11559         * progmodes/gud.el (gud-speedbar-menu-items):
11560         Add gdb-var-delete and, indirectly, gdb-edit-value.
11561         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
11562         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
11563         (gud-gdb-marker-filter): Add comment for annotations.
11565 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
11567         * calendar/calendar.el (generate-calendar)
11568         (calendar-read-date): Prevent display of BC calendars once more -
11569         reverts 2003-10-01 change.
11570         (generate-calendar-month): Doc fix.
11572 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
11574         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
11575         return value of increment-calendar-month.
11577 2004-02-21  Stephen Compall  <s11@member.fsf.org>
11579         * saveplace.el (save-place-forget-unreadable-files)
11580         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
11581         (save-place-forget-unreadable-files): New function.
11582         (save-place-alist-to-file): Use it to filter out files that are
11583         no longer readable.
11585         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
11586         current Texinfo environment, using the same method as in
11587         `texinfo-insert-@end', and insert a space rather than a newline if
11588         point in a @table environment.
11590 2004-02-21  Juri Linkov  <juri@jurta.org>
11592         * ffap.el (ffap-file-at-point): Try parent directories.
11594 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
11596         * vcursor.el (vcursor-modifiers): New defcustom.
11597         (vcursor-cs-binding): Use vcursor-modifiers instead of a
11598         hard-coded list.
11600 2004-02-21  Masatake YAMATO  <jet@gyve.org>
11602         * play/animate.el (animate-birthday-present): Accept names other
11603         than `Sarah', too.
11605 2004-02-21  Juri Linkov  <juri@jurta.org>
11607         * startup.el: Remove table of command line arguments from the
11608         Commentary section.
11610 2004-02-20  John Wiegley  <johnw@newartisans.com>
11612         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
11613         again" modifier from 'e' to 'E', since 'e' is also used by the
11614         "file extension" modifier.
11616 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
11618         * help-fns.el (describe-categories): Doc fix.
11620 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
11622         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
11623         temporary file for buffer already visiting one.  This change makes
11624         output likely to be directly usable by patch program.
11625         Suggested by Adrian Aichner  <adrian@xemacs.org>
11627 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
11629         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
11630         case of variables defined in compound statements.
11631         (gdb-setup-windows, gdb-source-info, gdb-source-info):
11632         Simplify constructions using switch-to-buffer.
11634 2004-02-19  Simon Josefsson  <jas@extundo.com>
11636         * play/morse.el: Fix typo.
11637         (morse-code): Add @.
11639 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
11641         * calendar/appt.el (appt-display-format): Change default to
11642         'ignore, for backwards compatibility.
11643         (appt-display-message): If appt-display-format is 'ignore,
11644         respect old vars appt-msg-window and appt-visible.
11645         (appt-activate): Don't depend on return value of cancel-timer.
11647         * calendar/calendar.el (calendar-holidays): Doc fix.
11649         * calendar/cal-coptic.el (coptic-prompt-for-date):
11650         Use assoc-string instead of assoc-ignore-case.
11651         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
11652         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
11653         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
11654         * calendar/cal-islam.el (calendar-goto-islamic-date)
11655         (mark-islamic-diary-entries): Ditto.
11656         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
11657         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
11658         (calendar-read-mayan-tzolkin-date): Ditto.
11659         * calendar/calendar.el (calendar-read-date): Ditto.
11660         * calendar/diary-lib.el (mark-diary-entries): Ditto.
11662 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
11664         * progmodes/executable.el (executable-command-find-posix-p):
11665         Fix choice of the directory.
11667 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
11669         * simple.el (interprogram-cut-function)
11670         (interprogram-paste-function, kill-new, kill-append):
11671         Doc fixes.
11672         (kill-region): Make it return nil.  Doc fix.
11673         (yank-pop): Make its argument optional.
11674         (yank): Make ARG `-' equivalent to `-1'.
11676 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
11678         * mail/rmail.el (rmail-get-new-mail): Don't reference
11679         rmail-use-spam-filter if rmail-spam-filter is not loaded.
11681 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
11683         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
11684         if one of global-auto-revert-non-file-buffers or autorevert-mode
11685         is non-nil.
11687 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
11689         * subr.el (delete-dups): A better implementation from Karl Heuer
11690         <kwzh@gnu.org>.
11692 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
11694         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
11695         correct place.
11696         * progmodes/icon.el (icon-indent-command): Ditto.
11697         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
11699 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
11701         * progmodes/grep.el (grep-compute-defaults): Undo change from
11702         2004-01-29: don't use executable-command-find-posix-p.
11704 2004-02-16  Richard Sharman  <rsharman@pobox.com>
11706         * hilit-chg.el: Use require instead of eval-and-compile.
11707         (highlight-compare-buffers): New function.
11709 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
11711         * man.el (Man-fontify-manpage): Render section headings in
11712         `Man-overstrike-face' even when overstrike was not used by man
11713         formatter for section headings.
11715 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
11717         * rmail-spam-filter.el: (vm-use-spam-filter)
11718         (rsf-min-region-length-added-to-spam-list): New variables.
11719         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
11720         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
11721         spam testing.  Don't delete spam message if automatic deletion
11722         after output via variable rmail-delete-after-output is turned on.
11723         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
11724         rsf-bbdb-dont-create-entries-for-spam.
11725         (check-field): New function, extracted from code in
11726         rmail-spam-filter to ease addition of header fields like content-type.
11727         (message-content-type): New variable to check the content-type:
11728         field added, also in defcustom of rsf-definitions-alist.
11729         (rmail-spam-filter): Replace repeated test code for header fields
11730         by calls to check-field; change the call to
11731         rmail-output-to-rmail-file such that rmail-current-message stays
11732         the same to avoid wrong deletion of unseen flags.
11733         (rsf-add-contents-type): New function to convert old format
11734         of rmail-spam-definitions-alist into new one.
11735         Change prefixes of all variables and functions from
11736         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
11738 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
11740         * loadhist.el (unload-hook-features-list): New defvar.
11742 2004-02-16  Dave Love  <fx@gnu.org>
11744         * loadhist.el (unload-feature): Doc fix.  Rename flist to
11745         unload-hook-features-list.
11747 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
11749         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
11750         cookie.  Don't check if we are looking-at open-formula.
11752 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
11754         * subr.el (match-string-no-properties): Use substring-no-properties.
11756 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
11758         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
11759         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
11760         Use lower-case "rx" in all error message.
11762 2004-02-16  Dave Love  <fx@gnu.org>
11764         * emacs-lisp/rx.el (rx-or): Put group around result.
11765         (rx-constituents): Add backref.
11766         (rx-syntax): Add string-delimiter, comment-delimiter.
11767         (rx-categories): Add combining-diacritic.
11768         (rx-check-not, rx-greedy, rx): Doc fix.
11769         (rx-backref, rx-check-backref): New.
11771 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
11773         * newcomment.el (uncomment-region): Allow eob as comment end.
11775 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
11777         * filecache.el: All message and error commands now use prefix
11778         "Filecache:" to make it easy to read *Messages* buffer.
11780 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
11782         * autorevert.el: Add support to detect changed dired and VC buffers.
11783         (auto-revert-active-p, auto-revert-list-diff)
11784         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
11785         (auto-revert-handler, auto-revert-active-p): New functions.
11786         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
11787         and `auto-revert-active-p'.
11788         (eval-when-compile): Defvar dired-directory and vc-mode.
11789         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
11790         (auto-revert-handler-vc): New functions.
11792 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
11794         * progmodes/compile.el (compilation-directory): New defvar.
11795         (compile): Save current directory in compilation-directory.
11796         (recompile): Bind default-directory to compilation-directory if
11797         that is non-nil.
11799 2004-02-16  Dave Love  <fx@gnu.org>
11801         * newcomment.el (comment-insert-comment-function)
11802         (comment-region-function, uncomment-region-function): New.
11803         (comment-indent): Use comment-insert-comment-function.
11804         (uncomment-region): Use uncomment-region-function.
11805         (comment-region): Use comment-region-function.
11807         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
11809 2004-02-16  Richard Stallman  <rms@gnu.org>
11811         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
11812         loaddefs* and ldefs-boot*.
11814 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
11816         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
11817         and email address at the beginning and end of the address.
11819         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
11820         anchored at the beginning of the email address.
11822 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
11824         * international/ccl.el (ccl-compile-write): Pass `left' to
11825         ccl-embed-code to generate correct code of write-expr-register.
11827 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
11829         * progmodes/grep.el (grep-compute-defaults): Fix typos.
11831 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11833         * x-dnd.el: Mention support for Motif in commentary.
11834         (x-dnd-handle-drag-n-drop-event): Ditto.
11836 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
11838         * ses.el: Use "ses--" prefixes for buffer-local variables.
11839         Use (point-min) instead of 1, even when we know the buffer
11840         is unnarrowed.
11841         (ses-build-load-map): Delete.  Distribute its content to defconst's for
11842         the three maps.
11843         (ses-menu, ses-header-line-menu): New menus.
11844         (ses-mode-map): Use them.
11845         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
11847 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
11849         * Makefile.in: Fix the CC Mode recompile kludge so it works
11850         when building in a different directory.
11852 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
11854         * simple.el (kill-new): Put yank-handler property on the entire string.
11856 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11858         * diff.el: Don't use compile any more, use diff-mode instead.
11859         (diff-regexp-alist, diff-old-file, diff-new-file)
11860         (diff-parse-differences, diff-process-setup): Remove.
11861         (diff-sentinel): New fun.
11862         (diff): Use it.  Run the process ourselves.
11863         Use diff-mode for the rest of the processing.
11865         * diff.el (diff): Simplify code handling `switch'.
11867 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11869         * pcvs-defs.el (cvs-menu): Add `tag'.
11871 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
11873         * simple.el (kill-append): Doc fix.
11875         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11876         Adapt outline-regexp to the new conventions for commenting out code.
11878 2004-02-11  John Paul Wallington  <jpw@gnu.org>
11880         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
11882 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11884         * diff.el (diff-switches): New fun.
11885         (diff, diff-backup): Use it.
11886         (diff): Clean up the args construction.  Use backquote.
11887         Use listp instead of consp to avoid putting a nil arg.
11888         (diff): Add a revert-buffer function.
11890 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11892         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT,  FILE_NAME
11893         handled by x-dnd-handle-file-name.
11894         (x-dnd-known-types): Add COMPOUND_TEXT.
11895         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
11896         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
11897         x-dnd-empty-state.
11898         (x-dnd-forget-drop): Ditto.
11899         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
11900         (x-dnd-handle-one-url): Return private when inserting text.
11901         (x-dnd-insert-ctext): New function.
11902         (x-dnd-handle-file-name): New function for FILE_NAME.
11903         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
11904         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
11905         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
11907 2004-02-10  Kenichi Handa  <handa@m17n.org>
11909         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
11910         instead of while loop.
11912 2004-02-10  Miles Bader  <miles@gnu.org>
11914         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
11916 2004-02-09  Kenichi Handa  <handa@m17n.org>
11918         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
11919         have end-of-line.
11921 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
11923         * Makefile.in: Added extra dependencies in the recompile target
11924         needed to cope with the compile time macro expansions in CC Mode.
11926 2004-02-09  Kim F. Storm  <storm@cua.dk>
11928         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
11929         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
11930         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
11931         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
11932         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
11933         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
11934         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
11935         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
11936         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
11937         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
11938         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
11940 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11942         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
11943         Don't allow shrink if there's a window on our right.
11945         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
11946         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
11947         Bring together declaration and initialization.
11948         (prolog-mode-variables): Don't set the syntax table.
11949         Don't set paragraph-start and comment-indent-function.
11950         Add /*..*/ to the comment regexps.
11951         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
11952         (prolog-mode-map): Don't bind TAB.
11953         (prolog-mode): Set the syntax table.
11954         (prolog-comment-indent): Remove.
11955         (inferior-prolog-mode-map): Initialize in the declaration.
11956         (inferior-prolog-mode-syntax-table)
11957         (inferior-prolog-mode-abbrev-table): New vars.
11958         (inferior-prolog-mode): Derive from comint-mode.
11959         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
11960         minibuffer windows.
11962         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
11963         in file names, as long as it is unabmiguous.
11965 2004-02-08  Andreas Schwab  <schwab@suse.de>
11967         * textmodes/reftex-toc.el
11968         (reftex-toc-load-all-files-for-promotion): Remove useless use of
11969         format.  Doc fix.
11971         * textmodes/refer.el (refer-find-entry-internal): Remove extra
11972         format string arguments.
11974         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
11975         string argument.
11977         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
11979         * play/zone.el (zone-call): Fix format string.
11981         * net/webjump.el (webjump-builtin): Add missing format string argument.
11983         * midnight.el (midnight-delay-set): Remove extra format string argument.
11985         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
11987         * hexl.el (hexl-insert-char): Add missing format string argument.
11989         * format.el (format-decode): Fix format string.
11991         * emulation/vi.el (vi-mode): Remove extra format string argument.
11992         (vi-repeat-last-search): Likewise.
11993         (vi-reverse-last-search): Likewise.
11994         (vi-goto-mark): Likewise.
11995         (vi-reverse-last-find-char): Likewise.
11996         (vi-repeat-last-find-char): Likewise.
11997         (vi-locate-def): Likewise.
11999         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
12001         * ediff-util.el (ediff-toggle-read-only): Remove extra format
12002         string argument.
12003         (ediff-toggle-regexp-match): Likewise.
12005         * dired-aux.el (dired-do-query-replace-regexp): Add missing
12006         format string argument.
12008         * calc/calc-map.el (calc-get-operator): Remove extra format
12009         string argument.
12011         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
12013         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
12014         string argument.
12016         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
12018         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
12020         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
12022         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
12023         (cl-struct-setf-expander): Likewise.
12025         * vc.el (with-vc-file): Fix unsafe uses of error.
12026         (vc-cancel-version): Likewise.
12028 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
12030         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
12031         thousands separator; fixes <class>:<line-number> regexp for
12032         non-english locales.
12034 2004-02-08  Andreas Schwab  <schwab@suse.de>
12036         * view.el (view-mode-enable): Revert previous change.
12038 2004-02-07  Kim F. Storm  <storm@cua.dk>
12040         * simple.el (line-number-at-pos): Rename from line-at-pos.
12041         Uses changed (what-line and vc-annotate-warp-version).
12043 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12045         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
12046         (diff-mode): Remove aborted attempt at support for compile.el.
12047         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
12049 2004-02-06  Andreas Schwab  <schwab@suse.de>
12051         * view.el (view-mode-enable): Add view-mode-map to
12052         minor-mode-overriding-map-alist.
12054 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12056         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
12058 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12060         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
12061         with point inside rather than after the paragraph.
12063 2004-02-04  Sam Steingold  <sds@gnu.org>
12065         * mail/smtpmail.el (smtpmail-try-auth-methods):
12066         Do not try authentication when no mechanism is available.
12067         Pass port-name as defaultport to `netrc-machine'.
12069 2004-02-04  Stephen Eglen  <stephen@gnu.org>
12071         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
12072         to show how minibuffer height can be constrained.
12074 2004-02-04  John Paul Wallington  <jpw@gnu.org>
12076         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
12078 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12080         * x-dnd.el: New file for drag and drop.
12082         * term/x-win.el: require x-dnd, set after-make-frame-functions
12083         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
12084         drag-n-drop event.
12086         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
12087         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
12088         (dired-dnd-handle-file): New functions for drag and drop support.
12089         (dired-mode): Initialize drag and drop if x-dnd present.
12091 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12093         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
12094         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
12095         (cperl-mode): Set fill-paragraph-function.
12096         (cperl-fill-paragraph): Make it non-interactive.
12098 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
12100         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
12102 2004-02-02  David Kastrup  <dak@gnu.org>
12104         * replace.el (perform-replace): Allow 'literal argument in
12105         regexp-flag to indicate literal replacement.
12106         (query-replace-regexp-eval): Use it.
12108 2004-02-01  Andreas Schwab  <schwab@suse.de>
12110         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
12112 2004-02-01  Stephen Eglen  <stephen@gnu.org>
12114         * info-look.el: Add support for maxima-mode.  Update commentary
12115         because info-lookup-symbol is now bound to C-h S.
12117 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
12119         * simple.el (edit-and-eval-command): Bind print-level and
12120         minibuffer-history-sexp-flag around call to read-from-minibuffer.
12121         Correct initial position in command-history.
12123 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
12125         * files.el (read-directory-name): Adapt the docstring to recent
12126         change in Fread_file_name.
12128 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
12130         * ses.el (ses-print-cell): If print format too wide for column
12131         width, truncate decimal places if that helps to avoid "#####" fill.
12132         * ses.el (ses-initial-column-width): Revert previous change.
12134 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12136         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
12137         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
12138         Add edebug info.
12139         (jit-lock-mode): Setup/cancel the new timer.
12140         (jit-lock-context-fontify): New fun.  Extracted from
12141         context fontification code of jit-lock-stealth-fontify.
12142         (jit-lock-stealth-fontify): Don't do context fontification any more.
12144         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
12145         (jit-lock-fontify-now): Handle the `quit' case.
12146         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
12148 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
12150         * progmodes/executable.el (executable-command-find-posix-p):
12151         New.  Check if find handles arguments Posix-style.
12153         * progmodes/grep.el (grep-compute-defaults):
12154         Use executable-command-find-posix-p.
12155         (grep-find): Check `grep-find-command'.
12157         * filecache.el (file-cache-find-posix-p): Delete.
12158         (file-cache-add-directory-using-find):
12159         Use `executable-command-find-posix-p'.
12161 2004-01-29  Dave Love  <fx@gnu.org>
12163         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
12164         Iterate the hook function if arg is given.
12165         (mark-defun, narrow-to-defun): Change order of finding the limits.
12167         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
12168         (byte-compile-format-warn): New.
12169         (byte-compile-callargs-warn): Use it.
12170         (Format, message, error): Add byte-compile-format-like property.
12171         (byte-compile-maybe-guarded): New.
12172         (byte-compile-if, byte-compile-cond): Use it.
12173         (byte-compile-lambda): Compile interactive forms,
12174         just to make warnings about them.
12176 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
12178         * ses.el (ses-initial-column-width): Increase to 14, so it will
12179         work well with the default printer of "%.7g" for extreme values
12180         like "-1.234567e+07".
12182 2004-01-29  Kenichi Handa  <handa@m17n.org>
12184         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
12186 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
12188         * dos-w32.el: Added support for the `default-printer-name' function.
12190 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12192         * server.el (server-socket-name): Don't use the hostname in the
12193         socket name since /tmp is local to the host anyway.
12195         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
12196         robust check of widening and fix var-naming.
12198 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
12200         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
12201         or rmail-spam- to rsf- in all function and variable names.
12202         (rsf-min-region-to-spam-list): New variable.
12203         (rsf-bbdb-auto-delete-spam-entries): Rename from
12204         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
12205         scanned together with the recipients field for spam testing; Don't
12206         delete spam message if rmail-delete-after-output is non-nil;
12207         (rsf-check-field): New function, extracted from code in
12208         rmail-spam-filter to ease addition of header fields like
12209         content-type:;
12210         (message-content-type): New variable.  The content-type: field was
12211         added also in defcustom of rsf-definitions-alist;
12212         (rmail-spam-filter): Replace repeated test code for header fields
12213         by calls to check-field; change the call to
12214         rmail-output-to-rmail-file such that rmail-current-message stays
12215         the same to avoid wrong deletion of unseen flags.
12216         (rmail-use-spam-filter): Add autoload cookie.
12218 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
12220         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
12221         (file-cache-add-directory-using-find): Add Cygwin support.
12222         (file-cache-find-command-posix-flag): New user variable.
12224         * filecache.el (file-cache-add-directory): Check for
12225         directories an remove them from dir-files.
12227 2004-01-27  Richard M. Stallman  <rms@gnu.org>
12229         * man.el (Man-fontify-manpage): Clean up message.
12231 2004-01-27  Kenichi Handa  <handa@m17n.org>
12233         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
12234         (sentence-end): Define using sentence-end-without-space.
12236         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
12237         a sentence ends with one of a character in sentence-end-without-space.
12239 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12241         * font-lock.el (font-lock): Add jit-lock as explicit group member.
12242         (jit-lock): Group declaration moved to jit-lock.el.
12243         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
12244         when necessary.
12246         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
12247         (jit-lock-context-unfontify-pos): Rename from
12248         jit-lock-first-unfontify-pos.
12249         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
12251 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
12253         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
12254         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
12255         (fortran-fill): When filling a string, adjust re-search-backward
12256         argument for special case of string just on fill-column.
12257         When filling non-string, allow one extra char if
12258         fortran-break-before-delimiters is non-nil.
12259         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
12260         Use fortran-break-delimiters-re and fortran-no-break-re to
12261         correctly handle cases such as "**".
12263         * progmodes/f90.el (f90-break-delimiters): Doc fix.
12264         (f90-no-break-re): Add some extra tokens.  Doc fix.
12266 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
12268         * mail/rmail-spam-filter.el:
12269         Use two semicolons as Commentary line prefix.
12270         Add ";;; Code:" stylized comment.
12271         Delete end-of-line whitespace.
12272         Wrap (require 'cl) with `eval-when-compile'.
12274 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
12276         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
12277         at the top level of vc.el.
12279 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
12281         * vc.el (vc-current-line): Function removed.  This is now done by
12282         the new function line-at-pos in simple.el.
12283         (vc-annotate-warp-version): Use line-at-pos instead of
12284         vc-current-line.
12286 2004-01-22  Kim F. Storm  <storm@cua.dk>
12288         * simple.el (line-at-pos): New defun.
12289         (what-line): Use it.  Optimize by only counting lines in narrowed
12290         region once.
12292 2004-01-22  Kenichi Handa  <handa@m17n.org>
12294         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
12295         point (register r1) only for charset mule-unicode-0100-24ff.
12297 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
12299         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
12300         trailing white space and ensure a final newline.
12302         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
12303         Add autoload cookie.
12305 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
12307         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
12308         activate view-mode explicitly.
12310 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12312         * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
12313         use clipboard first.
12315 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12317         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
12318         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
12319         (vc-mcvs-cvs): Remove.
12320         (vc-mcvs-command): Remove use of assert.
12322         * outline.el (outline-insert-heading): Tighten up match.
12323         (outline-demote, outline-move-subtree-down): Don't assume anything
12324         about outline-regexp.
12326         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
12327         (texinfo-show-structure): Explicitly add ^, and simplify.
12329 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
12331         * calendar/appt.el (appt-check): Restore usage of
12332         appt-issue-message deleted in previous change.
12333         (top-level): Activate package when loaded (needed for backwards
12334         compatibility).
12336 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
12338         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
12339         following previous change to smtpmail-send-data.
12341 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
12343         * vc.el (vc-default-previous-version): Doc enhancement.
12344         (vc-default-next-version): New function.
12345         (vc-print-log): New arg FOCUS-REV.
12346         (vc-annotate-mode): Derive from view-mode.
12347         (vc-annotate): New args REVISION, DISPLAY-MODE.
12348         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
12349         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
12350         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
12351         (vc-annotate-show-diff-revision-at-line, vc-current-line)
12352         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
12354         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
12356 2004-01-19  Karl Berry  <karl@gnu.org>
12358         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
12359         or "TexInfo".
12361 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
12363         * subr.el (delete-dups): New function.
12365 2004-01-19  Karl Berry  <karl@gnu.org>
12367         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
12368         with ^, since that's what texinfo-show-structure
12369         documentation says (plus it works much better in texinfo.txi).
12371 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
12373         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
12375 2004-01-18   David Ponce  <david@dponce.com>  (tiny change)
12377         * progmodes/which-func.el (which-function-mode): Don't cancel
12378         which-func-update-timer if not set.
12380 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
12382         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
12383         Remove spurious left square bracket in XX:XXam regexp.
12385 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
12387         * progmodes/cc-defs.el: Do not require cl at run time.
12389 2004-01-16  Richard M. Stallman  <rms@gnu.org>
12391         * emacs-lisp/cl.el (cl-cannot-unload): New function.
12392         (cl-unload-hook): Defvar this to run cl-cannot-unload.
12394         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
12395         Call rmail-spam-filter.  Delete and expunge spam.
12396         Print number of spam messages deleted.
12397         Save and restore the deletion status of old messages when reading
12398         new mail with spam filter, so that expunging spam does not expunge
12399         msgs deleted by the user.
12400         (rmail-only-expunge): Add an optional argument dont-show to
12401         prevent showing message after expunge.
12403 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
12405         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
12406         * subr.el (declare): New macro.
12408 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
12410         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
12412 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12414         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
12415         Test window-system rather than system-type (for X11/Mac).
12417 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
12419         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
12421 2004-01-12  Richard M. Stallman  <rms@gnu.org>
12423         * mail/rmail.el (rmail-convert-to-babyl-format):
12424         Use mail-unquote-printable-region.
12425         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
12426         (rmail-hex-char-to-integer): Functions deleted.
12428         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
12429         (mail-unquote-printable-region): New arg NOERROR.
12430         For invalid encoding, either signal an error to just return nil.
12432 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
12434         * calendar/appt.el: Update copyright and commentary.
12435         (appt-issue-message): Make obsolete.
12436         (appt-visible, appt-msg-window): Make obsolete, in favour of
12437         appt-display-format.
12438         (appt-display-mode-line, appt-display-duration)
12439         (appt-display-diary, appt-time-msg-list, appt-mode-string)
12440         (appt-prev-comp-time, appt-display-count, appt-timer)
12441         (appt-convert-time): Doc change.
12442         (appt-disp-window-function, appt-delete-window-function):
12443         Use defcustom rather than defvar.
12444         (appt-display-format): New variable.
12445         (appt-display-message): New function with display code from appt-check.
12446         (appt-check): Add optional FORCE argument.  Doc change.
12447         Add appt-make-list to diary-hook if displaying diary.
12448         Remove checking of view-diary-entries-initially.
12449         Message display section removed to new function appt-display-message.
12450         (appt-display-window): Doc change.  Remove unused internal var
12451         this-buffer.  Do not beep, since appt-display-message does that.
12452         (appt-make-list): Doc change.  Use caar.
12453         (appt-sort-list): Simplify by using builtin sort function.
12454         (appt-update-list): New function for updating appts when diary is
12455         saved.
12456         (appt-activate): New autoloaded function to toggle package
12457         functionality.
12459         * calendar/cal-x.el: (calendar-one-frame-setup)
12460         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
12462         * calendar/calendar.el: Update copyright.
12463         (view-diary-entries-initially, european-calendar-style): Doc change.
12464         (calendar-setup): Make defcustom rather than defvar.
12465         (mark-visible-calendar-date): Initialize temp-face and faceinfo
12466         in let binding so local to function.
12468         * calendar/diary-lib.el: Update copyright.
12469         (diary, diary-entry-time): Doc change.
12470         (list-diary-entries): Doc change.  Trivial logic change.
12471         (fancy-diary-display): Restore make-face command mistakenly
12472         deleted 2003-05-08.
12473         (show-all-diary-entries): Allow to pop-up frame if needed.
12475 2004-01-09  John Paul Wallington  <jpw@gnu.org>
12477         * bindings.el (mode-line-change-eol): Add EVENT parameter.
12478         Temporarily select EVENT's window for changing eol type.
12480 2004-01-09  Deepak Goel  <deego@gnufans.org>
12482         * calendar/diary-lib.el (diary-entry-time):
12483         Also accept time in the form XX[.XX][am/pm/AM/PM].
12484         (fancy-diary-font-lock-keywords): Likewise.
12485         (diary-font-lock-keywords): Likewise.
12486         * calendar/appt.el (appt-add): Likewise.
12487         (appt-make-list): Likewise.
12488         (appt-convert-time): Likewise.
12490 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
12492         * gdb-ui.el (gdb-ann3): Revert previous change.
12493         (gdb-source-info): Allow for case of where compilation directory
12494         is not recorded.
12496 2004-01-08  John Paul Wallington  <jpw@gnu.org>
12498         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
12500 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
12502         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
12504         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
12505         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
12506         problems.
12507         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
12509 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
12511         * files.el (write-file-functions, write-contents-functions):
12512         Clarify docstrings.
12514 2004-01-07  Kenichi Handa  <handa@m17n.org>
12516         * international/mule.el (set-auto-coding): Fix for the case that
12517         end-of-line is only CR.
12519 2004-01-07  Kim F. Storm  <storm@cua.dk>
12521         * subr.el (event-start, event-end): Doc fix.
12522         (posn-string, posn-image): New defuns.
12523         (posn-object): Return either image or string object.
12524         (posn-object-x-y): Return 8th element of position.
12525         (posn-object-width-height): New defun.
12527 2004-01-06  Andreas Schwab  <schwab@suse.de>
12529         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
12530         output.
12532 2004-01-05  Karl Berry  <karl@gnu.org>
12534         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
12535         / and *, too.
12537 2003-12-31  Simon Josefsson  <jas@extundo.com>
12539         * files.el (before-save-hook): Add.
12540         (basic-save-buffer): Use before-save-hook.
12542         * emacs-lisp/copyright.el: Fix comment to recommend
12543         before-save-hook instead of write-file-functions.
12545 2004-01-05  Richard M. Stallman  <rms@gnu.org>
12547         * finder.el (finder-commentary): Call delete-other-windows.
12549         * net/ange-ftp.el (ange-ftp-file-attributes):
12550         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
12552 2004-01-04  Karl Berry  <karl@gnu.org>
12554         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
12555         comment characters % and # in the copyright year notice,
12556         as well as ;.
12558 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
12560         * wid-edit.el (default): Define dummy :value-delete.
12561         Reported by Jesper Harder <harder@ifa.au.dk>.
12563 2004-01-03  Richard M. Stallman  <rms@gnu.org>
12565         * progmodes/compile.el (compile-internal): Use point, not point-min,
12566         for set-window-point.
12568         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
12570         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
12572         * progmodes/grep.el (grep-mode-map):
12573         Don't remap next-line, previous-line.
12575 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
12577         * speedbar.el (speedbar-edit-line): Change regexp to position
12578         the cursor on the first character of this line's button.
12580 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
12582         * subr.el (functionp): Doc fix.
12584 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
12586         * progmodes/idlwave.el (idlwave-make-tags):
12587         * textmodes/flyspell.el (flyspell-large-region):.
12588         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
12589         * emulation/viper-util.el (viper-glob-unix-files):
12590         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
12591         * man.el (Man-init-defvars):
12592         * jka-compr.el (jka-compr-call-process):
12593         * files.el (get-free-disk-space,insert-directory):
12594         * ediff-ptch.el (ediff-test-patch-utility):
12595         * ediff-diff.el (ediff-test-utility):
12596         * dired-aux.el (dired-check-process):
12597         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
12598         test the return value of call-process, because it can be a string.
12600 2003-12-31  John Paul Wallington  <jpw@gnu.org>
12602         * bindings.el (completion-ignored-extensions): Add .pfsl.
12604 2003-12-31  Kim F. Storm  <storm@cua.dk>
12606         * ido.el (ido-nonreadable-directory-p): New defun to check for
12607         nonreadable directory without activating tramp (to avoid problems
12608         with checking incomplete tramp paths).
12609         (ido-set-current-directory, ido-file-internal)
12610         (ido-file-name-all-completions1): Use it.
12612 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
12614         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
12615         documentation if the anchor (or node) name is preceded by `info
12616         anchor' or `Info anchor' in addition to earlier `info node' and
12617         `Info node'.
12618         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
12620 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
12622         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
12623         error in arguments to base64-decode-region.  Remove ^M characters
12624         after decoding base64.
12626 2003-12-30  Simon Josefsson  <jas@extundo.com>
12628         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
12629         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
12630         have only been distributed with Emacs for some years.
12631         (texinfo-mode-hook): Customize.
12633 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
12635         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
12636         cleaner (suggested by Richard Stallman).
12638         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
12639         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
12640         file-name clashes on 8+3 DOS filesystems.
12642         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
12643         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
12644         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
12645         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
12646         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
12647         file-name clashes on 8+3 filesystems.
12649         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
12650         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
12651         file-name clashes on 8+3 DOS filesystems.
12653 2003-12-29  Richard M. Stallman  <rms@gnu.org>
12655         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
12656         Upcase the character.
12658         * textmodes/flyspell.el (mail-mode-flyspell-verify):
12659         Search for header separator alone on a line, literally,
12660         and search for it backward, not forward.
12661         (flyspell-abbrev-table): Always use global-abbrev-table
12662         if there is no local one.
12664         * progmodes/sh-script.el (sh-get-indent-info):
12665         Don't move point back if at bob.
12667         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
12669         * play/handwrite.el (handwrite): Make the handwrite credit message
12670         a comment rather than an output command.
12672         * obsolete/sc.el: Display message that this file is obsolete.
12674         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
12676         * mail/rfc822.el (rfc822-address-start): Declare variable.
12677         Renamed from address-start.  All uses changed.
12679         * term.el (term-exec): Set up sentinel.
12680         (term-sentinel): New function.
12681         (term-handle-exit): New function.
12683         * subr.el (assoc-ignore-case, assoc-ignore-representation):
12684         Use assoc-string, and mark them obsolete.
12685         (delay-mode-hooks): Mark as permanent local.
12687         * simple.el (sendmail-user-agent-compose): Use assoc-string.
12689         * register.el (copy-rectangle-to-register): Doc fix.
12691         * info.el (Info-insert-dir): Use assoc-string.
12693         * info-look.el (info-lookup): Use assoc-string.
12695         * frame.el (pop-up-frame-function): Use quote, not `function'.
12696         (frame-notice-user-settings): Calculate ADJUSTED-TOP
12697         copying with lists as coordinate values.
12699         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
12701         * find-dired.el (kill-find): New command.
12702         (find-dired): Make buffer read-only.
12703         Set up a keymap with C-c C-k running kill-find.
12704         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
12706         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
12708         * filecache.el (file-cache-ignore-case): New variable.
12709         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
12711         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
12712         (comint-dynamic-complete-as-filename): Rename local vars.
12713         (comint-dynamic-list-filename-completions): Likewise.
12715         * comint.el (comint-dynamic-list-completions-config): New var.
12716         (comint-dynamic-list-completions): Handle both SPC and TAB right.
12718         * comint.el (comint-file-name-chars): Add [].
12719         (comint-word): Use skip-chars-backward, not search.
12721         * shell.el (shell-file-name-chars): Add [].
12723         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
12725         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
12727         * generic.el (define-generic-mode): Doc fix.
12729 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
12731         * files.el (kill-some-buffers): Doc fix.
12733 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
12735         * comint.el (comint-watch-for-password-prompt): Pass `string' as
12736         arg to send-invisible
12737         (send-invisible): Doc fix.  The argument is now a prompt, not the
12738         string to send.
12739         (comint-read-noecho): Doc fix.
12741 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
12743         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
12744         "@", as required by some ISP hosting service.  Fix defcustom
12745         argument syntax errors that prevented use of customization.
12747 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
12749         * xml.el (xml-get-attribute-or-nil): Doc fix.
12751 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
12753         * net/zone-mode.el (zone-mode): Use write-file-functions, not
12754         write-file-hooks.
12756 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
12758         * autorevert.el (auto-revert-interval): Doc fix.
12760 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
12762         * xml.el (xml-get-attribute-or-nil): New function, like
12763         xml-get-attribute, but returns nil if the attribute was not found.
12764         (xml-get-attribute): Convert to defsubst, uses
12765         xml-get-attribute-or-nil.
12767 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
12769         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
12771 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
12773         * custom.el (custom-declare-theme): Use `value' when putting
12774         properties on `theme'.
12776 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
12778         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
12779         for each yank-handler segment.
12780         (insert-for-yank-1): New function, with the body of the previous
12781         insert-for-yank.
12783         * textmodes/table.el (table-yank-handler): New defcustom.
12784         (table--put-cell-indicator-property): Put yank-handler property
12785         that indicates the yank handler for the table cell.
12787 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
12789         * generic-x.el (etc-modules-conf-generic-mode): A more complete
12790         set of keywords.
12792 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
12794         * international/mule-cmds.el (reset-language-environment)
12795         (set-language-environment): Don't invoke fontset-related functions
12796         if fontset-list is not fboundp.
12798 2003-12-29  Kenichi Handa  <handa@m17n.org>
12800         * international/mule-cmds.el (reset-language-environment):
12801         Call set-overriding-fontspec-internal with nil.
12802         (set-language-environment): Call set-overriding-fontspec-internal
12803         if the language environment specify `overriding-fontspec'.
12804         (language-info-alist): Doc added.
12806         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
12807         characters of mule-unicode-0100-24ff.
12808         (ccl-encode-windows-1251-font): New CCL program.
12809         ("Bulgarian"): Specify overriding-fontspec.
12810         ("Belarusian"): Likewise.
12812 2003-12-28  Sam Steingold  <sds@gnu.org>
12814         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
12815         parameter ID-FORMAT to conform with the 2003-11-30 patch.
12817 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
12819         * progmodes/gud.el (gud-gdb-command-name): Set default to
12820         "gdb --annotate=3".
12821         (gud-gdb-marker-filter): Look out for annotations.
12822         (gdb-first-pre-prompt): New variable.
12823         Remove trailing white space.
12825         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
12826         if necessary.
12827         (gdb-ann3): New function.  Initialise M-x gdb as for M-x gdba if
12828         annotations are detected.
12829         (gud-gdba-marker-filter): Use global variable gud-marker-acc
12830         instead of a local one to allow transition from
12831         gud-gdb-marker-filter.
12832         Remove trailing white space.
12834 2003-12-27  Kim F. Storm  <storm@cua.dk>
12836         * ido.el: Handle non-readable directories.
12837         (ido-decorations): Add 9th element for non-readable directory.
12838         (ido-directory-nonreadable): New dynamic var.
12839         (ido-set-current-directory): Set it.
12840         (ido-read-buffer, ido-file-internal):
12841         (ido-read-file-name, ido-read-directory-name): Let-bind it.
12842         (ido-file-name-all-completions1): Return empty list for
12843         non-readable directory.
12844         (ido-exhibit): Print [Not readable] if directory is not readable.
12845         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
12846         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
12847         Use it.
12849 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
12851         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
12852         calls to directory-files-and-attributes and file-attributes.
12853         (ls-lisp-format): Remove system dependent handling of user and
12854         group id's.
12856 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
12858         * ffap.el (ffap-read-file-or-url): Revert previous change.
12860 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
12862         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
12863         new list of included files called `files-with-node-lines', that
12864         only have node lines.  This way @include commands can include any
12865         file, such as version and update files without node lines, not
12866         just files that are chapters.
12868 2003-12-25  Andreas Schwab  <schwab@suse.de>
12870         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
12871         file not found.
12873 2003-12-08  Miles Bader  <miles@gnu.org>
12875         * dired.el (dired-between-files): Always use dired-move-to-filename,
12876         which is more robust in non-english locales.
12878 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
12880         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
12882 2003-12-24  Andreas Schwab  <schwab@suse.de>
12884         * shell.el (shell-file-name-quote-list): Add backslash.
12886         * comint.el (comint-quote-filename): Correctly handle backslash
12887         in comint-file-name-quote-list.
12889 2003-12-24  Kenichi Handa  <handa@m17n.org>
12891         * international/mule-cmds.el (set-default-coding-systems):
12892         Call ucs-set-table-for-input for all buffers that don't have local
12893         value of buffer-file-coding-system.
12895         * international/ucs-tables.el (ucs-set-table-for-input):
12896         If translation-table-for-encode is a symbol, get its
12897         translation-table property.
12899 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
12901         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
12902         to `completing-read' on a recently fixed bug.
12904         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
12905         instead of SPACE, to get the list of possible fringe modes.
12906         SPACE only works if both `partial-completion-mode' and
12907         `completion-auto-help' are nil.
12909         * complete.el (PC-is-complete-p): Delete.
12910         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
12911         calls to `test-completion'.
12913 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
12915         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
12916         to edit values when there are no children.
12918         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
12919         a mode called "Assembler" already exists.
12920         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
12921         (gud-watch): Use format option.  Remove font properties from string.
12922         (gdb-var-create-handler, gdb-var-list-children-handler):
12923         Don't bother about properties as there are none.
12924         (gdb-var-create-handler, gdb-var-list-children-handler)
12925         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
12926         with two arguments.
12927         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
12928         Let speedbar show value changes with a different font.
12929         (gdb-edit-value): New defun.
12930         (gdb-clear-partial-output, gdb-clear-inferior-io)
12931         (def-gdb-auto-update-handler): Use erase-buffer.
12932         (gdb-frame-handler): Display watch expressions in
12933         FUNCTION::VARIABLE format if required.
12935 2003-12-23  John Paul Wallington  <jpw@gnu.org>
12937         * info.el (Info-unescape-quotes, Info-split-parameter-string)
12938         (Info-goto-emacs-command-node): Doc fixes.
12940 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
12942         * cus-edit.el (custom-add-parent-links): Define "many".
12944 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
12946         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
12947         (widget-child-validate, widget-type-value-create)
12948         (widget-type-default-get, widget-type-match): New functions.
12949         (lazy): New widget.
12950         (menu-choice, checklist, radio-button-choice, editable-list)
12951         (group, documentation-string): Remove redundant (per 2003-10-25
12952         change) calls to `widget-children-value-delete'.
12953         (widget-choice-value-get, widget-choice-value-inline): Remove.
12954         (menu-choice): Update widget.
12956 2003-12-03  Kenichi Handa  <handa@m17n.org>
12958         * language/cyrillic.el: Register "microsoft-cp1251" in
12959         ctext-non-standard-encodings-alist.
12960         ("Bulgarian"): Add ctext-non-standard-encodings.
12961         ("Belarusian"): Likewise.
12963         * international/mule-conf.el (compound-text-with-extensions):
12964         Change the type to 2 (iso-2022 base).
12966         * international/mule.el (ctext-non-standard-encodings-alist):
12967         Change the format.
12968         (ctext-non-standard-encodings): New variable.
12969         (ctext-post-read-conversion): Fully re-written.
12970         (ctext-non-standard-designations-alist): Delete it.
12971         (ctext-non-standard-encodings-table): New function.
12972         (ctext-pre-write-conversion): Fully re-written.
12974 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
12976         * cus-edit.el (custom-add-parent-links): Add documentation links
12977         for parent, if the item has none of its own.
12979 2003-11-30  Richard M. Stallman  <rms@gnu.org>
12981         * dired-aux.el (dired-do-query-replace-regexp):
12982         Report files visited read-only.
12984 2003-11-30  Juri Linkov  <juri@jurta.org>
12986         * dired-aux.el (dired-compare-directories): New command.
12987         (dired-file-set-difference, dired-files-attributes): New functions.
12989 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
12990         Version 2.0.38 of Tramp released.
12992         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
12993         Charles Curley <charlescurley@charlescurley.com>.
12994         (tramp-multi-connection-function-alist): Add ssht entry which adds
12995         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
12996         Aichner.
12997         (tramp-get-method-parameter): New function to retrieve a method
12998         parameter.  This allows for omission of method parameters.
12999         Callers adjusted.
13001 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
13003         * net/tramp.el: Add new optional parameter ID-FORMAT to
13004         `file-attributes'.  Calls of `file-attributes' won't use this
13005         parameter for backward compatibility reasons.
13006         (tramp-perl-file-attributes): Add a new parameter to Perl script
13007         in order to handle uid/gid as strings, if desired.
13008         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
13009         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
13010         order to make the function more general.
13011         (tramp-handle-file-attributes): Replace proprietary optional
13012         parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
13013         (tramp-handle-file-attributes-with-perl): Handle parameter
13014         NONNUMERIC if set.  This wasn't done in the past.
13015         (tramp-post-connection): Apply second parameter "$2" if
13016         `tramp-remote-perl' is called.
13018         * net/tramp-smb.el (tramp-smb-handle-delete-file):
13019         Correct cut'n'waste error (`filename' instead of `directory').
13020         (tramp-smb-handle-directory-files-and-attributes)
13021         (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
13022         introduced parameter ID-FORMAT.
13023         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
13024         error (`directory' instead of `ldir').
13026         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
13027         `file-attributes' has a second parameter.  If yes, apply it with
13028         value "'integer".  Otherwise, don't use that parameter (default is
13029         integer format).
13031 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
13033         * help.el (help-map): Bind `display-local-help' to `C-h .'.
13034         (help-for-help): Add `C-h .' to the listed Help options.
13035         Remove trailing whitespace.
13037         * help-at-pt.el: New file.
13039 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
13041         * subr.el (noreturn, 1value): New macros for test coverage.
13042         See `testcover.el'.
13044         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
13046         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
13047         for macro `1value'.
13048         (testcover-1value): New function.  Checks that a 1value form
13049         actually returns only one value.  Requested by RMS.
13051 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
13053         * gdb-ui.el (gud-watch, gdb-var-create-handler)
13054         (gdb-var-list-children, gdb-var-list-children-handler)
13055         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
13056         gdb commands that use mi to keep them out of the command history.
13058 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13060         * cus-start.el (all): Add use-file-dialog.
13062 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13064         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
13066 2003-11-27  Kim F. Storm  <storm@cua.dk>
13068         * subr.el (posn-object-x-y): New defun.
13070 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13072         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
13073         Don't use `space' for \\\n.
13074         Be more selective as to which # are comment-starters.
13076 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
13078         * subr.el (number-sequence): Improve handling of floating point
13079         arguments (suggested by Kim Storm).  Allow negative arguments.
13081 2003-11-26  Kenichi Handa  <handa@m17n.org>
13083         * international/mule-cmds.el (standard-display-european-internal):
13084         Cancel the standard-display-table setting for ` and '.
13086 2003-11-26  Kim F. Storm  <storm@cua.dk>
13088         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
13089         New defcustoms to add ffap-like functionality to ido.
13090         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
13091         (ido-no-final-slash): New defun.
13092         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
13093         (ido-read-file-name): ): Toggle VC checking via
13094         vc-handled-backends instead of vc-master-templates.
13095         (ido-file-internal): Handle ido-use-url-at-point and
13096         ido-use-filename-at-point via code borrowed from ffap-guesser.
13097         Handle new ido-exit code ffap.
13098         (ido-sort-list): Ignore final slash when sorting file names.
13100 2003-11-25  Kim F. Storm  <storm@cua.dk>
13102         * emulation/cua-base.el (cua--standard-movement-commands):
13103         Add forward-sentence and backward-sentence.
13105 2003-11-25  Stephen Eglen  <stephen@gnu.org>
13107         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
13108         iswitchb-exit is set to 'usefirst when user selects buffer at head
13109         of list using RET.  (Selecting buffers at the head of the list was
13110         broken if the substring was also a complete buffername.)
13112 2003-11-23  Kim F. Storm  <storm@cua.dk>
13114         * progmodes/compile.el (grep-command, grep-use-null-device)
13115         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
13116         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
13117         (grep-regexp-alist, grep-program, find-program)
13118         (grep-find-use-xargs, grep-history, grep-find-history)
13119         (grep-process-setup, grep-compute-defaults)
13120         (grep-default-command, grep, grep-tag-default, grep-find)
13121         (grep-expand-command-macros, grep-tree-last-regexp)
13122         (grep-tree-last-files, grep-tree): Move grep variables, functions
13123         and commands to new file grep.el.
13124         (compilation-mode-map): Remove grep commands from Compile sub-menu.
13125         (compilation-process-setup-function): Doc fix.
13126         (compilation-highlight-regexp, compilation-highlight-overlay): New
13127         defvars used for highlighting current compile error in source buffer.
13128         (compile-internal): New optional args HIGHLIGHT-REGEXP and
13129         LOCAL-MAP which overrides compilation-highlight-regexp and
13130         compilation-mode-map for this compilation.
13131         Delay calling compilation-set-window-height until after running
13132         compilation-process-setup-function so it can buffer-local override
13133         compilation-window-height.
13134         Check buffer-local value of compilation-scroll-output.
13135         (compilation-set-window-height): Use buffer-local value of
13136         compilation-window-height.
13137         (compilation-revert-buffer): Don't pass (undefined)
13138         preserve-modes arg to revert-buffer.
13139         (next-error-no-select, previous-error-no-select): New commands.
13140         (compilation-goto-locus): Temporarily highlight current match in
13141         source buffer using compilation-highlight-regexp.
13143         * progmodes/grep.el: New file with grep code from compile.el.
13144         (grep): New defcustom group.
13145         (grep-window-height): New defcustom, like compilation-window-height.
13146         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
13147         (grep-scroll-output): New defcustom, like compilation-scroll-output.
13148         (grep-command, grep-use-null-device, grep-find-command)
13149         (grep-tree-files-aliases, grep-tree-ignore-case)
13150         (grep-tree-ignore-CVS-directories): Move to grep custom group.
13151         (grep-setup-hook): New hook variable.
13152         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
13153         (grep-last-buffer): New defvar, override compilation-last-buffer.
13154         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
13155         Call compile-internal with args highlight-regexp and grep-mode-map.
13157 2003-11-23  Kim F. Storm  <storm@cua.dk>
13159         * subr.el (event-start, event-end): Doc fix.
13160         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
13161         (posn-area, posn-actual-col-row, posn-object): New defuns.
13162         (posn-col-row): Simplify doc.  Rewrite to use cond.
13163         (posn-point): Also return buffer position for events outside text
13164         area (that info is now present in the event position).
13166         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
13167         mouse-set-point so that hscroll still works now that clicks on
13168         fringes generate specific mouse events.
13169         (mouse-set-point): Note that it now works in fringes and margins
13170         too due to new semantics of posn-point in fringes and margins.
13172         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
13173         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
13175 2003-11-20  Kim F. Storm  <storm@cua.dk>
13177         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
13178         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
13179         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
13180         to 100 for icons to avoid increasing line height when shown.
13182 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
13184         * newcomment.el (comment-normalize-vars): Initialize properly if
13185         comment-start was nil.
13187 2003-11-19  Andreas Schwab  <schwab@suse.de>
13189         * simple.el (set-variable): Fix indentation.
13191 2003-11-17  Kenichi Handa  <handa@m17n.org>
13193         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
13194         Fix docstring.
13196 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
13198         * international/latin1-disp.el (latin1-display): Fix docstring.
13200 2003-11-16  John Wiegley  <johnw@newartisans.com>
13202         * eshell/em-ls.el (eshell-ls-file): There are times with
13203         size-width is nil and uncomputed (when directories are created in
13204         dired, for example); in this case, 4 is reasonable default value,
13205         although it may caused skewed new entries (which could be avoided
13206         by returning the original value of 8 in all cases, but 99% of the
13207         time this is a waste of whitespace).
13209 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
13211         * cc-engine.el (c-guess-continued-construct)
13212         (c-guess-basic-syntax): Check a little more carefully if it's a
13213         function declaration when an unknown construct followed by a block
13214         is found inside a statement context.  This avoids macros followed
13215         by blocks to be taken as function declarations.
13217         (c-guess-continued-construct): Change the analysis of a statement
13218         continuation with a brace open to `substatement-block', for
13219         consistency with recognized statements.
13221         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
13222         start is in a position so that `c-beginning-of-statement-1' jumped
13223         to the beginning of the same statement.
13225         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
13226         Don't accept binary operators in the arglist if we're in a function
13227         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
13228         template recognition in cases like "if (a < b || c > d)".
13230         (c-restricted-<>-arglists): New more appropriate name for
13231         `c-disallow-comma-in-<>-arglists'.
13233         Accessing functions updated for the variable name change.
13235         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
13236         match data could get clobbered if NOT-INSIDE-TOKEN is used.
13238         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
13239         labels.
13241         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
13242         instead of duplicating parts of it.  This fixes bogus label
13243         recognition.
13245         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
13246         of checking the context in which to apply the minimum indentation,
13247         so that it isn't enforced in e.g. namespace blocks.
13249         * cc-vars.el (c-inside-block-syms): New constant used by
13250         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
13251         to somewhat reduce the risk of becoming stale.
13253         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
13254         cc-cmds to cc-engine to allow use from cc-align.
13256         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
13257         qualified identifiers containing "::".
13259         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
13260         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
13262         * cc-vars.el (c-emacs-features): Use a space in front of the name
13263         of the temporary buffer.  That also avoids dumping problems in
13264         XEmacs due to undo info being left around after the buffer is killed.
13266         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
13267         arglist to see if it's a K&R style declaration.
13269         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
13270         before returning `knr-argdecl-intro'.
13272 2003-11-16  John Wiegley  <johnw@newartisans.com>
13274         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
13275         field in a long-listing always 8 characters, use `size-width',
13276         which has already been computed.
13278 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
13280         * subr.el (minor-mode-list): Add `hs-minor-mode'.
13282 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
13284         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
13285         Support operation while narrowed, with `diff-restrict-view'.
13287 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
13289         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13290         Take additional optional arg NARROWFUN.  For the generated functions:
13291         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
13292         include frags that arrange to check for and save narrowing state before
13293         the move and then conditionally call NARROWFUN after the move.
13295 2003-11-14  John Wiegley  <johnw@newartisans.com>
13297         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
13298         that was optional, but obviously missing based on surrounding code.
13300         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
13301         string arguments to numbers unless the whole argument was seen as
13302         a number.
13304 2003-11-14  Kenichi Handa  <handa@m17n.org>
13306         * international/mule.el (ctext-non-standard-encodings-alist):
13307         Fix coding systems.
13309 2003-11-10  Kenichi Handa  <handa@m17n.org>
13311         * language/kannada.el ("Kannada"): Add sample-text.
13313         * language/knd-util.el (kannada-compose-region)
13314         (kannada-compose-string, kannada-post-read-conversion):
13315         Add autoload cookie.
13317         * international/quail.el (quail-completion): Change the message
13318         "corresponding translations" to "corresponding characters".
13320 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
13322         * descr-text.el (describe-char): Fix typo.
13324 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
13326         These changes are to support Kannada language/script.
13328         * Makefile.in (DONTCOMPILE): Add kannada.el.
13330         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
13332         * loadup.el: Preload kannada.el.
13334         * language/ind-util.el (ucs-kannada-to-is13194-alist)
13335         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
13336         New variables.
13338         * language/kannada.el: New file.
13340         * language/knd-util.el: New file.
13342 2003-11-07  Andreas Schwab  <schwab@suse.de>
13344         * progmodes/autoconf.el (autoconf-font-lock-keywords):
13345         Also highlight AH_*.
13347         * xml.el (xml-parse-dtd): Fix misplaced paren.
13349 2003-11-07  Kenichi Handa  <handa@m17n.org>
13351         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
13353 2003-11-05  Juri Linkov  <juri@jurta.org>
13355         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
13356         (desktop-buffer-file): Use saved buffer-file-coding-system
13357         for file reading.  Set auto-insert to nil to prevent automatic
13358         insertion into restored empty files.
13360 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
13362         * files.el (risky-local-variable-p): Make second argument optional.
13364 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13366         * subr.el (add-hook): Fix last change.
13368 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
13370         * mail/rmail.el (rmail-convert-to-babyl-format):
13371         If base64-decode-region signals an error, catch it and silently
13372         ignore it.
13374 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
13376         * xml.el (xml-parse-region): Allow comments to appear after the
13377         topmost element has closed.
13378         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
13379         (xml-ns-expand-attr): New functions to do namespace handling.
13380         (xml-intern-attrlist): Back-compatible handling of attribute names.
13381         (xml-parse-tag): Move namespace handling to separate functions.
13382         Now produces elements in the form ((:ns . "element") (attr-list)
13383         children) instead of ('ns:element (attr-list) children).
13384         (xml-parse-attlist): Fix attribute parsing.
13385         (xml-parse-dtd): Change parsing so that it produces strings
13386         instead of interned symbols.
13388 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
13390         * dired.el (dired-ls-sorting-switches): Doc fix.
13392 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
13394         * emacs-lisp/rx.el (rx-or): Fix the case of
13395         "(rx (and ?a (or ?b ?c) ?d))".
13397 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
13399         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
13400         (texinfo-format-region): Use it.
13401         (texinfo-format-buffer-1): Ditto.
13403 2003-11-01  Alan Mackenzie  <acm@muc.de>
13405         Changes to allow scrolling whilst in isearch mode:
13406         * isearch.el (isearch-unread-key-sequence): New function,
13407         extracted from isearch-other-meta-char.
13408         (top level): (put 'foo 'isearch-scroll) on all Emacs's
13409         "scrollable" standard functions.
13410         (isearch-allow-scroll): New customizable variable.
13411         (isearch-string-out-of-window, isearch-back-into-window)
13412         (isearch-reread-key-sequence-naturally)
13413         (isearch-lookup-scroll-key): New functions.
13414         (isearch-other-meta-char): Doc string and functionality enhanced.
13415         Now accepts a prefix argument.
13416         (isearch-lazy-highlight-window-end): New variable.
13417         (isearch-lazy-highlight-new-loop): Pay attention to the window's
13418         end (thru isearch-lazy-highlight-window-end), not only its start.
13420         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
13421         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
13422         (universal-argument, universal-argument-more, negative-argument)
13423         (digit-argument, universal-argument-other-key): Minor changes.
13425 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
13427         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
13428         recursively if the last message is deleted, thus avoiding an
13429         infinite loop.
13431 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13433         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
13434         (tex-main-file): Don't add .tex if the extension is already present.
13435         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
13437 2003-10-29  Lute Kamstra  <lute@gnu.org>
13439         * progmodes/octave-inf.el (inferior-octave-prompt):
13440         Recognize version number in prompt.
13442 2003-10-28  Dave Love  <fx@gnu.org>
13444         * international/characters.el: Fix some Unicode ranges.
13446 2003-10-28  Kenichi Handa  <handa@m17n.org>
13448         * disp-table.el (standard-display-8bit)
13449         (standard-display-default, standard-display-ascii)
13450         (standard-display-g1, standard-display-graphic)
13451         (standard-display-underline): Assure that standard-display-table
13452         is a display table.
13454 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13456         * simple.el (reindent-then-newline-and-indent): Delete space *after*
13457         reindenting the first line.
13459 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
13461         * wid-edit.el (widget-default-delete): Always delete child widgets.
13463 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13465         * newcomment.el (comment-indent): Don't call indent-according-to-mode
13466         if the line has code.
13467         Don't try to line up with something that's too far left.
13469         * progmodes/octave-mod.el (octave-comment-start): Simplify.
13470         (octave-mode-syntax-table): Add % as a comment starter.
13471         (octave-point): Remove.
13472         (octave-in-comment-p, octave-in-string-p)
13473         (octave-not-in-string-or-comment-p, calculate-octave-indent)
13474         (octave-blink-matching-block-open, octave-auto-fill):
13475         Use line-(beginning|end)-position instead.
13477 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
13479         * emacs-lisp/authors.el (authors-aliases): Add correct realname
13480         for Francesco Potort\e,Al\e(B.
13482 2003-10-23  Dave Love  <fx@gnu.org>
13484         * international/mule-cmds.el (locale-charset-to-coding-system):
13485         Don't rely on nil being a coding system.
13487         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
13488         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
13489         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
13491 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
13493         * gdb-ui.el (gdb-current-language): New variable.
13494         (gdb-update-flag): Remove variable.
13495         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
13496         (gdb-take-last-elt): Remove function.
13497         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
13498         (gdb-post-prompt): Check for variable object changes here.
13500         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
13501         object changes in gdb-ui.el.
13503 2003-10-21  Richard M. Stallman  <rms@gnu.org>
13505         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
13507         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
13508         Don't check for foo*/ wildcard form here.
13509         (insert-directory): Recognize foo*/ as a wildcard.
13510         Separate wildcard-regexp variable from the arg, wildcard.
13512         * subr.el (add-hook): Correctly detect when make-local-hook was used.
13513         (remove-hook): Correctly handle strange cases about local hooks.
13515 2003-10-21  David Ponce  <david@dponce.com>
13517         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
13518         argument REAL, to return a real number instead of a rounded
13519         integer value.  Define as inline function.
13520         (ruler-mode-right-fringe-cols): Likewise.
13521         (ruler-mode-scroll-bar-cols): New function.
13522         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
13523         (ruler-mode-right-scroll-bar-cols): Likewise.
13524         (ruler-mode-space): New function.
13525         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
13526         scroll bar mode and margins in a more robust way.
13528 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
13530         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
13531         (antlr-c-init-language-vars): New function.
13532         (antlr-mode): Use it with cc-mode before v5.29.
13533         (antlr-c-common-init): Don't set some local vars here.
13534         (antlr-mode): Set them here.
13535         (antlr-c-forward-sws): New function alias.
13536         (antlr-mode): Redefine with cc-mode before v5.30.
13537         (antlr-skip-sexps): Use it.
13538         (antlr-skip-exception-part): Ditto.
13539         (antlr-skip-file-prelude): Ditto.
13540         (antlr-outside-rule-p): Ditto.
13541         (antlr-end-of-body): Ditto.
13542         (antlr-option-kind): Ditto.
13543         (antlr-insert-option-area): Ditto.
13544         (antlr-file-dependencies): Ditto.
13546 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13548         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
13549         Move backward only if point was not inside an entry.
13551 2003-10-21  Richard M. Stallman  <rms@gnu.org>
13553         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
13555 2003-10-21  Juri Linkov  <juri@jurta.org>
13557         * compare-w.el: Automatically skip non-matching text to resync.
13558         (compare-windows-whitespace): Doc fix.
13559         (compare-windows-sync, compare-windows-sync-string-size)
13560         (compare-windows-recenter, compare-ignore-whitespace)
13561         (compare-windows-highlight, compare-windows-face): New variables.
13562         (compare-windows): Use compare-windows-sync.
13563         (compare-windows-highlight, compare-windows-dehighlight)
13564         (compare-windows-sync-regexp)
13565         (compare-windows-sync-default-function): New functions.
13567 2003-10-21  Juri Linkov  <juri@jurta.org>
13569         * diff.el (diff-parse-differences): Don't visit the files now;
13570         instead, just record the error locus.
13572 2003-10-21  Dave Love  <fx@gnu.org>
13574         * progmodes/cfengine.el: New file.
13576 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13578         * complete.el (PC-do-completion): Do not forget to use `pred' as the
13579         default-directory when completing file names.
13581 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
13583         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
13584         followed by the word `face', it gets treated as a face, even if
13585         it is also defined as a variable or a function.
13587 2003-10-20  Dave Love  <fx@gnu.org>
13589         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13590         Avoid incf in macro expansion.
13592 2003-10-20  John Paul Wallington  <jpw@gnu.org>
13594         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
13595         `evenp' so we don't implicitly require cl library at runtime.
13597 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
13599         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
13600         (help-make-xrefs): Only make cross-references for faces if
13601         preceded or followed by the word `face'.  Do not make a
13602         cross-reference for variables without variable documentation,
13603         unless preceded by the word `variable' or `option'.  Update doc
13604         string accordingly.
13606 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
13608         * progmodes/hideshow.el: Rewrite one-armed `if'
13609         constructs using either `when' or `unless'.
13610         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
13612 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
13614         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
13615         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
13616         instead of 12x12.
13618 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
13620         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
13621         message while converting to Babyl.
13623 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
13625         * allout.el (allout-mode): Doc fix.
13627 2003-10-16  Lute Kamstra  <lute@gnu.org>
13629         * subr.el (force-mode-line-update): Fix docstring.
13631 2003-10-14  Dave Love  <fx@gnu.org>
13633         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
13634         (default-input-method): Add :link, improve :type.
13635         (locale-charset-language-names): Fix utf-8 pattern.
13636         (locale-charset-match-p, locale-charset-alist)
13637         (locale-charset-to-coding-system): New.
13638         (set-locale-environment): Deal with codeset part of locale specs.
13640 2003-10-14  Lute Kamstra  <lute@gnu.org>
13642         * fringe.el (fringe-mode): Use active voice in docstring.
13643         (set-fringe-style): Ditto.
13645 2003-10-13  Lute Kamstra  <lute@gnu.org>
13647         * fringe.el (fringe-mode): Fix docstring.
13648         (set-fringe-style): Ditto.
13650 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
13652         * ediff-mult.el (ediff-filegroup-action):
13653         Use ediff-default-filtering-regexp.
13655         * ediff-util.el (ediff-recenter): Don't call
13656         ediff-restore-highlighting twice.
13657         (ediff-select-difference): Set current difference.
13658         (ediff-unselect-and-select-difference): Add comment.
13660         * ediff.el (ediff-directories,ediff-directory-revisions)
13661         (ediff-directories3,ediff-merge-directories)
13662         (ediff-merge-directories-with-ancestor)
13663         (ediff-merge-directory-revisions)
13664         (ediff-merge-directory-revisions-with-ancestor):
13665         Use ediff-default-filtering-regexp.
13667 2003-10-12  Andreas Schwab  <schwab@suse.de>
13669         * international/mule-cmds.el (locale-charset-language-names):
13670         Simplify regex by removing unused grouping.
13672 2003-10-10  Dave Love  <fx@gnu.org>
13674         * bindings.el: Don't bind stop.
13676 2003-10-08  Miles Bader  <miles@gnu.org>
13678         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
13679         face instead of attempting to emulate it.
13681 2003-10-07  Kenichi Handa  <handa@m17n.org>
13683         * international/mule-diag.el (list-coding-systems-1): List coding
13684         systems that are loaded automatically.
13686         * international/code-pages.el (iso-8859-11): Add autoload cookie.
13688         * international/mule.el (autoload-coding-system): New function.
13690 2003-10-07  Andreas Schwab  <schwab@suse.de>
13692         * log-edit.el (log-edit-changelog-entries): Prefer local value of
13693         change-log-default-name in the buffer visiting the file.
13695 2003-10-06  Dave Love  <fx@gnu.org>
13697         * files.el (find-file-hook): Customize.
13698         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
13700         * bindings.el (completion-ignored-extensions): Remove .log.
13701         (global-map): Add again, open, stop keys.
13703 2003-10-05  Richard M. Stallman  <rms@gnu.org>
13705         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
13706         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
13707         Use sh-modify directly.
13708         (sh-select): Use sh-append, not eval.
13710         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
13712         * info.el (Info-following-node-name): New function.
13714         * loadhist.el (unload-feature-special-hooks):
13715         Rename from loadhist-hook-functions.
13716         (loadhist-hook-functions): Now an alias.
13718 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
13720         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
13721         file-name clashes on 8+3 filesystems.
13723         * Makefile.in (DONTCOMPILE, bootstrap-clean):
13724         Rename loaddefs-boot.el to ldefs-boot.el
13726         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
13727         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
13729 2003-10-03  Lute Kamstra  <lute@gnu.org>
13731         * info.el (Info-mode): Revert previous change.
13732         (Info-escape-percent): New function.
13733         (Info-fontify-node): Use it.
13735 2003-10-02  Andreas Schwab  <schwab@suse.de>
13737         * loaddefs-boot.el: Regenerated.
13739 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
13741         * ffap.el: Remove defadvice related code from CVS since `complete'
13742         provides a `PC-completion-as-file-name-predicate' variable that
13743         ffap can override.
13745 2003-10-02  Kenichi Handa  <handa@m17n.org>
13747         * international/utf-8.el (ccl-decode-mule-utf-8):
13748         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
13750         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
13751         * international/subst-big5.el: Likewise.
13752         * international/subst-gb2312.el: Likewise.
13753         * international/subst-ksc.el: Likewise.
13755 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
13757         * calendar/calendar.el (increment-calendar-month)
13758         (calendar-leap-year-p, calendar-absolute-from-gregorian)
13759         (generate-calendar, calendar-read-date, calendar-interval)
13760         (calendar-day-of-week): Handle years BC.
13761         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
13763 2003-10-01  Dave Love  <fx@gnu.org>
13765         * language/cyrillic.el (cp1251): Alias for windows-1251.
13767         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
13768         bootstrap.
13770 2003-10-01  Lute Kamstra  <lute@gnu.org>
13772         * files.el: Fix typo.
13773         * imenu.el (imenu--generic-function): Docstring fix.
13775 2003-09-30  Richard M. Stallman  <rms@gnu.org>
13777         * dired.el (dired-mode): Handle dired-directory as a list.
13779 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
13781         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
13783         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
13785         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
13786         Replace gud-display with gud-watch.
13787         (gud-speedbar-buttons): Add stuff for watching expressions
13788         in the speedbar when using M-x gdba.  Use dolist on old part
13789         of this function.
13791         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
13792         (gdb-update-flag): New variables.
13793         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
13794         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
13795         (gud-watch, gdb-var-create-handler) : New functions.
13796         (gdb-var-list-children, gdb-var-list-children-handler)
13797         (gdb-var-create-regexp, gdb-var-update-regexp)
13798         (gdb-var-list-children-regexp): New constants.
13799         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
13800         (gdb-annotation-rules): Reduce annotation set (level 3).
13801         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
13802         (gdb-post-prompt): Don't update GDB buffers every time speedbar
13803         updates.
13804         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
13805         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
13806         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
13807         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
13808         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
13809         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
13810         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
13811         (gud-display, gud-display1)
13812         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
13813         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
13814         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
13815         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
13816         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
13817         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
13818         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
13819         (gdb-display-display-buffer, gdb-toggle-display)
13820         (gdb-delete-display, gdb-expressions-popup-menu)
13821         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
13822         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
13823         to display buffer.
13825 2003-09-30  Richard M. Stallman  <rms@gnu.org>
13827         * progmodes/ada-mode.el (ada-mode): Don't use advice.
13828         Instead, set which-func-functions.
13830         * progmodes/which-func.el (which-func-modes): Add ada-mode.
13831         (which-func-functions): New variable.
13832         (which-function): Use that.
13834         * info.el (Info-mode): Double each `%' in header line.
13836         * emacs-lisp/lisp-mnt.el (lm-with-file):
13837         When FILE is nil, run BODY in current buffer.
13839         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
13841         * help.el (describe-mode): Start with a brief list of minor modes.
13842         Find them thru minor-mode-list so as to find them all.
13843         Show them in alphabetical order.
13845         * mail/sendmail.el (mail-aliases): Doc fix.
13847         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
13849 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
13851         * mail/rmailsum.el (rmail-make-summary-line-1):
13852         Change comma after last label to a space.
13853         (rmail-summary-font-lock-keywords): Adapt to that change.
13855 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
13857         * progmodes/scheme.el (scheme-mode-variables): When setting
13858         `font-lock-defaults', also specify that "#" should
13859         be interpreted with `word' syntax.
13860         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
13862 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
13864         * desktop.el: A lot of comments updated.
13865         (desktop-save-mode): Minor mode introduced.
13866         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
13867         (desktop-load-default): Function made obsolete.
13868         (desktop-locals-to-save): Variable made customizable.
13869         (desktop-read): Optional parameter `dirname' added.
13870         (desktop-change-dir, desktop-revert): Parameter `dirname' in
13871         `desktop-read' used.
13872         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
13874 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
13876         * whitespace.el (whitespace-clean-msg): Add user customizable message
13877         for displaying ``clean'' output.
13878         (whitespace-buffer): Use `whitespace-clean-msg'.
13879         (whitespace-global-mode): Fix typo.
13881 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
13883         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
13885 2003-09-29  Lute Kamstra  <lute@gnu.org>
13887         * bindings.el (mode-line-modes): Remove superfluous :propertize
13888         construct in initialization.
13889         (mode-line-position): Change cons cell into proper list in
13890         initialization.
13892 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
13894         * international/mule.el (decode-coding-inserted-region): Use car
13895         of the return value of find-operation-coding-system.
13897 2003-09-29  Kenichi Handa  <handa@m17n.org>
13899         * descr-text.el (describe-char): Fix previous change.
13901 2003-09-28  Kenichi Handa  <handa@m17n.org>
13903         * descr-text.el (describe-char-display): New function.
13904         (describe-char): Pay attention to display table on describing how
13905         a character is displayed.
13907         * international/mule-cmds.el (encoded-string-description):
13908         Prepend "0x" to each encoded byte.
13910 2003-09-28  Andreas Schwab  <schwab@suse.de>
13912         * find-file.el (ff-special-constructs): Add autoload cookie.
13914 2003-09-28  Kevin Ryde  <user42@zip.com.au>
13916         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
13917         makeinfo appends to duplicate index entries.
13919 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
13921         * dired-x.el (dired-clean-tex): Doc fix.
13923         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
13924         using a Chinese tutorial.
13926 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
13928         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
13929         between "MAIL FROM:" and "RCPT TO:" and the following address.
13931 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
13933         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
13935 2003-09-28  David Ponce  <david@dponce.com>
13937         * recentf.el (recentf-initialize-file-name-history): New defcustom.
13938         (recentf-load-list): When `recentf-initialize-file-name-history'
13939         is non-nil, initialize an empty `file-name-history' with the
13940         recent list.
13942 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
13944         * man.el (Man-default-man-entry): Remove the leading `*' from the
13945         word at point.
13947 2003-09-26  Lute Kamstra  <lute@gnu.org>
13949         * bindings.el (mode-line-position): Mention size indication in
13950         docstring.
13952 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
13954         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
13956         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
13957         because it's autoloaded now.
13959 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
13961         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
13962         (sh-font-lock-keywords, sh-feature): Fix previous change of
13963         sh-feature to avoid infloop with sh-font-lock-keywords.
13965 2003-09-25  Kim F. Storm  <storm@cua.dk>
13967         * frame.el (frame-current-scroll-bars): New defun.
13969         * window.el (window-current-scroll-bars): New defun.
13971 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13973         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
13974         cause errors when the state cache contains info on parts that have
13975         been narrowed out.
13977 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13979         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
13980         `c-setup-paragraph-variables' has to be used when this variable is
13981         changed; it doesn't work to reinitialize the mode since that
13982         typically clobbers the variable.
13984         * progmodes/cc-styles.el (c-setup-paragraph-variables):
13985         Make it interactive.
13987 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13989         * progmodes/cc-fonts.el (c-font-lock-declarations):
13990         Fix recognition of constructors and destructors for classes whose
13991         names are matched by `*-font-lock-extra-types'.
13993         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
13994         followed by an identifier in C++ then it's a type.
13996 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13998         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
13999         problem that primarily affected XEmacs.  Don't use faces to find
14000         unterminated strings since Emacs and XEmacs fontify strings
14001         differently - this function should now work better in XEmacs.
14003 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14005         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
14006         `expand-abbrev' workaround which caused braces to misbehave inside
14007         macros.
14009         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
14010         handling.  This bug could cause interactive font locking to bail out.
14012 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14014         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
14015         Handle paren-style types in Pike.  Also fixed some cases of
14016         insufficient handling of unbalanced parens.
14018 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
14020         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
14021         common shell prompts that are not common filename or URL characters.
14022         (ffap-file-at-point): Use the new regexp to strip the prompts from
14023         the file names.  This is an issue mostly for user prompts that
14024         don't have a trailing space and find-file-at-point is invoked from
14025         within a shell inside Emacs.
14027 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
14029         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
14030         stamps numerically, rather than textually.
14032 2003-09-24  Kenichi Handa  <handa@m17n.org>
14034         * language/devan-util.el (devanagari-post-read-conversion):
14035         * language/mlm-util.el (malayalam-post-read-conversion):
14036         * language/tml-util.el (tamil-post-read-conversion):
14037         Add autoload cookie.
14039         * international/utf-8.el (utf-8-post-read-conversion):
14040         Call post-read-conversion functions for Devanagari, Malayalam,
14041         and Tamil.
14043 2003-09-23  Dave Love  <fx@gnu.org>
14045         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
14047 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
14049         * progmodes/gud.el (perldb): Add gud-until to list of commands.
14050         Update gud-remove.
14052 2003-09-22  Richard M. Stallman  <rms@gnu.org>
14054         * progmodes/sh-script.el (sh-mode-default-syntax-table):
14055         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
14056         (sh-mode-syntax-table-input): New variable.
14057         (sh-require-final-newline): Don't use eval.
14058         (sh-builtins, sh-leading-keywords, sh-other-keywords)
14059         (sh-variables, sh-font-lock-keywords): Don't use eval.
14060         (sh-set-shell): When setting require-final-newline,
14061         treat value = `require-final-newline' as don't change it.
14062         Set sh-mode-syntax-table locally based on
14063         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
14065         * progmodes/compile.el (compile-internal):
14066         Call compilation-set-window-height before setting window start.
14068 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
14070         * emacs-lisp/bytecomp.el (byte-compile-log-file):
14071         Clear out byte-compile-last-warned-form.
14073 2003-09-22  Richard M. Stallman  <rms@gnu.org>
14075         * woman.el (woman-file-name, woman-follow-word):
14076         If current-word returns nil, use "".
14078         * simple.el (eval-expression): Bind standard-output in to-buffer case.
14080 2003-09-22  Richard M. Stallman  <rms@gnu.org>
14082         * emacs-lisp/lisp-mnt.el (lm-with-file):
14083         Don't visit the file, just use insert-file-contents in temp buffer.
14085 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
14087         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
14088         Add surrounding \\( and \\) around the header, as in
14089         for lm-history-header 'Change Log\\|History'.
14091 2003-09-22  John Paul Wallington  <jpw@gnu.org>
14093         * progmodes/ld-script.el: Add Commentary section,
14094         minor cleanup of file header.
14095         (ld-script-font-lock-keywords): Doc fix.
14096         (toplevel): Provide `ld-script' feature.
14098 2003-09-21  Kim F. Storm  <storm@cua.dk>
14100         * scroll-bar.el (set-scroll-bar-mode): Initialize to
14101         new built-in variable default-frame-scroll-bars.
14102         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
14103         scroll-bar-mode; notably, use it instead of t when we toggle
14104         scroll-bars on.
14105         (toggle-scroll-bar): Use default-frame-scroll-bars.
14107 2003-09-19  Masatake YAMATO  <jet@gyve.org>
14109         * pcvs.el (cvs-do-removal): Change the prompt depending on
14110         `filter' value.
14112 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
14114         * startup.el (command-line-1): Stop startup-echo-area-message
14115         being hidden by "Loading image..." message.
14116         (use-fancy-splash-screens-p, display-splash-screen):
14117         Move display-graphic-p test from latter to former.
14119         * progmodes/sh-script.el (sh-font-lock-keywords):
14120         Highlight escaped EOLs differently from other backslash constructs.
14122 2003-09-19  Richard M. Stallman  <rms@gnu.org>
14124         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
14125         New functions.
14126         (edebug-enter, edebug-outside-excursion): Use them.
14128         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
14129         Fix the condition for whether to print "In WHERE".
14131 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
14133         * finder.el (finder-mode-hook): New variable.
14134         (finder-mode): Run hook finder-mode-hook
14136 2003-09-18  Masatake YAMATO  <jet@gyve.org>
14138         * progmodes/ebrowse.el: Fix broken magic autoload comments.
14140 2003-09-17  Mario Lang  <mlang@delysid.org>
14142         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
14143         "p %e" to actually print the value in the GUD buffer.
14145 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
14147         From David Ponce <david.ponce@wanadoo.fr>:
14148         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
14149         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
14150         from loaddefs-boot.el if necessary.
14152 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
14154         * progmodes/gud.el (gud-find-class): Make jdb work again since
14155         cc-mode changed the syntactic information.
14157 2003-09-15  David Ponce  <david@dponce.com>
14159         * recentf.el: (recentf-exclude): Accept predicates too.
14160         (recentf-file-readable-p): New function.
14161         (recentf-include-p): Handle predicates in recentf-exclude.
14162         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
14163         (recentf-cleanup): Likewise.
14164         (recentf-save-list): Use write-file to handle backup of
14165         recentf-save-file.
14167 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
14169         * loaddefs-boot.el: Renamed from `loaddefs.el'
14170         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
14171         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
14172         necessary.
14174 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
14176         * electric.el (Electric-pop-up-window): For the `one-window' case,
14177         no longer disconcertingly move point in the original buffer.
14179 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14181         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
14183 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
14185         * dired.el (dired-mode-map): Fix typo.
14187 2003-09-11  Richard M. Stallman  <rms@gnu.org>
14189         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
14191 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
14193         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
14194         the function is less noisy.  Now only `kill-buffer' can ask questions.
14196 2003-09-10  Mario Lang  <mlang@delysid.org>
14198         * battery.el: Update Commentary and Copyright.
14199         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
14200         appear due to wrong ordering of the expressions in `or'.
14202 2003-09-09  Lute Kamstra  <lute@gnu.org>
14204         * misc.el (upcase-char): Fix docstring.
14205         (zap-up-to-char): New command.
14207 2003-09-08  David Ponce  <david@dponce.com>
14209         Ensure that recentf correctly updates the menu bar.
14210         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
14211         (recentf-menu-bar): New function.
14212         (recentf-clear-data): Use it
14213         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
14214         of easy-menu-change.
14216 2003-09-08  Lute Kamstra  <lute@gnu.org>
14218         * simple.el (size-indication-mode): New.
14219         * bindings.el (mode-line-position): Add buffer size indicator.
14221 2003-09-04  Mario Lang  <mlang@delysid.org>
14223         * battery.el (battery-linux-proc-acpi): New function.
14224         (battery-status-function): Modify default value calculation to also
14225         check for availability of ACPI.
14226         (battery-echo-area-format): Ditto.
14227         (battery-mode-line-format): Ditto.
14229 2003-09-06  Dave Love  <fx@gnu.org>
14231         * ielm.el (ielm-mode-hook): Add :options.
14233         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
14234         (eldoc-print-current-symbol-info): Use it.
14236 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
14238         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
14239         being displayed in GUD buffer.
14240         (gdb-idle-input-queue): Remove var.  Use just one queue.
14241         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
14242         Remove functions.  Use just one queue.
14243         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
14244         (gdb-invalidate-assembler, gdb-get-current-frame):
14245         Modify functions.  Use just one queue.
14247 2003-09-04  Dave Love  <fx@gnu.org>
14249         * cus-start.el: Add blink-cursor-alist.
14251         * ruler-mode.el (ruler-mode-fill-column-char)
14252         (ruler-mode-current-column-char): Use char-displayable-p,
14253         not window-system.
14255         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
14257         * language/european.el (windows-1252): Move from code-pages.
14259         * language/cyrillic.el ("Windows-1251"): Delete.
14260         ("Bulgarian", "Belarusian"): Remove `features'.
14261         (windows-1251): Move from code-pages.
14263         * international/mule-diag.el (non-iso-charset-alist):
14264         Remove `codepage' stuff.
14265         (print-designation, list-coding-systems-1): Output fixes.
14267         * international/code-pages.el (cp-make-translation-table)
14268         (cp-valid-codes): Made defsubsts.
14269         (cp-fix-safe-chars): Delete.
14270         (mule-diag): Don't require.
14271         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
14272         (top-level): Check for defined coding system when defining
14273         cp... aliases.  Change w32-add-charset-info test to avoid warning.
14274         (non-iso-charset-alist): Defvar when compiling.
14275         (cp-make-coding-system): Doc fix.
14277 2003-09-02  Jason Rumney  <jasonr@gnu.org>
14279         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
14280         line-ends from CVS before doing conversion.
14282 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
14284         * calendar/diary-lib.el (diary-header-line-flag)
14285         (diary-header-line-format): New variables.
14286         (list-diary-entries): Use them to set header line in simple diary.
14288         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
14289         other than font-lock-string-face to highlight backslashes.
14291 2003-09-01  Jason Rumney  <jasonr@gnu.org>
14293         * international/titdic-cnv.el (tit-read-key-value): Include \r in
14294         regexp.
14296 2003-09-01  Dave Love  <fx@gnu.org>
14298         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
14300         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
14301         and :help; also line and column numbers labels.
14303         * international/mule-util.el (char-displayable-p): Move from
14304         latin1-disp, rename and autoload.
14306         * international/latin1-disp.el (latin1-char-displayable-p):
14307         Now obsolete alias.  Replace uses with char-displayable-p.
14308         (latin1-display-ucs-per-lynx): Fix last change.
14310         * international/mule-cmds.el (standard-display-european-internal):
14311         Don't use char code for Latin-1 NBSP.
14312         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
14313         U+2018, U+2019 for `'.
14314         (select-safe-coding-system): Message fix.
14316 2003-09-01  Kenichi Handa  <handa@m17n.org>
14318         * international/fontset.el (setup-default-fontset): For Thai
14319         font, specify "*" family.
14321 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
14323         * progmodes/compile.el (previous-error): Accept a prefix
14324         argument, similarly to next-error.
14326 2003-08-31  Masatake YAMATO  <jet@gyve.org>
14328         * pcvs.el (cvs-do-removal): Use = instead of eq to check
14329         the number of files.  Bind the number of files to a local
14330         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
14332 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
14334         * vc-hooks.el (vc-make-version-backup): Fix the change made on
14335         2003-07-26: msdos-long-file-names is a function, not a variable.
14337 2003-08-29  Richard M. Stallman  <rms@gnu.org>
14339         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
14340         Do nothing with mail-personal-alias-file if it is nil.
14342         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
14343         Do nothing if mail-personal-alias-file is nil.
14345         * term.el (term-exec-1): Bind coding-system-for-read.
14347         * dired.el (dired-mouse-find-file-other-window):
14348         Use dired-view-command-alist here, as in dired-view-file.
14349         (dired-view-command-alist): Use %s to substitute file name.
14350         Handle .ps_pages, .eps, .jpg, .gif, .png.
14352 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
14354         * info.el (Info-mode-map): Bind S-tab and <backtab> to
14355         `Info-prev-reference', instead of M-tab.
14357 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
14359         * simple.el (blink-matching-open): Work correctly on chars that
14360         are designated as parens through the syntax-table text property.
14362 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
14364         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
14365         line break position in the middle of a non-kinsoku (e.g. latin)
14366         word, making it skip until either a space or a character with
14367         category "|".
14368         (kinsoku-longer): Test for end of buffer.
14370 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
14372         * mail/rmail.el (rmail-convert-to-babyl-format):
14373         Detect quoted-printable- and base64-encoded messages and decode them
14374         automatically.  Set the message's encoding from the charset=
14375         header, if any.  Decode base64-encoded messages in Mail format as well.
14377 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
14379         * mail/smtpmail.el: Fix previous change.
14380         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
14381         calling smtpmail-via-smtp.
14382         (smtpmail-via-smtp): Add fall-back values for envelope-from.
14384 2003-08-26  John Paul Wallington  <jpw@gnu.org>
14386         * image.el (image-jpeg-p): Don't search beyond length of data.
14388 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
14390         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
14391         misfeature in `expand-abbrev' which caused electric keywords like
14392         "else" to disappear if an open brace was typed directly afterwards.
14394 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
14396         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
14397         mandatory in `define-widget'.
14399         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
14400         Don't align the operators "!=", "<=" and ">=" as assignment operators.
14402         (c-assignment-operators): New language constant that only contains
14403         the assignment operators.
14405         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
14407 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
14409         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
14410         Safeguard against unbalanced sexps.
14412 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
14414         * version.el (emacs-version): Check for gtk.  Include gtk version info.
14416 2003-08-25  John Paul Wallington  <jpw@gnu.org>
14418         * man.el (Man-default-man-entry): Don't whizz past the section
14419         number before looking for it.
14421 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
14423         * progmodes/gud.el (gud-display-line): Don't set window-point if
14424         source buffer is not visible.  (Only happens with M-x gdba.)
14426         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
14427         documentation.
14428         (gdb-source, gdb-source-info): Update to assembler unnecessary
14429         as its done after each GDB command anyway.
14430         (gdb-pre-prompt): Use with-current-buffer.
14431         (gdb-insert-field): Add help-echo text.
14432         (gdb-invalidate-assembler): Re-display of assembler now done in
14433         gdb-info-breakpoints-custom.
14434         (gdb-info-breakpoints-custom): Force re-display of assembler to
14435         happen *after* update of breakpoints buffer.
14436         (gdb-display-source-buffer): Don't choke if gdb-source-window
14437         isn't visible.
14438         (gdb-put-string, gdb-put-arrow): Remove free variables.
14440 2003-08-24  John Paul Wallington  <jpw@gnu.org>
14442         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
14444         * man.el (Man-default-man-entry): Strip text properties when
14445         snarfing parts of entry because `format' preserves properties.
14447 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
14449         * files.el (file-newest-backup): Use `expand-file-name'.
14451         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
14452         Allow the diary to pop up a new frame, if needed.
14454         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
14455         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
14456         (smtpmail-send-it): Make treatment of envelope-from consistent with
14457         sendmail.el.
14459         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
14460         (sh-leading-keywords): Add the bash `time' reserved word.
14461         (sh-variables): Add some bash variables.
14462         (sh-add-completer): Fix nil branch of case statement.
14464 2003-08-24  Masatake YAMATO  <jet@gyve.org>
14466         * progmodes/ld-script.el: New file.
14468 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
14470         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
14472 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
14474         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
14475         Better explain obsolescence, and what to use instead.
14477 2003-08-23  Masatake YAMATO  <jet@gyve.org>
14479         * pcvs.el (cvs-do-removal): Show the deleted file name
14480         on the prompt.
14482 2003-08-20  Dave Love  <fx@gnu.org>
14484         * international/mule.el (make-coding-system)
14485         (set-buffer-file-coding-system): Doc fix.
14487         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
14489         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
14491         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
14493         * international/utf-16.el: Add mime-text-unsuitable coding system
14494         properties.
14496         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
14498         * cus-edit.el: Add some :links.
14499         (bib): Remove.
14501         * textmodes/bib-mode.el (bib): Add :group external.
14503 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
14505         * wid-edit.el (widget-echo-help): Make it handle expressions that
14506         evaluate to strings.
14508 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
14510         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
14512         Simplify selection of SQL products to define highlighting and
14513         interactive mode.  Includes detailed instructions on adding
14514         support for new products.
14516         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
14517         product for use in highlighting and interactive mode.
14518         (sql-interactive-product): New variable.  SQL product for
14519         sql-interactive-mode.
14520         (sql-product-support): New variable.  Specifies product-specific
14521         parameters to drive highlighting and interactive mode.
14522         (sql-imenu-generic-expression): Add more object types.
14523         (sql-sqlite-options): Correct comment.
14524         (sql-ms-program): Use "osql" rather than "isql".
14525         (sql-prompt-regexp, sql-prompt-length): Update comment.
14526         (sql-mode-menu): Add "Start SQLi session" entry.
14527         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
14528         (sql-mode-abbrev-table): Add abbreviations.  Support of
14529         SYSTEM-FLAG on define-abbrev.  Support was removed with last
14530         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
14531         (sql-mode-font-lock-object-name): Add font-lock pattern for object
14532         names.
14533         (sql-mode-ansi-font-lock-keywords): Set as default value.
14534         (sql-mode-oracle-font-lock-keywords): Set as default value.
14535         Support Oracle 9i keywords.
14536         (sql-mode-postgres-font-lock-keywords): Set as default value.
14537         (sql-mode-linter-font-lock-keywords): Set as default value.
14538         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
14539         SQLServer 2000.
14540         (sql-mode-sybase-font-lock-keywords)
14541         (sql-mode-interbase-font-lock-keywords)
14542         (sql-mode-sqlite-font-lock-keywords)
14543         (sql-mode-strong-font-lock-keywords)
14544         (sql-mode-mysql-font-lock-keywords)
14545         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
14546         keywords.
14547         (sql-mode-font-lock-defaults): Update comment.
14548         (sql-product-feature): New function.  Returns feature associated
14549         with a product from `sql-product-support' alist.
14550         (sql-product-font-lock): New function.  Set font-lock support
14551         based on `sql-product'.
14552         (sql-add-product-keywords): New function.  Add font-lock rules to
14553         product-specific keyword variables.
14554         (sql-set-product): New function.  Set `sql-product' and apply
14555         appropriate font-lock highlighting.
14556         (sql-highlight-product): New function.  Set font-lock support
14557         based on a product.  Also set mode name to include product name.
14558         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
14559         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
14560         Use `sql-set-product'.
14561         (sql-highlight-ms-keywords)
14562         (sql-highlight-sybase-keywords)
14563         (sql-highlight-interbase-keywords)
14564         (sql-highlight-strong-keywords)
14565         (sql-highlight-mysql-keywords)
14566         (sql-highlight-sqlite-keywords)
14567         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
14568         (sql-get-login): Prompt in the same order as the tokens.
14569         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
14570         (sql-product-interactive): New function.  Common portions of
14571         product-specific interactive mode wrappers.
14572         (sql-interactive-mode): Rewritten to use product features.
14573         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
14574         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
14575         (sql-db2, sql-linter): Use `sql-product-interactive'.
14576         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
14577         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
14578         (sql-connect-ingres, sql-connect-postgres)
14579         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
14580         New functions.  Format command line parameters and invoke comint on
14581         the appropriate interpreter.  Code was in the corresponding
14582         `sql-xyz' function before.
14583         (sql-connect-ms): New function.  Support -E argument to use
14584         operating system credentials for authentication.
14586 2003-08-18  Kenichi Handa  <handa@m17n.org>
14588         * international/mule.el (encode-char): Fix for the ASCII case.
14590 2003-08-15  Kenichi Handa  <handa@m17n.org>
14592         * international/fontset.el (setup-default-fontset): Change "*" to
14593         nil in the specifications of font family.
14595 2003-08-18  Kim F. Storm  <storm@cua.dk>
14597         * kmacro.el (kmacro-keymap): Group related bindings in
14598         initialization for clarity.  Bind C-s to start macro.
14599         Remove C-r binding.
14600         (kmacro-initial-counter-value): New defvar to hold initial counter
14601         value in case we set the value before defining a macro.
14602         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
14603         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
14604         not defining or executing macro.  Doc fix.
14605         (kmacro-add-counter): Clear kmacro-initial-counter-value.
14606         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
14607         temporarily view older elements on the macro ring without cycling
14608         the ring.
14609         (kmacro-display): Doc fix.
14610         (kmacro-exec-ring-item): New helper function.
14611         (kmacro-call-ring-2nd): Use it.
14612         (kmacro-call-ring-2nd-repeat): Doc fix.
14613         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
14614         (kmacro-end-or-call-macro): Execute last viewed macro (using
14615         kmacro-exec-ring-item) from ring if this follows
14616         kmacro-view-macro.  This allows us to find a macro on the ring
14617         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
14618         the ring to bring it to the head of the ring.
14619         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
14620         Allow binding to reserved keys without specifying C-x C-k prefix.
14621         Ask for confirmation if entered key sequence is already bound to
14622         a non-macro command.
14623         (kmacro-view-macro): Repeating command will show older elements
14624         on the macro ring; C-k will execute the last viewed macro.
14625         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
14626         property from 'ring to 'head.
14628 2003-08-17  Alan Shutko  <ats@acm.org>
14630         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
14631         keeping December out of the alist.
14633 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
14635         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
14636         * calendar/calendar.el (calendar-mode-map): Bind it to key.
14637         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
14638         (calendar-flatten): New function.
14639         (calendar-mouse-view-other-diary-entries)
14640         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
14641         in the menu title and to show multi-line diary entries correctly
14642         in the menu.
14644 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
14646         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
14647         defcustom, because the default was recently changed.
14649 2003-08-16  Richard M. Stallman  <rms@gnu.org>
14651         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
14653         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
14654         New subroutine, broken out of eval-last-sexp-1.
14655         (eval-last-sexp-1): Use eval-last-sexp-print-value.
14657         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
14659         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
14661         * simple.el (eval-expression): Use eval-last-sexp-print-value.
14663 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
14665         * progmodes/compile.el (compilation-error-regexp-alist):
14666         Add Java ANt error detection as described in document
14667         http://ant.apache.org/faq.html
14669 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
14671         * simple.el (backward-word, forward-to-indentation)
14672         (backward-to-indentation): Argument changed to optional.
14673         (next-line, previous-line): Use `or' instead of `unless'.
14675 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14677         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
14678         instead of a constant.
14680 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
14682         * shell.el (shell): With prefix-arg, suggest a new buffer name.
14684 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
14686         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
14687         (vc-sccs-workfile-version): Search the entire delta table, rather
14688         than just the first entry, because that might be a deleted version.
14690 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
14692         * menu-bar.el (menu-bar-options-menu): Supply a body for the
14693         [save-place] binding in the Options menu.  Have it require
14694         'saveplace' and then toggle the variable manually, to avoid an an
14695         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
14696         for the bug report.
14698 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
14700         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
14701         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
14702         (gdb-info-threads-custom): Add help-echo text.
14703         (gdb-display-back): Don't use purecopy.
14704         (gdb-info-breakpoints-custom, gdb-reset)
14705         (gdb-assembler-custom): Use display-images-p to test if breakpoint
14706         icons can be displayed.
14708 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
14710         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
14712 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
14714         * bookmark.el (bookmark-completing-read):
14715         Return a string, instead of a list of one string.
14716         Use a popup menu if activated from the mouse.
14717         (bookmark-edit-annotation): Remove unused vars.
14718         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
14719         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
14720         to bookmark-completing-read.
14721         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
14722         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
14723         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
14724         and erase-buffer.
14725         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
14726         (bookmark-menu-jump, bookmark-menu-insert)
14727         (bookmark-popup-menu-and-apply-function)
14728         (bookmark-menu-popup-paned-bookmark-menu): Remove.
14729         (bookmark-menu-build-paned-menu): Remove by folding it into
14730         bookmark-menu-popup-paned-menu.
14731         (menu-bar-bookmark-map): Move the define-key statements here.
14732         Use the "non-menu" commands since they now pop up a menu if needed.
14733         (bookmark-exit-hook-internal): Simplify.
14735 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
14737         * reftex-toc.el (reftex-toc-rename-label): New function.
14738         (reftex-toc-check-docstruct): New function.
14740         * reftex.el (reftex-region-active-p): New function.
14742         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
14743         regexp to find the \bibliography macro.
14745         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
14746         which does not exist in LaTeX.
14747         (reftex-cite-format-builtin): Added amsrefs support.
14748         (reftex-toc-confirm-promotion): New option
14750         * reftex-toc.el
14751         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
14752         (reftex-toc-demote, reftex-toc-promote)
14753         (reftex-toc-do-promote, reftex-toc-promote-prepare)
14754         (reftex-toc-promote-action, reftex-toc-extract-section-number)
14755         (reftex-toc-newhead-from-alist)
14756         (reftex-toc-load-all-files-for-promotion): New functions.
14757         (reftex-toc-help): Added description of new keys.
14758         (reftex-toc-split-windows-fraction): New option.
14759         (reftex-recenter-toc-when-idle): Search *toc* window on all
14760         visible frames.
14761         (reftex-toc): Additional parameter REUSE
14762         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
14763         with REUSE argument.
14764         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
14765         the call of `reftex-toc'.
14766         (reftex-make-separate-toc-frame): New function .
14767         (reftex-toc-recenter): When called with triple prefix arg, call
14768         `reftex-make-separate-toc-frame' first.
14769         (reftex-toc-toggle-dedicated-frame): New command.
14770         (reftex-toc-quit): Adapted to delete frame when called in
14771         dedicated frame.
14773         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
14774         all enclosing macros.
14777 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14779         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
14780         first use.
14782 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14784         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
14786 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
14788         * calendar/calendar.el (list-diary-entries-hook)
14789         (diary-display-hook, nongregorian-diary-listing-hook)
14790         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
14791         Add some customize options for these hooks.
14792         (calendar-abbrev-construct): Don't try to take a substring longer
14793         than the original string.
14795 2003-08-05  Richard M. Stallman  <rms@gnu.org>
14797         * emacs-lisp/testcover.el (noreturn): Report error if does return.
14798         (testcover-reinstrument-clauses): Doc fix.
14800         * emacs-lisp/warnings.el: Doc fixes, args renamed.
14801         (warning-type-format): Rename from warning-group-format.
14803         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
14804         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
14805         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
14806         to prevent warnings about defvar for an obsolete variable.
14808         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
14809         warning-group-format renamed to warning-type-format.
14811         * subr.el (read-passwd): Use clear-string instead of fillarray.
14813         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
14814         Use vconcat instead of concat.
14815         (edmacro-sanitize-for-string): New function.
14817 2003-08-05  Dave Love  <fx@gnu.org>
14819         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
14820         line-number-display-limit-width.
14822         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
14824 2003-08-05  Kenichi Handa  <handa@m17n.org>
14826         * international/code-pages.el: Don't require mule-diag.
14828         * international/mule-diag.el (non-iso-charset-alist):
14829         Add autoload cookie.
14831         * language/devan-util.el (dev-glyph-order): Add an entry for the
14832         glyph code #xC4.
14834 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
14836         * calendar/calendar.el (diary-file, diary-file-name-prefix)
14837         (european-calendar-style, diary-date-forms)
14838         (calendar-day-name-array, calendar-month-name-array): Doc change.
14839         (generate-calendar-month): Adapt for new behaviour of
14840         `calendar-day-name' function.
14841         (calendar-abbrev-length, calendar-day-abbrev-array)
14842         (calendar-month-abbrev-array): New variables.
14843         (calendar-abbrev-construct): New function.
14844         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
14845         rather than fixing abbrevs at some width.  Calling syntax change.
14846         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
14847         (calendar-date-string): Adapt for new behaviours of
14848         `calendar-day-name' and `calendar-month-name' functions.
14850         * calendar/diary-lib.el (list-diary-entries): Adapt for new
14851         behaviour of `calendar-day-name' and `calendar-month-name' functions.
14852         (diary-name-pattern): Use abbrev arrays, rather than fixing
14853         abbrevs at three chars.  Calling syntax change.
14854         (mark-diary-entries): Adapt for new behaviours of
14855         `diary-name-pattern' and `calendar-make-alist' functions.
14856         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
14857         `diary-name-pattern' function.
14858         (font-lock-diary-date-forms): Use abbrev arrays, rather than
14859         fixing abbrevs at three chars.  Calling syntax change.
14860         (cal-hebrew, cal-islam): Require when compiling.
14861         (diary-font-lock-keywords): Adapt for new behaviour of
14862         `font-lock-diary-date-forms' function.
14864         * calendar/cal-hebrew.el: Reposition some code so defined before used.
14865         (calendar-hebrew-month-name-array-common-year)
14866         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
14867         (list-hebrew-diary-entries): Adapt for new behaviours of
14868         `calendar-day-name' and `add-to-diary-list' functions.
14869         (mark-hebrew-diary-entries): Adapt for new behaviours of
14870         `diary-name-pattern' and `calendar-make-alist' functions.
14872         * calendar/cal-islam.el (calendar-islamic-month-name-array):
14873         Add doc string.
14874         (list-islamic-diary-entries): Adapt for new behaviours of
14875         `calendar-day-name' and `add-to-diary-list' functions.
14876         (mark-islamic-diary-entries): Adapt for new behaviours of
14877         `diary-name-pattern' and `calendar-make-alist' functions.
14879         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
14880         `calendar-month-name' function.
14882         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
14884         * calendar/solar.el (solar-seasons-data): Move definition before use.
14886         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
14887         (cal-tex-LaTeX-hourbox): Move definition before use.
14889         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
14890         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
14891         lunar.el, solar.el
14892         (displayed-month, displayed-year): Define for compiler.
14894 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
14896         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
14897         MODE.  Renamed from c-init-c-language-vars'.
14898         (c-initialize-cc-mode): Change accordingly.
14899         (c-common-init): Ditto.
14900         (c-mode): Ditto.
14901         (c++-mode): Use `c-init-language-vars-for'.
14902         (objc-mode): Ditto.
14903         (java-mode): Ditto.
14904         (idl-mode): Ditto.
14905         (pike-mode): Ditto.
14906         (awk-mode): Ditto.
14908 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
14910         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
14911         or not the point moved.
14913         (c-search-decl-header-end): Don't trip up on operator identifiers
14914         in C++ and operators like == in all languages.
14916         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
14917         Detect leading labels correctly.
14919 2003-08-02  Andreas Schwab  <schwab@suse.de>
14921         * textmodes/ispell.el: Don't redo key bindings on loading, put
14922         them only in loaddefs.el.
14923         * bookmark.el: Likewise.
14924         * dabbrev.el: Likewise.
14925         * emerge.el: Likewise.
14927         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
14928         has more than one member.
14930         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
14932 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14934         * lpr.el (printify-region): It was ending conversion before the
14935         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
14937 2003-07-31  John Paul Wallington  <jpw@gnu.org>
14939         * net/browse-url.el (browse-url-epiphany): Doc fix.
14941 2003-07-30  Kenichi Handa  <handa@m17n.org>
14943         * international/fontset.el (setup-default-fontset):
14944         Change registry names of Akurti fonts.
14946 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
14948         * comint.el (comint-read-noecho): Use `clear-string' instead of
14949         `fillarray'.
14951 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
14953         * outline.el (outline-mode-hook): Add defvar.
14955 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
14957         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
14958         Restore assembler in source window if that is what has been selected.
14959         (menu): Add gdb-restore-windows to menu.  Make gdba
14960         specific menus only visible from gdba.
14962 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
14964         * progmodes/compile.el (compilation-environment): New user variable.
14965         (compile-internal): Respect it.
14967 2003-07-23  Masatake YAMATO  <jet@gyve.org>
14969         * progmodes/gud.el (gdb-script-font-lock-keywords):
14970         Put `font-lock-function-name-face' on a symbol which includes
14971         `-' like `hook-run'.  Put font-lock-variable-name-face
14972         on a symbol starting with $.
14974 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
14976         * files.el (set-visited-file-name): Use truename for buffer-file-name.
14978 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
14980         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
14982 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
14984         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
14985         Use with-no-warnings.
14986         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
14987         rather than to find-file-not-found-hook, which doesn't exist.
14989 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
14991         * international/quail.el (quail-translate-key): Fix previous change.
14993 2003-07-25  John Paul Wallington  <jpw@gnu.org>
14995         * server.el (server-start): Check `server-process' is non-nil
14996         before killing it to avoid killing current buffer's process.
14998         * simple.el (choose-completion-string): Use `minibufferp';
14999         test `completion-reference-buffer' if `buffer' arg is nil.
15000         (push-mark): Use `when' and `unless'.
15001         (pop-mark): Use `when'.
15003         * mouse-sel.el (mouse-sel-get-selection-function):
15004         Check `x-last-selected-text-primary'.  Don't barf if it or
15005         `x-last-selected-text' aren't bound.
15007 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
15009         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
15011 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
15013         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
15015 2003-07-23  John Paul Wallington  <jpw@gnu.org>
15017         * tooltip.el (defface tooltip): Inherit from variable-pitch.
15019 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
15021         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
15022         string.  Defvar the derived hook.
15024         * macros.el (insert-kbd-macro): Escape double quote character.
15025         From Thomas W Murphy <twm@andrew.cmu.edu>.
15027 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
15029         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
15030         to match the specific mark rather than reusing comment-start-skip.
15032 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
15034         * progmodes/hideshow.el (hs-special-modes-alist):
15035         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
15037 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
15039         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
15040         value using ?\s.
15042 2003-07-21  John Paul Wallington  <jpw@gnu.org>
15044         * subr.el (with-selected-window): Add closing paren.
15046 2003-07-21  Richard M. Stallman  <rms@gnu.org>
15048         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
15049         (lisp-mode): Likewise.
15051         * subr.el (with-selected-window): Copy code form save-selected-window
15052         so as to call select-window with norecord arg.
15053         (dynamic-completion-table): Doc fix.
15054         (lazy-completion-table): Doc fix.
15056         * international/mule-cmds.el (set-locale-environment):
15057         langinfo renamed to locale-info.
15059         * international/mule.el (auto-coding-functions): Doc fix.
15061 2003-07-21  Kenichi Handa  <handa@m17n.org>
15063         * international/quail.el (quail-translate-key):
15064         Update quail-current-str correctly.
15066 2003-07-21  Andreas Schwab  <schwab@suse.de>
15068         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
15069         ?, to "_".
15071 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
15072         Version 2.0.36 of Tramp released.
15074         * net/tramp.el (tramp-default-password-end-of-line): Rename from
15075         tramp-password-end-of-line.
15076         (tramp-password-end-of-line): New method parameter.
15077         (tramp-get-password-end-of-line): Function to access method
15078         parameter `tramp-password-end-of-line', or variable
15079         `tramp-default-password-end-of-line' (default value).
15080         (tramp-methods): Add entries for new parameter
15081         tramp-password-end-of-line.
15082         (tramp-enter-password): Use new function
15083         `tramp-get-password-end-of-line'.
15084         (tramp-handle-insert-file-contents): Do not
15085         unconditionally inhibit the file operation file-local-copy, only
15086         do that when the inhibit-file-name-operation is currently
15087         insert-file-contents.  This fixes finding remote CVS-controlled
15088         files.  (It would barf on inserting the CVS/Entries file
15089         literally, because the file-local-copy handler wasn't called.)
15090         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
15091         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
15092         (tramp-initial-commands): New variable.
15093         (tramp-process-initial-commands): New function, using the variable.
15094         (tramp-open-connection-setup-interactive-shell): Call the new function.
15095         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
15096         method into the buffer name, never use nil.  Reported by Hanak
15097         David <dhanak@inf.bme.hu>.
15098         (tramp-open-connection-setup-interactive-shell): Erase buffer
15099         before sending "stty -onlcr".
15101         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
15103 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
15105         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
15107 2003-07-19  John Paul Wallington  <jpw@gnu.org>
15109         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
15110         (artist-draw-rect, artist-draw-square): Doc fixes.
15112         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
15114         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
15116 2003-07-19  Kenichi Handa  <handa@m17n.org>
15118         * international/kkc.el (kkc-show-conversion-list-update):
15119         Highlight the correct candidate in the message.
15121 2003-07-18  John Paul Wallington  <jpw@gnu.org>
15123         * simple.el (current-word): Don't include punctuation char when
15124         `really-word' arg is non-nil.
15126 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
15128         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
15129         moved to the directory obsolete.
15131 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
15133         * info.el (Info-menu-entry-name-re): Allow newlines in
15134         menu entry names.
15136         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
15137         syntax-ppss-after-change-function.
15138         (syntax-ppss-after-change-function): New alias.  Update uses.
15139         (syntax-ppss): Catch the case where the buffer is narrowed.
15141 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
15143         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
15144         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
15146 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
15148         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
15149         since it might be modified.
15151         * progmodes/cc-langs.el (c++-make-template-syntax-table)
15152         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
15153         names to these language constants.
15155 2003-07-15  Kim F. Storm  <storm@cua.dk>
15157         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
15158         All uses changed.
15160 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
15162         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
15163         Namespace support.
15165 2003-07-13  Juanma Barranquero  <lektu@terra.es>
15167         * frame.el (modify-all-frames-parameters): Reinstall (copyright
15168         papers received).
15170 2003-07-13  Karl Eichwalder  <ke@suse.de>
15172         * textmodes/po.el (po-find-charset): White space at the start of the
15173         Content-Type field body is non-mandatory.
15175 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
15177         * textmodes/texinfo.el (texinfo-section-list):
15178         Append appendixsection; a synonym for appendixsec.
15180 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
15182         * man.el (Man-translate-cleanup): New.
15183         (Man-translate-references): Call `Man-translate-cleanup' to clean
15184         leading, trailing and middle spaces.
15186 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
15188         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
15189         Handle `dired-directory' being a list.
15191 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
15193         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
15194         it doesn't exist.
15196 2003-07-12  Richard M. Stallman  <rms@gnu.org>
15198         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
15200         * progmodes/cc-defs.el (c-make-keywords-re):
15201         Don't use delete-duplicates.
15202         (c-lang-const): Don't use mapcan.
15204         * apropos.el (apropos-show-scores): Make it customizable.
15205         Document new meaning.
15206         (apropos): Compute scores from symbols.
15207         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
15209 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15211         * ps-bdf.el: Fix copyright line.
15212         (bdf-directory-list): Fix initialization code.
15214 2003-07-11  John Paul Wallington  <jpw@gnu.org>
15216         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
15217         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
15218         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
15220 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
15222         * emacs-lisp/ring.el (ring-elements): Doc fix.
15224 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
15226         * calendar/timeclock.el (timeclock-relative)
15227         (timeclock-ask-before-exiting, timeclock-use-display-time):
15228         Doc changes.
15229         (timeclock-modeline-display): Give a message if
15230         `timeclock-use-display-time' is non-nil but `display-time-mode'
15231         is not active.
15233 2003-07-11  Kenichi Handa  <handa@m17n.org>
15235         * international/mule-cmds.el (set-language-environment):
15236         Set current-language-environment to the correct string.
15238 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15240         * ps-print.el: Print line number correctly in a region.  Reported by
15241         Tim Allen <timallen@ls83.fsnet.co.uk>.
15242         (ps-print-version): New version number (6.6.2).
15243         (ps-printing-region): Code fix.
15245 2003-07-10  John Paul Wallington  <jpw@gnu.org>
15247         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
15248         this function can be called from `add-completions-from-tags-table'.
15250 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
15252         * calendar/timeclock.el (timeclock-use-display-time)
15253         (timeclock-day-over-hook, timeclock-workday-remaining)
15254         (timeclock-status-string, timeclock-when-to-leave)
15255         (timeclock-when-to-leave-string, timeclock-log-data)
15256         (timeclock-find-discrep, timeclock-day-base)
15257         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
15258         (timeclock-modeline-display): Set the variable
15259         `timeclock-modeline-display'.
15260         (timeclock-update-modeline): Doc fix.  Respect value of
15261         `timeclock-relative'.
15263 2003-07-09  Richard M. Stallman  <rms@gnu.org>
15265         * textmodes/reftex-parse.el (reftex-all-document-files):
15266         Add autoload cookie.
15268         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
15269         (reftex-scanning-info-available-p): Add autoload cookie.
15271         * international/mule-cmds.el
15272         (set-display-table-and-terminal-coding-system): Delete duplicate
15273         aset on standard-display-table.
15275         * view.el (view-file): If existing buffer's major mode is special,
15276         don't go into view mode.
15278         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
15280 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15282         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
15283         buffer changes; there's third party code that calls this function
15284         directly.
15286 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15288         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
15289         (autodoc-font-lock-keywords): Don't byte compile on font lock
15290         initialization when running from byte compiled files.
15292 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15294         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
15295         statement ends with auto-increment "++".
15297 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15299         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
15300         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
15301         these are changed, so declare them as variables and not constants.
15303 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
15305         * subr.el (dolist, dotimes): Doc fix.
15307 2003-07-08  Kim F. Storm  <storm@cua.dk>
15309         * international/mule-cmds.el
15310         (set-display-table-and-terminal-coding-system): Don't break
15311         bootstrap if standard-display-table isn't setup yet.
15313 2003-07-07  Richard M. Stallman  <rms@gnu.org>
15315         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
15316         Give it a doc string, and autoload it.
15318         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
15319         Use with-no-warnings.
15321         * info.el (Info-search): If find invisible text, search again.
15323         * isearch.el (search-whitespace-regexp): Add a shy group around it.
15325         * man.el (Man-name-regexp): Match + as part of name.
15327         * simple.el (visible-mode): Rename from vis-mode.
15328         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
15330         * simple.el (current-word): New arg REALLY-WORD specifies
15331         don't include punctuation chars.
15333         * emacs-lisp/debug.el (debug, debugger-env-macro):
15334         Use with-no-warnings while accessing and binding unread-command-char.
15336         * international/mule-cmds.el
15337         (set-display-table-and-terminal-coding-system): Use explicit loop
15338         instead of calling standard-display-default.
15340         * net/ange-ftp.el (ange-ftp-file-symlink-p):
15341         Use condition-case to catch error in ange-ftp-get-files.
15343         * net/browse-url.el (browse-url-browser-function):
15344         Add alternative for Epiphany.
15345         (browse-url-epiphany-program, browse-url-epiphany-arguments)
15346         (browse-url-epiphany-startup-arguments)
15347         (browse-url-epiphany-new-window-is-tab): New variables.
15348         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
15350         * progmodes/compile.el (compile-auto-highlight): Default now t.
15351         (compile): Doc fix.
15352         (compilation-next-error): Fix previous change.
15354         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
15356         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
15358 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
15360         * gdb-ui.el (gdb-source-info): Display current frame when
15361         attaching to an existing process.
15362         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
15363         while laying out windows when attaching to an existing process.
15365 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
15367         * info.el (Info-menu): Use Info-menu-entry-name-re.
15369 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
15371         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
15372         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
15374         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
15375         to match the same text.
15377 2003-07-06  John Paul Wallington  <jpw@gnu.org>
15379         * vc.el (vc-annotate-offset): Move defvar up.
15381 2003-07-06  Kim F. Storm  <storm@cua.dk>
15383         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
15384         This should fix the infinite loop when extracting menu names.
15386 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
15388         * files.el (auto-mode-alist, interpreter-mode-alist):
15389         Remove entries to CC Mode modes to avoid duplicates; they are now added
15390         with autoload directives in cc-mode.el.
15392 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
15394         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
15395         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
15396         these are changed, so declare them as variables and not constants.
15398         * progmodes/cc-mode.el: Fix some autoload problems: Try to
15399         ensure that the entry for ".c" extension comes before the one for
15400         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
15401         Fix incorrect entries that were added to `interpreter-mode-alist'.
15402         Move the autoload directives for AWK to the top level since they
15403         aren't recognized anywhere else.  Do not use the new AWK mode doc
15404         in the autoload form for the old AWK mode.
15406 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15408         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
15409         (bibtex-sort-ignore-string-entries): Default value t.
15410         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
15411         erroneously in previous version.
15412         (bibtex-string-files): Docstring reflects new parsing scheme.
15413         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
15414         docstring, add # as one of the chars to crush
15415         (bibtex-autokey-prefix-string, bibtex-autokey-names)
15416         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
15417         (bibtex-autokey-name-change-strings)
15418         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
15419         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
15420         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
15421         (bibtex-autokey-title-terminators)
15422         (bibtex-autokey-titlewords-stretch)
15423         (bibtex-autokey-titleword-ignore)
15424         (bibtex-autokey-titleword-case-convert)
15425         (bibtex-autokey-titleword-abbrevs)
15426         (bibtex-autokey-titleword-abbrevs)
15427         (bibtex-autokey-titleword-change-strings)
15428         (bibtex-autokey-titleword-length)
15429         (bibtex-autokey-titleword-separator)
15430         (bibtex-autokey-name-year-separator)
15431         (bibtex-autokey-year-title-separator)
15432         (bibtex-autokey-before-presentation-function)
15433         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
15434         Fix docstring.
15435         (bibtex-strings, bibtex-reference-keys):
15436         Use lazy-completion-table and make-variable-buffer-local.
15437         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
15438         (bibtex-braced-string-syntax-table)
15439         (bibtex-quoted-string-syntax-table): New variables.
15440         (bibtex-parse-nested-braces): Remove.
15441         (bibtex-parse-field-string): Use syntax table and forward-sexp.
15442         (bibtex-parse-association): Simplify.
15443         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
15444         (bibtex-parse-field-text): Simplify.
15445         (bibtex-search-forward-field, bibtex-search-backward-field):
15446         argument BOUND can take value t.
15447         (bibtex-start-of-field, bibtex-start-of-name-in-field)
15448         (bibtex-end-of-name-in-field, bibtex-end-of-field)
15449         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
15450         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
15451         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
15452         (bibtex-skip-to-valid-entry): Return buffer position of beginning
15453         and ending of entry.  Update for changes of bibtex-search-entry.
15454         Simplify.
15455         (bibtex-map-entries): FUN is called with three arguments.
15456         (bibtex-search-entry): Return a cons pair with buffer positions of
15457         beginning and end of entry.
15458         (bibtex-enclosing-field): Simplify.
15459         (bibtex-format-entry): Use booktitle to set a missing title.
15460         (bibtex-autokey-get-names): Fiddle with regexps.
15461         (bibtex-generate-autokey): Use identity.
15462         (bibtex-parse-keys): Use simplified parsing algorithm if
15463         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
15464         arguments.  Return alist of keys.
15465         (bibtex-parse-strings): Simplify.  Return alist of strings.
15466         (bibtex-complete-string-cleanup): Fix docstring.
15467         (bibtex-read-key): New function.
15468         (bibtex-mode): Fix docstring.  Do not parse for keys and
15469         strings when the mode is entered.  Set fill-paragraph-function to
15470         bibtex-fill-field.  Setup font-lock-mark-block-function the way
15471         font-lock intended.
15472         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
15473         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
15474         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
15475         (bibtex-Preamble): Avoid hard coded constants.
15476         (bibtex-make-field): Fix docstring.  Simplify.
15477         (bibtex-beginning-of-entry): Always return new position of point.
15478         (bibtex-end-of-entry): Rearrange cond clauses.
15479         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
15480         Update for changes of bibtex-map-entries.
15481         (bibtex-ispell-abstract): Do not move point.
15482         (bibtex-entry-index): Use downcase.  Simplify.
15483         (bibtex-lessp): Handle catch-all.
15484         (bibtex-find-crossref): Turn into a command.
15485         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
15486         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
15487         preamble entries.
15488         (bibtex-fill-field-bounds): New function.
15489         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
15490         (bibtex-fill-entry): Use bibtex-fill-field-bounds
15491         (bibtex-String): Use bibtex-strings.  Always obey
15492         bibtex-sort-ignore-string-entries.
15494 2003-07-05  John Paul Wallington  <jpw@gnu.org>
15496         * cus-theme.el (customize-create-theme):
15497         Call `customize-create-theme' in Reset widget's notify function.
15499         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
15500         (ibuffer-mark-interactive): Use `or' instead of `unless'.
15501         (define-ibuffer-column name): Add summarizer.
15502         (define-ibuffer-column size): Likewise.
15503         (define-ibuffer-column filename): Likewise.
15504         (define-ibuffer-column process): Likewise.  Change BODY's output too.
15505         (define-ibuffer-column filename-and-process): Likewise, likewise.
15506         (ibuffer): Remove local vars `already-in' and `need-update'.
15508         * ibuf-ext.el: Don't require `derived' at compile-time.
15510 2003-07-05  Kim F. Storm  <storm@cua.dk>
15512         * info.el: Disable paragraph refilling.
15513         (Info-refill-paragraphs): New defcustom.
15514         (Info-fontify-node): Use it.
15516 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
15518         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
15519         thingies from constructors created by defstruct.
15521         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
15522         the default value of the variable.
15523         (byte-code-meter): Move declaration to top level.
15525         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
15527         * info.el (Info-following-node-name-re): New fun.
15528         (Info-following-node-name): Remove.
15529         (Info-insert-dir): Use the new fun.
15530         (Info-extract-pointer): Don't save restriction; use new fun.
15531         (Info-menu-entry-name-re): New const.
15532         (Info-menu-entry-name-re): Use it along with new fun.
15533         (Info-node-spec-re): Use new fun.
15534         (Info-complete-menu-item, Info-fontify-node): Use new const.
15535         (Info-goto-node, Info-follow-reference, Info-menu-update):
15536         Use match-string.
15537         (Info-follow-reference): Use assoc-string.
15538         Use a list of strings for the completion table.
15539         (Info-fontify-node): Use match-string, line-end-position.
15540         Limit the search for `node:' to the first line.
15542         * newcomment.el (uncomment-region): Remove padding coming from
15543         comment-start rather than just from comment-padding.
15545         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
15546         (vc-cvs-stay-local-p): Use vc-stay-local-p.
15547         (vc-cvs-rename-file): Remove (use the default).
15548         (vc-cvs-register): Register parent dir if needed.
15549         (vc-cvs-could-register): Return non-nil if parent can be registered.
15550         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
15551         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
15553         * vc-svn.el (vc-svn-use-edit): Make it into a const.
15554         (vc-svn-update): Fix the arguments to `svn'.
15555         (vc-svn-diff-tree): Just use `vc-svn-diff'.
15556         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
15557         Simple implementations, assuming `name' is a URL.
15559         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
15560         set of chars allowed unquoted in a case pattern.
15562         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
15564         * font-lock.el (font-lock-extra-types-widget)
15565         (c-font-lock-extra-types, c++-font-lock-extra-types)
15566         (objc-font-lock-extra-types, java-font-lock-extra-types)
15567         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
15568         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
15569         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
15570         (font-lock-match-c++-structor-declaration)
15571         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
15572         (c++-font-lock-keywords-3, c++-font-lock-keywords)
15573         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
15574         (objc-font-lock-keywords-3, objc-font-lock-keywords)
15575         (java-font-lock-keywords-1, java-font-lock-keywords-2)
15576         (java-font-lock-keywords-3, java-font-lock-keywords)
15577         (java-font-lock-syntactic-face-function): Remove obsolete code
15578         and constants.  It's all in cc-fonts.el now.
15580 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
15582         * mail/sendmail.el (mail-specify-envelope-from)
15583         (mail-envelope-from): Doc fix.
15585 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
15587         * generic-x.el: Do away with the dependency on `c-emacs-features'
15588         when populating `rul-generic-mode-syntax-table'; we already know
15589         this isn't XEmacs.
15591 See ChangeLog.10 for earlier changes.
15593 ;; Local Variables:
15594 ;; coding: iso-2022-7bit
15595 ;; End:
15597     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
15598   Copying and distribution of this file, with or without modification,
15599   are permitted provided the copyright notice and this notice are preserved.
15601 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1