*** empty log message ***
[emacs.git] / lisp / ChangeLog
blobe7b6826c2125f5e3b0d6c08cdaa487cda1d5872e
1 2004-11-08  Jay Belanger  <belanger@truman.edu>
3         * calc/calcalg2.el (math-linear-subst-tried): New variable.
4         (math-do-integral):  Set `math-linear-subst-tried' to nil. 
5         (math-do-integral-methods):  Use `math-linear-subst-tried' to
6         determine what type of substitution to try. 
7         (math-integ-try-linear-substituion):  Set
8         `math-linear-subst-tried' to t.
10 2004-11-08  Kim F. Storm  <storm@cua.dk>
12         * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
14 2004-11-07  Juri Linkov  <juri@jurta.org>
16         * info-look.el (info-lookup): Allow reusing in the current buffer
17         not only *info* buffer, but all (even renamed) Info buffers
18         by checking for major-mode instead of *info* buffer name.
19         (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
20         (octave-mode, maxima-mode) <doc-spec>:
21         Allow long dashes generated by Texinfo 4.7 before definitions.
22         (texinfo-mode) <doc-spec>: Add space to suffix to find command
23         definitions with argument separated by space.
25 2004-11-06  Richard M. Stallman  <rms@gnu.org>
27         * simple.el (next-error group, face): Move before first use.
28         (next-error-highlight, next-error-highlight-no-select): Likewise.
29         (line-move-invisible-p): Renamed from line-move-invisible.
30         (line-move): New args NOERROR and TO-END.
31         Return t if if succeed in moving specified number of lines.
32         (move-end-of-line): New function.
33         (beginning-of-buffer-other-window, end-of-buffer-other-window): 
34         Use with-no-warnings.
36         * simple.el (line-move-ignore-invisible): Default to t.
38         * subr.el (syntax-after): Return the syntax letter, not the raw code.
40         * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
42         * international/iso-cvt.el (iso-cvt-define-menu): 
43         menu-bar-files-menu renamed to menu-bar-file-menu.
45         * net/browse-url.el (browse-url-gnome-moz-program)
46         (browse-url-gnome-moz-arguments): Move up before first use.
48         * net/tramp.el (tramp group): Add :version.
50         * progmodes/ada-xref.el (ada-gdb-application): 
51         Use goto-char instead of beginning-of-buffer.
53         * progmodes/cperl-mode.el (cperl-info-on-command): 
54         Use goto-char instead of beginning-of-buffer.
56         * progmodes/idlw-shell.el (idlwave-shell-examine-map): 
57         Move up before first use.
58         (idlwave-shell-temp-pro-file): Likewise.
59         (idlwave-shell-temp-rinfo-save-file): Likewise.
60         (idlwave-shell-temp-file): Minor doc fix.
62         * textmodes/flyspell.el (flyspell-external-point-words):
63         Use goto-char instead of beginning-of-buffer.
65 2004-11-06  Kai Grossjohann  <kai.grossjohann@gmx.net>
67         * net/tramp.el (tramp-coding-commands): Additionally try "uudecode
68         -o /dev/stdout" before trying "uudecode -o -".  Suggested by Han
69         Boetes.
70         (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
72 2004-11-06  David Ponce  <david@dponce.com>
74         * recentf.el (recentf-menu-path): Use menu item name.
76 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
78         * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
79         display doesn't support images.
81 2004-11-06  Andreas Schwab  <schwab@suse.de>
83         * tempo.el (tempo-match-finder): Doc fix.
85         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
87 2004-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
89         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
90         (easy-menu-lookup-name): New fun to replace it.
91         (easy-menu-get-map): Use it to obey menu item names (rather than just
92         keys) when looking up `path'.
93         (easy-menu-always-true-p): Rename from easy-menu-always-true.
94         (easy-menu-convert-item-1): Adjust to new name.
96 2004-11-06  Peter Heslin  <pj@heslin.eclipse.co.uk>  (tiny change)
98         * outline.el (hide-body): Don't hide lines at the top of the file
99         that precede the first header line.
101 2004-11-06  Paul Pogonyshev  <pogonyshev@gmx.net>
103         * align.el (align-areas): Delete whitespace before reindenting, so
104         that tabs are never placed after spaces.
106 2004-11-06  Alan Shutko  <ats@acm.org>
108         * macros.el (insert-kbd-macro): Do completions based on macros,
109         rather than all commands.
111 2004-11-06  David Hansen  <david.hansen@gmx.net>  (tiny change)
113         * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
114         to solve a bug whereby tags with 'b' don't match.
116 2004-11-05  Juri Linkov  <juri@jurta.org>
118         * info.el (Info-search): Don't search in node header lines
119         and file headers.
121         * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
122         symbol-constituent characters after dot, not only digits.
124 2004-11-04  Daniel Pfeiffer  <occitan@esperanto.org>
126         * files.el (set-auto-mode): Don't get error after setting
127         -*-mode-*-.
129 2004-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
131         * dired.el (dired-read-dir-and-switches): Call read-directory-name
132         if a dialog will be used, read-file-name otherwise.
134 2004-11-04  Richard M. Stallman  <rms@gnu.org>
136         * textmodes/table.el (table group): Add :version.
138         * textmodes/ispell.el (ispell-word):
139         Don't alter args; set them only thru `interactive' spec.
141         * textmodes/flyspell.el (flyspell-word):
142         Don't alter FOLLOWING; set it only thru `interactive' spec.
144         * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
146         * net/browse-url.el (browse-url-maybe-new-window):
147         Use called-interactively-p.
149         * mail/supercite.el (sc-cite-region):
150         Don't use interactive-p.  Add arg INTERACTIVE.
151         (sc-version): Don't use interactive-p.  Rename arg to MESSAGE.
153         * international/mule-cmds.el (set-input-method, toggle-input-method):
154         Don't use interactive-p.  Add arg INTERACTIVE.
156         * eshell/esh-mode.el (eshell-show-maximum-output):
157         Don't use interactive-p.
158         (eshell-truncate-buffer): Just message, no error, if buffer is short.
160         * mouse.el (mouse-show-mark): Get positions to delete from mark
161         and point, not from mouse-drag-overlay.
163         * imenu.el (imenu-eager-completion-buffer): Add :version.
165         * filesets.el (filesets group): Add :version.
167 2004-11-03  Daniel Pfeiffer  <occitan@esperanto.org>
169         * files.el (xml-based-modes): Delete var.
170         (magic-mode-alist): New more general var.
171         (set-auto-mode): Use it.
173         * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
174         when clicking from another window.
176 2004-11-03  Thien-Thi Nguyen  <ttn@gnu.org>
178         * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
179         (vc-cvs-annotate-time): Incorporate value of deleted var.
180         Remove special-case handling of beginning-of-buffer cruft.
181         Cache ending position (point) and return value in text property
182         `vc-cvs-annotate-time', and consult it on subsequent invocations.
184         * vc-cvs.el (vc-cvs-annotate-command):
185         Delete extraneous lines from beginning of buffer.
186         * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
188         * progmodes/grep.el (grep-default-command): Take empty string
189         for tag if all other methods yield nil.  Shell-quote the tag.
191         * vc.el (vc-annotate-display-autoscale): Add prefix-arg
192         spec in `interactive' form, and mention it in the docstring.
193         Also, make sure point is at bol after calling `annotate-time'.
195 2004-11-02  Richard M. Stallman  <rms@gnu.org>
197         * cus-edit.el (customize-group-other-window):
198         Select the window that displays the custom buffer.
199         (custom-buffer-create-other-window): Likewise.
201         * comint.el (comint-insert-input): Fix previous change.
203         * emacs-lisp/elp.el (elp-instrument-function):
204         Use called-interactively-p.
206         * emacs-lisp/easymenu.el (easy-menu-intern):
207         Don't downcase; rather, case-flip the first letter of each word.
209         * emacs-lisp/easy-mmode.el (define-minor-mode):
210         Use called-interactively-p.
212         * emacs-lisp/bytecomp.el (byte-compile-warning-types):
213         Add interactive-only.
214         (byte-compile-warnings): Add interactive-only as option.
215         (byte-compile-interactive-only-functions): New variable.
216         (byte-compile-form): Warn about calls to functions
217         in byte-compile-interactive-only-functions.
219         * emacs-lisp/autoload.el (update-file-autoloads):
220         Don't use interactive-p; take new arg SAVE-AFTER.
222         * emacs-lisp/advice.el (ad-make-advised-definition):
223         Use called-interactively-p.
225 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
227         * files.el (find-file-existing): New function.
229         * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
230         find-file-existing.  Add "New File..." that calls find-file.
232         * diropen.pbm diropen.xpm: New files.
234         * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
235         icon diropen.  New tool bar item find-file-existing uses icon open.
237         * dired.el (dired-read-dir-and-switches): Call read-driectory-name
238         instead of read-file-name.
240 2004-11-02  Ulf Jasper  <ulf.jasper@web.de>
242         * calendar/icalendar.el (icalendar-version): Increase to 0.08.
243         (icalendar--split-value): Change name of work buffer.
244         (icalendar--get-weekday-abbrev): Return nil on error.
245         (icalendar--date-to-isodate): New function.
246         (icalendar-convert-diary-to-ical)
247         (icalendar-extract-ical-from-buffer): Use only two args for
248         make-obsolete (XEmacs compatibility).
249         (icalendar-export-file, icalendar-import-file): Blank at end of
250         prompt.
251         (icalendar-export-region): Doc fix.
252         If error, return non-nil and write errors to a buffer.
253         Use correct weekday for weekly recurring events.
254         Check whether date has been parsed for ordinary events.
255         Make weekly events start in the year 2000.
256         DTEND is non-inclusive, shift end date by one day if
257         necessary (not for entries that have date and time).
258         Rename local let variables: oops -> found-error, datestring ->
259         startdatestring.
261 2004-11-02  Kim F. Storm  <storm@cua.dk>
263         * files.el (set-auto-mode-0): Don't rely on dynamic binding of
264         keep-mode-if-same variable.  Add it as optional arg instead.
265         (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
267         * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
268         substitute-command-keys will select lower-case bindings like those
269         used in the static help texts.
271         * descr-text.el (describe-text-properties): Don't err if called in
272         the *Help* buffer; output to *Help-2* buffer instead.
274         * kmacro.el (group kmacro): Add :version.
275         (kmacro-keyboard-quit): New function to cleanup on C-g.
276         (kmacro-start-macro): Set defining-kbd-macro to append when
277         appending to last macro.
279         * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
281 2004-11-02  Nick Roberts  <nickrob@snap.net.nz>
283         * progmodes/gdb-ui.el (gdb-enable-debug-log)
284         (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
285         (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
286         Add :version keyword.
288 2004-11-02  Pavel Kobiakov <pk_at_work@yahoo.com>
290         * progmodes/flymake.el (flymake-err-line-patterns): Use
291         `flymake-reformat-err-line-patterns-from-compile-el' to convert
292         `compilation-error-regexp-alist-alist' to internal Flymake format.
294         * progmodes/flymake.el: eliminated byte-compiler warnings.
296 2004-11-01  Jay Belanger  <belanger@truman.edu>
298         * calc/calc-frac.el (calc-over-notation): Replaced
299         `completing-read' with `interactive "s"'.
301 2004-11-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
303         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
304         Revert change from 2004-10-16.  '*' checks the current buffer, but the
305         mouse click may be in another buffer.
307 2004-11-01  John Paul Wallington  <jpw@gnu.org>
309         * files.el (large-file-warning-threshold): Add :version keyword.
310         (kill-some-buffers): Doc fix.
312         * thumbs.el (group thumbs): Add :version keyword.
314         * textmodes/bibtex.el (bibtex-make-field): Fix typo.
316 2004-11-01  Richard M. Stallman  <rms@gnu.org>
318         * textmodes/ispell.el (ispell-word): Don't use interactive-p.
320         * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
322         * allout.el (allout group): Add :version.
323         (allout-init): Don't use interactive-p.
324         (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
325         (allout-forward-current-level, allout-backward-current-level):
326         Don't use interactive-p.
328         * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
329         (bibtex-find-text): Likewise.
331         * progmodes/vhdl-mode.el (vhdl-fill-region)
332         (vhdl-beginning-of-statement): Don't use interactive-p.
334         * progmodes/idlwave.el (idlwave-update-routine-info):
335         Don't use interactive-p.
337         * progmodes/idlw-shell.el (idlwave-shell-send-char):
338         Don't use interactive-p.
340         * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
341         Don't use interactive-p.
343         * progmodes/ada-xref.el (ada-make-body-gnatstub):
344         Don't use interactive-p.
346         * play/fortune.el (fortune-to-signature): Don't use interactive-p.
347         (fortune-in-buffer): Doc fix.
349         * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
351         * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
352         don't select the temporary buffer.
353         (eudc-get-email): New optional arg ERROR; don't use interactive-p.
354         (eudc-get-phone): Likewise.
356 2004-11-01  Kim F. Storm  <storm@cua.dk>
358         * man.el (Man-xref-normal-file): Fix help-echo.
360 2004-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
362         * reveal.el (reveal-last-tick): New var.
363         (reveal-post-command): Use it to avoid closing overlays when we're
364         appending text to them.
366 2004-10-31  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
368         * textmodes/bibtex.el: Require button.
369         (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
370         (bibtex-reference-keys): Distinguish between header keys and
371         crossref keys.
372         (bibtex-beginning-of-field): New function.
373         (bibtex-url-map): Remove.
374         (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
375         (bibtex-font-lock-url-regexp): Assume that field names begin at
376         the beginning of a line.
377         (bibtex-font-lock-url): Simplify.  Do not use bibtex-enclosing-field.
378         Remove field delimiters.  Use bibtex-beginning-of-field.
379         Bugfix, point can be inside a field with a url.
380         (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
381         New functions.
382         (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
383         (bibtex-key-in-head): Simplify.
384         (bibtex-current-line): Use bolp.
385         (bibtex-parse-keys): Remove unused arg `add'.
386         Use bibtex-type-in-head and bibtex-key-in-head.
387         (bibtex-parse-entry, bibtex-autofill-entry):
388         Use bibtex-type-in-head and bibtex-key-in-head.
389         (bibtex-autokey-get-field): Do not alter case of replacement text.
390         (bibtex-autokey-get-names): Do all processing of name list.
391         (bibtex-autokey-get-year): New function.
392         (bibtex-autokey-get-title): Do all processing of title words.
393         (bibtex-generate-autokey): Simplify.
394         (bibtex-string-files-init): Use default-directory.
395         Allow for absolute file names in bibtex-string-files.
396         (bibtex-files, bibtex-file-path): New variables.
397         (bibtex-files-expand): New function.
398         (bibtex-find-entry-globally): New command.
399         (bibtex-summary-function): New variable.
400         (bibtex-summary): Default value of bibtex-summary-function.
401         (bibtex-find-crossref): New optional args pnt and split.
402         (bibtex-complete-key-cleanup): Call bibtex-summary-function.
403         (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
404         (bibtex-validate): Fix docstring.  Check only abbreviated month fields.
405         Fix handling of required and alternative fields.
406         Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
407         Use cons and display-buffer.
408         (bibtex-validate-globally): New command.
409         (bibtex-clean-entry): Use bibtex-files-expand.  Do not call
410         bibtex-parse-keys and bibtex-parse-strings for updating
411         bibtex-reference-keys and bibtex-strings.
412         (bibtex-realign): Remove blank lines past the last entry.
413         (bibtex-reformat): Use bibtex-entry-format as default.
414         (bibtex-choose-completion-string): Remove.
415         (bibtex-complete): Do not use bibtex-choose-completion-string.
416         (bibtex-url): Simplify.
418 2004-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
420         * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
421         (x-dnd-types-alist, x-dnd-open-file-other-window)
422         (x-dnd-known-types): Add :version.
424 2004-10-31  John Paul Wallington  <jpw@gnu.org>
426         * ibuffer.el (group ibuffer): Add :version keyword.
428 2004-10-31  Kim F. Storm  <storm@cua.dk>
430         * ido.el (group ido): Add :version keyword.
431         (ido-mode): Remove :version keyword.
433         * emulation/cua-base.el (group cua): Add :version keyword.
434         (cua-mode): Remove :version keyword.
436 2004-10-30  Luc Teirlinck  <teirllm@auburn.edu>
438         * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
440         * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
441         compiler warning.
442         (help-at-pt-timer-delay): Add :initialize keyword.  Simplify :set
443         function.
444         (help-at-pt-display-when-idle): Remove autoload.
446 2004-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
448         * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
450 2004-10-30  Juri Linkov  <juri@jurta.org>
452         * help.el (function-called-at-point):
453         * help-fns.el (variable-at-point): Read -> intern.
455 2004-10-30  Simon Josefsson  <jas@extundo.com>
457         * progmodes/autoconf.el (autoconf-font-lock-keywords):
458         Recognize AS_* too.
460 2004-10-29  Simon Josefsson  <jas@extundo.com>
462         * subr.el (read-passwd): Move back from password.el.
464         * password.el: Remove, not ready yet.
466 2004-10-29  Andreas Schwab  <schwab@suse.de>
468         * speedbar.el (speedbar-frame-parameters): Improve customize type.
470 2004-10-29  Sam Steingold  <sds@gnu.org>
472         * mouse.el (mouse-show-mark): Replace the last occurrence of
473         x-lost-selection-hooks with x-lost-selection-functions.
475 2004-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
477         * mouse.el (mouse-show-mark): Adjust to new name and don't assume
478         x-lost-selection-functions is bound.
480         * mouse-sel.el (mouse-sel-mode):
481         * emacs-lisp/lselect.el: Adjust to new names for
482         x-(lost|sent)-selection-functions.
484         * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
485         New obsolete aliases of x-lost-selection-functions and
486         x-sent-selection-functions.
488 2004-10-28  Kim F. Storm  <storm@cua.dk>
490         * imenu.el (imenu-scanning-message): Remove.
491         (imenu-progress-message): Make it a no-op.
493 2004-10-28  John Paul Wallington  <jpw@gnu.org>
495         * files.el (set-auto-mode): Call `throw' correctly.
497 2004-10-28  Juri Linkov  <juri@jurta.org>
499         * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
500         to search `Info-...' commands in `info' manual.
501         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
502         Add 'info-file "emacs" property.
503         (Info-find-emacs-command-nodes): Fix index line number regexp.
504         Set real line number (instead of fake 0) in first element of the
505         returned list.
506         (Info-goto-emacs-command-node): Use line number of first element
507         to set point in the first found Info node.
509         * progmodes/grep.el (grep-regexp-alist): Move match highlighting
510         code to `grep-mode-font-lock-keywords'.
511         (grep-mode-font-lock-keywords): Delete grep markers instead
512         of making them invisible.
514 2004-10-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
516         * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
517         and x-server-version in bug report.
519 2004-10-28  Daniel Pfeiffer  <occitan@esperanto.org>
521         * files.el (set-auto-mode-0): New function.
522         (set-auto-mode): Use it to handle aliased modes and to
523         be consistent between C-x C-f and C-x C-w.
525 2004-10-28  Kenichi Handa  <handa@m17n.org>
527         * international/utf-8.el (utf-translate-cjk-charsets):
528         Add katakana-jisx0201.
530         * international/subst-jis.el: Add data for JISX0201.
532 2004-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
534         * obsolete/hilit19.el (hilit-mode): New function.
535         Move all the toplevel side-effecting stuff into it, so that loading
536         hilit19 doesn't mess everything up any more.
538 2004-10-27  Richard M. Stallman  <rms@gnu.org>
540         * add-log.el (add-change-log-entry): Set up mailing address
541         and full name later, and don't alter add-log-mailing-address
542         or add-log-full-name.
544         * elide-head.el (elide-head): Change error to message.
545         (elide-head-show): Likewise.
547         * apropos.el (apropos-macrop): Doc fix.
549         * mouse.el (mouse-show-mark): Do most processing the same
550         regardless of transient-mark-mode.
552         * shadowfile.el (shadow-copy-files): Use interactive-p
553         only to control whether to print a message.
555         * tar-mode.el (tar-mode): Use write-contents-functions,
556         not write-contents-hooks.
558         * eshell/em-unix.el (eshell-du-sum-directory): Don't use
559         directory-sep-char.
561 2004-10-27  Richard M. Stallman  <rms@gnu.org>
563         * strokes.el (strokes-unload-hook): Fix previous change.
565         * type-break.el (type-break-run-at-time): Always use run-at-time;
566         forget the alternatives.
567         (type-break-cancel-function-timers): Always use cancel-function-timers;
568         forget the alternatives.
570         * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
572 2004-10-27  Kenichi Handa  <handa@m17n.org>
574         * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
576         * international/subst-gb2312.el: Likewise.
578         * international/subst-big5.el: Likewise.
580         * international/subst-ksc.el: Likewise.
582         * international/utf-8.el (utf-translate-cjk-unicode-range-string):
583         New variable.
584         (utf-translate-cjk-set-unicode-range): New function.
585         (utf-translate-cjk-unicode-range): Make it customizable.
586         (utf-8-post-read-conversion):
587         Use utf-translate-cjk-unicode-range-string.
588         (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
589         Unicode ranges.
591 2004-10-26  Daniel Pfeiffer  <occitan@esperanto.org>
593         * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
594         trivial variants to shorten the list.
595         (xml-based-modes): New var.
596         (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
597         declaration higher priority than auto-mode-alist.
599         * find-file.el (cc-other-file-alist): Bring it in line with
600         cc-mode's auto-mode-alist entries and use \' instead of $.
602         * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
603         and add "Id" and "Name" submenus to it.
605         * imenu.el (imenu--generic-function): Skip matches in comments.
607 2004-10-26  Jay Belanger  <belanger@truman.edu>
609         * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
610         (full-calc-keypad, calc-trail-display):  Use an extra argument
611         instead of `interactive-p'.
613         * calc/calc-misc.el (calc-other-window): Use an extra argument
614         instead of `interactive-p'.
616         * calc/calc-rewr.el (calc-match): Use an extra argument instead of
617         `interactive-p'.
619 2004-10-26  Kim F. Storm  <storm@cua.dk>
621         * help.el (describe-key): Describe both down-event and up-event
622         for a mouse click.
624 2004-10-26  Richard M. Stallman  <rms@gnu.org>
626         * woman.el (woman): Don't call interactive-p.
628         * pcomplete.el (pcomplete): Instead of interactive-p,
629         use an arg set non-nil by the interactive spec.
631         * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
632         use an arg set non-nil by the interactive spec.
634         * man.el (Man-cleanup-manpage): Instead of interactive-p,
635         use an arg set non-nil by the interactive spec.
637 2004-10-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
639         * progmodes/flymake.el (flymake-split-string):
640         Use `flymake-split-string-remove-empty-edges' in any case.
642 2004-10-26  Masatake YAMATO  <jet@gyve.org>
644         * progmodes/flymake.el (flymake-err-line-patterns):
645         Use `compilation-error-regexp-alist-alist' instead of
646         `compilation-error-regexp-alist'.
648 2004-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
650         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
651         verbatim face on the \ of \end{verbatim}.
653 2004-10-25  Jay Belanger  <belanger@truman.edu>
655         * calc/calc-incom.el (calc-digit-dots):  Inhibit read-only before
656         erasing minibuffer.
658 2004-10-25  Simon Josefsson  <jas@extundo.com>
660         * subr.el (read-passwd): Move to net/password.el.
662         * net/password.el (read-passwd): Add.  Autoload it.
664 2004-10-25  Kai Grossjohann  <kai.grossjohann@gmx.net>
666         * mouse-sel.el (mouse-sel-mode): Specify custom group.
668         * simple.el (process-file): Fix logic.
670 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
672         * indent.el (set-left-margin, set-right-margin): Delete redundant code.
673         (increase-right-margin): Remove erroneous call to `interactive-p'.
675 2004-10-24  Kim F. Storm  <storm@cua.dk>
677         * help.el (describe-mode): Fix 2004-10-13 change.
678         Copy pure "Auto Fill" string so it can be propertized later
679         without causing a read-only error.
681 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
683         * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
684         style indexes.
686 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
688         * simple.el (process-file): Accept nil for INFILE.  Reported by
689         Luc Teirlinck.
691 2004-10-24  Masatake YAMATO  <jet@gyve.org>
693         * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
694         Handle periods and underscores in a function name.
695         Remove the address fontification.
697 2004-10-24 Masatake YAMATO <jet@gyve.org>
699         * progmodes/asm-mode.el (asm-font-lock-keywords):
700         Use font-lock-variable-name-face for registers.
702 2004-10-24  Nick Roberts  <nickrob@snap.net.nz>
704         * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
705         kill-all-local-variables.
706         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
707         (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
708         Use kill-all-local-variables and provide mode-hooks.
709         (gdb-assembler-font-lock-keywords): New font lock keywords definition.
710         (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
711         Suggested by Masatake YAMATO <jet@gyve.org>.
713 2004-10-23  Kai Grossjohann  <kai.grossjohann@gmx.net>
715         * simple.el (process-file): New function, similar to call-process
716         but supports file handlers.
717         * vc.el (vc-do-command): Use it, instead of call-process.
718         * net/tramp-vc.el (vc-do-command): Do not advise it if
719         process-file is fboundp.
720         * net/tramp.el (tramp-file-name-handler-alist): Add entry for
721         process-file.
722         (tramp-handle-process-file): New function.
723         (tramp-file-name-for-operation): Support process-file.
725 2004-10-23  Ulf Jasper  <ulf.jasper@web.de>
727         * calendar/icalendar.el (icalendar--weekday-array): New constant.
728         (icalendar-weekdayabbrev-table)
729         (icalendar-monthnumber-table): Delete.
730         (icalendar--get-month-number): Use calendar-month-name-array.
731         (icalendar--get-weekday-number): New function.
732         (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
733         (icalendar-export-region): Handle multi-line entries.
734         (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
736 2004-10-23  John Paul Wallington  <jpw@gnu.org>
738         * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
739         `wildcards' set to t in interactive spec.
741         * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
742         interactive spec rather than use `interactive-p'.
743         (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
744         rather than use function `interactive-p'.
746 2004-10-22  Kenichi Handa  <handa@m17n.org>
748         * international/mule.el (translate-region): Implement it in Lisp
749         as a front end of translate-region-internal.
751 2004-10-21  Jay Belanger  <belanger@truman.edu>
753         * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
754         Declare these variables with defvar.
756         * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
757         is bound, only check to see if it is bound.
759 2004-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
761         * textmodes/tex-mode.el (tex-compilation-parse-errors):
762         Don't output messages.
764         * calc/calc-help.el (calc-describe-bindings): Fix last change.
766 2004-10-21  John Paul Wallington  <jpw@gnu.org>
768         * calc/calc-graph.el (calc-graph-init):
769         Use `set-process-query-on-exit-flag'.
771 2004-10-21  Daniel Pfeiffer  <occitan@esperanto.org>
773         * progmodes/compile.el (compilation-start): Rely on `cd' to get
774         dir right and also allow argumentless cd.
776 2004-10-19  Richard M. Stallman  <rms@gnu.org>
778         * textmodes/flyspell.el (flyspell-mode): Doc fix.
780         * eshell/em-unix.el (eshell-grep):
781         Don't bind compilation-process-setup-function.
783         * comint.el (comint-insert-input): Use @ in `interactive'.
784         (comint-input-filter-functions): Doc fix.
785         (comint-kill-whole-line, comint-get-source): Doc fix.
787         * progmodes/compile.el (compilation-setup):
788         Don't set buffer-read-only if MINOR is non-nil.
790 2004-10-19  Jay Belanger  <belanger@truman.edu>
792         * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
793         (calc-emacs-type-gnu19): Remove.
794         (calc-digit-map, calc-read-key-sequence, calc-read-key):
795         Remove check for old emacs versions.
797         * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
798         (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
799         for current Emacs.
801         * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
802         the end of the minibuffer.
803         (calc-do-alg-entry): Remove Emacs version check.  Use `copy-keymap' to
804         copy `esc-map'.
806         * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
808         * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
809         call that would be given when the current emacs was used.
811 2004-10-19  Ulf Jasper  <ulf.jasper@web.de>
813         * calendar/icalendar.el: Set coding to utf-8.
814         (icalendar-version): Increase to 0.07.
815         (icalendar-monthnumber-table): Change March pattern.
816         (icalendar-get-all-event-properties)
817         (icalendar-set-event-property): Delete.
818         (icalendar-all-events): No longer interactive.
819         (icalendar-convert-diary-to-ical)
820         (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
821         their replacements.
822         (icalendar-export-file, icalendar-export-region): New functions;
823         essentially old `icalendar-convert-diary-to-ical' but appending to
824         target rather than overwriting.
825         (icalendar-import-file): Append to target file rather than
826         overwriting.  Fourth arg deleted.
827         (icalendar-import-buffer): New name for old
828         `icalendar-extract-ical-from-buffer'.
829         (icalendar--convert-string-for-import): New name for
830         old `icalendar-convert-for-import'.
831         (include-icalendar-files): Delete.
832         Prefix for all internal functions changed from `icalendar-'
833         to `icalendar--'.
835 2004-10-19  Richard M. Stallman  <rms@gnu.org>
837         * paths.el (news-path): Fix previous change.
839 2004-10-18 Jay Belanger  <belanger@truman.edu>
841         * calc/calc-help.el (calc-describe-bindings):
842         Set `buffer-read-only' to nil while working in the keybindings buffer;
843         remove some extra information from the keybindings buffer.
845 2004-10-18  David Ponce  <david@dponce.com>
847         * mouse.el (mouse-drag-move-window-top): New function.
848         (mouse-drag-mode-line-1): Use it.
850 2004-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
852         * info.el (Info-fontify-node): For multiline refs,
853         arrange to unfontify newline and surrounding whitespace.
855 2004-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
857         * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
858         directory is missing.
860 2004-10-17  John Paul Wallington  <jpw@gnu.org>
862         * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
863         New customizable variable; whether to display buffers that match
864         `ibuffer-maybe-show-predicates' by default.
865         (ibuffer-maybe-show-predicates): Mention it in docstring.
866         (ibuffer-display-maybe-show-predicates): New variable.
867         (ibuffer-update): Prefix arg now toggles whether buffers that
868         match `ibuffer-maybe-show-predicates' should be displayed.
869         (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
870         locally to heed `ibuffer-default-display-maybe-show-predicates'.
871         (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
873 2004-10-17  Michael Albinus  <michael.albinus@gmx.de>
875         * net/tramp.el: Redo sync with Tramp 2.0.45.  Last commit did not
876         work correctly.
878 2004-10-17  Daniel Pfeiffer  <occitan@esperanto.org>
880         * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
881         (Buffer-menu-beginning): New helper function.
882         (Buffer-menu-execute): Use it.
883         (Buffer-menu-select): Use it.
884         (Buffer-menu-sort): Use it and also keep markers.
886 2004-10-17  Richard M. Stallman  <rms@gnu.org>
888         * paths.el (news-directory): Rename from news-path.  Old name alias.
889         (rmail-spool-directory): Use defvar.
890         (sendmail-program): Use defcustom.
891         (remote-shell-program): Use defcustom.
892         (term-file-prefix): Use defvar.
893         (abbrev-file-name): Use defvar.
895         * term.el: Add maintainer.
897         * subr.el (with-local-quit): Return nil if there's a quit.
898         (read-passwd): Use with-local-quit.  Doc fix.
900         * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
901         (strokes-unload-hook): Set as a variable with add-hook.
903         * startup.el (fancy-splash-tail, normal-splash-screen):
904         Update copyright year.
906         * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
908         * server.el (server-unload-hook): Set as a variable with add-hook.
910         * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
912         * frame.el (special-display-popup-frame):
913         Make the buffer current as its frame is created.
915         * delsel.el (delsel-unload-hook): Set as a variable.
917         * comint.el (comint-output-filter-functions):
918         Add comint-watch-for-password-prompt.
919         (comint-read-noecho): Function deleted.
920         (send-invisible): Use read-passwd.
922         * fringe.el (fringe-mode-initialize): New function.
923         (fringe-mode): Use fringe-mode-initialize as :initialize.
925 2004-10-17  Kim F. Storm  <storm@cua.dk>
927         * language/indian.el (indian-script-language-alist): Swap value and doc.
928         (indian-font-char-index-table): Doc fix.
930 2004-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
932         * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
934 2004-10-16  Juri Linkov  <juri@jurta.org>
936         * progmodes/compile.el (compilation-start): Move let-binding of
937         `process-environment' into `with-current-buffer' body.
938         Reported by Matt Hodges <MPHodges@member.fsf.org>.
940 2004-10-16  Richard M. Stallman  <rms@gnu.org>
942         * pcvs-util.el (cvs-bury-buffer):
943         Don't call get-buffer-window for effect.
945         * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
947         * newcomment.el (comment-auto-fill-only-comments): Add autoload.
949         * msb.el (msb-unload-hook): Set the variable.
951         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
952         Use * to err if buffer is readonly.
954         * subr.el (looking-back): Return only t or nil.
956         * whitespace.el (whitespace-unload-hook): Set the variable.
958         * view.el (view-mode-enable): Set view-page-size and
959         view-half-page-size to nil.
960         (view-set-half-page-size-default): view-half-page-size = nil
961         means the default.
962         (View-scroll-page-forward): Use view-page-size-default.
963         (View-scroll-page-backward): Likewise.
964         (view-page-size, view-half-page-size): Doc fixes.
966         * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
968         * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
970         * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
971         "cl" like other files.  Instead, call byte-compile-find-cl-functions.
972         (byte-compile-log-1): Bind inhibit-read-only.
973         (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
974         (byte-compile-log-warning): Likewise.
975         (byte-compile-file-form-require): Detect "cl" from the arg value.
977         * progmodes/compile.el (compilation-start): Assume compilation-mode
978         will make the buffer read-only.
979         (compilation-mode): Take arg name-of-mode.
980         (compilation-setup): Make buffer read-only.
981         (compilation-handle-exit): Bind inhibit-read-only.
983         * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
984         (ispell-message): Likewise.
985         (ispell-show-choices): Don't call get-buffer-window uselessly.
986         (ispell-init-process): Use set-process-query-on-exit-flag.
988 2004-10-16  Kim F. Storm  <storm@cua.dk>
990         * fringe.el (fringe-bitmaps): Only initialize when defined.
992         * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
993         (cvs-mode-find-file): Add optional `view' arg to enter view mode.
995         * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
997 2004-10-15  Simon Josefsson  <jas@extundo.com>
999         * net/password.el: Add.
1001 2004-10-14  Masatake YAMATO  <jet@gyve.org>
1003         * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
1004         (gdb-script-end-of-defun): New function.
1005         (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
1006         `gdb-script-end-of-defun' as *-of-defun-function.
1008 2004-10-13  Daniel Pfeiffer  <occitan@esperanto.org>
1010         * button.el (button-activate): Allow a marker to display as an action.
1012         * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
1014         * help.el (describe-mode): Use it to make minor mode list into
1015         hyperlinks.
1017 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1019         * vc.el (vc-annotate-display-select): Fix typo.
1021         * subr.el (substitute-key-definition-key): New function.
1022         (substitute-key-definition): Use it with map-keymap.
1023         (event-modifiers): Use push.
1024         (mouse-movement-p, with-temp-buffer): Simplify.
1026 2004-10-12  Jay Belanger  <belanger@truman.edu>
1028         * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
1029         New variables.
1030         (calc-help-index-entries): New function.
1031         (calc-describe-function): Use `calc-help-function-list' instead of
1032         obarray for completion.
1033         (calc-describe-variable): Use `calc-help-variable-list' instead
1034         of obarray for completion.
1036 2004-10-12  Richard M. Stallman  <rms@gnu.org>
1038         * info-look.el (info-lookup-file): Add info-file property.
1039         (info-lookup-symbol): Likewise.
1041         * info.el (info-xref): Add underlining.
1042         (info): Add info-file property.
1043         (Info-find-emacs-command-nodes): Specify case-sensitive search.
1045 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
1047         Sync with Tramp 2.0.45.
1049         * net/tramp.el (top): Apply `def-edebug-spec' only if function is
1050         defined.  This is not the case for XEmacs without package "edebug".
1051         (tramp-set-auto-save-file-modes): Set permissions of autosaved
1052         remote files to the permissions of the original file.  This is not
1053         the case for Emacs < 21.3.50 and XEmacs < 21.5.  Add function to
1054         `auto-save-hook'.  Reported by Thomas Prokosch <thomas@nadev.net>.
1055         (tramp-perl-decode): Fix an error in Perl implementation.
1056         $pending must be cleared every loop.  Reported by Benjamin Place
1057         <benjaminplace@sprintmail.com>
1059         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
1060         Don't activate advice during definition.  This is done later on,
1061         depending on test result of `substitute-in-file-name'.
1062         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1064 2004-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1066         * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
1068         * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
1070 2004-10-12  David Ponce  <david@dponce.com>
1072         * recentf.el (recentf-edit-list): Update the menu when the recentf
1073         list has been modified.
1075 2004-10-12  Simon Josefsson  <jas@extundo.com>
1077         * net/tls.el (tls-certtool-program): New variable.
1078         (tls-certificate-information): New function, based on
1079         ssl-certificate-information.
1081 2004-10-12  Kenichi Handa  <handa@m17n.org>
1083         * international/mule.el (coding-system-equal): Move from mule-util.el.
1085         * international/mule-util.el (coding-system-equal): Move to mule.el.
1087 2004-10-12  Kim F. Storm  <storm@cua.dk>
1089         * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
1090         reset kmacro-initial-counter-value if set.
1091         (kmacro-set-counter): Only set kmacro-counter if defining or executing
1092         macro.  Set kmacro-initial-counter-value otherwise. Never set both.
1093         (kmacro-display): Show macro counter if non-zero.
1095         * subr.el (substitute-key-definition): Mention command remapping
1096         in doc string.
1098 2004-10-11  Jay Belanger  <belanger@truman.edu>
1100         * calc/calc-misc.el (calc-info-goto-node): New function.
1101         (calc-tutorial, calc-info-summary): Go to appropriate Calc info
1102         node in one step.
1103         (calc-describe-copying, calc-describe-distribution)
1104         (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
1105         Go to appropriate info node in one step.
1107 2004-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1109         * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
1111         * font-lock.el (font-lock-apply-highlight): Fix last change.
1113 2004-10-11  Simon Josefsson  <jas@extundo.com>
1115         * mail/smtpmail.el (smtpmail-open-stream): Look for
1116         starttls-gnutls-program instead of starttls-program iff
1117         starttls-use-gnutls is non-nil.
1118         (smtpmail-open-stream): Don't overwrite user settings of
1119         starttls-extra-arguments and starttls-extra-args.
1121 2004-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1123         * comint.el (comint-mouse-insert-input): Remove.
1124         (comint-insert-input): Make it work for mouse bindings.
1125         (comint-mode-map): Move defs into the declaration.
1126         (comint-output-filter): Typo.
1128         * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
1130 2004-10-10  Kai Grossjohann  <kai.grossjohann@gmx.net>
1132         * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
1133         (ange-ftp-call-chmod): Reference remote-shell-program instead of
1134         ange-ftp-remote-shell.
1136 2004-10-10  Andreas Schwab  <schwab@suse.de>
1138         * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
1139         `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
1140         Reported by <sri@asu.edu>.
1142 2004-10-10  Benjamin Rutt  <brutt@bloomington.in.us>
1144         * vc.el (vc-annotate-mode): Remove variable.
1145         (vc-annotate-display-select): Only call vc-annotate-mode
1146         if we're not in that mode already.
1148 2004-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1150         * imenu.el (imenu--completion-buffer): Don't return t for rescan.
1151         (imenu-choose-buffer-index): Check here for rescan instead.
1153         * font-lock.el (font-lock-apply-highlight): Explicitly check the case
1154         where the face expression evals to nil.
1156         * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
1157         (tex-font-lock-keywords-2): Use it.
1158         (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
1160         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
1162 2004-10-09  Kim F. Storm  <storm@cua.dk>
1164         * subr.el (progress-reporter-update): Define before first usage.
1165         (make-progress-reporter): Doc fix.
1167 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
1169         * textmodes/paragraphs.el (sentence-end-double-space)
1170         (sentence-end-without-period, sentence-end-without-space)
1171         (sentence-end): Doc fixes.
1173 2004-10-08  Peter Seibel  <peter@javamonkey.com>  (tiny change)
1175         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
1176         Change paragraph-start regexp so we don't fill code starting with #'(.
1178 2004-10-08  Sebastien Kirche  <seki@seki.fr>  (tiny change)
1180         * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
1181         New defcustom.
1182         (extract-address-components): Use it.
1184 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
1186         * subr.el (make-progress-reporter, progress-reporter-update)
1187         (progress-reporter-force-update, progress-reporter-do-update)
1188         (progress-reporter-done): New functions.
1190         * tar-mode.el (tar-summarize-buffer): Use progress reporter.
1192         * progmodes/etags.el (etags-tags-completion-table): Use progress
1193         reporter.
1194         (etags-tags-apropos): Likewise.
1196 2004-10-08  Alan Mackenzie  <acm@muc.de>
1198         * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
1199         of current line.
1201 2004-10-08  Masatake YAMATO  <jet@gyve.org>
1203         * server.el (server-process-filter): Wrap `process-send-region'
1204         by `condition-case' to guard the case when the pipe to PROC is closed.
1206 2004-10-07  Mark A. Hershberger  <mah@everybody.org>
1208         * xml.el (xml-substitute-special): Limit handling of external entities.
1210 2004-10-06  Nick Roberts  <nickrob@snap.net.nz>
1212         * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
1214 2004-10-06  John Paul Wallington  <jpw@gnu.org>
1216         * xml.el (xml-parse-dtd): Fix `error' call.
1218 2004-10-05  Mark A. Hershberger  <mah@everybody.org>
1220         * xml.el (xml-substitute-special): Return a single string instead
1221         of a list of strings if an entity substitution is made.
1223 2004-10-05  Ulf Jasper  <ulf.jasper@web.de>
1225         * calendar/icalendar.el: New file.
1227 2004-10-05  Juri Linkov  <juri@jurta.org>
1229         * isearch.el (isearch-done): Set mark after running hook.
1230         Reported by Drew Adams <drew.adams@oracle.com>.
1232         * info.el (Info-history, Info-toc): Fix Info headers.
1233         (Info-toc): Narrow buffer before Info-fontify-node.
1234         (Info-build-toc): Don't check for special Info file names.
1235         Set main-file to nil if Info-find-file returns a symbol.
1237 2004-10-05  Emilio C. Lopes  <eclig@gmx.net>:
1239         * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
1240         (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
1241         * calendar/cal-menu.el (calendar-mode-map): Ditto.
1243 2004-10-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
1245         * calendar/cal-iso.el (calendar-iso-read-args): New function,
1246         for old interactive spec from calendar-goto-iso-date.
1247         (calendar-goto-iso-date): Use it.
1248         (calendar-goto-iso-week): New function.  Suggested by Emilio
1249         C. Lopes <eclig@gmx.net>.
1251 2004-10-04  Luc Teirlinck  <teirllm@auburn.edu>
1253         * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
1254         `set-right-margin' bindings that follow the minor mode conventions.
1256 2004-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1258         * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
1259         (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
1260         (latex-block-args-alist): Add minipage and picture.
1261         (latex-block-body-alist): Use reftex-label if enabled.
1262         (latex-insert-block): Don't insert a \n if not necessary.
1263         (tex-compile-commands): Make sure dvips doesn't send to printer.
1264         (tex-compile-default): Handle the case where no executable is found.
1265         (latex-noindent-environments): New var.
1266         (latex-find-indent): Use it.  Take an empty line as an arg-breaker.
1267         If tex-indent-allhanging is non-nil, make sure we only align for macros
1268         at beginning of line.
1270 2004-10-03  Daniel Pfeiffer  <occitan@esperanto.org>
1272         * newcomment.el (comment-beginning): Doc fix and don't choke on
1273         unset `comment-end-skip' when at beginning of comment.
1275 2004-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
1277         * term.el (term-adjust-current-row-cache): Don't allow the current
1278         row to become negative.
1279         (term-emulate-terminal): Fix insert mode. Handle tab insertion at
1280         the end of the line. Fix scroll down. Add comments.
1281         (term-handle-ansi-escape): Don't exceed terminal width when moving
1282         right.
1283         (term-scroll-region): Move the cursor after setting the scroll region.
1285 2004-10-01  Luc Teirlinck  <teirllm@auburn.edu>
1287         * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
1288         to `width' for consistency with docstring.  Doc fix.
1290 2004-10-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
1292         * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
1293         This is necessary for derived modes.
1295 2004-09-30  Kim F. Storm  <storm@cua.dk>
1297         * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
1298         (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
1300         * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
1301         kmacro-extract-lambda functions.
1302         (edit-kbd-macro): Handle kmacro lambda forms.
1303         Include counter and counter format in edit buffer.
1304         (edmacro-finish-edit): Get counter and format from edit buffer and
1305         update kmacro bindings when found.
1307 2004-09-29  Luc Teirlinck  <teirllm@auburn.edu>
1309         * textmodes/paragraphs.el (forward-paragraph):
1310         Avoid args-out-of-range error when point winds up at the beginning of
1311         the buffer and hard newlines are enabled.
1313         * newcomment.el (comment-multi-line): Doc fix.
1315 2004-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1317         * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
1318         (diff-fixup-modifs): Catch unified-diff file-headers.
1320 2004-09-29  Kim F. Storm  <storm@cua.dk>
1322         * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
1323         (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
1324         (gdb-put-breakpoint-icon): Use breakpoint bitmap.
1326         * fringe.el (fringe-bitmap-p): New macro.
1327         (fringe-bitmaps): Add standard fringe bitmaps on load.
1329 2004-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1331         * dired.el (dired-view-command-alist): Use more efficient regexps.
1332         Remove dubious arguments.
1333         (dired-align-file): New function.
1334         (dired-insert-directory): Use it.
1335         (dired-move-to-end-of-filename): Make the " -> " search more specific.
1336         (dired-buffers-for-dir): Remove unused var `pattern'.
1338 2004-09-28  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
1340         * calendar/diary-lib.el (list-diary-entries): Save diary buffer
1341         from diary display excursion.  Store diary buffer's point for
1342         `simple-diary-display'.
1343         (simple-diary-display): Set window point and start when
1344         displaying buffer, to preserve point.
1346 2004-09-27  Luc Teirlinck  <teirllm@auburn.edu>
1348         * textmodes/enriched.el (enriched-translations): Replace defconst
1349         with defvar.
1351 2004-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1353         * printing.el: Doc fix.
1354         (pr-version): New version number (6.8.1).
1355         (pr-ps-file-using-ghostscript): Use make-temp-file instead of
1356         make-temp-name.
1357         (pr-delete-file): Check if file exists before deleting it.
1358         Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
1360 2004-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1362         * term.el (term-display-table): New variable.
1363         (term-mode): Use it.
1364         (term-exec-1): Set the coding system to binary.
1365         (term-emulate-terminal): Decode the string before inserting it.
1367 2004-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
1369         * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
1370         (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
1371         (map): Bind S-prior, S-next and S-insert.
1372         (term-mode): Set `indent-tabs-mode' to nil.
1373         (term-paste): New function to be bound to S-insert.
1374         (term-send-del, term-send-backspace): Change the strings sent.
1375         (term-termcap-format): Synchronyze with etc/e/eterm.ti.
1376         (term-handle-colors-array): Fix handling of underline and reverse.
1377         (term-handle-ansi-escape): Do not handle smcup/rmcup.  Add comments.
1378         (term-erase-in-line): Fix comparison.
1379         (term-emulate-terminal): Fix line wrap handling.
1380         (term-start-output-log): Rename from `term-set-output-log'.
1381         (term-stop-output-log): Rename from `term-stop-photo'.
1382         (term-switch-to-alternate-sub-buffer): Comment out, unused.
1384 2004-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1386         * dired.el (dired-move-to-filename): Don't output a message if
1387         raise-error is non-nil.  Fix return position and value.
1389         * files.el (insert-directory): Obey --dired even with symlinks.
1391 2004-09-25  Lars Hansen  <larsh@math.ku.dk>
1393         * ls-lisp.el (ls-lisp-format): Mark file names with property
1394         dired-filename.
1396 2004-09-25  Kim F. Storm  <storm@cua.dk>
1398         * ido.el (ido-max-directory-size): New defcustom.
1399         (ido-decorations): Add "too big" element.
1400         (ido-directory-too-big): New dynamic var.
1401         (ido-may-cache-directory): Don't cache big directories.
1402         (ido-directory-too-big-p): New defun.
1403         (ido-set-current-directory): Update ido-directory-too-big.
1404         (ido-read-internal): Make empty ido-cur-item if too-big.
1405         (ido-buffer-internal): Use ido-read-internal directly instead of
1406         ido-read-buffer.
1407         (ido-file-internal): Init ido-directory-too-big.
1408         (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
1409         and redo completion with full list.
1410         (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
1411         it, and show completions.
1412         (ido-all-completions): Let bind ido-directory-too-big to nil.
1413         (ido-exhibit): Handle ido-directory-too-big.
1414         (ido-read-buffer): Handle fallback to read-buffer.
1415         Init ido-directory-too-big.
1416         (ido-read-file-name, ido-read-directory-name, ido-completing-read):
1417         Init ido-directory-too-big.
1419 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
1421         * subr.el (delay-mode-hooks): Doc fix.
1423 2004-09-23  Luc Teirlinck  <teirllm@auburn.edu>
1425         * textmodes/enriched.el
1426         (enriched-default-text-properties-local-flag): New variable.
1427         (enriched-mode): Make sure that enabling and disabling the mode is
1428         a no-op.  Doc fix.
1430 2004-09-23  H\e,Ae\e(Bkon Malmedal  <hmalmedal@yahoo.no>  (tiny change)
1432         * calendar/holidays.el (holiday-advent): Report on a specified day
1433         offset from advent, not just advent.
1434         (holiday-easter-etc): Report on one specified day offset from
1435         easter, not all easter holidays. Various Easter holidays moved to
1436         `christian-holidays' variable in calendar.el.
1437         * calendar/calendar.el (christian-holidays): Adapt for new
1438         behaviour of `holiday-advent' and `holiday-easter-etc' functions.
1440 2004-09-23  Kim F. Storm  <storm@cua.dk>
1442         * image.el (insert-sliced-image): Add doc string.
1444         * ido.el (ido-choice-list): New dynamic var for `list' context.
1445         (ido-context-switch-command): New dynamic var.
1446         (ido-define-mode-map): Generalize switch between file/buffer contexts.
1447         (ido-read-internal): Handle new `list' context.
1448         Handle insert-buffer and insert-file ido-exit values.
1449         (ido-buffer-internal): New arg switch-cmd.  Use it to setup
1450         ido-context-switch-command. Handle insert-file ido-exit value.
1451         (ido-read-buffer): Set ido-context-switch-command to 'ignore
1452         unless it is already bound by caller.
1453         (ido-file-internal): New arg switch-cmd.  Use it to setup
1454         ido-context-switch-command.  Handle insert-buffer ido-exit value.
1455         (ido-enter-insert-buffer, ido-enter-insert-file): New commands
1456         used for context switching.
1457         (ido-all-completions): Handle new `list' context.
1458         (ido-make-choice-list): Return choices for `list' context.
1459         (ido-find-file-in-dir, ido-display-file, ido-write-file)
1460         (ido-display-buffer, ido-kill-buffer): Disable context switching.
1461         (ido-insert-buffer, ido-insert-file): Setup context switching.
1462         (ido-exhibit): Handle `list' context.
1463         (ido-read-file-name): Disable context switching.  Handle fallback.
1464         (ido-read-directory-name): Disable context switching.
1465         (ido-completing-read): New defun like completing-read.  Setup and
1466         use new `list' context.
1468 2004-09-20  Jesper Harder  <harder@ifa.au.dk>
1470         * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
1472 2004-09-21  Jay Belanger  <belanger@truman.edu>
1474         * calc/calc-graph.el (calc-graph-add-curve): Moved the call to
1475         `calc-graph-set-styles' so the gnuplot buffer will appear in a
1476         separate window.
1478 2004-09-21  Luc Teirlinck  <teirllm@auburn.edu>
1480         * subr.el (after-change-major-mode-hook): Doc fix.
1482 2004-09-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1484         * printing.el: Doc fix.  Add a new tip about the use of gsprint instead
1485         of ghostscript for monochrome PostScript file in Windows.
1487 2004-09-21  Kenichi Handa  <handa@m17n.org>
1489         * descr-text.el (describe-char): Checking of quail activation
1490         fixed.
1492 2004-09-21  Jay Belanger  <belanger@truman.edu>
1494         * calc/calc.el (calc-mode-var-list): Removed unnecessary quotes.
1496 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
1498         * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
1499         after the mode hooks instead of before.  Doc fix.
1501 2004-09-20  Jason Rumney  <jasonr@gnu.org>
1503         * startup.el (command-line) [windows-nt]: Try .emacs first, then
1504         _emacs, but revert to .emacs if neither exists in home directory.
1506 2004-09-20  John Paul Wallington  <jpw@gnu.org>
1508         * bindings.el (completion-ignored-extensions): Add .dfsl.
1510 2004-09-20  Richard M. Stallman  <rms@gnu.org>
1512         * bindings.el (scroll-left): Make it disabled.
1514         * files.el (enable-local-eval): Doc fix.
1516         * indent.el (move-to-left-margin): Special case for minibuffer.
1518         * term.el (term-emulate-terminal): Turn off undo for output.
1519         Use with-current-buffer and save-selected-window.
1521         * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
1523         * progmodes/make-mode.el (makefile-fill-paragraph):
1524         Don't insist on spaces when looking for comments.  # is enough.
1526         * files.el (hack-local-variables): Copy the variables list
1527         to another buffer, strip prefixes and suffixes there, then read.
1528         (enable-local-eval): Doc fix.
1529         (ignored-local-variables): Initialize to nil.
1530         (risky-local-variable-p): Don't check ignored-local-variables here.
1531         (hack-one-local-variable): Ignore var if in ignored-local-variables.
1533 2004-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
1535         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
1536         of = to "." (punctuation).
1538 2004-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1540         * subr.el (event-basic-type): Fix mask (extend to 22bits).
1542 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
1544         * textmodes/enriched.el (enriched-rerun-flag): New variable.
1545         (enriched-before-change-major-mode): New function.
1546         Add it to `change-major-mode-hook'.
1547         (enriched-after-change-major-mode): New function.
1548         Add it to `after-change-major-mode-hook'.
1549         (enriched-mode): Make it work correctly if called from
1550         `after-change-major-mode-hook'.
1551         No longer set `indent-line-function'.
1553         * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
1555         * subr.el (after-change-major-mode-hook): New variable.
1556         (run-mode-hooks): Implement it.
1558 2004-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1560         * battery.el (battery-linux-proc-apm): Use string-to-number.
1561         (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
1562         Use dolist (and less indentation).  Use erase-buffer.
1563         Pre-initialize `design-capacity', `warn', and `low'.
1564         (battery-format): Use replace-regexp-in-string.
1566 2004-09-18  Ralph Schleicher  <rs@nunatak.allgaeu.org>
1568         * battery.el: Delete superfluous empty lines.
1569         (battery-linux-proc-acpi): Attempt to gather information from all
1570         battery subdirectories regardless of their file name.
1571         (battery-linux-proc-apm): Replace all occurrences of
1572         battery-hex-to-int-2 with string-to-int (base 16).
1573         (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
1574         (battery-hex-map): Delete variable.
1576 2004-09-18  John Paul Wallington  <jpw@gnu.org>
1578         * calc/calc-units.el (calc-quick-units): Fix overzealous
1579         s/or/unless/.
1581 2004-09-17  Jay Belanger  <belanger@truman.edu>
1583         * calc/calc.el (calc-mode-var-list): Fix the value of
1584         `calc-matrix-brackets'.
1586 2004-09-17  Romain Francoise  <romain@orebokech.com>
1588         * ibuf-ext.el (define-ibuffer-filter filename):
1589         Expand dired-directory since buffer-file-name is absolute.
1591 2004-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
1593         * ediff-init.el (ediff-current-diff-face-A)
1594         (ediff-current-diff-face-B, ediff-current-diff-face-C)
1595         (ediff-current-diff-face-Ancestor)
1596         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
1597         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
1598         (ediff-even-diff-face-A, ediff-even-diff-face-B)
1599         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
1600         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
1601         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
1602         Use min-colors.
1604         * term.el (term-down): Perform vertical motion if DOWN is negative.
1605         (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
1606         (term-termcap-format): Synchronyze with the eterm terminfo entry
1607         in etc/e/eterm.ti.
1608         (term-handle-colors-array): If the current foreground or
1609         background are zero (i.e. unspecified), use the foreground and
1610         background of the default face for reverse video.
1611         (term-ansi-at-eval-string, term-ansi-default-fg)
1612         (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
1613         (term-mem): Delete ununsed function.
1614         (term-protocol-version): Increment.
1615         (term-current-face): Set to default.
1617 2004-09-15  Jay Belanger  <belanger@truman.edu>
1619         * calc/calc.el (calc-mode-var-list): Define this variable.
1620         (calc-always-load-extensions, calc-line-numbering)
1621         (calc-line-breaking, calc-display-just, calc-display-origin)
1622         (calc-number-radix, calc-leading-zeros, calc-group-digits)
1623         (calc-group-char, calc-point-char, calc-frac-format)
1624         (calc-prefer-frac, calc-hms-format, calc-date-format)
1625         (calc-float-format, calc-full-float-format, calc-complex-format)
1626         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
1627         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
1628         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
1629         (calc-matrix-brackets, calc-language, calc-language-option)
1630         (calc-left-label, calc-right-label, calc-word-size)
1631         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
1632         (calc-display-raw, calc-internal-prec, calc-angle-mode)
1633         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
1634         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
1635         (calc-window-height, calc-display-trail, calc-show-selections)
1636         (calc-use-selections, calc-assoc-selections)
1637         (calc-display-working-message, calc-auto-why, calc-timing)
1638         (calc-mode-save-mode, calc-standard-date-formats)
1639         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
1640         (calc-user-parse-tables, calc-gnuplot-default-device)
1641         (calc-gnuplot-default-output, calc-gnuplot-print-device)
1642         (calc-gnuplot-print-output, calc-gnuplot-geometry)
1643         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
1644         (calc-invocation-macro, calc-show-banner): Give these values as
1645         part of `calc-mode-var-list's initialization after the variables
1646         are declared with defvar.
1647         (calc-bug-address):  Changed email address to send bug
1648         reports to. Also changed the maintainer address at the top.
1649         (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
1650         than "\\.emacs" to determine if it is the user-init-file.
1652         * calc/calc-embed.el (calc-embedded-set-modes): Use
1653         `calc-mode-var-list' correctly.
1655 2004-09-15  Thien-Thi Nguyen  <ttn@gnu.org>
1657         * vc.el (annotate-time): Document point handling.
1658         (vc-annotate-display-autoscale): Doc fix.
1660 2004-09-15  Miles Bader  <miles@gnu.org>
1662         * generic.el (generic-make-keywords-list): Use symbol rather than
1663         word anchors in regexp.
1665 2004-09-14  Sean O'Rourke  <sorourke@cs.ucsd.edu>
1667         * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
1668         no file name consider `dired-directory'.
1670 2004-09-14  Kim F. Storm  <storm@cua.dk>
1672         * faces.el (cursor): Add face-no-inherit property.  Doc fix.
1674 2004-09-14  Simon Josefsson  <jas@extundo.com>
1676         * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
1678         * textmodes/dns-mode.el: Add.
1680 2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1682         * novice.el (disabled-command-hook): Use shorthand for obsolescence.
1683         (disabled-command-function): Make the ?\  char more obvious.
1685         * vc-arch.el (vc-arch-root, vc-arch-registered):
1686         * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
1688 2004-09-13  Hovav Shacham  <hovav@sha1.stanford.edu>
1690         * windmove.el (windmove-frame-edges): Report coordinates of
1691         outside edges of frame, not inside edges.
1692         (windmove-coordinates-of-position): Convert into wrapper to new
1693         function `windmove-coordinates-of-window-position';
1694         `compute-motion' always applies to selected window.
1695         (windmove-coordinates-of-position): Update documentation to refer
1696         to Emacs 21 Lisp Reference Manual.
1697         (windmove-find-other-window): Fix off-by-one errors for max x,y.
1699 2004-09-13  Kim F. Storm  <storm@cua.dk>
1701         * isearch.el (isearch-resume-in-command-history): Rename from
1702         isearch-resume-enabled and change default to nil.
1704 2004-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1706         * vc-hooks.el (vc-ignore-dir-regexp): New var.
1707         (vc-registered): Use it.
1708         (vc-find-root): New fun.
1710         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1711         Don't tell to use \\{...} when it's already done.
1713         * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
1714         Provide a sample complex default.
1715         (bibtex-url, bibtex-font-lock-url): Adapt to new format.
1716         (bibtex-entry): Use mapc.
1718 2004-09-12  Kim F. Storm  <storm@cua.dk>
1720         * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
1722         * emulation/cua-rect.el (cua--rectangle-operation): Let bind
1723         inhibit-field-text-motion to t so rectangles work in comint buffers.
1725         * simple.el (choose-completion-string): Set buffer before running
1726         choose-completion-string-functions hook so it can be buffer-local.
1728 2004-09-12  Daniel Pfeiffer  <occitan@esperanto.org>
1730         * progmodes/compile.el (compilation-start): Parse command to see
1731         if it starts with a cd, and if so perform it for the *compilation*
1732         buffer.  Change the header to reflect this.
1734 2004-09-11  Kim F. Storm  <storm@cua.dk>
1736         * ido.el (ido-enable-dot-prefix): Doc fix.
1737         (ido-enable-dot-prefix): New defcustom.
1738         (ido-set-matches1): Use it.
1740 2004-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1742         * textmodes/bibtex.el (bibtex-mark-active)
1743         (bibtex-run-with-idle-timer): Move the `if' inside the defun.
1745 2004-09-10  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1747         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
1748         used in a case insensitive environment.
1749         (bibtex-mode-map): Rearrange order of menus.
1750         (bibtex-quoted-string-re): Obsolete.
1751         (bibtex-complete-key-cleanup): Variable replaced by new function.
1752         (bibtex-font-lock-keywords): Use backquotes.
1753         (bibtex-font-lock-url-regexp): New internal variable.
1754         (bibtex-name-in-field): New optional arg remove-opt-alt to remove
1755         "OPT" and "ALT".
1756         (bibtex-insert-current-kill, bibtex-make-field)
1757         (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
1758         (bibtex-parse-field-text): Simplify.
1759         (bibtex-string=): New helper function.
1760         (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
1761         (bibtex-map-entries): Use bibtex-string=.
1762         (bibtex-search-entry): Use not.
1763         (bibtex-enclosing-field): Fix docstring.
1764         (bibtex-assoc-regexp): Obsolete.
1765         (bibtex-format-entry): Use assoc-string and bibtex-string=.
1766         (bibtex-autokey-get-names): Handle empty name field.
1767         (bibtex-parse-strings): Use assoc-string and unless.
1768         (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
1769         Use assoc-string.
1770         (bibtex-pop): Simplify.
1771         (bibtex-mode): Set font-lock-extra-managed-props.
1772         (bibtex-entry-update): Use assoc-string.
1773         (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
1774         (bibtex-autofill-entry): Use bibtex-string=.
1775         (bibtex-print-help-message): Simplify.
1776         (bibtex-find-entry): New optional arg START.
1777         (bibtex-validate): Use bibtex-string= and assoc-string.
1778         Do not call obsolete function compilation-parse-errors.
1779         (bibtex-remove-delimiters): Only remove delimiters if present.
1780         (bibtex-copy-entry-as-kill): Add docstring.
1781         (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
1782         Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
1783         (bibtex-complete): Use bibtex-predefined-month-strings,
1784         bibtex-string=, and new function bibtex-complete-key-cleanup.
1785         (bibtex-generate-url-list): New variable.
1786         (bibtex-url): New command bound to C-c C-l and mouse-2.
1787         (bibtex-url-map): New local keymap for bibtex-url-mouse.
1788         (bibtex-font-lock-url): New function.
1790 2004-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1792         * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
1794 2004-09-09  Kim F. Storm  <storm@cua.dk>
1796         * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
1797         counter and format with binding.
1798         (kmacro-name-last-macro): New defun.  Like name-last-kbd-macro, but
1799         the declared macro uses own macro counter and format.  Give symbol
1800         kmacro property.
1801         (kmacro-keymap): Bind kmacro-name-last-macro to n.
1802         (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
1803         (kmacro-end-and-call-macro): Doc fix.
1805 2004-09-09  Lars Hansen  <larsh@math.ku.dk>
1807         * desktop.el (desktop-clear-preserve-buffers):
1808         Remove make-obsolete-variable.
1810 2004-09-08  Richard M. Stallman  <rms@gnu.org>
1812         * buff-menu.el (list-buffers-noselect): Call format-mode-line
1813         with the buffer as argument.
1815 2004-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1817         * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
1819 2004-09-08  Juri Linkov  <juri@jurta.org>
1821         * replace.el (perform-replace): Use `query-replace-descr'.
1823         * cus-start.el (history-delete-duplicates): Specify customization.
1825         * diff-mode.el (diff-mode-map):
1826         * progmodes/compile.el (compilation-mode-map):
1827         * progmodes/grep.el (grep-mode-map):
1828         * replace.el (occur-mode-map): Rename `next-error-follow-mode'
1829         to `next-error-follow-minor-mode'.
1831 2004-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1833         * isearch.el (isearch-lazy-highlight-update): Take into account
1834         the case of zero-length match at the search bound.
1836 2004-09-08  Kim F. Storm  <storm@cua.dk>
1838         * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
1839         change.  Use zero width overlays when necessary.
1841 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
1843         * subr.el (split-string): Docfix.
1845 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
1847         * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
1848         (display-call-tree): Ensure newline after caller/calls blocks.
1850 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
1852         * startup.el (command-line-1): Make option
1853         --directory/-L modify `load-path' straight away.
1855 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
1857         * progmodes/grep.el (grep-mode): Use normal autoload cookie.
1859 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
1861         * emacs-lisp/autoload.el (make-autoload):
1862         Handle `define-compilation-mode'.
1864         * emacs-lisp/lisp-mode.el (define-compilation-mode):
1865         Specify `doc-string-elt' property.
1867 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
1869         * bs.el (bs-mode): Doc fix.
1871 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
1873         * info.el (Info-insert-dir): Fix temp buffer leak bug.
1875 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
1877         * play/blackbox.el (bb-trace-ray): Avoid double tracing.
1879 2004-09-08  Kenichi Handa  <handa@m17n.org>
1881         * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
1882         length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
1883         ps-mule-next-point -> 1+).
1885         * composite.el (encode-composition-rule): Add autoload cooky.
1887 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
1889         * format.el (buffer-auto-save-file-format): Make it permanent local.
1891 2004-09-07  Kim F. Storm  <storm@cua.dk>
1893         * emacs-lisp/authors.el (authors-aliases): Add more aliases.
1894         (authors-fixed-entries): Fix typo.
1895         (authors-canonical-author-name): Compact multiple spaces.
1896         Ignore trivial names (e.g. only first name).
1898         * term.el (term-window-width): Only use full window width on
1899         window system if overflow-newline-into-fringe is enabled.
1900         (term-mode): Don't disable overflow-newline-into-fringe.
1902 2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1904         * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
1905         motion as seen on my Mac OS X xterms.
1907         * newcomment.el (uncomment-region-default, comment-region-default):
1908         New functions extracted from uncomment-region and comment-region.
1909         (comment-region, comment-region-function, uncomment-region)
1910         (uncomment-region-function): Use them.
1912         * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
1914         * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
1915         It's not crucial but can make sense at times.
1917         * vc-arch.el (vc-arch-workfile-version): Handle the special case before
1918         the first commit.
1920         * vc.el (vc-buffer-context, vc-restore-buffer-context):
1921         Disable obsolete code.
1923 2004-09-07  Juri Linkov  <juri@jurta.org>
1925         * progmodes/grep.el (grep-highlight-matches): Change default from
1926         `t' to `auto-detect', and type from `boolean' to `choice'.  Doc fix.
1927         (grep-compute-defaults): Set `grep-highlight-matches' to `t'
1928         if grep option `--color' is available, or to `nil' otherwise.
1929         (grep-process-setup): Call `grep-compute-defaults' if
1930         `grep-highlight-matches' is not computed.  Set env-vars only
1931         if `grep-highlight-matches' is `t'.
1932         (grep-use-null-device): Remove redundant type `boolean' (`choice'
1933         is already defined).
1935         * progmodes/compile.el (compilation-start): Use copy of
1936         `process-environment' created by `copy-sequence' to not
1937         modify env-vars in the global `process-environment'.
1939 2004-09-06  Eli Zaretskii  <eliz@gnu.org>
1941         * simple.el (next-error-follow-minor-mode): Fix last change.
1943 2004-09-05  Luc Teirlinck  <teirllm@auburn.edu>
1945         * textmodes/paragraphs.el (use-hard-newlines): Make it into a
1946         permanent local.
1948 2004-09-04  Richard M. Stallman  <rms@gnu.org>
1950         * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
1951         highlighting if the search string is empty.
1953 2004-09-04  Luc Teirlinck  <teirllm@auburn.edu>
1955         * facemenu.el (facemenu-active-faces): Change condition of inner
1956         `while' loop to also check the first two elements of `face-atts'
1957         and `mask-atts'.
1959 2004-09-04  John Paul Wallington  <jpw@gnu.org>
1961         * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
1962         (thumbs-view-image-mode): Make buffer read-only.
1964 2004-09-04  Christopher J. Madsen  <cjm@pobox.com>
1966         * textmodes/ispell.el (ispell-really-aspell): New defvar.
1967         (ispell-check-version): Set it.
1968         (ispell-send-replacement): New function.
1969         (ispell-process-line): Call ispell-send-replacement.
1971 2004-09-04  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
1973         * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
1974         Support choosing seconds with "s".
1976 2004-09-04  Jari Aalto  <jari.aalto@poboxes.com>
1978         * terminal.el (te-escape): Show `?' in prompt for help key.
1980 2004-09-04  Emilio C. Lopes <eclig@gmx.net>
1982         * emacs-lisp/lisp.el (kill-backward-up-list): New function.
1984 2004-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
1986         * simple.el (next-error-follow-minor-mode)
1987         (next-error-follow-mode-post-command-hook): New functions.
1988         (next-error-follow-last-line): New defvar.
1990         * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
1991         * progmodes/compile.el (compilation-mode-map): Likewise.
1992         * progmodes/grep.el (grep-mode-map): Likewise.
1993         * replace.el (occur-mode-map): Likewise.
1995         * newcomment.el (uncomment-region): Bind comment-use-global-state
1996         to nil.
1998 2004-09-03  Luc Teirlinck  <teirllm@auburn.edu>
2000         * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
2001         locally around the call to `revert-buffer'.
2003 2004-09-03  Juri Linkov  <juri@jurta.org>
2005         * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
2006         `isearch-adjusted' to `t'.
2007         (isearch-toggle-case-fold): Set `isearch-success' to `t'.
2008         (isearch-message-prefix): Add "pending" for isearch-adjusted.
2009         (isearch-other-meta-char): Restore isearch-point unconditionally.
2010         (isearch-query-replace): Add new arg `regexp-flag' and use it.
2011         Set point to start of match if region is not active in transient
2012         mark mode (to include the current match to region boundaries).
2013         Push the search string to `query-replace-from-history-variable'.
2014         Add prompt "Query replace regexp" for isearch-regexp.
2015         Add region beginning/end as last arguments of `perform-replace.'
2016         (isearch-query-replace-regexp): Replace code by the call to
2017         `isearch-query-replace' with arg `t'.
2019 2004-09-03  Richard M. Stallman  <rms@gnu.org>
2021         * startup.el (normal-top-level): Undo previous TERM change.
2023 2004-09-03  Kim F. Storm  <storm@cua.dk>
2025         * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
2026         highlight overlays; allow using RET when cursor is over a button.
2027         (cua--highlight-rectangle): Use it.
2028         (cua--rectangle-set-corners): Don't move backwards at eol.
2029         (cua--forward-line): Don't move into void after eob.
2031         * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
2032         point is set (and displayed) inside rectangle.
2033         (cua--rectangle-operation): Fix for highlight of empty lines.
2034         (cua--highlight-rectangle): Fix highlight for tabs.
2035         Position cursor at left/right edge of rectangle using new `cursor'
2036         property on overlay strings.
2037         (cua--indent-rectangle): Don't tabify.
2038         (cua-rotate-rectangle): Ignore that point has moved.
2040 2004-09-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2042         * term/mac-win.el: Add ASCII equivalents for some function keys.
2043         (mode-line-frame-identification): Sync with x-win.el.
2045 2004-09-02  Juri Linkov  <juri@jurta.org>
2047         * progmodes/compile.el (compilation-buffer-name): Compare major
2048         mode with second element of compilation-arguments instead of third
2049         to reflect latest changes in compilation-arguments structure.
2050         (recompile): Use global variable `compilation-directory' to get
2051         recent compilation directory only when `recompile' is invoked NOT
2052         in the compilation buffer.  Otherwise, use `default-directory' of
2053         the compilation buffer.
2054         (compilation-error-properties): Allow to funcall col and end-col.
2055         (compilation-mode-font-lock-keywords): Check col and end-col by
2056         `integerp'.
2057         (compilation-goto-locus): If end-mk is non-nil in transient mark
2058         mode don't activate the mark (and don't display message in
2059         push-mark), but highlight overlay between mk and end-mk.
2061         * progmodes/grep.el (grep-highlight-matches): New defcustom.
2062         (grep-regexp-alist): Add rule to highlight grep matches.
2063         (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
2065         * info.el (Info-fontify-node): Don't compute other-tag
2066         if Info-hide-note-references=hide.
2068         * help.el (function-called-at-point):
2069         * help-fns.el (variable-at-point):
2070         Try `find-tag-default' when other methods failed.
2072         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
2073         Do not push mark if inhibit-mark-movement is non-nil.
2075         * textmodes/ispell.el (ispell-html-skip-alists):
2076         Fix backslashes in docstring.
2078 2004-09-01  Juri Linkov  <juri@jurta.org>
2080         * isearch.el (isearch-wrap-function)
2081         (isearch-push-state-function): New defvars.
2082         (isearch-pop-fun-state): New defsubst.
2083         (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
2084         (isearch-push-state): Set the result of calling
2085         `isearch-push-state-function' to the `isearch-pop-fun-state' field.
2086         (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
2087         restore the mode-specific starting point of terminated search.
2088         (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
2089         (isearch-repeat): Call `isearch-wrap-function' if defined.
2090         (isearch-message-prefix): Don't add prefix "over" to the message
2091         for wrapped search if `isearch-wrap-function' is defined.
2092         (isearch-search): Call function saved in `isearch-pop-fun-state' to
2093         restore the mode-specific starting point of failed search.
2095         * info.el (Info-search-whitespace-regexp): Fix backslashes.
2096         (Info-search): Add new optional arguments for the sake of isearch.
2097         Replace whitespace in Info-search-whitespace-regexp literally.
2098         Add backward search.  Don't call `Info-select-node' if regexp is
2099         found in the same Info node.  Don't add node to Info-history for
2100         wrapped isearch.
2101         (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
2102         (Info-isearch-push-state, Info-isearch-pop-state): New funs.
2103         (Info-mode): Set local variables `isearch-search-fun-function',
2104         `isearch-wrap-function', `isearch-push-state-function',
2105         `search-whitespace-regexp'.
2107         * isearch.el: Remove ancient Change Log section.
2108         (isearch-string, isearch-message-string, isearch-point)
2109         (isearch-success, isearch-forward-flag, isearch-other-end)
2110         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
2111         (isearch-barrier, isearch-within-brackets)
2112         (isearch-case-fold-search): Add suffix `-state' to state-related
2113         defsubsts to avoid name clashes with other function names.
2115         * simple.el (next-error): New defgroup and defface.
2116         (next-error-highlight, next-error-highlight-no-select):
2117         New defcustoms.
2118         (next-error-no-select): Let-bind next-error-highlight to the value
2119         of next-error-highlight-no-select before calling `next-error'.
2121         * progmodes/compile.el (compilation-goto-locus):
2122         Use `next-error' face instead of `region'.  Set 4-th argument of
2123         `move-overlay' to `current-buffer' to move overlay to different
2124         source buffers.  Use new variable `next-error-highlight'.
2126         * simple.el (next-error-find-buffer): Move the rule
2127         "if current buffer is a next-error capable buffer" after the
2128         rule "if next-error-last-buffer is set to a live buffer".
2129         Simplify to test all rules in one `or'.
2130         (next-error): Doc fix.
2131         (next-error, previous-error, first-error)
2132         (next-error-no-select, previous-error-no-select):
2133         Make arguments optional.
2135 2004-08-31  Luc Teirlinck  <teirllm@auburn.edu>
2137         * macros.el (apply-macro-to-region-lines): Make it operate on all
2138         lines that begin in the region, rather than on all complete lines
2139         in the region.
2141 2004-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2143         * x-dnd.el (x-dnd-protocol-alist): Document update.
2144         (x-dnd-known-types): Defcustom it.
2145         (x-dnd-handle-motif): Print message-atom in error message.
2147 2004-08-30  John Paul Wallington  <jpw@gnu.org>
2149         * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
2150         strings rather than programatically constructing message.
2152 2004-08-30  Richard M. Stallman  <rms@gnu.org>
2154         * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
2155         Don't return a string that would read as the wrong character code.
2157 2004-08-29  Kim F. Storm  <storm@cua.dk>
2159         * emulation/cua-base.el (cua-auto-expand-rectangles):
2160         Remove automatic rectangle padding feature; replace by non-destructive
2161         virtual rectangle edges feature.
2162         (cua-virtual-rectangle-edges): New defcustom.
2163         (cua-auto-tabify-rectangles): New defcustom.
2164         (cua-paste): If paste into a marked rectangle, insert rectangle at
2165         current column, even if virtual; also paste exactly as many lines
2166         as has been marked (ignore additional lines or add empty lines),
2167         but paste whole source if only one line is marked.
2168         (cua--update-indications): No longer use overwrite-cursor to
2169         indicate rectangle padding
2171         * emulation/cua-rect.el (cua--rectangle-padding): Remove.
2172         (cua--rectangle-virtual-edges): New defun.
2173         (cua--rectangle-get-corners): Remove optional PAD arg.
2174         (cua--rectangle-set-corners): Never do padding.
2175         (cua--forward-line): Remove optional PAD arg.  Simplify.
2176         (cua-resize-rectangle-right, cua-resize-rectangle-left)
2177         (cua-resize-rectangle-down, cua-resize-rectangle-up):
2178         (cua-resize-rectangle-bot, cua-resize-rectangle-top)
2179         (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
2180         (cua--rectangle-move): Never do padding.  Simplify.
2181         (cua--tabify-start): New defun.
2182         (cua--rectangle-operation): Add tabify arg.  All callers changed.
2183         (cua--pad-rectangle): Remove.
2184         (cua--delete-rectangle): Handle delete with virtual edges.
2185         (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
2186         (cua--insert-rectangle): Handle insert at virtual column.
2187         Perform auto-tabify if necessary.
2188         (cua--activate-rectangle): Remove optional FORCE arg.
2189         Never do padding.  Simplify.
2190         (cua--highlight-rectangle): Enhance for virtual edges.
2191         (cua-toggle-rectangle-padding): Remove command.
2192         (cua-toggle-rectangle-virtual-edges): New command.
2193         (cua-sequence-rectangle): Add optional TABIFY arg.  Callers changed.
2194         (cua--rectangle-post-command): Don't force rectangle padding.
2195         (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
2197 2004-08-28  Luc Teirlinck  <teirllm@auburn.edu>
2199         * indent.el (edit-tab-stops-buffer): Doc fix.
2201 2004-08-28  Richard M. Stallman  <rms@gnu.org>
2203         * progmodes/grep.el (grep-default-command): Use find-tag-default.
2204         (grep-tag-default): Function deleted.
2206         * subr.el (find-tag-default): Moved from etags.el.
2208         * progmodes/etags.el (find-tag-default): Moved to subr.el.
2210         * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
2211         into the basic character if it has an uppercase form.
2213 2004-08-27  Kenichi Handa  <handa@m17n.org>
2215         * international/utf-8.el (utf-8-post-read-conversion): If the
2216         buffer is unibyte, temporarily make it multibyte.
2218 2004-08-27  Masatake YAMATO  <jet@gyve.org>
2220         * calendar/time-date.el (time-to-seconds): Add autoload cookies.
2222 2004-08-25  John Paul Wallington  <jpw@gnu.org>
2224         * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
2225         0, 1, and many mismatches in message.
2226         (tex-start-shell): Use `set-process-query-on-exit-flag'.
2228         * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
2229         (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
2231 2004-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2233         * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
2234         vc-diff-switches differently.
2236 2004-08-22  Luc Teirlinck  <teirllm@auburn.edu>
2238         * speedbar.el (speedbar-file-regexp): Give it a phony defvar
2239         before and a real defvar after
2240         `speedbar-supported-extension-expressions'.  This is to silence
2241         the compiler without breaking bootstrapping.
2243 2004-08-22  Richard M. Stallman  <rms@gnu.org>
2245         * textmodes/flyspell.el (flyspell-word):
2246         Use set-process-query-on-exit-flag.
2247         (flyspell-highlight-duplicate-region): Take POSS as arg.
2248         (flyspell-word): Pass POSS as arg.
2250         * progmodes/ada-xref.el: Many doc and style fixes.
2251         (ada-find-any-references): Use compilation-start.
2252         (ada-get-ali-file-name): Improve error msg.
2253         (ada-get-ada-file-name): Likewise.
2255         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
2256         (ange-ftp-start-process): Use set-process-query-on-exit-flag.
2258         * mail/mail-extr.el (mail-extr-all-top-level-domains):
2259         Add forward defvar.
2261         * whitespace.el (global-whitespace-mode): New alias
2262         for whitespace-global-mode.
2264         * speedbar.el (speedbar-file-regexp): Definition moved up.
2265         (speedbar-mode, speedbar-set-mode-line-format):
2266         Use with-no-warnings.
2267         (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
2269         * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
2270         controls whether to display the error buffer.
2272         * ps-mule.el: Delete compatibility code for old Emacses.
2273         (ps-mule-find-wrappoint): Don't use chars-in-region.
2275         * frame.el (display-mouse-p, display-selections-p):
2276         Use with-no-warnings.
2278         * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
2280 2004-08-22  David Kastrup  <dak@gnu.org>
2282         * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
2283         information.
2285         * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
2287 2004-08-22  Andreas Schwab  <schwab@suse.de>
2289         * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
2291 2004-08-22  Masatake YAMATO  <jet@gyve.org>
2293         * cvs-status.el (cvs-status-checkout): New function.
2294         (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
2296 2004-08-21  David Kastrup  <dak@gnu.org>
2298         * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
2299         (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
2300         has been converted to use hashtables, the relation `nil=none' is
2301         no longer valid, as `nil' is not a hashtable.  This patch tries to
2302         reduce the number of resulting errors.
2304 2004-08-21  John Paul Wallington  <jpw@gnu.org>
2306         * subr.el (process-kill-without-query): Made obsolete in
2307         version 21.4, not 21.5.
2309         * log-edit.el (vc-comment-ring, vc-comment-ring-index)
2310         (vc-previous-comment, vc-next-comment)
2311         (vc-comment-search-reverse, vc-comment-search-forward)
2312         (vc-comment-to-change-log): Likewise.
2314         * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
2316 2004-08-21  Peter Seibel  <peter@javamonkey.com>  (tiny patch)
2318         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
2319         Correct indentation of DEFMETHODS with non-standard method
2320         combinations (e.g., PROGN, MIN, MAX).
2322 2004-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2324         * startup.el (normal-top-level-add-subdirs-to-load-path):
2325         Avoid unnecessarily checking system-type.
2326         (normal-top-level): Set TERM to "dumb".  Simplify.
2328         * avoid.el (mouse-avoidance-ignore-p): New fun.
2329         Also ignore switch-frame, select-window, double, and triple clicks.
2330         (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
2331         (mouse-avoidance-fancy-hook): Use it.
2333 2004-08-20  Zoran Milojevic  <zoran@sipquest.com>  (tiny change)
2335         * avoid.el (mouse-avoidance-nudge-mouse)
2336         (mouse-avoidance-banish-destination): Stay within the current window
2337         to avoid problems with mouse-autoselect-window.
2339 2004-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2341         * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
2342         the newer format of some messages in cvs-1.12.1.
2344 2004-08-19  Masatake YAMATO  <jet@gyve.org>
2346         * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
2347         (elp-results-jump-to-definition-by-mouse)
2348         (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
2349         (elp-output-result): Use elp-output-insert-symname.
2351 2004-08-18  Kenichi Handa  <handa@m17n.org>
2353         * language/cyrillic.el: Register koi8-r in
2354         ctext-non-standard-encodings-alist.
2355         ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
2357 2004-08-17  Luc Teirlinck  <teirllm@auburn.edu>
2359         * emacs-lisp/copyright.el (copyright-update-year): Delete code
2360         that replaces 20xy with xy.
2362 2004-08-17  John Paul Wallington  <jpw@gnu.org>
2364         * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
2365         (reb-force-update): Doc fix.
2367 2004-08-16  Richard M. Stallman  <rms@gnu.org>
2369         * progmodes/which-func.el (which-func-update-1): Doc fix.
2371         * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
2372         (sh-mode-abbrev-table): New variable.
2374         * progmodes/compile.el (compilation-mode): Doc fix.
2376         * emacs-lisp/lisp-mode.el (eval-last-sexp):
2377         Don't cons a new symbol each time.
2378         (eval-last-sexp-fake-value): New variable.
2380         * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
2381         (copyright-update-year): Detect continuation of list of years.
2383         * term.el (term-default-fg-color, term-default-bg-color)
2384         (ansi-term-color-vector): Use `unspecified', not nil, as default.
2386         * imenu.el: Several doc fixes: don't say variables are buffer-local.
2388 2004-08-16  Davis Herring <herring@lanl.gov>
2390         * isearch.el (isearch-string, isearch-message-string, isearch-point)
2391         (isearch-success, isearch-forward-flag, isearch-other-end)
2392         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
2393         (isearch-barrier, isearch-within-brackets)
2394         (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
2396 2004-08-16  Kenichi Handa  <handa@m17n.org>
2398         * ps-mule.el (ps-mule-font-info-database): Fix docstring.
2400 2004-08-15  Kenichi Handa  <handa@m17n.org>
2402         * term/x-win.el (x-selection-value): If utf8 was successful but
2403         ctext was not, use utf8 string.
2405 2004-08-14  Davis Herring  <herring@lanl.gov>
2407         * isearch.el: Remove accidental changes of March 4.  Fix backing
2408         up when a regexp isearch is made more general.  Use symbolic
2409         accessor functions for isearch stack frames to make usage clearer.
2410         (search-whitespace-regexp): Made groups in documentation shy (as
2411         is the group in the default value).
2412         (isearch-fallback): New function, addresses problems with regexps
2413         liberalized by `\|', adds support for liberalization by `\}' (the
2414         general repetition construct), and incorporates behavior for
2415         `*'/`?'.
2416         (isearch-}-char): New command, calls `isearch-fallback' with
2417         arguments appropriate to a typed `}'.
2418         (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
2419         appropriately.
2420         (isearch-mode-map): Bind `}' to `isearch-}-char'.
2421         (isearch-string, isearch-message,string, isearch-point)
2422         (isearch-success, isearch-forward-flag, isearch-other-end)
2423         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
2424         (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
2425         New inline functions to read fields of a stack frame.
2427 2004-08-14  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>  (tiny change)
2429         * battery.el (battery-linux-proc-acpi): Look into battery
2430         directories matching the literal string "CMB", too (required for
2431         Linux kernel version 2.6.7).
2433 2004-08-14  John Paul Wallington  <jpw@gnu.org>
2435         * cus-start.el (read-file-name-completion-ignore-case): Add.
2436         (blink-cursor-alist): Change version to "21.4".
2438         * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
2440 2004-08-11  Daniel Pfeiffer  <occitan@esperanto.org>
2442         * speedbar.el (speedbar-scan-subdirs): New option.
2443         (speedbar-file-lists): Don't ignore file-name case on Unix and use
2444         dolist.
2445         (speedbar-insert-files-at-point): Take an extra argument and use
2446         it to optionally find out if a subdir is empty.  Also unreadable
2447         files don't get expand buttons.
2448         (speedbar-directory): New image (unused pixmap already existed).
2449         (speedbar-expand-image-button-alist): Use it.
2451 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
2453         CC Mode update to 5.30.9:
2455         * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
2456         Move from cc-vars to cc-defs for dependency reasons.  Fix the
2457         POSIX char class test to check that it works in
2458         `skip-chars-(forward|backward)' too.
2460         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
2461         first argument starts with a special brace list.
2463         * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
2464         when `c-opt-type-concat-key' is used (i.e. in Pike).
2466         * progmodes/cc-engine.el (c-looking-at-special-brace-list):
2467         Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
2468         >)".
2470         * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
2471         whitespace safe.
2473         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
2474         position for `arglist-intro', `arglist-cont-nonempty' and
2475         `arglist-close' when there are two arglist open parens on the same
2476         line and there's nothing in front of the first.
2478         * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
2479         locking of qualified names in Java, which previously could fontify
2480         common indexing expressions in many cases.  The standard Java
2481         naming conventions are used to tell them apart.
2483         * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
2484         Fix inconsistency wrt opening parens on the first line inside a paren
2485         block.
2487         * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
2488         compile time for the sake of `c-major-mode-is'.
2490         (c-mode-is-new-awk-p): Made it a macro to delay expansion of
2491         `c-major-mode-is' in the event that this is used inside a
2492         `c-lang-defconst'.
2494         * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
2495         `c-lang-defconst' so that it works better with fallback languages.
2497         * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
2498         it to fail to record the base mode.
2500         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
2501         Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
2502         is used.  Reordered the syntax checks to get more efficient
2503         skipping in some situations.
2505         * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
2506         continuation which might precede the newly inserted '{'.
2508         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
2509         Fix cases where it could loop indefinitely.
2511         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
2512         size specs correctly.  Only fontify identifiers in front of '('
2513         with as functions - don't accept any paren char.  Tightened up
2514         initializer skipping to stop before function and class blocks.
2516         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
2517         the point could be left directly after an open paren when finding
2518         the beginning of the first decl in the block.
2520         * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
2521         table when filtering out legitimate open parens to be recorded.
2522         This could cause cache inconsistencies when e.g.
2523         `c++-template-syntax-table' was temporarily in use.
2525         * progmodes/cc-engine.el (c-on-identifier)
2526         (c-simple-skip-symbol-backward): Small fix for handling "-"
2527         correctly in `skip-chars-backward'.  Affected the operator lfun
2528         syntax in Pike.
2530         * progmodes/cc-engine.el (c-invalidate-sws-region-after):
2531         Fix bug that could cause an error from `after-change-functions' when
2532         the changed region is at bob.
2534 2004-08-11  Alan Mackenzie  <bug-cc-mode@gnu.org>
2536         CC Mode update to 5.30.9:
2538         * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
2539         to say that <TAB> doesn't insert WS into a CPP line.
2540         (c-indent-command, c-tab-always-indent): Amend doc strings.
2542         * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
2543         checks for user errors, thus eliminating cryptic and unhelpful
2544         Emacs error messages.  (1) Check the arg to `c-set-style' is a
2545         string.  (2) Check that settings to `c-offsets-alist' are not
2546         spuriously quoted.
2548         * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
2549         which precedes the newly inserted `{'.
2551 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
2553         Sync with Tramp 2.0.44.
2555         * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
2556         function "tramp_file_attributes".  Otherwise, file names
2557         containing spaces are misinterpreted.  Reported by Magnus Henoch
2558         <mange@freemail.hu>.
2559         (tramp-handle-file-truename): FILENAME must be expanded first.
2560         Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
2561         obscure results.  Reported by D. Goel <deego@gnufans.org>.
2562         (tramp-handle-verify-visited-file-modtime): If file does not
2563         exist, say it is not modified if and only if that agrees with the
2564         buffer's record.  Check whether a file is visiting the buffer, or
2565         the buffer has no recorded last modification time.  Return t in
2566         case the visiting file doesn't exist.  Suggested by Luc Teirlinck
2567         <teirllm@auburn.edu>.
2568         (tramp-handle-write-region): Pass modtime explicitely to
2569         `set-visited-file-modtime', because filename can be different
2570         from (buffer-file-name) if `file-precious-flag' is set.
2571         `set-visited-file-modtime' must be called always when `visit' is t
2572         or a string.  Suggested by Luc Teirlinck <teirllm@auburn.edu>.
2573         (tramp-handle-set-visited-file-modtime): If `time-list' is not
2574         nil, don't apply the whole body.  If the file doesn't exists, set
2575         modtime to '(-1 65535).  Suggested by Luc Teirlinck
2576         <teirllm@auburn.edu>.
2578 2004-08-09  Luc Teirlinck  <teirllm@auburn.edu>
2580         * help.el (describe-bindings): Doc fix.
2582         * subr.el (kbd): Doc fix.
2584 2004-08-08  John Paul Wallington  <jpw@gnu.org>
2586         * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
2587         instead of `string-to-int'.
2588         (define-ibuffer-column mode): Fix indentation.
2590 2004-08-08  Lars Hansen  <larsh@math.ku.dk>
2592         * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
2594 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
2596         * subr.el (global-unset-key, local-unset-key): Doc fixes.
2598         * novice.el (disabled-command-function): New variable renamed from
2599         `disabled-command-hook'.
2600         (disabled-command-hook): Keep the _variable_ as alias for
2601         `disabled-command-function' and make obsolete.
2602         (disabled-command-function): Function renamed from
2603         `disabled-command-hook'.  Adapt code to name change of the variable.
2605 2004-08-07  Satyaki Das  <satyaki@theforce.stanford.edu>  (tiny change)
2607         * simple.el (completion-root-regexp): New defvar.
2608         (completion-setup-function): Use it instead of a literal string.
2610 2004-08-07  John Paul Wallington  <jpw@gnu.org>
2612         * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
2613         (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
2614         (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
2615         (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
2617 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
2619         * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
2620         (mail-extr-voodoo): Check mail-extr-disable-voodoo.
2622 2004-08-04  Kenichi Handa  <handa@m17n.org>
2624         * international/encoded-kb.el (encoded-kbd-setup-keymap):
2625         Fix previous change.
2627 2004-08-03  Kenichi Handa  <handa@m17n.org>
2629         * international/encoded-kb.el: The following changes are to
2630         utilize key-translation-map instead of minor mode map.
2631         (encoded-kbd-iso2022-non-ascii-map): Delete it.
2632         (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
2633         (encoded-kbd-last-key): New function.
2634         (encoded-kbd-iso2022-single-shift): New function.
2635         (encoded-kbd-iso2022-designation)
2636         (encoded-kbd-self-insert-iso2022-7bit)
2637         (encoded-kbd-self-insert-iso2022-8bit)
2638         (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
2639         (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
2640         key-translation-map.
2641         (encoded-kbd-setup-keymap): Setup key-translation-map.
2642         (saved-key-translation-map): New variable.
2643         (encoded-kbd-mode): Save/restore key-translation-map.
2644         Adjust for the change of encoded-kbd-setup-keymap.
2646 2004-08-02  Kim F. Storm  <storm@cua.dk>
2648         * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
2649         and call compute-motion with nil for topos and width to get proper
2650         usable width and height for both window and non-window systems.
2652         * windmove.el (windmove-coordinates-of-position): Let compute-motion
2653         calculate usable window width and height.
2655         * window.el (window-buffer-height): Call compute-motion with nil width.
2657 2004-08-01  David Kastrup  <dak@gnu.org>
2659         * replace.el (query-replace-read-from):
2660         Use `query-replace-compile-replacement'.
2661         (query-replace-compile-replacement): New function.
2662         (query-replace-read-to): Use `query-replace-compile-replacement'
2663         for repeating the last command.
2665 2004-08-01  John Paul Wallington  <jpw@gnu.org>
2667         * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
2668         (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
2669         (pr-switches): Remove period from end of error messages.
2671         * help-mode.el (help-go-back): Likewise.
2673         * abbrev.el (only-global-abbrevs): Doc fix.
2674         (edit-abbrevs-map): Define within defvar.
2675         (quietly-read-abbrev-file): Doc fix.
2677 2004-07-31  Luc Teirlinck  <teirllm@auburn.edu>
2679         * novice.el (enable-command, disable-command): Doc fixes.
2681         * subr.el (event-modifiers, event-basic-type): Doc fixes.
2683 2004-07-30  Richard M. Stallman  <rms@gnu.org>
2685         * subr.el (with-local-quit): Doc fix.
2687 2004-07-30  Luc Teirlinck  <teirllm@auburn.edu>
2689         * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
2691 2004-07-28  Luc Teirlinck  <teirllm@auburn.edu>
2693         * custom.el (defcustom): Doc fix.
2695 2004-07-28  Masatake YAMATO  <jet@gyve.org>
2697         * progmodes/etags.el (etags-tags-apropos): Show building progress.
2699 2004-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2701         * imenu.el (imenu-prev-index-position-function)
2702         (imenu-extract-index-name-function, imenu-name-lookup-function)
2703         (imenu--index-alist): Docstring redundancy fix.
2705 2004-07-25  Lars Hansen  <larsh@math.ku.dk>
2707         * wdired.el (wdired-finish-edit): Require dired-aux before locally
2708         binding dired-backup-overwrite.
2710 2004-07-25  John Paul Wallington  <jpw@gnu.org>
2712         * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
2714 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
2716         * term/tty-colors.el (tty-color-approximate): Doc fix.
2718         * select.el (x-get-selection, x-set-selection): Doc fixes.
2720         * frame.el (make-frame): Doc fix.
2722 2004-07-24  Richard M. Stallman  <rms@gnu.org>
2724         * mail/rmail.el (rmail-mime-charset-pattern):
2725         Don't include semicolon in the charset value.
2727         * replace.el (occur-next-error): Call set-window-point.
2728         (occur-engine): Handle negative NLINES.
2730 2004-07-23  Luc Teirlinck  <teirllm@auburn.edu>
2732         * frame.el (modify-all-frames-parameters): Minor doc fix.
2733         (set-frame-configuration): Doc fix.
2735 2004-07-23  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
2737         * simple.el (completion-setup-function): Compute the common parts
2738         and the first difference place correctly when
2739         partial-completion-mode is on.
2741 2004-07-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2743         * ps-print.el: Doc fix.
2744         (ps-print-version): New version 6.6.5.
2745         (ps-printing-region): Doc fix.
2746         (ps-generate-string-list): Comment fix.
2747         (ps-message-log-max): Code fix.
2749 2004-07-22  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
2751         * ps-print.el (ps-begin-file): Improve the DSC compliance of the
2752         generated PostScript.
2754 2004-08-17  Reiner Steib  <Reiner.Steib@gmx.de>
2756         * net/tls.el (tls-process-connection-type): Fix docstring.  (Sync
2757         with Gnus v5_10 branch.)
2759 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
2761         * calendar/time-date.el (time-to-number-of-days): New function.
2762         Imported from from Gnus.
2764 2004-07-22  Kim F. Storm  <storm@cua.dk>
2766         * progmodes/make-mode.el: Fix comments.
2768 2004-07-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2770         * printing.el: Doc fix.
2772 2004-07-20  Luc Teirlinck  <teirllm@auburn.edu>
2774         * frame.el (modify-all-frames-parameters): Minor doc fix.
2776 2004-07-20  Richard M. Stallman  <rms@gnu.org>
2778         * textmodes/fill.el (fill-nobreak-p): If this break point is
2779         at the end of the line, don't consider the newline which follows
2780         as a reason to return t.
2782 2004-07-19  John Paul Wallington  <jpw@gnu.org>
2784         * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
2786 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
2788         * dired-aux.el (dired-do-kill-lines): Expand docstring.
2789         Delete irrelevant code.
2791 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
2793         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
2794         New docstring.  From Luc Teirlinck.
2796 2004-07-17  Luc Teirlinck  <teirllm@auburn.edu>
2798         * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
2799         section.
2800         (auto-revert-handler): Do not check `auto-revert-tail-mode' for
2801         non-file buffers.  We know it is nil.
2803 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
2805         Sync with Tramp 2.0.43.
2807         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
2808         Remove outdated comment.
2809         (tramp-locked, tramp-locker): New variables for implementing a
2810         global lock.
2811         (tramp-sh-file-name-handler): Use them to implement the global lock.
2813 2004-07-13  Michael Albinus  <michael.albinus@gmx.de>
2815         * net/tramp.el (all): Code cleanup.  Change all `tramp-handle-xxx'
2816         calls to respective `xxx` calls.
2817         (tramp-process-alive-regexp): Precise doc string.
2818         (tramp-multi-action-process-alive): New defun.
2819         (tramp-multi-actions): Use it.
2820         (tramp-handle-find-backup-file-name): `copy-tree' is available
2821         since Emacs 21.4 only (XEmacs has it).  Implementation rewritten
2822         in order to avoid this function.
2823         (tramp-handle-write-region): Set current buffer.  If connection
2824         wasn't open, `file-modes' has changed it accidently.  Reported by
2825         David Kastrup <dak@gnu.org>.
2826         (tramp-enter-password, tramp-read-passwd): New arguments USER and
2827         HOST.
2828         (tramp-action-password, tramp-multi-action-password): Apply it.
2829         (tramp-open-connection-rsh): If a port is given, the Tramp buffer
2830         name must still contain the port number.  Otherwise, we have two
2831         Tramp buffers, with all the confusion.  Reported by Myron Selby
2832         <myron@xytech.com> and Rolf Dubitzky
2833         <Dubitzky@physi.uni-heidelberg.de>.
2835         * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
2836         HOST to `tramp-enter-passwd'.
2838         * net/tramp-vc.el (all): Code cleanup.  Change all
2839         `tramp-handle-xxx' calls to respective `xxx` calls.
2841 2004-07-17  Jonathan Yavner  <jyavner@member.fsf.org>
2843         * emacs-lisp/testcover.el: New category "potentially-1valued" for
2844         functions that are not erroneous if either 1-valued or
2845         multi-valued.  Detect functions in this class.
2846         (testcover-1value-functions, testcover-compose-functions)
2847         (testcover-progn-functions) Added some additional functions to lists.
2848         (testcover-mark): Bugfix when marking up the definition for an
2849         empty function.
2851 2004-07-17  Richard M. Stallman  <rms@gnu.org>
2853         * replace.el (occur-read-primary-args): Pass default to
2854         read-from-minibuffer.
2856         * mail/footnote.el (footnote-section-tag): Use defcustom.
2858         * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
2859         Compile font-lock-keywords, not KEYWORDS.
2860         (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
2861         Add warn, check-type.  Handle cerror like error.
2863 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
2865         * progmodes/which-func.el (which-func-keymap): New var.
2866         (which-func-face): New face.
2867         (which-func-format): Use them.
2869 2004-07-16  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
2871         * buff-menu.el (list-buffers-noselect): Append the buffer's
2872         process status to its mode name.
2874 2004-07-16  Kim F. Storm  <storm@cua.dk>
2876         * simple.el (inhibit-mark-movement): New defvar.
2877         (beginning-of-buffer, end-of-buffer): Do not push mark if
2878         inhibit-mark-movement is non-nil or C-u prefix is given.
2880         * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
2881         Init to beginning-of-buffer and end-of-buffer.
2882         (cua--undo-push-mark): New defvar.
2883         (cua--pre-command-handler): Set inhibit-mark-movement if mark is
2884         already active and command is in cua--preserve-mark-commands.
2885         Also fix check for shift modifier on non-window systems.
2886         (cua--post-command-handler): Clear inhibit-mark-movement if set.
2888 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
2890         * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
2891         of two integers, instead of a cons.
2893         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
2894         `visited-file-modtime' now returns a list of two integers, instead
2895         of a cons.
2897         * dired.el (dired-directory-changed-p): Ditto.
2899         * progmodes/grep.el (grep): Doc fix.
2901 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
2903         * autorevert.el (auto-revert-tail-mode)
2904         (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
2905         (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
2906         in both at the same time.
2907         (auto-revert-tail-mode): New command.
2908         (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
2909         (auto-revert-handler): Revert only either tail or whole file.
2911         * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
2912         add auto-revert-tail-mode.
2914 2004-07-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2916         * printing.el: Doc fix.  Change name of some funs.
2917         (pr-dosify-file-name): New fun.  Replace ps-dosify-path.
2918         (pr-unixify-file-name): New fun.  Replace ps-unixify-path.
2919         (pr-standard-file-name): New fun.  Replace pr-standard-path.
2920         (pr-call-process): Code fix.
2922 2004-07-12  Luc Teirlinck  <teirllm@auburn.edu>
2924         * subr.el (with-selected-window): Doc fix.
2926 2004-07-11  Luc Teirlinck  <teirllm@auburn.edu>
2928         * subr.el (get-buffer-window-list): Doc fix.
2930 2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
2932         * files.el (switch-to-buffer-other-window): Doc fix.
2934         * window.el (save-selected-window, one-window-p)
2935         (split-window-keep-point, split-window-vertically)
2936         (split-window-horizontally): Doc fixes.
2938 2004-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2940         * printing.el: Doc fix.  Now it uses call-process instead of
2941         shell-command for low command execution.
2942         (pr-version): New version number (6.8).
2943         (pr-shell-file-name): Option removed.
2944         (pr-shell-command): Fun removed.
2945         (pr-call-process): New fun.  Replace pr-shell-command.
2946         (pr-standard-path, pr-remove-nil-from-list): New funs.
2947         (zmacs-region-stays, current-mouse-event, current-menubar): New var.
2948         (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
2949         (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
2950         (pr-ps-utility-process, pr-txt-print): Code fix.
2952 2004-07-10  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
2954         * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
2955         boolean.
2957 2004-07-09  Lars Hansen  <larsh@math.ku.dk>
2959         * wid-edit.el (widget-field-buffer): Doc fix.
2961 2004-07-09  John Paul Wallington  <jpw@gnu.org>
2963         * emacs-lisp/re-builder.el (reb-update-overlays):
2964         Distinguish between one and several matches in message.
2966 2004-07-09  Richard M. Stallman  <rms@gnu.org>
2968         * mouse.el (mouse-set-region-1): If transient-mark-mode
2969         is `identity', change it to `only'.
2971         * simple.el (current-word): Doc fix.
2973 2004-07-09  Mark A. Hershberger  <mah@everybody.org>
2975         * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
2976         so that it is more understanding of whitespace.
2978         * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
2979         form
2980         (("ns" . "element") (attr-list) children) instead of
2981         ((:ns . "element") (attr-list) children) in order to reduce the
2982         number of symbols used.
2983         (xml-skip-dtd): Change to use xml-parse-dtd but set
2984         xml-validating-parsing to nil.
2985         (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
2986         (xml-substitute-entity): Remove in favor of new entity substitution.
2987         (xml-substitute-special): Rewrite in to substitute complex
2988         entities from DOCTYPE declarations.
2989         (xml-parse-fragment): Parse fragments from entity deleclarations.
2990         (xml-parse-region, xml-parse-tag, xml-parse-attlist)
2991         (xml-parse-dtd, xml-substitute-special): Make validity checks
2992         conditioned on xml-validating-parser.  Add "Not Well Formed" to
2993         error messages about well-formedness.
2995 2004-07-08  Steven Tamm  <steventamm@mac.com>
2997         * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
2998         (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
2999         Do not treat double clicks and triple clicks specially in the
3000         scroll bar (preventing strange repositioning problems)
3002 2004-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3004         * replace.el (query-replace-regexp-eval): Fix last change.
3006 2004-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3008         * replace.el (query-replace-descr): New fun.
3009         (query-replace-read-from, query-replace-read-args): Default to the
3010         previous from&to.
3011         (query-replace-read-to): Quote the `from' string when displaying it.
3012         (query-replace-regexp-eval): Immediately check read-only status.
3013         Use query-replace-read-from to get the \n checking.
3014         Quote the `from' string when displaying it.
3015         (map-query-replace-regexp, occur-read-primary-args):
3016         Quote the `from' string when displaying it.
3018         * isearch.el (isearch-query-replace): Pass the regexp-ness and
3019         delimited-ness of the search to query-replace.
3021         * replace.el (query-replace-read-from, query-replace-read-to):
3022         New funs extracted from query-replace-read-args.
3023         (query-replace-read-args): Use them.
3025         * replace.el (query-replace-interactive, query-replace-read-args):
3026         Remove the `initial' special value.
3027         (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
3028         (occur-engine): Remove unused var `matchend'.
3030         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
3031         Use the search string without prompting.
3033 2004-07-05  Kenichi Handa  <handa@m17n.org>
3035         * international/mule.el (decode-coding-inserted-region):
3036         Set last-coding-system-used only when coding is nil.
3038 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
3040         * progmodes/grep.el (grep-compute-defaults, grep-command)
3041         (grep-program, find-program, grep-find-use-xargs, grep-history)
3042         (grep-find-history, grep-tag-default, grep-find-command)
3043         (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
3044         Add autoload cookies, for unbundled packages that load `compile'
3045         and expect all grep-related symbols to become defined.
3047 2004-07-03  KOSEKI Yoshinori  <kose@meadowy.org>
3049         * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
3050         (iimage-mode-image-search-path): New user option to search the
3051         image file.
3052         (iimage-locate-file): New funcion.  Emacs21.3 or earlier does not
3053         have locate-file.
3054         (iimage-mode-buffer): Use it.
3056 2004-07-03  Nick Roberts  <nickrob@gnu.org>
3058         * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
3059         carefully.
3060         (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
3062 2004-07-03  Juri Linkov  <juri@jurta.org>
3064         * replace.el (query-replace-read-args): Swallow space after 'foo,
3065         not after (quote foo).  Match space only immediately after symbol,
3066         not anywhere in the whole string.
3068 2004-07-02  Richard M. Stallman  <rms@gnu.org>
3070         * replace.el (query-replace-read-args): Swallow space after
3071         symbols, not after closeparens.  But avoid error if string ends there.
3073         * progmodes/python.el (python-beginning-of-statement):
3074         Exit the loop if backward-up-list gets error.
3076         * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
3078 2004-07-02  Andre Spiegel  <spiegel@gnu.org>
3080         * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
3081         only if vc-consult-headers is non-nil.
3083 2004-07-02  Juri Linkov  <juri@jurta.org>
3085         * pcvs.el (cvs-mode-diff-repository): New command.
3087         * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
3089 2004-07-01  Juri Linkov  <juri@jurta.org>
3091         * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
3092         C-M-y to isearch-yank-char.  Bind M-% to isearch-query-replace,
3093         C-M-% to isearch-query-replace-regexp.
3094         (minibuffer-local-isearch-map): Add arrow key bindings.
3095         Bind C-f to isearch-yank-char-in-minibuffer.
3096         (isearch-forward): Doc fix.
3097         (isearch-edit-string): Doc fix.
3098         (isearch-query-replace, isearch-query-replace-regexp): New funs.
3099         (isearch-del-char): Add optional arg.  Set isearch-yank-flag to t.
3100         (isearch-yank-char): Add optional arg.
3101         (isearch-yank-char-in-minibuffer): New fun.
3103         * replace.el (query-replace-interactive): Change type from boolean
3104         to choice.  Add value `initial'.
3105         (query-replace-read-args): Handle value `initial' of
3106         query-replace-interactive.
3108 2004-06-29  Kim F. Storm  <storm@cua.dk>
3110         * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
3111         (breakpoint-disabled-bitmap-face): Add :group 'gud.
3113         * progmodes/ada-xref.el (ada-tight-gvd-integration):
3114         Add :group 'ada.
3116         * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
3118 2004-06-29  Juri Linkov  <juri@jurta.org>
3120         * replace.el (query-replace-read-args): Swallow a space after
3121         everything except )]" which in most cases means after a symbol.
3123         * emacs-lisp/pp.el (pp-buffer): Add autoload.
3125 2004-06-28  Richard M. Stallman  <rms@gnu.org>
3127         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
3128         More changes to go with previous change in font-lock.el.
3130 2004-06-26  David Kastrup  <dak@gnu.org>
3132         * replace.el (perform-replace): Highlight the match even in
3133         non-query mode if there is potential replace string editing.
3135 2004-06-26  Kai Grossjohann  <kai.grossjohann@gmx.net>
3137         * net/tramp.el (tramp-handle-file-remote-p): New implementation to
3138         agree with new return value of `file-remote-p'.
3139         This syncs with Tramp 2.0.42.
3141         * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
3142         according to new documentation of `file-remote-p'.
3144         * files.el (file-remote-p): Fix doc to say that return value is
3145         identification of remote system, if not nil.
3146         (file-relative-name): Use new return value of `file-remote-p'.
3148 2004-06-26  Nick Roberts  <nickrob@gnu.org>
3150         * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
3151         (gdb-goto-breakpoint): Fix breakage.
3153 2004-06-26  Eli Zaretskii  <eliz@gnu.org>
3155         * man.el (Man-getpage-in-background): Add windows-nt to the list
3156         of systems where shell-file-name should be used instead of
3157         literal "sh".
3159 2004-06-25  Sam Steingold  <sds@gnu.org>
3161         * add-log.el (change-log-font-lock-keywords): Support Common Lisp
3162         function names `(setf symbol)'.
3164 2004-06-24  Richard M. Stallman  <rms@gnu.org>
3166         * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
3168         * font-lock.el (font-lock-keywords): Change format of compiled values.
3169         Document it.
3170         (font-lock-add-keywords): If font-lock-keywords is compiled,
3171         extract the uncompiled version, modify, then recompile.
3172         (font-lock-remove-keywords): Likewise.
3173         (font-lock-fontify-keywords-region): Handle changed format.
3174         (font-lock-compile-keywords): Handle changed format.
3175         (font-lock-set-defaults): Compile the keywords explicitly here.
3177 2004-06-24  David Kastrup  <dak@gnu.org>
3179         * replace.el (query-replace-read-args): Implement `\,' and `\#'
3180         replacements here.
3181         (query-replace-regexp): Doc string explaining this and the new
3182         `\?' replacement.  Remove `\,' and `\#' implementation here, as it
3183         is better placed in `query-replace-read-args'.
3184         (replace-regexp): Explain `\,', `\#' and `\?'.
3185         (replace-match-data): New function for thorough reuse/destruction
3186         of old match-data.
3187         (replace-match-maybe-edit): Function for implementing `\?' editing.
3188         (perform-replace): Fix maintaining of the match stack including
3189         already matched regions, implement `\?', fix various problems
3190         with regions while editing and other stuff.
3191         (replace-highlight): Simplify.
3193 2004-06-24  Daniel Pfeiffer  <occitan@esperanto.org>
3195         * progmodes/grep.el (grep-error-screen-columns): New variable.
3196         (grep-regexp-alist): Give it the full functionality of gnu style
3197         compilation messages with line and column ranges.  Ask me for the
3198         perl script I'm working on, that uses these.
3200 2004-06-23  Nick Roberts  <nickrob@gnu.org>
3202         * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
3203         Remove.
3204         (comint-insert-input, comint-mouse-insert-input): New functions
3205         based on comint-insert-clicked-input for two bindings but just
3206         one functionality.
3208 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
3210         * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
3212 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
3214         * files.el (write-contents-functions): Doc fix.
3216 2004-06-21  Juanma Barranquero  <lektu@terra.es>
3218         * image.el (image-library-alist): Rewrite docstring in active voice.
3220 2004-06-20  Richard M. Stallman  <rms@gnu.org>
3222         * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
3224         * isearch.el (isearch-repeat): Avoid testing old match data.
3225         (isearch-message): Display trailing space in special font
3226         when search is failing.
3227         (isearch-search-fun-function): Doc fix.
3229         * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
3231 2004-06-19  Luc Teirlinck  <teirllm@auburn.edu>
3233         * frame.el (show-trailing-whitespace): Doc fix.
3235         * cus-edit.el (custom-variable-documentation): New function.
3236         (custom-variable): Use it.
3238 2004-06-19  Nick Roberts  <nickrob@gnu.org>
3240         * man.el (Man-getpage-in-background): Revert previous change but
3241         make cygwin a special case.
3243 2004-06-18  Luc Teirlinck  <teirllm@auburn.edu>
3245         * autorevert.el (global-auto-revert-non-file-buffers):
3246         Update docstring.
3248 2004-06-19  Daniel Pfeiffer  <occitan@esperanto.org>
3250         * progmodes/compile.el (compilation-error-properties): Store one
3251         more than end-col, if present, so that transient-mark-mode will
3252         highlight last char too.
3253         * progmodes/grep.el (grep-regexp-alist): Match columns and column
3254         ranges, if present.
3256 2004-06-18  Jason Rumney  <jasonr@gnu.org>
3258         * makefile.w32-in: Double percent signs in for loops.
3260 2004-06-17  David Kastrup  <dak@gnu.org>
3262         * replace.el (query-replace-read-args): Only warn about use of \n
3263         and \t when we are doing a regexp replacement and the actual
3264         escaped character is n or t.
3265         (query-replace-regexp): Add \, and \# interpretation to
3266         interactive call and document it.
3267         (query-replace-regexp-eval, replace-match-string-symbols): Add \#
3268         as shortkey for replace-count.
3269         (replace-quote): New function for doubling backslashes.
3271 2004-06-17  Juanma Barranquero  <lektu@terra.es>
3273         * files.el (parse-colon-path, cd): Mention in docstring that the
3274         path separator is colon in GNU-like systems.
3276         * newcomment.el (comment-region-internal): Fix docstring.
3278         * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
3279         (ewoc-invalidate, ewoc-collect): Doc fixes.
3280         (ewoc--create-node, ewoc--delete-node-internal):
3281         Fix typos in docstring.
3283 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
3285         * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
3286         manual to docstring.
3288 2004-06-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3290         * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
3292 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
3294         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
3295         Add hyperlink to emacs-xtra manual to docstring.
3297         * autorevert.el (global-auto-revert-non-file-buffers):
3298         Add hyperlink to emacs-xtra manual to docstring, as well as an
3299         info-link.
3301 2004-06-14  Juanma Barranquero  <lektu@terra.es>
3303         * image.el (image-library-alist): New variable to map image types
3304         to external libraries.  Initialized to nil, unless system-specific
3305         configs change it.
3306         (image-type-available-p): Determine whether an image type is
3307         available by calling `init-image-library'.
3309         * term/w32-win.el (image-library-alist): Initialize to a known set
3310         of probable library names.
3312 2004-06-14  Kenichi Handa  <handa@m17n.org>
3314         * international/code-pages.el (windows-1256, cp1125): Fix tables
3315         for several characters.
3317         * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
3319 2004-06-13  Richard M. Stallman  <rms@gnu.org>
3321         * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
3323         * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
3324         not "`pc-selection-mode'".
3326         * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
3328         * simple.el (previous-matching-history-element): Specify a default.
3330         * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
3332         * cus-face.el (custom-declare-face): Simplify code.
3334         * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
3336 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
3338         * files.el (before-save-hook): Add `time-stamp' to the options.
3340         * time-stamp.el (time-stamp): Recommend adding it to
3341         `before-save-hook', rather than `write-file-functions'.
3342         Make a similar change in `Commentary' section.
3344 2004-06-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
3346         * diff-mode.el (diff-current-defun): If at start of hunk, use
3347         position of first change.
3349 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
3351         * dired-x.el (dired-mark-omitted): Bind to "*O".
3353 2004-06-12  Karl Fogel  <kfogel@red-bean.com>
3355         * bookmark.el (bookmark-bmenu-relocate): New function, as
3356         suggested by David J. Biesack <David.Biesack@sas.com>.
3357         (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
3358         (bookmark-bmenu-mode): Describe binding in doc string.
3359         (bookmark-set-filename): Save the bookmark list if it's time.
3361 2004-06-13  Kenichi Handa  <handa@m17n.org>
3363         * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
3364         (ccl-untranslated-to-ucs): Fix typo.
3366 2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
3368         * progmodes/python.el (python-open-block-statement-p):
3369         Fix indentation after a block opening that contains a comment.
3371 2004-06-12  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>  (tiny change)
3373         * bindings.el (completion-ignored-extensions): Add file extensions
3374         of Python byte-compiled files.
3376 2004-06-12  Juri Linkov  <juri@jurta.org>
3378         * info.el (Info-goto-node): Add autoload.
3379         (Info-toc): Add substring-no-properties on Info file name.
3380         (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
3381         (Info-mode-map): Bind L to Info-history, T to Info-toc.
3383 2004-06-12  Kenichi Handa  <handa@m17n.org>
3385         * international/mule-cmds.el (set-language-environment):
3386         Load subst tables if necessary.
3388         * international/mule.el (decode-char): Load subst tables if necessary.
3389         (encode-char): Likewise.
3391         * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
3392         pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
3393         (utf-16le-decode-loop): Set r5 to -1 before loop.
3394         (utf-16be-decode-loop): Likewise.
3395         (ccl-decode-mule-utf-16le): Add EOF processing block.
3396         (ccl-decode-mule-utf-16be): Likewise.
3397         (ccl-decode-mule-utf-16le-with-signature): Likewise.
3398         (ccl-decode-mule-utf-16be-with-signature): Likewise.
3399         (ccl-decode-mule-utf-16): Likewise.  Set r5 to -1 initially.
3400         (ccl-mule-utf-16-encode-untrans): New CCL.
3401         (utf-16-decode-to-ucs): Handle pre-read character.
3402         (utf-16le-encode-loop): Handle surrogate pair.
3403         (utf-16be-encode-loop): Likewise.
3404         (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
3405         of utf-16le-encode-loop.
3406         (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
3407         of utf-16be-encode-loop.
3408         (mule-utf-16-post-read-conversion):
3409         Call utf-8-post-read-conversion at first.
3410         (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
3411         Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
3412         Add post-read-conversion and pre-write-conversion.
3414         * international/utf-8.el (utf-translate-cjk-charsets): New variable.
3415         (utf-translate-cjk-unicode-range): New variable.
3416         (utf-translate-cjk-load-tables): New function.
3417         (utf-lookup-subst-table-for-decode): New function.
3418         (utf-lookup-subst-table-for-encode): New function.
3419         (utf-translate-cjk-mode): Init-value changed to t.  Don't load
3420         tables here.  Update safe-charsets of utf-* coding systems.
3421         (ccl-mule-utf-untrans): New CCL.
3422         (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans.  Use `repeat'
3423         at end of each branch.
3424         (ccl-mule-utf-8-encode-untrans): New CCL.
3425         (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
3426         (ccl-untranslated-to-ucs): Handle 2-byte encoding.  Set r1 to the
3427         length of encoding.  Don't return r0.
3428         (utf-8-compose): New arg hash-table.  Handle 2-byte encoding.
3429         (utf-8-post-read-conversion): Narrow to region properly.
3430         If utf-translate-cjk-mode is on, load tables if necessary.
3431         Call utf-8-compose with hash-table arg if necessary.
3432         Call XXX-compose-region instead of XXX-post-read-convesion.
3433         (utf-8-pre-write-conversion): New function.
3434         (mule-utf-8): Include CJK charsets in safe-charsets if
3435         utf-translate-cjk-mode is on.  Add pre-write-conversion.
3437         * international/characters.el: Temporarily set
3438         utf-translate-cjk-mode to nil.
3440         * language/devan-util.el (devanagari-compose-region):
3441         Add autoload cookie.
3443         * international/ccl.el (ccl-dump-call): Fix printing the
3444         subroutine name.
3446 2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>
3448         * dired.el (dired-revert): If buffer is marked unmodified before
3449         reverting, keep it marked unmodified.
3450         Adapt to new conventions for commenting out code.
3451         (dired-make-relative): Adapt to new conventions for commenting out code.
3453 2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>
3455         * eshell/esh-module.el (eshell-load-defgroups):
3456         Bind `vc-handled-backends' to nil when opening files.
3458 2004-06-11  Juanma Barranquero  <lektu@terra.es>
3460         * files.el (parse-colon-path, cd): Doc fixes (refer to
3461         `path-separator', not colon).
3463 2004-06-10  Juanma Barranquero  <lektu@terra.es>
3465         * newcomment.el (comment-search-forward)
3466         (comment-search-backward): Fix typos in docstring.
3467         (comment-region): Doc fix.
3469 2004-06-10  Luc Teirlinck  <teirllm@auburn.edu>
3471         * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
3472         switch is no longer stored in `dired-switches-alist'.
3474         * dired-aux.el (dired-insert-subdir): Do not store R switch in
3475         `dired-switches-alist'.
3477 2004-06-10  Kim F. Storm  <storm@cua.dk>
3479         * pcvs.el (cvs-mode-diff-yesterday): New command.
3481         * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
3483 2004-06-10  Juri Linkov  <juri@jurta.org>
3485         * emacs-lisp/edebug.el (edebug-eval-defun):
3486         * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
3487         Fix docstring.
3489         * simple.el (eval-expression-print-format): Don't print additional
3490         information on the first call to `eval-print-last-sexp'.
3491         (next-error-find-buffer): Fix punctuation.
3492         (killing) <defgroup>: Fix punctuation.
3493         (yank-excluded-properties): Change group from editing to killing.
3495         * replace.el (perform-replace): Use `limit' to terminate the
3496         while-loop explicitly.
3498 2004-06-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3500         * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
3501         Use lc-*.xpm as prefix instead of *-locol.xpm.
3503         * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
3504         * toolbar/lc-help.xpm, toolbar/lc-home.xpm
3505         * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
3506         * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
3507         * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
3508         * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
3509         * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
3510         * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
3511         * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
3512         * toolbar/lc-up_arrow.xpm:
3513         Renamed from *-locol.xpm.
3515 2004-06-09  Rajesh Vaidheeswarran  <rv@gnu.org>
3517         * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
3518         include forms like &<str>; as valid url patterns.
3520 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
3522         * dired.el (dired-diff, dired-backup-diff)
3523         (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
3524         (dired-do-chown, dired-do-touch, dired-do-print)
3525         (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
3526         (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
3527         (dired-create-directory, dired-do-copy, dired-do-symlink)
3528         (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
3529         (dired-do-copy-regexp, dired-do-hardlink-regexp)
3530         (dired-do-symlink-regexp, dired-upcase, dired-downcase)
3531         (dired-maybe-insert-subdir, dired-next-subdir)
3532         (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
3533         (dired-kill-subdir, dired-tree-up, dired-tree-down)
3534         (dired-hide-subdir, dired-hide-all, dired-show-file-type)
3535         (dired-run-shell-command, dired-query): Remove redundant,
3536         or incorrect, autoloads.
3538         * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
3539         does not end in a slash.  Add optional argument KILL-ROOT.
3540         Update docstring.
3541         (dired-do-touch, dired-clean-directory, dired-run-shell-command)
3542         (dired-query): Add autoloads.
3544 2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
3546         * progmodes/compile.el (compilation-set-window-height):
3547         Rearrange the save-* functions because a buffer can have several current
3548         point in different windows.
3549         (compilation-error-regexp-alist-alist): Recognize {standard input}
3550         GNU messages (for gcc --pipe) and more kinds of Oracle messages.
3552 2004-06-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3554         * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
3555         * toolbar/help-locol.xpm, toolbar/home-locol.xpm
3556         * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
3557         * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
3558         * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
3559         * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
3560         * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
3561         * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
3562         * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
3563         * toolbar/up_arrow-locol.xpm:
3564         New versions of icons that uses fewer colors.
3566         * toolbar/tool-bar.el (tool-bar-local-item)
3567         (tool-bar-local-item-from-menu): Try to use icons with fewer colors
3568         if display-color-cells is 256 or less.
3570 2004-06-08  Kim F. Storm  <storm@cua.dk>
3572         * wid-edit.el (widget-specify-button): Use hand pointer rather
3573         than mouse-face as visible mouse-over effect.
3575 2004-06-07  Karl Fogel  <kfogel@red-bean.com>
3577         * saveplace.el (save-place-alist-to-file): Bind `print-length'
3578         and `print-level' to nil when writing out `save-place-alist'.
3579         Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
3581 2004-06-07  Juanma Barranquero  <lektu@terra.es>
3583         * completion.el (completion-kill-region): Doc fix.
3585         * format.el (format-insert-annotations)
3586         (format-annotate-location): Doc fixes.
3587         (format-subtract-regions): Make arguments match their use in docstring.
3589         * simple.el (kill-region): Doc fix.
3591         * subr.el (insert-buffer-substring-no-properties)
3592         (insert-buffer-substring-as-yank): Doc fixes.
3594 2004-06-07  Luc Teirlinck  <teirllm@auburn.edu>
3596         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
3597         Update docstring.
3598         (dired-reset-subdir-switches): New function.
3600         * dired.el (dired-undo): Call `dired-build-subdir-alist'.
3601         Limit scope of `buffer-read-only' binding.
3603 2004-06-06  Emilio C. Lopes  <eclig@gmx.net>
3605         * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
3606         eshell-explicit-command-char.
3608 2004-06-06  Juanma Barranquero  <lektu@terra.es>
3610         * help-fns.el (help-argument-name): Inherit from italic face only
3611         if the frame supports it.
3613 2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3615         * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
3616         * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
3617         * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
3618         * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
3619         * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
3620         * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
3621         * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
3622         New conversions from xpm files.
3624         * toolbar/README: New file.
3626 2004-06-06  Richard M. Stallman  <rms@gnu.org>
3628         * isearch.el (isearch-mode-map): Undo previous change.
3630 2004-06-05  Juri Linkov  <juri@jurta.org>
3632         * bindings.el (debug-ignored-errors): Add regexps for history
3633         related messages.  Remove $ from "No further undo information".
3634         Move Ediff's messages to ediff.el.
3636         * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
3638         * cus-edit.el (custom-display): Add `min-colors'.
3640         * custom.el (defface): Add `supports' to docstring.
3642         * help-fns.el (help-argument-name): Add :group 'help.
3644 2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
3646         * find-dired.el (find-ls-subdir-switches): New user option.
3647         (find-dired): No longer call `abbreviate-file-name' on DIR.
3648         Set `dired-subdir-switches' buffer-locally.
3650         * locate.el: Merge the two `Commentary' sections.
3651         (locate-ls-subdir-switches): New user option.
3652         (locate): Update for other changes.
3653         (locate-mode-map): Restore Dired binding for mouse-2.
3654         Bind `locate-mouse-view-file' to M-mouse-2.
3655         Bind `l' to `locate-do-redisplay'.
3656         (locate-main-listing-line-p, locate-do-redisplay): New functions.
3657         (locate-mouse-view-file, locate-tags, locate-find-directory):
3658         Print message if used outside main listing.
3659         (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
3660         Various changes to support inserted subdirectories.
3661         (locate-insert-header): Change header of *Locate* buffer.
3663         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
3664         Change interactive default switches.
3665         (dired-rename-subdir-2): Update `dired-switches-alist'.
3666         (dired-insert-subdir, dired-kill-subdir):
3667         Handle `dired-switches-alist'.  Do not mark buffer modified.
3668         (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
3669         (dired-insert-subdir-doinsert): Omit messages.
3670         Handle `dired-subdir-switches'.
3671         (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
3673         * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
3674         (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
3675         subdirs if -R switch is used for a subdir.
3676         (dired-mode): Set `dired-switches-alist'.
3677         (dired-build-subdir-alist): Only print number of directories in
3678         echo area when invoked interactively.
3680 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
3682         * dired-x.el (dired-omit-mode): Rename from
3683         dired-omit-files-p.  Use define-minor-mode to define it.
3684         (dired-omit-files-p): Add as alias for dired-omit-mode.
3685         (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
3686         dired-mark-omitted.
3687         (dired-mark-omitted): Add.  Bind to M-O.
3689 2004-06-05  Kenichi Handa  <handa@m17n.org>
3691         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
3693 2004-06-05  Juanma Barranquero  <lektu@terra.es>
3695         * help-fns.el (help-argument-name): Reintroduce face.
3696         (help-default-arg-highlight): Use it, now that
3697         `face-differs-from-default-p' can be trusted.
3699 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
3701         * textmodes/table.el: Sentence commands added to Point Motion
3702         group; kill and backward-kill commands added to Extraction group.
3704 2004-06-04  Mario Lang  <mlang@delysid.org>
3706         * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
3707         systems appear to use mW, make the code handle this.  Fix a
3708         division-by-zero bug while at it, and handle kernels with
3709         a slightly different layout in /proc/acpi.
3711 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
3713         * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
3714         because the latter is a CL-ism.  This fixes the bug reported by
3715         Shawn Boyette <mdxi@collapsar.net> in
3716         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
3718 2004-06-04  Miles Bader  <miles@gnu.org>
3720         * faces.el (display-supports-face-attributes-p): Function moved to
3721         C code.  Previously only the tty-related portion of this function
3722         was done in C; however the previous attempt to do a halfway-proper
3723         job for non-tty displays in lisp didn't work properly because of
3724         funny conditions during Emacs startup.
3725         (face-differs-from-default-p): Simplify, now that
3726         display-supports-face-attributes-p works properly on all display
3727         types.  Remove :stipple from comparison; it doesn't really work
3728         in emacs anyway.
3730 2004-06-04  Miles Bader  <miles@gnu.org>
3732         * faces.el (face-differs-from-default-p): Use a different
3733         implementation, so we can really check whether FACE displays
3734         differently or not.
3736 2004-06-04  Miles Bader  <miles@gnu.org>
3738         * faces.el (display-supports-face-attributes-p): Implement a
3739         `different from default' check for non-tty displays.
3741 2004-06-03  David Kastrup  <dak@gnu.org>
3743         * woman.el (woman-mapcan): More concise code.
3744         (woman-topic-all-completions, woman-topic-all-completions-1)
3745         (woman-topic-all-completions-merge): Replace by a simpler and
3746         much faster implementation based on O(n log n) sort/merge instead
3747         of the old O(n^2) behavior.
3749 2004-06-03  Miles Bader  <miles@gnu.org>
3751         * subr.el (read-number): Use canonical format for default in prompt.
3753         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
3754         Add regexp for " [...]" style defaults.
3756 2004-06-02  Romain Francoise  <romain@orebokech.com>
3758         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
3759         groups: if the user asks for a hidden buffer, open the
3760         corresponding filter group to expose it.
3762         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
3763         `ibuffer-jump-to-buffer'.
3764         (ibuffer-jump-offer-only-visible-buffers): New user option.
3766 2004-06-02  Juanma Barranquero  <lektu@terra.es>
3768         * faces.el (frame-update-faces): Add empty docstring so the one
3769         for `ignore' doesn't show through.
3771         * subr.el (process-kill-without-query): Remove spurious "\n" on
3772         obsolescence string.
3773         (focus-frame, unfocus-frame): Add obsolescence declaration and
3774         empty docstring.
3776         * international/mule.el (register-char-codings): Make alias for
3777         `ignore'.  Move docstring to obsolescence info and remove redundancy.
3779 2004-06-02  Kim F. Storm  <storm@cua.dk>
3781         * frame.el (blink-cursor-start): Turn cursor off initially so blink
3782         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
3784 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3786         * comint.el (comint-replace-by-expanded-history-before-point):
3787         Obey `start' as the docstring says.
3788         (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
3789         (comint-update-fence): Prevent font-lock from running unnecessarily.
3790         (comint-dynamic-list-completions): Use with-current-buffer.
3792 2004-06-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3794         * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
3795         (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
3796         (bibtex-entry-update): Handle alternatives and optional fields.
3797         (bibtex-parse-entry): Bugfix, handle empty key.
3799 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3801         * vc-arch.el (vc-arch-state): Don't assume the file exists.
3803 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
3805         * desktop.el (desktop-save): Don't save minor modes without a
3806         known mode initialization function.
3808 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
3810         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
3812         * autorevert.el: Update `Commentary' section.
3814 2004-05-30  Juanma Barranquero  <lektu@terra.es>
3816         * dos-fns.el (convert-standard-filename):
3817         * files.el (convert-standard-filename):
3818         * w32-fns.el (convert-standard-filename):
3819         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
3821 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
3823         Sync with Tramp.
3825         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
3826         (tramp-let-maybe): Move to an earlier spot in the file.
3827         Patch by Andreas Schwab.
3829 2004-05-30  Andreas Schwab  <schwab@suse.de>
3831         * dired.el (dired-get-filename): Don't use dired-re-dot.
3833 2004-05-30  Richard M. Stallman  <rms@gnu.org>
3835         * files.el (find-file): Doc fix.
3837         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
3839 2004-05-30  Nick Roberts  <nickrob@gnu.org>
3841         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
3842         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
3843         modeline of the locals buffer.
3844         (gdb-goto-breakpoint): Handle gdbmi.
3845         (gdb-get-frame-number): Change for gdbmi.
3847 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
3849         * files.el (file-remote-p): Apply file name handler for operation
3850         `file-remote-p'.  It isn' a property any longer.
3851         (file-relative-name): `fh' and `fd' get the required value via
3852         `find-file-name-handler' already.
3854         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
3855         (top): Remove setting of `file-remote-p' property for
3856         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
3858 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
3860         Version 2.0.41 of Tramp released.
3862         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
3863         Throw away if process has died.
3864         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
3865         (tramp-out-of-band-prompt-regexp): Rename to
3866         `tramp-process-alive-regexp', because its usage is widen.
3867         (tramp-actions-copy-out-of-band): Apply it.
3868         (tramp-actions-before-shell, tramp-multi-actions):
3869         Add `tramp-action-process-alive' action.
3870         (tramp-action-process-alive): New defun.
3871         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
3872         Add entry for `file-remote-p'.
3873         (tramp-handle-file-remote-p): New defun.
3874         (top): Remove setting of `file-remote-p'.  Don't set
3875         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
3877         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
3878         `file-remote-p'.
3880         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
3881         counted for (last) line.  [They should or they shouldn't?  --Stef]
3882         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
3884 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
3886         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
3887         not really necessary but seems to keep the shell history smaller
3888         in some cases.  It is no substitute for setting HISTFILE and
3889         HISTSIZE from tramp-open-connection-setup-interactive-shell,
3890         though.  Suggested by Luc Teirlinck.
3891         (tramp-open-connection-setup-interactive-shell): Export variables
3892         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
3893         (tramp-set-process-query-on-exit-flag): New compat function.
3894         (tramp-open-connection-multi, tramp-open-connection-su)
3895         (tramp-open-connection-rsh, tramp-open-connection-telnet)
3896         (tramp-do-copy-or-rename-file-out-of-band): Use it.
3897         (tramp-let-maybe): New macro, let-binds a variable only if it
3898         isn't obsolete.
3899         (tramp-check-ls-commands, tramp-handle-expand-file-name)
3900         (tramp-handle-file-truename): Use it.
3901         (tramp-completion-file-name-regexp-unified): Avoid matching
3902         filenames starting with "/:" -- those are reserved for
3903         file-name-non-special.
3905         * tramp-smb.el (tramp-smb-open-connection):
3906         Use tramp-set-process-query-on-exit-flag compat function.
3908 2004-05-29  Richard M. Stallman  <rms@gnu.org>
3910         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
3912         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
3913         (eval-last-sexp-print-value): Print char equivalent regardless
3914         of standard-output value.
3916         * thumbs.el (thumbs-subst-char-in-string): Delete.
3917         (thumbs-thumbname): Use subst-char-in-string.
3918         (thumbs-resize-image): Use condition-case, not ignore-errors.
3919         (thumbs-kill-buffer): Likewise.
3921         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
3922         (thumbs-mode): Make buffer read-only.
3923         (thumbs-make-thumb): Unconditionally accept an existing file.
3924         (thumbs-insert-thumb): Add thumb-image-file property to the image.
3925         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
3926         (thumbs-show-thumbs-list): Error if images not supported.
3927         (thumbs-save-current-image): Improve prompt string.
3928         (thumbs-mode-map): Define u, R, x.
3929         (thumbs-unmark): New command.
3930         (thumbs-emboss-image): Minor cleanup.
3931         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
3932         (thumbs-rename-images): New command.
3933         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
3935         * thumbs.el (thumbs-current-image): New function.
3936         (thumbs-file-list, thumbs-file-alist): New functions.
3937         (thumbs-find-image): Delete arg L.
3938         Don't set up thumbs-fileL as buffer-local global var.
3939         (thumbs-find-image-at-point): Use thumbs-current-image.
3940         (thumbs-set-image-at-point-to-root-window): Likewise.
3941         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
3942         Record and warn about errors.  Update thumbs-markedL for deletions.
3943         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
3944         (thumbs-redraw-buffer): Use thumbs-file-list.
3945         (thumbs-mark): Use thumbs-current-image.
3946         (thumbs-show-name): Use thumbs-current-image.
3948         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
3949         and imenu--last-menubar-index-alist.
3951         * subr.el (with-selected-window): Undo previous change.
3953 2004-05-29  John Paul Wallington  <jpw@gnu.org>
3955         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
3956         (thumbs-mouse-find-image): New command.
3957         (thumbs-mode-map): Bind it to mouse-2.
3958         (thumbs-mode): Make mode-class special.
3959         (thumbs-view-image-mode): Likewise.
3961 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
3963         * flymake.el: New file.
3965 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
3967         * files.el (find-file-noselect-1): Do not bind
3968         `inhibit-read-only' to t during execution of
3969         `find-file-not-found-functions'.
3971 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3973         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
3974         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
3976 2004-05-28  Juri Linkov  <juri@jurta.org>
3978         * simple.el (eval-expression-print-format): New fun.
3980         * simple.el (eval-expression):
3981         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
3982         * emacs-lisp/edebug.el (edebug-compute-previous-result)
3983         (edebug-eval-expression): Print additionally the value returned by
3984         `eval-expression-print-format'.
3986         * emacs-lisp/lisp.el (insert-pair-alist): New var.
3987         (insert-pair): Make arguments optional.  Find character pair
3988         from `insert-pair-alist' according to the last input event.
3989         (insert-parentheses): Make arguments optional.
3990         (raise-sexp, delete-pair): New funs.
3992         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
3993         (emacs-lisp-mode-map, lisp-interaction-mode-map):
3994         Bind C-M-q to `indent-pp-sexp'.
3996         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
3997         `pp-to-string' modified to be able to format text with newlines.
3998         (pp-to-string): Move the buffer-formatting part of the code to
3999         `pp-buffer'.  Call `pp-buffer'.
4001         * info.el (Info-desktop-buffer-misc-data): Don't save information
4002         about virtual files.
4003         (Info-restore-desktop-buffer): Restore Info buffers in prepared
4004         buffers with names obtained from the desktop file instead of the
4005         default *info* buffer.
4007 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4009         * subr.el (with-selected-window): Only save/restore the selected window.
4011         * progmodes/compile.el (compilation-error-regexp-alist):
4012         Use expand-file-name and data-directory.
4014         * progmodes/grep.el (grep-tree): Rework previous fix.
4016         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
4017         after the user marked text with the mouse.
4019         * startup.el (command-line): Keep the first regexp of
4020         auto-save-file-name-transforms intact.
4022 2004-05-28  Juanma Barranquero  <lektu@terra.es>
4024         * cus-edit.el (customize-face, customize-face-other-window)
4025         (custom-face-edit-delete): Make arguments match their use in
4026         docstring.
4027         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
4028         docstring.
4030         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
4031         not `cvs-butlast'.
4033         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
4034         `nbutlast' are in subr.el).
4036         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
4037         (set-w32-system-coding-system): Doc fixes.
4039         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
4040         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
4041         Make arguments match their use in docstring.
4042         (artist-draw-region-trim-line-endings)
4043         (artist-mouse-choose-operation): Fix typo in docstring.
4044         (artist-key-set-point-common): Doc fix.
4046 2004-05-28  Simon Josefsson  <jas@extundo.com>
4048         * mail/smtpmail.el (smtpmail-open-stream):
4049         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
4051 2004-05-26  Simon Josefsson  <jas@extundo.com>
4053         * starttls.el: Merge with my GNUTLS based starttls.el.
4054         (starttls-gnutls-program, starttls-use-gnutls)
4055         (starttls-extra-arguments, starttls-process-connection-type)
4056         (starttls-connect, starttls-failure, starttls-success): New variables.
4057         (starttls-program, starttls-extra-args): Doc fix.
4058         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
4059         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
4060         and pass on to corresponding *-gnutls function if it is set.
4062 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
4064         * autorevert.el (auto-revert-handler): Disable auto-reverting of
4065         remote files.
4067 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
4069         * files.el (file-name-non-special): There are more operations
4070         which need handling: `find-backup-file-name',
4071         `insert-file-contents', `verify-visited-file-modtime',
4072         `write-region'.  Rename t value of method to `add'.  Add new
4073         methods `quote' and `unquote-then-quote' to file-arg-indices.
4075 2004-05-25  Juri Linkov  <juri@jurta.org>
4077         * info.el (Info-toc): Call Info-mode on intermediate buffer.
4078         (Info-index-nodes): Enclose code in condition-case to catch errors.
4079         (Info-index-node): Don't search all index nodes if request is only
4080         for the current node and file is not in the cache of index nodes.
4081         (Info-mode-map): Bind Info-copy-current-node-name to `w'
4082         for consistency with dired-copy-filename-as-kill.
4083         Bind `S' to Info-search-case-sensitively.
4084         (Info-copy-current-node-name): New arg.  With zero prefix arg put
4085         the name inside a function call to `info'.  Display copied text in
4086         the echo area.
4088 2004-05-25  Sam Steingold  <sds@gnu.org>
4090         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
4091         strip the package prefix from the symbol name, if any.
4092         Make it the `find-tag-default-function' for `lisp-mode'.
4094 2004-05-25  John Paul Wallington  <jpw@gnu.org>
4096         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
4097         instead of obsolete `process-kill-without-query'.
4099         * textmodes/texinfmt.el (texinfo-indexvar-alist):
4100         Declare as variable, not constant.
4102 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
4104         * files.el (find-file-noselect-1): Fix bug introduced by
4105         Revision 1.694.  As a side effect, `inhibit-read-only'
4106         is again, by default, t during execution of
4107         `find-file-not-found-functions'.
4108         (insert-directory): Check that lines were really inserted by
4109         the --dired switch, before erasing them.
4111 2004-05-24  Nick Roberts  <nickrob@gnu.org>
4113         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
4114         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
4115         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
4116         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
4117         gud-minor-mode (gdbmi).
4119 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
4121         * net/browse-url.el (browse-url-interactive-arg): Enable user to
4122         explicitly select the text to be taken as URL.
4124 2004-05-23  Juri Linkov  <juri@jurta.org>
4126         * info.el (Info-index-nodes): New var and fun.
4127         (Info-goto-index, Info-index, info-apropos)
4128         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
4129         (Info-index): Fix docstring.  Store and restore Info-history-list.
4130         (Info-complete-nodes): New var.
4131         (Info-complete-menu-item): Use it.
4132         (Info-index-node): New fun.
4133         (Info-final-node, Info-forward-node, Info-backward-node)
4134         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
4135         Use Info-index-node.
4136         (Info-extract-menu-item, Info-extract-menu-counting): Set second
4137         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
4138         (Info-find-node-2): If a node with period in its name not found,
4139         try to find a node without the name part after period.
4140         (Info-select-node): Call Info-fontify-node only if
4141         Info-fontify-maximum-menu-size is not nil.
4142         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
4143         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
4144         Preserve Info-history-list.
4145         (Info-toc): Set Info-current-file.
4146         (Info-build-toc): Move point to the beginning of the buffer.
4147         Add main-file variable.
4148         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
4149         Use backslashed representation of the control character ^_.
4151         * textmodes/texinfmt.el (texinfo-print-index): Print index line
4152         numbers in the new Texinfo 4.7 format.
4154         * add-log.el (change-log-font-lock-keywords): Remove `:' from
4155         regexps for function and variable names.
4157         * descr-text.el (describe-property-list): Add [show] button for
4158         `syntax-table' property with action to pp to a separate buffer.
4159         (describe-char): Replace search-forward by re-search-forward with
4160         whitespace regexp after "character:" to not fail in too narrow windows.
4162         * simple.el (next-error-find-buffer): Add a rule to return
4163         next-error capable buffer if one window on the selected frame
4164         displays such buffer.
4166 2004-05-23  Nick Roberts  <nickrob@gnu.org>
4168         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
4169         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
4170         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
4171         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
4172         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
4173         Handle new value for gud-minor-mode (gdbmi).
4174         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
4175         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
4176         Change from local to global gdb variable set.
4177         (gdb-ann3): Initialise above gdb variable set.
4178         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
4179         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
4180         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
4181         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
4182         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
4183         (gdb-info-locals-handler, gdb-invalidate-assembler)
4184         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
4185         set as global variables.
4186         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
4187         Handle gdbmi.
4188         (gdb-info-breakpoints-custom): Fix regexp.
4189         (def-gdb-var): Delete.
4191         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
4192         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
4193         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
4194         a new mode.  The file (gdb-mi.el) for this mode will be included
4195         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
4196         primary interface.
4198 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
4200         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
4201         interpreted as a directory.
4203 2004-05-22  Richard M. Stallman  <rms@gnu.org>
4205         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
4206         as a close quote.
4208         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
4210         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
4211         Use assoc-string, not assoc-ignore-case.
4213         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
4215         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
4216         If moving back then fwd gets a defun that ends before point,
4217         try again moving fwd then back.
4219         * files.el (file-name-non-special): Allow t in file-arg-indices
4220         to mean requote the return value.  Use `identity' as an element
4221         rather than as the whole value.
4223         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
4225 2004-05-22  Juanma Barranquero  <lektu@terra.es>
4227         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
4228         `help-make-usage'.
4229         (help-highlight-arguments): Skip function name before searching
4230         for arguments.
4232 2004-05-21  Juanma Barranquero  <lektu@terra.es>
4234         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
4235         Don't mention in the docstring these arguments meant for
4236         internal (recursive) use only.
4237         (allout-char-spec): Comment out (it's not implemented).
4238         (allout-old-expose-topic, allout-exposure): Fix docstring and add
4239         obsolescence declaration.
4240         (allout-flatten-exposed-to-buffer)
4241         (allout-indented-exposed-to-buffer): Fix typos in docstring.
4242         (my-mark-marker): Doc fix.
4243         (produce-allout-mode-map, allout-sibling-index)
4244         (allout-isearch-expose, allout-distinctive-bullet)
4245         (allout-open-topic, allout-reindent-body)
4246         (allout-rebullet-heading, allout-process-exposed)
4247         (allout-insert-listified, allout-latex-verb-quote)
4248         (allout-insert-latex-header, allout-insert-latex-trailer):
4249         Make arguments match their use in docstring.
4250         (allout-primary-bullet, allout-old-style-prefixes)
4251         (allout-inhibit-protection, allout-init, allout-mode)
4252         (allout-before-change-protect, allout-flag-region):
4253         Use "Emacs" instead of "emacs" in docstrings.
4255 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
4257         * international/characters.el: Modify syntax of more characters.
4259 2004-05-21  Masatake YAMATO  <jet@gyve.org>
4261         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
4262         (etags-tags-completion-table): Show parsing progress.
4264 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
4266         * locate.el (locate-prompt-for-command): Shorten first line of
4267         docstring.
4268         (locate-mode): Expand docstring and include keymap summary.
4270         * files.el (find-file-noselect-1): Limit the scope of the
4271         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
4272         is, by default, nil during the execution of
4273         `find-file-not-found-functions' and `find-file-hook'.
4275 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
4277         * facemenu.el (facemenu-color-name-equal): New function.
4278         (list-colors-display): Use it to compare colors instead of
4279         facemenu-color-equal.
4281 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
4283         * compare-w.el (compare-windows-face): Use min-colors instead of
4284         checking for tty or pc types.
4286 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4288         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
4289         (completion-setup-function): Use with-current-buffer.
4290         Properly save excursion.  Simplify.
4291         Don't assume there is necessarily a `mouse-face' property somewhere.
4293         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
4295         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
4297         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
4298         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
4299         Use with-current-buffer.
4300         (byte-goto-log-buffer): Delete.
4301         (byte-compile-log-file): Call compilation-forget-errors.
4303 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
4305         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
4306         output messages into the search result.
4308 2004-05-19  Masatake YAMATO  <jet@gyve.org>
4310         * wid-edit.el (widget-radio-button-notify): Revert my last
4311         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
4313 2004-05-19  Kenichi Handa  <handa@m17n.org>
4315         * international/characters.el: Fix syntax (open/close) of CJK chars.
4317 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
4319         * help-mode.el (help-go-back): Don't depend on position of back button.
4321 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4323         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
4324         files files don't contain an accidental additional /.
4326         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
4327         in source buffer.
4329 2004-05-18  Masatake YAMATO  <jet@gyve.org>
4331         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
4332         to widget-apply.  :action method assumes 2 arguments, not 3.
4334 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
4336         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
4337         New constants.
4338         (hs-special-modes-alist): Add an f90-mode entry.
4340 2004-05-17  Sam Steingold  <sds@gnu.org>
4342         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
4343         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
4345 2004-05-16  Kim F. Storm  <storm@cua.dk>
4347         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
4349 2004-05-15  John Wiegley  <johnw@newartisans.com>
4351         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
4352         (eshell-output-object-to-target): Improve output speed 20% by not
4353         calling `eshell-stringify' if something is already known to be a string.
4355 2004-05-15  Alex Ott  <ott@jet.msk.su>
4357         * textmodes/ispell.el (ispell-local-dictionary-alist):
4358         Add windows-1251 to the choice of coding systems.
4359         (ispell-dictionary-alist-6): Add support for "russianw.aff",
4360         encoded in cp1251.
4362 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
4364         * progmodes/compile.el (compilation-warning-face)
4365         (compilation-info-face): Use min-colors.
4367 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4369         * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
4370         * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
4371         * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
4372         * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
4373         * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
4374         * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
4375         * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
4376         * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
4377         * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
4378         * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
4379         * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
4380         * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
4381         * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
4382         * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
4384 2004-05-15  Kim F. Storm  <storm@cua.dk>
4386         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
4387         Use it to set triggered-p element of timer.
4388         (timer-event-handler): Set triggered-p element non-nil while running
4389         the timer function.
4391 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4393         * descr-text.el (describe-char-unicode-data)
4394         (describe-char-unicodedata-file): Re-enable the unicode code now that
4395         the licensing issues have been cleared in the unicode-4 license.
4396         (describe-text-properties-1): Remove unused `overlay' var.
4397         (describe-char): Remove unused var `buffer'.
4399 2004-05-14  David Ponce  <david@dponce.com>
4401         * tree-widget.el: New file.
4403 2004-05-13  Marcelo Toledo  <marcelo@marcelotoledo.org>
4405         * language/european.el ("Brazilian Portuguese"): Add support for
4406         Brazilian Portuguese.
4408 2004-05-13  John Wiegley  <johnw@newartisans.com>
4410         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
4411         `recentf-mode' if this variable has been customized to t.
4413         * eshell/esh-test.el (eshell-test): Call the function
4414         `emacs-version' rather than trying to build a custom version string.
4416 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4418         * net/telnet.el (telnet-mode): Use define-derived-mode.
4419         Don't modify the global value of comint-prompt-regexp.
4421 2004-05-13  John Paul Wallington  <jpw@gnu.org>
4423         * version.el (emacs-version): Check for `gtk' feature before
4424         `x-toolkit' feature.
4426 2004-05-13  Juanma Barranquero  <lektu@terra.es>
4428         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
4429         arguments in the docstring, they're used only in recursive calls.
4431         * help-fns.el (help-arg-highlighting-function)
4432         (help-argument-name): Delete.
4433         (help-default-arg-highlight): New function.
4434         (help-do-arg-highlighting): Use it.
4436 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
4438         * calendar/appt.el (appt-disp-window):
4439         Use `calendar-set-mode-line' for a centered mode-line.
4441 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
4443         * calendar/appt.el (appt-disp-window): Do not split window
4444         excessively when `split-height-threshold' is low.
4446 2004-05-12  Nick Roberts  <nickrob@gnu.org>
4448         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
4449         kill-buffer-hook here and make it local.
4450         (gud-kill-buffer-hook): Use kill-process for a sure kill.
4452 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
4454         * progmodes/compile.el (compilation-set-window-height):
4455         Use save-excursion to protect against misplaced marker.
4457 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4459         * custom.el (defface): Document that type can have value gtk.
4461         * faces.el (face-spec-set-match-display): Handle type gtk in display.
4463 2004-05-12  Kenichi Handa  <handa@m17n.org>
4465         * descr-text.el: Require quail at comile time.
4466         (describe-char): If an input method is on and it supports the
4467         character, show how to input it.
4469         * international/quail.el (quail-install-decode-map): Accept a
4470         char-table whose subtype is `quail-decode-map'.
4471         (quail-store-decode-map-key, quail-gen-decode-map1)
4472         (quail-gen-decode-map, quail-find-key1, quail-find-key)
4473         (quail-show-key): New functions.
4475 2004-05-12  Juanma Barranquero  <lektu@terra.es>
4477         * generic.el (define-generic-mode): Remove redundant arglist info.
4479         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
4480         Make arguments match their use in docstring.
4481         (help-arg-highlighting-function): New variable.
4482         (help-argument-name): Mention it in the docstring.
4483         (help-do-arg-highlight): Use it.  Expand regexp to accept also
4484         ARG-xxx and xxx-ARG references.
4486 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
4488         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
4489         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
4490         and "mailto:addr1?to=addr2" equal.
4492 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
4494         * man.el (Man-getpage-in-background): Use shell-file-name
4495         and shell-command-switch variables instead of hard-coded values.
4497 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
4499         * iimage.el: New file.
4501 2004-05-11  Juanma Barranquero  <lektu@terra.es>
4503         * custom.el (custom-initialize-default, defcustom):
4504         Fix typo in docstring.
4506         * files.el (set-visited-file-name, file-expand-wildcards):
4507         Fix docstring.
4509 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4511         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
4513         * subr.el (eventp): Be more discriminating with integers.
4515 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
4517         * progmodes/compile.el (compile): Add universal prefix arg.
4518         (compilation-error-regexp-alist-alist): Add edg patterns.
4520 2004-05-10  Sam Steingold  <sds@gnu.org>
4522         * textmodes/ispell.el (ispell-message):
4523         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
4525 2004-05-10  Dave Love  <fx@gnu.org>
4527         * progmodes/python.el (help-buffer): Autoload when compiling.
4528         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
4529         (run-python): Prepend to any existing PYTHONPATH.
4531 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
4533         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
4534         for pending breakpoints.
4536 2004-05-10  Richard M. Stallman  <rms@gnu.org>
4538         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
4539         directly without calling any functions in Rmail.
4540         (unrmail-unprune): Function deleted.
4542 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4544         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
4545         C-c C-z binding.
4547 2004-05-10  Kenichi Handa  <handa@m17n.org>
4549         * descr-text.el (describe-char): Fix previous change.  Don't make
4550         a unibyte character to multibyte in the *Help* buffer.
4552 2004-05-10  Miles Bader  <miles@gnu.org>
4554         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
4555         buffer an error if the debugger process is actually running.
4557 2004-05-10  Juanma Barranquero  <lektu@terra.es>
4559         * help-fns.el (help-argument-name): Default to italic.
4560         (help-highlight-arguments): Return always (usage . doc), even when
4561         usage is nil.
4563         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
4564         (define-ibuffer-filter): Add usage info.
4565         (define-ibuffer-op): Add usage info (but CL-style defaults for
4566         keyword args are not shown).
4568         * subr.el (remove-overlays, read-passwd): Fix docstring.
4569         (start-process-shell-command): Fix docstring.  Put usage info in a
4570         format usable by `describe-function'.
4571         (open-network-stream, open-network-stream-nowait)
4572         (open-network-stream-server): Fix docstring.
4574 2004-05-09  Jason Rumney  <jasonr@gnu.org>
4576         * international/code-pages (cp932, cp936, cp949, c950): Remove.
4577         Only define cp125* if windows-125* is already defined.
4579         * language/korean.el (cp949): Add alias.
4581         * language/chinese.el (cp936, cp950): Add aliases.
4583         * language/japanese.el (cp932): Add alias.
4585         * term/w32-win.el: Require code-pages.
4587         * international/mule-cmds.el (set-locale-environment):
4588         On MS-Windows use ansi code-page for default coding-systems.
4589         Set up paper sizes for Windows 3 letter languages.
4591         * international/code-pages.el (cp932, cp936, cp949, cp950):
4592         Add aliases.  Also add cp125* if not already defined.
4594 2004-05-09  Juanma Barranquero  <lektu@terra.es>
4596         * help-fns.el (help-highlight-arguments): Don't try to highlight
4597         missing or autoloaded arglists.  Accept structured arguments, like
4598         the first ones of `do' and `flet'.
4600         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
4601         (cvs-get-marked): Remove redundant arglist info.
4603         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
4604         Don't use CL-style default args.
4606 2004-05-08  Andreas Schwab  <schwab@suse.de>
4608         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
4610         * international/subst-ksc.el: Fix references to utf-translate-cjk
4611         into utf-translate-cjk-mode.
4612         * international/subst-big5.el: Likewise.
4613         * international/subst-gb2312.el: Likewise.
4614         * international/subst-jis.el: Likewise.
4615         * international/utf-16.el: Likewise.
4616         * international/utf-8.el: Likewise.
4618 2004-05-08  John Wiegley  <johnw@newartisans.com>
4620         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
4621         "virtual buffers" (off by default), which makes it possible to
4622         switch to the "virtual" buffers of recently visited files.  When a
4623         buffer name search fails, and this option is on, iswitchb will
4624         look at the list of recently visited files, and permit matching
4625         against those names.  When the user hits RET on a match, it will
4626         revisit that file.
4627         (iswitchb-read-buffer): Add two optional arguments, which makes
4628         isearchb.el possible.
4629         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
4630         (iswitchb-next-match): Add support for virtual buffers.
4632         * isearchb.el: This module extends iswitchb to provide "as you
4633         type" buffer selection.
4635         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
4636         Ignore the read-only property when flyspell highlighting is on.
4637         Not ignoring it leads to a series of confusing errors.
4638         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
4639         but also make sure to call flyspell-incorrect-hook.
4640         (flyspell-maybe-correct-transposition): Perform transposition test
4641         by bit twiddling a string, rather than using a temp buffer.
4642         (flyspell-maybe-correct-doubling): Use a string rather than a temp
4643         buffer.  This is also the original version of the code, which
4644         could not be checked in before due to a previous lack of
4645         assignment papers.  This version has seen heavy usage on my system
4646         for several years now.
4648         * calendar/cal-bahai.el: New file, which adds support for the
4649         Baha'i calendar to Emacs.  This calendar is based on a solar year
4650         of 19 months of 19 days, with 4 intercalary days.  Each year
4651         begins on March 21, with the calendar starting in 1844.
4653         * calendar/cal-menu.el, calendar/calendar.el,
4654         calendar/diary-lib.el, calendar/holidays.el: Added support for
4655         using cal-bahai.el.
4657         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
4658         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
4659         function can be used outside of eshell buffers.
4660         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
4662 2004-05-08  Juanma Barranquero  <lektu@terra.es>
4664         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
4665         word constituent so FOO-ARG is not recognized as an arg.
4666         (help-highlight-arguments): Don't skip lists in mandatory arguments.
4668         * simple.el (next-error): Fix typo in docstring.
4669         (open-line): Make argument names match their use in docstring.
4670         (split-line): Fix docstring.
4672         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
4673         usable by `describe-function'.
4674         (gensym, gentemp, typep, ignore-errors): Make argument names match
4675         their use in docstring.
4677         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
4678         argument to `help-setup-xref'.
4680 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
4682         Version 2.0.40 of Tramp released.
4684         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
4685         Use symbol-function to invoke functions only known on some Emacs
4686         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
4687         Scaldeferri <kevin@scaldeferri.com>.
4688         (tramp-do-copy-or-rename-file-via-buffer): Rename from
4689         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
4690         consistent with the other tramp-do-* functions.
4691         (tramp-do-copy-or-rename-file): Calls adjusted.
4692         (tramp-process-initial-commands): Avoid liveness check on shell --
4693         we know that it must be alive since we're opening a connection at
4694         this moment.
4695         (tramp-last-cmd): New internal variable.
4696         (tramp-process-echoes): New tunable.
4697         (tramp-send-command): Set tramp-last-cmd.
4698         (tramp-wait-for-output): Delete echo, if applicable.
4699         (tramp-read-passwd): Construct the key for the password cache in a
4700         way that works for multi methods, too.
4701         (tramp-bug): Add backup-directory-alist and
4702         bkup-backup-directory-info to bug reports, with Tramp counterparts.
4704 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
4706         * net/tramp*.el: Suppress byte-compiler warnings where possible.
4708         * net/tramp.el (tramp-out-of-band-prompt-regexp)
4709         (tramp-actions-copy-out-of-band): New defcustoms.
4710         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
4711         used instead of a synchronous one.  Allows password entering.
4712         (tramp-action-out-of-band): New defun.
4713         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
4714         Remove restriction with password from doc string.
4715         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
4716         `tramp-out-of-band-prompt-regexp',
4717         `tramp-actions-copy-out-of-band', `password-cache' and
4718         `password-cache-expiry'.
4719         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
4720         password caching.
4721         (tramp-touch): FILE can be a local file, too.
4722         (TODO): Remove items done.
4723         (tramp-handle-insert-directory): Properly quote file name also if
4724         not full-directory-p.  Handle wildcard case.  Reported by Andreas
4725         Schwab <schwab@suse.de>.
4726         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
4727         new file.
4728         (tramp-handle-file-local-copy, tramp-handle-write-region):
4729         The permissions of the temporary file are set if filename exists.
4730         Reported by Ted Stern <stern@cray.com>.
4731         (tramp-backup-directory-alist)
4732         (tramp-bkup-backup-directory-info): New defcustoms.
4733         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
4734         (tramp-handle-find-backup-file-name): New function.
4735         Implements Tramp's find-backup-file-name.
4737         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
4738         for `find-backup-file-name'.
4740         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
4741         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
4743 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
4745         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
4747 2004-05-07  Juanma Barranquero  <lektu@terra.es>
4749         * subr.el (lambda): Add arglist description to docstring.
4750         (declare): Fix typo in docstring.
4751         (open-network-stream): Fix docstring.
4752         (process-kill-without-query): Fix docstring and add obsolescence info.
4753         (last, butlast, nbutlast): Make arguments match their use in docstring.
4754         (insert-buffer-substring-no-properties): Likewise.
4755         (insert-buffer-substring-as-yank): Likewise.
4756         (split-string): Fix docstring.
4758         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
4759         Make argument names match their use in docstring.
4761         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
4763 2004-05-06  Nick Roberts  <nickrob@gnu.org>
4765         * progmodes/gdb-ui.el: Improve/extend documentation strings.
4766         Fit first sentence on one line for apropos-command.
4768 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4770         Changes largely merged in from Dave Love's code.
4771         * progmodes/python.el: Doc fixes.
4772         (python-mode-map): Add python-complete-symbol.
4773         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
4774         (python-comment-indent, python-complete-symbol)
4775         (python-symbol-completions, python-partial-symbol)
4776         (python-try-complete): New.
4777         (python-indent-line): Remove optional arg.  Use python-block-end-p.
4778         (python-check): Bind compilation-error-regexp-alist.
4779         (inferior-python-mode): Use rx.  Move keybindings to top level.
4780         Set comint-input-filter.
4781         (python-preoutput-filter): Use rx.
4782         (python-input-filter): Re-introduce.
4783         (python-proc): Start new process if necessary.
4784         Check python-buffer non-nil.
4785         (view-return-to-alist): Defvar.
4786         (python-send-receive): New.
4787         (python-eldoc-function): Use it.
4788         (python-mode-running): Don't defvar.
4789         (python-mode): Set comment-indent-function.
4790         Maybe update hippie-expand-try-functions-list.
4791         (python-indentation-levels): Initialize differently.
4792         (python-block-end-p): New.
4793         (python-indent-line): Use it.
4794         (python-compilation-regexp-alist): Augment.
4795         (run-python): Import `emacs' module to Python rather than loading
4796         code directly.  Set python-buffer differently.
4797         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
4798         Use python-proc.
4799         (python-send-command): Go to end of comint buffer.
4800         (python-load-file): Use python-proc, emacs.eimport.
4801         (python-describe-symbol): Simplify interactive form.
4802         Use emacs.help.  Do use temp-buffer-show-hook.
4803         Call print-help-return-message.
4804         (hippie-exp): Require when compiling.
4805         (python-preoutput-continuation): Use rx.
4807         * diff-mode.el (diff-make-unified): Fix regexp.
4809 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
4811         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
4812         filter groups from the buffer when rebuilding the Ibuffer buffer
4813         and `ibuffer-show-empty-filter-groups' is nil.
4815 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4817         * ps-print.el (ps-print-quote): Call ps-value-string.
4818         (ps-setup): Call ps-comment-string.
4819         (ps-value-string, ps-comment-string): New funs.
4821 2004-05-06  Juanma Barranquero  <lektu@terra.es>
4823         * ehelp.el (electric-help-command-loop): Check whether the last
4824         character is visible, not (point-max).
4826         * help-fns.el (help-argument-name): Default to bold; don't inherit
4827         from font-lock-variable-name-face.
4828         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
4830 2004-05-05  Kenichi Handa  <handa@m17n.org>
4832         * descr-text.el (describe-char): Copy the character with text
4833         properties and overlays into the first line, and call
4834         describe-text-properties on it.
4836 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
4838         * iswitchb.el (iswitchb-global-map): Fix typo.
4839         Remove unwanted ###autoloads from source file.
4841 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
4843         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
4844         in run-hooks.  Use substitute-command-keys in message.
4845         (wdired-abort-changes): Add message.
4847 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
4849         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
4850         (sql-emacs20-p): Remove.
4851         (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
4852         (sql-builtin-face, sql-doc-face): Remove.
4853         (sql-mode-ansi-font-lock-keywords)
4854         (sql-mode-oracle-font-lock-keywords)
4855         (sql-mode-postgres-font-lock-keywords)
4856         (sql-mode-linter-font-lock-keywords)
4857         (sql-mode-ms-font-lock-keywords)
4858         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
4859         (sql-product-font-lock): Fix font-lock reset when font rules change.
4860         (sql-highlight-product): Remove incorrect font-lock reset logic.
4862 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
4864         * ses.el (ses-set-parameter): Fix typo.
4866 2004-05-04  Kim F. Storm  <storm@cua.dk>
4868         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
4869         Must expand directory for completion to work; and don't mess with
4870         process-environment.
4871         (ido-read-file-name): If command has ido property, don't use ido
4872         if value is ignore, or read as directory if value is dir.
4873         Set ido ignore property for dired-do-rename command.
4875 2004-05-04  Juanma Barranquero  <lektu@terra.es>
4877         * ehelp.el (electric-help-command-loop, electric-help-undefined)
4878         (electric-help-help): Check against unmapped commands.
4880         * help-fns.el (help-argument-name): New face, inheriting from
4881         font-lock-variable-name-face, to highlight function arguments in
4882         `describe-function' and `describe-key'.
4883         (help-do-arg-highlight): Auxiliary function to highlight a given
4884         list of arguments in a string.
4885         (help-highlight-arguments): Highlight the function arguments and
4886         all uses of them in the docstring.
4887         (describe-function-1): Use it.  Do docstring output via `insert',
4888         not 'princ', so text attributes are preserved.
4890         * winner.el (winner-mode-map): Move `winner-undo' and
4891         `winner-redo' to C-c <left> and C-c <right>, respectively (the
4892         previous bindings conflict with `prev-buffer', `next-buffer').
4894 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4896         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
4897         (bibtex-entry-update): New command bound to C-c C-u.
4898         (bibtex-text-in-string): Fix regexp.
4899         (bibtex-assoc-of-regexp): Remove.
4900         (bibtex-progress-message): Fix docstring.
4901         (bibtex-inside-field): Use if.
4902         (bibtex-assoc-regexp): New function.
4903         (bibtex-format-entry): Make code more robust so that it formats
4904         also old entries.
4905         (bibtex-autokey-demangle-title): Merge with obsolete function
4906         bibtex-assoc-of-regexp.
4907         (bibtex-field-list): New function.
4908         (bibtex-entry): Use bibtex-field-list.
4909         (bibtex-parse-entry): Fix docstring.
4910         (bibtex-print-help-message): Use bibtex-field-list.
4911         (bibtex-make-field): Use bibtex-field-list.
4912         (bibtex-entry-index): Bugfix.  Return crossref key if required.
4913         (bibtex-lessp): Fix docstring.
4915 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
4917         * select.el (xselect-convert-to-string): Move comment to intended line.
4919 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4921         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
4922         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
4924 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4926         * term/x-win.el (x-clipboard-yank): Don't exit on error from
4927         x-get-selection.
4929 2004-05-03  Jason Rumney  <jasonr@gnu.org>
4931         * makefile.nt: Remove.
4933 2004-05-03  Kim F. Storm  <storm@cua.dk>
4935         * emulation/cua-base.el (cua--update-indications): Fix last change.
4936         (cua-mode): Deactivate mark when cua-mode is enabled.
4938 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
4940         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
4942 2004-05-03  Nick Roberts  <nickrob@gnu.org>
4944         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
4945         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
4946         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
4947         window over visible frames.
4948         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
4950 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4952         * progmodes/compile.el (compilation-gcpro): New var.
4953         (compilation-fake-loc): Use it.
4954         (compilation-forget-errors): Reset it.
4956 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
4958         * diff-mode.el (diff-header-face, diff-file-header-face):
4959         Use min-colors.
4961 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4963         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
4964         (bibtex-clean-entry): Disentangle code.
4965         (bibtex-realign): New function.
4966         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
4967         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
4968         Remove undocumented optional arg called-by-convert-alien.
4969         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
4970         for sorting instead of bibtex-sort-buffer.
4972 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
4974         * progmodes/compile.el (compilation-start): In the
4975         no-async-subprocesses branch, call sit-for to give redisplay a
4976         chance to show the updated process status in the mode line, and
4977         fontify the buffer explicitly after the process exits.
4979 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4981         * progmodes/python.el (python-compilation-line-number): Remove.
4982         (python-compilation-regexp-alist): Don't use it any more.
4983         (python-orig-start, python-input-filter): Remove.
4984         (inferior-python-mode): Don't set up comint-input-filter-functions.
4985         (python-send-region): Use compilation-fake-loc.
4987         * progmodes/compile.el (compilation-messages-start): New var.
4988         (compilation-mode): Don't setup next-error-function here.
4989         (compilation-setup): Set it up here instead (for minor modes as well).
4990         Make compilation-messages-start buffer local.
4991         (compilation-next-error-function): Use it.
4992         (compilation-forget-errors): Set compilation-messages-start.
4994 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
4996         * ielm.el (ielm-prompt-read-only): Update docstring.
4998         * comint.el (comint-prompt-read-only): Update docstring.
4999         (comint-update-fence, comint-kill-whole-line)
5000         (comint-kill-region): New functions.
5002         * simple.el (kill-whole-line): Use "p" instead of "P" in
5003         interactive form.
5005 2004-05-01  Juanma Barranquero  <lektu@terra.es>
5007         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
5008         format arglist so default values in CL-style argument lists are
5009         correctly shown.
5011 2004-05-01  Jason Rumney  <jasonr@gnu.org>
5013         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
5015 2004-05-01  Kenichi Handa  <handa@m17n.org>
5017         * international/titdic-cnv.el (miscdic-convert): Don't generate a
5018         quail file if it is up to date.
5020 2004-04-30  Juri Linkov  <juri@jurta.org>
5022         * cus-edit.el (custom-mode-map):
5023         Add key binding `C-x C-s' to `Custom-save'.
5025         * outline.el (outline-blank-line): New var.
5026         (outline-next-preface, outline-show-heading)
5027         (outline-end-of-subtree): Use it.
5029         * dired-aux.el (dired-touch-initial): New fun.
5030         (dired-do-chxxx): Call it for op-symbol `touch'.
5031         (dired-diff): Use `dired-dwim-target-directory'
5032         if current dired buffer has no buffer mark.
5034         * bindings.el (propertized-buffer-identification):
5035         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
5036         Add C-M-arrow keys for consistency.
5038         * files.el (confirm-kill-emacs):
5039         Change group from top-level `emacs' to `convenience'.
5041         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
5042         Push mark on the first call of successive command calls.
5043         (insert-pair): New fun created from `insert-parentheses' with
5044         `open' and `close' arguments added.  Enclose active regions
5045         in paired characters.  Compare adjacent characters syntax with
5046         inserted characters syntax before inserting a space.
5047         (insert-parentheses): Call `insert-pair' with ?\( ?\).
5049         * delsel.el: Don't put `delete-selection' property
5050         on `insert-parentheses' symbol to take advantage of
5051         region handling in `insert-pair' function.
5052         Suggested by Stephan Stahl <stahl@eos.franken.de>.
5054 2004-04-30  Kim F. Storm  <storm@cua.dk>
5056         * emulation/cua-base.el: Add support for changing cursor types;
5057         based on patch from Michael Mauger.
5058         (cua-normal-cursor-color, cua-read-only-cursor-color)
5059         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
5060         Customization cursor type and/or cursor color.
5061         (cua--update-indications): Handle cursor type changes.
5062         (cua-mode): Update cursor indications if enabled.
5064         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
5066         * mouse.el (mouse-drag-copy-region): New defcustom.
5067         (mouse-set-region, mouse-drag-region-1): Use it.
5069         * simple.el (kill-ring-save): If region face background color is
5070         unspecified (if no highlighting), show extent of fully visible
5071         region even if transient-mark-mode is enabled.
5073         * emulation/cua-base.el (cua--standard-movement-commands):
5074         Add cua-scroll-up and cua-scroll-down.
5075         (cua-scroll-up, cua-scroll-down): New commands.
5076         (cua--init-keymaps): Remap scroll-up and scroll-down.
5078         * emulation/cua-rect.el (cua--convert-rectangle-as):
5079         New defmacro.
5080         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
5081         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
5082         New commands (suggested by Jordan Breeding).
5084 2004-04-30  Juanma Barranquero  <lektu@terra.es>
5086         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
5088 2004-04-30  Mario Lang  <mlang@delysid.org>
5090         * diff.el (diff-switches): Fix typo in docstring.
5092 2004-04-30  Alex Schroeder  <alex@gnu.org>
5094         * xml.el (xml-debug-print-internal): Don't add newline and
5095         indentation to text nodes and write empty elements as empty tags
5096         instead of opening and closing tags.
5097         (xml-debug-print): Take optional indent-string argument.
5098         (xml-print): Alias for xml-debug-print.
5100 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
5102         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
5103         than duplicate call to `line-beginning-position'.
5105         * progmodes/f90.el (f90-get-present-comment-type):
5106         Return whitespace, as well as comment chars, for consistent filling
5107         of comment blocks.  Use `match-string-no-properties'.
5108         (f90-break-line): Trim trailing whitespace when filling comments.
5110 2004-04-30  Dave Love  <fx@gnu.org>
5112         * calendar/diary-lib.el (diary-outlook-formats): New variable.
5113         (diary-from-outlook-internal, diary-from-outlook)
5114         (diary-from-outlook-gnus, diary-from-outlook-rmail):
5115         New functions to import diary entries from Outlook-format
5116         appointments in mail messages.
5118 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5120         * progmodes/python.el (python-send-command): New fun.
5121         (python-send-region, python-load-file): Use it.
5123         * progmodes/compile.el (compilation-last-buffer): Add var alias.
5125         * help-fns.el (help-C-file-name): Use new subr-name.
5126         Prepend `src/' to the file name.
5127         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
5128         (describe-function-1, describe-variable): Only find a C source file
5129         name if DOC is already loaded.
5131         * help-mode.el (help-function-def, help-variable-def):
5132         Use the new find-function-search-for-symbol functionality.
5133         Allow FILE to be `C-source'.
5135         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
5136         (find-function-C-source): New fun.
5137         (find-function-search-for-symbol): Use it.
5139 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
5141         * progmodes/sql.el (sql-product-alist): Rename variable
5142         `sql-product-support'.  Add Postgres login parameters.
5143         (sql-set-product, sql-product-feature): Update with renamed variable.
5144         (sql-connect-postgres): Add username prompt.
5145         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
5146         Make patterns less product specific.
5147         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
5148         (sql-mode-abbrev-table): Modify initialization.
5149         (sql-builtin-face): Add variable.
5150         (sql-keywords-re): Add macro.
5151         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
5152         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
5153         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
5154         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
5155         (sql-mode-linter-font-lock-keywords)
5156         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
5157         (sql-mode-sybase-font-lock-keywords)
5158         (sql-mode-informix-font-lock-keywords)
5159         (sql-mode-interbase-font-lock-keywords)
5160         (sql-mode-ingres-font-lock-keywords)
5161         (sql-mode-solid-font-lock-keywords)
5162         (sql-mode-sqlite-font-lock-keywords)
5163         (sql-mode-db2-font-lock-keywords): Default to nil.
5164         (sql-product-font-lock): Always highlight ANSI keywords.
5165         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
5166         (sql-send-string): Add function.
5168 2004-04-29  Dave Love  <fx@gnu.org>
5170         * progmodes/cfengine.el (cfengine-beginning-of-defun)
5171         (cfengine-end-of-defun): Ensure progress through buffer.
5173         * info-look.el (cfengine-mode): Accept a terminal ().
5175 2004-04-29  Juri Linkov  <juri@jurta.org>
5177         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
5178         instead of isearch-yank-word-or-char.  Add new key bindings for
5179         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
5180         (isearch-del-char): New fun.
5181         (isearch-forward, isearch-edit-string): Update docstring.
5182         (isearch-yank-char): Doc fix.
5183         (isearch-other-meta-char): Restore point after scrolling.
5185         * progmodes/compile.el (compilation-context-lines): Add nil option
5186         to disable compilation output window scrolling.
5187         (compilation-set-window): Use it.
5189         * outline.el (outline-next-preface, outline-show-heading):
5190         Don't leave unhidden blank line before heading.
5191         (outline-end-of-subtree): Include last newline into subtree.
5192         (hide-entry): Leave point at beginning of heading instead of end.
5193         (outline-up-heading): Push mark for the first call of successive
5194         command calls.
5196 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
5198         * comint.el (comint-prompt-read-only): New variable.
5199         (comint-output-filter): Implement it.
5201         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
5202         (ielm-prompt-internal): New variable.
5203         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
5204         (ielm-send-input): Delete unused variable `buf'.
5205         (ielm-eval-input): Use `ielm-prompt-internal'.
5206         (inferior-emacs-lisp-mode): Use new variables
5207         `comint-prompt-read-only' and `ielm-prompt-internal'.
5208         Get rid of obsolete variable `directory-sep-char'.
5209         (ielm): Use `zerop'.
5211 2004-04-29  John Paul Wallington  <jpw@gnu.org>
5213         * thumbs.el (toplevel): Require cl at compile time.
5214         Remove conditional definitions of `ignore-errors' and `caddar'
5215         because they occur at run time.
5217 2004-04-28  Nick Roberts  <nickrob@gnu.org>
5219         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
5220         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
5221         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
5222         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
5224         * progmodes/gud.el (gud-common-init): Throw an error if program is
5225         already running under gdb.
5227 2004-04-28  John Paul Wallington  <jpw@gnu.org>
5229         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
5230         (thumbs-show-image-num): Move assignment of
5231         `thumbs-current-image-filename' within scope of `i'.
5232         (thumbs-emboss-image): Don't use `evenp'.
5234 2004-04-28  Richard M. Stallman  <rms@gnu.org>
5236         * progmodes/compile.el (compilation-context-lines): Default now 0.
5238 2004-04-28  Juanma Barranquero  <lektu@terra.es>
5240         Use `time-less-p' from calendar/time-date.el instead of defining
5241         custom versions of it.
5243         * pcomplete.el (pcomplete-time-less-p): Remove.
5245         * thumbs.el (time-less-p): Remove.
5247         * calendar/timeclock.el (timeclock-time-less-p): Remove.
5248         (timeclock-generate-report): Use `time-less-p'.
5250         * emacs-lisp/autoload.el (autoload-before-p): Remove.
5251         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
5253 2004-04-28  Masatake YAMATO  <jet@gyve.org>
5255         * subr.el (remove-overlays): Make arguments optional.
5257         * wid-edit.el (widget-specify-button): Put evaporate to the
5258         overlay for sample.
5259         (widget-specify-sample): Put evaporate to the overlay for sample.
5260         (widget-specify-doc): Put evaporate to the overlay for documentation.
5262 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
5264         * info.el (info-apropos): Make it an index node.  Align node names
5265         like makeinfo.
5267 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
5269         * net/browse-url.el (browse-url-netscape-sentinel)
5270         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
5271         (browse-url-epiphany-sentinel, browse-url-mosaic):
5272         Use browse-url-*-program instead of a literal program name.
5274 2004-04-27  Kevin Ryde  <user42@zip.com.au>
5276         * eshell/em-alias.el:
5277         * eshell/em-dirs.el:
5278         * eshell/em-hist.el:
5279         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
5280         features when M-x customize-group loads modules before the main
5281         eshell.el.
5283 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
5285         * subr.el (momentary-string-display): Support EXIT-CHAR that is
5286         either a character representation of an event or an event
5287         description list.
5289         * type-break.el: Capitalise Emacs and Lisp.
5290         (type-break-good-break-interval, type-break-demo-boring-stats)
5291         (type-break-terse-messages, type-break-file-name): New defcustoms.
5292         (type-break-post-command-hook)
5293         (type-break-warning-countdown-string): Quote variable names in doc.
5294         (type-break-interval-start, type-break-auto-save-file-name): New vars.
5295         (type-break-mode): Document type-break-good-break-interval and the
5296         "session" file.  Schedule break according to the session file.
5297         Kill session file buffer on exit.  Organise for save-some-buffers
5298         to always save the session file.
5299         (type-break-mode-line-message-mode, type-break-query-mode):
5300         Uppercase arguments.
5301         (type-break-file-time, type-break-file-keystroke-count, timep)
5302         (type-break-choose-file, type-break-get-previous-time)
5303         (type-break-get-previous-count): New defuns.
5304         (type-break): Avoid break querying after a completed break in the
5305         case where the query was initiated during user invocation of the
5306         break.  Optional terse messages.
5307         Use type-break-good-break-interval if type-break-good-rest-interval is
5308         nil.  File the break time.
5309         (type-break-schedule): New optional args for overriding the use of
5310         the current time.
5311         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
5312         after a break.
5313         (type-break-check): File the keystroke count.
5314         (type-break-do-query): Prevent a second query when the break is
5315         interrupted.  Optional terse message.
5316         (type-break-keystroke-reset): Record the start of a typing interval.
5317         (type-break-demo-boring): Optional terse messages.  Display word
5318         per minute and keystroke counts according to
5319         type-break-demo-boring-stats.
5321 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
5323         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
5324         directories, make sure they exist under archive-tmpdir.
5326 2004-04-27  Juri Linkov  <juri@jurta.org>
5328         * help.el (view-emacs-news): With argument, display info for the
5329         selected version by finding it among different NEWS files, and
5330         narrowing the buffer to the selected version.
5332         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
5333         same-window-buffer-names.
5334         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
5335         non-numeric prefix argument, append the number to the buffer name
5336         for numeric prefix argument.
5337         (info-other-window): Bind same-window-regexps to nil.
5338         (Info-reference-name): Rename to Info-point-loc.
5339         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
5340         and Info-find-index-name for stringy Info-point-loc.
5341         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
5342         without middle `.', but with final `.' and optional line number
5343         for it.  Set Info-point-loc for index nodes.
5344         (Info-index): Remove middle `.' from index entry regexp.
5345         Modify line number regexp.
5346         (Info-index-next): Decrement line number.
5347         (info-apropos): Remove middle `.' from index entry regexp.
5348         Add optional line number regexp at the end.  Add matched value
5349         for line number to the result list and insert it to the buffer.
5350         Replace match-string by match-string-no-properties.
5351         Reorder result list.
5352         (Info-fontify-node): Hide index line numbers.
5353         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
5354         empty matches.
5355         (Info-follow-reference): Use `str' instead of
5356         Info-following-node-name-re.
5357         (Info-toc): Use full file names.  Set Info-current-node to "Top".
5358         (Info-fontify-node): Compare file names without directory name.
5359         (Info-try-follow-nearest-node): Don't set Info-reference-name.
5360         Set second arg of Info-extract-menu-node-name for index nodes.
5361         (info-xref-visited): Use magenta3 instead of magenta4.
5362         (Info-mode): Add info-apropos to docstring.
5364         * log-view.el (log-view-diff): Replace interactive code "r"
5365         by a list to allow to call it even if region is not active.
5367         * paren.el (show-paren-highlight-openparen): New var.
5368         (show-paren-function): Turn on openparen highlighting when
5369         matching forward if show-paren-highlight-openparen is non-nil.
5371         * simple.el (kill-ring-save): Use blink-matching-delay instead of
5372         the constant value 1.
5373         (completions-common-part): Expand docstring.
5375         * textmodes/picture.el (picture-mode-map): Add arrow keys.
5377 2004-04-27  Kim F. Storm  <storm@cua.dk>
5379         * image.el (insert-sliced-image): Use line-height instead of
5380         line-spacing property on newline.
5382 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
5384         * desktop.el (desktop-buffer-misc-data-function): Rename to
5385         desktop-save-buffer and change docstring.
5386         (desktop-buffer-modes-to-save): Delete.
5387         (desktop-save-buffer-p): Use desktop-save-buffer instead of
5388         desktop-buffer-modes-to-save.
5389         (desktop-save): Rename desktop-buffer-misc-data-function to
5390         desktop-save-buffer and allow non-function value.
5391         (desktop-missing-file-warning): Correct docstring.
5393         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
5394         to desktop-save-buffer.
5396         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
5397         desktop-save-buffer.
5399         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
5401         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
5403 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
5405         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
5407 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
5409         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
5410         (ielm): Only go to the end of the buffer when starting a new process.
5412 2004-04-25  Juanma Barranquero  <lektu@terra.es>
5414         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
5415         mode line.  Bind `inhibit-read-only' to t before modifying
5416         properties of text in the buffer.
5417         (ielm): Force point to the end of buffer, even when running ielm
5418         from inside itself.
5420 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
5422         * info.el (info-apropos): Reset Info-complete-cache.
5424 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
5426         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5427         Also recognize severe Irix et al. messages.
5428         (compilation-normalize-filename, compile-abbreviate-directory):
5429         Delete functions.
5430         (compilation-get-file-structure): New function inherits
5431         functionality of the two preceding ones.
5432         (compilation-internal-error-properties, compilation-fake-loc):
5433         Use it so that different paths to the same file share the same
5434         markers.  Also optimize finding adjacent marker slightly.
5436 2004-04-25  Kim F. Storm  <storm@cua.dk>
5438         * image.el (insert-sliced-image): Add line-spacing t property
5439         to newlines separating image lines.
5441 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
5443         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
5445         * ielm.el (ielm-prompt-read-only): New user option.
5446         (ielm-prompt): Expand docstring to describe new behavior.
5447         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
5448         mention it in the docstring.
5450 2004-04-24  Andreas Schwab  <schwab@suse.de>
5452         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
5454         * diff.el (diff): Set default-directory in diff buffer.
5456 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
5458         * mail/sendmail.el (mail-bury): Don't delete the frame where the
5459         mail was being composed if the terminal cannot display more than
5460         one frame; instead, switch to previous frame.
5462         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
5463         (rmail-start-mail): Support rmail-mail-new-frame even on
5464         terminals that can display only one frame at a time.
5466 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5468         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
5469         (checkdoc-output-font-lock-keywords): Remove error regexp.
5470         (checkdoc-output-mode-map): Remove.
5471         (checkdoc-output-mode): Derive from compilation-mode.
5472         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
5474         * dired.el (dired-mode-map): Add a menu entry for wdired.
5476         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
5477         (rx-bracket, rx-check-any, rx-any): Clean up name space.
5479         * wdired.el: (wdired-mode-map): Move init into declaration.
5480         Fix `return' binding.
5481         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
5482         Use force-mode-line-update.
5483         (wdired-get-filename): Use `unless'.
5484         (wdired-preprocess-files): Don't assume names have no \n and use / for
5485         dir separator.
5486         (wdired-normalize-filename): Use replace-regexp-in-string.
5487         (wdired-load-hooks): Remove.
5488         (wdired-mode-hooks): Rename to wdired-mode-hook.
5490         * info-look.el: Add support for cfengine-mode.
5491         (info-lookup-setup-mode): Use dolist.
5493 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
5495         * wdired.el: New file.
5497 2004-04-23  Juanma Barranquero  <lektu@terra.es>
5499         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
5501         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
5502         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
5503         (pcomplete--help, pcomplete--here): Doc fixes.
5505 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
5507         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
5508         handles wrong-number-of-arguments in backend call.
5510         * vc.el (vc-print-log): Likewise.
5512 2004-04-20  Dave Love  <fx@gnu.org>
5514         * emacs-lisp/rx.el: Doc fixes.
5515         (rx-constituents): Add/extend many forms.
5516         (rx-check): Check form is a list.
5517         (bracket): Defvar.
5518         (rx-check-any, rx-any, rx-check-not): Modify.
5519         (rx-not): Simplify.
5520         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
5521         (rx-kleene): Use rx-trans-forms.
5522         (rx-quote-for-set): Delete.
5523         (rx): Allow multiple args.
5525 2004-04-23  Kenichi Handa  <handa@m17n.org>
5527         * international/mule-util.el (char-displayable-p): Simplify by
5528         using internal-char-font.
5530 2004-04-23  Juanma Barranquero  <lektu@terra.es>
5532         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
5534 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5536         * diff-mode.el (diff-next-error): New fun.
5537         (diff-mode): Use it.
5539         * simple.el (next-error): Change arg name.
5540         Add support for the documented C-u C-x ` usage.
5542         * frame.el (special-display-popup-frame, next-multiframe-window)
5543         (previous-multiframe-window): Only consider frames on same display.
5545 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
5547         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
5548         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
5550 2004-04-22  Kim F. Storm  <storm@cua.dk>
5552         * net/telnet.el (telnet): Add optional port arg.
5554 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5556         * progmodes/compile.el (compilation-mode-font-lock-keywords):
5557         Minor sanity check on the `hyperlink' slot.
5559         * Makefile.in (recompile): Compile new files.
5561         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
5562         Add byte-recompile-directory's optional `arg'.
5564         * cvs-status.el (cvs-tree-use-charset): New var.
5565         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
5566         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
5567         (cvs-status-cvstrees): Use it.
5569         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
5570         Make it a normal major mode.
5571         (checkdoc-buffer-label): Make sure the file name is meaningful.
5572         (checkdoc-output-to-error-buffer): Remove.
5573         (checkdoc-error, checkdoc-start-section): Rewrite.
5575         * info.el (info-node, info-menu-5, info-xref, info-header-node)
5576         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
5577         (Info-title-4-face): Use new syntax.
5578         (info-xref-visited): Inherit from info-xref.
5580         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
5582 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
5584         * simple.el (next-error-last-buffer, next-error-function):
5585         New variables for the next-error framework.
5586         (next-error-buffer-p): New function.
5587         (next-error-find-buffer): Generalize compilation-find-buffer.
5588         (next-error, previous-error, first-error, next-error-no-select)
5589         (previous-error-no-select): Move from compile.el.
5591         * replace.el (occur-next-error, occur-1): Hook into the next-error
5592         framework.
5594         * progmodes/compile.el (compilation-start):
5595         Set next-error-last-buffer so next-error knows where to jump.
5596         (compilation-setup): Set the buffer-local variable
5597         next-error-function to 'compilation-next-error-function.
5598         (compilation-buffer-p, compilation-buffer-internal-p): Use an
5599         alternate way to find if a buffer is a compilation buffer, for
5600         next-error convenience.
5601         (next-error-no-select, previous-error-no-select, next-error)
5602         (previous-error, first-error): Move to simple.el.
5603         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
5604         (compilation-last-buffer): Remove.
5605         (compilation-start, compilation-next-error, compilation-setup)
5606         (compilation-next-error-function, compilation-find-buffer):
5607         Remove compilation-last-buffer use.
5609 2004-04-21  Juanma Barranquero  <lektu@terra.es>
5611         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
5612         (font-lock-warning-face): Fix spacing.
5614         * makefile.w32-in (WINS): Add url/ directory.
5616 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
5618         * desktop.el (desktop-buffer-mode-handlers): New variable.
5619         Alist of major mode specific functions to restore a desktop buffer.
5620         (desktop-buffer-handlers): Make variable obsolete.
5621         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
5622         Catch errors signaled in handlers.  Update buffer count.
5623         Evaluate desktop-buffer-point.
5624         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
5625         move to dired.el.
5626         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
5627         move to info.el.
5628         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
5629         move to mail/rmail.el.
5630         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
5631         to mh-e/mh-e.el.
5632         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
5633         On fail, print message (to message buffer) even if
5634         desktop-missing-file-warning is nil.
5635         (desktop-buffer-misc-data-function): New buffer local variable.
5636         Function returning major mode specific data.
5637         (desktop-buffer-misc-functions): Make variable obsolete.
5638         (desktop-save): Use desktop-buffer-misc-data-function.
5639         (desktop-buffer-dired-misc-data): Rename to
5640         dired-desktop-buffer-misc-data and move to dired.el.
5641         (desktop-buffer-info-misc-data): Rename to
5642         Info-desktop-buffer-misc-data and move to info.el.
5643         (desktop-read): Add message about number of buffers restored/failed.
5645         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
5646         Add parameters.  Pause to display error only when
5647         desktop-missing-file-warning is non-nil.
5648         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
5649         (dired-mode): Bind desktop-buffer-misc-data-function.
5651         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
5652         Add Parameters.
5653         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
5654         (Info-mode): Bind desktop-buffer-misc-data-function.
5656         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
5657         Add Parameters.
5659         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
5660         Add Parameters.
5662 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
5664         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
5665         the case of letters in case-insensitive expansions when the
5666         abbrev is preceded by characters with letter syntax.
5668 2004-04-21  Richard M. Stallman  <rms@gnu.org>
5670         * progmodes/cperl-mode.el (cperl-putback-char):
5671         Delete Emacs 18 definition.
5673         * international/mule.el (ctext-post-read-conversion):
5674         Use assoc-string, not assoc-ignore-case.
5676         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
5678         * emacs-lisp/easymenu.el (easy-menu-add):
5679         Do call x-popup-menu, but only if it's defined.
5681         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
5683         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
5684         Handle multiple args: compile like progn.
5686         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
5687         take all args as &rest arg.
5689         * autoinsert.el (auto-insert-alist): Insert the user's name in
5690         copyright notice, rather than Free Software Foundation.
5692 2004-04-21  Kenichi Handa  <handa@m17n.org>
5694         * descr-text.el (describe-char): Make it work on *Help* buffer.
5696 2004-04-21  Kim F. Storm  <storm@cua.dk>
5698         * image.el (insert-image): Add optional SLICE arg.
5699         (insert-sliced-image): New defun.
5701 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
5703         * subr.el (read-number): Check whether `default' is nil.
5705 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5707         * progmodes/compile.el (compilation-error-properties):
5708         Split into two.
5709         (compilation-internal-error-properties): New one.
5710         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
5712 2004-04-20  Richard M. Stallman  <rms@gnu.org>
5714         * window.el (split-window-save-restore-data):
5715         Don't update the data if OLD-INFO is nil.
5717         * view.el (view-return-to-alist): Mark it permanent local.
5719         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
5721         * recentf.el (recentf-save-list): Catch and warn about errors.
5723         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
5724         so "Buffers" won't be pure.
5726         * help-mode.el (help-mode-finish): Set help-return-alist first
5727         thing, setting only the entry for the selected window.
5729         * help-fns.el (describe-function-1): If many non-control non-meta
5730         keys run the command, don't list all of them.
5732 2004-04-20  Juanma Barranquero  <lektu@terra.es>
5734         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
5735         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
5737         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
5739 2004-04-20  Kenichi Handa  <handa@m17n.org>
5741         * international/quail.el (quail-lookup-key): New optional arg
5742         NOT-RESET-INDICES.
5743         (quail-get-translations): Call quail-lookup-key with
5744         NOT-RESET-INDICES t.
5745         (quail-completion): Likewise.
5746         (quail-lookup-map-and-concat): Likewise.
5748 2004-04-20  Kenichi Handa  <handa@m17n.org>
5750         * international/quail.el (quail-update-translation): Don't insert
5751         such an unsupported multibyte char in a unibyte buffer.
5753 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
5755         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
5756         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
5757         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
5758         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
5759         (gdb-frame-assembler-buffer): Improve behaviour with
5760         multiple frames.
5761         (gdb-display-buffer): Extend search to all visible frames.
5763 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
5765         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
5766         characters left after base64 decoding.
5767         (rmail-decode-region): Use -dos variety of `coding', to remove any
5768         ^M characters left after qp or base64 decoding.
5770 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5772         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
5773         messages.
5775 2004-04-19  Stephen Eglen  <stephen@gnu.org>
5777         * add-log.el (add-change-log-entry): Update doc string to mention
5778         add-log-full-name and add-log-mailing-address.
5780 2004-04-18  Juri Linkov  <juri@jurta.org>
5782         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
5783         (Info-find-node-2): Simplify error message.
5784         (Info-insert-dir): Use Info-following-node-name.
5785         (Info-goto-node): Remove *info-history* and *info-toc*.
5786         (Info-history): Create a node of the virtual history file.
5787         (Info-toc): Create a node of the virtual toc file.
5788         (Info-insert-toc): New arg `curr-file' for reference file names.
5789         (info-apropos): Remove redundant var binding for temp-file.
5790         (Info-index, Info-index-next, Info-mode): Doc fix.
5791         (Info-goto-emacs-command-node): Don't jump to *info* from
5792         non-*info* Info buffers.
5793         (Info-fontify-node): Don't show the file name of external
5794         references if `Info-hide-note-references' is `hide'.  Don't hide
5795         newlines at the end of paragraphs.
5797         * international/mule-diag.el (list-input-methods):
5798         Fix args to help-xref-button.
5800         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
5801         to put into effect local variables from TUTORIAL files.
5803         * textmodes/paragraphs.el (sentence-end) <function>: New fun
5804         with default value taken from the variable `sentence-end'.
5805         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
5806         Add nil const to :type.
5807         (sentence-end-without-period, sentence-end-double-space)
5808         (sentence-end-without-space): Doc fix.
5810         * textmodes/paragraphs.el (forward-sentence):
5811         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
5812         (fill-delete-newlines):
5813         * progmodes/cc-cmds.el (c-beginning-of-statement):
5814         Use function `sentence-end' instead of variable `sentence-end'.
5816 2004-04-18  Andreas Schwab  <schwab@suse.de>
5818         * progmodes/compile.el (compilation-start): Set window start to
5819         point-min if compilation-scroll-output is nil.
5821 2004-04-18  John Wiegley  <johnw@newartisans.com>
5823         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
5825 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
5827         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
5828         (gdb-info-breakpoints-custom): Revert previous change.
5829         (gdb-view-assembler): Update assembler if necessary.
5830         (gdb-frame-handler): Parse correctly for gdb-current-frame.
5831         (gdb-display-source-buffer): Update properly when both source and
5832         assembler are visible.
5834 2004-04-17  John Wiegley  <johnw@newartisans.com>
5836         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
5837         which limits the number of names shown in the minibuffer.  Off by
5838         default.
5839         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
5840         up iswitchb for users with a multitude of open buffers by showing
5841         only the first and last N/2 buffers in the completion list (which
5842         is enough to aid C-s/C-r, and to know that more characters are
5843         needed to refine the completion list).
5845 2004-04-17  Richard M. Stallman  <rms@gnu.org>
5847         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
5848         (file-truename): Expand all ~ constructs directly.
5849         (insert-directory): Delete any error msg output by the
5850         `insert-directory-program'.
5852         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
5853         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
5854         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
5855         (allout-init): Use find-file-hook, not find-file-hooks.
5856         (allout-mode): Eliminate Emacs 18 support.
5857         Use write-contents-functions, not local-write-file-hooks.
5859 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
5861         * progmodes/compile.el (compilation-error-properties): Fix for
5862         adding messages when there are already markers for their file.
5863         (compilation-fake-loc): New function.
5865 2004-04-16  Dave Love  <fx@gnu.org>
5867         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
5868         (python-load-file): Fix python-orig-start setting.
5870         * progmodes/compile.el: Doc fixes.
5871         (compilation-error-regexp-alist-alist)
5872         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
5873         (compilation-assq): Wrap in eval-when-compile.
5874         (compilation-mode-font-lock-keywords): Don't use list*.
5875         (compilation-start): Avoid warning.
5876         (compilation-compat-error-properties)
5877         (compilation-directory-properties): Add keymap property.
5878         (compilation-parsing-end): Make it a marker for better compatibility.
5880         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
5882 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
5884         * xml.el: Doc fixes.
5885         (xml-get-children): Only looks at sub-tags and ignore strings.
5887         * xml.el (xml-parse-tag): Avoid overwriting node-name.
5889 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5891         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
5893 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
5895         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
5897         * vc.el (vc-print-log): Likewise.
5899 2004-04-16  Masatake YAMATO  <jet@gyve.org>
5901         * simple.el (completion-setup-function): Set an initial value
5902         to `element-common-end' before entering loop.  Set a value
5903         to `element-common-end' at the end of loop.
5904         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
5905         (completions-common-part): Rename from completion-de-emphasis.
5906         (completions-first-difference): Rename from completion-emphasis.
5907         Suggested by RMS.
5909 2004-04-16  Juanma Barranquero  <lektu@terra.es>
5911         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
5912         (bookmark-edit-annotation-mode): Add mode name.
5914 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5916         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
5917         for nested conflict markers.
5918         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
5920 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
5922         * progmodes/gdb-ui.el (gdb-goto-info): New function.
5924         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
5926 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5928         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
5929         Give a backtrace if requested.
5931         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
5933         * progmodes/python.el (python-mouse-2-command, python-RET-command):
5934         Remove unused functions.
5935         (python-orig-start-line, python-orig-file): Remove.
5936         (python-orig-start): New var.
5937         (python-input-filter, python-compilation-line-number)
5938         (python-send-region, python-load-file): Use it.
5940         * info.el (info): Always jump to *info*.
5942         * subr.el (posn-set-point): New function.
5944         * mouse.el (mouse-set-point): Use it.
5946         * progmodes/compile.el (compile-goto-error): Use it.
5947         (compilation-button-map): New keymap.
5948         (compilation-error-properties): Use it.
5949         (compilation-shell-minor-mode-map): Don't bind mouse-2.
5951         * smerge-mode.el (smerge-popup-context-menu): Use it.
5953         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
5954         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
5955         mouse and non-mouse case.
5957         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
5958         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
5960         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
5961         Make it work for non-mouse events.
5963         * pcvs-info.el (cvs-status-map): Update binding name.
5965 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
5967         * xml.el (xml-maybe-do-ns): New function to handle namespace
5968         parsing of both attribute and element names.
5969         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
5970         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
5971         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
5972         (xml-parse-attlist): Make it do its own namespace parsing.
5974 2004-04-14  Dave Love  <fx@gnu.org>
5976         * progmodes/python.el (run-python): Fix use of \n.
5977         (python-load-file): Remove `try' from Python fragment.
5978         (python-describe-symbol): Fix message.
5980         * comint.el: Doc fixes.
5981         (comint-last-input-start, comint-last-input-end)
5982         (comint-last-output-start): Give them values.
5983         (comint-arguments): Avoid warning.
5984         (comint-skip-prompt): Use line-end-position.
5985         (comint-backward-matching-input): Rename arg to agree with doc.
5986         (comint-extract-string): Use syntax-ppss.
5987         (comint-dynamic-simple-complete): Delete useless list construction.
5988         (comint-redirect-subvert-readonly): New.
5989         (comint-redirect-preoutput-filter): Use it.
5991         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
5992         Correctly handle negative arguments when calling hook functions.
5994 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
5996         * info.el (info-apropos): Don't clobber Info-history-list.
5998 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
6000         * progmodes/compile.el (compilation-setup):
6001         Localize overlay-arrow-position.
6002         (compilation-sentinel): Restructure code equivalently.
6003         (compilation-next-error): Find message on same line after point if
6004         not found before point.
6005         (compile-mouse-goto-error): Restore function so that compilation
6006         buffer need not be current and use compile-goto-error.
6007         (compile-goto-error): Restore function.
6008         (next-error): Set overlay-arrow-position.
6009         (compilation-forget-errors): Don't localize already local
6010         compilation-locs and remove FIXME about refontifying.
6012 2004-04-14  Kim F. Storm  <storm@cua.dk>
6014         * startup.el (emacs-quick-startup): New defvar (set by -Q).
6015         (command-line): New option -Q.  Like -q --no-site-file, but
6016         in addition it also disables menu-bar, tool-bar, scroll-bars,
6017         tool-tips, and the blinking cursor.
6018         (command-line-1): Skip startup screen if -Q.
6019         (fancy-splash-head): Use ":align-to center" prop to center splash image.
6021         * emulation/cua-base.el (cua-read-only-cursor-color)
6022         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
6024 2004-04-13  Dave Love  <fx@gnu.org>
6026         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
6027         (syntax): Don't require.
6028         (python) <defgroup>: Add :version.
6029         (python-quote-syntax): Re-written.
6030         (inferior-python-mode): Move stuff here from run-python and add
6031         some more.
6032         (python-preoutput-continuation, python-preoutput-result)
6033         (python-dotty-syntax-table): New.
6034         (python-describe-symbol): Use them.
6035         (run-python): Move stuff to inferior-python-mode.  Modify code
6036         loaded into Python.
6037         (python-send-region): Use python-proc, python-send-string.
6038         (python-send-string): Send newlines too.  Callers changed.
6039         (python-load-file): Re-written.
6040         (python-eldoc-function): New.
6041         (info-look): Don't require.
6042         (python-after-info-look): New.  A modified version of former
6043         top-level code for use with eval-after-load.
6044         (python-maybe-jython, python-guess-indent): Use widened buffer.
6045         (python-fill-paragraph): Re-written.
6046         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
6047         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
6049 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6051         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
6052         Set compilation-error-regexp-alist earlier.
6054         * progmodes/compile.el (compilation-minor-mode-map)
6055         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
6056         (compile-goto-error): Re-merge the mouse and non-mouse commands.
6058 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6060         * progmodes/compile.el (compile-goto-error): Select the buffer/window
6061         corresponding to the event.
6063 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
6065         * loadup.el: Add cygwin to system-type list, for unexec() support.
6067 2004-04-12  John Paul Wallington  <jpw@gnu.org>
6069         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
6070         (ibuffer-restore-window-config-on-quit): New variable to replace
6071         `ibuffer-delete-window-on-quit'.  Update all references.
6072         (ibuffer-prev-window-config): New variable.
6073         (ibuffer-quit): Restore previous window configuration instead of
6074         deleting window.
6075         (ibuffer): Save window configuration before showing Ibuffer buffer.
6077         * help.el (describe-mode): Doc fix.
6079 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6081         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
6082         not to treat nil as a function.
6084         * vc-arch.el (vc-arch-root): Be a bit more careful.
6085         (vc-arch-register): Save the buffer if we modified it.
6086         (vc-arch-delete-rej-if-obsolete): Save excursion.
6087         (vc-arch-find-file-hook): Use the simpler after-save-hook.
6088         (vc-arch-responsible-p, vc-arch-init-version): New functions.
6090         * net/ldap.el (ldap-search): Use list*.
6092 2004-04-12  Juri Linkov  <juri@jurta.org>
6094         * info.el (Info-follow-reference): Allow multiline reference name.
6096 2004-04-11  Dave Love  <fx@gnu.org>
6098         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
6100         * progmodes/python.el: New file.
6102 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
6104         * vc-hooks.el (vc-arg-list): Function removed.
6105         (vc-default-workfile-unchanged-p): Use condition-case to check for
6106         backward compatibility.
6108         * vc.el (vc-print-log): Use condition-case to check for backward
6109         compatibility.
6111 2004-04-11  Juri Linkov  <juri@jurta.org>
6113         * dired.el (dired-faces): New defgroup.
6114         (dired-header, dired-mark, dired-marked, dired-flagged)
6115         (dired-warning, dired-directory, dired-symlink, dired-ignored):
6116         New faces.
6117         (dired-header-face, dired-mark-face, dired-marked-face)
6118         (dired-flagged-face, dired-warning-face, dired-directory-face)
6119         (dired-symlink-face, dired-ignored-face): New face variables.
6120         (dired-font-lock-keywords): Use them instead of font-lock faces.
6121         Split the rule for dired marks into 3 separate rules: for marks,
6122         marked file names and flagged file names.
6124         * help-mode.el (help-make-xrefs): Add a final newline to the
6125         *Help* buffer.
6127 2004-04-11  John Paul Wallington  <jpw@gnu.org>
6129         * replace.el (occur-engine): Distinguish between one and several
6130         matches in the matches per buffer heading.
6132 2004-04-11  Kim F. Storm  <storm@cua.dk>
6134         * ido.el (ido-confirm-unique-completion): New defcustom.
6135         (ido-complete): Use it.
6136         (ido-write-file): Set it to t unconditionally.
6138 2004-04-10  Miles Bader  <miles@gnu.org>
6140         RCS keyword removal (only non-comment changes are enumerated here):
6142         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
6143         (byte-compile-insert-header): Don't use `byte-compile-version'.
6144         * forms.el (forms-version): Variable removed.
6145         (forms-mode): Don't use `forms-version'.
6146         * recentf.el (recentf-version): Variable removed.
6147         * progmodes/delphi.el (delphi-version): Variable removed.
6148         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
6150 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6152         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
6154 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
6156         * info.el (info-apropos): Improve menu item regexp.
6158 2004-04-09  Simon Josefsson  <jas@extundo.com>
6160         * mail/smtpmail.el: Add comment, based on report by
6161         kdc@rcn.com (Kevin D. Clark).
6163 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6165         * progmodes/compile.el (compilation-mode-font-lock-keywords):
6166         Redo one more thing that I didn't notice Daniel had undone.
6168 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
6170         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
6171         (gdb-goto-breakpoint, gdb-display-buffer)
6172         (gdb-display-source-buffer, gdb-view-source-function)
6173         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
6174         (gdb-source-info, gdb-frame-handler): Don't specify a window
6175         for display.
6176         (gdb-info-breakpoints-custom): Remove superfluous update of
6177         assembler buffer.
6178         (gdb-many-windows): Make settable outside gdb.
6180 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
6182         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
6183         Derive from fundamental-mode rather than text-mode.
6185 2004-04-08  Juri Linkov  <juri@jurta.org>
6187         * info.el (Info-history): Doc fix.
6188         (Info-history-list): New var.
6189         (info-xref): Change magenta4 to blue, remove bold for dark and
6190         light backgrounds, change bold to underline for non-color classes.
6191         (info-xref-visited): New face.
6192         (Info-fontify-visited-nodes): New custom.
6193         (Info-hide-note-references): Add new value `hide'.  Doc fix.
6194         (Info-reference-name): New var.
6195         (Info-selection-hook): New custom.
6196         (Info-edit-mode-hook): New var.
6197         (Info-find-file): New fun.
6198         (Info-find-node): Move part of code to Info-find-file.
6199         (Info-find-node-2): Add anchors to Info-history-list.  Move point
6200         to the place with the reference name if name is defined.
6201         (Info-select-node): Add current node to Info-history-list.
6202         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
6203         (Info-search-whitespace-regexp): New custom.
6204         (Info-search-case-fold): New var.
6205         (Info-search): Add "case-sensitively" to the prompt.
6206         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
6207         (Info-search-case-sensitively, Info-search-next): New fun.
6208         (Info-up): Move point to the menu item of the current node.
6209         (Info-history): New fun.  Add *info-history* to
6210         same-window-buffer-names.
6211         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
6212         (Info-insert-toc): New fun.
6213         (Info-build-toc): New fun.
6214         (Info-follow-reference): Add new arg `fork'.  Doc fix.
6215         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
6216         with the same name prefer the reference closest to point.
6217         (Info-next-reference): Replace * by + in the *Note regexp.
6218         Add regexp for http:// and ftp://.  Skip the *Note prefix.
6219         (Info-prev-reference): Replace * by + in the *Note regexp.
6220         Add regexp for http:// and ftp://.  Skip the *Note prefix.
6221         (Info-follow-nearest-node): Add new arg `fork'.
6222         (Info-try-follow-nearest-node): Add new arg `fork'.
6223         Call browse-url for http:// and ftp:// references.
6224         Set Info-reference-name for index entries.
6225         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
6226         Info-search-next, Info-history, Info-toc, clone-buffer.
6227         (Info-menu-update): Replace * by + in the *Note regexp.
6228         (Info-mode): Add documentation for Info-history, Info-toc,
6229         Info-search-case-sensitively, Info-search-next, clone-buffer.
6230         (Info-fontify-menu-headers): Remove fun.  Move code to
6231         Info-fontify-node.
6232         (Info-fontify-node): Add docstring.  Add local vars
6233         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
6234         then fontify header line, titles, menu headers, http and ftp
6235         references, refill paragraphs.  If not-fontified-p is t or
6236         fontify-visited-p is t then fontify cross references, menu items.
6237         Fontify menu headers.  Fontify http and ftp references.
6238         Change regexp for cross references to require whitespace after *Note,
6239         add matching groups for file and node names.  Remove hack for quote.
6240         Use display property for Info-hide-note-references=t.  Use fifth
6241         or fourth match for help-echo.  Display visited nodes in a
6242         different face.  Unhide file names of external references.
6243         Unhide newlines.  Display visited menu items in a different face.
6245 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6247         * progmodes/compile.el: Require CL.
6248         (compilation-mode-font-lock-keywords): Re-install the "line as
6249         function" patch.
6251         * help-fns.el (help-C-source-directory): New var.
6252         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
6253         (describe-function-1, describe-variable): Use them.
6255         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
6256         to C source files specially.
6258 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
6260         * info.el (Info-hide-cookies-node): New function.
6261         (Info-select-node): Use it.
6262         (Info-display-images-node): Remove message with image file name.
6264 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
6266         * progmodes/compile.el (compilation-warning-face)
6267         (compilation-info-face, compilation-skip-threshold)
6268         (compilation-skip-visited, compilation-context-lines):
6269         Declare :version when added to Emacs.
6270         (compilation-error-regexp-alist-alist): Extend caml and irix.
6271         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
6272         (compilation-mode-font-lock-keywords): Temporarily undo line as
6273         function patch, which wasn't ready.
6275 2004-04-07  Kenichi Handa  <handa@m17n.org>
6277         * international/latin1-disp.el (latin1-display-setup): Check each
6278         character is displayable or not instead of calling
6279         latin1-display-check-font.
6281 2004-04-06  Kenichi Handa  <handa@m17n.org>
6283         * language/ethio-util.el (ethio-sera-being-called-by-w3):
6284         New variable.
6285         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
6286         instead of sera-being-called-by-w3.
6287         (ethio-fidel-to-sera-buffer): Likewise.
6288         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
6289         instead of sera-being-called-by-w3.
6290         (ethio-write-file): Likewise.
6292 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6294         * printing.el: Doc fix.
6296 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
6298         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
6299         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
6300         (gdb-setup-windows): Only use separate IO buffer if required.
6302 2004-04-06  Kim F. Storm  <storm@cua.dk>
6304         * term.el (term-is-xemacs): Remove.
6305         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
6306         (term-window-width): New function.
6307         (term-mode, term-check-size): Use it.
6308         (term-mode): Disable overflow-newline-into-fringe in term buffer.
6310 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
6312         * cus-edit.el (custom-add-parent-links): Change unbound variable
6313         `symbol' to `name'.
6315 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
6316         * info.el (info-apropos): New function.
6317         (Info-mode-menu): Add it.
6318         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
6320         * help-mode.el (help-make-xrefs): Recognize aliased variable with
6321         inherited docstring.
6323         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
6325 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6327         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
6329         * progmodes/compile.el (font-lock): Don't require any more.
6330         (compilation-error-properties, compilation-start, compilation-sentinel)
6331         (compilation-filter, next-error): Use with-current-buffer.
6332         (compilation-skip-to-next-location, compilation-skip-threshold)
6333         (compilation-skip-visited): Move to silence the byte-compiler.
6334         (compilation-setup): Simplify.
6335         (compilation-next-error): Use line-(beginning|end)-position.
6336         Make sure `pt' is non-nil before using compilation-loop.
6337         (compile-goto-error): Add optional event arg.  Use it.
6338         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
6339         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
6340         Update the binding for mouse-2.
6341         (first-error): Set compilation-current-error to nil rather than bob.
6342         (compilation-parsing-end, compilation-parse-errors-function)
6343         (compilation-error-list, compilation-old-error-list):
6344         "New" compatibility variables.
6345         (compile-buffer-substring, compilation-compat-error-properties)
6346         (compilation-compat-parse-errors, compilation-forget-errors):
6347         New compatibility functions.
6348         (compilation-mode-font-lock-keywords): Use them.
6350 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
6352         * autorevert.el (auto-revert-handler): If point (or a window
6353         point) is at the end of the buffer, keep it there after
6354         reverting.  This allows to tail a file.
6355         Mention this in the `Commentary'.
6357         * format.el (format-write-file): Add optional argument CONFIRM
6358         and make it behave like the analogous argument to `write-file'.
6360 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6362         * progmodes/ebnf2ps.el: Doc fix.
6363         (ebnf-version): New version number (4.2).
6364         (ebnf-syntax): Customization and docstring fix.
6365         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
6366         Put autoloaded funs before first use.
6367         (ebnf-style-database): Add dtd entry.
6368         (ebnf-syntax-alist): Add dtd initialization.
6369         (ebnf-token-sequence): New fun.
6370         (ebnf-comment-table): Add new comment action character.
6371         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
6373         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
6374         Type Definition for XML).
6376         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
6377         * progmodes/ebnf-bnf.el (ebnf-sequence):
6378         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
6379         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
6380         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
6381         Code simplification: call ebnf-token-sequence.
6383 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
6385         * calendar/timeclock.el (timeclock-relative)
6386         (timeclock-get-project-function, timeclock-get-workday-function)
6387         (timeclock-query-out, timeclock-when-to-leave)
6388         (timeclock-when-to-leave-string, timeclock-log-data)
6389         (timeclock-generate-report, timeclock-in): Doc fixes.
6391 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6393         * url/: New dir.  Import the URL package from its repository.
6395 2004-04-03  Andreas Schwab  <schwab@suse.de>
6397         * diff-mode.el (diff-mode): Fix missing quote.
6399 2004-04-03  Juri Linkov  <juri@jurta.org>
6401         * descr-text.el (describe-property-list): Add `font-lock-face'.
6403         * dired.el (dired-font-lock-keywords): Fix permission regexps.
6405 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6407         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
6408         Use utf-16le on little endian machines and utf-16be otherwise.
6410 2004-04-02  David Kastrup  <dak@gnu.org>
6412         * net/browse-url.el (browse-url-generic): Use call-process
6413         instead of start-process to allow browsers that fork and detach.
6415 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
6417         * compile.el (compilation-current-error): New var.
6418         (compilation-setup, compile-mouse-goto-error)
6419         (compile-goto-error, next-error): Use it.
6420         (compilation-skip-to-next-location): Default to t, which gives
6421         contiguous skipping like old compile (where this was redundant).
6422         (compilation-next-error): Prevent previous-* commands from moving
6423         back to message at or just before point.
6425 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
6427         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
6428         (gdb-source-info): Don't display source at startup, if required.
6429         (gdb-show-main): New option.
6430         (gdba): Update documentation.
6431         (gdb-source): Cover case of auto-display output.
6433 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
6435         * autorevert.el: Delete obsolete autoload's and defvar's.
6436         (auto-revert-check-vc-info): New user option.
6437         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
6438         (auto-revert-handler-vc): Delete.
6439         (auto-revert-handler): Treat return value `fast' of
6440         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
6442         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
6443         return `fast'.
6445         * files.el (buffer-stale-function): Doc change.
6447 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6449         * printing.el: New tip on Tips section.
6450         (pr-version): New version number (6.7.4).
6451         (pr-shell-file-name): Initialization fix.
6453 2004-03-31  Juri Linkov  <juri@jurta.org>
6455         * dired.el: Add autoload for `dired-do-touch'.
6456         (dired-touch-program): New var.
6457         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
6458         (dired-no-confirm): Add `touch' to docstring.
6460         * dired-aux.el (dired-do-touch): New fun.
6461         (dired-do-chxxx): Add argument -t for touch operation.
6463         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
6464         `dired-move-to-filename-regexp'.
6466 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
6468         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
6470 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6472         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
6473         and only if the buffer was modified.
6475 2004-03-30  Kenichi Handa  <handa@m17n.org>
6477         * international/characters.el: Delete pairs for U+2308..U+230B.
6479 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
6481         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
6482         to detect the beginning of a level 2 or 3 annotation.
6484 2004-03-29  Kenichi Handa  <handa@m17n.org>
6486         * international/ucs-tables.el (ucs-insert): Fix the error message.
6488 2004-03-29  Kenichi Handa  <handa@m17n.org>
6490         * international/mule-util.el (char-displayable-p): Fix generation
6491         of XLFD file name.
6493         * Makefile.in (setwins, setwins_almost): Change directory to $wd
6494         before finding directories by `find'.
6496 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6498         * subr.el (interactive-form): Delete.  Now implemented in C.
6500         * pcvs.el (cvs-parse-process): Workaround for Darwin.
6502         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
6503         (vc-diff-label): New fun.
6504         (vc-diff-internal): Use it.
6506         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
6508 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6510         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
6512         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
6513         specify XML (EBNFX).
6515         * progmodes/ebnf2ps.el: Doc fix.
6516         (ebnf-version): New version number (4.1).
6517         (ebnf-syntax): Adjust customization.
6518         (ebnf-style-database): Add ebnfx entry.
6519         (ebnf-syntax-alist): Add ebnfx initialization.
6520         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
6522         * printing.el: Doc fix.
6523         (pr-version): New version number (6.7.3).
6524         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
6525         returns nil for mouse position.  Reported by Drew Adams
6526         <drew.adams@oracle.com>.
6527         (pr-update-menus): Modify interactive declaration.  Reported by Drew
6528         Adams <drew.adams@oracle.com>.
6530 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
6532         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
6533         (gud-gdba-marker-filter): Log the process input and output, if
6534         required.  From Stefan Monnier.
6535         (gdb-debug-log, gdb-enable-debug-log): New variables.
6536         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
6538 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6540         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
6541         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
6543 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
6545         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
6546         Call vc-find-file-hook here instead of in auto-revert-buffers.
6547         (auto-revert-buffers): Delete call to vc-find-file-hook.
6548         (auto-revert-verbose, global-auto-revert-non-file-buffers)
6549         (global-auto-revert-mode, auto-revert-set-timer)
6550         (auto-revert-handler, auto-revert-buffers): Doc fixes.
6552 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
6554         * woman.el (woman-change-fonts): Rename local variable
6555         woman-font-alist to font-alist to avoid a compiler warning.
6557 2004-03-27  Dave Love  <fx@gnu.org>
6559         * emacs-lisp/rx.el (rx): Doc fix.
6560         Fix copyright years.
6562         * strokes.el (strokes-global-set-stroke-string): New function.
6563         (strokes-list-strokes): Cope with strings, not just commands.
6564         Set foreground colour of image.
6565         (strokes-global-set-stroke): Doc fix.
6567 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
6569         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
6570         Auto Revert mode.
6571         (Buffer-menu-files-only): New variable.
6572         (Buffer-menu-toggle-files-only): New function.
6573         (Buffer-menu-mode-map): Bind it to `T'.
6574         (Buffer-menu-mode): Mention `T' in docstring.
6575         Set buffer-stale-function.
6576         (list-buffers-noselect): Mark buffer non-modified and set
6577         Buffer-menu-files-only.
6579         * dired.el (buffer-stale-function): Remove no longer needed defvar.
6581         * autorevert.el (auto-revert-handler): Print revert message
6582         before, rather than after, reverting.
6583         (buffer-stale-function): Move to files.el.
6585         * files.el (buffer-stale-function): Move here from autorevert.el.
6587 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6589         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
6591         * calc/calc.el (calc-mode-map): Use mapc.
6593         * apropos.el (apropos-mode): Don't autoload.
6594         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
6595         (apropos): Use it.
6596         (apropos-print): Add optional `text' argument.
6597         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
6598         Don't assume point-min == 1.
6600         * bs.el (bs-buffer-list): Use buffer-local-value.
6601         (bs--set-toggle-to-show): Use with-current-buffer.
6603         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
6604         New funs.
6605         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
6607         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
6609         * dabbrev.el (dabbrev-expand): Fix regexp construction.
6610         (dabbrev--find-expansion): Use pop.
6611         (dabbrev--search): Use match-string-no-properties.
6613         * dired.el (dired-mode): Use run-mode-hooks.
6614         (dired-move-to-end-of-filename): Use match-string.
6616         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
6617         is bound before using it.
6618         (ediff-verbose-p): Make it into a var since it's not constant.
6620         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
6622         * faces.el (read-face-font): Don't cons up unnecessarily.
6623         (header-line, tool-bar): Share common parts.
6625         * files.el (file-relative-name): Use compare-strings.
6627         * finder.el (finder-mode): Follow coding convention.
6629         * subr.el (read-number): New function.
6631         * ses.el (ses-read-number): Move to subr.el.
6632         (ses-set-header-row): Use read-number.
6634 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
6636         * vc-hooks.el (vc-arg-list): New function, which handles both
6637         compiled and uncompiled code.
6638         (vc-default-workfile-unchanged-p): Use it.
6640         * vc.el (vc-print-log): Undo prev change, use new function
6641         vc-arg-list from vc-hooks.el.
6643 2004-03-26  Masatake YAMATO  <jet@gyve.org>
6645         * simple.el (completion-setup-function): Emphasize the
6646         first uncommon characters in the completions; and de-emphasize
6647         the common prefix substrings.
6648         (completion-emphasis): New face.
6649         (completion-de-emphasis): New face.
6651 2004-03-25  Juanma Barranquero  <lektu@terra.es>
6653         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
6654         Comment out (it's unused and unfinished code).
6656 2004-03-25  Sam Steingold  <sds@gnu.org>
6658         * vc.el (vc-print-log): Fix a bug in the last patch:
6659         backend-function may be a byte-compiled object, not a lambda.
6661 2004-03-25  Juri Linkov  <juri@jurta.org>
6663         * descr-text.el (describe-property-list): Add a button
6664         for `face' property that calls `describe-face'.
6665         Suggested by luis fernandes <elf@ee.ryerson.ca>
6667         * international/mule.el (keyboard-coding-system):
6668         * kmacro.el (kmacro-call-macro): Fix docstring.
6670         * dired.el: Fix comments.
6672         * textmodes/fill.el (fill): Fix Info link.
6674         * font-lock.el (fast-lock, lazy-lock):
6675         * jit-lock.el (jit-lock): Remove links to removed Support Modes
6676         Info node.
6678         * eshell/eshell.el (eshell): Fix broken info-link.
6680         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
6681         * eshell/em-banner.el (eshell-banner):
6682         * eshell/em-smart.el (eshell-smart):
6683         * eshell/esh-cmd.el (eshell-cmd):
6684         Comment out broken info-links to incomplete Info manual.
6686         * info-xref.el: Fix commentary.
6688 2004-03-25  Kevin Ryde  <user42@zip.com.au>
6690         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
6691         Remove spurious node duplicate suppression, doesn't work, not wanted.
6692         (info-xref-output): Take format style args, add "sit-for 0" to let
6693         user see the results as they progress.
6694         (info-xref-check-all-custom): New function.
6696 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
6698         * gdb-ui.el: Moved to progmodes.
6700 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6702         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
6704 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
6706         * calendar/appt.el (appt-check): Remove superfluous progn.
6707         When finished with diary buffer: if it was not being displayed
6708         before, kill it; otherwise restore its original state.
6709         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
6711         * calendar/calendar.el (calendar-set-mode-line): Use total
6712         available mode-line width, rather than frame-width.
6714         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
6715         after mode change so effect not lost.
6717 2004-03-23  Dave Love  <fx@gnu.org>
6719         * dired.el (dired) <defgroup>: Add link to manual.
6720         (dired-font-lock-keywords): Add highlighting on unusual permissions.
6721         (dired-revert): Use dolist.
6722         (dired-mode-map): Add U binding.
6723         (dired-mode): Add font-lock-beginning-of-syntax-function.
6724         (dired-garbage-files-regexp): Make it a defcustom.
6726 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6728         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
6729         is equivalent to nil.
6730         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
6731         (vc-arch-mode-line-string): Accept `added' state.
6732         (vc-arch-state): Use inode-sigs if available.
6733         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
6734         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
6735         (vc-arch-tagline-re): New var.
6736         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
6737         New functions.
6738         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
6739         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
6741         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
6742         (vc-file-not-found-hook): Use it.
6744         * diff-mode.el (diff-default-read-only): Change default.
6745         (diff-mode-hook): Make it a defcustom.  Add some options.
6746         (diff-mode-map): Bind diff-refine-hook.
6747         (diff-yank-handler): New var.
6748         (diff-yank-function): New fun.
6749         (diff-font-lock-keywords): Use them.
6750         (diff-end-of-file): Handle case where file-header looks like diff text.
6751         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
6752         (diff-file-kill): Delete a subsequent empty line, if applicable.
6753         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
6754         (diff-find-file-name): Use it.
6755         (diff-tell-file-name): New command.
6756         (diff-mode): Be careful with view-mode.
6757         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
6758         New functions, for use in diff-mode-hook.
6759         (diff-find-source-location): Catch "regex too large" errors.
6760         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
6761         (diff-refine-hunk): New command.
6763         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
6764         (smerge-context-menu-map): Remove unused var.
6765         (smerge-keep-all): Preserve markers.
6766         (smerge-keep-n): New fun.
6767         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
6768         (smerge-keep-current, smerge-ediff): Use it.
6769         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
6770         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
6771         (smerge-resolve): Resolve trivial 3-part conflicts.
6773 2004-03-23  Juri Linkov  <juri@jurta.org>
6775         * man.el (Man-width): New var.
6776         (Man-getpage-in-background): Use it.
6777         (Man-support-local-filenames): New var and fun.
6778         (Man-build-man-command): Don't add a second %s.
6779         (Man-fontify-manpage): Clean up message.
6780         (Man-mode): Set outline-regexp, outline-level,
6781         imenu-generic-expression.
6783         * woman.el (woman-fill-frame): Doc fix.
6784         (woman-decode-region): Use window-width instead of frame-width.
6786         * abbrevlist.el (list-one-abbrev-table):
6787         * descr-text.el (describe-char):
6788         * international/mule-diag.el (describe-current-coding-system):
6789         * international/quail.el (quail-insert-decode-map):
6790         Use window-width instead of frame-width.
6792         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
6793         (jka-compr-mode-alist-additions): Add tbz.
6794         (jka-compr-write-region, jka-compr-insert-file-contents):
6795         Add message for undefined compress-program.
6796         (jka-compr-write-region): Remove redundant var bindings.
6798         * dired-x.el (dired-guess-shell-alist-default): Add choices for
6799         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
6800         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
6801         (dired-man): Use dired-guess-shell-command.
6802         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
6803         Change default nil to t.
6805         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
6806         (dired-compare-directories): Add default value for empty input.
6808         * help-at-pt.el: Move suggestions for key bindings to Commentary.
6810         * time.el (display-time-string-forms): Fix help-echo date format.
6812 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
6814         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
6815         (buffer-stale-function): New variable.
6816         (auto-revert-list-diff, auto-revert-dired-file-list)
6817         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
6818         (auto-revert-handler): Take over some functionality of deleted
6819         functions.
6820         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
6822         * dired.el (dired-directory-changed-p): New fun, extracted from
6823         dired-internal-noselect.
6824         (dired-buffer-stale-p): New fun.
6825         (dired-internal-noselect): Use dired-directory-changed-p.
6826         Eliminate revert messages.
6827         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
6829 2004-03-23  Kenichi Handa  <handa@m17n.org>
6831         * international/characters.el: Setup syntaxes for more parentheses
6832         Unicode characters.
6834         * international/mule-cmds.el (select-safe-coding-system):
6835         Merge coding-system and auto-cs before comparing them.
6837 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6839         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
6841         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
6842         normal-auto-fill-function and comment-indent-function.
6843         The default values now work just as well.
6844         Don't set font-lock-beginning-of-syntax-function since we already set
6845         syntax-begin-function.
6846         (lisp-outline-level): Put ;;;###autoload at same level as (.
6847         (prin1-char): Quote special chars.
6849         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
6850         than with-no-warnings.
6852         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
6853         if the source location can't be found.
6854         (edebug-compute-previous-result): Use prin1-char.
6856         * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
6857         (debug-ignored-errors): Add an entry.
6859         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
6860         (byte-compile-file): Output warning when deleting a file.
6862         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
6863         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
6865         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
6866         (byte-compile-inline-expand): Use backquote.
6867         (byte-optimize-pure-func): Rename from byte-optimize-concat.
6868         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
6870         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
6872         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
6874 2004-03-22  Juri Linkov  <juri@jurta.org>
6876         * finder.el (finder-known-keywords): Fix data, tex, unix.
6878         * play/landmark.el: Fix keywords.
6880         * language/ethio-util.el (ethio-find-file): Doc fix.
6882         * emacs-lisp/warnings.el: Doc fix.
6884         * textmodes/ispell.el (ispell-help): Doc fix.
6886 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
6888         * format.el (format-insert-file): Always return a list of two
6889         elements, like insert-file-contents does.
6891 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
6893         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
6894         and vc-BACKEND-diff.
6895         (vc-print-log): If the print-log implementation supports it, use
6896         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
6897         (vc-version-diff, vc-diff-internal): Doc fixes.
6899         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
6900         implementation supports it, let diff output go to *vc*,
6901         not *vc-diff*, since this is an internal call.
6903         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
6905         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
6907         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
6909 2004-03-21  Dave Love  <fx@gnu.org>
6911         * progmodes/cfengine.el (cfengine-mode):
6912         Set parse-sexp-ignore-comments.
6914         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
6916 2004-03-21  Juanma Barranquero  <lektu@terra.es>
6918         * allout.el (allout-mode): Fix docstring.
6920 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
6922         * files.el (insert-directory): Fix bug if SWITCHES is a list.
6924         * autorevert.el (auto-revert-interval): Make new value take
6925         effect immediately when set through Custom.
6926         (auto-revert-set-timer): Add interactive declaration.
6928 2004-03-19  David Ponce  <david@dponce.com>
6930         * ruler-mode.el (ruler-mode-header-line-format-old):
6931         Don't `make-variable-buffer-local'.
6932         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
6933         (ruler-mode-header-line-format): Simply funcall the above.
6934         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
6935         to save/restore a previous header line format.
6936         (ruler-mode-space): Don't depend on a numeric WIDTH value.
6937         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
6938         fringes and margins width.
6939         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
6941 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6943         * log-edit.el (log-edit-font-lock-keywords): Typo.
6945         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
6946         (tex-send-tex-command): Rather than here.
6947         (tex-compilation-parse-errors): Simplify.
6949         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
6951         * time.el (display-time-string-forms): Add help-echo with date on time.
6953         * composite.el (compose-region): Use restore-buffer-modified-p.
6955         * disp-table.el (standard-display-8bit): Simplify.
6957         * server.el (server-process-filter): Delete temp frame.
6959         * add-log.el (add-change-log-entry): Simplify.
6961 2004-03-19  Kim F. Storm  <storm@cua.dk>
6963         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
6964         (hexl-follow-line): Don't require 'fringe.
6966         * progmodes/compile.el (compilation-start): Always set
6967         compilation-last-buffer and return it.
6969 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
6971         * simple.el (clone-buffer): Doc fix.
6973 2004-03-18  Juanma Barranquero  <lektu@terra.es>
6975         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
6977 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6979         * log-edit.el (log-edit-font-lock-keywords): New var.
6980         (log-edit-mode): Use it.
6982 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
6984         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
6985         properly for watching in speedbar.
6987 2004-03-17  Masatake YAMATO  <jet@gyve.org>
6989         * smerge-mode.el (smerge-popup-context-menu):
6990         Put `unwind-protect' around `overlay-put' and `popup-menu'.
6992 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6994         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
6995         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
6996         Take sealed revisions into account.
6997         (vc-arch-checkin): Extract a summary line from the message.
6999 2004-03-16  Masatake YAMATO  <jet@gyve.org>
7001         * register.el (register): Provide `register' feature.
7003 2004-03-15  Masatake YAMATO  <jet@gyve.org>
7005         Added context menu support in smerge mode.
7006         Most of the part is written by Stefan Monnier.
7008         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
7009         New keymap and menu.
7010         (smerge-text-properties): New function.
7011         (smerge-remove-props): New function.
7012         (smerge-popup-context-menu): New function.
7013         (smerge-resolve): Call `smerge-remove-props'.
7014         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
7015         (smerge-keep-current): Ditto.
7016         (smerge-kill-current): New function.
7017         (smerge-match-conflict): Put text properties.
7018         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
7020 2004-03-15  David Ponce  <david@dponce.com>
7022         * ruler-mode.el: (ruler-mode-left-fringe-cols)
7023         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
7024         (ruler-mode-right-scroll-bar-cols): Remove.
7025         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
7026         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
7027         Use fringe-columns and scroll-bar-columns.
7029 2004-03-15  Masatake YAMATO  <jet@gyve.org>
7031         * hl-line.el (hl-line-range-function): New variable.
7032         (hl-line-move): New function.
7033         (global-hl-line-highlight): Use `hl-line-move'.
7034         (hl-line-highlight): Ditto.
7036         * scroll-bar.el (scroll-bar-columns):
7037         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
7039         * ruler-mode.el (top-level): Require scroll-bar and fringe.
7040         (ruler-mode-left-fringe-cols)
7041         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
7042         (ruler-mode-right-scroll-bar-cols)
7043         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
7044         (ruler-mode-ruler-function): New variable.
7045         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
7046         if the value for `ruler-mode-ruler-function'is given.
7048         * hexl.el (hexl-mode-hook): Make the hook customizable.
7049         (hexl-address-area, hexl-ascii-area): New customize variables.
7050         (hexlify-buffer): Put font-lock-faces on the address area and
7051         the ascii area.
7052         (hexl-activate-ruler): New function.
7053         (hexl-follow-line): New function.
7054         (hexl-highlight-line-range): New function.
7055         (hexl-mode-ruler): New function.
7057 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7059         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
7060         (vc-default-find-file-hook): New fun.
7061         (vc-find-file-hook): Call new find-file-hook operation.
7063         * vc-arch.el: New file.
7065 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
7067         * info-look.el (info-lookup): Reuse an existing Info window.
7069 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
7071         * woman.el (woman-preserve-ascii): Default value changed to t and
7072         doc string revised.
7074 2004-03-12  Richard M. Stallman  <rms@gnu.org>
7076         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
7077         Fix minor bug.
7079         * replace.el (occur-engine): Change message for count of matches.
7081         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
7082         For strings, do compare text properties.
7084 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
7086         * progmodes/compile.el (compile-auto-highlight)
7087         (compilation-error-list, compilation-old-error-list)
7088         (compilation-parse-errors-function, compilation-parsing-end)
7089         (compilation-error-message, compilation-directory-stack)
7090         (compilation-enter-directory-regexp-alist)
7091         (compilation-leave-directory-regexp-alist)
7092         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
7093         (compilation-current-file, compilation-regexps): Remove vars.
7095         (compile-error-at-point, compilation-error-filedata)
7096         (compilation-error-filedata-file-name, compile-reinitialize-errors)
7097         (compilation-next-error-locus, compilation-forget-errors)
7098         (count-regexp-groupings, compilation-parse-errors)
7099         (compile-collect-regexps, compile-buffer-substring): Remove funs.
7101         (compile-internal): Make obsolete.
7103         (compilation-first-column, compilation-error)
7104         (compilation-directory-matcher, compilation-page-delimiter)
7105         (compilation-mode-font-lock-keywords, compilation-debug)
7106         (compilation-error-face, compilation-warning-face)
7107         (compilation-info-face, compilation-line-face)
7108         (compilation-column-face, compilation-enter-directory-face)
7109         (compilation-leave-directory-face, compilation-skip-threshold)
7110         (compilation-skip-visited, compilation-context-lines): New vars.
7112         (compilation-warning-face, compilation-info-face)
7113         (compilation-message-face): New faces.
7115         (compilation-error-regexp-alist-alist): New constant.
7117         (compilation-face, compilation-directory-properties)
7118         (compilation-assq, compilation-error-properties, compilation-start)
7119         (define-compilation-mode, compilation-loop)
7120         (compilation-set-window): New functions.
7122         (compile): Additional argument for interactive compiles like TeX.
7124         * progmodes/grep.el (kill-grep): Move here from compile.el
7125         (grep-error, grep-hit-face, grep-error-face)
7126         (grep-mode-font-lock-keywords): New variables.
7127         (grep-regexp-alist): Simplify regexp and add `binary' case.
7128         (grep-mode): New mode.
7129         (grep-process-setup): Simplify.
7131 2004-03-11  Jason Rumney  <jasonr@gnu.org>
7133         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
7134         letters on DOS/Windows.
7136 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7138         * server.el (server-name): New var.
7139         (server-socket-dir): New var to replace server-socket-name.
7140         (server-start): Use them.
7142 2004-03-11  Simon Josefsson  <jas@extundo.com>
7144         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
7145         died to avoid infloop.  Reported by Jonathan Glauner
7146         <jglauner@sbum.org>.
7148 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7150         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
7151         (smerge-mode-menu): Use it to deactivate menu entries.
7152         (smerge-keep-current): New fun.
7153         (smerge-keep-current): Use it.
7155 2004-03-10  John Paul Wallington  <jpw@gnu.org>
7157         * foldout.el (foldout-fold-list, foldout-modeline-string):
7158         Declare them as variables, not constants.
7160 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7162         * ps-print.el: Modification to print *Messages* buffer.
7163         (ps-print-version): New version 6.6.4.
7164         (ps-message-log-max): New fun.
7165         (ps-spool-without-faces, ps-spool-with-faces)
7166         (ps-count-lines-preprint): Code fix.
7168         * printing.el: New tips in Tips section.
7170 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7172         * delim-col.el: Doc fix.
7174         * printing.el: Doc fix.  New doc section (Tips).
7176 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7178         * type-break.el (type-break-emacs-variant): Remove.
7179         (type-break-run-at-time, type-break-cancel-function-timers):
7180         Use fboundp rather than version name and number.
7182 2004-03-09  Masatake YAMATO  <jet@gyve.org>
7184         * hexl.el (hexl-mode): Use `make-local-variable' instead of
7185         `make-variable-buffer-local'.
7187 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
7189         * find-dired.el (find-dired): Call `shell-command' instead of
7190         `start-process-shell-command'.  By this, Tramp takes over
7191         handling of remote directories.
7193 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7195         * newcomment.el (comment-use-global-state): New var.
7196         (comment-search-forward): Use it.
7198         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
7200         * cus-edit.el (fill) <defgroup>: Move to fill.el.
7202         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
7203         (enable-kinsoku): Make it a defcustom.
7204         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
7205         paragraph to same-comment-start-marker.
7207 2004-03-07  Dave Love  <fx@gnu.org>
7209         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
7210         (browse-url-mail): Use it.
7212         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
7213         (rfc2368-unhexify-string): Use replace-regexp-in-string.
7215 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
7217         * woman.el (woman-man.conf-path): Doc fix.
7218         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
7220 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
7222         * sort.el (sort-columns): Remove ms-dos from the list of systems
7223         where the external `sort' command is not used.
7225 2004-03-07  Kim F. Storm  <storm@cua.dk>
7227         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
7228         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
7229         from overlay-arrow-variable-list.
7230         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
7232 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
7234         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
7235         overlay arrow string properly for the assembler buffer.
7237 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7239         * mail/sendmail.el (mail-mode): Fix last change.
7241 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
7243         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
7244         for the assembler buffer.
7245         (gdb-assembler-custom): Position the overlay arrow.
7246         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
7248 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7250         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
7252         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
7253         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
7255         * mail/sendmail.el (mail-mode): Set comment-start-skip.
7257         * newcomment.el (uncomment-region): Allow non-terminated comment.
7258         (comment-normalize-vars): Check the user-specified comstart marker.
7260 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
7262         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
7263         Otherwise, do use it if the region only contains font-lock text
7264         properties.
7266 2004-03-04  Masatake YAMATO  <jet@gyve.org>
7268         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
7269         as the callback function for eldoc.
7270         (hexl-print-current-point-info): New function.
7271         (hexl-current-address): Print the address in both decimal
7272         and hexadecimal format.
7274 2004-03-04  Richard M. Stallman  <rms@gnu.org>
7276         * mail/rmail.el (rmail-convert-to-babyl-format):
7277         Specify t for UNIBYTE when calling mail-unquote-printable-region.
7279         * mail/mail-utils.el (mail-unquote-printable-region):
7280         New arg UNIBYTE.
7282         * startup.el (command-switch-alist): Doc fix.
7284         * simple.el (undo): Temporarily set this-command to `undo-start',
7285         then set it to `undo' once undo-start returns without error.
7287         * simple.el (minibuffer-history-sexp-flag): Doc fix.
7289         * simple.el (kill-line): Don't disregard trailing whitespace
7290         in eol condition, if show-trailing-whitespace is set.
7292         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
7293         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
7294         When disabling, restore old values only if mouse-sel-has-been-enabled.
7296         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
7297         (isearch-{-char): New function.
7298         (isearch-mode-map): Bind { to isearch-{-char.
7300         * font-lock.el (lisp-font-lock-keywords-2):
7301         Turn off the CL with-... and do-... general patterns.
7302         Instead, recognize several specific with... and do... constructs.
7304         * files.el (switch-to-buffer-other-window):
7305         Bind same-window-buffer-names and same-window-regexps to nil.
7306         (switch-to-buffer-other-frame): Likewise.
7308 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7310         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
7311         recognizing leading comment on code line.
7313 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7315         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
7316         hidden files/directories.
7318 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7320         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
7321         only comment-start (in case the mode hasn't set it).
7323         * Makefile.in (AUTOGENEL): New var.
7324         (bootstrap-prepare): Rename from bootstrap-clean.
7325         Don't remove elc files.
7326         (maintainer-clean): New target.
7328         * xml.el (xml-get-attribute-or-nil): Simplify.
7330 2004-03-02  Juri Linkov  <juri@jurta.org>
7332         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
7333         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
7334         URL to prevent their substitution with the environment variable
7335         values by browsers.
7337 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7339         * ps-print.el: Doc fix.
7340         (ps-print-version): New version number (6.6.3).
7341         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
7342         Docstring fix.
7343         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
7344         before printing.
7345         (ps-time-stamp-yyyy-mm-dd): New fun.
7346         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
7348 2004-03-02  Kim F. Storm  <storm@cua.dk>
7350         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
7352 2004-03-01  Juanma Barranquero  <lektu@terra.es>
7354         * allout.el (allout-rebullet-heading): Fix typo in docstring.
7356         * desktop.el (desktop-file-version)
7357         (desktop-after-read-hook): Fix typos.
7358         (desktop-clear-preserve-buffers): Remove redundant info in
7359         docstring already shown by the obsolescence message.
7360         (desktop-truncate, desktop-internal-v2s)
7361         (desktop-value-to-string): Change argument name to match docstring.
7363         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
7365         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
7366         docstring.
7368 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7370         * printing.el: Replace "As Is..." in PostScript file print/preview by
7371         "No Preprocessing...".  Suggested by Colin Marquardt
7372         <_marquardt_@zmd.de>.
7373         (pr-insert-section-4): Adjust buffer interface.
7375 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
7377         Version 2.0.39 of Tramp released.
7379         * net/tramp.el (tramp-handle-file-local-copy)
7380         (tramp-handle-write-region, tramp-open-connection-rsh):
7381         Variable name typo.  Small change.  From Patrick Tullmann
7382         <tullmann@flux.utah.edu>.
7383         (tramp-process-connection-type): New variable.
7384         (tramp-maybe-open-connection): Use it.
7385         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
7386         (tramp-touch): Set last-modified time of a remote file.
7387         (tramp-handle-write-region): Say which function is used when encoding.
7389 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
7391         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
7392         case of non-existing filename, too.  Reported by Christoph Bauer
7393         <c_bauer@informatik.uni-kl.de>.
7394         (tramp-smb-get-file-entries): The directory in question should
7395         have permissions "drwxrwxrwx".  Just virtual, because we don't
7396         know the real permissions.  Don't we know?
7397         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
7398         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
7399         (tramp-smb-wait-for-output): Optimize algorithm getting pending
7400         output.  If it was received chunkwise, there have been problems.
7401         Remove the "prompt not found" error message; it is obvious.
7402         Simplify algorithm.
7403         (tramp-smb-process-running): Remove.  Since we acknowledge the
7404         virtual prompt for shares, there's no need for distinction of
7405         reading shares (process ends afterwards) and interactive mode of
7406         smblient.
7407         (tramp-smb-open-connection): Setting process sentinel removed.
7408         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
7409         "NT_STATUS_NETWORK_ACCESS_DENIED".
7410         (tramp-smb-maybe-open-connection): Set `process-connection-type'
7411         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
7412         (top-level): Setting default value in `tramp-default-method-alist'
7413         corrected.  Order of USER and HOST have been wrong.
7414         Nobody complained for months ...
7415         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
7416         (tramp-smb-open-connection): Clear password cache if login has failed.
7418         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
7419         `tramp-unified-filenames'.
7420         (tramp-completion-mode): Make test for XEmacs explicitely.
7421         `event-to-character' can exists in Emacs packages too.
7422         Reported by Matt Swift <swift@alum.mit.edu>.
7423         (tramp-buffer-name): Buffer name must contain the user if exists.
7424         Reported by Adrian Phillips <a.phillips@met.no>.
7425         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
7426         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
7427         (tramp-do-copy-or-rename-file-out-of-band): Rename from
7428         `tramp-do-copy-or-rename-file-one-local', because it handles also
7429         the case both files use the same out-of-band method.
7430         Implementation added.
7431         (tramp-handle-file-local-copy, tramp-handle-write-region):
7432         Out-of-band handling removed.  `copy-file' called instead, which
7433         calls `tramp-do-copy-or-rename-file-out-of-band'.
7434         (tramp-action-password): Check for out-of-band method removed.
7435         This function is used for 'login-program.
7436         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
7437         appropriate.
7438         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
7439         and `tramp-parse-sknownhosts'.
7440         (tramp-completion-function-alist): It's a defvar now, because we
7441         want to apply the optimized `tramp-set-completion-function'
7442         instead of a static list.
7443         (tramp-set-completion-function): Implementation tuned.
7444         Avoid double entries, and entries where the function or the
7445         file/directory doesn't exist.
7446         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
7447         for SSH2.
7448         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
7449         (tramp-handle-dired-compress-file): New function.
7450         (tramp-async-proc): New variable.
7451         (tramp-handle-shell-command): Adding asynchronous processes.
7452         They are far from being perfect, but it works at least for
7453         `find-grep-dired' and `find-name-dired' in Emacs 21.4.
7454         (top-level): Require password.el if visible.  Should be mandatory
7455         once No Gnus has found its way into (X)Emacs.
7456         (tramp-read-passwd): Invoke `password-read' if available,
7457         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
7458         fallback any longer.
7459         (tramp-clear-passwd): New function.
7460         (tramp-process-actions, tramp-process-multi-actions):
7461         Clear password cache if login has failed.
7463         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
7464         its own module.
7465         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
7466         `ange-ftp-ftp-name-res'.  There could be incorrect values from
7467         previous calls in case the "ftp" method is used in the Tramp file
7468         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
7470 2004-02-28  Richard M. Stallman  <rms@gnu.org>
7472         * term.el (term-mouse-paste): Call mouse-set-point.
7474         * thumbs.el: New file.
7476 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7478         * progmodes/ebnf-abn.el: Doc fix.
7480         * progmodes/ebnf-bnf.el: Doc fix.
7481         (ebnf-repeat): Code fix.
7483         * progmodes/ebnf2ps.el: Doc fix.
7484         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
7486 2004-02-28  Juri Linkov  <juri@jurta.org>
7488         * ffap.el (dired-at-point): Additional writability test for
7489         relative directory names.
7490         (dired-at-point-prompter): Treat directories as a directory, get
7491         the directory component from files.
7492         (ffap-string-at-point): Return string from region if region is active.
7493         (ffap-file-at-point): Remove redundant code.
7495 2004-02-28  Kim F. Storm  <storm@cua.dk>
7497         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
7498         Initialize margin area images to nil.
7499         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
7500         (breakpoint-enabled-bitmap-face)
7501         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
7502         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
7503         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
7504         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
7505         (gdb-reset): Use gdb-remove-breakpoint-icons.
7506         (gdb-put-string): Add dprop arg to specify alternative display
7507         property (for setting fringe bitmap).
7508         (gdb-remove-strings): Doc fix.
7509         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
7510         icon in fringe (if available), or else as icon or text in display
7511         margin.  Creates necessary icons in breakpoint-bitmap,
7512         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
7513         Also make left window margin if required.
7514         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
7515         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
7516         no longer needed.
7517         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
7518         gdb-put-breakpoint-icon.
7519         (gdb-assembler-mode): Don't set left-margin-width here.
7521 2004-02-27  Kevin Ryde  <user42@zip.com.au>
7523         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
7524         comma, so that it DTRT in macros.
7526 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
7528         * progmodes/sh-script.el (sh-shell-arg)
7529         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
7530         (sh-leading-keywords, sh-other-keywords): Fix custom type.
7532 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
7534         * faces.el (face-spec-set-match-display): Add a new attribute,
7535         `min-colors'.
7536         (region, highlight, secondary-selection): Use `min-colors'.
7538         * custom.el (defface): Add documentation for `min-colors'.
7540         * font-lock.el (font-lock-comment-face, font-lock-string-face)
7541         (font-lock-keyword-face, font-lock-function-name-face)
7542         (font-lock-variable-name-face, font-lock-constant-face):
7543         Use `min-colors'.
7545         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
7547 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7549         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
7550         define assq-delete-all if it's not defined.
7551         (ebnf-generate-region): Code fix.
7553         * printing.el: Doc fix.
7554         (pr-version): New version number (6.7.2).
7555         (pr-command): Return empty string if command is an empty string.
7557 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7559         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
7561         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
7562         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
7563         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
7564         "tt" ["test"] ).  Reported by Markus Dreyer
7565         <mdreyer@ix.urz.uni-heidelberg.de>.
7566         (ebnf-version): New version number (4.0).
7567         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
7568         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
7569         (ebnf-delete-style): New commands.
7570         (ebnf-directory, ebnf-file): New funs.
7571         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
7572         (ebnf-production-name-p, ebnf-stop-on-error): New options.
7573         (ebnf-syntax-alist): New var.
7574         (ebnf-element-width): New fun replacing ebnf-list-width.
7575         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
7576         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
7577         (ebnf-prologue): Adjust vars.
7578         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
7579         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
7580         (ebnf-check-style-values, ebnf-generate-production)
7581         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
7582         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
7583         (ebnf-token-repeat): Code fix.
7585         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
7586         %right, %left and %prec.  Suggested by Matthew K. Junker
7587         <junker@alum.mit.edu>.
7588         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
7590         * progmodes/ebnf-iso.el: Doc fix.
7591         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
7592         (ebnf-iso-lex): Code fix.
7594         * progmodes/ebnf-bnf.el: Doc fix.
7595         (ebnf-bnf-lex): Code fix.
7597         * progmodes/ebnf-otz.el: Doc fix.
7599 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
7601         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
7602         (abbrev-prefix-mark): Doc fix.
7604 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
7606         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
7607         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
7608         (gdb-var-delete): Make interactive (really).
7609         (gdb-edit-value): Make non-interactive.
7611         * progmodes/gud.el (gud-speedbar-menu-items):
7612         Add gdb-var-delete and, indirectly, gdb-edit-value.
7613         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
7614         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
7615         (gud-gdb-marker-filter): Add comment for annotations.
7617 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
7619         * calendar/calendar.el (generate-calendar)
7620         (calendar-read-date): Prevent display of BC calendars once more -
7621         reverts 2003-10-01 change.
7622         (generate-calendar-month): Doc fix.
7624 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
7626         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
7627         return value of increment-calendar-month.
7629 2004-02-21  Stephen Compall  <s11@member.fsf.org>
7631         * saveplace.el (save-place-forget-unreadable-files)
7632         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
7633         (save-place-forget-unreadable-files): New function.
7634         (save-place-alist-to-file): Use it to filter out files that are
7635         no longer readable.
7637         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
7638         current Texinfo environment, using the same method as in
7639         `texinfo-insert-@end', and insert a space rather than a newline if
7640         point in a @table environment.
7642 2004-02-21  Juri Linkov  <juri@jurta.org>
7644         * ffap.el (ffap-file-at-point): Try parent directories.
7646 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
7648         * vcursor.el (vcursor-modifiers): New defcustom.
7649         (vcursor-cs-binding): Use vcursor-modifiers instead of a
7650         hard-coded list.
7652 2004-02-21  Masatake YAMATO  <jet@gyve.org>
7654         * play/animate.el (animate-birthday-present): Accept names other
7655         than `Sarah', too.
7657 2004-02-21  Juri Linkov  <juri@jurta.org>
7659         * startup.el: Remove table of command line arguments from the
7660         Commentary section.
7662 2004-02-20  John Wiegley  <johnw@newartisans.com>
7664         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
7665         again" modifier from 'e' to 'E', since 'e' is also used by the
7666         "file extension" modifier.
7668 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
7670         * help-fns.el (describe-categories): Doc fix.
7672 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
7674         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
7675         temporary file for buffer already visiting one.  This change makes
7676         output likely to be directly usable by patch program.
7677         Suggested by Adrian Aichner  <adrian@xemacs.org>
7679 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
7681         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
7682         case of variables defined in compound statements.
7683         (gdb-setup-windows, gdb-source-info, gdb-source-info):
7684         Simplify constructions using switch-to-buffer.
7686 2004-02-19  Simon Josefsson  <jas@extundo.com>
7688         * play/morse.el: Fix typo.
7689         (morse-code): Add @.
7691 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
7693         * calendar/appt.el (appt-display-format): Change default to
7694         'ignore, for backwards compatibility.
7695         (appt-display-message): If appt-display-format is 'ignore,
7696         respect old vars appt-msg-window and appt-visible.
7697         (appt-activate): Don't depend on return value of cancel-timer.
7699         * calendar/calendar.el (calendar-holidays): Doc fix.
7701         * calendar/cal-coptic.el (coptic-prompt-for-date):
7702         Use assoc-string instead of assoc-ignore-case.
7703         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
7704         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
7705         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
7706         * calendar/cal-islam.el (calendar-goto-islamic-date)
7707         (mark-islamic-diary-entries): Ditto.
7708         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
7709         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
7710         (calendar-read-mayan-tzolkin-date): Ditto.
7711         * calendar/calendar.el (calendar-read-date): Ditto.
7712         * calendar/diary-lib.el (mark-diary-entries): Ditto.
7714 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
7716         * progmodes/executable.el (executable-command-find-posix-p):
7717         Fix choice of the directory.
7719 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
7721         * simple.el (interprogram-cut-function)
7722         (interprogram-paste-function, kill-new, kill-append):
7723         Doc fixes.
7724         (kill-region): Make it return nil.  Doc fix.
7725         (yank-pop): Make its argument optional.
7726         (yank): Make ARG `-' equivalent to `-1'.
7728 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
7730         * mail/rmail.el (rmail-get-new-mail): Don't reference
7731         rmail-use-spam-filter if rmail-spam-filter is not loaded.
7733 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
7735         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
7736         if one of global-auto-revert-non-file-buffers or autorevert-mode
7737         is non-nil.
7739 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
7741         * subr.el (delete-dups): A better implementation from Karl Heuer
7742         <kwzh@gnu.org>.
7744 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
7746         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
7747         correct place.
7748         * progmodes/icon.el (icon-indent-command): Ditto.
7749         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
7751 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
7753         * progmodes/grep.el (grep-compute-defaults): Undo change from
7754         2004-01-29: don't use executable-command-find-posix-p.
7756 2004-02-16  Richard Sharman  <rsharman@pobox.com>
7758         * hilit-chg.el: Use require instead of eval-and-compile.
7759         (highlight-compare-buffers): New function.
7761 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
7763         * man.el (Man-fontify-manpage): Render section headings in
7764         `Man-overstrike-face' even when overstrike was not used by man
7765         formatter for section headings.
7767 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
7769         * rmail-spam-filter.el: (vm-use-spam-filter)
7770         (rsf-min-region-length-added-to-spam-list): New variables.
7771         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
7772         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
7773         spam testing.  Don't delete spam message if automatic deletion
7774         after output via variable rmail-delete-after-output is turned on.
7775         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
7776         rsf-bbdb-dont-create-entries-for-spam.
7777         (check-field): New function, extracted from code in
7778         rmail-spam-filter to ease addition of header fields like content-type.
7779         (message-content-type): New variable to check the content-type:
7780         field added, also in defcustom of rsf-definitions-alist.
7781         (rmail-spam-filter): Replace repeated test code for header fields
7782         by calls to check-field; change the call to
7783         rmail-output-to-rmail-file such that rmail-current-message stays
7784         the same to avoid wrong deletion of unseen flags.
7785         (rsf-add-contents-type): New function to convert old format
7786         of rmail-spam-definitions-alist into new one.
7787         Change prefixes of all variables and functions from
7788         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
7790 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
7792         * loadhist.el (unload-hook-features-list): New defvar.
7794 2004-02-16  Dave Love  <fx@gnu.org>
7796         * loadhist.el (unload-feature): Doc fix.  Rename flist to
7797         unload-hook-features-list.
7799 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
7801         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
7802         cookie.  Don't check if we are looking-at open-formula.
7804 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
7806         * subr.el (match-string-no-properties): Use substring-no-properties.
7808 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
7810         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
7811         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
7812         Use lower-case "rx" in all error message.
7814 2004-02-16  Dave Love  <fx@gnu.org>
7816         * emacs-lisp/rx.el (rx-or): Put group around result.
7817         (rx-constituents): Add backref.
7818         (rx-syntax): Add string-delimiter, comment-delimiter.
7819         (rx-categories): Add combining-diacritic.
7820         (rx-check-not, rx-greedy, rx): Doc fix.
7821         (rx-backref, rx-check-backref): New.
7823 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
7825         * newcomment.el (uncomment-region): Allow eob as comment end.
7827 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
7829         * filecache.el: All message and error commands now use prefix
7830         "Filecache:" to make it easy to read *Messages* buffer.
7832 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
7834         * autorevert.el: Add support to detect changed dired and VC buffers.
7835         (auto-revert-active-p, auto-revert-list-diff)
7836         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
7837         (auto-revert-handler, auto-revert-active-p): New functions.
7838         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
7839         and `auto-revert-active-p'.
7840         (eval-when-compile): Defvar dired-directory and vc-mode.
7841         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
7842         (auto-revert-handler-vc): New functions.
7844 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
7846         * progmodes/compile.el (compilation-directory): New defvar.
7847         (compile): Save current directory in compilation-directory.
7848         (recompile): Bind default-directory to compilation-directory if
7849         that is non-nil.
7851 2004-02-16  Dave Love  <fx@gnu.org>
7853         * newcomment.el (comment-insert-comment-function)
7854         (comment-region-function, uncomment-region-function): New.
7855         (comment-indent): Use comment-insert-comment-function.
7856         (uncomment-region): Use uncomment-region-function.
7857         (comment-region): Use comment-region-function.
7859         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
7861 2004-02-16  Richard Stallman  <rms@gnu.org>
7863         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
7864         loaddefs* and ldefs-boot*.
7866 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
7868         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
7869         and email address at the beginning and end of the address.
7871         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
7872         anchored at the beginning of the email address.
7874 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
7876         * international/ccl.el (ccl-compile-write): Pass `left' to
7877         ccl-embed-code to generate correct code of write-expr-register.
7879 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
7881         * progmodes/grep.el (grep-compute-defaults): Fix typos.
7883 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7885         * x-dnd.el: Mention support for Motif in commentary.
7886         (x-dnd-handle-drag-n-drop-event): Ditto.
7888 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
7890         * ses.el: Use "ses--" prefixes for buffer-local variables.
7891         Use (point-min) instead of 1, even when we know the buffer
7892         is unnarrowed.
7893         (ses-build-load-map): Delete.  Distribute its content to defconst's for
7894         the three maps.
7895         (ses-menu, ses-header-line-menu): New menus.
7896         (ses-mode-map): Use them.
7897         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
7899 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
7901         * Makefile.in: Fix the CC Mode recompile kludge so it works
7902         when building in a different directory.
7904 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
7906         * simple.el (kill-new): Put yank-handler property on the entire string.
7908 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7910         * diff.el: Don't use compile any more, use diff-mode instead.
7911         (diff-regexp-alist, diff-old-file, diff-new-file)
7912         (diff-parse-differences, diff-process-setup): Remove.
7913         (diff-sentinel): New fun.
7914         (diff): Use it.  Run the process ourselves.
7915         Use diff-mode for the rest of the processing.
7917         * diff.el (diff): Simplify code handling `switch'.
7919 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7921         * pcvs-defs.el (cvs-menu): Add `tag'.
7923 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
7925         * simple.el (kill-append): Doc fix.
7927         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7928         Adapt outline-regexp to the new conventions for commenting out code.
7930 2004-02-11  John Paul Wallington  <jpw@gnu.org>
7932         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
7934 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7936         * diff.el (diff-switches): New fun.
7937         (diff, diff-backup): Use it.
7938         (diff): Clean up the args construction.  Use backquote.
7939         Use listp instead of consp to avoid putting a nil arg.
7940         (diff): Add a revert-buffer function.
7942 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7944         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT,  FILE_NAME
7945         handled by x-dnd-handle-file-name.
7946         (x-dnd-known-types): Add COMPOUND_TEXT.
7947         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
7948         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
7949         x-dnd-empty-state.
7950         (x-dnd-forget-drop): Ditto.
7951         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
7952         (x-dnd-handle-one-url): Return private when inserting text.
7953         (x-dnd-insert-ctext): New function.
7954         (x-dnd-handle-file-name): New function for FILE_NAME.
7955         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
7956         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
7957         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
7959 2004-02-10  Kenichi Handa  <handa@m17n.org>
7961         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
7962         instead of while loop.
7964 2004-02-10  Miles Bader  <miles@gnu.org>
7966         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
7968 2004-02-09  Kenichi Handa  <handa@m17n.org>
7970         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
7971         have end-of-line.
7973 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
7975         * Makefile.in: Added extra dependencies in the recompile target
7976         needed to cope with the compile time macro expansions in CC Mode.
7978 2004-02-09  Kim F. Storm  <storm@cua.dk>
7980         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
7981         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
7982         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
7983         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
7984         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
7985         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
7986         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
7987         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
7988         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
7989         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
7990         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
7992 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7994         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
7995         Don't allow shrink if there's a window on our right.
7997         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
7998         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
7999         Bring together declaration and initialization.
8000         (prolog-mode-variables): Don't set the syntax table.
8001         Don't set paragraph-start and comment-indent-function.
8002         Add /*..*/ to the comment regexps.
8003         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
8004         (prolog-mode-map): Don't bind TAB.
8005         (prolog-mode): Set the syntax table.
8006         (prolog-comment-indent): Remove.
8007         (inferior-prolog-mode-map): Initialize in the declaration.
8008         (inferior-prolog-mode-syntax-table)
8009         (inferior-prolog-mode-abbrev-table): New vars.
8010         (inferior-prolog-mode): Derive from comint-mode.
8011         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
8012         minibuffer windows.
8014         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
8015         in file names, as long as it is unabmiguous.
8017 2004-02-08  Andreas Schwab  <schwab@suse.de>
8019         * textmodes/reftex-toc.el
8020         (reftex-toc-load-all-files-for-promotion): Remove useless use of
8021         format.  Doc fix.
8023         * textmodes/refer.el (refer-find-entry-internal): Remove extra
8024         format string arguments.
8026         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
8027         string argument.
8029         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
8031         * play/zone.el (zone-call): Fix format string.
8033         * net/webjump.el (webjump-builtin): Add missing format string argument.
8035         * midnight.el (midnight-delay-set): Remove extra format string argument.
8037         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
8039         * hexl.el (hexl-insert-char): Add missing format string argument.
8041         * format.el (format-decode): Fix format string.
8043         * emulation/vi.el (vi-mode): Remove extra format string argument.
8044         (vi-repeat-last-search): Likewise.
8045         (vi-reverse-last-search): Likewise.
8046         (vi-goto-mark): Likewise.
8047         (vi-reverse-last-find-char): Likewise.
8048         (vi-repeat-last-find-char): Likewise.
8049         (vi-locate-def): Likewise.
8051         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
8053         * ediff-util.el (ediff-toggle-read-only): Remove extra format
8054         string argument.
8055         (ediff-toggle-regexp-match): Likewise.
8057         * dired-aux.el (dired-do-query-replace-regexp): Add missing
8058         format string argument.
8060         * calc/calc-map.el (calc-get-operator): Remove extra format
8061         string argument.
8063         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
8065         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
8066         string argument.
8068         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
8070         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
8072         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
8074         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
8075         (cl-struct-setf-expander): Likewise.
8077         * vc.el (with-vc-file): Fix unsafe uses of error.
8078         (vc-cancel-version): Likewise.
8080 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
8082         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
8083         thousands separator; fixes <class>:<line-number> regexp for
8084         non-english locales.
8086 2004-02-08  Andreas Schwab  <schwab@suse.de>
8088         * view.el (view-mode-enable): Revert previous change.
8090 2004-02-07  Kim F. Storm  <storm@cua.dk>
8092         * simple.el (line-number-at-pos): Rename from line-at-pos.
8093         Uses changed (what-line and vc-annotate-warp-version).
8095 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8097         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
8098         (diff-mode): Remove aborted attempt at support for compile.el.
8099         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
8101 2004-02-06  Andreas Schwab  <schwab@suse.de>
8103         * view.el (view-mode-enable): Add view-mode-map to
8104         minor-mode-overriding-map-alist.
8106 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8108         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
8110 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8112         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
8113         with point inside rather than after the paragraph.
8115 2004-02-04  Sam Steingold  <sds@gnu.org>
8117         * mail/smtpmail.el (smtpmail-try-auth-methods):
8118         Do not try authentication when no mechanism is available.
8119         Pass port-name as defaultport to `netrc-machine'.
8121 2004-02-04  Stephen Eglen  <stephen@gnu.org>
8123         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
8124         to show how minibuffer height can be constrained.
8126 2004-02-04  John Paul Wallington  <jpw@gnu.org>
8128         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
8130 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8132         * x-dnd.el: New file for drag and drop.
8134         * term/x-win.el: require x-dnd, set after-make-frame-functions
8135         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
8136         drag-n-drop event.
8138         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
8139         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
8140         (dired-dnd-handle-file): New functions for drag and drop support.
8141         (dired-mode): Initialize drag and drop if x-dnd present.
8143 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8145         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
8146         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
8147         (cperl-mode): Set fill-paragraph-function.
8148         (cperl-fill-paragraph): Make it non-interactive.
8150 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
8152         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
8154 2004-02-02  David Kastrup  <dak@gnu.org>
8156         * replace.el (perform-replace): Allow 'literal argument in
8157         regexp-flag to indicate literal replacement.
8158         (query-replace-regexp-eval): Use it.
8160 2004-02-01  Andreas Schwab  <schwab@suse.de>
8162         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
8164 2004-02-01  Stephen Eglen  <stephen@gnu.org>
8166         * info-look.el: Add support for maxima-mode.  Update commentary
8167         because info-lookup-symbol is now bound to C-h S.
8169 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
8171         * simple.el (edit-and-eval-command): Bind print-level and
8172         minibuffer-history-sexp-flag around call to read-from-minibuffer.
8173         Correct initial position in command-history.
8175 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
8177         * files.el (read-directory-name): Adapt the docstring to recent
8178         change in Fread_file_name.
8180 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
8182         * ses.el (ses-print-cell): If print format too wide for column
8183         width, truncate decimal places if that helps to avoid "#####" fill.
8184         * ses.el (ses-initial-column-width): Revert previous change.
8186 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8188         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
8189         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
8190         Add edebug info.
8191         (jit-lock-mode): Setup/cancel the new timer.
8192         (jit-lock-context-fontify): New fun.  Extracted from
8193         context fontification code of jit-lock-stealth-fontify.
8194         (jit-lock-stealth-fontify): Don't do context fontification any more.
8196         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
8197         (jit-lock-fontify-now): Handle the `quit' case.
8198         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
8200 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
8202         * progmodes/executable.el (executable-command-find-posix-p):
8203         New.  Check if find handles arguments Posix-style.
8205         * progmodes/grep.el (grep-compute-defaults):
8206         Use executable-command-find-posix-p.
8207         (grep-find): Check `grep-find-command'.
8209         * filecache.el (file-cache-find-posix-p): Delete.
8210         (file-cache-add-directory-using-find):
8211         Use `executable-command-find-posix-p'.
8213 2004-01-29  Dave Love  <fx@gnu.org>
8215         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
8216         Iterate the hook function if arg is given.
8217         (mark-defun, narrow-to-defun): Change order of finding the limits.
8219         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
8220         (byte-compile-format-warn): New.
8221         (byte-compile-callargs-warn): Use it.
8222         (Format, message, error): Add byte-compile-format-like property.
8223         (byte-compile-maybe-guarded): New.
8224         (byte-compile-if, byte-compile-cond): Use it.
8225         (byte-compile-lambda): Compile interactive forms,
8226         just to make warnings about them.
8228 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
8230         * ses.el (ses-initial-column-width): Increase to 14, so it will
8231         work well with the default printer of "%.7g" for extreme values
8232         like "-1.234567e+07".
8234 2004-01-29  Kenichi Handa  <handa@m17n.org>
8236         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
8238 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
8240         * dos-w32.el: Added support for the `default-printer-name' function.
8242 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8244         * server.el (server-socket-name): Don't use the hostname in the
8245         socket name since /tmp is local to the host anyway.
8247         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
8248         robust check of widening and fix var-naming.
8250 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
8252         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
8253         or rmail-spam- to rsf- in all function and variable names.
8254         (rsf-min-region-to-spam-list): New variable.
8255         (rsf-bbdb-auto-delete-spam-entries): Rename from
8256         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
8257         scanned together with the recipients field for spam testing; Don't
8258         delete spam message if rmail-delete-after-output is non-nil;
8259         (rsf-check-field): New function, extracted from code in
8260         rmail-spam-filter to ease addition of header fields like
8261         content-type:;
8262         (message-content-type): New variable.  The content-type: field was
8263         added also in defcustom of rsf-definitions-alist;
8264         (rmail-spam-filter): Replace repeated test code for header fields
8265         by calls to check-field; change the call to
8266         rmail-output-to-rmail-file such that rmail-current-message stays
8267         the same to avoid wrong deletion of unseen flags.
8268         (rmail-use-spam-filter): Add autoload cookie.
8270 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
8272         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
8273         (file-cache-add-directory-using-find): Add Cygwin support.
8274         (file-cache-find-command-posix-flag): New user variable.
8276         * filecache.el (file-cache-add-directory): Check for
8277         directories an remove them from dir-files.
8279 2004-01-27  Richard M. Stallman  <rms@gnu.org>
8281         * man.el (Man-fontify-manpage): Clean up message.
8283 2004-01-27  Kenichi Handa  <handa@m17n.org>
8285         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
8286         (sentence-end): Define using sentence-end-without-space.
8288         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
8289         a sentence ends with one of a character in sentence-end-without-space.
8291 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8293         * font-lock.el (font-lock): Add jit-lock as explicit group member.
8294         (jit-lock): Group declaration moved to jit-lock.el.
8295         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
8296         when necessary.
8298         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
8299         (jit-lock-context-unfontify-pos): Rename from
8300         jit-lock-first-unfontify-pos.
8301         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
8303 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
8305         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
8306         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
8307         (fortran-fill): When filling a string, adjust re-search-backward
8308         argument for special case of string just on fill-column.
8309         When filling non-string, allow one extra char if
8310         fortran-break-before-delimiters is non-nil.
8311         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
8312         Use fortran-break-delimiters-re and fortran-no-break-re to
8313         correctly handle cases such as "**".
8315         * progmodes/f90.el (f90-break-delimiters): Doc fix.
8316         (f90-no-break-re): Add some extra tokens.  Doc fix.
8318 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
8320         * mail/rmail-spam-filter.el:
8321         Use two semicolons as Commentary line prefix.
8322         Add ";;; Code:" stylized comment.
8323         Delete end-of-line whitespace.
8324         Wrap (require 'cl) with `eval-when-compile'.
8326 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
8328         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
8329         at the top level of vc.el.
8331 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
8333         * vc.el (vc-current-line): Function removed.  This is now done by
8334         the new function line-at-pos in simple.el.
8335         (vc-annotate-warp-version): Use line-at-pos instead of
8336         vc-current-line.
8338 2004-01-22  Kim F. Storm  <storm@cua.dk>
8340         * simple.el (line-at-pos): New defun.
8341         (what-line): Use it.  Optimize by only counting lines in narrowed
8342         region once.
8344 2004-01-22  Kenichi Handa  <handa@m17n.org>
8346         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
8347         point (register r1) only for charset mule-unicode-0100-24ff.
8349 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
8351         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
8352         trailing white space and ensure a final newline.
8354         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
8355         Add autoload cookie.
8357 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
8359         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
8360         activate view-mode explicitly.
8362 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8364         * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
8365         use clipboard first.
8367 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8369         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
8370         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
8371         (vc-mcvs-cvs): Remove.
8372         (vc-mcvs-command): Remove use of assert.
8374         * outline.el (outline-insert-heading): Tighten up match.
8375         (outline-demote, outline-move-subtree-down): Don't assume anything
8376         about outline-regexp.
8378         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
8379         (texinfo-show-structure): Explicitly add ^, and simplify.
8381 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
8383         * calendar/appt.el (appt-check): Restore usage of
8384         appt-issue-message deleted in previous change.
8385         (top-level): Activate package when loaded (needed for backwards
8386         compatibility).
8388 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
8390         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
8391         following previous change to smtpmail-send-data.
8393 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
8395         * vc.el (vc-default-previous-version): Doc enhancement.
8396         (vc-default-next-version): New function.
8397         (vc-print-log): New arg FOCUS-REV.
8398         (vc-annotate-mode): Derive from view-mode.
8399         (vc-annotate): New args REVISION, DISPLAY-MODE.
8400         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
8401         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
8402         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
8403         (vc-annotate-show-diff-revision-at-line, vc-current-line)
8404         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
8406         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
8408 2004-01-19  Karl Berry  <karl@gnu.org>
8410         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
8411         or "TexInfo".
8413 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
8415         * subr.el (delete-dups): New function.
8417 2004-01-19  Karl Berry  <karl@gnu.org>
8419         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
8420         with ^, since that's what texinfo-show-structure
8421         documentation says (plus it works much better in texinfo.txi).
8423 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
8425         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
8427 2004-01-18   David Ponce  <david@dponce.com>  (tiny change)
8429         * progmodes/which-func.el (which-function-mode): Don't cancel
8430         which-func-update-timer if not set.
8432 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
8434         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
8435         Remove spurious left square bracket in XX:XXam regexp.
8437 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
8439         * progmodes/cc-defs.el: Do not require cl at run time.
8441 2004-01-16  Richard M. Stallman  <rms@gnu.org>
8443         * emacs-lisp/cl.el (cl-cannot-unload): New function.
8444         (cl-unload-hook): Defvar this to run cl-cannot-unload.
8446         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
8447         Call rmail-spam-filter.  Delete and expunge spam.
8448         Print number of spam messages deleted.
8449         Save and restore the deletion status of old messages when reading
8450         new mail with spam filter, so that expunging spam does not expunge
8451         msgs deleted by the user.
8452         (rmail-only-expunge): Add an optional argument dont-show to
8453         prevent showing message after expunge.
8455 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
8457         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
8458         * subr.el (declare): New macro.
8460 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
8462         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
8464 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8466         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8467         Test window-system rather than system-type (for X11/Mac).
8469 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
8471         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
8473 2004-01-12  Richard M. Stallman  <rms@gnu.org>
8475         * mail/rmail.el (rmail-convert-to-babyl-format):
8476         Use mail-unquote-printable-region.
8477         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
8478         (rmail-hex-char-to-integer): Functions deleted.
8480         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
8481         (mail-unquote-printable-region): New arg NOERROR.
8482         For invalid encoding, either signal an error to just return nil.
8484 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
8486         * calendar/appt.el: Update copyright and commentary.
8487         (appt-issue-message): Make obsolete.
8488         (appt-visible, appt-msg-window): Make obsolete, in favour of
8489         appt-display-format.
8490         (appt-display-mode-line, appt-display-duration)
8491         (appt-display-diary, appt-time-msg-list, appt-mode-string)
8492         (appt-prev-comp-time, appt-display-count, appt-timer)
8493         (appt-convert-time): Doc change.
8494         (appt-disp-window-function, appt-delete-window-function):
8495         Use defcustom rather than defvar.
8496         (appt-display-format): New variable.
8497         (appt-display-message): New function with display code from appt-check.
8498         (appt-check): Add optional FORCE argument.  Doc change.
8499         Add appt-make-list to diary-hook if displaying diary.
8500         Remove checking of view-diary-entries-initially.
8501         Message display section removed to new function appt-display-message.
8502         (appt-display-window): Doc change.  Remove unused internal var
8503         this-buffer.  Do not beep, since appt-display-message does that.
8504         (appt-make-list): Doc change.  Use caar.
8505         (appt-sort-list): Simplify by using builtin sort function.
8506         (appt-update-list): New function for updating appts when diary is
8507         saved.
8508         (appt-activate): New autoloaded function to toggle package
8509         functionality.
8511         * calendar/cal-x.el: (calendar-one-frame-setup)
8512         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
8514         * calendar/calendar.el: Update copyright.
8515         (view-diary-entries-initially, european-calendar-style): Doc change.
8516         (calendar-setup): Make defcustom rather than defvar.
8517         (mark-visible-calendar-date): Initialize temp-face and faceinfo
8518         in let binding so local to function.
8520         * calendar/diary-lib.el: Update copyright.
8521         (diary, diary-entry-time): Doc change.
8522         (list-diary-entries): Doc change.  Trivial logic change.
8523         (fancy-diary-display): Restore make-face command mistakenly
8524         deleted 2003-05-08.
8525         (show-all-diary-entries): Allow to pop-up frame if needed.
8527 2004-01-09  John Paul Wallington  <jpw@gnu.org>
8529         * bindings.el (mode-line-change-eol): Add EVENT parameter.
8530         Temporarily select EVENT's window for changing eol type.
8532 2004-01-09  Deepak Goel  <deego@gnufans.org>
8534         * calendar/diary-lib.el (diary-entry-time):
8535         Also accept time in the form XX[.XX][am/pm/AM/PM].
8536         (fancy-diary-font-lock-keywords): Likewise.
8537         (diary-font-lock-keywords): Likewise.
8538         * calendar/appt.el (appt-add): Likewise.
8539         (appt-make-list): Likewise.
8540         (appt-convert-time): Likewise.
8542 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
8544         * gdb-ui.el (gdb-ann3): Revert previous change.
8545         (gdb-source-info): Allow for case of where compilation directory
8546         is not recorded.
8548 2004-01-08  John Paul Wallington  <jpw@gnu.org>
8550         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
8552 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
8554         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
8556         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
8557         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
8558         problems.
8559         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
8561 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
8563         * files.el (write-file-functions, write-contents-functions):
8564         Clarify docstrings.
8566 2004-01-07  Kenichi Handa  <handa@m17n.org>
8568         * international/mule.el (set-auto-coding): Fix for the case that
8569         end-of-line is only CR.
8571 2004-01-07  Kim F. Storm  <storm@cua.dk>
8573         * subr.el (event-start, event-end): Doc fix.
8574         (posn-string, posn-image): New defuns.
8575         (posn-object): Return either image or string object.
8576         (posn-object-x-y): Return 8th element of position.
8577         (posn-object-width-height): New defun.
8579 2004-01-06  Andreas Schwab  <schwab@suse.de>
8581         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
8582         output.
8584 2004-01-05  Karl Berry  <karl@gnu.org>
8586         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
8587         / and *, too.
8589 2003-12-31  Simon Josefsson  <jas@extundo.com>
8591         * files.el (before-save-hook): Add.
8592         (basic-save-buffer): Use before-save-hook.
8594         * emacs-lisp/copyright.el: Fix comment to recommend
8595         before-save-hook instead of write-file-functions.
8597 2004-01-05  Richard M. Stallman  <rms@gnu.org>
8599         * finder.el (finder-commentary): Call delete-other-windows.
8601         * net/ange-ftp.el (ange-ftp-file-attributes):
8602         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
8604 2004-01-04  Karl Berry  <karl@gnu.org>
8606         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
8607         comment characters % and # in the copyright year notice,
8608         as well as ;.
8610 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
8612         * wid-edit.el (default): Define dummy :value-delete.
8613         Reported by Jesper Harder <harder@ifa.au.dk>.
8615 2004-01-03  Richard M. Stallman  <rms@gnu.org>
8617         * progmodes/compile.el (compile-internal): Use point, not point-min,
8618         for set-window-point.
8620         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
8622         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
8624         * progmodes/grep.el (grep-mode-map):
8625         Don't remap next-line, previous-line.
8627 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
8629         * speedbar.el (speedbar-edit-line): Change regexp to position
8630         the cursor on the first character of this line's button.
8632 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
8634         * subr.el (functionp): Doc fix.
8636 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
8638         * progmodes/idlwave.el (idlwave-make-tags):
8639         * textmodes/flyspell.el (flyspell-large-region):.
8640         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
8641         * emulation/viper-util.el (viper-glob-unix-files):
8642         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
8643         * man.el (Man-init-defvars):
8644         * jka-compr.el (jka-compr-call-process):
8645         * files.el (get-free-disk-space,insert-directory):
8646         * ediff-ptch.el (ediff-test-patch-utility):
8647         * ediff-diff.el (ediff-test-utility):
8648         * dired-aux.el (dired-check-process):
8649         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
8650         test the return value of call-process, because it can be a string.
8652 2003-12-31  John Paul Wallington  <jpw@gnu.org>
8654         * bindings.el (completion-ignored-extensions): Add .pfsl.
8656 2003-12-31  Kim F. Storm  <storm@cua.dk>
8658         * ido.el (ido-nonreadable-directory-p): New defun to check for
8659         nonreadable directory without activating tramp (to avoid problems
8660         with checking incomplete tramp paths).
8661         (ido-set-current-directory, ido-file-internal)
8662         (ido-file-name-all-completions1): Use it.
8664 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
8666         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
8667         documentation if the anchor (or node) name is preceded by `info
8668         anchor' or `Info anchor' in addition to earlier `info node' and
8669         `Info node'.
8670         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
8672 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
8674         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
8675         error in arguments to base64-decode-region.  Remove ^M characters
8676         after decoding base64.
8678 2003-12-30  Simon Josefsson  <jas@extundo.com>
8680         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
8681         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
8682         have only been distributed with Emacs for some years.
8683         (texinfo-mode-hook): Customize.
8685 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
8687         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
8688         cleaner (suggested by Richard Stallman).
8690         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
8691         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
8692         file-name clashes on 8+3 DOS filesystems.
8694         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
8695         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
8696         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
8697         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
8698         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
8699         file-name clashes on 8+3 filesystems.
8701         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
8702         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
8703         file-name clashes on 8+3 DOS filesystems.
8705 2003-12-29  Richard M. Stallman  <rms@gnu.org>
8707         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
8708         Upcase the character.
8710         * textmodes/flyspell.el (mail-mode-flyspell-verify):
8711         Search for header separator alone on a line, literally,
8712         and search for it backward, not forward.
8713         (flyspell-abbrev-table): Always use global-abbrev-table
8714         if there is no local one.
8716         * progmodes/sh-script.el (sh-get-indent-info):
8717         Don't move point back if at bob.
8719         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
8721         * play/handwrite.el (handwrite): Make the handwrite credit message
8722         a comment rather than an output command.
8724         * obsolete/sc.el: Display message that this file is obsolete.
8726         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
8728         * mail/rfc822.el (rfc822-address-start): Declare variable.
8729         Renamed from address-start.  All uses changed.
8731         * term.el (term-exec): Set up sentinel.
8732         (term-sentinel): New function.
8733         (term-handle-exit): New function.
8735         * subr.el (assoc-ignore-case, assoc-ignore-representation):
8736         Use assoc-string, and mark them obsolete.
8737         (delay-mode-hooks): Mark as permanent local.
8739         * simple.el (sendmail-user-agent-compose): Use assoc-string.
8741         * register.el (copy-rectangle-to-register): Doc fix.
8743         * info.el (Info-insert-dir): Use assoc-string.
8745         * info-look.el (info-lookup): Use assoc-string.
8747         * frame.el (pop-up-frame-function): Use quote, not `function'.
8748         (frame-notice-user-settings): Calculate ADJUSTED-TOP
8749         copying with lists as coordinate values.
8751         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
8753         * find-dired.el (kill-find): New command.
8754         (find-dired): Make buffer read-only.
8755         Set up a keymap with C-c C-k running kill-find.
8756         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
8758         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
8760         * filecache.el (file-cache-ignore-case): New variable.
8761         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
8763         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
8764         (comint-dynamic-complete-as-filename): Rename local vars.
8765         (comint-dynamic-list-filename-completions): Likewise.
8767         * comint.el (comint-dynamic-list-completions-config): New var.
8768         (comint-dynamic-list-completions): Handle both SPC and TAB right.
8770         * comint.el (comint-file-name-chars): Add [].
8771         (comint-word): Use skip-chars-backward, not search.
8773         * shell.el (shell-file-name-chars): Add [].
8775         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
8777         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
8779         * generic.el (define-generic-mode): Doc fix.
8781 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
8783         * files.el (kill-some-buffers): Doc fix.
8785 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
8787         * comint.el (comint-watch-for-password-prompt): Pass `string' as
8788         arg to send-invisible
8789         (send-invisible): Doc fix.  The argument is now a prompt, not the
8790         string to send.
8791         (comint-read-noecho): Doc fix.
8793 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
8795         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
8796         "@", as required by some ISP hosting service.  Fix defcustom
8797         argument syntax errors that prevented use of customization.
8799 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
8801         * xml.el (xml-get-attribute-or-nil): Doc fix.
8803 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
8805         * net/zone-mode.el (zone-mode): Use write-file-functions, not
8806         write-file-hooks.
8808 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
8810         * autorevert.el (auto-revert-interval): Doc fix.
8812 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
8814         * xml.el (xml-get-attribute-or-nil): New function, like
8815         xml-get-attribute, but returns nil if the attribute was not found.
8816         (xml-get-attribute): Convert to defsubst, uses
8817         xml-get-attribute-or-nil.
8819 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
8821         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
8823 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
8825         * custom.el (custom-declare-theme): Use `value' when putting
8826         properties on `theme'.
8828 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
8830         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
8831         for each yank-handler segment.
8832         (insert-for-yank-1): New function, with the body of the previous
8833         insert-for-yank.
8835         * textmodes/table.el (table-yank-handler): New defcustom.
8836         (table--put-cell-indicator-property): Put yank-handler property
8837         that indicates the yank handler for the table cell.
8839 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
8841         * generic-x.el (etc-modules-conf-generic-mode): A more complete
8842         set of keywords.
8844 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
8846         * international/mule-cmds.el (reset-language-environment)
8847         (set-language-environment): Don't invoke fontset-related functions
8848         if fontset-list is not fboundp.
8850 2003-12-29  Kenichi Handa  <handa@m17n.org>
8852         * international/mule-cmds.el (reset-language-environment):
8853         Call set-overriding-fontspec-internal with nil.
8854         (set-language-environment): Call set-overriding-fontspec-internal
8855         if the language environment specify `overriding-fontspec'.
8856         (language-info-alist): Doc added.
8858         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
8859         characters of mule-unicode-0100-24ff.
8860         (ccl-encode-windows-1251-font): New CCL program.
8861         ("Bulgarian"): Specify overriding-fontspec.
8862         ("Belarusian"): Likewise.
8864 2003-12-28  Sam Steingold  <sds@gnu.org>
8866         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
8867         parameter ID-FORMAT to conform with the 2003-11-30 patch.
8869 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
8871         * progmodes/gud.el (gud-gdb-command-name): Set default to
8872         "gdb --annotate=3".
8873         (gud-gdb-marker-filter): Look out for annotations.
8874         (gdb-first-pre-prompt): New variable.
8875         Remove trailing white space.
8877         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
8878         if necessary.
8879         (gdb-ann3): New function.  Initialise M-x gdb as for M-x gdba if
8880         annotations are detected.
8881         (gud-gdba-marker-filter): Use global variable gud-marker-acc
8882         instead of a local one to allow transition from
8883         gud-gdb-marker-filter.
8884         Remove trailing white space.
8886 2003-12-27  Kim F. Storm  <storm@cua.dk>
8888         * ido.el: Handle non-readable directories.
8889         (ido-decorations): Add 9th element for non-readable directory.
8890         (ido-directory-nonreadable): New dynamic var.
8891         (ido-set-current-directory): Set it.
8892         (ido-read-buffer, ido-file-internal):
8893         (ido-read-file-name, ido-read-directory-name): Let-bind it.
8894         (ido-file-name-all-completions1): Return empty list for
8895         non-readable directory.
8896         (ido-exhibit): Print [Not readable] if directory is not readable.
8897         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
8898         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
8899         Use it.
8901 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
8903         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
8904         calls to directory-files-and-attributes and file-attributes.
8905         (ls-lisp-format): Remove system dependent handling of user and
8906         group id's.
8908 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
8910         * ffap.el (ffap-read-file-or-url): Revert previous change.
8912 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
8914         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
8915         new list of included files called `files-with-node-lines', that
8916         only have node lines.  This way @include commands can include any
8917         file, such as version and update files without node lines, not
8918         just files that are chapters.
8920 2003-12-25  Andreas Schwab  <schwab@suse.de>
8922         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
8923         file not found.
8925 2003-12-08  Miles Bader  <miles@gnu.org>
8927         * dired.el (dired-between-files): Always use dired-move-to-filename,
8928         which is more robust in non-english locales.
8930 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
8932         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
8934 2003-12-24  Andreas Schwab  <schwab@suse.de>
8936         * shell.el (shell-file-name-quote-list): Add backslash.
8938         * comint.el (comint-quote-filename): Correctly handle backslash
8939         in comint-file-name-quote-list.
8941 2003-12-24  Kenichi Handa  <handa@m17n.org>
8943         * international/mule-cmds.el (set-default-coding-systems):
8944         Call ucs-set-table-for-input for all buffers that don't have local
8945         value of buffer-file-coding-system.
8947         * international/ucs-tables.el (ucs-set-table-for-input):
8948         If translation-table-for-encode is a symbol, get its
8949         translation-table property.
8951 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
8953         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
8954         to `completing-read' on a recently fixed bug.
8956         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
8957         instead of SPACE, to get the list of possible fringe modes.
8958         SPACE only works if both `partial-completion-mode' and
8959         `completion-auto-help' are nil.
8961         * complete.el (PC-is-complete-p): Delete.
8962         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
8963         calls to `test-completion'.
8965 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
8967         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
8968         to edit values when there are no children.
8970         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
8971         a mode called "Assembler" already exists.
8972         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
8973         (gud-watch): Use format option.  Remove font properties from string.
8974         (gdb-var-create-handler, gdb-var-list-children-handler):
8975         Don't bother about properties as there are none.
8976         (gdb-var-create-handler, gdb-var-list-children-handler)
8977         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
8978         with two arguments.
8979         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
8980         Let speedbar show value changes with a different font.
8981         (gdb-edit-value): New defun.
8982         (gdb-clear-partial-output, gdb-clear-inferior-io)
8983         (def-gdb-auto-update-handler): Use erase-buffer.
8984         (gdb-frame-handler): Display watch expressions in
8985         FUNCTION::VARIABLE format if required.
8987 2003-12-23  John Paul Wallington  <jpw@gnu.org>
8989         * info.el (Info-unescape-quotes, Info-split-parameter-string)
8990         (Info-goto-emacs-command-node): Doc fixes.
8992 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
8994         * cus-edit.el (custom-add-parent-links): Define "many".
8996 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
8998         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
8999         (widget-child-validate, widget-type-value-create)
9000         (widget-type-default-get, widget-type-match): New functions.
9001         (lazy): New widget.
9002         (menu-choice, checklist, radio-button-choice, editable-list)
9003         (group, documentation-string): Remove redundant (per 2003-10-25
9004         change) calls to `widget-children-value-delete'.
9005         (widget-choice-value-get, widget-choice-value-inline): Remove.
9006         (menu-choice): Update widget.
9008 2003-12-03  Kenichi Handa  <handa@m17n.org>
9010         * language/cyrillic.el: Register "microsoft-cp1251" in
9011         ctext-non-standard-encodings-alist.
9012         ("Bulgarian"): Add ctext-non-standard-encodings.
9013         ("Belarusian"): Likewise.
9015         * international/mule-conf.el (compound-text-with-extensions):
9016         Change the type to 2 (iso-2022 base).
9018         * international/mule.el (ctext-non-standard-encodings-alist):
9019         Change the format.
9020         (ctext-non-standard-encodings): New variable.
9021         (ctext-post-read-conversion): Fully re-written.
9022         (ctext-non-standard-designations-alist): Delete it.
9023         (ctext-non-standard-encodings-table): New function.
9024         (ctext-pre-write-conversion): Fully re-written.
9026 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
9028         * cus-edit.el (custom-add-parent-links): Add documentation links
9029         for parent, if the item has none of its own.
9031 2003-11-30  Richard M. Stallman  <rms@gnu.org>
9033         * dired-aux.el (dired-do-query-replace-regexp):
9034         Report files visited read-only.
9036 2003-11-30  Juri Linkov  <juri@jurta.org>
9038         * dired-aux.el (dired-compare-directories): New command.
9039         (dired-file-set-difference, dired-files-attributes): New functions.
9041 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
9042         Version 2.0.38 of Tramp released.
9044         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
9045         Charles Curley <charlescurley@charlescurley.com>.
9046         (tramp-multi-connection-function-alist): Add ssht entry which adds
9047         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
9048         Aichner.
9049         (tramp-get-method-parameter): New function to retrieve a method
9050         parameter.  This allows for omission of method parameters.
9051         Callers adjusted.
9053 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
9055         * net/tramp.el: Add new optional parameter ID-FORMAT to
9056         `file-attributes'.  Calls of `file-attributes' won't use this
9057         parameter for backward compatibility reasons.
9058         (tramp-perl-file-attributes): Add a new parameter to Perl script
9059         in order to handle uid/gid as strings, if desired.
9060         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
9061         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
9062         order to make the function more general.
9063         (tramp-handle-file-attributes): Replace proprietary optional
9064         parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
9065         (tramp-handle-file-attributes-with-perl): Handle parameter
9066         NONNUMERIC if set.  This wasn't done in the past.
9067         (tramp-post-connection): Apply second parameter "$2" if
9068         `tramp-remote-perl' is called.
9070         * net/tramp-smb.el (tramp-smb-handle-delete-file):
9071         Correct cut'n'waste error (`filename' instead of `directory').
9072         (tramp-smb-handle-directory-files-and-attributes)
9073         (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
9074         introduced parameter ID-FORMAT.
9075         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
9076         error (`directory' instead of `ldir').
9078         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
9079         `file-attributes' has a second parameter.  If yes, apply it with
9080         value "'integer".  Otherwise, don't use that parameter (default is
9081         integer format).
9083 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
9085         * help.el (help-map): Bind `display-local-help' to `C-h .'.
9086         (help-for-help): Add `C-h .' to the listed Help options.
9087         Remove trailing whitespace.
9089         * help-at-pt.el: New file.
9091 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
9093         * subr.el (noreturn, 1value): New macros for test coverage.
9094         See `testcover.el'.
9096         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
9098         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
9099         for macro `1value'.
9100         (testcover-1value): New function.  Checks that a 1value form
9101         actually returns only one value.  Requested by RMS.
9103 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
9105         * gdb-ui.el (gud-watch, gdb-var-create-handler)
9106         (gdb-var-list-children, gdb-var-list-children-handler)
9107         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
9108         gdb commands that use mi to keep them out of the command history.
9110 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9112         * cus-start.el (all): Add use-file-dialog.
9114 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9116         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
9118 2003-11-27  Kim F. Storm  <storm@cua.dk>
9120         * subr.el (posn-object-x-y): New defun.
9122 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9124         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
9125         Don't use `space' for \\\n.
9126         Be more selective as to which # are comment-starters.
9128 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
9130         * subr.el (number-sequence): Improve handling of floating point
9131         arguments (suggested by Kim Storm).  Allow negative arguments.
9133 2003-11-26  Kenichi Handa  <handa@m17n.org>
9135         * international/mule-cmds.el (standard-display-european-internal):
9136         Cancel the standard-display-table setting for ` and '.
9138 2003-11-26  Kim F. Storm  <storm@cua.dk>
9140         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
9141         New defcustoms to add ffap-like functionality to ido.
9142         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
9143         (ido-no-final-slash): New defun.
9144         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
9145         (ido-read-file-name): ): Toggle VC checking via
9146         vc-handled-backends instead of vc-master-templates.
9147         (ido-file-internal): Handle ido-use-url-at-point and
9148         ido-use-filename-at-point via code borrowed from ffap-guesser.
9149         Handle new ido-exit code ffap.
9150         (ido-sort-list): Ignore final slash when sorting file names.
9152 2003-11-25  Kim F. Storm  <storm@cua.dk>
9154         * emulation/cua-base.el (cua--standard-movement-commands):
9155         Add forward-sentence and backward-sentence.
9157 2003-11-25  Stephen Eglen  <stephen@gnu.org>
9159         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
9160         iswitchb-exit is set to 'usefirst when user selects buffer at head
9161         of list using RET.  (Selecting buffers at the head of the list was
9162         broken if the substring was also a complete buffername.)
9164 2003-11-23  Kim F. Storm  <storm@cua.dk>
9166         * progmodes/compile.el (grep-command, grep-use-null-device)
9167         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
9168         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
9169         (grep-regexp-alist, grep-program, find-program)
9170         (grep-find-use-xargs, grep-history, grep-find-history)
9171         (grep-process-setup, grep-compute-defaults)
9172         (grep-default-command, grep, grep-tag-default, grep-find)
9173         (grep-expand-command-macros, grep-tree-last-regexp)
9174         (grep-tree-last-files, grep-tree): Move grep variables, functions
9175         and commands to new file grep.el.
9176         (compilation-mode-map): Remove grep commands from Compile sub-menu.
9177         (compilation-process-setup-function): Doc fix.
9178         (compilation-highlight-regexp, compilation-highlight-overlay): New
9179         defvars used for highlighting current compile error in source buffer.
9180         (compile-internal): New optional args HIGHLIGHT-REGEXP and
9181         LOCAL-MAP which overrides compilation-highlight-regexp and
9182         compilation-mode-map for this compilation.
9183         Delay calling compilation-set-window-height until after running
9184         compilation-process-setup-function so it can buffer-local override
9185         compilation-window-height.
9186         Check buffer-local value of compilation-scroll-output.
9187         (compilation-set-window-height): Use buffer-local value of
9188         compilation-window-height.
9189         (compilation-revert-buffer): Don't pass (undefined)
9190         preserve-modes arg to revert-buffer.
9191         (next-error-no-select, previous-error-no-select): New commands.
9192         (compilation-goto-locus): Temporarily highlight current match in
9193         source buffer using compilation-highlight-regexp.
9195         * progmodes/grep.el: New file with grep code from compile.el.
9196         (grep): New defcustom group.
9197         (grep-window-height): New defcustom, like compilation-window-height.
9198         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
9199         (grep-scroll-output): New defcustom, like compilation-scroll-output.
9200         (grep-command, grep-use-null-device, grep-find-command)
9201         (grep-tree-files-aliases, grep-tree-ignore-case)
9202         (grep-tree-ignore-CVS-directories): Move to grep custom group.
9203         (grep-setup-hook): New hook variable.
9204         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
9205         (grep-last-buffer): New defvar, override compilation-last-buffer.
9206         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
9207         Call compile-internal with args highlight-regexp and grep-mode-map.
9209 2003-11-23  Kim F. Storm  <storm@cua.dk>
9211         * subr.el (event-start, event-end): Doc fix.
9212         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
9213         (posn-area, posn-actual-col-row, posn-object): New defuns.
9214         (posn-col-row): Simplify doc.  Rewrite to use cond.
9215         (posn-point): Also return buffer position for events outside text
9216         area (that info is now present in the event position).
9218         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
9219         mouse-set-point so that hscroll still works now that clicks on
9220         fringes generate specific mouse events.
9221         (mouse-set-point): Note that it now works in fringes and margins
9222         too due to new semantics of posn-point in fringes and margins.
9224         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
9225         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
9227 2003-11-20  Kim F. Storm  <storm@cua.dk>
9229         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
9230         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
9231         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
9232         to 100 for icons to avoid increasing line height when shown.
9234 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
9236         * newcomment.el (comment-normalize-vars): Initialize properly if
9237         comment-start was nil.
9239 2003-11-19  Andreas Schwab  <schwab@suse.de>
9241         * simple.el (set-variable): Fix indentation.
9243 2003-11-17  Kenichi Handa  <handa@m17n.org>
9245         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
9246         Fix docstring.
9248 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
9250         * international/latin1-disp.el (latin1-display): Fix docstring.
9252 2003-11-16  John Wiegley  <johnw@newartisans.com>
9254         * eshell/em-ls.el (eshell-ls-file): There are times with
9255         size-width is nil and uncomputed (when directories are created in
9256         dired, for example); in this case, 4 is reasonable default value,
9257         although it may caused skewed new entries (which could be avoided
9258         by returning the original value of 8 in all cases, but 99% of the
9259         time this is a waste of whitespace).
9261 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
9263         * cc-engine.el (c-guess-continued-construct)
9264         (c-guess-basic-syntax): Check a little more carefully if it's a
9265         function declaration when an unknown construct followed by a block
9266         is found inside a statement context.  This avoids macros followed
9267         by blocks to be taken as function declarations.
9269         (c-guess-continued-construct): Change the analysis of a statement
9270         continuation with a brace open to `substatement-block', for
9271         consistency with recognized statements.
9273         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
9274         start is in a position so that `c-beginning-of-statement-1' jumped
9275         to the beginning of the same statement.
9277         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
9278         Don't accept binary operators in the arglist if we're in a function
9279         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
9280         template recognition in cases like "if (a < b || c > d)".
9282         (c-restricted-<>-arglists): New more appropriate name for
9283         `c-disallow-comma-in-<>-arglists'.
9285         Accessing functions updated for the variable name change.
9287         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
9288         match data could get clobbered if NOT-INSIDE-TOKEN is used.
9290         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
9291         labels.
9293         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
9294         instead of duplicating parts of it.  This fixes bogus label
9295         recognition.
9297         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
9298         of checking the context in which to apply the minimum indentation,
9299         so that it isn't enforced in e.g. namespace blocks.
9301         * cc-vars.el (c-inside-block-syms): New constant used by
9302         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
9303         to somewhat reduce the risk of becoming stale.
9305         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
9306         cc-cmds to cc-engine to allow use from cc-align.
9308         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
9309         qualified identifiers containing "::".
9311         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
9312         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
9314         * cc-vars.el (c-emacs-features): Use a space in front of the name
9315         of the temporary buffer.  That also avoids dumping problems in
9316         XEmacs due to undo info being left around after the buffer is killed.
9318         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
9319         arglist to see if it's a K&R style declaration.
9321         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
9322         before returning `knr-argdecl-intro'.
9324 2003-11-16  John Wiegley  <johnw@newartisans.com>
9326         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
9327         field in a long-listing always 8 characters, use `size-width',
9328         which has already been computed.
9330 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
9332         * subr.el (minor-mode-list): Add `hs-minor-mode'.
9334 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
9336         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
9337         Support operation while narrowed, with `diff-restrict-view'.
9339 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
9341         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9342         Take additional optional arg NARROWFUN.  For the generated functions:
9343         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
9344         include frags that arrange to check for and save narrowing state before
9345         the move and then conditionally call NARROWFUN after the move.
9347 2003-11-14  John Wiegley  <johnw@newartisans.com>
9349         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
9350         that was optional, but obviously missing based on surrounding code.
9352         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
9353         string arguments to numbers unless the whole argument was seen as
9354         a number.
9356 2003-11-14  Kenichi Handa  <handa@m17n.org>
9358         * international/mule.el (ctext-non-standard-encodings-alist):
9359         Fix coding systems.
9361 2003-11-10  Kenichi Handa  <handa@m17n.org>
9363         * language/kannada.el ("Kannada"): Add sample-text.
9365         * language/knd-util.el (kannada-compose-region)
9366         (kannada-compose-string, kannada-post-read-conversion):
9367         Add autoload cookie.
9369         * international/quail.el (quail-completion): Change the message
9370         "corresponding translations" to "corresponding characters".
9372 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
9374         * descr-text.el (describe-char): Fix typo.
9376 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
9378         These changes are to support Kannada language/script.
9380         * Makefile.in (DONTCOMPILE): Add kannada.el.
9382         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
9384         * loadup.el: Preload kannada.el.
9386         * language/ind-util.el (ucs-kannada-to-is13194-alist)
9387         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
9388         New variables.
9390         * language/kannada.el: New file.
9392         * language/knd-util.el: New file.
9394 2003-11-07  Andreas Schwab  <schwab@suse.de>
9396         * progmodes/autoconf.el (autoconf-font-lock-keywords):
9397         Also highlight AH_*.
9399         * xml.el (xml-parse-dtd): Fix misplaced paren.
9401 2003-11-07  Kenichi Handa  <handa@m17n.org>
9403         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
9405 2003-11-05  Juri Linkov  <juri@jurta.org>
9407         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
9408         (desktop-buffer-file): Use saved buffer-file-coding-system
9409         for file reading.  Set auto-insert to nil to prevent automatic
9410         insertion into restored empty files.
9412 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
9414         * files.el (risky-local-variable-p): Make second argument optional.
9416 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9418         * subr.el (add-hook): Fix last change.
9420 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
9422         * mail/rmail.el (rmail-convert-to-babyl-format):
9423         If base64-decode-region signals an error, catch it and silently
9424         ignore it.
9426 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
9428         * xml.el (xml-parse-region): Allow comments to appear after the
9429         topmost element has closed.
9430         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
9431         (xml-ns-expand-attr): New functions to do namespace handling.
9432         (xml-intern-attrlist): Back-compatible handling of attribute names.
9433         (xml-parse-tag): Move namespace handling to separate functions.
9434         Now produces elements in the form ((:ns . "element") (attr-list)
9435         children) instead of ('ns:element (attr-list) children).
9436         (xml-parse-attlist): Fix attribute parsing.
9437         (xml-parse-dtd): Change parsing so that it produces strings
9438         instead of interned symbols.
9440 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
9442         * dired.el (dired-ls-sorting-switches): Doc fix.
9444 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
9446         * emacs-lisp/rx.el (rx-or): Fix the case of
9447         "(rx (and ?a (or ?b ?c) ?d))".
9449 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
9451         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
9452         (texinfo-format-region): Use it.
9453         (texinfo-format-buffer-1): Ditto.
9455 2003-11-01  Alan Mackenzie  <acm@muc.de>
9457         Changes to allow scrolling whilst in isearch mode:
9458         * isearch.el (isearch-unread-key-sequence): New function,
9459         extracted from isearch-other-meta-char.
9460         (top level): (put 'foo 'isearch-scroll) on all Emacs's
9461         "scrollable" standard functions.
9462         (isearch-allow-scroll): New customizable variable.
9463         (isearch-string-out-of-window, isearch-back-into-window)
9464         (isearch-reread-key-sequence-naturally)
9465         (isearch-lookup-scroll-key): New functions.
9466         (isearch-other-meta-char): Doc string and functionality enhanced.
9467         Now accepts a prefix argument.
9468         (isearch-lazy-highlight-window-end): New variable.
9469         (isearch-lazy-highlight-new-loop): Pay attention to the window's
9470         end (thru isearch-lazy-highlight-window-end), not only its start.
9472         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
9473         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
9474         (universal-argument, universal-argument-more, negative-argument)
9475         (digit-argument, universal-argument-other-key): Minor changes.
9477 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
9479         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
9480         recursively if the last message is deleted, thus avoiding an
9481         infinite loop.
9483 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9485         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
9486         (tex-main-file): Don't add .tex if the extension is already present.
9487         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
9489 2003-10-29  Lute Kamstra  <lute@gnu.org>
9491         * progmodes/octave-inf.el (inferior-octave-prompt):
9492         Recognize version number in prompt.
9494 2003-10-28  Dave Love  <fx@gnu.org>
9496         * international/characters.el: Fix some Unicode ranges.
9498 2003-10-28  Kenichi Handa  <handa@m17n.org>
9500         * disp-table.el (standard-display-8bit)
9501         (standard-display-default, standard-display-ascii)
9502         (standard-display-g1, standard-display-graphic)
9503         (standard-display-underline): Assure that standard-display-table
9504         is a display table.
9506 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9508         * simple.el (reindent-then-newline-and-indent): Delete space *after*
9509         reindenting the first line.
9511 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
9513         * wid-edit.el (widget-default-delete): Always delete child widgets.
9515 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9517         * newcomment.el (comment-indent): Don't call indent-according-to-mode
9518         if the line has code.
9519         Don't try to line up with something that's too far left.
9521         * progmodes/octave-mod.el (octave-comment-start): Simplify.
9522         (octave-mode-syntax-table): Add % as a comment starter.
9523         (octave-point): Remove.
9524         (octave-in-comment-p, octave-in-string-p)
9525         (octave-not-in-string-or-comment-p, calculate-octave-indent)
9526         (octave-blink-matching-block-open, octave-auto-fill):
9527         Use line-(beginning|end)-position instead.
9529 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
9531         * emacs-lisp/authors.el (authors-aliases): Add correct realname
9532         for Francesco Potort\e,Al\e(B.
9534 2003-10-23  Dave Love  <fx@gnu.org>
9536         * international/mule-cmds.el (locale-charset-to-coding-system):
9537         Don't rely on nil being a coding system.
9539         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
9540         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
9541         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
9543 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
9545         * gdb-ui.el (gdb-current-language): New variable.
9546         (gdb-update-flag): Remove variable.
9547         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
9548         (gdb-take-last-elt): Remove function.
9549         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
9550         (gdb-post-prompt): Check for variable object changes here.
9552         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
9553         object changes in gdb-ui.el.
9555 2003-10-21  Richard M. Stallman  <rms@gnu.org>
9557         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
9559         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
9560         Don't check for foo*/ wildcard form here.
9561         (insert-directory): Recognize foo*/ as a wildcard.
9562         Separate wildcard-regexp variable from the arg, wildcard.
9564         * subr.el (add-hook): Correctly detect when make-local-hook was used.
9565         (remove-hook): Correctly handle strange cases about local hooks.
9567 2003-10-21  David Ponce  <david@dponce.com>
9569         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
9570         argument REAL, to return a real number instead of a rounded
9571         integer value.  Define as inline function.
9572         (ruler-mode-right-fringe-cols): Likewise.
9573         (ruler-mode-scroll-bar-cols): New function.
9574         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
9575         (ruler-mode-right-scroll-bar-cols): Likewise.
9576         (ruler-mode-space): New function.
9577         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
9578         scroll bar mode and margins in a more robust way.
9580 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
9582         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
9583         (antlr-c-init-language-vars): New function.
9584         (antlr-mode): Use it with cc-mode before v5.29.
9585         (antlr-c-common-init): Don't set some local vars here.
9586         (antlr-mode): Set them here.
9587         (antlr-c-forward-sws): New function alias.
9588         (antlr-mode): Redefine with cc-mode before v5.30.
9589         (antlr-skip-sexps): Use it.
9590         (antlr-skip-exception-part): Ditto.
9591         (antlr-skip-file-prelude): Ditto.
9592         (antlr-outside-rule-p): Ditto.
9593         (antlr-end-of-body): Ditto.
9594         (antlr-option-kind): Ditto.
9595         (antlr-insert-option-area): Ditto.
9596         (antlr-file-dependencies): Ditto.
9598 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9600         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
9601         Move backward only if point was not inside an entry.
9603 2003-10-21  Richard M. Stallman  <rms@gnu.org>
9605         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
9607 2003-10-21  Juri Linkov  <juri@jurta.org>
9609         * compare-w.el: Automatically skip non-matching text to resync.
9610         (compare-windows-whitespace): Doc fix.
9611         (compare-windows-sync, compare-windows-sync-string-size)
9612         (compare-windows-recenter, compare-ignore-whitespace)
9613         (compare-windows-highlight, compare-windows-face): New variables.
9614         (compare-windows): Use compare-windows-sync.
9615         (compare-windows-highlight, compare-windows-dehighlight)
9616         (compare-windows-sync-regexp)
9617         (compare-windows-sync-default-function): New functions.
9619 2003-10-21  Juri Linkov  <juri@jurta.org>
9621         * diff.el (diff-parse-differences): Don't visit the files now;
9622         instead, just record the error locus.
9624 2003-10-21  Dave Love  <fx@gnu.org>
9626         * progmodes/cfengine.el: New file.
9628 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9630         * complete.el (PC-do-completion): Do not forget to use `pred' as the
9631         default-directory when completing file names.
9633 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
9635         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
9636         followed by the word `face', it gets treated as a face, even if
9637         it is also defined as a variable or a function.
9639 2003-10-20  Dave Love  <fx@gnu.org>
9641         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9642         Avoid incf in macro expansion.
9644 2003-10-20  John Paul Wallington  <jpw@gnu.org>
9646         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
9647         `evenp' so we don't implicitly require cl library at runtime.
9649 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
9651         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
9652         (help-make-xrefs): Only make cross-references for faces if
9653         preceded or followed by the word `face'.  Do not make a
9654         cross-reference for variables without variable documentation,
9655         unless preceded by the word `variable' or `option'.  Update doc
9656         string accordingly.
9658 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
9660         * progmodes/hideshow.el: Rewrite one-armed `if'
9661         constructs using either `when' or `unless'.
9662         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
9664 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
9666         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
9667         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
9668         instead of 12x12.
9670 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
9672         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
9673         message while converting to Babyl.
9675 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
9677         * allout.el (allout-mode): Doc fix.
9679 2003-10-16  Lute Kamstra  <lute@gnu.org>
9681         * subr.el (force-mode-line-update): Fix docstring.
9683 2003-10-14  Dave Love  <fx@gnu.org>
9685         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
9686         (default-input-method): Add :link, improve :type.
9687         (locale-charset-language-names): Fix utf-8 pattern.
9688         (locale-charset-match-p, locale-charset-alist)
9689         (locale-charset-to-coding-system): New.
9690         (set-locale-environment): Deal with codeset part of locale specs.
9692 2003-10-14  Lute Kamstra  <lute@gnu.org>
9694         * fringe.el (fringe-mode): Use active voice in docstring.
9695         (set-fringe-style): Ditto.
9697 2003-10-13  Lute Kamstra  <lute@gnu.org>
9699         * fringe.el (fringe-mode): Fix docstring.
9700         (set-fringe-style): Ditto.
9702 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
9704         * ediff-mult.el (ediff-filegroup-action):
9705         Use ediff-default-filtering-regexp.
9707         * ediff-util.el (ediff-recenter): Don't call
9708         ediff-restore-highlighting twice.
9709         (ediff-select-difference): Set current difference.
9710         (ediff-unselect-and-select-difference): Add comment.
9712         * ediff.el (ediff-directories,ediff-directory-revisions)
9713         (ediff-directories3,ediff-merge-directories)
9714         (ediff-merge-directories-with-ancestor)
9715         (ediff-merge-directory-revisions)
9716         (ediff-merge-directory-revisions-with-ancestor):
9717         Use ediff-default-filtering-regexp.
9719 2003-10-12  Andreas Schwab  <schwab@suse.de>
9721         * international/mule-cmds.el (locale-charset-language-names):
9722         Simplify regex by removing unused grouping.
9724 2003-10-10  Dave Love  <fx@gnu.org>
9726         * bindings.el: Don't bind stop.
9728 2003-10-08  Miles Bader  <miles@gnu.org>
9730         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
9731         face instead of attempting to emulate it.
9733 2003-10-07  Kenichi Handa  <handa@m17n.org>
9735         * international/mule-diag.el (list-coding-systems-1): List coding
9736         systems that are loaded automatically.
9738         * international/code-pages.el (iso-8859-11): Add autoload cookie.
9740         * international/mule.el (autoload-coding-system): New function.
9742 2003-10-07  Andreas Schwab  <schwab@suse.de>
9744         * log-edit.el (log-edit-changelog-entries): Prefer local value of
9745         change-log-default-name in the buffer visiting the file.
9747 2003-10-06  Dave Love  <fx@gnu.org>
9749         * files.el (find-file-hook): Customize.
9750         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
9752         * bindings.el (completion-ignored-extensions): Remove .log.
9753         (global-map): Add again, open, stop keys.
9755 2003-10-05  Richard M. Stallman  <rms@gnu.org>
9757         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
9758         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
9759         Use sh-modify directly.
9760         (sh-select): Use sh-append, not eval.
9762         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
9764         * info.el (Info-following-node-name): New function.
9766         * loadhist.el (unload-feature-special-hooks):
9767         Rename from loadhist-hook-functions.
9768         (loadhist-hook-functions): Now an alias.
9770 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
9772         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
9773         file-name clashes on 8+3 filesystems.
9775         * Makefile.in (DONTCOMPILE, bootstrap-clean):
9776         Rename loaddefs-boot.el to ldefs-boot.el
9778         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
9779         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
9781 2003-10-03  Lute Kamstra  <lute@gnu.org>
9783         * info.el (Info-mode): Revert previous change.
9784         (Info-escape-percent): New function.
9785         (Info-fontify-node): Use it.
9787 2003-10-02  Andreas Schwab  <schwab@suse.de>
9789         * loaddefs-boot.el: Regenerated.
9791 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
9793         * ffap.el: Remove defadvice related code from CVS since `complete'
9794         provides a `PC-completion-as-file-name-predicate' variable that
9795         ffap can override.
9797 2003-10-02  Kenichi Handa  <handa@m17n.org>
9799         * international/utf-8.el (ccl-decode-mule-utf-8):
9800         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
9802         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
9803         * international/subst-big5.el: Likewise.
9804         * international/subst-gb2312.el: Likewise.
9805         * international/subst-ksc.el: Likewise.
9807 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
9809         * calendar/calendar.el (increment-calendar-month)
9810         (calendar-leap-year-p, calendar-absolute-from-gregorian)
9811         (generate-calendar, calendar-read-date, calendar-interval)
9812         (calendar-day-of-week): Handle years BC.
9813         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
9815 2003-10-01  Dave Love  <fx@gnu.org>
9817         * language/cyrillic.el (cp1251): Alias for windows-1251.
9819         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
9820         bootstrap.
9822 2003-10-01  Lute Kamstra  <lute@gnu.org>
9824         * files.el: Fix typo.
9825         * imenu.el (imenu--generic-function): Docstring fix.
9827 2003-09-30  Richard M. Stallman  <rms@gnu.org>
9829         * dired.el (dired-mode): Handle dired-directory as a list.
9831 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
9833         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
9835         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
9837         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
9838         Replace gud-display with gud-watch.
9839         (gud-speedbar-buttons): Add stuff for watching expressions
9840         in the speedbar when using M-x gdba.  Use dolist on old part
9841         of this function.
9843         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
9844         (gdb-update-flag): New variables.
9845         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
9846         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
9847         (gud-watch, gdb-var-create-handler) : New functions.
9848         (gdb-var-list-children, gdb-var-list-children-handler)
9849         (gdb-var-create-regexp, gdb-var-update-regexp)
9850         (gdb-var-list-children-regexp): New constants.
9851         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
9852         (gdb-annotation-rules): Reduce annotation set (level 3).
9853         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
9854         (gdb-post-prompt): Don't update GDB buffers every time speedbar
9855         updates.
9856         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
9857         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
9858         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
9859         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
9860         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
9861         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
9862         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
9863         (gud-display, gud-display1)
9864         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
9865         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
9866         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
9867         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
9868         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
9869         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
9870         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
9871         (gdb-display-display-buffer, gdb-toggle-display)
9872         (gdb-delete-display, gdb-expressions-popup-menu)
9873         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
9874         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
9875         to display buffer.
9877 2003-09-30  Richard M. Stallman  <rms@gnu.org>
9879         * progmodes/ada-mode.el (ada-mode): Don't use advice.
9880         Instead, set which-func-functions.
9882         * progmodes/which-func.el (which-func-modes): Add ada-mode.
9883         (which-func-functions): New variable.
9884         (which-function): Use that.
9886         * info.el (Info-mode): Double each `%' in header line.
9888         * emacs-lisp/lisp-mnt.el (lm-with-file):
9889         When FILE is nil, run BODY in current buffer.
9891         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
9893         * help.el (describe-mode): Start with a brief list of minor modes.
9894         Find them thru minor-mode-list so as to find them all.
9895         Show them in alphabetical order.
9897         * mail/sendmail.el (mail-aliases): Doc fix.
9899         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
9901 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
9903         * mail/rmailsum.el (rmail-make-summary-line-1):
9904         Change comma after last label to a space.
9905         (rmail-summary-font-lock-keywords): Adapt to that change.
9907 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
9909         * progmodes/scheme.el (scheme-mode-variables): When setting
9910         `font-lock-defaults', also specify that "#" should
9911         be interpreted with `word' syntax.
9912         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
9914 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
9916         * desktop.el: A lot of comments updated.
9917         (desktop-save-mode): Minor mode introduced.
9918         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
9919         (desktop-load-default): Function made obsolete.
9920         (desktop-locals-to-save): Variable made customizable.
9921         (desktop-read): Optional parameter `dirname' added.
9922         (desktop-change-dir, desktop-revert): Parameter `dirname' in
9923         `desktop-read' used.
9924         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
9926 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
9928         * whitespace.el (whitespace-clean-msg): Add user customizable message
9929         for displaying ``clean'' output.
9930         (whitespace-buffer): Use `whitespace-clean-msg'.
9931         (whitespace-global-mode): Fix typo.
9933 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
9935         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
9937 2003-09-29  Lute Kamstra  <lute@gnu.org>
9939         * bindings.el (mode-line-modes): Remove superfluous :propertize
9940         construct in initialization.
9941         (mode-line-position): Change cons cell into proper list in
9942         initialization.
9944 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
9946         * international/mule.el (decode-coding-inserted-region): Use car
9947         of the return value of find-operation-coding-system.
9949 2003-09-29  Kenichi Handa  <handa@m17n.org>
9951         * descr-text.el (describe-char): Fix previous change.
9953 2003-09-28  Kenichi Handa  <handa@m17n.org>
9955         * descr-text.el (describe-char-display): New function.
9956         (describe-char): Pay attention to display table on describing how
9957         a character is displayed.
9959         * international/mule-cmds.el (encoded-string-description):
9960         Prepend "0x" to each encoded byte.
9962 2003-09-28  Andreas Schwab  <schwab@suse.de>
9964         * find-file.el (ff-special-constructs): Add autoload cookie.
9966 2003-09-28  Kevin Ryde  <user42@zip.com.au>
9968         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
9969         makeinfo appends to duplicate index entries.
9971 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
9973         * dired-x.el (dired-clean-tex): Doc fix.
9975         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
9976         using a Chinese tutorial.
9978 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
9980         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
9981         between "MAIL FROM:" and "RCPT TO:" and the following address.
9983 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
9985         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
9987 2003-09-28  David Ponce  <david@dponce.com>
9989         * recentf.el (recentf-initialize-file-name-history): New defcustom.
9990         (recentf-load-list): When `recentf-initialize-file-name-history'
9991         is non-nil, initialize an empty `file-name-history' with the
9992         recent list.
9994 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
9996         * man.el (Man-default-man-entry): Remove the leading `*' from the
9997         word at point.
9999 2003-09-26  Lute Kamstra  <lute@gnu.org>
10001         * bindings.el (mode-line-position): Mention size indication in
10002         docstring.
10004 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
10006         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
10008         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
10009         because it's autoloaded now.
10011 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
10013         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
10014         (sh-font-lock-keywords, sh-feature): Fix previous change of
10015         sh-feature to avoid infloop with sh-font-lock-keywords.
10017 2003-09-25  Kim F. Storm  <storm@cua.dk>
10019         * frame.el (frame-current-scroll-bars): New defun.
10021         * window.el (window-current-scroll-bars): New defun.
10023 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10025         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
10026         cause errors when the state cache contains info on parts that have
10027         been narrowed out.
10029 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10031         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
10032         `c-setup-paragraph-variables' has to be used when this variable is
10033         changed; it doesn't work to reinitialize the mode since that
10034         typically clobbers the variable.
10036         * progmodes/cc-styles.el (c-setup-paragraph-variables):
10037         Make it interactive.
10039 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10041         * progmodes/cc-fonts.el (c-font-lock-declarations):
10042         Fix recognition of constructors and destructors for classes whose
10043         names are matched by `*-font-lock-extra-types'.
10045         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
10046         followed by an identifier in C++ then it's a type.
10048 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10050         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
10051         problem that primarily affected XEmacs.  Don't use faces to find
10052         unterminated strings since Emacs and XEmacs fontify strings
10053         differently - this function should now work better in XEmacs.
10055 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10057         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
10058         `expand-abbrev' workaround which caused braces to misbehave inside
10059         macros.
10061         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
10062         handling.  This bug could cause interactive font locking to bail out.
10064 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10066         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
10067         Handle paren-style types in Pike.  Also fixed some cases of
10068         insufficient handling of unbalanced parens.
10070 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
10072         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
10073         common shell prompts that are not common filename or URL characters.
10074         (ffap-file-at-point): Use the new regexp to strip the prompts from
10075         the file names.  This is an issue mostly for user prompts that
10076         don't have a trailing space and find-file-at-point is invoked from
10077         within a shell inside Emacs.
10079 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
10081         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
10082         stamps numerically, rather than textually.
10084 2003-09-24  Kenichi Handa  <handa@m17n.org>
10086         * language/devan-util.el (devanagari-post-read-conversion):
10087         * language/mlm-util.el (malayalam-post-read-conversion):
10088         * language/tml-util.el (tamil-post-read-conversion):
10089         Add autoload cookie.
10091         * international/utf-8.el (utf-8-post-read-conversion):
10092         Call post-read-conversion functions for Devanagari, Malayalam,
10093         and Tamil.
10095 2003-09-23  Dave Love  <fx@gnu.org>
10097         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
10099 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
10101         * progmodes/gud.el (perldb): Add gud-until to list of commands.
10102         Update gud-remove.
10104 2003-09-22  Richard M. Stallman  <rms@gnu.org>
10106         * progmodes/sh-script.el (sh-mode-default-syntax-table):
10107         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
10108         (sh-mode-syntax-table-input): New variable.
10109         (sh-require-final-newline): Don't use eval.
10110         (sh-builtins, sh-leading-keywords, sh-other-keywords)
10111         (sh-variables, sh-font-lock-keywords): Don't use eval.
10112         (sh-set-shell): When setting require-final-newline,
10113         treat value = `require-final-newline' as don't change it.
10114         Set sh-mode-syntax-table locally based on
10115         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
10117         * progmodes/compile.el (compile-internal):
10118         Call compilation-set-window-height before setting window start.
10120 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
10122         * emacs-lisp/bytecomp.el (byte-compile-log-file):
10123         Clear out byte-compile-last-warned-form.
10125 2003-09-22  Richard M. Stallman  <rms@gnu.org>
10127         * woman.el (woman-file-name, woman-follow-word):
10128         If current-word returns nil, use "".
10130         * simple.el (eval-expression): Bind standard-output in to-buffer case.
10132 2003-09-22  Richard M. Stallman  <rms@gnu.org>
10134         * emacs-lisp/lisp-mnt.el (lm-with-file):
10135         Don't visit the file, just use insert-file-contents in temp buffer.
10137 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
10139         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
10140         Add surrounding \\( and \\) around the header, as in
10141         for lm-history-header 'Change Log\\|History'.
10143 2003-09-22  John Paul Wallington  <jpw@gnu.org>
10145         * progmodes/ld-script.el: Add Commentary section,
10146         minor cleanup of file header.
10147         (ld-script-font-lock-keywords): Doc fix.
10148         (toplevel): Provide `ld-script' feature.
10150 2003-09-21  Kim F. Storm  <storm@cua.dk>
10152         * scroll-bar.el (set-scroll-bar-mode): Initialize to
10153         new built-in variable default-frame-scroll-bars.
10154         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
10155         scroll-bar-mode; notably, use it instead of t when we toggle
10156         scroll-bars on.
10157         (toggle-scroll-bar): Use default-frame-scroll-bars.
10159 2003-09-19  Masatake YAMATO  <jet@gyve.org>
10161         * pcvs.el (cvs-do-removal): Change the prompt depending on
10162         `filter' value.
10164 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
10166         * startup.el (command-line-1): Stop startup-echo-area-message
10167         being hidden by "Loading image..." message.
10168         (use-fancy-splash-screens-p, display-splash-screen):
10169         Move display-graphic-p test from latter to former.
10171         * progmodes/sh-script.el (sh-font-lock-keywords):
10172         Highlight escaped EOLs differently from other backslash constructs.
10174 2003-09-19  Richard M. Stallman  <rms@gnu.org>
10176         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
10177         New functions.
10178         (edebug-enter, edebug-outside-excursion): Use them.
10180         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
10181         Fix the condition for whether to print "In WHERE".
10183 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
10185         * finder.el (finder-mode-hook): New variable.
10186         (finder-mode): Run hook finder-mode-hook
10188 2003-09-18  Masatake YAMATO  <jet@gyve.org>
10190         * progmodes/ebrowse.el: Fix broken magic autoload comments.
10192 2003-09-17  Mario Lang  <mlang@delysid.org>
10194         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
10195         "p %e" to actually print the value in the GUD buffer.
10197 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
10199         From David Ponce <david.ponce@wanadoo.fr>:
10200         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
10201         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
10202         from loaddefs-boot.el if necessary.
10204 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
10206         * progmodes/gud.el (gud-find-class): Make jdb work again since
10207         cc-mode changed the syntactic information.
10209 2003-09-15  David Ponce  <david@dponce.com>
10211         * recentf.el: (recentf-exclude): Accept predicates too.
10212         (recentf-file-readable-p): New function.
10213         (recentf-include-p): Handle predicates in recentf-exclude.
10214         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
10215         (recentf-cleanup): Likewise.
10216         (recentf-save-list): Use write-file to handle backup of
10217         recentf-save-file.
10219 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
10221         * loaddefs-boot.el: Renamed from `loaddefs.el'
10222         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
10223         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
10224         necessary.
10226 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
10228         * electric.el (Electric-pop-up-window): For the `one-window' case,
10229         no longer disconcertingly move point in the original buffer.
10231 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10233         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
10235 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
10237         * dired.el (dired-mode-map): Fix typo.
10239 2003-09-11  Richard M. Stallman  <rms@gnu.org>
10241         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
10243 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
10245         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
10246         the function is less noisy.  Now only `kill-buffer' can ask questions.
10248 2003-09-10  Mario Lang  <mlang@delysid.org>
10250         * battery.el: Update Commentary and Copyright.
10251         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
10252         appear due to wrong ordering of the expressions in `or'.
10254 2003-09-09  Lute Kamstra  <lute@gnu.org>
10256         * misc.el (upcase-char): Fix docstring.
10257         (zap-up-to-char): New command.
10259 2003-09-08  David Ponce  <david@dponce.com>
10261         Ensure that recentf correctly updates the menu bar.
10262         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
10263         (recentf-menu-bar): New function.
10264         (recentf-clear-data): Use it
10265         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
10266         of easy-menu-change.
10268 2003-09-08  Lute Kamstra  <lute@gnu.org>
10270         * simple.el (size-indication-mode): New.
10271         * bindings.el (mode-line-position): Add buffer size indicator.
10273 2003-09-04  Mario Lang  <mlang@delysid.org>
10275         * battery.el (battery-linux-proc-acpi): New function.
10276         (battery-status-function): Modify default value calculation to also
10277         check for availability of ACPI.
10278         (battery-echo-area-format): Ditto.
10279         (battery-mode-line-format): Ditto.
10281 2003-09-06  Dave Love  <fx@gnu.org>
10283         * ielm.el (ielm-mode-hook): Add :options.
10285         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
10286         (eldoc-print-current-symbol-info): Use it.
10288 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
10290         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
10291         being displayed in GUD buffer.
10292         (gdb-idle-input-queue): Remove var.  Use just one queue.
10293         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
10294         Remove functions.  Use just one queue.
10295         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
10296         (gdb-invalidate-assembler, gdb-get-current-frame):
10297         Modify functions.  Use just one queue.
10299 2003-09-04  Dave Love  <fx@gnu.org>
10301         * cus-start.el: Add blink-cursor-alist.
10303         * ruler-mode.el (ruler-mode-fill-column-char)
10304         (ruler-mode-current-column-char): Use char-displayable-p,
10305         not window-system.
10307         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
10309         * language/european.el (windows-1252): Move from code-pages.
10311         * language/cyrillic.el ("Windows-1251"): Delete.
10312         ("Bulgarian", "Belarusian"): Remove `features'.
10313         (windows-1251): Move from code-pages.
10315         * international/mule-diag.el (non-iso-charset-alist):
10316         Remove `codepage' stuff.
10317         (print-designation, list-coding-systems-1): Output fixes.
10319         * international/code-pages.el (cp-make-translation-table)
10320         (cp-valid-codes): Made defsubsts.
10321         (cp-fix-safe-chars): Delete.
10322         (mule-diag): Don't require.
10323         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
10324         (top-level): Check for defined coding system when defining
10325         cp... aliases.  Change w32-add-charset-info test to avoid warning.
10326         (non-iso-charset-alist): Defvar when compiling.
10327         (cp-make-coding-system): Doc fix.
10329 2003-09-02  Jason Rumney  <jasonr@gnu.org>
10331         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
10332         line-ends from CVS before doing conversion.
10334 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
10336         * calendar/diary-lib.el (diary-header-line-flag)
10337         (diary-header-line-format): New variables.
10338         (list-diary-entries): Use them to set header line in simple diary.
10340         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
10341         other than font-lock-string-face to highlight backslashes.
10343 2003-09-01  Jason Rumney  <jasonr@gnu.org>
10345         * international/titdic-cnv.el (tit-read-key-value): Include \r in
10346         regexp.
10348 2003-09-01  Dave Love  <fx@gnu.org>
10350         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
10352         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
10353         and :help; also line and column numbers labels.
10355         * international/mule-util.el (char-displayable-p): Move from
10356         latin1-disp, rename and autoload.
10358         * international/latin1-disp.el (latin1-char-displayable-p):
10359         Now obsolete alias.  Replace uses with char-displayable-p.
10360         (latin1-display-ucs-per-lynx): Fix last change.
10362         * international/mule-cmds.el (standard-display-european-internal):
10363         Don't use char code for Latin-1 NBSP.
10364         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
10365         U+2018, U+2019 for `'.
10366         (select-safe-coding-system): Message fix.
10368 2003-09-01  Kenichi Handa  <handa@m17n.org>
10370         * international/fontset.el (setup-default-fontset): For Thai
10371         font, specify "*" family.
10373 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
10375         * progmodes/compile.el (previous-error): Accept a prefix
10376         argument, similarly to next-error.
10378 2003-08-31  Masatake YAMATO  <jet@gyve.org>
10380         * pcvs.el (cvs-do-removal): Use = instead of eq to check
10381         the number of files.  Bind the number of files to a local
10382         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
10384 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
10386         * vc-hooks.el (vc-make-version-backup): Fix the change made on
10387         2003-07-26: msdos-long-file-names is a function, not a variable.
10389 2003-08-29  Richard M. Stallman  <rms@gnu.org>
10391         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
10392         Do nothing with mail-personal-alias-file if it is nil.
10394         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
10395         Do nothing if mail-personal-alias-file is nil.
10397         * term.el (term-exec-1): Bind coding-system-for-read.
10399         * dired.el (dired-mouse-find-file-other-window):
10400         Use dired-view-command-alist here, as in dired-view-file.
10401         (dired-view-command-alist): Use %s to substitute file name.
10402         Handle .ps_pages, .eps, .jpg, .gif, .png.
10404 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
10406         * info.el (Info-mode-map): Bind S-tab and <backtab> to
10407         `Info-prev-reference', instead of M-tab.
10409 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
10411         * simple.el (blink-matching-open): Work correctly on chars that
10412         are designated as parens through the syntax-table text property.
10414 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
10416         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
10417         line break position in the middle of a non-kinsoku (e.g. latin)
10418         word, making it skip until either a space or a character with
10419         category "|".
10420         (kinsoku-longer): Test for end of buffer.
10422 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
10424         * mail/rmail.el (rmail-convert-to-babyl-format):
10425         Detect quoted-printable- and base64-encoded messages and decode them
10426         automatically.  Set the message's encoding from the charset=
10427         header, if any.  Decode base64-encoded messages in Mail format as well.
10429 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
10431         * mail/smtpmail.el: Fix previous change.
10432         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
10433         calling smtpmail-via-smtp.
10434         (smtpmail-via-smtp): Add fall-back values for envelope-from.
10436 2003-08-26  John Paul Wallington  <jpw@gnu.org>
10438         * image.el (image-jpeg-p): Don't search beyond length of data.
10440 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
10442         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
10443         misfeature in `expand-abbrev' which caused electric keywords like
10444         "else" to disappear if an open brace was typed directly afterwards.
10446 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
10448         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
10449         mandatory in `define-widget'.
10451         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
10452         Don't align the operators "!=", "<=" and ">=" as assignment operators.
10454         (c-assignment-operators): New language constant that only contains
10455         the assignment operators.
10457         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
10459 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
10461         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
10462         Safeguard against unbalanced sexps.
10464 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
10466         * version.el (emacs-version): Check for gtk.  Include gtk version info.
10468 2003-08-25  John Paul Wallington  <jpw@gnu.org>
10470         * man.el (Man-default-man-entry): Don't whizz past the section
10471         number before looking for it.
10473 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
10475         * progmodes/gud.el (gud-display-line): Don't set window-point if
10476         source buffer is not visible.  (Only happens with M-x gdba.)
10478         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
10479         documentation.
10480         (gdb-source, gdb-source-info): Update to assembler unnecessary
10481         as its done after each GDB command anyway.
10482         (gdb-pre-prompt): Use with-current-buffer.
10483         (gdb-insert-field): Add help-echo text.
10484         (gdb-invalidate-assembler): Re-display of assembler now done in
10485         gdb-info-breakpoints-custom.
10486         (gdb-info-breakpoints-custom): Force re-display of assembler to
10487         happen *after* update of breakpoints buffer.
10488         (gdb-display-source-buffer): Don't choke if gdb-source-window
10489         isn't visible.
10490         (gdb-put-string, gdb-put-arrow): Remove free variables.
10492 2003-08-24  John Paul Wallington  <jpw@gnu.org>
10494         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
10496         * man.el (Man-default-man-entry): Strip text properties when
10497         snarfing parts of entry because `format' preserves properties.
10499 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
10501         * files.el (file-newest-backup): Use `expand-file-name'.
10503         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
10504         Allow the diary to pop up a new frame, if needed.
10506         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
10507         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
10508         (smtpmail-send-it): Make treatment of envelope-from consistent with
10509         sendmail.el.
10511         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
10512         (sh-leading-keywords): Add the bash `time' reserved word.
10513         (sh-variables): Add some bash variables.
10514         (sh-add-completer): Fix nil branch of case statement.
10516 2003-08-24  Masatake YAMATO  <jet@gyve.org>
10518         * progmodes/ld-script.el: New file.
10520 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
10522         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
10524 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
10526         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
10527         Better explain obsolescence, and what to use instead.
10529 2003-08-23  Masatake YAMATO  <jet@gyve.org>
10531         * pcvs.el (cvs-do-removal): Show the deleted file name
10532         on the prompt.
10534 2003-08-20  Dave Love  <fx@gnu.org>
10536         * international/mule.el (make-coding-system)
10537         (set-buffer-file-coding-system): Doc fix.
10539         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
10541         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
10543         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
10545         * international/utf-16.el: Add mime-text-unsuitable coding system
10546         properties.
10548         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
10550         * cus-edit.el: Add some :links.
10551         (bib): Remove.
10553         * textmodes/bib-mode.el (bib): Add :group external.
10555 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
10557         * wid-edit.el (widget-echo-help): Make it handle expressions that
10558         evaluate to strings.
10560 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
10562         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
10564         Simplify selection of SQL products to define highlighting and
10565         interactive mode.  Includes detailed instructions on adding
10566         support for new products.
10568         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
10569         product for use in highlighting and interactive mode.
10570         (sql-interactive-product): New variable.  SQL product for
10571         sql-interactive-mode.
10572         (sql-product-support): New variable.  Specifies product-specific
10573         parameters to drive highlighting and interactive mode.
10574         (sql-imenu-generic-expression): Add more object types.
10575         (sql-sqlite-options): Correct comment.
10576         (sql-ms-program): Use "osql" rather than "isql".
10577         (sql-prompt-regexp, sql-prompt-length): Update comment.
10578         (sql-mode-menu): Add "Start SQLi session" entry.
10579         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
10580         (sql-mode-abbrev-table): Add abbreviations.  Support of
10581         SYSTEM-FLAG on define-abbrev.  Support was removed with last
10582         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
10583         (sql-mode-font-lock-object-name): Add font-lock pattern for object
10584         names.
10585         (sql-mode-ansi-font-lock-keywords): Set as default value.
10586         (sql-mode-oracle-font-lock-keywords): Set as default value.
10587         Support Oracle 9i keywords.
10588         (sql-mode-postgres-font-lock-keywords): Set as default value.
10589         (sql-mode-linter-font-lock-keywords): Set as default value.
10590         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
10591         SQLServer 2000.
10592         (sql-mode-sybase-font-lock-keywords)
10593         (sql-mode-interbase-font-lock-keywords)
10594         (sql-mode-sqlite-font-lock-keywords)
10595         (sql-mode-strong-font-lock-keywords)
10596         (sql-mode-mysql-font-lock-keywords)
10597         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
10598         keywords.
10599         (sql-mode-font-lock-defaults): Update comment.
10600         (sql-product-feature): New function.  Returns feature associated
10601         with a product from `sql-product-support' alist.
10602         (sql-product-font-lock): New function.  Set font-lock support
10603         based on `sql-product'.
10604         (sql-add-product-keywords): New function.  Add font-lock rules to
10605         product-specific keyword variables.
10606         (sql-set-product): New function.  Set `sql-product' and apply
10607         appropriate font-lock highlighting.
10608         (sql-highlight-product): New function.  Set font-lock support
10609         based on a product.  Also set mode name to include product name.
10610         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
10611         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
10612         Use `sql-set-product'.
10613         (sql-highlight-ms-keywords)
10614         (sql-highlight-sybase-keywords)
10615         (sql-highlight-interbase-keywords)
10616         (sql-highlight-strong-keywords)
10617         (sql-highlight-mysql-keywords)
10618         (sql-highlight-sqlite-keywords)
10619         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
10620         (sql-get-login): Prompt in the same order as the tokens.
10621         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
10622         (sql-product-interactive): New function.  Common portions of
10623         product-specific interactive mode wrappers.
10624         (sql-interactive-mode): Rewritten to use product features.
10625         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
10626         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
10627         (sql-db2, sql-linter): Use `sql-product-interactive'.
10628         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
10629         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
10630         (sql-connect-ingres, sql-connect-postgres)
10631         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
10632         New functions.  Format command line parameters and invoke comint on
10633         the appropriate interpreter.  Code was in the corresponding
10634         `sql-xyz' function before.
10635         (sql-connect-ms): New function.  Support -E argument to use
10636         operating system credentials for authentication.
10638 2003-08-18  Kenichi Handa  <handa@m17n.org>
10640         * international/mule.el (encode-char): Fix for the ASCII case.
10642 2003-08-15  Kenichi Handa  <handa@m17n.org>
10644         * international/fontset.el (setup-default-fontset): Change "*" to
10645         nil in the specifications of font family.
10647 2003-08-18  Kim F. Storm  <storm@cua.dk>
10649         * kmacro.el (kmacro-keymap): Group related bindings in
10650         initialization for clarity.  Bind C-s to start macro.
10651         Remove C-r binding.
10652         (kmacro-initial-counter-value): New defvar to hold initial counter
10653         value in case we set the value before defining a macro.
10654         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
10655         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
10656         not defining or executing macro.  Doc fix.
10657         (kmacro-add-counter): Clear kmacro-initial-counter-value.
10658         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
10659         temporarily view older elements on the macro ring without cycling
10660         the ring.
10661         (kmacro-display): Doc fix.
10662         (kmacro-exec-ring-item): New helper function.
10663         (kmacro-call-ring-2nd): Use it.
10664         (kmacro-call-ring-2nd-repeat): Doc fix.
10665         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
10666         (kmacro-end-or-call-macro): Execute last viewed macro (using
10667         kmacro-exec-ring-item) from ring if this follows
10668         kmacro-view-macro.  This allows us to find a macro on the ring
10669         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
10670         the ring to bring it to the head of the ring.
10671         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
10672         Allow binding to reserved keys without specifying C-x C-k prefix.
10673         Ask for confirmation if entered key sequence is already bound to
10674         a non-macro command.
10675         (kmacro-view-macro): Repeating command will show older elements
10676         on the macro ring; C-k will execute the last viewed macro.
10677         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
10678         property from 'ring to 'head.
10680 2003-08-17  Alan Shutko  <ats@acm.org>
10682         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
10683         keeping December out of the alist.
10685 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
10687         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
10688         * calendar/calendar.el (calendar-mode-map): Bind it to key.
10689         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
10690         (calendar-flatten): New function.
10691         (calendar-mouse-view-other-diary-entries)
10692         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
10693         in the menu title and to show multi-line diary entries correctly
10694         in the menu.
10696 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
10698         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
10699         defcustom, because the default was recently changed.
10701 2003-08-16  Richard M. Stallman  <rms@gnu.org>
10703         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
10705         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
10706         New subroutine, broken out of eval-last-sexp-1.
10707         (eval-last-sexp-1): Use eval-last-sexp-print-value.
10709         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
10711         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
10713         * simple.el (eval-expression): Use eval-last-sexp-print-value.
10715 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
10717         * progmodes/compile.el (compilation-error-regexp-alist):
10718         Add Java ANt error detection as described in document
10719         http://ant.apache.org/faq.html
10721 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
10723         * simple.el (backward-word, forward-to-indentation)
10724         (backward-to-indentation): Argument changed to optional.
10725         (next-line, previous-line): Use `or' instead of `unless'.
10727 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10729         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
10730         instead of a constant.
10732 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
10734         * shell.el (shell): With prefix-arg, suggest a new buffer name.
10736 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
10738         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
10739         (vc-sccs-workfile-version): Search the entire delta table, rather
10740         than just the first entry, because that might be a deleted version.
10742 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
10744         * menu-bar.el (menu-bar-options-menu): Supply a body for the
10745         [save-place] binding in the Options menu.  Have it require
10746         'saveplace' and then toggle the variable manually, to avoid an an
10747         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
10748         for the bug report.
10750 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
10752         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
10753         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
10754         (gdb-info-threads-custom): Add help-echo text.
10755         (gdb-display-back): Don't use purecopy.
10756         (gdb-info-breakpoints-custom, gdb-reset)
10757         (gdb-assembler-custom): Use display-images-p to test if breakpoint
10758         icons can be displayed.
10760 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
10762         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
10764 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
10766         * bookmark.el (bookmark-completing-read):
10767         Return a string, instead of a list of one string.
10768         Use a popup menu if activated from the mouse.
10769         (bookmark-edit-annotation): Remove unused vars.
10770         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
10771         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
10772         to bookmark-completing-read.
10773         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
10774         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
10775         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
10776         and erase-buffer.
10777         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
10778         (bookmark-menu-jump, bookmark-menu-insert)
10779         (bookmark-popup-menu-and-apply-function)
10780         (bookmark-menu-popup-paned-bookmark-menu): Remove.
10781         (bookmark-menu-build-paned-menu): Remove by folding it into
10782         bookmark-menu-popup-paned-menu.
10783         (menu-bar-bookmark-map): Move the define-key statements here.
10784         Use the "non-menu" commands since they now pop up a menu if needed.
10785         (bookmark-exit-hook-internal): Simplify.
10787 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
10789         * reftex-toc.el (reftex-toc-rename-label): New function.
10790         (reftex-toc-check-docstruct): New function.
10792         * reftex.el (reftex-region-active-p): New function.
10794         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
10795         regexp to find the \bibliography macro.
10797         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
10798         which does not exist in LaTeX.
10799         (reftex-cite-format-builtin): Added amsrefs support.
10800         (reftex-toc-confirm-promotion): New option
10802         * reftex-toc.el
10803         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
10804         (reftex-toc-demote, reftex-toc-promote)
10805         (reftex-toc-do-promote, reftex-toc-promote-prepare)
10806         (reftex-toc-promote-action, reftex-toc-extract-section-number)
10807         (reftex-toc-newhead-from-alist)
10808         (reftex-toc-load-all-files-for-promotion): New functions.
10809         (reftex-toc-help): Added description of new keys.
10810         (reftex-toc-split-windows-fraction): New option.
10811         (reftex-recenter-toc-when-idle): Search *toc* window on all
10812         visible frames.
10813         (reftex-toc): Additional parameter REUSE
10814         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
10815         with REUSE argument.
10816         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
10817         the call of `reftex-toc'.
10818         (reftex-make-separate-toc-frame): New function .
10819         (reftex-toc-recenter): When called with triple prefix arg, call
10820         `reftex-make-separate-toc-frame' first.
10821         (reftex-toc-toggle-dedicated-frame): New command.
10822         (reftex-toc-quit): Adapted to delete frame when called in
10823         dedicated frame.
10825         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
10826         all enclosing macros.
10829 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10831         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
10832         first use.
10834 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10836         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
10838 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
10840         * calendar/calendar.el (list-diary-entries-hook)
10841         (diary-display-hook, nongregorian-diary-listing-hook)
10842         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
10843         Add some customize options for these hooks.
10844         (calendar-abbrev-construct): Don't try to take a substring longer
10845         than the original string.
10847 2003-08-05  Richard M. Stallman  <rms@gnu.org>
10849         * emacs-lisp/testcover.el (noreturn): Report error if does return.
10850         (testcover-reinstrument-clauses): Doc fix.
10852         * emacs-lisp/warnings.el: Doc fixes, args renamed.
10853         (warning-type-format): Rename from warning-group-format.
10855         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
10856         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
10857         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
10858         to prevent warnings about defvar for an obsolete variable.
10860         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
10861         warning-group-format renamed to warning-type-format.
10863         * subr.el (read-passwd): Use clear-string instead of fillarray.
10865         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
10866         Use vconcat instead of concat.
10867         (edmacro-sanitize-for-string): New function.
10869 2003-08-05  Dave Love  <fx@gnu.org>
10871         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
10872         line-number-display-limit-width.
10874         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
10876 2003-08-05  Kenichi Handa  <handa@m17n.org>
10878         * international/code-pages.el: Don't require mule-diag.
10880         * international/mule-diag.el (non-iso-charset-alist):
10881         Add autoload cookie.
10883         * language/devan-util.el (dev-glyph-order): Add an entry for the
10884         glyph code #xC4.
10886 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
10888         * calendar/calendar.el (diary-file, diary-file-name-prefix)
10889         (european-calendar-style, diary-date-forms)
10890         (calendar-day-name-array, calendar-month-name-array): Doc change.
10891         (generate-calendar-month): Adapt for new behaviour of
10892         `calendar-day-name' function.
10893         (calendar-abbrev-length, calendar-day-abbrev-array)
10894         (calendar-month-abbrev-array): New variables.
10895         (calendar-abbrev-construct): New function.
10896         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
10897         rather than fixing abbrevs at some width.  Calling syntax change.
10898         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
10899         (calendar-date-string): Adapt for new behaviours of
10900         `calendar-day-name' and `calendar-month-name' functions.
10902         * calendar/diary-lib.el (list-diary-entries): Adapt for new
10903         behaviour of `calendar-day-name' and `calendar-month-name' functions.
10904         (diary-name-pattern): Use abbrev arrays, rather than fixing
10905         abbrevs at three chars.  Calling syntax change.
10906         (mark-diary-entries): Adapt for new behaviours of
10907         `diary-name-pattern' and `calendar-make-alist' functions.
10908         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
10909         `diary-name-pattern' function.
10910         (font-lock-diary-date-forms): Use abbrev arrays, rather than
10911         fixing abbrevs at three chars.  Calling syntax change.
10912         (cal-hebrew, cal-islam): Require when compiling.
10913         (diary-font-lock-keywords): Adapt for new behaviour of
10914         `font-lock-diary-date-forms' function.
10916         * calendar/cal-hebrew.el: Reposition some code so defined before used.
10917         (calendar-hebrew-month-name-array-common-year)
10918         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
10919         (list-hebrew-diary-entries): Adapt for new behaviours of
10920         `calendar-day-name' and `add-to-diary-list' functions.
10921         (mark-hebrew-diary-entries): Adapt for new behaviours of
10922         `diary-name-pattern' and `calendar-make-alist' functions.
10924         * calendar/cal-islam.el (calendar-islamic-month-name-array):
10925         Add doc string.
10926         (list-islamic-diary-entries): Adapt for new behaviours of
10927         `calendar-day-name' and `add-to-diary-list' functions.
10928         (mark-islamic-diary-entries): Adapt for new behaviours of
10929         `diary-name-pattern' and `calendar-make-alist' functions.
10931         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
10932         `calendar-month-name' function.
10934         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
10936         * calendar/solar.el (solar-seasons-data): Move definition before use.
10938         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
10939         (cal-tex-LaTeX-hourbox): Move definition before use.
10941         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
10942         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
10943         lunar.el, solar.el
10944         (displayed-month, displayed-year): Define for compiler.
10946 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
10948         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
10949         MODE.  Renamed from c-init-c-language-vars'.
10950         (c-initialize-cc-mode): Change accordingly.
10951         (c-common-init): Ditto.
10952         (c-mode): Ditto.
10953         (c++-mode): Use `c-init-language-vars-for'.
10954         (objc-mode): Ditto.
10955         (java-mode): Ditto.
10956         (idl-mode): Ditto.
10957         (pike-mode): Ditto.
10958         (awk-mode): Ditto.
10960 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
10962         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
10963         or not the point moved.
10965         (c-search-decl-header-end): Don't trip up on operator identifiers
10966         in C++ and operators like == in all languages.
10968         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
10969         Detect leading labels correctly.
10971 2003-08-02  Andreas Schwab  <schwab@suse.de>
10973         * textmodes/ispell.el: Don't redo key bindings on loading, put
10974         them only in loaddefs.el.
10975         * bookmark.el: Likewise.
10976         * dabbrev.el: Likewise.
10977         * emerge.el: Likewise.
10979         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
10980         has more than one member.
10982         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
10984 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10986         * lpr.el (printify-region): It was ending conversion before the
10987         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
10989 2003-07-31  John Paul Wallington  <jpw@gnu.org>
10991         * net/browse-url.el (browse-url-epiphany): Doc fix.
10993 2003-07-30  Kenichi Handa  <handa@m17n.org>
10995         * international/fontset.el (setup-default-fontset):
10996         Change registry names of Akurti fonts.
10998 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
11000         * comint.el (comint-read-noecho): Use `clear-string' instead of
11001         `fillarray'.
11003 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
11005         * outline.el (outline-mode-hook): Add defvar.
11007 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
11009         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
11010         Restore assembler in source window if that is what has been selected.
11011         (menu): Add gdb-restore-windows to menu.  Make gdba
11012         specific menus only visible from gdba.
11014 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
11016         * progmodes/compile.el (compilation-environment): New user variable.
11017         (compile-internal): Respect it.
11019 2003-07-23  Masatake YAMATO  <jet@gyve.org>
11021         * progmodes/gud.el (gdb-script-font-lock-keywords):
11022         Put `font-lock-function-name-face' on a symbol which includes
11023         `-' like `hook-run'.  Put font-lock-variable-name-face
11024         on a symbol starting with $.
11026 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
11028         * files.el (set-visited-file-name): Use truename for buffer-file-name.
11030 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
11032         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
11034 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
11036         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
11037         Use with-no-warnings.
11038         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
11039         rather than to find-file-not-found-hook, which doesn't exist.
11041 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
11043         * international/quail.el (quail-translate-key): Fix previous change.
11045 2003-07-25  John Paul Wallington  <jpw@gnu.org>
11047         * server.el (server-start): Check `server-process' is non-nil
11048         before killing it to avoid killing current buffer's process.
11050         * simple.el (choose-completion-string): Use `minibufferp';
11051         test `completion-reference-buffer' if `buffer' arg is nil.
11052         (push-mark): Use `when' and `unless'.
11053         (pop-mark): Use `when'.
11055         * mouse-sel.el (mouse-sel-get-selection-function):
11056         Check `x-last-selected-text-primary'.  Don't barf if it or
11057         `x-last-selected-text' aren't bound.
11059 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
11061         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
11063 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
11065         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
11067 2003-07-23  John Paul Wallington  <jpw@gnu.org>
11069         * tooltip.el (defface tooltip): Inherit from variable-pitch.
11071 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
11073         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
11074         string.  Defvar the derived hook.
11076         * macros.el (insert-kbd-macro): Escape double quote character.
11077         From Thomas W Murphy <twm@andrew.cmu.edu>.
11079 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
11081         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
11082         to match the specific mark rather than reusing comment-start-skip.
11084 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
11086         * progmodes/hideshow.el (hs-special-modes-alist):
11087         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
11089 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
11091         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
11092         value using ?\s.
11094 2003-07-21  John Paul Wallington  <jpw@gnu.org>
11096         * subr.el (with-selected-window): Add closing paren.
11098 2003-07-21  Richard M. Stallman  <rms@gnu.org>
11100         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
11101         (lisp-mode): Likewise.
11103         * subr.el (with-selected-window): Copy code form save-selected-window
11104         so as to call select-window with norecord arg.
11105         (dynamic-completion-table): Doc fix.
11106         (lazy-completion-table): Doc fix.
11108         * international/mule-cmds.el (set-locale-environment):
11109         langinfo renamed to locale-info.
11111         * international/mule.el (auto-coding-functions): Doc fix.
11113 2003-07-21  Kenichi Handa  <handa@m17n.org>
11115         * international/quail.el (quail-translate-key):
11116         Update quail-current-str correctly.
11118 2003-07-21  Andreas Schwab  <schwab@suse.de>
11120         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
11121         ?, to "_".
11123 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
11124         Version 2.0.36 of Tramp released.
11126         * net/tramp.el (tramp-default-password-end-of-line): Rename from
11127         tramp-password-end-of-line.
11128         (tramp-password-end-of-line): New method parameter.
11129         (tramp-get-password-end-of-line): Function to access method
11130         parameter `tramp-password-end-of-line', or variable
11131         `tramp-default-password-end-of-line' (default value).
11132         (tramp-methods): Add entries for new parameter
11133         tramp-password-end-of-line.
11134         (tramp-enter-password): Use new function
11135         `tramp-get-password-end-of-line'.
11136         (tramp-handle-insert-file-contents): Do not
11137         unconditionally inhibit the file operation file-local-copy, only
11138         do that when the inhibit-file-name-operation is currently
11139         insert-file-contents.  This fixes finding remote CVS-controlled
11140         files.  (It would barf on inserting the CVS/Entries file
11141         literally, because the file-local-copy handler wasn't called.)
11142         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
11143         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
11144         (tramp-initial-commands): New variable.
11145         (tramp-process-initial-commands): New function, using the variable.
11146         (tramp-open-connection-setup-interactive-shell): Call the new function.
11147         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
11148         method into the buffer name, never use nil.  Reported by Hanak
11149         David <dhanak@inf.bme.hu>.
11150         (tramp-open-connection-setup-interactive-shell): Erase buffer
11151         before sending "stty -onlcr".
11153         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
11155 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
11157         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
11159 2003-07-19  John Paul Wallington  <jpw@gnu.org>
11161         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
11162         (artist-draw-rect, artist-draw-square): Doc fixes.
11164         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
11166         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
11168 2003-07-19  Kenichi Handa  <handa@m17n.org>
11170         * international/kkc.el (kkc-show-conversion-list-update):
11171         Highlight the correct candidate in the message.
11173 2003-07-18  John Paul Wallington  <jpw@gnu.org>
11175         * simple.el (current-word): Don't include punctuation char when
11176         `really-word' arg is non-nil.
11178 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
11180         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
11181         moved to the directory obsolete.
11183 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
11185         * info.el (Info-menu-entry-name-re): Allow newlines in
11186         menu entry names.
11188         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
11189         syntax-ppss-after-change-function.
11190         (syntax-ppss-after-change-function): New alias.  Update uses.
11191         (syntax-ppss): Catch the case where the buffer is narrowed.
11193 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
11195         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
11196         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
11198 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
11200         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
11201         since it might be modified.
11203         * progmodes/cc-langs.el (c++-make-template-syntax-table)
11204         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
11205         names to these language constants.
11207 2003-07-15  Kim F. Storm  <storm@cua.dk>
11209         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
11210         All uses changed.
11212 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
11214         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
11215         Namespace support.
11217 2003-07-13  Juanma Barranquero  <lektu@terra.es>
11219         * frame.el (modify-all-frames-parameters): Reinstall (copyright
11220         papers received).
11222 2003-07-13  Karl Eichwalder  <ke@suse.de>
11224         * textmodes/po.el (po-find-charset): White space at the start of the
11225         Content-Type field body is non-mandatory.
11227 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
11229         * textmodes/texinfo.el (texinfo-section-list):
11230         Append appendixsection; a synonym for appendixsec.
11232 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
11234         * man.el (Man-translate-cleanup): New.
11235         (Man-translate-references): Call `Man-translate-cleanup' to clean
11236         leading, trailing and middle spaces.
11238 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
11240         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
11241         Handle `dired-directory' being a list.
11243 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
11245         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
11246         it doesn't exist.
11248 2003-07-12  Richard M. Stallman  <rms@gnu.org>
11250         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
11252         * progmodes/cc-defs.el (c-make-keywords-re):
11253         Don't use delete-duplicates.
11254         (c-lang-const): Don't use mapcan.
11256         * apropos.el (apropos-show-scores): Make it customizable.
11257         Document new meaning.
11258         (apropos): Compute scores from symbols.
11259         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
11261 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11263         * ps-bdf.el: Fix copyright line.
11264         (bdf-directory-list): Fix initialization code.
11266 2003-07-11  John Paul Wallington  <jpw@gnu.org>
11268         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
11269         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
11270         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
11272 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
11274         * emacs-lisp/ring.el (ring-elements): Doc fix.
11276 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
11278         * calendar/timeclock.el (timeclock-relative)
11279         (timeclock-ask-before-exiting, timeclock-use-display-time):
11280         Doc changes.
11281         (timeclock-modeline-display): Give a message if
11282         `timeclock-use-display-time' is non-nil but `display-time-mode'
11283         is not active.
11285 2003-07-11  Kenichi Handa  <handa@m17n.org>
11287         * international/mule-cmds.el (set-language-environment):
11288         Set current-language-environment to the correct string.
11290 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11292         * ps-print.el: Print line number correctly in a region.  Reported by
11293         Tim Allen <timallen@ls83.fsnet.co.uk>.
11294         (ps-print-version): New version number (6.6.2).
11295         (ps-printing-region): Code fix.
11297 2003-07-10  John Paul Wallington  <jpw@gnu.org>
11299         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
11300         this function can be called from `add-completions-from-tags-table'.
11302 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
11304         * calendar/timeclock.el (timeclock-use-display-time)
11305         (timeclock-day-over-hook, timeclock-workday-remaining)
11306         (timeclock-status-string, timeclock-when-to-leave)
11307         (timeclock-when-to-leave-string, timeclock-log-data)
11308         (timeclock-find-discrep, timeclock-day-base)
11309         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
11310         (timeclock-modeline-display): Set the variable
11311         `timeclock-modeline-display'.
11312         (timeclock-update-modeline): Doc fix.  Respect value of
11313         `timeclock-relative'.
11315 2003-07-09  Richard M. Stallman  <rms@gnu.org>
11317         * textmodes/reftex-parse.el (reftex-all-document-files):
11318         Add autoload cookie.
11320         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
11321         (reftex-scanning-info-available-p): Add autoload cookie.
11323         * international/mule-cmds.el
11324         (set-display-table-and-terminal-coding-system): Delete duplicate
11325         aset on standard-display-table.
11327         * view.el (view-file): If existing buffer's major mode is special,
11328         don't go into view mode.
11330         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
11332 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
11334         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
11335         buffer changes; there's third party code that calls this function
11336         directly.
11338 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
11340         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
11341         (autodoc-font-lock-keywords): Don't byte compile on font lock
11342         initialization when running from byte compiled files.
11344 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
11346         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
11347         statement ends with auto-increment "++".
11349 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
11351         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
11352         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
11353         these are changed, so declare them as variables and not constants.
11355 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
11357         * subr.el (dolist, dotimes): Doc fix.
11359 2003-07-08  Kim F. Storm  <storm@cua.dk>
11361         * international/mule-cmds.el
11362         (set-display-table-and-terminal-coding-system): Don't break
11363         bootstrap if standard-display-table isn't setup yet.
11365 2003-07-07  Richard M. Stallman  <rms@gnu.org>
11367         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
11368         Give it a doc string, and autoload it.
11370         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
11371         Use with-no-warnings.
11373         * info.el (Info-search): If find invisible text, search again.
11375         * isearch.el (search-whitespace-regexp): Add a shy group around it.
11377         * man.el (Man-name-regexp): Match + as part of name.
11379         * simple.el (visible-mode): Rename from vis-mode.
11380         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
11382         * simple.el (current-word): New arg REALLY-WORD specifies
11383         don't include punctuation chars.
11385         * emacs-lisp/debug.el (debug, debugger-env-macro):
11386         Use with-no-warnings while accessing and binding unread-command-char.
11388         * international/mule-cmds.el
11389         (set-display-table-and-terminal-coding-system): Use explicit loop
11390         instead of calling standard-display-default.
11392         * net/ange-ftp.el (ange-ftp-file-symlink-p):
11393         Use condition-case to catch error in ange-ftp-get-files.
11395         * net/browse-url.el (browse-url-browser-function):
11396         Add alternative for Epiphany.
11397         (browse-url-epiphany-program, browse-url-epiphany-arguments)
11398         (browse-url-epiphany-startup-arguments)
11399         (browse-url-epiphany-new-window-is-tab): New variables.
11400         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
11402         * progmodes/compile.el (compile-auto-highlight): Default now t.
11403         (compile): Doc fix.
11404         (compilation-next-error): Fix previous change.
11406         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
11408         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
11410 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
11412         * gdb-ui.el (gdb-source-info): Display current frame when
11413         attaching to an existing process.
11414         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
11415         while laying out windows when attaching to an existing process.
11417 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
11419         * info.el (Info-menu): Use Info-menu-entry-name-re.
11421 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
11423         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
11424         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
11426         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
11427         to match the same text.
11429 2003-07-06  John Paul Wallington  <jpw@gnu.org>
11431         * vc.el (vc-annotate-offset): Move defvar up.
11433 2003-07-06  Kim F. Storm  <storm@cua.dk>
11435         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
11436         This should fix the infinite loop when extracting menu names.
11438 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
11440         * files.el (auto-mode-alist, interpreter-mode-alist):
11441         Remove entries to CC Mode modes to avoid duplicates; they are now added
11442         with autoload directives in cc-mode.el.
11444 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
11446         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
11447         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
11448         these are changed, so declare them as variables and not constants.
11450         * progmodes/cc-mode.el: Fix some autoload problems: Try to
11451         ensure that the entry for ".c" extension comes before the one for
11452         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
11453         Fix incorrect entries that were added to `interpreter-mode-alist'.
11454         Move the autoload directives for AWK to the top level since they
11455         aren't recognized anywhere else.  Do not use the new AWK mode doc
11456         in the autoload form for the old AWK mode.
11458 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11460         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
11461         (bibtex-sort-ignore-string-entries): Default value t.
11462         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
11463         erroneously in previous version.
11464         (bibtex-string-files): Docstring reflects new parsing scheme.
11465         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
11466         docstring, add # as one of the chars to crush
11467         (bibtex-autokey-prefix-string, bibtex-autokey-names)
11468         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
11469         (bibtex-autokey-name-change-strings)
11470         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
11471         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
11472         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
11473         (bibtex-autokey-title-terminators)
11474         (bibtex-autokey-titlewords-stretch)
11475         (bibtex-autokey-titleword-ignore)
11476         (bibtex-autokey-titleword-case-convert)
11477         (bibtex-autokey-titleword-abbrevs)
11478         (bibtex-autokey-titleword-abbrevs)
11479         (bibtex-autokey-titleword-change-strings)
11480         (bibtex-autokey-titleword-length)
11481         (bibtex-autokey-titleword-separator)
11482         (bibtex-autokey-name-year-separator)
11483         (bibtex-autokey-year-title-separator)
11484         (bibtex-autokey-before-presentation-function)
11485         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
11486         Fix docstring.
11487         (bibtex-strings, bibtex-reference-keys):
11488         Use lazy-completion-table and make-variable-buffer-local.
11489         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
11490         (bibtex-braced-string-syntax-table)
11491         (bibtex-quoted-string-syntax-table): New variables.
11492         (bibtex-parse-nested-braces): Remove.
11493         (bibtex-parse-field-string): Use syntax table and forward-sexp.
11494         (bibtex-parse-association): Simplify.
11495         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
11496         (bibtex-parse-field-text): Simplify.
11497         (bibtex-search-forward-field, bibtex-search-backward-field):
11498         argument BOUND can take value t.
11499         (bibtex-start-of-field, bibtex-start-of-name-in-field)
11500         (bibtex-end-of-name-in-field, bibtex-end-of-field)
11501         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
11502         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
11503         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
11504         (bibtex-skip-to-valid-entry): Return buffer position of beginning
11505         and ending of entry.  Update for changes of bibtex-search-entry.
11506         Simplify.
11507         (bibtex-map-entries): FUN is called with three arguments.
11508         (bibtex-search-entry): Return a cons pair with buffer positions of
11509         beginning and end of entry.
11510         (bibtex-enclosing-field): Simplify.
11511         (bibtex-format-entry): Use booktitle to set a missing title.
11512         (bibtex-autokey-get-names): Fiddle with regexps.
11513         (bibtex-generate-autokey): Use identity.
11514         (bibtex-parse-keys): Use simplified parsing algorithm if
11515         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
11516         arguments.  Return alist of keys.
11517         (bibtex-parse-strings): Simplify.  Return alist of strings.
11518         (bibtex-complete-string-cleanup): Fix docstring.
11519         (bibtex-read-key): New function.
11520         (bibtex-mode): Fix docstring.  Do not parse for keys and
11521         strings when the mode is entered.  Set fill-paragraph-function to
11522         bibtex-fill-field.  Setup font-lock-mark-block-function the way
11523         font-lock intended.
11524         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
11525         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
11526         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
11527         (bibtex-Preamble): Avoid hard coded constants.
11528         (bibtex-make-field): Fix docstring.  Simplify.
11529         (bibtex-beginning-of-entry): Always return new position of point.
11530         (bibtex-end-of-entry): Rearrange cond clauses.
11531         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
11532         Update for changes of bibtex-map-entries.
11533         (bibtex-ispell-abstract): Do not move point.
11534         (bibtex-entry-index): Use downcase.  Simplify.
11535         (bibtex-lessp): Handle catch-all.
11536         (bibtex-find-crossref): Turn into a command.
11537         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
11538         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
11539         preamble entries.
11540         (bibtex-fill-field-bounds): New function.
11541         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
11542         (bibtex-fill-entry): Use bibtex-fill-field-bounds
11543         (bibtex-String): Use bibtex-strings.  Always obey
11544         bibtex-sort-ignore-string-entries.
11546 2003-07-05  John Paul Wallington  <jpw@gnu.org>
11548         * cus-theme.el (customize-create-theme):
11549         Call `customize-create-theme' in Reset widget's notify function.
11551         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
11552         (ibuffer-mark-interactive): Use `or' instead of `unless'.
11553         (define-ibuffer-column name): Add summarizer.
11554         (define-ibuffer-column size): Likewise.
11555         (define-ibuffer-column filename): Likewise.
11556         (define-ibuffer-column process): Likewise.  Change BODY's output too.
11557         (define-ibuffer-column filename-and-process): Likewise, likewise.
11558         (ibuffer): Remove local vars `already-in' and `need-update'.
11560         * ibuf-ext.el: Don't require `derived' at compile-time.
11562 2003-07-05  Kim F. Storm  <storm@cua.dk>
11564         * info.el: Disable paragraph refilling.
11565         (Info-refill-paragraphs): New defcustom.
11566         (Info-fontify-node): Use it.
11568 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
11570         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
11571         thingies from constructors created by defstruct.
11573         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
11574         the default value of the variable.
11575         (byte-code-meter): Move declaration to top level.
11577         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
11579         * info.el (Info-following-node-name-re): New fun.
11580         (Info-following-node-name): Remove.
11581         (Info-insert-dir): Use the new fun.
11582         (Info-extract-pointer): Don't save restriction; use new fun.
11583         (Info-menu-entry-name-re): New const.
11584         (Info-menu-entry-name-re): Use it along with new fun.
11585         (Info-node-spec-re): Use new fun.
11586         (Info-complete-menu-item, Info-fontify-node): Use new const.
11587         (Info-goto-node, Info-follow-reference, Info-menu-update):
11588         Use match-string.
11589         (Info-follow-reference): Use assoc-string.
11590         Use a list of strings for the completion table.
11591         (Info-fontify-node): Use match-string, line-end-position.
11592         Limit the search for `node:' to the first line.
11594         * newcomment.el (uncomment-region): Remove padding coming from
11595         comment-start rather than just from comment-padding.
11597         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
11598         (vc-cvs-stay-local-p): Use vc-stay-local-p.
11599         (vc-cvs-rename-file): Remove (use the default).
11600         (vc-cvs-register): Register parent dir if needed.
11601         (vc-cvs-could-register): Return non-nil if parent can be registered.
11602         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
11603         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
11605         * vc-svn.el (vc-svn-use-edit): Make it into a const.
11606         (vc-svn-update): Fix the arguments to `svn'.
11607         (vc-svn-diff-tree): Just use `vc-svn-diff'.
11608         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
11609         Simple implementations, assuming `name' is a URL.
11611         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
11612         set of chars allowed unquoted in a case pattern.
11614         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
11616         * font-lock.el (font-lock-extra-types-widget)
11617         (c-font-lock-extra-types, c++-font-lock-extra-types)
11618         (objc-font-lock-extra-types, java-font-lock-extra-types)
11619         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
11620         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
11621         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
11622         (font-lock-match-c++-structor-declaration)
11623         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
11624         (c++-font-lock-keywords-3, c++-font-lock-keywords)
11625         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
11626         (objc-font-lock-keywords-3, objc-font-lock-keywords)
11627         (java-font-lock-keywords-1, java-font-lock-keywords-2)
11628         (java-font-lock-keywords-3, java-font-lock-keywords)
11629         (java-font-lock-syntactic-face-function): Remove obsolete code
11630         and constants.  It's all in cc-fonts.el now.
11632 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
11634         * mail/sendmail.el (mail-specify-envelope-from)
11635         (mail-envelope-from): Doc fix.
11637 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
11639         * generic-x.el: Do away with the dependency on `c-emacs-features'
11640         when populating `rul-generic-mode-syntax-table'; we already know
11641         this isn't XEmacs.
11643 See ChangeLog.10 for earlier changes.
11645 ;; Local Variables:
11646 ;; coding: iso-2022-7bit
11647 ;; End:
11649     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
11650   Copying and distribution of this file, with or without modification,
11651   are permitted provided the copyright notice and this notice are preserved.
11653 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1