(byte-compile-defalias):
[emacs.git] / lisp / ChangeLog
blob116eea6e848aee03d0e477ff927d42c1d049f0bb
1 2004-11-09  Richard M. Stallman  <rms@gnu.org>
3         * emacs-lisp/bytecomp.el (byte-compile-defalias):
4         Turn off warnings for the new function even if definition not constant.
5         If the definition isn't a quoted symbol, record (FUNCTION . t).
6         (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
7         (byte-compile-callargs-warn): Handle (FUNCTION . t).
8         (display-call-tree, byte-compile-arglist-warn):
9         Handle t returned by byte-compile-fdefinition.
11 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13         * help-fns.el (help-C-file-name): File name must be in build-files
14         to be returned.
16 2004-11-09  Jay Belanger  <belanger@truman.edu>
18         * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
19         (calc-start-hook, calc-end-hook, calc-load-hook):  New variables. 
21         * calc/calc.el (calc, calc-trail-display, calc-mode):  Removed
22         obsolete sections. 
24         * calc/calc.el (calc-x-paste-text):  Removed.
26         * calc/calc-ext.el (calc-init-extensions):  Bound calc-yank to
27         mouse-2. 
28         
29 2004-11-09  Nick Roberts  <nickrob@snap.net.nz>
31         * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
32         (gdb-info-frames-custom, gdb-frame-handler): Use it to find
33         current frame (in case of recursive calls).
34         (gdb-show-changed-values): Add :version keyword.
36 2004-11-08  Richard M. Stallman  <rms@gnu.org>
38         * subr.el (syntax-after): Doc fix.
40         * paren.el (show-paren-function): Change calls to syntax-after
41         for new way of returning the value.
43         * menu-bar.el (menu-bar-file-menu): Make this the real name
44         and menu-bar-files-menu the alias.  Use the former.
45         (global-map): Use `file', not `files', as the symbol.
47         * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
49         * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
50         Don't use beginning-of-buffer.
51         (filesets-cmd-show-result): Use with-no-warnings.
53 2004-11-08  Juri Linkov  <juri@jurta.org>
55         * progmodes/compile.el (compile): Don't overwrite last command in
56         minibuffer history with default command if they are not equal.
58 2004-11-08  Jay Belanger  <belanger@truman.edu>
60         * calc/calcalg2.el (math-do-integral-methods):  Try linear then
61         non-linear substitutions. 
63 2004-11-08  Jay Belanger  <belanger@truman.edu>
65         * calc/calcalg2.el (math-linear-subst-tried): New variable.
66         (math-do-integral):  Set `math-linear-subst-tried' to nil. 
67         (math-do-integral-methods):  Use `math-linear-subst-tried' to
68         determine what type of substitution to try. 
69         (math-integ-try-linear-substituion):  Set
70         `math-linear-subst-tried' to t.
72 2004-11-08  Kim F. Storm  <storm@cua.dk>
74         * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
76 2004-11-07  Juri Linkov  <juri@jurta.org>
78         * info-look.el (info-lookup): Allow reusing in the current buffer
79         not only *info* buffer, but all (even renamed) Info buffers
80         by checking for major-mode instead of *info* buffer name.
81         (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
82         (octave-mode, maxima-mode) <doc-spec>:
83         Allow long dashes generated by Texinfo 4.7 before definitions.
84         (texinfo-mode) <doc-spec>: Add space to suffix to find command
85         definitions with argument separated by space.
87 2004-11-06  Richard M. Stallman  <rms@gnu.org>
89         * simple.el (next-error group, face): Move before first use.
90         (next-error-highlight, next-error-highlight-no-select): Likewise.
92         * simple.el (line-move-invisible-p): Renamed from line-move-invisible.
93         (line-move): New args NOERROR and TO-END.
94         Return t if if succeed in moving specified number of lines.
95         (move-end-of-line): New function.
97         * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
98         (end-of-buffer-other-window): Likewise.
100         * simple.el (line-move-ignore-invisible): Default to t.
102         * subr.el (syntax-after): Return the syntax letter, not the raw code.
104         * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
106         * international/iso-cvt.el (iso-cvt-define-menu): 
107         menu-bar-files-menu renamed to menu-bar-file-menu.
109         * net/browse-url.el (browse-url-gnome-moz-program)
110         (browse-url-gnome-moz-arguments): Move up before first use.
112         * net/tramp.el (tramp group): Add :version.
114         * progmodes/ada-xref.el (ada-gdb-application): 
115         Use goto-char instead of beginning-of-buffer.
117         * progmodes/cperl-mode.el (cperl-info-on-command): 
118         Use goto-char instead of beginning-of-buffer.
120         * progmodes/idlw-shell.el (idlwave-shell-examine-map): 
121         Move up before first use.
122         (idlwave-shell-temp-pro-file): Likewise.
123         (idlwave-shell-temp-rinfo-save-file): Likewise.
124         (idlwave-shell-temp-file): Minor doc fix.
126         * textmodes/flyspell.el (flyspell-external-point-words):
127         Use goto-char instead of beginning-of-buffer.
129 2004-11-06  Kai Grossjohann  <kai.grossjohann@gmx.net>
131         * net/tramp.el (tramp-coding-commands): Additionally try "uudecode
132         -o /dev/stdout" before trying "uudecode -o -".  Suggested by Han
133         Boetes.
134         (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
136 2004-11-06  David Ponce  <david@dponce.com>
138         * recentf.el (recentf-menu-path): Use menu item name.
140 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
142         * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
143         display doesn't support images.
145 2004-11-06  Andreas Schwab  <schwab@suse.de>
147         * tempo.el (tempo-match-finder): Doc fix.
149         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
151 2004-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
153         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
154         (easy-menu-lookup-name): New fun to replace it.
155         (easy-menu-get-map): Use it to obey menu item names (rather than just
156         keys) when looking up `path'.
157         (easy-menu-always-true-p): Rename from easy-menu-always-true.
158         (easy-menu-convert-item-1): Adjust to new name.
160 2004-11-06  Peter Heslin  <pj@heslin.eclipse.co.uk>  (tiny change)
162         * outline.el (hide-body): Don't hide lines at the top of the file
163         that precede the first header line.
165 2004-11-06  Paul Pogonyshev  <pogonyshev@gmx.net>
167         * align.el (align-areas): Delete whitespace before reindenting, so
168         that tabs are never placed after spaces.
170 2004-11-06  Alan Shutko  <ats@acm.org>
172         * macros.el (insert-kbd-macro): Do completions based on macros,
173         rather than all commands.
175 2004-11-06  David Hansen  <david.hansen@gmx.net>  (tiny change)
177         * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
178         to solve a bug whereby tags with 'b' don't match.
180 2004-11-05  Juri Linkov  <juri@jurta.org>
182         * info.el (Info-search): Don't search in node header lines
183         and file headers.
185         * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
186         symbol-constituent characters after dot, not only digits.
188 2004-11-04  Daniel Pfeiffer  <occitan@esperanto.org>
190         * files.el (set-auto-mode): Don't get error after setting
191         -*-mode-*-.
193 2004-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
195         * dired.el (dired-read-dir-and-switches): Call read-directory-name
196         if a dialog will be used, read-file-name otherwise.
198 2004-11-04  Richard M. Stallman  <rms@gnu.org>
200         * textmodes/table.el (table group): Add :version.
202         * textmodes/ispell.el (ispell-word):
203         Don't alter args; set them only thru `interactive' spec.
205         * textmodes/flyspell.el (flyspell-word):
206         Don't alter FOLLOWING; set it only thru `interactive' spec.
208         * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
210         * net/browse-url.el (browse-url-maybe-new-window):
211         Use called-interactively-p.
213         * mail/supercite.el (sc-cite-region):
214         Don't use interactive-p.  Add arg INTERACTIVE.
215         (sc-version): Don't use interactive-p.  Rename arg to MESSAGE.
217         * international/mule-cmds.el (set-input-method, toggle-input-method):
218         Don't use interactive-p.  Add arg INTERACTIVE.
220         * eshell/esh-mode.el (eshell-show-maximum-output):
221         Don't use interactive-p.
222         (eshell-truncate-buffer): Just message, no error, if buffer is short.
224         * mouse.el (mouse-show-mark): Get positions to delete from mark
225         and point, not from mouse-drag-overlay.
227         * imenu.el (imenu-eager-completion-buffer): Add :version.
229         * filesets.el (filesets group): Add :version.
231 2004-11-03  Daniel Pfeiffer  <occitan@esperanto.org>
233         * files.el (xml-based-modes): Delete var.
234         (magic-mode-alist): New more general var.
235         (set-auto-mode): Use it.
237         * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
238         when clicking from another window.
240 2004-11-03  Thien-Thi Nguyen  <ttn@gnu.org>
242         * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
243         (vc-cvs-annotate-time): Incorporate value of deleted var.
244         Remove special-case handling of beginning-of-buffer cruft.
245         Cache ending position (point) and return value in text property
246         `vc-cvs-annotate-time', and consult it on subsequent invocations.
248         * vc-cvs.el (vc-cvs-annotate-command):
249         Delete extraneous lines from beginning of buffer.
250         * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
252         * progmodes/grep.el (grep-default-command): Take empty string
253         for tag if all other methods yield nil.  Shell-quote the tag.
255         * vc.el (vc-annotate-display-autoscale): Add prefix-arg
256         spec in `interactive' form, and mention it in the docstring.
257         Also, make sure point is at bol after calling `annotate-time'.
259 2004-11-02  Richard M. Stallman  <rms@gnu.org>
261         * cus-edit.el (customize-group-other-window):
262         Select the window that displays the custom buffer.
263         (custom-buffer-create-other-window): Likewise.
265         * comint.el (comint-insert-input): Fix previous change.
267         * emacs-lisp/elp.el (elp-instrument-function):
268         Use called-interactively-p.
270         * emacs-lisp/easymenu.el (easy-menu-intern):
271         Don't downcase; rather, case-flip the first letter of each word.
273         * emacs-lisp/easy-mmode.el (define-minor-mode):
274         Use called-interactively-p.
276         * emacs-lisp/bytecomp.el (byte-compile-warning-types):
277         Add interactive-only.
278         (byte-compile-warnings): Add interactive-only as option.
279         (byte-compile-interactive-only-functions): New variable.
280         (byte-compile-form): Warn about calls to functions
281         in byte-compile-interactive-only-functions.
283         * emacs-lisp/autoload.el (update-file-autoloads):
284         Don't use interactive-p; take new arg SAVE-AFTER.
286         * emacs-lisp/advice.el (ad-make-advised-definition):
287         Use called-interactively-p.
289 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
291         * files.el (find-file-existing): New function.
293         * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
294         find-file-existing.  Add "New File..." that calls find-file.
296         * diropen.pbm diropen.xpm: New files.
298         * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
299         icon diropen.  New tool bar item find-file-existing uses icon open.
301         * dired.el (dired-read-dir-and-switches): Call read-driectory-name
302         instead of read-file-name.
304 2004-11-02  Ulf Jasper  <ulf.jasper@web.de>
306         * calendar/icalendar.el (icalendar-version): Increase to 0.08.
307         (icalendar--split-value): Change name of work buffer.
308         (icalendar--get-weekday-abbrev): Return nil on error.
309         (icalendar--date-to-isodate): New function.
310         (icalendar-convert-diary-to-ical)
311         (icalendar-extract-ical-from-buffer): Use only two args for
312         make-obsolete (XEmacs compatibility).
313         (icalendar-export-file, icalendar-import-file): Blank at end of
314         prompt.
315         (icalendar-export-region): Doc fix.
316         If error, return non-nil and write errors to a buffer.
317         Use correct weekday for weekly recurring events.
318         Check whether date has been parsed for ordinary events.
319         Make weekly events start in the year 2000.
320         DTEND is non-inclusive, shift end date by one day if
321         necessary (not for entries that have date and time).
322         Rename local let variables: oops -> found-error, datestring ->
323         startdatestring.
325 2004-11-02  Kim F. Storm  <storm@cua.dk>
327         * files.el (set-auto-mode-0): Don't rely on dynamic binding of
328         keep-mode-if-same variable.  Add it as optional arg instead.
329         (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
331         * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
332         substitute-command-keys will select lower-case bindings like those
333         used in the static help texts.
335         * descr-text.el (describe-text-properties): Don't err if called in
336         the *Help* buffer; output to *Help-2* buffer instead.
338         * kmacro.el (group kmacro): Add :version.
339         (kmacro-keyboard-quit): New function to cleanup on C-g.
340         (kmacro-start-macro): Set defining-kbd-macro to append when
341         appending to last macro.
343         * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
345 2004-11-02  Nick Roberts  <nickrob@snap.net.nz>
347         * progmodes/gdb-ui.el (gdb-enable-debug-log)
348         (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
349         (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
350         Add :version keyword.
352 2004-11-02  Pavel Kobiakov <pk_at_work@yahoo.com>
354         * progmodes/flymake.el (flymake-err-line-patterns): Use
355         `flymake-reformat-err-line-patterns-from-compile-el' to convert
356         `compilation-error-regexp-alist-alist' to internal Flymake format.
358         * progmodes/flymake.el: eliminated byte-compiler warnings.
360 2004-11-01  Jay Belanger  <belanger@truman.edu>
362         * calc/calc-frac.el (calc-over-notation): Replaced
363         `completing-read' with `interactive "s"'.
365 2004-11-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
367         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
368         Revert change from 2004-10-16.  '*' checks the current buffer, but the
369         mouse click may be in another buffer.
371 2004-11-01  John Paul Wallington  <jpw@gnu.org>
373         * files.el (large-file-warning-threshold): Add :version keyword.
374         (kill-some-buffers): Doc fix.
376         * thumbs.el (group thumbs): Add :version keyword.
378         * textmodes/bibtex.el (bibtex-make-field): Fix typo.
380 2004-11-01  Richard M. Stallman  <rms@gnu.org>
382         * textmodes/ispell.el (ispell-word): Don't use interactive-p.
384         * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
386         * allout.el (allout group): Add :version.
387         (allout-init): Don't use interactive-p.
388         (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
389         (allout-forward-current-level, allout-backward-current-level):
390         Don't use interactive-p.
392         * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
393         (bibtex-find-text): Likewise.
395         * progmodes/vhdl-mode.el (vhdl-fill-region)
396         (vhdl-beginning-of-statement): Don't use interactive-p.
398         * progmodes/idlwave.el (idlwave-update-routine-info):
399         Don't use interactive-p.
401         * progmodes/idlw-shell.el (idlwave-shell-send-char):
402         Don't use interactive-p.
404         * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
405         Don't use interactive-p.
407         * progmodes/ada-xref.el (ada-make-body-gnatstub):
408         Don't use interactive-p.
410         * play/fortune.el (fortune-to-signature): Don't use interactive-p.
411         (fortune-in-buffer): Doc fix.
413         * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
415         * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
416         don't select the temporary buffer.
417         (eudc-get-email): New optional arg ERROR; don't use interactive-p.
418         (eudc-get-phone): Likewise.
420 2004-11-01  Kim F. Storm  <storm@cua.dk>
422         * man.el (Man-xref-normal-file): Fix help-echo.
424 2004-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
426         * reveal.el (reveal-last-tick): New var.
427         (reveal-post-command): Use it to avoid closing overlays when we're
428         appending text to them.
430 2004-10-31  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
432         * textmodes/bibtex.el: Require button.
433         (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
434         (bibtex-reference-keys): Distinguish between header keys and
435         crossref keys.
436         (bibtex-beginning-of-field): New function.
437         (bibtex-url-map): Remove.
438         (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
439         (bibtex-font-lock-url-regexp): Assume that field names begin at
440         the beginning of a line.
441         (bibtex-font-lock-url): Simplify.  Do not use bibtex-enclosing-field.
442         Remove field delimiters.  Use bibtex-beginning-of-field.
443         Bugfix, point can be inside a field with a url.
444         (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
445         New functions.
446         (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
447         (bibtex-key-in-head): Simplify.
448         (bibtex-current-line): Use bolp.
449         (bibtex-parse-keys): Remove unused arg `add'.
450         Use bibtex-type-in-head and bibtex-key-in-head.
451         (bibtex-parse-entry, bibtex-autofill-entry):
452         Use bibtex-type-in-head and bibtex-key-in-head.
453         (bibtex-autokey-get-field): Do not alter case of replacement text.
454         (bibtex-autokey-get-names): Do all processing of name list.
455         (bibtex-autokey-get-year): New function.
456         (bibtex-autokey-get-title): Do all processing of title words.
457         (bibtex-generate-autokey): Simplify.
458         (bibtex-string-files-init): Use default-directory.
459         Allow for absolute file names in bibtex-string-files.
460         (bibtex-files, bibtex-file-path): New variables.
461         (bibtex-files-expand): New function.
462         (bibtex-find-entry-globally): New command.
463         (bibtex-summary-function): New variable.
464         (bibtex-summary): Default value of bibtex-summary-function.
465         (bibtex-find-crossref): New optional args pnt and split.
466         (bibtex-complete-key-cleanup): Call bibtex-summary-function.
467         (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
468         (bibtex-validate): Fix docstring.  Check only abbreviated month fields.
469         Fix handling of required and alternative fields.
470         Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
471         Use cons and display-buffer.
472         (bibtex-validate-globally): New command.
473         (bibtex-clean-entry): Use bibtex-files-expand.  Do not call
474         bibtex-parse-keys and bibtex-parse-strings for updating
475         bibtex-reference-keys and bibtex-strings.
476         (bibtex-realign): Remove blank lines past the last entry.
477         (bibtex-reformat): Use bibtex-entry-format as default.
478         (bibtex-choose-completion-string): Remove.
479         (bibtex-complete): Do not use bibtex-choose-completion-string.
480         (bibtex-url): Simplify.
482 2004-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
484         * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
485         (x-dnd-types-alist, x-dnd-open-file-other-window)
486         (x-dnd-known-types): Add :version.
488 2004-10-31  John Paul Wallington  <jpw@gnu.org>
490         * ibuffer.el (group ibuffer): Add :version keyword.
492 2004-10-31  Kim F. Storm  <storm@cua.dk>
494         * ido.el (group ido): Add :version keyword.
495         (ido-mode): Remove :version keyword.
497         * emulation/cua-base.el (group cua): Add :version keyword.
498         (cua-mode): Remove :version keyword.
500 2004-10-30  Luc Teirlinck  <teirllm@auburn.edu>
502         * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
504         * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
505         compiler warning.
506         (help-at-pt-timer-delay): Add :initialize keyword.  Simplify :set
507         function.
508         (help-at-pt-display-when-idle): Remove autoload.
510 2004-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
512         * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
514 2004-10-30  Juri Linkov  <juri@jurta.org>
516         * help.el (function-called-at-point):
517         * help-fns.el (variable-at-point): Read -> intern.
519 2004-10-30  Simon Josefsson  <jas@extundo.com>
521         * progmodes/autoconf.el (autoconf-font-lock-keywords):
522         Recognize AS_* too.
524 2004-10-29  Simon Josefsson  <jas@extundo.com>
526         * subr.el (read-passwd): Move back from password.el.
528         * password.el: Remove, not ready yet.
530 2004-10-29  Andreas Schwab  <schwab@suse.de>
532         * speedbar.el (speedbar-frame-parameters): Improve customize type.
534 2004-10-29  Sam Steingold  <sds@gnu.org>
536         * mouse.el (mouse-show-mark): Replace the last occurrence of
537         x-lost-selection-hooks with x-lost-selection-functions.
539 2004-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
541         * mouse.el (mouse-show-mark): Adjust to new name and don't assume
542         x-lost-selection-functions is bound.
544         * mouse-sel.el (mouse-sel-mode):
545         * emacs-lisp/lselect.el: Adjust to new names for
546         x-(lost|sent)-selection-functions.
548         * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
549         New obsolete aliases of x-lost-selection-functions and
550         x-sent-selection-functions.
552 2004-10-28  Kim F. Storm  <storm@cua.dk>
554         * imenu.el (imenu-scanning-message): Remove.
555         (imenu-progress-message): Make it a no-op.
557 2004-10-28  John Paul Wallington  <jpw@gnu.org>
559         * files.el (set-auto-mode): Call `throw' correctly.
561 2004-10-28  Juri Linkov  <juri@jurta.org>
563         * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
564         to search `Info-...' commands in `info' manual.
565         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
566         Add 'info-file "emacs" property.
567         (Info-find-emacs-command-nodes): Fix index line number regexp.
568         Set real line number (instead of fake 0) in first element of the
569         returned list.
570         (Info-goto-emacs-command-node): Use line number of first element
571         to set point in the first found Info node.
573         * progmodes/grep.el (grep-regexp-alist): Move match highlighting
574         code to `grep-mode-font-lock-keywords'.
575         (grep-mode-font-lock-keywords): Delete grep markers instead
576         of making them invisible.
578 2004-10-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
580         * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
581         and x-server-version in bug report.
583 2004-10-28  Daniel Pfeiffer  <occitan@esperanto.org>
585         * files.el (set-auto-mode-0): New function.
586         (set-auto-mode): Use it to handle aliased modes and to
587         be consistent between C-x C-f and C-x C-w.
589 2004-10-28  Kenichi Handa  <handa@m17n.org>
591         * international/utf-8.el (utf-translate-cjk-charsets):
592         Add katakana-jisx0201.
594         * international/subst-jis.el: Add data for JISX0201.
596 2004-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
598         * obsolete/hilit19.el (hilit-mode): New function.
599         Move all the toplevel side-effecting stuff into it, so that loading
600         hilit19 doesn't mess everything up any more.
602 2004-10-27  Richard M. Stallman  <rms@gnu.org>
604         * add-log.el (add-change-log-entry): Set up mailing address
605         and full name later, and don't alter add-log-mailing-address
606         or add-log-full-name.
608         * elide-head.el (elide-head): Change error to message.
609         (elide-head-show): Likewise.
611         * apropos.el (apropos-macrop): Doc fix.
613         * mouse.el (mouse-show-mark): Do most processing the same
614         regardless of transient-mark-mode.
616         * shadowfile.el (shadow-copy-files): Use interactive-p
617         only to control whether to print a message.
619         * tar-mode.el (tar-mode): Use write-contents-functions,
620         not write-contents-hooks.
622         * eshell/em-unix.el (eshell-du-sum-directory): Don't use
623         directory-sep-char.
625 2004-10-27  Richard M. Stallman  <rms@gnu.org>
627         * strokes.el (strokes-unload-hook): Fix previous change.
629         * type-break.el (type-break-run-at-time): Always use run-at-time;
630         forget the alternatives.
631         (type-break-cancel-function-timers): Always use cancel-function-timers;
632         forget the alternatives.
634         * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
636 2004-10-27  Kenichi Handa  <handa@m17n.org>
638         * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
640         * international/subst-gb2312.el: Likewise.
642         * international/subst-big5.el: Likewise.
644         * international/subst-ksc.el: Likewise.
646         * international/utf-8.el (utf-translate-cjk-unicode-range-string):
647         New variable.
648         (utf-translate-cjk-set-unicode-range): New function.
649         (utf-translate-cjk-unicode-range): Make it customizable.
650         (utf-8-post-read-conversion):
651         Use utf-translate-cjk-unicode-range-string.
652         (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
653         Unicode ranges.
655 2004-10-26  Daniel Pfeiffer  <occitan@esperanto.org>
657         * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
658         trivial variants to shorten the list.
659         (xml-based-modes): New var.
660         (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
661         declaration higher priority than auto-mode-alist.
663         * find-file.el (cc-other-file-alist): Bring it in line with
664         cc-mode's auto-mode-alist entries and use \' instead of $.
666         * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
667         and add "Id" and "Name" submenus to it.
669         * imenu.el (imenu--generic-function): Skip matches in comments.
671 2004-10-26  Jay Belanger  <belanger@truman.edu>
673         * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
674         (full-calc-keypad, calc-trail-display):  Use an extra argument
675         instead of `interactive-p'.
677         * calc/calc-misc.el (calc-other-window): Use an extra argument
678         instead of `interactive-p'.
680         * calc/calc-rewr.el (calc-match): Use an extra argument instead of
681         `interactive-p'.
683 2004-10-26  Kim F. Storm  <storm@cua.dk>
685         * help.el (describe-key): Describe both down-event and up-event
686         for a mouse click.
688 2004-10-26  Richard M. Stallman  <rms@gnu.org>
690         * woman.el (woman): Don't call interactive-p.
692         * pcomplete.el (pcomplete): Instead of interactive-p,
693         use an arg set non-nil by the interactive spec.
695         * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
696         use an arg set non-nil by the interactive spec.
698         * man.el (Man-cleanup-manpage): Instead of interactive-p,
699         use an arg set non-nil by the interactive spec.
701 2004-10-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
703         * progmodes/flymake.el (flymake-split-string):
704         Use `flymake-split-string-remove-empty-edges' in any case.
706 2004-10-26  Masatake YAMATO  <jet@gyve.org>
708         * progmodes/flymake.el (flymake-err-line-patterns):
709         Use `compilation-error-regexp-alist-alist' instead of
710         `compilation-error-regexp-alist'.
712 2004-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
714         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
715         verbatim face on the \ of \end{verbatim}.
717 2004-10-25  Jay Belanger  <belanger@truman.edu>
719         * calc/calc-incom.el (calc-digit-dots):  Inhibit read-only before
720         erasing minibuffer.
722 2004-10-25  Simon Josefsson  <jas@extundo.com>
724         * subr.el (read-passwd): Move to net/password.el.
726         * net/password.el (read-passwd): Add.  Autoload it.
728 2004-10-25  Kai Grossjohann  <kai.grossjohann@gmx.net>
730         * mouse-sel.el (mouse-sel-mode): Specify custom group.
732         * simple.el (process-file): Fix logic.
734 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
736         * indent.el (set-left-margin, set-right-margin): Delete redundant code.
737         (increase-right-margin): Remove erroneous call to `interactive-p'.
739 2004-10-24  Kim F. Storm  <storm@cua.dk>
741         * help.el (describe-mode): Fix 2004-10-13 change.
742         Copy pure "Auto Fill" string so it can be propertized later
743         without causing a read-only error.
745 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
747         * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
748         style indexes.
750 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
752         * simple.el (process-file): Accept nil for INFILE.  Reported by
753         Luc Teirlinck.
755 2004-10-24  Masatake YAMATO  <jet@gyve.org>
757         * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
758         Handle periods and underscores in a function name.
759         Remove the address fontification.
761 2004-10-24 Masatake YAMATO <jet@gyve.org>
763         * progmodes/asm-mode.el (asm-font-lock-keywords):
764         Use font-lock-variable-name-face for registers.
766 2004-10-24  Nick Roberts  <nickrob@snap.net.nz>
768         * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
769         kill-all-local-variables.
770         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
771         (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
772         Use kill-all-local-variables and provide mode-hooks.
773         (gdb-assembler-font-lock-keywords): New font lock keywords definition.
774         (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
775         Suggested by Masatake YAMATO <jet@gyve.org>.
777 2004-10-23  Kai Grossjohann  <kai.grossjohann@gmx.net>
779         * simple.el (process-file): New function, similar to call-process
780         but supports file handlers.
781         * vc.el (vc-do-command): Use it, instead of call-process.
782         * net/tramp-vc.el (vc-do-command): Do not advise it if
783         process-file is fboundp.
784         * net/tramp.el (tramp-file-name-handler-alist): Add entry for
785         process-file.
786         (tramp-handle-process-file): New function.
787         (tramp-file-name-for-operation): Support process-file.
789 2004-10-23  Ulf Jasper  <ulf.jasper@web.de>
791         * calendar/icalendar.el (icalendar--weekday-array): New constant.
792         (icalendar-weekdayabbrev-table)
793         (icalendar-monthnumber-table): Delete.
794         (icalendar--get-month-number): Use calendar-month-name-array.
795         (icalendar--get-weekday-number): New function.
796         (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
797         (icalendar-export-region): Handle multi-line entries.
798         (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
800 2004-10-23  John Paul Wallington  <jpw@gnu.org>
802         * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
803         `wildcards' set to t in interactive spec.
805         * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
806         interactive spec rather than use `interactive-p'.
807         (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
808         rather than use function `interactive-p'.
810 2004-10-22  Kenichi Handa  <handa@m17n.org>
812         * international/mule.el (translate-region): Implement it in Lisp
813         as a front end of translate-region-internal.
815 2004-10-21  Jay Belanger  <belanger@truman.edu>
817         * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
818         Declare these variables with defvar.
820         * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
821         is bound, only check to see if it is bound.
823 2004-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
825         * textmodes/tex-mode.el (tex-compilation-parse-errors):
826         Don't output messages.
828         * calc/calc-help.el (calc-describe-bindings): Fix last change.
830 2004-10-21  John Paul Wallington  <jpw@gnu.org>
832         * calc/calc-graph.el (calc-graph-init):
833         Use `set-process-query-on-exit-flag'.
835 2004-10-21  Daniel Pfeiffer  <occitan@esperanto.org>
837         * progmodes/compile.el (compilation-start): Rely on `cd' to get
838         dir right and also allow argumentless cd.
840 2004-10-19  Richard M. Stallman  <rms@gnu.org>
842         * textmodes/flyspell.el (flyspell-mode): Doc fix.
844         * eshell/em-unix.el (eshell-grep):
845         Don't bind compilation-process-setup-function.
847         * comint.el (comint-insert-input): Use @ in `interactive'.
848         (comint-input-filter-functions): Doc fix.
849         (comint-kill-whole-line, comint-get-source): Doc fix.
851         * progmodes/compile.el (compilation-setup):
852         Don't set buffer-read-only if MINOR is non-nil.
854 2004-10-19  Jay Belanger  <belanger@truman.edu>
856         * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
857         (calc-emacs-type-gnu19): Remove.
858         (calc-digit-map, calc-read-key-sequence, calc-read-key):
859         Remove check for old emacs versions.
861         * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
862         (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
863         for current Emacs.
865         * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
866         the end of the minibuffer.
867         (calc-do-alg-entry): Remove Emacs version check.  Use `copy-keymap' to
868         copy `esc-map'.
870         * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
872         * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
873         call that would be given when the current emacs was used.
875 2004-10-19  Ulf Jasper  <ulf.jasper@web.de>
877         * calendar/icalendar.el: Set coding to utf-8.
878         (icalendar-version): Increase to 0.07.
879         (icalendar-monthnumber-table): Change March pattern.
880         (icalendar-get-all-event-properties)
881         (icalendar-set-event-property): Delete.
882         (icalendar-all-events): No longer interactive.
883         (icalendar-convert-diary-to-ical)
884         (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
885         their replacements.
886         (icalendar-export-file, icalendar-export-region): New functions;
887         essentially old `icalendar-convert-diary-to-ical' but appending to
888         target rather than overwriting.
889         (icalendar-import-file): Append to target file rather than
890         overwriting.  Fourth arg deleted.
891         (icalendar-import-buffer): New name for old
892         `icalendar-extract-ical-from-buffer'.
893         (icalendar--convert-string-for-import): New name for
894         old `icalendar-convert-for-import'.
895         (include-icalendar-files): Delete.
896         Prefix for all internal functions changed from `icalendar-'
897         to `icalendar--'.
899 2004-10-19  Richard M. Stallman  <rms@gnu.org>
901         * paths.el (news-path): Fix previous change.
903 2004-10-18 Jay Belanger  <belanger@truman.edu>
905         * calc/calc-help.el (calc-describe-bindings):
906         Set `buffer-read-only' to nil while working in the keybindings buffer;
907         remove some extra information from the keybindings buffer.
909 2004-10-18  David Ponce  <david@dponce.com>
911         * mouse.el (mouse-drag-move-window-top): New function.
912         (mouse-drag-mode-line-1): Use it.
914 2004-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
916         * info.el (Info-fontify-node): For multiline refs,
917         arrange to unfontify newline and surrounding whitespace.
919 2004-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
921         * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
922         directory is missing.
924 2004-10-17  John Paul Wallington  <jpw@gnu.org>
926         * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
927         New customizable variable; whether to display buffers that match
928         `ibuffer-maybe-show-predicates' by default.
929         (ibuffer-maybe-show-predicates): Mention it in docstring.
930         (ibuffer-display-maybe-show-predicates): New variable.
931         (ibuffer-update): Prefix arg now toggles whether buffers that
932         match `ibuffer-maybe-show-predicates' should be displayed.
933         (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
934         locally to heed `ibuffer-default-display-maybe-show-predicates'.
935         (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
937 2004-10-17  Michael Albinus  <michael.albinus@gmx.de>
939         * net/tramp.el: Redo sync with Tramp 2.0.45.  Last commit did not
940         work correctly.
942 2004-10-17  Daniel Pfeiffer  <occitan@esperanto.org>
944         * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
945         (Buffer-menu-beginning): New helper function.
946         (Buffer-menu-execute): Use it.
947         (Buffer-menu-select): Use it.
948         (Buffer-menu-sort): Use it and also keep markers.
950 2004-10-17  Richard M. Stallman  <rms@gnu.org>
952         * paths.el (news-directory): Rename from news-path.  Old name alias.
953         (rmail-spool-directory): Use defvar.
954         (sendmail-program): Use defcustom.
955         (remote-shell-program): Use defcustom.
956         (term-file-prefix): Use defvar.
957         (abbrev-file-name): Use defvar.
959         * term.el: Add maintainer.
961         * subr.el (with-local-quit): Return nil if there's a quit.
962         (read-passwd): Use with-local-quit.  Doc fix.
964         * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
965         (strokes-unload-hook): Set as a variable with add-hook.
967         * startup.el (fancy-splash-tail, normal-splash-screen):
968         Update copyright year.
970         * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
972         * server.el (server-unload-hook): Set as a variable with add-hook.
974         * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
976         * frame.el (special-display-popup-frame):
977         Make the buffer current as its frame is created.
979         * delsel.el (delsel-unload-hook): Set as a variable.
981         * comint.el (comint-output-filter-functions):
982         Add comint-watch-for-password-prompt.
983         (comint-read-noecho): Function deleted.
984         (send-invisible): Use read-passwd.
986         * fringe.el (fringe-mode-initialize): New function.
987         (fringe-mode): Use fringe-mode-initialize as :initialize.
989 2004-10-17  Kim F. Storm  <storm@cua.dk>
991         * language/indian.el (indian-script-language-alist): Swap value and doc.
992         (indian-font-char-index-table): Doc fix.
994 2004-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
996         * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
998 2004-10-16  Juri Linkov  <juri@jurta.org>
1000         * progmodes/compile.el (compilation-start): Move let-binding of
1001         `process-environment' into `with-current-buffer' body.
1002         Reported by Matt Hodges <MPHodges@member.fsf.org>.
1004 2004-10-16  Richard M. Stallman  <rms@gnu.org>
1006         * pcvs-util.el (cvs-bury-buffer):
1007         Don't call get-buffer-window for effect.
1009         * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
1011         * newcomment.el (comment-auto-fill-only-comments): Add autoload.
1013         * msb.el (msb-unload-hook): Set the variable.
1015         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
1016         Use * to err if buffer is readonly.
1018         * subr.el (looking-back): Return only t or nil.
1020         * whitespace.el (whitespace-unload-hook): Set the variable.
1022         * view.el (view-mode-enable): Set view-page-size and
1023         view-half-page-size to nil.
1024         (view-set-half-page-size-default): view-half-page-size = nil
1025         means the default.
1026         (View-scroll-page-forward): Use view-page-size-default.
1027         (View-scroll-page-backward): Likewise.
1028         (view-page-size, view-half-page-size): Doc fixes.
1030         * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
1032         * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
1034         * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
1035         "cl" like other files.  Instead, call byte-compile-find-cl-functions.
1036         (byte-compile-log-1): Bind inhibit-read-only.
1037         (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
1038         (byte-compile-log-warning): Likewise.
1039         (byte-compile-file-form-require): Detect "cl" from the arg value.
1041         * progmodes/compile.el (compilation-start): Assume compilation-mode
1042         will make the buffer read-only.
1043         (compilation-mode): Take arg name-of-mode.
1044         (compilation-setup): Make buffer read-only.
1045         (compilation-handle-exit): Bind inhibit-read-only.
1047         * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
1048         (ispell-message): Likewise.
1049         (ispell-show-choices): Don't call get-buffer-window uselessly.
1050         (ispell-init-process): Use set-process-query-on-exit-flag.
1052 2004-10-16  Kim F. Storm  <storm@cua.dk>
1054         * fringe.el (fringe-bitmaps): Only initialize when defined.
1056         * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
1057         (cvs-mode-find-file): Add optional `view' arg to enter view mode.
1059         * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
1061 2004-10-15  Simon Josefsson  <jas@extundo.com>
1063         * net/password.el: Add.
1065 2004-10-14  Masatake YAMATO  <jet@gyve.org>
1067         * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
1068         (gdb-script-end-of-defun): New function.
1069         (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
1070         `gdb-script-end-of-defun' as *-of-defun-function.
1072 2004-10-13  Daniel Pfeiffer  <occitan@esperanto.org>
1074         * button.el (button-activate): Allow a marker to display as an action.
1076         * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
1078         * help.el (describe-mode): Use it to make minor mode list into
1079         hyperlinks.
1081 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1083         * vc.el (vc-annotate-display-select): Fix typo.
1085         * subr.el (substitute-key-definition-key): New function.
1086         (substitute-key-definition): Use it with map-keymap.
1087         (event-modifiers): Use push.
1088         (mouse-movement-p, with-temp-buffer): Simplify.
1090 2004-10-12  Jay Belanger  <belanger@truman.edu>
1092         * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
1093         New variables.
1094         (calc-help-index-entries): New function.
1095         (calc-describe-function): Use `calc-help-function-list' instead of
1096         obarray for completion.
1097         (calc-describe-variable): Use `calc-help-variable-list' instead
1098         of obarray for completion.
1100 2004-10-12  Richard M. Stallman  <rms@gnu.org>
1102         * info-look.el (info-lookup-file): Add info-file property.
1103         (info-lookup-symbol): Likewise.
1105         * info.el (info-xref): Add underlining.
1106         (info): Add info-file property.
1107         (Info-find-emacs-command-nodes): Specify case-sensitive search.
1109 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
1111         Sync with Tramp 2.0.45.
1113         * net/tramp.el (top): Apply `def-edebug-spec' only if function is
1114         defined.  This is not the case for XEmacs without package "edebug".
1115         (tramp-set-auto-save-file-modes): Set permissions of autosaved
1116         remote files to the permissions of the original file.  This is not
1117         the case for Emacs < 21.3.50 and XEmacs < 21.5.  Add function to
1118         `auto-save-hook'.  Reported by Thomas Prokosch <thomas@nadev.net>.
1119         (tramp-perl-decode): Fix an error in Perl implementation.
1120         $pending must be cleared every loop.  Reported by Benjamin Place
1121         <benjaminplace@sprintmail.com>
1123         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
1124         Don't activate advice during definition.  This is done later on,
1125         depending on test result of `substitute-in-file-name'.
1126         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1128 2004-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1130         * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
1132         * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
1134 2004-10-12  David Ponce  <david@dponce.com>
1136         * recentf.el (recentf-edit-list): Update the menu when the recentf
1137         list has been modified.
1139 2004-10-12  Simon Josefsson  <jas@extundo.com>
1141         * net/tls.el (tls-certtool-program): New variable.
1142         (tls-certificate-information): New function, based on
1143         ssl-certificate-information.
1145 2004-10-12  Kenichi Handa  <handa@m17n.org>
1147         * international/mule.el (coding-system-equal): Move from mule-util.el.
1149         * international/mule-util.el (coding-system-equal): Move to mule.el.
1151 2004-10-12  Kim F. Storm  <storm@cua.dk>
1153         * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
1154         reset kmacro-initial-counter-value if set.
1155         (kmacro-set-counter): Only set kmacro-counter if defining or executing
1156         macro.  Set kmacro-initial-counter-value otherwise. Never set both.
1157         (kmacro-display): Show macro counter if non-zero.
1159         * subr.el (substitute-key-definition): Mention command remapping
1160         in doc string.
1162 2004-10-11  Jay Belanger  <belanger@truman.edu>
1164         * calc/calc-misc.el (calc-info-goto-node): New function.
1165         (calc-tutorial, calc-info-summary): Go to appropriate Calc info
1166         node in one step.
1167         (calc-describe-copying, calc-describe-distribution)
1168         (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
1169         Go to appropriate info node in one step.
1171 2004-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1173         * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
1175         * font-lock.el (font-lock-apply-highlight): Fix last change.
1177 2004-10-11  Simon Josefsson  <jas@extundo.com>
1179         * mail/smtpmail.el (smtpmail-open-stream): Look for
1180         starttls-gnutls-program instead of starttls-program iff
1181         starttls-use-gnutls is non-nil.
1182         (smtpmail-open-stream): Don't overwrite user settings of
1183         starttls-extra-arguments and starttls-extra-args.
1185 2004-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1187         * comint.el (comint-mouse-insert-input): Remove.
1188         (comint-insert-input): Make it work for mouse bindings.
1189         (comint-mode-map): Move defs into the declaration.
1190         (comint-output-filter): Typo.
1192         * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
1194 2004-10-10  Kai Grossjohann  <kai.grossjohann@gmx.net>
1196         * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
1197         (ange-ftp-call-chmod): Reference remote-shell-program instead of
1198         ange-ftp-remote-shell.
1200 2004-10-10  Andreas Schwab  <schwab@suse.de>
1202         * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
1203         `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
1204         Reported by <sri@asu.edu>.
1206 2004-10-10  Benjamin Rutt  <brutt@bloomington.in.us>
1208         * vc.el (vc-annotate-mode): Remove variable.
1209         (vc-annotate-display-select): Only call vc-annotate-mode
1210         if we're not in that mode already.
1212 2004-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1214         * imenu.el (imenu--completion-buffer): Don't return t for rescan.
1215         (imenu-choose-buffer-index): Check here for rescan instead.
1217         * font-lock.el (font-lock-apply-highlight): Explicitly check the case
1218         where the face expression evals to nil.
1220         * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
1221         (tex-font-lock-keywords-2): Use it.
1222         (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
1224         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
1226 2004-10-09  Kim F. Storm  <storm@cua.dk>
1228         * subr.el (progress-reporter-update): Define before first usage.
1229         (make-progress-reporter): Doc fix.
1231 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
1233         * textmodes/paragraphs.el (sentence-end-double-space)
1234         (sentence-end-without-period, sentence-end-without-space)
1235         (sentence-end): Doc fixes.
1237 2004-10-08  Peter Seibel  <peter@javamonkey.com>  (tiny change)
1239         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
1240         Change paragraph-start regexp so we don't fill code starting with #'(.
1242 2004-10-08  Sebastien Kirche  <seki@seki.fr>  (tiny change)
1244         * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
1245         New defcustom.
1246         (extract-address-components): Use it.
1248 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
1250         * subr.el (make-progress-reporter, progress-reporter-update)
1251         (progress-reporter-force-update, progress-reporter-do-update)
1252         (progress-reporter-done): New functions.
1254         * tar-mode.el (tar-summarize-buffer): Use progress reporter.
1256         * progmodes/etags.el (etags-tags-completion-table): Use progress
1257         reporter.
1258         (etags-tags-apropos): Likewise.
1260 2004-10-08  Alan Mackenzie  <acm@muc.de>
1262         * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
1263         of current line.
1265 2004-10-08  Masatake YAMATO  <jet@gyve.org>
1267         * server.el (server-process-filter): Wrap `process-send-region'
1268         by `condition-case' to guard the case when the pipe to PROC is closed.
1270 2004-10-07  Mark A. Hershberger  <mah@everybody.org>
1272         * xml.el (xml-substitute-special): Limit handling of external entities.
1274 2004-10-06  Nick Roberts  <nickrob@snap.net.nz>
1276         * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
1278 2004-10-06  John Paul Wallington  <jpw@gnu.org>
1280         * xml.el (xml-parse-dtd): Fix `error' call.
1282 2004-10-05  Mark A. Hershberger  <mah@everybody.org>
1284         * xml.el (xml-substitute-special): Return a single string instead
1285         of a list of strings if an entity substitution is made.
1287 2004-10-05  Ulf Jasper  <ulf.jasper@web.de>
1289         * calendar/icalendar.el: New file.
1291 2004-10-05  Juri Linkov  <juri@jurta.org>
1293         * isearch.el (isearch-done): Set mark after running hook.
1294         Reported by Drew Adams <drew.adams@oracle.com>.
1296         * info.el (Info-history, Info-toc): Fix Info headers.
1297         (Info-toc): Narrow buffer before Info-fontify-node.
1298         (Info-build-toc): Don't check for special Info file names.
1299         Set main-file to nil if Info-find-file returns a symbol.
1301 2004-10-05  Emilio C. Lopes  <eclig@gmx.net>:
1303         * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
1304         (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
1305         * calendar/cal-menu.el (calendar-mode-map): Ditto.
1307 2004-10-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
1309         * calendar/cal-iso.el (calendar-iso-read-args): New function,
1310         for old interactive spec from calendar-goto-iso-date.
1311         (calendar-goto-iso-date): Use it.
1312         (calendar-goto-iso-week): New function.  Suggested by Emilio
1313         C. Lopes <eclig@gmx.net>.
1315 2004-10-04  Luc Teirlinck  <teirllm@auburn.edu>
1317         * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
1318         `set-right-margin' bindings that follow the minor mode conventions.
1320 2004-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1322         * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
1323         (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
1324         (latex-block-args-alist): Add minipage and picture.
1325         (latex-block-body-alist): Use reftex-label if enabled.
1326         (latex-insert-block): Don't insert a \n if not necessary.
1327         (tex-compile-commands): Make sure dvips doesn't send to printer.
1328         (tex-compile-default): Handle the case where no executable is found.
1329         (latex-noindent-environments): New var.
1330         (latex-find-indent): Use it.  Take an empty line as an arg-breaker.
1331         If tex-indent-allhanging is non-nil, make sure we only align for macros
1332         at beginning of line.
1334 2004-10-03  Daniel Pfeiffer  <occitan@esperanto.org>
1336         * newcomment.el (comment-beginning): Doc fix and don't choke on
1337         unset `comment-end-skip' when at beginning of comment.
1339 2004-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
1341         * term.el (term-adjust-current-row-cache): Don't allow the current
1342         row to become negative.
1343         (term-emulate-terminal): Fix insert mode. Handle tab insertion at
1344         the end of the line. Fix scroll down. Add comments.
1345         (term-handle-ansi-escape): Don't exceed terminal width when moving
1346         right.
1347         (term-scroll-region): Move the cursor after setting the scroll region.
1349 2004-10-01  Luc Teirlinck  <teirllm@auburn.edu>
1351         * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
1352         to `width' for consistency with docstring.  Doc fix.
1354 2004-10-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
1356         * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
1357         This is necessary for derived modes.
1359 2004-09-30  Kim F. Storm  <storm@cua.dk>
1361         * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
1362         (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
1364         * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
1365         kmacro-extract-lambda functions.
1366         (edit-kbd-macro): Handle kmacro lambda forms.
1367         Include counter and counter format in edit buffer.
1368         (edmacro-finish-edit): Get counter and format from edit buffer and
1369         update kmacro bindings when found.
1371 2004-09-29  Luc Teirlinck  <teirllm@auburn.edu>
1373         * textmodes/paragraphs.el (forward-paragraph):
1374         Avoid args-out-of-range error when point winds up at the beginning of
1375         the buffer and hard newlines are enabled.
1377         * newcomment.el (comment-multi-line): Doc fix.
1379 2004-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1381         * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
1382         (diff-fixup-modifs): Catch unified-diff file-headers.
1384 2004-09-29  Kim F. Storm  <storm@cua.dk>
1386         * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
1387         (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
1388         (gdb-put-breakpoint-icon): Use breakpoint bitmap.
1390         * fringe.el (fringe-bitmap-p): New macro.
1391         (fringe-bitmaps): Add standard fringe bitmaps on load.
1393 2004-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1395         * dired.el (dired-view-command-alist): Use more efficient regexps.
1396         Remove dubious arguments.
1397         (dired-align-file): New function.
1398         (dired-insert-directory): Use it.
1399         (dired-move-to-end-of-filename): Make the " -> " search more specific.
1400         (dired-buffers-for-dir): Remove unused var `pattern'.
1402 2004-09-28  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
1404         * calendar/diary-lib.el (list-diary-entries): Save diary buffer
1405         from diary display excursion.  Store diary buffer's point for
1406         `simple-diary-display'.
1407         (simple-diary-display): Set window point and start when
1408         displaying buffer, to preserve point.
1410 2004-09-27  Luc Teirlinck  <teirllm@auburn.edu>
1412         * textmodes/enriched.el (enriched-translations): Replace defconst
1413         with defvar.
1415 2004-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1417         * printing.el: Doc fix.
1418         (pr-version): New version number (6.8.1).
1419         (pr-ps-file-using-ghostscript): Use make-temp-file instead of
1420         make-temp-name.
1421         (pr-delete-file): Check if file exists before deleting it.
1422         Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
1424 2004-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1426         * term.el (term-display-table): New variable.
1427         (term-mode): Use it.
1428         (term-exec-1): Set the coding system to binary.
1429         (term-emulate-terminal): Decode the string before inserting it.
1431 2004-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
1433         * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
1434         (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
1435         (map): Bind S-prior, S-next and S-insert.
1436         (term-mode): Set `indent-tabs-mode' to nil.
1437         (term-paste): New function to be bound to S-insert.
1438         (term-send-del, term-send-backspace): Change the strings sent.
1439         (term-termcap-format): Synchronyze with etc/e/eterm.ti.
1440         (term-handle-colors-array): Fix handling of underline and reverse.
1441         (term-handle-ansi-escape): Do not handle smcup/rmcup.  Add comments.
1442         (term-erase-in-line): Fix comparison.
1443         (term-emulate-terminal): Fix line wrap handling.
1444         (term-start-output-log): Rename from `term-set-output-log'.
1445         (term-stop-output-log): Rename from `term-stop-photo'.
1446         (term-switch-to-alternate-sub-buffer): Comment out, unused.
1448 2004-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1450         * dired.el (dired-move-to-filename): Don't output a message if
1451         raise-error is non-nil.  Fix return position and value.
1453         * files.el (insert-directory): Obey --dired even with symlinks.
1455 2004-09-25  Lars Hansen  <larsh@math.ku.dk>
1457         * ls-lisp.el (ls-lisp-format): Mark file names with property
1458         dired-filename.
1460 2004-09-25  Kim F. Storm  <storm@cua.dk>
1462         * ido.el (ido-max-directory-size): New defcustom.
1463         (ido-decorations): Add "too big" element.
1464         (ido-directory-too-big): New dynamic var.
1465         (ido-may-cache-directory): Don't cache big directories.
1466         (ido-directory-too-big-p): New defun.
1467         (ido-set-current-directory): Update ido-directory-too-big.
1468         (ido-read-internal): Make empty ido-cur-item if too-big.
1469         (ido-buffer-internal): Use ido-read-internal directly instead of
1470         ido-read-buffer.
1471         (ido-file-internal): Init ido-directory-too-big.
1472         (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
1473         and redo completion with full list.
1474         (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
1475         it, and show completions.
1476         (ido-all-completions): Let bind ido-directory-too-big to nil.
1477         (ido-exhibit): Handle ido-directory-too-big.
1478         (ido-read-buffer): Handle fallback to read-buffer.
1479         Init ido-directory-too-big.
1480         (ido-read-file-name, ido-read-directory-name, ido-completing-read):
1481         Init ido-directory-too-big.
1483 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
1485         * subr.el (delay-mode-hooks): Doc fix.
1487 2004-09-23  Luc Teirlinck  <teirllm@auburn.edu>
1489         * textmodes/enriched.el
1490         (enriched-default-text-properties-local-flag): New variable.
1491         (enriched-mode): Make sure that enabling and disabling the mode is
1492         a no-op.  Doc fix.
1494 2004-09-23  H\e,Ae\e(Bkon Malmedal  <hmalmedal@yahoo.no>  (tiny change)
1496         * calendar/holidays.el (holiday-advent): Report on a specified day
1497         offset from advent, not just advent.
1498         (holiday-easter-etc): Report on one specified day offset from
1499         easter, not all easter holidays. Various Easter holidays moved to
1500         `christian-holidays' variable in calendar.el.
1501         * calendar/calendar.el (christian-holidays): Adapt for new
1502         behaviour of `holiday-advent' and `holiday-easter-etc' functions.
1504 2004-09-23  Kim F. Storm  <storm@cua.dk>
1506         * image.el (insert-sliced-image): Add doc string.
1508         * ido.el (ido-choice-list): New dynamic var for `list' context.
1509         (ido-context-switch-command): New dynamic var.
1510         (ido-define-mode-map): Generalize switch between file/buffer contexts.
1511         (ido-read-internal): Handle new `list' context.
1512         Handle insert-buffer and insert-file ido-exit values.
1513         (ido-buffer-internal): New arg switch-cmd.  Use it to setup
1514         ido-context-switch-command. Handle insert-file ido-exit value.
1515         (ido-read-buffer): Set ido-context-switch-command to 'ignore
1516         unless it is already bound by caller.
1517         (ido-file-internal): New arg switch-cmd.  Use it to setup
1518         ido-context-switch-command.  Handle insert-buffer ido-exit value.
1519         (ido-enter-insert-buffer, ido-enter-insert-file): New commands
1520         used for context switching.
1521         (ido-all-completions): Handle new `list' context.
1522         (ido-make-choice-list): Return choices for `list' context.
1523         (ido-find-file-in-dir, ido-display-file, ido-write-file)
1524         (ido-display-buffer, ido-kill-buffer): Disable context switching.
1525         (ido-insert-buffer, ido-insert-file): Setup context switching.
1526         (ido-exhibit): Handle `list' context.
1527         (ido-read-file-name): Disable context switching.  Handle fallback.
1528         (ido-read-directory-name): Disable context switching.
1529         (ido-completing-read): New defun like completing-read.  Setup and
1530         use new `list' context.
1532 2004-09-20  Jesper Harder  <harder@ifa.au.dk>
1534         * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
1536 2004-09-21  Jay Belanger  <belanger@truman.edu>
1538         * calc/calc-graph.el (calc-graph-add-curve): Moved the call to
1539         `calc-graph-set-styles' so the gnuplot buffer will appear in a
1540         separate window.
1542 2004-09-21  Luc Teirlinck  <teirllm@auburn.edu>
1544         * subr.el (after-change-major-mode-hook): Doc fix.
1546 2004-09-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1548         * printing.el: Doc fix.  Add a new tip about the use of gsprint instead
1549         of ghostscript for monochrome PostScript file in Windows.
1551 2004-09-21  Kenichi Handa  <handa@m17n.org>
1553         * descr-text.el (describe-char): Checking of quail activation
1554         fixed.
1556 2004-09-21  Jay Belanger  <belanger@truman.edu>
1558         * calc/calc.el (calc-mode-var-list): Removed unnecessary quotes.
1560 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
1562         * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
1563         after the mode hooks instead of before.  Doc fix.
1565 2004-09-20  Jason Rumney  <jasonr@gnu.org>
1567         * startup.el (command-line) [windows-nt]: Try .emacs first, then
1568         _emacs, but revert to .emacs if neither exists in home directory.
1570 2004-09-20  John Paul Wallington  <jpw@gnu.org>
1572         * bindings.el (completion-ignored-extensions): Add .dfsl.
1574 2004-09-20  Richard M. Stallman  <rms@gnu.org>
1576         * bindings.el (scroll-left): Make it disabled.
1578         * files.el (enable-local-eval): Doc fix.
1580         * indent.el (move-to-left-margin): Special case for minibuffer.
1582         * term.el (term-emulate-terminal): Turn off undo for output.
1583         Use with-current-buffer and save-selected-window.
1585         * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
1587         * progmodes/make-mode.el (makefile-fill-paragraph):
1588         Don't insist on spaces when looking for comments.  # is enough.
1590         * files.el (hack-local-variables): Copy the variables list
1591         to another buffer, strip prefixes and suffixes there, then read.
1592         (enable-local-eval): Doc fix.
1593         (ignored-local-variables): Initialize to nil.
1594         (risky-local-variable-p): Don't check ignored-local-variables here.
1595         (hack-one-local-variable): Ignore var if in ignored-local-variables.
1597 2004-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
1599         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
1600         of = to "." (punctuation).
1602 2004-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1604         * subr.el (event-basic-type): Fix mask (extend to 22bits).
1606 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
1608         * textmodes/enriched.el (enriched-rerun-flag): New variable.
1609         (enriched-before-change-major-mode): New function.
1610         Add it to `change-major-mode-hook'.
1611         (enriched-after-change-major-mode): New function.
1612         Add it to `after-change-major-mode-hook'.
1613         (enriched-mode): Make it work correctly if called from
1614         `after-change-major-mode-hook'.
1615         No longer set `indent-line-function'.
1617         * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
1619         * subr.el (after-change-major-mode-hook): New variable.
1620         (run-mode-hooks): Implement it.
1622 2004-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1624         * battery.el (battery-linux-proc-apm): Use string-to-number.
1625         (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
1626         Use dolist (and less indentation).  Use erase-buffer.
1627         Pre-initialize `design-capacity', `warn', and `low'.
1628         (battery-format): Use replace-regexp-in-string.
1630 2004-09-18  Ralph Schleicher  <rs@nunatak.allgaeu.org>
1632         * battery.el: Delete superfluous empty lines.
1633         (battery-linux-proc-acpi): Attempt to gather information from all
1634         battery subdirectories regardless of their file name.
1635         (battery-linux-proc-apm): Replace all occurrences of
1636         battery-hex-to-int-2 with string-to-int (base 16).
1637         (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
1638         (battery-hex-map): Delete variable.
1640 2004-09-18  John Paul Wallington  <jpw@gnu.org>
1642         * calc/calc-units.el (calc-quick-units): Fix overzealous
1643         s/or/unless/.
1645 2004-09-17  Jay Belanger  <belanger@truman.edu>
1647         * calc/calc.el (calc-mode-var-list): Fix the value of
1648         `calc-matrix-brackets'.
1650 2004-09-17  Romain Francoise  <romain@orebokech.com>
1652         * ibuf-ext.el (define-ibuffer-filter filename):
1653         Expand dired-directory since buffer-file-name is absolute.
1655 2004-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
1657         * ediff-init.el (ediff-current-diff-face-A)
1658         (ediff-current-diff-face-B, ediff-current-diff-face-C)
1659         (ediff-current-diff-face-Ancestor)
1660         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
1661         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
1662         (ediff-even-diff-face-A, ediff-even-diff-face-B)
1663         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
1664         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
1665         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
1666         Use min-colors.
1668         * term.el (term-down): Perform vertical motion if DOWN is negative.
1669         (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
1670         (term-termcap-format): Synchronyze with the eterm terminfo entry
1671         in etc/e/eterm.ti.
1672         (term-handle-colors-array): If the current foreground or
1673         background are zero (i.e. unspecified), use the foreground and
1674         background of the default face for reverse video.
1675         (term-ansi-at-eval-string, term-ansi-default-fg)
1676         (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
1677         (term-mem): Delete ununsed function.
1678         (term-protocol-version): Increment.
1679         (term-current-face): Set to default.
1681 2004-09-15  Jay Belanger  <belanger@truman.edu>
1683         * calc/calc.el (calc-mode-var-list): Define this variable.
1684         (calc-always-load-extensions, calc-line-numbering)
1685         (calc-line-breaking, calc-display-just, calc-display-origin)
1686         (calc-number-radix, calc-leading-zeros, calc-group-digits)
1687         (calc-group-char, calc-point-char, calc-frac-format)
1688         (calc-prefer-frac, calc-hms-format, calc-date-format)
1689         (calc-float-format, calc-full-float-format, calc-complex-format)
1690         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
1691         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
1692         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
1693         (calc-matrix-brackets, calc-language, calc-language-option)
1694         (calc-left-label, calc-right-label, calc-word-size)
1695         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
1696         (calc-display-raw, calc-internal-prec, calc-angle-mode)
1697         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
1698         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
1699         (calc-window-height, calc-display-trail, calc-show-selections)
1700         (calc-use-selections, calc-assoc-selections)
1701         (calc-display-working-message, calc-auto-why, calc-timing)
1702         (calc-mode-save-mode, calc-standard-date-formats)
1703         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
1704         (calc-user-parse-tables, calc-gnuplot-default-device)
1705         (calc-gnuplot-default-output, calc-gnuplot-print-device)
1706         (calc-gnuplot-print-output, calc-gnuplot-geometry)
1707         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
1708         (calc-invocation-macro, calc-show-banner): Give these values as
1709         part of `calc-mode-var-list's initialization after the variables
1710         are declared with defvar.
1711         (calc-bug-address):  Changed email address to send bug
1712         reports to. Also changed the maintainer address at the top.
1713         (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
1714         than "\\.emacs" to determine if it is the user-init-file.
1716         * calc/calc-embed.el (calc-embedded-set-modes): Use
1717         `calc-mode-var-list' correctly.
1719 2004-09-15  Thien-Thi Nguyen  <ttn@gnu.org>
1721         * vc.el (annotate-time): Document point handling.
1722         (vc-annotate-display-autoscale): Doc fix.
1724 2004-09-15  Miles Bader  <miles@gnu.org>
1726         * generic.el (generic-make-keywords-list): Use symbol rather than
1727         word anchors in regexp.
1729 2004-09-14  Sean O'Rourke  <sorourke@cs.ucsd.edu>
1731         * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
1732         no file name consider `dired-directory'.
1734 2004-09-14  Kim F. Storm  <storm@cua.dk>
1736         * faces.el (cursor): Add face-no-inherit property.  Doc fix.
1738 2004-09-14  Simon Josefsson  <jas@extundo.com>
1740         * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
1742         * textmodes/dns-mode.el: Add.
1744 2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1746         * novice.el (disabled-command-hook): Use shorthand for obsolescence.
1747         (disabled-command-function): Make the ?\  char more obvious.
1749         * vc-arch.el (vc-arch-root, vc-arch-registered):
1750         * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
1752 2004-09-13  Hovav Shacham  <hovav@sha1.stanford.edu>
1754         * windmove.el (windmove-frame-edges): Report coordinates of
1755         outside edges of frame, not inside edges.
1756         (windmove-coordinates-of-position): Convert into wrapper to new
1757         function `windmove-coordinates-of-window-position';
1758         `compute-motion' always applies to selected window.
1759         (windmove-coordinates-of-position): Update documentation to refer
1760         to Emacs 21 Lisp Reference Manual.
1761         (windmove-find-other-window): Fix off-by-one errors for max x,y.
1763 2004-09-13  Kim F. Storm  <storm@cua.dk>
1765         * isearch.el (isearch-resume-in-command-history): Rename from
1766         isearch-resume-enabled and change default to nil.
1768 2004-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1770         * vc-hooks.el (vc-ignore-dir-regexp): New var.
1771         (vc-registered): Use it.
1772         (vc-find-root): New fun.
1774         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1775         Don't tell to use \\{...} when it's already done.
1777         * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
1778         Provide a sample complex default.
1779         (bibtex-url, bibtex-font-lock-url): Adapt to new format.
1780         (bibtex-entry): Use mapc.
1782 2004-09-12  Kim F. Storm  <storm@cua.dk>
1784         * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
1786         * emulation/cua-rect.el (cua--rectangle-operation): Let bind
1787         inhibit-field-text-motion to t so rectangles work in comint buffers.
1789         * simple.el (choose-completion-string): Set buffer before running
1790         choose-completion-string-functions hook so it can be buffer-local.
1792 2004-09-12  Daniel Pfeiffer  <occitan@esperanto.org>
1794         * progmodes/compile.el (compilation-start): Parse command to see
1795         if it starts with a cd, and if so perform it for the *compilation*
1796         buffer.  Change the header to reflect this.
1798 2004-09-11  Kim F. Storm  <storm@cua.dk>
1800         * ido.el (ido-enable-dot-prefix): Doc fix.
1801         (ido-enable-dot-prefix): New defcustom.
1802         (ido-set-matches1): Use it.
1804 2004-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1806         * textmodes/bibtex.el (bibtex-mark-active)
1807         (bibtex-run-with-idle-timer): Move the `if' inside the defun.
1809 2004-09-10  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1811         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
1812         used in a case insensitive environment.
1813         (bibtex-mode-map): Rearrange order of menus.
1814         (bibtex-quoted-string-re): Obsolete.
1815         (bibtex-complete-key-cleanup): Variable replaced by new function.
1816         (bibtex-font-lock-keywords): Use backquotes.
1817         (bibtex-font-lock-url-regexp): New internal variable.
1818         (bibtex-name-in-field): New optional arg remove-opt-alt to remove
1819         "OPT" and "ALT".
1820         (bibtex-insert-current-kill, bibtex-make-field)
1821         (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
1822         (bibtex-parse-field-text): Simplify.
1823         (bibtex-string=): New helper function.
1824         (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
1825         (bibtex-map-entries): Use bibtex-string=.
1826         (bibtex-search-entry): Use not.
1827         (bibtex-enclosing-field): Fix docstring.
1828         (bibtex-assoc-regexp): Obsolete.
1829         (bibtex-format-entry): Use assoc-string and bibtex-string=.
1830         (bibtex-autokey-get-names): Handle empty name field.
1831         (bibtex-parse-strings): Use assoc-string and unless.
1832         (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
1833         Use assoc-string.
1834         (bibtex-pop): Simplify.
1835         (bibtex-mode): Set font-lock-extra-managed-props.
1836         (bibtex-entry-update): Use assoc-string.
1837         (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
1838         (bibtex-autofill-entry): Use bibtex-string=.
1839         (bibtex-print-help-message): Simplify.
1840         (bibtex-find-entry): New optional arg START.
1841         (bibtex-validate): Use bibtex-string= and assoc-string.
1842         Do not call obsolete function compilation-parse-errors.
1843         (bibtex-remove-delimiters): Only remove delimiters if present.
1844         (bibtex-copy-entry-as-kill): Add docstring.
1845         (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
1846         Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
1847         (bibtex-complete): Use bibtex-predefined-month-strings,
1848         bibtex-string=, and new function bibtex-complete-key-cleanup.
1849         (bibtex-generate-url-list): New variable.
1850         (bibtex-url): New command bound to C-c C-l and mouse-2.
1851         (bibtex-url-map): New local keymap for bibtex-url-mouse.
1852         (bibtex-font-lock-url): New function.
1854 2004-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1856         * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
1858 2004-09-09  Kim F. Storm  <storm@cua.dk>
1860         * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
1861         counter and format with binding.
1862         (kmacro-name-last-macro): New defun.  Like name-last-kbd-macro, but
1863         the declared macro uses own macro counter and format.  Give symbol
1864         kmacro property.
1865         (kmacro-keymap): Bind kmacro-name-last-macro to n.
1866         (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
1867         (kmacro-end-and-call-macro): Doc fix.
1869 2004-09-09  Lars Hansen  <larsh@math.ku.dk>
1871         * desktop.el (desktop-clear-preserve-buffers):
1872         Remove make-obsolete-variable.
1874 2004-09-08  Richard M. Stallman  <rms@gnu.org>
1876         * buff-menu.el (list-buffers-noselect): Call format-mode-line
1877         with the buffer as argument.
1879 2004-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1881         * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
1883 2004-09-08  Juri Linkov  <juri@jurta.org>
1885         * replace.el (perform-replace): Use `query-replace-descr'.
1887         * cus-start.el (history-delete-duplicates): Specify customization.
1889         * diff-mode.el (diff-mode-map):
1890         * progmodes/compile.el (compilation-mode-map):
1891         * progmodes/grep.el (grep-mode-map):
1892         * replace.el (occur-mode-map): Rename `next-error-follow-mode'
1893         to `next-error-follow-minor-mode'.
1895 2004-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1897         * isearch.el (isearch-lazy-highlight-update): Take into account
1898         the case of zero-length match at the search bound.
1900 2004-09-08  Kim F. Storm  <storm@cua.dk>
1902         * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
1903         change.  Use zero width overlays when necessary.
1905 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
1907         * subr.el (split-string): Docfix.
1909 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
1911         * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
1912         (display-call-tree): Ensure newline after caller/calls blocks.
1914 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
1916         * startup.el (command-line-1): Make option
1917         --directory/-L modify `load-path' straight away.
1919 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
1921         * progmodes/grep.el (grep-mode): Use normal autoload cookie.
1923 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
1925         * emacs-lisp/autoload.el (make-autoload):
1926         Handle `define-compilation-mode'.
1928         * emacs-lisp/lisp-mode.el (define-compilation-mode):
1929         Specify `doc-string-elt' property.
1931 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
1933         * bs.el (bs-mode): Doc fix.
1935 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
1937         * info.el (Info-insert-dir): Fix temp buffer leak bug.
1939 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
1941         * play/blackbox.el (bb-trace-ray): Avoid double tracing.
1943 2004-09-08  Kenichi Handa  <handa@m17n.org>
1945         * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
1946         length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
1947         ps-mule-next-point -> 1+).
1949         * composite.el (encode-composition-rule): Add autoload cooky.
1951 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
1953         * format.el (buffer-auto-save-file-format): Make it permanent local.
1955 2004-09-07  Kim F. Storm  <storm@cua.dk>
1957         * emacs-lisp/authors.el (authors-aliases): Add more aliases.
1958         (authors-fixed-entries): Fix typo.
1959         (authors-canonical-author-name): Compact multiple spaces.
1960         Ignore trivial names (e.g. only first name).
1962         * term.el (term-window-width): Only use full window width on
1963         window system if overflow-newline-into-fringe is enabled.
1964         (term-mode): Don't disable overflow-newline-into-fringe.
1966 2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1968         * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
1969         motion as seen on my Mac OS X xterms.
1971         * newcomment.el (uncomment-region-default, comment-region-default):
1972         New functions extracted from uncomment-region and comment-region.
1973         (comment-region, comment-region-function, uncomment-region)
1974         (uncomment-region-function): Use them.
1976         * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
1978         * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
1979         It's not crucial but can make sense at times.
1981         * vc-arch.el (vc-arch-workfile-version): Handle the special case before
1982         the first commit.
1984         * vc.el (vc-buffer-context, vc-restore-buffer-context):
1985         Disable obsolete code.
1987 2004-09-07  Juri Linkov  <juri@jurta.org>
1989         * progmodes/grep.el (grep-highlight-matches): Change default from
1990         `t' to `auto-detect', and type from `boolean' to `choice'.  Doc fix.
1991         (grep-compute-defaults): Set `grep-highlight-matches' to `t'
1992         if grep option `--color' is available, or to `nil' otherwise.
1993         (grep-process-setup): Call `grep-compute-defaults' if
1994         `grep-highlight-matches' is not computed.  Set env-vars only
1995         if `grep-highlight-matches' is `t'.
1996         (grep-use-null-device): Remove redundant type `boolean' (`choice'
1997         is already defined).
1999         * progmodes/compile.el (compilation-start): Use copy of
2000         `process-environment' created by `copy-sequence' to not
2001         modify env-vars in the global `process-environment'.
2003 2004-09-06  Eli Zaretskii  <eliz@gnu.org>
2005         * simple.el (next-error-follow-minor-mode): Fix last change.
2007 2004-09-05  Luc Teirlinck  <teirllm@auburn.edu>
2009         * textmodes/paragraphs.el (use-hard-newlines): Make it into a
2010         permanent local.
2012 2004-09-04  Richard M. Stallman  <rms@gnu.org>
2014         * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
2015         highlighting if the search string is empty.
2017 2004-09-04  Luc Teirlinck  <teirllm@auburn.edu>
2019         * facemenu.el (facemenu-active-faces): Change condition of inner
2020         `while' loop to also check the first two elements of `face-atts'
2021         and `mask-atts'.
2023 2004-09-04  John Paul Wallington  <jpw@gnu.org>
2025         * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
2026         (thumbs-view-image-mode): Make buffer read-only.
2028 2004-09-04  Christopher J. Madsen  <cjm@pobox.com>
2030         * textmodes/ispell.el (ispell-really-aspell): New defvar.
2031         (ispell-check-version): Set it.
2032         (ispell-send-replacement): New function.
2033         (ispell-process-line): Call ispell-send-replacement.
2035 2004-09-04  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
2037         * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
2038         Support choosing seconds with "s".
2040 2004-09-04  Jari Aalto  <jari.aalto@poboxes.com>
2042         * terminal.el (te-escape): Show `?' in prompt for help key.
2044 2004-09-04  Emilio C. Lopes <eclig@gmx.net>
2046         * emacs-lisp/lisp.el (kill-backward-up-list): New function.
2048 2004-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
2050         * simple.el (next-error-follow-minor-mode)
2051         (next-error-follow-mode-post-command-hook): New functions.
2052         (next-error-follow-last-line): New defvar.
2054         * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
2055         * progmodes/compile.el (compilation-mode-map): Likewise.
2056         * progmodes/grep.el (grep-mode-map): Likewise.
2057         * replace.el (occur-mode-map): Likewise.
2059         * newcomment.el (uncomment-region): Bind comment-use-global-state
2060         to nil.
2062 2004-09-03  Luc Teirlinck  <teirllm@auburn.edu>
2064         * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
2065         locally around the call to `revert-buffer'.
2067 2004-09-03  Juri Linkov  <juri@jurta.org>
2069         * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
2070         `isearch-adjusted' to `t'.
2071         (isearch-toggle-case-fold): Set `isearch-success' to `t'.
2072         (isearch-message-prefix): Add "pending" for isearch-adjusted.
2073         (isearch-other-meta-char): Restore isearch-point unconditionally.
2074         (isearch-query-replace): Add new arg `regexp-flag' and use it.
2075         Set point to start of match if region is not active in transient
2076         mark mode (to include the current match to region boundaries).
2077         Push the search string to `query-replace-from-history-variable'.
2078         Add prompt "Query replace regexp" for isearch-regexp.
2079         Add region beginning/end as last arguments of `perform-replace.'
2080         (isearch-query-replace-regexp): Replace code by the call to
2081         `isearch-query-replace' with arg `t'.
2083 2004-09-03  Richard M. Stallman  <rms@gnu.org>
2085         * startup.el (normal-top-level): Undo previous TERM change.
2087 2004-09-03  Kim F. Storm  <storm@cua.dk>
2089         * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
2090         highlight overlays; allow using RET when cursor is over a button.
2091         (cua--highlight-rectangle): Use it.
2092         (cua--rectangle-set-corners): Don't move backwards at eol.
2093         (cua--forward-line): Don't move into void after eob.
2095         * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
2096         point is set (and displayed) inside rectangle.
2097         (cua--rectangle-operation): Fix for highlight of empty lines.
2098         (cua--highlight-rectangle): Fix highlight for tabs.
2099         Position cursor at left/right edge of rectangle using new `cursor'
2100         property on overlay strings.
2101         (cua--indent-rectangle): Don't tabify.
2102         (cua-rotate-rectangle): Ignore that point has moved.
2104 2004-09-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2106         * term/mac-win.el: Add ASCII equivalents for some function keys.
2107         (mode-line-frame-identification): Sync with x-win.el.
2109 2004-09-02  Juri Linkov  <juri@jurta.org>
2111         * progmodes/compile.el (compilation-buffer-name): Compare major
2112         mode with second element of compilation-arguments instead of third
2113         to reflect latest changes in compilation-arguments structure.
2114         (recompile): Use global variable `compilation-directory' to get
2115         recent compilation directory only when `recompile' is invoked NOT
2116         in the compilation buffer.  Otherwise, use `default-directory' of
2117         the compilation buffer.
2118         (compilation-error-properties): Allow to funcall col and end-col.
2119         (compilation-mode-font-lock-keywords): Check col and end-col by
2120         `integerp'.
2121         (compilation-goto-locus): If end-mk is non-nil in transient mark
2122         mode don't activate the mark (and don't display message in
2123         push-mark), but highlight overlay between mk and end-mk.
2125         * progmodes/grep.el (grep-highlight-matches): New defcustom.
2126         (grep-regexp-alist): Add rule to highlight grep matches.
2127         (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
2129         * info.el (Info-fontify-node): Don't compute other-tag
2130         if Info-hide-note-references=hide.
2132         * help.el (function-called-at-point):
2133         * help-fns.el (variable-at-point):
2134         Try `find-tag-default' when other methods failed.
2136         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
2137         Do not push mark if inhibit-mark-movement is non-nil.
2139         * textmodes/ispell.el (ispell-html-skip-alists):
2140         Fix backslashes in docstring.
2142 2004-09-01  Juri Linkov  <juri@jurta.org>
2144         * isearch.el (isearch-wrap-function)
2145         (isearch-push-state-function): New defvars.
2146         (isearch-pop-fun-state): New defsubst.
2147         (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
2148         (isearch-push-state): Set the result of calling
2149         `isearch-push-state-function' to the `isearch-pop-fun-state' field.
2150         (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
2151         restore the mode-specific starting point of terminated search.
2152         (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
2153         (isearch-repeat): Call `isearch-wrap-function' if defined.
2154         (isearch-message-prefix): Don't add prefix "over" to the message
2155         for wrapped search if `isearch-wrap-function' is defined.
2156         (isearch-search): Call function saved in `isearch-pop-fun-state' to
2157         restore the mode-specific starting point of failed search.
2159         * info.el (Info-search-whitespace-regexp): Fix backslashes.
2160         (Info-search): Add new optional arguments for the sake of isearch.
2161         Replace whitespace in Info-search-whitespace-regexp literally.
2162         Add backward search.  Don't call `Info-select-node' if regexp is
2163         found in the same Info node.  Don't add node to Info-history for
2164         wrapped isearch.
2165         (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
2166         (Info-isearch-push-state, Info-isearch-pop-state): New funs.
2167         (Info-mode): Set local variables `isearch-search-fun-function',
2168         `isearch-wrap-function', `isearch-push-state-function',
2169         `search-whitespace-regexp'.
2171         * isearch.el: Remove ancient Change Log section.
2172         (isearch-string, isearch-message-string, isearch-point)
2173         (isearch-success, isearch-forward-flag, isearch-other-end)
2174         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
2175         (isearch-barrier, isearch-within-brackets)
2176         (isearch-case-fold-search): Add suffix `-state' to state-related
2177         defsubsts to avoid name clashes with other function names.
2179         * simple.el (next-error): New defgroup and defface.
2180         (next-error-highlight, next-error-highlight-no-select):
2181         New defcustoms.
2182         (next-error-no-select): Let-bind next-error-highlight to the value
2183         of next-error-highlight-no-select before calling `next-error'.
2185         * progmodes/compile.el (compilation-goto-locus):
2186         Use `next-error' face instead of `region'.  Set 4-th argument of
2187         `move-overlay' to `current-buffer' to move overlay to different
2188         source buffers.  Use new variable `next-error-highlight'.
2190         * simple.el (next-error-find-buffer): Move the rule
2191         "if current buffer is a next-error capable buffer" after the
2192         rule "if next-error-last-buffer is set to a live buffer".
2193         Simplify to test all rules in one `or'.
2194         (next-error): Doc fix.
2195         (next-error, previous-error, first-error)
2196         (next-error-no-select, previous-error-no-select):
2197         Make arguments optional.
2199 2004-08-31  Luc Teirlinck  <teirllm@auburn.edu>
2201         * macros.el (apply-macro-to-region-lines): Make it operate on all
2202         lines that begin in the region, rather than on all complete lines
2203         in the region.
2205 2004-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2207         * x-dnd.el (x-dnd-protocol-alist): Document update.
2208         (x-dnd-known-types): Defcustom it.
2209         (x-dnd-handle-motif): Print message-atom in error message.
2211 2004-08-30  John Paul Wallington  <jpw@gnu.org>
2213         * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
2214         strings rather than programatically constructing message.
2216 2004-08-30  Richard M. Stallman  <rms@gnu.org>
2218         * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
2219         Don't return a string that would read as the wrong character code.
2221 2004-08-29  Kim F. Storm  <storm@cua.dk>
2223         * emulation/cua-base.el (cua-auto-expand-rectangles):
2224         Remove automatic rectangle padding feature; replace by non-destructive
2225         virtual rectangle edges feature.
2226         (cua-virtual-rectangle-edges): New defcustom.
2227         (cua-auto-tabify-rectangles): New defcustom.
2228         (cua-paste): If paste into a marked rectangle, insert rectangle at
2229         current column, even if virtual; also paste exactly as many lines
2230         as has been marked (ignore additional lines or add empty lines),
2231         but paste whole source if only one line is marked.
2232         (cua--update-indications): No longer use overwrite-cursor to
2233         indicate rectangle padding
2235         * emulation/cua-rect.el (cua--rectangle-padding): Remove.
2236         (cua--rectangle-virtual-edges): New defun.
2237         (cua--rectangle-get-corners): Remove optional PAD arg.
2238         (cua--rectangle-set-corners): Never do padding.
2239         (cua--forward-line): Remove optional PAD arg.  Simplify.
2240         (cua-resize-rectangle-right, cua-resize-rectangle-left)
2241         (cua-resize-rectangle-down, cua-resize-rectangle-up):
2242         (cua-resize-rectangle-bot, cua-resize-rectangle-top)
2243         (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
2244         (cua--rectangle-move): Never do padding.  Simplify.
2245         (cua--tabify-start): New defun.
2246         (cua--rectangle-operation): Add tabify arg.  All callers changed.
2247         (cua--pad-rectangle): Remove.
2248         (cua--delete-rectangle): Handle delete with virtual edges.
2249         (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
2250         (cua--insert-rectangle): Handle insert at virtual column.
2251         Perform auto-tabify if necessary.
2252         (cua--activate-rectangle): Remove optional FORCE arg.
2253         Never do padding.  Simplify.
2254         (cua--highlight-rectangle): Enhance for virtual edges.
2255         (cua-toggle-rectangle-padding): Remove command.
2256         (cua-toggle-rectangle-virtual-edges): New command.
2257         (cua-sequence-rectangle): Add optional TABIFY arg.  Callers changed.
2258         (cua--rectangle-post-command): Don't force rectangle padding.
2259         (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
2261 2004-08-28  Luc Teirlinck  <teirllm@auburn.edu>
2263         * indent.el (edit-tab-stops-buffer): Doc fix.
2265 2004-08-28  Richard M. Stallman  <rms@gnu.org>
2267         * progmodes/grep.el (grep-default-command): Use find-tag-default.
2268         (grep-tag-default): Function deleted.
2270         * subr.el (find-tag-default): Moved from etags.el.
2272         * progmodes/etags.el (find-tag-default): Moved to subr.el.
2274         * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
2275         into the basic character if it has an uppercase form.
2277 2004-08-27  Kenichi Handa  <handa@m17n.org>
2279         * international/utf-8.el (utf-8-post-read-conversion): If the
2280         buffer is unibyte, temporarily make it multibyte.
2282 2004-08-27  Masatake YAMATO  <jet@gyve.org>
2284         * calendar/time-date.el (time-to-seconds): Add autoload cookies.
2286 2004-08-25  John Paul Wallington  <jpw@gnu.org>
2288         * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
2289         0, 1, and many mismatches in message.
2290         (tex-start-shell): Use `set-process-query-on-exit-flag'.
2292         * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
2293         (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
2295 2004-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2297         * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
2298         vc-diff-switches differently.
2300 2004-08-22  Luc Teirlinck  <teirllm@auburn.edu>
2302         * speedbar.el (speedbar-file-regexp): Give it a phony defvar
2303         before and a real defvar after
2304         `speedbar-supported-extension-expressions'.  This is to silence
2305         the compiler without breaking bootstrapping.
2307 2004-08-22  Richard M. Stallman  <rms@gnu.org>
2309         * textmodes/flyspell.el (flyspell-word):
2310         Use set-process-query-on-exit-flag.
2311         (flyspell-highlight-duplicate-region): Take POSS as arg.
2312         (flyspell-word): Pass POSS as arg.
2314         * progmodes/ada-xref.el: Many doc and style fixes.
2315         (ada-find-any-references): Use compilation-start.
2316         (ada-get-ali-file-name): Improve error msg.
2317         (ada-get-ada-file-name): Likewise.
2319         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
2320         (ange-ftp-start-process): Use set-process-query-on-exit-flag.
2322         * mail/mail-extr.el (mail-extr-all-top-level-domains):
2323         Add forward defvar.
2325         * whitespace.el (global-whitespace-mode): New alias
2326         for whitespace-global-mode.
2328         * speedbar.el (speedbar-file-regexp): Definition moved up.
2329         (speedbar-mode, speedbar-set-mode-line-format):
2330         Use with-no-warnings.
2331         (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
2333         * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
2334         controls whether to display the error buffer.
2336         * ps-mule.el: Delete compatibility code for old Emacses.
2337         (ps-mule-find-wrappoint): Don't use chars-in-region.
2339         * frame.el (display-mouse-p, display-selections-p):
2340         Use with-no-warnings.
2342         * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
2344 2004-08-22  David Kastrup  <dak@gnu.org>
2346         * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
2347         information.
2349         * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
2351 2004-08-22  Andreas Schwab  <schwab@suse.de>
2353         * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
2355 2004-08-22  Masatake YAMATO  <jet@gyve.org>
2357         * cvs-status.el (cvs-status-checkout): New function.
2358         (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
2360 2004-08-21  David Kastrup  <dak@gnu.org>
2362         * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
2363         (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
2364         has been converted to use hashtables, the relation `nil=none' is
2365         no longer valid, as `nil' is not a hashtable.  This patch tries to
2366         reduce the number of resulting errors.
2368 2004-08-21  John Paul Wallington  <jpw@gnu.org>
2370         * subr.el (process-kill-without-query): Made obsolete in
2371         version 21.4, not 21.5.
2373         * log-edit.el (vc-comment-ring, vc-comment-ring-index)
2374         (vc-previous-comment, vc-next-comment)
2375         (vc-comment-search-reverse, vc-comment-search-forward)
2376         (vc-comment-to-change-log): Likewise.
2378         * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
2380 2004-08-21  Peter Seibel  <peter@javamonkey.com>  (tiny patch)
2382         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
2383         Correct indentation of DEFMETHODS with non-standard method
2384         combinations (e.g., PROGN, MIN, MAX).
2386 2004-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2388         * startup.el (normal-top-level-add-subdirs-to-load-path):
2389         Avoid unnecessarily checking system-type.
2390         (normal-top-level): Set TERM to "dumb".  Simplify.
2392         * avoid.el (mouse-avoidance-ignore-p): New fun.
2393         Also ignore switch-frame, select-window, double, and triple clicks.
2394         (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
2395         (mouse-avoidance-fancy-hook): Use it.
2397 2004-08-20  Zoran Milojevic  <zoran@sipquest.com>  (tiny change)
2399         * avoid.el (mouse-avoidance-nudge-mouse)
2400         (mouse-avoidance-banish-destination): Stay within the current window
2401         to avoid problems with mouse-autoselect-window.
2403 2004-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2405         * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
2406         the newer format of some messages in cvs-1.12.1.
2408 2004-08-19  Masatake YAMATO  <jet@gyve.org>
2410         * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
2411         (elp-results-jump-to-definition-by-mouse)
2412         (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
2413         (elp-output-result): Use elp-output-insert-symname.
2415 2004-08-18  Kenichi Handa  <handa@m17n.org>
2417         * language/cyrillic.el: Register koi8-r in
2418         ctext-non-standard-encodings-alist.
2419         ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
2421 2004-08-17  Luc Teirlinck  <teirllm@auburn.edu>
2423         * emacs-lisp/copyright.el (copyright-update-year): Delete code
2424         that replaces 20xy with xy.
2426 2004-08-17  John Paul Wallington  <jpw@gnu.org>
2428         * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
2429         (reb-force-update): Doc fix.
2431 2004-08-16  Richard M. Stallman  <rms@gnu.org>
2433         * progmodes/which-func.el (which-func-update-1): Doc fix.
2435         * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
2436         (sh-mode-abbrev-table): New variable.
2438         * progmodes/compile.el (compilation-mode): Doc fix.
2440         * emacs-lisp/lisp-mode.el (eval-last-sexp):
2441         Don't cons a new symbol each time.
2442         (eval-last-sexp-fake-value): New variable.
2444         * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
2445         (copyright-update-year): Detect continuation of list of years.
2447         * term.el (term-default-fg-color, term-default-bg-color)
2448         (ansi-term-color-vector): Use `unspecified', not nil, as default.
2450         * imenu.el: Several doc fixes: don't say variables are buffer-local.
2452 2004-08-16  Davis Herring <herring@lanl.gov>
2454         * isearch.el (isearch-string, isearch-message-string, isearch-point)
2455         (isearch-success, isearch-forward-flag, isearch-other-end)
2456         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
2457         (isearch-barrier, isearch-within-brackets)
2458         (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
2460 2004-08-16  Kenichi Handa  <handa@m17n.org>
2462         * ps-mule.el (ps-mule-font-info-database): Fix docstring.
2464 2004-08-15  Kenichi Handa  <handa@m17n.org>
2466         * term/x-win.el (x-selection-value): If utf8 was successful but
2467         ctext was not, use utf8 string.
2469 2004-08-14  Davis Herring  <herring@lanl.gov>
2471         * isearch.el: Remove accidental changes of March 4.  Fix backing
2472         up when a regexp isearch is made more general.  Use symbolic
2473         accessor functions for isearch stack frames to make usage clearer.
2474         (search-whitespace-regexp): Made groups in documentation shy (as
2475         is the group in the default value).
2476         (isearch-fallback): New function, addresses problems with regexps
2477         liberalized by `\|', adds support for liberalization by `\}' (the
2478         general repetition construct), and incorporates behavior for
2479         `*'/`?'.
2480         (isearch-}-char): New command, calls `isearch-fallback' with
2481         arguments appropriate to a typed `}'.
2482         (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
2483         appropriately.
2484         (isearch-mode-map): Bind `}' to `isearch-}-char'.
2485         (isearch-string, isearch-message,string, isearch-point)
2486         (isearch-success, isearch-forward-flag, isearch-other-end)
2487         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
2488         (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
2489         New inline functions to read fields of a stack frame.
2491 2004-08-14  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>  (tiny change)
2493         * battery.el (battery-linux-proc-acpi): Look into battery
2494         directories matching the literal string "CMB", too (required for
2495         Linux kernel version 2.6.7).
2497 2004-08-14  John Paul Wallington  <jpw@gnu.org>
2499         * cus-start.el (read-file-name-completion-ignore-case): Add.
2500         (blink-cursor-alist): Change version to "21.4".
2502         * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
2504 2004-08-11  Daniel Pfeiffer  <occitan@esperanto.org>
2506         * speedbar.el (speedbar-scan-subdirs): New option.
2507         (speedbar-file-lists): Don't ignore file-name case on Unix and use
2508         dolist.
2509         (speedbar-insert-files-at-point): Take an extra argument and use
2510         it to optionally find out if a subdir is empty.  Also unreadable
2511         files don't get expand buttons.
2512         (speedbar-directory): New image (unused pixmap already existed).
2513         (speedbar-expand-image-button-alist): Use it.
2515 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
2517         CC Mode update to 5.30.9:
2519         * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
2520         Move from cc-vars to cc-defs for dependency reasons.  Fix the
2521         POSIX char class test to check that it works in
2522         `skip-chars-(forward|backward)' too.
2524         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
2525         first argument starts with a special brace list.
2527         * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
2528         when `c-opt-type-concat-key' is used (i.e. in Pike).
2530         * progmodes/cc-engine.el (c-looking-at-special-brace-list):
2531         Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
2532         >)".
2534         * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
2535         whitespace safe.
2537         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
2538         position for `arglist-intro', `arglist-cont-nonempty' and
2539         `arglist-close' when there are two arglist open parens on the same
2540         line and there's nothing in front of the first.
2542         * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
2543         locking of qualified names in Java, which previously could fontify
2544         common indexing expressions in many cases.  The standard Java
2545         naming conventions are used to tell them apart.
2547         * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
2548         Fix inconsistency wrt opening parens on the first line inside a paren
2549         block.
2551         * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
2552         compile time for the sake of `c-major-mode-is'.
2554         (c-mode-is-new-awk-p): Made it a macro to delay expansion of
2555         `c-major-mode-is' in the event that this is used inside a
2556         `c-lang-defconst'.
2558         * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
2559         `c-lang-defconst' so that it works better with fallback languages.
2561         * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
2562         it to fail to record the base mode.
2564         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
2565         Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
2566         is used.  Reordered the syntax checks to get more efficient
2567         skipping in some situations.
2569         * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
2570         continuation which might precede the newly inserted '{'.
2572         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
2573         Fix cases where it could loop indefinitely.
2575         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
2576         size specs correctly.  Only fontify identifiers in front of '('
2577         with as functions - don't accept any paren char.  Tightened up
2578         initializer skipping to stop before function and class blocks.
2580         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
2581         the point could be left directly after an open paren when finding
2582         the beginning of the first decl in the block.
2584         * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
2585         table when filtering out legitimate open parens to be recorded.
2586         This could cause cache inconsistencies when e.g.
2587         `c++-template-syntax-table' was temporarily in use.
2589         * progmodes/cc-engine.el (c-on-identifier)
2590         (c-simple-skip-symbol-backward): Small fix for handling "-"
2591         correctly in `skip-chars-backward'.  Affected the operator lfun
2592         syntax in Pike.
2594         * progmodes/cc-engine.el (c-invalidate-sws-region-after):
2595         Fix bug that could cause an error from `after-change-functions' when
2596         the changed region is at bob.
2598 2004-08-11  Alan Mackenzie  <bug-cc-mode@gnu.org>
2600         CC Mode update to 5.30.9:
2602         * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
2603         to say that <TAB> doesn't insert WS into a CPP line.
2604         (c-indent-command, c-tab-always-indent): Amend doc strings.
2606         * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
2607         checks for user errors, thus eliminating cryptic and unhelpful
2608         Emacs error messages.  (1) Check the arg to `c-set-style' is a
2609         string.  (2) Check that settings to `c-offsets-alist' are not
2610         spuriously quoted.
2612         * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
2613         which precedes the newly inserted `{'.
2615 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
2617         Sync with Tramp 2.0.44.
2619         * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
2620         function "tramp_file_attributes".  Otherwise, file names
2621         containing spaces are misinterpreted.  Reported by Magnus Henoch
2622         <mange@freemail.hu>.
2623         (tramp-handle-file-truename): FILENAME must be expanded first.
2624         Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
2625         obscure results.  Reported by D. Goel <deego@gnufans.org>.
2626         (tramp-handle-verify-visited-file-modtime): If file does not
2627         exist, say it is not modified if and only if that agrees with the
2628         buffer's record.  Check whether a file is visiting the buffer, or
2629         the buffer has no recorded last modification time.  Return t in
2630         case the visiting file doesn't exist.  Suggested by Luc Teirlinck
2631         <teirllm@auburn.edu>.
2632         (tramp-handle-write-region): Pass modtime explicitely to
2633         `set-visited-file-modtime', because filename can be different
2634         from (buffer-file-name) if `file-precious-flag' is set.
2635         `set-visited-file-modtime' must be called always when `visit' is t
2636         or a string.  Suggested by Luc Teirlinck <teirllm@auburn.edu>.
2637         (tramp-handle-set-visited-file-modtime): If `time-list' is not
2638         nil, don't apply the whole body.  If the file doesn't exists, set
2639         modtime to '(-1 65535).  Suggested by Luc Teirlinck
2640         <teirllm@auburn.edu>.
2642 2004-08-09  Luc Teirlinck  <teirllm@auburn.edu>
2644         * help.el (describe-bindings): Doc fix.
2646         * subr.el (kbd): Doc fix.
2648 2004-08-08  John Paul Wallington  <jpw@gnu.org>
2650         * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
2651         instead of `string-to-int'.
2652         (define-ibuffer-column mode): Fix indentation.
2654 2004-08-08  Lars Hansen  <larsh@math.ku.dk>
2656         * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
2658 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
2660         * subr.el (global-unset-key, local-unset-key): Doc fixes.
2662         * novice.el (disabled-command-function): New variable renamed from
2663         `disabled-command-hook'.
2664         (disabled-command-hook): Keep the _variable_ as alias for
2665         `disabled-command-function' and make obsolete.
2666         (disabled-command-function): Function renamed from
2667         `disabled-command-hook'.  Adapt code to name change of the variable.
2669 2004-08-07  Satyaki Das  <satyaki@theforce.stanford.edu>  (tiny change)
2671         * simple.el (completion-root-regexp): New defvar.
2672         (completion-setup-function): Use it instead of a literal string.
2674 2004-08-07  John Paul Wallington  <jpw@gnu.org>
2676         * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
2677         (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
2678         (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
2679         (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
2681 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
2683         * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
2684         (mail-extr-voodoo): Check mail-extr-disable-voodoo.
2686 2004-08-04  Kenichi Handa  <handa@m17n.org>
2688         * international/encoded-kb.el (encoded-kbd-setup-keymap):
2689         Fix previous change.
2691 2004-08-03  Kenichi Handa  <handa@m17n.org>
2693         * international/encoded-kb.el: The following changes are to
2694         utilize key-translation-map instead of minor mode map.
2695         (encoded-kbd-iso2022-non-ascii-map): Delete it.
2696         (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
2697         (encoded-kbd-last-key): New function.
2698         (encoded-kbd-iso2022-single-shift): New function.
2699         (encoded-kbd-iso2022-designation)
2700         (encoded-kbd-self-insert-iso2022-7bit)
2701         (encoded-kbd-self-insert-iso2022-8bit)
2702         (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
2703         (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
2704         key-translation-map.
2705         (encoded-kbd-setup-keymap): Setup key-translation-map.
2706         (saved-key-translation-map): New variable.
2707         (encoded-kbd-mode): Save/restore key-translation-map.
2708         Adjust for the change of encoded-kbd-setup-keymap.
2710 2004-08-02  Kim F. Storm  <storm@cua.dk>
2712         * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
2713         and call compute-motion with nil for topos and width to get proper
2714         usable width and height for both window and non-window systems.
2716         * windmove.el (windmove-coordinates-of-position): Let compute-motion
2717         calculate usable window width and height.
2719         * window.el (window-buffer-height): Call compute-motion with nil width.
2721 2004-08-01  David Kastrup  <dak@gnu.org>
2723         * replace.el (query-replace-read-from):
2724         Use `query-replace-compile-replacement'.
2725         (query-replace-compile-replacement): New function.
2726         (query-replace-read-to): Use `query-replace-compile-replacement'
2727         for repeating the last command.
2729 2004-08-01  John Paul Wallington  <jpw@gnu.org>
2731         * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
2732         (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
2733         (pr-switches): Remove period from end of error messages.
2735         * help-mode.el (help-go-back): Likewise.
2737         * abbrev.el (only-global-abbrevs): Doc fix.
2738         (edit-abbrevs-map): Define within defvar.
2739         (quietly-read-abbrev-file): Doc fix.
2741 2004-07-31  Luc Teirlinck  <teirllm@auburn.edu>
2743         * novice.el (enable-command, disable-command): Doc fixes.
2745         * subr.el (event-modifiers, event-basic-type): Doc fixes.
2747 2004-07-30  Richard M. Stallman  <rms@gnu.org>
2749         * subr.el (with-local-quit): Doc fix.
2751 2004-07-30  Luc Teirlinck  <teirllm@auburn.edu>
2753         * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
2755 2004-07-28  Luc Teirlinck  <teirllm@auburn.edu>
2757         * custom.el (defcustom): Doc fix.
2759 2004-07-28  Masatake YAMATO  <jet@gyve.org>
2761         * progmodes/etags.el (etags-tags-apropos): Show building progress.
2763 2004-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2765         * imenu.el (imenu-prev-index-position-function)
2766         (imenu-extract-index-name-function, imenu-name-lookup-function)
2767         (imenu--index-alist): Docstring redundancy fix.
2769 2004-07-25  Lars Hansen  <larsh@math.ku.dk>
2771         * wdired.el (wdired-finish-edit): Require dired-aux before locally
2772         binding dired-backup-overwrite.
2774 2004-07-25  John Paul Wallington  <jpw@gnu.org>
2776         * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
2778 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
2780         * term/tty-colors.el (tty-color-approximate): Doc fix.
2782         * select.el (x-get-selection, x-set-selection): Doc fixes.
2784         * frame.el (make-frame): Doc fix.
2786 2004-07-24  Richard M. Stallman  <rms@gnu.org>
2788         * mail/rmail.el (rmail-mime-charset-pattern):
2789         Don't include semicolon in the charset value.
2791         * replace.el (occur-next-error): Call set-window-point.
2792         (occur-engine): Handle negative NLINES.
2794 2004-07-23  Luc Teirlinck  <teirllm@auburn.edu>
2796         * frame.el (modify-all-frames-parameters): Minor doc fix.
2797         (set-frame-configuration): Doc fix.
2799 2004-07-23  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
2801         * simple.el (completion-setup-function): Compute the common parts
2802         and the first difference place correctly when
2803         partial-completion-mode is on.
2805 2004-07-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2807         * ps-print.el: Doc fix.
2808         (ps-print-version): New version 6.6.5.
2809         (ps-printing-region): Doc fix.
2810         (ps-generate-string-list): Comment fix.
2811         (ps-message-log-max): Code fix.
2813 2004-07-22  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
2815         * ps-print.el (ps-begin-file): Improve the DSC compliance of the
2816         generated PostScript.
2818 2004-08-17  Reiner Steib  <Reiner.Steib@gmx.de>
2820         * net/tls.el (tls-process-connection-type): Fix docstring.  (Sync
2821         with Gnus v5_10 branch.)
2823 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
2825         * calendar/time-date.el (time-to-number-of-days): New function.
2826         Imported from from Gnus.
2828 2004-07-22  Kim F. Storm  <storm@cua.dk>
2830         * progmodes/make-mode.el: Fix comments.
2832 2004-07-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2834         * printing.el: Doc fix.
2836 2004-07-20  Luc Teirlinck  <teirllm@auburn.edu>
2838         * frame.el (modify-all-frames-parameters): Minor doc fix.
2840 2004-07-20  Richard M. Stallman  <rms@gnu.org>
2842         * textmodes/fill.el (fill-nobreak-p): If this break point is
2843         at the end of the line, don't consider the newline which follows
2844         as a reason to return t.
2846 2004-07-19  John Paul Wallington  <jpw@gnu.org>
2848         * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
2850 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
2852         * dired-aux.el (dired-do-kill-lines): Expand docstring.
2853         Delete irrelevant code.
2855 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
2857         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
2858         New docstring.  From Luc Teirlinck.
2860 2004-07-17  Luc Teirlinck  <teirllm@auburn.edu>
2862         * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
2863         section.
2864         (auto-revert-handler): Do not check `auto-revert-tail-mode' for
2865         non-file buffers.  We know it is nil.
2867 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
2869         Sync with Tramp 2.0.43.
2871         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
2872         Remove outdated comment.
2873         (tramp-locked, tramp-locker): New variables for implementing a
2874         global lock.
2875         (tramp-sh-file-name-handler): Use them to implement the global lock.
2877 2004-07-13  Michael Albinus  <michael.albinus@gmx.de>
2879         * net/tramp.el (all): Code cleanup.  Change all `tramp-handle-xxx'
2880         calls to respective `xxx` calls.
2881         (tramp-process-alive-regexp): Precise doc string.
2882         (tramp-multi-action-process-alive): New defun.
2883         (tramp-multi-actions): Use it.
2884         (tramp-handle-find-backup-file-name): `copy-tree' is available
2885         since Emacs 21.4 only (XEmacs has it).  Implementation rewritten
2886         in order to avoid this function.
2887         (tramp-handle-write-region): Set current buffer.  If connection
2888         wasn't open, `file-modes' has changed it accidently.  Reported by
2889         David Kastrup <dak@gnu.org>.
2890         (tramp-enter-password, tramp-read-passwd): New arguments USER and
2891         HOST.
2892         (tramp-action-password, tramp-multi-action-password): Apply it.
2893         (tramp-open-connection-rsh): If a port is given, the Tramp buffer
2894         name must still contain the port number.  Otherwise, we have two
2895         Tramp buffers, with all the confusion.  Reported by Myron Selby
2896         <myron@xytech.com> and Rolf Dubitzky
2897         <Dubitzky@physi.uni-heidelberg.de>.
2899         * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
2900         HOST to `tramp-enter-passwd'.
2902         * net/tramp-vc.el (all): Code cleanup.  Change all
2903         `tramp-handle-xxx' calls to respective `xxx` calls.
2905 2004-07-17  Jonathan Yavner  <jyavner@member.fsf.org>
2907         * emacs-lisp/testcover.el: New category "potentially-1valued" for
2908         functions that are not erroneous if either 1-valued or
2909         multi-valued.  Detect functions in this class.
2910         (testcover-1value-functions, testcover-compose-functions)
2911         (testcover-progn-functions) Added some additional functions to lists.
2912         (testcover-mark): Bugfix when marking up the definition for an
2913         empty function.
2915 2004-07-17  Richard M. Stallman  <rms@gnu.org>
2917         * replace.el (occur-read-primary-args): Pass default to
2918         read-from-minibuffer.
2920         * mail/footnote.el (footnote-section-tag): Use defcustom.
2922         * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
2923         Compile font-lock-keywords, not KEYWORDS.
2924         (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
2925         Add warn, check-type.  Handle cerror like error.
2927 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
2929         * progmodes/which-func.el (which-func-keymap): New var.
2930         (which-func-face): New face.
2931         (which-func-format): Use them.
2933 2004-07-16  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
2935         * buff-menu.el (list-buffers-noselect): Append the buffer's
2936         process status to its mode name.
2938 2004-07-16  Kim F. Storm  <storm@cua.dk>
2940         * simple.el (inhibit-mark-movement): New defvar.
2941         (beginning-of-buffer, end-of-buffer): Do not push mark if
2942         inhibit-mark-movement is non-nil or C-u prefix is given.
2944         * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
2945         Init to beginning-of-buffer and end-of-buffer.
2946         (cua--undo-push-mark): New defvar.
2947         (cua--pre-command-handler): Set inhibit-mark-movement if mark is
2948         already active and command is in cua--preserve-mark-commands.
2949         Also fix check for shift modifier on non-window systems.
2950         (cua--post-command-handler): Clear inhibit-mark-movement if set.
2952 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
2954         * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
2955         of two integers, instead of a cons.
2957         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
2958         `visited-file-modtime' now returns a list of two integers, instead
2959         of a cons.
2961         * dired.el (dired-directory-changed-p): Ditto.
2963         * progmodes/grep.el (grep): Doc fix.
2965 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
2967         * autorevert.el (auto-revert-tail-mode)
2968         (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
2969         (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
2970         in both at the same time.
2971         (auto-revert-tail-mode): New command.
2972         (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
2973         (auto-revert-handler): Revert only either tail or whole file.
2975         * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
2976         add auto-revert-tail-mode.
2978 2004-07-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2980         * printing.el: Doc fix.  Change name of some funs.
2981         (pr-dosify-file-name): New fun.  Replace ps-dosify-path.
2982         (pr-unixify-file-name): New fun.  Replace ps-unixify-path.
2983         (pr-standard-file-name): New fun.  Replace pr-standard-path.
2984         (pr-call-process): Code fix.
2986 2004-07-12  Luc Teirlinck  <teirllm@auburn.edu>
2988         * subr.el (with-selected-window): Doc fix.
2990 2004-07-11  Luc Teirlinck  <teirllm@auburn.edu>
2992         * subr.el (get-buffer-window-list): Doc fix.
2994 2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
2996         * files.el (switch-to-buffer-other-window): Doc fix.
2998         * window.el (save-selected-window, one-window-p)
2999         (split-window-keep-point, split-window-vertically)
3000         (split-window-horizontally): Doc fixes.
3002 2004-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3004         * printing.el: Doc fix.  Now it uses call-process instead of
3005         shell-command for low command execution.
3006         (pr-version): New version number (6.8).
3007         (pr-shell-file-name): Option removed.
3008         (pr-shell-command): Fun removed.
3009         (pr-call-process): New fun.  Replace pr-shell-command.
3010         (pr-standard-path, pr-remove-nil-from-list): New funs.
3011         (zmacs-region-stays, current-mouse-event, current-menubar): New var.
3012         (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
3013         (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
3014         (pr-ps-utility-process, pr-txt-print): Code fix.
3016 2004-07-10  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
3018         * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
3019         boolean.
3021 2004-07-09  Lars Hansen  <larsh@math.ku.dk>
3023         * wid-edit.el (widget-field-buffer): Doc fix.
3025 2004-07-09  John Paul Wallington  <jpw@gnu.org>
3027         * emacs-lisp/re-builder.el (reb-update-overlays):
3028         Distinguish between one and several matches in message.
3030 2004-07-09  Richard M. Stallman  <rms@gnu.org>
3032         * mouse.el (mouse-set-region-1): If transient-mark-mode
3033         is `identity', change it to `only'.
3035         * simple.el (current-word): Doc fix.
3037 2004-07-09  Mark A. Hershberger  <mah@everybody.org>
3039         * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
3040         so that it is more understanding of whitespace.
3042         * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
3043         form
3044         (("ns" . "element") (attr-list) children) instead of
3045         ((:ns . "element") (attr-list) children) in order to reduce the
3046         number of symbols used.
3047         (xml-skip-dtd): Change to use xml-parse-dtd but set
3048         xml-validating-parsing to nil.
3049         (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
3050         (xml-substitute-entity): Remove in favor of new entity substitution.
3051         (xml-substitute-special): Rewrite in to substitute complex
3052         entities from DOCTYPE declarations.
3053         (xml-parse-fragment): Parse fragments from entity deleclarations.
3054         (xml-parse-region, xml-parse-tag, xml-parse-attlist)
3055         (xml-parse-dtd, xml-substitute-special): Make validity checks
3056         conditioned on xml-validating-parser.  Add "Not Well Formed" to
3057         error messages about well-formedness.
3059 2004-07-08  Steven Tamm  <steventamm@mac.com>
3061         * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
3062         (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
3063         Do not treat double clicks and triple clicks specially in the
3064         scroll bar (preventing strange repositioning problems)
3066 2004-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3068         * replace.el (query-replace-regexp-eval): Fix last change.
3070 2004-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3072         * replace.el (query-replace-descr): New fun.
3073         (query-replace-read-from, query-replace-read-args): Default to the
3074         previous from&to.
3075         (query-replace-read-to): Quote the `from' string when displaying it.
3076         (query-replace-regexp-eval): Immediately check read-only status.
3077         Use query-replace-read-from to get the \n checking.
3078         Quote the `from' string when displaying it.
3079         (map-query-replace-regexp, occur-read-primary-args):
3080         Quote the `from' string when displaying it.
3082         * isearch.el (isearch-query-replace): Pass the regexp-ness and
3083         delimited-ness of the search to query-replace.
3085         * replace.el (query-replace-read-from, query-replace-read-to):
3086         New funs extracted from query-replace-read-args.
3087         (query-replace-read-args): Use them.
3089         * replace.el (query-replace-interactive, query-replace-read-args):
3090         Remove the `initial' special value.
3091         (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
3092         (occur-engine): Remove unused var `matchend'.
3094         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
3095         Use the search string without prompting.
3097 2004-07-05  Kenichi Handa  <handa@m17n.org>
3099         * international/mule.el (decode-coding-inserted-region):
3100         Set last-coding-system-used only when coding is nil.
3102 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
3104         * progmodes/grep.el (grep-compute-defaults, grep-command)
3105         (grep-program, find-program, grep-find-use-xargs, grep-history)
3106         (grep-find-history, grep-tag-default, grep-find-command)
3107         (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
3108         Add autoload cookies, for unbundled packages that load `compile'
3109         and expect all grep-related symbols to become defined.
3111 2004-07-03  KOSEKI Yoshinori  <kose@meadowy.org>
3113         * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
3114         (iimage-mode-image-search-path): New user option to search the
3115         image file.
3116         (iimage-locate-file): New funcion.  Emacs21.3 or earlier does not
3117         have locate-file.
3118         (iimage-mode-buffer): Use it.
3120 2004-07-03  Nick Roberts  <nickrob@gnu.org>
3122         * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
3123         carefully.
3124         (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
3126 2004-07-03  Juri Linkov  <juri@jurta.org>
3128         * replace.el (query-replace-read-args): Swallow space after 'foo,
3129         not after (quote foo).  Match space only immediately after symbol,
3130         not anywhere in the whole string.
3132 2004-07-02  Richard M. Stallman  <rms@gnu.org>
3134         * replace.el (query-replace-read-args): Swallow space after
3135         symbols, not after closeparens.  But avoid error if string ends there.
3137         * progmodes/python.el (python-beginning-of-statement):
3138         Exit the loop if backward-up-list gets error.
3140         * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
3142 2004-07-02  Andre Spiegel  <spiegel@gnu.org>
3144         * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
3145         only if vc-consult-headers is non-nil.
3147 2004-07-02  Juri Linkov  <juri@jurta.org>
3149         * pcvs.el (cvs-mode-diff-repository): New command.
3151         * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
3153 2004-07-01  Juri Linkov  <juri@jurta.org>
3155         * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
3156         C-M-y to isearch-yank-char.  Bind M-% to isearch-query-replace,
3157         C-M-% to isearch-query-replace-regexp.
3158         (minibuffer-local-isearch-map): Add arrow key bindings.
3159         Bind C-f to isearch-yank-char-in-minibuffer.
3160         (isearch-forward): Doc fix.
3161         (isearch-edit-string): Doc fix.
3162         (isearch-query-replace, isearch-query-replace-regexp): New funs.
3163         (isearch-del-char): Add optional arg.  Set isearch-yank-flag to t.
3164         (isearch-yank-char): Add optional arg.
3165         (isearch-yank-char-in-minibuffer): New fun.
3167         * replace.el (query-replace-interactive): Change type from boolean
3168         to choice.  Add value `initial'.
3169         (query-replace-read-args): Handle value `initial' of
3170         query-replace-interactive.
3172 2004-06-29  Kim F. Storm  <storm@cua.dk>
3174         * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
3175         (breakpoint-disabled-bitmap-face): Add :group 'gud.
3177         * progmodes/ada-xref.el (ada-tight-gvd-integration):
3178         Add :group 'ada.
3180         * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
3182 2004-06-29  Juri Linkov  <juri@jurta.org>
3184         * replace.el (query-replace-read-args): Swallow a space after
3185         everything except )]" which in most cases means after a symbol.
3187         * emacs-lisp/pp.el (pp-buffer): Add autoload.
3189 2004-06-28  Richard M. Stallman  <rms@gnu.org>
3191         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
3192         More changes to go with previous change in font-lock.el.
3194 2004-06-26  David Kastrup  <dak@gnu.org>
3196         * replace.el (perform-replace): Highlight the match even in
3197         non-query mode if there is potential replace string editing.
3199 2004-06-26  Kai Grossjohann  <kai.grossjohann@gmx.net>
3201         * net/tramp.el (tramp-handle-file-remote-p): New implementation to
3202         agree with new return value of `file-remote-p'.
3203         This syncs with Tramp 2.0.42.
3205         * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
3206         according to new documentation of `file-remote-p'.
3208         * files.el (file-remote-p): Fix doc to say that return value is
3209         identification of remote system, if not nil.
3210         (file-relative-name): Use new return value of `file-remote-p'.
3212 2004-06-26  Nick Roberts  <nickrob@gnu.org>
3214         * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
3215         (gdb-goto-breakpoint): Fix breakage.
3217 2004-06-26  Eli Zaretskii  <eliz@gnu.org>
3219         * man.el (Man-getpage-in-background): Add windows-nt to the list
3220         of systems where shell-file-name should be used instead of
3221         literal "sh".
3223 2004-06-25  Sam Steingold  <sds@gnu.org>
3225         * add-log.el (change-log-font-lock-keywords): Support Common Lisp
3226         function names `(setf symbol)'.
3228 2004-06-24  Richard M. Stallman  <rms@gnu.org>
3230         * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
3232         * font-lock.el (font-lock-keywords): Change format of compiled values.
3233         Document it.
3234         (font-lock-add-keywords): If font-lock-keywords is compiled,
3235         extract the uncompiled version, modify, then recompile.
3236         (font-lock-remove-keywords): Likewise.
3237         (font-lock-fontify-keywords-region): Handle changed format.
3238         (font-lock-compile-keywords): Handle changed format.
3239         (font-lock-set-defaults): Compile the keywords explicitly here.
3241 2004-06-24  David Kastrup  <dak@gnu.org>
3243         * replace.el (query-replace-read-args): Implement `\,' and `\#'
3244         replacements here.
3245         (query-replace-regexp): Doc string explaining this and the new
3246         `\?' replacement.  Remove `\,' and `\#' implementation here, as it
3247         is better placed in `query-replace-read-args'.
3248         (replace-regexp): Explain `\,', `\#' and `\?'.
3249         (replace-match-data): New function for thorough reuse/destruction
3250         of old match-data.
3251         (replace-match-maybe-edit): Function for implementing `\?' editing.
3252         (perform-replace): Fix maintaining of the match stack including
3253         already matched regions, implement `\?', fix various problems
3254         with regions while editing and other stuff.
3255         (replace-highlight): Simplify.
3257 2004-06-24  Daniel Pfeiffer  <occitan@esperanto.org>
3259         * progmodes/grep.el (grep-error-screen-columns): New variable.
3260         (grep-regexp-alist): Give it the full functionality of gnu style
3261         compilation messages with line and column ranges.  Ask me for the
3262         perl script I'm working on, that uses these.
3264 2004-06-23  Nick Roberts  <nickrob@gnu.org>
3266         * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
3267         Remove.
3268         (comint-insert-input, comint-mouse-insert-input): New functions
3269         based on comint-insert-clicked-input for two bindings but just
3270         one functionality.
3272 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
3274         * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
3276 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
3278         * files.el (write-contents-functions): Doc fix.
3280 2004-06-21  Juanma Barranquero  <lektu@terra.es>
3282         * image.el (image-library-alist): Rewrite docstring in active voice.
3284 2004-06-20  Richard M. Stallman  <rms@gnu.org>
3286         * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
3288         * isearch.el (isearch-repeat): Avoid testing old match data.
3289         (isearch-message): Display trailing space in special font
3290         when search is failing.
3291         (isearch-search-fun-function): Doc fix.
3293         * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
3295 2004-06-19  Luc Teirlinck  <teirllm@auburn.edu>
3297         * frame.el (show-trailing-whitespace): Doc fix.
3299         * cus-edit.el (custom-variable-documentation): New function.
3300         (custom-variable): Use it.
3302 2004-06-19  Nick Roberts  <nickrob@gnu.org>
3304         * man.el (Man-getpage-in-background): Revert previous change but
3305         make cygwin a special case.
3307 2004-06-18  Luc Teirlinck  <teirllm@auburn.edu>
3309         * autorevert.el (global-auto-revert-non-file-buffers):
3310         Update docstring.
3312 2004-06-19  Daniel Pfeiffer  <occitan@esperanto.org>
3314         * progmodes/compile.el (compilation-error-properties): Store one
3315         more than end-col, if present, so that transient-mark-mode will
3316         highlight last char too.
3317         * progmodes/grep.el (grep-regexp-alist): Match columns and column
3318         ranges, if present.
3320 2004-06-18  Jason Rumney  <jasonr@gnu.org>
3322         * makefile.w32-in: Double percent signs in for loops.
3324 2004-06-17  David Kastrup  <dak@gnu.org>
3326         * replace.el (query-replace-read-args): Only warn about use of \n
3327         and \t when we are doing a regexp replacement and the actual
3328         escaped character is n or t.
3329         (query-replace-regexp): Add \, and \# interpretation to
3330         interactive call and document it.
3331         (query-replace-regexp-eval, replace-match-string-symbols): Add \#
3332         as shortkey for replace-count.
3333         (replace-quote): New function for doubling backslashes.
3335 2004-06-17  Juanma Barranquero  <lektu@terra.es>
3337         * files.el (parse-colon-path, cd): Mention in docstring that the
3338         path separator is colon in GNU-like systems.
3340         * newcomment.el (comment-region-internal): Fix docstring.
3342         * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
3343         (ewoc-invalidate, ewoc-collect): Doc fixes.
3344         (ewoc--create-node, ewoc--delete-node-internal):
3345         Fix typos in docstring.
3347 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
3349         * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
3350         manual to docstring.
3352 2004-06-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3354         * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
3356 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
3358         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
3359         Add hyperlink to emacs-xtra manual to docstring.
3361         * autorevert.el (global-auto-revert-non-file-buffers):
3362         Add hyperlink to emacs-xtra manual to docstring, as well as an
3363         info-link.
3365 2004-06-14  Juanma Barranquero  <lektu@terra.es>
3367         * image.el (image-library-alist): New variable to map image types
3368         to external libraries.  Initialized to nil, unless system-specific
3369         configs change it.
3370         (image-type-available-p): Determine whether an image type is
3371         available by calling `init-image-library'.
3373         * term/w32-win.el (image-library-alist): Initialize to a known set
3374         of probable library names.
3376 2004-06-14  Kenichi Handa  <handa@m17n.org>
3378         * international/code-pages.el (windows-1256, cp1125): Fix tables
3379         for several characters.
3381         * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
3383 2004-06-13  Richard M. Stallman  <rms@gnu.org>
3385         * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
3387         * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
3388         not "`pc-selection-mode'".
3390         * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
3392         * simple.el (previous-matching-history-element): Specify a default.
3394         * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
3396         * cus-face.el (custom-declare-face): Simplify code.
3398         * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
3400 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
3402         * files.el (before-save-hook): Add `time-stamp' to the options.
3404         * time-stamp.el (time-stamp): Recommend adding it to
3405         `before-save-hook', rather than `write-file-functions'.
3406         Make a similar change in `Commentary' section.
3408 2004-06-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
3410         * diff-mode.el (diff-current-defun): If at start of hunk, use
3411         position of first change.
3413 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
3415         * dired-x.el (dired-mark-omitted): Bind to "*O".
3417 2004-06-12  Karl Fogel  <kfogel@red-bean.com>
3419         * bookmark.el (bookmark-bmenu-relocate): New function, as
3420         suggested by David J. Biesack <David.Biesack@sas.com>.
3421         (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
3422         (bookmark-bmenu-mode): Describe binding in doc string.
3423         (bookmark-set-filename): Save the bookmark list if it's time.
3425 2004-06-13  Kenichi Handa  <handa@m17n.org>
3427         * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
3428         (ccl-untranslated-to-ucs): Fix typo.
3430 2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
3432         * progmodes/python.el (python-open-block-statement-p):
3433         Fix indentation after a block opening that contains a comment.
3435 2004-06-12  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>  (tiny change)
3437         * bindings.el (completion-ignored-extensions): Add file extensions
3438         of Python byte-compiled files.
3440 2004-06-12  Juri Linkov  <juri@jurta.org>
3442         * info.el (Info-goto-node): Add autoload.
3443         (Info-toc): Add substring-no-properties on Info file name.
3444         (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
3445         (Info-mode-map): Bind L to Info-history, T to Info-toc.
3447 2004-06-12  Kenichi Handa  <handa@m17n.org>
3449         * international/mule-cmds.el (set-language-environment):
3450         Load subst tables if necessary.
3452         * international/mule.el (decode-char): Load subst tables if necessary.
3453         (encode-char): Likewise.
3455         * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
3456         pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
3457         (utf-16le-decode-loop): Set r5 to -1 before loop.
3458         (utf-16be-decode-loop): Likewise.
3459         (ccl-decode-mule-utf-16le): Add EOF processing block.
3460         (ccl-decode-mule-utf-16be): Likewise.
3461         (ccl-decode-mule-utf-16le-with-signature): Likewise.
3462         (ccl-decode-mule-utf-16be-with-signature): Likewise.
3463         (ccl-decode-mule-utf-16): Likewise.  Set r5 to -1 initially.
3464         (ccl-mule-utf-16-encode-untrans): New CCL.
3465         (utf-16-decode-to-ucs): Handle pre-read character.
3466         (utf-16le-encode-loop): Handle surrogate pair.
3467         (utf-16be-encode-loop): Likewise.
3468         (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
3469         of utf-16le-encode-loop.
3470         (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
3471         of utf-16be-encode-loop.
3472         (mule-utf-16-post-read-conversion):
3473         Call utf-8-post-read-conversion at first.
3474         (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
3475         Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
3476         Add post-read-conversion and pre-write-conversion.
3478         * international/utf-8.el (utf-translate-cjk-charsets): New variable.
3479         (utf-translate-cjk-unicode-range): New variable.
3480         (utf-translate-cjk-load-tables): New function.
3481         (utf-lookup-subst-table-for-decode): New function.
3482         (utf-lookup-subst-table-for-encode): New function.
3483         (utf-translate-cjk-mode): Init-value changed to t.  Don't load
3484         tables here.  Update safe-charsets of utf-* coding systems.
3485         (ccl-mule-utf-untrans): New CCL.
3486         (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans.  Use `repeat'
3487         at end of each branch.
3488         (ccl-mule-utf-8-encode-untrans): New CCL.
3489         (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
3490         (ccl-untranslated-to-ucs): Handle 2-byte encoding.  Set r1 to the
3491         length of encoding.  Don't return r0.
3492         (utf-8-compose): New arg hash-table.  Handle 2-byte encoding.
3493         (utf-8-post-read-conversion): Narrow to region properly.
3494         If utf-translate-cjk-mode is on, load tables if necessary.
3495         Call utf-8-compose with hash-table arg if necessary.
3496         Call XXX-compose-region instead of XXX-post-read-convesion.
3497         (utf-8-pre-write-conversion): New function.
3498         (mule-utf-8): Include CJK charsets in safe-charsets if
3499         utf-translate-cjk-mode is on.  Add pre-write-conversion.
3501         * international/characters.el: Temporarily set
3502         utf-translate-cjk-mode to nil.
3504         * language/devan-util.el (devanagari-compose-region):
3505         Add autoload cookie.
3507         * international/ccl.el (ccl-dump-call): Fix printing the
3508         subroutine name.
3510 2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>
3512         * dired.el (dired-revert): If buffer is marked unmodified before
3513         reverting, keep it marked unmodified.
3514         Adapt to new conventions for commenting out code.
3515         (dired-make-relative): Adapt to new conventions for commenting out code.
3517 2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>
3519         * eshell/esh-module.el (eshell-load-defgroups):
3520         Bind `vc-handled-backends' to nil when opening files.
3522 2004-06-11  Juanma Barranquero  <lektu@terra.es>
3524         * files.el (parse-colon-path, cd): Doc fixes (refer to
3525         `path-separator', not colon).
3527 2004-06-10  Juanma Barranquero  <lektu@terra.es>
3529         * newcomment.el (comment-search-forward)
3530         (comment-search-backward): Fix typos in docstring.
3531         (comment-region): Doc fix.
3533 2004-06-10  Luc Teirlinck  <teirllm@auburn.edu>
3535         * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
3536         switch is no longer stored in `dired-switches-alist'.
3538         * dired-aux.el (dired-insert-subdir): Do not store R switch in
3539         `dired-switches-alist'.
3541 2004-06-10  Kim F. Storm  <storm@cua.dk>
3543         * pcvs.el (cvs-mode-diff-yesterday): New command.
3545         * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
3547 2004-06-10  Juri Linkov  <juri@jurta.org>
3549         * emacs-lisp/edebug.el (edebug-eval-defun):
3550         * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
3551         Fix docstring.
3553         * simple.el (eval-expression-print-format): Don't print additional
3554         information on the first call to `eval-print-last-sexp'.
3555         (next-error-find-buffer): Fix punctuation.
3556         (killing) <defgroup>: Fix punctuation.
3557         (yank-excluded-properties): Change group from editing to killing.
3559         * replace.el (perform-replace): Use `limit' to terminate the
3560         while-loop explicitly.
3562 2004-06-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3564         * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
3565         Use lc-*.xpm as prefix instead of *-locol.xpm.
3567         * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
3568         * toolbar/lc-help.xpm, toolbar/lc-home.xpm
3569         * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
3570         * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
3571         * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
3572         * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
3573         * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
3574         * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
3575         * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
3576         * toolbar/lc-up_arrow.xpm:
3577         Renamed from *-locol.xpm.
3579 2004-06-09  Rajesh Vaidheeswarran  <rv@gnu.org>
3581         * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
3582         include forms like &<str>; as valid url patterns.
3584 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
3586         * dired.el (dired-diff, dired-backup-diff)
3587         (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
3588         (dired-do-chown, dired-do-touch, dired-do-print)
3589         (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
3590         (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
3591         (dired-create-directory, dired-do-copy, dired-do-symlink)
3592         (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
3593         (dired-do-copy-regexp, dired-do-hardlink-regexp)
3594         (dired-do-symlink-regexp, dired-upcase, dired-downcase)
3595         (dired-maybe-insert-subdir, dired-next-subdir)
3596         (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
3597         (dired-kill-subdir, dired-tree-up, dired-tree-down)
3598         (dired-hide-subdir, dired-hide-all, dired-show-file-type)
3599         (dired-run-shell-command, dired-query): Remove redundant,
3600         or incorrect, autoloads.
3602         * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
3603         does not end in a slash.  Add optional argument KILL-ROOT.
3604         Update docstring.
3605         (dired-do-touch, dired-clean-directory, dired-run-shell-command)
3606         (dired-query): Add autoloads.
3608 2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
3610         * progmodes/compile.el (compilation-set-window-height):
3611         Rearrange the save-* functions because a buffer can have several current
3612         point in different windows.
3613         (compilation-error-regexp-alist-alist): Recognize {standard input}
3614         GNU messages (for gcc --pipe) and more kinds of Oracle messages.
3616 2004-06-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3618         * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
3619         * toolbar/help-locol.xpm, toolbar/home-locol.xpm
3620         * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
3621         * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
3622         * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
3623         * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
3624         * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
3625         * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
3626         * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
3627         * toolbar/up_arrow-locol.xpm:
3628         New versions of icons that uses fewer colors.
3630         * toolbar/tool-bar.el (tool-bar-local-item)
3631         (tool-bar-local-item-from-menu): Try to use icons with fewer colors
3632         if display-color-cells is 256 or less.
3634 2004-06-08  Kim F. Storm  <storm@cua.dk>
3636         * wid-edit.el (widget-specify-button): Use hand pointer rather
3637         than mouse-face as visible mouse-over effect.
3639 2004-06-07  Karl Fogel  <kfogel@red-bean.com>
3641         * saveplace.el (save-place-alist-to-file): Bind `print-length'
3642         and `print-level' to nil when writing out `save-place-alist'.
3643         Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
3645 2004-06-07  Juanma Barranquero  <lektu@terra.es>
3647         * completion.el (completion-kill-region): Doc fix.
3649         * format.el (format-insert-annotations)
3650         (format-annotate-location): Doc fixes.
3651         (format-subtract-regions): Make arguments match their use in docstring.
3653         * simple.el (kill-region): Doc fix.
3655         * subr.el (insert-buffer-substring-no-properties)
3656         (insert-buffer-substring-as-yank): Doc fixes.
3658 2004-06-07  Luc Teirlinck  <teirllm@auburn.edu>
3660         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
3661         Update docstring.
3662         (dired-reset-subdir-switches): New function.
3664         * dired.el (dired-undo): Call `dired-build-subdir-alist'.
3665         Limit scope of `buffer-read-only' binding.
3667 2004-06-06  Emilio C. Lopes  <eclig@gmx.net>
3669         * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
3670         eshell-explicit-command-char.
3672 2004-06-06  Juanma Barranquero  <lektu@terra.es>
3674         * help-fns.el (help-argument-name): Inherit from italic face only
3675         if the frame supports it.
3677 2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3679         * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
3680         * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
3681         * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
3682         * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
3683         * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
3684         * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
3685         * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
3686         New conversions from xpm files.
3688         * toolbar/README: New file.
3690 2004-06-06  Richard M. Stallman  <rms@gnu.org>
3692         * isearch.el (isearch-mode-map): Undo previous change.
3694 2004-06-05  Juri Linkov  <juri@jurta.org>
3696         * bindings.el (debug-ignored-errors): Add regexps for history
3697         related messages.  Remove $ from "No further undo information".
3698         Move Ediff's messages to ediff.el.
3700         * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
3702         * cus-edit.el (custom-display): Add `min-colors'.
3704         * custom.el (defface): Add `supports' to docstring.
3706         * help-fns.el (help-argument-name): Add :group 'help.
3708 2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
3710         * find-dired.el (find-ls-subdir-switches): New user option.
3711         (find-dired): No longer call `abbreviate-file-name' on DIR.
3712         Set `dired-subdir-switches' buffer-locally.
3714         * locate.el: Merge the two `Commentary' sections.
3715         (locate-ls-subdir-switches): New user option.
3716         (locate): Update for other changes.
3717         (locate-mode-map): Restore Dired binding for mouse-2.
3718         Bind `locate-mouse-view-file' to M-mouse-2.
3719         Bind `l' to `locate-do-redisplay'.
3720         (locate-main-listing-line-p, locate-do-redisplay): New functions.
3721         (locate-mouse-view-file, locate-tags, locate-find-directory):
3722         Print message if used outside main listing.
3723         (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
3724         Various changes to support inserted subdirectories.
3725         (locate-insert-header): Change header of *Locate* buffer.
3727         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
3728         Change interactive default switches.
3729         (dired-rename-subdir-2): Update `dired-switches-alist'.
3730         (dired-insert-subdir, dired-kill-subdir):
3731         Handle `dired-switches-alist'.  Do not mark buffer modified.
3732         (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
3733         (dired-insert-subdir-doinsert): Omit messages.
3734         Handle `dired-subdir-switches'.
3735         (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
3737         * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
3738         (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
3739         subdirs if -R switch is used for a subdir.
3740         (dired-mode): Set `dired-switches-alist'.
3741         (dired-build-subdir-alist): Only print number of directories in
3742         echo area when invoked interactively.
3744 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
3746         * dired-x.el (dired-omit-mode): Rename from
3747         dired-omit-files-p.  Use define-minor-mode to define it.
3748         (dired-omit-files-p): Add as alias for dired-omit-mode.
3749         (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
3750         dired-mark-omitted.
3751         (dired-mark-omitted): Add.  Bind to M-O.
3753 2004-06-05  Kenichi Handa  <handa@m17n.org>
3755         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
3757 2004-06-05  Juanma Barranquero  <lektu@terra.es>
3759         * help-fns.el (help-argument-name): Reintroduce face.
3760         (help-default-arg-highlight): Use it, now that
3761         `face-differs-from-default-p' can be trusted.
3763 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
3765         * textmodes/table.el: Sentence commands added to Point Motion
3766         group; kill and backward-kill commands added to Extraction group.
3768 2004-06-04  Mario Lang  <mlang@delysid.org>
3770         * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
3771         systems appear to use mW, make the code handle this.  Fix a
3772         division-by-zero bug while at it, and handle kernels with
3773         a slightly different layout in /proc/acpi.
3775 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
3777         * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
3778         because the latter is a CL-ism.  This fixes the bug reported by
3779         Shawn Boyette <mdxi@collapsar.net> in
3780         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
3782 2004-06-04  Miles Bader  <miles@gnu.org>
3784         * faces.el (display-supports-face-attributes-p): Function moved to
3785         C code.  Previously only the tty-related portion of this function
3786         was done in C; however the previous attempt to do a halfway-proper
3787         job for non-tty displays in lisp didn't work properly because of
3788         funny conditions during Emacs startup.
3789         (face-differs-from-default-p): Simplify, now that
3790         display-supports-face-attributes-p works properly on all display
3791         types.  Remove :stipple from comparison; it doesn't really work
3792         in emacs anyway.
3794 2004-06-04  Miles Bader  <miles@gnu.org>
3796         * faces.el (face-differs-from-default-p): Use a different
3797         implementation, so we can really check whether FACE displays
3798         differently or not.
3800 2004-06-04  Miles Bader  <miles@gnu.org>
3802         * faces.el (display-supports-face-attributes-p): Implement a
3803         `different from default' check for non-tty displays.
3805 2004-06-03  David Kastrup  <dak@gnu.org>
3807         * woman.el (woman-mapcan): More concise code.
3808         (woman-topic-all-completions, woman-topic-all-completions-1)
3809         (woman-topic-all-completions-merge): Replace by a simpler and
3810         much faster implementation based on O(n log n) sort/merge instead
3811         of the old O(n^2) behavior.
3813 2004-06-03  Miles Bader  <miles@gnu.org>
3815         * subr.el (read-number): Use canonical format for default in prompt.
3817         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
3818         Add regexp for " [...]" style defaults.
3820 2004-06-02  Romain Francoise  <romain@orebokech.com>
3822         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
3823         groups: if the user asks for a hidden buffer, open the
3824         corresponding filter group to expose it.
3826         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
3827         `ibuffer-jump-to-buffer'.
3828         (ibuffer-jump-offer-only-visible-buffers): New user option.
3830 2004-06-02  Juanma Barranquero  <lektu@terra.es>
3832         * faces.el (frame-update-faces): Add empty docstring so the one
3833         for `ignore' doesn't show through.
3835         * subr.el (process-kill-without-query): Remove spurious "\n" on
3836         obsolescence string.
3837         (focus-frame, unfocus-frame): Add obsolescence declaration and
3838         empty docstring.
3840         * international/mule.el (register-char-codings): Make alias for
3841         `ignore'.  Move docstring to obsolescence info and remove redundancy.
3843 2004-06-02  Kim F. Storm  <storm@cua.dk>
3845         * frame.el (blink-cursor-start): Turn cursor off initially so blink
3846         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
3848 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3850         * comint.el (comint-replace-by-expanded-history-before-point):
3851         Obey `start' as the docstring says.
3852         (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
3853         (comint-update-fence): Prevent font-lock from running unnecessarily.
3854         (comint-dynamic-list-completions): Use with-current-buffer.
3856 2004-06-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3858         * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
3859         (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
3860         (bibtex-entry-update): Handle alternatives and optional fields.
3861         (bibtex-parse-entry): Bugfix, handle empty key.
3863 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3865         * vc-arch.el (vc-arch-state): Don't assume the file exists.
3867 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
3869         * desktop.el (desktop-save): Don't save minor modes without a
3870         known mode initialization function.
3872 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
3874         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
3876         * autorevert.el: Update `Commentary' section.
3878 2004-05-30  Juanma Barranquero  <lektu@terra.es>
3880         * dos-fns.el (convert-standard-filename):
3881         * files.el (convert-standard-filename):
3882         * w32-fns.el (convert-standard-filename):
3883         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
3885 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
3887         Sync with Tramp.
3889         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
3890         (tramp-let-maybe): Move to an earlier spot in the file.
3891         Patch by Andreas Schwab.
3893 2004-05-30  Andreas Schwab  <schwab@suse.de>
3895         * dired.el (dired-get-filename): Don't use dired-re-dot.
3897 2004-05-30  Richard M. Stallman  <rms@gnu.org>
3899         * files.el (find-file): Doc fix.
3901         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
3903 2004-05-30  Nick Roberts  <nickrob@gnu.org>
3905         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
3906         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
3907         modeline of the locals buffer.
3908         (gdb-goto-breakpoint): Handle gdbmi.
3909         (gdb-get-frame-number): Change for gdbmi.
3911 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
3913         * files.el (file-remote-p): Apply file name handler for operation
3914         `file-remote-p'.  It isn' a property any longer.
3915         (file-relative-name): `fh' and `fd' get the required value via
3916         `find-file-name-handler' already.
3918         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
3919         (top): Remove setting of `file-remote-p' property for
3920         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
3922 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
3924         Version 2.0.41 of Tramp released.
3926         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
3927         Throw away if process has died.
3928         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
3929         (tramp-out-of-band-prompt-regexp): Rename to
3930         `tramp-process-alive-regexp', because its usage is widen.
3931         (tramp-actions-copy-out-of-band): Apply it.
3932         (tramp-actions-before-shell, tramp-multi-actions):
3933         Add `tramp-action-process-alive' action.
3934         (tramp-action-process-alive): New defun.
3935         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
3936         Add entry for `file-remote-p'.
3937         (tramp-handle-file-remote-p): New defun.
3938         (top): Remove setting of `file-remote-p'.  Don't set
3939         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
3941         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
3942         `file-remote-p'.
3944         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
3945         counted for (last) line.  [They should or they shouldn't?  --Stef]
3946         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
3948 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
3950         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
3951         not really necessary but seems to keep the shell history smaller
3952         in some cases.  It is no substitute for setting HISTFILE and
3953         HISTSIZE from tramp-open-connection-setup-interactive-shell,
3954         though.  Suggested by Luc Teirlinck.
3955         (tramp-open-connection-setup-interactive-shell): Export variables
3956         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
3957         (tramp-set-process-query-on-exit-flag): New compat function.
3958         (tramp-open-connection-multi, tramp-open-connection-su)
3959         (tramp-open-connection-rsh, tramp-open-connection-telnet)
3960         (tramp-do-copy-or-rename-file-out-of-band): Use it.
3961         (tramp-let-maybe): New macro, let-binds a variable only if it
3962         isn't obsolete.
3963         (tramp-check-ls-commands, tramp-handle-expand-file-name)
3964         (tramp-handle-file-truename): Use it.
3965         (tramp-completion-file-name-regexp-unified): Avoid matching
3966         filenames starting with "/:" -- those are reserved for
3967         file-name-non-special.
3969         * tramp-smb.el (tramp-smb-open-connection):
3970         Use tramp-set-process-query-on-exit-flag compat function.
3972 2004-05-29  Richard M. Stallman  <rms@gnu.org>
3974         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
3976         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
3977         (eval-last-sexp-print-value): Print char equivalent regardless
3978         of standard-output value.
3980         * thumbs.el (thumbs-subst-char-in-string): Delete.
3981         (thumbs-thumbname): Use subst-char-in-string.
3982         (thumbs-resize-image): Use condition-case, not ignore-errors.
3983         (thumbs-kill-buffer): Likewise.
3985         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
3986         (thumbs-mode): Make buffer read-only.
3987         (thumbs-make-thumb): Unconditionally accept an existing file.
3988         (thumbs-insert-thumb): Add thumb-image-file property to the image.
3989         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
3990         (thumbs-show-thumbs-list): Error if images not supported.
3991         (thumbs-save-current-image): Improve prompt string.
3992         (thumbs-mode-map): Define u, R, x.
3993         (thumbs-unmark): New command.
3994         (thumbs-emboss-image): Minor cleanup.
3995         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
3996         (thumbs-rename-images): New command.
3997         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
3999         * thumbs.el (thumbs-current-image): New function.
4000         (thumbs-file-list, thumbs-file-alist): New functions.
4001         (thumbs-find-image): Delete arg L.
4002         Don't set up thumbs-fileL as buffer-local global var.
4003         (thumbs-find-image-at-point): Use thumbs-current-image.
4004         (thumbs-set-image-at-point-to-root-window): Likewise.
4005         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
4006         Record and warn about errors.  Update thumbs-markedL for deletions.
4007         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
4008         (thumbs-redraw-buffer): Use thumbs-file-list.
4009         (thumbs-mark): Use thumbs-current-image.
4010         (thumbs-show-name): Use thumbs-current-image.
4012         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
4013         and imenu--last-menubar-index-alist.
4015         * subr.el (with-selected-window): Undo previous change.
4017 2004-05-29  John Paul Wallington  <jpw@gnu.org>
4019         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
4020         (thumbs-mouse-find-image): New command.
4021         (thumbs-mode-map): Bind it to mouse-2.
4022         (thumbs-mode): Make mode-class special.
4023         (thumbs-view-image-mode): Likewise.
4025 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
4027         * flymake.el: New file.
4029 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
4031         * files.el (find-file-noselect-1): Do not bind
4032         `inhibit-read-only' to t during execution of
4033         `find-file-not-found-functions'.
4035 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4037         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
4038         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
4040 2004-05-28  Juri Linkov  <juri@jurta.org>
4042         * simple.el (eval-expression-print-format): New fun.
4044         * simple.el (eval-expression):
4045         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
4046         * emacs-lisp/edebug.el (edebug-compute-previous-result)
4047         (edebug-eval-expression): Print additionally the value returned by
4048         `eval-expression-print-format'.
4050         * emacs-lisp/lisp.el (insert-pair-alist): New var.
4051         (insert-pair): Make arguments optional.  Find character pair
4052         from `insert-pair-alist' according to the last input event.
4053         (insert-parentheses): Make arguments optional.
4054         (raise-sexp, delete-pair): New funs.
4056         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
4057         (emacs-lisp-mode-map, lisp-interaction-mode-map):
4058         Bind C-M-q to `indent-pp-sexp'.
4060         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
4061         `pp-to-string' modified to be able to format text with newlines.
4062         (pp-to-string): Move the buffer-formatting part of the code to
4063         `pp-buffer'.  Call `pp-buffer'.
4065         * info.el (Info-desktop-buffer-misc-data): Don't save information
4066         about virtual files.
4067         (Info-restore-desktop-buffer): Restore Info buffers in prepared
4068         buffers with names obtained from the desktop file instead of the
4069         default *info* buffer.
4071 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4073         * subr.el (with-selected-window): Only save/restore the selected window.
4075         * progmodes/compile.el (compilation-error-regexp-alist):
4076         Use expand-file-name and data-directory.
4078         * progmodes/grep.el (grep-tree): Rework previous fix.
4080         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
4081         after the user marked text with the mouse.
4083         * startup.el (command-line): Keep the first regexp of
4084         auto-save-file-name-transforms intact.
4086 2004-05-28  Juanma Barranquero  <lektu@terra.es>
4088         * cus-edit.el (customize-face, customize-face-other-window)
4089         (custom-face-edit-delete): Make arguments match their use in
4090         docstring.
4091         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
4092         docstring.
4094         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
4095         not `cvs-butlast'.
4097         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
4098         `nbutlast' are in subr.el).
4100         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
4101         (set-w32-system-coding-system): Doc fixes.
4103         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
4104         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
4105         Make arguments match their use in docstring.
4106         (artist-draw-region-trim-line-endings)
4107         (artist-mouse-choose-operation): Fix typo in docstring.
4108         (artist-key-set-point-common): Doc fix.
4110 2004-05-28  Simon Josefsson  <jas@extundo.com>
4112         * mail/smtpmail.el (smtpmail-open-stream):
4113         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
4115 2004-05-26  Simon Josefsson  <jas@extundo.com>
4117         * starttls.el: Merge with my GNUTLS based starttls.el.
4118         (starttls-gnutls-program, starttls-use-gnutls)
4119         (starttls-extra-arguments, starttls-process-connection-type)
4120         (starttls-connect, starttls-failure, starttls-success): New variables.
4121         (starttls-program, starttls-extra-args): Doc fix.
4122         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
4123         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
4124         and pass on to corresponding *-gnutls function if it is set.
4126 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
4128         * autorevert.el (auto-revert-handler): Disable auto-reverting of
4129         remote files.
4131 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
4133         * files.el (file-name-non-special): There are more operations
4134         which need handling: `find-backup-file-name',
4135         `insert-file-contents', `verify-visited-file-modtime',
4136         `write-region'.  Rename t value of method to `add'.  Add new
4137         methods `quote' and `unquote-then-quote' to file-arg-indices.
4139 2004-05-25  Juri Linkov  <juri@jurta.org>
4141         * info.el (Info-toc): Call Info-mode on intermediate buffer.
4142         (Info-index-nodes): Enclose code in condition-case to catch errors.
4143         (Info-index-node): Don't search all index nodes if request is only
4144         for the current node and file is not in the cache of index nodes.
4145         (Info-mode-map): Bind Info-copy-current-node-name to `w'
4146         for consistency with dired-copy-filename-as-kill.
4147         Bind `S' to Info-search-case-sensitively.
4148         (Info-copy-current-node-name): New arg.  With zero prefix arg put
4149         the name inside a function call to `info'.  Display copied text in
4150         the echo area.
4152 2004-05-25  Sam Steingold  <sds@gnu.org>
4154         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
4155         strip the package prefix from the symbol name, if any.
4156         Make it the `find-tag-default-function' for `lisp-mode'.
4158 2004-05-25  John Paul Wallington  <jpw@gnu.org>
4160         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
4161         instead of obsolete `process-kill-without-query'.
4163         * textmodes/texinfmt.el (texinfo-indexvar-alist):
4164         Declare as variable, not constant.
4166 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
4168         * files.el (find-file-noselect-1): Fix bug introduced by
4169         Revision 1.694.  As a side effect, `inhibit-read-only'
4170         is again, by default, t during execution of
4171         `find-file-not-found-functions'.
4172         (insert-directory): Check that lines were really inserted by
4173         the --dired switch, before erasing them.
4175 2004-05-24  Nick Roberts  <nickrob@gnu.org>
4177         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
4178         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
4179         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
4180         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
4181         gud-minor-mode (gdbmi).
4183 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
4185         * net/browse-url.el (browse-url-interactive-arg): Enable user to
4186         explicitly select the text to be taken as URL.
4188 2004-05-23  Juri Linkov  <juri@jurta.org>
4190         * info.el (Info-index-nodes): New var and fun.
4191         (Info-goto-index, Info-index, info-apropos)
4192         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
4193         (Info-index): Fix docstring.  Store and restore Info-history-list.
4194         (Info-complete-nodes): New var.
4195         (Info-complete-menu-item): Use it.
4196         (Info-index-node): New fun.
4197         (Info-final-node, Info-forward-node, Info-backward-node)
4198         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
4199         Use Info-index-node.
4200         (Info-extract-menu-item, Info-extract-menu-counting): Set second
4201         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
4202         (Info-find-node-2): If a node with period in its name not found,
4203         try to find a node without the name part after period.
4204         (Info-select-node): Call Info-fontify-node only if
4205         Info-fontify-maximum-menu-size is not nil.
4206         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
4207         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
4208         Preserve Info-history-list.
4209         (Info-toc): Set Info-current-file.
4210         (Info-build-toc): Move point to the beginning of the buffer.
4211         Add main-file variable.
4212         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
4213         Use backslashed representation of the control character ^_.
4215         * textmodes/texinfmt.el (texinfo-print-index): Print index line
4216         numbers in the new Texinfo 4.7 format.
4218         * add-log.el (change-log-font-lock-keywords): Remove `:' from
4219         regexps for function and variable names.
4221         * descr-text.el (describe-property-list): Add [show] button for
4222         `syntax-table' property with action to pp to a separate buffer.
4223         (describe-char): Replace search-forward by re-search-forward with
4224         whitespace regexp after "character:" to not fail in too narrow windows.
4226         * simple.el (next-error-find-buffer): Add a rule to return
4227         next-error capable buffer if one window on the selected frame
4228         displays such buffer.
4230 2004-05-23  Nick Roberts  <nickrob@gnu.org>
4232         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
4233         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
4234         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
4235         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
4236         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
4237         Handle new value for gud-minor-mode (gdbmi).
4238         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
4239         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
4240         Change from local to global gdb variable set.
4241         (gdb-ann3): Initialise above gdb variable set.
4242         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
4243         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
4244         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
4245         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
4246         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
4247         (gdb-info-locals-handler, gdb-invalidate-assembler)
4248         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
4249         set as global variables.
4250         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
4251         Handle gdbmi.
4252         (gdb-info-breakpoints-custom): Fix regexp.
4253         (def-gdb-var): Delete.
4255         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
4256         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
4257         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
4258         a new mode.  The file (gdb-mi.el) for this mode will be included
4259         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
4260         primary interface.
4262 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
4264         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
4265         interpreted as a directory.
4267 2004-05-22  Richard M. Stallman  <rms@gnu.org>
4269         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
4270         as a close quote.
4272         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
4274         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
4275         Use assoc-string, not assoc-ignore-case.
4277         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
4279         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
4280         If moving back then fwd gets a defun that ends before point,
4281         try again moving fwd then back.
4283         * files.el (file-name-non-special): Allow t in file-arg-indices
4284         to mean requote the return value.  Use `identity' as an element
4285         rather than as the whole value.
4287         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
4289 2004-05-22  Juanma Barranquero  <lektu@terra.es>
4291         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
4292         `help-make-usage'.
4293         (help-highlight-arguments): Skip function name before searching
4294         for arguments.
4296 2004-05-21  Juanma Barranquero  <lektu@terra.es>
4298         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
4299         Don't mention in the docstring these arguments meant for
4300         internal (recursive) use only.
4301         (allout-char-spec): Comment out (it's not implemented).
4302         (allout-old-expose-topic, allout-exposure): Fix docstring and add
4303         obsolescence declaration.
4304         (allout-flatten-exposed-to-buffer)
4305         (allout-indented-exposed-to-buffer): Fix typos in docstring.
4306         (my-mark-marker): Doc fix.
4307         (produce-allout-mode-map, allout-sibling-index)
4308         (allout-isearch-expose, allout-distinctive-bullet)
4309         (allout-open-topic, allout-reindent-body)
4310         (allout-rebullet-heading, allout-process-exposed)
4311         (allout-insert-listified, allout-latex-verb-quote)
4312         (allout-insert-latex-header, allout-insert-latex-trailer):
4313         Make arguments match their use in docstring.
4314         (allout-primary-bullet, allout-old-style-prefixes)
4315         (allout-inhibit-protection, allout-init, allout-mode)
4316         (allout-before-change-protect, allout-flag-region):
4317         Use "Emacs" instead of "emacs" in docstrings.
4319 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
4321         * international/characters.el: Modify syntax of more characters.
4323 2004-05-21  Masatake YAMATO  <jet@gyve.org>
4325         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
4326         (etags-tags-completion-table): Show parsing progress.
4328 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
4330         * locate.el (locate-prompt-for-command): Shorten first line of
4331         docstring.
4332         (locate-mode): Expand docstring and include keymap summary.
4334         * files.el (find-file-noselect-1): Limit the scope of the
4335         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
4336         is, by default, nil during the execution of
4337         `find-file-not-found-functions' and `find-file-hook'.
4339 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
4341         * facemenu.el (facemenu-color-name-equal): New function.
4342         (list-colors-display): Use it to compare colors instead of
4343         facemenu-color-equal.
4345 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
4347         * compare-w.el (compare-windows-face): Use min-colors instead of
4348         checking for tty or pc types.
4350 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4352         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
4353         (completion-setup-function): Use with-current-buffer.
4354         Properly save excursion.  Simplify.
4355         Don't assume there is necessarily a `mouse-face' property somewhere.
4357         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
4359         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
4361         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
4362         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
4363         Use with-current-buffer.
4364         (byte-goto-log-buffer): Delete.
4365         (byte-compile-log-file): Call compilation-forget-errors.
4367 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
4369         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
4370         output messages into the search result.
4372 2004-05-19  Masatake YAMATO  <jet@gyve.org>
4374         * wid-edit.el (widget-radio-button-notify): Revert my last
4375         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
4377 2004-05-19  Kenichi Handa  <handa@m17n.org>
4379         * international/characters.el: Fix syntax (open/close) of CJK chars.
4381 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
4383         * help-mode.el (help-go-back): Don't depend on position of back button.
4385 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4387         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
4388         files files don't contain an accidental additional /.
4390         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
4391         in source buffer.
4393 2004-05-18  Masatake YAMATO  <jet@gyve.org>
4395         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
4396         to widget-apply.  :action method assumes 2 arguments, not 3.
4398 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
4400         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
4401         New constants.
4402         (hs-special-modes-alist): Add an f90-mode entry.
4404 2004-05-17  Sam Steingold  <sds@gnu.org>
4406         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
4407         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
4409 2004-05-16  Kim F. Storm  <storm@cua.dk>
4411         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
4413 2004-05-15  John Wiegley  <johnw@newartisans.com>
4415         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
4416         (eshell-output-object-to-target): Improve output speed 20% by not
4417         calling `eshell-stringify' if something is already known to be a string.
4419 2004-05-15  Alex Ott  <ott@jet.msk.su>
4421         * textmodes/ispell.el (ispell-local-dictionary-alist):
4422         Add windows-1251 to the choice of coding systems.
4423         (ispell-dictionary-alist-6): Add support for "russianw.aff",
4424         encoded in cp1251.
4426 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
4428         * progmodes/compile.el (compilation-warning-face)
4429         (compilation-info-face): Use min-colors.
4431 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4433         * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
4434         * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
4435         * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
4436         * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
4437         * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
4438         * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
4439         * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
4440         * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
4441         * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
4442         * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
4443         * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
4444         * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
4445         * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
4446         * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
4448 2004-05-15  Kim F. Storm  <storm@cua.dk>
4450         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
4451         Use it to set triggered-p element of timer.
4452         (timer-event-handler): Set triggered-p element non-nil while running
4453         the timer function.
4455 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4457         * descr-text.el (describe-char-unicode-data)
4458         (describe-char-unicodedata-file): Re-enable the unicode code now that
4459         the licensing issues have been cleared in the unicode-4 license.
4460         (describe-text-properties-1): Remove unused `overlay' var.
4461         (describe-char): Remove unused var `buffer'.
4463 2004-05-14  David Ponce  <david@dponce.com>
4465         * tree-widget.el: New file.
4467 2004-05-13  Marcelo Toledo  <marcelo@marcelotoledo.org>
4469         * language/european.el ("Brazilian Portuguese"): Add support for
4470         Brazilian Portuguese.
4472 2004-05-13  John Wiegley  <johnw@newartisans.com>
4474         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
4475         `recentf-mode' if this variable has been customized to t.
4477         * eshell/esh-test.el (eshell-test): Call the function
4478         `emacs-version' rather than trying to build a custom version string.
4480 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4482         * net/telnet.el (telnet-mode): Use define-derived-mode.
4483         Don't modify the global value of comint-prompt-regexp.
4485 2004-05-13  John Paul Wallington  <jpw@gnu.org>
4487         * version.el (emacs-version): Check for `gtk' feature before
4488         `x-toolkit' feature.
4490 2004-05-13  Juanma Barranquero  <lektu@terra.es>
4492         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
4493         arguments in the docstring, they're used only in recursive calls.
4495         * help-fns.el (help-arg-highlighting-function)
4496         (help-argument-name): Delete.
4497         (help-default-arg-highlight): New function.
4498         (help-do-arg-highlighting): Use it.
4500 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
4502         * calendar/appt.el (appt-disp-window):
4503         Use `calendar-set-mode-line' for a centered mode-line.
4505 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
4507         * calendar/appt.el (appt-disp-window): Do not split window
4508         excessively when `split-height-threshold' is low.
4510 2004-05-12  Nick Roberts  <nickrob@gnu.org>
4512         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
4513         kill-buffer-hook here and make it local.
4514         (gud-kill-buffer-hook): Use kill-process for a sure kill.
4516 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
4518         * progmodes/compile.el (compilation-set-window-height):
4519         Use save-excursion to protect against misplaced marker.
4521 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4523         * custom.el (defface): Document that type can have value gtk.
4525         * faces.el (face-spec-set-match-display): Handle type gtk in display.
4527 2004-05-12  Kenichi Handa  <handa@m17n.org>
4529         * descr-text.el: Require quail at comile time.
4530         (describe-char): If an input method is on and it supports the
4531         character, show how to input it.
4533         * international/quail.el (quail-install-decode-map): Accept a
4534         char-table whose subtype is `quail-decode-map'.
4535         (quail-store-decode-map-key, quail-gen-decode-map1)
4536         (quail-gen-decode-map, quail-find-key1, quail-find-key)
4537         (quail-show-key): New functions.
4539 2004-05-12  Juanma Barranquero  <lektu@terra.es>
4541         * generic.el (define-generic-mode): Remove redundant arglist info.
4543         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
4544         Make arguments match their use in docstring.
4545         (help-arg-highlighting-function): New variable.
4546         (help-argument-name): Mention it in the docstring.
4547         (help-do-arg-highlight): Use it.  Expand regexp to accept also
4548         ARG-xxx and xxx-ARG references.
4550 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
4552         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
4553         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
4554         and "mailto:addr1?to=addr2" equal.
4556 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
4558         * man.el (Man-getpage-in-background): Use shell-file-name
4559         and shell-command-switch variables instead of hard-coded values.
4561 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
4563         * iimage.el: New file.
4565 2004-05-11  Juanma Barranquero  <lektu@terra.es>
4567         * custom.el (custom-initialize-default, defcustom):
4568         Fix typo in docstring.
4570         * files.el (set-visited-file-name, file-expand-wildcards):
4571         Fix docstring.
4573 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4575         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
4577         * subr.el (eventp): Be more discriminating with integers.
4579 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
4581         * progmodes/compile.el (compile): Add universal prefix arg.
4582         (compilation-error-regexp-alist-alist): Add edg patterns.
4584 2004-05-10  Sam Steingold  <sds@gnu.org>
4586         * textmodes/ispell.el (ispell-message):
4587         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
4589 2004-05-10  Dave Love  <fx@gnu.org>
4591         * progmodes/python.el (help-buffer): Autoload when compiling.
4592         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
4593         (run-python): Prepend to any existing PYTHONPATH.
4595 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
4597         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
4598         for pending breakpoints.
4600 2004-05-10  Richard M. Stallman  <rms@gnu.org>
4602         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
4603         directly without calling any functions in Rmail.
4604         (unrmail-unprune): Function deleted.
4606 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4608         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
4609         C-c C-z binding.
4611 2004-05-10  Kenichi Handa  <handa@m17n.org>
4613         * descr-text.el (describe-char): Fix previous change.  Don't make
4614         a unibyte character to multibyte in the *Help* buffer.
4616 2004-05-10  Miles Bader  <miles@gnu.org>
4618         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
4619         buffer an error if the debugger process is actually running.
4621 2004-05-10  Juanma Barranquero  <lektu@terra.es>
4623         * help-fns.el (help-argument-name): Default to italic.
4624         (help-highlight-arguments): Return always (usage . doc), even when
4625         usage is nil.
4627         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
4628         (define-ibuffer-filter): Add usage info.
4629         (define-ibuffer-op): Add usage info (but CL-style defaults for
4630         keyword args are not shown).
4632         * subr.el (remove-overlays, read-passwd): Fix docstring.
4633         (start-process-shell-command): Fix docstring.  Put usage info in a
4634         format usable by `describe-function'.
4635         (open-network-stream, open-network-stream-nowait)
4636         (open-network-stream-server): Fix docstring.
4638 2004-05-09  Jason Rumney  <jasonr@gnu.org>
4640         * international/code-pages (cp932, cp936, cp949, c950): Remove.
4641         Only define cp125* if windows-125* is already defined.
4643         * language/korean.el (cp949): Add alias.
4645         * language/chinese.el (cp936, cp950): Add aliases.
4647         * language/japanese.el (cp932): Add alias.
4649         * term/w32-win.el: Require code-pages.
4651         * international/mule-cmds.el (set-locale-environment):
4652         On MS-Windows use ansi code-page for default coding-systems.
4653         Set up paper sizes for Windows 3 letter languages.
4655         * international/code-pages.el (cp932, cp936, cp949, cp950):
4656         Add aliases.  Also add cp125* if not already defined.
4658 2004-05-09  Juanma Barranquero  <lektu@terra.es>
4660         * help-fns.el (help-highlight-arguments): Don't try to highlight
4661         missing or autoloaded arglists.  Accept structured arguments, like
4662         the first ones of `do' and `flet'.
4664         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
4665         (cvs-get-marked): Remove redundant arglist info.
4667         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
4668         Don't use CL-style default args.
4670 2004-05-08  Andreas Schwab  <schwab@suse.de>
4672         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
4674         * international/subst-ksc.el: Fix references to utf-translate-cjk
4675         into utf-translate-cjk-mode.
4676         * international/subst-big5.el: Likewise.
4677         * international/subst-gb2312.el: Likewise.
4678         * international/subst-jis.el: Likewise.
4679         * international/utf-16.el: Likewise.
4680         * international/utf-8.el: Likewise.
4682 2004-05-08  John Wiegley  <johnw@newartisans.com>
4684         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
4685         "virtual buffers" (off by default), which makes it possible to
4686         switch to the "virtual" buffers of recently visited files.  When a
4687         buffer name search fails, and this option is on, iswitchb will
4688         look at the list of recently visited files, and permit matching
4689         against those names.  When the user hits RET on a match, it will
4690         revisit that file.
4691         (iswitchb-read-buffer): Add two optional arguments, which makes
4692         isearchb.el possible.
4693         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
4694         (iswitchb-next-match): Add support for virtual buffers.
4696         * isearchb.el: This module extends iswitchb to provide "as you
4697         type" buffer selection.
4699         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
4700         Ignore the read-only property when flyspell highlighting is on.
4701         Not ignoring it leads to a series of confusing errors.
4702         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
4703         but also make sure to call flyspell-incorrect-hook.
4704         (flyspell-maybe-correct-transposition): Perform transposition test
4705         by bit twiddling a string, rather than using a temp buffer.
4706         (flyspell-maybe-correct-doubling): Use a string rather than a temp
4707         buffer.  This is also the original version of the code, which
4708         could not be checked in before due to a previous lack of
4709         assignment papers.  This version has seen heavy usage on my system
4710         for several years now.
4712         * calendar/cal-bahai.el: New file, which adds support for the
4713         Baha'i calendar to Emacs.  This calendar is based on a solar year
4714         of 19 months of 19 days, with 4 intercalary days.  Each year
4715         begins on March 21, with the calendar starting in 1844.
4717         * calendar/cal-menu.el, calendar/calendar.el,
4718         calendar/diary-lib.el, calendar/holidays.el: Added support for
4719         using cal-bahai.el.
4721         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
4722         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
4723         function can be used outside of eshell buffers.
4724         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
4726 2004-05-08  Juanma Barranquero  <lektu@terra.es>
4728         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
4729         word constituent so FOO-ARG is not recognized as an arg.
4730         (help-highlight-arguments): Don't skip lists in mandatory arguments.
4732         * simple.el (next-error): Fix typo in docstring.
4733         (open-line): Make argument names match their use in docstring.
4734         (split-line): Fix docstring.
4736         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
4737         usable by `describe-function'.
4738         (gensym, gentemp, typep, ignore-errors): Make argument names match
4739         their use in docstring.
4741         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
4742         argument to `help-setup-xref'.
4744 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
4746         Version 2.0.40 of Tramp released.
4748         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
4749         Use symbol-function to invoke functions only known on some Emacs
4750         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
4751         Scaldeferri <kevin@scaldeferri.com>.
4752         (tramp-do-copy-or-rename-file-via-buffer): Rename from
4753         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
4754         consistent with the other tramp-do-* functions.
4755         (tramp-do-copy-or-rename-file): Calls adjusted.
4756         (tramp-process-initial-commands): Avoid liveness check on shell --
4757         we know that it must be alive since we're opening a connection at
4758         this moment.
4759         (tramp-last-cmd): New internal variable.
4760         (tramp-process-echoes): New tunable.
4761         (tramp-send-command): Set tramp-last-cmd.
4762         (tramp-wait-for-output): Delete echo, if applicable.
4763         (tramp-read-passwd): Construct the key for the password cache in a
4764         way that works for multi methods, too.
4765         (tramp-bug): Add backup-directory-alist and
4766         bkup-backup-directory-info to bug reports, with Tramp counterparts.
4768 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
4770         * net/tramp*.el: Suppress byte-compiler warnings where possible.
4772         * net/tramp.el (tramp-out-of-band-prompt-regexp)
4773         (tramp-actions-copy-out-of-band): New defcustoms.
4774         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
4775         used instead of a synchronous one.  Allows password entering.
4776         (tramp-action-out-of-band): New defun.
4777         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
4778         Remove restriction with password from doc string.
4779         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
4780         `tramp-out-of-band-prompt-regexp',
4781         `tramp-actions-copy-out-of-band', `password-cache' and
4782         `password-cache-expiry'.
4783         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
4784         password caching.
4785         (tramp-touch): FILE can be a local file, too.
4786         (TODO): Remove items done.
4787         (tramp-handle-insert-directory): Properly quote file name also if
4788         not full-directory-p.  Handle wildcard case.  Reported by Andreas
4789         Schwab <schwab@suse.de>.
4790         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
4791         new file.
4792         (tramp-handle-file-local-copy, tramp-handle-write-region):
4793         The permissions of the temporary file are set if filename exists.
4794         Reported by Ted Stern <stern@cray.com>.
4795         (tramp-backup-directory-alist)
4796         (tramp-bkup-backup-directory-info): New defcustoms.
4797         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
4798         (tramp-handle-find-backup-file-name): New function.
4799         Implements Tramp's find-backup-file-name.
4801         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
4802         for `find-backup-file-name'.
4804         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
4805         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
4807 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
4809         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
4811 2004-05-07  Juanma Barranquero  <lektu@terra.es>
4813         * subr.el (lambda): Add arglist description to docstring.
4814         (declare): Fix typo in docstring.
4815         (open-network-stream): Fix docstring.
4816         (process-kill-without-query): Fix docstring and add obsolescence info.
4817         (last, butlast, nbutlast): Make arguments match their use in docstring.
4818         (insert-buffer-substring-no-properties): Likewise.
4819         (insert-buffer-substring-as-yank): Likewise.
4820         (split-string): Fix docstring.
4822         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
4823         Make argument names match their use in docstring.
4825         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
4827 2004-05-06  Nick Roberts  <nickrob@gnu.org>
4829         * progmodes/gdb-ui.el: Improve/extend documentation strings.
4830         Fit first sentence on one line for apropos-command.
4832 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4834         Changes largely merged in from Dave Love's code.
4835         * progmodes/python.el: Doc fixes.
4836         (python-mode-map): Add python-complete-symbol.
4837         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
4838         (python-comment-indent, python-complete-symbol)
4839         (python-symbol-completions, python-partial-symbol)
4840         (python-try-complete): New.
4841         (python-indent-line): Remove optional arg.  Use python-block-end-p.
4842         (python-check): Bind compilation-error-regexp-alist.
4843         (inferior-python-mode): Use rx.  Move keybindings to top level.
4844         Set comint-input-filter.
4845         (python-preoutput-filter): Use rx.
4846         (python-input-filter): Re-introduce.
4847         (python-proc): Start new process if necessary.
4848         Check python-buffer non-nil.
4849         (view-return-to-alist): Defvar.
4850         (python-send-receive): New.
4851         (python-eldoc-function): Use it.
4852         (python-mode-running): Don't defvar.
4853         (python-mode): Set comment-indent-function.
4854         Maybe update hippie-expand-try-functions-list.
4855         (python-indentation-levels): Initialize differently.
4856         (python-block-end-p): New.
4857         (python-indent-line): Use it.
4858         (python-compilation-regexp-alist): Augment.
4859         (run-python): Import `emacs' module to Python rather than loading
4860         code directly.  Set python-buffer differently.
4861         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
4862         Use python-proc.
4863         (python-send-command): Go to end of comint buffer.
4864         (python-load-file): Use python-proc, emacs.eimport.
4865         (python-describe-symbol): Simplify interactive form.
4866         Use emacs.help.  Do use temp-buffer-show-hook.
4867         Call print-help-return-message.
4868         (hippie-exp): Require when compiling.
4869         (python-preoutput-continuation): Use rx.
4871         * diff-mode.el (diff-make-unified): Fix regexp.
4873 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
4875         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
4876         filter groups from the buffer when rebuilding the Ibuffer buffer
4877         and `ibuffer-show-empty-filter-groups' is nil.
4879 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4881         * ps-print.el (ps-print-quote): Call ps-value-string.
4882         (ps-setup): Call ps-comment-string.
4883         (ps-value-string, ps-comment-string): New funs.
4885 2004-05-06  Juanma Barranquero  <lektu@terra.es>
4887         * ehelp.el (electric-help-command-loop): Check whether the last
4888         character is visible, not (point-max).
4890         * help-fns.el (help-argument-name): Default to bold; don't inherit
4891         from font-lock-variable-name-face.
4892         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
4894 2004-05-05  Kenichi Handa  <handa@m17n.org>
4896         * descr-text.el (describe-char): Copy the character with text
4897         properties and overlays into the first line, and call
4898         describe-text-properties on it.
4900 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
4902         * iswitchb.el (iswitchb-global-map): Fix typo.
4903         Remove unwanted ###autoloads from source file.
4905 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
4907         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
4908         in run-hooks.  Use substitute-command-keys in message.
4909         (wdired-abort-changes): Add message.
4911 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
4913         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
4914         (sql-emacs20-p): Remove.
4915         (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
4916         (sql-builtin-face, sql-doc-face): Remove.
4917         (sql-mode-ansi-font-lock-keywords)
4918         (sql-mode-oracle-font-lock-keywords)
4919         (sql-mode-postgres-font-lock-keywords)
4920         (sql-mode-linter-font-lock-keywords)
4921         (sql-mode-ms-font-lock-keywords)
4922         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
4923         (sql-product-font-lock): Fix font-lock reset when font rules change.
4924         (sql-highlight-product): Remove incorrect font-lock reset logic.
4926 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
4928         * ses.el (ses-set-parameter): Fix typo.
4930 2004-05-04  Kim F. Storm  <storm@cua.dk>
4932         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
4933         Must expand directory for completion to work; and don't mess with
4934         process-environment.
4935         (ido-read-file-name): If command has ido property, don't use ido
4936         if value is ignore, or read as directory if value is dir.
4937         Set ido ignore property for dired-do-rename command.
4939 2004-05-04  Juanma Barranquero  <lektu@terra.es>
4941         * ehelp.el (electric-help-command-loop, electric-help-undefined)
4942         (electric-help-help): Check against unmapped commands.
4944         * help-fns.el (help-argument-name): New face, inheriting from
4945         font-lock-variable-name-face, to highlight function arguments in
4946         `describe-function' and `describe-key'.
4947         (help-do-arg-highlight): Auxiliary function to highlight a given
4948         list of arguments in a string.
4949         (help-highlight-arguments): Highlight the function arguments and
4950         all uses of them in the docstring.
4951         (describe-function-1): Use it.  Do docstring output via `insert',
4952         not 'princ', so text attributes are preserved.
4954         * winner.el (winner-mode-map): Move `winner-undo' and
4955         `winner-redo' to C-c <left> and C-c <right>, respectively (the
4956         previous bindings conflict with `prev-buffer', `next-buffer').
4958 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4960         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
4961         (bibtex-entry-update): New command bound to C-c C-u.
4962         (bibtex-text-in-string): Fix regexp.
4963         (bibtex-assoc-of-regexp): Remove.
4964         (bibtex-progress-message): Fix docstring.
4965         (bibtex-inside-field): Use if.
4966         (bibtex-assoc-regexp): New function.
4967         (bibtex-format-entry): Make code more robust so that it formats
4968         also old entries.
4969         (bibtex-autokey-demangle-title): Merge with obsolete function
4970         bibtex-assoc-of-regexp.
4971         (bibtex-field-list): New function.
4972         (bibtex-entry): Use bibtex-field-list.
4973         (bibtex-parse-entry): Fix docstring.
4974         (bibtex-print-help-message): Use bibtex-field-list.
4975         (bibtex-make-field): Use bibtex-field-list.
4976         (bibtex-entry-index): Bugfix.  Return crossref key if required.
4977         (bibtex-lessp): Fix docstring.
4979 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
4981         * select.el (xselect-convert-to-string): Move comment to intended line.
4983 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4985         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
4986         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
4988 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4990         * term/x-win.el (x-clipboard-yank): Don't exit on error from
4991         x-get-selection.
4993 2004-05-03  Jason Rumney  <jasonr@gnu.org>
4995         * makefile.nt: Remove.
4997 2004-05-03  Kim F. Storm  <storm@cua.dk>
4999         * emulation/cua-base.el (cua--update-indications): Fix last change.
5000         (cua-mode): Deactivate mark when cua-mode is enabled.
5002 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
5004         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
5006 2004-05-03  Nick Roberts  <nickrob@gnu.org>
5008         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
5009         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
5010         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
5011         window over visible frames.
5012         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
5014 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5016         * progmodes/compile.el (compilation-gcpro): New var.
5017         (compilation-fake-loc): Use it.
5018         (compilation-forget-errors): Reset it.
5020 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
5022         * diff-mode.el (diff-header-face, diff-file-header-face):
5023         Use min-colors.
5025 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5027         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
5028         (bibtex-clean-entry): Disentangle code.
5029         (bibtex-realign): New function.
5030         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
5031         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
5032         Remove undocumented optional arg called-by-convert-alien.
5033         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
5034         for sorting instead of bibtex-sort-buffer.
5036 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
5038         * progmodes/compile.el (compilation-start): In the
5039         no-async-subprocesses branch, call sit-for to give redisplay a
5040         chance to show the updated process status in the mode line, and
5041         fontify the buffer explicitly after the process exits.
5043 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5045         * progmodes/python.el (python-compilation-line-number): Remove.
5046         (python-compilation-regexp-alist): Don't use it any more.
5047         (python-orig-start, python-input-filter): Remove.
5048         (inferior-python-mode): Don't set up comint-input-filter-functions.
5049         (python-send-region): Use compilation-fake-loc.
5051         * progmodes/compile.el (compilation-messages-start): New var.
5052         (compilation-mode): Don't setup next-error-function here.
5053         (compilation-setup): Set it up here instead (for minor modes as well).
5054         Make compilation-messages-start buffer local.
5055         (compilation-next-error-function): Use it.
5056         (compilation-forget-errors): Set compilation-messages-start.
5058 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
5060         * ielm.el (ielm-prompt-read-only): Update docstring.
5062         * comint.el (comint-prompt-read-only): Update docstring.
5063         (comint-update-fence, comint-kill-whole-line)
5064         (comint-kill-region): New functions.
5066         * simple.el (kill-whole-line): Use "p" instead of "P" in
5067         interactive form.
5069 2004-05-01  Juanma Barranquero  <lektu@terra.es>
5071         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
5072         format arglist so default values in CL-style argument lists are
5073         correctly shown.
5075 2004-05-01  Jason Rumney  <jasonr@gnu.org>
5077         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
5079 2004-05-01  Kenichi Handa  <handa@m17n.org>
5081         * international/titdic-cnv.el (miscdic-convert): Don't generate a
5082         quail file if it is up to date.
5084 2004-04-30  Juri Linkov  <juri@jurta.org>
5086         * cus-edit.el (custom-mode-map):
5087         Add key binding `C-x C-s' to `Custom-save'.
5089         * outline.el (outline-blank-line): New var.
5090         (outline-next-preface, outline-show-heading)
5091         (outline-end-of-subtree): Use it.
5093         * dired-aux.el (dired-touch-initial): New fun.
5094         (dired-do-chxxx): Call it for op-symbol `touch'.
5095         (dired-diff): Use `dired-dwim-target-directory'
5096         if current dired buffer has no buffer mark.
5098         * bindings.el (propertized-buffer-identification):
5099         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
5100         Add C-M-arrow keys for consistency.
5102         * files.el (confirm-kill-emacs):
5103         Change group from top-level `emacs' to `convenience'.
5105         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
5106         Push mark on the first call of successive command calls.
5107         (insert-pair): New fun created from `insert-parentheses' with
5108         `open' and `close' arguments added.  Enclose active regions
5109         in paired characters.  Compare adjacent characters syntax with
5110         inserted characters syntax before inserting a space.
5111         (insert-parentheses): Call `insert-pair' with ?\( ?\).
5113         * delsel.el: Don't put `delete-selection' property
5114         on `insert-parentheses' symbol to take advantage of
5115         region handling in `insert-pair' function.
5116         Suggested by Stephan Stahl <stahl@eos.franken.de>.
5118 2004-04-30  Kim F. Storm  <storm@cua.dk>
5120         * emulation/cua-base.el: Add support for changing cursor types;
5121         based on patch from Michael Mauger.
5122         (cua-normal-cursor-color, cua-read-only-cursor-color)
5123         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
5124         Customization cursor type and/or cursor color.
5125         (cua--update-indications): Handle cursor type changes.
5126         (cua-mode): Update cursor indications if enabled.
5128         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
5130         * mouse.el (mouse-drag-copy-region): New defcustom.
5131         (mouse-set-region, mouse-drag-region-1): Use it.
5133         * simple.el (kill-ring-save): If region face background color is
5134         unspecified (if no highlighting), show extent of fully visible
5135         region even if transient-mark-mode is enabled.
5137         * emulation/cua-base.el (cua--standard-movement-commands):
5138         Add cua-scroll-up and cua-scroll-down.
5139         (cua-scroll-up, cua-scroll-down): New commands.
5140         (cua--init-keymaps): Remap scroll-up and scroll-down.
5142         * emulation/cua-rect.el (cua--convert-rectangle-as):
5143         New defmacro.
5144         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
5145         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
5146         New commands (suggested by Jordan Breeding).
5148 2004-04-30  Juanma Barranquero  <lektu@terra.es>
5150         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
5152 2004-04-30  Mario Lang  <mlang@delysid.org>
5154         * diff.el (diff-switches): Fix typo in docstring.
5156 2004-04-30  Alex Schroeder  <alex@gnu.org>
5158         * xml.el (xml-debug-print-internal): Don't add newline and
5159         indentation to text nodes and write empty elements as empty tags
5160         instead of opening and closing tags.
5161         (xml-debug-print): Take optional indent-string argument.
5162         (xml-print): Alias for xml-debug-print.
5164 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
5166         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
5167         than duplicate call to `line-beginning-position'.
5169         * progmodes/f90.el (f90-get-present-comment-type):
5170         Return whitespace, as well as comment chars, for consistent filling
5171         of comment blocks.  Use `match-string-no-properties'.
5172         (f90-break-line): Trim trailing whitespace when filling comments.
5174 2004-04-30  Dave Love  <fx@gnu.org>
5176         * calendar/diary-lib.el (diary-outlook-formats): New variable.
5177         (diary-from-outlook-internal, diary-from-outlook)
5178         (diary-from-outlook-gnus, diary-from-outlook-rmail):
5179         New functions to import diary entries from Outlook-format
5180         appointments in mail messages.
5182 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5184         * progmodes/python.el (python-send-command): New fun.
5185         (python-send-region, python-load-file): Use it.
5187         * progmodes/compile.el (compilation-last-buffer): Add var alias.
5189         * help-fns.el (help-C-file-name): Use new subr-name.
5190         Prepend `src/' to the file name.
5191         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
5192         (describe-function-1, describe-variable): Only find a C source file
5193         name if DOC is already loaded.
5195         * help-mode.el (help-function-def, help-variable-def):
5196         Use the new find-function-search-for-symbol functionality.
5197         Allow FILE to be `C-source'.
5199         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
5200         (find-function-C-source): New fun.
5201         (find-function-search-for-symbol): Use it.
5203 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
5205         * progmodes/sql.el (sql-product-alist): Rename variable
5206         `sql-product-support'.  Add Postgres login parameters.
5207         (sql-set-product, sql-product-feature): Update with renamed variable.
5208         (sql-connect-postgres): Add username prompt.
5209         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
5210         Make patterns less product specific.
5211         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
5212         (sql-mode-abbrev-table): Modify initialization.
5213         (sql-builtin-face): Add variable.
5214         (sql-keywords-re): Add macro.
5215         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
5216         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
5217         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
5218         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
5219         (sql-mode-linter-font-lock-keywords)
5220         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
5221         (sql-mode-sybase-font-lock-keywords)
5222         (sql-mode-informix-font-lock-keywords)
5223         (sql-mode-interbase-font-lock-keywords)
5224         (sql-mode-ingres-font-lock-keywords)
5225         (sql-mode-solid-font-lock-keywords)
5226         (sql-mode-sqlite-font-lock-keywords)
5227         (sql-mode-db2-font-lock-keywords): Default to nil.
5228         (sql-product-font-lock): Always highlight ANSI keywords.
5229         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
5230         (sql-send-string): Add function.
5232 2004-04-29  Dave Love  <fx@gnu.org>
5234         * progmodes/cfengine.el (cfengine-beginning-of-defun)
5235         (cfengine-end-of-defun): Ensure progress through buffer.
5237         * info-look.el (cfengine-mode): Accept a terminal ().
5239 2004-04-29  Juri Linkov  <juri@jurta.org>
5241         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
5242         instead of isearch-yank-word-or-char.  Add new key bindings for
5243         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
5244         (isearch-del-char): New fun.
5245         (isearch-forward, isearch-edit-string): Update docstring.
5246         (isearch-yank-char): Doc fix.
5247         (isearch-other-meta-char): Restore point after scrolling.
5249         * progmodes/compile.el (compilation-context-lines): Add nil option
5250         to disable compilation output window scrolling.
5251         (compilation-set-window): Use it.
5253         * outline.el (outline-next-preface, outline-show-heading):
5254         Don't leave unhidden blank line before heading.
5255         (outline-end-of-subtree): Include last newline into subtree.
5256         (hide-entry): Leave point at beginning of heading instead of end.
5257         (outline-up-heading): Push mark for the first call of successive
5258         command calls.
5260 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
5262         * comint.el (comint-prompt-read-only): New variable.
5263         (comint-output-filter): Implement it.
5265         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
5266         (ielm-prompt-internal): New variable.
5267         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
5268         (ielm-send-input): Delete unused variable `buf'.
5269         (ielm-eval-input): Use `ielm-prompt-internal'.
5270         (inferior-emacs-lisp-mode): Use new variables
5271         `comint-prompt-read-only' and `ielm-prompt-internal'.
5272         Get rid of obsolete variable `directory-sep-char'.
5273         (ielm): Use `zerop'.
5275 2004-04-29  John Paul Wallington  <jpw@gnu.org>
5277         * thumbs.el (toplevel): Require cl at compile time.
5278         Remove conditional definitions of `ignore-errors' and `caddar'
5279         because they occur at run time.
5281 2004-04-28  Nick Roberts  <nickrob@gnu.org>
5283         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
5284         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
5285         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
5286         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
5288         * progmodes/gud.el (gud-common-init): Throw an error if program is
5289         already running under gdb.
5291 2004-04-28  John Paul Wallington  <jpw@gnu.org>
5293         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
5294         (thumbs-show-image-num): Move assignment of
5295         `thumbs-current-image-filename' within scope of `i'.
5296         (thumbs-emboss-image): Don't use `evenp'.
5298 2004-04-28  Richard M. Stallman  <rms@gnu.org>
5300         * progmodes/compile.el (compilation-context-lines): Default now 0.
5302 2004-04-28  Juanma Barranquero  <lektu@terra.es>
5304         Use `time-less-p' from calendar/time-date.el instead of defining
5305         custom versions of it.
5307         * pcomplete.el (pcomplete-time-less-p): Remove.
5309         * thumbs.el (time-less-p): Remove.
5311         * calendar/timeclock.el (timeclock-time-less-p): Remove.
5312         (timeclock-generate-report): Use `time-less-p'.
5314         * emacs-lisp/autoload.el (autoload-before-p): Remove.
5315         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
5317 2004-04-28  Masatake YAMATO  <jet@gyve.org>
5319         * subr.el (remove-overlays): Make arguments optional.
5321         * wid-edit.el (widget-specify-button): Put evaporate to the
5322         overlay for sample.
5323         (widget-specify-sample): Put evaporate to the overlay for sample.
5324         (widget-specify-doc): Put evaporate to the overlay for documentation.
5326 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
5328         * info.el (info-apropos): Make it an index node.  Align node names
5329         like makeinfo.
5331 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
5333         * net/browse-url.el (browse-url-netscape-sentinel)
5334         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
5335         (browse-url-epiphany-sentinel, browse-url-mosaic):
5336         Use browse-url-*-program instead of a literal program name.
5338 2004-04-27  Kevin Ryde  <user42@zip.com.au>
5340         * eshell/em-alias.el:
5341         * eshell/em-dirs.el:
5342         * eshell/em-hist.el:
5343         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
5344         features when M-x customize-group loads modules before the main
5345         eshell.el.
5347 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
5349         * subr.el (momentary-string-display): Support EXIT-CHAR that is
5350         either a character representation of an event or an event
5351         description list.
5353         * type-break.el: Capitalise Emacs and Lisp.
5354         (type-break-good-break-interval, type-break-demo-boring-stats)
5355         (type-break-terse-messages, type-break-file-name): New defcustoms.
5356         (type-break-post-command-hook)
5357         (type-break-warning-countdown-string): Quote variable names in doc.
5358         (type-break-interval-start, type-break-auto-save-file-name): New vars.
5359         (type-break-mode): Document type-break-good-break-interval and the
5360         "session" file.  Schedule break according to the session file.
5361         Kill session file buffer on exit.  Organise for save-some-buffers
5362         to always save the session file.
5363         (type-break-mode-line-message-mode, type-break-query-mode):
5364         Uppercase arguments.
5365         (type-break-file-time, type-break-file-keystroke-count, timep)
5366         (type-break-choose-file, type-break-get-previous-time)
5367         (type-break-get-previous-count): New defuns.
5368         (type-break): Avoid break querying after a completed break in the
5369         case where the query was initiated during user invocation of the
5370         break.  Optional terse messages.
5371         Use type-break-good-break-interval if type-break-good-rest-interval is
5372         nil.  File the break time.
5373         (type-break-schedule): New optional args for overriding the use of
5374         the current time.
5375         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
5376         after a break.
5377         (type-break-check): File the keystroke count.
5378         (type-break-do-query): Prevent a second query when the break is
5379         interrupted.  Optional terse message.
5380         (type-break-keystroke-reset): Record the start of a typing interval.
5381         (type-break-demo-boring): Optional terse messages.  Display word
5382         per minute and keystroke counts according to
5383         type-break-demo-boring-stats.
5385 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
5387         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
5388         directories, make sure they exist under archive-tmpdir.
5390 2004-04-27  Juri Linkov  <juri@jurta.org>
5392         * help.el (view-emacs-news): With argument, display info for the
5393         selected version by finding it among different NEWS files, and
5394         narrowing the buffer to the selected version.
5396         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
5397         same-window-buffer-names.
5398         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
5399         non-numeric prefix argument, append the number to the buffer name
5400         for numeric prefix argument.
5401         (info-other-window): Bind same-window-regexps to nil.
5402         (Info-reference-name): Rename to Info-point-loc.
5403         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
5404         and Info-find-index-name for stringy Info-point-loc.
5405         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
5406         without middle `.', but with final `.' and optional line number
5407         for it.  Set Info-point-loc for index nodes.
5408         (Info-index): Remove middle `.' from index entry regexp.
5409         Modify line number regexp.
5410         (Info-index-next): Decrement line number.
5411         (info-apropos): Remove middle `.' from index entry regexp.
5412         Add optional line number regexp at the end.  Add matched value
5413         for line number to the result list and insert it to the buffer.
5414         Replace match-string by match-string-no-properties.
5415         Reorder result list.
5416         (Info-fontify-node): Hide index line numbers.
5417         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
5418         empty matches.
5419         (Info-follow-reference): Use `str' instead of
5420         Info-following-node-name-re.
5421         (Info-toc): Use full file names.  Set Info-current-node to "Top".
5422         (Info-fontify-node): Compare file names without directory name.
5423         (Info-try-follow-nearest-node): Don't set Info-reference-name.
5424         Set second arg of Info-extract-menu-node-name for index nodes.
5425         (info-xref-visited): Use magenta3 instead of magenta4.
5426         (Info-mode): Add info-apropos to docstring.
5428         * log-view.el (log-view-diff): Replace interactive code "r"
5429         by a list to allow to call it even if region is not active.
5431         * paren.el (show-paren-highlight-openparen): New var.
5432         (show-paren-function): Turn on openparen highlighting when
5433         matching forward if show-paren-highlight-openparen is non-nil.
5435         * simple.el (kill-ring-save): Use blink-matching-delay instead of
5436         the constant value 1.
5437         (completions-common-part): Expand docstring.
5439         * textmodes/picture.el (picture-mode-map): Add arrow keys.
5441 2004-04-27  Kim F. Storm  <storm@cua.dk>
5443         * image.el (insert-sliced-image): Use line-height instead of
5444         line-spacing property on newline.
5446 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
5448         * desktop.el (desktop-buffer-misc-data-function): Rename to
5449         desktop-save-buffer and change docstring.
5450         (desktop-buffer-modes-to-save): Delete.
5451         (desktop-save-buffer-p): Use desktop-save-buffer instead of
5452         desktop-buffer-modes-to-save.
5453         (desktop-save): Rename desktop-buffer-misc-data-function to
5454         desktop-save-buffer and allow non-function value.
5455         (desktop-missing-file-warning): Correct docstring.
5457         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
5458         to desktop-save-buffer.
5460         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
5461         desktop-save-buffer.
5463         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
5465         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
5467 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
5469         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
5471 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
5473         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
5474         (ielm): Only go to the end of the buffer when starting a new process.
5476 2004-04-25  Juanma Barranquero  <lektu@terra.es>
5478         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
5479         mode line.  Bind `inhibit-read-only' to t before modifying
5480         properties of text in the buffer.
5481         (ielm): Force point to the end of buffer, even when running ielm
5482         from inside itself.
5484 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
5486         * info.el (info-apropos): Reset Info-complete-cache.
5488 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
5490         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5491         Also recognize severe Irix et al. messages.
5492         (compilation-normalize-filename, compile-abbreviate-directory):
5493         Delete functions.
5494         (compilation-get-file-structure): New function inherits
5495         functionality of the two preceding ones.
5496         (compilation-internal-error-properties, compilation-fake-loc):
5497         Use it so that different paths to the same file share the same
5498         markers.  Also optimize finding adjacent marker slightly.
5500 2004-04-25  Kim F. Storm  <storm@cua.dk>
5502         * image.el (insert-sliced-image): Add line-spacing t property
5503         to newlines separating image lines.
5505 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
5507         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
5509         * ielm.el (ielm-prompt-read-only): New user option.
5510         (ielm-prompt): Expand docstring to describe new behavior.
5511         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
5512         mention it in the docstring.
5514 2004-04-24  Andreas Schwab  <schwab@suse.de>
5516         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
5518         * diff.el (diff): Set default-directory in diff buffer.
5520 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
5522         * mail/sendmail.el (mail-bury): Don't delete the frame where the
5523         mail was being composed if the terminal cannot display more than
5524         one frame; instead, switch to previous frame.
5526         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
5527         (rmail-start-mail): Support rmail-mail-new-frame even on
5528         terminals that can display only one frame at a time.
5530 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5532         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
5533         (checkdoc-output-font-lock-keywords): Remove error regexp.
5534         (checkdoc-output-mode-map): Remove.
5535         (checkdoc-output-mode): Derive from compilation-mode.
5536         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
5538         * dired.el (dired-mode-map): Add a menu entry for wdired.
5540         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
5541         (rx-bracket, rx-check-any, rx-any): Clean up name space.
5543         * wdired.el: (wdired-mode-map): Move init into declaration.
5544         Fix `return' binding.
5545         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
5546         Use force-mode-line-update.
5547         (wdired-get-filename): Use `unless'.
5548         (wdired-preprocess-files): Don't assume names have no \n and use / for
5549         dir separator.
5550         (wdired-normalize-filename): Use replace-regexp-in-string.
5551         (wdired-load-hooks): Remove.
5552         (wdired-mode-hooks): Rename to wdired-mode-hook.
5554         * info-look.el: Add support for cfengine-mode.
5555         (info-lookup-setup-mode): Use dolist.
5557 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
5559         * wdired.el: New file.
5561 2004-04-23  Juanma Barranquero  <lektu@terra.es>
5563         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
5565         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
5566         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
5567         (pcomplete--help, pcomplete--here): Doc fixes.
5569 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
5571         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
5572         handles wrong-number-of-arguments in backend call.
5574         * vc.el (vc-print-log): Likewise.
5576 2004-04-20  Dave Love  <fx@gnu.org>
5578         * emacs-lisp/rx.el: Doc fixes.
5579         (rx-constituents): Add/extend many forms.
5580         (rx-check): Check form is a list.
5581         (bracket): Defvar.
5582         (rx-check-any, rx-any, rx-check-not): Modify.
5583         (rx-not): Simplify.
5584         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
5585         (rx-kleene): Use rx-trans-forms.
5586         (rx-quote-for-set): Delete.
5587         (rx): Allow multiple args.
5589 2004-04-23  Kenichi Handa  <handa@m17n.org>
5591         * international/mule-util.el (char-displayable-p): Simplify by
5592         using internal-char-font.
5594 2004-04-23  Juanma Barranquero  <lektu@terra.es>
5596         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
5598 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5600         * diff-mode.el (diff-next-error): New fun.
5601         (diff-mode): Use it.
5603         * simple.el (next-error): Change arg name.
5604         Add support for the documented C-u C-x ` usage.
5606         * frame.el (special-display-popup-frame, next-multiframe-window)
5607         (previous-multiframe-window): Only consider frames on same display.
5609 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
5611         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
5612         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
5614 2004-04-22  Kim F. Storm  <storm@cua.dk>
5616         * net/telnet.el (telnet): Add optional port arg.
5618 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5620         * progmodes/compile.el (compilation-mode-font-lock-keywords):
5621         Minor sanity check on the `hyperlink' slot.
5623         * Makefile.in (recompile): Compile new files.
5625         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
5626         Add byte-recompile-directory's optional `arg'.
5628         * cvs-status.el (cvs-tree-use-charset): New var.
5629         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
5630         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
5631         (cvs-status-cvstrees): Use it.
5633         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
5634         Make it a normal major mode.
5635         (checkdoc-buffer-label): Make sure the file name is meaningful.
5636         (checkdoc-output-to-error-buffer): Remove.
5637         (checkdoc-error, checkdoc-start-section): Rewrite.
5639         * info.el (info-node, info-menu-5, info-xref, info-header-node)
5640         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
5641         (Info-title-4-face): Use new syntax.
5642         (info-xref-visited): Inherit from info-xref.
5644         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
5646 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
5648         * simple.el (next-error-last-buffer, next-error-function):
5649         New variables for the next-error framework.
5650         (next-error-buffer-p): New function.
5651         (next-error-find-buffer): Generalize compilation-find-buffer.
5652         (next-error, previous-error, first-error, next-error-no-select)
5653         (previous-error-no-select): Move from compile.el.
5655         * replace.el (occur-next-error, occur-1): Hook into the next-error
5656         framework.
5658         * progmodes/compile.el (compilation-start):
5659         Set next-error-last-buffer so next-error knows where to jump.
5660         (compilation-setup): Set the buffer-local variable
5661         next-error-function to 'compilation-next-error-function.
5662         (compilation-buffer-p, compilation-buffer-internal-p): Use an
5663         alternate way to find if a buffer is a compilation buffer, for
5664         next-error convenience.
5665         (next-error-no-select, previous-error-no-select, next-error)
5666         (previous-error, first-error): Move to simple.el.
5667         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
5668         (compilation-last-buffer): Remove.
5669         (compilation-start, compilation-next-error, compilation-setup)
5670         (compilation-next-error-function, compilation-find-buffer):
5671         Remove compilation-last-buffer use.
5673 2004-04-21  Juanma Barranquero  <lektu@terra.es>
5675         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
5676         (font-lock-warning-face): Fix spacing.
5678         * makefile.w32-in (WINS): Add url/ directory.
5680 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
5682         * desktop.el (desktop-buffer-mode-handlers): New variable.
5683         Alist of major mode specific functions to restore a desktop buffer.
5684         (desktop-buffer-handlers): Make variable obsolete.
5685         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
5686         Catch errors signaled in handlers.  Update buffer count.
5687         Evaluate desktop-buffer-point.
5688         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
5689         move to dired.el.
5690         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
5691         move to info.el.
5692         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
5693         move to mail/rmail.el.
5694         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
5695         to mh-e/mh-e.el.
5696         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
5697         On fail, print message (to message buffer) even if
5698         desktop-missing-file-warning is nil.
5699         (desktop-buffer-misc-data-function): New buffer local variable.
5700         Function returning major mode specific data.
5701         (desktop-buffer-misc-functions): Make variable obsolete.
5702         (desktop-save): Use desktop-buffer-misc-data-function.
5703         (desktop-buffer-dired-misc-data): Rename to
5704         dired-desktop-buffer-misc-data and move to dired.el.
5705         (desktop-buffer-info-misc-data): Rename to
5706         Info-desktop-buffer-misc-data and move to info.el.
5707         (desktop-read): Add message about number of buffers restored/failed.
5709         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
5710         Add parameters.  Pause to display error only when
5711         desktop-missing-file-warning is non-nil.
5712         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
5713         (dired-mode): Bind desktop-buffer-misc-data-function.
5715         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
5716         Add Parameters.
5717         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
5718         (Info-mode): Bind desktop-buffer-misc-data-function.
5720         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
5721         Add Parameters.
5723         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
5724         Add Parameters.
5726 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
5728         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
5729         the case of letters in case-insensitive expansions when the
5730         abbrev is preceded by characters with letter syntax.
5732 2004-04-21  Richard M. Stallman  <rms@gnu.org>
5734         * progmodes/cperl-mode.el (cperl-putback-char):
5735         Delete Emacs 18 definition.
5737         * international/mule.el (ctext-post-read-conversion):
5738         Use assoc-string, not assoc-ignore-case.
5740         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
5742         * emacs-lisp/easymenu.el (easy-menu-add):
5743         Do call x-popup-menu, but only if it's defined.
5745         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
5747         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
5748         Handle multiple args: compile like progn.
5750         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
5751         take all args as &rest arg.
5753         * autoinsert.el (auto-insert-alist): Insert the user's name in
5754         copyright notice, rather than Free Software Foundation.
5756 2004-04-21  Kenichi Handa  <handa@m17n.org>
5758         * descr-text.el (describe-char): Make it work on *Help* buffer.
5760 2004-04-21  Kim F. Storm  <storm@cua.dk>
5762         * image.el (insert-image): Add optional SLICE arg.
5763         (insert-sliced-image): New defun.
5765 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
5767         * subr.el (read-number): Check whether `default' is nil.
5769 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5771         * progmodes/compile.el (compilation-error-properties):
5772         Split into two.
5773         (compilation-internal-error-properties): New one.
5774         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
5776 2004-04-20  Richard M. Stallman  <rms@gnu.org>
5778         * window.el (split-window-save-restore-data):
5779         Don't update the data if OLD-INFO is nil.
5781         * view.el (view-return-to-alist): Mark it permanent local.
5783         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
5785         * recentf.el (recentf-save-list): Catch and warn about errors.
5787         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
5788         so "Buffers" won't be pure.
5790         * help-mode.el (help-mode-finish): Set help-return-alist first
5791         thing, setting only the entry for the selected window.
5793         * help-fns.el (describe-function-1): If many non-control non-meta
5794         keys run the command, don't list all of them.
5796 2004-04-20  Juanma Barranquero  <lektu@terra.es>
5798         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
5799         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
5801         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
5803 2004-04-20  Kenichi Handa  <handa@m17n.org>
5805         * international/quail.el (quail-lookup-key): New optional arg
5806         NOT-RESET-INDICES.
5807         (quail-get-translations): Call quail-lookup-key with
5808         NOT-RESET-INDICES t.
5809         (quail-completion): Likewise.
5810         (quail-lookup-map-and-concat): Likewise.
5812 2004-04-20  Kenichi Handa  <handa@m17n.org>
5814         * international/quail.el (quail-update-translation): Don't insert
5815         such an unsupported multibyte char in a unibyte buffer.
5817 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
5819         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
5820         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
5821         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
5822         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
5823         (gdb-frame-assembler-buffer): Improve behaviour with
5824         multiple frames.
5825         (gdb-display-buffer): Extend search to all visible frames.
5827 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
5829         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
5830         characters left after base64 decoding.
5831         (rmail-decode-region): Use -dos variety of `coding', to remove any
5832         ^M characters left after qp or base64 decoding.
5834 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5836         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
5837         messages.
5839 2004-04-19  Stephen Eglen  <stephen@gnu.org>
5841         * add-log.el (add-change-log-entry): Update doc string to mention
5842         add-log-full-name and add-log-mailing-address.
5844 2004-04-18  Juri Linkov  <juri@jurta.org>
5846         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
5847         (Info-find-node-2): Simplify error message.
5848         (Info-insert-dir): Use Info-following-node-name.
5849         (Info-goto-node): Remove *info-history* and *info-toc*.
5850         (Info-history): Create a node of the virtual history file.
5851         (Info-toc): Create a node of the virtual toc file.
5852         (Info-insert-toc): New arg `curr-file' for reference file names.
5853         (info-apropos): Remove redundant var binding for temp-file.
5854         (Info-index, Info-index-next, Info-mode): Doc fix.
5855         (Info-goto-emacs-command-node): Don't jump to *info* from
5856         non-*info* Info buffers.
5857         (Info-fontify-node): Don't show the file name of external
5858         references if `Info-hide-note-references' is `hide'.  Don't hide
5859         newlines at the end of paragraphs.
5861         * international/mule-diag.el (list-input-methods):
5862         Fix args to help-xref-button.
5864         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
5865         to put into effect local variables from TUTORIAL files.
5867         * textmodes/paragraphs.el (sentence-end) <function>: New fun
5868         with default value taken from the variable `sentence-end'.
5869         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
5870         Add nil const to :type.
5871         (sentence-end-without-period, sentence-end-double-space)
5872         (sentence-end-without-space): Doc fix.
5874         * textmodes/paragraphs.el (forward-sentence):
5875         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
5876         (fill-delete-newlines):
5877         * progmodes/cc-cmds.el (c-beginning-of-statement):
5878         Use function `sentence-end' instead of variable `sentence-end'.
5880 2004-04-18  Andreas Schwab  <schwab@suse.de>
5882         * progmodes/compile.el (compilation-start): Set window start to
5883         point-min if compilation-scroll-output is nil.
5885 2004-04-18  John Wiegley  <johnw@newartisans.com>
5887         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
5889 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
5891         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
5892         (gdb-info-breakpoints-custom): Revert previous change.
5893         (gdb-view-assembler): Update assembler if necessary.
5894         (gdb-frame-handler): Parse correctly for gdb-current-frame.
5895         (gdb-display-source-buffer): Update properly when both source and
5896         assembler are visible.
5898 2004-04-17  John Wiegley  <johnw@newartisans.com>
5900         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
5901         which limits the number of names shown in the minibuffer.  Off by
5902         default.
5903         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
5904         up iswitchb for users with a multitude of open buffers by showing
5905         only the first and last N/2 buffers in the completion list (which
5906         is enough to aid C-s/C-r, and to know that more characters are
5907         needed to refine the completion list).
5909 2004-04-17  Richard M. Stallman  <rms@gnu.org>
5911         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
5912         (file-truename): Expand all ~ constructs directly.
5913         (insert-directory): Delete any error msg output by the
5914         `insert-directory-program'.
5916         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
5917         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
5918         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
5919         (allout-init): Use find-file-hook, not find-file-hooks.
5920         (allout-mode): Eliminate Emacs 18 support.
5921         Use write-contents-functions, not local-write-file-hooks.
5923 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
5925         * progmodes/compile.el (compilation-error-properties): Fix for
5926         adding messages when there are already markers for their file.
5927         (compilation-fake-loc): New function.
5929 2004-04-16  Dave Love  <fx@gnu.org>
5931         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
5932         (python-load-file): Fix python-orig-start setting.
5934         * progmodes/compile.el: Doc fixes.
5935         (compilation-error-regexp-alist-alist)
5936         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
5937         (compilation-assq): Wrap in eval-when-compile.
5938         (compilation-mode-font-lock-keywords): Don't use list*.
5939         (compilation-start): Avoid warning.
5940         (compilation-compat-error-properties)
5941         (compilation-directory-properties): Add keymap property.
5942         (compilation-parsing-end): Make it a marker for better compatibility.
5944         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
5946 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
5948         * xml.el: Doc fixes.
5949         (xml-get-children): Only looks at sub-tags and ignore strings.
5951         * xml.el (xml-parse-tag): Avoid overwriting node-name.
5953 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5955         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
5957 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
5959         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
5961         * vc.el (vc-print-log): Likewise.
5963 2004-04-16  Masatake YAMATO  <jet@gyve.org>
5965         * simple.el (completion-setup-function): Set an initial value
5966         to `element-common-end' before entering loop.  Set a value
5967         to `element-common-end' at the end of loop.
5968         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
5969         (completions-common-part): Rename from completion-de-emphasis.
5970         (completions-first-difference): Rename from completion-emphasis.
5971         Suggested by RMS.
5973 2004-04-16  Juanma Barranquero  <lektu@terra.es>
5975         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
5976         (bookmark-edit-annotation-mode): Add mode name.
5978 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5980         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
5981         for nested conflict markers.
5982         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
5984 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
5986         * progmodes/gdb-ui.el (gdb-goto-info): New function.
5988         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
5990 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5992         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
5993         Give a backtrace if requested.
5995         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
5997         * progmodes/python.el (python-mouse-2-command, python-RET-command):
5998         Remove unused functions.
5999         (python-orig-start-line, python-orig-file): Remove.
6000         (python-orig-start): New var.
6001         (python-input-filter, python-compilation-line-number)
6002         (python-send-region, python-load-file): Use it.
6004         * info.el (info): Always jump to *info*.
6006         * subr.el (posn-set-point): New function.
6008         * mouse.el (mouse-set-point): Use it.
6010         * progmodes/compile.el (compile-goto-error): Use it.
6011         (compilation-button-map): New keymap.
6012         (compilation-error-properties): Use it.
6013         (compilation-shell-minor-mode-map): Don't bind mouse-2.
6015         * smerge-mode.el (smerge-popup-context-menu): Use it.
6017         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
6018         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
6019         mouse and non-mouse case.
6021         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
6022         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
6024         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
6025         Make it work for non-mouse events.
6027         * pcvs-info.el (cvs-status-map): Update binding name.
6029 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
6031         * xml.el (xml-maybe-do-ns): New function to handle namespace
6032         parsing of both attribute and element names.
6033         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
6034         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
6035         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
6036         (xml-parse-attlist): Make it do its own namespace parsing.
6038 2004-04-14  Dave Love  <fx@gnu.org>
6040         * progmodes/python.el (run-python): Fix use of \n.
6041         (python-load-file): Remove `try' from Python fragment.
6042         (python-describe-symbol): Fix message.
6044         * comint.el: Doc fixes.
6045         (comint-last-input-start, comint-last-input-end)
6046         (comint-last-output-start): Give them values.
6047         (comint-arguments): Avoid warning.
6048         (comint-skip-prompt): Use line-end-position.
6049         (comint-backward-matching-input): Rename arg to agree with doc.
6050         (comint-extract-string): Use syntax-ppss.
6051         (comint-dynamic-simple-complete): Delete useless list construction.
6052         (comint-redirect-subvert-readonly): New.
6053         (comint-redirect-preoutput-filter): Use it.
6055         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
6056         Correctly handle negative arguments when calling hook functions.
6058 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
6060         * info.el (info-apropos): Don't clobber Info-history-list.
6062 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
6064         * progmodes/compile.el (compilation-setup):
6065         Localize overlay-arrow-position.
6066         (compilation-sentinel): Restructure code equivalently.
6067         (compilation-next-error): Find message on same line after point if
6068         not found before point.
6069         (compile-mouse-goto-error): Restore function so that compilation
6070         buffer need not be current and use compile-goto-error.
6071         (compile-goto-error): Restore function.
6072         (next-error): Set overlay-arrow-position.
6073         (compilation-forget-errors): Don't localize already local
6074         compilation-locs and remove FIXME about refontifying.
6076 2004-04-14  Kim F. Storm  <storm@cua.dk>
6078         * startup.el (emacs-quick-startup): New defvar (set by -Q).
6079         (command-line): New option -Q.  Like -q --no-site-file, but
6080         in addition it also disables menu-bar, tool-bar, scroll-bars,
6081         tool-tips, and the blinking cursor.
6082         (command-line-1): Skip startup screen if -Q.
6083         (fancy-splash-head): Use ":align-to center" prop to center splash image.
6085         * emulation/cua-base.el (cua-read-only-cursor-color)
6086         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
6088 2004-04-13  Dave Love  <fx@gnu.org>
6090         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
6091         (syntax): Don't require.
6092         (python) <defgroup>: Add :version.
6093         (python-quote-syntax): Re-written.
6094         (inferior-python-mode): Move stuff here from run-python and add
6095         some more.
6096         (python-preoutput-continuation, python-preoutput-result)
6097         (python-dotty-syntax-table): New.
6098         (python-describe-symbol): Use them.
6099         (run-python): Move stuff to inferior-python-mode.  Modify code
6100         loaded into Python.
6101         (python-send-region): Use python-proc, python-send-string.
6102         (python-send-string): Send newlines too.  Callers changed.
6103         (python-load-file): Re-written.
6104         (python-eldoc-function): New.
6105         (info-look): Don't require.
6106         (python-after-info-look): New.  A modified version of former
6107         top-level code for use with eval-after-load.
6108         (python-maybe-jython, python-guess-indent): Use widened buffer.
6109         (python-fill-paragraph): Re-written.
6110         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
6111         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
6113 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6115         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
6116         Set compilation-error-regexp-alist earlier.
6118         * progmodes/compile.el (compilation-minor-mode-map)
6119         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
6120         (compile-goto-error): Re-merge the mouse and non-mouse commands.
6122 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6124         * progmodes/compile.el (compile-goto-error): Select the buffer/window
6125         corresponding to the event.
6127 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
6129         * loadup.el: Add cygwin to system-type list, for unexec() support.
6131 2004-04-12  John Paul Wallington  <jpw@gnu.org>
6133         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
6134         (ibuffer-restore-window-config-on-quit): New variable to replace
6135         `ibuffer-delete-window-on-quit'.  Update all references.
6136         (ibuffer-prev-window-config): New variable.
6137         (ibuffer-quit): Restore previous window configuration instead of
6138         deleting window.
6139         (ibuffer): Save window configuration before showing Ibuffer buffer.
6141         * help.el (describe-mode): Doc fix.
6143 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6145         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
6146         not to treat nil as a function.
6148         * vc-arch.el (vc-arch-root): Be a bit more careful.
6149         (vc-arch-register): Save the buffer if we modified it.
6150         (vc-arch-delete-rej-if-obsolete): Save excursion.
6151         (vc-arch-find-file-hook): Use the simpler after-save-hook.
6152         (vc-arch-responsible-p, vc-arch-init-version): New functions.
6154         * net/ldap.el (ldap-search): Use list*.
6156 2004-04-12  Juri Linkov  <juri@jurta.org>
6158         * info.el (Info-follow-reference): Allow multiline reference name.
6160 2004-04-11  Dave Love  <fx@gnu.org>
6162         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
6164         * progmodes/python.el: New file.
6166 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
6168         * vc-hooks.el (vc-arg-list): Function removed.
6169         (vc-default-workfile-unchanged-p): Use condition-case to check for
6170         backward compatibility.
6172         * vc.el (vc-print-log): Use condition-case to check for backward
6173         compatibility.
6175 2004-04-11  Juri Linkov  <juri@jurta.org>
6177         * dired.el (dired-faces): New defgroup.
6178         (dired-header, dired-mark, dired-marked, dired-flagged)
6179         (dired-warning, dired-directory, dired-symlink, dired-ignored):
6180         New faces.
6181         (dired-header-face, dired-mark-face, dired-marked-face)
6182         (dired-flagged-face, dired-warning-face, dired-directory-face)
6183         (dired-symlink-face, dired-ignored-face): New face variables.
6184         (dired-font-lock-keywords): Use them instead of font-lock faces.
6185         Split the rule for dired marks into 3 separate rules: for marks,
6186         marked file names and flagged file names.
6188         * help-mode.el (help-make-xrefs): Add a final newline to the
6189         *Help* buffer.
6191 2004-04-11  John Paul Wallington  <jpw@gnu.org>
6193         * replace.el (occur-engine): Distinguish between one and several
6194         matches in the matches per buffer heading.
6196 2004-04-11  Kim F. Storm  <storm@cua.dk>
6198         * ido.el (ido-confirm-unique-completion): New defcustom.
6199         (ido-complete): Use it.
6200         (ido-write-file): Set it to t unconditionally.
6202 2004-04-10  Miles Bader  <miles@gnu.org>
6204         RCS keyword removal (only non-comment changes are enumerated here):
6206         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
6207         (byte-compile-insert-header): Don't use `byte-compile-version'.
6208         * forms.el (forms-version): Variable removed.
6209         (forms-mode): Don't use `forms-version'.
6210         * recentf.el (recentf-version): Variable removed.
6211         * progmodes/delphi.el (delphi-version): Variable removed.
6212         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
6214 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6216         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
6218 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
6220         * info.el (info-apropos): Improve menu item regexp.
6222 2004-04-09  Simon Josefsson  <jas@extundo.com>
6224         * mail/smtpmail.el: Add comment, based on report by
6225         kdc@rcn.com (Kevin D. Clark).
6227 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6229         * progmodes/compile.el (compilation-mode-font-lock-keywords):
6230         Redo one more thing that I didn't notice Daniel had undone.
6232 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
6234         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
6235         (gdb-goto-breakpoint, gdb-display-buffer)
6236         (gdb-display-source-buffer, gdb-view-source-function)
6237         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
6238         (gdb-source-info, gdb-frame-handler): Don't specify a window
6239         for display.
6240         (gdb-info-breakpoints-custom): Remove superfluous update of
6241         assembler buffer.
6242         (gdb-many-windows): Make settable outside gdb.
6244 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
6246         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
6247         Derive from fundamental-mode rather than text-mode.
6249 2004-04-08  Juri Linkov  <juri@jurta.org>
6251         * info.el (Info-history): Doc fix.
6252         (Info-history-list): New var.
6253         (info-xref): Change magenta4 to blue, remove bold for dark and
6254         light backgrounds, change bold to underline for non-color classes.
6255         (info-xref-visited): New face.
6256         (Info-fontify-visited-nodes): New custom.
6257         (Info-hide-note-references): Add new value `hide'.  Doc fix.
6258         (Info-reference-name): New var.
6259         (Info-selection-hook): New custom.
6260         (Info-edit-mode-hook): New var.
6261         (Info-find-file): New fun.
6262         (Info-find-node): Move part of code to Info-find-file.
6263         (Info-find-node-2): Add anchors to Info-history-list.  Move point
6264         to the place with the reference name if name is defined.
6265         (Info-select-node): Add current node to Info-history-list.
6266         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
6267         (Info-search-whitespace-regexp): New custom.
6268         (Info-search-case-fold): New var.
6269         (Info-search): Add "case-sensitively" to the prompt.
6270         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
6271         (Info-search-case-sensitively, Info-search-next): New fun.
6272         (Info-up): Move point to the menu item of the current node.
6273         (Info-history): New fun.  Add *info-history* to
6274         same-window-buffer-names.
6275         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
6276         (Info-insert-toc): New fun.
6277         (Info-build-toc): New fun.
6278         (Info-follow-reference): Add new arg `fork'.  Doc fix.
6279         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
6280         with the same name prefer the reference closest to point.
6281         (Info-next-reference): Replace * by + in the *Note regexp.
6282         Add regexp for http:// and ftp://.  Skip the *Note prefix.
6283         (Info-prev-reference): Replace * by + in the *Note regexp.
6284         Add regexp for http:// and ftp://.  Skip the *Note prefix.
6285         (Info-follow-nearest-node): Add new arg `fork'.
6286         (Info-try-follow-nearest-node): Add new arg `fork'.
6287         Call browse-url for http:// and ftp:// references.
6288         Set Info-reference-name for index entries.
6289         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
6290         Info-search-next, Info-history, Info-toc, clone-buffer.
6291         (Info-menu-update): Replace * by + in the *Note regexp.
6292         (Info-mode): Add documentation for Info-history, Info-toc,
6293         Info-search-case-sensitively, Info-search-next, clone-buffer.
6294         (Info-fontify-menu-headers): Remove fun.  Move code to
6295         Info-fontify-node.
6296         (Info-fontify-node): Add docstring.  Add local vars
6297         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
6298         then fontify header line, titles, menu headers, http and ftp
6299         references, refill paragraphs.  If not-fontified-p is t or
6300         fontify-visited-p is t then fontify cross references, menu items.
6301         Fontify menu headers.  Fontify http and ftp references.
6302         Change regexp for cross references to require whitespace after *Note,
6303         add matching groups for file and node names.  Remove hack for quote.
6304         Use display property for Info-hide-note-references=t.  Use fifth
6305         or fourth match for help-echo.  Display visited nodes in a
6306         different face.  Unhide file names of external references.
6307         Unhide newlines.  Display visited menu items in a different face.
6309 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6311         * progmodes/compile.el: Require CL.
6312         (compilation-mode-font-lock-keywords): Re-install the "line as
6313         function" patch.
6315         * help-fns.el (help-C-source-directory): New var.
6316         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
6317         (describe-function-1, describe-variable): Use them.
6319         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
6320         to C source files specially.
6322 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
6324         * info.el (Info-hide-cookies-node): New function.
6325         (Info-select-node): Use it.
6326         (Info-display-images-node): Remove message with image file name.
6328 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
6330         * progmodes/compile.el (compilation-warning-face)
6331         (compilation-info-face, compilation-skip-threshold)
6332         (compilation-skip-visited, compilation-context-lines):
6333         Declare :version when added to Emacs.
6334         (compilation-error-regexp-alist-alist): Extend caml and irix.
6335         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
6336         (compilation-mode-font-lock-keywords): Temporarily undo line as
6337         function patch, which wasn't ready.
6339 2004-04-07  Kenichi Handa  <handa@m17n.org>
6341         * international/latin1-disp.el (latin1-display-setup): Check each
6342         character is displayable or not instead of calling
6343         latin1-display-check-font.
6345 2004-04-06  Kenichi Handa  <handa@m17n.org>
6347         * language/ethio-util.el (ethio-sera-being-called-by-w3):
6348         New variable.
6349         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
6350         instead of sera-being-called-by-w3.
6351         (ethio-fidel-to-sera-buffer): Likewise.
6352         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
6353         instead of sera-being-called-by-w3.
6354         (ethio-write-file): Likewise.
6356 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6358         * printing.el: Doc fix.
6360 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
6362         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
6363         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
6364         (gdb-setup-windows): Only use separate IO buffer if required.
6366 2004-04-06  Kim F. Storm  <storm@cua.dk>
6368         * term.el (term-is-xemacs): Remove.
6369         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
6370         (term-window-width): New function.
6371         (term-mode, term-check-size): Use it.
6372         (term-mode): Disable overflow-newline-into-fringe in term buffer.
6374 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
6376         * cus-edit.el (custom-add-parent-links): Change unbound variable
6377         `symbol' to `name'.
6379 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
6380         * info.el (info-apropos): New function.
6381         (Info-mode-menu): Add it.
6382         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
6384         * help-mode.el (help-make-xrefs): Recognize aliased variable with
6385         inherited docstring.
6387         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
6389 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6391         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
6393         * progmodes/compile.el (font-lock): Don't require any more.
6394         (compilation-error-properties, compilation-start, compilation-sentinel)
6395         (compilation-filter, next-error): Use with-current-buffer.
6396         (compilation-skip-to-next-location, compilation-skip-threshold)
6397         (compilation-skip-visited): Move to silence the byte-compiler.
6398         (compilation-setup): Simplify.
6399         (compilation-next-error): Use line-(beginning|end)-position.
6400         Make sure `pt' is non-nil before using compilation-loop.
6401         (compile-goto-error): Add optional event arg.  Use it.
6402         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
6403         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
6404         Update the binding for mouse-2.
6405         (first-error): Set compilation-current-error to nil rather than bob.
6406         (compilation-parsing-end, compilation-parse-errors-function)
6407         (compilation-error-list, compilation-old-error-list):
6408         "New" compatibility variables.
6409         (compile-buffer-substring, compilation-compat-error-properties)
6410         (compilation-compat-parse-errors, compilation-forget-errors):
6411         New compatibility functions.
6412         (compilation-mode-font-lock-keywords): Use them.
6414 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
6416         * autorevert.el (auto-revert-handler): If point (or a window
6417         point) is at the end of the buffer, keep it there after
6418         reverting.  This allows to tail a file.
6419         Mention this in the `Commentary'.
6421         * format.el (format-write-file): Add optional argument CONFIRM
6422         and make it behave like the analogous argument to `write-file'.
6424 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6426         * progmodes/ebnf2ps.el: Doc fix.
6427         (ebnf-version): New version number (4.2).
6428         (ebnf-syntax): Customization and docstring fix.
6429         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
6430         Put autoloaded funs before first use.
6431         (ebnf-style-database): Add dtd entry.
6432         (ebnf-syntax-alist): Add dtd initialization.
6433         (ebnf-token-sequence): New fun.
6434         (ebnf-comment-table): Add new comment action character.
6435         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
6437         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
6438         Type Definition for XML).
6440         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
6441         * progmodes/ebnf-bnf.el (ebnf-sequence):
6442         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
6443         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
6444         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
6445         Code simplification: call ebnf-token-sequence.
6447 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
6449         * calendar/timeclock.el (timeclock-relative)
6450         (timeclock-get-project-function, timeclock-get-workday-function)
6451         (timeclock-query-out, timeclock-when-to-leave)
6452         (timeclock-when-to-leave-string, timeclock-log-data)
6453         (timeclock-generate-report, timeclock-in): Doc fixes.
6455 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6457         * url/: New dir.  Import the URL package from its repository.
6459 2004-04-03  Andreas Schwab  <schwab@suse.de>
6461         * diff-mode.el (diff-mode): Fix missing quote.
6463 2004-04-03  Juri Linkov  <juri@jurta.org>
6465         * descr-text.el (describe-property-list): Add `font-lock-face'.
6467         * dired.el (dired-font-lock-keywords): Fix permission regexps.
6469 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6471         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
6472         Use utf-16le on little endian machines and utf-16be otherwise.
6474 2004-04-02  David Kastrup  <dak@gnu.org>
6476         * net/browse-url.el (browse-url-generic): Use call-process
6477         instead of start-process to allow browsers that fork and detach.
6479 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
6481         * compile.el (compilation-current-error): New var.
6482         (compilation-setup, compile-mouse-goto-error)
6483         (compile-goto-error, next-error): Use it.
6484         (compilation-skip-to-next-location): Default to t, which gives
6485         contiguous skipping like old compile (where this was redundant).
6486         (compilation-next-error): Prevent previous-* commands from moving
6487         back to message at or just before point.
6489 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
6491         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
6492         (gdb-source-info): Don't display source at startup, if required.
6493         (gdb-show-main): New option.
6494         (gdba): Update documentation.
6495         (gdb-source): Cover case of auto-display output.
6497 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
6499         * autorevert.el: Delete obsolete autoload's and defvar's.
6500         (auto-revert-check-vc-info): New user option.
6501         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
6502         (auto-revert-handler-vc): Delete.
6503         (auto-revert-handler): Treat return value `fast' of
6504         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
6506         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
6507         return `fast'.
6509         * files.el (buffer-stale-function): Doc change.
6511 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6513         * printing.el: New tip on Tips section.
6514         (pr-version): New version number (6.7.4).
6515         (pr-shell-file-name): Initialization fix.
6517 2004-03-31  Juri Linkov  <juri@jurta.org>
6519         * dired.el: Add autoload for `dired-do-touch'.
6520         (dired-touch-program): New var.
6521         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
6522         (dired-no-confirm): Add `touch' to docstring.
6524         * dired-aux.el (dired-do-touch): New fun.
6525         (dired-do-chxxx): Add argument -t for touch operation.
6527         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
6528         `dired-move-to-filename-regexp'.
6530 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
6532         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
6534 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6536         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
6537         and only if the buffer was modified.
6539 2004-03-30  Kenichi Handa  <handa@m17n.org>
6541         * international/characters.el: Delete pairs for U+2308..U+230B.
6543 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
6545         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
6546         to detect the beginning of a level 2 or 3 annotation.
6548 2004-03-29  Kenichi Handa  <handa@m17n.org>
6550         * international/ucs-tables.el (ucs-insert): Fix the error message.
6552 2004-03-29  Kenichi Handa  <handa@m17n.org>
6554         * international/mule-util.el (char-displayable-p): Fix generation
6555         of XLFD file name.
6557         * Makefile.in (setwins, setwins_almost): Change directory to $wd
6558         before finding directories by `find'.
6560 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6562         * subr.el (interactive-form): Delete.  Now implemented in C.
6564         * pcvs.el (cvs-parse-process): Workaround for Darwin.
6566         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
6567         (vc-diff-label): New fun.
6568         (vc-diff-internal): Use it.
6570         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
6572 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6574         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
6576         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
6577         specify XML (EBNFX).
6579         * progmodes/ebnf2ps.el: Doc fix.
6580         (ebnf-version): New version number (4.1).
6581         (ebnf-syntax): Adjust customization.
6582         (ebnf-style-database): Add ebnfx entry.
6583         (ebnf-syntax-alist): Add ebnfx initialization.
6584         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
6586         * printing.el: Doc fix.
6587         (pr-version): New version number (6.7.3).
6588         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
6589         returns nil for mouse position.  Reported by Drew Adams
6590         <drew.adams@oracle.com>.
6591         (pr-update-menus): Modify interactive declaration.  Reported by Drew
6592         Adams <drew.adams@oracle.com>.
6594 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
6596         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
6597         (gud-gdba-marker-filter): Log the process input and output, if
6598         required.  From Stefan Monnier.
6599         (gdb-debug-log, gdb-enable-debug-log): New variables.
6600         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
6602 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6604         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
6605         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
6607 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
6609         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
6610         Call vc-find-file-hook here instead of in auto-revert-buffers.
6611         (auto-revert-buffers): Delete call to vc-find-file-hook.
6612         (auto-revert-verbose, global-auto-revert-non-file-buffers)
6613         (global-auto-revert-mode, auto-revert-set-timer)
6614         (auto-revert-handler, auto-revert-buffers): Doc fixes.
6616 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
6618         * woman.el (woman-change-fonts): Rename local variable
6619         woman-font-alist to font-alist to avoid a compiler warning.
6621 2004-03-27  Dave Love  <fx@gnu.org>
6623         * emacs-lisp/rx.el (rx): Doc fix.
6624         Fix copyright years.
6626         * strokes.el (strokes-global-set-stroke-string): New function.
6627         (strokes-list-strokes): Cope with strings, not just commands.
6628         Set foreground colour of image.
6629         (strokes-global-set-stroke): Doc fix.
6631 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
6633         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
6634         Auto Revert mode.
6635         (Buffer-menu-files-only): New variable.
6636         (Buffer-menu-toggle-files-only): New function.
6637         (Buffer-menu-mode-map): Bind it to `T'.
6638         (Buffer-menu-mode): Mention `T' in docstring.
6639         Set buffer-stale-function.
6640         (list-buffers-noselect): Mark buffer non-modified and set
6641         Buffer-menu-files-only.
6643         * dired.el (buffer-stale-function): Remove no longer needed defvar.
6645         * autorevert.el (auto-revert-handler): Print revert message
6646         before, rather than after, reverting.
6647         (buffer-stale-function): Move to files.el.
6649         * files.el (buffer-stale-function): Move here from autorevert.el.
6651 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6653         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
6655         * calc/calc.el (calc-mode-map): Use mapc.
6657         * apropos.el (apropos-mode): Don't autoload.
6658         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
6659         (apropos): Use it.
6660         (apropos-print): Add optional `text' argument.
6661         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
6662         Don't assume point-min == 1.
6664         * bs.el (bs-buffer-list): Use buffer-local-value.
6665         (bs--set-toggle-to-show): Use with-current-buffer.
6667         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
6668         New funs.
6669         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
6671         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
6673         * dabbrev.el (dabbrev-expand): Fix regexp construction.
6674         (dabbrev--find-expansion): Use pop.
6675         (dabbrev--search): Use match-string-no-properties.
6677         * dired.el (dired-mode): Use run-mode-hooks.
6678         (dired-move-to-end-of-filename): Use match-string.
6680         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
6681         is bound before using it.
6682         (ediff-verbose-p): Make it into a var since it's not constant.
6684         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
6686         * faces.el (read-face-font): Don't cons up unnecessarily.
6687         (header-line, tool-bar): Share common parts.
6689         * files.el (file-relative-name): Use compare-strings.
6691         * finder.el (finder-mode): Follow coding convention.
6693         * subr.el (read-number): New function.
6695         * ses.el (ses-read-number): Move to subr.el.
6696         (ses-set-header-row): Use read-number.
6698 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
6700         * vc-hooks.el (vc-arg-list): New function, which handles both
6701         compiled and uncompiled code.
6702         (vc-default-workfile-unchanged-p): Use it.
6704         * vc.el (vc-print-log): Undo prev change, use new function
6705         vc-arg-list from vc-hooks.el.
6707 2004-03-26  Masatake YAMATO  <jet@gyve.org>
6709         * simple.el (completion-setup-function): Emphasize the
6710         first uncommon characters in the completions; and de-emphasize
6711         the common prefix substrings.
6712         (completion-emphasis): New face.
6713         (completion-de-emphasis): New face.
6715 2004-03-25  Juanma Barranquero  <lektu@terra.es>
6717         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
6718         Comment out (it's unused and unfinished code).
6720 2004-03-25  Sam Steingold  <sds@gnu.org>
6722         * vc.el (vc-print-log): Fix a bug in the last patch:
6723         backend-function may be a byte-compiled object, not a lambda.
6725 2004-03-25  Juri Linkov  <juri@jurta.org>
6727         * descr-text.el (describe-property-list): Add a button
6728         for `face' property that calls `describe-face'.
6729         Suggested by luis fernandes <elf@ee.ryerson.ca>
6731         * international/mule.el (keyboard-coding-system):
6732         * kmacro.el (kmacro-call-macro): Fix docstring.
6734         * dired.el: Fix comments.
6736         * textmodes/fill.el (fill): Fix Info link.
6738         * font-lock.el (fast-lock, lazy-lock):
6739         * jit-lock.el (jit-lock): Remove links to removed Support Modes
6740         Info node.
6742         * eshell/eshell.el (eshell): Fix broken info-link.
6744         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
6745         * eshell/em-banner.el (eshell-banner):
6746         * eshell/em-smart.el (eshell-smart):
6747         * eshell/esh-cmd.el (eshell-cmd):
6748         Comment out broken info-links to incomplete Info manual.
6750         * info-xref.el: Fix commentary.
6752 2004-03-25  Kevin Ryde  <user42@zip.com.au>
6754         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
6755         Remove spurious node duplicate suppression, doesn't work, not wanted.
6756         (info-xref-output): Take format style args, add "sit-for 0" to let
6757         user see the results as they progress.
6758         (info-xref-check-all-custom): New function.
6760 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
6762         * gdb-ui.el: Moved to progmodes.
6764 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6766         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
6768 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
6770         * calendar/appt.el (appt-check): Remove superfluous progn.
6771         When finished with diary buffer: if it was not being displayed
6772         before, kill it; otherwise restore its original state.
6773         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
6775         * calendar/calendar.el (calendar-set-mode-line): Use total
6776         available mode-line width, rather than frame-width.
6778         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
6779         after mode change so effect not lost.
6781 2004-03-23  Dave Love  <fx@gnu.org>
6783         * dired.el (dired) <defgroup>: Add link to manual.
6784         (dired-font-lock-keywords): Add highlighting on unusual permissions.
6785         (dired-revert): Use dolist.
6786         (dired-mode-map): Add U binding.
6787         (dired-mode): Add font-lock-beginning-of-syntax-function.
6788         (dired-garbage-files-regexp): Make it a defcustom.
6790 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6792         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
6793         is equivalent to nil.
6794         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
6795         (vc-arch-mode-line-string): Accept `added' state.
6796         (vc-arch-state): Use inode-sigs if available.
6797         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
6798         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
6799         (vc-arch-tagline-re): New var.
6800         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
6801         New functions.
6802         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
6803         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
6805         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
6806         (vc-file-not-found-hook): Use it.
6808         * diff-mode.el (diff-default-read-only): Change default.
6809         (diff-mode-hook): Make it a defcustom.  Add some options.
6810         (diff-mode-map): Bind diff-refine-hook.
6811         (diff-yank-handler): New var.
6812         (diff-yank-function): New fun.
6813         (diff-font-lock-keywords): Use them.
6814         (diff-end-of-file): Handle case where file-header looks like diff text.
6815         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
6816         (diff-file-kill): Delete a subsequent empty line, if applicable.
6817         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
6818         (diff-find-file-name): Use it.
6819         (diff-tell-file-name): New command.
6820         (diff-mode): Be careful with view-mode.
6821         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
6822         New functions, for use in diff-mode-hook.
6823         (diff-find-source-location): Catch "regex too large" errors.
6824         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
6825         (diff-refine-hunk): New command.
6827         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
6828         (smerge-context-menu-map): Remove unused var.
6829         (smerge-keep-all): Preserve markers.
6830         (smerge-keep-n): New fun.
6831         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
6832         (smerge-keep-current, smerge-ediff): Use it.
6833         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
6834         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
6835         (smerge-resolve): Resolve trivial 3-part conflicts.
6837 2004-03-23  Juri Linkov  <juri@jurta.org>
6839         * man.el (Man-width): New var.
6840         (Man-getpage-in-background): Use it.
6841         (Man-support-local-filenames): New var and fun.
6842         (Man-build-man-command): Don't add a second %s.
6843         (Man-fontify-manpage): Clean up message.
6844         (Man-mode): Set outline-regexp, outline-level,
6845         imenu-generic-expression.
6847         * woman.el (woman-fill-frame): Doc fix.
6848         (woman-decode-region): Use window-width instead of frame-width.
6850         * abbrevlist.el (list-one-abbrev-table):
6851         * descr-text.el (describe-char):
6852         * international/mule-diag.el (describe-current-coding-system):
6853         * international/quail.el (quail-insert-decode-map):
6854         Use window-width instead of frame-width.
6856         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
6857         (jka-compr-mode-alist-additions): Add tbz.
6858         (jka-compr-write-region, jka-compr-insert-file-contents):
6859         Add message for undefined compress-program.
6860         (jka-compr-write-region): Remove redundant var bindings.
6862         * dired-x.el (dired-guess-shell-alist-default): Add choices for
6863         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
6864         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
6865         (dired-man): Use dired-guess-shell-command.
6866         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
6867         Change default nil to t.
6869         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
6870         (dired-compare-directories): Add default value for empty input.
6872         * help-at-pt.el: Move suggestions for key bindings to Commentary.
6874         * time.el (display-time-string-forms): Fix help-echo date format.
6876 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
6878         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
6879         (buffer-stale-function): New variable.
6880         (auto-revert-list-diff, auto-revert-dired-file-list)
6881         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
6882         (auto-revert-handler): Take over some functionality of deleted
6883         functions.
6884         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
6886         * dired.el (dired-directory-changed-p): New fun, extracted from
6887         dired-internal-noselect.
6888         (dired-buffer-stale-p): New fun.
6889         (dired-internal-noselect): Use dired-directory-changed-p.
6890         Eliminate revert messages.
6891         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
6893 2004-03-23  Kenichi Handa  <handa@m17n.org>
6895         * international/characters.el: Setup syntaxes for more parentheses
6896         Unicode characters.
6898         * international/mule-cmds.el (select-safe-coding-system):
6899         Merge coding-system and auto-cs before comparing them.
6901 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6903         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
6905         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
6906         normal-auto-fill-function and comment-indent-function.
6907         The default values now work just as well.
6908         Don't set font-lock-beginning-of-syntax-function since we already set
6909         syntax-begin-function.
6910         (lisp-outline-level): Put ;;;###autoload at same level as (.
6911         (prin1-char): Quote special chars.
6913         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
6914         than with-no-warnings.
6916         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
6917         if the source location can't be found.
6918         (edebug-compute-previous-result): Use prin1-char.
6920         * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
6921         (debug-ignored-errors): Add an entry.
6923         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
6924         (byte-compile-file): Output warning when deleting a file.
6926         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
6927         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
6929         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
6930         (byte-compile-inline-expand): Use backquote.
6931         (byte-optimize-pure-func): Rename from byte-optimize-concat.
6932         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
6934         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
6936         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
6938 2004-03-22  Juri Linkov  <juri@jurta.org>
6940         * finder.el (finder-known-keywords): Fix data, tex, unix.
6942         * play/landmark.el: Fix keywords.
6944         * language/ethio-util.el (ethio-find-file): Doc fix.
6946         * emacs-lisp/warnings.el: Doc fix.
6948         * textmodes/ispell.el (ispell-help): Doc fix.
6950 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
6952         * format.el (format-insert-file): Always return a list of two
6953         elements, like insert-file-contents does.
6955 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
6957         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
6958         and vc-BACKEND-diff.
6959         (vc-print-log): If the print-log implementation supports it, use
6960         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
6961         (vc-version-diff, vc-diff-internal): Doc fixes.
6963         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
6964         implementation supports it, let diff output go to *vc*,
6965         not *vc-diff*, since this is an internal call.
6967         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
6969         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
6971         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
6973 2004-03-21  Dave Love  <fx@gnu.org>
6975         * progmodes/cfengine.el (cfengine-mode):
6976         Set parse-sexp-ignore-comments.
6978         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
6980 2004-03-21  Juanma Barranquero  <lektu@terra.es>
6982         * allout.el (allout-mode): Fix docstring.
6984 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
6986         * files.el (insert-directory): Fix bug if SWITCHES is a list.
6988         * autorevert.el (auto-revert-interval): Make new value take
6989         effect immediately when set through Custom.
6990         (auto-revert-set-timer): Add interactive declaration.
6992 2004-03-19  David Ponce  <david@dponce.com>
6994         * ruler-mode.el (ruler-mode-header-line-format-old):
6995         Don't `make-variable-buffer-local'.
6996         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
6997         (ruler-mode-header-line-format): Simply funcall the above.
6998         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
6999         to save/restore a previous header line format.
7000         (ruler-mode-space): Don't depend on a numeric WIDTH value.
7001         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
7002         fringes and margins width.
7003         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
7005 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7007         * log-edit.el (log-edit-font-lock-keywords): Typo.
7009         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
7010         (tex-send-tex-command): Rather than here.
7011         (tex-compilation-parse-errors): Simplify.
7013         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
7015         * time.el (display-time-string-forms): Add help-echo with date on time.
7017         * composite.el (compose-region): Use restore-buffer-modified-p.
7019         * disp-table.el (standard-display-8bit): Simplify.
7021         * server.el (server-process-filter): Delete temp frame.
7023         * add-log.el (add-change-log-entry): Simplify.
7025 2004-03-19  Kim F. Storm  <storm@cua.dk>
7027         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
7028         (hexl-follow-line): Don't require 'fringe.
7030         * progmodes/compile.el (compilation-start): Always set
7031         compilation-last-buffer and return it.
7033 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
7035         * simple.el (clone-buffer): Doc fix.
7037 2004-03-18  Juanma Barranquero  <lektu@terra.es>
7039         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
7041 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7043         * log-edit.el (log-edit-font-lock-keywords): New var.
7044         (log-edit-mode): Use it.
7046 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
7048         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
7049         properly for watching in speedbar.
7051 2004-03-17  Masatake YAMATO  <jet@gyve.org>
7053         * smerge-mode.el (smerge-popup-context-menu):
7054         Put `unwind-protect' around `overlay-put' and `popup-menu'.
7056 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7058         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
7059         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
7060         Take sealed revisions into account.
7061         (vc-arch-checkin): Extract a summary line from the message.
7063 2004-03-16  Masatake YAMATO  <jet@gyve.org>
7065         * register.el (register): Provide `register' feature.
7067 2004-03-15  Masatake YAMATO  <jet@gyve.org>
7069         Added context menu support in smerge mode.
7070         Most of the part is written by Stefan Monnier.
7072         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
7073         New keymap and menu.
7074         (smerge-text-properties): New function.
7075         (smerge-remove-props): New function.
7076         (smerge-popup-context-menu): New function.
7077         (smerge-resolve): Call `smerge-remove-props'.
7078         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
7079         (smerge-keep-current): Ditto.
7080         (smerge-kill-current): New function.
7081         (smerge-match-conflict): Put text properties.
7082         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
7084 2004-03-15  David Ponce  <david@dponce.com>
7086         * ruler-mode.el: (ruler-mode-left-fringe-cols)
7087         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
7088         (ruler-mode-right-scroll-bar-cols): Remove.
7089         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
7090         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
7091         Use fringe-columns and scroll-bar-columns.
7093 2004-03-15  Masatake YAMATO  <jet@gyve.org>
7095         * hl-line.el (hl-line-range-function): New variable.
7096         (hl-line-move): New function.
7097         (global-hl-line-highlight): Use `hl-line-move'.
7098         (hl-line-highlight): Ditto.
7100         * scroll-bar.el (scroll-bar-columns):
7101         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
7103         * ruler-mode.el (top-level): Require scroll-bar and fringe.
7104         (ruler-mode-left-fringe-cols)
7105         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
7106         (ruler-mode-right-scroll-bar-cols)
7107         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
7108         (ruler-mode-ruler-function): New variable.
7109         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
7110         if the value for `ruler-mode-ruler-function'is given.
7112         * hexl.el (hexl-mode-hook): Make the hook customizable.
7113         (hexl-address-area, hexl-ascii-area): New customize variables.
7114         (hexlify-buffer): Put font-lock-faces on the address area and
7115         the ascii area.
7116         (hexl-activate-ruler): New function.
7117         (hexl-follow-line): New function.
7118         (hexl-highlight-line-range): New function.
7119         (hexl-mode-ruler): New function.
7121 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7123         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
7124         (vc-default-find-file-hook): New fun.
7125         (vc-find-file-hook): Call new find-file-hook operation.
7127         * vc-arch.el: New file.
7129 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
7131         * info-look.el (info-lookup): Reuse an existing Info window.
7133 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
7135         * woman.el (woman-preserve-ascii): Default value changed to t and
7136         doc string revised.
7138 2004-03-12  Richard M. Stallman  <rms@gnu.org>
7140         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
7141         Fix minor bug.
7143         * replace.el (occur-engine): Change message for count of matches.
7145         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
7146         For strings, do compare text properties.
7148 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
7150         * progmodes/compile.el (compile-auto-highlight)
7151         (compilation-error-list, compilation-old-error-list)
7152         (compilation-parse-errors-function, compilation-parsing-end)
7153         (compilation-error-message, compilation-directory-stack)
7154         (compilation-enter-directory-regexp-alist)
7155         (compilation-leave-directory-regexp-alist)
7156         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
7157         (compilation-current-file, compilation-regexps): Remove vars.
7159         (compile-error-at-point, compilation-error-filedata)
7160         (compilation-error-filedata-file-name, compile-reinitialize-errors)
7161         (compilation-next-error-locus, compilation-forget-errors)
7162         (count-regexp-groupings, compilation-parse-errors)
7163         (compile-collect-regexps, compile-buffer-substring): Remove funs.
7165         (compile-internal): Make obsolete.
7167         (compilation-first-column, compilation-error)
7168         (compilation-directory-matcher, compilation-page-delimiter)
7169         (compilation-mode-font-lock-keywords, compilation-debug)
7170         (compilation-error-face, compilation-warning-face)
7171         (compilation-info-face, compilation-line-face)
7172         (compilation-column-face, compilation-enter-directory-face)
7173         (compilation-leave-directory-face, compilation-skip-threshold)
7174         (compilation-skip-visited, compilation-context-lines): New vars.
7176         (compilation-warning-face, compilation-info-face)
7177         (compilation-message-face): New faces.
7179         (compilation-error-regexp-alist-alist): New constant.
7181         (compilation-face, compilation-directory-properties)
7182         (compilation-assq, compilation-error-properties, compilation-start)
7183         (define-compilation-mode, compilation-loop)
7184         (compilation-set-window): New functions.
7186         (compile): Additional argument for interactive compiles like TeX.
7188         * progmodes/grep.el (kill-grep): Move here from compile.el
7189         (grep-error, grep-hit-face, grep-error-face)
7190         (grep-mode-font-lock-keywords): New variables.
7191         (grep-regexp-alist): Simplify regexp and add `binary' case.
7192         (grep-mode): New mode.
7193         (grep-process-setup): Simplify.
7195 2004-03-11  Jason Rumney  <jasonr@gnu.org>
7197         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
7198         letters on DOS/Windows.
7200 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7202         * server.el (server-name): New var.
7203         (server-socket-dir): New var to replace server-socket-name.
7204         (server-start): Use them.
7206 2004-03-11  Simon Josefsson  <jas@extundo.com>
7208         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
7209         died to avoid infloop.  Reported by Jonathan Glauner
7210         <jglauner@sbum.org>.
7212 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7214         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
7215         (smerge-mode-menu): Use it to deactivate menu entries.
7216         (smerge-keep-current): New fun.
7217         (smerge-keep-current): Use it.
7219 2004-03-10  John Paul Wallington  <jpw@gnu.org>
7221         * foldout.el (foldout-fold-list, foldout-modeline-string):
7222         Declare them as variables, not constants.
7224 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7226         * ps-print.el: Modification to print *Messages* buffer.
7227         (ps-print-version): New version 6.6.4.
7228         (ps-message-log-max): New fun.
7229         (ps-spool-without-faces, ps-spool-with-faces)
7230         (ps-count-lines-preprint): Code fix.
7232         * printing.el: New tips in Tips section.
7234 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7236         * delim-col.el: Doc fix.
7238         * printing.el: Doc fix.  New doc section (Tips).
7240 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7242         * type-break.el (type-break-emacs-variant): Remove.
7243         (type-break-run-at-time, type-break-cancel-function-timers):
7244         Use fboundp rather than version name and number.
7246 2004-03-09  Masatake YAMATO  <jet@gyve.org>
7248         * hexl.el (hexl-mode): Use `make-local-variable' instead of
7249         `make-variable-buffer-local'.
7251 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
7253         * find-dired.el (find-dired): Call `shell-command' instead of
7254         `start-process-shell-command'.  By this, Tramp takes over
7255         handling of remote directories.
7257 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7259         * newcomment.el (comment-use-global-state): New var.
7260         (comment-search-forward): Use it.
7262         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
7264         * cus-edit.el (fill) <defgroup>: Move to fill.el.
7266         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
7267         (enable-kinsoku): Make it a defcustom.
7268         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
7269         paragraph to same-comment-start-marker.
7271 2004-03-07  Dave Love  <fx@gnu.org>
7273         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
7274         (browse-url-mail): Use it.
7276         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
7277         (rfc2368-unhexify-string): Use replace-regexp-in-string.
7279 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
7281         * woman.el (woman-man.conf-path): Doc fix.
7282         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
7284 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
7286         * sort.el (sort-columns): Remove ms-dos from the list of systems
7287         where the external `sort' command is not used.
7289 2004-03-07  Kim F. Storm  <storm@cua.dk>
7291         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
7292         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
7293         from overlay-arrow-variable-list.
7294         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
7296 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
7298         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
7299         overlay arrow string properly for the assembler buffer.
7301 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7303         * mail/sendmail.el (mail-mode): Fix last change.
7305 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
7307         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
7308         for the assembler buffer.
7309         (gdb-assembler-custom): Position the overlay arrow.
7310         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
7312 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7314         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
7316         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
7317         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
7319         * mail/sendmail.el (mail-mode): Set comment-start-skip.
7321         * newcomment.el (uncomment-region): Allow non-terminated comment.
7322         (comment-normalize-vars): Check the user-specified comstart marker.
7324 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
7326         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
7327         Otherwise, do use it if the region only contains font-lock text
7328         properties.
7330 2004-03-04  Masatake YAMATO  <jet@gyve.org>
7332         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
7333         as the callback function for eldoc.
7334         (hexl-print-current-point-info): New function.
7335         (hexl-current-address): Print the address in both decimal
7336         and hexadecimal format.
7338 2004-03-04  Richard M. Stallman  <rms@gnu.org>
7340         * mail/rmail.el (rmail-convert-to-babyl-format):
7341         Specify t for UNIBYTE when calling mail-unquote-printable-region.
7343         * mail/mail-utils.el (mail-unquote-printable-region):
7344         New arg UNIBYTE.
7346         * startup.el (command-switch-alist): Doc fix.
7348         * simple.el (undo): Temporarily set this-command to `undo-start',
7349         then set it to `undo' once undo-start returns without error.
7351         * simple.el (minibuffer-history-sexp-flag): Doc fix.
7353         * simple.el (kill-line): Don't disregard trailing whitespace
7354         in eol condition, if show-trailing-whitespace is set.
7356         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
7357         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
7358         When disabling, restore old values only if mouse-sel-has-been-enabled.
7360         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
7361         (isearch-{-char): New function.
7362         (isearch-mode-map): Bind { to isearch-{-char.
7364         * font-lock.el (lisp-font-lock-keywords-2):
7365         Turn off the CL with-... and do-... general patterns.
7366         Instead, recognize several specific with... and do... constructs.
7368         * files.el (switch-to-buffer-other-window):
7369         Bind same-window-buffer-names and same-window-regexps to nil.
7370         (switch-to-buffer-other-frame): Likewise.
7372 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7374         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
7375         recognizing leading comment on code line.
7377 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7379         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
7380         hidden files/directories.
7382 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7384         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
7385         only comment-start (in case the mode hasn't set it).
7387         * Makefile.in (AUTOGENEL): New var.
7388         (bootstrap-prepare): Rename from bootstrap-clean.
7389         Don't remove elc files.
7390         (maintainer-clean): New target.
7392         * xml.el (xml-get-attribute-or-nil): Simplify.
7394 2004-03-02  Juri Linkov  <juri@jurta.org>
7396         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
7397         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
7398         URL to prevent their substitution with the environment variable
7399         values by browsers.
7401 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7403         * ps-print.el: Doc fix.
7404         (ps-print-version): New version number (6.6.3).
7405         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
7406         Docstring fix.
7407         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
7408         before printing.
7409         (ps-time-stamp-yyyy-mm-dd): New fun.
7410         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
7412 2004-03-02  Kim F. Storm  <storm@cua.dk>
7414         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
7416 2004-03-01  Juanma Barranquero  <lektu@terra.es>
7418         * allout.el (allout-rebullet-heading): Fix typo in docstring.
7420         * desktop.el (desktop-file-version)
7421         (desktop-after-read-hook): Fix typos.
7422         (desktop-clear-preserve-buffers): Remove redundant info in
7423         docstring already shown by the obsolescence message.
7424         (desktop-truncate, desktop-internal-v2s)
7425         (desktop-value-to-string): Change argument name to match docstring.
7427         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
7429         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
7430         docstring.
7432 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7434         * printing.el: Replace "As Is..." in PostScript file print/preview by
7435         "No Preprocessing...".  Suggested by Colin Marquardt
7436         <_marquardt_@zmd.de>.
7437         (pr-insert-section-4): Adjust buffer interface.
7439 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
7441         Version 2.0.39 of Tramp released.
7443         * net/tramp.el (tramp-handle-file-local-copy)
7444         (tramp-handle-write-region, tramp-open-connection-rsh):
7445         Variable name typo.  Small change.  From Patrick Tullmann
7446         <tullmann@flux.utah.edu>.
7447         (tramp-process-connection-type): New variable.
7448         (tramp-maybe-open-connection): Use it.
7449         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
7450         (tramp-touch): Set last-modified time of a remote file.
7451         (tramp-handle-write-region): Say which function is used when encoding.
7453 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
7455         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
7456         case of non-existing filename, too.  Reported by Christoph Bauer
7457         <c_bauer@informatik.uni-kl.de>.
7458         (tramp-smb-get-file-entries): The directory in question should
7459         have permissions "drwxrwxrwx".  Just virtual, because we don't
7460         know the real permissions.  Don't we know?
7461         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
7462         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
7463         (tramp-smb-wait-for-output): Optimize algorithm getting pending
7464         output.  If it was received chunkwise, there have been problems.
7465         Remove the "prompt not found" error message; it is obvious.
7466         Simplify algorithm.
7467         (tramp-smb-process-running): Remove.  Since we acknowledge the
7468         virtual prompt for shares, there's no need for distinction of
7469         reading shares (process ends afterwards) and interactive mode of
7470         smblient.
7471         (tramp-smb-open-connection): Setting process sentinel removed.
7472         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
7473         "NT_STATUS_NETWORK_ACCESS_DENIED".
7474         (tramp-smb-maybe-open-connection): Set `process-connection-type'
7475         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
7476         (top-level): Setting default value in `tramp-default-method-alist'
7477         corrected.  Order of USER and HOST have been wrong.
7478         Nobody complained for months ...
7479         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
7480         (tramp-smb-open-connection): Clear password cache if login has failed.
7482         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
7483         `tramp-unified-filenames'.
7484         (tramp-completion-mode): Make test for XEmacs explicitely.
7485         `event-to-character' can exists in Emacs packages too.
7486         Reported by Matt Swift <swift@alum.mit.edu>.
7487         (tramp-buffer-name): Buffer name must contain the user if exists.
7488         Reported by Adrian Phillips <a.phillips@met.no>.
7489         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
7490         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
7491         (tramp-do-copy-or-rename-file-out-of-band): Rename from
7492         `tramp-do-copy-or-rename-file-one-local', because it handles also
7493         the case both files use the same out-of-band method.
7494         Implementation added.
7495         (tramp-handle-file-local-copy, tramp-handle-write-region):
7496         Out-of-band handling removed.  `copy-file' called instead, which
7497         calls `tramp-do-copy-or-rename-file-out-of-band'.
7498         (tramp-action-password): Check for out-of-band method removed.
7499         This function is used for 'login-program.
7500         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
7501         appropriate.
7502         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
7503         and `tramp-parse-sknownhosts'.
7504         (tramp-completion-function-alist): It's a defvar now, because we
7505         want to apply the optimized `tramp-set-completion-function'
7506         instead of a static list.
7507         (tramp-set-completion-function): Implementation tuned.
7508         Avoid double entries, and entries where the function or the
7509         file/directory doesn't exist.
7510         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
7511         for SSH2.
7512         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
7513         (tramp-handle-dired-compress-file): New function.
7514         (tramp-async-proc): New variable.
7515         (tramp-handle-shell-command): Adding asynchronous processes.
7516         They are far from being perfect, but it works at least for
7517         `find-grep-dired' and `find-name-dired' in Emacs 21.4.
7518         (top-level): Require password.el if visible.  Should be mandatory
7519         once No Gnus has found its way into (X)Emacs.
7520         (tramp-read-passwd): Invoke `password-read' if available,
7521         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
7522         fallback any longer.
7523         (tramp-clear-passwd): New function.
7524         (tramp-process-actions, tramp-process-multi-actions):
7525         Clear password cache if login has failed.
7527         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
7528         its own module.
7529         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
7530         `ange-ftp-ftp-name-res'.  There could be incorrect values from
7531         previous calls in case the "ftp" method is used in the Tramp file
7532         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
7534 2004-02-28  Richard M. Stallman  <rms@gnu.org>
7536         * term.el (term-mouse-paste): Call mouse-set-point.
7538         * thumbs.el: New file.
7540 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7542         * progmodes/ebnf-abn.el: Doc fix.
7544         * progmodes/ebnf-bnf.el: Doc fix.
7545         (ebnf-repeat): Code fix.
7547         * progmodes/ebnf2ps.el: Doc fix.
7548         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
7550 2004-02-28  Juri Linkov  <juri@jurta.org>
7552         * ffap.el (dired-at-point): Additional writability test for
7553         relative directory names.
7554         (dired-at-point-prompter): Treat directories as a directory, get
7555         the directory component from files.
7556         (ffap-string-at-point): Return string from region if region is active.
7557         (ffap-file-at-point): Remove redundant code.
7559 2004-02-28  Kim F. Storm  <storm@cua.dk>
7561         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
7562         Initialize margin area images to nil.
7563         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
7564         (breakpoint-enabled-bitmap-face)
7565         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
7566         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
7567         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
7568         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
7569         (gdb-reset): Use gdb-remove-breakpoint-icons.
7570         (gdb-put-string): Add dprop arg to specify alternative display
7571         property (for setting fringe bitmap).
7572         (gdb-remove-strings): Doc fix.
7573         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
7574         icon in fringe (if available), or else as icon or text in display
7575         margin.  Creates necessary icons in breakpoint-bitmap,
7576         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
7577         Also make left window margin if required.
7578         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
7579         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
7580         no longer needed.
7581         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
7582         gdb-put-breakpoint-icon.
7583         (gdb-assembler-mode): Don't set left-margin-width here.
7585 2004-02-27  Kevin Ryde  <user42@zip.com.au>
7587         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
7588         comma, so that it DTRT in macros.
7590 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
7592         * progmodes/sh-script.el (sh-shell-arg)
7593         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
7594         (sh-leading-keywords, sh-other-keywords): Fix custom type.
7596 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
7598         * faces.el (face-spec-set-match-display): Add a new attribute,
7599         `min-colors'.
7600         (region, highlight, secondary-selection): Use `min-colors'.
7602         * custom.el (defface): Add documentation for `min-colors'.
7604         * font-lock.el (font-lock-comment-face, font-lock-string-face)
7605         (font-lock-keyword-face, font-lock-function-name-face)
7606         (font-lock-variable-name-face, font-lock-constant-face):
7607         Use `min-colors'.
7609         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
7611 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7613         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
7614         define assq-delete-all if it's not defined.
7615         (ebnf-generate-region): Code fix.
7617         * printing.el: Doc fix.
7618         (pr-version): New version number (6.7.2).
7619         (pr-command): Return empty string if command is an empty string.
7621 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7623         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
7625         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
7626         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
7627         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
7628         "tt" ["test"] ).  Reported by Markus Dreyer
7629         <mdreyer@ix.urz.uni-heidelberg.de>.
7630         (ebnf-version): New version number (4.0).
7631         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
7632         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
7633         (ebnf-delete-style): New commands.
7634         (ebnf-directory, ebnf-file): New funs.
7635         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
7636         (ebnf-production-name-p, ebnf-stop-on-error): New options.
7637         (ebnf-syntax-alist): New var.
7638         (ebnf-element-width): New fun replacing ebnf-list-width.
7639         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
7640         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
7641         (ebnf-prologue): Adjust vars.
7642         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
7643         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
7644         (ebnf-check-style-values, ebnf-generate-production)
7645         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
7646         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
7647         (ebnf-token-repeat): Code fix.
7649         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
7650         %right, %left and %prec.  Suggested by Matthew K. Junker
7651         <junker@alum.mit.edu>.
7652         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
7654         * progmodes/ebnf-iso.el: Doc fix.
7655         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
7656         (ebnf-iso-lex): Code fix.
7658         * progmodes/ebnf-bnf.el: Doc fix.
7659         (ebnf-bnf-lex): Code fix.
7661         * progmodes/ebnf-otz.el: Doc fix.
7663 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
7665         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
7666         (abbrev-prefix-mark): Doc fix.
7668 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
7670         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
7671         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
7672         (gdb-var-delete): Make interactive (really).
7673         (gdb-edit-value): Make non-interactive.
7675         * progmodes/gud.el (gud-speedbar-menu-items):
7676         Add gdb-var-delete and, indirectly, gdb-edit-value.
7677         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
7678         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
7679         (gud-gdb-marker-filter): Add comment for annotations.
7681 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
7683         * calendar/calendar.el (generate-calendar)
7684         (calendar-read-date): Prevent display of BC calendars once more -
7685         reverts 2003-10-01 change.
7686         (generate-calendar-month): Doc fix.
7688 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
7690         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
7691         return value of increment-calendar-month.
7693 2004-02-21  Stephen Compall  <s11@member.fsf.org>
7695         * saveplace.el (save-place-forget-unreadable-files)
7696         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
7697         (save-place-forget-unreadable-files): New function.
7698         (save-place-alist-to-file): Use it to filter out files that are
7699         no longer readable.
7701         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
7702         current Texinfo environment, using the same method as in
7703         `texinfo-insert-@end', and insert a space rather than a newline if
7704         point in a @table environment.
7706 2004-02-21  Juri Linkov  <juri@jurta.org>
7708         * ffap.el (ffap-file-at-point): Try parent directories.
7710 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
7712         * vcursor.el (vcursor-modifiers): New defcustom.
7713         (vcursor-cs-binding): Use vcursor-modifiers instead of a
7714         hard-coded list.
7716 2004-02-21  Masatake YAMATO  <jet@gyve.org>
7718         * play/animate.el (animate-birthday-present): Accept names other
7719         than `Sarah', too.
7721 2004-02-21  Juri Linkov  <juri@jurta.org>
7723         * startup.el: Remove table of command line arguments from the
7724         Commentary section.
7726 2004-02-20  John Wiegley  <johnw@newartisans.com>
7728         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
7729         again" modifier from 'e' to 'E', since 'e' is also used by the
7730         "file extension" modifier.
7732 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
7734         * help-fns.el (describe-categories): Doc fix.
7736 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
7738         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
7739         temporary file for buffer already visiting one.  This change makes
7740         output likely to be directly usable by patch program.
7741         Suggested by Adrian Aichner  <adrian@xemacs.org>
7743 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
7745         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
7746         case of variables defined in compound statements.
7747         (gdb-setup-windows, gdb-source-info, gdb-source-info):
7748         Simplify constructions using switch-to-buffer.
7750 2004-02-19  Simon Josefsson  <jas@extundo.com>
7752         * play/morse.el: Fix typo.
7753         (morse-code): Add @.
7755 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
7757         * calendar/appt.el (appt-display-format): Change default to
7758         'ignore, for backwards compatibility.
7759         (appt-display-message): If appt-display-format is 'ignore,
7760         respect old vars appt-msg-window and appt-visible.
7761         (appt-activate): Don't depend on return value of cancel-timer.
7763         * calendar/calendar.el (calendar-holidays): Doc fix.
7765         * calendar/cal-coptic.el (coptic-prompt-for-date):
7766         Use assoc-string instead of assoc-ignore-case.
7767         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
7768         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
7769         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
7770         * calendar/cal-islam.el (calendar-goto-islamic-date)
7771         (mark-islamic-diary-entries): Ditto.
7772         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
7773         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
7774         (calendar-read-mayan-tzolkin-date): Ditto.
7775         * calendar/calendar.el (calendar-read-date): Ditto.
7776         * calendar/diary-lib.el (mark-diary-entries): Ditto.
7778 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
7780         * progmodes/executable.el (executable-command-find-posix-p):
7781         Fix choice of the directory.
7783 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
7785         * simple.el (interprogram-cut-function)
7786         (interprogram-paste-function, kill-new, kill-append):
7787         Doc fixes.
7788         (kill-region): Make it return nil.  Doc fix.
7789         (yank-pop): Make its argument optional.
7790         (yank): Make ARG `-' equivalent to `-1'.
7792 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
7794         * mail/rmail.el (rmail-get-new-mail): Don't reference
7795         rmail-use-spam-filter if rmail-spam-filter is not loaded.
7797 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
7799         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
7800         if one of global-auto-revert-non-file-buffers or autorevert-mode
7801         is non-nil.
7803 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
7805         * subr.el (delete-dups): A better implementation from Karl Heuer
7806         <kwzh@gnu.org>.
7808 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
7810         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
7811         correct place.
7812         * progmodes/icon.el (icon-indent-command): Ditto.
7813         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
7815 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
7817         * progmodes/grep.el (grep-compute-defaults): Undo change from
7818         2004-01-29: don't use executable-command-find-posix-p.
7820 2004-02-16  Richard Sharman  <rsharman@pobox.com>
7822         * hilit-chg.el: Use require instead of eval-and-compile.
7823         (highlight-compare-buffers): New function.
7825 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
7827         * man.el (Man-fontify-manpage): Render section headings in
7828         `Man-overstrike-face' even when overstrike was not used by man
7829         formatter for section headings.
7831 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
7833         * rmail-spam-filter.el: (vm-use-spam-filter)
7834         (rsf-min-region-length-added-to-spam-list): New variables.
7835         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
7836         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
7837         spam testing.  Don't delete spam message if automatic deletion
7838         after output via variable rmail-delete-after-output is turned on.
7839         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
7840         rsf-bbdb-dont-create-entries-for-spam.
7841         (check-field): New function, extracted from code in
7842         rmail-spam-filter to ease addition of header fields like content-type.
7843         (message-content-type): New variable to check the content-type:
7844         field added, also in defcustom of rsf-definitions-alist.
7845         (rmail-spam-filter): Replace repeated test code for header fields
7846         by calls to check-field; change the call to
7847         rmail-output-to-rmail-file such that rmail-current-message stays
7848         the same to avoid wrong deletion of unseen flags.
7849         (rsf-add-contents-type): New function to convert old format
7850         of rmail-spam-definitions-alist into new one.
7851         Change prefixes of all variables and functions from
7852         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
7854 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
7856         * loadhist.el (unload-hook-features-list): New defvar.
7858 2004-02-16  Dave Love  <fx@gnu.org>
7860         * loadhist.el (unload-feature): Doc fix.  Rename flist to
7861         unload-hook-features-list.
7863 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
7865         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
7866         cookie.  Don't check if we are looking-at open-formula.
7868 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
7870         * subr.el (match-string-no-properties): Use substring-no-properties.
7872 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
7874         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
7875         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
7876         Use lower-case "rx" in all error message.
7878 2004-02-16  Dave Love  <fx@gnu.org>
7880         * emacs-lisp/rx.el (rx-or): Put group around result.
7881         (rx-constituents): Add backref.
7882         (rx-syntax): Add string-delimiter, comment-delimiter.
7883         (rx-categories): Add combining-diacritic.
7884         (rx-check-not, rx-greedy, rx): Doc fix.
7885         (rx-backref, rx-check-backref): New.
7887 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
7889         * newcomment.el (uncomment-region): Allow eob as comment end.
7891 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
7893         * filecache.el: All message and error commands now use prefix
7894         "Filecache:" to make it easy to read *Messages* buffer.
7896 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
7898         * autorevert.el: Add support to detect changed dired and VC buffers.
7899         (auto-revert-active-p, auto-revert-list-diff)
7900         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
7901         (auto-revert-handler, auto-revert-active-p): New functions.
7902         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
7903         and `auto-revert-active-p'.
7904         (eval-when-compile): Defvar dired-directory and vc-mode.
7905         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
7906         (auto-revert-handler-vc): New functions.
7908 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
7910         * progmodes/compile.el (compilation-directory): New defvar.
7911         (compile): Save current directory in compilation-directory.
7912         (recompile): Bind default-directory to compilation-directory if
7913         that is non-nil.
7915 2004-02-16  Dave Love  <fx@gnu.org>
7917         * newcomment.el (comment-insert-comment-function)
7918         (comment-region-function, uncomment-region-function): New.
7919         (comment-indent): Use comment-insert-comment-function.
7920         (uncomment-region): Use uncomment-region-function.
7921         (comment-region): Use comment-region-function.
7923         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
7925 2004-02-16  Richard Stallman  <rms@gnu.org>
7927         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
7928         loaddefs* and ldefs-boot*.
7930 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
7932         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
7933         and email address at the beginning and end of the address.
7935         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
7936         anchored at the beginning of the email address.
7938 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
7940         * international/ccl.el (ccl-compile-write): Pass `left' to
7941         ccl-embed-code to generate correct code of write-expr-register.
7943 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
7945         * progmodes/grep.el (grep-compute-defaults): Fix typos.
7947 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7949         * x-dnd.el: Mention support for Motif in commentary.
7950         (x-dnd-handle-drag-n-drop-event): Ditto.
7952 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
7954         * ses.el: Use "ses--" prefixes for buffer-local variables.
7955         Use (point-min) instead of 1, even when we know the buffer
7956         is unnarrowed.
7957         (ses-build-load-map): Delete.  Distribute its content to defconst's for
7958         the three maps.
7959         (ses-menu, ses-header-line-menu): New menus.
7960         (ses-mode-map): Use them.
7961         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
7963 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
7965         * Makefile.in: Fix the CC Mode recompile kludge so it works
7966         when building in a different directory.
7968 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
7970         * simple.el (kill-new): Put yank-handler property on the entire string.
7972 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7974         * diff.el: Don't use compile any more, use diff-mode instead.
7975         (diff-regexp-alist, diff-old-file, diff-new-file)
7976         (diff-parse-differences, diff-process-setup): Remove.
7977         (diff-sentinel): New fun.
7978         (diff): Use it.  Run the process ourselves.
7979         Use diff-mode for the rest of the processing.
7981         * diff.el (diff): Simplify code handling `switch'.
7983 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7985         * pcvs-defs.el (cvs-menu): Add `tag'.
7987 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
7989         * simple.el (kill-append): Doc fix.
7991         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7992         Adapt outline-regexp to the new conventions for commenting out code.
7994 2004-02-11  John Paul Wallington  <jpw@gnu.org>
7996         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
7998 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8000         * diff.el (diff-switches): New fun.
8001         (diff, diff-backup): Use it.
8002         (diff): Clean up the args construction.  Use backquote.
8003         Use listp instead of consp to avoid putting a nil arg.
8004         (diff): Add a revert-buffer function.
8006 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8008         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT,  FILE_NAME
8009         handled by x-dnd-handle-file-name.
8010         (x-dnd-known-types): Add COMPOUND_TEXT.
8011         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
8012         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
8013         x-dnd-empty-state.
8014         (x-dnd-forget-drop): Ditto.
8015         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
8016         (x-dnd-handle-one-url): Return private when inserting text.
8017         (x-dnd-insert-ctext): New function.
8018         (x-dnd-handle-file-name): New function for FILE_NAME.
8019         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
8020         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
8021         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
8023 2004-02-10  Kenichi Handa  <handa@m17n.org>
8025         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
8026         instead of while loop.
8028 2004-02-10  Miles Bader  <miles@gnu.org>
8030         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
8032 2004-02-09  Kenichi Handa  <handa@m17n.org>
8034         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
8035         have end-of-line.
8037 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
8039         * Makefile.in: Added extra dependencies in the recompile target
8040         needed to cope with the compile time macro expansions in CC Mode.
8042 2004-02-09  Kim F. Storm  <storm@cua.dk>
8044         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
8045         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
8046         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
8047         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
8048         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
8049         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
8050         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
8051         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
8052         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
8053         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
8054         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
8056 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8058         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
8059         Don't allow shrink if there's a window on our right.
8061         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
8062         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
8063         Bring together declaration and initialization.
8064         (prolog-mode-variables): Don't set the syntax table.
8065         Don't set paragraph-start and comment-indent-function.
8066         Add /*..*/ to the comment regexps.
8067         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
8068         (prolog-mode-map): Don't bind TAB.
8069         (prolog-mode): Set the syntax table.
8070         (prolog-comment-indent): Remove.
8071         (inferior-prolog-mode-map): Initialize in the declaration.
8072         (inferior-prolog-mode-syntax-table)
8073         (inferior-prolog-mode-abbrev-table): New vars.
8074         (inferior-prolog-mode): Derive from comint-mode.
8075         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
8076         minibuffer windows.
8078         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
8079         in file names, as long as it is unabmiguous.
8081 2004-02-08  Andreas Schwab  <schwab@suse.de>
8083         * textmodes/reftex-toc.el
8084         (reftex-toc-load-all-files-for-promotion): Remove useless use of
8085         format.  Doc fix.
8087         * textmodes/refer.el (refer-find-entry-internal): Remove extra
8088         format string arguments.
8090         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
8091         string argument.
8093         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
8095         * play/zone.el (zone-call): Fix format string.
8097         * net/webjump.el (webjump-builtin): Add missing format string argument.
8099         * midnight.el (midnight-delay-set): Remove extra format string argument.
8101         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
8103         * hexl.el (hexl-insert-char): Add missing format string argument.
8105         * format.el (format-decode): Fix format string.
8107         * emulation/vi.el (vi-mode): Remove extra format string argument.
8108         (vi-repeat-last-search): Likewise.
8109         (vi-reverse-last-search): Likewise.
8110         (vi-goto-mark): Likewise.
8111         (vi-reverse-last-find-char): Likewise.
8112         (vi-repeat-last-find-char): Likewise.
8113         (vi-locate-def): Likewise.
8115         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
8117         * ediff-util.el (ediff-toggle-read-only): Remove extra format
8118         string argument.
8119         (ediff-toggle-regexp-match): Likewise.
8121         * dired-aux.el (dired-do-query-replace-regexp): Add missing
8122         format string argument.
8124         * calc/calc-map.el (calc-get-operator): Remove extra format
8125         string argument.
8127         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
8129         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
8130         string argument.
8132         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
8134         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
8136         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
8138         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
8139         (cl-struct-setf-expander): Likewise.
8141         * vc.el (with-vc-file): Fix unsafe uses of error.
8142         (vc-cancel-version): Likewise.
8144 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
8146         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
8147         thousands separator; fixes <class>:<line-number> regexp for
8148         non-english locales.
8150 2004-02-08  Andreas Schwab  <schwab@suse.de>
8152         * view.el (view-mode-enable): Revert previous change.
8154 2004-02-07  Kim F. Storm  <storm@cua.dk>
8156         * simple.el (line-number-at-pos): Rename from line-at-pos.
8157         Uses changed (what-line and vc-annotate-warp-version).
8159 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8161         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
8162         (diff-mode): Remove aborted attempt at support for compile.el.
8163         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
8165 2004-02-06  Andreas Schwab  <schwab@suse.de>
8167         * view.el (view-mode-enable): Add view-mode-map to
8168         minor-mode-overriding-map-alist.
8170 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8172         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
8174 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8176         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
8177         with point inside rather than after the paragraph.
8179 2004-02-04  Sam Steingold  <sds@gnu.org>
8181         * mail/smtpmail.el (smtpmail-try-auth-methods):
8182         Do not try authentication when no mechanism is available.
8183         Pass port-name as defaultport to `netrc-machine'.
8185 2004-02-04  Stephen Eglen  <stephen@gnu.org>
8187         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
8188         to show how minibuffer height can be constrained.
8190 2004-02-04  John Paul Wallington  <jpw@gnu.org>
8192         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
8194 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8196         * x-dnd.el: New file for drag and drop.
8198         * term/x-win.el: require x-dnd, set after-make-frame-functions
8199         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
8200         drag-n-drop event.
8202         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
8203         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
8204         (dired-dnd-handle-file): New functions for drag and drop support.
8205         (dired-mode): Initialize drag and drop if x-dnd present.
8207 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8209         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
8210         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
8211         (cperl-mode): Set fill-paragraph-function.
8212         (cperl-fill-paragraph): Make it non-interactive.
8214 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
8216         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
8218 2004-02-02  David Kastrup  <dak@gnu.org>
8220         * replace.el (perform-replace): Allow 'literal argument in
8221         regexp-flag to indicate literal replacement.
8222         (query-replace-regexp-eval): Use it.
8224 2004-02-01  Andreas Schwab  <schwab@suse.de>
8226         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
8228 2004-02-01  Stephen Eglen  <stephen@gnu.org>
8230         * info-look.el: Add support for maxima-mode.  Update commentary
8231         because info-lookup-symbol is now bound to C-h S.
8233 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
8235         * simple.el (edit-and-eval-command): Bind print-level and
8236         minibuffer-history-sexp-flag around call to read-from-minibuffer.
8237         Correct initial position in command-history.
8239 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
8241         * files.el (read-directory-name): Adapt the docstring to recent
8242         change in Fread_file_name.
8244 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
8246         * ses.el (ses-print-cell): If print format too wide for column
8247         width, truncate decimal places if that helps to avoid "#####" fill.
8248         * ses.el (ses-initial-column-width): Revert previous change.
8250 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8252         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
8253         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
8254         Add edebug info.
8255         (jit-lock-mode): Setup/cancel the new timer.
8256         (jit-lock-context-fontify): New fun.  Extracted from
8257         context fontification code of jit-lock-stealth-fontify.
8258         (jit-lock-stealth-fontify): Don't do context fontification any more.
8260         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
8261         (jit-lock-fontify-now): Handle the `quit' case.
8262         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
8264 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
8266         * progmodes/executable.el (executable-command-find-posix-p):
8267         New.  Check if find handles arguments Posix-style.
8269         * progmodes/grep.el (grep-compute-defaults):
8270         Use executable-command-find-posix-p.
8271         (grep-find): Check `grep-find-command'.
8273         * filecache.el (file-cache-find-posix-p): Delete.
8274         (file-cache-add-directory-using-find):
8275         Use `executable-command-find-posix-p'.
8277 2004-01-29  Dave Love  <fx@gnu.org>
8279         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
8280         Iterate the hook function if arg is given.
8281         (mark-defun, narrow-to-defun): Change order of finding the limits.
8283         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
8284         (byte-compile-format-warn): New.
8285         (byte-compile-callargs-warn): Use it.
8286         (Format, message, error): Add byte-compile-format-like property.
8287         (byte-compile-maybe-guarded): New.
8288         (byte-compile-if, byte-compile-cond): Use it.
8289         (byte-compile-lambda): Compile interactive forms,
8290         just to make warnings about them.
8292 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
8294         * ses.el (ses-initial-column-width): Increase to 14, so it will
8295         work well with the default printer of "%.7g" for extreme values
8296         like "-1.234567e+07".
8298 2004-01-29  Kenichi Handa  <handa@m17n.org>
8300         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
8302 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
8304         * dos-w32.el: Added support for the `default-printer-name' function.
8306 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8308         * server.el (server-socket-name): Don't use the hostname in the
8309         socket name since /tmp is local to the host anyway.
8311         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
8312         robust check of widening and fix var-naming.
8314 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
8316         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
8317         or rmail-spam- to rsf- in all function and variable names.
8318         (rsf-min-region-to-spam-list): New variable.
8319         (rsf-bbdb-auto-delete-spam-entries): Rename from
8320         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
8321         scanned together with the recipients field for spam testing; Don't
8322         delete spam message if rmail-delete-after-output is non-nil;
8323         (rsf-check-field): New function, extracted from code in
8324         rmail-spam-filter to ease addition of header fields like
8325         content-type:;
8326         (message-content-type): New variable.  The content-type: field was
8327         added also in defcustom of rsf-definitions-alist;
8328         (rmail-spam-filter): Replace repeated test code for header fields
8329         by calls to check-field; change the call to
8330         rmail-output-to-rmail-file such that rmail-current-message stays
8331         the same to avoid wrong deletion of unseen flags.
8332         (rmail-use-spam-filter): Add autoload cookie.
8334 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
8336         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
8337         (file-cache-add-directory-using-find): Add Cygwin support.
8338         (file-cache-find-command-posix-flag): New user variable.
8340         * filecache.el (file-cache-add-directory): Check for
8341         directories an remove them from dir-files.
8343 2004-01-27  Richard M. Stallman  <rms@gnu.org>
8345         * man.el (Man-fontify-manpage): Clean up message.
8347 2004-01-27  Kenichi Handa  <handa@m17n.org>
8349         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
8350         (sentence-end): Define using sentence-end-without-space.
8352         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
8353         a sentence ends with one of a character in sentence-end-without-space.
8355 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8357         * font-lock.el (font-lock): Add jit-lock as explicit group member.
8358         (jit-lock): Group declaration moved to jit-lock.el.
8359         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
8360         when necessary.
8362         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
8363         (jit-lock-context-unfontify-pos): Rename from
8364         jit-lock-first-unfontify-pos.
8365         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
8367 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
8369         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
8370         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
8371         (fortran-fill): When filling a string, adjust re-search-backward
8372         argument for special case of string just on fill-column.
8373         When filling non-string, allow one extra char if
8374         fortran-break-before-delimiters is non-nil.
8375         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
8376         Use fortran-break-delimiters-re and fortran-no-break-re to
8377         correctly handle cases such as "**".
8379         * progmodes/f90.el (f90-break-delimiters): Doc fix.
8380         (f90-no-break-re): Add some extra tokens.  Doc fix.
8382 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
8384         * mail/rmail-spam-filter.el:
8385         Use two semicolons as Commentary line prefix.
8386         Add ";;; Code:" stylized comment.
8387         Delete end-of-line whitespace.
8388         Wrap (require 'cl) with `eval-when-compile'.
8390 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
8392         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
8393         at the top level of vc.el.
8395 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
8397         * vc.el (vc-current-line): Function removed.  This is now done by
8398         the new function line-at-pos in simple.el.
8399         (vc-annotate-warp-version): Use line-at-pos instead of
8400         vc-current-line.
8402 2004-01-22  Kim F. Storm  <storm@cua.dk>
8404         * simple.el (line-at-pos): New defun.
8405         (what-line): Use it.  Optimize by only counting lines in narrowed
8406         region once.
8408 2004-01-22  Kenichi Handa  <handa@m17n.org>
8410         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
8411         point (register r1) only for charset mule-unicode-0100-24ff.
8413 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
8415         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
8416         trailing white space and ensure a final newline.
8418         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
8419         Add autoload cookie.
8421 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
8423         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
8424         activate view-mode explicitly.
8426 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8428         * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
8429         use clipboard first.
8431 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8433         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
8434         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
8435         (vc-mcvs-cvs): Remove.
8436         (vc-mcvs-command): Remove use of assert.
8438         * outline.el (outline-insert-heading): Tighten up match.
8439         (outline-demote, outline-move-subtree-down): Don't assume anything
8440         about outline-regexp.
8442         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
8443         (texinfo-show-structure): Explicitly add ^, and simplify.
8445 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
8447         * calendar/appt.el (appt-check): Restore usage of
8448         appt-issue-message deleted in previous change.
8449         (top-level): Activate package when loaded (needed for backwards
8450         compatibility).
8452 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
8454         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
8455         following previous change to smtpmail-send-data.
8457 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
8459         * vc.el (vc-default-previous-version): Doc enhancement.
8460         (vc-default-next-version): New function.
8461         (vc-print-log): New arg FOCUS-REV.
8462         (vc-annotate-mode): Derive from view-mode.
8463         (vc-annotate): New args REVISION, DISPLAY-MODE.
8464         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
8465         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
8466         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
8467         (vc-annotate-show-diff-revision-at-line, vc-current-line)
8468         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
8470         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
8472 2004-01-19  Karl Berry  <karl@gnu.org>
8474         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
8475         or "TexInfo".
8477 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
8479         * subr.el (delete-dups): New function.
8481 2004-01-19  Karl Berry  <karl@gnu.org>
8483         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
8484         with ^, since that's what texinfo-show-structure
8485         documentation says (plus it works much better in texinfo.txi).
8487 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
8489         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
8491 2004-01-18   David Ponce  <david@dponce.com>  (tiny change)
8493         * progmodes/which-func.el (which-function-mode): Don't cancel
8494         which-func-update-timer if not set.
8496 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
8498         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
8499         Remove spurious left square bracket in XX:XXam regexp.
8501 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
8503         * progmodes/cc-defs.el: Do not require cl at run time.
8505 2004-01-16  Richard M. Stallman  <rms@gnu.org>
8507         * emacs-lisp/cl.el (cl-cannot-unload): New function.
8508         (cl-unload-hook): Defvar this to run cl-cannot-unload.
8510         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
8511         Call rmail-spam-filter.  Delete and expunge spam.
8512         Print number of spam messages deleted.
8513         Save and restore the deletion status of old messages when reading
8514         new mail with spam filter, so that expunging spam does not expunge
8515         msgs deleted by the user.
8516         (rmail-only-expunge): Add an optional argument dont-show to
8517         prevent showing message after expunge.
8519 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
8521         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
8522         * subr.el (declare): New macro.
8524 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
8526         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
8528 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8530         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8531         Test window-system rather than system-type (for X11/Mac).
8533 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
8535         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
8537 2004-01-12  Richard M. Stallman  <rms@gnu.org>
8539         * mail/rmail.el (rmail-convert-to-babyl-format):
8540         Use mail-unquote-printable-region.
8541         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
8542         (rmail-hex-char-to-integer): Functions deleted.
8544         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
8545         (mail-unquote-printable-region): New arg NOERROR.
8546         For invalid encoding, either signal an error to just return nil.
8548 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
8550         * calendar/appt.el: Update copyright and commentary.
8551         (appt-issue-message): Make obsolete.
8552         (appt-visible, appt-msg-window): Make obsolete, in favour of
8553         appt-display-format.
8554         (appt-display-mode-line, appt-display-duration)
8555         (appt-display-diary, appt-time-msg-list, appt-mode-string)
8556         (appt-prev-comp-time, appt-display-count, appt-timer)
8557         (appt-convert-time): Doc change.
8558         (appt-disp-window-function, appt-delete-window-function):
8559         Use defcustom rather than defvar.
8560         (appt-display-format): New variable.
8561         (appt-display-message): New function with display code from appt-check.
8562         (appt-check): Add optional FORCE argument.  Doc change.
8563         Add appt-make-list to diary-hook if displaying diary.
8564         Remove checking of view-diary-entries-initially.
8565         Message display section removed to new function appt-display-message.
8566         (appt-display-window): Doc change.  Remove unused internal var
8567         this-buffer.  Do not beep, since appt-display-message does that.
8568         (appt-make-list): Doc change.  Use caar.
8569         (appt-sort-list): Simplify by using builtin sort function.
8570         (appt-update-list): New function for updating appts when diary is
8571         saved.
8572         (appt-activate): New autoloaded function to toggle package
8573         functionality.
8575         * calendar/cal-x.el: (calendar-one-frame-setup)
8576         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
8578         * calendar/calendar.el: Update copyright.
8579         (view-diary-entries-initially, european-calendar-style): Doc change.
8580         (calendar-setup): Make defcustom rather than defvar.
8581         (mark-visible-calendar-date): Initialize temp-face and faceinfo
8582         in let binding so local to function.
8584         * calendar/diary-lib.el: Update copyright.
8585         (diary, diary-entry-time): Doc change.
8586         (list-diary-entries): Doc change.  Trivial logic change.
8587         (fancy-diary-display): Restore make-face command mistakenly
8588         deleted 2003-05-08.
8589         (show-all-diary-entries): Allow to pop-up frame if needed.
8591 2004-01-09  John Paul Wallington  <jpw@gnu.org>
8593         * bindings.el (mode-line-change-eol): Add EVENT parameter.
8594         Temporarily select EVENT's window for changing eol type.
8596 2004-01-09  Deepak Goel  <deego@gnufans.org>
8598         * calendar/diary-lib.el (diary-entry-time):
8599         Also accept time in the form XX[.XX][am/pm/AM/PM].
8600         (fancy-diary-font-lock-keywords): Likewise.
8601         (diary-font-lock-keywords): Likewise.
8602         * calendar/appt.el (appt-add): Likewise.
8603         (appt-make-list): Likewise.
8604         (appt-convert-time): Likewise.
8606 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
8608         * gdb-ui.el (gdb-ann3): Revert previous change.
8609         (gdb-source-info): Allow for case of where compilation directory
8610         is not recorded.
8612 2004-01-08  John Paul Wallington  <jpw@gnu.org>
8614         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
8616 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
8618         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
8620         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
8621         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
8622         problems.
8623         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
8625 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
8627         * files.el (write-file-functions, write-contents-functions):
8628         Clarify docstrings.
8630 2004-01-07  Kenichi Handa  <handa@m17n.org>
8632         * international/mule.el (set-auto-coding): Fix for the case that
8633         end-of-line is only CR.
8635 2004-01-07  Kim F. Storm  <storm@cua.dk>
8637         * subr.el (event-start, event-end): Doc fix.
8638         (posn-string, posn-image): New defuns.
8639         (posn-object): Return either image or string object.
8640         (posn-object-x-y): Return 8th element of position.
8641         (posn-object-width-height): New defun.
8643 2004-01-06  Andreas Schwab  <schwab@suse.de>
8645         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
8646         output.
8648 2004-01-05  Karl Berry  <karl@gnu.org>
8650         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
8651         / and *, too.
8653 2003-12-31  Simon Josefsson  <jas@extundo.com>
8655         * files.el (before-save-hook): Add.
8656         (basic-save-buffer): Use before-save-hook.
8658         * emacs-lisp/copyright.el: Fix comment to recommend
8659         before-save-hook instead of write-file-functions.
8661 2004-01-05  Richard M. Stallman  <rms@gnu.org>
8663         * finder.el (finder-commentary): Call delete-other-windows.
8665         * net/ange-ftp.el (ange-ftp-file-attributes):
8666         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
8668 2004-01-04  Karl Berry  <karl@gnu.org>
8670         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
8671         comment characters % and # in the copyright year notice,
8672         as well as ;.
8674 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
8676         * wid-edit.el (default): Define dummy :value-delete.
8677         Reported by Jesper Harder <harder@ifa.au.dk>.
8679 2004-01-03  Richard M. Stallman  <rms@gnu.org>
8681         * progmodes/compile.el (compile-internal): Use point, not point-min,
8682         for set-window-point.
8684         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
8686         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
8688         * progmodes/grep.el (grep-mode-map):
8689         Don't remap next-line, previous-line.
8691 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
8693         * speedbar.el (speedbar-edit-line): Change regexp to position
8694         the cursor on the first character of this line's button.
8696 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
8698         * subr.el (functionp): Doc fix.
8700 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
8702         * progmodes/idlwave.el (idlwave-make-tags):
8703         * textmodes/flyspell.el (flyspell-large-region):.
8704         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
8705         * emulation/viper-util.el (viper-glob-unix-files):
8706         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
8707         * man.el (Man-init-defvars):
8708         * jka-compr.el (jka-compr-call-process):
8709         * files.el (get-free-disk-space,insert-directory):
8710         * ediff-ptch.el (ediff-test-patch-utility):
8711         * ediff-diff.el (ediff-test-utility):
8712         * dired-aux.el (dired-check-process):
8713         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
8714         test the return value of call-process, because it can be a string.
8716 2003-12-31  John Paul Wallington  <jpw@gnu.org>
8718         * bindings.el (completion-ignored-extensions): Add .pfsl.
8720 2003-12-31  Kim F. Storm  <storm@cua.dk>
8722         * ido.el (ido-nonreadable-directory-p): New defun to check for
8723         nonreadable directory without activating tramp (to avoid problems
8724         with checking incomplete tramp paths).
8725         (ido-set-current-directory, ido-file-internal)
8726         (ido-file-name-all-completions1): Use it.
8728 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
8730         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
8731         documentation if the anchor (or node) name is preceded by `info
8732         anchor' or `Info anchor' in addition to earlier `info node' and
8733         `Info node'.
8734         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
8736 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
8738         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
8739         error in arguments to base64-decode-region.  Remove ^M characters
8740         after decoding base64.
8742 2003-12-30  Simon Josefsson  <jas@extundo.com>
8744         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
8745         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
8746         have only been distributed with Emacs for some years.
8747         (texinfo-mode-hook): Customize.
8749 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
8751         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
8752         cleaner (suggested by Richard Stallman).
8754         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
8755         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
8756         file-name clashes on 8+3 DOS filesystems.
8758         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
8759         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
8760         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
8761         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
8762         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
8763         file-name clashes on 8+3 filesystems.
8765         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
8766         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
8767         file-name clashes on 8+3 DOS filesystems.
8769 2003-12-29  Richard M. Stallman  <rms@gnu.org>
8771         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
8772         Upcase the character.
8774         * textmodes/flyspell.el (mail-mode-flyspell-verify):
8775         Search for header separator alone on a line, literally,
8776         and search for it backward, not forward.
8777         (flyspell-abbrev-table): Always use global-abbrev-table
8778         if there is no local one.
8780         * progmodes/sh-script.el (sh-get-indent-info):
8781         Don't move point back if at bob.
8783         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
8785         * play/handwrite.el (handwrite): Make the handwrite credit message
8786         a comment rather than an output command.
8788         * obsolete/sc.el: Display message that this file is obsolete.
8790         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
8792         * mail/rfc822.el (rfc822-address-start): Declare variable.
8793         Renamed from address-start.  All uses changed.
8795         * term.el (term-exec): Set up sentinel.
8796         (term-sentinel): New function.
8797         (term-handle-exit): New function.
8799         * subr.el (assoc-ignore-case, assoc-ignore-representation):
8800         Use assoc-string, and mark them obsolete.
8801         (delay-mode-hooks): Mark as permanent local.
8803         * simple.el (sendmail-user-agent-compose): Use assoc-string.
8805         * register.el (copy-rectangle-to-register): Doc fix.
8807         * info.el (Info-insert-dir): Use assoc-string.
8809         * info-look.el (info-lookup): Use assoc-string.
8811         * frame.el (pop-up-frame-function): Use quote, not `function'.
8812         (frame-notice-user-settings): Calculate ADJUSTED-TOP
8813         copying with lists as coordinate values.
8815         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
8817         * find-dired.el (kill-find): New command.
8818         (find-dired): Make buffer read-only.
8819         Set up a keymap with C-c C-k running kill-find.
8820         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
8822         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
8824         * filecache.el (file-cache-ignore-case): New variable.
8825         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
8827         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
8828         (comint-dynamic-complete-as-filename): Rename local vars.
8829         (comint-dynamic-list-filename-completions): Likewise.
8831         * comint.el (comint-dynamic-list-completions-config): New var.
8832         (comint-dynamic-list-completions): Handle both SPC and TAB right.
8834         * comint.el (comint-file-name-chars): Add [].
8835         (comint-word): Use skip-chars-backward, not search.
8837         * shell.el (shell-file-name-chars): Add [].
8839         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
8841         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
8843         * generic.el (define-generic-mode): Doc fix.
8845 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
8847         * files.el (kill-some-buffers): Doc fix.
8849 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
8851         * comint.el (comint-watch-for-password-prompt): Pass `string' as
8852         arg to send-invisible
8853         (send-invisible): Doc fix.  The argument is now a prompt, not the
8854         string to send.
8855         (comint-read-noecho): Doc fix.
8857 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
8859         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
8860         "@", as required by some ISP hosting service.  Fix defcustom
8861         argument syntax errors that prevented use of customization.
8863 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
8865         * xml.el (xml-get-attribute-or-nil): Doc fix.
8867 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
8869         * net/zone-mode.el (zone-mode): Use write-file-functions, not
8870         write-file-hooks.
8872 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
8874         * autorevert.el (auto-revert-interval): Doc fix.
8876 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
8878         * xml.el (xml-get-attribute-or-nil): New function, like
8879         xml-get-attribute, but returns nil if the attribute was not found.
8880         (xml-get-attribute): Convert to defsubst, uses
8881         xml-get-attribute-or-nil.
8883 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
8885         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
8887 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
8889         * custom.el (custom-declare-theme): Use `value' when putting
8890         properties on `theme'.
8892 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
8894         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
8895         for each yank-handler segment.
8896         (insert-for-yank-1): New function, with the body of the previous
8897         insert-for-yank.
8899         * textmodes/table.el (table-yank-handler): New defcustom.
8900         (table--put-cell-indicator-property): Put yank-handler property
8901         that indicates the yank handler for the table cell.
8903 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
8905         * generic-x.el (etc-modules-conf-generic-mode): A more complete
8906         set of keywords.
8908 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
8910         * international/mule-cmds.el (reset-language-environment)
8911         (set-language-environment): Don't invoke fontset-related functions
8912         if fontset-list is not fboundp.
8914 2003-12-29  Kenichi Handa  <handa@m17n.org>
8916         * international/mule-cmds.el (reset-language-environment):
8917         Call set-overriding-fontspec-internal with nil.
8918         (set-language-environment): Call set-overriding-fontspec-internal
8919         if the language environment specify `overriding-fontspec'.
8920         (language-info-alist): Doc added.
8922         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
8923         characters of mule-unicode-0100-24ff.
8924         (ccl-encode-windows-1251-font): New CCL program.
8925         ("Bulgarian"): Specify overriding-fontspec.
8926         ("Belarusian"): Likewise.
8928 2003-12-28  Sam Steingold  <sds@gnu.org>
8930         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
8931         parameter ID-FORMAT to conform with the 2003-11-30 patch.
8933 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
8935         * progmodes/gud.el (gud-gdb-command-name): Set default to
8936         "gdb --annotate=3".
8937         (gud-gdb-marker-filter): Look out for annotations.
8938         (gdb-first-pre-prompt): New variable.
8939         Remove trailing white space.
8941         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
8942         if necessary.
8943         (gdb-ann3): New function.  Initialise M-x gdb as for M-x gdba if
8944         annotations are detected.
8945         (gud-gdba-marker-filter): Use global variable gud-marker-acc
8946         instead of a local one to allow transition from
8947         gud-gdb-marker-filter.
8948         Remove trailing white space.
8950 2003-12-27  Kim F. Storm  <storm@cua.dk>
8952         * ido.el: Handle non-readable directories.
8953         (ido-decorations): Add 9th element for non-readable directory.
8954         (ido-directory-nonreadable): New dynamic var.
8955         (ido-set-current-directory): Set it.
8956         (ido-read-buffer, ido-file-internal):
8957         (ido-read-file-name, ido-read-directory-name): Let-bind it.
8958         (ido-file-name-all-completions1): Return empty list for
8959         non-readable directory.
8960         (ido-exhibit): Print [Not readable] if directory is not readable.
8961         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
8962         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
8963         Use it.
8965 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
8967         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
8968         calls to directory-files-and-attributes and file-attributes.
8969         (ls-lisp-format): Remove system dependent handling of user and
8970         group id's.
8972 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
8974         * ffap.el (ffap-read-file-or-url): Revert previous change.
8976 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
8978         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
8979         new list of included files called `files-with-node-lines', that
8980         only have node lines.  This way @include commands can include any
8981         file, such as version and update files without node lines, not
8982         just files that are chapters.
8984 2003-12-25  Andreas Schwab  <schwab@suse.de>
8986         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
8987         file not found.
8989 2003-12-08  Miles Bader  <miles@gnu.org>
8991         * dired.el (dired-between-files): Always use dired-move-to-filename,
8992         which is more robust in non-english locales.
8994 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
8996         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
8998 2003-12-24  Andreas Schwab  <schwab@suse.de>
9000         * shell.el (shell-file-name-quote-list): Add backslash.
9002         * comint.el (comint-quote-filename): Correctly handle backslash
9003         in comint-file-name-quote-list.
9005 2003-12-24  Kenichi Handa  <handa@m17n.org>
9007         * international/mule-cmds.el (set-default-coding-systems):
9008         Call ucs-set-table-for-input for all buffers that don't have local
9009         value of buffer-file-coding-system.
9011         * international/ucs-tables.el (ucs-set-table-for-input):
9012         If translation-table-for-encode is a symbol, get its
9013         translation-table property.
9015 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
9017         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
9018         to `completing-read' on a recently fixed bug.
9020         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
9021         instead of SPACE, to get the list of possible fringe modes.
9022         SPACE only works if both `partial-completion-mode' and
9023         `completion-auto-help' are nil.
9025         * complete.el (PC-is-complete-p): Delete.
9026         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
9027         calls to `test-completion'.
9029 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
9031         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
9032         to edit values when there are no children.
9034         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
9035         a mode called "Assembler" already exists.
9036         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
9037         (gud-watch): Use format option.  Remove font properties from string.
9038         (gdb-var-create-handler, gdb-var-list-children-handler):
9039         Don't bother about properties as there are none.
9040         (gdb-var-create-handler, gdb-var-list-children-handler)
9041         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
9042         with two arguments.
9043         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
9044         Let speedbar show value changes with a different font.
9045         (gdb-edit-value): New defun.
9046         (gdb-clear-partial-output, gdb-clear-inferior-io)
9047         (def-gdb-auto-update-handler): Use erase-buffer.
9048         (gdb-frame-handler): Display watch expressions in
9049         FUNCTION::VARIABLE format if required.
9051 2003-12-23  John Paul Wallington  <jpw@gnu.org>
9053         * info.el (Info-unescape-quotes, Info-split-parameter-string)
9054         (Info-goto-emacs-command-node): Doc fixes.
9056 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
9058         * cus-edit.el (custom-add-parent-links): Define "many".
9060 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
9062         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
9063         (widget-child-validate, widget-type-value-create)
9064         (widget-type-default-get, widget-type-match): New functions.
9065         (lazy): New widget.
9066         (menu-choice, checklist, radio-button-choice, editable-list)
9067         (group, documentation-string): Remove redundant (per 2003-10-25
9068         change) calls to `widget-children-value-delete'.
9069         (widget-choice-value-get, widget-choice-value-inline): Remove.
9070         (menu-choice): Update widget.
9072 2003-12-03  Kenichi Handa  <handa@m17n.org>
9074         * language/cyrillic.el: Register "microsoft-cp1251" in
9075         ctext-non-standard-encodings-alist.
9076         ("Bulgarian"): Add ctext-non-standard-encodings.
9077         ("Belarusian"): Likewise.
9079         * international/mule-conf.el (compound-text-with-extensions):
9080         Change the type to 2 (iso-2022 base).
9082         * international/mule.el (ctext-non-standard-encodings-alist):
9083         Change the format.
9084         (ctext-non-standard-encodings): New variable.
9085         (ctext-post-read-conversion): Fully re-written.
9086         (ctext-non-standard-designations-alist): Delete it.
9087         (ctext-non-standard-encodings-table): New function.
9088         (ctext-pre-write-conversion): Fully re-written.
9090 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
9092         * cus-edit.el (custom-add-parent-links): Add documentation links
9093         for parent, if the item has none of its own.
9095 2003-11-30  Richard M. Stallman  <rms@gnu.org>
9097         * dired-aux.el (dired-do-query-replace-regexp):
9098         Report files visited read-only.
9100 2003-11-30  Juri Linkov  <juri@jurta.org>
9102         * dired-aux.el (dired-compare-directories): New command.
9103         (dired-file-set-difference, dired-files-attributes): New functions.
9105 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
9106         Version 2.0.38 of Tramp released.
9108         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
9109         Charles Curley <charlescurley@charlescurley.com>.
9110         (tramp-multi-connection-function-alist): Add ssht entry which adds
9111         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
9112         Aichner.
9113         (tramp-get-method-parameter): New function to retrieve a method
9114         parameter.  This allows for omission of method parameters.
9115         Callers adjusted.
9117 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
9119         * net/tramp.el: Add new optional parameter ID-FORMAT to
9120         `file-attributes'.  Calls of `file-attributes' won't use this
9121         parameter for backward compatibility reasons.
9122         (tramp-perl-file-attributes): Add a new parameter to Perl script
9123         in order to handle uid/gid as strings, if desired.
9124         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
9125         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
9126         order to make the function more general.
9127         (tramp-handle-file-attributes): Replace proprietary optional
9128         parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
9129         (tramp-handle-file-attributes-with-perl): Handle parameter
9130         NONNUMERIC if set.  This wasn't done in the past.
9131         (tramp-post-connection): Apply second parameter "$2" if
9132         `tramp-remote-perl' is called.
9134         * net/tramp-smb.el (tramp-smb-handle-delete-file):
9135         Correct cut'n'waste error (`filename' instead of `directory').
9136         (tramp-smb-handle-directory-files-and-attributes)
9137         (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
9138         introduced parameter ID-FORMAT.
9139         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
9140         error (`directory' instead of `ldir').
9142         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
9143         `file-attributes' has a second parameter.  If yes, apply it with
9144         value "'integer".  Otherwise, don't use that parameter (default is
9145         integer format).
9147 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
9149         * help.el (help-map): Bind `display-local-help' to `C-h .'.
9150         (help-for-help): Add `C-h .' to the listed Help options.
9151         Remove trailing whitespace.
9153         * help-at-pt.el: New file.
9155 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
9157         * subr.el (noreturn, 1value): New macros for test coverage.
9158         See `testcover.el'.
9160         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
9162         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
9163         for macro `1value'.
9164         (testcover-1value): New function.  Checks that a 1value form
9165         actually returns only one value.  Requested by RMS.
9167 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
9169         * gdb-ui.el (gud-watch, gdb-var-create-handler)
9170         (gdb-var-list-children, gdb-var-list-children-handler)
9171         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
9172         gdb commands that use mi to keep them out of the command history.
9174 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9176         * cus-start.el (all): Add use-file-dialog.
9178 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9180         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
9182 2003-11-27  Kim F. Storm  <storm@cua.dk>
9184         * subr.el (posn-object-x-y): New defun.
9186 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9188         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
9189         Don't use `space' for \\\n.
9190         Be more selective as to which # are comment-starters.
9192 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
9194         * subr.el (number-sequence): Improve handling of floating point
9195         arguments (suggested by Kim Storm).  Allow negative arguments.
9197 2003-11-26  Kenichi Handa  <handa@m17n.org>
9199         * international/mule-cmds.el (standard-display-european-internal):
9200         Cancel the standard-display-table setting for ` and '.
9202 2003-11-26  Kim F. Storm  <storm@cua.dk>
9204         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
9205         New defcustoms to add ffap-like functionality to ido.
9206         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
9207         (ido-no-final-slash): New defun.
9208         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
9209         (ido-read-file-name): ): Toggle VC checking via
9210         vc-handled-backends instead of vc-master-templates.
9211         (ido-file-internal): Handle ido-use-url-at-point and
9212         ido-use-filename-at-point via code borrowed from ffap-guesser.
9213         Handle new ido-exit code ffap.
9214         (ido-sort-list): Ignore final slash when sorting file names.
9216 2003-11-25  Kim F. Storm  <storm@cua.dk>
9218         * emulation/cua-base.el (cua--standard-movement-commands):
9219         Add forward-sentence and backward-sentence.
9221 2003-11-25  Stephen Eglen  <stephen@gnu.org>
9223         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
9224         iswitchb-exit is set to 'usefirst when user selects buffer at head
9225         of list using RET.  (Selecting buffers at the head of the list was
9226         broken if the substring was also a complete buffername.)
9228 2003-11-23  Kim F. Storm  <storm@cua.dk>
9230         * progmodes/compile.el (grep-command, grep-use-null-device)
9231         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
9232         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
9233         (grep-regexp-alist, grep-program, find-program)
9234         (grep-find-use-xargs, grep-history, grep-find-history)
9235         (grep-process-setup, grep-compute-defaults)
9236         (grep-default-command, grep, grep-tag-default, grep-find)
9237         (grep-expand-command-macros, grep-tree-last-regexp)
9238         (grep-tree-last-files, grep-tree): Move grep variables, functions
9239         and commands to new file grep.el.
9240         (compilation-mode-map): Remove grep commands from Compile sub-menu.
9241         (compilation-process-setup-function): Doc fix.
9242         (compilation-highlight-regexp, compilation-highlight-overlay): New
9243         defvars used for highlighting current compile error in source buffer.
9244         (compile-internal): New optional args HIGHLIGHT-REGEXP and
9245         LOCAL-MAP which overrides compilation-highlight-regexp and
9246         compilation-mode-map for this compilation.
9247         Delay calling compilation-set-window-height until after running
9248         compilation-process-setup-function so it can buffer-local override
9249         compilation-window-height.
9250         Check buffer-local value of compilation-scroll-output.
9251         (compilation-set-window-height): Use buffer-local value of
9252         compilation-window-height.
9253         (compilation-revert-buffer): Don't pass (undefined)
9254         preserve-modes arg to revert-buffer.
9255         (next-error-no-select, previous-error-no-select): New commands.
9256         (compilation-goto-locus): Temporarily highlight current match in
9257         source buffer using compilation-highlight-regexp.
9259         * progmodes/grep.el: New file with grep code from compile.el.
9260         (grep): New defcustom group.
9261         (grep-window-height): New defcustom, like compilation-window-height.
9262         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
9263         (grep-scroll-output): New defcustom, like compilation-scroll-output.
9264         (grep-command, grep-use-null-device, grep-find-command)
9265         (grep-tree-files-aliases, grep-tree-ignore-case)
9266         (grep-tree-ignore-CVS-directories): Move to grep custom group.
9267         (grep-setup-hook): New hook variable.
9268         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
9269         (grep-last-buffer): New defvar, override compilation-last-buffer.
9270         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
9271         Call compile-internal with args highlight-regexp and grep-mode-map.
9273 2003-11-23  Kim F. Storm  <storm@cua.dk>
9275         * subr.el (event-start, event-end): Doc fix.
9276         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
9277         (posn-area, posn-actual-col-row, posn-object): New defuns.
9278         (posn-col-row): Simplify doc.  Rewrite to use cond.
9279         (posn-point): Also return buffer position for events outside text
9280         area (that info is now present in the event position).
9282         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
9283         mouse-set-point so that hscroll still works now that clicks on
9284         fringes generate specific mouse events.
9285         (mouse-set-point): Note that it now works in fringes and margins
9286         too due to new semantics of posn-point in fringes and margins.
9288         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
9289         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
9291 2003-11-20  Kim F. Storm  <storm@cua.dk>
9293         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
9294         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
9295         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
9296         to 100 for icons to avoid increasing line height when shown.
9298 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
9300         * newcomment.el (comment-normalize-vars): Initialize properly if
9301         comment-start was nil.
9303 2003-11-19  Andreas Schwab  <schwab@suse.de>
9305         * simple.el (set-variable): Fix indentation.
9307 2003-11-17  Kenichi Handa  <handa@m17n.org>
9309         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
9310         Fix docstring.
9312 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
9314         * international/latin1-disp.el (latin1-display): Fix docstring.
9316 2003-11-16  John Wiegley  <johnw@newartisans.com>
9318         * eshell/em-ls.el (eshell-ls-file): There are times with
9319         size-width is nil and uncomputed (when directories are created in
9320         dired, for example); in this case, 4 is reasonable default value,
9321         although it may caused skewed new entries (which could be avoided
9322         by returning the original value of 8 in all cases, but 99% of the
9323         time this is a waste of whitespace).
9325 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
9327         * cc-engine.el (c-guess-continued-construct)
9328         (c-guess-basic-syntax): Check a little more carefully if it's a
9329         function declaration when an unknown construct followed by a block
9330         is found inside a statement context.  This avoids macros followed
9331         by blocks to be taken as function declarations.
9333         (c-guess-continued-construct): Change the analysis of a statement
9334         continuation with a brace open to `substatement-block', for
9335         consistency with recognized statements.
9337         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
9338         start is in a position so that `c-beginning-of-statement-1' jumped
9339         to the beginning of the same statement.
9341         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
9342         Don't accept binary operators in the arglist if we're in a function
9343         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
9344         template recognition in cases like "if (a < b || c > d)".
9346         (c-restricted-<>-arglists): New more appropriate name for
9347         `c-disallow-comma-in-<>-arglists'.
9349         Accessing functions updated for the variable name change.
9351         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
9352         match data could get clobbered if NOT-INSIDE-TOKEN is used.
9354         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
9355         labels.
9357         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
9358         instead of duplicating parts of it.  This fixes bogus label
9359         recognition.
9361         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
9362         of checking the context in which to apply the minimum indentation,
9363         so that it isn't enforced in e.g. namespace blocks.
9365         * cc-vars.el (c-inside-block-syms): New constant used by
9366         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
9367         to somewhat reduce the risk of becoming stale.
9369         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
9370         cc-cmds to cc-engine to allow use from cc-align.
9372         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
9373         qualified identifiers containing "::".
9375         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
9376         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
9378         * cc-vars.el (c-emacs-features): Use a space in front of the name
9379         of the temporary buffer.  That also avoids dumping problems in
9380         XEmacs due to undo info being left around after the buffer is killed.
9382         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
9383         arglist to see if it's a K&R style declaration.
9385         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
9386         before returning `knr-argdecl-intro'.
9388 2003-11-16  John Wiegley  <johnw@newartisans.com>
9390         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
9391         field in a long-listing always 8 characters, use `size-width',
9392         which has already been computed.
9394 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
9396         * subr.el (minor-mode-list): Add `hs-minor-mode'.
9398 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
9400         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
9401         Support operation while narrowed, with `diff-restrict-view'.
9403 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
9405         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9406         Take additional optional arg NARROWFUN.  For the generated functions:
9407         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
9408         include frags that arrange to check for and save narrowing state before
9409         the move and then conditionally call NARROWFUN after the move.
9411 2003-11-14  John Wiegley  <johnw@newartisans.com>
9413         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
9414         that was optional, but obviously missing based on surrounding code.
9416         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
9417         string arguments to numbers unless the whole argument was seen as
9418         a number.
9420 2003-11-14  Kenichi Handa  <handa@m17n.org>
9422         * international/mule.el (ctext-non-standard-encodings-alist):
9423         Fix coding systems.
9425 2003-11-10  Kenichi Handa  <handa@m17n.org>
9427         * language/kannada.el ("Kannada"): Add sample-text.
9429         * language/knd-util.el (kannada-compose-region)
9430         (kannada-compose-string, kannada-post-read-conversion):
9431         Add autoload cookie.
9433         * international/quail.el (quail-completion): Change the message
9434         "corresponding translations" to "corresponding characters".
9436 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
9438         * descr-text.el (describe-char): Fix typo.
9440 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
9442         These changes are to support Kannada language/script.
9444         * Makefile.in (DONTCOMPILE): Add kannada.el.
9446         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
9448         * loadup.el: Preload kannada.el.
9450         * language/ind-util.el (ucs-kannada-to-is13194-alist)
9451         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
9452         New variables.
9454         * language/kannada.el: New file.
9456         * language/knd-util.el: New file.
9458 2003-11-07  Andreas Schwab  <schwab@suse.de>
9460         * progmodes/autoconf.el (autoconf-font-lock-keywords):
9461         Also highlight AH_*.
9463         * xml.el (xml-parse-dtd): Fix misplaced paren.
9465 2003-11-07  Kenichi Handa  <handa@m17n.org>
9467         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
9469 2003-11-05  Juri Linkov  <juri@jurta.org>
9471         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
9472         (desktop-buffer-file): Use saved buffer-file-coding-system
9473         for file reading.  Set auto-insert to nil to prevent automatic
9474         insertion into restored empty files.
9476 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
9478         * files.el (risky-local-variable-p): Make second argument optional.
9480 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9482         * subr.el (add-hook): Fix last change.
9484 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
9486         * mail/rmail.el (rmail-convert-to-babyl-format):
9487         If base64-decode-region signals an error, catch it and silently
9488         ignore it.
9490 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
9492         * xml.el (xml-parse-region): Allow comments to appear after the
9493         topmost element has closed.
9494         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
9495         (xml-ns-expand-attr): New functions to do namespace handling.
9496         (xml-intern-attrlist): Back-compatible handling of attribute names.
9497         (xml-parse-tag): Move namespace handling to separate functions.
9498         Now produces elements in the form ((:ns . "element") (attr-list)
9499         children) instead of ('ns:element (attr-list) children).
9500         (xml-parse-attlist): Fix attribute parsing.
9501         (xml-parse-dtd): Change parsing so that it produces strings
9502         instead of interned symbols.
9504 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
9506         * dired.el (dired-ls-sorting-switches): Doc fix.
9508 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
9510         * emacs-lisp/rx.el (rx-or): Fix the case of
9511         "(rx (and ?a (or ?b ?c) ?d))".
9513 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
9515         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
9516         (texinfo-format-region): Use it.
9517         (texinfo-format-buffer-1): Ditto.
9519 2003-11-01  Alan Mackenzie  <acm@muc.de>
9521         Changes to allow scrolling whilst in isearch mode:
9522         * isearch.el (isearch-unread-key-sequence): New function,
9523         extracted from isearch-other-meta-char.
9524         (top level): (put 'foo 'isearch-scroll) on all Emacs's
9525         "scrollable" standard functions.
9526         (isearch-allow-scroll): New customizable variable.
9527         (isearch-string-out-of-window, isearch-back-into-window)
9528         (isearch-reread-key-sequence-naturally)
9529         (isearch-lookup-scroll-key): New functions.
9530         (isearch-other-meta-char): Doc string and functionality enhanced.
9531         Now accepts a prefix argument.
9532         (isearch-lazy-highlight-window-end): New variable.
9533         (isearch-lazy-highlight-new-loop): Pay attention to the window's
9534         end (thru isearch-lazy-highlight-window-end), not only its start.
9536         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
9537         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
9538         (universal-argument, universal-argument-more, negative-argument)
9539         (digit-argument, universal-argument-other-key): Minor changes.
9541 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
9543         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
9544         recursively if the last message is deleted, thus avoiding an
9545         infinite loop.
9547 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9549         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
9550         (tex-main-file): Don't add .tex if the extension is already present.
9551         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
9553 2003-10-29  Lute Kamstra  <lute@gnu.org>
9555         * progmodes/octave-inf.el (inferior-octave-prompt):
9556         Recognize version number in prompt.
9558 2003-10-28  Dave Love  <fx@gnu.org>
9560         * international/characters.el: Fix some Unicode ranges.
9562 2003-10-28  Kenichi Handa  <handa@m17n.org>
9564         * disp-table.el (standard-display-8bit)
9565         (standard-display-default, standard-display-ascii)
9566         (standard-display-g1, standard-display-graphic)
9567         (standard-display-underline): Assure that standard-display-table
9568         is a display table.
9570 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9572         * simple.el (reindent-then-newline-and-indent): Delete space *after*
9573         reindenting the first line.
9575 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
9577         * wid-edit.el (widget-default-delete): Always delete child widgets.
9579 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9581         * newcomment.el (comment-indent): Don't call indent-according-to-mode
9582         if the line has code.
9583         Don't try to line up with something that's too far left.
9585         * progmodes/octave-mod.el (octave-comment-start): Simplify.
9586         (octave-mode-syntax-table): Add % as a comment starter.
9587         (octave-point): Remove.
9588         (octave-in-comment-p, octave-in-string-p)
9589         (octave-not-in-string-or-comment-p, calculate-octave-indent)
9590         (octave-blink-matching-block-open, octave-auto-fill):
9591         Use line-(beginning|end)-position instead.
9593 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
9595         * emacs-lisp/authors.el (authors-aliases): Add correct realname
9596         for Francesco Potort\e,Al\e(B.
9598 2003-10-23  Dave Love  <fx@gnu.org>
9600         * international/mule-cmds.el (locale-charset-to-coding-system):
9601         Don't rely on nil being a coding system.
9603         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
9604         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
9605         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
9607 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
9609         * gdb-ui.el (gdb-current-language): New variable.
9610         (gdb-update-flag): Remove variable.
9611         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
9612         (gdb-take-last-elt): Remove function.
9613         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
9614         (gdb-post-prompt): Check for variable object changes here.
9616         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
9617         object changes in gdb-ui.el.
9619 2003-10-21  Richard M. Stallman  <rms@gnu.org>
9621         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
9623         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
9624         Don't check for foo*/ wildcard form here.
9625         (insert-directory): Recognize foo*/ as a wildcard.
9626         Separate wildcard-regexp variable from the arg, wildcard.
9628         * subr.el (add-hook): Correctly detect when make-local-hook was used.
9629         (remove-hook): Correctly handle strange cases about local hooks.
9631 2003-10-21  David Ponce  <david@dponce.com>
9633         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
9634         argument REAL, to return a real number instead of a rounded
9635         integer value.  Define as inline function.
9636         (ruler-mode-right-fringe-cols): Likewise.
9637         (ruler-mode-scroll-bar-cols): New function.
9638         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
9639         (ruler-mode-right-scroll-bar-cols): Likewise.
9640         (ruler-mode-space): New function.
9641         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
9642         scroll bar mode and margins in a more robust way.
9644 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
9646         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
9647         (antlr-c-init-language-vars): New function.
9648         (antlr-mode): Use it with cc-mode before v5.29.
9649         (antlr-c-common-init): Don't set some local vars here.
9650         (antlr-mode): Set them here.
9651         (antlr-c-forward-sws): New function alias.
9652         (antlr-mode): Redefine with cc-mode before v5.30.
9653         (antlr-skip-sexps): Use it.
9654         (antlr-skip-exception-part): Ditto.
9655         (antlr-skip-file-prelude): Ditto.
9656         (antlr-outside-rule-p): Ditto.
9657         (antlr-end-of-body): Ditto.
9658         (antlr-option-kind): Ditto.
9659         (antlr-insert-option-area): Ditto.
9660         (antlr-file-dependencies): Ditto.
9662 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9664         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
9665         Move backward only if point was not inside an entry.
9667 2003-10-21  Richard M. Stallman  <rms@gnu.org>
9669         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
9671 2003-10-21  Juri Linkov  <juri@jurta.org>
9673         * compare-w.el: Automatically skip non-matching text to resync.
9674         (compare-windows-whitespace): Doc fix.
9675         (compare-windows-sync, compare-windows-sync-string-size)
9676         (compare-windows-recenter, compare-ignore-whitespace)
9677         (compare-windows-highlight, compare-windows-face): New variables.
9678         (compare-windows): Use compare-windows-sync.
9679         (compare-windows-highlight, compare-windows-dehighlight)
9680         (compare-windows-sync-regexp)
9681         (compare-windows-sync-default-function): New functions.
9683 2003-10-21  Juri Linkov  <juri@jurta.org>
9685         * diff.el (diff-parse-differences): Don't visit the files now;
9686         instead, just record the error locus.
9688 2003-10-21  Dave Love  <fx@gnu.org>
9690         * progmodes/cfengine.el: New file.
9692 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9694         * complete.el (PC-do-completion): Do not forget to use `pred' as the
9695         default-directory when completing file names.
9697 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
9699         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
9700         followed by the word `face', it gets treated as a face, even if
9701         it is also defined as a variable or a function.
9703 2003-10-20  Dave Love  <fx@gnu.org>
9705         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9706         Avoid incf in macro expansion.
9708 2003-10-20  John Paul Wallington  <jpw@gnu.org>
9710         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
9711         `evenp' so we don't implicitly require cl library at runtime.
9713 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
9715         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
9716         (help-make-xrefs): Only make cross-references for faces if
9717         preceded or followed by the word `face'.  Do not make a
9718         cross-reference for variables without variable documentation,
9719         unless preceded by the word `variable' or `option'.  Update doc
9720         string accordingly.
9722 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
9724         * progmodes/hideshow.el: Rewrite one-armed `if'
9725         constructs using either `when' or `unless'.
9726         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
9728 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
9730         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
9731         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
9732         instead of 12x12.
9734 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
9736         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
9737         message while converting to Babyl.
9739 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
9741         * allout.el (allout-mode): Doc fix.
9743 2003-10-16  Lute Kamstra  <lute@gnu.org>
9745         * subr.el (force-mode-line-update): Fix docstring.
9747 2003-10-14  Dave Love  <fx@gnu.org>
9749         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
9750         (default-input-method): Add :link, improve :type.
9751         (locale-charset-language-names): Fix utf-8 pattern.
9752         (locale-charset-match-p, locale-charset-alist)
9753         (locale-charset-to-coding-system): New.
9754         (set-locale-environment): Deal with codeset part of locale specs.
9756 2003-10-14  Lute Kamstra  <lute@gnu.org>
9758         * fringe.el (fringe-mode): Use active voice in docstring.
9759         (set-fringe-style): Ditto.
9761 2003-10-13  Lute Kamstra  <lute@gnu.org>
9763         * fringe.el (fringe-mode): Fix docstring.
9764         (set-fringe-style): Ditto.
9766 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
9768         * ediff-mult.el (ediff-filegroup-action):
9769         Use ediff-default-filtering-regexp.
9771         * ediff-util.el (ediff-recenter): Don't call
9772         ediff-restore-highlighting twice.
9773         (ediff-select-difference): Set current difference.
9774         (ediff-unselect-and-select-difference): Add comment.
9776         * ediff.el (ediff-directories,ediff-directory-revisions)
9777         (ediff-directories3,ediff-merge-directories)
9778         (ediff-merge-directories-with-ancestor)
9779         (ediff-merge-directory-revisions)
9780         (ediff-merge-directory-revisions-with-ancestor):
9781         Use ediff-default-filtering-regexp.
9783 2003-10-12  Andreas Schwab  <schwab@suse.de>
9785         * international/mule-cmds.el (locale-charset-language-names):
9786         Simplify regex by removing unused grouping.
9788 2003-10-10  Dave Love  <fx@gnu.org>
9790         * bindings.el: Don't bind stop.
9792 2003-10-08  Miles Bader  <miles@gnu.org>
9794         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
9795         face instead of attempting to emulate it.
9797 2003-10-07  Kenichi Handa  <handa@m17n.org>
9799         * international/mule-diag.el (list-coding-systems-1): List coding
9800         systems that are loaded automatically.
9802         * international/code-pages.el (iso-8859-11): Add autoload cookie.
9804         * international/mule.el (autoload-coding-system): New function.
9806 2003-10-07  Andreas Schwab  <schwab@suse.de>
9808         * log-edit.el (log-edit-changelog-entries): Prefer local value of
9809         change-log-default-name in the buffer visiting the file.
9811 2003-10-06  Dave Love  <fx@gnu.org>
9813         * files.el (find-file-hook): Customize.
9814         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
9816         * bindings.el (completion-ignored-extensions): Remove .log.
9817         (global-map): Add again, open, stop keys.
9819 2003-10-05  Richard M. Stallman  <rms@gnu.org>
9821         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
9822         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
9823         Use sh-modify directly.
9824         (sh-select): Use sh-append, not eval.
9826         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
9828         * info.el (Info-following-node-name): New function.
9830         * loadhist.el (unload-feature-special-hooks):
9831         Rename from loadhist-hook-functions.
9832         (loadhist-hook-functions): Now an alias.
9834 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
9836         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
9837         file-name clashes on 8+3 filesystems.
9839         * Makefile.in (DONTCOMPILE, bootstrap-clean):
9840         Rename loaddefs-boot.el to ldefs-boot.el
9842         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
9843         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
9845 2003-10-03  Lute Kamstra  <lute@gnu.org>
9847         * info.el (Info-mode): Revert previous change.
9848         (Info-escape-percent): New function.
9849         (Info-fontify-node): Use it.
9851 2003-10-02  Andreas Schwab  <schwab@suse.de>
9853         * loaddefs-boot.el: Regenerated.
9855 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
9857         * ffap.el: Remove defadvice related code from CVS since `complete'
9858         provides a `PC-completion-as-file-name-predicate' variable that
9859         ffap can override.
9861 2003-10-02  Kenichi Handa  <handa@m17n.org>
9863         * international/utf-8.el (ccl-decode-mule-utf-8):
9864         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
9866         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
9867         * international/subst-big5.el: Likewise.
9868         * international/subst-gb2312.el: Likewise.
9869         * international/subst-ksc.el: Likewise.
9871 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
9873         * calendar/calendar.el (increment-calendar-month)
9874         (calendar-leap-year-p, calendar-absolute-from-gregorian)
9875         (generate-calendar, calendar-read-date, calendar-interval)
9876         (calendar-day-of-week): Handle years BC.
9877         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
9879 2003-10-01  Dave Love  <fx@gnu.org>
9881         * language/cyrillic.el (cp1251): Alias for windows-1251.
9883         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
9884         bootstrap.
9886 2003-10-01  Lute Kamstra  <lute@gnu.org>
9888         * files.el: Fix typo.
9889         * imenu.el (imenu--generic-function): Docstring fix.
9891 2003-09-30  Richard M. Stallman  <rms@gnu.org>
9893         * dired.el (dired-mode): Handle dired-directory as a list.
9895 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
9897         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
9899         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
9901         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
9902         Replace gud-display with gud-watch.
9903         (gud-speedbar-buttons): Add stuff for watching expressions
9904         in the speedbar when using M-x gdba.  Use dolist on old part
9905         of this function.
9907         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
9908         (gdb-update-flag): New variables.
9909         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
9910         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
9911         (gud-watch, gdb-var-create-handler) : New functions.
9912         (gdb-var-list-children, gdb-var-list-children-handler)
9913         (gdb-var-create-regexp, gdb-var-update-regexp)
9914         (gdb-var-list-children-regexp): New constants.
9915         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
9916         (gdb-annotation-rules): Reduce annotation set (level 3).
9917         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
9918         (gdb-post-prompt): Don't update GDB buffers every time speedbar
9919         updates.
9920         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
9921         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
9922         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
9923         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
9924         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
9925         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
9926         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
9927         (gud-display, gud-display1)
9928         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
9929         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
9930         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
9931         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
9932         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
9933         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
9934         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
9935         (gdb-display-display-buffer, gdb-toggle-display)
9936         (gdb-delete-display, gdb-expressions-popup-menu)
9937         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
9938         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
9939         to display buffer.
9941 2003-09-30  Richard M. Stallman  <rms@gnu.org>
9943         * progmodes/ada-mode.el (ada-mode): Don't use advice.
9944         Instead, set which-func-functions.
9946         * progmodes/which-func.el (which-func-modes): Add ada-mode.
9947         (which-func-functions): New variable.
9948         (which-function): Use that.
9950         * info.el (Info-mode): Double each `%' in header line.
9952         * emacs-lisp/lisp-mnt.el (lm-with-file):
9953         When FILE is nil, run BODY in current buffer.
9955         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
9957         * help.el (describe-mode): Start with a brief list of minor modes.
9958         Find them thru minor-mode-list so as to find them all.
9959         Show them in alphabetical order.
9961         * mail/sendmail.el (mail-aliases): Doc fix.
9963         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
9965 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
9967         * mail/rmailsum.el (rmail-make-summary-line-1):
9968         Change comma after last label to a space.
9969         (rmail-summary-font-lock-keywords): Adapt to that change.
9971 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
9973         * progmodes/scheme.el (scheme-mode-variables): When setting
9974         `font-lock-defaults', also specify that "#" should
9975         be interpreted with `word' syntax.
9976         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
9978 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
9980         * desktop.el: A lot of comments updated.
9981         (desktop-save-mode): Minor mode introduced.
9982         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
9983         (desktop-load-default): Function made obsolete.
9984         (desktop-locals-to-save): Variable made customizable.
9985         (desktop-read): Optional parameter `dirname' added.
9986         (desktop-change-dir, desktop-revert): Parameter `dirname' in
9987         `desktop-read' used.
9988         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
9990 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
9992         * whitespace.el (whitespace-clean-msg): Add user customizable message
9993         for displaying ``clean'' output.
9994         (whitespace-buffer): Use `whitespace-clean-msg'.
9995         (whitespace-global-mode): Fix typo.
9997 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
9999         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
10001 2003-09-29  Lute Kamstra  <lute@gnu.org>
10003         * bindings.el (mode-line-modes): Remove superfluous :propertize
10004         construct in initialization.
10005         (mode-line-position): Change cons cell into proper list in
10006         initialization.
10008 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
10010         * international/mule.el (decode-coding-inserted-region): Use car
10011         of the return value of find-operation-coding-system.
10013 2003-09-29  Kenichi Handa  <handa@m17n.org>
10015         * descr-text.el (describe-char): Fix previous change.
10017 2003-09-28  Kenichi Handa  <handa@m17n.org>
10019         * descr-text.el (describe-char-display): New function.
10020         (describe-char): Pay attention to display table on describing how
10021         a character is displayed.
10023         * international/mule-cmds.el (encoded-string-description):
10024         Prepend "0x" to each encoded byte.
10026 2003-09-28  Andreas Schwab  <schwab@suse.de>
10028         * find-file.el (ff-special-constructs): Add autoload cookie.
10030 2003-09-28  Kevin Ryde  <user42@zip.com.au>
10032         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
10033         makeinfo appends to duplicate index entries.
10035 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
10037         * dired-x.el (dired-clean-tex): Doc fix.
10039         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
10040         using a Chinese tutorial.
10042 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
10044         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
10045         between "MAIL FROM:" and "RCPT TO:" and the following address.
10047 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
10049         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
10051 2003-09-28  David Ponce  <david@dponce.com>
10053         * recentf.el (recentf-initialize-file-name-history): New defcustom.
10054         (recentf-load-list): When `recentf-initialize-file-name-history'
10055         is non-nil, initialize an empty `file-name-history' with the
10056         recent list.
10058 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
10060         * man.el (Man-default-man-entry): Remove the leading `*' from the
10061         word at point.
10063 2003-09-26  Lute Kamstra  <lute@gnu.org>
10065         * bindings.el (mode-line-position): Mention size indication in
10066         docstring.
10068 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
10070         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
10072         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
10073         because it's autoloaded now.
10075 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
10077         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
10078         (sh-font-lock-keywords, sh-feature): Fix previous change of
10079         sh-feature to avoid infloop with sh-font-lock-keywords.
10081 2003-09-25  Kim F. Storm  <storm@cua.dk>
10083         * frame.el (frame-current-scroll-bars): New defun.
10085         * window.el (window-current-scroll-bars): New defun.
10087 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10089         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
10090         cause errors when the state cache contains info on parts that have
10091         been narrowed out.
10093 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10095         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
10096         `c-setup-paragraph-variables' has to be used when this variable is
10097         changed; it doesn't work to reinitialize the mode since that
10098         typically clobbers the variable.
10100         * progmodes/cc-styles.el (c-setup-paragraph-variables):
10101         Make it interactive.
10103 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10105         * progmodes/cc-fonts.el (c-font-lock-declarations):
10106         Fix recognition of constructors and destructors for classes whose
10107         names are matched by `*-font-lock-extra-types'.
10109         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
10110         followed by an identifier in C++ then it's a type.
10112 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10114         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
10115         problem that primarily affected XEmacs.  Don't use faces to find
10116         unterminated strings since Emacs and XEmacs fontify strings
10117         differently - this function should now work better in XEmacs.
10119 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10121         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
10122         `expand-abbrev' workaround which caused braces to misbehave inside
10123         macros.
10125         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
10126         handling.  This bug could cause interactive font locking to bail out.
10128 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10130         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
10131         Handle paren-style types in Pike.  Also fixed some cases of
10132         insufficient handling of unbalanced parens.
10134 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
10136         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
10137         common shell prompts that are not common filename or URL characters.
10138         (ffap-file-at-point): Use the new regexp to strip the prompts from
10139         the file names.  This is an issue mostly for user prompts that
10140         don't have a trailing space and find-file-at-point is invoked from
10141         within a shell inside Emacs.
10143 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
10145         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
10146         stamps numerically, rather than textually.
10148 2003-09-24  Kenichi Handa  <handa@m17n.org>
10150         * language/devan-util.el (devanagari-post-read-conversion):
10151         * language/mlm-util.el (malayalam-post-read-conversion):
10152         * language/tml-util.el (tamil-post-read-conversion):
10153         Add autoload cookie.
10155         * international/utf-8.el (utf-8-post-read-conversion):
10156         Call post-read-conversion functions for Devanagari, Malayalam,
10157         and Tamil.
10159 2003-09-23  Dave Love  <fx@gnu.org>
10161         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
10163 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
10165         * progmodes/gud.el (perldb): Add gud-until to list of commands.
10166         Update gud-remove.
10168 2003-09-22  Richard M. Stallman  <rms@gnu.org>
10170         * progmodes/sh-script.el (sh-mode-default-syntax-table):
10171         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
10172         (sh-mode-syntax-table-input): New variable.
10173         (sh-require-final-newline): Don't use eval.
10174         (sh-builtins, sh-leading-keywords, sh-other-keywords)
10175         (sh-variables, sh-font-lock-keywords): Don't use eval.
10176         (sh-set-shell): When setting require-final-newline,
10177         treat value = `require-final-newline' as don't change it.
10178         Set sh-mode-syntax-table locally based on
10179         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
10181         * progmodes/compile.el (compile-internal):
10182         Call compilation-set-window-height before setting window start.
10184 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
10186         * emacs-lisp/bytecomp.el (byte-compile-log-file):
10187         Clear out byte-compile-last-warned-form.
10189 2003-09-22  Richard M. Stallman  <rms@gnu.org>
10191         * woman.el (woman-file-name, woman-follow-word):
10192         If current-word returns nil, use "".
10194         * simple.el (eval-expression): Bind standard-output in to-buffer case.
10196 2003-09-22  Richard M. Stallman  <rms@gnu.org>
10198         * emacs-lisp/lisp-mnt.el (lm-with-file):
10199         Don't visit the file, just use insert-file-contents in temp buffer.
10201 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
10203         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
10204         Add surrounding \\( and \\) around the header, as in
10205         for lm-history-header 'Change Log\\|History'.
10207 2003-09-22  John Paul Wallington  <jpw@gnu.org>
10209         * progmodes/ld-script.el: Add Commentary section,
10210         minor cleanup of file header.
10211         (ld-script-font-lock-keywords): Doc fix.
10212         (toplevel): Provide `ld-script' feature.
10214 2003-09-21  Kim F. Storm  <storm@cua.dk>
10216         * scroll-bar.el (set-scroll-bar-mode): Initialize to
10217         new built-in variable default-frame-scroll-bars.
10218         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
10219         scroll-bar-mode; notably, use it instead of t when we toggle
10220         scroll-bars on.
10221         (toggle-scroll-bar): Use default-frame-scroll-bars.
10223 2003-09-19  Masatake YAMATO  <jet@gyve.org>
10225         * pcvs.el (cvs-do-removal): Change the prompt depending on
10226         `filter' value.
10228 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
10230         * startup.el (command-line-1): Stop startup-echo-area-message
10231         being hidden by "Loading image..." message.
10232         (use-fancy-splash-screens-p, display-splash-screen):
10233         Move display-graphic-p test from latter to former.
10235         * progmodes/sh-script.el (sh-font-lock-keywords):
10236         Highlight escaped EOLs differently from other backslash constructs.
10238 2003-09-19  Richard M. Stallman  <rms@gnu.org>
10240         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
10241         New functions.
10242         (edebug-enter, edebug-outside-excursion): Use them.
10244         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
10245         Fix the condition for whether to print "In WHERE".
10247 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
10249         * finder.el (finder-mode-hook): New variable.
10250         (finder-mode): Run hook finder-mode-hook
10252 2003-09-18  Masatake YAMATO  <jet@gyve.org>
10254         * progmodes/ebrowse.el: Fix broken magic autoload comments.
10256 2003-09-17  Mario Lang  <mlang@delysid.org>
10258         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
10259         "p %e" to actually print the value in the GUD buffer.
10261 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
10263         From David Ponce <david.ponce@wanadoo.fr>:
10264         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
10265         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
10266         from loaddefs-boot.el if necessary.
10268 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
10270         * progmodes/gud.el (gud-find-class): Make jdb work again since
10271         cc-mode changed the syntactic information.
10273 2003-09-15  David Ponce  <david@dponce.com>
10275         * recentf.el: (recentf-exclude): Accept predicates too.
10276         (recentf-file-readable-p): New function.
10277         (recentf-include-p): Handle predicates in recentf-exclude.
10278         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
10279         (recentf-cleanup): Likewise.
10280         (recentf-save-list): Use write-file to handle backup of
10281         recentf-save-file.
10283 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
10285         * loaddefs-boot.el: Renamed from `loaddefs.el'
10286         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
10287         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
10288         necessary.
10290 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
10292         * electric.el (Electric-pop-up-window): For the `one-window' case,
10293         no longer disconcertingly move point in the original buffer.
10295 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10297         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
10299 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
10301         * dired.el (dired-mode-map): Fix typo.
10303 2003-09-11  Richard M. Stallman  <rms@gnu.org>
10305         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
10307 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
10309         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
10310         the function is less noisy.  Now only `kill-buffer' can ask questions.
10312 2003-09-10  Mario Lang  <mlang@delysid.org>
10314         * battery.el: Update Commentary and Copyright.
10315         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
10316         appear due to wrong ordering of the expressions in `or'.
10318 2003-09-09  Lute Kamstra  <lute@gnu.org>
10320         * misc.el (upcase-char): Fix docstring.
10321         (zap-up-to-char): New command.
10323 2003-09-08  David Ponce  <david@dponce.com>
10325         Ensure that recentf correctly updates the menu bar.
10326         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
10327         (recentf-menu-bar): New function.
10328         (recentf-clear-data): Use it
10329         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
10330         of easy-menu-change.
10332 2003-09-08  Lute Kamstra  <lute@gnu.org>
10334         * simple.el (size-indication-mode): New.
10335         * bindings.el (mode-line-position): Add buffer size indicator.
10337 2003-09-04  Mario Lang  <mlang@delysid.org>
10339         * battery.el (battery-linux-proc-acpi): New function.
10340         (battery-status-function): Modify default value calculation to also
10341         check for availability of ACPI.
10342         (battery-echo-area-format): Ditto.
10343         (battery-mode-line-format): Ditto.
10345 2003-09-06  Dave Love  <fx@gnu.org>
10347         * ielm.el (ielm-mode-hook): Add :options.
10349         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
10350         (eldoc-print-current-symbol-info): Use it.
10352 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
10354         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
10355         being displayed in GUD buffer.
10356         (gdb-idle-input-queue): Remove var.  Use just one queue.
10357         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
10358         Remove functions.  Use just one queue.
10359         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
10360         (gdb-invalidate-assembler, gdb-get-current-frame):
10361         Modify functions.  Use just one queue.
10363 2003-09-04  Dave Love  <fx@gnu.org>
10365         * cus-start.el: Add blink-cursor-alist.
10367         * ruler-mode.el (ruler-mode-fill-column-char)
10368         (ruler-mode-current-column-char): Use char-displayable-p,
10369         not window-system.
10371         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
10373         * language/european.el (windows-1252): Move from code-pages.
10375         * language/cyrillic.el ("Windows-1251"): Delete.
10376         ("Bulgarian", "Belarusian"): Remove `features'.
10377         (windows-1251): Move from code-pages.
10379         * international/mule-diag.el (non-iso-charset-alist):
10380         Remove `codepage' stuff.
10381         (print-designation, list-coding-systems-1): Output fixes.
10383         * international/code-pages.el (cp-make-translation-table)
10384         (cp-valid-codes): Made defsubsts.
10385         (cp-fix-safe-chars): Delete.
10386         (mule-diag): Don't require.
10387         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
10388         (top-level): Check for defined coding system when defining
10389         cp... aliases.  Change w32-add-charset-info test to avoid warning.
10390         (non-iso-charset-alist): Defvar when compiling.
10391         (cp-make-coding-system): Doc fix.
10393 2003-09-02  Jason Rumney  <jasonr@gnu.org>
10395         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
10396         line-ends from CVS before doing conversion.
10398 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
10400         * calendar/diary-lib.el (diary-header-line-flag)
10401         (diary-header-line-format): New variables.
10402         (list-diary-entries): Use them to set header line in simple diary.
10404         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
10405         other than font-lock-string-face to highlight backslashes.
10407 2003-09-01  Jason Rumney  <jasonr@gnu.org>
10409         * international/titdic-cnv.el (tit-read-key-value): Include \r in
10410         regexp.
10412 2003-09-01  Dave Love  <fx@gnu.org>
10414         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
10416         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
10417         and :help; also line and column numbers labels.
10419         * international/mule-util.el (char-displayable-p): Move from
10420         latin1-disp, rename and autoload.
10422         * international/latin1-disp.el (latin1-char-displayable-p):
10423         Now obsolete alias.  Replace uses with char-displayable-p.
10424         (latin1-display-ucs-per-lynx): Fix last change.
10426         * international/mule-cmds.el (standard-display-european-internal):
10427         Don't use char code for Latin-1 NBSP.
10428         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
10429         U+2018, U+2019 for `'.
10430         (select-safe-coding-system): Message fix.
10432 2003-09-01  Kenichi Handa  <handa@m17n.org>
10434         * international/fontset.el (setup-default-fontset): For Thai
10435         font, specify "*" family.
10437 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
10439         * progmodes/compile.el (previous-error): Accept a prefix
10440         argument, similarly to next-error.
10442 2003-08-31  Masatake YAMATO  <jet@gyve.org>
10444         * pcvs.el (cvs-do-removal): Use = instead of eq to check
10445         the number of files.  Bind the number of files to a local
10446         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
10448 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
10450         * vc-hooks.el (vc-make-version-backup): Fix the change made on
10451         2003-07-26: msdos-long-file-names is a function, not a variable.
10453 2003-08-29  Richard M. Stallman  <rms@gnu.org>
10455         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
10456         Do nothing with mail-personal-alias-file if it is nil.
10458         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
10459         Do nothing if mail-personal-alias-file is nil.
10461         * term.el (term-exec-1): Bind coding-system-for-read.
10463         * dired.el (dired-mouse-find-file-other-window):
10464         Use dired-view-command-alist here, as in dired-view-file.
10465         (dired-view-command-alist): Use %s to substitute file name.
10466         Handle .ps_pages, .eps, .jpg, .gif, .png.
10468 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
10470         * info.el (Info-mode-map): Bind S-tab and <backtab> to
10471         `Info-prev-reference', instead of M-tab.
10473 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
10475         * simple.el (blink-matching-open): Work correctly on chars that
10476         are designated as parens through the syntax-table text property.
10478 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
10480         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
10481         line break position in the middle of a non-kinsoku (e.g. latin)
10482         word, making it skip until either a space or a character with
10483         category "|".
10484         (kinsoku-longer): Test for end of buffer.
10486 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
10488         * mail/rmail.el (rmail-convert-to-babyl-format):
10489         Detect quoted-printable- and base64-encoded messages and decode them
10490         automatically.  Set the message's encoding from the charset=
10491         header, if any.  Decode base64-encoded messages in Mail format as well.
10493 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
10495         * mail/smtpmail.el: Fix previous change.
10496         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
10497         calling smtpmail-via-smtp.
10498         (smtpmail-via-smtp): Add fall-back values for envelope-from.
10500 2003-08-26  John Paul Wallington  <jpw@gnu.org>
10502         * image.el (image-jpeg-p): Don't search beyond length of data.
10504 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
10506         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
10507         misfeature in `expand-abbrev' which caused electric keywords like
10508         "else" to disappear if an open brace was typed directly afterwards.
10510 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
10512         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
10513         mandatory in `define-widget'.
10515         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
10516         Don't align the operators "!=", "<=" and ">=" as assignment operators.
10518         (c-assignment-operators): New language constant that only contains
10519         the assignment operators.
10521         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
10523 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
10525         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
10526         Safeguard against unbalanced sexps.
10528 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
10530         * version.el (emacs-version): Check for gtk.  Include gtk version info.
10532 2003-08-25  John Paul Wallington  <jpw@gnu.org>
10534         * man.el (Man-default-man-entry): Don't whizz past the section
10535         number before looking for it.
10537 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
10539         * progmodes/gud.el (gud-display-line): Don't set window-point if
10540         source buffer is not visible.  (Only happens with M-x gdba.)
10542         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
10543         documentation.
10544         (gdb-source, gdb-source-info): Update to assembler unnecessary
10545         as its done after each GDB command anyway.
10546         (gdb-pre-prompt): Use with-current-buffer.
10547         (gdb-insert-field): Add help-echo text.
10548         (gdb-invalidate-assembler): Re-display of assembler now done in
10549         gdb-info-breakpoints-custom.
10550         (gdb-info-breakpoints-custom): Force re-display of assembler to
10551         happen *after* update of breakpoints buffer.
10552         (gdb-display-source-buffer): Don't choke if gdb-source-window
10553         isn't visible.
10554         (gdb-put-string, gdb-put-arrow): Remove free variables.
10556 2003-08-24  John Paul Wallington  <jpw@gnu.org>
10558         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
10560         * man.el (Man-default-man-entry): Strip text properties when
10561         snarfing parts of entry because `format' preserves properties.
10563 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
10565         * files.el (file-newest-backup): Use `expand-file-name'.
10567         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
10568         Allow the diary to pop up a new frame, if needed.
10570         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
10571         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
10572         (smtpmail-send-it): Make treatment of envelope-from consistent with
10573         sendmail.el.
10575         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
10576         (sh-leading-keywords): Add the bash `time' reserved word.
10577         (sh-variables): Add some bash variables.
10578         (sh-add-completer): Fix nil branch of case statement.
10580 2003-08-24  Masatake YAMATO  <jet@gyve.org>
10582         * progmodes/ld-script.el: New file.
10584 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
10586         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
10588 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
10590         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
10591         Better explain obsolescence, and what to use instead.
10593 2003-08-23  Masatake YAMATO  <jet@gyve.org>
10595         * pcvs.el (cvs-do-removal): Show the deleted file name
10596         on the prompt.
10598 2003-08-20  Dave Love  <fx@gnu.org>
10600         * international/mule.el (make-coding-system)
10601         (set-buffer-file-coding-system): Doc fix.
10603         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
10605         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
10607         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
10609         * international/utf-16.el: Add mime-text-unsuitable coding system
10610         properties.
10612         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
10614         * cus-edit.el: Add some :links.
10615         (bib): Remove.
10617         * textmodes/bib-mode.el (bib): Add :group external.
10619 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
10621         * wid-edit.el (widget-echo-help): Make it handle expressions that
10622         evaluate to strings.
10624 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
10626         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
10628         Simplify selection of SQL products to define highlighting and
10629         interactive mode.  Includes detailed instructions on adding
10630         support for new products.
10632         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
10633         product for use in highlighting and interactive mode.
10634         (sql-interactive-product): New variable.  SQL product for
10635         sql-interactive-mode.
10636         (sql-product-support): New variable.  Specifies product-specific
10637         parameters to drive highlighting and interactive mode.
10638         (sql-imenu-generic-expression): Add more object types.
10639         (sql-sqlite-options): Correct comment.
10640         (sql-ms-program): Use "osql" rather than "isql".
10641         (sql-prompt-regexp, sql-prompt-length): Update comment.
10642         (sql-mode-menu): Add "Start SQLi session" entry.
10643         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
10644         (sql-mode-abbrev-table): Add abbreviations.  Support of
10645         SYSTEM-FLAG on define-abbrev.  Support was removed with last
10646         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
10647         (sql-mode-font-lock-object-name): Add font-lock pattern for object
10648         names.
10649         (sql-mode-ansi-font-lock-keywords): Set as default value.
10650         (sql-mode-oracle-font-lock-keywords): Set as default value.
10651         Support Oracle 9i keywords.
10652         (sql-mode-postgres-font-lock-keywords): Set as default value.
10653         (sql-mode-linter-font-lock-keywords): Set as default value.
10654         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
10655         SQLServer 2000.
10656         (sql-mode-sybase-font-lock-keywords)
10657         (sql-mode-interbase-font-lock-keywords)
10658         (sql-mode-sqlite-font-lock-keywords)
10659         (sql-mode-strong-font-lock-keywords)
10660         (sql-mode-mysql-font-lock-keywords)
10661         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
10662         keywords.
10663         (sql-mode-font-lock-defaults): Update comment.
10664         (sql-product-feature): New function.  Returns feature associated
10665         with a product from `sql-product-support' alist.
10666         (sql-product-font-lock): New function.  Set font-lock support
10667         based on `sql-product'.
10668         (sql-add-product-keywords): New function.  Add font-lock rules to
10669         product-specific keyword variables.
10670         (sql-set-product): New function.  Set `sql-product' and apply
10671         appropriate font-lock highlighting.
10672         (sql-highlight-product): New function.  Set font-lock support
10673         based on a product.  Also set mode name to include product name.
10674         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
10675         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
10676         Use `sql-set-product'.
10677         (sql-highlight-ms-keywords)
10678         (sql-highlight-sybase-keywords)
10679         (sql-highlight-interbase-keywords)
10680         (sql-highlight-strong-keywords)
10681         (sql-highlight-mysql-keywords)
10682         (sql-highlight-sqlite-keywords)
10683         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
10684         (sql-get-login): Prompt in the same order as the tokens.
10685         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
10686         (sql-product-interactive): New function.  Common portions of
10687         product-specific interactive mode wrappers.
10688         (sql-interactive-mode): Rewritten to use product features.
10689         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
10690         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
10691         (sql-db2, sql-linter): Use `sql-product-interactive'.
10692         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
10693         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
10694         (sql-connect-ingres, sql-connect-postgres)
10695         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
10696         New functions.  Format command line parameters and invoke comint on
10697         the appropriate interpreter.  Code was in the corresponding
10698         `sql-xyz' function before.
10699         (sql-connect-ms): New function.  Support -E argument to use
10700         operating system credentials for authentication.
10702 2003-08-18  Kenichi Handa  <handa@m17n.org>
10704         * international/mule.el (encode-char): Fix for the ASCII case.
10706 2003-08-15  Kenichi Handa  <handa@m17n.org>
10708         * international/fontset.el (setup-default-fontset): Change "*" to
10709         nil in the specifications of font family.
10711 2003-08-18  Kim F. Storm  <storm@cua.dk>
10713         * kmacro.el (kmacro-keymap): Group related bindings in
10714         initialization for clarity.  Bind C-s to start macro.
10715         Remove C-r binding.
10716         (kmacro-initial-counter-value): New defvar to hold initial counter
10717         value in case we set the value before defining a macro.
10718         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
10719         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
10720         not defining or executing macro.  Doc fix.
10721         (kmacro-add-counter): Clear kmacro-initial-counter-value.
10722         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
10723         temporarily view older elements on the macro ring without cycling
10724         the ring.
10725         (kmacro-display): Doc fix.
10726         (kmacro-exec-ring-item): New helper function.
10727         (kmacro-call-ring-2nd): Use it.
10728         (kmacro-call-ring-2nd-repeat): Doc fix.
10729         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
10730         (kmacro-end-or-call-macro): Execute last viewed macro (using
10731         kmacro-exec-ring-item) from ring if this follows
10732         kmacro-view-macro.  This allows us to find a macro on the ring
10733         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
10734         the ring to bring it to the head of the ring.
10735         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
10736         Allow binding to reserved keys without specifying C-x C-k prefix.
10737         Ask for confirmation if entered key sequence is already bound to
10738         a non-macro command.
10739         (kmacro-view-macro): Repeating command will show older elements
10740         on the macro ring; C-k will execute the last viewed macro.
10741         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
10742         property from 'ring to 'head.
10744 2003-08-17  Alan Shutko  <ats@acm.org>
10746         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
10747         keeping December out of the alist.
10749 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
10751         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
10752         * calendar/calendar.el (calendar-mode-map): Bind it to key.
10753         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
10754         (calendar-flatten): New function.
10755         (calendar-mouse-view-other-diary-entries)
10756         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
10757         in the menu title and to show multi-line diary entries correctly
10758         in the menu.
10760 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
10762         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
10763         defcustom, because the default was recently changed.
10765 2003-08-16  Richard M. Stallman  <rms@gnu.org>
10767         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
10769         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
10770         New subroutine, broken out of eval-last-sexp-1.
10771         (eval-last-sexp-1): Use eval-last-sexp-print-value.
10773         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
10775         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
10777         * simple.el (eval-expression): Use eval-last-sexp-print-value.
10779 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
10781         * progmodes/compile.el (compilation-error-regexp-alist):
10782         Add Java ANt error detection as described in document
10783         http://ant.apache.org/faq.html
10785 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
10787         * simple.el (backward-word, forward-to-indentation)
10788         (backward-to-indentation): Argument changed to optional.
10789         (next-line, previous-line): Use `or' instead of `unless'.
10791 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10793         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
10794         instead of a constant.
10796 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
10798         * shell.el (shell): With prefix-arg, suggest a new buffer name.
10800 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
10802         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
10803         (vc-sccs-workfile-version): Search the entire delta table, rather
10804         than just the first entry, because that might be a deleted version.
10806 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
10808         * menu-bar.el (menu-bar-options-menu): Supply a body for the
10809         [save-place] binding in the Options menu.  Have it require
10810         'saveplace' and then toggle the variable manually, to avoid an an
10811         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
10812         for the bug report.
10814 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
10816         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
10817         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
10818         (gdb-info-threads-custom): Add help-echo text.
10819         (gdb-display-back): Don't use purecopy.
10820         (gdb-info-breakpoints-custom, gdb-reset)
10821         (gdb-assembler-custom): Use display-images-p to test if breakpoint
10822         icons can be displayed.
10824 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
10826         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
10828 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
10830         * bookmark.el (bookmark-completing-read):
10831         Return a string, instead of a list of one string.
10832         Use a popup menu if activated from the mouse.
10833         (bookmark-edit-annotation): Remove unused vars.
10834         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
10835         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
10836         to bookmark-completing-read.
10837         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
10838         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
10839         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
10840         and erase-buffer.
10841         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
10842         (bookmark-menu-jump, bookmark-menu-insert)
10843         (bookmark-popup-menu-and-apply-function)
10844         (bookmark-menu-popup-paned-bookmark-menu): Remove.
10845         (bookmark-menu-build-paned-menu): Remove by folding it into
10846         bookmark-menu-popup-paned-menu.
10847         (menu-bar-bookmark-map): Move the define-key statements here.
10848         Use the "non-menu" commands since they now pop up a menu if needed.
10849         (bookmark-exit-hook-internal): Simplify.
10851 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
10853         * reftex-toc.el (reftex-toc-rename-label): New function.
10854         (reftex-toc-check-docstruct): New function.
10856         * reftex.el (reftex-region-active-p): New function.
10858         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
10859         regexp to find the \bibliography macro.
10861         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
10862         which does not exist in LaTeX.
10863         (reftex-cite-format-builtin): Added amsrefs support.
10864         (reftex-toc-confirm-promotion): New option
10866         * reftex-toc.el
10867         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
10868         (reftex-toc-demote, reftex-toc-promote)
10869         (reftex-toc-do-promote, reftex-toc-promote-prepare)
10870         (reftex-toc-promote-action, reftex-toc-extract-section-number)
10871         (reftex-toc-newhead-from-alist)
10872         (reftex-toc-load-all-files-for-promotion): New functions.
10873         (reftex-toc-help): Added description of new keys.
10874         (reftex-toc-split-windows-fraction): New option.
10875         (reftex-recenter-toc-when-idle): Search *toc* window on all
10876         visible frames.
10877         (reftex-toc): Additional parameter REUSE
10878         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
10879         with REUSE argument.
10880         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
10881         the call of `reftex-toc'.
10882         (reftex-make-separate-toc-frame): New function .
10883         (reftex-toc-recenter): When called with triple prefix arg, call
10884         `reftex-make-separate-toc-frame' first.
10885         (reftex-toc-toggle-dedicated-frame): New command.
10886         (reftex-toc-quit): Adapted to delete frame when called in
10887         dedicated frame.
10889         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
10890         all enclosing macros.
10893 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10895         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
10896         first use.
10898 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10900         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
10902 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
10904         * calendar/calendar.el (list-diary-entries-hook)
10905         (diary-display-hook, nongregorian-diary-listing-hook)
10906         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
10907         Add some customize options for these hooks.
10908         (calendar-abbrev-construct): Don't try to take a substring longer
10909         than the original string.
10911 2003-08-05  Richard M. Stallman  <rms@gnu.org>
10913         * emacs-lisp/testcover.el (noreturn): Report error if does return.
10914         (testcover-reinstrument-clauses): Doc fix.
10916         * emacs-lisp/warnings.el: Doc fixes, args renamed.
10917         (warning-type-format): Rename from warning-group-format.
10919         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
10920         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
10921         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
10922         to prevent warnings about defvar for an obsolete variable.
10924         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
10925         warning-group-format renamed to warning-type-format.
10927         * subr.el (read-passwd): Use clear-string instead of fillarray.
10929         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
10930         Use vconcat instead of concat.
10931         (edmacro-sanitize-for-string): New function.
10933 2003-08-05  Dave Love  <fx@gnu.org>
10935         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
10936         line-number-display-limit-width.
10938         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
10940 2003-08-05  Kenichi Handa  <handa@m17n.org>
10942         * international/code-pages.el: Don't require mule-diag.
10944         * international/mule-diag.el (non-iso-charset-alist):
10945         Add autoload cookie.
10947         * language/devan-util.el (dev-glyph-order): Add an entry for the
10948         glyph code #xC4.
10950 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
10952         * calendar/calendar.el (diary-file, diary-file-name-prefix)
10953         (european-calendar-style, diary-date-forms)
10954         (calendar-day-name-array, calendar-month-name-array): Doc change.
10955         (generate-calendar-month): Adapt for new behaviour of
10956         `calendar-day-name' function.
10957         (calendar-abbrev-length, calendar-day-abbrev-array)
10958         (calendar-month-abbrev-array): New variables.
10959         (calendar-abbrev-construct): New function.
10960         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
10961         rather than fixing abbrevs at some width.  Calling syntax change.
10962         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
10963         (calendar-date-string): Adapt for new behaviours of
10964         `calendar-day-name' and `calendar-month-name' functions.
10966         * calendar/diary-lib.el (list-diary-entries): Adapt for new
10967         behaviour of `calendar-day-name' and `calendar-month-name' functions.
10968         (diary-name-pattern): Use abbrev arrays, rather than fixing
10969         abbrevs at three chars.  Calling syntax change.
10970         (mark-diary-entries): Adapt for new behaviours of
10971         `diary-name-pattern' and `calendar-make-alist' functions.
10972         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
10973         `diary-name-pattern' function.
10974         (font-lock-diary-date-forms): Use abbrev arrays, rather than
10975         fixing abbrevs at three chars.  Calling syntax change.
10976         (cal-hebrew, cal-islam): Require when compiling.
10977         (diary-font-lock-keywords): Adapt for new behaviour of
10978         `font-lock-diary-date-forms' function.
10980         * calendar/cal-hebrew.el: Reposition some code so defined before used.
10981         (calendar-hebrew-month-name-array-common-year)
10982         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
10983         (list-hebrew-diary-entries): Adapt for new behaviours of
10984         `calendar-day-name' and `add-to-diary-list' functions.
10985         (mark-hebrew-diary-entries): Adapt for new behaviours of
10986         `diary-name-pattern' and `calendar-make-alist' functions.
10988         * calendar/cal-islam.el (calendar-islamic-month-name-array):
10989         Add doc string.
10990         (list-islamic-diary-entries): Adapt for new behaviours of
10991         `calendar-day-name' and `add-to-diary-list' functions.
10992         (mark-islamic-diary-entries): Adapt for new behaviours of
10993         `diary-name-pattern' and `calendar-make-alist' functions.
10995         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
10996         `calendar-month-name' function.
10998         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
11000         * calendar/solar.el (solar-seasons-data): Move definition before use.
11002         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
11003         (cal-tex-LaTeX-hourbox): Move definition before use.
11005         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
11006         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
11007         lunar.el, solar.el
11008         (displayed-month, displayed-year): Define for compiler.
11010 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
11012         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
11013         MODE.  Renamed from c-init-c-language-vars'.
11014         (c-initialize-cc-mode): Change accordingly.
11015         (c-common-init): Ditto.
11016         (c-mode): Ditto.
11017         (c++-mode): Use `c-init-language-vars-for'.
11018         (objc-mode): Ditto.
11019         (java-mode): Ditto.
11020         (idl-mode): Ditto.
11021         (pike-mode): Ditto.
11022         (awk-mode): Ditto.
11024 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
11026         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
11027         or not the point moved.
11029         (c-search-decl-header-end): Don't trip up on operator identifiers
11030         in C++ and operators like == in all languages.
11032         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
11033         Detect leading labels correctly.
11035 2003-08-02  Andreas Schwab  <schwab@suse.de>
11037         * textmodes/ispell.el: Don't redo key bindings on loading, put
11038         them only in loaddefs.el.
11039         * bookmark.el: Likewise.
11040         * dabbrev.el: Likewise.
11041         * emerge.el: Likewise.
11043         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
11044         has more than one member.
11046         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
11048 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11050         * lpr.el (printify-region): It was ending conversion before the
11051         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
11053 2003-07-31  John Paul Wallington  <jpw@gnu.org>
11055         * net/browse-url.el (browse-url-epiphany): Doc fix.
11057 2003-07-30  Kenichi Handa  <handa@m17n.org>
11059         * international/fontset.el (setup-default-fontset):
11060         Change registry names of Akurti fonts.
11062 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
11064         * comint.el (comint-read-noecho): Use `clear-string' instead of
11065         `fillarray'.
11067 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
11069         * outline.el (outline-mode-hook): Add defvar.
11071 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
11073         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
11074         Restore assembler in source window if that is what has been selected.
11075         (menu): Add gdb-restore-windows to menu.  Make gdba
11076         specific menus only visible from gdba.
11078 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
11080         * progmodes/compile.el (compilation-environment): New user variable.
11081         (compile-internal): Respect it.
11083 2003-07-23  Masatake YAMATO  <jet@gyve.org>
11085         * progmodes/gud.el (gdb-script-font-lock-keywords):
11086         Put `font-lock-function-name-face' on a symbol which includes
11087         `-' like `hook-run'.  Put font-lock-variable-name-face
11088         on a symbol starting with $.
11090 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
11092         * files.el (set-visited-file-name): Use truename for buffer-file-name.
11094 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
11096         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
11098 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
11100         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
11101         Use with-no-warnings.
11102         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
11103         rather than to find-file-not-found-hook, which doesn't exist.
11105 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
11107         * international/quail.el (quail-translate-key): Fix previous change.
11109 2003-07-25  John Paul Wallington  <jpw@gnu.org>
11111         * server.el (server-start): Check `server-process' is non-nil
11112         before killing it to avoid killing current buffer's process.
11114         * simple.el (choose-completion-string): Use `minibufferp';
11115         test `completion-reference-buffer' if `buffer' arg is nil.
11116         (push-mark): Use `when' and `unless'.
11117         (pop-mark): Use `when'.
11119         * mouse-sel.el (mouse-sel-get-selection-function):
11120         Check `x-last-selected-text-primary'.  Don't barf if it or
11121         `x-last-selected-text' aren't bound.
11123 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
11125         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
11127 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
11129         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
11131 2003-07-23  John Paul Wallington  <jpw@gnu.org>
11133         * tooltip.el (defface tooltip): Inherit from variable-pitch.
11135 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
11137         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
11138         string.  Defvar the derived hook.
11140         * macros.el (insert-kbd-macro): Escape double quote character.
11141         From Thomas W Murphy <twm@andrew.cmu.edu>.
11143 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
11145         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
11146         to match the specific mark rather than reusing comment-start-skip.
11148 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
11150         * progmodes/hideshow.el (hs-special-modes-alist):
11151         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
11153 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
11155         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
11156         value using ?\s.
11158 2003-07-21  John Paul Wallington  <jpw@gnu.org>
11160         * subr.el (with-selected-window): Add closing paren.
11162 2003-07-21  Richard M. Stallman  <rms@gnu.org>
11164         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
11165         (lisp-mode): Likewise.
11167         * subr.el (with-selected-window): Copy code form save-selected-window
11168         so as to call select-window with norecord arg.
11169         (dynamic-completion-table): Doc fix.
11170         (lazy-completion-table): Doc fix.
11172         * international/mule-cmds.el (set-locale-environment):
11173         langinfo renamed to locale-info.
11175         * international/mule.el (auto-coding-functions): Doc fix.
11177 2003-07-21  Kenichi Handa  <handa@m17n.org>
11179         * international/quail.el (quail-translate-key):
11180         Update quail-current-str correctly.
11182 2003-07-21  Andreas Schwab  <schwab@suse.de>
11184         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
11185         ?, to "_".
11187 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
11188         Version 2.0.36 of Tramp released.
11190         * net/tramp.el (tramp-default-password-end-of-line): Rename from
11191         tramp-password-end-of-line.
11192         (tramp-password-end-of-line): New method parameter.
11193         (tramp-get-password-end-of-line): Function to access method
11194         parameter `tramp-password-end-of-line', or variable
11195         `tramp-default-password-end-of-line' (default value).
11196         (tramp-methods): Add entries for new parameter
11197         tramp-password-end-of-line.
11198         (tramp-enter-password): Use new function
11199         `tramp-get-password-end-of-line'.
11200         (tramp-handle-insert-file-contents): Do not
11201         unconditionally inhibit the file operation file-local-copy, only
11202         do that when the inhibit-file-name-operation is currently
11203         insert-file-contents.  This fixes finding remote CVS-controlled
11204         files.  (It would barf on inserting the CVS/Entries file
11205         literally, because the file-local-copy handler wasn't called.)
11206         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
11207         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
11208         (tramp-initial-commands): New variable.
11209         (tramp-process-initial-commands): New function, using the variable.
11210         (tramp-open-connection-setup-interactive-shell): Call the new function.
11211         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
11212         method into the buffer name, never use nil.  Reported by Hanak
11213         David <dhanak@inf.bme.hu>.
11214         (tramp-open-connection-setup-interactive-shell): Erase buffer
11215         before sending "stty -onlcr".
11217         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
11219 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
11221         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
11223 2003-07-19  John Paul Wallington  <jpw@gnu.org>
11225         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
11226         (artist-draw-rect, artist-draw-square): Doc fixes.
11228         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
11230         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
11232 2003-07-19  Kenichi Handa  <handa@m17n.org>
11234         * international/kkc.el (kkc-show-conversion-list-update):
11235         Highlight the correct candidate in the message.
11237 2003-07-18  John Paul Wallington  <jpw@gnu.org>
11239         * simple.el (current-word): Don't include punctuation char when
11240         `really-word' arg is non-nil.
11242 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
11244         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
11245         moved to the directory obsolete.
11247 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
11249         * info.el (Info-menu-entry-name-re): Allow newlines in
11250         menu entry names.
11252         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
11253         syntax-ppss-after-change-function.
11254         (syntax-ppss-after-change-function): New alias.  Update uses.
11255         (syntax-ppss): Catch the case where the buffer is narrowed.
11257 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
11259         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
11260         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
11262 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
11264         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
11265         since it might be modified.
11267         * progmodes/cc-langs.el (c++-make-template-syntax-table)
11268         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
11269         names to these language constants.
11271 2003-07-15  Kim F. Storm  <storm@cua.dk>
11273         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
11274         All uses changed.
11276 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
11278         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
11279         Namespace support.
11281 2003-07-13  Juanma Barranquero  <lektu@terra.es>
11283         * frame.el (modify-all-frames-parameters): Reinstall (copyright
11284         papers received).
11286 2003-07-13  Karl Eichwalder  <ke@suse.de>
11288         * textmodes/po.el (po-find-charset): White space at the start of the
11289         Content-Type field body is non-mandatory.
11291 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
11293         * textmodes/texinfo.el (texinfo-section-list):
11294         Append appendixsection; a synonym for appendixsec.
11296 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
11298         * man.el (Man-translate-cleanup): New.
11299         (Man-translate-references): Call `Man-translate-cleanup' to clean
11300         leading, trailing and middle spaces.
11302 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
11304         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
11305         Handle `dired-directory' being a list.
11307 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
11309         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
11310         it doesn't exist.
11312 2003-07-12  Richard M. Stallman  <rms@gnu.org>
11314         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
11316         * progmodes/cc-defs.el (c-make-keywords-re):
11317         Don't use delete-duplicates.
11318         (c-lang-const): Don't use mapcan.
11320         * apropos.el (apropos-show-scores): Make it customizable.
11321         Document new meaning.
11322         (apropos): Compute scores from symbols.
11323         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
11325 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11327         * ps-bdf.el: Fix copyright line.
11328         (bdf-directory-list): Fix initialization code.
11330 2003-07-11  John Paul Wallington  <jpw@gnu.org>
11332         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
11333         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
11334         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
11336 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
11338         * emacs-lisp/ring.el (ring-elements): Doc fix.
11340 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
11342         * calendar/timeclock.el (timeclock-relative)
11343         (timeclock-ask-before-exiting, timeclock-use-display-time):
11344         Doc changes.
11345         (timeclock-modeline-display): Give a message if
11346         `timeclock-use-display-time' is non-nil but `display-time-mode'
11347         is not active.
11349 2003-07-11  Kenichi Handa  <handa@m17n.org>
11351         * international/mule-cmds.el (set-language-environment):
11352         Set current-language-environment to the correct string.
11354 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11356         * ps-print.el: Print line number correctly in a region.  Reported by
11357         Tim Allen <timallen@ls83.fsnet.co.uk>.
11358         (ps-print-version): New version number (6.6.2).
11359         (ps-printing-region): Code fix.
11361 2003-07-10  John Paul Wallington  <jpw@gnu.org>
11363         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
11364         this function can be called from `add-completions-from-tags-table'.
11366 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
11368         * calendar/timeclock.el (timeclock-use-display-time)
11369         (timeclock-day-over-hook, timeclock-workday-remaining)
11370         (timeclock-status-string, timeclock-when-to-leave)
11371         (timeclock-when-to-leave-string, timeclock-log-data)
11372         (timeclock-find-discrep, timeclock-day-base)
11373         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
11374         (timeclock-modeline-display): Set the variable
11375         `timeclock-modeline-display'.
11376         (timeclock-update-modeline): Doc fix.  Respect value of
11377         `timeclock-relative'.
11379 2003-07-09  Richard M. Stallman  <rms@gnu.org>
11381         * textmodes/reftex-parse.el (reftex-all-document-files):
11382         Add autoload cookie.
11384         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
11385         (reftex-scanning-info-available-p): Add autoload cookie.
11387         * international/mule-cmds.el
11388         (set-display-table-and-terminal-coding-system): Delete duplicate
11389         aset on standard-display-table.
11391         * view.el (view-file): If existing buffer's major mode is special,
11392         don't go into view mode.
11394         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
11396 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
11398         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
11399         buffer changes; there's third party code that calls this function
11400         directly.
11402 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
11404         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
11405         (autodoc-font-lock-keywords): Don't byte compile on font lock
11406         initialization when running from byte compiled files.
11408 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
11410         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
11411         statement ends with auto-increment "++".
11413 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
11415         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
11416         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
11417         these are changed, so declare them as variables and not constants.
11419 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
11421         * subr.el (dolist, dotimes): Doc fix.
11423 2003-07-08  Kim F. Storm  <storm@cua.dk>
11425         * international/mule-cmds.el
11426         (set-display-table-and-terminal-coding-system): Don't break
11427         bootstrap if standard-display-table isn't setup yet.
11429 2003-07-07  Richard M. Stallman  <rms@gnu.org>
11431         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
11432         Give it a doc string, and autoload it.
11434         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
11435         Use with-no-warnings.
11437         * info.el (Info-search): If find invisible text, search again.
11439         * isearch.el (search-whitespace-regexp): Add a shy group around it.
11441         * man.el (Man-name-regexp): Match + as part of name.
11443         * simple.el (visible-mode): Rename from vis-mode.
11444         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
11446         * simple.el (current-word): New arg REALLY-WORD specifies
11447         don't include punctuation chars.
11449         * emacs-lisp/debug.el (debug, debugger-env-macro):
11450         Use with-no-warnings while accessing and binding unread-command-char.
11452         * international/mule-cmds.el
11453         (set-display-table-and-terminal-coding-system): Use explicit loop
11454         instead of calling standard-display-default.
11456         * net/ange-ftp.el (ange-ftp-file-symlink-p):
11457         Use condition-case to catch error in ange-ftp-get-files.
11459         * net/browse-url.el (browse-url-browser-function):
11460         Add alternative for Epiphany.
11461         (browse-url-epiphany-program, browse-url-epiphany-arguments)
11462         (browse-url-epiphany-startup-arguments)
11463         (browse-url-epiphany-new-window-is-tab): New variables.
11464         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
11466         * progmodes/compile.el (compile-auto-highlight): Default now t.
11467         (compile): Doc fix.
11468         (compilation-next-error): Fix previous change.
11470         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
11472         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
11474 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
11476         * gdb-ui.el (gdb-source-info): Display current frame when
11477         attaching to an existing process.
11478         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
11479         while laying out windows when attaching to an existing process.
11481 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
11483         * info.el (Info-menu): Use Info-menu-entry-name-re.
11485 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
11487         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
11488         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
11490         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
11491         to match the same text.
11493 2003-07-06  John Paul Wallington  <jpw@gnu.org>
11495         * vc.el (vc-annotate-offset): Move defvar up.
11497 2003-07-06  Kim F. Storm  <storm@cua.dk>
11499         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
11500         This should fix the infinite loop when extracting menu names.
11502 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
11504         * files.el (auto-mode-alist, interpreter-mode-alist):
11505         Remove entries to CC Mode modes to avoid duplicates; they are now added
11506         with autoload directives in cc-mode.el.
11508 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
11510         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
11511         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
11512         these are changed, so declare them as variables and not constants.
11514         * progmodes/cc-mode.el: Fix some autoload problems: Try to
11515         ensure that the entry for ".c" extension comes before the one for
11516         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
11517         Fix incorrect entries that were added to `interpreter-mode-alist'.
11518         Move the autoload directives for AWK to the top level since they
11519         aren't recognized anywhere else.  Do not use the new AWK mode doc
11520         in the autoload form for the old AWK mode.
11522 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11524         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
11525         (bibtex-sort-ignore-string-entries): Default value t.
11526         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
11527         erroneously in previous version.
11528         (bibtex-string-files): Docstring reflects new parsing scheme.
11529         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
11530         docstring, add # as one of the chars to crush
11531         (bibtex-autokey-prefix-string, bibtex-autokey-names)
11532         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
11533         (bibtex-autokey-name-change-strings)
11534         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
11535         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
11536         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
11537         (bibtex-autokey-title-terminators)
11538         (bibtex-autokey-titlewords-stretch)
11539         (bibtex-autokey-titleword-ignore)
11540         (bibtex-autokey-titleword-case-convert)
11541         (bibtex-autokey-titleword-abbrevs)
11542         (bibtex-autokey-titleword-abbrevs)
11543         (bibtex-autokey-titleword-change-strings)
11544         (bibtex-autokey-titleword-length)
11545         (bibtex-autokey-titleword-separator)
11546         (bibtex-autokey-name-year-separator)
11547         (bibtex-autokey-year-title-separator)
11548         (bibtex-autokey-before-presentation-function)
11549         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
11550         Fix docstring.
11551         (bibtex-strings, bibtex-reference-keys):
11552         Use lazy-completion-table and make-variable-buffer-local.
11553         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
11554         (bibtex-braced-string-syntax-table)
11555         (bibtex-quoted-string-syntax-table): New variables.
11556         (bibtex-parse-nested-braces): Remove.
11557         (bibtex-parse-field-string): Use syntax table and forward-sexp.
11558         (bibtex-parse-association): Simplify.
11559         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
11560         (bibtex-parse-field-text): Simplify.
11561         (bibtex-search-forward-field, bibtex-search-backward-field):
11562         argument BOUND can take value t.
11563         (bibtex-start-of-field, bibtex-start-of-name-in-field)
11564         (bibtex-end-of-name-in-field, bibtex-end-of-field)
11565         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
11566         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
11567         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
11568         (bibtex-skip-to-valid-entry): Return buffer position of beginning
11569         and ending of entry.  Update for changes of bibtex-search-entry.
11570         Simplify.
11571         (bibtex-map-entries): FUN is called with three arguments.
11572         (bibtex-search-entry): Return a cons pair with buffer positions of
11573         beginning and end of entry.
11574         (bibtex-enclosing-field): Simplify.
11575         (bibtex-format-entry): Use booktitle to set a missing title.
11576         (bibtex-autokey-get-names): Fiddle with regexps.
11577         (bibtex-generate-autokey): Use identity.
11578         (bibtex-parse-keys): Use simplified parsing algorithm if
11579         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
11580         arguments.  Return alist of keys.
11581         (bibtex-parse-strings): Simplify.  Return alist of strings.
11582         (bibtex-complete-string-cleanup): Fix docstring.
11583         (bibtex-read-key): New function.
11584         (bibtex-mode): Fix docstring.  Do not parse for keys and
11585         strings when the mode is entered.  Set fill-paragraph-function to
11586         bibtex-fill-field.  Setup font-lock-mark-block-function the way
11587         font-lock intended.
11588         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
11589         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
11590         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
11591         (bibtex-Preamble): Avoid hard coded constants.
11592         (bibtex-make-field): Fix docstring.  Simplify.
11593         (bibtex-beginning-of-entry): Always return new position of point.
11594         (bibtex-end-of-entry): Rearrange cond clauses.
11595         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
11596         Update for changes of bibtex-map-entries.
11597         (bibtex-ispell-abstract): Do not move point.
11598         (bibtex-entry-index): Use downcase.  Simplify.
11599         (bibtex-lessp): Handle catch-all.
11600         (bibtex-find-crossref): Turn into a command.
11601         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
11602         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
11603         preamble entries.
11604         (bibtex-fill-field-bounds): New function.
11605         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
11606         (bibtex-fill-entry): Use bibtex-fill-field-bounds
11607         (bibtex-String): Use bibtex-strings.  Always obey
11608         bibtex-sort-ignore-string-entries.
11610 2003-07-05  John Paul Wallington  <jpw@gnu.org>
11612         * cus-theme.el (customize-create-theme):
11613         Call `customize-create-theme' in Reset widget's notify function.
11615         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
11616         (ibuffer-mark-interactive): Use `or' instead of `unless'.
11617         (define-ibuffer-column name): Add summarizer.
11618         (define-ibuffer-column size): Likewise.
11619         (define-ibuffer-column filename): Likewise.
11620         (define-ibuffer-column process): Likewise.  Change BODY's output too.
11621         (define-ibuffer-column filename-and-process): Likewise, likewise.
11622         (ibuffer): Remove local vars `already-in' and `need-update'.
11624         * ibuf-ext.el: Don't require `derived' at compile-time.
11626 2003-07-05  Kim F. Storm  <storm@cua.dk>
11628         * info.el: Disable paragraph refilling.
11629         (Info-refill-paragraphs): New defcustom.
11630         (Info-fontify-node): Use it.
11632 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
11634         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
11635         thingies from constructors created by defstruct.
11637         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
11638         the default value of the variable.
11639         (byte-code-meter): Move declaration to top level.
11641         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
11643         * info.el (Info-following-node-name-re): New fun.
11644         (Info-following-node-name): Remove.
11645         (Info-insert-dir): Use the new fun.
11646         (Info-extract-pointer): Don't save restriction; use new fun.
11647         (Info-menu-entry-name-re): New const.
11648         (Info-menu-entry-name-re): Use it along with new fun.
11649         (Info-node-spec-re): Use new fun.
11650         (Info-complete-menu-item, Info-fontify-node): Use new const.
11651         (Info-goto-node, Info-follow-reference, Info-menu-update):
11652         Use match-string.
11653         (Info-follow-reference): Use assoc-string.
11654         Use a list of strings for the completion table.
11655         (Info-fontify-node): Use match-string, line-end-position.
11656         Limit the search for `node:' to the first line.
11658         * newcomment.el (uncomment-region): Remove padding coming from
11659         comment-start rather than just from comment-padding.
11661         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
11662         (vc-cvs-stay-local-p): Use vc-stay-local-p.
11663         (vc-cvs-rename-file): Remove (use the default).
11664         (vc-cvs-register): Register parent dir if needed.
11665         (vc-cvs-could-register): Return non-nil if parent can be registered.
11666         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
11667         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
11669         * vc-svn.el (vc-svn-use-edit): Make it into a const.
11670         (vc-svn-update): Fix the arguments to `svn'.
11671         (vc-svn-diff-tree): Just use `vc-svn-diff'.
11672         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
11673         Simple implementations, assuming `name' is a URL.
11675         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
11676         set of chars allowed unquoted in a case pattern.
11678         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
11680         * font-lock.el (font-lock-extra-types-widget)
11681         (c-font-lock-extra-types, c++-font-lock-extra-types)
11682         (objc-font-lock-extra-types, java-font-lock-extra-types)
11683         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
11684         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
11685         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
11686         (font-lock-match-c++-structor-declaration)
11687         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
11688         (c++-font-lock-keywords-3, c++-font-lock-keywords)
11689         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
11690         (objc-font-lock-keywords-3, objc-font-lock-keywords)
11691         (java-font-lock-keywords-1, java-font-lock-keywords-2)
11692         (java-font-lock-keywords-3, java-font-lock-keywords)
11693         (java-font-lock-syntactic-face-function): Remove obsolete code
11694         and constants.  It's all in cc-fonts.el now.
11696 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
11698         * mail/sendmail.el (mail-specify-envelope-from)
11699         (mail-envelope-from): Doc fix.
11701 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
11703         * generic-x.el: Do away with the dependency on `c-emacs-features'
11704         when populating `rul-generic-mode-syntax-table'; we already know
11705         this isn't XEmacs.
11707 See ChangeLog.10 for earlier changes.
11709 ;; Local Variables:
11710 ;; coding: iso-2022-7bit
11711 ;; End:
11713     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
11714   Copying and distribution of this file, with or without modification,
11715   are permitted provided the copyright notice and this notice are preserved.
11717 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1