(show-paren-function): Use it to recognize parens that are
[emacs.git] / lisp / ChangeLog
blob9ab4055dedd3411f7de63fcdd0197e763cd094e7
1 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * subr.el (syntax-class): New function.
5         * simple.el (blink-matching-open): Use it.
7         * paren.el (show-paren-function): Use it to recognize parens that are
8         also used in 2-char comment markers.
10 2005-04-19  Lute Kamstra  <lute@gnu.org>
12         * loadhist.el (unload-feature): Update for new format of
13         load-history.  Simplify the code.
15 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
18         (mac-add-charset-info): New function.  Initialize variable
19         mac-charset-info-alist using it.
20         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
21         for translation.
22         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
23         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
24         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
25         New CCL programs.
27 2005-04-19  Kim F. Storm  <storm@cua.dk>
29         * simple.el (next-buffer, prev-buffer, next-error)
30         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
31         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
33         * bindings.el (next-buffer, prev-buffer, next-error)
34         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
35         (clone-indirect-buffer-other-window): Move bindings from simple.el.
36         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
37         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
39 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
41         * isearch.el (isearch-edit-string): Make the search-ring available for
42         minibuffer history commands.
43         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
44         the default history commands now work just as well.
45         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
47 2005-04-18  Kim F. Storm  <storm@cua.dk>
49         * emulation/cua-base.el (cua--pre-command-handler): Add more
50         elaborate check for shift modifier on non-window systems.
52 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
54         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
56 2005-04-18  Kim F. Storm  <storm@cua.dk>
58         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
59         and make it optional.  Don't test tooltip-gud-echo-area here.
60         (tooltip-gud-process-output, gdb-tooltip-print):
61         Pass tooltip-gud-echo-area to tooltip-show.
62         (tooltip-help-tips): Remove second optional arg to tooltip-show.
64 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
66         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
67         `display-graphic-p' may not be bound yet.
69 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
71         * startup.el (command-line): No longer enable Xterm Mouse mode by
72         default in terminals compatible with xterm.
74         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
76 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
78         * tooltip.el (tooltip-gud-echo-area): Rename from
79         tooltip-use-echo-area.
80         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
81         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
82         area independently of where help tooltips are displayed.
84 2005-04-17  David Kastrup  <dak@gnu.org>
86         * cus-theme.el (custom-theme-write-variables): Quote variables
87         where necessary.
89 2005-04-17  Richard M. Stallman  <rms@gnu.org>
91         * simple.el (yank-excluded-properties): Add follow-link to value.
93         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
95         * startup.el (fancy-splash-max-time): Just 30 seconds.
96         (fancy-splash-delay): Just 7.
97         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
99         * loadhist.el (unload-feature): Update for new format of load-history.
100         Simplify the code.
102         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
103         (rmail-font-lock-keywords): Don't fontify the text of a citation.
105         * mail/sendmail.el (mail-font-lock-keywords):
106         Don't fontify subject text.
107         Don't fontify the text of a citation.
109 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
111         * comint.el (comint-output-filter): Run comint-output-filter-functions
112         with point where the user had it.
114 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
116         * international/ucs-tables.el (ucs-set-table-for-input):
117         Disable when using unify-on-decoding.
119 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
121         * emulation/cua-base.el (cua-global-mark-face): Add special case
122         for displays supporting a high number of colors.
124 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
126         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
128 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
130         * filesets.el (filesets-add-buffer): If user supplies a name of a
131         non-existing fileset, create a new fileset.
133 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
135         * textmodes/org.el (org-up-heading-all): Fix bug with
136         `outline-up-heading-all'.
138 2005-04-16  Andreas Schwab  <schwab@suse.de>
140         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
141         /etc/permissions.d/* and /etc/aliases.d/*.
143 2005-04-16  Kenichi Handa  <handa@m17n.org>
145         * international/code-pages.el (cp-make-coding-system):
146         Set `translation-table-for-input' property value to the symbol
147         ucs-mule-to-mule-unicode, not to that value.
148         (pt154): Escape guillemet by `\'.
150 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
152         * loadup.el: Load tooltip if x-show-tip is fboundp.
154         * startup.el (command-line): Add comment.
156         * tooltip.el (tooltip-mode): Specify correct standard value for
157         Custom in init-value.
159 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
161         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
162         possible.
164 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
166         * textmodes/org.el:  (org-agenda-date-prompt): Rename from
167         `org-agenda-date-today'.
168         (org-evaluate-time-range): Insert at point instead of directly
169         after time range.
170         (org-first-headline-recenter, org-subtree-end-visible-p)
171         (org-optimize-window-after-visibility-change): New functions
172         (org-agenda-post-command-hook): Don't allow point at end of line,
173         to make sure it always hits the text properties.
174         (org-agenda-next-date-line, org-agenda-previous-date-line):
175         New commands.
176         (org-set-regexps-and-options): Category may contain white space.
177         (org-agenda-get-deadlines, org-agenda-get-scheduled):
178         Improve marker positions.
179         (org-agenda-new-marker): Argument POS made optional.
180         (org-agenda-get-timestamps): Deadlines which are done are listed
181         in org-done-face now.
182         (org-agenda-get-todos, org-agenda-get-timestamps)
183         (org-agenda-get-deadlines, org-agenda-get-scheduled):
184         Set `undone-face' and `done-face' properties.
185         (org-last-todo-state-is-todo): New variable.
186         (org-todo): Set `org-last-todo-state-is-todo'.
187         (org-agenda-todo): Change face according to
188         `org-last-todo-state-is-todo'.  And change other lines refering to
189         the same entry.
190         (org-calendar-goto-agenda): New command.
191         (org-calendar-to-agenda-key): New option.
192         (org-startup-folded): New allowed value `content'.
193         (org-set-regexps-and-options): Accept new value `content' for
194         `org-startup-folded'.
195         (org-get-current-options): Handle new value `content' for
196         `org-startup-folded'.
197         (org-insert-todo-heading): New command.
198         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
199         interactively in empty file and option
200         `org-insert-mode-line-in-empty-file' has been set.
201         (org-agenda-todo,org-agenda-priority): Modify to use
202         `org-agenda-change-all-lines'.
203         (org-warning-face): Change color on dark background
205 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
207         * international/mule-cmds.el (set-locale-environment): On Mac OS,
208         use preferences AppleLocale and AppleLanguages, and variable
209         mac-system-locale for default locale.  On Mac OS Classic, use
210         mac-system-coding-system for default coding systems.
212         * term/mac-win.el: Don't set file-name-coding-system.
213         Decode variables system-name, emacs-build-system, user-login-name, and
214         user-full-name by mac-system-coding-system on Mac OS Classic.
215         (mac-system-coding-system): New variable.
217 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
219         * startup.el (command-line): Handle `xterm-mouse-mode' before
220         reading init file.
222         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
224 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
226         * progmodes/sh-script.el (sh-here-document-word): Make it a
227         defcustom.  Doc fix.
228         (sh-add): Bash uses $(( )) for arithmetic.
229         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
230         (sh-maybe-here-document): Remove quotes and leading whitespace
231         from heredoc word when closing.  Indent heredoc with tabs if word
232         starts with "-".
234 2005-04-13  Richard M. Stallman  <rms@gnu.org>
236         * simple.el (undo): Fix previous change.
238         * custom.el (defface): Doc fix.
240 2005-04-13  Lute Kamstra  <lute@gnu.org>
242         * Makefile.in (DONTCOMPILE): Remove list.
243         (compile, compile-always): Don't use DONTCOMPILE.
244         (update-authors): Load the library in which batch-update-authors
245         is defined.
246         * makefile.w32-in (DONTCOMPILE): Remove list.
247         (compile, compile-always): Fix comments.
248         (update-authors): Load the library in which batch-update-authors
249         is defined.
251         * generic-x.el (generic-mode-ini-file-find-file-hook):
252         Rename to ini-generic-mode-find-file-hook.
253         Keep generic-mode-ini-file-find-file-hook as an alias.
254         (ini-generic-mode-find-file-hook): Rename from
255         generic-mode-ini-file-find-file-hook.  Fix docstring.
256         (ini-generic-mode): Docstring change.
257         (bat-generic-mode-run-as-comint): Silence the byte compiler.
259         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
260         called from lisp.
262         * generic.el: Move to the emacs-lisp subdir.
264 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
266         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
267         and C-S- function and cursor motion keys.
269 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
271         * startup.el (command-line): Enable Xterm Mouse mode by default.
272         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
273         for Custom.  No longer show "Mouse" in mode line when enabled.
274         Doc fix.
276 2005-04-12  Kim F. Storm  <storm@cua.dk>
278         * emulation/cua-base.el (cua-rectangle-face)
279         (cua-rectangle-noselect-face): Define face attributes here.
281         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
283 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
285         * startup.el (command-line): Turn off blinking cursor if
286         cursorBlink in resources is off or false.
288 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
290         * term/mac-win.el (dnd): Require dnd.
291         (mac-drag-n-drop): Call dnd-handle-one-url.
292         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
293         (kTextEncodingISOLatin2): Remove constants.
294         (mac-script-code-coding-systems): New constant.
295         (mac-handle-language-change): New function.
296         (special-event-map): Bind it to `language-change' event.
297         (mac-centraleurroman, mac-cyrillic): New coding systems.
298         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
299         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
300         and mac-cyrillic-encoder to encode-mac-centraleurroman and
301         encode-mac-cyrillic, respectively.
303 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
305         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
306         Don't set overlay-arrow-string to "=>" as this is done
307         globally in C now.
309 2005-04-12  Lute Kamstra  <lute@gnu.org>
311         * generic-x.el (rc-generic-mode, rul-generic-mode):
312         Fix auto-mode-alist entries.
313         (etc-fstab-generic-mode): Tweak fontification.
315         * generic.el (generic-make-keywords-list): Fix docstring.
316         (generic-mode-internal): Simplify generic-font-lock-keywords.
318 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
320         * whitespace.el (whitespace-buffer-leading)
321         (whitespace-buffer-trailing): Revert the incorrect test
322         inversion. However, fix the highlight area for the leading and
323         trailing whitespaces to show space.
325 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
327         * whitespace.el (whitespace-version): Bump to 3.5
329         (whitespace-buffer-leading, whitespace-buffer-trailing):
330         Invert sense of the test to highlight the whitespace.
332 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
334         * progmodes/gud.el (gud-display-line): GUD uses its own
335         overlay arrow now so don't set overlay-arrow-string.
336         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
338 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
340         * term.el (term-ansi-current-bold, term-ansi-current-underline)
341         (term-ansi-current-reverse, term-ansi-current-invisible)
342         (term-ansi-face-already-done): Change to boolean.
343         (term-reset-terminal, term-handle-colors-array): Handle the above
344         vars accordingly.
345         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
346         (term-emulate-terminal): Use the new name.
348         * faces.el (secondary-selection): Use yellow1, not yellow.
349         (trailing-whitespace): Use red1, not red.
351 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
353         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
354         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
355         (dired-dnd-handle-file): Call dnd-get-local-file-uri
357         * cus-edit.el (dnd): New group.
359         * term/w32-win.el (dnd): Require dnd
360         (w32-drag-n-drop): Call dnd-handle-one-url.
362         * x-dnd.el: Require dnd.
363         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
364         Call dnd-handle-one-url.
365         (x-dnd-types-alist, x-dnd-insert-utf8-text)
366         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
367         to dnd-insert-text.
368         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
369         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
370         (x-dnd-get-local-file-name,  x-dnd-open-local-file)
371         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
373         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
375 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
377         * wdired.el: Doc fixes.
378         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
379         (wdired-use-dired-vertical-movement): Rename from
380         wdired-always-move-to-filename-beginning.
381         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
382         (wdired-change-to-wdired-mode): Change mode name.
383         (wdired-newline): Delete.
385 2005-04-11  Richard M. Stallman  <rms@gnu.org>
387         * whitespace.el (whitespace-highlight-the-space):
388         Don't call whitespace-unhighlight-the-space here.
390         * simple.el (undo): Record t in undo-equiv-table
391         for the redo record made by an undo-in-region.
393 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
395         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
396         (gdb-frame-inferior-io-buffer): New Functions to control
397         display of separate IO buffer.
398         (menu): Add them to menu-bar.
399         (gdb-display-buffer): Check for buffer another frame.
400         Protect GUD buffer.
401         (gdb-setup-windows): Create IO buffer if not already there.
402         (gdb-memory-mode): Remove purecopy noops.
404 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
406         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
407         and pass to self-insert-command.
409 2005-04-11  Lute Kamstra  <lute@gnu.org>
411         * generic.el: Commentary section cleanup.
412         (generic): Delete.
413         (generic-use-find-file-hook, generic-lines-to-scan)
414         (generic-find-file-regexp, generic-ignore-files-regexp)
415         (default-generic-mode, generic-mode-find-file-hook)
416         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
417         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
418         (generic-use-find-file-hook, generic-lines-to-scan)
419         (generic-find-file-regexp, generic-ignore-files-regexp)
420         (default-generic-mode, generic-mode-find-file-hook)
421         (generic-mode-ini-file-find-file-hook): Move from generic.el.
423 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
425         * bookmark.el (bookmark-write-file): Catch errors writing file.
426         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
428 2005-04-10  Richard M. Stallman  <rms@gnu.org>
430         * startup.el (fancy-splash-tail): Update copyright year.
431         (command-line): Split part of -Q into -D.
432         (emacs-basic-display): New defvar.
433         (fancy-splash-text): Correct name of menu item.
435         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
437         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
438         lines in one node.
440         * comint.el (comint-send-input): New arg ARTIFICIAL.
441         Callers in this file changed.
443         * abbrev.el (define-abbrevs): Read system abbrevs properly.
445         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
447 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
449         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
450         `ldap-search-internal'.
452 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
454         * files.el (set-auto-mode-1): Use line-end-position.
456         * international/latin-1.el:
457         * international/latin-2.el:
458         * international/latin-3.el:
459         * international/latin-4.el:
460         * international/latin-5.el:
461         * international/latin-8.el:
462         * international/latin-9.el: Give punctuation syntax to NBSP.
464         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
465         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
466         Use char-classes to accept non-ascii letters, accepted in some recent
467         bibtex implementations.
469 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
471         * custom.el (custom-set-minor-mode): Any non-nil value for the
472         variable should enable the mode when set through Custom.
474 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
476         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
477         TAB binding so tab-always-indent is obeyed.
478         (vhdl-minibuffer-local-map): Move initialization into declaration.
479         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
480         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
481         (vhdl-hooked-abbrev): Avoid test for XEmacs.
482         (vhdl-current-line): Use line-beginning-position.
483         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
484         with-output-to-temp-buffer, so the current position can be recorded.
486 2005-04-10  Masatake YAMATO  <jet@gyve.org>
488         * progmodes/compile.el (compilation-error-regexp-alist-alist):
489         Add regexp for gcov.
491 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
493         * calendar/time-date.el (time-to-seconds, seconds-to-time)
494         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
495         syntax which Emacs 20 doesn't support.
497 2005-04-09  Richard M. Stallman  <rms@gnu.org>
499         * help.el (describe-key-briefly, describe-key):
500         Replace strings as event types with "(any string)".
502 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
504         * arc-mode.el (archive-mode-map): Move initialization into
505         the declaration.  Override *all* bindings of `undo'.
506         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
508 2005-04-09  Jay Belanger  <belanger@truman.edu>
510         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
512 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
514         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
515         (xterm-register-default-colors): Update color values computation
516         to match xterm-200.
518 2005-04-09  Kenichi Handa  <handa@m17n.org>
520         * international/code-pages.el (iso-latin-7): Fix the map.
522 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
524         * emacs-lisp/lisp.el (defun-prompt-regexp)
525         (parens-require-spaces, buffer-end, end-of-defun)
526         (insert-parentheses): Doc fixes.
528 2005-04-08  Kim F. Storm  <storm@cua.dk>
530         * comint.el (comint-highlight-prompt): Fix face spec.
531         * hi-lock.el (hi-green): Likewise.
533 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
535         * cus-edit.el (custom-modified-face):
536         * comint.el (comint-highlight-input): Fix previous changes.
537         * term.el (term-handle-ansi-escape): Add a comment.
539 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
541         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
542         in the buffer and in whitespace-highlighted-space.
543         (whitespace-unhighlight-the-space): Simplify.
544         (whitespace-buffer): Simplify.
546 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
548         * textmodes/table.el (table-cell-face): Add special case for
549         displays supporting a high number of colors.
550         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
551         (vhdl-font-lock-reserved-words-face)
552         (vhdl-speedbar-architecture-face)
553         (vhdl-speedbar-instantiation-face)
554         (vhdl-speedbar-architecture-selected-face)
555         (vhdl-speedbar-instantiation-selected-face): Likewise.
556         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
557         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
558         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
559         (ebrowse-root-class-face, ebrowse-member-attribute-face)
560         (ebrowse-progress-face): Likewise.
561         * progmodes/compile.el (compilation-info-face): Likewise.
562         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
563         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
564         * calendar/calendar.el (diary-face): Likewise.
565         * woman.el (woman-italic-face, woman-bold-face)
566         (woman-unknown-face): Likewise.
567         * wid-edit.el (widget-button-pressed-face): Likewise.
568         * whitespace.el (whitespace-highlight-face): Likewise.
569         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
570         * pcvs-info.el (cvs-marked-face): Likewise.
571         * info.el (info-xref): Likewise.
572         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
573         * hilit-chg.el (highlight-changes-face)
574         (highlight-changes-delete-face): Likewise.
575         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
576         (hi-red-b): Likewise.
577         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
578         * font-lock.el (font-lock-keyword-face)
579         (font-lock-function-name-face, font-lock-warning-face): Likewise.
580         * cus-edit.el (custom-invalid-face, custom-modified-face)
581         (custom-set-face, custom-changed-face, custom-variable-tag-face)
582         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
583         * comint.el (comint-highlight-prompt): Likewise.
585 2005-04-08  Lute Kamstra  <lute@gnu.org>
587         * font-lock.el (font-lock-keywords): Docstring fixes.
589 2005-04-08  Kenichi Handa  <handa@m17n.org>
591         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
592         chars are more than a limit, print " and more..." at the tail.
594 2005-04-08  Kim F. Storm  <storm@cua.dk>
596         * emacs-lisp/authors.el (authors-aliases): Update list.
597         (authors-ignored-files): New list.
598         (authors-fixed-entries): Fix typo.
599         (authors-renamed-files-alist): Update list.
600         (authors-add): Check authors-ignored-files.
602 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
604         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
605         optional, to ensure backward compatibility.
607 2005-04-08  Stephen Eglen  <stephen@gnu.org>
609         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
611 2005-04-08  Kim F. Storm  <storm@cua.dk>
613         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
615         * mouse.el (mouse-on-link-p): Doc fix.
617 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
619         * ielm.el (ielm-prompt-read-only): Doc fix.
621         * comint.el (comint-prompt-read-only): Doc fix.
623 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
625         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
626         ensure dired always handles wildcards passed to ffap.
627         (find-file-at-point): Use it.
628         (ffap-dired-wildcards): Doc fix.
630 2005-04-07  Juri Linkov  <juri@jurta.org>
632         * simple.el (next-error-overlay-arrow-position): New defvar.
633         Put "=>" on its property `overlay-arrow-string'.  Add it to
634         `overlay-arrow-variable-list'.
636         * progmodes/compile.el (compilation-setup):
637         Set `next-error-overlay-arrow-position' to nil.  Also set it to
638         nil in the local hook `kill-buffer-hook'.  Make local variable
639         `overlay-arrow-string' and set it to "=>".
640         (compilation-goto-locus): Set BOL position to
641         `next-error-overlay-arrow-position' instead of
642         `overlay-arrow-position'.
644         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
645         locally instead of adding it to the global hook.
646         (Info-kill-buffer): Move up.
648 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
650         * term/xterm.el (xterm-standard-colors): Update color values from
651         xterm-200.
653 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
655         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
657         * fast-lock.el:
658         * lazy-lock.el: Move them to the obsolete subdir.
660 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
662         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
663         (wdired-add-replace-advice): Remove.
664         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
666 2005-04-06  Kim F. Storm  <storm@cua.dk>
668         * startup.el (command-line): Add --bare-bones alias for -Q.
670 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
672         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
673         create the startup fontset if a font specification ends with
674         `mac-roman'.
676 2005-04-06  Lute Kamstra  <lute@gnu.org>
678         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
679         change.
681         * emacs-lisp/copyright.el (copyright-update-year): Replace the
682         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
684 2005-04-05  Lute Kamstra  <lute@gnu.org>
686         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
687         (define-generic-mode): Ditto.  Fix debug declaration.
689         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
690         Put them in the generic-x group.
692         * calendar/timeclock.el (timeclock): Doc fix.
694         * generic.el (define-generic-mode): Don't use custom-current-group.
695         Document default :group value.
696         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
697         (define-global-minor-mode): Don't use custom-current-group.
699 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
701         * startup.el (command-line-1): Display startup-echo-area-message
702         when fancy splash screen is in use.
704         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
705         (sh-escaped-newline): New face.
706         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
707         newline, and use sh-escaped-newline face.
709         * progmodes/tcl.el (tcl-escaped-newline): New face.
710         (tcl-builtin-list): New variable.
711         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
712         newlines.  Fix keywords subexpression number.
714 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
716         * textmodes/org.el (org-diary-default-entry): Fix call to
717         `add-to-diary-entry'.
719 2005-04-05  Kim F. Storm  <storm@cua.dk>
721         * ediff-init.el: Use (featurep 'xemacs).
723 2005-04-05  David Ponce  <david@dponce.com>
725         * cus-edit.el (face): Derive from symbol widget.  Display sample
726         of the current face on the fly.
727         (widget-face-sample-face-get, widget-face-notify): New functions.
728         (widget-face-value-create): Remove.
730         * wid-edit.el (widget-field-end): Temporarily remove field
731         narrowing before to call `get-char-property'.
733 2005-04-04  Jay Belanger  <belanger@truman.edu>
735         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
736         (math-read-subscripts): New variable.
737         (math-read-preprocess-string): Process subscripts.
739 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
741         * comint.el (comint-prompt-read-only): Doc fix.
743         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
744         `-1'.  Doc fix.
746 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
748         * textmodes/org.el (org-insert-mode-line-in-empty-file):
749         Change default value to nil.
751 2005-04-04  Lute Kamstra  <lute@gnu.org>
753         * autorevert.el (auto-revert-mode): Specify :group.
754         * battery.el (display-battery-mode): Specify :group.
755         * diff-mode.el (diff-minor-mode): Specify :group.
756         * font-core.el (font-lock-mode): Specify :group.
757         * hl-line.el (hl-line-mode): Specify :group.
758         * iimage.el (iimage): New customization group.
759         (iimage-mode): Specify :group.
760         * longlines.el (longlines-mode): Specify :group.
761         * master.el: Don't require easy-mmode.
762         (master): New customization group.
763         (master-mode): Specify :group.
764         * msb.el (msb-mode): Specify :group.
765         * reveal.el (reveal-mode): Specify :group.
766         * simple.el (next-error-follow-minor-mode): Specify :group.
767         * smerge-mode.el (smerge-mode): Specify :group.
768         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
769         * emulation/cua-base.el (cua-mode): Specify :group.
770         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
771         * language/thai-util.el (thai-auto-composition-mode)
772         (thai-word-mode): Specify :group.
773         * mail/supercite.el (sc-minor-mode): Specify :group.
774         * progmodes/cwarn.el (cwarn-mode): Specify :group.
775         * progmodes/flymake.el (flymake-mode): Specify :group.
776         * progmodes/glasses.el (glasses-mode): Specify :group.
777         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
778         * textmodes/enriched.el (enriched-mode): Specify :group.
779         * textmodes/refill.el (refill-mode): Specify :group.
781         * add-log.el (change-log-font-lock-keywords): Names in
782         parenthesized lists can contain spaces.
784 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
786         * startup.el (fancy-splash-text): Shorten default text of
787         "Emacs Tutorial" line.  Also, if the current language env
788         indicates an available tutorial file other than TUTORIAL,
789         extract its title and append it to the line in parentheses.
790         (fancy-splash-insert): If arg is a thunk, funcall it.
792 2005-04-04  Jay Belanger  <belanger@truman.edu>
794         * calc.el (calc-language-alist): Add tags to customization type.
796 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
798         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
799         Doc fix.
801 2005-04-03  Marcelo Toledo  <marcelo@marcelotoledo.org>
803         * add-log.el (change-log-font-lock-keywords): The manual
804         describing a Change Log entry, says: (...) "Aside from these
805         header lines, every line in the change log starts with a space or
806         a tab.". The font-lock was not highlighting lines started with
807         spaces, added support for it.
809 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
811         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
812         (bibtex-generate-url-list): Update docstring accordingly. Put the
813         complex example in the docstring.
814         (bibtex-font-lock-url): Use pop.
816 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
818         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
820         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
822 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
824         * filesets.el (filesets-set-default): Doc fix.
826 2005-04-03  Lute Kamstra  <lute@gnu.org>
828         * generic.el (define-generic-mode): Add argument to specify
829         keywords for defcustom.
830         (default-generic-mode): Specify :group.
832         * generic-x.el: Specify :group for all generic modes.
834         * desktop.el (desktop-no-desktop-file-hook)
835         (desktop-after-read-hook): Doc fix.
837 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
839         * simple.el (visible-mode): Use explicit :group keyword.
840         This changes the group of `visible-mode-hook' from paren-blinking
841         to editing-basics.
843 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
845         * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
846         mailbox specifications as well as URLs.
847         (rmail-insert-inbox-text): Remove unused conditional branches.
849 2005-04-01  Jay Belanger  <belanger@truman.edu>
851         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
852         (calc-gnuplot-print-command): Move definitions to calc.el.
854         * calc/calc-embed.el (calc-embedded-announce-formula)
855         (calc-embedded-open-formula, calc-embedded-close-formula)
856         (calc-embedded-open-word, calc-embedded-close-word)
857         (calc-embedded-open-plain, calc-embedded-close-plain)
858         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
859         (calc-embedded-open-mode, calc-embedded-close-mode):
860         Move definitions to calc.el.
862         * calc/calc.el (calc-settings-file, calc-language-alist):
863         Make customizable.
864         (calc-embedded-announce-formula, calc-embedded-open-formula)
865         (calc-embedded-close-formula, calc-embedded-open-word)
866         (calc-embedded-close-word, calc-embedded-open-plain)
867         (calc-embedded-close-plain, calc-embedded-open-new-formula)
868         (calc-embedded-close-new-formula, calc-embedded-open-mode)
869         (calc-embedded-close-mode, calc-gnuplot-name)
870         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
871         from other files and make customizable.
873 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
875         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
876         Use buffer-live-p.
877         (cvs-mode-run): Don't call cvs-update-header here.
878         (cvs-run-process): Call cvs-update-header.
879         Use process properties for cvs-postprocess and cvs-buffer so that
880         the sentinel can behave better if the temp buffer is killed.
881         Use a pipe rather than a tty, to better handle unexpected prompts.
882         (cvs-sentinel): Rewrite.  Call cvs-update-header.
884 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
886         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
887         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
889 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
891         * generic.el (define-generic-mode): Add indentation rule.
893 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
895         * files.el (mode-require-final-newline): Make Custom correctly
896         report a nil value and allow to set it to nil via Custom.
897         Doc fix.
899 2005-04-01  Kenichi Handa  <handa@m17n.org>
901         * international/characters.el: Enable the correct case setting for
902         dotless-i and dotted-I.
904 2005-04-01  Kim F. Storm  <storm@cua.dk>
906         * ido.el (ido-file-internal): Fall back to non-ido command if
907         initial directory is on slow ftp (or tramp) host.
909 2005-03-31  Richard M. Stallman  <rms@gnu.org>
911         * emacs-lisp/autoload.el (make-autoload):
912         Handle define-global-minor-mode.
914         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
915         Rename from easy-mmode-define-global-mode.
916         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
918         * progmodes/scheme.el (scheme-mode-syntax-table):
919         Update syntax of | and # for two-character comment syntax.
921 2005-03-31  Lute Kamstra  <lute@gnu.org>
923         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
924         (define-minor-mode): Call custom-current-group at load-time.
926         * generic.el (define-generic-mode): Add debug declaration.
927         Add defcustom for the mode hook.
928         (generic-mode-internal): Use run-mode-hooks.
930 2005-03-31  Kim F. Storm  <storm@cua.dk>
932         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
933         (mouse-fixup-help-message): New defun called by show_help_echo
934         to fixup mouse-2 prefix in help messages when applicable.
936         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
938 2005-03-31  Kenichi Handa  <handa@m17n.org>
940         * language/thai-word.el (thai-find-word-ends): Pay attention to
941         the case that we reach the end of buffer.
943         * textmodes/fill.el (fill-text-properties-at): New function.
944         (fill-newline): Use fill-text-properties-at instead of
945         text-properties-at.
947 2005-03-31  Karl Berry  <karl@freefriends.org>
949         * textmodes/tex-mode.el (tex-compile): Use shell-quote-argument,
950         not comint-quote-filename.
952 2005-03-31  Olive Lin  <olive.lin@versateladsl.be> (tiny change)
954         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
955         not comint-quote-filename.
957 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
959         * help-fns.el (help-with-tutorial): Revert last change.
961 2005-03-31  Kim F. Storm  <storm@cua.dk>
963         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
965 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
967         * calendar/cal-china.el: Update reference to "Calendrical
968         Calculations" book; there's a new edition.
969         * calendar/cal-coptic.el: Likewise.
970         * calendar/cal-french.el: Likewise.
971         * calendar/cal-hebrew.el: Likewise.
972         * calendar/cal-islam.el: Likewise.
973         * calendar/cal-iso.el: Likewise.
974         * calendar/cal-julian.el: Likewise.
975         * calendar/cal-mayan.el: Likewise.
976         * calendar/cal-persia.el: Likewise.
977         * calendar/calendar.el: Likewise.
978         * calendar/holidays.el: Likewise.
979         * calendar/lunar.el: Likewise.
980         * calendar/solar.el: Likewise.
982         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
983         white space from doc string.
985 2005-03-30  Jay Belanger  <belanger@truman.edu>
987         * calc/calc-help.el (calc-full-help): Remove email address.
989 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
991         * help-fns.el (help-with-tutorial): Delete title line.
993 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
995         * calendar/cal-x.el (calendar-one-frame-setup)
996         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
997         rather than 'symbol for set-window-dedicated-p.
999         * calendar/appt.el (appt-buffer-name): Make it a constant.
1000         (appt-add): Doc fix.
1002         * filesets.el (filesets-menu-path, filesets-menu-before)
1003         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
1004         (filesets-menu-cache-file): Use directory ~/.emacs.d.
1005         (filesets-add-submenu): Delete and use add-submenu instead.
1007 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
1009         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
1010         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
1011         (org-diary-default-entry): New function.
1012         (org-get-entries-from-diary): Better parsing of diary entries.
1013         (org-agenda-check-no-diary): New function.
1014         ("diary-lib"): Advice to function `add-to-diary-list', to allow
1015         linking to diary entries.
1016         (org-agenda-execute-calendar-command): New function.
1017         (org-agenda): Improve visible section in window.
1018         Use `org-fit-agenda-window'.
1019         (org-fit-agenda-window): New option.
1020         (org-move-subtree-down): Better handling of empty lines
1021         at end of subtree.
1022         (org-cycle): Numeric prefix is interpreted now as show-subtree N
1023         levels up.
1024         (org-fontify-done-headline): New option.
1025         (org-headline-done-face): New face.
1026         (org-set-font-lock-defaults): Use `org-headline-done-face'.
1027         (org-table-copy-down): Rename from `org-table-copy-from-above'.
1028         When current field is non-empty, it is copied to next row.
1029         (org-table-copy-from-above): Fix bug which made it
1030         impossible to copy fields containing only a single non-white character.
1032 2005-03-30  Kim F. Storm  <storm@cua.dk>
1034         * kmacro.el (kmacro-end-macro): Isearch may store this command
1035         into the macro -- so ignore it when executing keyboard macro.
1037 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
1039         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
1041 2005-03-29  Kenichi Handa  <handa@m17n.org>
1043         * language/thai.el ("Thai"): Set setup-function and exit-function
1044         for Thai language environment.
1046         * language/thai-util.el: Require thai-word.
1047         (thai-word-mode-map): New variable.
1048         (thai-word-mode): New minor mode.
1049         (setup-thai-language-environment-internal): New function.
1050         (exit-thai-language-environment-internal): New function.
1052         * language/thai-word.el (thai-word-table): Declare it by defvar,
1053         use dolist to initialize it.
1054         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
1055         (thai-fill-find-break-point): New functions.
1057 2005-03-29  Richard M. Stallman  <rms@gnu.org>
1059         * simple.el (idle-update-delay): Move definition up.
1060         (set-mark): Doc fix.
1062 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
1064         * longlines.el: New file.
1066         * simple.el (buffer-substring-filters): New variable.
1067         (filter-buffer-substring): New function.
1068         (kill-region, copy-region-as-kill): Use it.
1070         * register.el (copy-to-register, append-to-register)
1071         (prepend-to-register): Use filter-buffer-substring.
1073 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
1075         * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.
1076         (gud-filter-pending-text): Move in front of gdb.
1077         (gud-overlay-arrow-position): New variable.
1078         (gud-sentinel, gud-display-line): Use it in place of
1079         overlay-arrow-position.
1081 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
1083         * progmodes/fortran.el (fortran-if-indent): Doc fix.
1084         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
1085         (fortran-font-lock-keywords-4): New variable.
1086         (fortran-blocks-re, fortran-end-block-re)
1087         (fortran-start-block-re): New constants, for hideshow.
1088         (hs-special-modes-alist): Add a Fortran entry.
1089         (fortran-mode-map): Bind fortran-end-of-block,
1090         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
1091         (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
1092         (fortran-looking-at-if-then, fortran-end-of-block)
1093         (fortran-beginning-of-block): New functions, for hideshow.
1095         * progmodes/f90.el (f90-end-block-re, f90-start-block-re): Doc
1096         fix. Tweak regexp.
1097         (f90-beginning-of-block): Push mark first.
1099 2005-03-29  Jay Belanger  <belanger@truman.edu>
1101         * calc/calc.el: Update copyright date.
1102         (calc-version): Increase to 2.1.
1103         (calc-version-date): Remove.
1105         * calc/calc-help.el: Update copyright date.
1106         (calc-full-help): Remove reference to calc-version-date.
1107         Update copyright date.
1109 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1111         * vc.el (vc-do-command): Use a pipe for async processes, so password
1112         prompts don't show up at places where the user can't reply.
1114 2005-03-29  Olive Lin  <olive.lin@versateladsl.be> (tiny change)
1116         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
1117         on the file name we pass to the inferior shell.
1119 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
1121         * progmodes/which-func.el (which-function): Be robust in the face of an
1122         imenu--make-index-alist failure.
1124 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1126         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
1128         * progmodes/python.el (python-preoutput-filter): Fix last change.
1130 2005-03-29  Lute Kamstra  <lute@gnu.org>
1132         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
1133         functions and compiled macros.
1134         (debug-convert-byte-code): Handle macros too.
1135         (debug-on-entry-1): Don't signal an error when trying to clear a
1136         function that is not set to debug on entry.
1138 2005-03-29  Jay Belanger  <belanger@truman.edu>
1140         * calc/calc-lang.el: Add functions to math-function-table
1141         properties of tex and math.
1143 2005-03-29  Kenichi Handa  <handa@m17n.org>
1145         * ps-mule.el (ps-mule-plot-string): Translate characters by
1146         ps-print-translation-table.
1147         (ps-mule-begin-job): Call find-charset-region/string with
1148         ps-print-translation-table.
1149         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
1151         * ps-print.el (ps-print-translation-table): New variable.
1152         (ps-plot-region): Translate characters by ps-print-translation-table.
1154 2005-03-29  Juri Linkov  <juri@jurta.org>
1156         * simple.el (next-error-highlight-timer): New variable.
1158         * progmodes/compile.el (compilation-goto-locus):
1159         Use `next-error-highlight-timer' instead of `sit-for'.
1161 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1163         * mail/supercite.el (sc-mail-field): Use assoc-string.
1164         (sc-get-address): Simplify regexps.
1166         * files.el (minibuffer-with-setup-hook): New macro.
1167         (find-file-read-args): Use it to avoid let-binding
1168         minibuffer-with-setup-hook (which breaks turning on/off
1169         file-name-shadow-mode while in the prompt).
1171         * complete.el (PC-read-include-file-name-internal): Use test-completion.
1173 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
1175         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
1177 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1179         * window.el (window-buffer-height): Use count-screen-lines.
1181         * progmodes/python.el (python-preoutput-leftover): New var.
1182         (python-preoutput-filter): Use it.
1183         (python-send-receive): Loop until all the result has been received.
1185 2005-03-28  Juri Linkov  <juri@jurta.org>
1187         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
1189         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
1190         "Recover Crashed Session".
1191         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
1192         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
1193         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
1194         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
1195         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
1196         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
1197         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
1198         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
1200         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
1201         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
1202         Ediff Sessions", "Toggle use of separate control buffer frame",
1203         "Use separate frame for Ediff control buffer".
1205         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
1206         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
1207         "Rename Bookmark", "Delete Bookmark".
1209         * info.el (Info-mode-menu): Remove ellipsis from "Index".
1210         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
1211         Add `:active Info-index-alternatives' to "Next Matching Item".
1213         * wdired.el (wdired-change-to-wdired-mode):
1214         Mention `wdired-abort-changes' key in the initial message.
1216         * international/mule.el (auto-coding-alist): Associate non-ascii
1217         image filename extensions with `no-conversion'.
1219 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1221         * international/iso-acc.el:
1222         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
1224 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
1226         * textmodes/sgml-mode.el (html-mode): Doc update.
1228         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
1230 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
1232         * term.el (term-move-columns): Fix face after extending a line.
1233         (term-insert-spaces): Likewise.
1234         (term-reset-terminal): Fix off by one error.
1236 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
1238         * international/mule.el (auto-coding-alist): Add .xpi files.
1240         * files.el (auto-mode-alist): Add .xpi files.
1242 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
1244         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
1246 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
1248         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
1250 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
1252         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
1253         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
1255         * calendar/cal-move.el (calendar-beginning-of-year): Move the
1256         cursor to Jan 1 when needed.
1257         (calendar-end-of-year): Fix -/+ typo.
1258         Reported by Chong Yidong <cyd@stupidchicken.com>.
1260 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1262         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
1264         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
1265         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
1267 2005-03-25  Richard M. Stallman  <rms@gnu.org>
1269         * filesets.el (filesets-init): Add autoload.
1271         * mail/mailalias.el (mail-directory): Doc fix.
1273 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
1275         * mail/mailalias.el (mail-directory-process): Do nothing if
1276         mail-directory-process is an atom.
1277         (mail-get-names): Ignore mail-directory-names if it is an atom.
1278         (mail-directory-process defvar): Doc fix.
1279         (mail-names): Doc fix.
1281 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
1283         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
1285 2005-03-26  Kenichi Handa  <handa@m17n.org>
1287         * international/mule-util.el (detect-coding-with-priority):
1288         Call update-coding-systems-internal before detect-coding-region.
1290 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
1292         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
1293         (gdb-frames-mode-map): Add follow-link property.
1295 2005-03-25  Jay Belanger  <belanger@truman.edu>
1297         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
1298         for variables.
1300 2005-03-25  Juri Linkov  <juri@jurta.org>
1302         * image-mode.el: Optimize image filename extension regexps in
1303         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
1304         in `auto-mode-alist'.
1305         (image-mode): Add `image-toggle-display-text' to local hook
1306         `change-major-mode-hook'.  Display the image as an image by
1307         default.  Set `cursor-type' and `truncate-lines' if the image
1308         is already displayed.  Take into account the current mode (image
1309         or text) in message.
1310         (image-minor-mode): New minor mode.
1311         (image-mode-maybe, image-toggle-display-text): New functions.
1312         (image-toggle-display): Use called-interactively-p.
1313         Let-bind `inhibit-read-only' to t.
1315         * image-mode.el (image-minor-mode): Set `cursor-type' and
1316         `truncate-lines' if the image is already displayed.  Add turning
1317         image-minor-mode off to `change-major-mode-hook'.  Add message.
1318         Call `image-toggle-display-text' after turning image-minor-mode off.
1320 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1322         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
1323         Terminal.app, use utf-8.
1324         (set-display-table-and-terminal-coding-system): Add coding-system arg.
1325         (set-locale-environment): Use it.
1327         * term/xterm.el: Undo last change, better done in mule-cmds.el.
1329         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
1331         * progmodes/python.el (python-close-block-statement-p)
1332         (python-outdent-p, python-current-defun): Use symbol-end.
1334 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
1336         * files.el (save-some-buffers): Doc fix.
1338 2005-03-25  Werner Lemberg  <wl@gnu.org>
1340         * complete.el, thumbs.el: Replace `legal' with `valid'.
1341         * calendar/calendar.el: Replace `legal' with `valid'.
1342         * emacs-lisp/advice.el: Replace `legal' with `valid'.
1343         * mail/supercite.el: Replace `legal' with `valid'.
1344         * progmodes/cperl-mode.el, progmodes/idlw-shell.el,
1345         progmodes/idlwave.el, progmodes/vhdl-mode.el: Replace `legal' with
1346         `valid'.
1347         * textmodes/reftex-vars.el, textmodes/reftex.el: Replace `legal'
1348         with `valid'.
1350 2005-03-25  Werner Lemberg  <wl@gnu.org>
1352         * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
1353         * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
1354         * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
1355         * emulation/vip.el: Replace `illegal' with `invalid'.
1356         * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
1357         * mail/supercite.el: Replace `illegal' with `invalid'.
1358         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el,
1359         progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el,
1360         progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el,
1361         progmodes/sh-script.el, progmodes/xscheme.el: Replace `illegal' with
1362         `invalid'.
1363         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el,
1364         textmodes/reftex-index.el, textmodes/reftex-parse.el,
1365         textmodes/reftex-ref.el, textmodes/reftex-vars.el,
1366         textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
1368 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1370         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
1371         (flymake-find-buildfile, flymake-find-possible-master-files)
1372         (flymake-check-include, flymake-parse-line): Replace loops over the
1373         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
1375         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
1376         Substitute file-name-as-directory in the rest of the file.
1377         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
1378         (flymake-replace-region): Remove unused arg `buffer'.
1379         (flymake-check-patch-master-file-buffer): Update calls to it.
1380         (flymake-add-err-info): Remove unused var `count'.
1381         (flymake-mode): Use define-minor-mode.
1383         * progmodes/flymake.el: Use with-current-buffer.
1384         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
1385         flymake-replace-regexp-in-string, flymake-line-beginning-position)
1386         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
1387         Avoid testing for `xemacs'.
1388         (flymake-nop): Move.
1389         (flymake-region-has-flymake-overlays): Return the computed value.
1390         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
1391         Remove unused var `endline'.
1392         (flymake-get-line-count): Remove unused function.
1393         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
1395         * emulation/vi.el:
1396         * generic.el:
1397         * hilit-chg.el (global-highlight-changes):
1398         * hi-lock.el (hi-lock-mode):
1399         * follow.el: find-file-hooks -> find-file-hook.
1401         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
1403 2005-03-24  Juri Linkov  <juri@jurta.org>
1405         * dired.el (dired-mode-map): Add menu item "Compare directories"
1406         for dired-compare-directories.
1408         * dired-aux.el (dired-compare-directories): Add autoload cookie.
1409         Doc fix.  Replace `read-file-name' with `read-directory-name'.
1411 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1413         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
1415 2005-03-24  Jay Belanger  <belanger@truman.edu>
1417         * calc/calc-embed.el (calc-embedded-mode-change):  Save all
1418         relevant mode settings in calc-embedded-original-modes when modes
1419         are permanently changed.
1421 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1423         * autoinsert.el: find-file-hooks -> find-file-hook.
1425 2005-03-24  Lute Kamstra  <lute@gnu.org>
1427         * generic.el (generic-font-lock-defaults): Make it obsolete.
1428         (generic-font-lock-keywords): New variable to replace
1429         generic-font-lock-defaults.
1430         (generic-mode-set-font-lock): Delete it.
1431         (generic-mode-internal): Don't call generic-mode-set-font-lock.
1432         (generic-bracket-support): Add docstring.
1434         * generic-x.el: Rename generic-font-lock-defaults to
1435         generic-font-lock-keywords throughout.
1436         (mailagent-rules-setup-function): Delete it.
1437         (mailagent-rules-generic-mode): Use anonymous function instead.
1438         (show-tabs-generic-mode-font-lock-defaults-1)
1439         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
1440         Quote faces.
1441         (show-tabs-tab-face, show-tabs-space-face): Specify background,
1442         not foreground.
1444         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1445         Recognize define-generic-mode.
1447 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1449         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
1450         if there's no completion table.
1452 2005-03-23  Miles Bader  <miles@gnu.org>
1454         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
1455         Remove tty-specific variants, as they're no longer needed.
1457 2005-03-23  Lute Kamstra  <lute@gnu.org>
1459         * generic-x.el: Code cleanup: make args constant whenever possible.
1460         (installshield-statement-keyword-list)
1461         (installshield-system-functions-list)
1462         (installshield-system-variables-list, installshield-types-list)
1463         (installshield-funarg-constants-list): Make them constants.
1465         * generic.el (generic-make-keywords-list): Add autoload cookie.
1467         * calendar/time-date.el: Add comment on time value formats.
1468         Don't require parse-time.
1469         (with-decoded-time-value): New macro.
1470         (encode-time-value): New function.
1471         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
1472         (days-to-time): Return a valid time value when arg is huge.
1473         (time-since): Use time-subtract.
1474         (time-to-number-of-days): Use time-to-seconds.
1476 2005-03-23  David Ponce  <david@dponce.com>
1478         * recentf.el: (recentf-keep): New option.
1479         (recentf-menu-action): Default to `find-file'.
1480         (recentf-keep-non-readable-files-flag)
1481         (recentf-keep-non-readable-files-p)
1482         (recentf-file-readable-p, recentf-find-file)
1483         (recentf-cleanup-remote): Remove.
1484         (recentf-include-p): More robust.
1485         (recentf-keep-p): New function.
1486         (recentf-remove-if-non-kept): Rename from
1487         `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
1488         All callers updated.
1489         (recentf-menu-items-for-commands): Fix help string.
1490         (recentf-track-closed-file): Update. Doc fix.
1491         (recentf-cleanup): Update. Count removed files. Doc fix.
1493 2005-03-23  Kim F. Storm  <storm@cua.dk>
1495         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
1496         Don't inherit from fringe face (now happens automatically).
1498 2005-03-22  Kim F. Storm  <storm@cua.dk>
1500         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
1501         position values.
1503 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1505         * menu-bar.el (showhide-date-time): Remove.
1506         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
1507         (menu-bar-make-mm-toggle): Simplify.
1509 2005-03-22  JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
1511         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
1512         Accept qualified variable and function names.
1514 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
1516         * bindings.el (completion-ignored-extensions):
1517         Remove ".lis" for `vax-vms'.
1519 2005-03-22  Andreas Schwab  <schwab@suse.de>
1521         * generic-x.el: Revert last change.
1522         * ldefs-boot.el: Update.
1524 2005-03-22  Jay Belanger  <belanger@truman.edu>
1526         * calc/calc-embed (calc-embedded-original-modes): New variable.
1527         (calc-embedded-save-original-modes)
1528         (calc-embedded-restore-original-modes): New functions.
1529         (calc-do-embedded): Save original modes when entering embedded mode
1530         and restore when leaving embedded mode.
1531         (calc-embedded-modes-change): Change the value of
1532         calc-embedded-original-modes to reflect permanent changes.
1534 2005-03-22  Lute Kamstra  <lute@gnu.org>
1536         * generic-x.el: Require generic again.
1538 2005-03-22  Miles Bader  <miles@gnu.org>
1540         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
1541         Tweak details to look good on both ttys and bitmap displays, light
1542         or dark background, etc.
1544 2005-03-21  Kim F. Storm  <storm@cua.dk>
1546         * tooltip.el (tooltip-show-help-function): Check car and cdr of
1547         mouse position.
1549 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1551         * icomplete.el: Don't forcibly turn on the mode upon load.
1552         (icomplete-mode): Use define-minor-mode.
1553         (icomplete-eoinput): Default to nil.
1554         (icomplete-minibuffer-setup): Remove autoload.
1555         (icomplete-tidy): Simplify.
1556         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
1557         in the initial state or if the user has modified the field.
1558         Fix handling of icomplete-max-delay-chars.
1559         Remove code that handles the oddball case where
1560         minibuffer-completion-table is an integer.
1561         Wrap icomplete-completions in while-no-input in case building
1562         completions takes more time than expected.
1563         (icomplete-completions): Simplify.
1565 2005-03-21  Richard M. Stallman  <rms@gnu.org>
1567         * jka-compr.el (jka-compr-really-do-compress):
1568         Make variable buffer-local.
1570         * image-mode.el: Handle .xpm files too.
1571         (image-toggle-display): Preserve modification flag.
1573         * help.el (where-is): Don't mention aliases with no key bindings.
1575 2005-03-21  Lute Kamstra  <lute@gnu.org>
1577         * generic.el: Fix commentary section.  Don't require cl for compilation.
1578         (generic-mode-list): Add autoload cookie.
1579         (generic-use-find-file-hook, generic-lines-to-scan)
1580         (generic-find-file-regexp, generic-ignore-files-regexp)
1581         (generic-mode, generic-mode-find-file-hook)
1582         (generic-mode-ini-file-find-file-hook): Fix docstrings.
1583         (define-generic-mode): Make it a defmacro.  Fix docstring.
1584         (generic-mode-internal): Code cleanup.  Add autoload cookie.
1585         (generic-mode-set-comments): Code cleanup.
1586         * generic-x.el: Don't prevent compilation.  Don't require generic.
1587         Follow coding conventions.  Minor code cleanup.
1588         (etc-fstab-generic-mode): Add some keywords.
1589         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
1590         define-generic-mode like a function declaration.
1592 2005-03-21  Jay Belanger  <belanger@truman.edu>
1594         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
1595         changing modes.
1597 2005-03-21  Sam Steingold  <sds@gnu.org>
1599         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
1601 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
1603         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
1604         Add underscore to "f$ lexicals" regexp.
1606 2005-03-20  Juri Linkov  <juri@jurta.org>
1608         * subr.el (progress-reporter-do-update): When `min-value' is equal
1609         to `max-value', set `percentage' to 0 and prevent division by zero.
1611 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
1613         Sync with Tramp 2.0.48.
1615         * tramp.el (all): Change all addresses to .gnu.org.
1616         (tramp-append-tramp-buffers): New defun.
1617         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
1618         Catch `dont-send' signal.
1619         (tramp-set-auto-save-file-modes): Set always permissions, because
1620         there might be an old auto-saved file belonging to another
1621         original file.  This could be a security threat.  Reported by
1622         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
1623         Check for Emacs 21.3.50 removed.
1625         * tramp-smb.el (all): Remove debug construct for
1626         `with-parsed-tramp-file-name'.
1627         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
1628         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
1629         No error message if DIRECTORY or FILENAME doesn't exist.
1630         (tramp-smb-open-connection): Check existence of
1631         `tramp-smb-program'.
1633 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1635         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
1636         Properly handle the case where the `m' or `s' command's argument is not
1637         yet terminated.
1638         (perl-indent-new-calculate): New function.
1639         (perl-indent-line): Use it.
1641 2005-03-20  Miles Bader  <miles@gnu.org>
1643         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
1644         in text-mode too.  Change to new face names.
1645         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
1646         Add `:weight bold' attribute.
1647         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
1649 2005-03-19  Juri Linkov  <juri@jurta.org>
1651         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
1653         * international/mule.el (auto-coding-alist): Sync with
1654         `auto-mode-alist' by adding upper case archive file extensions
1655         and adding ear/war to jar extension.
1657 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
1659         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
1660         running, restart it.
1662 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
1664         * finder.el (finder-current-item): Throw an error on an empty line.
1666         * man.el (Man-follow-manual-reference): If current-word returns
1667         nil, use "".
1669 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
1671         * simple.el (goto-line): Doc fix.
1673 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
1675         * files.el (save-buffer): Doc fix.
1677 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
1679         * recentf.el (recentf-cleanup-remote): New variable.
1680         (recentf-cleanup): Use it to conditionally check availablity of
1681         remote files.
1683 2005-03-19  Joe Edmonds <joe-bugs-debian-org@elem.com>  (tiny change)
1685         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
1686         function names.
1688 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
1690         * language/thai-word.el: New file.
1692 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
1694         * files.el (backup-buffer): If the file's directory is not
1695         writable, use copy instead of move to backup the file.
1697 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
1699         * obsolete/keyswap.el: Moved to obsolete/ from term/.
1701 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1703         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
1704         Use functionp instead of symbolp and fboundp.  Reported by Drkm
1705         <darkman_spam@yahoo.fr>.
1706         (ps-print-version): New version 6.6.6.
1708 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
1710         * textmodes/table.el (table--line-column-position): New idiom.
1711         (table--row-column-insertion-point-p): New function to test
1712         validity of row and column insertion operation at a location.
1713         (table-global-menu, table-cell-menu): Use above functions for
1714         deterministic test operation.
1715         (table--editable-cell-p): Behave in deterministic fashion.
1717 2005-03-18  Juri Linkov  <juri@jurta.org>
1719         * isearch.el (isearch-lazy-highlight-new-loop):
1720         Make arguments beg and end optional.
1721         (isearch-update): Remove optional arguments nil from
1722         isearch-lazy-highlight-new-loop.
1723         (isearch-lazy-highlight-search): Let-bind case-fold-search to
1724         isearch-lazy-highlight-case-fold-search instead of
1725         isearch-case-fold-search, and let-bind isearch-regexp to
1726         isearch-lazy-highlight-regexp.
1727         Use isearch-lazy-highlight-last-string instead of isearch-string.
1729         * replace.el (perform-replace): Remove bindings of global
1730         variables isearch-string, isearch-regexp, isearch-case-fold-search.
1731         Add three new arguments to `replace-highlight'.
1732         (replace-highlight): Add arguments string, regexp, case-fold.
1733         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
1734         to allow isearch-lazy-highlight-new-loop to use these values
1735         to set corresponding isearch-lazy-highlight-* internal
1736         variables whose values lazy highlighting will use regardless of
1737         changes to global variables isearch-string, isearch-regexp,
1738         isearch-case-fold-search during lazy highlighting loop.
1739         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
1740         to `lazy-highlight-cleanup'.
1742         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
1743         (ispell-highlight-face): Set default face to `isearch' when
1744         lazy highlighting is enabled.
1745         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
1746         priority to 1.  Add lazy highlighting.
1747         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
1748         from `isearch-dehighlight'.
1750 2005-03-18  David Ponce  <david@dponce.com>
1752         * files.el (hack-local-variables): Do a case-insensitive search
1753         for End.
1755 2005-03-18  Juri Linkov  <juri@jurta.org>
1757         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
1758         `isearch-lazy-highlight-cleanup', add alias to old name and
1759         declare obsolete.  Add release numbers to other obsolete vars.
1760         (isearch-done, isearch-lazy-highlight-new-loop):
1761         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
1762         (lazy-highlight-cleanup) <variable>: Doc fix.
1763         (isearch-lazy-highlight-update): Rename obsolete
1764         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
1766 2005-03-18  Kenichi Handa  <handa@m17n.org>
1768         * language/thai-util.el: Fix categorization of Thai characters in
1769         thai-category-table.
1770         (thai-composition-pattern): Adjust it for the above change.
1771         (thai-self-insert-command, thai-compose-syllable): New functions.
1772         (thai-compose-region): Use thai-compose-syllable.
1773         (thai-compose-string): Likewise.
1774         (thai-composition-function): Likewise.
1775         (thai-auto-composition): New function.
1776         (thai-auto-composition-mode): New minor mode.
1778         * language/thai.el: Fix patterns to be registered in
1779         composition-function-table.
1781         * international/quail.el (quail-input-method): Locally bind
1782         inhibit-modification-hooks to t.
1784 2005-03-17  Richard M. Stallman  <rms@gnu.org>
1786         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
1787         (perl-mode): Use run-mode-hooks.
1789         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
1790         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
1791         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
1793         * mail/sendmail.el (sendmail-send-it): Reenable the code
1794         to compute resend-to-address and use it.
1796         * tar-mode.el (tar-mode): Turn off undo unconditionally.
1798         * image-mode.el: New file.
1800         * image.el (insert-sliced-image): Add autoload cookie.
1802         * font-lock.el (font-lock-lines-before): New user option.
1803         (font-lock-after-change-function): Obey it.
1805         * bindings.el (esc-map): Make M-g a prefix.
1806         Bind M-g g and M-g M-g to goto-line.
1808         * faces.el (face-id): Doc fix.
1810 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
1812         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
1813         (rmail-show-message): Use rmail-unknown-mail-followup-to.
1814         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
1816         * mail/sendmail.el (mail-yank-ignored-headers)
1817         (mail-font-lock-keywords, mail-mode-fill-paragraph):
1818         Add Mail-Followup-To and Mail-Reply-To headers.
1819         (mail-citation-hook): Add autoload cookie.
1820         (mail-mode): Doc fix.
1821         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
1822         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
1823         (mail-mode-fill-paragraph): Handle those headers.
1824         (mail-mailing-lists): New variable.
1825         (mail-mail-reply-to, mail-mail-followup-to): New functions.
1827 2005-03-17  Juri Linkov  <juri@jurta.org>
1829         * isearch.el (isearch-fallback): Check for `(car previous)'
1830         before calling `isearch-other-end-state'.
1832 2005-03-17  Kim F. Storm  <storm@cua.dk>
1834         * simple.el (move-beginning-of-line): Move to beginning of buffer
1835         line, as well as beginning of screen line.
1837 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
1839         * calendar/diary-lib.el (mark-diary-entries): Use new optional
1840         argument REDRAW rather than calendar-redrawing variable.
1841         * calendar/calendar.el (calendar-redrawing): Delete.
1842         (redraw-calendar): Do not bind calendar-redrawing.
1844 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
1846         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
1847         diary-file buffer.
1849 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1851         * help.el (describe-mode): Allow a :minor-mode-function property to
1852         specify a different minor mode toggle function than the variable.
1853         * simple.el (auto-fill-function):
1854         * subr.el (add-minor-mode): Use it.
1856 2005-03-16  Kenichi Handa  <handa@m17n.org>
1858         * language/ethio-util.el (sera-being-called-by-w3): New variable.
1859         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
1860         (ethio-fidel-to-sera-buffer): Likewise.
1862 2005-03-16  Juri Linkov  <juri@jurta.org>
1864         * emacs-lisp/find-func.el (find-function-regexp):
1865         Add defun-emitting macro `menu-bar-make-toggle'.
1867         * isearch.el: Put `isearch-scroll' property to
1868         `split-window-horizontally'.
1870         * info.el: Update error messages for `debug-ignored-errors'.
1871         (Info-isearch-search): Doc fix.
1872         (Info-find-node): Move up code to go into info buffer before
1873         recording the node to the history.
1874         (Info-fontify-node): Fontify titles only if the next line
1875         has two or more `*', `=', `-', `.'.
1876         Display "go to this node" for empty (match-string 3).
1878 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1880         * term/mac-win.el: Add mouse pointer shape constants.
1882 2005-03-15  Kim F. Storm  <storm@cua.dk>
1884         * simple.el (move-beginning-of-line): Use vertical-motion.
1886 2005-03-15  Juri Linkov  <juri@jurta.org>
1888         * isearch.el (isearch-error): New variable.
1889         (isearch-invalid-regexp, isearch-within-brackets): Remove.
1890         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
1891         (isearch-within-brackets-state): Remove.
1892         (isearch-case-fold-search-state, isearch-pop-fun-state):
1893         Decrease frame index.
1894         (isearch-mode, isearch-top-state, isearch-push-state)
1895         (isearch-edit-string, isearch-abort, isearch-search-and-update)
1896         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
1897         (isearch-search, isearch-lazy-highlight-new-loop):
1898         Replace `isearch-invalid-regexp' with `isearch-error'.
1899         Remove `isearch-within-brackets'.
1900         (isearch-search): Add `search-failed' handler to `condition-case'.
1901         (isearch-lazy-highlight-search): Add `condition-case' to catch
1902         errors and allow `isearch-lazy-highlight-update' to try
1903         highlighting from the beginning of the window.
1904         (isearch-repeat): Move up code to set isearch-wrapped to t
1905         before calling isearch-wrap-function.
1907         * info.el (Info-isearch-initial-node): New internal variable.
1908         (Info-search): Signal an error in isearch mode when search leaves
1909         the initial node.  Signal an error when `bound' is non-nil and
1910         nothing was found in the current subfile.
1911         (Info-isearch-search): Remove `condition-case'.
1912         (Info-isearch-wrap): Don't wrap when search failed during leaving
1913         the initial node.  If `Info-isearch-search' is nil, wrap around
1914         the current node.
1915         (Info-isearch-start): New fun.
1916         (Info-mode): Add buffer-local hook `Info-isearch-start' to
1917         `isearch-mode-hook'.
1919 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1921         * simple.el (normal-erase-is-backspace): Set default to t if
1922         running on Mac.
1924         * term/mac-win.el (function-key-map): Sync with x-win.el.
1926 2005-03-15  Kenichi Handa  <handa@m17n.org>
1928         * international/mule-cmds.el (locale-language-names): Modify the
1929         format of elements and add more entries.
1930         (locale-preferred-coding-systems): Add more entries.
1931         (set-locale-environment): Adjust for the change of
1932         locale-language-names.
1934 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1936         * pcvs.el (smerge-ediff): Remove bogus autoload.
1938 2005-03-14  Lute Kamstra  <lute@gnu.org>
1940         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
1941         Ignore a `*' at the beginning of a line.
1943         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
1944         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
1945         subr.el.
1946         (dont-compile, eval-when-compile, eval-and-compile): Use declare
1947         to specify indentation.
1949         * generic.el (define-generic-mode): Let generic-mode-list be a
1950         list of strings; test membership with equal.
1952 2005-03-14  Kim F. Storm  <storm@cua.dk>
1954         * simple.el (next-line, previous-line): Add optional try-vscroll
1955         arg to recognize interactive use.  Pass it on to line-move.
1956         (line-move): Don't perform auto-window-vscroll when defining or
1957         executing keyboard macro to ensure consistent behaviour.
1959 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1961         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
1963 2005-03-13  Lute Kamstra  <lute@gnu.org>
1965         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
1966         debugger-setup-buffer so that backtrace marks the frames set to
1967         debug-on-exit and we don't have to do it manually.  Set an extra
1968         debug-on-exit for macro's.
1969         (debugger-setup-buffer): Don't mark the top frame manually.
1971 2005-03-12  Lute Kamstra  <lute@gnu.org>
1973         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
1974         lisp-indent-function throughout.
1975         (with-no-warnings): Set lisp-indent-function property.
1977 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
1979         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
1980         Add entry for backslash.
1982 2005-03-12  Juri Linkov  <juri@jurta.org>
1984         * info.el (Info-search): Four fixes for backward search.
1986 2005-03-11  Jay Belanger  <belanger@truman.edu>
1988         * calc/calc.el (calc-language-alist): New variable.
1989         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
1990         (calc-embedded-find-modes): Use calc-language-alist instead of
1991         calc-embedded-language-alist.
1993 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
1995         * calendar/calendar.el (calendar-redrawing): New internal
1996         variable.
1997         (redraw-calendar): Remove bogus save-excursion from previous
1998         change.  Bind calendar-redrawing to t for mark-diary-entries.
1999         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
2000         calendar if that is why we were called.
2002 2005-03-11  Kenichi Handa  <handa@m17n.org>
2004         * international/mule.el (make-coding-system): Set property
2005         coding-system-define-form to nil.
2006         (define-coding-system-alias): Likewise.
2008 2005-03-11  Kenichi Handa  <handa@m17n.org>
2010         These changes are suggested by Dave Love <fx@gnu.org>.
2012         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
2013         coding: tag.
2014         (adaptive-fill-regexp): Add more bullets.
2015         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
2016         regexps.
2018 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2020         * help.el (describe-mode): Properly handle non-trivial lighters.
2021         Don't ignore minor modes that are not listed in minor-mode-list.
2023         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
2024         feature ON when the user requests to turn it OFF.
2026 2005-03-10  Lute Kamstra  <lute@gnu.org>
2028         * emacs-lisp/debug.el (debug-entry-code): Delete it.
2029         (implement-debug-on-entry): New function to replace debug-entry-code.
2030         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
2031         second argument as the 2005-03-07 change makes it obsolete.
2032         (debug-on-entry, cancel-debug-on-entry): Update call to
2033         debug-on-entry-1.
2034         (debug, debugger-setup-buffer): Comment update.
2035         (debugger-frame-number): Update to work with implement-debug-on-entry.
2037 2005-03-10  Jay Belanger  <belanger@truman.edu>
2039         * calc/calc-embed.el (math-ms-args): Declare it.
2040         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
2041         math-ms-args.
2042         (calc-embedded-subst): Use math-multi-subst-rec to substitute
2043         variables.
2045 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
2047         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
2048         Use message-box.
2050         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
2051         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
2052         (tooltip-gud-tips): Simplify.
2053         (tooltip-gud-tips-p): Remove superflouous :set.
2054         (tooltip-gud-modes): Add fortran-mode.
2055         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
2057         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
2059 2005-03-09  Kim F. Storm  <storm@cua.dk>
2061         * play/animate.el (animate-place-char): Use forward-line instead
2062         of next-line to improve performance.
2064 2005-03-09  Simon Josefsson  <jas@extundo.com>
2066         * net/browse-url.el (browse-url-default-browser): Doc fix.
2068 2005-03-09  Miles Bader  <miles@gnu.org>
2070         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
2071         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
2073 2005-03-09  Kenichi Handa  <handa@m17n.org>
2075         * international/latin-1.el: Set case and syntax for 255 only if
2076         set-case-syntax-set-multibyte is nil.
2078         * textmodes/ispell.el (ispell-insert-word): New function.
2079         (ispell-word): Use ispell-insert-word to insert a new word.
2080         (ispell-process-line): Likewise.
2081         (ispell-complete-word): Likewise.
2083 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
2085         * calendar/calendar.el (redraw-calendar): Preserve point.
2086         Reported by Matt Hodges <MPHodges@member.fsf.org>.
2087         (calendar-week-start-day): Move after definition of
2088         redraw-calendar.  Delete buffer test, since redraw-calendar has
2089         that now.
2091         * calendar/diary-lib.el (mark-diary-entries): Only call
2092         redraw-calendar in the first of any recursive calls.
2093         Reported by Alan Shutko <ats@acm.org>.
2095 2005-03-08  Juri Linkov  <juri@jurta.org>
2097         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
2098         (html-horizontal-rule, html-line, html-image, html-checkboxes)
2099         (html-radio-buttons): Add a space before the trailing `/>' where
2100         sgml-xml-mode is non-nil.
2101         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
2102         the subsequent tag of the empty XML tag.
2103         (html-href-anchor): Don't set initial input to "http:".
2104         (html-image): Ask for the image URL and set point inside alt="".
2105         (html-name-anchor): Duplicate the name in the `id' attribute when
2106         sgml-xml-mode is non-nil.
2107         (html-paragraph): Remove \n before <p>.
2108         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
2109         instead of `checked' when sgml-xml-mode is non-nil.
2111         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
2112         Remove 1 space before #RRGGBB to not truncate it on terminal
2113         windows w/o fringes.  Remove 1 space between bg and fg examples
2114         to get more space.
2115         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
2116         avoid byte-compile warnings.
2118         * image-file.el (image-file-handler): Put `safe-magic' property to
2119         `image-file-handler'.
2121         * info.el (Info-isearch-search): Emulate word search in
2122         isearching through multiple Info nodes with Info-search.
2123         (Info-isearch-wrap): Allow isearch-word.
2125 2005-03-08  Lute Kamstra  <lute@gnu.org>
2127         * emacs-lisp/debug.el (debugger-step-through): Make sure that
2128         stepping into the debugger's code is not possible.
2129         (debugger-jumping-flag): Docstring update.
2131 2005-03-08  Jay Belanger  <belanger@truman.edu>
2133         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
2134         embedded mode begins.
2135         (calc-embedded-language-alist): New variable.
2136         (calc-embedded-find-modes): Use calc-embedded-language-alist to
2137         set default language mode.
2139 2005-03-08  Kenichi Handa  <handa@m17n.org>
2141         * international/ccl.el (define-ccl-program): Fix docstring about
2142         extra 256 bytes assured for the output buffer.
2144         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
2145         Fix BUFFER_MAGNIFICATION to 2.
2146         (ccl-encode-mule-utf-16be-with-signature): Likewise.
2148 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
2150         * align.el (align-rules-list): Added an alignment rule for CSS
2151         declarations (applies to css-mode and html-mode buffers).
2153 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2155         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
2157 2005-03-07  Kim F. Storm  <storm@cua.dk>
2159         * simple.el (move-beginning-of-line): New command.
2161         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
2163         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
2165         * emulation/cua-base.el: Put CUA move property on move-end-of-line
2166         and move-beginning-of-line.
2168         * apropos.el (apropos-print): Omit command from M-x ... RET.
2170 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
2172         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
2173         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
2175 2005-03-06  Richard M. Stallman  <rms@gnu.org>
2177         * bindings.el (esc-map): Bind M-g to goto-line.
2179         * facemenu.el (global-map): Bind M-o, not M-g.
2181 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2183         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
2184         "Open Directory" as for "Open File".
2186 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
2188         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
2189         (push-mark-command): Run activate-mark-hook.
2191 2005-03-06  Richard M. Stallman  <rms@gnu.org>
2193         * help-mode.el (help-mode-finish): Don't alter the element
2194         in view-return-to-alist if there already is one.
2196         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
2197         make sure the current buffer is the expected one.
2199         * novice.el (disabled-command-function): Output in *Disabled Command*.
2200         Explicitly ignore non-keyboard events, and explicitly handle C-g.
2202         * textmodes/flyspell.el (flyspell-large-region):
2203         Pass args differently for aspell.
2205         * files.el (mode-require-final-newline): Doc fix.
2207 2005-03-03  Stephan Stahl  <stahl@eos.franken.de> (tiny change)
2209         * progmodes/which-func.el (which-function):
2210         Specify NOERROR when calling imenu--make-index-alist.
2212 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2214         * simple.el (normal-erase-is-backspace): Define default value.
2216         * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
2217         (custom-reevaluate-setting): Simple function to handle
2218         variables that are defined before their default value can really
2219         be computed.
2221         * startup.el (command-line): Use it for temporary-file-directory,
2222         small-emporary-file-directory, auto-save-file-name-transforms,
2223         blink-cursor-mode, and normal-erase-is-backspace.
2225         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
2226         progress, even with buggy anchored keywords.
2228 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
2230         * simple.el (goto-line): Remove unbalanced final parenthesis.
2232 2005-03-05  Richard M. Stallman  <rms@gnu.org>
2234         * simple.el (goto-line): Use a number at point as the default.
2235         With C-u as arg, switch buffers.
2237 2005-03-05  Juri Linkov  <juri@jurta.org>
2239         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
2240         with `no-blinking-cursor'.
2242         * startup.el (no-blinking-cursor): New defvar.
2243         (command-line): Add `--no-blinking-cursor' to longopts.
2244         Set `no-blinking-cursor' to t for command line arguments
2245         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
2246         with `no-blinking-cursor' in the condition for calling
2247         `blink-cursor-mode'.
2249 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
2251         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
2252         (menu-bar-options-save): Add blink-cursor-mode.
2253         (menu-bar-options-menu): Add blink-cursor-mode.
2255 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
2257         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
2258         (icalendar-export-file, icalendar-export-region)
2259         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
2260         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
2262 2005-03-04  Lute Kamstra  <lute@gnu.org>
2264         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
2265         (debug-function-list): Ditto.
2267 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
2269         * textmodes/texinfmt.el (texinfo-append-refill):
2270         Redefine the types of line to which @refill
2271         is not appended by replacing a search for `@refill\\|@bye' with
2272         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
2273         itemize@refill' bug and the unfilled long lines bug.
2274         (texinfmt-version): Update number and date.
2276 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
2278         * international/code-pages.el (windows-1250, windows-125[2-8])
2279         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
2281 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2283         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
2284         bound yet.
2286 2005-03-02  Romain Francoise  <romain@orebokech.com>
2288         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
2289         buffer after removing limits.
2290         (ibuffer-pop-filter): Ditto.
2291         Update copyright.
2293 2005-03-02  Miles Bader  <miles@gnu.org>
2295         * button.el (make-text-button): If the user doesn't specify a
2296         type, use the default.  Rewrite to use `add-text-properties' and
2297         plist functions.
2299 2005-03-01  Lute Kamstra  <lute@gnu.org>
2301         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
2302         (debugger-jumping-flag): New var.
2303         (debug-entry-code): Use it.
2304         (debugger-jump): Use debugger-jumping-flag and add
2305         debugger-reenable to post-command-hook.
2306         (debugger-reenable): Use debugger-jumping-flag and remove itself
2307         from post-command-hook.
2308         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
2309         debugger-reenable.
2311 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
2313         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
2314         inclusion of "itemize\\|", which may be unnecessary, is certainly
2315         inelegant, and stops refilling in itemize lists when formatting
2316         Japanese Texinfo files to Info.
2317         Update copyright to 2005.
2319 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
2321         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
2322         of an error if GDB can't find the source file.
2324 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
2326         * calendar/calendar.el (redraw-calendar): Work from any buffer,
2327         not just the calendar.
2329         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
2330         first.
2331         (diary-redraw-calendar): New function.
2332         (make-diary-entry): Add diary-redraw-calendar to local
2333         write-contents-functions.  Turn off selective display before
2334         inserting in diary.
2336 2005-03-01  Kim F. Storm  <storm@cua.dk>
2338         * emacs-lisp/copyright.el (copyright-fix-years): New command.
2340 2005-03-01  Lute Kamstra  <lute@gnu.org>
2342         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
2343         that debug-entry-code can be safely removed from a function while
2344         this code is being evaluated.  Revert the 2005-02-27 change as the
2345         new implementation no longer requires it.  Make sure that a
2346         function body containing just a string is not mistaken for a docstring.
2347         (debug): Skip one more frame in case of debug on entry.
2348         (debugger-setup-buffer): Delete one more frame line in case of
2349         debug on entry.
2350         (debugger-frame-number): Update to use the new text introduced by
2351         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
2353 2005-02-28  Kim F. Storm  <storm@cua.dk>
2355         * double.el (double-translate-key): Call force-window-update after
2356         read-event to avoid crash in redisplay.
2358 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2360         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
2361         (debug): Use it.  Move the inhibit-trace earlier.
2362         (debug-entry-code): New const.
2363         (debug-on-entry-1): Use it.
2365 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
2367         * international/utf-16.el (ccl-encode-mule-utf-16le):
2368         Fix BUFFER_MAGNIFICATION to 2.
2369         (ccl-encode-mule-utf-16be): Likewise.
2371 2005-02-28  Kenichi Handa  <handa@m17n.org>
2373         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
2374         Fix BUFFER_MAGNIFICATION to 4.
2375         (ccl-encode-mule-utf-16be-with-signature): Likewise.
2377 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
2379         * speedbar.el (speedbar-update-flag): Doc fix.
2380         (speedbar-show-info-under-mouse): Give set-mouse-position the right
2381         argument.
2383 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2385         * reveal.el (reveal-post-command): Don't try to reveal overlays which
2386         have a non-nil `invisible' property but are actually visible.
2388         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
2389         for perldoc sections.
2390         (perl-outline-regexp, perl-outline-level): New var and function.
2391         (perl-mode): Use them.
2393 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
2395         * calendar/diary-lib.el (diary-remind): Discard any mark portion
2396         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
2398 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
2400         * cus-edit.el: Comment change.
2401         (custom-buffer-create-internal): Slightly reword text at top of
2402         Custom buffers.  Mention there that saving an option edits the
2403         init file.  Add link to Emacs manual node on `custom-file'.
2404         (custom-magic-alist): Rewrite individual State messages to use
2405         capitalized keywords.  Doc fix.
2407 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
2409         * calendar/calendar.el (calendar-buffer): Move above
2410         calendar-week-start-day.
2411         (calendar-week-start-day): Doc fix.  Add :set function.
2412         (calendar-minimum-window-height): New variable.
2413         (generate-calendar-window): Only resize window if selected-window
2414         is displaying the calendar buffer.  Use new variable
2415         calendar-minimum-window-height.
2416         (generate-calendar): Reword error message.
2417         (calendar-mode-map): Bind DEL to scroll-other-window-down.
2419 2005-02-27  Andreas Schwab  <schwab@suse.de>
2421         * vc.el (vc-do-command): Don't run command asynchronously when
2422         operating in a remote directory.
2424         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
2425         change from sync with Tramp 2.0.47.
2427 2005-02-27  Richard M. Stallman  <rms@gnu.org>
2429         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
2431         * textmodes/flyspell.el (flyspell-mode-on):
2432         Call ispell-change-dictionary only if necessary.
2434         * emacs-lisp/re-builder.el (regexp-builder): New function.
2436         * register.el (describe-register-1): Explicitly handle
2437         yank-excluded-properties = t.
2439         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
2440         (custom-magic-alist): Change the status descriptions again.
2441         (face widget-type): Total rewrite based on `restricted-sexp'
2442         to eliminate the confusing double hiding levels.
2444         * emacs-lisp/debug.el (debug-on-entry-1):
2445         If function body is empty, add nil as body form.
2447 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2449         * emacs-lisp/trace.el (inhibit-trace): New var.
2450         (trace-make-advice): Use it.
2452         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
2454 2005-02-26  Kim F. Storm  <storm@cua.dk>
2456         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
2457         (mouse-on-link-p, mouse-drag-region-1): Use it.
2459 2005-02-25  Lute Kamstra  <lute@gnu.org>
2461         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
2463 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
2465         * frame.el (blink-cursor-mode): Add :group keyword.
2467 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
2469         * calendar/icalendar.el (icalendar--decode-isodatetime):
2470         New optional argument DAY-SHIFT.
2471         (icalendar-export-region): Fix coding-system-for-write.
2472         (icalendar--convert-ical-to-diary): Shift end-day of all-day
2473         events by one.
2475 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2477         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
2479 2005-02-24  Kim F. Storm  <storm@cua.dk>
2481         * international/iso-acc.el (iso-accents-compose): Fix crash
2482         during redisplay.  Call force-window-update after read-event
2483         and delete-region to signal that window is not accurate.
2485 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2487         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
2488         Remove unused and inexistent var `inhibit-trace'.
2489         (debugger-mode): Use run-mode-hooks.
2490         (debugger-list-functions): Add buttons; setup xref stack.
2492 2005-02-23  Richard M. Stallman  <rms@gnu.org>
2494         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
2495         appointment says it was explicitly made.
2496         (appt-add): Set the 3rd element.
2497         (appt-make-list): Preserve explicit appointments.
2499         * subr.el (find-tag-default): Catch errors in forward-sexp.
2501 2005-02-23  Juri Linkov  <juri@jurta.org>
2503         * info.el (Info-isearch-search): New defcustom.
2504         (Info-isearch-search): Call the default isearch function
2505         when Info-isearch-search is nil.
2506         (Info-isearch-wrap): Use variable Info-isearch-search.
2508 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
2510         * cus-edit.el: Comment change.
2512 2005-02-22  Kim F. Storm  <storm@cua.dk>
2514         * progmodes/hideif.el (hide-ifdef-use-define-alist):
2515         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
2517 2005-02-22  Simon Josefsson  <jas@extundo.com>
2519         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
2520         New variable.
2521         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
2522         Oskarsson" <myrkraverk@users.sourceforget.net>.
2524 2005-02-22  Kim F. Storm  <storm@cua.dk>
2526         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
2527         check that window of that event is the selected window.
2528         (mouse-drag-region-1): Compare mouse event window to selected
2529         window before setting point.
2531         * tooltip.el (tooltip-show-help-function): Pass event to
2532         mouse-on-link-p so it can check selected window.
2534 2005-02-22  Kenichi Handa  <handa@m17n.org>
2536         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
2537         (ps-mule-show-warning): New function.
2538         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
2539         characters are found.
2541         * ps-print.el (ps-header-footer-string): Return a list of header
2542         and footer strings.
2544 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2546         * pcvs.el (cvs-retrieve-revision): Fix thinko.
2548 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2550         * frame.el (blink-cursor-mode): Use define-minor-mode.
2552         * term/mac-win.el (function-key-map): Use char-names more consistently.
2553         (file-name-coding-system): Only set it for MacOS-9.  The other case is
2554         already handled in mule-cmds.el (where it also works when mac-win.el
2555         is not used).
2557 2005-02-21  Kenichi Handa  <handa@m17n.org>
2559         * international/mule.el (ctext-pre-write-conversion): Always use
2560         " *code-converting-work*" buffer for work.
2562         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
2564 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
2566         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
2568 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
2570         * ses.el (undo-more): Restore defadvice, but only the part that
2571         allows changes outside the restricted area of the buffer.
2573 2005-02-20  Kim F. Storm  <storm@cua.dk>
2575         * simple.el (line-move): Add fourth optional arg try-vscroll which
2576         must be set to perform auto-window-vscroll.
2577         When moving backwards and doing auto-window-vscroll, automatically
2578         vscroll to the last part of lines which are taller than the window.
2579         (next-line, previous-line): Set try-vscroll arg on line-move.
2581 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
2583         * replace.el (query-replace, query-replace-regexp)
2584         (replace-string, replace-regexp): When operating on region, make
2585         the minibuffer prompt say so.
2587         * isearch.el (isearch-forward): Document isearch-query-replace and
2588         isearch-query-replace-regexp keybindings.
2590 2005-02-19  Jay Belanger  <belanger@truman.edu>
2592         * calc/calc-aent.el (math-read-token): Add local variable.
2594         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
2595         (calc-edit-top): Move declaration to earlier in file.
2596         (calc-edit-macro-repeats): Add local variables.
2598         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
2599         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
2600         calcFunc-tanh.
2601         Adjust integration rule for calcFunc-tan.
2603 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
2605         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
2606         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
2607         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
2608         (viper-skip-separators): Bug fix.
2609         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
2610         particular major mode.
2611         (viper-del-backward-char-in-replace): Don't put deleted char on the
2612         kill ring.
2614         * viper-ex.el (viper-color-display-p): New function.
2615         (viper-has-face-support-p): Use viper-color-display-p.
2617         * viper-keym.el (viper-gnus-modifier-map): New keymap.
2619         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
2621         * viper-util.el (viper-glob-unix-files): Fix shell status check.
2622         (viper-file-remote-p): Make equivalent to file-remote-p.
2624         * viper.el (viper-major-mode-modifier-list):
2625         Use viper-gnus-modifier-map.
2627 2005-02-19  David Kastrup  <dak@gnu.org>
2629         * subr.el (subregexp-context-p): Fix garbled doc string by adding
2630         quoting.
2632 2005-02-19  Jay Belanger  <belanger@truman.edu>
2634         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
2635         Remove extra definitions.
2636         (calc-coth): New function.
2637         (calcFunc-cot): Fix `let'.
2639 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
2641         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
2642         the reasons we use "type pc" in these faces.
2644         * button.el (button): Ditto.
2646 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
2648         * replace.el (query-replace-read-from): Set the value of
2649         query-replace-from-history-variable to handle the case of an empty
2650         string entered to accept the suggested default.
2652         * net/tramp.el (tramp-file-name-for-operation):
2653         Use dired-call-process instead of dired-call-process-command.
2655 2005-02-19  Jay Belanger  <belanger@truman.edu>
2657         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
2658         (math-div-non-trig): New variables.
2659         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
2660         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
2661         (math-combine-prod, math-div-symb-fancy): Add simplifications for
2662         trig expressions.
2664 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
2666         * progmodes/gdb-ui.el (gdb-var-update-handler)
2667         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
2668         for watch expressions,
2669         (gdb-var-create-handler): Don't set speedbar-update-flag.
2670         (gdb-post-prompt): Simplify test for speedbar.
2672 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
2674         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
2675         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
2676         we use the syntax table of the correct buffer.
2677         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
2678         Felix Gatzemeier.
2680         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
2681         (ediff-file-remote-p): Make synonymous with file-remote-p.
2682         In all deffaces ediff-*-face-*, use min-colors.
2684         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
2685         ediff-recurse-to-subdirectories.
2686         (ediff-mark-if-equal): Check that the arguments are strings, use
2687         ediff-same-contents (after to Felix Gatzemeier).
2689         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
2690         nil.
2692 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2694         * log-view.el (log-view-message-re): Fix up Subversion regexp.
2696 2005-02-18  David Kastrup  <dak@gnu.org>
2698         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
2699         use `mark-active' when defined.
2701 2005-02-18  Kenichi Handa  <handa@m17n.org>
2703         * ps-print.el (ps-font-info-database): New entry
2704         ZapfChancery-MediumItalic with correct font name.  Fix font name
2705         of the entry Zapf-Chancery-MediumItalic.
2707 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
2709         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
2711 2005-02-16  Kim F. Storm  <storm@cua.dk>
2713         * ido.el (ido-fallback-command): Pass user input to fallback command.
2715 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
2717         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
2718         (gdb-find-file-hook): Add server prefix.
2720 2005-02-16  Richard M. Stallman  <rms@gnu.org>
2722         * replace.el (perform-replace): Pass new args to replace-highlight.
2723         (replace-highlight): Take region args,
2724         and pass them to isearch-lazy-highlight-new-loop.
2726         * novice.el (disabled-command-hook): Autoload the defalias
2727         and the make-obsolete-variable call.
2729         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
2731         * isearch.el (isearch-lazy-highlight-start-limit)
2732         (isearch-lazy-highlight-end-limit): New variables limit
2733         the region for highlighting.
2734         (isearch-lazy-highlight-new-loop): New args BEG and END.
2735         (isearch-lazy-highlight-search): Use the new vars.
2736         (isearch-lazy-highlight-update): Likewise.
2738         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
2740         * cus-start.el (all): Use default-boundp.
2742 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
2744         * menu-bar.el (menu-bar-select-frame): Handle current frame.
2746 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
2748         * autorevert.el (auto-revert-stop-on-user-input)
2749         (auto-revert-verbose): Doc fixes.
2751 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
2753         * international/mule-cmds.el (set-locale-environment): Remove call
2754         to set-selection-coding-system on Windows.
2756 2005-02-15  Jay Belanger  <belanger@truman.edu>
2758         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
2759         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
2760         calcFunc-coth.
2761         (math-simplify-sqrt): Add simplifications.
2763         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
2764         to list.
2766         * calc/calc-ext.el: Add functions to autoloads.
2768         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
2769         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
2770         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
2771         (math-csc-raw, math-cot-raw): New functions.
2773         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
2775         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
2776         the variable name in a message.
2778         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
2779         calcFunc-csc, calcFunc-cot.
2781         * calc/calcalg2.el: Add derivative and integration rules for
2782         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
2783         calcFunc-csch, calcFunc-coth.
2784         (math-do-integral-methods): Add to checks for when to use
2785         substitutions.
2787         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
2789 2005-02-15  Lute Kamstra  <lute@gnu.org>
2791         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2792         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
2793         <monnier@iro.umontreal.ca>
2794         (lisp-outline-level): Improve efficiency.  Suggested by David
2795         Kastrup <dak@gnu.org>.
2797 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
2799         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
2800         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
2801         (gdb-set-gud-minor-mode-existing-buffers): New functions.
2802         (gdb-find-file-hook): New hook. Add it to find-file-hook.
2803         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
2805 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
2807         * cus-start.el (all): Comment change.
2809 2005-02-14  Lute Kamstra  <lute@gnu.org>
2811         * cus-start.el (all): Check if symbol is void.
2813 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
2815         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
2816         optional argument to \cite.
2818 2005-02-14  Richard M. Stallman  <rms@gnu.org>
2820         * cus-edit.el (custom-buffer-create-internal): Update help message.
2821         (custom-magic-alist): Update help messages.
2823         * cus-start.el (all): Allow a var to specify a standard value.
2825 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
2827         * custom.el (custom-theme-set-variables): Handle variable aliases.
2829         * frame.el (blink-cursor-timer): Doc fix.
2830         (blink-cursor): Make it an alias for `blink-cursor-mode' and
2831         declare obsolete.
2832         (blink-cursor-mode): Define with defcustom and use correct
2833         standard expression in that defcustom.
2834         * startup.el (command-line): Adapt to above changes in frame.el.
2836 2005-02-11  Lute Kamstra  <lute@gnu.org>
2838         * apropos.el (apropos-score-doc): Prevent division by zero.
2840 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
2842         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
2843         (icalendar--get-event-property-attributes)
2844         (icalendar--get-event-properties)
2845         (icalendar--datetime-to-diary-date): New functions.
2846         (icalendar--split-value): Doc fix.
2847         (icalendar--datetime-to-noneuropean-date)
2848         (icalendar--datetime-to-european-date): New optional argument
2849         SEPARATOR.  Return result as a string instead of a list.
2850         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
2851         (icalendar--convert-string-for-export): Rename arg S to STRING.
2852         (icalendar-export-region): Doc fix.  Change name of error buffer.
2853         Save output buffer.
2854         (icalendar-import-file): Add blank at end of prompt.
2855         (icalendar-import-buffer): Doc fix.  Do not switch to error
2856         buffer.  Indicate status in return value.
2857         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
2858         buffer.  Save output buffer.  Handle exception from recurrence
2859         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
2860         events.  Fix problems with weekly all-day events.
2862 2005-02-10  Richard M. Stallman  <rms@gnu.org>
2864         * simple.el (eval-expression-print-format):
2865         Avoid warning about edebug-active.
2867         * help.el (help-for-help-internal): Rename from help-for-help.
2868         (help-for-help): Define with defalias.
2870         * font-core.el (font-lock-default-function): Use with-no-warnings.
2872         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
2874         * custom.el (defface): Doc fix.
2876 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
2878         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
2879         width 0" to prevent word wrapping problems.
2881 2005-02-09  Kim F. Storm  <storm@cua.dk>
2883         * ido.el (ido-file-extensions-order): New defcustom.
2884         (ido-file-extension-lessp, ido-file-extension-aux)
2885         (ido-file-extension-order): New advanced file ordering.
2886         (ido-file-lessp): New simple file ordering.
2887         (ido-sort-list): Remove.
2888         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
2889         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
2891 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
2893         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
2894         that some versions of grep produce.
2895         (grep-mode-font-lock-keywords): Likewise.
2897 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
2899         * progmodes/gdb-ui.el (gdb-location-list): New variable.
2900         (gdb-cdir): Delete.
2901         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
2902         (gdb-source-info): Treat case when source file is in another
2903         directory properly.
2904         (gdb-get-location): New function.
2906 2005-02-07  Jay Belanger  <belanger@truman.edu>
2908         * calc/calc-prog.el (calc-write-parse-table-part)
2909         (calc-fix-token-name): Fix a check for language type.
2911         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
2913 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
2915         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
2916         as directory not writable.
2918 2005-02-07  Kim F. Storm  <storm@cua.dk>
2920         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
2921         (cua--standard-movement-commands): Remove list.
2922         Instead, set CUA property value to move for movement commands.
2923         (cua-movement-commands): Remove.  Users must set CUA prop instead.
2924         (cua--pre-command-handler): Check CUA property.
2925         (cua--init-keymaps): Don't remap undo commands.
2926         (cua-mode): Don't call cua--rectangle-on-off.
2928         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
2929         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
2930         (cua--rect-undo-set-point): New var.
2931         (cua--rectangle-undo-boundary): Setup undo apply entry.
2932         (cua--rect-undo-handler): New function for rectangle undo.
2933         (cua--rect-start-position, cua--rect-end-position): Add.
2934         (cua--rectangle-post-command): Call cua--rectangle-set-corners
2935         for restored rectangle.  Set point if cua--rect-undo-set-point.
2937 2005-02-06  Jay Belanger  <belanger@truman.edu>
2939         * calc/calc-lang.el (calc-tex-language): Display more information
2940         in messages.
2942         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
2943         in TeX mode.
2945 2005-02-06  Richard M. Stallman  <rms@gnu.org>
2947         * emacs-lisp/lisp.el (buffer-end): Doc fix.
2949 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
2951         * net/ldap.el (ldap-search-internal): Support attributes with
2952         optional descriptions separated by a semi-colon, as in
2953         "userCertificate;binary".
2955 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2957         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
2958         isn't a cons (i.e. the version is 0).
2960 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
2962         * help.el (help-for-help): Doc fix.
2964 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
2966         * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
2967         GDB-Windows on the menu-bar as this works better.
2969 2005-02-04  Jay Belanger  <belanger@truman.edu>
2971         * calc/calc-embed.el (calc-embedded-update): Don't put in
2972         unnecessary newlines. Adjust the end of formula marker.
2974         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
2975         (math-latex-parse-two-args): New function.
2977 2005-02-03  Lute Kamstra  <lute@gnu.org>
2979         * help-fns.el (help-with-tutorial): Make sure that users cannot
2980         remove the entire text of the tutorial by means of `undo'.
2982 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2984         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
2985         in recent changes, where the ispell process was repeatedly
2986         killed & restarted.
2988         * international/mule-cmds.el (set-locale-environment): Set file-name
2989         coding system to utf-8 on Darwin systems.
2990         (set-default-coding-systems): Don't set default-file-name-coding-system
2991         on Darwin systems.
2993 2005-02-03  Richard M. Stallman  <rms@gnu.org>
2995         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
2997 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
2999         * faces.el (list-faces-display): Add optional argument.
3001 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3003         * font-core.el (font-lock-default-function): Handle the rare case where
3004         only font-lock-keywords is set.
3006 2005-02-02  Kenichi Handa  <handa@m17n.org>
3008         * international/characters.el: Cancel previous change for
3009         I-WITH-DOT-ABOVE and DOTLESS-i.
3011         * international/latin-5.el: Cancel previous change.
3013 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
3015         * progmodes/gud.el: Correction to syntax in gud-menu-map.
3017 2005-02-02  Kenichi Handa  <handa@m17n.org>
3019         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
3020         DOTLESS-i.
3022         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
3023         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
3025         * case-table.el (get-upcase-table): New function.
3026         (copy-case-table): Copy upcaes table too if non-nil.
3027         (set-case-syntax-delims): Maintain upcase table too.
3028         (set-case-syntax-pair): Likewise.
3029         (set-upcase-syntax, set-downcase-syntax): New functions.
3030         (set-case-syntax): Maintain upcase table too.
3032 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
3034         * progmodes/gdb-ui.el: (gdb-goto-info): Delete.
3036         * progmodes/gud.el (gud-goto-info): New function.
3037         (gud-tool-bar-map): Use correct icon.
3039 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
3041         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
3042         When delegating, order args in the funcall correctly.
3044 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
3046         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
3048 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
3050         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
3051         buffer not visiting a file.
3053 2005-01-31  Jay Belanger  <belanger@truman.edu>
3055         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
3056         bound on the line with the formula.
3058 2005-01-31  Kim F. Storm  <storm@cua.dk>
3060         * ses.el (ses-create-cell-variable-range)
3061         (ses-destroy-cell-variable-range, ses-reset-header-string)
3062         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
3063         (ses-insert-row): Fix format of apply undo entries.
3065 2005-01-31  Jay Belanger  <belanger@truman.edu>
3067         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
3068         parts.
3070         * calc/calc-embed.el (calc-embedded-open-formula)
3071         (calc-embedded-close-formula): Ignore matrix environments.
3073         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
3074         TeX mode.
3076         * calc/calc-lang.el (math-function-table, math-oper-table)
3077         (math-variable-table): Adjust the LaTeX portions.
3079         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
3080         (math-latex-ignore-words): New constant.
3082 2005-01-31  Richard M. Stallman  <rms@gnu.org>
3084         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
3085         (ispell-local-dictionary): Doc fix.
3086         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
3087         Don't reinitialize at run time.  Don't defcustom.
3088         All uses changed to append ispell-local-dictionary-alist,
3089         or check it first.
3090         (ispell-current-dictionary): New variable for dictionary in use.
3091         (ispell-dictionary): Now used only for global default.
3092         (ispell-start-process): Set ispell-current-dictionary,
3093         not ispell-dictionary.
3094         (ispell-change-dictionary): Use this only for setting
3095         user preferences.
3096         (ispell-internal-change-dictionary): New function
3097         to change the current dictionary in use.
3098         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
3099         Use ispell-current-dictionary.
3100         Handle ispell-local-dictionary-overridden.
3101         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
3103 2005-01-31  Jay Belanger  <belanger@truman.edu>
3105         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
3107         * calc/calc-ext.el: Add calc-latex-language to autoloads.
3108         (calc-mode-map): Add calc-latex-language.
3110         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
3111         (math-latex-print-frac): New functions.
3112         (math-oper-table, math-function-table, math-variable-table)
3113         (math-complex-format, math-input-filter): Add latex properties.
3114         (calc-set-language): Set math-expr-special-function-mapping.
3116         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
3117         (calc-write-parse-table-part):  Add LaTeX support.
3119         * calc/calc.el (calc-language): Adjust docstring.
3120         (calc-set-mode-line): Add LaTeX support.
3121         (math-expr-special-function-mapping): New variable.
3122         (math-tex-ignore-words): Add to list.
3124         * calc/calccomp.el (math-compose-expr, math-compose-rows):
3125         Add LaTeX support.
3126         (math-compose-expr): Add support for special functions.
3128         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
3130 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
3132         * progmodes/gdb-ui.el (gdb-memory-address)
3133         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
3134         (gdb-memory-mode-map, gdb-memory-format-keymap)
3135         (gdb-memory-format-menu, gdb-memory-unit-keymap)
3136         (gdb-memory-unit-menu): New variables for a buffer
3137         that lets the user examine program memory.
3138         (gdb-memory-set-address, gdb-memory-set-repeat-count)
3139         (gdb-memory-format-binary, gdb-memory-format-octal)
3140         (gdb-memory-format-unsigned, gdb-memory-format-signed)
3141         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
3142         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
3143         (gdb-memory-unit-word, gdb-memory-unit-halfword)
3144         (gdb-memory-unit-byte, gdb-memory-unit-menu)
3145         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
3146         (gdb-memory-mode, gdb-memory-buffer-name)
3147         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
3148         New functions for above buffer.
3150 2005-01-30  Richard M. Stallman  <rms@gnu.org>
3152         * cus-edit.el (custom-bury-buffer): Function deleted.
3153         (custom-buffer-done-function): Option deleted.
3154         (custom-buffer-done-kill): New (replacement option.
3155         (Custom-buffer-done): Call quit-window.
3156         (custom-buffer-create-internal): Update for above changes.
3158 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
3160         * simple.el (undo-ask-before-discard): New var.
3161         (undo-outer-limit-truncate): Implement it.
3162         (undo-extra-outer-limit): Doc update.
3164 2005-01-29  Richard M. Stallman  <rms@gnu.org>
3166         * ses.el (undo-more): Delete defadvice.
3167         (ses-begin-change): Doc fix.
3169         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
3170         instead of rebinding C-x u and C-_.
3172         * files.el (normal-backup-enable-predicate): Return nil for files
3173         in /tmp, regardless of temporary-file-directory.
3175         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
3177         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
3178         (open-rectangle, delete-whitespace-rectangle-line)
3179         (clear-rectangle-line): If FILL, pass t instead of FILL
3180         for move-to-column's 2nd arg.
3182         * simple.el (undo): Fix the test for continuing a series of undos.
3183         (undo-more): Set pending-undo-list to t when we reach end.
3184         (pending-undo-list): Move up defvar.
3186         * wid-edit.el (widget-button-click):
3187         Shorten the range of the track-mouse binding.
3189         * comint.el (comint-insert-input): Undo previous changes;
3190         use last-input-event in interactive spec.
3192 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
3194         * progmodes/compile.el (compilation-start): Bind buffer-read-only
3195         to nil before invoking call-process.  Reset buffer's modified flag
3196         after fontifying it in the no-async branch.
3198         * wid-edit.el (widget-specify-button): If mouse pointer shape
3199         cannot be changed, use mouse face instead.
3201 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
3203         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
3204         (gdb-goto-breakpoint): Make breakpoint handling work on template
3205         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
3206         (gdb-assembler-custom): Update to recognise breakpoint information
3207         added on 2005-01-19.
3209 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3211         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
3212         (dsssl-mode): Use define-derived-mode.
3213         (scheme-mode-initialize): Remove.
3214         (scheme-mode): Use run-mode-hooks.
3216         * cus-edit.el (customize-group-other-window)
3217         (custom-buffer-create-other-window): Don't override special-display-*.
3218         (custom-mode-map): Make it dense.
3220         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
3221         sets the default value.
3223 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
3225         * descr-text.el: Add more keywords.
3227 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3229         * speedbar.el: Avoid unnecessary use of locate-library.
3231         * international/mule-cmds.el (standard-display-european-internal):
3232         Don't fiddle with latin-1 non-break space any more since it's now
3233         special cased in the C code.
3234         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
3236 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
3238         * cus-start.el (all): Add `undo-outer-limit'.
3240 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3242         * textmodes/bibtex.el (bibtex-format-entry):
3243         Use `bibtex-empty-field-re' only on the text of fields, not on entire
3244         field lines.
3245         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
3246         not on part of a buffer.
3248 2005-01-25  Lute Kamstra  <lute@gnu.org>
3250         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
3251         nonempty field text strings like "{letters\\macro{}more letters}".
3252         Clarify docstring.
3253         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
3254         (bibtex-entry-offset, bibtex-parse-association)
3255         (bibtex-parse-field-name): Fix typos in docstrings.
3256         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
3258 2005-01-24  Carsten Dominik <dominik@science.uva.nl>
3260         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
3261         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
3262         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
3263         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
3265         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
3266         isearch minor mode.
3268 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
3270         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
3272 2005-01-24  Lute Kamstra  <lute@gnu.org>
3274         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
3275         CASECHARS and NOT-CASECHARS regular expressions of the
3276         "nederlands" and "nederlands8" dictionaries to prevent a "Range
3277         striding over charsets" error.
3279 2005-01-24  Jay Belanger  <belanger@truman.edu>
3281         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
3282         display variable name.
3284 2005-01-24  Kenichi Handa  <handa@m17n.org>
3286         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
3287         Fix setting of the element of encoded-kbd-iso2022-invocations.
3289 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
3291         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
3292         (gdb-threads-select): Change to also accept mouse events.
3293         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
3294         (gdb-threads-mouse-select): Delete.
3296 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
3298         * files.el (insert-directory): Take care of empty directory,
3299         listed without -a switch.
3301 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3303         * textmodes/refill.el (refill-post-command-function):
3304         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
3305         to the list of functions that we should be careful not to undo.
3306         (refill-late-fill-paragraph-function): Remove.
3307         (refill-saved-state): New var.
3308         (refill-mode): Use it to save fill-paragraph-function.
3309         Save also the value of auto-fill-function.
3311         * term/w32-win.el: Simplify code.
3313 2005-01-23  Kim F. Storm  <storm@cua.dk>
3315         * simple.el (line-move): Adapt to new return value from
3316         pos-visible-in-window-p.
3318         * simple.el (line-move): Fix last change.  Check partial
3319         visibility at point rather than at window-start.
3321 2005-01-22  Jason Rumney  <jasonr@gnu.org>
3323         * term/w32-win.el (xw-defined-colors): Remove debug-message.
3325 2005-01-22  David Kastrup  <dak@gnu.org>
3327         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
3329 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
3331         * type-break.el (type-break-mode): Add a test for
3332         type-break-file-name being non-nil.
3334 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
3336         * net/eudc.el (top level): Call (message "") via progn, so that
3337         eudc-options-file is loaded.
3339 2005-01-22  Kim F. Storm  <storm@cua.dk>
3341         * simple.el (line-move-1): Rename from line-move.
3342         (line-move): New function that adjusts vscroll for partially
3343         visible rows, and calls line-move-1 otherwise.
3345 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
3347         * pcomplete.el: define pcomplete-read-event instead of read-event,
3348         since it's not a complete read-event implementation
3350 2005-01-20  Jay Belanger  <belanger@truman.edu>
3352         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
3353         for called function.
3355 2005-01-20  Steven Tamm  <steventamm@mac.com>
3357         * term/mac-win.el (process-connection-type): Remove.
3358         Controlled now by s/darwin.h:PTY_ITERATION.
3360 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3362         * window.el (handle-select-window): Don't switch window when we're
3363         in the minibuffer.
3365 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
3367         * subr.el (dotimes-with-progress-reporter): New macro.
3369         * ses.el (ses-dotimes-msg): Remove macro.
3370         Use `dotimes-with-progress-reporter' instead.
3372 2005-01-19  Steven Tamm  <steventamm@mac.com>
3374         * term/mac-win.el (process-connection-type): Use new
3375         operating-system-release variable to use ptys on Darwin 7 (OSX
3376         10.3) when using carbon build.
3378 2005-01-19  Jay Belanger  <belanger@truman.edu>
3380         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
3381         flags if the last command was a tab or M-tab.
3383         * calc/calc-prog.el (calc-user-define-edit): Put original formula
3384         in formula editing buffer.
3386 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
3388         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
3389         breakpoint image symbol in margin.
3391 2005-01-19  Jay Belanger  <belanger@truman.edu>
3393         * calc/calc-prog.el (calc-execute-kbd-macro):
3394         Ignore calc-keep-arg-flag.
3396 2005-01-19  Kenichi Handa  <handa@m17n.org>
3398         * textmodes/ispell.el (ispell-looking-at): New function.
3399         (ispell-process-line): Use ispell-looking-at to compare the ispell
3400         output and the buffer contents.
3402 2005-01-18  Jay Belanger  <belanger@truman.edu>
3404         * calc/calc.el (calc-display-raw): Fix docstring.
3406 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3408         * simple.el (blink-matching-open): Strip extra info from syntax.
3410         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
3411         funny chars in the end-of-here-doc marker.
3413 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
3415         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
3416         that enable/disabled state of breakpoints is shown correctly in
3417         fringe and on ttys.
3418         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
3419         Add breakpoint information as text properties.
3420         (gdb-mouse-toggle-breakpoint):
3421         Rename to gdb-mouse-set-clear-breakpoint.
3422         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
3423         breakpoints in the margin.
3424         (gdb-remove-strings): Simplify.
3426 2005-01-17  Jay Belanger  <belanger@truman.edu>
3428         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
3429         erasing buffer.
3431 2005-01-17  Richard M. Stallman  <rms@gnu.org>
3433         * progmodes/grep.el (grep-find): Copy from `grep' the condition
3434         for calling grep-compute-defaults.
3436         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
3437         if buffer is empty.
3439         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
3441 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3443         * hilit-chg.el (highlight-changes-mode): Don't autoload.
3445         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
3446         non-preloaded variables.
3448 2005-01-17  Steven Tamm  <steventamm@mac.com>
3450         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
3451         tex-shell cause to force interactivity when using pipes.
3453 2005-01-17  Kim F. Storm  <storm@cua.dk>
3455         * simple.el (just-one-space): Make arg optional.
3457 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
3459         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
3460         posn-at-x-y to t to access left-margin.
3462 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
3464         Sync with Tramp 2.0.47.
3466         * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
3467         catching keep-date problems in cp/scp operations.
3468         (tramp-handle-copy-file): Don't call `set-file-modes'
3469         unconditionally.  Specialized functions should know better what is
3470         necessary.  This improves performance a little bit, and the
3471         functions could catch errors with `cp -p' and `scp -p'.
3472         (tramp-do-copy-or-rename-file-via-buffer)
3473         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
3474         when appropriate.
3475         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
3476         Call `set-file-modes' when appropriate.
3477         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
3478         Johnsson <isak@hypergene.com>
3479         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
3480         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
3481         <joakim@verona.se>
3482         (tramp-file-name-for-operation): Mark `shell-command' as magic for
3483         Emacs only.
3485         * tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
3486         `find-file-hooks' and `dired-mode-hook'.
3487         (tramp-minor-mode-map): Respective map.  Add remapping for
3488         `compile' and `recompile'.
3489         (tramp-remap-command, tramp-recompile): New defuns.
3490         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
3491         in buffer "*Compilation*".  Call the commands asynchronously.
3493         * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
3494         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
3495         `shell-command', because it isn't magic in XEmacs.  Reported by
3496         Adrian Aichner <adrian@xemacs.org>.
3498         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
3499         `substitute-in-file-name.
3500         (tramp-smb-handle-substitute-in-file-name): New defun.
3501         (tramp-smb-advice-PC-do-completion): Delete advice.
3503 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
3505         * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
3506         Fix error in deleting region.
3508 2005-01-15  Richard M. Stallman  <rms@gnu.org>
3510         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
3511         In non-temp buffer, switch syntax table temporarily.
3513         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
3515         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
3517         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
3519         * imenu.el (imenu--split-menu): Copy menulist before sorting.
3520         (imenu--generic-function): Use START, not BEG, as pos of definition.
3522         * simple.el (just-one-space): Argument specifies number of spaces.
3524         * simple.el (eval-expression-print-format): Avoid warning
3525         about edebug-active.
3527 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
3529         * progmodes/sh-script.el: Code copied from make-mode.el
3530         with small changes,
3531         (sh-mode-map): Bind C-c C-\.
3532         (sh-backslash-column, sh-backslash-align): New variables.
3533         (sh-backslash-region, sh-append-backslash): New functions.
3535 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
3537         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
3538         (rmail-pop-password, rmail-pop-password-required): Move to
3539         rmail-obsolete group.
3540         (rmail-set-pop-password): Rename to rmail-set-remote-password.
3541         All callers updated.
3542         (rmail-get-pop-password): Rename to rmail-get-remote-password.
3543         Take an argument specifying whether it is POP or IMAP mailbox we
3544         are using.  All callers updated.
3545         (rmail-pop-password-error): Rename to
3546         rmail-remote-password-error.  Added mailutils-specific error message.
3547         (rmail-movemail-search-path)
3548         (rmail-movemail-variant-in-use): New variables.
3549         (rmail-remote-password, rmail-remote-password-required):
3550         New customization variables.
3551         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
3552         (rmail-parse-url): New function.
3553         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
3554         with GNU mailutils movemail.
3556 2005-01-15  Kevin Ryde  <user42@zip.com.au>
3558         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
3559         suffix to space, $ or '$, to correctly position point when going
3560         to @table style constants like DBL_MAX.
3562 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
3564         * type-break.el (type-break-mode, type-break-file-time)
3565         (type-break-file-keystroke-count, type-break-choose-file):
3566         Don't store data in or load data from the file if type-break-file-name
3567         is nil.
3568         (type-break-file-name): Doc update as per the above.
3570 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
3572         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
3573         lookup-key might return nil; handle that.
3575 2005-01-15  Alan Mackenzie  <acm@muc.de>
3577         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
3578         rather than the element found, thus enabling the tree to be setcar'd.
3580 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
3582         * textmodes/org.el (org-show-following-heading): New option.
3583         (org-show-hierarchy-above): Use `org-show-following-heading'.
3584         (org-cycle): Documentation fix.
3586         * textmodes/org.el (orgtbl-optimized): New option
3587         (orgtbl-mode): New command, a minor mode.
3588         (orgtbl-mode-map): New variable.
3589         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
3590         (orgtbl-error, orgtbl-self-insert-command)
3591         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
3593         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
3594         a local variable in each org-mode buffer.
3596         * textmodes/org.el (org-set-regexps-and-options): Rename from
3597         `org-set-regexps'.  Added checking for STARTUP keyword.
3598         (org-get-current-options): Add STARTUP options.
3599         (org-table-insert-row): Mode mode intelligent about when
3600         realignment is needed.
3601         (org-self-insert-command, org-delete-backward-char, org-delete-char):
3602         New commands.
3603         (org-enable-table-editor): New default value `optimized'.
3604         (org-table-blank-field): Support blanking regions if active.
3606 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
3608         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
3609         if the year is not given.
3611         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
3612         Add new escapes %m and %M, fixed bug with %F by adding
3613         save-match-data.
3614         (reftex-reference): Remove ?. from list of spaces.
3615         (reftex-label-info): Add automatic label prefix recognition.
3617         * textmodes/reftex-index.el (reftex-index-next-phrase):
3618         Add slave parameter to call of `reftex-index-this-phrase'.
3619         (reftex-index-this-phrase): New optional argument.
3620         (reftex-index-region-phrases): Add slave parameter to call of
3621         `reftex-index-this-phrase'.
3622         (reftex-display-index): New argument redo.
3623         (reftex-index-rescan): Add 'redo to arguments of
3624         `reftex-display-index'.
3625         (reftex-index-Rescan, reftex-index-revert)
3626         (reftex-index-switch-index-tag): Add 'redo to arguments of
3627         `reftex-display-index'.
3628         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
3629         indexing.  Fix bug with matching is there is a quote before or
3630         after the word.
3632         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
3633         Fix bug when collecting citation keys in lines with comments.
3634         (reftex-citation): Prefix argument no longer rescans the document,
3635         but forces prompting for optional arguments of cite macros.
3636         (reftex-do-citation): Prompting for optional arguments implemented.
3638         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
3639         Add optional arguments to most cite commands.
3640         (reftex-cite-cleanup-optional-args): New option
3641         (reftex-cite-prompt-optional-args): New option.
3642         (reftex-trust-label-prefix): New option.
3644         * textmodes/reftex-toc.el (reftex-toc-find-section):
3645         Add push-mark before changing the position in the buffer.
3647         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
3648         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
3650 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
3652         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
3653         more carefully.
3655 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3657         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
3658         (sgml-mode): Use it.
3659         (sgml-get-context): Better keep track of implicitly closed tags.
3661 2005-01-13  Kenichi Handa  <handa@m17n.org>
3663         * textmodes/ispell.el: These changes are to fix misalignment error
3664         caused by equivalent characters of different Emacs charsets.
3665         (ispell-unified-chars-table): New variable.
3666         (ispell-get-decoded-string): New function.
3667         (ispell-get-casechars, ispell-get-not-casechars)
3668         (ispell-get-otherchars): Call ispell-get-decoded-string.
3670 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
3672         * custom.el (custom-declare-variable): Just put symbol instead
3673         of (defvar . symbol) in `current-load-list'.
3675 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3677         * emacs-lisp/elint.el: Fixed typo in Commentary section.
3679 2005-01-12  Jay Belanger  <belanger@truman.edu>
3681         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
3682         to create a Calc summary.
3684 2005-01-12  Kim F. Storm  <storm@cua.dk>
3686         * mouse.el (mouse-on-link-p): Change functionality and doc
3687         string to comply with latest description in lisp ref.
3689 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
3691         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
3692         Enable mouse clicks on mode-line, header-line and margin.
3693         (event-type): Give mouse event symbols an 'event-kind property
3694         with value 'mouse-click.
3696 2005-01-12  Juri Linkov  <juri@jurta.org>
3698         * facemenu.el (list-colors-display): Add new arg buffer-name.
3699         Use it.  Fix docstring.  Replace code for identifying duplicate
3700         colors by the name with call to `list-colors-duplicates' which
3701         identifies duplicate colors by the value unless the color
3702         is one of special Windows colors.  Set truncate-lines to t.
3703         Print sorted duplicate color names on each line.  Indent to 22
3704         \(the longest color name in rgb.txt) instead of 20.  Optimize.
3705         (list-colors-duplicates): New function.
3706         (facemenu-color-name-equal): Delete function.
3708         * facemenu.el (list-colors-print): New function created from code
3709         in list-colors-display.  Print #RRGGBB at the window right edge.
3710         (list-colors-display): When temp-buffer-show-function is not
3711         defined, call list-colors-print from temp-buffer-show-hook
3712         to get the right value of window-width in list-colors-print
3713         after the buffer is displayed.
3715         * simple.el (pop-mark): Move deactivate-mark out of conditional
3716         part to deactivate the active mark regardless of the state of the
3717         mark ring.
3719         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
3720         variables line in desktop files.
3722 2005-01-12  Juri Linkov  <juri@jurta.org>
3724         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
3725         Bring together isearch highlight related options.
3726         (lazy-highlight): Replace group `replace' by `matching'.
3727         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
3728         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
3729         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
3730         and declare them obsolete.
3731         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
3732         (isearch-faces): Remove defgroup.
3733         (isearch-overlay, isearch-highlight, isearch-dehighlight):
3734         Move isearch highlighting code closer to lazy highlighting code.
3736         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
3737         (query-replace-highlight, query-replace-lazy-highlight)
3738         (query-replace): Move definitions to the beginning of the file.
3740 2005-01-11  Juri Linkov  <juri@jurta.org>
3742         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm,
3743         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm,
3744         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
3746         * info.el (Info-history-forward): New variable.
3747         (Info-select-node): Reset Info-history-forward to nil.
3748         (Info-last): Turn into defalias.
3749         (Info-history-back): Rename from Info-last.
3750         Add current node to Info-history-forward.
3751         (Info-history-forward): New fun.
3752         (Info-mode-map): Replace Info-last by Info-history-back.
3753         Bind Info-history-forward to "r".
3754         (Info-mode-menu): Replace Info-last by Info-history-back.
3755         Fix menu item text.  Add menu item for Info-history-forward.
3756         (info-tool-bar-map): Replace Info-last by Info-history-back.
3757         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
3758         for Info-history-forward.
3759         (Info-mode): Replace Info-last by Info-history-back in docstring.
3760         Add local variable Info-history-forward.
3761         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
3763 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3765         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
3766         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
3767         Ignore select-window events rather than fiddle with
3768         mouse-autoselect-window.
3770 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
3772         * type-break.el (type-break-mode): Fix previous change.
3774 2005-01-10  Jay Belanger  <belanger@truman.edu>
3776         * calc/calc-ext.el (calc-reset): Reset when inside embedded
3777         calculator; only reset when point is inside a calculator.
3778         Don't adjust the window height if the window takes up the whole height
3779         of the frame.
3781 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
3783         * ebuff-menu.el (Electric-buffer-menu-mode):
3784         Preserve value of buffer-local var header-line-format.
3786 2005-01-09  Jay Belanger  <belanger@truman.edu>
3788         * calc/calc.el (calc-mode-var-list-restore-saved-values):
3789         Make sure settings file exists before accessing it.
3791         * calc/calc-embed.el (calc-embedded-subst):
3792         Replace math-multi-subst-rec, which is only supposed to be called
3793         by math-multi-subst, by math-multi-subst.
3795 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
3797         * vc.el (vc-allow-async-revert): New user option.
3798         (vc-disable-async-diff): New internal variable.
3799         (vc-revert-buffer): Use them to disable asynchronous diff.
3801         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
3802         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
3803         asynchronously if vc-disable-async-diff is t.
3805 2005-01-09  Jay Belanger  <belanger@truman.edu>
3807         * calc/calc.el (defcalcmodevar): New macro.
3808         (calc-mode-var-list-restore-default-values)
3809         (calc-mode-var-list-restore-saved-values): New functions.
3810         (calc-mode-var-list): Use defcalcmodevar to define it.
3811         (calc-always-load-extensions, calc-line-numbering)
3812         (calc-line-breaking, calc-display-just, calc-display-origin)
3813         (calc-number-radix, calc-leading-zeros, calc-group-digits)
3814         (calc-group-char, calc-point-char, calc-frac-format)
3815         (calc-prefer-frac, calc-hms-format, calc-date-format)
3816         (calc-float-format, calc-full-float-format, calc-complex-format)
3817         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
3818         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
3819         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
3820         (calc-matrix-brackets, calc-language, calc-language-option)
3821         (calc-left-label, calc-right-label, calc-word-size)
3822         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
3823         (calc-display-raw, calc-internal-prec, calc-angle-mode)
3824         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
3825         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
3826         (calc-window-height, calc-display-trail, calc-show-selections)
3827         (calc-use-selections, calc-assoc-selections)
3828         (calc-display-working-message, calc-auto-why, calc-timing)
3829         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
3830         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
3831         (calc-gnuplot-default-device, calc-gnuplot-default-output)
3832         (calc-gnuplot-print-device, calc-gnuplot-print-output)
3833         (calc-gnuplot-geometry, calc-graph-default-resolution)
3834         (calc-graph-default-resolution-3d, calc-invocation-macro)
3835         (calc-show-banner): Use defcalcmodevar to declare them and set
3836         their default values.
3838         * calc/calc-ext.el (calc-reset): Restore saved values of variables
3839         instead of default values (but restore default values if there is
3840         an argument of 0).
3842 2005-01-09  David Kastrup  <dak@gnu.org>
3844         * desktop.el (desktop-restore-eager): Fix typo in type.
3846 2005-01-08  Richard M. Stallman  <rms@gnu.org>
3848         * cus-edit.el (customize): Delete :link.
3850 2005-01-08  Jay Belanger  <belanger@truman.edu>
3852         * calc/calc.el (calc-mode): Remove the extension from the
3853         `calc-settings-file' file name when loading it.
3855 2005-01-08  Kim F. Storm  <storm@cua.dk>
3857         * info.el (Info-mode-map, Info-next-link-keymap)
3858         (Info-prev-link-keymap, Info-up-link-keymap):
3859         Map follow-link to mouse-face.
3860         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
3862 2005-01-08  Jay Belanger  <belanger@truman.edu>
3864         * calc/calc.el (calc-settings-file): Change default value.
3865         Suggested by cgw in a comment in calc-mode.el.
3867         * calc/calc-mode.el (calc-settings-file-name):
3868         Compare calc-settings-file to user-init-file instead of ~/.emacs.
3869         Replace ~/.emacs in a prompt by calc-settings-file.
3871 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
3873         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
3874         (desktop-lazy-idle-delay): New customizable variables.
3875         (desktop-buffer-args-list): New variable.
3876         (desktop-append-buffer-args): New function.
3877         (desktop-save): Call desktop-append-buffer-args for some buffers.
3878         (desktop-lazy-create-buffer): New function.
3879         (desktop-idle-create-buffers): New function.
3880         (desktop-read): Add message about buffers to restore lazily.
3881         (desktop-lazy-abort): New command.
3882         (desktop-clear): Call desktop-lazy-abort.
3883         (desktop-lazy-complete): New command.
3885 2005-01-06  Richard M. Stallman  <rms@gnu.org>
3887         * emacs-lisp/find-func.el (find-face-definition):
3888         Rename from find-face.
3890 2005-01-06  Kim F. Storm  <storm@cua.dk>
3892         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
3894         * man.el (Man-xref-man-page, Man-xref-header-file)
3895         (Man-xref-normal-file): Add follow-link property.
3897 2005-01-06  Jay Belanger  <belanger@truman.edu>
3899         * calc/calc-units.el: Make sure the proper macro definitions are
3900         available when compiling.
3902 2005-01-06  Juri Linkov  <juri@jurta.org>
3904         * isearch.el (isearch-lazy-highlight-update):
3905         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
3907 2005-01-06  Miles Bader  <miles@gnu.org>
3909         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
3910         (isearch-lazy-highlight-face): Use new name.
3912 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3914         * uniquify.el (uniquify-rationalize-file-buffer-names):
3915         Re-add an interactive spec.
3916         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
3917         to the same name.
3919         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
3920         (isearch-update, isearch-done): Adjust calls accordingly.
3922 2005-01-05  Richard M. Stallman  <rms@gnu.org>
3924         * custom.el (custom-set-variables, custom-theme-set-variables):
3925         Clarify documentation.
3927         * emacs-lisp/find-func.el (find-variable)
3928         (find-variable-other-window, find-variable-other-frame):
3929         Fix the TYPE args to find-function-read and find-function-do-it.
3930         (find-function): Doc fix.
3931         (find-function-at-point): Replace function-at-point alias.
3933 2005-01-04  Richard M. Stallman  <rms@gnu.org>
3935         * cus-face.el (custom-declare-face):
3936         Record defface in current-load-list.
3938         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
3940         * emacs-lisp/find-func.el: Doc fixes.
3941         (find-face-regexp): New variable.
3942         (find-function-regexp-alist): New variable.
3943         (find-function-C-source): Third arg is now TYPE.
3944         (find-function-search-for-symbol): Handle general TYPE.
3945         (find-function-read, find-function-do-it): Handle general TYPE.
3946         (find-definition-noselect, find-face): New functions.
3947         (function-at-point): Alias deleted.
3949 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3951         * battery.el (display-battery-mode): Rename from display-battery.
3952         Handle the case where it gets turned off.
3954 2005-01-04  Richard M. Stallman  <rms@gnu.org>
3956         * cus-edit.el (customize): Make :link point to user doc.
3958         * man.el (Man-fontify-manpage): Turn off undo generation.
3960         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
3962 2005-01-04  Andreas Schwab  <schwab@suse.de>
3964         * files.el (insert-directory): Only look for error lines in
3965         inserted text.  Don't move too far after processing --dired markers.
3967 2005-01-04  Richard M. Stallman  <rms@gnu.org>
3969         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
3970         Don't expand if the character is @, period, dash, etc.
3971         (define-mail-abbrev): Quote names that contain problem characters.
3973 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
3975         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
3977 2005-01-03  Richard M. Stallman  <rms@gnu.org>
3979         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
3980         (query-replace-highlight, query-replace-lazy-highlight)
3981         (query-replace): Definitions moved up.  Doc fix.
3983 2005-01-03  Richard M. Stallman  <rms@gnu.org>
3985         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
3986         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
3987         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
3988         (lazy-highlight-face): Rename from isearch-lazy-...
3989         Change all references to them.
3991 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
3993         * cus-edit.el (custom-file): Doc fix for defcustom.
3994         (custom-file): The function no longer sets the variable
3995         `custom-file' to its return value.
3997         * startup.el (command-line): No longer load `custom-file'.
3999 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4001         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
4003         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
4004         Don't confuse module-prefixed identifiers for labels.
4005         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
4007 2005-01-02  Richard M. Stallman  <rms@gnu.org>
4009         * files.el (basic-save-buffer-1): Fix previous change.
4011         * loadhist.el (file-loadhist-lookup): New function.
4012         (file-provides, file-requires): Use it.
4014         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
4015         instead of calculating the right size.
4017 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
4019         * vc-svn.el (vc-svn-diff): Stay local if possible.
4021 2005-01-02  Stefan  <monnier@iro.umontreal.ca>
4023         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
4025         * files.el (hack-local-variables): Fix last change.
4027 2005-01-02  Jay Belanger  <belanger@truman.edu>
4029         * calc/calc-yank.el (calc-edit-top): New variable.
4030         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
4031         object.  Change header properties.
4032         (calc-edit-finish, calc-edit-finish-stack-object)
4033         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
4034         edited object.
4035         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
4036         for the beginning of the edited object.
4037         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
4038         for the beginning of the edited object.
4039         * calc/calc-prog.el (calc-edit-macro-finish-edit)
4040         (calc-finish-formula-edit, calc-macro-repeats)
4041         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
4042         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
4043         beginning of the edited object.
4044         (calc-user-define-edit): Change the header for editing macros.
4045         Remove unnecessary variable.
4047 2005-01-01  Jay Belanger  <belanger@truman.edu>
4049         * calc/calc-yank.el (calc-edit-mode): Change default header.
4050         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
4051         * calc/calc-store.el (calc-edit-variable): Change title to match new
4052         header.
4053         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
4054         mode to match new header.
4055         (calc-user-define-edit): Change titles to include names of commands.
4056         (calc-finish-formula-edit): Adjust to handle new header.
4057         (calc-finish-macro-edit): Remove.
4058         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
4059         (calc-edit-macro-command, calc-edit-macro-command-type)
4060         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
4061         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
4062         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
4063         (calc-edit-macro-finish-edit): New functions.
4064         (calc-user-define-edit): Use new functions to edit named calc macros.
4066 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
4068         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
4070         * ses.el (copy-region-as-kill): Deactivate mark.
4072 2005-01-01  Richard M. Stallman  <rms@gnu.org>
4074         * replace.el (occur-1): If the output buffer is also an input,
4075         don't kill it, rename it.
4077         * faces.el (set-face-background, set-face-foreground): Doc fix.
4079         * cus-face.el (custom-face-attributes): Fix :help-echo strings
4080         for :foreground and :background.
4082         * dired.el (dired-view-command-alist): Variable deleted.
4083         (dired-view-file, dired-mouse-find-file-other-window):
4084         Delete the code to use it.
4086 2005-01-01  Kim F. Storm  <storm@cua.dk>
4088         * image.el (insert-sliced-image): Use t for line-height property.
4090 2004-12-31  Jay Belanger  <belanger@truman.edu>
4092         * calc/calc-store.el (calcVar-digit, calcVar-oper):  Remove the need
4093         for "var-" at the beginning of the minibuffer.
4095 2004-12-31  Richard M. Stallman  <rms@gnu.org>
4097         * faces.el (read-face-name):
4098         Don't treat an attribute spec as a list of faces.
4100         * simple.el (undo): Use undo-equiv-table to detect
4101         unexpected changes since previous undo.
4102         (undo-list-saved): Variable deleted.
4103         (buffer-disable-undo): Don't alter undo-list-saved.
4105         * files.el (require-final-newline): Allow `visit' and `visit-save'.
4106         (mode-require-final-newline): New option.
4107         (after-find-file): Handle require-final-newline with new values.
4108         (basic-save-buffer): Handle new values of require-final-newline.
4110         * progmodes/sh-script.el (sh-require-final-newline):
4111         Alist value now controls whether to use mode-require-final-newline.
4112         (sh-set-shell): Implement that new meaning.
4114         * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
4115         * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
4116         * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
4117         Delete old-Emacs compatibility code.
4118         (antlr-c-common-init): Function deleted.
4120         * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
4121         * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
4122         * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
4123         * progmodes/python.el (python-mode): Use mode-require-final-newline.
4124         * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
4125         * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
4126         * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
4127         * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
4128         * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
4129         * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
4130         * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
4131         * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
4132         * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
4133         * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
4134         * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
4135         * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
4137 2004-12-31  Jay Belanger  <belanger@truman.edu>
4139         * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
4140         way to return to Calc.
4142         * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
4143         finish, C-xk as the way to cancel the edit.  Add cancel routine to
4144         kill-buffer-hook.
4146         * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
4147         MacEdit code.
4149         * calc/calc-prog.el: Remove obsolete MacEdit code.
4150         (calc-macro-edit-algebraic, calc-macro-edit-variable)
4151         (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
4153 2004-12-31  Kenichi Handa  <handa@m17n.org>
4155         * international/mule.el (buffer-file-coding-system-explicit):
4156         Rename for explicit-buffer-file-coding-system.
4157         (after-insert-file-set-coding): Adjust for the above change.
4159         * files.el (revert-buffer): Change explicit-buffer-file-coding-system
4160         to buffer-file-coding-system-explicit.
4161         (basic-save-buffer-1): Likewise.
4163 2004-12-30  Richard M. Stallman  <rms@gnu.org>
4165         * textmodes/artist.el (artist-butlast-fn): Var deleted.
4166         (artist-butlast, artist-last): Functions deleted.
4167         (artist-ellipse-mirror-quadrant): Call last and butlast directly.
4168         (artist-compute-key-compl-table): Call remq directly.
4169         (artist-remove-nulls): Function deleted.
4170         (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
4171         (artist-push, artist-pop): Macro deleted.
4173 2004-12-30  Andreas Leue  <al@sphenon.de>
4175         * textmodes/artist.el (artist-version): 1.2.6
4176         (artist-prev-next-op-alist): New variable.
4177         (artist-select-next-op-in-list): New function.
4178         (artist-select-prev-op-in-list): New function.
4179         (artist-make-prev-next-op-alist): New function.
4180         (artist-is-in-op-list-p): New function.
4181         (artist-get-first-non-nil-op): New function.
4182         (artist-get-last-non-nil-op): New function.
4183         (artist-mode-init): Call artist-get-last-non-nil-op to initialize
4184         artist-prev-next-op-alist.
4185         (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
4186         change drawing operation.
4188 2004-12-30  Luc Teirlinck  <teirllm@auburn.edu>
4190         * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
4192 2004-12-31  Masatake YAMATO  <jet@gyve.org>
4194         * server.el (server-process-filter): Suppress `error', too.
4196 2004-12-30  Jay Belanger  <belanger@truman.edu>
4198         * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
4199         Change the way a variable is displayed in a message.
4201         * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
4202         (calc-user-define-permanent, calc-execute-kbd-macro):
4203         Replace old function MacEdit-parse-keys with edmacro-parse-keys.
4205 2004-12-30  Kenichi Handa  <handa@m17n.org>
4207         * files.el (basic-save-buffer-1):
4208         Set explicit-buffer-file-coding-system to last-coding-system-used.
4209         (revert-buffer): Pay attention to
4210         explicit-buffer-file-coding-system (not buffer-file-coding-system)
4211         on bind coding-system-for-read.
4213         * international/mule.el (explicit-buffer-file-coding-system):
4214         New buffer local variable.
4215         (after-insert-file-set-coding): Set it to coding-system-for-read.
4217 2004-12-29  Luc Teirlinck  <teirllm@auburn.edu>
4219         * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
4221 2004-12-29  Sanghyuk Suh  <han9kin@mac.com>
4223         * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
4224         that include line numbers.
4226 2004-12-29  Milan Zamazal  <pdm@zamazal.org>
4228         * files.el (hack-local-variables): If no PREFIX, set it to "^".
4229         Redundant variable PREFIXLEN removed.
4231 2004-12-28  Matt Hodges  <MPHodges@member.fsf.org>
4233         * eshell/em-hist.el (eshell-previous-matching-input):
4234         Start the deletion from the end of the output.
4236 2004-12-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4238         * term/mac-win.el: Require x-dnd.
4239         (mac-drag-n-drop): Sync with W32 version.  Use x-dnd.el functions.
4241 2004-12-29  David Kastrup  <dak@gnu.org>
4243         * international/mule.el (decode-coding-inserted-region):
4244         Don't barf if `buffer-undo-list' is already set to `t'.
4246 2004-12-29  Jay Belanger  <belanger@truman.edu>
4248         * calc/calc-prog.el (calc-user-define-formula): Put default values
4249         for function names in prompts.
4250         (calc-user-define-permanent, calc-user-define-composition)
4251         (calc-user-define-formula): Remove the need for "calcFunc-" in the
4252         default input for algebraic functions.
4254 2004-12-29  Thien-Thi Nguyen  <ttn@gnu.org>
4256         * vc-rcs.el (vc-rcs-annotate-command):
4257         Fix omission bug: Call `vc-setup-buffer'.
4259 2004-12-29  Kenichi Handa  <handa@m17n.org>
4261         * international/mule.el (recode-region): New function.
4263 2004-12-28  Richard M. Stallman  <rms@gnu.org>
4265         * simple.el (undo-extra-outer-limit): New variable.
4266         (undo-outer-limit-truncate): Test and set it.
4268         * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
4269         enables the feature to extend the existing region.
4271         * simple.el (mark-word): New arg ALLOW-EXTEND
4272         enables the feature to extend the existing region.
4274         * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
4275         enables the feature to extend the existing region.
4277         * startup.el (site-run-file): Don't allow setting it with Custom.
4279         * simple.el (buffer-disable-undo): Fix previous change.
4281 2004-12-27  Masatake YAMATO  <jet@gyve.org>
4283         * hexl.el (hexlify-buffer): Remove fontification here.
4284         Use font lock mechanism instead.
4285         (hexl-font-lock-keywords): New font lock kewords.
4286         (hexl-mode-old-font-lock-keywords): New variable.
4287         (hexl-mode): Store the old font lock keywords.
4288         (hexl-mode-exit): Restore the old font lock keywords.
4290 2004-12-27  Richard M. Stallman  <rms@gnu.org>
4292         * simple.el (undo): Fix previous change.
4294 2004-12-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4296         * term/mac-win.el: Sync with x-win.el.  Rearrange the contents.
4297         Call mac-clear-font-name-table if invoked on Mac OS 8/9.
4298         Call x-open-connection on Mac OS X.
4300 2004-12-27  Richard M. Stallman  <rms@gnu.org>
4302         * files.el (buffer-save-without-query): New var (buffer-local).
4303         (save-some-buffers): Save those buffers first, w/o asking.
4305         * files.el (insert-directory-ls-version): New variable.
4306         (insert-directory): When ls returns an error, test the version
4307         number to decide what the return code means.
4308         With --dired output format, detect and distinguish lines
4309         that are really error messages.
4310         (insert-directory-adj-pos): New function.
4312         * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
4314         * battery.el (battery-mode-line-format): Remove initial spaces.
4316         * uniquify.el (uniquify-rationalize-file-buffer-names):
4317         Delete interactive spec.
4319         * type-break.el (type-break-mode): Set buffer-save-without-query.
4320         Remove code that tried to set save-some-buffers-always.
4321         (type-break-file-keystroke-count): Bind deactivate-mark.
4323         * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
4325         * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
4326         Test that the buffer is live, and maybe reject current buffer too.
4327         Clarify.
4328         (next-error-find-buffer): Rewrite for clarity.
4330         * loadup.el: Don't use buffer-disable-undo; do it directly.
4332         * help-fns.el (describe-function-1): Call symbol-file with `defun'.
4333         (describe-variable): Call symbol-file with `defvar'.
4335         * subr.el (messages-buffer-max-lines): Alias for message-log-max.
4336         (symbol-file): Rewritten to handle new load-history format.
4337         Now takes an arg TYPE to specify looking for a particular
4338         type of definition only.
4340         * emacs-lisp/debug.el (debugger-make-xrefs):
4341         Call symbol-file with `defun'.
4343         * emacs-lisp/find-func.el (find-function-noselect):
4344         Call symbol-file with `defun'.
4345         (find-variable-noselect): Call symbol-file with `defvar'.
4347         * eshell/esh-cmd.el (eshell-find-alias-function):
4348         Call symbol-file with `defun'.
4350         * eshell/esh-test.el (eshell-test-goto-func):
4351         Call symbol-file with `defun'.
4353         * mail/rmail.el (rmail-resend):
4354         Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
4356         * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
4358         * progmodes/compile.el (compilation-find-buffer): Rename arg.
4360         * textmodes/texinfmt.el (texinfo-format-buffer-1):
4361         Call buffer-disable-undo.
4363         * simple.el (undo-list-saved): New variable (buffer-local).
4364         (undo): Set and test it.
4365         (buffer-disable-undo): Move here from buffer.c.
4366         Clear out undo-list-saved.
4368         * international/mule.el (decode-coding-inserted-region):
4369         Set buffer-undo-list in a correct and optimal way.
4371         * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
4372         (cperl-font-lock-unfontify-region-function): No need to save and
4373         restore info, since font-lock.el does it for us.
4375         * ansi-color.el (save-buffer-state): Definition deleted.
4376         (ansi-color-unfontify-region): Don't use save-buffer-state.
4378 2004-12-27  Dave Love  <fx@gnu.org>
4380         * wid-edit.el (function): Use restricted-sexp as parent.
4382 2004-12-27  Kevin Ryde  <user42@zip.com.au>
4384         * simple.el (next-matching-history-element): Use same
4385         `interactive' form as previous-matching-history-element.
4387         * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
4388         it can appear unencoded and has been seen from yahoo.
4390 2004-12-27  Sergey Poznyakoff <gray@Mirddin.farlep.net>  (tiny change)
4392         * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
4393         in upper case.  Reported by Wojciech Polak <polak@gnu.org>.
4395 2004-12-27  Kenichi Handa  <handa@m17n.org>
4397         * international/utf-8.el (utf-translate-cjk-load-tables):
4398         Bind coding-system-for-read to nil while loading subst-*.
4400 2004-12-26  Jay Belanger  <belanger@truman.edu>
4402         * calc/calc-store.el (calc-read-var-name): Remove "var-" from
4403         default input.
4405 2004-12-26  Luc Teirlinck  <teirllm@auburn.edu>
4407         * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
4408         before reverting and disable undo recording while reverting.
4410 2004-12-26  Thien-Thi Nguyen  <ttn@gnu.org>
4412         * progmodes/hideshow.el (hs-set-up-overlay): New user var.
4413         (hs-make-overlay): New function.
4414         (hs-isearch-show-temporary): Handle `display' overlay prop specially.
4415         (hs-flag-region): Delete function.
4416         (hs-hide-comment-region): No longer use `hs-flag-region'.
4417         Instead, use `hs-discard-overlays' and `hs-make-overlay'.
4418         (hs-hide-block-at-point): Likewise.
4419         (hs-hide-level-recursive): Use `hs-discard-overlays'.
4420         (hs-hide-all, hs-show-all): Likewise.
4421         (hs-show-block): Likewise.
4422         Also, use overlay prop `hs-b-offset', not `hs-ofs'.
4424 2004-12-24  Thien-Thi Nguyen  <ttn@gnu.org>
4426         * progmodes/hideshow.el: Require `cl' when compiling.
4427         Remove XEmacs and Emacs 19 compatibility.
4428         Use `dolist' and `add-to-list' for load-time actions.
4429         (hs-discard-overlays): Use `dolist'.
4430         (hs-show-block): Likewise.
4432 2004-12-23  Dan Nicolaescu  <dann@ics.uci.edu>
4434         * faces.el (mode-line, mode-line-inactive): Use min-colors.
4436 2004-12-23  Thien-Thi Nguyen  <ttn@gnu.org>
4438         * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
4439         When extending backwards, move outside the current comment first.
4441 2004-12-22  Kenichi Handa  <handa@m17n.org>
4443         * international/quail.el (quail-start-translation): Fix prompt
4444         string for the case if input-method-use-echo-area being non-nil.
4445         (quail-start-conversion): Likewise.
4446         (quail-show-guidance): Don't show guidance if
4447         input-method-use-echo-area is non-nil.
4449 2004-12-21  Richard M. Stallman  <rms@gnu.org>
4451         * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
4453 2004-12-21  Markus Rost  <rost@ias.edu>
4455         * calendar/diary-lib.el (mark-diary-entries):
4456         Set mark-diary-entries-in-calendar only after checking for diary-file.
4458 2004-12-21  Richard M. Stallman  <rms@gnu.org>
4460         * faces.el (escape-glyph): Use blue against light foreground.
4462         * simple.el (undo-outer-limit-truncate): New function.
4463         (undo-outer-limit-function): Use undo-outer-limit-truncate.
4465 2004-12-21  Eli Barzilay  <eli@barzilay.org>
4467         * calculator.el: (calculator-radix-grouping-mode)
4468         (calculator-radix-grouping-digits)
4469         (calculator-radix-grouping-separator):
4470         New defcustoms for the new radix grouping mode functionality.
4471         (calculator-mode-hook): Now used in electric mode too,
4472         (calculator): Call it.
4473         (calculator-mode-map): Some new keys.
4474         (calculator-message): New function.  Some new calls.
4475         (calculator-op, calculator-set-register): Use it.
4476         (calculator-string-to-number): New function, mostly moved and
4477         updated code from calculator-curnum-value.
4478         (calculator-curnum-value): Use it.
4479         (calculator-paste): Use it, and update grabbing the current-kill.
4480         (calculator-rotate-displayer)
4481         (calculator-rotate-displayer-back): Toggle digit grouping when
4482         in radix mode, use calculator-message.
4483         (calculator-displayer-prev, calculator-displayer-next):
4484         Change digit group size when in radix mode.
4485         (calculator-number-to-string): Rename from
4486         calculator-num-to-string.  Now deals with digit grouping in
4487         radix mode.
4488         (calculator-update-display, calculator-put-value): Use the new name.
4489         (calculator-fact): Return a floating point number.
4490         (calculator-mode): Doc fix.
4492 2004-12-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
4494         * calendar/calendar.el (view-other-diary-entries): Add autoload.
4495         * calendar/diary-lib.el (view-other-diary-entries):
4496         Use current-prefix-arg in interactive spec.
4498 2004-12-19  Jay Belanger  <belanger@truman.edu>
4500         * calc/calc-aent.el (calcAlg-blank-matching-open):
4501         Temporarily adjust the syntax of both delimiters of half-open intervals.
4503 2004-12-19  Kim F. Storm  <storm@cua.dk>
4505         * mouse.el (mouse-1-click-follows-link): Doc fix.
4507 2004-12-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4509         * term/mac-win.el (encoding-vector, mac-font-encoder-list)
4510         (ccl-encode-mac-centraleurroman-font): Use centraleurroman
4511         instead of centraleuropean as the name
4513 2004-12-17  Michael Albinus  <michael.albinus@gmx.de>
4515         Sync with Tramp 2.0.46.
4517         * net/tramp.el (tramp-maybe-send-perl-script): Change order of
4518         parameters wrt Tramp convention.
4519         (tramp-handle-file-attributes-with-perl)
4520         (tramp-handle-directory-files-and-attributes): Apply it.
4521         (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
4522         `copy-program'.  Reported by Zack Weinberg
4523         <zack@codesourcery.com>.
4524         (top): Set `edebug-form-spec' property directly rather than
4525         calling `def-edebug-spec'.
4527         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
4528         advice less fragile.  Surround temporary redefinition of
4529         `substitute-in-file-name' with `unwind-protect'.  Suggested by
4530         Matt Hodges <MPHodges@member.fsf.org>.
4532 2004-12-17  Juri Linkov  <juri@jurta.org>
4534         * replace.el (occur-accumulate-lines, occur-engine):
4535         Make forcing deferred font-lock fontification jit-specific.
4537 2004-12-17  Kim F. Storm  <storm@cua.dk>
4539         * mouse.el (mouse-1-click-follows-link): New defcustom.
4540         (mouse-on-link-p): New function.
4541         (mouse-drag-region-1): Implement mouse-1-click-follows-link
4542         functionality.  Map a mouse-1 click event into a mouse-2 (or
4543         other) event when position is inside a link.
4545         * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
4546         prefix in tooltip text with "mouse-1" when this is a link
4547         recognized by mouse-1-click-follows-link functionality.
4549         * help.el (describe-key): Report effective and original binding
4550         for mouse-1 when clicked on a link.
4551         (describe-mode): Add follow-link property to "minor-mode" button.
4553         * help-fns.el (describe-variable): Add follow-link property to
4554         "below" button.
4556         * help-mode.el (help-xref): Add follow-link property.
4558         * apropos.el (apropos-symbol, apropos-function, apropos-macro)
4559         (apropos-command, apropos-variable, apropos-face, apropos-group)
4560         (apropos-widget, apropos-plist): Add follow-link property.
4562         * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
4563         checks if position is in a filename, rather than some other
4564         clickable item.  Function looks for cvs-filename-face at position.
4566         * wid-edit.el (widget-specify-field, widget-specify-button):
4567         Map a :follow-link keyword into a follow-link property.
4568         (link): Add :follow-link keyword, map to RET binding.
4570         * dired.el (dired-mode-map): Map follow-link to mouse-face.
4572         * progmodes/compile.el (compilation-minor-mode-map)
4573         (compilation-button-map, compilation-mode-map): Likewise.
4575 2004-12-17  Thien-Thi Nguyen  <ttn@gnu.org>
4577         * play/zone.el (zone): Init `line-spacing' from orig buffer.
4578         (zone-replace-char): Take `count' and `del-count'
4579         instead of `direction'.  Update callers.  When `del-count' is
4580         non-nil, delete that many characters, otherwise `count' characters
4581         backwards.  Insert the newly-replaced string `count' times.
4582         (zone-fret): Handle chars w/ width greater than one.
4583         (zone-fall-through-ws): No longer take window width `ww'.
4584         Update callers.  Add handling for `char-width' greater than one.
4585         (zone-pgm-drip): Update var holding window-end position every cycle.
4587 2004-12-17  Andre Spiegel  <spiegel@gnu.org>
4589         * vc.el (vc-default-update-changelog): Use insert-file-contents,
4590         rather than insert-file.
4592 2004-12-16  Jay Belanger  <belanger@truman.edu>
4594         * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
4595         (math-init-random-base, math-random-digit): Check to see if
4596         var-RandSeed is bound.
4597         (math-random-last): Declare it.
4598         (math-random-digit): Don't make math-random-last local.
4600 2004-12-16  Thien-Thi Nguyen  <ttn@gnu.org>
4602         * play/zone.el (zone): Fix omission bug: Use a self-disabling
4603         one-shot thunk for uniform (error, quit, normal) recovery.
4604         Reported by John Paul Wallington.
4605         (zone-pgm-random-life): Fix bug:
4606         Recognize empty initial field by lack of "@" chars.
4608 2004-12-16  Juri Linkov  <juri@jurta.org>
4610         * help.el (function-called-at-point):
4611         * help-fns.el (variable-at-point): As a last resort try stripping
4612         non-word prefixes and suffixes.
4614         * descr-text.el (describe-property-list): Don't treat syntax-table
4615         specially.  Use describe-text-sexp which inserts [show] button
4616         for large objects and handles printing errors.  Sort properties
4617         by names in alphabetical order instead of by value sizes.
4618         Add `mouse-face' to list of properties for `describe-face' widget.
4619         (describe-char): Mask out face-id from 19 bits of character.
4620         Print face-id separately.
4622         * replace.el (occur-accumulate-lines, occur-engine):
4623         Fontify unfontified matching lines in the source buffer
4624         before copying them.
4625         (occur-engine): Don't put mouse-face on context lines.
4626         (occur-next-error): Set point to line beginning/end
4627         before searching for prev/next property to skip multiple
4628         matches on a line (not supported by occur engine).
4629         Remove redundant prefix-numeric-value.
4631 2004-12-15  Juri Linkov  <juri@jurta.org>
4633         * replace.el (match): New face.
4634         (list-matching-lines-face): Change default from `bold' to `match'.
4636         * progmodes/grep.el (grep-match-face): New defvar.
4637         (grep-mode-font-lock-keywords): Use grep-match-face instead of
4638         compilation-column-face to highlight grep matches.
4640         * apropos.el (apropos-match-face): Change default from
4641         `secondary-selection' to `match'.
4643         * info-look.el (info-lookup-highlight-face): Change default from
4644         `highlight' to `match'.
4646 2004-12-15  Daniel Pfeiffer  <occitan@esperanto.org>
4648         * progmodes/executable.el (executable-interpret): Eliminate
4649         obsolete compile-internal, and switch to comint for interaction.
4651 2004-12-15  J.D. Smith  <jdsmith@as.arizona.edu>
4653         * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
4654         `&&' when skipping multiple statements on a line.
4656 2004-12-15  Thien-Thi Nguyen  <ttn@gnu.org>
4658         * play/zone.el (zone): Set `truncate-lines'.
4659         Also, init `tab-width' with value from original buffer.
4660         (zone-shift-up): Rewrite for speed.
4661         (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
4662         (zone-pgm-jitter): Remove redundant entries from ops vector.
4663         (zone-exploding-remove): Reduce iteration count.
4664         (zone-cpos): Convert to defsubst.
4665         (zone-replace-char): New defsubst.
4666         (zone-park/sit-for): Likewise.
4667         (zone-fret): Take window-start arg.
4668         Update callers. Use `zone-park/sit-for'.
4669         (zone-fill-out-screen): Rewrite.
4670         (zone-fall-through-ws): Likewise. Update callers.
4671         (zone-pgm-drip): Use `zone-replace-char'.
4672         Move var inits before while-loop. Use `zone-park/sit-for'.
4673         (zone-pgm-random-life): Handle empty initial field.
4674         Use `zone-replace-char' and `zone-park/sit-for'.
4676 2004-12-15  Juri Linkov  <juri@jurta.org>
4678         * isearch.el (isearch-update): Test isearch-lazy-highlight
4679         before calling isearch-lazy-highlight-new-loop.
4680         (isearch-lazy-highlight-new-loop):
4681         Don't test isearch-lazy-highlight.
4683         * replace.el (perform-replace): Add isearch-case-fold-search.
4684         Use delimited-flag for isearch-regexp.
4685         Reset isearch-lazy-highlight-last-string to force lazy
4686         highlighting when called from isearch mode.
4687         (query-replace-highlight): Revert defcustom type to boolean.
4688         (query-replace-lazy-highlight): New defcustom.
4689         (query-replace): New face.
4690         (perform-replace, replace-highlight, replace-dehighlight):
4691         Test query-replace-lazy-highlight instead of special value
4692         `isearch' of query-replace-highlight.
4693         (replace-dehighlight): Don't call isearch-dehighlight.
4694         (replace-highlight): Don't call isearch-highlight.
4695         Use face `query-replace' unconditionally.
4697 2004-12-14  Kim F. Storm  <storm@cua.dk>
4699         * simple.el (inhibit-mark-movement): Remove defvar.
4700         (beginning-of-buffer, end-of-buffer): Don't use it.
4702         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
4703         Don't use inhibit-mark-movement.
4705         * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
4706         (cua--undo-push-mark): Remove.
4707         (cua--pre-command-handler, cua--post-command-handler):
4708         Don't fiddle with inhibit-mark-movement.
4710 2004-12-14  Juri Linkov  <juri@jurta.org>
4712         * buff-menu.el (list-buffers-noselect): Collect internal info
4713         for every buffer in BUFFER-LIST arg too.
4714         (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
4715         (Buffer-menu-switch-other-window, Buffer-menu-2-window):
4716         Bind same-window-buffer-names and same-window-regexps to nil.
4718 2004-12-13  Juri Linkov  <juri@jurta.org>
4720         * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
4722         * mail/supercite.el (sc-cite-frame-alist): Doc fix.
4723         (sc-cite-region, sc-uncite-region, sc-recite-region):
4724         Fix previous change to handle not alist as a symbol, but
4725         a citation frame as a symbol that represents a variable name.
4727 2004-12-13  Richard M. Stallman  <rms@gnu.org>
4729         * filecache.el (file-cache-add-directory-using-find):
4730         Only set up file-cache-find-command-posix-flag if we will use it.
4732         * bindings.el (mode-line-buffer-identification-keymap):
4733         Don't cancel the mode-line's usual down-mouse-1 binding.
4735         * cus-edit.el (custom-face-selected): Handle `default' specs.
4736         (custom-face-edit): Increase extra-offset.
4737         (custom-display): Handle `default' specs.
4739         * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
4741         * emacs-lisp/elint.el (elint-standard-variables)
4742         (elint-unknown-builtin-args): Move definitions up.
4744         * net/browse-url.el (browse-url-url-at-point): Add autoload.
4746         * info.el (info-xref-visited): Use `default' instead of t.
4747         (Info-try-follow-nearest-node): Don't explicitly load browse-url.
4749         * faces.el (header-line, mode-line-inactive, tool-bar):
4750         Use `default' instead of t for setting the defaults.
4751         (face-spec-choose): Separate `t' from `default'.
4753         * subr.el (while-no-input): New macro.
4755 2004-12-13  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>  (tiny change)
4757         * filecache.el (file-cache-add-directory-using-find):
4758         Only test file-cache-find-command-posix-flag on some systems.
4760 2004-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4762         * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
4763         Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
4764         (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
4765         (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
4766         (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
4768 2004-12-12  Juri Linkov  <juri@jurta.org>
4770         * files.el (find-file-other-window, find-file-other-frame):
4771         Add the first buffer to the returned value to return the complete
4772         list of all visited buffers.
4773         (find-file-read-only, find-file-read-only-other-window)
4774         (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
4775         `find-file-read-args'.  Signal an error about non-existent file
4776         only if file name doesn't contain wildcards.  Toggle read-only in
4777         all visited buffers.
4778         (find-alternate-file, find-alternate-file-other-window):
4779         Add optional arg `wildcards'.  Doc fix.  Set `wildcards' to t when
4780         called interactively.  Pass arg `wildcards' to other functions.
4781         (find-file-noselect): Doc fix.
4783         * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
4784         Doc fix.
4785         (ffap-directory-finder): New variable.
4786         (ffap-string-at-point-mode-alist): Add * and ? to `file'.
4787         (ffap-file-at-point): Add /* to immediately rejected names.
4788         Return absolute file names matching ffap-dired-wildcards.
4789         (ffap-read-file-or-url): Set default value for `completing-read'
4790         to `buffer-file-name'.
4791         (find-file-at-point): When filename matches ffap-dired-wildcards,
4792         call ffap-file-finder with t arg `wildcards', instead of dired.
4793         (ffap-other-window, ffap-other-frame): Return visited buffers.
4794         (ffap-read-only, ffap-read-only-other-window)
4795         (ffap-read-only-other-frame, ffap-alternate-file): New commands.
4796         (dired-at-point): Call ffap-directory-finder instead of dired.
4797         (ffap-dired-other-window, ffap-dired-other-frame)
4798         (ffap-list-directory): New commands.
4799         (ffap-bindings): New keybindings for new commands.
4801 2004-12-12  Juri Linkov  <juri@jurta.org>
4803         * simple.el (beginning-of-buffer, end-of-buffer):
4804         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
4805         Do not push mark when mark is active in transient-mark-mode.
4807         * simple.el (mark-word):
4808         * emacs-lisp/lisp.el (mark-sexp, mark-defun):
4809         * textmodes/paragraphs.el (mark-paragraph):
4810         Extend the region when mark is active in transient-mark-mode,
4811         regardless of the last command.  Doc fix.
4813         * simple.el (mark-word): Preserve direction when repeating.
4814         Make arg optional.  Interactive "p" -> "P".
4815         (transient-mark-mode, inhibit-mark-movement): Doc fix.
4817         * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
4818         preserving direction, to mark forward instead of backward when mark
4819         is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
4821 2004-12-12  Juri Linkov  <juri@jurta.org>
4823         * isearch.el (isearch-edit-string): Set 7th arg of
4824         `read-from-minibuffer' to `t' to inherit the current input
4825         method (whose name is indicated by [IM] in the minibuffer prompt)
4826         from the current buffer to the minibuffer.
4827         (isearch-lazy-highlight-update): Put body to `with-local-quit'
4828         to allow C-g quitting for lazy highlighting looping inside the
4829         search with nested repetition operators.  Add overlay to the list
4830         before setting its face and other properties to avoid the case of
4831         code quitting after placing the new overlay but before it's
4832         recorded on the list.  Select the window where isearch was
4833         activated, to highlight matches in the right window when isearch
4834         switches the current window to the minibuffer.
4836         * international/isearch-x.el
4837         (isearch-process-search-multibyte-characters):
4838         Use `isearch-message' as initial input for `read-string' instead
4839         of adding it to the minibuffer prompt.  After reading a string
4840         remove the initial value of `isearch-message' from the string.
4842         * replace.el (replace-match-maybe-edit): Doc fix.
4843         (perform-replace): Don't call `replace-highlight' when automatic
4844         replacement is requested in literal mode, since it is intended
4845         only to highlight words during entering a new replacement string
4846         for \? in non-literal mode.
4848         * replace.el (query-replace-highlight): Add new value `isearch'
4849         that allows query replacement to use isearch highlighting.
4850         Change type from `boolean' to `choice'.  Doc fix.
4851         (replace-highlight, replace-dehighlight, perform-replace):
4852         Use isearch highlighting if query-replace-highlight eq `isearch'.
4854 2004-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4856         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
4857         (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
4859         * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
4860         case of \end{verbatim}.
4862 2004-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
4864         * term.el (term-termcap-format): Synchronyze with terminfo.
4865         (term-emulate-terminal): Handle reset.
4866         (term-reset-terminal): New function.
4868 2004-12-11  Thien-Thi Nguyen  <ttn@gnu.org>
4870         * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
4871         (zone-fill-out-screen): New func.
4872         (zone-pgm-drip): Use `zone-fill-out-screen'.
4873         Also, no longer go to point-min on every cycle.
4874         (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
4875         (zone-pgm-random-life-wait): New user var.
4876         (zone-pgm-random-life): New func.
4878 2004-12-10  Thien-Thi Nguyen  <ttn@gnu.org>
4880         * files.el (auto-mode-alist): Map .com to DCL mode.
4882 2004-12-09  Richard M. Stallman  <rms@gnu.org>
4884         * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
4886 2004-12-09  Nick Roberts  <nickrob@snap.net.nz>
4888         * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
4889         buffer with a display margin.
4891 2004-12-08  Jay Belanger  <belanger@truman.edu>
4893         * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
4894         (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
4896 2004-12-08  Richard M. Stallman  <rms@gnu.org>
4898         * faces.el: Delete code to set display table.
4899         (escape-glyph): Redefine to be less loud.  (Copy minibuffer-prompt.)
4901 2004-12-08  Jay Belanger  <belanger@truman.edu>
4903         * calc/calc.el: Add math-read-preprocess-string to autoloads.
4905         * calc/calc-ext.el (math-read-replacement-list)
4906         (math-read-superscripts, math-read-preprocess-string): Move to
4907         calc-aent.el.
4909         * calc/calc-aent.el (math-read-replacement-list)
4910         (math-read-superscripts, math-read-preprocess-string): Move from
4911         calc-ext.el.
4913 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4915         * isearch.el (isearch-quote-char): Fix up typo in last change.
4917 2004-12-07  Luc Teirlinck  <teirllm@auburn.edu>
4919         * mouse.el (mouse-set-font): Handle the case where the command was
4920         not invoked using the mouse.
4922         * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
4923         (edmacro-finish-edit): Further update for keyboard macros that are
4924         lambda forms.
4925         (edmacro-sanitize-for-string): Correctly remove Meta modifier.
4927 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4929         * font-lock.el (font-lock-unfontify-region): Save buffer state.
4930         (font-lock-default-unfontify-region): Don't save buffer state any more.
4932 2004-12-07  Jay Belanger  <belanger@truman.edu>
4934         * calc/calc-help.el (calc-describe-key):
4935         Set calc-summary-indentation even when Calc Summary buffer exists.
4937 2004-12-07  Glenn Morris  <gmorris@ast.cam.ac.uk>
4939         * calendar/holidays.el (holiday-easter-etc): Make arguments
4940         optional for backwards compatibility.  Doc fix.
4941         Remove un-necessary local vars mandatory, output-list.
4942         (holiday-advent):  Make arguments optional for backwards
4943         compatibility.  Doc fix.
4945 2004-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4947         * paren.el (show-paren-function): Fix last change (2004-12-02).
4949         * international/mule-util.el (char-displayable-p): Return nil for
4950         unibyte mode.
4952         * subr.el (subregexp-context-p): New function.
4954         * isearch.el (isearch-quote-char): Use it.
4956         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
4957         (regexp-opt-not-groupie*-re): Remove.
4958         (regexp-opt): Properly handle inputs with duplicate entries.
4960 2004-12-06  Richard M. Stallman  <rms@gnu.org>
4962         * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
4964         * cus-edit.el (custom-file): Doc fix.
4966         * textmodes/org.el: New file.
4968 2004-12-06  Kenichi Handa  <handa@m17n.org>
4970         * ldefs-boot.el: Update international/mule-util.el section.
4972 2004-12-05  Sam Steingold  <sds@gnu.org>
4974         * net/tramp.el (tramp-handle-file-accessible-directory-p):
4975         Fix `tramp-time-diff' comparison logic.
4977 2004-12-05  Paul Pogonyshev  <pogonyshev@gmx.net>
4979         * progmodes/which-func.el (which-function):
4980         Use `run-hook-with-args-until-success' instead of a custom loop.
4981         Fixes bug with local hooks.
4983 2004-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4985         * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
4986         Use delete-dups when calculating the initial value.
4987         (bibtex-autokey-get-title): Use <=.
4988         (bibtex-goto-line): New function.
4989         (bibtex-reposition-window): Use line numbers instead of point
4990         positions.  Use window-body-height.
4991         (bibtex-find-crossref): Use bibtex-reposition-window.
4992         (bibtex-find-entry): Use bibtex-reposition-window.  Always return
4993         position of entry if key is found or nil if not found.
4995 2004-12-05  Richard M. Stallman  <rms@gnu.org>
4997         * cus-edit.el (custom-file): Doc fix.
4999         * progmodes/sh-script.el (sh-indent-for-then): Change default.
5001 2004-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5003         * simple.el (blink-matching-open):
5004         * textmodes/tex-mode.el (tex-validate-region):
5005         Obey syntax-table text properties.
5007 2004-12-02  Per Abrahamsen  <abraham@dina.kvl.dk>
5009         * wid-edit.el (widget-specify-field): Add `real-field' property to
5010         boundary.
5011         (widget-field-at): Use it.
5013 2004-12-02  Richard M. Stallman  <rms@gnu.org>
5015         * progmodes/cc-mode.el (awk-mode autoload):
5016         Supply t meaning interactive function.
5018         * isearch.el (search-whitespace-regexp): Remove the group.  Doc fix.
5019         (isearch-mode-map): No special definition for space.
5020         (isearch-whitespace-chars): Command deleted.
5021         (isearch-forward-regexp): Doc fix.
5022         (isearch-quote-char): When a space is not inside brackets,
5023         use `[ ]' instead of just space.
5024         (isearch-lazy-highlight-search): Bind search-spaces-regexp.
5026         * imenu.el (imenu--generic-function): Delete code to exclude
5027         matches in comments.
5029         * man.el (Man-reverse-face): Change default to `highlight'.
5031         * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
5032         (occur-engine): Use `face' prop rather than `font-lock-face'
5033         when specifying use of `match-face'.
5034         (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
5036         * emacs-lisp/elint.el (elint-standard-variables): Update list.
5038         * add-log.el (add-log-current-defun): Handle the case where point
5039         is in the header part of a DEFUN construct.
5041 2004-12-02  Dave Love  <fx@gnu.org>
5043         * progmodes/python.el (python-font-lock-syntactic-keywords):
5044         Fix previous change.
5046 2004-12-02  Richard G Bielawski  <Richard.G.Bielawski@wellsfargo.com>  (tiny change)
5048         * paren.el (show-paren-function): Check for matching chars
5049         specified by text props.
5051 2004-12-02  Jay Belanger  <belanger@truman.edu>
5053         * calc/calc.el (calc-read-key-sequence): Leave the old message visible
5054         when reading a new key sequence.
5056 2004-12-02  Kim F. Storm  <storm@cua.dk>
5058         * faces.el (escape-glyph): Rename from glyph.
5059         (standard-display-table): Set it here.  Add escape-glyph face to
5060         extra slot characters.
5062         * disp-table.el: Undo 2004-12-01 change.  Display table is now
5063         setup in faces.el.
5065 2004-12-02  Mark A. Hershberger  <mah@everybody.org>
5067         * xml.el (xml-parse-dtd): Don't show validity messages when
5068         xml-validating-parser is nil.
5069         (xml-substitute-special): Fix validity error messages to
5070         actually show the unexpandable entity.  Added validity error if &
5071         isn't followed by an entity.
5072         (xml-parse-tag): Concatenate any string following the a
5073         <![CDATA[]]> section to the parsed CDATA.
5074         (xml-parse-dtd): Skip parameter entity declarations and use of
5075         parameter entities.
5077 2004-12-01  Luc Teirlinck  <teirllm@auburn.edu>
5079         * kmacro.el (kmacro-default-counter-format): New var.
5080         (kmacro-set-format): Use it.  Delete `(printf format)' from prompt.
5081         (kmacro-display): Remove `nil' from `and' form.  Delete call to
5082         `format' inside `message'.
5083         (kmacro-start-macro): Use `kmacro-default-counter-format'.
5085 2004-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5087         * pcvs.el (cvs-header-msg): New function.
5088         (cvs-update-header): Use it.  Change calling convention.
5089         Correctly handle the case of having simultaneous active processes.
5090         (cvs-sentinel): Don't call cvs-update-header any more.
5091         (cvs-mode-run): Update call and add cvs-update-header to postproc.
5093 2004-12-01  Jay Belanger  <belanger@truman.edu>
5095         * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
5096         Change message.
5098 2004-12-01  Juri Linkov  <juri@jurta.org>
5100         * progmodes/prolog.el (prolog-mode-variables):
5101         Fix imenu-generic-expression.
5103 2004-12-01  Daniel Pfeiffer  <occitan@esperanto.org>
5105         * faces.el (glyph): New face.
5107         * disp-table.el: Add an autoloaded table, that doesn't require
5108         this library, with glyph face.
5110         * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
5111         (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
5112         (conf-quote-normal): Allow normalizing only ' or ".
5113         (conf-mode): Regexp-quote constructed comment-start and don't
5114         match section {} where "name" contains braces.
5116         * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
5117         files.
5119 2004-12-01  Kenichi Handa  <handa@m17n.org>
5121         * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
5122         (x-select-text): Don't treat eight-bit-control/graphic chars
5123         specially.  Store the encoded text in the X cut buffer.
5124         (x-cut-buffer-or-selection-value): Compare the X cut buffer text
5125         with x-last-selected-text-cut-encoded.
5127 2004-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5129         * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
5131 2004-11-30  Markus Rost  <rost@ias.edu>
5133         * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
5134         AUCTeX.
5136 2004-11-30  Jay Belanger  <belanger@truman.edu>
5138         * calc/calc-arith.el (math-possible-signs): Made stronger checks
5139         on signs of intervals.
5140         (math-pow-of-zero): Strengthen checks for positive and negative
5141         exponents.
5143         * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
5144         * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
5145         * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
5146         * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
5147         * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
5148         * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
5149         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
5150         * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
5151         * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
5152         * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
5153         * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
5154         * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
5155         * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
5156         with provide statements.
5158         * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
5160         * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
5162         * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
5163         (calc-load-everything, math-defsimplify): Replace dummy autoloading
5164         functions by require statements.
5165         (math-defsimplify): Move to calc-alg.el, add to autoloads.
5167         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
5168         (calc-gnuplot-print): Give them values.
5170         * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
5171         autoloads.
5172         Add calc-do-embedded-activate to autoloads.
5173         (calc-gnuplot-name, calc-gnuplot-plot-command)
5174         (calc-gnuplot-print-command): Move them to calc-graph.el.
5176 2004-11-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5178         * term/mac-win.el (ccl-encode-mac-roman-font)
5179         (ccl-encode-mac-cyrillic-font)
5180         (ccl-encode-mac-centraleuropean-font, encoder-list)
5181         (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
5182         Support Cyrillic, CentralEuropean, and Dingbat font display
5184 2004-11-30  Andre Spiegel  <spiegel@gnu.org>
5186         * vc-hooks.el (vc-recompute-state): Move here from vc.el.
5188         * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
5189         still nil.
5191 2004-11-29  Luc Teirlinck  <teirllm@auburn.edu>
5193         * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
5194         (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
5196 2004-11-29  Jay Belanger  <belanger@truman.edu>
5198         * calc/calc-arith.el (math-pow-of-zero): Take into account different
5199         cases of the base and exponent.
5201 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
5203         * simple.el (next-error-buffer-p): Allow for inclusive and
5204         exclusive tests for finding a buffer.
5205         (next-error-find-buffer): Pass the exclusive and inclusive tests
5206         to next-error-buffer-p.
5208         * replace.el (occur-next-error): Switch to the Occur buffer when
5209         appropriate, use the exclusive filter to next-error-find-buffer to
5210         do it.  Use the absolute value of the motion amount.
5212 2004-11-29  Kenichi Handa  <handa@m17n.org>
5214         * startup.el (command-line): Decode all default-directory by
5215         locale-coding-system.
5217 2004-11-29  Jay Belanger  <belanger@truman.edu>
5219         * calc/calc-aent.el: Remove unnecessary eval-when-compile.
5220         (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
5221         (math-read-expr-level, calc-check-user-syntax, math-read-factor):
5222         Replace calls to calc-extensions by appropriate require, replace
5223         calc-extensions-loaded by appropriate featurep.
5225         * calc/calc-ext.el: Move require to end of file.
5226         Remove redundant loading of calc.el.
5227         (calc-extensions-loaded): Remove unnecessary variable.
5228         (calc-extensions): Remove unnecessary function.
5229         (calc-load-everything): Replace calc-need-macros by appropriate require.
5231         * calc/calc-macs.el: Move provide to end of file.
5232         (calc-need-macros): Remove unnecessary function.
5234         * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
5235         (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
5236         (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
5237         Replace calc-extensions by appropriate require.
5238         (calc-power): Replace calc-extensions-loaded by appropriate featurep.
5240         * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
5241         Replace calc-need-macros by appropriate require.
5243         * calc/calc.el: Move require to end of file.
5244         (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
5245         Remove unnecessary variable.
5246         (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
5247         (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
5248         (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
5249         (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
5250         (math-stack-value-offset, math-format-value, math-format-flat-expr)
5251         (math-format-number, math-format-bignum, math-read-number)
5252         (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
5253         (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
5254         by appropriate require.
5255         (calc-check-defines): Replace calc-need-macros by appropriate require.
5257 2004-11-29  Kim F. Storm  <storm@cua.dk>
5259         * macros.el (insert-kbd-macro): Handle kmacro functions.
5261 2004-11-28  Juri Linkov  <juri@jurta.org>
5263         * compare-w.el (compare-windows-highlight): Attach each overlay
5264         to its window to properly highlight differences while comparing
5265         two windows of the same buffer.  Fix arguments.
5266         (compare-windows-sync-default-function): Fix arguments of
5267         `compare-windows-highlight'.
5269         * emacs-lisp/edebug.el (edebug-set-global-break-condition):
5270         Use `read-expression-history'.  Set initial contents only if
5271         `edebug-global-break-condition' is non-nil.  Set histpos to 1
5272         if initial contents is equal to the last history element.
5273         (edebug-set-conditional-breakpoint): Instead of temporarily
5274         prepending the current condition to the history, set initial
5275         contents to the current condition.  Set histpos to 1 if initial
5276         contents is equal to the last history element.
5278         * info.el (Info-search-whitespace-regexp): Remove shy group.
5279         (Info-search): Forward line if search is on the header line.
5280         Use search-whitespace-regexp in two other places.
5282 2004-11-27  Luc Teirlinck  <teirllm@auburn.edu>
5284         * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
5285         warning.  Delay real definition, which uses
5286         `set-fringe-indicators-1' till after the definition of that function.
5288 2004-11-28  Kim F. Storm  <storm@cua.dk>
5290         * fringe.el (fringe): New defgroup.
5291         (fringe-mode): Move to fringe group.
5292         (fringe-indicators): New defcustom.
5293         (set-fringe-indicators-1): New defun.
5295         * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
5296         (menu-bar-showhide-fringe-ind-menu): New keymap.
5297         (menu-bar-showhide-fringe-ind-empty)
5298         (menu-bar-showhide-fringe-ind-mixed)
5299         (menu-bar-showhide-fringe-ind-box)
5300         (menu-bar-showhide-fringe-ind-right)
5301         (menu-bar-showhide-fringe-ind-left)
5302         (menu-bar-showhide-fringe-ind-none): New defuns.
5303         (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
5305 2004-11-27  Richard M. Stallman  <rms@gnu.org>
5307         * comint.el (comint-read-noecho): Add trivial compatibility definition.
5309         * generic.el (define-generic-mode): Doc fix.
5311         * menu-bar.el (menu-bar-options-save): For the options
5312         that are toggled with menu-bar-make-mm-toggle, don't check
5313         for customized-value prop.
5315 2004-11-27  Eli Zaretskii  <eliz@gnu.org>
5317         * mail/supercite.el (sc-cite-region): Handle the case where
5318         sc-cite-frame-alist is a symbol.
5319         (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
5320         a symbol.
5321         (sc-recite-region): Handle the case where sc-recite-frame-alist is
5322         a symbol.
5324 2004-11-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
5326         * wid-edit.el (widget-narrow-to-field): New function.
5327         (widget-complete): Use it.
5329 2004-11-27  Jay Belanger  <belanger@truman.edu>
5331         * calc/calc-aent.el (calc-eval-error): Declare and initialize the
5332         variable.
5333         (calc-eval-error): Don't check if the variable calc-eval-error is bound.
5334         (calc-buffer, calc-digit-value, math-expr-data): Declare them.
5335         (math-alg-inequalities): Move declaration to earlier in the file.
5337         * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
5338         (calc-gnuplot-input, math-normalize-a, math-integral-cache):
5339         Declare them.
5341         * calc/calc-lang.el (math-expr-data, math-expr-token)
5342         (math-exp-old-pos): Declare them.
5344         * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
5345         (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
5347 2004-11-27  Kim F. Storm  <storm@cua.dk>
5349         * progmodes/flymake.el: Use (featurep 'xemacs).
5350         (flymake-makehash): Change to defsubst.  Use fboundp.
5351         (flymake-time-to-float): Remove.
5352         (flymake-float-time): Merge code from flymake-time-to-float here.
5353         (flymake-replace-regexp-in-string): Change to defsubst.
5354         (flymake-split-string-remove-empty-edges):
5355         Rename to flymake-split-string.
5356         (flymake-split-string): Remove previous defalias.
5357         (flymake-get-temp-dir): Change to defsubst.
5358         (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
5359         Define for xemacs only.
5360         (flymake-master-file-count-limit): Change into compiler defvar only.
5361         (flymake-find-possible-master-files): Let-bind it dynamically while
5362         sorting files using flymake-master-file-compare.
5364 2004-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5366         * font-lock.el (font-lock-compile-keywords): Don't complain if the end
5367         of defun-prompt-regexp matches inside a comment/string but the
5368         beginning is correctly outside everything.
5370         * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
5371         appears within a string or a comment.
5373         * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
5374         rather than make-symbol for symbols which are used in
5375         a symbol-macrolet or equivalent.
5377 2004-11-26  Jay Belanger  <belanger@truman.edu>
5379         * calc-misc.el (calc-last-why-command): Declare it.
5381         * calc-vec.el (math-grade-vec): New variable.
5382         (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
5383         Replace variable grade-vec by declared variable.
5384         (math-rb-close): New variable.
5385         (math-read-brackets, math-read-vector): Replace variable close by
5386         declared variable.
5388         * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
5389         (calc-one-window, calc-edit-handler, calc-restore-trail)
5390         (calc-allow-ret): Declare them.
5392         * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
5393         (math-lud-cache, math-log2-cache, math-radix-digits-cache)
5394         (math-radix-float-cache-tag, math-random-cache)
5395         (math-max-digits-cache, math-integral-cache, math-units-table)
5396         (math-format-date-cache, math-holidays-cache-tag): Declare them.
5397         (math-moc-func): New variable.
5398         (math-map-over-constants, math-map-over-constants-rec):
5399         Replace variable func by declared variable.
5401         * calc/calc-store.el (calc-given-value, calc-store-opers):
5402         Declare them.
5403         (calc-var-name-map): Move declaration to earlier in the file.
5404         (calc-pv-pos): New variable.
5405         (calc-permanent-variable, calc-insert-permanent-variable):
5406         Replace variable pos by declared variable.
5408         * calc/calc-mtx.el (calc-det-lu): New variable.
5409         (math-det-raw, math-det-step): Replace variable lu by declared variable.
5411         * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
5412         (math-multi-subst, math-multi-subst-rec): Replace variables temp
5413         and arg by declared variables.
5414         (calcFunc-reducer): Fix incorrect variable.
5415         (math-inner-mul-func, math-inner-add-func): New variables.
5416         (calcFunc-inner, math-inner-mats): Replace variables mul-func
5417         and add-func by declared variables.
5419         * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
5420         (calc-digit-value): Declare them.
5422         * calc/calc-help.el (Info-history): Declare it.
5423         (calc-describe-key): Make calc-summary-indentation a local variable.
5424         (calc-help-long-names): Move declaration to earlier in file.
5426         * calc/calc-embed.el (calc-original-buffer): Declare it.
5427         (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
5428         (calc-embed-bot): New variables.
5429         (calc-do-embedded, calc-embedded-mark-formula)
5430         (calc-embedded-find-bounds, calc-embedded-duplicate)
5431         (calc-embedded-new-formula, calc-embedded-make-info):
5432         Replace vars outer-top, outer-bot, bot and top by declared variables.
5433         (calc-embed-prev-modes): New variable.
5434         (calc-embedded-set-modes, calc-embedded-update): Replace variable
5435         prev-modes with declared variable.
5436         (calc-embed-vars-used): New variable.
5437         (calc-embedded-make-info, calc-embedded-evaluate-expr)
5438         (calc-embedded-update, calc-embedded-find-vars): Replace variable
5439         vars-used by declared variable.
5441         * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
5442         (math-format-radix-float): Remove unnecessary setq.
5443         (math-radix-float-cache): Declare it.
5445         * calc/calcsel2.el (calc-keep-selection): Declare it.
5447         * calc/calc-maint.el: Remove file.
5449 2004-11-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5451         * textmodes/bibtex.el (bibtex-sort-entry-class)
5452         (bibtex-comment-start): Use defcustom.
5453         (bibtex-entry-field-alist): Use nil if initial content of the
5454         field is undefined.  Fix docstring.
5455         (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
5456         (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
5457         (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
5458         (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
5459         Fix docstring.
5460         (bibtex-autokey-title-terminators): Use only one regexp.
5461         (bibtex-string-maybe-empty-head): New variable.
5462         (bibtex-remove-delimiters-string): New function.
5463         (bibtex-text-in-field-bounds, bibtex-text-in-string):
5464         Use bibtex-remove-delimiters-string.
5465         (bibtex-progress-message, bibtex-field-left-delimiter)
5466         (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
5467         (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
5468         (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
5469         Simplify.
5470         (bibtex-format-entry): Use save-excursion for inherited booktitle.
5471         Use eq and bibtex-remove-delimiters-string.  For end markers use
5472         insertion type so that marker stays after inserted text.
5473         (bibtex-autokey-get-names): Return empty string if name is missing.
5474         (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
5475         calling bibtex-autokey-name-case-convert.
5476         (bibtex-autokey-demangle-title):
5477         Call bibtex-autokey-titleword-case-convert.  Remove call to
5478         bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
5479         (bibtex-global-key-alist, bibtex-read-string-key): New functions.
5480         (bibtex-read-key): New optional arg global.
5481         (bibtex-files-expand): New optional arg force.
5482         (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
5483         (bibtex-complete-crossref-cleanup): Rename from
5484         bibtex-complete-key-cleanup.  Simplify code.
5485         (bibtex-copy-summary-as-kill): Remove arg key.  Use looking-at.
5486         Operate on current entry.
5487         (bibtex-button): Add docstring.
5488         (bibtex-entry): Simplify.
5489         (bibtex-make-field): Replace optional arg called-by-yank with more
5490         specific args move and interactive.
5491         (bibtex-end-of-entry): Use forward-sexp.
5492         (bibtex-find-entry-globally): Remove.
5493         (bibtex-find-crossref): Allow for crossref key located in other buffer.
5494         Bound to C-c C-x.
5495         (bibtex-find-entry): New optional args global and display.
5496         (bibtex-find-text): Fix docstring.  Remove arg as-if-interactive.
5497         (bibtex-validate): Use arg force of bibtex-files-expand.
5498         (bibtex-clean-entry): Bugfix, clean string entries properly.
5499         Always keep point at beginning of entry.
5500         (bibtex-complete): Bugfix.  Handle string entries properly.
5501         Call cleanup functions only if needed.
5502         (bibtex-String): Use bibtex-read-string-key.
5503         (bibtex-url): Use bibtex-remove-delimiters-string.  Do not alter
5504         case of replacement text.
5506 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
5508         * tramp.el (tramp-handle-directory-files-and-attributes): New function.
5509         (tramp-perl-directory-files-and-attributes): New constant.
5510         (tramp-file-name-handler-alist): Delete file-directory-files, add
5511         directory-files-and-attributes.
5512         (tramp-perl-file-attributes): Surround uid and gid by double
5513         quotes. Change parameter id-format from nonnumeric.
5514         (tramp-convert-file-attributes): New function.
5515         (tramp-handle-file-attributes): Use it.
5516         (tramp-maybe-send-perl-script): New function.
5517         (tramp-handle-file-attributes-with-perl): Use it. Don't convert
5518         file mode. Change parameter id-format from nonnumeric.
5519         (tramp-handle-file-attributes-with-ls): Change parameter id-format
5520         from nonnumeric.
5521         (tramp-post-connection): Don't send tramp-perl-file-attributes
5522         script. Reset connection property "perl-scripts".
5523         (tramp-handle-insert-directory): Run real handler when ls-lisp is
5524         in use.
5526 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
5528         * desktop.el (desktop-read): Replace mapcar with mapc.
5529         (desktop-create-buffer): Replace mapcar with mapc.
5530         Remove redundant piece of code.
5532 2004-11-27  Nick Roberts  <nickrob@snap.net.nz>
5534         * progmodes/gud.el (gud-display-line): Use display-buffer
5535         for GDB-UI as for GUD.
5537         * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
5538         Delete variables.
5539         (gdb-ann3): Don't make GUD buffer dedicated.
5540         (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
5541         (gdb-display-source-buffer): Delete function.
5542         (gdb-view-source-function, gdb-view-assembler): Delete functions.
5543         (menu): Delete menu bindings for viewing source/assembler.
5544         (gdb-setup-windows, gdb-restore-windows):
5545         Don't dedicate GUD. No assembler now.
5546         (gdb-reset): No need to undedicate source buffers now.
5547         (gdb-source-info): No assembler now.
5549 2004-11-26  Nick Roberts  <nickrob@snap.net.nz>
5551         * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
5552         width to those for special frames.
5553         (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
5554         Use display-buffer.
5555         (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
5556         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
5557         (gdb-frame-assembler-buffer): Rework like
5558         gdb-frame-breakpoints-buffer.
5560 2004-11-25  Richard M. Stallman  <rms@gnu.org>
5562         * progmodes/flymake.el: Reindent.
5563         (flymake-split-string): Turn into defalias.
5564         (flymake-fix-file-name): Rename from flymake-fix-path-name.
5565         (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
5566         (flymake-get-common-file-prefix): Rename from ...path...  Doc fix.
5567         (flymake-build-relative-filename): Rename from ...path.
5568         Fix error message.
5570 2004-11-25  Cheng Gao  <chenggao@gmail.com>
5572         * progmodes/flymake.el: Much whitespace and capitalization change.
5573         Move `provide' to end.  Require `compile' only when compiling.
5575 2004-11-24  Jay Belanger  <belanger@truman.edu>
5577         * calc/calc-alg.el: Added comment.
5578         (math-polynomial-base): Replace variable mpb-top-expr by
5579         math-poly-base-top-expr.
5581         * calc/calc-poly.el (math-poly-base-top-expr): New variable.
5582         (math-polynomial-p1): Replace variable mpb-top-expr by declared
5583         variable.
5584         (math-poly-base-total-base): New variable.
5585         (math-total-polynomial-base, math-polynomial-p1): Replace variable
5586         mpb-total-base by declared variable.
5587         (math-factored-vars, math-to-list): Declare it.
5588         (math-fact-expr): New variable.
5589         (calcFunc-factors, calcFunc-factor, math-factor-expr)
5590         (math-factor-expr-try, math-factor-expr-part): Replace variable
5591         expr by declared variable.
5592         (math-fet-x): New variable.
5593         (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
5594         by declared variable.
5595         (math-factor-poly-coefs): Make temp a local variable.
5597         * calc/calc-units.el (calc-convert-units): Make units a local
5598         variable.
5599         (calc-num-units, calc-den-units): New variables.
5600         (calc-explain-units, calc-explain-units-rec): Replace variables
5601         num-units and den-units by declared variables.
5602         (math-cu-unit-list): New variable.
5603         (math-build-units-table, math-compare-unit-names)
5604         (math-convert-units, math-convert-units-rec): Replace variable
5605         unit-list by declared variable.
5606         (math-fbu-base, math-fbu-entry): New variables.
5607         (math-find-base-units, math-find-base-units-rec): Replace variables
5608         base and entry by declared variables.
5609         (math-which-standard): New variable.
5610         (math-to-standard-units, math-to-standard-rec): Replace variable
5611         which-standard by declared variable.
5612         (math-fcu-u): New variable.
5613         (math-find-compatible-unit, math-find-compatible-unit-rec):
5614         Replace variable u by declared variable.
5615         (math-cu-new-units, math-cu-pure): New variables.
5616         (math-convert-units, math-convert-units-rec): Replace variables
5617         new-units and pure by declared variables.
5618         (math-try-cancel-units): New variable.
5619         (math-simplify-units-quotient): Replace variable try-cancel-units by
5620         declared variable.
5622 2004-11-24  Richard M. Stallman  <rms@gnu.org>
5624         * textmodes/ispell.el (ispell-check-version):
5625         If default-directory is nonexistent, use home dir.
5627         * progmodes/grep.el (grep-regexp-alist):
5628         Don't match parens around line numbers.
5630         * progmodes/cperl-mode.el (cperl-indent-region)
5631         (cperl-imenu--create-perl-index, cperl-xsub-scan):
5632         Don't print progress messages.
5634         * progmodes/compile.el (compilation-mode-map):
5635         Don't inherit from compilation-minor-mode-map;
5636         copy its bindings instead.  But the menu bar Compile
5637         entry now does inherit from compilation-menu-map.
5639         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
5640         Use with-no-warnings around compiler-macroexpand.
5642         * imenu.el: Don't always require newcomment.
5643         (imenu--generic-function): Call comment-normalize-vars
5644         if we have a comment syntax.
5645         Exit the loop if REGEXP matches the null string.
5646         Test comment-start as well as comment-start-skip
5647         when deciding whether to check for comments.
5649         * tooltip.el (tooltip-mode): Doc fix.
5651         * term.el (term-escape-char, term-mode): Doc fixes.
5653 2004-11-24  Dave Love  <fx@gnu.org>
5655         * progmodes/python.el (python-font-lock-syntactic-keywords):
5656         Check for escapes in the regexp.
5657         (python-quote-syntax): Don't do it here.
5659 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
5661         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
5662         (gdb-frames-mode-map, gdb-threads-mode-map)
5663         (gdb-registers-mode-map, gdb-locals-mode-map)
5664         (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
5665         (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
5667         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
5668         (dedicated-switch-to-buffer): Rework.
5669         (gdb-var-evaluate-expression-handler, gdb-put-string):
5670         Remove unused variable bindings.
5671         (gdb-setup-windows, gdb-display-buffer):
5672         Simplify. Use pop-to-buffer.
5673         (gdb-view-source-function): Simplify.
5674         (gdb-frame-breakpoints-buffer):
5675         Use pop-to-buffer, special-display-regexps.
5677 2004-11-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
5679         * progmodes/f90.el (f90-smart-end)
5680         (f90-previous-statement, f90-beginning-of-block): Doc fix.
5681         (f90-calculate-indent): Handle un-named PROGRAM blocks.
5682         (f90-end-of-block): Doc fix.  Make check of outermost block
5683         conditional on value of `f90-smart-end'.
5684         (f90-block-match): Hack to deal with un-named PROGRAM blocks.
5685         Handle case where END-BLOCK is nil.
5686         (f90-match-end): Handle un-named PROGRAM blocks.
5687         (f90-backslash-not-special): New function.
5689 2004-11-24  Jay Belanger  <belanger@truman.edu>
5691         * calc/calc.el (calc-embedded-active): Removed unnecessary
5692         declaration.
5693         (calc-show-banner): Removed redundant declaration.
5695         * calc/calc-graph.el (calc-gnuplot-default-device)
5696         (calc-gnuplot-default-output, calc-gnuplot-print-device)
5697         (calc-gnuplot-print-output, calc-gnuplot-geometry)
5698         (calc-graph-default-resolution, calc-graph-default-resolution-3d):
5699         Remove redundant initial values.
5701         * calc/calc-arith.el (math-scalar-functions)
5702         (math-nonscalar-functions, math-scalar-if-args-functions)
5703         (math-real-functions, math-positive-functions)
5704         (math-nonnegative-functions, math-real-scalar-functions)
5705         (math-real-if-arg-functions, math-integer-functions)
5706         (math-num-integer-functions, math-rounding-functions)
5707         (math-float-rounding-functions, math-integer-if-args-functions)
5708         (math-super-types): Move declarations to earlier in file.
5709         (math-unit-prefixes): Declared it.
5710         (math-floor-prec, math-trunc-prec): New variables.
5711         (math-trunc-fancy): Replace variable prec by declared variable.
5712         (math-floor-fancy): Replace variable prec by declared variable.
5713         (math-com-bterms): New variable.
5714         (math-commutative-equal, math-commutative-collect):
5715         Replace variable bterms by declared variable.
5717         * calc/calc-misc.el (math-trunc): Replace variable prec by
5718         math-trunc-prec.
5719         (math-floor): Replace variable prec by math-floor-prec.
5721         * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
5722         (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
5723         (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
5724         (math-format-date, math-format-date-part): Replace variables
5725         date, dt, year, month, day, weekday, hour, minute, second and
5726         bc-flag by declared variables.
5727         (math-pd-str): New variable.
5728         (math-parse-date, math-parse-date-word, math-parse-standard-date):
5729         Replace variable str by declared variable.
5730         (math-daylight-savings-hook, math-tzone-names): Move definitions
5731         to earlier in the file.
5732         (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
5733         (math-sh-year): New variable.
5734         (math-setup-add-holidays, math-setup-holidays)
5735         (math-setup-year-holidays): Replace variable `year' by declared
5736         variable.
5738         * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
5739         New variables.
5740         (math-nth-root-float, math-nth-root-float-iter): Replace variables
5741         n, nf and nfm1 by declared variables.
5742         (math-nri-n): New variable.
5743         (math-nth-root-integer, math-nth-root-int-iter): Replace variable
5744         n by declared variable.
5745         (calcFunc-log): Removed misplaced condition.
5747 2004-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5749         * generic.el (generic-mode-set-comments): Accept an empty comment-end.
5751 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
5753         * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
5754         (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
5755         Dedicate gdb-related windows.
5756         (gdb-display-buffer): Dedicate gdb-related windows. Don't grab
5757         other frames.
5758         (gdb-reset): Remove dedicated property after debugging.
5760 2004-11-24  Jay Belanger <belanger@truman.edu>
5762         * calc/calc-sel.el: Add comment.
5764         * calc/calc.el (math-stack-value-offset): Replace variables c,
5765         wid and off with math-svo-c, math-svo-wid and math-svo-off.
5767         * calc/calccomp.el (math-comp-sel-tag): Declare it.
5768         (math-svo-c, math-svo-wid, math-svo-off): New variables.
5769         (math-stack-value-offset-fancy): Replace variables c, wid and off
5770         by declared variables.
5771         (math-comp-just, math-comp-comma-spc): New variables.
5772         (math-compose-expr, math-compose-matrix): Replace variables `just'
5773         and comma-spc by declared variable.
5774         (math-comp-vector-prec): New variable.
5775         (math-compose-expr, math-compose-matrix, math-compose-rows):
5776         Replace variable vector-prec by declared variable.
5777         (math-comp-left-bracket, math-comp-right-bracket)
5778         (math-comp-comma): New variables.
5779         (math-compose-expr, math-compose-rows): Replace variables
5780         left-bracket, right-bracket and comma by declared variables.
5781         (math-comp-full-width): New variable.
5782         (math-comp-to-string-flat, math-comp-to-string-flat-term):
5783         Replace variable full-width by declared variable.
5784         (math-comp-highlight, math-comp-word, math-comp-level)
5785         (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
5786         (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
5787         New variables.
5788         (math-comp-to-string-flat, math-comp-to-string-flat-term)
5789         (math-comp-sel-flat-term): Replace variables comp-highlight,
5790         comp-word, comp-level, comp-margin, comp-pos and comp-buf by
5791         declared variables.
5792         (math-comp-simplify, math-comp-simplify-term)
5793         (math-comp-add-string, math-comp-add-string-sel):
5794         Replace variables comp-highlight, comp-buf, comp-base,
5795         comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
5797 2004-11-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5799         * cus-start.el (all): Add x-use-old-gtk-file-dialog.
5801         * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
5802         and x-server-version may throw.
5804 2004-11-23  Kim F. Storm  <storm@cua.dk>
5806         * subr.el (substitute-key-definition-key): Optimize.
5807         Don't call indirect-function for nil defn (always signals error).
5809         * ido.el (ido-read-internal): Fix require-match check when
5810         ido-directory-too-big is set.
5812 2004-11-23  Jay Belanger  <belanger@truman.edu>
5814         * calc/calc-ext.el (math-read-replacement-list)
5815         (math-read-superscripts): New variables.
5816         (math-read-preprocess-string): New function.
5817         (math-read-expr): Filter input through math-read-preprocess-string.
5819         * calc/calc-aent.el (math-read-exprs): Filter input through
5820         math-read-preprocess-string.
5822 2004-11-23  Daniel Pfeiffer  <occitan@esperanto.org>
5824         * progmodes/compile.el (compilation-start): In cd command use
5825         substitute-env-vars -- not quite shell compatible but better than
5826         nothing.
5827         (compilation-error-regexp-alist-alist): Simplify ftnchek to only
5828         handle the newer versions messages, which are more parseable.
5830 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5832         * reveal.el (reveal-mode-map): New var.
5833         (reveal-mode): Use it.
5835 2004-11-23  Nick Roberts  <nickrob@snap.net.nz>
5837         * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
5838         (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
5840 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5842         * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
5843         header-line when needed.
5844         Use fixed-pitch only in the header-line.
5845         Build the underline automatically.  Use emdash if available.
5847 2004-11-22  Richard M. Stallman  <rms@gnu.org>
5849         * dired.el (dired-recursive-copies): Move from dired-aux.el.
5850         * dired-aux.el (dired-recursive-copies): Move to dired.el.
5852 2004-11-22  Nick Roberts  <nickrob@snap.net.nz>
5854         * progmodes/gdb-ui.el (gdb-resync): New function.
5855         (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
5856         (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
5857         Use it to fail more gracefully.
5858         (gdb-variables): Delete variable.
5859         Re-order variables to reduce byte-compiler warnings.
5861 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5863         * descr-text.el (describe-char):
5864         * paren.el (show-paren-function):
5865         * subr.el (syntax-after): Undo last change.
5867         * progmodes/python.el (run-python): Don't hard code *Python*.
5868         Don't modify global process-environment.
5869         (python-send-region, python-load-file): Don't assume that
5870         python-buffer == (process-buffer (python-proc)).
5871         (python-switch-to-python): Simplify.
5873         * dired.el (dired-align-file): Don't assume line starts with spaces.
5875 2004-11-21  Jay Belanger  <belanger@truman.edu>
5877         * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
5878         Replace variable `lines' by math-read-big-lines.
5879         (math-read-big-expr): Replace variables the-baseline, the-h2
5880         and err-msg by math-read-big-baseline, math-read-big-h2 and
5881         math-read-err-msg.
5882         (math-read-big-bigp): Replace variable h2 with math-rb-h2.
5884         * calc/calc-lang.el (math-read-big-rec): Fix typo.
5885         (math-read-big-balance): Replace unbound variable by value.
5886         (math-read-big-lines): New variable.
5887         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
5888         (math-read-big-error, math-read-big-balance): Replace variable
5889         `lines' by declared variable.
5890         (math-read-big-baseline, math-read-big-h2): New variables.
5891         (math-read-big-rec): Replace variables the-baseline and the-h2
5892         by declared variables.
5893         (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
5894         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
5895         (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
5896         declared variables.
5897         (math-read-big-err-msg): New variable.
5898         (math-read-big-error): Replace variable err-msg by declared variable.
5900 2004-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5902         * ses.el: Add coding cookie.
5903         Fix up docstrings, follow new commenting conventions.
5904         (ses-header-line-menu): Fix missing variable rename for header-row.
5905         (ses-cell-size): Remove.
5906         (ses-make-cell): New function.
5907         (ses-cell, ses-insert-row, ses-insert-column): Use it.
5908         (ses-calculate-cell): Remove unused var `symbol'.
5909         (ses-narrowed-p): New function.
5910         (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
5911         (ses-initial-file-trailer): Change ;;; to ;; for local vars.
5912         (ses-load, ses-reconstruct-all): Adjust string search accordingly.
5913         (ses-setup): Use restore-buffer-modified-p.
5914         (ses-cleanup): Remove unused var `end'.
5915         (ses-header-string-left-offset): Remove.
5916         (ses-create-header-string): Adjust to new behavior of `align-to'.
5917         Truncate excessively large fields to preserve alignment.
5918         (ses-reconstruct-all): Remove unused var `refs'.
5919         (ses-read-cell-printer): Remove unused var `prompt'.
5920         (ses-delete-row): Remove unused var `pos'.
5921         (ses-delete-column): Remove unused var `new'.
5923 2004-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5925         * ps-print.el: Insert :version tag into all defgroup and defcustom.
5926         Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
5927         Eliminate eval-and-compile usage.
5928         (ps-insert-file): Use insert-file-contents instead of insert-file.
5929         (ps-setup): Code fix.
5931         * printing.el (pr-setup, lpr-setup): Code fix.
5933 2004-11-21  Jay Belanger  <belanger@truman.edu>
5935         * calc/calc-prog.el (math-integral-cache-state, calc-lang)
5936         (calc-original-buffer): Declare them.
5937         (calc-user-formula-alist): New variable.
5938         (calc-user-define-formula, calc-fix-user-formula)
5939         (calc-user-define-composition, calc-finish-formula-edit):
5940         Replace variable `alist' by declared variable.
5941         (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
5942         (var-q7, var-q7, var-q8, var-q9): Declare them.
5943         (calc-kbd-push): Don't check to see if var-q0 through var-q9
5944         are bound.
5945         (calcFunc-typeof): Replace undeclared variable by expression.
5946         (math-exp-env): New variable.
5947         (math-define-body, math-define-exp): Replace exp-env by declared var.
5948         (math-define-exp): Replace misplaced variable by expression.
5950         * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
5951         (calc-curve-model, calc-curve-coefnames): New variables.
5952         (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
5953         varnames, model and coefnames by declared variables.
5954         (math-root-widen): New variable.
5955         (math-search-root, math-find-root): Replace variable root-widen by
5956         declared variable.
5957         (var-DUMMY): Declare it.
5958         (math-root-vars, math-min-vars): Move the declarations to earlier in
5959         the file.
5960         (math-brent-min): Make d a local variable.
5961         (math-find-minimum): Replace non-existent variable.
5962         (math-ninteg-romberg): Remove unnecessary variable.
5963         (math-ninteg-temp): New variable.
5964         (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
5965         integ-temp by declared variable.
5966         (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
5967         New variables.
5968         (math-general-fit): Replace variables first-var, first-coef and
5969         new-coefs by declared variables.
5970         (calcFunc-fitvar): Replace variable first-var by declared variable.
5971         (calcFunc-fitparam): Replace variable first-coef by declared variable.
5972         (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
5973         (math-all-vars-vars, math-all-vars-found): New variables.
5974         (math-all-vars-in, math-all-vars-rec): Replace variables vars and
5975         found by declared variable math-all-vars-vars.
5977 2004-11-20  Luc Teirlinck  <teirllm@auburn.edu>
5979         * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
5980         of `defconst'.
5982 2004-11-20  Richard M. Stallman  <rms@gnu.org>
5984         * isearch.el (isearch-mode-map): Don't bind SPC.
5985         (isearch-whitespace-chars): Function deleted.
5986         (isearch-search): Bind search-spaces-regexp.
5987         (isearch-lazy-highlight-search): Likewise.
5988         (search-whitespace-regexp): Doc fix.
5989         (isearch-forward-regexp): Doc fix.
5991         * emacs-lisp/bytecomp.el (byte-compile-form):
5992         Move the calls to byte-compile-set-symbol-position,
5993         to avoid having two for the same symbol occurrence.
5995         * comint.el (comint-input-ring-size): Increase to 150.
5997         * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
5998         New variables.
5999         (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
6000         (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
6002         * imenu.el (imenu--generic-function):
6003         Ensure we keep moving backward even if BEG isn't further back.
6005         * replace.el (query-replace-read-to, query-replace-read-from):
6006         Specify t for KEEP-ALL in read-from-minibuffer.
6008         * progmodes/python.el (python-switch-to-python):
6009         If Python isn't running, start it.
6010         Don't alter debug-ignored-errors.
6012         * progmodes/cperl-mode.el (cperl-indent-region):
6013         Don't mind imenu-scanning-message.
6015         * bindings.el (global-map): Bind C-e to move-end-of-line.
6017         * simple.el (line-move-finish): New arg FORWARD.
6018         Ignore invisible newlines, not intangible ones.
6019         Conditions for acceptable stopping positions depend on FORWARD.
6020         (line-move): Pass FORWARD arg to line-move-finish.
6022         * buff-menu.el (list-buffers-noselect): Eliminate space at the start
6023         of HEADER.  Compensate for this change in the code to add display
6024         properties.  Don't make the first line intangible.
6026         * info.el (Info-search): Fix previous change.
6028 2004-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
6030         * Makefile.in (recompile): Revert 2004-11-19 change.
6031         (compile): Likewise.
6033 2004-11-19  Luc Teirlinck  <teirllm@auburn.edu>
6035         * Makefile.in (compile): Set `max-specpdl-size' before compiling.
6037 2004-11-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6039         * progmodes/ebnf2ps.el: Fix typos.  Insert :version tag into all
6040         defgroup and defcustom.  Eliminate eval-and-compile usage.
6042         * progmodes/ebnf-otz.el: Fix typos.
6044 2004-11-19  Jay Belanger  <belanger@truman.edu>
6046         * calc/calc-yank.el (calc-edit-disp-trail): New variable.
6047         (calc-edit-finish, calc-finish-stack-edit): Replace variable
6048         disp-trail by declared variable.
6050         * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
6051         (calc-finish-selection-edit):  Replace variable disp-trail by
6052         declared variable.
6053         (calc-selection-cache-entry): Move declaration to earlier in the file.
6054         (calc-selection-cache-num, calc-selection-cache-comp)
6055         (calc-selection-cache-offset, calc-selection-true-num)
6056         (calc-final-point-line, calc-final-point-column)
6057         (calc-original-buffer): Declare them.
6058         (calc-fnp-op, calc-fnp-num): New variables.
6059         (calc-find-nth-part, calc-find-nth-part-rec)
6060         (calc-select-previous): Replace op and num by declared variables.
6061         (calc-rsf-old, calc-rsf-new): New variables.
6062         (calc-replace-sub-formula, calc-replace-sub-formula-rec):
6063         Replace variables old and new by declared variables.
6064         (calc-sel-reselect): New variable.
6065         (calc-auto-selection, calc-enter-selection, calc-edit-selection)
6066         (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
6067         (calc-sel-mult-both-sides, calc-sel-add-both-sides):  Replace variable
6068         reselect with declared variable.
6070         * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
6071         (math-bound-vars, math-conds, math-copy-neg, math-rhs)
6072         (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
6073         (math-import-list, math-rewrite-phase): Declare them.
6074         (math-rewrite):  Use let* to declare variables.
6075         (calc-rewrite-selection): Make rules a local variable.
6076         (calc-rewr-sel): New variable.
6077         (calc-rewrite-selection, calc-locate-selection-marker)
6078         (calc-rewrite): Use the declared variable calc-rewr-sel instead
6079         of sel.
6080         (math-rewrite-whole-expr): New variable.
6081         (math-rewrite, math-rewrite-phase): Replace variable expr by
6082         declared variable.
6083         (math-rewrite-heads-heads, math-rewrite-heads-skips)
6084         (math-rewrite-heads-blanks ): New variables.
6085         (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
6086         heads, skips and blanks by declared variables.
6087         (math-rwcomp-subst-old, math-rwcomp-subst-new)
6088         (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
6089         New variables.
6090         (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
6091         old, new, old-func and new-func by declared variables.
6092         (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
6093         Remove unnecessary variable.
6094         (math-apply-rw-regs): New variable.
6095         (math-apply-rewrites, math-rwapply-replace-regs)
6096         (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
6097         (math-apply-rw-ruleset): New variable.
6098         (math-apply-rewrites, math-rwapply-remember): Replace variable
6099         ruleset by declared variable.
6101 2004-11-19  Richard M. Stallman  <rms@gnu.org>
6103         * info.el (Info-search): Use search-whitespace-regexp.
6105 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
6107         * vc-rcs.el (vc-rcs-parse): New function.
6108         (vc-rcs-annotate-command): Likewise.
6109         (vc-rcs-annotate-current-time): Likewise.
6110         (vc-rcs-annotate-time): Likewise.
6111         (vc-rcs-annotate-extract-revision-at-line): Likewise.
6113 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
6115         * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
6117 2004-11-18  Jay Belanger  <belanger@truman.edu>
6119         * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
6121 2004-11-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6123         * printing.el: Eliminate use of interactive-p and eval-and-compile.
6124         Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
6125         Use make-temp-file to generate PostScript files in any situation.
6126         (pr-ps-temp-file): Now specify a prefix to generate temporary files.
6127         (pr-interactive-p): Eliminate var.
6128         (pr-save-interactive): Eliminate macro.
6129         (pr-interface, pr-ps-directory-preview)
6130         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
6131         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
6132         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
6133         (pr-ps-buffer-ps-print, pr-ps-region-preview)
6134         (pr-ps-region-using-ghostscript, pr-ps-region-print)
6135         (pr-ps-region-ps-print, pr-ps-mode-preview)
6136         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
6137         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
6138         (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
6139         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
6140         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
6141         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
6142         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
6143         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
6144         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
6145         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
6146         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
6147         (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
6148         Eliminate pr-save-interactive usage.
6149         (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
6150         Eliminate pr-interactive-p usage.
6151         (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
6152         (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
6153         (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
6154         (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
6155         (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
6156         (pr-toggle-header-menu, pr-toggle-header-frame-menu)
6157         (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
6158         New funs.
6159         (pr-ps-file): Use make-temp-file to generate a temporary file.
6161 2004-11-17  Jay Belanger  <belanger@truman.edu>
6163         * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
6164         a local variable.
6165         (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
6166         (math-top-only): New variable.
6167         (math-simplify, math-simplify-step): Replace variable top-only by
6168         declared variable math-top-only.
6169         (math-simplify-expr): Declare it.
6170         Replace argument expr in all calls of math-defsimplify by
6171         math-simplify-expr.
6172         (math-simplify-plus, math-simplify-times, math-simplify-divide)
6173         (math-simplify-divisor, math-simplify-one-divisor)
6174         (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
6175         (math-simplify-pow): Replace variable expr by declared variable
6176         math-simplify-expr.
6177         (math-simplify-divisor): Remove local variables temp and op.
6178         (math-simplify-one-divisor): Make temp and op local variables.
6179         (math-simplify-divisor-nover, math-simplify-divisor-dover):
6180         New variables.
6181         (math-simplify-divisor, math-simplify-one-divisor):
6182         Replace variables nover and dover by declared variables.
6183         (math-expr-subst-new, math-expr-subst-old): New variables.
6184         (math-expr-subst, math-expr-subst-rec): Replace variables new
6185         and old by declared variables.
6186         (math-is-poly-degree, math-is-poly-loose): New variables.
6187         (math-is-polynomial, math-is-poly-rec): Replace variables degree
6188         and loose by declared variables.
6189         (math-poly-base-const-ok, math-poly-base-pred): New variables.
6190         (math-polynomial-base, math-polynomial-base-rec):
6191         Replace variables const-ok and mpb-pred by declared variables.
6193         * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
6195         * calc/calc-ext.el (math-defsimplify): Change the argument in
6196         the created function to math-simplify-expr.
6198         * calc/calc-units.el (math-simplify-expr): Declare it.
6199         Replace argument expr in all calls of math-defsimplify by
6200         math-simplify-expr.
6201         (math-simplify-units-prod): Replace variable expr by declared
6202         variable math-simplify-expr.
6204 2004-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6206         * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
6207         Replace mapcar->dolist, format->string.
6209 2004-11-17  Miles Bader  <miles@gnu.org>
6211         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
6212         * progmodes/idlwave.el: Remove RCS keywords.
6214 2004-11-17  J.D. Smith  <jdsmith@as.arizona.edu>
6216         * progmodes/idlwave.el, progmodes/idlw-toolbar.el
6217         * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
6218         Update to IDLWAVE version 5.5.  Too many changes to list them here.
6219         * progmodes/idlw-help.el: New file.
6221 2004-11-16  Richard M. Stallman  <rms@gnu.org>
6223         * international/iso-cvt.el (iso-tex2iso-trans-tab):
6224         Discard spaces after \i according to TeX rules.
6226         * international/mule.el (set-buffer-file-coding-system):
6227         New arg NOMODIFY.
6228         (after-insert-file-set-coding): Pass that new arg.
6229         Prevent set-buffer-multibyte from trying to lock the file.
6231         * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
6233         * saveplace.el (save-place): Doc fix.
6235         * dabbrev.el (dabbrev-expand): When handling SPC M-/,
6236         temporarily widen before finding the following word to copy.
6238         * emacs-lisp/lucid.el (map-keymap): Definition deleted.
6239         (cl-map-keymap): Definition deleted.
6241         * subr.el (map-keymap-internal): New function.
6243 2004-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6245         * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
6246         when pressing rather than when releasing mouse-2.  Simplify.
6248 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6250         * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
6251         (compilation-mode): Set it here instead.
6253         * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
6255         * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
6256         (loop, cl-parse-loop-clause, defsetf): Use backquote.
6258 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6260         * progmodes/compile.el (compilation-internal-error-properties):
6261         Fix up a transposition-typo.  Check end-col before using it.
6263 2004-11-14  Frederic Han  <han@math.jussieu.fr>  (tiny change)
6265         * international/iso-cvt.el (iso-tex2iso-trans-tab):
6266         Discard whitespace after macro \i when converting it.
6268 2004-11-16  Juri Linkov  <juri@jurta.org>
6270         * emacs-lisp/find-func.el (find-function-regexp):
6271         Optimize `define-minor-mode'.  Add `defun-cvs-mode'.
6272         Add `deffoo'.  Add `f' to [^cgv] to exclude `defface'.
6273         Remove invalid `\W' from [^cgv\W].  Doc fix.
6274         (find-function-search-for-symbol): Replace "\\>" with "\\_>".
6276 2004-11-15  Luc Teirlinck  <teirllm@auburn.edu>
6278         * play/life.el: Maintainer is now FSF.
6279         (life-patterns, life-neighbor-deltas, life-window-start)
6280         (life-current-generation, life-generation-string): Use defvar
6281         instead of defconst.
6283 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6285         * progmodes/compile.el (compilation-move-to-column): New fun.
6286         (compilation-internal-error-properties)
6287         (compilation-next-error-function): Use it to make sure we don't go past
6288         the end of line.
6290 2004-11-15  John Paul Wallington  <jpw@gnu.org>
6292         * autoinsert.el (auto-insert-alist): Insert the user's name in
6293         copyright notice, rather than Free Software Foundation, for the
6294         Emacs Lisp header case too.
6296 2004-11-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6298         * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
6299         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
6300         (pr-switches-string): If SWITCHES is nil, return nil.  Otherwise,
6301         return the list of string in a string.
6302         (pr-call-process): Message if calling process returns an error, that
6303         is, the exit status is different of zero.
6305 2004-11-15  Jay Belanger  <belanger@truman.edu>
6307         * calc/calcalg2.el (math-integrate-by-parts):  Remove unused
6308         variable var-thing.
6309         (math-integ-depth, math-integ-level, math-integral-limit)
6310         (math-enable-subst, math-any-substs, math-integ-msg)
6311         (math-prev-parts-v, math-good-parts, math-max-integral-limit)
6312         (math-int-threshold, math-int-factors, math-double-roots)
6313         (math-solve-simplifying, var-IntegLimit, math-solve-sign)
6314         (var-GenCount):  Declare these variables.
6315         (calcFunc-integ):  Don't check if var-IntegLimit is bound.
6316         (math-integral-cache, math-integral-cache-state):
6317         Move declarations to earlier in the file.
6318         (math-deriv-var, math-deriv-total, math-deriv-symb)
6319         (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
6320         (math-so-far, math-integ-expr, math-expr-parts, calc-low)
6321         (calc-high, math-solve-var, math-solve-full, math-solve-vars)
6322         (math-try-solve-sign, math-solve-b, math-solve-system-vv)
6323         (math-solve-res):  New variables
6324         (math-derivative, calcFunc-deriv, calcFunc-tderiv)
6325         (math-integral, math-replace-integral-parts)
6326         (math-integrate-by-parts, calc-dump-integral-cache)
6327         (math-try-integral, math-do-integral, math-do-integral)
6328         (math-do-integral-methods, math-try-solve-for)
6329         (math-try-solve-prod, math-solve-poly-funny-powers)
6330         (math-solve-crunch-poly, math-decompose-poly)
6331         (math-solve-find-root-term, math-find-root-in-prod)
6332         (math-integ-try-linear-substitutions)
6333         (math-integ-try-substitutions, math-expr-rational-in)
6334         (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
6335         (math-solve-prod, math-solve-quartic, math-poly-all-roots)
6336         (math-solve-for, math-solve-system, math-solve-system-rec)
6337         (math-solve-get-sign, math-solve-get-int)
6338         (math-solve-system-subst): Replace undeclared variables with newly
6339         declared variables.
6341 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6343         * winner.el (winner-active-region, winner-edges, winner-window-list):
6344         Define at toplevel.
6345         (winner-mode-map): Move init inside declaration.
6347 2004-11-14  Luc Teirlinck  <teirllm@auburn.edu>
6349         * files.el (convert-standard-filename): Doc fix.
6351 2004-11-14  Daniel Pfeiffer  <occitan@esperanto.org>
6353         * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
6354         passwd, group, shadow, default/* and pam.d/*.
6356 2004-11-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6358         * printing.el (pr-menu-spec): Adjust menu specification.
6360 2004-11-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6362         * printing.el: Doc fix.  Insert :version tag into all defcustom.
6363         Handle interactive-p as is recommended in Emacs Lisp Reference.
6364         Set the file permission bits for newly created files.
6365         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
6366         The printing menu specification (in `pr-menu-spec') was merged.
6367         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
6368         (pr-version): New version number (6.8.3).
6369         (pr-file-modes): New option.
6370         (pr-interactive-p): New var.
6371         (pr-save-interactive, pr-save-file-modes): New macros.
6372         (pr-setup): Code fix.
6373         (pr-menu-spec): Menu specification merged.
6374         (pr-call-process, pr-text2ps): Set file permission bits.
6375         (pr-despool-print): Set file permission bits.  Handle interactive-p as
6376         is recommended.
6377         (pr-interface, pr-ps-directory-preview)
6378         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
6379         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
6380         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
6381         (pr-ps-buffer-ps-print, pr-ps-region-preview)
6382         (pr-ps-region-using-ghostscript, pr-ps-region-print)
6383         (pr-ps-region-ps-print, pr-ps-mode-preview)
6384         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
6385         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
6386         (pr-despool-using-ghostscript, pr-despool-ps-print)
6387         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
6388         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
6389         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
6390         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
6391         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
6392         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
6393         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
6394         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
6395         (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
6396         (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
6397         Handle interactive-p as is recommended.
6399 2004-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6401         * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
6402         (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
6404         * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
6405         so it doesn't forget to highlight the beginning of the region either.
6407 2004-11-13  Daniel Pfeiffer  <occitan@esperanto.org>
6409         * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
6410         (c-font-lock-init): Eliminate obsolete make-local-hook.
6411         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
6412         (awk-mode): Use run-mode-hooks.
6414         * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
6416 2004-11-13  Kim F. Storm  <storm@cua.dk>
6418         * mouse.el (mouse-drag-copy-region): Add :version.
6419         (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
6420         while dragging mode line, so mode line can be dragged downwards.
6421         (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
6422         while pressing mouse button so window doesn't scroll until we
6423         release the mouse if clicking on partially visible line.
6425 2004-11-12  Jay Belanger  <belanger@truman.edu>
6427         * calc/calc-graph.el (calc-dumb-map):  Declare it.
6428         (calc-graph-show-dumb):  Check if calc-dumb-map is non-nil rather
6429         than unbound.
6430         (calc-graph-name):  Made `end' a local variable.
6431         (calc-graph-lookup):  Made `varname' a local variable.
6432         (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
6433         Declare them.
6434         (calc-graph-format-data):  Don't check if var-PlotRejects is bound.
6435         (calc-graph-plot, calc-graph-compute-3d):  Remove references to
6436         the unused variable y3vec.
6437         (calc-graph-show-dumb):  Remove reference to unused variable found-pt.
6438         (calc-graph-kill-hook, calc-graph-plot):  Remove reference to
6439         calc-graph-prev-kill-hook.
6440         (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
6441         (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
6442         (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
6443         (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
6444         (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
6445         (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
6446         (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
6447         (calc-graph-y3value, calc-graph-y3name)
6448         (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
6449         (calc-graph-stepcount, calc-graph-is-splot)
6450         (calc-graph-surprise-splot, calc-graph-blank)
6451         (calc-graph-non-blank, calc-graph-curve-num):  New variables.
6452         (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
6453         (calc-graph-recompute-2d, calc-graph-compute-3d)
6454         (calc-graph-format-data): Replace undeclared variables with the
6455         above newly declared variables.
6457 2004-11-12  Diane Murray  <dsm@muenster.de>  (tiny change)
6459         * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
6460         `rsf-beep' and `rsf-sleep-after-message'.
6462         * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
6463         list if `message-sender' is non-nil.
6465 2004-11-12  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
6467         * desktop.el (desktop-create-buffer, desktop-save): Avoid some
6468         consing by using mapc instead of mapcar.
6470 2004-11-12  Nick Roberts  <nickrob@snap.net.nz>
6472         * tooltip.el (require): Explain why CL is needed.
6474 2004-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6476         * printing.el: Insert :version into defgroup (printing).  All reference
6477         to Files option in menubar were changed to File.
6478         (pr-version): New version number (6.8.2).
6479         (pr-get-symbol): Call easy-menu-intern.
6480         (pr-region-active-p): Now is a fun (it was defsubst).  To avoid
6481         compilation gripes.
6483 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6485         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
6486         new byte-compile-function-environment binding to t.
6488         * font-lock.el (font-lock-fontify-syntactically-region):
6489         Don't forget to highlight the last char when we hit `end'.
6491         * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
6492         (mwheel-scroll): Adjust accordingly.
6494         * cvs-status.el: Reduce spurious warnings.
6495         (cvs-status-checkout): Remove.
6496         (cvs-status-mode-map): Use cvs-mode-checkout instead.
6498         * pcvs.el (cvs-mode-checkout): New command.
6500         * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
6502         * tooltip.el: Require CL.
6504         * emacs-lisp/bytecomp.el: Use push.
6505         (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
6506         (defalias): Remove the `byte-compile' property and add
6507         a `byte-hunk-handler'.
6509 2004-11-11  Juri Linkov  <juri@jurta.org>
6511         * info.el (Info-search): Save match data for isearch.
6512         Skip Tag Table node.
6514         * descr-text.el (describe-char): Replace syntax-after with code
6515         from its previous version.
6517         * files.el (magic-mode-alist): Use optimization for SGML mode too.
6518         (set-auto-mode): Doc fix.  Remove unused variable `xml'.
6520         * international/mule.el (sgml-html-meta-auto-coding-function):
6521         Remove > after <html to allow HTML attributes.
6523 2004-11-11  Jay Belanger  <belanger@truman.edu>
6525         * calc/calc-comb.el (math-prime-factors-finished):  Declare it as
6526         a variable.
6527         (calcFunc-dfac):  Replace unbound max by n.
6528         (math-stirling-local-cache):  New variable.
6529         (math-stirling-number, math-stirling-1, math-stirling-2):
6530         Replace the variable `cache' by the declared variable
6531         math-stirling-local-cache.
6532         (var-RandSeed):  Declare it as a variable.
6533         (math-init-random-base, math-random-digit):  Don't check to see if
6534         var-RandSeed is bound.
6535         (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
6536         Declare them instead of just setting them.
6537         (math-init-random-base):  Made i a local variable.
6538         (math-random-digit):  Made math-random-last a local variable.
6539         (math-prime-test-cache):  Move declaration to before it is used.
6540         (math-prime-test-cache-k, math-prime-test-cache-q)
6541         (math-prime-test-cache-nm1, math-prime-factors-finished):
6542         Declare them as variables.
6544 2004-11-11  Jay Belanger  <belanger@truman.edu>
6546         * calc/calc-ext.el (math-defcache):  Use defvar for the new
6547         variables it creates.
6549 2004-11-11  Lars Hansen  <larsh@math.ku.dk>
6551         * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
6552         (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
6553         (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
6554         (desktop-save): Add :version.
6556 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6558         * printing.el (pr-get-symbol): Don't downcase.
6560 2004-11-10  Jay Belanger  <belanger@truman.edu>
6562         * calc/calc-aent.el (calc-do-quick-calc):  Use kill-new to append
6563         string to kill-ring.
6565         * calc/calc-aent.el (calc-alg-exp, math-toks)
6566         (math-exp-pos,math-exp-old-pos, math-exp-token)
6567         (math-exp-keep-spaces, math-exp-str):  New variables.
6568         (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
6569         (calcAlg-enter):  Use declared variable calc-alg-exp.
6570         (math-build-parse-table, math-find-user-token):  Use declared
6571         variable math-toks.
6572         (math-read-exprs, math-read-token, calc-check-user-syntax)
6573         (calc-match-user-syntax, match-factor-after, math-read-factor):
6574         Use declared variables math-exp-pos math-exp-old-pos.
6575         (math-read-exprs, math-read-token, math-read-expr-level)
6576         (calc-check-user-syntax, calc-match-user-syntax)
6577         (match-factor-after, math-read-factor):  Use declared variable
6578         math-exp-token.
6579         (math-read-exprs, math-read-expr-list, math-read-token)
6580         (math-read-factor):  Use declared variable math-exp-keep-spaces.
6581         (math-read-exprs, math-read-token):  Use declared variable
6582         math-exp-str.
6583         (calc-match-user-syntax):  Make m a local variable.
6585         * calc/calc-ext.el (math-read-expr):  Use declared variables
6586         math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
6587         math-exp-keep-spaces.
6589         * calc/calc-forms.el (math-read-angle-bracket):  Use declared
6590         variables math-exp-pos, math-exp-str.
6592         * calc/calc-lang.el (math-parse-tex-sum):  Use declared variable
6593         math-exp-old-pos.
6594         (math-parse-fortran-vector, math-parse-fortran-vector-end)
6595         (math-parse-eqn-prime):  Use declared variable math-exp-token.
6597         * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
6598         Use declared variable math-exp-pos.
6599         (math-check-for-commas):  Use declared variable math-exp-str.
6600         (math-read-brackets):  Use declared variables math-exp-old-pos,
6601         math-exp-keep-spaces.
6602         (math-read-brackets, math-read-vector, math-read-matrix):
6603         Use declared variable math-exp-token.
6605 2004-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6607         * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
6608         where the keymap is a symbol.
6609         (easy-menu-add-item): Use keymap-prompt.  Simplify.
6611         * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
6613         * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
6614         (sgml-parse-tag-backward): Use it to skip spurious < or >.
6616 2004-11-10  Thien-Thi Nguyen  <ttn@gnu.org>
6618         * ebuff-menu.el: Doc fixes throughout.
6619         (electric-buffer-menu-mode-hook): New defvar.
6621 2004-11-10  Nick Roberts  <nickrob@snap.net.nz>
6623         * tooltip.el: Don't require cl, comint, gud, gdb-ui for
6624         compilation. The resulting compiler warnings appear to be harmless.
6626 2004-11-10  Daniel Pfeiffer  <occitan@esperanto.org>
6628         * textmodes/conf-mode.el: New file.
6630         * files.el (auto-mode-alist, magic-mode-alist): Use it.
6632 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6634         * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
6636 2004-11-09  Jay Belanger  <belanger@truman.edu>
6638         * calc/calc-ext.el (calc-init-extensions):  Remove old code.
6640         * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
6641         (calc-z-prefix-buf, calc-z-prefix-msgs):  New variables.
6642         (calc-z-prefix-help, calc-user-function-list):  Use declared
6643         variables calc-z-prefix-buf, calc-z-prefix-msgs.
6644         (math-map-tree, math-map-tree-rec):  Use declared variables
6645         math-mt-many, math-mt-func.
6646         (math-read-expression, math-read-string):  Use declared variable
6647         math-expr-data.
6649         * calc/calc-ext.el (math-normalize-nonstandard):  Use declared
6650         variable math-normalize-a.
6652         * calc/calc.el (math-normalize-a):  New variable.
6653         (math-normalize):  Use declared variable math-normalize-a.
6655         * calc/calc-poly.el (math-expand-form):  Use declared variable
6656         math-mt-many.
6658         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
6659         Use declared variable math-mt-many.
6660         (math-rewrite):  Use declared variable math-mt-func.
6662         * calc/calc-vec.el (math-read-brackets, math-read-vector)
6663         (math-read-matrix):  Use declared variable math-expr-data.
6665         * calc/calc-lang.el (math-parse-fortran-vector)
6666         (math-parse-fortran-vector-end, math-parse-tex-sum)
6667         (math-parse-eqn-matrix, math-parse-eqn-prime)
6668         (math-read-math-subscr):  Use declared variable math-expr-data.
6670         * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
6671         (math-read-expr-level, math-read-token, calc-check-user-syntax)
6672         (calc-match-user-syntax, math-read-if, math-factor-after)
6673         (math-read-factor):  Use declared variable math-expr-data.
6675 2004-11-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
6677         * calendar/diary-lib.el (diary-from-outlook)
6678         (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
6679         interactive-p; but rather new optional argument NOCONFIRM.
6681 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6683         * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
6684         (easy-menu-name-match): Revert correspondingly.
6686 2004-11-09  Richard M. Stallman  <rms@gnu.org>
6688         * emacs-lisp/bytecomp.el (byte-compile-defalias):
6689         Turn off warnings for the new function even if definition not constant.
6690         If the definition isn't a quoted symbol, record (FUNCTION . t).
6691         (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
6692         (byte-compile-callargs-warn): Handle (FUNCTION . t).
6693         (display-call-tree, byte-compile-arglist-warn):
6694         Handle t returned by byte-compile-fdefinition.
6696 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6698         * Makefile.in (maintainer-clean): Depend on distclean.
6700         * help-fns.el (help-C-file-name): File name must be in build-files
6701         to be returned.
6703 2004-11-09  Jay Belanger  <belanger@truman.edu>
6705         * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
6706         (calc-start-hook, calc-end-hook, calc-load-hook):  New variables.
6708         * calc/calc.el (calc, calc-trail-display, calc-mode):
6709         Remove obsolete sections.
6711         * calc/calc.el (calc-x-paste-text):  Remove.
6713         * calc/calc-ext.el (calc-init-extensions):  Bind calc-yank to
6714         mouse-2.
6716 2004-11-09  Nick Roberts  <nickrob@snap.net.nz>
6718         * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
6719         (gdb-info-frames-custom, gdb-frame-handler): Use it to find
6720         current frame (in case of recursive calls).
6721         (gdb-show-changed-values): Add :version keyword.
6723 2004-11-09  Kenichi Handa  <handa@m17n.org>
6725         * international/mule-cmds.el: Change coding: tag back to
6726         iso-2022-7bit.
6728 2004-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6730         * international/mule-cmds.el: Change coding-system to utf-8.
6731         (select-safe-coding-system-interactively):
6732         New function extracted from select-safe-coding-system.
6733         (select-safe-coding-system): Use it.
6735 2004-11-08  Richard M. Stallman  <rms@gnu.org>
6737         * subr.el (syntax-after): Doc fix.
6739         * paren.el (show-paren-function): Change calls to syntax-after
6740         for new way of returning the value.
6742         * menu-bar.el (menu-bar-file-menu): Make this the real name
6743         and menu-bar-files-menu the alias.  Use the former.
6744         (global-map): Use `file', not `files', as the symbol.
6746         * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
6748         * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
6749         Don't use beginning-of-buffer.
6750         (filesets-cmd-show-result): Use with-no-warnings.
6752 2004-11-08  Juri Linkov  <juri@jurta.org>
6754         * progmodes/compile.el (compile): Don't overwrite last command in
6755         minibuffer history with default command if they are not equal.
6757 2004-11-08  Jay Belanger  <belanger@truman.edu>
6759         * calc/calcalg2.el (math-do-integral-methods):  Try linear then
6760         non-linear substitutions.
6762 2004-11-08  Jay Belanger  <belanger@truman.edu>
6764         * calc/calcalg2.el (math-linear-subst-tried): New variable.
6765         (math-do-integral):  Set `math-linear-subst-tried' to nil.
6766         (math-do-integral-methods):  Use `math-linear-subst-tried' to
6767         determine what type of substitution to try.
6768         (math-integ-try-linear-substituion):
6769         Set `math-linear-subst-tried' to t.
6771 2004-11-08  Kim F. Storm  <storm@cua.dk>
6773         * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
6775 2004-11-07  Juri Linkov  <juri@jurta.org>
6777         * info-look.el (info-lookup): Allow reusing in the current buffer
6778         not only *info* buffer, but all (even renamed) Info buffers
6779         by checking for major-mode instead of *info* buffer name.
6780         (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
6781         (octave-mode, maxima-mode) <doc-spec>:
6782         Allow long dashes generated by Texinfo 4.7 before definitions.
6783         (texinfo-mode) <doc-spec>: Add space to suffix to find command
6784         definitions with argument separated by space.
6786 2004-11-06  Richard M. Stallman  <rms@gnu.org>
6788         * simple.el (next-error group, face): Move before first use.
6789         (next-error-highlight, next-error-highlight-no-select): Likewise.
6791         * simple.el (line-move-invisible-p): Rename from line-move-invisible.
6792         (line-move): New args NOERROR and TO-END.
6793         Return t if if succeed in moving specified number of lines.
6794         (move-end-of-line): New function.
6796         * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
6797         (end-of-buffer-other-window): Likewise.
6799         * simple.el (line-move-ignore-invisible): Default to t.
6801         * subr.el (syntax-after): Return the syntax letter, not the raw code.
6803         * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
6805         * international/iso-cvt.el (iso-cvt-define-menu):
6806         Rename menu-bar-files-menu to menu-bar-file-menu.
6808         * net/browse-url.el (browse-url-gnome-moz-program)
6809         (browse-url-gnome-moz-arguments): Move up before first use.
6811         * net/tramp.el (tramp group): Add :version.
6813         * progmodes/ada-xref.el (ada-gdb-application):
6814         Use goto-char instead of beginning-of-buffer.
6816         * progmodes/cperl-mode.el (cperl-info-on-command):
6817         Use goto-char instead of beginning-of-buffer.
6819         * progmodes/idlw-shell.el (idlwave-shell-examine-map):
6820         Move up before first use.
6821         (idlwave-shell-temp-pro-file): Likewise.
6822         (idlwave-shell-temp-rinfo-save-file): Likewise.
6823         (idlwave-shell-temp-file): Minor doc fix.
6825         * textmodes/flyspell.el (flyspell-external-point-words):
6826         Use goto-char instead of beginning-of-buffer.
6828 2004-11-06  Kai Grossjohann  <kai.grossjohann@gmx.net>
6830         * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
6831         /dev/stdout" before trying "uudecode -o -".  Suggested by Han Boetes.
6832         (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
6834 2004-11-06  David Ponce  <david@dponce.com>
6836         * recentf.el (recentf-menu-path): Use menu item name.
6838 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
6840         * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
6841         display doesn't support images.
6843 2004-11-06  Andreas Schwab  <schwab@suse.de>
6845         * tempo.el (tempo-match-finder): Doc fix.
6847         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
6849 2004-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6851         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
6852         (easy-menu-lookup-name): New fun to replace it.
6853         (easy-menu-get-map): Use it to obey menu item names (rather than just
6854         keys) when looking up `path'.
6855         (easy-menu-always-true-p): Rename from easy-menu-always-true.
6856         (easy-menu-convert-item-1): Adjust to new name.
6858 2004-11-06  Peter Heslin  <pj@heslin.eclipse.co.uk>  (tiny change)
6860         * outline.el (hide-body): Don't hide lines at the top of the file
6861         that precede the first header line.
6863 2004-11-06  Paul Pogonyshev  <pogonyshev@gmx.net>
6865         * align.el (align-areas): Delete whitespace before reindenting, so
6866         that tabs are never placed after spaces.
6868 2004-11-06  Alan Shutko  <ats@acm.org>
6870         * macros.el (insert-kbd-macro): Do completions based on macros,
6871         rather than all commands.
6873 2004-11-06  David Hansen  <david.hansen@gmx.net>  (tiny change)
6875         * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
6876         to solve a bug whereby tags with 'b' don't match.
6878 2004-11-05  Juri Linkov  <juri@jurta.org>
6880         * info.el (Info-search): Don't search in node header lines
6881         and file headers.
6883         * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
6884         symbol-constituent characters after dot, not only digits.
6886 2004-11-04  Daniel Pfeiffer  <occitan@esperanto.org>
6888         * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
6890 2004-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6892         * dired.el (dired-read-dir-and-switches): Call read-directory-name
6893         if a dialog will be used, read-file-name otherwise.
6895 2004-11-04  Richard M. Stallman  <rms@gnu.org>
6897         * textmodes/table.el (table group): Add :version.
6899         * textmodes/ispell.el (ispell-word):
6900         Don't alter args; set them only thru `interactive' spec.
6902         * textmodes/flyspell.el (flyspell-word):
6903         Don't alter FOLLOWING; set it only thru `interactive' spec.
6905         * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
6907         * net/browse-url.el (browse-url-maybe-new-window):
6908         Use called-interactively-p.
6910         * mail/supercite.el (sc-cite-region):
6911         Don't use interactive-p.  Add arg INTERACTIVE.
6912         (sc-version): Don't use interactive-p.  Rename arg to MESSAGE.
6914         * international/mule-cmds.el (set-input-method, toggle-input-method):
6915         Don't use interactive-p.  Add arg INTERACTIVE.
6917         * eshell/esh-mode.el (eshell-show-maximum-output):
6918         Don't use interactive-p.
6919         (eshell-truncate-buffer): Just message, no error, if buffer is short.
6921         * mouse.el (mouse-show-mark): Get positions to delete from mark
6922         and point, not from mouse-drag-overlay.
6924         * imenu.el (imenu-eager-completion-buffer): Add :version.
6926         * filesets.el (filesets group): Add :version.
6928 2004-11-03  Daniel Pfeiffer  <occitan@esperanto.org>
6930         * files.el (xml-based-modes): Delete var.
6931         (magic-mode-alist): New more general var.
6932         (set-auto-mode): Use it.
6934         * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
6935         when clicking from another window.
6937 2004-11-03  Thien-Thi Nguyen  <ttn@gnu.org>
6939         * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
6940         (vc-cvs-annotate-time): Incorporate value of deleted var.
6941         Remove special-case handling of beginning-of-buffer cruft.
6942         Cache ending position (point) and return value in text property
6943         `vc-cvs-annotate-time', and consult it on subsequent invocations.
6945         * vc-cvs.el (vc-cvs-annotate-command):
6946         Delete extraneous lines from beginning of buffer.
6947         * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
6949         * progmodes/grep.el (grep-default-command): Take empty string
6950         for tag if all other methods yield nil.  Shell-quote the tag.
6952         * vc.el (vc-annotate-display-autoscale): Add prefix-arg
6953         spec in `interactive' form, and mention it in the docstring.
6954         Also, make sure point is at bol after calling `annotate-time'.
6956 2004-11-02  Richard M. Stallman  <rms@gnu.org>
6958         * cus-edit.el (customize-group-other-window):
6959         Select the window that displays the custom buffer.
6960         (custom-buffer-create-other-window): Likewise.
6962         * comint.el (comint-insert-input): Fix previous change.
6964         * emacs-lisp/elp.el (elp-instrument-function):
6965         Use called-interactively-p.
6967         * emacs-lisp/easymenu.el (easy-menu-intern):
6968         Don't downcase; rather, case-flip the first letter of each word.
6970         * emacs-lisp/easy-mmode.el (define-minor-mode):
6971         Use called-interactively-p.
6973         * emacs-lisp/bytecomp.el (byte-compile-warning-types):
6974         Add interactive-only.
6975         (byte-compile-warnings): Add interactive-only as option.
6976         (byte-compile-interactive-only-functions): New variable.
6977         (byte-compile-form): Warn about calls to functions
6978         in byte-compile-interactive-only-functions.
6980         * emacs-lisp/autoload.el (update-file-autoloads):
6981         Don't use interactive-p; take new arg SAVE-AFTER.
6983         * emacs-lisp/advice.el (ad-make-advised-definition):
6984         Use called-interactively-p.
6986 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6988         * files.el (find-file-existing): New function.
6990         * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
6991         find-file-existing.  Add "New File..." that calls find-file.
6993         * diropen.pbm, diropen.xpm: New files.
6995         * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
6996         icon diropen.  New tool bar item find-file-existing uses icon open.
6998         * dired.el (dired-read-dir-and-switches): Call read-driectory-name
6999         instead of read-file-name.
7001 2004-11-02  Ulf Jasper  <ulf.jasper@web.de>
7003         * calendar/icalendar.el (icalendar-version): Increase to 0.08.
7004         (icalendar--split-value): Change name of work buffer.
7005         (icalendar--get-weekday-abbrev): Return nil on error.
7006         (icalendar--date-to-isodate): New function.
7007         (icalendar-convert-diary-to-ical)
7008         (icalendar-extract-ical-from-buffer): Use only two args for
7009         make-obsolete (XEmacs compatibility).
7010         (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
7011         (icalendar-export-region): Doc fix.
7012         If error, return non-nil and write errors to a buffer.
7013         Use correct weekday for weekly recurring events.
7014         Check whether date has been parsed for ordinary events.
7015         Make weekly events start in the year 2000.
7016         DTEND is non-inclusive, shift end date by one day if
7017         necessary (not for entries that have date and time).
7018         Rename local let variables: oops -> found-error, datestring ->
7019         startdatestring.
7021 2004-11-02  Kim F. Storm  <storm@cua.dk>
7023         * files.el (set-auto-mode-0): Don't rely on dynamic binding of
7024         keep-mode-if-same variable.  Add it as optional arg instead.
7025         (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
7027         * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
7028         substitute-command-keys will select lower-case bindings like those
7029         used in the static help texts.
7031         * descr-text.el (describe-text-properties): Don't err if called in
7032         the *Help* buffer; output to *Help-2* buffer instead.
7034         * kmacro.el (group kmacro): Add :version.
7035         (kmacro-keyboard-quit): New function to cleanup on C-g.
7036         (kmacro-start-macro): Set defining-kbd-macro to append when
7037         appending to last macro.
7039         * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
7041 2004-11-02  Nick Roberts  <nickrob@snap.net.nz>
7043         * progmodes/gdb-ui.el (gdb-enable-debug-log)
7044         (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
7045         (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
7046         Add :version keyword.
7048 2004-11-02  Pavel Kobiakov <pk_at_work@yahoo.com>
7050         * progmodes/flymake.el (flymake-err-line-patterns):
7051         Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
7052         `compilation-error-regexp-alist-alist' to internal Flymake format.
7054         * progmodes/flymake.el: Eliminate byte-compiler warnings.
7056 2004-11-01  Jay Belanger  <belanger@truman.edu>
7058         * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
7059         with `interactive "s"'.
7061 2004-11-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7063         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
7064         Revert change from 2004-10-16.  '*' checks the current buffer, but the
7065         mouse click may be in another buffer.
7067 2004-11-01  John Paul Wallington  <jpw@gnu.org>
7069         * files.el (large-file-warning-threshold): Add :version keyword.
7070         (kill-some-buffers): Doc fix.
7072         * thumbs.el (group thumbs): Add :version keyword.
7074         * textmodes/bibtex.el (bibtex-make-field): Fix typo.
7076 2004-11-01  Richard M. Stallman  <rms@gnu.org>
7078         * textmodes/ispell.el (ispell-word): Don't use interactive-p.
7080         * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
7082         * allout.el (allout group): Add :version.
7083         (allout-init): Don't use interactive-p.
7084         (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
7085         (allout-forward-current-level, allout-backward-current-level):
7086         Don't use interactive-p.
7088         * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
7089         (bibtex-find-text): Likewise.
7091         * progmodes/vhdl-mode.el (vhdl-fill-region)
7092         (vhdl-beginning-of-statement): Don't use interactive-p.
7094         * progmodes/idlwave.el (idlwave-update-routine-info):
7095         Don't use interactive-p.
7097         * progmodes/idlw-shell.el (idlwave-shell-send-char):
7098         Don't use interactive-p.
7100         * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
7101         Don't use interactive-p.
7103         * progmodes/ada-xref.el (ada-make-body-gnatstub):
7104         Don't use interactive-p.
7106         * play/fortune.el (fortune-to-signature): Don't use interactive-p.
7107         (fortune-in-buffer): Doc fix.
7109         * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
7111         * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
7112         don't select the temporary buffer.
7113         (eudc-get-email): New optional arg ERROR; don't use interactive-p.
7114         (eudc-get-phone): Likewise.
7116 2004-11-01  Kim F. Storm  <storm@cua.dk>
7118         * man.el (Man-xref-normal-file): Fix help-echo.
7120 2004-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7122         * reveal.el (reveal-last-tick): New var.
7123         (reveal-post-command): Use it to avoid closing overlays when we're
7124         appending text to them.
7126 2004-10-31  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7128         * textmodes/bibtex.el: Require button.
7129         (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
7130         (bibtex-reference-keys): Distinguish between header keys and
7131         crossref keys.
7132         (bibtex-beginning-of-field): New function.
7133         (bibtex-url-map): Remove.
7134         (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
7135         (bibtex-font-lock-url-regexp): Assume that field names begin at
7136         the beginning of a line.
7137         (bibtex-font-lock-url): Simplify.  Do not use bibtex-enclosing-field.
7138         Remove field delimiters.  Use bibtex-beginning-of-field.
7139         Bugfix, point can be inside a field with a url.
7140         (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
7141         New functions.
7142         (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
7143         (bibtex-key-in-head): Simplify.
7144         (bibtex-current-line): Use bolp.
7145         (bibtex-parse-keys): Remove unused arg `add'.
7146         Use bibtex-type-in-head and bibtex-key-in-head.
7147         (bibtex-parse-entry, bibtex-autofill-entry):
7148         Use bibtex-type-in-head and bibtex-key-in-head.
7149         (bibtex-autokey-get-field): Do not alter case of replacement text.
7150         (bibtex-autokey-get-names): Do all processing of name list.
7151         (bibtex-autokey-get-year): New function.
7152         (bibtex-autokey-get-title): Do all processing of title words.
7153         (bibtex-generate-autokey): Simplify.
7154         (bibtex-string-files-init): Use default-directory.
7155         Allow for absolute file names in bibtex-string-files.
7156         (bibtex-files, bibtex-file-path): New variables.
7157         (bibtex-files-expand): New function.
7158         (bibtex-find-entry-globally): New command.
7159         (bibtex-summary-function): New variable.
7160         (bibtex-summary): Default value of bibtex-summary-function.
7161         (bibtex-find-crossref): New optional args pnt and split.
7162         (bibtex-complete-key-cleanup): Call bibtex-summary-function.
7163         (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
7164         (bibtex-validate): Fix docstring.  Check only abbreviated month fields.
7165         Fix handling of required and alternative fields.
7166         Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
7167         Use cons and display-buffer.
7168         (bibtex-validate-globally): New command.
7169         (bibtex-clean-entry): Use bibtex-files-expand.  Do not call
7170         bibtex-parse-keys and bibtex-parse-strings for updating
7171         bibtex-reference-keys and bibtex-strings.
7172         (bibtex-realign): Remove blank lines past the last entry.
7173         (bibtex-reformat): Use bibtex-entry-format as default.
7174         (bibtex-choose-completion-string): Remove.
7175         (bibtex-complete): Do not use bibtex-choose-completion-string.
7176         (bibtex-url): Simplify.
7178 2004-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7180         * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
7181         (x-dnd-types-alist, x-dnd-open-file-other-window)
7182         (x-dnd-known-types): Add :version.
7184 2004-10-31  John Paul Wallington  <jpw@gnu.org>
7186         * ibuffer.el (group ibuffer): Add :version keyword.
7188 2004-10-31  Kim F. Storm  <storm@cua.dk>
7190         * ido.el (group ido): Add :version keyword.
7191         (ido-mode): Remove :version keyword.
7193         * emulation/cua-base.el (group cua): Add :version keyword.
7194         (cua-mode): Remove :version keyword.
7196 2004-10-30  Luc Teirlinck  <teirllm@auburn.edu>
7198         * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
7200         * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
7201         compiler warning.
7202         (help-at-pt-timer-delay): Add :initialize keyword.  Simplify :set
7203         function.
7204         (help-at-pt-display-when-idle): Remove autoload.
7206 2004-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7208         * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
7210 2004-10-30  Juri Linkov  <juri@jurta.org>
7212         * help.el (function-called-at-point):
7213         * help-fns.el (variable-at-point): Read -> intern.
7215 2004-10-30  Simon Josefsson  <jas@extundo.com>
7217         * progmodes/autoconf.el (autoconf-font-lock-keywords):
7218         Recognize AS_* too.
7220 2004-10-29  Simon Josefsson  <jas@extundo.com>
7222         * subr.el (read-passwd): Move back from password.el.
7224         * password.el: Remove, not ready yet.
7226 2004-10-29  Andreas Schwab  <schwab@suse.de>
7228         * speedbar.el (speedbar-frame-parameters): Improve customize type.
7230 2004-10-29  Sam Steingold  <sds@gnu.org>
7232         * mouse.el (mouse-show-mark): Replace the last occurrence of
7233         x-lost-selection-hooks with x-lost-selection-functions.
7235 2004-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7237         * mouse.el (mouse-show-mark): Adjust to new name and don't assume
7238         x-lost-selection-functions is bound.
7240         * mouse-sel.el (mouse-sel-mode):
7241         * emacs-lisp/lselect.el: Adjust to new names for
7242         x-(lost|sent)-selection-functions.
7244         * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
7245         New obsolete aliases of x-lost-selection-functions and
7246         x-sent-selection-functions.
7248 2004-10-28  Kim F. Storm  <storm@cua.dk>
7250         * imenu.el (imenu-scanning-message): Remove.
7251         (imenu-progress-message): Make it a no-op.
7253 2004-10-28  John Paul Wallington  <jpw@gnu.org>
7255         * files.el (set-auto-mode): Call `throw' correctly.
7257 2004-10-28  Juri Linkov  <juri@jurta.org>
7259         * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
7260         to search `Info-...' commands in `info' manual.
7261         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
7262         Add 'info-file "emacs" property.
7263         (Info-find-emacs-command-nodes): Fix index line number regexp.
7264         Set real line number (instead of fake 0) in first element of the
7265         returned list.
7266         (Info-goto-emacs-command-node): Use line number of first element
7267         to set point in the first found Info node.
7269         * progmodes/grep.el (grep-regexp-alist): Move match highlighting
7270         code to `grep-mode-font-lock-keywords'.
7271         (grep-mode-font-lock-keywords): Delete grep markers instead
7272         of making them invisible.
7274 2004-10-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7276         * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
7277         and x-server-version in bug report.
7279 2004-10-28  Daniel Pfeiffer  <occitan@esperanto.org>
7281         * files.el (set-auto-mode-0): New function.
7282         (set-auto-mode): Use it to handle aliased modes and to
7283         be consistent between C-x C-f and C-x C-w.
7285 2004-10-28  Kenichi Handa  <handa@m17n.org>
7287         * international/utf-8.el (utf-translate-cjk-charsets):
7288         Add katakana-jisx0201.
7290         * international/subst-jis.el: Add data for JISX0201.
7292 2004-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7294         * obsolete/hilit19.el (hilit-mode): New function.
7295         Move all the toplevel side-effecting stuff into it, so that loading
7296         hilit19 doesn't mess everything up any more.
7298 2004-10-27  Richard M. Stallman  <rms@gnu.org>
7300         * add-log.el (add-change-log-entry): Set up mailing address
7301         and full name later, and don't alter add-log-mailing-address
7302         or add-log-full-name.
7304         * elide-head.el (elide-head): Change error to message.
7305         (elide-head-show): Likewise.
7307         * apropos.el (apropos-macrop): Doc fix.
7309         * mouse.el (mouse-show-mark): Do most processing the same
7310         regardless of transient-mark-mode.
7312         * shadowfile.el (shadow-copy-files): Use interactive-p
7313         only to control whether to print a message.
7315         * tar-mode.el (tar-mode): Use write-contents-functions,
7316         not write-contents-hooks.
7318         * eshell/em-unix.el (eshell-du-sum-directory): Don't use
7319         directory-sep-char.
7321 2004-10-27  Richard M. Stallman  <rms@gnu.org>
7323         * strokes.el (strokes-unload-hook): Fix previous change.
7325         * type-break.el (type-break-run-at-time): Always use run-at-time;
7326         forget the alternatives.
7327         (type-break-cancel-function-timers): Always use cancel-function-timers;
7328         forget the alternatives.
7330         * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
7332 2004-10-27  Kenichi Handa  <handa@m17n.org>
7334         * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
7336         * international/subst-gb2312.el: Likewise.
7338         * international/subst-big5.el: Likewise.
7340         * international/subst-ksc.el: Likewise.
7342         * international/utf-8.el (utf-translate-cjk-unicode-range-string):
7343         New variable.
7344         (utf-translate-cjk-set-unicode-range): New function.
7345         (utf-translate-cjk-unicode-range): Make it customizable.
7346         (utf-8-post-read-conversion):
7347         Use utf-translate-cjk-unicode-range-string.
7348         (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
7349         Unicode ranges.
7351 2004-10-26  Daniel Pfeiffer  <occitan@esperanto.org>
7353         * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
7354         trivial variants to shorten the list.
7355         (xml-based-modes): New var.
7356         (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
7357         declaration higher priority than auto-mode-alist.
7359         * find-file.el (cc-other-file-alist): Bring it in line with
7360         cc-mode's auto-mode-alist entries and use \' instead of $.
7362         * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
7363         and add "Id" and "Name" submenus to it.
7365         * imenu.el (imenu--generic-function): Skip matches in comments.
7367 2004-10-26  Jay Belanger  <belanger@truman.edu>
7369         * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
7370         (full-calc-keypad, calc-trail-display):  Use an extra argument
7371         instead of `interactive-p'.
7373         * calc/calc-misc.el (calc-other-window): Use an extra argument
7374         instead of `interactive-p'.
7376         * calc/calc-rewr.el (calc-match): Use an extra argument instead of
7377         `interactive-p'.
7379 2004-10-26  Kim F. Storm  <storm@cua.dk>
7381         * help.el (describe-key): Describe both down-event and up-event
7382         for a mouse click.
7384 2004-10-26  Richard M. Stallman  <rms@gnu.org>
7386         * woman.el (woman): Don't call interactive-p.
7388         * pcomplete.el (pcomplete): Instead of interactive-p,
7389         use an arg set non-nil by the interactive spec.
7391         * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
7392         use an arg set non-nil by the interactive spec.
7394         * man.el (Man-cleanup-manpage): Instead of interactive-p,
7395         use an arg set non-nil by the interactive spec.
7397 2004-10-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
7399         * progmodes/flymake.el (flymake-split-string):
7400         Use `flymake-split-string-remove-empty-edges' in any case.
7402 2004-10-26  Masatake YAMATO  <jet@gyve.org>
7404         * progmodes/flymake.el (flymake-err-line-patterns):
7405         Use `compilation-error-regexp-alist-alist' instead of
7406         `compilation-error-regexp-alist'.
7408 2004-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7410         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
7411         verbatim face on the \ of \end{verbatim}.
7413 2004-10-25  Jay Belanger  <belanger@truman.edu>
7415         * calc/calc-incom.el (calc-digit-dots):  Inhibit read-only before
7416         erasing minibuffer.
7418 2004-10-25  Simon Josefsson  <jas@extundo.com>
7420         * subr.el (read-passwd): Move to net/password.el.
7422         * net/password.el (read-passwd): Add.  Autoload it.
7424 2004-10-25  Kai Grossjohann  <kai.grossjohann@gmx.net>
7426         * mouse-sel.el (mouse-sel-mode): Specify custom group.
7428         * simple.el (process-file): Fix logic.
7430 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
7432         * indent.el (set-left-margin, set-right-margin): Delete redundant code.
7433         (increase-right-margin): Remove erroneous call to `interactive-p'.
7435 2004-10-24  Kim F. Storm  <storm@cua.dk>
7437         * help.el (describe-mode): Fix 2004-10-13 change.
7438         Copy pure "Auto Fill" string so it can be propertized later
7439         without causing a read-only error.
7441 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
7443         * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
7444         style indexes.
7446 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
7448         * simple.el (process-file): Accept nil for INFILE.  Reported by
7449         Luc Teirlinck.
7451 2004-10-24  Masatake YAMATO  <jet@gyve.org>
7453         * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
7454         Handle periods and underscores in a function name.
7455         Remove the address fontification.
7457 2004-10-24 Masatake YAMATO <jet@gyve.org>
7459         * progmodes/asm-mode.el (asm-font-lock-keywords):
7460         Use font-lock-variable-name-face for registers.
7462 2004-10-24  Nick Roberts  <nickrob@snap.net.nz>
7464         * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
7465         kill-all-local-variables.
7466         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
7467         (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
7468         Use kill-all-local-variables and provide mode-hooks.
7469         (gdb-assembler-font-lock-keywords): New font lock keywords definition.
7470         (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
7471         Suggested by Masatake YAMATO <jet@gyve.org>.
7473 2004-10-23  Kai Grossjohann  <kai.grossjohann@gmx.net>
7475         * simple.el (process-file): New function, similar to call-process
7476         but supports file handlers.
7477         * vc.el (vc-do-command): Use it, instead of call-process.
7478         * net/tramp-vc.el (vc-do-command): Do not advise it if
7479         process-file is fboundp.
7480         * net/tramp.el (tramp-file-name-handler-alist): Add entry for
7481         process-file.
7482         (tramp-handle-process-file): New function.
7483         (tramp-file-name-for-operation): Support process-file.
7485 2004-10-23  Ulf Jasper  <ulf.jasper@web.de>
7487         * calendar/icalendar.el (icalendar--weekday-array): New constant.
7488         (icalendar-weekdayabbrev-table)
7489         (icalendar-monthnumber-table): Delete.
7490         (icalendar--get-month-number): Use calendar-month-name-array.
7491         (icalendar--get-weekday-number): New function.
7492         (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
7493         (icalendar-export-region): Handle multi-line entries.
7494         (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
7496 2004-10-23  John Paul Wallington  <jpw@gnu.org>
7498         * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
7499         `wildcards' set to t in interactive spec.
7501         * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
7502         interactive spec rather than use `interactive-p'.
7503         (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
7504         rather than use function `interactive-p'.
7506 2004-10-22  Kenichi Handa  <handa@m17n.org>
7508         * international/mule.el (translate-region): Implement it in Lisp
7509         as a front end of translate-region-internal.
7511 2004-10-21  Jay Belanger  <belanger@truman.edu>
7513         * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
7514         Declare these variables with defvar.
7516         * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
7517         is bound, only check to see if it is bound.
7519 2004-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7521         * textmodes/tex-mode.el (tex-compilation-parse-errors):
7522         Don't output messages.
7524         * calc/calc-help.el (calc-describe-bindings): Fix last change.
7526 2004-10-21  John Paul Wallington  <jpw@gnu.org>
7528         * calc/calc-graph.el (calc-graph-init):
7529         Use `set-process-query-on-exit-flag'.
7531 2004-10-21  Daniel Pfeiffer  <occitan@esperanto.org>
7533         * progmodes/compile.el (compilation-start): Rely on `cd' to get
7534         dir right and also allow argumentless cd.
7536 2004-10-19  Richard M. Stallman  <rms@gnu.org>
7538         * textmodes/flyspell.el (flyspell-mode): Doc fix.
7540         * eshell/em-unix.el (eshell-grep):
7541         Don't bind compilation-process-setup-function.
7543         * comint.el (comint-insert-input): Use @ in `interactive'.
7544         (comint-input-filter-functions): Doc fix.
7545         (comint-kill-whole-line, comint-get-source): Doc fix.
7547         * progmodes/compile.el (compilation-setup):
7548         Don't set buffer-read-only if MINOR is non-nil.
7550 2004-10-19  Jay Belanger  <belanger@truman.edu>
7552         * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
7553         (calc-emacs-type-gnu19): Remove.
7554         (calc-digit-map, calc-read-key-sequence, calc-read-key):
7555         Remove check for old emacs versions.
7557         * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
7558         (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
7559         for current Emacs.
7561         * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
7562         the end of the minibuffer.
7563         (calc-do-alg-entry): Remove Emacs version check.  Use `copy-keymap' to
7564         copy `esc-map'.
7566         * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
7568         * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
7569         call that would be given when the current emacs was used.
7571 2004-10-19  Ulf Jasper  <ulf.jasper@web.de>
7573         * calendar/icalendar.el: Set coding to utf-8.
7574         (icalendar-version): Increase to 0.07.
7575         (icalendar-monthnumber-table): Change March pattern.
7576         (icalendar-get-all-event-properties)
7577         (icalendar-set-event-property): Delete.
7578         (icalendar-all-events): No longer interactive.
7579         (icalendar-convert-diary-to-ical)
7580         (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
7581         their replacements.
7582         (icalendar-export-file, icalendar-export-region): New functions;
7583         essentially old `icalendar-convert-diary-to-ical' but appending to
7584         target rather than overwriting.
7585         (icalendar-import-file): Append to target file rather than
7586         overwriting.  Fourth arg deleted.
7587         (icalendar-import-buffer): New name for old
7588         `icalendar-extract-ical-from-buffer'.
7589         (icalendar--convert-string-for-import): New name for
7590         old `icalendar-convert-for-import'.
7591         (include-icalendar-files): Delete.
7592         Prefix for all internal functions changed from `icalendar-'
7593         to `icalendar--'.
7595 2004-10-19  Richard M. Stallman  <rms@gnu.org>
7597         * paths.el (news-path): Fix previous change.
7599 2004-10-18 Jay Belanger  <belanger@truman.edu>
7601         * calc/calc-help.el (calc-describe-bindings):
7602         Set `buffer-read-only' to nil while working in the keybindings buffer;
7603         remove some extra information from the keybindings buffer.
7605 2004-10-18  David Ponce  <david@dponce.com>
7607         * mouse.el (mouse-drag-move-window-top): New function.
7608         (mouse-drag-mode-line-1): Use it.
7610 2004-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
7612         * info.el (Info-fontify-node): For multiline refs,
7613         arrange to unfontify newline and surrounding whitespace.
7615 2004-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7617         * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
7618         directory is missing.
7620 2004-10-17  John Paul Wallington  <jpw@gnu.org>
7622         * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
7623         New customizable variable; whether to display buffers that match
7624         `ibuffer-maybe-show-predicates' by default.
7625         (ibuffer-maybe-show-predicates): Mention it in docstring.
7626         (ibuffer-display-maybe-show-predicates): New variable.
7627         (ibuffer-update): Prefix arg now toggles whether buffers that
7628         match `ibuffer-maybe-show-predicates' should be displayed.
7629         (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
7630         locally to heed `ibuffer-default-display-maybe-show-predicates'.
7631         (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
7633 2004-10-17  Michael Albinus  <michael.albinus@gmx.de>
7635         * net/tramp.el: Redo sync with Tramp 2.0.45.  Last commit did not
7636         work correctly.
7638 2004-10-17  Daniel Pfeiffer  <occitan@esperanto.org>
7640         * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
7641         (Buffer-menu-beginning): New helper function.
7642         (Buffer-menu-execute): Use it.
7643         (Buffer-menu-select): Use it.
7644         (Buffer-menu-sort): Use it and also keep markers.
7646 2004-10-17  Richard M. Stallman  <rms@gnu.org>
7648         * paths.el (news-directory): Rename from news-path.  Old name alias.
7649         (rmail-spool-directory): Use defvar.
7650         (sendmail-program): Use defcustom.
7651         (remote-shell-program): Use defcustom.
7652         (term-file-prefix): Use defvar.
7653         (abbrev-file-name): Use defvar.
7655         * term.el: Add maintainer.
7657         * subr.el (with-local-quit): Return nil if there's a quit.
7658         (read-passwd): Use with-local-quit.  Doc fix.
7660         * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
7661         (strokes-unload-hook): Set as a variable with add-hook.
7663         * startup.el (fancy-splash-tail, normal-splash-screen):
7664         Update copyright year.
7666         * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
7668         * server.el (server-unload-hook): Set as a variable with add-hook.
7670         * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
7672         * frame.el (special-display-popup-frame):
7673         Make the buffer current as its frame is created.
7675         * delsel.el (delsel-unload-hook): Set as a variable.
7677         * comint.el (comint-output-filter-functions):
7678         Add comint-watch-for-password-prompt.
7679         (comint-read-noecho): Function deleted.
7680         (send-invisible): Use read-passwd.
7682         * fringe.el (fringe-mode-initialize): New function.
7683         (fringe-mode): Use fringe-mode-initialize as :initialize.
7685 2004-10-17  Kim F. Storm  <storm@cua.dk>
7687         * language/indian.el (indian-script-language-alist): Swap value and doc.
7688         (indian-font-char-index-table): Doc fix.
7690 2004-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7692         * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
7694 2004-10-16  Juri Linkov  <juri@jurta.org>
7696         * progmodes/compile.el (compilation-start): Move let-binding of
7697         `process-environment' into `with-current-buffer' body.
7698         Reported by Matt Hodges <MPHodges@member.fsf.org>.
7700 2004-10-16  Richard M. Stallman  <rms@gnu.org>
7702         * pcvs-util.el (cvs-bury-buffer):
7703         Don't call get-buffer-window for effect.
7705         * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
7707         * newcomment.el (comment-auto-fill-only-comments): Add autoload.
7709         * msb.el (msb-unload-hook): Set the variable.
7711         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
7712         Use * to err if buffer is readonly.
7714         * subr.el (looking-back): Return only t or nil.
7716         * whitespace.el (whitespace-unload-hook): Set the variable.
7718         * view.el (view-mode-enable): Set view-page-size and
7719         view-half-page-size to nil.
7720         (view-set-half-page-size-default): view-half-page-size = nil
7721         means the default.
7722         (View-scroll-page-forward): Use view-page-size-default.
7723         (View-scroll-page-backward): Likewise.
7724         (view-page-size, view-half-page-size): Doc fixes.
7726         * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
7728         * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
7730         * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
7731         "cl" like other files.  Instead, call byte-compile-find-cl-functions.
7732         (byte-compile-log-1): Bind inhibit-read-only.
7733         (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
7734         (byte-compile-log-warning): Likewise.
7735         (byte-compile-file-form-require): Detect "cl" from the arg value.
7737         * progmodes/compile.el (compilation-start): Assume compilation-mode
7738         will make the buffer read-only.
7739         (compilation-mode): Take arg name-of-mode.
7740         (compilation-setup): Make buffer read-only.
7741         (compilation-handle-exit): Bind inhibit-read-only.
7743         * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
7744         (ispell-message): Likewise.
7745         (ispell-show-choices): Don't call get-buffer-window uselessly.
7746         (ispell-init-process): Use set-process-query-on-exit-flag.
7748 2004-10-16  Kim F. Storm  <storm@cua.dk>
7750         * fringe.el (fringe-bitmaps): Only initialize when defined.
7752         * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
7753         (cvs-mode-find-file): Add optional `view' arg to enter view mode.
7755         * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
7757 2004-10-15  Simon Josefsson  <jas@extundo.com>
7759         * net/password.el: Add.
7761 2004-10-14  Masatake YAMATO  <jet@gyve.org>
7763         * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
7764         (gdb-script-end-of-defun): New function.
7765         (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
7766         `gdb-script-end-of-defun' as *-of-defun-function.
7768 2004-10-13  Daniel Pfeiffer  <occitan@esperanto.org>
7770         * button.el (button-activate): Allow a marker to display as an action.
7772         * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
7774         * help.el (describe-mode): Use it to make minor mode list into
7775         hyperlinks.
7777 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7779         * vc.el (vc-annotate-display-select): Fix typo.
7781         * subr.el (substitute-key-definition-key): New function.
7782         (substitute-key-definition): Use it with map-keymap.
7783         (event-modifiers): Use push.
7784         (mouse-movement-p, with-temp-buffer): Simplify.
7786 2004-10-12  Jay Belanger  <belanger@truman.edu>
7788         * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
7789         New variables.
7790         (calc-help-index-entries): New function.
7791         (calc-describe-function): Use `calc-help-function-list' instead of
7792         obarray for completion.
7793         (calc-describe-variable): Use `calc-help-variable-list' instead
7794         of obarray for completion.
7796 2004-10-12  Richard M. Stallman  <rms@gnu.org>
7798         * info-look.el (info-lookup-file): Add info-file property.
7799         (info-lookup-symbol): Likewise.
7801         * info.el (info-xref): Add underlining.
7802         (info): Add info-file property.
7803         (Info-find-emacs-command-nodes): Specify case-sensitive search.
7805 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
7807         Sync with Tramp 2.0.45.
7809         * net/tramp.el (top): Apply `def-edebug-spec' only if function is
7810         defined.  This is not the case for XEmacs without package "edebug".
7811         (tramp-set-auto-save-file-modes): Set permissions of autosaved
7812         remote files to the permissions of the original file.  This is not
7813         the case for Emacs < 21.3.50 and XEmacs < 21.5.  Add function to
7814         `auto-save-hook'.  Reported by Thomas Prokosch <thomas@nadev.net>.
7815         (tramp-perl-decode): Fix an error in Perl implementation.
7816         $pending must be cleared every loop.  Reported by Benjamin Place
7817         <benjaminplace@sprintmail.com>
7819         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
7820         Don't activate advice during definition.  This is done later on,
7821         depending on test result of `substitute-in-file-name'.
7822         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7824 2004-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7826         * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
7828         * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
7830 2004-10-12  David Ponce  <david@dponce.com>
7832         * recentf.el (recentf-edit-list): Update the menu when the recentf
7833         list has been modified.
7835 2004-10-12  Simon Josefsson  <jas@extundo.com>
7837         * net/tls.el (tls-certtool-program): New variable.
7838         (tls-certificate-information): New function, based on
7839         ssl-certificate-information.
7841 2004-10-12  Kenichi Handa  <handa@m17n.org>
7843         * international/mule.el (coding-system-equal): Move from mule-util.el.
7845         * international/mule-util.el (coding-system-equal): Move to mule.el.
7847 2004-10-12  Kim F. Storm  <storm@cua.dk>
7849         * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
7850         reset kmacro-initial-counter-value if set.
7851         (kmacro-set-counter): Only set kmacro-counter if defining or executing
7852         macro.  Set kmacro-initial-counter-value otherwise. Never set both.
7853         (kmacro-display): Show macro counter if non-zero.
7855         * subr.el (substitute-key-definition): Mention command remapping
7856         in doc string.
7858 2004-10-11  Jay Belanger  <belanger@truman.edu>
7860         * calc/calc-misc.el (calc-info-goto-node): New function.
7861         (calc-tutorial, calc-info-summary): Go to appropriate Calc info
7862         node in one step.
7863         (calc-describe-copying, calc-describe-distribution)
7864         (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
7865         Go to appropriate info node in one step.
7867 2004-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7869         * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
7871         * font-lock.el (font-lock-apply-highlight): Fix last change.
7873 2004-10-11  Simon Josefsson  <jas@extundo.com>
7875         * mail/smtpmail.el (smtpmail-open-stream): Look for
7876         starttls-gnutls-program instead of starttls-program iff
7877         starttls-use-gnutls is non-nil.
7878         (smtpmail-open-stream): Don't overwrite user settings of
7879         starttls-extra-arguments and starttls-extra-args.
7881 2004-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7883         * comint.el (comint-mouse-insert-input): Remove.
7884         (comint-insert-input): Make it work for mouse bindings.
7885         (comint-mode-map): Move defs into the declaration.
7886         (comint-output-filter): Typo.
7888         * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
7890 2004-10-10  Kai Grossjohann  <kai.grossjohann@gmx.net>
7892         * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
7893         (ange-ftp-call-chmod): Reference remote-shell-program instead of
7894         ange-ftp-remote-shell.
7896 2004-10-10  Andreas Schwab  <schwab@suse.de>
7898         * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
7899         `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
7900         Reported by <sri@asu.edu>.
7902 2004-10-10  Benjamin Rutt  <brutt@bloomington.in.us>
7904         * vc.el (vc-annotate-mode): Remove variable.
7905         (vc-annotate-display-select): Only call vc-annotate-mode
7906         if we're not in that mode already.
7908 2004-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7910         * imenu.el (imenu--completion-buffer): Don't return t for rescan.
7911         (imenu-choose-buffer-index): Check here for rescan instead.
7913         * font-lock.el (font-lock-apply-highlight): Explicitly check the case
7914         where the face expression evals to nil.
7916         * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
7917         (tex-font-lock-keywords-2): Use it.
7918         (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
7920         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
7922 2004-10-09  Kim F. Storm  <storm@cua.dk>
7924         * subr.el (progress-reporter-update): Define before first usage.
7925         (make-progress-reporter): Doc fix.
7927 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
7929         * textmodes/paragraphs.el (sentence-end-double-space)
7930         (sentence-end-without-period, sentence-end-without-space)
7931         (sentence-end): Doc fixes.
7933 2004-10-08  Peter Seibel  <peter@javamonkey.com>  (tiny change)
7935         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
7936         Change paragraph-start regexp so we don't fill code starting with #'(.
7938 2004-10-08  Sebastien Kirche  <seki@seki.fr>  (tiny change)
7940         * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
7941         New defcustom.
7942         (extract-address-components): Use it.
7944 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
7946         * subr.el (make-progress-reporter, progress-reporter-update)
7947         (progress-reporter-force-update, progress-reporter-do-update)
7948         (progress-reporter-done): New functions.
7950         * tar-mode.el (tar-summarize-buffer): Use progress reporter.
7952         * progmodes/etags.el (etags-tags-completion-table): Use progress
7953         reporter.
7954         (etags-tags-apropos): Likewise.
7956 2004-10-08  Alan Mackenzie  <acm@muc.de>
7958         * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
7959         of current line.
7961 2004-10-08  Masatake YAMATO  <jet@gyve.org>
7963         * server.el (server-process-filter): Wrap `process-send-region'
7964         by `condition-case' to guard the case when the pipe to PROC is closed.
7966 2004-10-07  Mark A. Hershberger  <mah@everybody.org>
7968         * xml.el (xml-substitute-special): Limit handling of external entities.
7970 2004-10-06  Nick Roberts  <nickrob@snap.net.nz>
7972         * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
7974 2004-10-06  John Paul Wallington  <jpw@gnu.org>
7976         * xml.el (xml-parse-dtd): Fix `error' call.
7978 2004-10-05  Mark A. Hershberger  <mah@everybody.org>
7980         * xml.el (xml-substitute-special): Return a single string instead
7981         of a list of strings if an entity substitution is made.
7983 2004-10-05  Ulf Jasper  <ulf.jasper@web.de>
7985         * calendar/icalendar.el: New file.
7987 2004-10-05  Juri Linkov  <juri@jurta.org>
7989         * isearch.el (isearch-done): Set mark after running hook.
7990         Reported by Drew Adams <drew.adams@oracle.com>.
7992         * info.el (Info-history, Info-toc): Fix Info headers.
7993         (Info-toc): Narrow buffer before Info-fontify-node.
7994         (Info-build-toc): Don't check for special Info file names.
7995         Set main-file to nil if Info-find-file returns a symbol.
7997 2004-10-05  Emilio C. Lopes  <eclig@gmx.net>:
7999         * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
8000         (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
8001         * calendar/cal-menu.el (calendar-mode-map): Ditto.
8003 2004-10-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
8005         * calendar/cal-iso.el (calendar-iso-read-args): New function,
8006         for old interactive spec from calendar-goto-iso-date.
8007         (calendar-goto-iso-date): Use it.
8008         (calendar-goto-iso-week): New function.  Suggested by Emilio
8009         C. Lopes <eclig@gmx.net>.
8011 2004-10-04  Luc Teirlinck  <teirllm@auburn.edu>
8013         * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
8014         `set-right-margin' bindings that follow the minor mode conventions.
8016 2004-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8018         * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
8019         (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
8020         (latex-block-args-alist): Add minipage and picture.
8021         (latex-block-body-alist): Use reftex-label if enabled.
8022         (latex-insert-block): Don't insert a \n if not necessary.
8023         (tex-compile-commands): Make sure dvips doesn't send to printer.
8024         (tex-compile-default): Handle the case where no executable is found.
8025         (latex-noindent-environments): New var.
8026         (latex-find-indent): Use it.  Take an empty line as an arg-breaker.
8027         If tex-indent-allhanging is non-nil, make sure we only align for macros
8028         at beginning of line.
8030 2004-10-03  Daniel Pfeiffer  <occitan@esperanto.org>
8032         * newcomment.el (comment-beginning): Doc fix and don't choke on
8033         unset `comment-end-skip' when at beginning of comment.
8035 2004-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
8037         * term.el (term-adjust-current-row-cache): Don't allow the current
8038         row to become negative.
8039         (term-emulate-terminal): Fix insert mode. Handle tab insertion at
8040         the end of the line. Fix scroll down. Add comments.
8041         (term-handle-ansi-escape): Don't exceed terminal width when moving
8042         right.
8043         (term-scroll-region): Move the cursor after setting the scroll region.
8045 2004-10-01  Luc Teirlinck  <teirllm@auburn.edu>
8047         * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
8048         to `width' for consistency with docstring.  Doc fix.
8050 2004-10-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
8052         * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
8053         This is necessary for derived modes.
8055 2004-09-30  Kim F. Storm  <storm@cua.dk>
8057         * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
8058         (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
8060         * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
8061         kmacro-extract-lambda functions.
8062         (edit-kbd-macro): Handle kmacro lambda forms.
8063         Include counter and counter format in edit buffer.
8064         (edmacro-finish-edit): Get counter and format from edit buffer and
8065         update kmacro bindings when found.
8067 2004-09-29  Luc Teirlinck  <teirllm@auburn.edu>
8069         * textmodes/paragraphs.el (forward-paragraph):
8070         Avoid args-out-of-range error when point winds up at the beginning of
8071         the buffer and hard newlines are enabled.
8073         * newcomment.el (comment-multi-line): Doc fix.
8075 2004-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8077         * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
8078         (diff-fixup-modifs): Catch unified-diff file-headers.
8080 2004-09-29  Kim F. Storm  <storm@cua.dk>
8082         * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
8083         (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
8084         (gdb-put-breakpoint-icon): Use breakpoint bitmap.
8086         * fringe.el (fringe-bitmap-p): New macro.
8087         (fringe-bitmaps): Add standard fringe bitmaps on load.
8089 2004-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8091         * dired.el (dired-view-command-alist): Use more efficient regexps.
8092         Remove dubious arguments.
8093         (dired-align-file): New function.
8094         (dired-insert-directory): Use it.
8095         (dired-move-to-end-of-filename): Make the " -> " search more specific.
8096         (dired-buffers-for-dir): Remove unused var `pattern'.
8098 2004-09-28  Matthew Mundell  <matt@mundell.ukfsn.org>
8100         * calendar/diary-lib.el (list-diary-entries): Save diary buffer
8101         from diary display excursion.  Store diary buffer's point for
8102         `simple-diary-display'.
8103         (simple-diary-display): Set window point and start when
8104         displaying buffer, to preserve point.
8106 2004-09-27  Luc Teirlinck  <teirllm@auburn.edu>
8108         * textmodes/enriched.el (enriched-translations): Replace defconst
8109         with defvar.
8111 2004-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8113         * printing.el: Doc fix.
8114         (pr-version): New version number (6.8.1).
8115         (pr-ps-file-using-ghostscript): Use make-temp-file instead of
8116         make-temp-name.
8117         (pr-delete-file): Check if file exists before deleting it.
8118         Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
8120 2004-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8122         * term.el (term-display-table): New variable.
8123         (term-mode): Use it.
8124         (term-exec-1): Set the coding system to binary.
8125         (term-emulate-terminal): Decode the string before inserting it.
8127 2004-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
8129         * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
8130         (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
8131         (map): Bind S-prior, S-next and S-insert.
8132         (term-mode): Set `indent-tabs-mode' to nil.
8133         (term-paste): New function to be bound to S-insert.
8134         (term-send-del, term-send-backspace): Change the strings sent.
8135         (term-termcap-format): Synchronyze with etc/e/eterm.ti.
8136         (term-handle-colors-array): Fix handling of underline and reverse.
8137         (term-handle-ansi-escape): Do not handle smcup/rmcup.  Add comments.
8138         (term-erase-in-line): Fix comparison.
8139         (term-emulate-terminal): Fix line wrap handling.
8140         (term-start-output-log): Rename from `term-set-output-log'.
8141         (term-stop-output-log): Rename from `term-stop-photo'.
8142         (term-switch-to-alternate-sub-buffer): Comment out, unused.
8144 2004-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8146         * dired.el (dired-move-to-filename): Don't output a message if
8147         raise-error is non-nil.  Fix return position and value.
8149         * files.el (insert-directory): Obey --dired even with symlinks.
8151 2004-09-25  Lars Hansen  <larsh@math.ku.dk>
8153         * ls-lisp.el (ls-lisp-format): Mark file names with property
8154         dired-filename.
8156 2004-09-25  Kim F. Storm  <storm@cua.dk>
8158         * ido.el (ido-max-directory-size): New defcustom.
8159         (ido-decorations): Add "too big" element.
8160         (ido-directory-too-big): New dynamic var.
8161         (ido-may-cache-directory): Don't cache big directories.
8162         (ido-directory-too-big-p): New defun.
8163         (ido-set-current-directory): Update ido-directory-too-big.
8164         (ido-read-internal): Make empty ido-cur-item if too-big.
8165         (ido-buffer-internal): Use ido-read-internal directly instead of
8166         ido-read-buffer.
8167         (ido-file-internal): Init ido-directory-too-big.
8168         (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
8169         and redo completion with full list.
8170         (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
8171         it, and show completions.
8172         (ido-all-completions): Let bind ido-directory-too-big to nil.
8173         (ido-exhibit): Handle ido-directory-too-big.
8174         (ido-read-buffer): Handle fallback to read-buffer.
8175         Init ido-directory-too-big.
8176         (ido-read-file-name, ido-read-directory-name, ido-completing-read):
8177         Init ido-directory-too-big.
8179 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
8181         * subr.el (delay-mode-hooks): Doc fix.
8183 2004-09-23  Luc Teirlinck  <teirllm@auburn.edu>
8185         * textmodes/enriched.el
8186         (enriched-default-text-properties-local-flag): New variable.
8187         (enriched-mode): Make sure that enabling and disabling the mode is
8188         a no-op.  Doc fix.
8190 2004-09-23  H\e,Ae\e(Bkon Malmedal  <hmalmedal@yahoo.no>  (tiny change)
8192         * calendar/holidays.el (holiday-advent): Report on a specified day
8193         offset from advent, not just advent.
8194         (holiday-easter-etc): Report on one specified day offset from
8195         easter, not all easter holidays. Various Easter holidays moved to
8196         `christian-holidays' variable in calendar.el.
8197         * calendar/calendar.el (christian-holidays): Adapt for new
8198         behaviour of `holiday-advent' and `holiday-easter-etc' functions.
8200 2004-09-23  Kim F. Storm  <storm@cua.dk>
8202         * image.el (insert-sliced-image): Add doc string.
8204         * ido.el (ido-choice-list): New dynamic var for `list' context.
8205         (ido-context-switch-command): New dynamic var.
8206         (ido-define-mode-map): Generalize switch between file/buffer contexts.
8207         (ido-read-internal): Handle new `list' context.
8208         Handle insert-buffer and insert-file ido-exit values.
8209         (ido-buffer-internal): New arg switch-cmd.  Use it to setup
8210         ido-context-switch-command. Handle insert-file ido-exit value.
8211         (ido-read-buffer): Set ido-context-switch-command to 'ignore
8212         unless it is already bound by caller.
8213         (ido-file-internal): New arg switch-cmd.  Use it to setup
8214         ido-context-switch-command.  Handle insert-buffer ido-exit value.
8215         (ido-enter-insert-buffer, ido-enter-insert-file): New commands
8216         used for context switching.
8217         (ido-all-completions): Handle new `list' context.
8218         (ido-make-choice-list): Return choices for `list' context.
8219         (ido-find-file-in-dir, ido-display-file, ido-write-file)
8220         (ido-display-buffer, ido-kill-buffer): Disable context switching.
8221         (ido-insert-buffer, ido-insert-file): Setup context switching.
8222         (ido-exhibit): Handle `list' context.
8223         (ido-read-file-name): Disable context switching.  Handle fallback.
8224         (ido-read-directory-name): Disable context switching.
8225         (ido-completing-read): New defun like completing-read.  Setup and
8226         use new `list' context.
8228 2004-09-20  Jesper Harder  <harder@ifa.au.dk>
8230         * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
8232 2004-09-21  Jay Belanger  <belanger@truman.edu>
8234         * calc/calc-graph.el (calc-graph-add-curve): Move the call to
8235         `calc-graph-set-styles' so the gnuplot buffer will appear in a
8236         separate window.
8238 2004-09-21  Luc Teirlinck  <teirllm@auburn.edu>
8240         * subr.el (after-change-major-mode-hook): Doc fix.
8242 2004-09-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8244         * printing.el: Doc fix.  Add a new tip about the use of gsprint instead
8245         of ghostscript for monochrome PostScript file in Windows.
8247 2004-09-21  Kenichi Handa  <handa@m17n.org>
8249         * descr-text.el (describe-char): Checking of quail activation fixed.
8251 2004-09-21  Jay Belanger  <belanger@truman.edu>
8253         * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
8255 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
8257         * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
8258         after the mode hooks instead of before.  Doc fix.
8260 2004-09-20  Jason Rumney  <jasonr@gnu.org>
8262         * startup.el (command-line) [windows-nt]: Try .emacs first, then
8263         _emacs, but revert to .emacs if neither exists in home directory.
8265 2004-09-20  John Paul Wallington  <jpw@gnu.org>
8267         * bindings.el (completion-ignored-extensions): Add .dfsl.
8269 2004-09-20  Richard M. Stallman  <rms@gnu.org>
8271         * bindings.el (scroll-left): Make it disabled.
8273         * files.el (enable-local-eval): Doc fix.
8275         * indent.el (move-to-left-margin): Special case for minibuffer.
8277         * term.el (term-emulate-terminal): Turn off undo for output.
8278         Use with-current-buffer and save-selected-window.
8280         * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
8282         * progmodes/make-mode.el (makefile-fill-paragraph):
8283         Don't insist on spaces when looking for comments.  # is enough.
8285         * files.el (hack-local-variables): Copy the variables list
8286         to another buffer, strip prefixes and suffixes there, then read.
8287         (enable-local-eval): Doc fix.
8288         (ignored-local-variables): Initialize to nil.
8289         (risky-local-variable-p): Don't check ignored-local-variables here.
8290         (hack-one-local-variable): Ignore var if in ignored-local-variables.
8292 2004-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
8294         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
8295         of = to "." (punctuation).
8297 2004-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8299         * subr.el (event-basic-type): Fix mask (extend to 22bits).
8301 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
8303         * textmodes/enriched.el (enriched-rerun-flag): New variable.
8304         (enriched-before-change-major-mode): New function.
8305         Add it to `change-major-mode-hook'.
8306         (enriched-after-change-major-mode): New function.
8307         Add it to `after-change-major-mode-hook'.
8308         (enriched-mode): Make it work correctly if called from
8309         `after-change-major-mode-hook'.
8310         No longer set `indent-line-function'.
8312         * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
8314         * subr.el (after-change-major-mode-hook): New variable.
8315         (run-mode-hooks): Implement it.
8317 2004-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8319         * battery.el (battery-linux-proc-apm): Use string-to-number.
8320         (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
8321         Use dolist (and less indentation).  Use erase-buffer.
8322         Pre-initialize `design-capacity', `warn', and `low'.
8323         (battery-format): Use replace-regexp-in-string.
8325 2004-09-18  Ralph Schleicher  <rs@nunatak.allgaeu.org>
8327         * battery.el: Delete superfluous empty lines.
8328         (battery-linux-proc-acpi): Attempt to gather information from all
8329         battery subdirectories regardless of their file name.
8330         (battery-linux-proc-apm): Replace all occurrences of
8331         battery-hex-to-int-2 with string-to-int (base 16).
8332         (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
8333         (battery-hex-map): Delete variable.
8335 2004-09-18  John Paul Wallington  <jpw@gnu.org>
8337         * calc/calc-units.el (calc-quick-units): Fix overzealous
8338         s/or/unless/.
8340 2004-09-17  Jay Belanger  <belanger@truman.edu>
8342         * calc/calc.el (calc-mode-var-list): Fix the value of
8343         `calc-matrix-brackets'.
8345 2004-09-17  Romain Francoise  <romain@orebokech.com>
8347         * ibuf-ext.el (define-ibuffer-filter filename):
8348         Expand dired-directory since buffer-file-name is absolute.
8350 2004-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
8352         * ediff-init.el (ediff-current-diff-face-A)
8353         (ediff-current-diff-face-B, ediff-current-diff-face-C)
8354         (ediff-current-diff-face-Ancestor)
8355         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
8356         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
8357         (ediff-even-diff-face-A, ediff-even-diff-face-B)
8358         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
8359         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
8360         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
8361         Use min-colors.
8363         * term.el (term-down): Perform vertical motion if DOWN is negative.
8364         (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
8365         (term-termcap-format): Synchronyze with the eterm terminfo entry
8366         in etc/e/eterm.ti.
8367         (term-handle-colors-array): If the current foreground or
8368         background are zero (i.e. unspecified), use the foreground and
8369         background of the default face for reverse video.
8370         (term-ansi-at-eval-string, term-ansi-default-fg)
8371         (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
8372         (term-mem): Delete ununsed function.
8373         (term-protocol-version): Increment.
8374         (term-current-face): Set to default.
8376 2004-09-15  Jay Belanger  <belanger@truman.edu>
8378         * calc/calc.el (calc-mode-var-list): Define this variable.
8379         (calc-always-load-extensions, calc-line-numbering)
8380         (calc-line-breaking, calc-display-just, calc-display-origin)
8381         (calc-number-radix, calc-leading-zeros, calc-group-digits)
8382         (calc-group-char, calc-point-char, calc-frac-format)
8383         (calc-prefer-frac, calc-hms-format, calc-date-format)
8384         (calc-float-format, calc-full-float-format, calc-complex-format)
8385         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
8386         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
8387         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
8388         (calc-matrix-brackets, calc-language, calc-language-option)
8389         (calc-left-label, calc-right-label, calc-word-size)
8390         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
8391         (calc-display-raw, calc-internal-prec, calc-angle-mode)
8392         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
8393         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
8394         (calc-window-height, calc-display-trail, calc-show-selections)
8395         (calc-use-selections, calc-assoc-selections)
8396         (calc-display-working-message, calc-auto-why, calc-timing)
8397         (calc-mode-save-mode, calc-standard-date-formats)
8398         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
8399         (calc-user-parse-tables, calc-gnuplot-default-device)
8400         (calc-gnuplot-default-output, calc-gnuplot-print-device)
8401         (calc-gnuplot-print-output, calc-gnuplot-geometry)
8402         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
8403         (calc-invocation-macro, calc-show-banner): Give these values as
8404         part of `calc-mode-var-list's initialization after the variables
8405         are declared with defvar.
8406         (calc-bug-address):  Change email address to send bug reports to.
8407         Change the maintainer address at the top.
8408         (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
8409         than "\\.emacs" to determine if it is the user-init-file.
8411         * calc/calc-embed.el (calc-embedded-set-modes): Use
8412         `calc-mode-var-list' correctly.
8414 2004-09-15  Thien-Thi Nguyen  <ttn@gnu.org>
8416         * vc.el (annotate-time): Document point handling.
8417         (vc-annotate-display-autoscale): Doc fix.
8419 2004-09-15  Miles Bader  <miles@gnu.org>
8421         * generic.el (generic-make-keywords-list): Use symbol rather than
8422         word anchors in regexp.
8424 2004-09-14  Sean O'Rourke  <sorourke@cs.ucsd.edu>
8426         * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
8427         no file name consider `dired-directory'.
8429 2004-09-14  Kim F. Storm  <storm@cua.dk>
8431         * faces.el (cursor): Add face-no-inherit property.  Doc fix.
8433 2004-09-14  Simon Josefsson  <jas@extundo.com>
8435         * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
8437         * textmodes/dns-mode.el: Add.
8439 2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8441         * novice.el (disabled-command-hook): Use shorthand for obsolescence.
8442         (disabled-command-function): Make the ?\  char more obvious.
8444         * vc-arch.el (vc-arch-root, vc-arch-registered):
8445         * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
8447 2004-09-13  Hovav Shacham  <hovav@sha1.stanford.edu>
8449         * windmove.el (windmove-frame-edges): Report coordinates of
8450         outside edges of frame, not inside edges.
8451         (windmove-coordinates-of-position): Convert into wrapper to new
8452         function `windmove-coordinates-of-window-position';
8453         `compute-motion' always applies to selected window.
8454         (windmove-coordinates-of-position): Update documentation to refer
8455         to Emacs 21 Lisp Reference Manual.
8456         (windmove-find-other-window): Fix off-by-one errors for max x,y.
8458 2004-09-13  Kim F. Storm  <storm@cua.dk>
8460         * isearch.el (isearch-resume-in-command-history): Rename from
8461         isearch-resume-enabled and change default to nil.
8463 2004-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8465         * vc-hooks.el (vc-ignore-dir-regexp): New var.
8466         (vc-registered): Use it.
8467         (vc-find-root): New fun.
8469         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
8470         Don't tell to use \\{...} when it's already done.
8472         * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
8473         Provide a sample complex default.
8474         (bibtex-url, bibtex-font-lock-url): Adapt to new format.
8475         (bibtex-entry): Use mapc.
8477 2004-09-12  Kim F. Storm  <storm@cua.dk>
8479         * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
8481         * emulation/cua-rect.el (cua--rectangle-operation): Let bind
8482         inhibit-field-text-motion to t so rectangles work in comint buffers.
8484         * simple.el (choose-completion-string): Set buffer before running
8485         choose-completion-string-functions hook so it can be buffer-local.
8487 2004-09-12  Daniel Pfeiffer  <occitan@esperanto.org>
8489         * progmodes/compile.el (compilation-start): Parse command to see
8490         if it starts with a cd, and if so perform it for the *compilation*
8491         buffer.  Change the header to reflect this.
8493 2004-09-11  Kim F. Storm  <storm@cua.dk>
8495         * ido.el (ido-enable-dot-prefix): Doc fix.
8496         (ido-enable-dot-prefix): New defcustom.
8497         (ido-set-matches1): Use it.
8499 2004-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8501         * textmodes/bibtex.el (bibtex-mark-active)
8502         (bibtex-run-with-idle-timer): Move the `if' inside the defun.
8504 2004-09-10  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8506         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
8507         used in a case insensitive environment.
8508         (bibtex-mode-map): Rearrange order of menus.
8509         (bibtex-quoted-string-re): Obsolete.
8510         (bibtex-complete-key-cleanup): Variable replaced by new function.
8511         (bibtex-font-lock-keywords): Use backquotes.
8512         (bibtex-font-lock-url-regexp): New internal variable.
8513         (bibtex-name-in-field): New optional arg remove-opt-alt to remove
8514         "OPT" and "ALT".
8515         (bibtex-insert-current-kill, bibtex-make-field)
8516         (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
8517         (bibtex-parse-field-text): Simplify.
8518         (bibtex-string=): New helper function.
8519         (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
8520         (bibtex-map-entries): Use bibtex-string=.
8521         (bibtex-search-entry): Use not.
8522         (bibtex-enclosing-field): Fix docstring.
8523         (bibtex-assoc-regexp): Obsolete.
8524         (bibtex-format-entry): Use assoc-string and bibtex-string=.
8525         (bibtex-autokey-get-names): Handle empty name field.
8526         (bibtex-parse-strings): Use assoc-string and unless.
8527         (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
8528         Use assoc-string.
8529         (bibtex-pop): Simplify.
8530         (bibtex-mode): Set font-lock-extra-managed-props.
8531         (bibtex-entry-update): Use assoc-string.
8532         (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
8533         (bibtex-autofill-entry): Use bibtex-string=.
8534         (bibtex-print-help-message): Simplify.
8535         (bibtex-find-entry): New optional arg START.
8536         (bibtex-validate): Use bibtex-string= and assoc-string.
8537         Do not call obsolete function compilation-parse-errors.
8538         (bibtex-remove-delimiters): Only remove delimiters if present.
8539         (bibtex-copy-entry-as-kill): Add docstring.
8540         (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
8541         Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
8542         (bibtex-complete): Use bibtex-predefined-month-strings,
8543         bibtex-string=, and new function bibtex-complete-key-cleanup.
8544         (bibtex-generate-url-list): New variable.
8545         (bibtex-url): New command bound to C-c C-l and mouse-2.
8546         (bibtex-url-map): New local keymap for bibtex-url-mouse.
8547         (bibtex-font-lock-url): New function.
8549 2004-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8551         * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
8553 2004-09-09  Kim F. Storm  <storm@cua.dk>
8555         * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
8556         counter and format with binding.
8557         (kmacro-name-last-macro): New defun.  Like name-last-kbd-macro, but
8558         the declared macro uses own macro counter and format.  Give symbol
8559         kmacro property.
8560         (kmacro-keymap): Bind kmacro-name-last-macro to n.
8561         (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
8562         (kmacro-end-and-call-macro): Doc fix.
8564 2004-09-09  Lars Hansen  <larsh@math.ku.dk>
8566         * desktop.el (desktop-clear-preserve-buffers):
8567         Remove make-obsolete-variable.
8569 2004-09-08  Richard M. Stallman  <rms@gnu.org>
8571         * buff-menu.el (list-buffers-noselect): Call format-mode-line
8572         with the buffer as argument.
8574 2004-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8576         * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
8578 2004-09-08  Juri Linkov  <juri@jurta.org>
8580         * replace.el (perform-replace): Use `query-replace-descr'.
8582         * cus-start.el (history-delete-duplicates): Specify customization.
8584         * diff-mode.el (diff-mode-map):
8585         * progmodes/compile.el (compilation-mode-map):
8586         * progmodes/grep.el (grep-mode-map):
8587         * replace.el (occur-mode-map): Rename `next-error-follow-mode'
8588         to `next-error-follow-minor-mode'.
8590 2004-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8592         * isearch.el (isearch-lazy-highlight-update): Take into account
8593         the case of zero-length match at the search bound.
8595 2004-09-08  Kim F. Storm  <storm@cua.dk>
8597         * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
8598         change.  Use zero width overlays when necessary.
8600 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
8602         * subr.el (split-string): Docfix.
8604 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
8606         * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
8607         (display-call-tree): Ensure newline after caller/calls blocks.
8609 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
8611         * startup.el (command-line-1): Make option
8612         --directory/-L modify `load-path' straight away.
8614 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
8616         * progmodes/grep.el (grep-mode): Use normal autoload cookie.
8618 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
8620         * emacs-lisp/autoload.el (make-autoload):
8621         Handle `define-compilation-mode'.
8623         * emacs-lisp/lisp-mode.el (define-compilation-mode):
8624         Specify `doc-string-elt' property.
8626 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
8628         * bs.el (bs-mode): Doc fix.
8630 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
8632         * info.el (Info-insert-dir): Fix temp buffer leak bug.
8634 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
8636         * play/blackbox.el (bb-trace-ray): Avoid double tracing.
8638 2004-09-08  Kenichi Handa  <handa@m17n.org>
8640         * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
8641         length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
8642         ps-mule-next-point -> 1+).
8644         * composite.el (encode-composition-rule): Add autoload cooky.
8646 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
8648         * format.el (buffer-auto-save-file-format): Make it permanent local.
8650 2004-09-07  Kim F. Storm  <storm@cua.dk>
8652         * emacs-lisp/authors.el (authors-aliases): Add more aliases.
8653         (authors-fixed-entries): Fix typo.
8654         (authors-canonical-author-name): Compact multiple spaces.
8655         Ignore trivial names (e.g. only first name).
8657         * term.el (term-window-width): Only use full window width on
8658         window system if overflow-newline-into-fringe is enabled.
8659         (term-mode): Don't disable overflow-newline-into-fringe.
8661 2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8663         * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
8664         motion as seen on my Mac OS X xterms.
8666         * newcomment.el (uncomment-region-default, comment-region-default):
8667         New functions extracted from uncomment-region and comment-region.
8668         (comment-region, comment-region-function, uncomment-region)
8669         (uncomment-region-function): Use them.
8671         * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
8673         * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
8674         It's not crucial but can make sense at times.
8676         * vc-arch.el (vc-arch-workfile-version): Handle the special case before
8677         the first commit.
8679         * vc.el (vc-buffer-context, vc-restore-buffer-context):
8680         Disable obsolete code.
8682 2004-09-07  Juri Linkov  <juri@jurta.org>
8684         * progmodes/grep.el (grep-highlight-matches): Change default from
8685         `t' to `auto-detect', and type from `boolean' to `choice'.  Doc fix.
8686         (grep-compute-defaults): Set `grep-highlight-matches' to `t'
8687         if grep option `--color' is available, or to `nil' otherwise.
8688         (grep-process-setup): Call `grep-compute-defaults' if
8689         `grep-highlight-matches' is not computed.  Set env-vars only
8690         if `grep-highlight-matches' is `t'.
8691         (grep-use-null-device): Remove redundant type `boolean' (`choice'
8692         is already defined).
8694         * progmodes/compile.el (compilation-start): Use copy of
8695         `process-environment' created by `copy-sequence' to not
8696         modify env-vars in the global `process-environment'.
8698 2004-09-06  Eli Zaretskii  <eliz@gnu.org>
8700         * simple.el (next-error-follow-minor-mode): Fix last change.
8702 2004-09-05  Luc Teirlinck  <teirllm@auburn.edu>
8704         * textmodes/paragraphs.el (use-hard-newlines): Make it into a
8705         permanent local.
8707 2004-09-04  Richard M. Stallman  <rms@gnu.org>
8709         * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
8710         highlighting if the search string is empty.
8712 2004-09-04  Luc Teirlinck  <teirllm@auburn.edu>
8714         * facemenu.el (facemenu-active-faces): Change condition of inner
8715         `while' loop to also check the first two elements of `face-atts'
8716         and `mask-atts'.
8718 2004-09-04  John Paul Wallington  <jpw@gnu.org>
8720         * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
8721         (thumbs-view-image-mode): Make buffer read-only.
8723 2004-09-04  Christopher J. Madsen  <cjm@pobox.com>
8725         * textmodes/ispell.el (ispell-really-aspell): New defvar.
8726         (ispell-check-version): Set it.
8727         (ispell-send-replacement): New function.
8728         (ispell-process-line): Call ispell-send-replacement.
8730 2004-09-04  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
8732         * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
8733         Support choosing seconds with "s".
8735 2004-09-04  Jari Aalto  <jari.aalto@poboxes.com>
8737         * terminal.el (te-escape): Show `?' in prompt for help key.
8739 2004-09-04  Emilio C. Lopes <eclig@gmx.net>
8741         * emacs-lisp/lisp.el (kill-backward-up-list): New function.
8743 2004-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
8745         * simple.el (next-error-follow-minor-mode)
8746         (next-error-follow-mode-post-command-hook): New functions.
8747         (next-error-follow-last-line): New defvar.
8749         * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
8750         * progmodes/compile.el (compilation-mode-map): Likewise.
8751         * progmodes/grep.el (grep-mode-map): Likewise.
8752         * replace.el (occur-mode-map): Likewise.
8754         * newcomment.el (uncomment-region): Bind comment-use-global-state
8755         to nil.
8757 2004-09-03  Luc Teirlinck  <teirllm@auburn.edu>
8759         * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
8760         locally around the call to `revert-buffer'.
8762 2004-09-03  Juri Linkov  <juri@jurta.org>
8764         * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
8765         `isearch-adjusted' to `t'.
8766         (isearch-toggle-case-fold): Set `isearch-success' to `t'.
8767         (isearch-message-prefix): Add "pending" for isearch-adjusted.
8768         (isearch-other-meta-char): Restore isearch-point unconditionally.
8769         (isearch-query-replace): Add new arg `regexp-flag' and use it.
8770         Set point to start of match if region is not active in transient
8771         mark mode (to include the current match to region boundaries).
8772         Push the search string to `query-replace-from-history-variable'.
8773         Add prompt "Query replace regexp" for isearch-regexp.
8774         Add region beginning/end as last arguments of `perform-replace.'
8775         (isearch-query-replace-regexp): Replace code by the call to
8776         `isearch-query-replace' with arg `t'.
8778 2004-09-03  Richard M. Stallman  <rms@gnu.org>
8780         * startup.el (normal-top-level): Undo previous TERM change.
8782 2004-09-03  Kim F. Storm  <storm@cua.dk>
8784         * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
8785         highlight overlays; allow using RET when cursor is over a button.
8786         (cua--highlight-rectangle): Use it.
8787         (cua--rectangle-set-corners): Don't move backwards at eol.
8788         (cua--forward-line): Don't move into void after eob.
8790         * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
8791         point is set (and displayed) inside rectangle.
8792         (cua--rectangle-operation): Fix for highlight of empty lines.
8793         (cua--highlight-rectangle): Fix highlight for tabs.
8794         Position cursor at left/right edge of rectangle using new `cursor'
8795         property on overlay strings.
8796         (cua--indent-rectangle): Don't tabify.
8797         (cua-rotate-rectangle): Ignore that point has moved.
8799 2004-09-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8801         * term/mac-win.el: Add ASCII equivalents for some function keys.
8802         (mode-line-frame-identification): Sync with x-win.el.
8804 2004-09-02  Juri Linkov  <juri@jurta.org>
8806         * progmodes/compile.el (compilation-buffer-name): Compare major
8807         mode with second element of compilation-arguments instead of third
8808         to reflect latest changes in compilation-arguments structure.
8809         (recompile): Use global variable `compilation-directory' to get
8810         recent compilation directory only when `recompile' is invoked NOT
8811         in the compilation buffer.  Otherwise, use `default-directory' of
8812         the compilation buffer.
8813         (compilation-error-properties): Allow to funcall col and end-col.
8814         (compilation-mode-font-lock-keywords): Check col and end-col by
8815         `integerp'.
8816         (compilation-goto-locus): If end-mk is non-nil in transient mark
8817         mode don't activate the mark (and don't display message in
8818         push-mark), but highlight overlay between mk and end-mk.
8820         * progmodes/grep.el (grep-highlight-matches): New defcustom.
8821         (grep-regexp-alist): Add rule to highlight grep matches.
8822         (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
8824         * info.el (Info-fontify-node): Don't compute other-tag
8825         if Info-hide-note-references=hide.
8827         * help.el (function-called-at-point):
8828         * help-fns.el (variable-at-point):
8829         Try `find-tag-default' when other methods failed.
8831         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8832         Do not push mark if inhibit-mark-movement is non-nil.
8834         * textmodes/ispell.el (ispell-html-skip-alists):
8835         Fix backslashes in docstring.
8837 2004-09-01  Juri Linkov  <juri@jurta.org>
8839         * isearch.el (isearch-wrap-function)
8840         (isearch-push-state-function): New defvars.
8841         (isearch-pop-fun-state): New defsubst.
8842         (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
8843         (isearch-push-state): Set the result of calling
8844         `isearch-push-state-function' to the `isearch-pop-fun-state' field.
8845         (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
8846         restore the mode-specific starting point of terminated search.
8847         (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
8848         (isearch-repeat): Call `isearch-wrap-function' if defined.
8849         (isearch-message-prefix): Don't add prefix "over" to the message
8850         for wrapped search if `isearch-wrap-function' is defined.
8851         (isearch-search): Call function saved in `isearch-pop-fun-state' to
8852         restore the mode-specific starting point of failed search.
8854         * info.el (Info-search-whitespace-regexp): Fix backslashes.
8855         (Info-search): Add new optional arguments for the sake of isearch.
8856         Replace whitespace in Info-search-whitespace-regexp literally.
8857         Add backward search.  Don't call `Info-select-node' if regexp is
8858         found in the same Info node.  Don't add node to Info-history for
8859         wrapped isearch.
8860         (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
8861         (Info-isearch-push-state, Info-isearch-pop-state): New funs.
8862         (Info-mode): Set local variables `isearch-search-fun-function',
8863         `isearch-wrap-function', `isearch-push-state-function',
8864         `search-whitespace-regexp'.
8866         * isearch.el: Remove ancient Change Log section.
8867         (isearch-string, isearch-message-string, isearch-point)
8868         (isearch-success, isearch-forward-flag, isearch-other-end)
8869         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
8870         (isearch-barrier, isearch-within-brackets)
8871         (isearch-case-fold-search): Add suffix `-state' to state-related
8872         defsubsts to avoid name clashes with other function names.
8874         * simple.el (next-error): New defgroup and defface.
8875         (next-error-highlight, next-error-highlight-no-select):
8876         New defcustoms.
8877         (next-error-no-select): Let-bind next-error-highlight to the value
8878         of next-error-highlight-no-select before calling `next-error'.
8880         * progmodes/compile.el (compilation-goto-locus):
8881         Use `next-error' face instead of `region'.  Set 4-th argument of
8882         `move-overlay' to `current-buffer' to move overlay to different
8883         source buffers.  Use new variable `next-error-highlight'.
8885         * simple.el (next-error-find-buffer): Move the rule
8886         "if current buffer is a next-error capable buffer" after the
8887         rule "if next-error-last-buffer is set to a live buffer".
8888         Simplify to test all rules in one `or'.
8889         (next-error): Doc fix.
8890         (next-error, previous-error, first-error)
8891         (next-error-no-select, previous-error-no-select):
8892         Make arguments optional.
8894 2004-08-31  Luc Teirlinck  <teirllm@auburn.edu>
8896         * macros.el (apply-macro-to-region-lines): Make it operate on all
8897         lines that begin in the region, rather than on all complete lines
8898         in the region.
8900 2004-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8902         * x-dnd.el (x-dnd-protocol-alist): Document update.
8903         (x-dnd-known-types): Defcustom it.
8904         (x-dnd-handle-motif): Print message-atom in error message.
8906 2004-08-30  John Paul Wallington  <jpw@gnu.org>
8908         * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
8909         strings rather than programatically constructing message.
8911 2004-08-30  Richard M. Stallman  <rms@gnu.org>
8913         * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
8914         Don't return a string that would read as the wrong character code.
8916 2004-08-29  Kim F. Storm  <storm@cua.dk>
8918         * emulation/cua-base.el (cua-auto-expand-rectangles):
8919         Remove automatic rectangle padding feature; replace by non-destructive
8920         virtual rectangle edges feature.
8921         (cua-virtual-rectangle-edges): New defcustom.
8922         (cua-auto-tabify-rectangles): New defcustom.
8923         (cua-paste): If paste into a marked rectangle, insert rectangle at
8924         current column, even if virtual; also paste exactly as many lines
8925         as has been marked (ignore additional lines or add empty lines),
8926         but paste whole source if only one line is marked.
8927         (cua--update-indications): No longer use overwrite-cursor to
8928         indicate rectangle padding
8930         * emulation/cua-rect.el (cua--rectangle-padding): Remove.
8931         (cua--rectangle-virtual-edges): New defun.
8932         (cua--rectangle-get-corners): Remove optional PAD arg.
8933         (cua--rectangle-set-corners): Never do padding.
8934         (cua--forward-line): Remove optional PAD arg.  Simplify.
8935         (cua-resize-rectangle-right, cua-resize-rectangle-left)
8936         (cua-resize-rectangle-down, cua-resize-rectangle-up):
8937         (cua-resize-rectangle-bot, cua-resize-rectangle-top)
8938         (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
8939         (cua--rectangle-move): Never do padding.  Simplify.
8940         (cua--tabify-start): New defun.
8941         (cua--rectangle-operation): Add tabify arg.  All callers changed.
8942         (cua--pad-rectangle): Remove.
8943         (cua--delete-rectangle): Handle delete with virtual edges.
8944         (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
8945         (cua--insert-rectangle): Handle insert at virtual column.
8946         Perform auto-tabify if necessary.
8947         (cua--activate-rectangle): Remove optional FORCE arg.
8948         Never do padding.  Simplify.
8949         (cua--highlight-rectangle): Enhance for virtual edges.
8950         (cua-toggle-rectangle-padding): Remove command.
8951         (cua-toggle-rectangle-virtual-edges): New command.
8952         (cua-sequence-rectangle): Add optional TABIFY arg.  Callers changed.
8953         (cua--rectangle-post-command): Don't force rectangle padding.
8954         (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
8956 2004-08-28  Luc Teirlinck  <teirllm@auburn.edu>
8958         * indent.el (edit-tab-stops-buffer): Doc fix.
8960 2004-08-28  Richard M. Stallman  <rms@gnu.org>
8962         * progmodes/grep.el (grep-default-command): Use find-tag-default.
8963         (grep-tag-default): Function deleted.
8965         * subr.el (find-tag-default): Move from etags.el.
8967         * progmodes/etags.el (find-tag-default): Move to subr.el.
8969         * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
8970         into the basic character if it has an uppercase form.
8972 2004-08-27  Kenichi Handa  <handa@m17n.org>
8974         * international/utf-8.el (utf-8-post-read-conversion): If the
8975         buffer is unibyte, temporarily make it multibyte.
8977 2004-08-27  Masatake YAMATO  <jet@gyve.org>
8979         * calendar/time-date.el (time-to-seconds): Add autoload cookies.
8981 2004-08-25  John Paul Wallington  <jpw@gnu.org>
8983         * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
8984         0, 1, and many mismatches in message.
8985         (tex-start-shell): Use `set-process-query-on-exit-flag'.
8987         * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
8988         (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
8990 2004-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8992         * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
8993         vc-diff-switches differently.
8995 2004-08-22  Luc Teirlinck  <teirllm@auburn.edu>
8997         * speedbar.el (speedbar-file-regexp): Give it a phony defvar
8998         before and a real defvar after
8999         `speedbar-supported-extension-expressions'.  This is to silence
9000         the compiler without breaking bootstrapping.
9002 2004-08-22  Richard M. Stallman  <rms@gnu.org>
9004         * textmodes/flyspell.el (flyspell-word):
9005         Use set-process-query-on-exit-flag.
9006         (flyspell-highlight-duplicate-region): Take POSS as arg.
9007         (flyspell-word): Pass POSS as arg.
9009         * progmodes/ada-xref.el: Many doc and style fixes.
9010         (ada-find-any-references): Use compilation-start.
9011         (ada-get-ali-file-name): Improve error msg.
9012         (ada-get-ada-file-name): Likewise.
9014         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
9015         (ange-ftp-start-process): Use set-process-query-on-exit-flag.
9017         * mail/mail-extr.el (mail-extr-all-top-level-domains):
9018         Add forward defvar.
9020         * whitespace.el (global-whitespace-mode): New alias
9021         for whitespace-global-mode.
9023         * speedbar.el (speedbar-file-regexp): Move definition up.
9024         (speedbar-mode, speedbar-set-mode-line-format):
9025         Use with-no-warnings.
9026         (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
9028         * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
9029         controls whether to display the error buffer.
9031         * ps-mule.el: Delete compatibility code for old Emacses.
9032         (ps-mule-find-wrappoint): Don't use chars-in-region.
9034         * frame.el (display-mouse-p, display-selections-p):
9035         Use with-no-warnings.
9037         * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
9039 2004-08-22  David Kastrup  <dak@gnu.org>
9041         * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
9042         information.
9044         * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
9046 2004-08-22  Andreas Schwab  <schwab@suse.de>
9048         * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
9050 2004-08-22  Masatake YAMATO  <jet@gyve.org>
9052         * cvs-status.el (cvs-status-checkout): New function.
9053         (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
9055 2004-08-21  David Kastrup  <dak@gnu.org>
9057         * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
9058         (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
9059         has been converted to use hashtables, the relation `nil=none' is
9060         no longer valid, as `nil' is not a hashtable.  This patch tries to
9061         reduce the number of resulting errors.
9063 2004-08-21  John Paul Wallington  <jpw@gnu.org>
9065         * subr.el (process-kill-without-query): Made obsolete in
9066         version 21.4, not 21.5.
9068         * log-edit.el (vc-comment-ring, vc-comment-ring-index)
9069         (vc-previous-comment, vc-next-comment)
9070         (vc-comment-search-reverse, vc-comment-search-forward)
9071         (vc-comment-to-change-log): Likewise.
9073         * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
9075 2004-08-21  Peter Seibel  <peter@javamonkey.com>  (tiny patch)
9077         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
9078         Correct indentation of DEFMETHODS with non-standard method
9079         combinations (e.g., PROGN, MIN, MAX).
9081 2004-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9083         * startup.el (normal-top-level-add-subdirs-to-load-path):
9084         Avoid unnecessarily checking system-type.
9085         (normal-top-level): Set TERM to "dumb".  Simplify.
9087         * avoid.el (mouse-avoidance-ignore-p): New fun.
9088         Also ignore switch-frame, select-window, double, and triple clicks.
9089         (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
9090         (mouse-avoidance-fancy-hook): Use it.
9092 2004-08-20  Zoran Milojevic  <zoran@sipquest.com>  (tiny change)
9094         * avoid.el (mouse-avoidance-nudge-mouse)
9095         (mouse-avoidance-banish-destination): Stay within the current window
9096         to avoid problems with mouse-autoselect-window.
9098 2004-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9100         * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
9101         the newer format of some messages in cvs-1.12.1.
9103 2004-08-19  Masatake YAMATO  <jet@gyve.org>
9105         * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
9106         (elp-results-jump-to-definition-by-mouse)
9107         (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
9108         (elp-output-result): Use elp-output-insert-symname.
9110 2004-08-18  Kenichi Handa  <handa@m17n.org>
9112         * language/cyrillic.el: Register koi8-r in
9113         ctext-non-standard-encodings-alist.
9114         ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
9116 2004-08-17  Luc Teirlinck  <teirllm@auburn.edu>
9118         * emacs-lisp/copyright.el (copyright-update-year): Delete code
9119         that replaces 20xy with xy.
9121 2004-08-17  John Paul Wallington  <jpw@gnu.org>
9123         * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
9124         (reb-force-update): Doc fix.
9126 2004-08-16  Richard M. Stallman  <rms@gnu.org>
9128         * progmodes/which-func.el (which-func-update-1): Doc fix.
9130         * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
9131         (sh-mode-abbrev-table): New variable.
9133         * progmodes/compile.el (compilation-mode): Doc fix.
9135         * emacs-lisp/lisp-mode.el (eval-last-sexp):
9136         Don't cons a new symbol each time.
9137         (eval-last-sexp-fake-value): New variable.
9139         * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
9140         (copyright-update-year): Detect continuation of list of years.
9142         * term.el (term-default-fg-color, term-default-bg-color)
9143         (ansi-term-color-vector): Use `unspecified', not nil, as default.
9145         * imenu.el: Several doc fixes: don't say variables are buffer-local.
9147 2004-08-16  Davis Herring <herring@lanl.gov>
9149         * isearch.el (isearch-string, isearch-message-string, isearch-point)
9150         (isearch-success, isearch-forward-flag, isearch-other-end)
9151         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
9152         (isearch-barrier, isearch-within-brackets)
9153         (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
9155 2004-08-16  Kenichi Handa  <handa@m17n.org>
9157         * ps-mule.el (ps-mule-font-info-database): Fix docstring.
9159 2004-08-15  Kenichi Handa  <handa@m17n.org>
9161         * term/x-win.el (x-selection-value): If utf8 was successful but
9162         ctext was not, use utf8 string.
9164 2004-08-14  Davis Herring  <herring@lanl.gov>
9166         * isearch.el: Remove accidental changes of March 4.  Fix backing
9167         up when a regexp isearch is made more general.  Use symbolic
9168         accessor functions for isearch stack frames to make usage clearer.
9169         (search-whitespace-regexp): Made groups in documentation shy (as
9170         is the group in the default value).
9171         (isearch-fallback): New function, addresses problems with regexps
9172         liberalized by `\|', adds support for liberalization by `\}' (the
9173         general repetition construct), and incorporates behavior for
9174         `*'/`?'.
9175         (isearch-}-char): New command, calls `isearch-fallback' with
9176         arguments appropriate to a typed `}'.
9177         (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
9178         appropriately.
9179         (isearch-mode-map): Bind `}' to `isearch-}-char'.
9180         (isearch-string, isearch-message,string, isearch-point)
9181         (isearch-success, isearch-forward-flag, isearch-other-end)
9182         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
9183         (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
9184         New inline functions to read fields of a stack frame.
9186 2004-08-14  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>  (tiny change)
9188         * battery.el (battery-linux-proc-acpi): Look into battery
9189         directories matching the literal string "CMB", too (required for
9190         Linux kernel version 2.6.7).
9192 2004-08-14  John Paul Wallington  <jpw@gnu.org>
9194         * cus-start.el (read-file-name-completion-ignore-case): Add.
9195         (blink-cursor-alist): Change version to "21.4".
9197         * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
9199 2004-08-11  Daniel Pfeiffer  <occitan@esperanto.org>
9201         * speedbar.el (speedbar-scan-subdirs): New option.
9202         (speedbar-file-lists): Don't ignore file-name case on Unix and use
9203         dolist.
9204         (speedbar-insert-files-at-point): Take an extra argument and use
9205         it to optionally find out if a subdir is empty.  Also unreadable
9206         files don't get expand buttons.
9207         (speedbar-directory): New image (unused pixmap already existed).
9208         (speedbar-expand-image-button-alist): Use it.
9210 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
9212         CC Mode update to 5.30.9:
9214         * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
9215         Move from cc-vars to cc-defs for dependency reasons.  Fix the
9216         POSIX char class test to check that it works in
9217         `skip-chars-(forward|backward)' too.
9219         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
9220         first argument starts with a special brace list.
9222         * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
9223         when `c-opt-type-concat-key' is used (i.e. in Pike).
9225         * progmodes/cc-engine.el (c-looking-at-special-brace-list):
9226         Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
9227         >)".
9229         * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
9230         whitespace safe.
9232         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
9233         position for `arglist-intro', `arglist-cont-nonempty' and
9234         `arglist-close' when there are two arglist open parens on the same
9235         line and there's nothing in front of the first.
9237         * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
9238         locking of qualified names in Java, which previously could fontify
9239         common indexing expressions in many cases.  The standard Java
9240         naming conventions are used to tell them apart.
9242         * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
9243         Fix inconsistency wrt opening parens on the first line inside a paren
9244         block.
9246         * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
9247         compile time for the sake of `c-major-mode-is'.
9249         (c-mode-is-new-awk-p): Made it a macro to delay expansion of
9250         `c-major-mode-is' in the event that this is used inside a
9251         `c-lang-defconst'.
9253         * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
9254         `c-lang-defconst' so that it works better with fallback languages.
9256         * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
9257         it to fail to record the base mode.
9259         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
9260         Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
9261         is used.  Reorder the syntax checks to get more efficient
9262         skipping in some situations.
9264         * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
9265         continuation which might precede the newly inserted '{'.
9267         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
9268         Fix cases where it could loop indefinitely.
9270         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
9271         size specs correctly.  Only fontify identifiers in front of '('
9272         with as functions - don't accept any paren char.  Tighten up
9273         initializer skipping to stop before function and class blocks.
9275         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
9276         the point could be left directly after an open paren when finding
9277         the beginning of the first decl in the block.
9279         * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
9280         table when filtering out legitimate open parens to be recorded.
9281         This could cause cache inconsistencies when e.g.
9282         `c++-template-syntax-table' was temporarily in use.
9284         * progmodes/cc-engine.el (c-on-identifier)
9285         (c-simple-skip-symbol-backward): Small fix for handling "-"
9286         correctly in `skip-chars-backward'.  Affected the operator lfun
9287         syntax in Pike.
9289         * progmodes/cc-engine.el (c-invalidate-sws-region-after):
9290         Fix bug that could cause an error from `after-change-functions' when
9291         the changed region is at bob.
9293 2004-08-11  Alan Mackenzie  <bug-cc-mode@gnu.org>
9295         CC Mode update to 5.30.9:
9297         * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
9298         to say that <TAB> doesn't insert WS into a CPP line.
9299         (c-indent-command, c-tab-always-indent): Amend doc strings.
9301         * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
9302         checks for user errors, thus eliminating cryptic and unhelpful
9303         Emacs error messages.  (1) Check the arg to `c-set-style' is a
9304         string.  (2) Check that settings to `c-offsets-alist' are not
9305         spuriously quoted.
9307         * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
9308         which precedes the newly inserted `{'.
9310 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
9312         Sync with Tramp 2.0.44.
9314         * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
9315         function "tramp_file_attributes".  Otherwise, file names
9316         containing spaces are misinterpreted.  Reported by Magnus Henoch
9317         <mange@freemail.hu>.
9318         (tramp-handle-file-truename): FILENAME must be expanded first.
9319         Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
9320         obscure results.  Reported by D. Goel <deego@gnufans.org>.
9321         (tramp-handle-verify-visited-file-modtime): If file does not
9322         exist, say it is not modified if and only if that agrees with the
9323         buffer's record.  Check whether a file is visiting the buffer, or
9324         the buffer has no recorded last modification time.  Return t in
9325         case the visiting file doesn't exist.  Suggested by Luc Teirlinck
9326         <teirllm@auburn.edu>.
9327         (tramp-handle-write-region): Pass modtime explicitely to
9328         `set-visited-file-modtime', because filename can be different
9329         from (buffer-file-name) if `file-precious-flag' is set.
9330         `set-visited-file-modtime' must be called always when `visit' is t
9331         or a string.  Suggested by Luc Teirlinck <teirllm@auburn.edu>.
9332         (tramp-handle-set-visited-file-modtime): If `time-list' is not
9333         nil, don't apply the whole body.  If the file doesn't exists, set
9334         modtime to '(-1 65535).  Suggested by Luc Teirlinck
9335         <teirllm@auburn.edu>.
9337 2004-08-09  Luc Teirlinck  <teirllm@auburn.edu>
9339         * help.el (describe-bindings): Doc fix.
9341         * subr.el (kbd): Doc fix.
9343 2004-08-08  John Paul Wallington  <jpw@gnu.org>
9345         * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
9346         instead of `string-to-int'.
9347         (define-ibuffer-column mode): Fix indentation.
9349 2004-08-08  Lars Hansen  <larsh@math.ku.dk>
9351         * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
9353 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
9355         * subr.el (global-unset-key, local-unset-key): Doc fixes.
9357         * novice.el (disabled-command-function): New variable renamed from
9358         `disabled-command-hook'.
9359         (disabled-command-hook): Keep the _variable_ as alias for
9360         `disabled-command-function' and make obsolete.
9361         (disabled-command-function): Function renamed from
9362         `disabled-command-hook'.  Adapt code to name change of the variable.
9364 2004-08-07  Satyaki Das  <satyaki@theforce.stanford.edu>  (tiny change)
9366         * simple.el (completion-root-regexp): New defvar.
9367         (completion-setup-function): Use it instead of a literal string.
9369 2004-08-07  John Paul Wallington  <jpw@gnu.org>
9371         * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
9372         (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
9373         (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
9374         (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
9376 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
9378         * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
9379         (mail-extr-voodoo): Check mail-extr-disable-voodoo.
9381 2004-08-04  Kenichi Handa  <handa@m17n.org>
9383         * international/encoded-kb.el (encoded-kbd-setup-keymap):
9384         Fix previous change.
9386 2004-08-03  Kenichi Handa  <handa@m17n.org>
9388         * international/encoded-kb.el: The following changes are to
9389         utilize key-translation-map instead of minor mode map.
9390         (encoded-kbd-iso2022-non-ascii-map): Delete it.
9391         (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
9392         (encoded-kbd-last-key): New function.
9393         (encoded-kbd-iso2022-single-shift): New function.
9394         (encoded-kbd-iso2022-designation)
9395         (encoded-kbd-self-insert-iso2022-7bit)
9396         (encoded-kbd-self-insert-iso2022-8bit)
9397         (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
9398         (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
9399         key-translation-map.
9400         (encoded-kbd-setup-keymap): Setup key-translation-map.
9401         (saved-key-translation-map): New variable.
9402         (encoded-kbd-mode): Save/restore key-translation-map.
9403         Adjust for the change of encoded-kbd-setup-keymap.
9405 2004-08-02  Kim F. Storm  <storm@cua.dk>
9407         * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
9408         and call compute-motion with nil for topos and width to get proper
9409         usable width and height for both window and non-window systems.
9411         * windmove.el (windmove-coordinates-of-position): Let compute-motion
9412         calculate usable window width and height.
9414         * window.el (window-buffer-height): Call compute-motion with nil width.
9416 2004-08-01  David Kastrup  <dak@gnu.org>
9418         * replace.el (query-replace-read-from):
9419         Use `query-replace-compile-replacement'.
9420         (query-replace-compile-replacement): New function.
9421         (query-replace-read-to): Use `query-replace-compile-replacement'
9422         for repeating the last command.
9424 2004-08-01  John Paul Wallington  <jpw@gnu.org>
9426         * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
9427         (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
9428         (pr-switches): Remove period from end of error messages.
9430         * help-mode.el (help-go-back): Likewise.
9432         * abbrev.el (only-global-abbrevs): Doc fix.
9433         (edit-abbrevs-map): Define within defvar.
9434         (quietly-read-abbrev-file): Doc fix.
9436 2004-07-31  Luc Teirlinck  <teirllm@auburn.edu>
9438         * novice.el (enable-command, disable-command): Doc fixes.
9440         * subr.el (event-modifiers, event-basic-type): Doc fixes.
9442 2004-07-30  Richard M. Stallman  <rms@gnu.org>
9444         * subr.el (with-local-quit): Doc fix.
9446 2004-07-30  Luc Teirlinck  <teirllm@auburn.edu>
9448         * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
9450 2004-07-28  Luc Teirlinck  <teirllm@auburn.edu>
9452         * custom.el (defcustom): Doc fix.
9454 2004-07-28  Masatake YAMATO  <jet@gyve.org>
9456         * progmodes/etags.el (etags-tags-apropos): Show building progress.
9458 2004-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9460         * imenu.el (imenu-prev-index-position-function)
9461         (imenu-extract-index-name-function, imenu-name-lookup-function)
9462         (imenu--index-alist): Docstring redundancy fix.
9464 2004-07-25  Lars Hansen  <larsh@math.ku.dk>
9466         * wdired.el (wdired-finish-edit): Require dired-aux before locally
9467         binding dired-backup-overwrite.
9469 2004-07-25  John Paul Wallington  <jpw@gnu.org>
9471         * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
9473 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
9475         * term/tty-colors.el (tty-color-approximate): Doc fix.
9477         * select.el (x-get-selection, x-set-selection): Doc fixes.
9479         * frame.el (make-frame): Doc fix.
9481 2004-07-24  Richard M. Stallman  <rms@gnu.org>
9483         * mail/rmail.el (rmail-mime-charset-pattern):
9484         Don't include semicolon in the charset value.
9486         * replace.el (occur-next-error): Call set-window-point.
9487         (occur-engine): Handle negative NLINES.
9489 2004-07-23  Luc Teirlinck  <teirllm@auburn.edu>
9491         * frame.el (modify-all-frames-parameters): Minor doc fix.
9492         (set-frame-configuration): Doc fix.
9494 2004-07-23  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
9496         * simple.el (completion-setup-function): Compute the common parts
9497         and the first difference place correctly when
9498         partial-completion-mode is on.
9500 2004-07-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9502         * ps-print.el: Doc fix.
9503         (ps-print-version): New version 6.6.5.
9504         (ps-printing-region): Doc fix.
9505         (ps-generate-string-list): Comment fix.
9506         (ps-message-log-max): Code fix.
9508 2004-07-22  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9510         * ps-print.el (ps-begin-file): Improve the DSC compliance of the
9511         generated PostScript.
9513 2004-08-17  Reiner Steib  <Reiner.Steib@gmx.de>
9515         * net/tls.el (tls-process-connection-type): Fix docstring.  (Sync
9516         with Gnus v5_10 branch.)
9518 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
9520         * calendar/time-date.el (time-to-number-of-days): New function.
9521         Imported from from Gnus.
9523 2004-07-22  Kim F. Storm  <storm@cua.dk>
9525         * progmodes/make-mode.el: Fix comments.
9527 2004-07-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9529         * printing.el: Doc fix.
9531 2004-07-20  Luc Teirlinck  <teirllm@auburn.edu>
9533         * frame.el (modify-all-frames-parameters): Minor doc fix.
9535 2004-07-20  Richard M. Stallman  <rms@gnu.org>
9537         * textmodes/fill.el (fill-nobreak-p): If this break point is
9538         at the end of the line, don't consider the newline which follows
9539         as a reason to return t.
9541 2004-07-19  John Paul Wallington  <jpw@gnu.org>
9543         * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
9545 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
9547         * dired-aux.el (dired-do-kill-lines): Expand docstring.
9548         Delete irrelevant code.
9550 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
9552         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
9553         New docstring.  From Luc Teirlinck.
9555 2004-07-17  Luc Teirlinck  <teirllm@auburn.edu>
9557         * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
9558         section.
9559         (auto-revert-handler): Do not check `auto-revert-tail-mode' for
9560         non-file buffers.  We know it is nil.
9562 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
9564         Sync with Tramp 2.0.43.
9566         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
9567         Remove outdated comment.
9568         (tramp-locked, tramp-locker): New variables for implementing a
9569         global lock.
9570         (tramp-sh-file-name-handler): Use them to implement the global lock.
9572 2004-07-13  Michael Albinus  <michael.albinus@gmx.de>
9574         * net/tramp.el (all): Code cleanup.  Change all `tramp-handle-xxx'
9575         calls to respective `xxx` calls.
9576         (tramp-process-alive-regexp): Precise doc string.
9577         (tramp-multi-action-process-alive): New defun.
9578         (tramp-multi-actions): Use it.
9579         (tramp-handle-find-backup-file-name): `copy-tree' is available
9580         since Emacs 22.1 only (XEmacs has it).  Implementation rewritten
9581         in order to avoid this function.
9582         (tramp-handle-write-region): Set current buffer.  If connection
9583         wasn't open, `file-modes' has changed it accidently.  Reported by
9584         David Kastrup <dak@gnu.org>.
9585         (tramp-enter-password, tramp-read-passwd): New arguments USER and
9586         HOST.
9587         (tramp-action-password, tramp-multi-action-password): Apply it.
9588         (tramp-open-connection-rsh): If a port is given, the Tramp buffer
9589         name must still contain the port number.  Otherwise, we have two
9590         Tramp buffers, with all the confusion.  Reported by Myron Selby
9591         <myron@xytech.com> and Rolf Dubitzky
9592         <Dubitzky@physi.uni-heidelberg.de>.
9594         * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
9595         HOST to `tramp-enter-passwd'.
9597         * net/tramp-vc.el (all): Code cleanup.  Change all
9598         `tramp-handle-xxx' calls to respective `xxx` calls.
9600 2004-07-17  Jonathan Yavner  <jyavner@member.fsf.org>
9602         * emacs-lisp/testcover.el: New category "potentially-1valued" for
9603         functions that are not erroneous if either 1-valued or
9604         multi-valued.  Detect functions in this class.
9605         (testcover-1value-functions, testcover-compose-functions)
9606         (testcover-progn-functions) Add some additional functions to lists.
9607         (testcover-mark): Bugfix when marking up the definition for an
9608         empty function.
9610 2004-07-17  Richard M. Stallman  <rms@gnu.org>
9612         * replace.el (occur-read-primary-args): Pass default to
9613         read-from-minibuffer.
9615         * mail/footnote.el (footnote-section-tag): Use defcustom.
9617         * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
9618         Compile font-lock-keywords, not KEYWORDS.
9619         (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
9620         Add warn, check-type.  Handle cerror like error.
9622 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
9624         * progmodes/which-func.el (which-func-keymap): New var.
9625         (which-func-face): New face.
9626         (which-func-format): Use them.
9628 2004-07-16  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
9630         * buff-menu.el (list-buffers-noselect): Append the buffer's
9631         process status to its mode name.
9633 2004-07-16  Kim F. Storm  <storm@cua.dk>
9635         * simple.el (inhibit-mark-movement): New defvar.
9636         (beginning-of-buffer, end-of-buffer): Do not push mark if
9637         inhibit-mark-movement is non-nil or C-u prefix is given.
9639         * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
9640         Init to beginning-of-buffer and end-of-buffer.
9641         (cua--undo-push-mark): New defvar.
9642         (cua--pre-command-handler): Set inhibit-mark-movement if mark is
9643         already active and command is in cua--preserve-mark-commands.
9644         Also fix check for shift modifier on non-window systems.
9645         (cua--post-command-handler): Clear inhibit-mark-movement if set.
9647 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
9649         * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
9650         of two integers, instead of a cons.
9652         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
9653         `visited-file-modtime' now returns a list of two integers, instead
9654         of a cons.
9656         * dired.el (dired-directory-changed-p): Ditto.
9658         * progmodes/grep.el (grep): Doc fix.
9660 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
9662         * autorevert.el (auto-revert-tail-mode)
9663         (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
9664         (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
9665         in both at the same time.
9666         (auto-revert-tail-mode): New command.
9667         (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
9668         (auto-revert-handler): Revert only either tail or whole file.
9670         * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
9671         add auto-revert-tail-mode.
9673 2004-07-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9675         * printing.el: Doc fix.  Change name of some funs.
9676         (pr-dosify-file-name): New fun.  Replace ps-dosify-path.
9677         (pr-unixify-file-name): New fun.  Replace ps-unixify-path.
9678         (pr-standard-file-name): New fun.  Replace pr-standard-path.
9679         (pr-call-process): Code fix.
9681 2004-07-12  Luc Teirlinck  <teirllm@auburn.edu>
9683         * subr.el (with-selected-window): Doc fix.
9685 2004-07-11  Luc Teirlinck  <teirllm@auburn.edu>
9687         * subr.el (get-buffer-window-list): Doc fix.
9689 2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
9691         * files.el (switch-to-buffer-other-window): Doc fix.
9693         * window.el (save-selected-window, one-window-p)
9694         (split-window-keep-point, split-window-vertically)
9695         (split-window-horizontally): Doc fixes.
9697 2004-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9699         * printing.el: Doc fix.  Now it uses call-process instead of
9700         shell-command for low command execution.
9701         (pr-version): New version number (6.8).
9702         (pr-shell-file-name): Option removed.
9703         (pr-shell-command): Fun removed.
9704         (pr-call-process): New fun.  Replace pr-shell-command.
9705         (pr-standard-path, pr-remove-nil-from-list): New funs.
9706         (zmacs-region-stays, current-mouse-event, current-menubar): New var.
9707         (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
9708         (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
9709         (pr-ps-utility-process, pr-txt-print): Code fix.
9711 2004-07-10  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
9713         * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
9714         boolean.
9716 2004-07-09  Lars Hansen  <larsh@math.ku.dk>
9718         * wid-edit.el (widget-field-buffer): Doc fix.
9720 2004-07-09  John Paul Wallington  <jpw@gnu.org>
9722         * emacs-lisp/re-builder.el (reb-update-overlays):
9723         Distinguish between one and several matches in message.
9725 2004-07-09  Richard M. Stallman  <rms@gnu.org>
9727         * mouse.el (mouse-set-region-1): If transient-mark-mode
9728         is `identity', change it to `only'.
9730         * simple.el (current-word): Doc fix.
9732 2004-07-09  Mark A. Hershberger  <mah@everybody.org>
9734         * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
9735         so that it is more understanding of whitespace.
9737         * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
9738         (("ns" . "element") (attr-list) children) instead of
9739         ((:ns . "element") (attr-list) children) in order to reduce the
9740         number of symbols used.
9741         (xml-skip-dtd): Change to use xml-parse-dtd but set
9742         xml-validating-parsing to nil.
9743         (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
9744         (xml-substitute-entity): Remove in favor of new entity substitution.
9745         (xml-substitute-special): Rewrite in to substitute complex
9746         entities from DOCTYPE declarations.
9747         (xml-parse-fragment): Parse fragments from entity deleclarations.
9748         (xml-parse-region, xml-parse-tag, xml-parse-attlist)
9749         (xml-parse-dtd, xml-substitute-special): Make validity checks
9750         conditioned on xml-validating-parser.  Add "Not Well Formed" to
9751         error messages about well-formedness.
9753 2004-07-08  Steven Tamm  <steventamm@mac.com>
9755         * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
9756         (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
9757         Do not treat double clicks and triple clicks specially in the
9758         scroll bar (preventing strange repositioning problems)
9760 2004-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9762         * replace.el (query-replace-regexp-eval): Fix last change.
9764 2004-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9766         * replace.el (query-replace-descr): New fun.
9767         (query-replace-read-from, query-replace-read-args): Default to the
9768         previous from&to.
9769         (query-replace-read-to): Quote the `from' string when displaying it.
9770         (query-replace-regexp-eval): Immediately check read-only status.
9771         Use query-replace-read-from to get the \n checking.
9772         Quote the `from' string when displaying it.
9773         (map-query-replace-regexp, occur-read-primary-args):
9774         Quote the `from' string when displaying it.
9776         * isearch.el (isearch-query-replace): Pass the regexp-ness and
9777         delimited-ness of the search to query-replace.
9779         * replace.el (query-replace-read-from, query-replace-read-to):
9780         New funs extracted from query-replace-read-args.
9781         (query-replace-read-args): Use them.
9783         * replace.el (query-replace-interactive, query-replace-read-args):
9784         Remove the `initial' special value.
9785         (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
9786         (occur-engine): Remove unused var `matchend'.
9788         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
9789         Use the search string without prompting.
9791 2004-07-05  Kenichi Handa  <handa@m17n.org>
9793         * international/mule.el (decode-coding-inserted-region):
9794         Set last-coding-system-used only when coding is nil.
9796 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
9798         * progmodes/grep.el (grep-compute-defaults, grep-command)
9799         (grep-program, find-program, grep-find-use-xargs, grep-history)
9800         (grep-find-history, grep-tag-default, grep-find-command)
9801         (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
9802         Add autoload cookies, for unbundled packages that load `compile'
9803         and expect all grep-related symbols to become defined.
9805 2004-07-03  KOSEKI Yoshinori  <kose@meadowy.org>
9807         * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
9808         (iimage-mode-image-search-path): New user option to search the
9809         image file.
9810         (iimage-locate-file): New funcion.  Emacs21.3 or earlier does not
9811         have locate-file.
9812         (iimage-mode-buffer): Use it.
9814 2004-07-03  Nick Roberts  <nickrob@gnu.org>
9816         * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
9817         carefully.
9818         (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
9820 2004-07-03  Juri Linkov  <juri@jurta.org>
9822         * replace.el (query-replace-read-args): Swallow space after 'foo,
9823         not after (quote foo).  Match space only immediately after symbol,
9824         not anywhere in the whole string.
9826 2004-07-02  Richard M. Stallman  <rms@gnu.org>
9828         * replace.el (query-replace-read-args): Swallow space after
9829         symbols, not after closeparens.  But avoid error if string ends there.
9831         * progmodes/python.el (python-beginning-of-statement):
9832         Exit the loop if backward-up-list gets error.
9834         * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
9836 2004-07-02  Andre Spiegel  <spiegel@gnu.org>
9838         * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
9839         only if vc-consult-headers is non-nil.
9841 2004-07-02  Juri Linkov  <juri@jurta.org>
9843         * pcvs.el (cvs-mode-diff-repository): New command.
9845         * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
9847 2004-07-01  Juri Linkov  <juri@jurta.org>
9849         * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
9850         C-M-y to isearch-yank-char.  Bind M-% to isearch-query-replace,
9851         C-M-% to isearch-query-replace-regexp.
9852         (minibuffer-local-isearch-map): Add arrow key bindings.
9853         Bind C-f to isearch-yank-char-in-minibuffer.
9854         (isearch-forward): Doc fix.
9855         (isearch-edit-string): Doc fix.
9856         (isearch-query-replace, isearch-query-replace-regexp): New funs.
9857         (isearch-del-char): Add optional arg.  Set isearch-yank-flag to t.
9858         (isearch-yank-char): Add optional arg.
9859         (isearch-yank-char-in-minibuffer): New fun.
9861         * replace.el (query-replace-interactive): Change type from boolean
9862         to choice.  Add value `initial'.
9863         (query-replace-read-args): Handle value `initial' of
9864         query-replace-interactive.
9866 2004-06-29  Kim F. Storm  <storm@cua.dk>
9868         * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
9869         (breakpoint-disabled-bitmap-face): Add :group 'gud.
9871         * progmodes/ada-xref.el (ada-tight-gvd-integration):
9872         Add :group 'ada.
9874         * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
9876 2004-06-29  Juri Linkov  <juri@jurta.org>
9878         * replace.el (query-replace-read-args): Swallow a space after
9879         everything except )]" which in most cases means after a symbol.
9881         * emacs-lisp/pp.el (pp-buffer): Add autoload.
9883 2004-06-28  Richard M. Stallman  <rms@gnu.org>
9885         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
9886         More changes to go with previous change in font-lock.el.
9888 2004-06-26  David Kastrup  <dak@gnu.org>
9890         * replace.el (perform-replace): Highlight the match even in
9891         non-query mode if there is potential replace string editing.
9893 2004-06-26  Kai Grossjohann  <kai.grossjohann@gmx.net>
9895         * net/tramp.el (tramp-handle-file-remote-p): New implementation to
9896         agree with new return value of `file-remote-p'.
9897         This syncs with Tramp 2.0.42.
9899         * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
9900         according to new documentation of `file-remote-p'.
9902         * files.el (file-remote-p): Fix doc to say that return value is
9903         identification of remote system, if not nil.
9904         (file-relative-name): Use new return value of `file-remote-p'.
9906 2004-06-26  Nick Roberts  <nickrob@gnu.org>
9908         * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
9909         (gdb-goto-breakpoint): Fix breakage.
9911 2004-06-26  Eli Zaretskii  <eliz@gnu.org>
9913         * man.el (Man-getpage-in-background): Add windows-nt to the list
9914         of systems where shell-file-name should be used instead of
9915         literal "sh".
9917 2004-06-25  Sam Steingold  <sds@gnu.org>
9919         * add-log.el (change-log-font-lock-keywords): Support Common Lisp
9920         function names `(setf symbol)'.
9922 2004-06-24  Richard M. Stallman  <rms@gnu.org>
9924         * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
9926         * font-lock.el (font-lock-keywords): Change format of compiled values.
9927         Document it.
9928         (font-lock-add-keywords): If font-lock-keywords is compiled,
9929         extract the uncompiled version, modify, then recompile.
9930         (font-lock-remove-keywords): Likewise.
9931         (font-lock-fontify-keywords-region): Handle changed format.
9932         (font-lock-compile-keywords): Handle changed format.
9933         (font-lock-set-defaults): Compile the keywords explicitly here.
9935 2004-06-24  David Kastrup  <dak@gnu.org>
9937         * replace.el (query-replace-read-args): Implement `\,' and `\#'
9938         replacements here.
9939         (query-replace-regexp): Doc string explaining this and the new
9940         `\?' replacement.  Remove `\,' and `\#' implementation here, as it
9941         is better placed in `query-replace-read-args'.
9942         (replace-regexp): Explain `\,', `\#' and `\?'.
9943         (replace-match-data): New function for thorough reuse/destruction
9944         of old match-data.
9945         (replace-match-maybe-edit): Function for implementing `\?' editing.
9946         (perform-replace): Fix maintaining of the match stack including
9947         already matched regions, implement `\?', fix various problems
9948         with regions while editing and other stuff.
9949         (replace-highlight): Simplify.
9951 2004-06-24  Daniel Pfeiffer  <occitan@esperanto.org>
9953         * progmodes/grep.el (grep-error-screen-columns): New variable.
9954         (grep-regexp-alist): Give it the full functionality of gnu style
9955         compilation messages with line and column ranges.  Ask me for the
9956         perl script I'm working on, that uses these.
9958 2004-06-23  Nick Roberts  <nickrob@gnu.org>
9960         * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
9961         Remove.
9962         (comint-insert-input, comint-mouse-insert-input): New functions
9963         based on comint-insert-clicked-input for two bindings but just
9964         one functionality.
9966 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
9968         * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
9970 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
9972         * files.el (write-contents-functions): Doc fix.
9974 2004-06-21  Juanma Barranquero  <lektu@terra.es>
9976         * image.el (image-library-alist): Rewrite docstring in active voice.
9978 2004-06-20  Richard M. Stallman  <rms@gnu.org>
9980         * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
9982         * isearch.el (isearch-repeat): Avoid testing old match data.
9983         (isearch-message): Display trailing space in special font
9984         when search is failing.
9985         (isearch-search-fun-function): Doc fix.
9987         * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
9989 2004-06-19  Luc Teirlinck  <teirllm@auburn.edu>
9991         * frame.el (show-trailing-whitespace): Doc fix.
9993         * cus-edit.el (custom-variable-documentation): New function.
9994         (custom-variable): Use it.
9996 2004-06-19  Nick Roberts  <nickrob@gnu.org>
9998         * man.el (Man-getpage-in-background): Revert previous change but
9999         make cygwin a special case.
10001 2004-06-18  Luc Teirlinck  <teirllm@auburn.edu>
10003         * autorevert.el (global-auto-revert-non-file-buffers):
10004         Update docstring.
10006 2004-06-19  Daniel Pfeiffer  <occitan@esperanto.org>
10008         * progmodes/compile.el (compilation-error-properties): Store one
10009         more than end-col, if present, so that transient-mark-mode will
10010         highlight last char too.
10011         * progmodes/grep.el (grep-regexp-alist): Match columns and column
10012         ranges, if present.
10014 2004-06-18  Jason Rumney  <jasonr@gnu.org>
10016         * makefile.w32-in: Double percent signs in for loops.
10018 2004-06-17  David Kastrup  <dak@gnu.org>
10020         * replace.el (query-replace-read-args): Only warn about use of \n
10021         and \t when we are doing a regexp replacement and the actual
10022         escaped character is n or t.
10023         (query-replace-regexp): Add \, and \# interpretation to
10024         interactive call and document it.
10025         (query-replace-regexp-eval, replace-match-string-symbols): Add \#
10026         as shortkey for replace-count.
10027         (replace-quote): New function for doubling backslashes.
10029 2004-06-17  Juanma Barranquero  <lektu@terra.es>
10031         * files.el (parse-colon-path, cd): Mention in docstring that the
10032         path separator is colon in GNU-like systems.
10034         * newcomment.el (comment-region-internal): Fix docstring.
10036         * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
10037         (ewoc-invalidate, ewoc-collect): Doc fixes.
10038         (ewoc--create-node, ewoc--delete-node-internal):
10039         Fix typos in docstring.
10041 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
10043         * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
10044         manual to docstring.
10046 2004-06-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10048         * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
10050 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
10052         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
10053         Add hyperlink to emacs-xtra manual to docstring.
10055         * autorevert.el (global-auto-revert-non-file-buffers):
10056         Add hyperlink to emacs-xtra manual to docstring, as well as an
10057         info-link.
10059 2004-06-14  Juanma Barranquero  <lektu@terra.es>
10061         * image.el (image-library-alist): New variable to map image types
10062         to external libraries.  Initialized to nil, unless system-specific
10063         configs change it.
10064         (image-type-available-p): Determine whether an image type is
10065         available by calling `init-image-library'.
10067         * term/w32-win.el (image-library-alist): Initialize to a known set
10068         of probable library names.
10070 2004-06-14  Kenichi Handa  <handa@m17n.org>
10072         * international/code-pages.el (windows-1256, cp1125): Fix tables
10073         for several characters.
10075         * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
10077 2004-06-13  Richard M. Stallman  <rms@gnu.org>
10079         * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
10081         * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
10082         not "`pc-selection-mode'".
10084         * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
10086         * simple.el (previous-matching-history-element): Specify a default.
10088         * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
10090         * cus-face.el (custom-declare-face): Simplify code.
10092         * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
10094 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
10096         * files.el (before-save-hook): Add `time-stamp' to the options.
10098         * time-stamp.el (time-stamp): Recommend adding it to
10099         `before-save-hook', rather than `write-file-functions'.
10100         Make a similar change in `Commentary' section.
10102 2004-06-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
10104         * diff-mode.el (diff-current-defun): If at start of hunk, use
10105         position of first change.
10107 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
10109         * dired-x.el (dired-mark-omitted): Bind to "*O".
10111 2004-06-12  Karl Fogel  <kfogel@red-bean.com>
10113         * bookmark.el (bookmark-bmenu-relocate): New function, as
10114         suggested by David J. Biesack <David.Biesack@sas.com>.
10115         (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
10116         (bookmark-bmenu-mode): Describe binding in doc string.
10117         (bookmark-set-filename): Save the bookmark list if it's time.
10119 2004-06-13  Kenichi Handa  <handa@m17n.org>
10121         * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
10122         (ccl-untranslated-to-ucs): Fix typo.
10124 2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
10126         * progmodes/python.el (python-open-block-statement-p):
10127         Fix indentation after a block opening that contains a comment.
10129 2004-06-12  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>  (tiny change)
10131         * bindings.el (completion-ignored-extensions): Add file extensions
10132         of Python byte-compiled files.
10134 2004-06-12  Juri Linkov  <juri@jurta.org>
10136         * info.el (Info-goto-node): Add autoload.
10137         (Info-toc): Add substring-no-properties on Info file name.
10138         (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
10139         (Info-mode-map): Bind L to Info-history, T to Info-toc.
10141 2004-06-12  Kenichi Handa  <handa@m17n.org>
10143         * international/mule-cmds.el (set-language-environment):
10144         Load subst tables if necessary.
10146         * international/mule.el (decode-char): Load subst tables if necessary.
10147         (encode-char): Likewise.
10149         * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
10150         pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
10151         (utf-16le-decode-loop): Set r5 to -1 before loop.
10152         (utf-16be-decode-loop): Likewise.
10153         (ccl-decode-mule-utf-16le): Add EOF processing block.
10154         (ccl-decode-mule-utf-16be): Likewise.
10155         (ccl-decode-mule-utf-16le-with-signature): Likewise.
10156         (ccl-decode-mule-utf-16be-with-signature): Likewise.
10157         (ccl-decode-mule-utf-16): Likewise.  Set r5 to -1 initially.
10158         (ccl-mule-utf-16-encode-untrans): New CCL.
10159         (utf-16-decode-to-ucs): Handle pre-read character.
10160         (utf-16le-encode-loop): Handle surrogate pair.
10161         (utf-16be-encode-loop): Likewise.
10162         (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
10163         of utf-16le-encode-loop.
10164         (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
10165         of utf-16be-encode-loop.
10166         (mule-utf-16-post-read-conversion):
10167         Call utf-8-post-read-conversion at first.
10168         (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
10169         Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
10170         Add post-read-conversion and pre-write-conversion.
10172         * international/utf-8.el (utf-translate-cjk-charsets): New variable.
10173         (utf-translate-cjk-unicode-range): New variable.
10174         (utf-translate-cjk-load-tables): New function.
10175         (utf-lookup-subst-table-for-decode): New function.
10176         (utf-lookup-subst-table-for-encode): New function.
10177         (utf-translate-cjk-mode): Init-value changed to t.  Don't load
10178         tables here.  Update safe-charsets of utf-* coding systems.
10179         (ccl-mule-utf-untrans): New CCL.
10180         (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans.  Use `repeat'
10181         at end of each branch.
10182         (ccl-mule-utf-8-encode-untrans): New CCL.
10183         (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
10184         (ccl-untranslated-to-ucs): Handle 2-byte encoding.  Set r1 to the
10185         length of encoding.  Don't return r0.
10186         (utf-8-compose): New arg hash-table.  Handle 2-byte encoding.
10187         (utf-8-post-read-conversion): Narrow to region properly.
10188         If utf-translate-cjk-mode is on, load tables if necessary.
10189         Call utf-8-compose with hash-table arg if necessary.
10190         Call XXX-compose-region instead of XXX-post-read-convesion.
10191         (utf-8-pre-write-conversion): New function.
10192         (mule-utf-8): Include CJK charsets in safe-charsets if
10193         utf-translate-cjk-mode is on.  Add pre-write-conversion.
10195         * international/characters.el: Temporarily set
10196         utf-translate-cjk-mode to nil.
10198         * language/devan-util.el (devanagari-compose-region):
10199         Add autoload cookie.
10201         * international/ccl.el (ccl-dump-call): Fix printing the
10202         subroutine name.
10204 2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>
10206         * dired.el (dired-revert): If buffer is marked unmodified before
10207         reverting, keep it marked unmodified.
10208         Adapt to new conventions for commenting out code.
10209         (dired-make-relative): Adapt to new conventions for commenting out code.
10211 2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>
10213         * eshell/esh-module.el (eshell-load-defgroups):
10214         Bind `vc-handled-backends' to nil when opening files.
10216 2004-06-11  Juanma Barranquero  <lektu@terra.es>
10218         * files.el (parse-colon-path, cd): Doc fixes (refer to
10219         `path-separator', not colon).
10221 2004-06-10  Juanma Barranquero  <lektu@terra.es>
10223         * newcomment.el (comment-search-forward)
10224         (comment-search-backward): Fix typos in docstring.
10225         (comment-region): Doc fix.
10227 2004-06-10  Luc Teirlinck  <teirllm@auburn.edu>
10229         * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
10230         switch is no longer stored in `dired-switches-alist'.
10232         * dired-aux.el (dired-insert-subdir): Do not store R switch in
10233         `dired-switches-alist'.
10235 2004-06-10  Kim F. Storm  <storm@cua.dk>
10237         * pcvs.el (cvs-mode-diff-yesterday): New command.
10239         * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
10241 2004-06-10  Juri Linkov  <juri@jurta.org>
10243         * emacs-lisp/edebug.el (edebug-eval-defun):
10244         * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
10245         Fix docstring.
10247         * simple.el (eval-expression-print-format): Don't print additional
10248         information on the first call to `eval-print-last-sexp'.
10249         (next-error-find-buffer): Fix punctuation.
10250         (killing) <defgroup>: Fix punctuation.
10251         (yank-excluded-properties): Change group from editing to killing.
10253         * replace.el (perform-replace): Use `limit' to terminate the
10254         while-loop explicitly.
10256 2004-06-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10258         * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
10259         Use lc-*.xpm as prefix instead of *-locol.xpm.
10261         * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
10262         * toolbar/lc-help.xpm, toolbar/lc-home.xpm
10263         * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
10264         * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
10265         * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
10266         * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
10267         * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
10268         * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
10269         * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
10270         * toolbar/lc-up_arrow.xpm:
10271         Rename from *-locol.xpm.
10273 2004-06-09  Rajesh Vaidheeswarran  <rv@gnu.org>
10275         * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
10276         include forms like &<str>; as valid url patterns.
10278 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
10280         * dired.el (dired-diff, dired-backup-diff)
10281         (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
10282         (dired-do-chown, dired-do-touch, dired-do-print)
10283         (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
10284         (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
10285         (dired-create-directory, dired-do-copy, dired-do-symlink)
10286         (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
10287         (dired-do-copy-regexp, dired-do-hardlink-regexp)
10288         (dired-do-symlink-regexp, dired-upcase, dired-downcase)
10289         (dired-maybe-insert-subdir, dired-next-subdir)
10290         (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
10291         (dired-kill-subdir, dired-tree-up, dired-tree-down)
10292         (dired-hide-subdir, dired-hide-all, dired-show-file-type)
10293         (dired-run-shell-command, dired-query): Remove redundant,
10294         or incorrect, autoloads.
10296         * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
10297         does not end in a slash.  Add optional argument KILL-ROOT.
10298         Update docstring.
10299         (dired-do-touch, dired-clean-directory, dired-run-shell-command)
10300         (dired-query): Add autoloads.
10302 2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
10304         * progmodes/compile.el (compilation-set-window-height):
10305         Rearrange the save-* functions because a buffer can have several current
10306         point in different windows.
10307         (compilation-error-regexp-alist-alist): Recognize {standard input}
10308         GNU messages (for gcc --pipe) and more kinds of Oracle messages.
10310 2004-06-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10312         * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
10313         * toolbar/help-locol.xpm, toolbar/home-locol.xpm
10314         * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
10315         * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
10316         * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
10317         * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
10318         * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
10319         * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
10320         * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
10321         * toolbar/up_arrow-locol.xpm:
10322         New versions of icons that uses fewer colors.
10324         * toolbar/tool-bar.el (tool-bar-local-item)
10325         (tool-bar-local-item-from-menu): Try to use icons with fewer colors
10326         if display-color-cells is 256 or less.
10328 2004-06-08  Kim F. Storm  <storm@cua.dk>
10330         * wid-edit.el (widget-specify-button): Use hand pointer rather
10331         than mouse-face as visible mouse-over effect.
10333 2004-06-07  Karl Fogel  <kfogel@red-bean.com>
10335         * saveplace.el (save-place-alist-to-file): Bind `print-length'
10336         and `print-level' to nil when writing out `save-place-alist'.
10337         Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
10339 2004-06-07  Juanma Barranquero  <lektu@terra.es>
10341         * completion.el (completion-kill-region): Doc fix.
10343         * format.el (format-insert-annotations)
10344         (format-annotate-location): Doc fixes.
10345         (format-subtract-regions): Make arguments match their use in docstring.
10347         * simple.el (kill-region): Doc fix.
10349         * subr.el (insert-buffer-substring-no-properties)
10350         (insert-buffer-substring-as-yank): Doc fixes.
10352 2004-06-07  Luc Teirlinck  <teirllm@auburn.edu>
10354         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
10355         Update docstring.
10356         (dired-reset-subdir-switches): New function.
10358         * dired.el (dired-undo): Call `dired-build-subdir-alist'.
10359         Limit scope of `buffer-read-only' binding.
10361 2004-06-06  Emilio C. Lopes  <eclig@gmx.net>
10363         * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
10364         eshell-explicit-command-char.
10366 2004-06-06  Juanma Barranquero  <lektu@terra.es>
10368         * help-fns.el (help-argument-name): Inherit from italic face only
10369         if the frame supports it.
10371 2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10373         * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
10374         * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
10375         * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
10376         * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
10377         * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
10378         * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
10379         * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
10380         New conversions from xpm files.
10382         * toolbar/README: New file.
10384 2004-06-06  Richard M. Stallman  <rms@gnu.org>
10386         * isearch.el (isearch-mode-map): Undo previous change.
10388 2004-06-05  Juri Linkov  <juri@jurta.org>
10390         * bindings.el (debug-ignored-errors): Add regexps for history
10391         related messages.  Remove $ from "No further undo information".
10392         Move Ediff's messages to ediff.el.
10394         * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
10396         * cus-edit.el (custom-display): Add `min-colors'.
10398         * custom.el (defface): Add `supports' to docstring.
10400         * help-fns.el (help-argument-name): Add :group 'help.
10402 2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
10404         * find-dired.el (find-ls-subdir-switches): New user option.
10405         (find-dired): No longer call `abbreviate-file-name' on DIR.
10406         Set `dired-subdir-switches' buffer-locally.
10408         * locate.el: Merge the two `Commentary' sections.
10409         (locate-ls-subdir-switches): New user option.
10410         (locate): Update for other changes.
10411         (locate-mode-map): Restore Dired binding for mouse-2.
10412         Bind `locate-mouse-view-file' to M-mouse-2.
10413         Bind `l' to `locate-do-redisplay'.
10414         (locate-main-listing-line-p, locate-do-redisplay): New functions.
10415         (locate-mouse-view-file, locate-tags, locate-find-directory):
10416         Print message if used outside main listing.
10417         (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
10418         Various changes to support inserted subdirectories.
10419         (locate-insert-header): Change header of *Locate* buffer.
10421         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
10422         Change interactive default switches.
10423         (dired-rename-subdir-2): Update `dired-switches-alist'.
10424         (dired-insert-subdir, dired-kill-subdir):
10425         Handle `dired-switches-alist'.  Do not mark buffer modified.
10426         (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
10427         (dired-insert-subdir-doinsert): Omit messages.
10428         Handle `dired-subdir-switches'.
10429         (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
10431         * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
10432         (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
10433         subdirs if -R switch is used for a subdir.
10434         (dired-mode): Set `dired-switches-alist'.
10435         (dired-build-subdir-alist): Only print number of directories in
10436         echo area when invoked interactively.
10438 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
10440         * dired-x.el (dired-omit-mode): Rename from
10441         dired-omit-files-p.  Use define-minor-mode to define it.
10442         (dired-omit-files-p): Add as alias for dired-omit-mode.
10443         (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
10444         dired-mark-omitted.
10445         (dired-mark-omitted): Add.  Bind to M-O.
10447 2004-06-05  Kenichi Handa  <handa@m17n.org>
10449         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
10451 2004-06-05  Juanma Barranquero  <lektu@terra.es>
10453         * help-fns.el (help-argument-name): Reintroduce face.
10454         (help-default-arg-highlight): Use it, now that
10455         `face-differs-from-default-p' can be trusted.
10457 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
10459         * textmodes/table.el: Sentence commands added to Point Motion
10460         group; kill and backward-kill commands added to Extraction group.
10462 2004-06-04  Mario Lang  <mlang@delysid.org>
10464         * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
10465         systems appear to use mW, make the code handle this.  Fix a
10466         division-by-zero bug while at it, and handle kernels with
10467         a slightly different layout in /proc/acpi.
10469 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
10471         * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
10472         because the latter is a CL-ism.  This fixes the bug reported by
10473         Shawn Boyette <mdxi@collapsar.net> in
10474         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
10476 2004-06-04  Miles Bader  <miles@gnu.org>
10478         * faces.el (display-supports-face-attributes-p): Function moved to
10479         C code.  Previously only the tty-related portion of this function
10480         was done in C; however the previous attempt to do a halfway-proper
10481         job for non-tty displays in lisp didn't work properly because of
10482         funny conditions during Emacs startup.
10483         (face-differs-from-default-p): Simplify, now that
10484         display-supports-face-attributes-p works properly on all display
10485         types.  Remove :stipple from comparison; it doesn't really work
10486         in emacs anyway.
10488 2004-06-04  Miles Bader  <miles@gnu.org>
10490         * faces.el (face-differs-from-default-p): Use a different
10491         implementation, so we can really check whether FACE displays
10492         differently or not.
10494 2004-06-04  Miles Bader  <miles@gnu.org>
10496         * faces.el (display-supports-face-attributes-p): Implement a
10497         `different from default' check for non-tty displays.
10499 2004-06-03  David Kastrup  <dak@gnu.org>
10501         * woman.el (woman-mapcan): More concise code.
10502         (woman-topic-all-completions, woman-topic-all-completions-1)
10503         (woman-topic-all-completions-merge): Replace by a simpler and
10504         much faster implementation based on O(n log n) sort/merge instead
10505         of the old O(n^2) behavior.
10507 2004-06-03  Miles Bader  <miles@gnu.org>
10509         * subr.el (read-number): Use canonical format for default in prompt.
10511         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
10512         Add regexp for " [...]" style defaults.
10514 2004-06-02  Romain Francoise  <romain@orebokech.com>
10516         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
10517         groups: if the user asks for a hidden buffer, open the
10518         corresponding filter group to expose it.
10520         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
10521         `ibuffer-jump-to-buffer'.
10522         (ibuffer-jump-offer-only-visible-buffers): New user option.
10524 2004-06-02  Juanma Barranquero  <lektu@terra.es>
10526         * faces.el (frame-update-faces): Add empty docstring so the one
10527         for `ignore' doesn't show through.
10529         * subr.el (process-kill-without-query): Remove spurious "\n" on
10530         obsolescence string.
10531         (focus-frame, unfocus-frame): Add obsolescence declaration and
10532         empty docstring.
10534         * international/mule.el (register-char-codings): Make alias for
10535         `ignore'.  Move docstring to obsolescence info and remove redundancy.
10537 2004-06-02  Kim F. Storm  <storm@cua.dk>
10539         * frame.el (blink-cursor-start): Turn cursor off initially so blink
10540         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
10542 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10544         * comint.el (comint-replace-by-expanded-history-before-point):
10545         Obey `start' as the docstring says.
10546         (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
10547         (comint-update-fence): Prevent font-lock from running unnecessarily.
10548         (comint-dynamic-list-completions): Use with-current-buffer.
10550 2004-06-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10552         * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
10553         (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
10554         (bibtex-entry-update): Handle alternatives and optional fields.
10555         (bibtex-parse-entry): Bugfix, handle empty key.
10557 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10559         * vc-arch.el (vc-arch-state): Don't assume the file exists.
10561 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
10563         * desktop.el (desktop-save): Don't save minor modes without a
10564         known mode initialization function.
10566 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
10568         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
10570         * autorevert.el: Update `Commentary' section.
10572 2004-05-30  Juanma Barranquero  <lektu@terra.es>
10574         * dos-fns.el (convert-standard-filename):
10575         * files.el (convert-standard-filename):
10576         * w32-fns.el (convert-standard-filename):
10577         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
10579 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
10581         Sync with Tramp.
10583         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
10584         (tramp-let-maybe): Move to an earlier spot in the file.
10585         Patch by Andreas Schwab.
10587 2004-05-30  Andreas Schwab  <schwab@suse.de>
10589         * dired.el (dired-get-filename): Don't use dired-re-dot.
10591 2004-05-30  Richard M. Stallman  <rms@gnu.org>
10593         * files.el (find-file): Doc fix.
10595         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
10597 2004-05-30  Nick Roberts  <nickrob@gnu.org>
10599         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
10600         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
10601         modeline of the locals buffer.
10602         (gdb-goto-breakpoint): Handle gdbmi.
10603         (gdb-get-frame-number): Change for gdbmi.
10605 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
10607         * files.el (file-remote-p): Apply file name handler for operation
10608         `file-remote-p'.  It isn' a property any longer.
10609         (file-relative-name): `fh' and `fd' get the required value via
10610         `find-file-name-handler' already.
10612         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
10613         (top): Remove setting of `file-remote-p' property for
10614         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
10616 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
10618         Version 2.0.41 of Tramp released.
10620         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
10621         Throw away if process has died.
10622         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
10623         (tramp-out-of-band-prompt-regexp): Rename to
10624         `tramp-process-alive-regexp', because its usage is widen.
10625         (tramp-actions-copy-out-of-band): Apply it.
10626         (tramp-actions-before-shell, tramp-multi-actions):
10627         Add `tramp-action-process-alive' action.
10628         (tramp-action-process-alive): New defun.
10629         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
10630         Add entry for `file-remote-p'.
10631         (tramp-handle-file-remote-p): New defun.
10632         (top): Remove setting of `file-remote-p'.  Don't set
10633         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
10635         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
10636         `file-remote-p'.
10638         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
10639         counted for (last) line.  [They should or they shouldn't?  --Stef]
10640         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
10642 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
10644         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
10645         not really necessary but seems to keep the shell history smaller
10646         in some cases.  It is no substitute for setting HISTFILE and
10647         HISTSIZE from tramp-open-connection-setup-interactive-shell,
10648         though.  Suggested by Luc Teirlinck.
10649         (tramp-open-connection-setup-interactive-shell): Export variables
10650         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
10651         (tramp-set-process-query-on-exit-flag): New compat function.
10652         (tramp-open-connection-multi, tramp-open-connection-su)
10653         (tramp-open-connection-rsh, tramp-open-connection-telnet)
10654         (tramp-do-copy-or-rename-file-out-of-band): Use it.
10655         (tramp-let-maybe): New macro, let-binds a variable only if it
10656         isn't obsolete.
10657         (tramp-check-ls-commands, tramp-handle-expand-file-name)
10658         (tramp-handle-file-truename): Use it.
10659         (tramp-completion-file-name-regexp-unified): Avoid matching
10660         filenames starting with "/:" -- those are reserved for
10661         file-name-non-special.
10663         * tramp-smb.el (tramp-smb-open-connection):
10664         Use tramp-set-process-query-on-exit-flag compat function.
10666 2004-05-29  Richard M. Stallman  <rms@gnu.org>
10668         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
10670         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
10671         (eval-last-sexp-print-value): Print char equivalent regardless
10672         of standard-output value.
10674         * thumbs.el (thumbs-subst-char-in-string): Delete.
10675         (thumbs-thumbname): Use subst-char-in-string.
10676         (thumbs-resize-image): Use condition-case, not ignore-errors.
10677         (thumbs-kill-buffer): Likewise.
10679         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
10680         (thumbs-mode): Make buffer read-only.
10681         (thumbs-make-thumb): Unconditionally accept an existing file.
10682         (thumbs-insert-thumb): Add thumb-image-file property to the image.
10683         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
10684         (thumbs-show-thumbs-list): Error if images not supported.
10685         (thumbs-save-current-image): Improve prompt string.
10686         (thumbs-mode-map): Define u, R, x.
10687         (thumbs-unmark): New command.
10688         (thumbs-emboss-image): Minor cleanup.
10689         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
10690         (thumbs-rename-images): New command.
10691         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
10693         * thumbs.el (thumbs-current-image): New function.
10694         (thumbs-file-list, thumbs-file-alist): New functions.
10695         (thumbs-find-image): Delete arg L.
10696         Don't set up thumbs-fileL as buffer-local global var.
10697         (thumbs-find-image-at-point): Use thumbs-current-image.
10698         (thumbs-set-image-at-point-to-root-window): Likewise.
10699         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
10700         Record and warn about errors.  Update thumbs-markedL for deletions.
10701         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
10702         (thumbs-redraw-buffer): Use thumbs-file-list.
10703         (thumbs-mark): Use thumbs-current-image.
10704         (thumbs-show-name): Use thumbs-current-image.
10706         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
10707         and imenu--last-menubar-index-alist.
10709         * subr.el (with-selected-window): Undo previous change.
10711 2004-05-29  John Paul Wallington  <jpw@gnu.org>
10713         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
10714         (thumbs-mouse-find-image): New command.
10715         (thumbs-mode-map): Bind it to mouse-2.
10716         (thumbs-mode): Make mode-class special.
10717         (thumbs-view-image-mode): Likewise.
10719 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
10721         * flymake.el: New file.
10723 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
10725         * files.el (find-file-noselect-1): Do not bind
10726         `inhibit-read-only' to t during execution of
10727         `find-file-not-found-functions'.
10729 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10731         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
10732         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
10734 2004-05-28  Juri Linkov  <juri@jurta.org>
10736         * simple.el (eval-expression-print-format): New fun.
10738         * simple.el (eval-expression):
10739         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
10740         * emacs-lisp/edebug.el (edebug-compute-previous-result)
10741         (edebug-eval-expression): Print additionally the value returned by
10742         `eval-expression-print-format'.
10744         * emacs-lisp/lisp.el (insert-pair-alist): New var.
10745         (insert-pair): Make arguments optional.  Find character pair
10746         from `insert-pair-alist' according to the last input event.
10747         (insert-parentheses): Make arguments optional.
10748         (raise-sexp, delete-pair): New funs.
10750         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
10751         (emacs-lisp-mode-map, lisp-interaction-mode-map):
10752         Bind C-M-q to `indent-pp-sexp'.
10754         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
10755         `pp-to-string' modified to be able to format text with newlines.
10756         (pp-to-string): Move the buffer-formatting part of the code to
10757         `pp-buffer'.  Call `pp-buffer'.
10759         * info.el (Info-desktop-buffer-misc-data): Don't save information
10760         about virtual files.
10761         (Info-restore-desktop-buffer): Restore Info buffers in prepared
10762         buffers with names obtained from the desktop file instead of the
10763         default *info* buffer.
10765 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10767         * subr.el (with-selected-window): Only save/restore the selected window.
10769         * progmodes/compile.el (compilation-error-regexp-alist):
10770         Use expand-file-name and data-directory.
10772         * progmodes/grep.el (grep-tree): Rework previous fix.
10774         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
10775         after the user marked text with the mouse.
10777         * startup.el (command-line): Keep the first regexp of
10778         auto-save-file-name-transforms intact.
10780 2004-05-28  Juanma Barranquero  <lektu@terra.es>
10782         * cus-edit.el (customize-face, customize-face-other-window)
10783         (custom-face-edit-delete): Make arguments match their use in
10784         docstring.
10785         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
10786         docstring.
10788         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
10789         not `cvs-butlast'.
10791         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
10792         `nbutlast' are in subr.el).
10794         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
10795         (set-w32-system-coding-system): Doc fixes.
10797         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
10798         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
10799         Make arguments match their use in docstring.
10800         (artist-draw-region-trim-line-endings)
10801         (artist-mouse-choose-operation): Fix typo in docstring.
10802         (artist-key-set-point-common): Doc fix.
10804 2004-05-28  Simon Josefsson  <jas@extundo.com>
10806         * mail/smtpmail.el (smtpmail-open-stream):
10807         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
10809 2004-05-26  Simon Josefsson  <jas@extundo.com>
10811         * starttls.el: Merge with my GNUTLS based starttls.el.
10812         (starttls-gnutls-program, starttls-use-gnutls)
10813         (starttls-extra-arguments, starttls-process-connection-type)
10814         (starttls-connect, starttls-failure, starttls-success): New variables.
10815         (starttls-program, starttls-extra-args): Doc fix.
10816         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
10817         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
10818         and pass on to corresponding *-gnutls function if it is set.
10820 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
10822         * autorevert.el (auto-revert-handler): Disable auto-reverting of
10823         remote files.
10825 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
10827         * files.el (file-name-non-special): There are more operations
10828         which need handling: `find-backup-file-name',
10829         `insert-file-contents', `verify-visited-file-modtime',
10830         `write-region'.  Rename t value of method to `add'.  Add new
10831         methods `quote' and `unquote-then-quote' to file-arg-indices.
10833 2004-05-25  Juri Linkov  <juri@jurta.org>
10835         * info.el (Info-toc): Call Info-mode on intermediate buffer.
10836         (Info-index-nodes): Enclose code in condition-case to catch errors.
10837         (Info-index-node): Don't search all index nodes if request is only
10838         for the current node and file is not in the cache of index nodes.
10839         (Info-mode-map): Bind Info-copy-current-node-name to `w'
10840         for consistency with dired-copy-filename-as-kill.
10841         Bind `S' to Info-search-case-sensitively.
10842         (Info-copy-current-node-name): New arg.  With zero prefix arg put
10843         the name inside a function call to `info'.  Display copied text in
10844         the echo area.
10846 2004-05-25  Sam Steingold  <sds@gnu.org>
10848         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
10849         strip the package prefix from the symbol name, if any.
10850         Make it the `find-tag-default-function' for `lisp-mode'.
10852 2004-05-25  John Paul Wallington  <jpw@gnu.org>
10854         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
10855         instead of obsolete `process-kill-without-query'.
10857         * textmodes/texinfmt.el (texinfo-indexvar-alist):
10858         Declare as variable, not constant.
10860 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
10862         * files.el (find-file-noselect-1): Fix bug introduced by
10863         Revision 1.694.  As a side effect, `inhibit-read-only'
10864         is again, by default, t during execution of
10865         `find-file-not-found-functions'.
10866         (insert-directory): Check that lines were really inserted by
10867         the --dired switch, before erasing them.
10869 2004-05-24  Nick Roberts  <nickrob@gnu.org>
10871         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
10872         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
10873         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
10874         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
10875         gud-minor-mode (gdbmi).
10877 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
10879         * net/browse-url.el (browse-url-interactive-arg): Enable user to
10880         explicitly select the text to be taken as URL.
10882 2004-05-23  Juri Linkov  <juri@jurta.org>
10884         * info.el (Info-index-nodes): New var and fun.
10885         (Info-goto-index, Info-index, info-apropos)
10886         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
10887         (Info-index): Fix docstring.  Store and restore Info-history-list.
10888         (Info-complete-nodes): New var.
10889         (Info-complete-menu-item): Use it.
10890         (Info-index-node): New fun.
10891         (Info-final-node, Info-forward-node, Info-backward-node)
10892         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
10893         Use Info-index-node.
10894         (Info-extract-menu-item, Info-extract-menu-counting): Set second
10895         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
10896         (Info-find-node-2): If a node with period in its name not found,
10897         try to find a node without the name part after period.
10898         (Info-select-node): Call Info-fontify-node only if
10899         Info-fontify-maximum-menu-size is not nil.
10900         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
10901         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
10902         Preserve Info-history-list.
10903         (Info-toc): Set Info-current-file.
10904         (Info-build-toc): Move point to the beginning of the buffer.
10905         Add main-file variable.
10906         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
10907         Use backslashed representation of the control character ^_.
10909         * textmodes/texinfmt.el (texinfo-print-index): Print index line
10910         numbers in the new Texinfo 4.7 format.
10912         * add-log.el (change-log-font-lock-keywords): Remove `:' from
10913         regexps for function and variable names.
10915         * descr-text.el (describe-property-list): Add [show] button for
10916         `syntax-table' property with action to pp to a separate buffer.
10917         (describe-char): Replace search-forward by re-search-forward with
10918         whitespace regexp after "character:" to not fail in too narrow windows.
10920         * simple.el (next-error-find-buffer): Add a rule to return
10921         next-error capable buffer if one window on the selected frame
10922         displays such buffer.
10924 2004-05-23  Nick Roberts  <nickrob@gnu.org>
10926         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
10927         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
10928         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
10929         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
10930         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
10931         Handle new value for gud-minor-mode (gdbmi).
10932         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
10933         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
10934         Change from local to global gdb variable set.
10935         (gdb-ann3): Initialise above gdb variable set.
10936         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
10937         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
10938         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
10939         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
10940         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
10941         (gdb-info-locals-handler, gdb-invalidate-assembler)
10942         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
10943         set as global variables.
10944         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
10945         Handle gdbmi.
10946         (gdb-info-breakpoints-custom): Fix regexp.
10947         (def-gdb-var): Delete.
10949         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
10950         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
10951         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
10952         a new mode.  The file (gdb-mi.el) for this mode will be included
10953         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
10954         primary interface.
10956 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
10958         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
10959         interpreted as a directory.
10961 2004-05-22  Richard M. Stallman  <rms@gnu.org>
10963         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
10964         as a close quote.
10966         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
10968         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
10969         Use assoc-string, not assoc-ignore-case.
10971         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
10973         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
10974         If moving back then fwd gets a defun that ends before point,
10975         try again moving fwd then back.
10977         * files.el (file-name-non-special): Allow t in file-arg-indices
10978         to mean requote the return value.  Use `identity' as an element
10979         rather than as the whole value.
10981         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
10983 2004-05-22  Juanma Barranquero  <lektu@terra.es>
10985         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
10986         `help-make-usage'.
10987         (help-highlight-arguments): Skip function name before searching
10988         for arguments.
10990 2004-05-21  Juanma Barranquero  <lektu@terra.es>
10992         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
10993         Don't mention in the docstring these arguments meant for
10994         internal (recursive) use only.
10995         (allout-char-spec): Comment out (it's not implemented).
10996         (allout-old-expose-topic, allout-exposure): Fix docstring and add
10997         obsolescence declaration.
10998         (allout-flatten-exposed-to-buffer)
10999         (allout-indented-exposed-to-buffer): Fix typos in docstring.
11000         (my-mark-marker): Doc fix.
11001         (produce-allout-mode-map, allout-sibling-index)
11002         (allout-isearch-expose, allout-distinctive-bullet)
11003         (allout-open-topic, allout-reindent-body)
11004         (allout-rebullet-heading, allout-process-exposed)
11005         (allout-insert-listified, allout-latex-verb-quote)
11006         (allout-insert-latex-header, allout-insert-latex-trailer):
11007         Make arguments match their use in docstring.
11008         (allout-primary-bullet, allout-old-style-prefixes)
11009         (allout-inhibit-protection, allout-init, allout-mode)
11010         (allout-before-change-protect, allout-flag-region):
11011         Use "Emacs" instead of "emacs" in docstrings.
11013 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
11015         * international/characters.el: Modify syntax of more characters.
11017 2004-05-21  Masatake YAMATO  <jet@gyve.org>
11019         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
11020         (etags-tags-completion-table): Show parsing progress.
11022 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
11024         * locate.el (locate-prompt-for-command): Shorten first line of
11025         docstring.
11026         (locate-mode): Expand docstring and include keymap summary.
11028         * files.el (find-file-noselect-1): Limit the scope of the
11029         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
11030         is, by default, nil during the execution of
11031         `find-file-not-found-functions' and `find-file-hook'.
11033 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
11035         * facemenu.el (facemenu-color-name-equal): New function.
11036         (list-colors-display): Use it to compare colors instead of
11037         facemenu-color-equal.
11039 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
11041         * compare-w.el (compare-windows-face): Use min-colors instead of
11042         checking for tty or pc types.
11044 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11046         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
11047         (completion-setup-function): Use with-current-buffer.
11048         Properly save excursion.  Simplify.
11049         Don't assume there is necessarily a `mouse-face' property somewhere.
11051         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
11053         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
11055         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
11056         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
11057         Use with-current-buffer.
11058         (byte-goto-log-buffer): Delete.
11059         (byte-compile-log-file): Call compilation-forget-errors.
11061 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
11063         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
11064         output messages into the search result.
11066 2004-05-19  Masatake YAMATO  <jet@gyve.org>
11068         * wid-edit.el (widget-radio-button-notify): Revert my last
11069         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
11071 2004-05-19  Kenichi Handa  <handa@m17n.org>
11073         * international/characters.el: Fix syntax (open/close) of CJK chars.
11075 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
11077         * help-mode.el (help-go-back): Don't depend on position of back button.
11079 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11081         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
11082         files files don't contain an accidental additional /.
11084         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
11085         in source buffer.
11087 2004-05-18  Masatake YAMATO  <jet@gyve.org>
11089         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
11090         to widget-apply.  :action method assumes 2 arguments, not 3.
11092 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
11094         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
11095         New constants.
11096         (hs-special-modes-alist): Add an f90-mode entry.
11098 2004-05-17  Sam Steingold  <sds@gnu.org>
11100         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
11101         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
11103 2004-05-16  Kim F. Storm  <storm@cua.dk>
11105         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
11107 2004-05-15  John Wiegley  <johnw@newartisans.com>
11109         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
11110         (eshell-output-object-to-target): Improve output speed 20% by not
11111         calling `eshell-stringify' if something is already known to be a string.
11113 2004-05-15  Alex Ott  <ott@jet.msk.su>
11115         * textmodes/ispell.el (ispell-local-dictionary-alist):
11116         Add windows-1251 to the choice of coding systems.
11117         (ispell-dictionary-alist-6): Add support for "russianw.aff",
11118         encoded in cp1251.
11120 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
11122         * progmodes/compile.el (compilation-warning-face)
11123         (compilation-info-face): Use min-colors.
11125 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11127         * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
11128         * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
11129         * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
11130         * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
11131         * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
11132         * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
11133         * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
11134         * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
11135         * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
11136         * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
11137         * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
11138         * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
11139         * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
11140         * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
11142 2004-05-15  Kim F. Storm  <storm@cua.dk>
11144         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
11145         Use it to set triggered-p element of timer.
11146         (timer-event-handler): Set triggered-p element non-nil while running
11147         the timer function.
11149 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11151         * descr-text.el (describe-char-unicode-data)
11152         (describe-char-unicodedata-file): Re-enable the unicode code now that
11153         the licensing issues have been cleared in the unicode-4 license.
11154         (describe-text-properties-1): Remove unused `overlay' var.
11155         (describe-char): Remove unused var `buffer'.
11157 2004-05-14  David Ponce  <david@dponce.com>
11159         * tree-widget.el: New file.
11161 2004-05-13  Marcelo Toledo  <marcelo@marcelotoledo.org>
11163         * language/european.el ("Brazilian Portuguese"): Add support for
11164         Brazilian Portuguese.
11166 2004-05-13  John Wiegley  <johnw@newartisans.com>
11168         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
11169         `recentf-mode' if this variable has been customized to t.
11171         * eshell/esh-test.el (eshell-test): Call the function
11172         `emacs-version' rather than trying to build a custom version string.
11174 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11176         * net/telnet.el (telnet-mode): Use define-derived-mode.
11177         Don't modify the global value of comint-prompt-regexp.
11179 2004-05-13  John Paul Wallington  <jpw@gnu.org>
11181         * version.el (emacs-version): Check for `gtk' feature before
11182         `x-toolkit' feature.
11184 2004-05-13  Juanma Barranquero  <lektu@terra.es>
11186         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
11187         arguments in the docstring, they're used only in recursive calls.
11189         * help-fns.el (help-arg-highlighting-function)
11190         (help-argument-name): Delete.
11191         (help-default-arg-highlight): New function.
11192         (help-do-arg-highlighting): Use it.
11194 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
11196         * calendar/appt.el (appt-disp-window):
11197         Use `calendar-set-mode-line' for a centered mode-line.
11199 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
11201         * calendar/appt.el (appt-disp-window): Do not split window
11202         excessively when `split-height-threshold' is low.
11204 2004-05-12  Nick Roberts  <nickrob@gnu.org>
11206         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
11207         kill-buffer-hook here and make it local.
11208         (gud-kill-buffer-hook): Use kill-process for a sure kill.
11210 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
11212         * progmodes/compile.el (compilation-set-window-height):
11213         Use save-excursion to protect against misplaced marker.
11215 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11217         * custom.el (defface): Document that type can have value gtk.
11219         * faces.el (face-spec-set-match-display): Handle type gtk in display.
11221 2004-05-12  Kenichi Handa  <handa@m17n.org>
11223         * descr-text.el: Require quail at comile time.
11224         (describe-char): If an input method is on and it supports the
11225         character, show how to input it.
11227         * international/quail.el (quail-install-decode-map): Accept a
11228         char-table whose subtype is `quail-decode-map'.
11229         (quail-store-decode-map-key, quail-gen-decode-map1)
11230         (quail-gen-decode-map, quail-find-key1, quail-find-key)
11231         (quail-show-key): New functions.
11233 2004-05-12  Juanma Barranquero  <lektu@terra.es>
11235         * generic.el (define-generic-mode): Remove redundant arglist info.
11237         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
11238         Make arguments match their use in docstring.
11239         (help-arg-highlighting-function): New variable.
11240         (help-argument-name): Mention it in the docstring.
11241         (help-do-arg-highlight): Use it.  Expand regexp to accept also
11242         ARG-xxx and xxx-ARG references.
11244 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
11246         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
11247         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
11248         and "mailto:addr1?to=addr2" equal.
11250 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
11252         * man.el (Man-getpage-in-background): Use shell-file-name
11253         and shell-command-switch variables instead of hard-coded values.
11255 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
11257         * iimage.el: New file.
11259 2004-05-11  Juanma Barranquero  <lektu@terra.es>
11261         * custom.el (custom-initialize-default, defcustom):
11262         Fix typo in docstring.
11264         * files.el (set-visited-file-name, file-expand-wildcards):
11265         Fix docstring.
11267 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11269         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
11271         * subr.el (eventp): Be more discriminating with integers.
11273 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
11275         * progmodes/compile.el (compile): Add universal prefix arg.
11276         (compilation-error-regexp-alist-alist): Add edg patterns.
11278 2004-05-10  Sam Steingold  <sds@gnu.org>
11280         * textmodes/ispell.el (ispell-message):
11281         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
11283 2004-05-10  Dave Love  <fx@gnu.org>
11285         * progmodes/python.el (help-buffer): Autoload when compiling.
11286         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
11287         (run-python): Prepend to any existing PYTHONPATH.
11289 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
11291         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
11292         for pending breakpoints.
11294 2004-05-10  Richard M. Stallman  <rms@gnu.org>
11296         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
11297         directly without calling any functions in Rmail.
11298         (unrmail-unprune): Function deleted.
11300 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11302         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
11303         C-c C-z binding.
11305 2004-05-10  Kenichi Handa  <handa@m17n.org>
11307         * descr-text.el (describe-char): Fix previous change.  Don't make
11308         a unibyte character to multibyte in the *Help* buffer.
11310 2004-05-10  Miles Bader  <miles@gnu.org>
11312         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
11313         buffer an error if the debugger process is actually running.
11315 2004-05-10  Juanma Barranquero  <lektu@terra.es>
11317         * help-fns.el (help-argument-name): Default to italic.
11318         (help-highlight-arguments): Return always (usage . doc), even when
11319         usage is nil.
11321         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
11322         (define-ibuffer-filter): Add usage info.
11323         (define-ibuffer-op): Add usage info (but CL-style defaults for
11324         keyword args are not shown).
11326         * subr.el (remove-overlays, read-passwd): Fix docstring.
11327         (start-process-shell-command): Fix docstring.  Put usage info in a
11328         format usable by `describe-function'.
11329         (open-network-stream, open-network-stream-nowait)
11330         (open-network-stream-server): Fix docstring.
11332 2004-05-09  Jason Rumney  <jasonr@gnu.org>
11334         * international/code-pages (cp932, cp936, cp949, c950): Remove.
11335         Only define cp125* if windows-125* is already defined.
11337         * language/korean.el (cp949): Add alias.
11339         * language/chinese.el (cp936, cp950): Add aliases.
11341         * language/japanese.el (cp932): Add alias.
11343         * term/w32-win.el: Require code-pages.
11345         * international/mule-cmds.el (set-locale-environment):
11346         On MS-Windows use ansi code-page for default coding-systems.
11347         Set up paper sizes for Windows 3 letter languages.
11349         * international/code-pages.el (cp932, cp936, cp949, cp950):
11350         Add aliases.  Also add cp125* if not already defined.
11352 2004-05-09  Juanma Barranquero  <lektu@terra.es>
11354         * help-fns.el (help-highlight-arguments): Don't try to highlight
11355         missing or autoloaded arglists.  Accept structured arguments, like
11356         the first ones of `do' and `flet'.
11358         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
11359         (cvs-get-marked): Remove redundant arglist info.
11361         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
11362         Don't use CL-style default args.
11364 2004-05-08  Andreas Schwab  <schwab@suse.de>
11366         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
11368         * international/subst-ksc.el: Fix references to utf-translate-cjk
11369         into utf-translate-cjk-mode.
11370         * international/subst-big5.el: Likewise.
11371         * international/subst-gb2312.el: Likewise.
11372         * international/subst-jis.el: Likewise.
11373         * international/utf-16.el: Likewise.
11374         * international/utf-8.el: Likewise.
11376 2004-05-08  John Wiegley  <johnw@newartisans.com>
11378         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
11379         "virtual buffers" (off by default), which makes it possible to
11380         switch to the "virtual" buffers of recently visited files.  When a
11381         buffer name search fails, and this option is on, iswitchb will
11382         look at the list of recently visited files, and permit matching
11383         against those names.  When the user hits RET on a match, it will
11384         revisit that file.
11385         (iswitchb-read-buffer): Add two optional arguments, which makes
11386         isearchb.el possible.
11387         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
11388         (iswitchb-next-match): Add support for virtual buffers.
11390         * isearchb.el: This module extends iswitchb to provide "as you
11391         type" buffer selection.
11393         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
11394         Ignore the read-only property when flyspell highlighting is on.
11395         Not ignoring it leads to a series of confusing errors.
11396         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
11397         but also make sure to call flyspell-incorrect-hook.
11398         (flyspell-maybe-correct-transposition): Perform transposition test
11399         by bit twiddling a string, rather than using a temp buffer.
11400         (flyspell-maybe-correct-doubling): Use a string rather than a temp
11401         buffer.  This is also the original version of the code, which
11402         could not be checked in before due to a previous lack of
11403         assignment papers.  This version has seen heavy usage on my system
11404         for several years now.
11406         * calendar/cal-bahai.el: New file, which adds support for the
11407         Baha'i calendar to Emacs.  This calendar is based on a solar year
11408         of 19 months of 19 days, with 4 intercalary days.  Each year
11409         begins on March 21, with the calendar starting in 1844.
11411         * calendar/cal-menu.el, calendar/calendar.el,
11412         calendar/diary-lib.el, calendar/holidays.el: Added support for
11413         using cal-bahai.el.
11415         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
11416         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
11417         function can be used outside of eshell buffers.
11418         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
11420 2004-05-08  Juanma Barranquero  <lektu@terra.es>
11422         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
11423         word constituent so FOO-ARG is not recognized as an arg.
11424         (help-highlight-arguments): Don't skip lists in mandatory arguments.
11426         * simple.el (next-error): Fix typo in docstring.
11427         (open-line): Make argument names match their use in docstring.
11428         (split-line): Fix docstring.
11430         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
11431         usable by `describe-function'.
11432         (gensym, gentemp, typep, ignore-errors): Make argument names match
11433         their use in docstring.
11435         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
11436         argument to `help-setup-xref'.
11438 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
11440         Version 2.0.40 of Tramp released.
11442         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
11443         Use symbol-function to invoke functions only known on some Emacs
11444         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
11445         Scaldeferri <kevin@scaldeferri.com>.
11446         (tramp-do-copy-or-rename-file-via-buffer): Rename from
11447         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
11448         consistent with the other tramp-do-* functions.
11449         (tramp-do-copy-or-rename-file): Calls adjusted.
11450         (tramp-process-initial-commands): Avoid liveness check on shell --
11451         we know that it must be alive since we're opening a connection at
11452         this moment.
11453         (tramp-last-cmd): New internal variable.
11454         (tramp-process-echoes): New tunable.
11455         (tramp-send-command): Set tramp-last-cmd.
11456         (tramp-wait-for-output): Delete echo, if applicable.
11457         (tramp-read-passwd): Construct the key for the password cache in a
11458         way that works for multi methods, too.
11459         (tramp-bug): Add backup-directory-alist and
11460         bkup-backup-directory-info to bug reports, with Tramp counterparts.
11462 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
11464         * net/tramp*.el: Suppress byte-compiler warnings where possible.
11466         * net/tramp.el (tramp-out-of-band-prompt-regexp)
11467         (tramp-actions-copy-out-of-band): New defcustoms.
11468         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
11469         used instead of a synchronous one.  Allows password entering.
11470         (tramp-action-out-of-band): New defun.
11471         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
11472         Remove restriction with password from doc string.
11473         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
11474         `tramp-out-of-band-prompt-regexp',
11475         `tramp-actions-copy-out-of-band', `password-cache' and
11476         `password-cache-expiry'.
11477         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
11478         password caching.
11479         (tramp-touch): FILE can be a local file, too.
11480         (TODO): Remove items done.
11481         (tramp-handle-insert-directory): Properly quote file name also if
11482         not full-directory-p.  Handle wildcard case.  Reported by Andreas
11483         Schwab <schwab@suse.de>.
11484         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
11485         new file.
11486         (tramp-handle-file-local-copy, tramp-handle-write-region):
11487         The permissions of the temporary file are set if filename exists.
11488         Reported by Ted Stern <stern@cray.com>.
11489         (tramp-backup-directory-alist)
11490         (tramp-bkup-backup-directory-info): New defcustoms.
11491         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
11492         (tramp-handle-find-backup-file-name): New function.
11493         Implements Tramp's find-backup-file-name.
11495         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
11496         for `find-backup-file-name'.
11498         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
11499         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
11501 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
11503         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
11505 2004-05-07  Juanma Barranquero  <lektu@terra.es>
11507         * subr.el (lambda): Add arglist description to docstring.
11508         (declare): Fix typo in docstring.
11509         (open-network-stream): Fix docstring.
11510         (process-kill-without-query): Fix docstring and add obsolescence info.
11511         (last, butlast, nbutlast): Make arguments match their use in docstring.
11512         (insert-buffer-substring-no-properties): Likewise.
11513         (insert-buffer-substring-as-yank): Likewise.
11514         (split-string): Fix docstring.
11516         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
11517         Make argument names match their use in docstring.
11519         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
11521 2004-05-06  Nick Roberts  <nickrob@gnu.org>
11523         * progmodes/gdb-ui.el: Improve/extend documentation strings.
11524         Fit first sentence on one line for apropos-command.
11526 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11528         Changes largely merged in from Dave Love's code.
11529         * progmodes/python.el: Doc fixes.
11530         (python-mode-map): Add python-complete-symbol.
11531         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
11532         (python-comment-indent, python-complete-symbol)
11533         (python-symbol-completions, python-partial-symbol)
11534         (python-try-complete): New.
11535         (python-indent-line): Remove optional arg.  Use python-block-end-p.
11536         (python-check): Bind compilation-error-regexp-alist.
11537         (inferior-python-mode): Use rx.  Move keybindings to top level.
11538         Set comint-input-filter.
11539         (python-preoutput-filter): Use rx.
11540         (python-input-filter): Re-introduce.
11541         (python-proc): Start new process if necessary.
11542         Check python-buffer non-nil.
11543         (view-return-to-alist): Defvar.
11544         (python-send-receive): New.
11545         (python-eldoc-function): Use it.
11546         (python-mode-running): Don't defvar.
11547         (python-mode): Set comment-indent-function.
11548         Maybe update hippie-expand-try-functions-list.
11549         (python-indentation-levels): Initialize differently.
11550         (python-block-end-p): New.
11551         (python-indent-line): Use it.
11552         (python-compilation-regexp-alist): Augment.
11553         (run-python): Import `emacs' module to Python rather than loading
11554         code directly.  Set python-buffer differently.
11555         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
11556         Use python-proc.
11557         (python-send-command): Go to end of comint buffer.
11558         (python-load-file): Use python-proc, emacs.eimport.
11559         (python-describe-symbol): Simplify interactive form.
11560         Use emacs.help.  Do use temp-buffer-show-hook.
11561         Call print-help-return-message.
11562         (hippie-exp): Require when compiling.
11563         (python-preoutput-continuation): Use rx.
11565         * diff-mode.el (diff-make-unified): Fix regexp.
11567 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
11569         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
11570         filter groups from the buffer when rebuilding the Ibuffer buffer
11571         and `ibuffer-show-empty-filter-groups' is nil.
11573 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11575         * ps-print.el (ps-print-quote): Call ps-value-string.
11576         (ps-setup): Call ps-comment-string.
11577         (ps-value-string, ps-comment-string): New funs.
11579 2004-05-06  Juanma Barranquero  <lektu@terra.es>
11581         * ehelp.el (electric-help-command-loop): Check whether the last
11582         character is visible, not (point-max).
11584         * help-fns.el (help-argument-name): Default to bold; don't inherit
11585         from font-lock-variable-name-face.
11586         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
11588 2004-05-05  Kenichi Handa  <handa@m17n.org>
11590         * descr-text.el (describe-char): Copy the character with text
11591         properties and overlays into the first line, and call
11592         describe-text-properties on it.
11594 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
11596         * iswitchb.el (iswitchb-global-map): Fix typo.
11597         Remove unwanted ###autoloads from source file.
11599 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
11601         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
11602         in run-hooks.  Use substitute-command-keys in message.
11603         (wdired-abort-changes): Add message.
11605 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
11607         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
11608         (sql-emacs20-p): Remove.
11609         (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
11610         (sql-builtin-face, sql-doc-face): Remove.
11611         (sql-mode-ansi-font-lock-keywords)
11612         (sql-mode-oracle-font-lock-keywords)
11613         (sql-mode-postgres-font-lock-keywords)
11614         (sql-mode-linter-font-lock-keywords)
11615         (sql-mode-ms-font-lock-keywords)
11616         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
11617         (sql-product-font-lock): Fix font-lock reset when font rules change.
11618         (sql-highlight-product): Remove incorrect font-lock reset logic.
11620 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
11622         * ses.el (ses-set-parameter): Fix typo.
11624 2004-05-04  Kim F. Storm  <storm@cua.dk>
11626         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
11627         Must expand directory for completion to work; and don't mess with
11628         process-environment.
11629         (ido-read-file-name): If command has ido property, don't use ido
11630         if value is ignore, or read as directory if value is dir.
11631         Set ido ignore property for dired-do-rename command.
11633 2004-05-04  Juanma Barranquero  <lektu@terra.es>
11635         * ehelp.el (electric-help-command-loop, electric-help-undefined)
11636         (electric-help-help): Check against unmapped commands.
11638         * help-fns.el (help-argument-name): New face, inheriting from
11639         font-lock-variable-name-face, to highlight function arguments in
11640         `describe-function' and `describe-key'.
11641         (help-do-arg-highlight): Auxiliary function to highlight a given
11642         list of arguments in a string.
11643         (help-highlight-arguments): Highlight the function arguments and
11644         all uses of them in the docstring.
11645         (describe-function-1): Use it.  Do docstring output via `insert',
11646         not 'princ', so text attributes are preserved.
11648         * winner.el (winner-mode-map): Move `winner-undo' and
11649         `winner-redo' to C-c <left> and C-c <right>, respectively (the
11650         previous bindings conflict with `prev-buffer', `next-buffer').
11652 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11654         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
11655         (bibtex-entry-update): New command bound to C-c C-u.
11656         (bibtex-text-in-string): Fix regexp.
11657         (bibtex-assoc-of-regexp): Remove.
11658         (bibtex-progress-message): Fix docstring.
11659         (bibtex-inside-field): Use if.
11660         (bibtex-assoc-regexp): New function.
11661         (bibtex-format-entry): Make code more robust so that it formats
11662         also old entries.
11663         (bibtex-autokey-demangle-title): Merge with obsolete function
11664         bibtex-assoc-of-regexp.
11665         (bibtex-field-list): New function.
11666         (bibtex-entry): Use bibtex-field-list.
11667         (bibtex-parse-entry): Fix docstring.
11668         (bibtex-print-help-message): Use bibtex-field-list.
11669         (bibtex-make-field): Use bibtex-field-list.
11670         (bibtex-entry-index): Bugfix.  Return crossref key if required.
11671         (bibtex-lessp): Fix docstring.
11673 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
11675         * select.el (xselect-convert-to-string): Move comment to intended line.
11677 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11679         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
11680         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
11682 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11684         * term/x-win.el (x-clipboard-yank): Don't exit on error from
11685         x-get-selection.
11687 2004-05-03  Jason Rumney  <jasonr@gnu.org>
11689         * makefile.nt: Remove.
11691 2004-05-03  Kim F. Storm  <storm@cua.dk>
11693         * emulation/cua-base.el (cua--update-indications): Fix last change.
11694         (cua-mode): Deactivate mark when cua-mode is enabled.
11696 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
11698         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
11700 2004-05-03  Nick Roberts  <nickrob@gnu.org>
11702         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
11703         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
11704         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
11705         window over visible frames.
11706         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
11708 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11710         * progmodes/compile.el (compilation-gcpro): New var.
11711         (compilation-fake-loc): Use it.
11712         (compilation-forget-errors): Reset it.
11714 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
11716         * diff-mode.el (diff-header-face, diff-file-header-face):
11717         Use min-colors.
11719 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11721         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
11722         (bibtex-clean-entry): Disentangle code.
11723         (bibtex-realign): New function.
11724         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
11725         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
11726         Remove undocumented optional arg called-by-convert-alien.
11727         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
11728         for sorting instead of bibtex-sort-buffer.
11730 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
11732         * progmodes/compile.el (compilation-start): In the
11733         no-async-subprocesses branch, call sit-for to give redisplay a
11734         chance to show the updated process status in the mode line, and
11735         fontify the buffer explicitly after the process exits.
11737 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11739         * progmodes/python.el (python-compilation-line-number): Remove.
11740         (python-compilation-regexp-alist): Don't use it any more.
11741         (python-orig-start, python-input-filter): Remove.
11742         (inferior-python-mode): Don't set up comint-input-filter-functions.
11743         (python-send-region): Use compilation-fake-loc.
11745         * progmodes/compile.el (compilation-messages-start): New var.
11746         (compilation-mode): Don't setup next-error-function here.
11747         (compilation-setup): Set it up here instead (for minor modes as well).
11748         Make compilation-messages-start buffer local.
11749         (compilation-next-error-function): Use it.
11750         (compilation-forget-errors): Set compilation-messages-start.
11752 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
11754         * ielm.el (ielm-prompt-read-only): Update docstring.
11756         * comint.el (comint-prompt-read-only): Update docstring.
11757         (comint-update-fence, comint-kill-whole-line)
11758         (comint-kill-region): New functions.
11760         * simple.el (kill-whole-line): Use "p" instead of "P" in
11761         interactive form.
11763 2004-05-01  Juanma Barranquero  <lektu@terra.es>
11765         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
11766         format arglist so default values in CL-style argument lists are
11767         correctly shown.
11769 2004-05-01  Jason Rumney  <jasonr@gnu.org>
11771         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
11773 2004-05-01  Kenichi Handa  <handa@m17n.org>
11775         * international/titdic-cnv.el (miscdic-convert): Don't generate a
11776         quail file if it is up to date.
11778 2004-04-30  Juri Linkov  <juri@jurta.org>
11780         * cus-edit.el (custom-mode-map):
11781         Add key binding `C-x C-s' to `Custom-save'.
11783         * outline.el (outline-blank-line): New var.
11784         (outline-next-preface, outline-show-heading)
11785         (outline-end-of-subtree): Use it.
11787         * dired-aux.el (dired-touch-initial): New fun.
11788         (dired-do-chxxx): Call it for op-symbol `touch'.
11789         (dired-diff): Use `dired-dwim-target-directory'
11790         if current dired buffer has no buffer mark.
11792         * bindings.el (propertized-buffer-identification):
11793         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
11794         Add C-M-arrow keys for consistency.
11796         * files.el (confirm-kill-emacs):
11797         Change group from top-level `emacs' to `convenience'.
11799         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
11800         Push mark on the first call of successive command calls.
11801         (insert-pair): New fun created from `insert-parentheses' with
11802         `open' and `close' arguments added.  Enclose active regions
11803         in paired characters.  Compare adjacent characters syntax with
11804         inserted characters syntax before inserting a space.
11805         (insert-parentheses): Call `insert-pair' with ?\( ?\).
11807         * delsel.el: Don't put `delete-selection' property
11808         on `insert-parentheses' symbol to take advantage of
11809         region handling in `insert-pair' function.
11810         Suggested by Stephan Stahl <stahl@eos.franken.de>.
11812 2004-04-30  Kim F. Storm  <storm@cua.dk>
11814         * emulation/cua-base.el: Add support for changing cursor types;
11815         based on patch from Michael Mauger.
11816         (cua-normal-cursor-color, cua-read-only-cursor-color)
11817         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
11818         Customization cursor type and/or cursor color.
11819         (cua--update-indications): Handle cursor type changes.
11820         (cua-mode): Update cursor indications if enabled.
11822         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
11824         * mouse.el (mouse-drag-copy-region): New defcustom.
11825         (mouse-set-region, mouse-drag-region-1): Use it.
11827         * simple.el (kill-ring-save): If region face background color is
11828         unspecified (if no highlighting), show extent of fully visible
11829         region even if transient-mark-mode is enabled.
11831         * emulation/cua-base.el (cua--standard-movement-commands):
11832         Add cua-scroll-up and cua-scroll-down.
11833         (cua-scroll-up, cua-scroll-down): New commands.
11834         (cua--init-keymaps): Remap scroll-up and scroll-down.
11836         * emulation/cua-rect.el (cua--convert-rectangle-as):
11837         New defmacro.
11838         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
11839         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
11840         New commands (suggested by Jordan Breeding).
11842 2004-04-30  Juanma Barranquero  <lektu@terra.es>
11844         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
11846 2004-04-30  Mario Lang  <mlang@delysid.org>
11848         * diff.el (diff-switches): Fix typo in docstring.
11850 2004-04-30  Alex Schroeder  <alex@gnu.org>
11852         * xml.el (xml-debug-print-internal): Don't add newline and
11853         indentation to text nodes and write empty elements as empty tags
11854         instead of opening and closing tags.
11855         (xml-debug-print): Take optional indent-string argument.
11856         (xml-print): Alias for xml-debug-print.
11858 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
11860         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
11861         than duplicate call to `line-beginning-position'.
11863         * progmodes/f90.el (f90-get-present-comment-type):
11864         Return whitespace, as well as comment chars, for consistent filling
11865         of comment blocks.  Use `match-string-no-properties'.
11866         (f90-break-line): Trim trailing whitespace when filling comments.
11868 2004-04-30  Dave Love  <fx@gnu.org>
11870         * calendar/diary-lib.el (diary-outlook-formats): New variable.
11871         (diary-from-outlook-internal, diary-from-outlook)
11872         (diary-from-outlook-gnus, diary-from-outlook-rmail):
11873         New functions to import diary entries from Outlook-format
11874         appointments in mail messages.
11876 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11878         * progmodes/python.el (python-send-command): New fun.
11879         (python-send-region, python-load-file): Use it.
11881         * progmodes/compile.el (compilation-last-buffer): Add var alias.
11883         * help-fns.el (help-C-file-name): Use new subr-name.
11884         Prepend `src/' to the file name.
11885         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
11886         (describe-function-1, describe-variable): Only find a C source file
11887         name if DOC is already loaded.
11889         * help-mode.el (help-function-def, help-variable-def):
11890         Use the new find-function-search-for-symbol functionality.
11891         Allow FILE to be `C-source'.
11893         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
11894         (find-function-C-source): New fun.
11895         (find-function-search-for-symbol): Use it.
11897 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
11899         * progmodes/sql.el (sql-product-alist): Rename variable
11900         `sql-product-support'.  Add Postgres login parameters.
11901         (sql-set-product, sql-product-feature): Update with renamed variable.
11902         (sql-connect-postgres): Add username prompt.
11903         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
11904         Make patterns less product specific.
11905         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
11906         (sql-mode-abbrev-table): Modify initialization.
11907         (sql-builtin-face): Add variable.
11908         (sql-keywords-re): Add macro.
11909         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
11910         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
11911         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
11912         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
11913         (sql-mode-linter-font-lock-keywords)
11914         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
11915         (sql-mode-sybase-font-lock-keywords)
11916         (sql-mode-informix-font-lock-keywords)
11917         (sql-mode-interbase-font-lock-keywords)
11918         (sql-mode-ingres-font-lock-keywords)
11919         (sql-mode-solid-font-lock-keywords)
11920         (sql-mode-sqlite-font-lock-keywords)
11921         (sql-mode-db2-font-lock-keywords): Default to nil.
11922         (sql-product-font-lock): Always highlight ANSI keywords.
11923         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
11924         (sql-send-string): Add function.
11926 2004-04-29  Dave Love  <fx@gnu.org>
11928         * progmodes/cfengine.el (cfengine-beginning-of-defun)
11929         (cfengine-end-of-defun): Ensure progress through buffer.
11931         * info-look.el (cfengine-mode): Accept a terminal ().
11933 2004-04-29  Juri Linkov  <juri@jurta.org>
11935         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
11936         instead of isearch-yank-word-or-char.  Add new key bindings for
11937         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
11938         (isearch-del-char): New fun.
11939         (isearch-forward, isearch-edit-string): Update docstring.
11940         (isearch-yank-char): Doc fix.
11941         (isearch-other-meta-char): Restore point after scrolling.
11943         * progmodes/compile.el (compilation-context-lines): Add nil option
11944         to disable compilation output window scrolling.
11945         (compilation-set-window): Use it.
11947         * outline.el (outline-next-preface, outline-show-heading):
11948         Don't leave unhidden blank line before heading.
11949         (outline-end-of-subtree): Include last newline into subtree.
11950         (hide-entry): Leave point at beginning of heading instead of end.
11951         (outline-up-heading): Push mark for the first call of successive
11952         command calls.
11954 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
11956         * comint.el (comint-prompt-read-only): New variable.
11957         (comint-output-filter): Implement it.
11959         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
11960         (ielm-prompt-internal): New variable.
11961         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
11962         (ielm-send-input): Delete unused variable `buf'.
11963         (ielm-eval-input): Use `ielm-prompt-internal'.
11964         (inferior-emacs-lisp-mode): Use new variables
11965         `comint-prompt-read-only' and `ielm-prompt-internal'.
11966         Get rid of obsolete variable `directory-sep-char'.
11967         (ielm): Use `zerop'.
11969 2004-04-29  John Paul Wallington  <jpw@gnu.org>
11971         * thumbs.el (toplevel): Require cl at compile time.
11972         Remove conditional definitions of `ignore-errors' and `caddar'
11973         because they occur at run time.
11975 2004-04-28  Nick Roberts  <nickrob@gnu.org>
11977         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
11978         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
11979         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
11980         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
11982         * progmodes/gud.el (gud-common-init): Throw an error if program is
11983         already running under gdb.
11985 2004-04-28  John Paul Wallington  <jpw@gnu.org>
11987         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
11988         (thumbs-show-image-num): Move assignment of
11989         `thumbs-current-image-filename' within scope of `i'.
11990         (thumbs-emboss-image): Don't use `evenp'.
11992 2004-04-28  Richard M. Stallman  <rms@gnu.org>
11994         * progmodes/compile.el (compilation-context-lines): Default now 0.
11996 2004-04-28  Juanma Barranquero  <lektu@terra.es>
11998         Use `time-less-p' from calendar/time-date.el instead of defining
11999         custom versions of it.
12001         * pcomplete.el (pcomplete-time-less-p): Remove.
12003         * thumbs.el (time-less-p): Remove.
12005         * calendar/timeclock.el (timeclock-time-less-p): Remove.
12006         (timeclock-generate-report): Use `time-less-p'.
12008         * emacs-lisp/autoload.el (autoload-before-p): Remove.
12009         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
12011 2004-04-28  Masatake YAMATO  <jet@gyve.org>
12013         * subr.el (remove-overlays): Make arguments optional.
12015         * wid-edit.el (widget-specify-button): Put evaporate to the
12016         overlay for sample.
12017         (widget-specify-sample): Put evaporate to the overlay for sample.
12018         (widget-specify-doc): Put evaporate to the overlay for documentation.
12020 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
12022         * info.el (info-apropos): Make it an index node.  Align node names
12023         like makeinfo.
12025 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
12027         * net/browse-url.el (browse-url-netscape-sentinel)
12028         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
12029         (browse-url-epiphany-sentinel, browse-url-mosaic):
12030         Use browse-url-*-program instead of a literal program name.
12032 2004-04-27  Kevin Ryde  <user42@zip.com.au>
12034         * eshell/em-alias.el:
12035         * eshell/em-dirs.el:
12036         * eshell/em-hist.el:
12037         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
12038         features when M-x customize-group loads modules before the main
12039         eshell.el.
12041 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
12043         * subr.el (momentary-string-display): Support EXIT-CHAR that is
12044         either a character representation of an event or an event
12045         description list.
12047         * type-break.el: Capitalise Emacs and Lisp.
12048         (type-break-good-break-interval, type-break-demo-boring-stats)
12049         (type-break-terse-messages, type-break-file-name): New defcustoms.
12050         (type-break-post-command-hook)
12051         (type-break-warning-countdown-string): Quote variable names in doc.
12052         (type-break-interval-start, type-break-auto-save-file-name): New vars.
12053         (type-break-mode): Document type-break-good-break-interval and the
12054         "session" file.  Schedule break according to the session file.
12055         Kill session file buffer on exit.  Organise for save-some-buffers
12056         to always save the session file.
12057         (type-break-mode-line-message-mode, type-break-query-mode):
12058         Uppercase arguments.
12059         (type-break-file-time, type-break-file-keystroke-count, timep)
12060         (type-break-choose-file, type-break-get-previous-time)
12061         (type-break-get-previous-count): New defuns.
12062         (type-break): Avoid break querying after a completed break in the
12063         case where the query was initiated during user invocation of the
12064         break.  Optional terse messages.
12065         Use type-break-good-break-interval if type-break-good-rest-interval is
12066         nil.  File the break time.
12067         (type-break-schedule): New optional args for overriding the use of
12068         the current time.
12069         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
12070         after a break.
12071         (type-break-check): File the keystroke count.
12072         (type-break-do-query): Prevent a second query when the break is
12073         interrupted.  Optional terse message.
12074         (type-break-keystroke-reset): Record the start of a typing interval.
12075         (type-break-demo-boring): Optional terse messages.  Display word
12076         per minute and keystroke counts according to
12077         type-break-demo-boring-stats.
12079 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
12081         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
12082         directories, make sure they exist under archive-tmpdir.
12084 2004-04-27  Juri Linkov  <juri@jurta.org>
12086         * help.el (view-emacs-news): With argument, display info for the
12087         selected version by finding it among different NEWS files, and
12088         narrowing the buffer to the selected version.
12090         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
12091         same-window-buffer-names.
12092         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
12093         non-numeric prefix argument, append the number to the buffer name
12094         for numeric prefix argument.
12095         (info-other-window): Bind same-window-regexps to nil.
12096         (Info-reference-name): Rename to Info-point-loc.
12097         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
12098         and Info-find-index-name for stringy Info-point-loc.
12099         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
12100         without middle `.', but with final `.' and optional line number
12101         for it.  Set Info-point-loc for index nodes.
12102         (Info-index): Remove middle `.' from index entry regexp.
12103         Modify line number regexp.
12104         (Info-index-next): Decrement line number.
12105         (info-apropos): Remove middle `.' from index entry regexp.
12106         Add optional line number regexp at the end.  Add matched value
12107         for line number to the result list and insert it to the buffer.
12108         Replace match-string by match-string-no-properties.
12109         Reorder result list.
12110         (Info-fontify-node): Hide index line numbers.
12111         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
12112         empty matches.
12113         (Info-follow-reference): Use `str' instead of
12114         Info-following-node-name-re.
12115         (Info-toc): Use full file names.  Set Info-current-node to "Top".
12116         (Info-fontify-node): Compare file names without directory name.
12117         (Info-try-follow-nearest-node): Don't set Info-reference-name.
12118         Set second arg of Info-extract-menu-node-name for index nodes.
12119         (info-xref-visited): Use magenta3 instead of magenta4.
12120         (Info-mode): Add info-apropos to docstring.
12122         * log-view.el (log-view-diff): Replace interactive code "r"
12123         by a list to allow to call it even if region is not active.
12125         * paren.el (show-paren-highlight-openparen): New var.
12126         (show-paren-function): Turn on openparen highlighting when
12127         matching forward if show-paren-highlight-openparen is non-nil.
12129         * simple.el (kill-ring-save): Use blink-matching-delay instead of
12130         the constant value 1.
12131         (completions-common-part): Expand docstring.
12133         * textmodes/picture.el (picture-mode-map): Add arrow keys.
12135 2004-04-27  Kim F. Storm  <storm@cua.dk>
12137         * image.el (insert-sliced-image): Use line-height instead of
12138         line-spacing property on newline.
12140 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
12142         * desktop.el (desktop-buffer-misc-data-function): Rename to
12143         desktop-save-buffer and change docstring.
12144         (desktop-buffer-modes-to-save): Delete.
12145         (desktop-save-buffer-p): Use desktop-save-buffer instead of
12146         desktop-buffer-modes-to-save.
12147         (desktop-save): Rename desktop-buffer-misc-data-function to
12148         desktop-save-buffer and allow non-function value.
12149         (desktop-missing-file-warning): Correct docstring.
12151         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
12152         to desktop-save-buffer.
12154         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
12155         desktop-save-buffer.
12157         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
12159         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
12161 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
12163         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
12165 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
12167         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
12168         (ielm): Only go to the end of the buffer when starting a new process.
12170 2004-04-25  Juanma Barranquero  <lektu@terra.es>
12172         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
12173         mode line.  Bind `inhibit-read-only' to t before modifying
12174         properties of text in the buffer.
12175         (ielm): Force point to the end of buffer, even when running ielm
12176         from inside itself.
12178 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
12180         * info.el (info-apropos): Reset Info-complete-cache.
12182 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
12184         * progmodes/compile.el (compilation-error-regexp-alist-alist):
12185         Also recognize severe Irix et al. messages.
12186         (compilation-normalize-filename, compile-abbreviate-directory):
12187         Delete functions.
12188         (compilation-get-file-structure): New function inherits
12189         functionality of the two preceding ones.
12190         (compilation-internal-error-properties, compilation-fake-loc):
12191         Use it so that different paths to the same file share the same
12192         markers.  Also optimize finding adjacent marker slightly.
12194 2004-04-25  Kim F. Storm  <storm@cua.dk>
12196         * image.el (insert-sliced-image): Add line-spacing t property
12197         to newlines separating image lines.
12199 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
12201         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
12203         * ielm.el (ielm-prompt-read-only): New user option.
12204         (ielm-prompt): Expand docstring to describe new behavior.
12205         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
12206         mention it in the docstring.
12208 2004-04-24  Andreas Schwab  <schwab@suse.de>
12210         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
12212         * diff.el (diff): Set default-directory in diff buffer.
12214 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
12216         * mail/sendmail.el (mail-bury): Don't delete the frame where the
12217         mail was being composed if the terminal cannot display more than
12218         one frame; instead, switch to previous frame.
12220         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
12221         (rmail-start-mail): Support rmail-mail-new-frame even on
12222         terminals that can display only one frame at a time.
12224 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12226         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
12227         (checkdoc-output-font-lock-keywords): Remove error regexp.
12228         (checkdoc-output-mode-map): Remove.
12229         (checkdoc-output-mode): Derive from compilation-mode.
12230         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
12232         * dired.el (dired-mode-map): Add a menu entry for wdired.
12234         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
12235         (rx-bracket, rx-check-any, rx-any): Clean up name space.
12237         * wdired.el: (wdired-mode-map): Move init into declaration.
12238         Fix `return' binding.
12239         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
12240         Use force-mode-line-update.
12241         (wdired-get-filename): Use `unless'.
12242         (wdired-preprocess-files): Don't assume names have no \n and use / for
12243         dir separator.
12244         (wdired-normalize-filename): Use replace-regexp-in-string.
12245         (wdired-load-hooks): Remove.
12246         (wdired-mode-hooks): Rename to wdired-mode-hook.
12248         * info-look.el: Add support for cfengine-mode.
12249         (info-lookup-setup-mode): Use dolist.
12251 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
12253         * wdired.el: New file.
12255 2004-04-23  Juanma Barranquero  <lektu@terra.es>
12257         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
12259         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
12260         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
12261         (pcomplete--help, pcomplete--here): Doc fixes.
12263 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
12265         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
12266         handles wrong-number-of-arguments in backend call.
12268         * vc.el (vc-print-log): Likewise.
12270 2004-04-20  Dave Love  <fx@gnu.org>
12272         * emacs-lisp/rx.el: Doc fixes.
12273         (rx-constituents): Add/extend many forms.
12274         (rx-check): Check form is a list.
12275         (bracket): Defvar.
12276         (rx-check-any, rx-any, rx-check-not): Modify.
12277         (rx-not): Simplify.
12278         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
12279         (rx-kleene): Use rx-trans-forms.
12280         (rx-quote-for-set): Delete.
12281         (rx): Allow multiple args.
12283 2004-04-23  Kenichi Handa  <handa@m17n.org>
12285         * international/mule-util.el (char-displayable-p): Simplify by
12286         using internal-char-font.
12288 2004-04-23  Juanma Barranquero  <lektu@terra.es>
12290         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
12292 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12294         * diff-mode.el (diff-next-error): New fun.
12295         (diff-mode): Use it.
12297         * simple.el (next-error): Change arg name.
12298         Add support for the documented C-u C-x ` usage.
12300         * frame.el (special-display-popup-frame, next-multiframe-window)
12301         (previous-multiframe-window): Only consider frames on same display.
12303 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
12305         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
12306         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
12308 2004-04-22  Kim F. Storm  <storm@cua.dk>
12310         * net/telnet.el (telnet): Add optional port arg.
12312 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12314         * progmodes/compile.el (compilation-mode-font-lock-keywords):
12315         Minor sanity check on the `hyperlink' slot.
12317         * Makefile.in (recompile): Compile new files.
12319         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
12320         Add byte-recompile-directory's optional `arg'.
12322         * cvs-status.el (cvs-tree-use-charset): New var.
12323         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
12324         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
12325         (cvs-status-cvstrees): Use it.
12327         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
12328         Make it a normal major mode.
12329         (checkdoc-buffer-label): Make sure the file name is meaningful.
12330         (checkdoc-output-to-error-buffer): Remove.
12331         (checkdoc-error, checkdoc-start-section): Rewrite.
12333         * info.el (info-node, info-menu-5, info-xref, info-header-node)
12334         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
12335         (Info-title-4-face): Use new syntax.
12336         (info-xref-visited): Inherit from info-xref.
12338         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
12340 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
12342         * simple.el (next-error-last-buffer, next-error-function):
12343         New variables for the next-error framework.
12344         (next-error-buffer-p): New function.
12345         (next-error-find-buffer): Generalize compilation-find-buffer.
12346         (next-error, previous-error, first-error, next-error-no-select)
12347         (previous-error-no-select): Move from compile.el.
12349         * replace.el (occur-next-error, occur-1): Hook into the next-error
12350         framework.
12352         * progmodes/compile.el (compilation-start):
12353         Set next-error-last-buffer so next-error knows where to jump.
12354         (compilation-setup): Set the buffer-local variable
12355         next-error-function to 'compilation-next-error-function.
12356         (compilation-buffer-p, compilation-buffer-internal-p): Use an
12357         alternate way to find if a buffer is a compilation buffer, for
12358         next-error convenience.
12359         (next-error-no-select, previous-error-no-select, next-error)
12360         (previous-error, first-error): Move to simple.el.
12361         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
12362         (compilation-last-buffer): Remove.
12363         (compilation-start, compilation-next-error, compilation-setup)
12364         (compilation-next-error-function, compilation-find-buffer):
12365         Remove compilation-last-buffer use.
12367 2004-04-21  Juanma Barranquero  <lektu@terra.es>
12369         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
12370         (font-lock-warning-face): Fix spacing.
12372         * makefile.w32-in (WINS): Add url/ directory.
12374 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
12376         * desktop.el (desktop-buffer-mode-handlers): New variable.
12377         Alist of major mode specific functions to restore a desktop buffer.
12378         (desktop-buffer-handlers): Make variable obsolete.
12379         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
12380         Catch errors signaled in handlers.  Update buffer count.
12381         Evaluate desktop-buffer-point.
12382         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
12383         move to dired.el.
12384         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
12385         move to info.el.
12386         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
12387         move to mail/rmail.el.
12388         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
12389         to mh-e/mh-e.el.
12390         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
12391         On fail, print message (to message buffer) even if
12392         desktop-missing-file-warning is nil.
12393         (desktop-buffer-misc-data-function): New buffer local variable.
12394         Function returning major mode specific data.
12395         (desktop-buffer-misc-functions): Make variable obsolete.
12396         (desktop-save): Use desktop-buffer-misc-data-function.
12397         (desktop-buffer-dired-misc-data): Rename to
12398         dired-desktop-buffer-misc-data and move to dired.el.
12399         (desktop-buffer-info-misc-data): Rename to
12400         Info-desktop-buffer-misc-data and move to info.el.
12401         (desktop-read): Add message about number of buffers restored/failed.
12403         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
12404         Add parameters.  Pause to display error only when
12405         desktop-missing-file-warning is non-nil.
12406         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
12407         (dired-mode): Bind desktop-buffer-misc-data-function.
12409         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
12410         Add Parameters.
12411         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
12412         (Info-mode): Bind desktop-buffer-misc-data-function.
12414         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
12415         Add Parameters.
12417         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
12418         Add Parameters.
12420 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
12422         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
12423         the case of letters in case-insensitive expansions when the
12424         abbrev is preceded by characters with letter syntax.
12426 2004-04-21  Richard M. Stallman  <rms@gnu.org>
12428         * progmodes/cperl-mode.el (cperl-putback-char):
12429         Delete Emacs 18 definition.
12431         * international/mule.el (ctext-post-read-conversion):
12432         Use assoc-string, not assoc-ignore-case.
12434         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
12436         * emacs-lisp/easymenu.el (easy-menu-add):
12437         Do call x-popup-menu, but only if it's defined.
12439         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
12441         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
12442         Handle multiple args: compile like progn.
12444         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
12445         take all args as &rest arg.
12447         * autoinsert.el (auto-insert-alist): Insert the user's name in
12448         copyright notice, rather than Free Software Foundation.
12450 2004-04-21  Kenichi Handa  <handa@m17n.org>
12452         * descr-text.el (describe-char): Make it work on *Help* buffer.
12454 2004-04-21  Kim F. Storm  <storm@cua.dk>
12456         * image.el (insert-image): Add optional SLICE arg.
12457         (insert-sliced-image): New defun.
12459 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
12461         * subr.el (read-number): Check whether `default' is nil.
12463 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12465         * progmodes/compile.el (compilation-error-properties):
12466         Split into two.
12467         (compilation-internal-error-properties): New one.
12468         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
12470 2004-04-20  Richard M. Stallman  <rms@gnu.org>
12472         * window.el (split-window-save-restore-data):
12473         Don't update the data if OLD-INFO is nil.
12475         * view.el (view-return-to-alist): Mark it permanent local.
12477         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
12479         * recentf.el (recentf-save-list): Catch and warn about errors.
12481         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
12482         so "Buffers" won't be pure.
12484         * help-mode.el (help-mode-finish): Set help-return-alist first
12485         thing, setting only the entry for the selected window.
12487         * help-fns.el (describe-function-1): If many non-control non-meta
12488         keys run the command, don't list all of them.
12490 2004-04-20  Juanma Barranquero  <lektu@terra.es>
12492         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
12493         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
12495         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
12497 2004-04-20  Kenichi Handa  <handa@m17n.org>
12499         * international/quail.el (quail-lookup-key): New optional arg
12500         NOT-RESET-INDICES.
12501         (quail-get-translations): Call quail-lookup-key with
12502         NOT-RESET-INDICES t.
12503         (quail-completion): Likewise.
12504         (quail-lookup-map-and-concat): Likewise.
12506 2004-04-20  Kenichi Handa  <handa@m17n.org>
12508         * international/quail.el (quail-update-translation): Don't insert
12509         such an unsupported multibyte char in a unibyte buffer.
12511 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
12513         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
12514         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
12515         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
12516         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
12517         (gdb-frame-assembler-buffer): Improve behaviour with
12518         multiple frames.
12519         (gdb-display-buffer): Extend search to all visible frames.
12521 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
12523         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
12524         characters left after base64 decoding.
12525         (rmail-decode-region): Use -dos variety of `coding', to remove any
12526         ^M characters left after qp or base64 decoding.
12528 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12530         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
12531         messages.
12533 2004-04-19  Stephen Eglen  <stephen@gnu.org>
12535         * add-log.el (add-change-log-entry): Update doc string to mention
12536         add-log-full-name and add-log-mailing-address.
12538 2004-04-18  Juri Linkov  <juri@jurta.org>
12540         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
12541         (Info-find-node-2): Simplify error message.
12542         (Info-insert-dir): Use Info-following-node-name.
12543         (Info-goto-node): Remove *info-history* and *info-toc*.
12544         (Info-history): Create a node of the virtual history file.
12545         (Info-toc): Create a node of the virtual toc file.
12546         (Info-insert-toc): New arg `curr-file' for reference file names.
12547         (info-apropos): Remove redundant var binding for temp-file.
12548         (Info-index, Info-index-next, Info-mode): Doc fix.
12549         (Info-goto-emacs-command-node): Don't jump to *info* from
12550         non-*info* Info buffers.
12551         (Info-fontify-node): Don't show the file name of external
12552         references if `Info-hide-note-references' is `hide'.  Don't hide
12553         newlines at the end of paragraphs.
12555         * international/mule-diag.el (list-input-methods):
12556         Fix args to help-xref-button.
12558         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
12559         to put into effect local variables from TUTORIAL files.
12561         * textmodes/paragraphs.el (sentence-end) <function>: New fun
12562         with default value taken from the variable `sentence-end'.
12563         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
12564         Add nil const to :type.
12565         (sentence-end-without-period, sentence-end-double-space)
12566         (sentence-end-without-space): Doc fix.
12568         * textmodes/paragraphs.el (forward-sentence):
12569         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
12570         (fill-delete-newlines):
12571         * progmodes/cc-cmds.el (c-beginning-of-statement):
12572         Use function `sentence-end' instead of variable `sentence-end'.
12574 2004-04-18  Andreas Schwab  <schwab@suse.de>
12576         * progmodes/compile.el (compilation-start): Set window start to
12577         point-min if compilation-scroll-output is nil.
12579 2004-04-18  John Wiegley  <johnw@newartisans.com>
12581         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
12583 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
12585         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
12586         (gdb-info-breakpoints-custom): Revert previous change.
12587         (gdb-view-assembler): Update assembler if necessary.
12588         (gdb-frame-handler): Parse correctly for gdb-current-frame.
12589         (gdb-display-source-buffer): Update properly when both source and
12590         assembler are visible.
12592 2004-04-17  John Wiegley  <johnw@newartisans.com>
12594         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
12595         which limits the number of names shown in the minibuffer.  Off by
12596         default.
12597         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
12598         up iswitchb for users with a multitude of open buffers by showing
12599         only the first and last N/2 buffers in the completion list (which
12600         is enough to aid C-s/C-r, and to know that more characters are
12601         needed to refine the completion list).
12603 2004-04-17  Richard M. Stallman  <rms@gnu.org>
12605         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
12606         (file-truename): Expand all ~ constructs directly.
12607         (insert-directory): Delete any error msg output by the
12608         `insert-directory-program'.
12610         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
12611         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
12612         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
12613         (allout-init): Use find-file-hook, not find-file-hooks.
12614         (allout-mode): Eliminate Emacs 18 support.
12615         Use write-contents-functions, not local-write-file-hooks.
12617 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
12619         * progmodes/compile.el (compilation-error-properties): Fix for
12620         adding messages when there are already markers for their file.
12621         (compilation-fake-loc): New function.
12623 2004-04-16  Dave Love  <fx@gnu.org>
12625         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
12626         (python-load-file): Fix python-orig-start setting.
12628         * progmodes/compile.el: Doc fixes.
12629         (compilation-error-regexp-alist-alist)
12630         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
12631         (compilation-assq): Wrap in eval-when-compile.
12632         (compilation-mode-font-lock-keywords): Don't use list*.
12633         (compilation-start): Avoid warning.
12634         (compilation-compat-error-properties)
12635         (compilation-directory-properties): Add keymap property.
12636         (compilation-parsing-end): Make it a marker for better compatibility.
12638         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
12640 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
12642         * xml.el: Doc fixes.
12643         (xml-get-children): Only looks at sub-tags and ignore strings.
12645         * xml.el (xml-parse-tag): Avoid overwriting node-name.
12647 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12649         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
12651 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
12653         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
12655         * vc.el (vc-print-log): Likewise.
12657 2004-04-16  Masatake YAMATO  <jet@gyve.org>
12659         * simple.el (completion-setup-function): Set an initial value
12660         to `element-common-end' before entering loop.  Set a value
12661         to `element-common-end' at the end of loop.
12662         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
12663         (completions-common-part): Rename from completion-de-emphasis.
12664         (completions-first-difference): Rename from completion-emphasis.
12665         Suggested by RMS.
12667 2004-04-16  Juanma Barranquero  <lektu@terra.es>
12669         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
12670         (bookmark-edit-annotation-mode): Add mode name.
12672 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12674         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
12675         for nested conflict markers.
12676         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
12678 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
12680         * progmodes/gdb-ui.el (gdb-goto-info): New function.
12682         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
12684 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12686         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
12687         Give a backtrace if requested.
12689         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
12691         * progmodes/python.el (python-mouse-2-command, python-RET-command):
12692         Remove unused functions.
12693         (python-orig-start-line, python-orig-file): Remove.
12694         (python-orig-start): New var.
12695         (python-input-filter, python-compilation-line-number)
12696         (python-send-region, python-load-file): Use it.
12698         * info.el (info): Always jump to *info*.
12700         * subr.el (posn-set-point): New function.
12702         * mouse.el (mouse-set-point): Use it.
12704         * progmodes/compile.el (compile-goto-error): Use it.
12705         (compilation-button-map): New keymap.
12706         (compilation-error-properties): Use it.
12707         (compilation-shell-minor-mode-map): Don't bind mouse-2.
12709         * smerge-mode.el (smerge-popup-context-menu): Use it.
12711         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
12712         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
12713         mouse and non-mouse case.
12715         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
12716         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
12718         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
12719         Make it work for non-mouse events.
12721         * pcvs-info.el (cvs-status-map): Update binding name.
12723 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
12725         * xml.el (xml-maybe-do-ns): New function to handle namespace
12726         parsing of both attribute and element names.
12727         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
12728         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
12729         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
12730         (xml-parse-attlist): Make it do its own namespace parsing.
12732 2004-04-14  Dave Love  <fx@gnu.org>
12734         * progmodes/python.el (run-python): Fix use of \n.
12735         (python-load-file): Remove `try' from Python fragment.
12736         (python-describe-symbol): Fix message.
12738         * comint.el: Doc fixes.
12739         (comint-last-input-start, comint-last-input-end)
12740         (comint-last-output-start): Give them values.
12741         (comint-arguments): Avoid warning.
12742         (comint-skip-prompt): Use line-end-position.
12743         (comint-backward-matching-input): Rename arg to agree with doc.
12744         (comint-extract-string): Use syntax-ppss.
12745         (comint-dynamic-simple-complete): Delete useless list construction.
12746         (comint-redirect-subvert-readonly): New.
12747         (comint-redirect-preoutput-filter): Use it.
12749         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
12750         Correctly handle negative arguments when calling hook functions.
12752 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
12754         * info.el (info-apropos): Don't clobber Info-history-list.
12756 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
12758         * progmodes/compile.el (compilation-setup):
12759         Localize overlay-arrow-position.
12760         (compilation-sentinel): Restructure code equivalently.
12761         (compilation-next-error): Find message on same line after point if
12762         not found before point.
12763         (compile-mouse-goto-error): Restore function so that compilation
12764         buffer need not be current and use compile-goto-error.
12765         (compile-goto-error): Restore function.
12766         (next-error): Set overlay-arrow-position.
12767         (compilation-forget-errors): Don't localize already local
12768         compilation-locs and remove FIXME about refontifying.
12770 2004-04-14  Kim F. Storm  <storm@cua.dk>
12772         * startup.el (emacs-quick-startup): New defvar (set by -Q).
12773         (command-line): New option -Q.  Like -q --no-site-file, but
12774         in addition it also disables menu-bar, tool-bar, scroll-bars,
12775         tool-tips, and the blinking cursor.
12776         (command-line-1): Skip startup screen if -Q.
12777         (fancy-splash-head): Use ":align-to center" prop to center splash image.
12779         * emulation/cua-base.el (cua-read-only-cursor-color)
12780         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
12782 2004-04-13  Dave Love  <fx@gnu.org>
12784         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
12785         (syntax): Don't require.
12786         (python) <defgroup>: Add :version.
12787         (python-quote-syntax): Re-written.
12788         (inferior-python-mode): Move stuff here from run-python and add
12789         some more.
12790         (python-preoutput-continuation, python-preoutput-result)
12791         (python-dotty-syntax-table): New.
12792         (python-describe-symbol): Use them.
12793         (run-python): Move stuff to inferior-python-mode.  Modify code
12794         loaded into Python.
12795         (python-send-region): Use python-proc, python-send-string.
12796         (python-send-string): Send newlines too.  Callers changed.
12797         (python-load-file): Re-written.
12798         (python-eldoc-function): New.
12799         (info-look): Don't require.
12800         (python-after-info-look): New.  A modified version of former
12801         top-level code for use with eval-after-load.
12802         (python-maybe-jython, python-guess-indent): Use widened buffer.
12803         (python-fill-paragraph): Re-written.
12804         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
12805         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
12807 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12809         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
12810         Set compilation-error-regexp-alist earlier.
12812         * progmodes/compile.el (compilation-minor-mode-map)
12813         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
12814         (compile-goto-error): Re-merge the mouse and non-mouse commands.
12816 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12818         * progmodes/compile.el (compile-goto-error): Select the buffer/window
12819         corresponding to the event.
12821 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
12823         * loadup.el: Add cygwin to system-type list, for unexec() support.
12825 2004-04-12  John Paul Wallington  <jpw@gnu.org>
12827         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
12828         (ibuffer-restore-window-config-on-quit): New variable to replace
12829         `ibuffer-delete-window-on-quit'.  Update all references.
12830         (ibuffer-prev-window-config): New variable.
12831         (ibuffer-quit): Restore previous window configuration instead of
12832         deleting window.
12833         (ibuffer): Save window configuration before showing Ibuffer buffer.
12835         * help.el (describe-mode): Doc fix.
12837 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12839         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
12840         not to treat nil as a function.
12842         * vc-arch.el (vc-arch-root): Be a bit more careful.
12843         (vc-arch-register): Save the buffer if we modified it.
12844         (vc-arch-delete-rej-if-obsolete): Save excursion.
12845         (vc-arch-find-file-hook): Use the simpler after-save-hook.
12846         (vc-arch-responsible-p, vc-arch-init-version): New functions.
12848         * net/ldap.el (ldap-search): Use list*.
12850 2004-04-12  Juri Linkov  <juri@jurta.org>
12852         * info.el (Info-follow-reference): Allow multiline reference name.
12854 2004-04-11  Dave Love  <fx@gnu.org>
12856         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
12858         * progmodes/python.el: New file.
12860 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
12862         * vc-hooks.el (vc-arg-list): Function removed.
12863         (vc-default-workfile-unchanged-p): Use condition-case to check for
12864         backward compatibility.
12866         * vc.el (vc-print-log): Use condition-case to check for backward
12867         compatibility.
12869 2004-04-11  Juri Linkov  <juri@jurta.org>
12871         * dired.el (dired-faces): New defgroup.
12872         (dired-header, dired-mark, dired-marked, dired-flagged)
12873         (dired-warning, dired-directory, dired-symlink, dired-ignored):
12874         New faces.
12875         (dired-header-face, dired-mark-face, dired-marked-face)
12876         (dired-flagged-face, dired-warning-face, dired-directory-face)
12877         (dired-symlink-face, dired-ignored-face): New face variables.
12878         (dired-font-lock-keywords): Use them instead of font-lock faces.
12879         Split the rule for dired marks into 3 separate rules: for marks,
12880         marked file names and flagged file names.
12882         * help-mode.el (help-make-xrefs): Add a final newline to the
12883         *Help* buffer.
12885 2004-04-11  John Paul Wallington  <jpw@gnu.org>
12887         * replace.el (occur-engine): Distinguish between one and several
12888         matches in the matches per buffer heading.
12890 2004-04-11  Kim F. Storm  <storm@cua.dk>
12892         * ido.el (ido-confirm-unique-completion): New defcustom.
12893         (ido-complete): Use it.
12894         (ido-write-file): Set it to t unconditionally.
12896 2004-04-10  Miles Bader  <miles@gnu.org>
12898         RCS keyword removal (only non-comment changes are enumerated here):
12900         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
12901         (byte-compile-insert-header): Don't use `byte-compile-version'.
12902         * forms.el (forms-version): Variable removed.
12903         (forms-mode): Don't use `forms-version'.
12904         * recentf.el (recentf-version): Variable removed.
12905         * progmodes/delphi.el (delphi-version): Variable removed.
12906         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
12908 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12910         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
12912 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
12914         * info.el (info-apropos): Improve menu item regexp.
12916 2004-04-09  Simon Josefsson  <jas@extundo.com>
12918         * mail/smtpmail.el: Add comment, based on report by
12919         kdc@rcn.com (Kevin D. Clark).
12921 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12923         * progmodes/compile.el (compilation-mode-font-lock-keywords):
12924         Redo one more thing that I didn't notice Daniel had undone.
12926 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
12928         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
12929         (gdb-goto-breakpoint, gdb-display-buffer)
12930         (gdb-display-source-buffer, gdb-view-source-function)
12931         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
12932         (gdb-source-info, gdb-frame-handler): Don't specify a window
12933         for display.
12934         (gdb-info-breakpoints-custom): Remove superfluous update of
12935         assembler buffer.
12936         (gdb-many-windows): Make settable outside gdb.
12938 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
12940         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
12941         Derive from fundamental-mode rather than text-mode.
12943 2004-04-08  Juri Linkov  <juri@jurta.org>
12945         * info.el (Info-history): Doc fix.
12946         (Info-history-list): New var.
12947         (info-xref): Change magenta4 to blue, remove bold for dark and
12948         light backgrounds, change bold to underline for non-color classes.
12949         (info-xref-visited): New face.
12950         (Info-fontify-visited-nodes): New custom.
12951         (Info-hide-note-references): Add new value `hide'.  Doc fix.
12952         (Info-reference-name): New var.
12953         (Info-selection-hook): New custom.
12954         (Info-edit-mode-hook): New var.
12955         (Info-find-file): New fun.
12956         (Info-find-node): Move part of code to Info-find-file.
12957         (Info-find-node-2): Add anchors to Info-history-list.  Move point
12958         to the place with the reference name if name is defined.
12959         (Info-select-node): Add current node to Info-history-list.
12960         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
12961         (Info-search-whitespace-regexp): New custom.
12962         (Info-search-case-fold): New var.
12963         (Info-search): Add "case-sensitively" to the prompt.
12964         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
12965         (Info-search-case-sensitively, Info-search-next): New fun.
12966         (Info-up): Move point to the menu item of the current node.
12967         (Info-history): New fun.  Add *info-history* to
12968         same-window-buffer-names.
12969         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
12970         (Info-insert-toc): New fun.
12971         (Info-build-toc): New fun.
12972         (Info-follow-reference): Add new arg `fork'.  Doc fix.
12973         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
12974         with the same name prefer the reference closest to point.
12975         (Info-next-reference): Replace * by + in the *Note regexp.
12976         Add regexp for http:// and ftp://.  Skip the *Note prefix.
12977         (Info-prev-reference): Replace * by + in the *Note regexp.
12978         Add regexp for http:// and ftp://.  Skip the *Note prefix.
12979         (Info-follow-nearest-node): Add new arg `fork'.
12980         (Info-try-follow-nearest-node): Add new arg `fork'.
12981         Call browse-url for http:// and ftp:// references.
12982         Set Info-reference-name for index entries.
12983         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
12984         Info-search-next, Info-history, Info-toc, clone-buffer.
12985         (Info-menu-update): Replace * by + in the *Note regexp.
12986         (Info-mode): Add documentation for Info-history, Info-toc,
12987         Info-search-case-sensitively, Info-search-next, clone-buffer.
12988         (Info-fontify-menu-headers): Remove fun.  Move code to
12989         Info-fontify-node.
12990         (Info-fontify-node): Add docstring.  Add local vars
12991         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
12992         then fontify header line, titles, menu headers, http and ftp
12993         references, refill paragraphs.  If not-fontified-p is t or
12994         fontify-visited-p is t then fontify cross references, menu items.
12995         Fontify menu headers.  Fontify http and ftp references.
12996         Change regexp for cross references to require whitespace after *Note,
12997         add matching groups for file and node names.  Remove hack for quote.
12998         Use display property for Info-hide-note-references=t.  Use fifth
12999         or fourth match for help-echo.  Display visited nodes in a
13000         different face.  Unhide file names of external references.
13001         Unhide newlines.  Display visited menu items in a different face.
13003 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13005         * progmodes/compile.el: Require CL.
13006         (compilation-mode-font-lock-keywords): Re-install the "line as
13007         function" patch.
13009         * help-fns.el (help-C-source-directory): New var.
13010         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
13011         (describe-function-1, describe-variable): Use them.
13013         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
13014         to C source files specially.
13016 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
13018         * info.el (Info-hide-cookies-node): New function.
13019         (Info-select-node): Use it.
13020         (Info-display-images-node): Remove message with image file name.
13022 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
13024         * progmodes/compile.el (compilation-warning-face)
13025         (compilation-info-face, compilation-skip-threshold)
13026         (compilation-skip-visited, compilation-context-lines):
13027         Declare :version when added to Emacs.
13028         (compilation-error-regexp-alist-alist): Extend caml and irix.
13029         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
13030         (compilation-mode-font-lock-keywords): Temporarily undo line as
13031         function patch, which wasn't ready.
13033 2004-04-07  Kenichi Handa  <handa@m17n.org>
13035         * international/latin1-disp.el (latin1-display-setup): Check each
13036         character is displayable or not instead of calling
13037         latin1-display-check-font.
13039 2004-04-06  Kenichi Handa  <handa@m17n.org>
13041         * language/ethio-util.el (ethio-sera-being-called-by-w3):
13042         New variable.
13043         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
13044         instead of sera-being-called-by-w3.
13045         (ethio-fidel-to-sera-buffer): Likewise.
13046         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
13047         instead of sera-being-called-by-w3.
13048         (ethio-write-file): Likewise.
13050 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13052         * printing.el: Doc fix.
13054 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
13056         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
13057         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
13058         (gdb-setup-windows): Only use separate IO buffer if required.
13060 2004-04-06  Kim F. Storm  <storm@cua.dk>
13062         * term.el (term-is-xemacs): Remove.
13063         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
13064         (term-window-width): New function.
13065         (term-mode, term-check-size): Use it.
13066         (term-mode): Disable overflow-newline-into-fringe in term buffer.
13068 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
13070         * cus-edit.el (custom-add-parent-links): Change unbound variable
13071         `symbol' to `name'.
13073 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
13074         * info.el (info-apropos): New function.
13075         (Info-mode-menu): Add it.
13076         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
13078         * help-mode.el (help-make-xrefs): Recognize aliased variable with
13079         inherited docstring.
13081         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
13083 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13085         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
13087         * progmodes/compile.el (font-lock): Don't require any more.
13088         (compilation-error-properties, compilation-start, compilation-sentinel)
13089         (compilation-filter, next-error): Use with-current-buffer.
13090         (compilation-skip-to-next-location, compilation-skip-threshold)
13091         (compilation-skip-visited): Move to silence the byte-compiler.
13092         (compilation-setup): Simplify.
13093         (compilation-next-error): Use line-(beginning|end)-position.
13094         Make sure `pt' is non-nil before using compilation-loop.
13095         (compile-goto-error): Add optional event arg.  Use it.
13096         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
13097         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
13098         Update the binding for mouse-2.
13099         (first-error): Set compilation-current-error to nil rather than bob.
13100         (compilation-parsing-end, compilation-parse-errors-function)
13101         (compilation-error-list, compilation-old-error-list):
13102         "New" compatibility variables.
13103         (compile-buffer-substring, compilation-compat-error-properties)
13104         (compilation-compat-parse-errors, compilation-forget-errors):
13105         New compatibility functions.
13106         (compilation-mode-font-lock-keywords): Use them.
13108 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
13110         * autorevert.el (auto-revert-handler): If point (or a window
13111         point) is at the end of the buffer, keep it there after
13112         reverting.  This allows to tail a file.
13113         Mention this in the `Commentary'.
13115         * format.el (format-write-file): Add optional argument CONFIRM
13116         and make it behave like the analogous argument to `write-file'.
13118 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13120         * progmodes/ebnf2ps.el: Doc fix.
13121         (ebnf-version): New version number (4.2).
13122         (ebnf-syntax): Customization and docstring fix.
13123         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
13124         Put autoloaded funs before first use.
13125         (ebnf-style-database): Add dtd entry.
13126         (ebnf-syntax-alist): Add dtd initialization.
13127         (ebnf-token-sequence): New fun.
13128         (ebnf-comment-table): Add new comment action character.
13129         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
13131         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
13132         Type Definition for XML).
13134         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
13135         * progmodes/ebnf-bnf.el (ebnf-sequence):
13136         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
13137         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
13138         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
13139         Code simplification: call ebnf-token-sequence.
13141 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
13143         * calendar/timeclock.el (timeclock-relative)
13144         (timeclock-get-project-function, timeclock-get-workday-function)
13145         (timeclock-query-out, timeclock-when-to-leave)
13146         (timeclock-when-to-leave-string, timeclock-log-data)
13147         (timeclock-generate-report, timeclock-in): Doc fixes.
13149 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13151         * url/: New dir.  Import the URL package from its repository.
13153 2004-04-03  Andreas Schwab  <schwab@suse.de>
13155         * diff-mode.el (diff-mode): Fix missing quote.
13157 2004-04-03  Juri Linkov  <juri@jurta.org>
13159         * descr-text.el (describe-property-list): Add `font-lock-face'.
13161         * dired.el (dired-font-lock-keywords): Fix permission regexps.
13163 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13165         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
13166         Use utf-16le on little endian machines and utf-16be otherwise.
13168 2004-04-02  David Kastrup  <dak@gnu.org>
13170         * net/browse-url.el (browse-url-generic): Use call-process
13171         instead of start-process to allow browsers that fork and detach.
13173 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
13175         * compile.el (compilation-current-error): New var.
13176         (compilation-setup, compile-mouse-goto-error)
13177         (compile-goto-error, next-error): Use it.
13178         (compilation-skip-to-next-location): Default to t, which gives
13179         contiguous skipping like old compile (where this was redundant).
13180         (compilation-next-error): Prevent previous-* commands from moving
13181         back to message at or just before point.
13183 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
13185         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
13186         (gdb-source-info): Don't display source at startup, if required.
13187         (gdb-show-main): New option.
13188         (gdba): Update documentation.
13189         (gdb-source): Cover case of auto-display output.
13191 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
13193         * autorevert.el: Delete obsolete autoload's and defvar's.
13194         (auto-revert-check-vc-info): New user option.
13195         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
13196         (auto-revert-handler-vc): Delete.
13197         (auto-revert-handler): Treat return value `fast' of
13198         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
13200         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
13201         return `fast'.
13203         * files.el (buffer-stale-function): Doc change.
13205 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13207         * printing.el: New tip on Tips section.
13208         (pr-version): New version number (6.7.4).
13209         (pr-shell-file-name): Initialization fix.
13211 2004-03-31  Juri Linkov  <juri@jurta.org>
13213         * dired.el: Add autoload for `dired-do-touch'.
13214         (dired-touch-program): New var.
13215         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
13216         (dired-no-confirm): Add `touch' to docstring.
13218         * dired-aux.el (dired-do-touch): New fun.
13219         (dired-do-chxxx): Add argument -t for touch operation.
13221         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
13222         `dired-move-to-filename-regexp'.
13224 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
13226         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
13228 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13230         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
13231         and only if the buffer was modified.
13233 2004-03-30  Kenichi Handa  <handa@m17n.org>
13235         * international/characters.el: Delete pairs for U+2308..U+230B.
13237 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
13239         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
13240         to detect the beginning of a level 2 or 3 annotation.
13242 2004-03-29  Kenichi Handa  <handa@m17n.org>
13244         * international/ucs-tables.el (ucs-insert): Fix the error message.
13246 2004-03-29  Kenichi Handa  <handa@m17n.org>
13248         * international/mule-util.el (char-displayable-p): Fix generation
13249         of XLFD file name.
13251         * Makefile.in (setwins, setwins_almost): Change directory to $wd
13252         before finding directories by `find'.
13254 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13256         * subr.el (interactive-form): Delete.  Now implemented in C.
13258         * pcvs.el (cvs-parse-process): Workaround for Darwin.
13260         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
13261         (vc-diff-label): New fun.
13262         (vc-diff-internal): Use it.
13264         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
13266 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13268         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
13270         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
13271         specify XML (EBNFX).
13273         * progmodes/ebnf2ps.el: Doc fix.
13274         (ebnf-version): New version number (4.1).
13275         (ebnf-syntax): Adjust customization.
13276         (ebnf-style-database): Add ebnfx entry.
13277         (ebnf-syntax-alist): Add ebnfx initialization.
13278         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
13280         * printing.el: Doc fix.
13281         (pr-version): New version number (6.7.3).
13282         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
13283         returns nil for mouse position.  Reported by Drew Adams
13284         <drew.adams@oracle.com>.
13285         (pr-update-menus): Modify interactive declaration.  Reported by Drew
13286         Adams <drew.adams@oracle.com>.
13288 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
13290         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
13291         (gud-gdba-marker-filter): Log the process input and output, if
13292         required.  From Stefan Monnier.
13293         (gdb-debug-log, gdb-enable-debug-log): New variables.
13294         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
13296 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13298         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
13299         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
13301 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
13303         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
13304         Call vc-find-file-hook here instead of in auto-revert-buffers.
13305         (auto-revert-buffers): Delete call to vc-find-file-hook.
13306         (auto-revert-verbose, global-auto-revert-non-file-buffers)
13307         (global-auto-revert-mode, auto-revert-set-timer)
13308         (auto-revert-handler, auto-revert-buffers): Doc fixes.
13310 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
13312         * woman.el (woman-change-fonts): Rename local variable
13313         woman-font-alist to font-alist to avoid a compiler warning.
13315 2004-03-27  Dave Love  <fx@gnu.org>
13317         * emacs-lisp/rx.el (rx): Doc fix.
13318         Fix copyright years.
13320         * strokes.el (strokes-global-set-stroke-string): New function.
13321         (strokes-list-strokes): Cope with strings, not just commands.
13322         Set foreground colour of image.
13323         (strokes-global-set-stroke): Doc fix.
13325 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
13327         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
13328         Auto Revert mode.
13329         (Buffer-menu-files-only): New variable.
13330         (Buffer-menu-toggle-files-only): New function.
13331         (Buffer-menu-mode-map): Bind it to `T'.
13332         (Buffer-menu-mode): Mention `T' in docstring.
13333         Set buffer-stale-function.
13334         (list-buffers-noselect): Mark buffer non-modified and set
13335         Buffer-menu-files-only.
13337         * dired.el (buffer-stale-function): Remove no longer needed defvar.
13339         * autorevert.el (auto-revert-handler): Print revert message
13340         before, rather than after, reverting.
13341         (buffer-stale-function): Move to files.el.
13343         * files.el (buffer-stale-function): Move here from autorevert.el.
13345 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13347         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
13349         * calc/calc.el (calc-mode-map): Use mapc.
13351         * apropos.el (apropos-mode): Don't autoload.
13352         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
13353         (apropos): Use it.
13354         (apropos-print): Add optional `text' argument.
13355         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
13356         Don't assume point-min == 1.
13358         * bs.el (bs-buffer-list): Use buffer-local-value.
13359         (bs--set-toggle-to-show): Use with-current-buffer.
13361         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
13362         New funs.
13363         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
13365         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
13367         * dabbrev.el (dabbrev-expand): Fix regexp construction.
13368         (dabbrev--find-expansion): Use pop.
13369         (dabbrev--search): Use match-string-no-properties.
13371         * dired.el (dired-mode): Use run-mode-hooks.
13372         (dired-move-to-end-of-filename): Use match-string.
13374         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
13375         is bound before using it.
13376         (ediff-verbose-p): Make it into a var since it's not constant.
13378         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
13380         * faces.el (read-face-font): Don't cons up unnecessarily.
13381         (header-line, tool-bar): Share common parts.
13383         * files.el (file-relative-name): Use compare-strings.
13385         * finder.el (finder-mode): Follow coding convention.
13387         * subr.el (read-number): New function.
13389         * ses.el (ses-read-number): Move to subr.el.
13390         (ses-set-header-row): Use read-number.
13392 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
13394         * vc-hooks.el (vc-arg-list): New function, which handles both
13395         compiled and uncompiled code.
13396         (vc-default-workfile-unchanged-p): Use it.
13398         * vc.el (vc-print-log): Undo prev change, use new function
13399         vc-arg-list from vc-hooks.el.
13401 2004-03-26  Masatake YAMATO  <jet@gyve.org>
13403         * simple.el (completion-setup-function): Emphasize the
13404         first uncommon characters in the completions; and de-emphasize
13405         the common prefix substrings.
13406         (completion-emphasis): New face.
13407         (completion-de-emphasis): New face.
13409 2004-03-25  Juanma Barranquero  <lektu@terra.es>
13411         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
13412         Comment out (it's unused and unfinished code).
13414 2004-03-25  Sam Steingold  <sds@gnu.org>
13416         * vc.el (vc-print-log): Fix a bug in the last patch:
13417         backend-function may be a byte-compiled object, not a lambda.
13419 2004-03-25  Juri Linkov  <juri@jurta.org>
13421         * descr-text.el (describe-property-list): Add a button
13422         for `face' property that calls `describe-face'.
13423         Suggested by luis fernandes <elf@ee.ryerson.ca>
13425         * international/mule.el (keyboard-coding-system):
13426         * kmacro.el (kmacro-call-macro): Fix docstring.
13428         * dired.el: Fix comments.
13430         * textmodes/fill.el (fill): Fix Info link.
13432         * font-lock.el (fast-lock, lazy-lock):
13433         * jit-lock.el (jit-lock): Remove links to removed Support Modes
13434         Info node.
13436         * eshell/eshell.el (eshell): Fix broken info-link.
13438         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
13439         * eshell/em-banner.el (eshell-banner):
13440         * eshell/em-smart.el (eshell-smart):
13441         * eshell/esh-cmd.el (eshell-cmd):
13442         Comment out broken info-links to incomplete Info manual.
13444         * info-xref.el: Fix commentary.
13446 2004-03-25  Kevin Ryde  <user42@zip.com.au>
13448         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
13449         Remove spurious node duplicate suppression, doesn't work, not wanted.
13450         (info-xref-output): Take format style args, add "sit-for 0" to let
13451         user see the results as they progress.
13452         (info-xref-check-all-custom): New function.
13454 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
13456         * gdb-ui.el: Moved to progmodes.
13458 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13460         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
13462 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
13464         * calendar/appt.el (appt-check): Remove superfluous progn.
13465         When finished with diary buffer: if it was not being displayed
13466         before, kill it; otherwise restore its original state.
13467         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
13469         * calendar/calendar.el (calendar-set-mode-line): Use total
13470         available mode-line width, rather than frame-width.
13472         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
13473         after mode change so effect not lost.
13475 2004-03-23  Dave Love  <fx@gnu.org>
13477         * dired.el (dired) <defgroup>: Add link to manual.
13478         (dired-font-lock-keywords): Add highlighting on unusual permissions.
13479         (dired-revert): Use dolist.
13480         (dired-mode-map): Add U binding.
13481         (dired-mode): Add font-lock-beginning-of-syntax-function.
13482         (dired-garbage-files-regexp): Make it a defcustom.
13484 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13486         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
13487         is equivalent to nil.
13488         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
13489         (vc-arch-mode-line-string): Accept `added' state.
13490         (vc-arch-state): Use inode-sigs if available.
13491         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
13492         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
13493         (vc-arch-tagline-re): New var.
13494         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
13495         New functions.
13496         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
13497         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
13499         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
13500         (vc-file-not-found-hook): Use it.
13502         * diff-mode.el (diff-default-read-only): Change default.
13503         (diff-mode-hook): Make it a defcustom.  Add some options.
13504         (diff-mode-map): Bind diff-refine-hook.
13505         (diff-yank-handler): New var.
13506         (diff-yank-function): New fun.
13507         (diff-font-lock-keywords): Use them.
13508         (diff-end-of-file): Handle case where file-header looks like diff text.
13509         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
13510         (diff-file-kill): Delete a subsequent empty line, if applicable.
13511         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
13512         (diff-find-file-name): Use it.
13513         (diff-tell-file-name): New command.
13514         (diff-mode): Be careful with view-mode.
13515         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
13516         New functions, for use in diff-mode-hook.
13517         (diff-find-source-location): Catch "regex too large" errors.
13518         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
13519         (diff-refine-hunk): New command.
13521         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
13522         (smerge-context-menu-map): Remove unused var.
13523         (smerge-keep-all): Preserve markers.
13524         (smerge-keep-n): New fun.
13525         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
13526         (smerge-keep-current, smerge-ediff): Use it.
13527         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
13528         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
13529         (smerge-resolve): Resolve trivial 3-part conflicts.
13531 2004-03-23  Juri Linkov  <juri@jurta.org>
13533         * man.el (Man-width): New var.
13534         (Man-getpage-in-background): Use it.
13535         (Man-support-local-filenames): New var and fun.
13536         (Man-build-man-command): Don't add a second %s.
13537         (Man-fontify-manpage): Clean up message.
13538         (Man-mode): Set outline-regexp, outline-level,
13539         imenu-generic-expression.
13541         * woman.el (woman-fill-frame): Doc fix.
13542         (woman-decode-region): Use window-width instead of frame-width.
13544         * abbrevlist.el (list-one-abbrev-table):
13545         * descr-text.el (describe-char):
13546         * international/mule-diag.el (describe-current-coding-system):
13547         * international/quail.el (quail-insert-decode-map):
13548         Use window-width instead of frame-width.
13550         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
13551         (jka-compr-mode-alist-additions): Add tbz.
13552         (jka-compr-write-region, jka-compr-insert-file-contents):
13553         Add message for undefined compress-program.
13554         (jka-compr-write-region): Remove redundant var bindings.
13556         * dired-x.el (dired-guess-shell-alist-default): Add choices for
13557         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
13558         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
13559         (dired-man): Use dired-guess-shell-command.
13560         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
13561         Change default nil to t.
13563         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
13564         (dired-compare-directories): Add default value for empty input.
13566         * help-at-pt.el: Move suggestions for key bindings to Commentary.
13568         * time.el (display-time-string-forms): Fix help-echo date format.
13570 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
13572         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
13573         (buffer-stale-function): New variable.
13574         (auto-revert-list-diff, auto-revert-dired-file-list)
13575         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
13576         (auto-revert-handler): Take over some functionality of deleted
13577         functions.
13578         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
13580         * dired.el (dired-directory-changed-p): New fun, extracted from
13581         dired-internal-noselect.
13582         (dired-buffer-stale-p): New fun.
13583         (dired-internal-noselect): Use dired-directory-changed-p.
13584         Eliminate revert messages.
13585         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
13587 2004-03-23  Kenichi Handa  <handa@m17n.org>
13589         * international/characters.el: Setup syntaxes for more parentheses
13590         Unicode characters.
13592         * international/mule-cmds.el (select-safe-coding-system):
13593         Merge coding-system and auto-cs before comparing them.
13595 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13597         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
13599         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
13600         normal-auto-fill-function and comment-indent-function.
13601         The default values now work just as well.
13602         Don't set font-lock-beginning-of-syntax-function since we already set
13603         syntax-begin-function.
13604         (lisp-outline-level): Put ;;;###autoload at same level as (.
13605         (prin1-char): Quote special chars.
13607         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
13608         than with-no-warnings.
13610         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
13611         if the source location can't be found.
13612         (edebug-compute-previous-result): Use prin1-char.
13614         * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
13615         (debug-ignored-errors): Add an entry.
13617         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
13618         (byte-compile-file): Output warning when deleting a file.
13620         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
13621         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
13623         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
13624         (byte-compile-inline-expand): Use backquote.
13625         (byte-optimize-pure-func): Rename from byte-optimize-concat.
13626         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
13628         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
13630         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
13632 2004-03-22  Juri Linkov  <juri@jurta.org>
13634         * finder.el (finder-known-keywords): Fix data, tex, unix.
13636         * play/landmark.el: Fix keywords.
13638         * language/ethio-util.el (ethio-find-file): Doc fix.
13640         * emacs-lisp/warnings.el: Doc fix.
13642         * textmodes/ispell.el (ispell-help): Doc fix.
13644 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
13646         * format.el (format-insert-file): Always return a list of two
13647         elements, like insert-file-contents does.
13649 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
13651         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
13652         and vc-BACKEND-diff.
13653         (vc-print-log): If the print-log implementation supports it, use
13654         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
13655         (vc-version-diff, vc-diff-internal): Doc fixes.
13657         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
13658         implementation supports it, let diff output go to *vc*,
13659         not *vc-diff*, since this is an internal call.
13661         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
13663         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
13665         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
13667 2004-03-21  Dave Love  <fx@gnu.org>
13669         * progmodes/cfengine.el (cfengine-mode):
13670         Set parse-sexp-ignore-comments.
13672         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
13674 2004-03-21  Juanma Barranquero  <lektu@terra.es>
13676         * allout.el (allout-mode): Fix docstring.
13678 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
13680         * files.el (insert-directory): Fix bug if SWITCHES is a list.
13682         * autorevert.el (auto-revert-interval): Make new value take
13683         effect immediately when set through Custom.
13684         (auto-revert-set-timer): Add interactive declaration.
13686 2004-03-19  David Ponce  <david@dponce.com>
13688         * ruler-mode.el (ruler-mode-header-line-format-old):
13689         Don't `make-variable-buffer-local'.
13690         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
13691         (ruler-mode-header-line-format): Simply funcall the above.
13692         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
13693         to save/restore a previous header line format.
13694         (ruler-mode-space): Don't depend on a numeric WIDTH value.
13695         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
13696         fringes and margins width.
13697         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
13699 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13701         * log-edit.el (log-edit-font-lock-keywords): Typo.
13703         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
13704         (tex-send-tex-command): Rather than here.
13705         (tex-compilation-parse-errors): Simplify.
13707         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
13709         * time.el (display-time-string-forms): Add help-echo with date on time.
13711         * composite.el (compose-region): Use restore-buffer-modified-p.
13713         * disp-table.el (standard-display-8bit): Simplify.
13715         * server.el (server-process-filter): Delete temp frame.
13717         * add-log.el (add-change-log-entry): Simplify.
13719 2004-03-19  Kim F. Storm  <storm@cua.dk>
13721         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
13722         (hexl-follow-line): Don't require 'fringe.
13724         * progmodes/compile.el (compilation-start): Always set
13725         compilation-last-buffer and return it.
13727 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
13729         * simple.el (clone-buffer): Doc fix.
13731 2004-03-18  Juanma Barranquero  <lektu@terra.es>
13733         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
13735 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13737         * log-edit.el (log-edit-font-lock-keywords): New var.
13738         (log-edit-mode): Use it.
13740 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
13742         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
13743         properly for watching in speedbar.
13745 2004-03-17  Masatake YAMATO  <jet@gyve.org>
13747         * smerge-mode.el (smerge-popup-context-menu):
13748         Put `unwind-protect' around `overlay-put' and `popup-menu'.
13750 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13752         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
13753         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
13754         Take sealed revisions into account.
13755         (vc-arch-checkin): Extract a summary line from the message.
13757 2004-03-16  Masatake YAMATO  <jet@gyve.org>
13759         * register.el (register): Provide `register' feature.
13761 2004-03-15  Masatake YAMATO  <jet@gyve.org>
13763         Added context menu support in smerge mode.
13764         Most of the part is written by Stefan Monnier.
13766         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
13767         New keymap and menu.
13768         (smerge-text-properties): New function.
13769         (smerge-remove-props): New function.
13770         (smerge-popup-context-menu): New function.
13771         (smerge-resolve): Call `smerge-remove-props'.
13772         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
13773         (smerge-keep-current): Ditto.
13774         (smerge-kill-current): New function.
13775         (smerge-match-conflict): Put text properties.
13776         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
13778 2004-03-15  David Ponce  <david@dponce.com>
13780         * ruler-mode.el: (ruler-mode-left-fringe-cols)
13781         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
13782         (ruler-mode-right-scroll-bar-cols): Remove.
13783         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
13784         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
13785         Use fringe-columns and scroll-bar-columns.
13787 2004-03-15  Masatake YAMATO  <jet@gyve.org>
13789         * hl-line.el (hl-line-range-function): New variable.
13790         (hl-line-move): New function.
13791         (global-hl-line-highlight): Use `hl-line-move'.
13792         (hl-line-highlight): Ditto.
13794         * scroll-bar.el (scroll-bar-columns):
13795         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
13797         * ruler-mode.el (top-level): Require scroll-bar and fringe.
13798         (ruler-mode-left-fringe-cols)
13799         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
13800         (ruler-mode-right-scroll-bar-cols)
13801         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
13802         (ruler-mode-ruler-function): New variable.
13803         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
13804         if the value for `ruler-mode-ruler-function'is given.
13806         * hexl.el (hexl-mode-hook): Make the hook customizable.
13807         (hexl-address-area, hexl-ascii-area): New customize variables.
13808         (hexlify-buffer): Put font-lock-faces on the address area and
13809         the ascii area.
13810         (hexl-activate-ruler): New function.
13811         (hexl-follow-line): New function.
13812         (hexl-highlight-line-range): New function.
13813         (hexl-mode-ruler): New function.
13815 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13817         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
13818         (vc-default-find-file-hook): New fun.
13819         (vc-find-file-hook): Call new find-file-hook operation.
13821         * vc-arch.el: New file.
13823 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
13825         * info-look.el (info-lookup): Reuse an existing Info window.
13827 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
13829         * woman.el (woman-preserve-ascii): Default value changed to t and
13830         doc string revised.
13832 2004-03-12  Richard M. Stallman  <rms@gnu.org>
13834         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
13835         Fix minor bug.
13837         * replace.el (occur-engine): Change message for count of matches.
13839         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
13840         For strings, do compare text properties.
13842 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
13844         * progmodes/compile.el (compile-auto-highlight)
13845         (compilation-error-list, compilation-old-error-list)
13846         (compilation-parse-errors-function, compilation-parsing-end)
13847         (compilation-error-message, compilation-directory-stack)
13848         (compilation-enter-directory-regexp-alist)
13849         (compilation-leave-directory-regexp-alist)
13850         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
13851         (compilation-current-file, compilation-regexps): Remove vars.
13853         (compile-error-at-point, compilation-error-filedata)
13854         (compilation-error-filedata-file-name, compile-reinitialize-errors)
13855         (compilation-next-error-locus, compilation-forget-errors)
13856         (count-regexp-groupings, compilation-parse-errors)
13857         (compile-collect-regexps, compile-buffer-substring): Remove funs.
13859         (compile-internal): Make obsolete.
13861         (compilation-first-column, compilation-error)
13862         (compilation-directory-matcher, compilation-page-delimiter)
13863         (compilation-mode-font-lock-keywords, compilation-debug)
13864         (compilation-error-face, compilation-warning-face)
13865         (compilation-info-face, compilation-line-face)
13866         (compilation-column-face, compilation-enter-directory-face)
13867         (compilation-leave-directory-face, compilation-skip-threshold)
13868         (compilation-skip-visited, compilation-context-lines): New vars.
13870         (compilation-warning-face, compilation-info-face)
13871         (compilation-message-face): New faces.
13873         (compilation-error-regexp-alist-alist): New constant.
13875         (compilation-face, compilation-directory-properties)
13876         (compilation-assq, compilation-error-properties, compilation-start)
13877         (define-compilation-mode, compilation-loop)
13878         (compilation-set-window): New functions.
13880         (compile): Additional argument for interactive compiles like TeX.
13882         * progmodes/grep.el (kill-grep): Move here from compile.el
13883         (grep-error, grep-hit-face, grep-error-face)
13884         (grep-mode-font-lock-keywords): New variables.
13885         (grep-regexp-alist): Simplify regexp and add `binary' case.
13886         (grep-mode): New mode.
13887         (grep-process-setup): Simplify.
13889 2004-03-11  Jason Rumney  <jasonr@gnu.org>
13891         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
13892         letters on DOS/Windows.
13894 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13896         * server.el (server-name): New var.
13897         (server-socket-dir): New var to replace server-socket-name.
13898         (server-start): Use them.
13900 2004-03-11  Simon Josefsson  <jas@extundo.com>
13902         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
13903         died to avoid infloop.  Reported by Jonathan Glauner
13904         <jglauner@sbum.org>.
13906 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13908         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
13909         (smerge-mode-menu): Use it to deactivate menu entries.
13910         (smerge-keep-current): New fun.
13911         (smerge-keep-current): Use it.
13913 2004-03-10  John Paul Wallington  <jpw@gnu.org>
13915         * foldout.el (foldout-fold-list, foldout-modeline-string):
13916         Declare them as variables, not constants.
13918 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13920         * ps-print.el: Modification to print *Messages* buffer.
13921         (ps-print-version): New version 6.6.4.
13922         (ps-message-log-max): New fun.
13923         (ps-spool-without-faces, ps-spool-with-faces)
13924         (ps-count-lines-preprint): Code fix.
13926         * printing.el: New tips in Tips section.
13928 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13930         * delim-col.el: Doc fix.
13932         * printing.el: Doc fix.  New doc section (Tips).
13934 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13936         * type-break.el (type-break-emacs-variant): Remove.
13937         (type-break-run-at-time, type-break-cancel-function-timers):
13938         Use fboundp rather than version name and number.
13940 2004-03-09  Masatake YAMATO  <jet@gyve.org>
13942         * hexl.el (hexl-mode): Use `make-local-variable' instead of
13943         `make-variable-buffer-local'.
13945 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
13947         * find-dired.el (find-dired): Call `shell-command' instead of
13948         `start-process-shell-command'.  By this, Tramp takes over
13949         handling of remote directories.
13951 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13953         * newcomment.el (comment-use-global-state): New var.
13954         (comment-search-forward): Use it.
13956         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
13958         * cus-edit.el (fill) <defgroup>: Move to fill.el.
13960         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
13961         (enable-kinsoku): Make it a defcustom.
13962         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
13963         paragraph to same-comment-start-marker.
13965 2004-03-07  Dave Love  <fx@gnu.org>
13967         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
13968         (browse-url-mail): Use it.
13970         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
13971         (rfc2368-unhexify-string): Use replace-regexp-in-string.
13973 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
13975         * woman.el (woman-man.conf-path): Doc fix.
13976         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
13978 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
13980         * sort.el (sort-columns): Remove ms-dos from the list of systems
13981         where the external `sort' command is not used.
13983 2004-03-07  Kim F. Storm  <storm@cua.dk>
13985         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
13986         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
13987         from overlay-arrow-variable-list.
13988         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
13990 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
13992         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
13993         overlay arrow string properly for the assembler buffer.
13995 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13997         * mail/sendmail.el (mail-mode): Fix last change.
13999 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
14001         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
14002         for the assembler buffer.
14003         (gdb-assembler-custom): Position the overlay arrow.
14004         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
14006 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14008         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
14010         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
14011         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
14013         * mail/sendmail.el (mail-mode): Set comment-start-skip.
14015         * newcomment.el (uncomment-region): Allow non-terminated comment.
14016         (comment-normalize-vars): Check the user-specified comstart marker.
14018 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
14020         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
14021         Otherwise, do use it if the region only contains font-lock text
14022         properties.
14024 2004-03-04  Masatake YAMATO  <jet@gyve.org>
14026         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
14027         as the callback function for eldoc.
14028         (hexl-print-current-point-info): New function.
14029         (hexl-current-address): Print the address in both decimal
14030         and hexadecimal format.
14032 2004-03-04  Richard M. Stallman  <rms@gnu.org>
14034         * mail/rmail.el (rmail-convert-to-babyl-format):
14035         Specify t for UNIBYTE when calling mail-unquote-printable-region.
14037         * mail/mail-utils.el (mail-unquote-printable-region):
14038         New arg UNIBYTE.
14040         * startup.el (command-switch-alist): Doc fix.
14042         * simple.el (undo): Temporarily set this-command to `undo-start',
14043         then set it to `undo' once undo-start returns without error.
14045         * simple.el (minibuffer-history-sexp-flag): Doc fix.
14047         * simple.el (kill-line): Don't disregard trailing whitespace
14048         in eol condition, if show-trailing-whitespace is set.
14050         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
14051         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
14052         When disabling, restore old values only if mouse-sel-has-been-enabled.
14054         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
14055         (isearch-{-char): New function.
14056         (isearch-mode-map): Bind { to isearch-{-char.
14058         * font-lock.el (lisp-font-lock-keywords-2):
14059         Turn off the CL with-... and do-... general patterns.
14060         Instead, recognize several specific with... and do... constructs.
14062         * files.el (switch-to-buffer-other-window):
14063         Bind same-window-buffer-names and same-window-regexps to nil.
14064         (switch-to-buffer-other-frame): Likewise.
14066 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14068         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
14069         recognizing leading comment on code line.
14071 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14073         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
14074         hidden files/directories.
14076 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14078         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
14079         only comment-start (in case the mode hasn't set it).
14081         * Makefile.in (AUTOGENEL): New var.
14082         (bootstrap-prepare): Rename from bootstrap-clean.
14083         Don't remove elc files.
14084         (maintainer-clean): New target.
14086         * xml.el (xml-get-attribute-or-nil): Simplify.
14088 2004-03-02  Juri Linkov  <juri@jurta.org>
14090         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
14091         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
14092         URL to prevent their substitution with the environment variable
14093         values by browsers.
14095 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14097         * ps-print.el: Doc fix.
14098         (ps-print-version): New version number (6.6.3).
14099         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
14100         Docstring fix.
14101         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
14102         before printing.
14103         (ps-time-stamp-yyyy-mm-dd): New fun.
14104         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
14106 2004-03-02  Kim F. Storm  <storm@cua.dk>
14108         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
14110 2004-03-01  Juanma Barranquero  <lektu@terra.es>
14112         * allout.el (allout-rebullet-heading): Fix typo in docstring.
14114         * desktop.el (desktop-file-version)
14115         (desktop-after-read-hook): Fix typos.
14116         (desktop-clear-preserve-buffers): Remove redundant info in
14117         docstring already shown by the obsolescence message.
14118         (desktop-truncate, desktop-internal-v2s)
14119         (desktop-value-to-string): Change argument name to match docstring.
14121         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
14123         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
14124         docstring.
14126 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14128         * printing.el: Replace "As Is..." in PostScript file print/preview by
14129         "No Preprocessing...".  Suggested by Colin Marquardt
14130         <_marquardt_@zmd.de>.
14131         (pr-insert-section-4): Adjust buffer interface.
14133 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
14135         Version 2.0.39 of Tramp released.
14137         * net/tramp.el (tramp-handle-file-local-copy)
14138         (tramp-handle-write-region, tramp-open-connection-rsh):
14139         Variable name typo.  Small change.  From Patrick Tullmann
14140         <tullmann@flux.utah.edu>.
14141         (tramp-process-connection-type): New variable.
14142         (tramp-maybe-open-connection): Use it.
14143         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
14144         (tramp-touch): Set last-modified time of a remote file.
14145         (tramp-handle-write-region): Say which function is used when encoding.
14147 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
14149         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
14150         case of non-existing filename, too.  Reported by Christoph Bauer
14151         <c_bauer@informatik.uni-kl.de>.
14152         (tramp-smb-get-file-entries): The directory in question should
14153         have permissions "drwxrwxrwx".  Just virtual, because we don't
14154         know the real permissions.  Don't we know?
14155         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
14156         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
14157         (tramp-smb-wait-for-output): Optimize algorithm getting pending
14158         output.  If it was received chunkwise, there have been problems.
14159         Remove the "prompt not found" error message; it is obvious.
14160         Simplify algorithm.
14161         (tramp-smb-process-running): Remove.  Since we acknowledge the
14162         virtual prompt for shares, there's no need for distinction of
14163         reading shares (process ends afterwards) and interactive mode of
14164         smblient.
14165         (tramp-smb-open-connection): Setting process sentinel removed.
14166         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
14167         "NT_STATUS_NETWORK_ACCESS_DENIED".
14168         (tramp-smb-maybe-open-connection): Set `process-connection-type'
14169         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
14170         (top-level): Setting default value in `tramp-default-method-alist'
14171         corrected.  Order of USER and HOST have been wrong.
14172         Nobody complained for months ...
14173         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
14174         (tramp-smb-open-connection): Clear password cache if login has failed.
14176         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
14177         `tramp-unified-filenames'.
14178         (tramp-completion-mode): Make test for XEmacs explicitely.
14179         `event-to-character' can exists in Emacs packages too.
14180         Reported by Matt Swift <swift@alum.mit.edu>.
14181         (tramp-buffer-name): Buffer name must contain the user if exists.
14182         Reported by Adrian Phillips <a.phillips@met.no>.
14183         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
14184         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
14185         (tramp-do-copy-or-rename-file-out-of-band): Rename from
14186         `tramp-do-copy-or-rename-file-one-local', because it handles also
14187         the case both files use the same out-of-band method.
14188         Implementation added.
14189         (tramp-handle-file-local-copy, tramp-handle-write-region):
14190         Out-of-band handling removed.  `copy-file' called instead, which
14191         calls `tramp-do-copy-or-rename-file-out-of-band'.
14192         (tramp-action-password): Check for out-of-band method removed.
14193         This function is used for 'login-program.
14194         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
14195         appropriate.
14196         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
14197         and `tramp-parse-sknownhosts'.
14198         (tramp-completion-function-alist): It's a defvar now, because we
14199         want to apply the optimized `tramp-set-completion-function'
14200         instead of a static list.
14201         (tramp-set-completion-function): Implementation tuned.
14202         Avoid double entries, and entries where the function or the
14203         file/directory doesn't exist.
14204         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
14205         for SSH2.
14206         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
14207         (tramp-handle-dired-compress-file): New function.
14208         (tramp-async-proc): New variable.
14209         (tramp-handle-shell-command): Adding asynchronous processes.
14210         They are far from being perfect, but it works at least for
14211         `find-grep-dired' and `find-name-dired' in Emacs 22.1.
14212         (top-level): Require password.el if visible.  Should be mandatory
14213         once No Gnus has found its way into (X)Emacs.
14214         (tramp-read-passwd): Invoke `password-read' if available,
14215         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
14216         fallback any longer.
14217         (tramp-clear-passwd): New function.
14218         (tramp-process-actions, tramp-process-multi-actions):
14219         Clear password cache if login has failed.
14221         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
14222         its own module.
14223         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
14224         `ange-ftp-ftp-name-res'.  There could be incorrect values from
14225         previous calls in case the "ftp" method is used in the Tramp file
14226         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
14228 2004-02-28  Richard M. Stallman  <rms@gnu.org>
14230         * term.el (term-mouse-paste): Call mouse-set-point.
14232         * thumbs.el: New file.
14234 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14236         * progmodes/ebnf-abn.el: Doc fix.
14238         * progmodes/ebnf-bnf.el: Doc fix.
14239         (ebnf-repeat): Code fix.
14241         * progmodes/ebnf2ps.el: Doc fix.
14242         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
14244 2004-02-28  Juri Linkov  <juri@jurta.org>
14246         * ffap.el (dired-at-point): Additional writability test for
14247         relative directory names.
14248         (dired-at-point-prompter): Treat directories as a directory, get
14249         the directory component from files.
14250         (ffap-string-at-point): Return string from region if region is active.
14251         (ffap-file-at-point): Remove redundant code.
14253 2004-02-28  Kim F. Storm  <storm@cua.dk>
14255         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
14256         Initialize margin area images to nil.
14257         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
14258         (breakpoint-enabled-bitmap-face)
14259         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
14260         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
14261         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
14262         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
14263         (gdb-reset): Use gdb-remove-breakpoint-icons.
14264         (gdb-put-string): Add dprop arg to specify alternative display
14265         property (for setting fringe bitmap).
14266         (gdb-remove-strings): Doc fix.
14267         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
14268         icon in fringe (if available), or else as icon or text in display
14269         margin.  Creates necessary icons in breakpoint-bitmap,
14270         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
14271         Also make left window margin if required.
14272         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
14273         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
14274         no longer needed.
14275         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
14276         gdb-put-breakpoint-icon.
14277         (gdb-assembler-mode): Don't set left-margin-width here.
14279 2004-02-27  Kevin Ryde  <user42@zip.com.au>
14281         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
14282         comma, so that it DTRT in macros.
14284 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
14286         * progmodes/sh-script.el (sh-shell-arg)
14287         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
14288         (sh-leading-keywords, sh-other-keywords): Fix custom type.
14290 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
14292         * faces.el (face-spec-set-match-display): Add a new attribute,
14293         `min-colors'.
14294         (region, highlight, secondary-selection): Use `min-colors'.
14296         * custom.el (defface): Add documentation for `min-colors'.
14298         * font-lock.el (font-lock-comment-face, font-lock-string-face)
14299         (font-lock-keyword-face, font-lock-function-name-face)
14300         (font-lock-variable-name-face, font-lock-constant-face):
14301         Use `min-colors'.
14303         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
14305 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14307         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
14308         define assq-delete-all if it's not defined.
14309         (ebnf-generate-region): Code fix.
14311         * printing.el: Doc fix.
14312         (pr-version): New version number (6.7.2).
14313         (pr-command): Return empty string if command is an empty string.
14315 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14317         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
14319         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
14320         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
14321         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
14322         "tt" ["test"] ).  Reported by Markus Dreyer
14323         <mdreyer@ix.urz.uni-heidelberg.de>.
14324         (ebnf-version): New version number (4.0).
14325         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
14326         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
14327         (ebnf-delete-style): New commands.
14328         (ebnf-directory, ebnf-file): New funs.
14329         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
14330         (ebnf-production-name-p, ebnf-stop-on-error): New options.
14331         (ebnf-syntax-alist): New var.
14332         (ebnf-element-width): New fun replacing ebnf-list-width.
14333         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
14334         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
14335         (ebnf-prologue): Adjust vars.
14336         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
14337         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
14338         (ebnf-check-style-values, ebnf-generate-production)
14339         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
14340         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
14341         (ebnf-token-repeat): Code fix.
14343         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
14344         %right, %left and %prec.  Suggested by Matthew K. Junker
14345         <junker@alum.mit.edu>.
14346         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
14348         * progmodes/ebnf-iso.el: Doc fix.
14349         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
14350         (ebnf-iso-lex): Code fix.
14352         * progmodes/ebnf-bnf.el: Doc fix.
14353         (ebnf-bnf-lex): Code fix.
14355         * progmodes/ebnf-otz.el: Doc fix.
14357 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
14359         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
14360         (abbrev-prefix-mark): Doc fix.
14362 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
14364         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
14365         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
14366         (gdb-var-delete): Make interactive (really).
14367         (gdb-edit-value): Make non-interactive.
14369         * progmodes/gud.el (gud-speedbar-menu-items):
14370         Add gdb-var-delete and, indirectly, gdb-edit-value.
14371         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
14372         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
14373         (gud-gdb-marker-filter): Add comment for annotations.
14375 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
14377         * calendar/calendar.el (generate-calendar)
14378         (calendar-read-date): Prevent display of BC calendars once more -
14379         reverts 2003-10-01 change.
14380         (generate-calendar-month): Doc fix.
14382 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
14384         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
14385         return value of increment-calendar-month.
14387 2004-02-21  Stephen Compall  <s11@member.fsf.org>
14389         * saveplace.el (save-place-forget-unreadable-files)
14390         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
14391         (save-place-forget-unreadable-files): New function.
14392         (save-place-alist-to-file): Use it to filter out files that are
14393         no longer readable.
14395         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
14396         current Texinfo environment, using the same method as in
14397         `texinfo-insert-@end', and insert a space rather than a newline if
14398         point in a @table environment.
14400 2004-02-21  Juri Linkov  <juri@jurta.org>
14402         * ffap.el (ffap-file-at-point): Try parent directories.
14404 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
14406         * vcursor.el (vcursor-modifiers): New defcustom.
14407         (vcursor-cs-binding): Use vcursor-modifiers instead of a
14408         hard-coded list.
14410 2004-02-21  Masatake YAMATO  <jet@gyve.org>
14412         * play/animate.el (animate-birthday-present): Accept names other
14413         than `Sarah', too.
14415 2004-02-21  Juri Linkov  <juri@jurta.org>
14417         * startup.el: Remove table of command line arguments from the
14418         Commentary section.
14420 2004-02-20  John Wiegley  <johnw@newartisans.com>
14422         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
14423         again" modifier from 'e' to 'E', since 'e' is also used by the
14424         "file extension" modifier.
14426 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
14428         * help-fns.el (describe-categories): Doc fix.
14430 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
14432         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
14433         temporary file for buffer already visiting one.  This change makes
14434         output likely to be directly usable by patch program.
14435         Suggested by Adrian Aichner  <adrian@xemacs.org>
14437 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
14439         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
14440         case of variables defined in compound statements.
14441         (gdb-setup-windows, gdb-source-info, gdb-source-info):
14442         Simplify constructions using switch-to-buffer.
14444 2004-02-19  Simon Josefsson  <jas@extundo.com>
14446         * play/morse.el: Fix typo.
14447         (morse-code): Add @.
14449 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
14451         * calendar/appt.el (appt-display-format): Change default to
14452         'ignore, for backwards compatibility.
14453         (appt-display-message): If appt-display-format is 'ignore,
14454         respect old vars appt-msg-window and appt-visible.
14455         (appt-activate): Don't depend on return value of cancel-timer.
14457         * calendar/calendar.el (calendar-holidays): Doc fix.
14459         * calendar/cal-coptic.el (coptic-prompt-for-date):
14460         Use assoc-string instead of assoc-ignore-case.
14461         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
14462         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
14463         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
14464         * calendar/cal-islam.el (calendar-goto-islamic-date)
14465         (mark-islamic-diary-entries): Ditto.
14466         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
14467         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
14468         (calendar-read-mayan-tzolkin-date): Ditto.
14469         * calendar/calendar.el (calendar-read-date): Ditto.
14470         * calendar/diary-lib.el (mark-diary-entries): Ditto.
14472 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
14474         * progmodes/executable.el (executable-command-find-posix-p):
14475         Fix choice of the directory.
14477 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
14479         * simple.el (interprogram-cut-function)
14480         (interprogram-paste-function, kill-new, kill-append):
14481         Doc fixes.
14482         (kill-region): Make it return nil.  Doc fix.
14483         (yank-pop): Make its argument optional.
14484         (yank): Make ARG `-' equivalent to `-1'.
14486 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
14488         * mail/rmail.el (rmail-get-new-mail): Don't reference
14489         rmail-use-spam-filter if rmail-spam-filter is not loaded.
14491 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
14493         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
14494         if one of global-auto-revert-non-file-buffers or autorevert-mode
14495         is non-nil.
14497 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
14499         * subr.el (delete-dups): A better implementation from Karl Heuer
14500         <kwzh@gnu.org>.
14502 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
14504         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
14505         correct place.
14506         * progmodes/icon.el (icon-indent-command): Ditto.
14507         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
14509 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
14511         * progmodes/grep.el (grep-compute-defaults): Undo change from
14512         2004-01-29: don't use executable-command-find-posix-p.
14514 2004-02-16  Richard Sharman  <rsharman@pobox.com>
14516         * hilit-chg.el: Use require instead of eval-and-compile.
14517         (highlight-compare-buffers): New function.
14519 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
14521         * man.el (Man-fontify-manpage): Render section headings in
14522         `Man-overstrike-face' even when overstrike was not used by man
14523         formatter for section headings.
14525 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
14527         * rmail-spam-filter.el: (vm-use-spam-filter)
14528         (rsf-min-region-length-added-to-spam-list): New variables.
14529         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
14530         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
14531         spam testing.  Don't delete spam message if automatic deletion
14532         after output via variable rmail-delete-after-output is turned on.
14533         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
14534         rsf-bbdb-dont-create-entries-for-spam.
14535         (check-field): New function, extracted from code in
14536         rmail-spam-filter to ease addition of header fields like content-type.
14537         (message-content-type): New variable to check the content-type:
14538         field added, also in defcustom of rsf-definitions-alist.
14539         (rmail-spam-filter): Replace repeated test code for header fields
14540         by calls to check-field; change the call to
14541         rmail-output-to-rmail-file such that rmail-current-message stays
14542         the same to avoid wrong deletion of unseen flags.
14543         (rsf-add-contents-type): New function to convert old format
14544         of rmail-spam-definitions-alist into new one.
14545         Change prefixes of all variables and functions from
14546         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
14548 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
14550         * loadhist.el (unload-hook-features-list): New defvar.
14552 2004-02-16  Dave Love  <fx@gnu.org>
14554         * loadhist.el (unload-feature): Doc fix.  Rename flist to
14555         unload-hook-features-list.
14557 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
14559         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
14560         cookie.  Don't check if we are looking-at open-formula.
14562 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
14564         * subr.el (match-string-no-properties): Use substring-no-properties.
14566 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
14568         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
14569         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
14570         Use lower-case "rx" in all error message.
14572 2004-02-16  Dave Love  <fx@gnu.org>
14574         * emacs-lisp/rx.el (rx-or): Put group around result.
14575         (rx-constituents): Add backref.
14576         (rx-syntax): Add string-delimiter, comment-delimiter.
14577         (rx-categories): Add combining-diacritic.
14578         (rx-check-not, rx-greedy, rx): Doc fix.
14579         (rx-backref, rx-check-backref): New.
14581 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
14583         * newcomment.el (uncomment-region): Allow eob as comment end.
14585 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
14587         * filecache.el: All message and error commands now use prefix
14588         "Filecache:" to make it easy to read *Messages* buffer.
14590 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
14592         * autorevert.el: Add support to detect changed dired and VC buffers.
14593         (auto-revert-active-p, auto-revert-list-diff)
14594         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
14595         (auto-revert-handler, auto-revert-active-p): New functions.
14596         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
14597         and `auto-revert-active-p'.
14598         (eval-when-compile): Defvar dired-directory and vc-mode.
14599         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
14600         (auto-revert-handler-vc): New functions.
14602 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14604         * progmodes/compile.el (compilation-directory): New defvar.
14605         (compile): Save current directory in compilation-directory.
14606         (recompile): Bind default-directory to compilation-directory if
14607         that is non-nil.
14609 2004-02-16  Dave Love  <fx@gnu.org>
14611         * newcomment.el (comment-insert-comment-function)
14612         (comment-region-function, uncomment-region-function): New.
14613         (comment-indent): Use comment-insert-comment-function.
14614         (uncomment-region): Use uncomment-region-function.
14615         (comment-region): Use comment-region-function.
14617         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
14619 2004-02-16  Richard Stallman  <rms@gnu.org>
14621         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
14622         loaddefs* and ldefs-boot*.
14624 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
14626         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
14627         and email address at the beginning and end of the address.
14629         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
14630         anchored at the beginning of the email address.
14632 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
14634         * international/ccl.el (ccl-compile-write): Pass `left' to
14635         ccl-embed-code to generate correct code of write-expr-register.
14637 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
14639         * progmodes/grep.el (grep-compute-defaults): Fix typos.
14641 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14643         * x-dnd.el: Mention support for Motif in commentary.
14644         (x-dnd-handle-drag-n-drop-event): Ditto.
14646 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
14648         * ses.el: Use "ses--" prefixes for buffer-local variables.
14649         Use (point-min) instead of 1, even when we know the buffer
14650         is unnarrowed.
14651         (ses-build-load-map): Delete.  Distribute its content to defconst's for
14652         the three maps.
14653         (ses-menu, ses-header-line-menu): New menus.
14654         (ses-mode-map): Use them.
14655         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
14657 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
14659         * Makefile.in: Fix the CC Mode recompile kludge so it works
14660         when building in a different directory.
14662 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
14664         * simple.el (kill-new): Put yank-handler property on the entire string.
14666 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14668         * diff.el: Don't use compile any more, use diff-mode instead.
14669         (diff-regexp-alist, diff-old-file, diff-new-file)
14670         (diff-parse-differences, diff-process-setup): Remove.
14671         (diff-sentinel): New fun.
14672         (diff): Use it.  Run the process ourselves.
14673         Use diff-mode for the rest of the processing.
14675         * diff.el (diff): Simplify code handling `switch'.
14677 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14679         * pcvs-defs.el (cvs-menu): Add `tag'.
14681 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
14683         * simple.el (kill-append): Doc fix.
14685         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14686         Adapt outline-regexp to the new conventions for commenting out code.
14688 2004-02-11  John Paul Wallington  <jpw@gnu.org>
14690         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
14692 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14694         * diff.el (diff-switches): New fun.
14695         (diff, diff-backup): Use it.
14696         (diff): Clean up the args construction.  Use backquote.
14697         Use listp instead of consp to avoid putting a nil arg.
14698         (diff): Add a revert-buffer function.
14700 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14702         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT,  FILE_NAME
14703         handled by x-dnd-handle-file-name.
14704         (x-dnd-known-types): Add COMPOUND_TEXT.
14705         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
14706         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
14707         x-dnd-empty-state.
14708         (x-dnd-forget-drop): Ditto.
14709         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
14710         (x-dnd-handle-one-url): Return private when inserting text.
14711         (x-dnd-insert-ctext): New function.
14712         (x-dnd-handle-file-name): New function for FILE_NAME.
14713         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
14714         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
14715         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
14717 2004-02-10  Kenichi Handa  <handa@m17n.org>
14719         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
14720         instead of while loop.
14722 2004-02-10  Miles Bader  <miles@gnu.org>
14724         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
14726 2004-02-09  Kenichi Handa  <handa@m17n.org>
14728         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
14729         have end-of-line.
14731 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
14733         * Makefile.in: Added extra dependencies in the recompile target
14734         needed to cope with the compile time macro expansions in CC Mode.
14736 2004-02-09  Kim F. Storm  <storm@cua.dk>
14738         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
14739         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
14740         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
14741         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
14742         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
14743         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
14744         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
14745         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
14746         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
14747         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
14748         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
14750 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14752         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
14753         Don't allow shrink if there's a window on our right.
14755         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
14756         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
14757         Bring together declaration and initialization.
14758         (prolog-mode-variables): Don't set the syntax table.
14759         Don't set paragraph-start and comment-indent-function.
14760         Add /*..*/ to the comment regexps.
14761         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
14762         (prolog-mode-map): Don't bind TAB.
14763         (prolog-mode): Set the syntax table.
14764         (prolog-comment-indent): Remove.
14765         (inferior-prolog-mode-map): Initialize in the declaration.
14766         (inferior-prolog-mode-syntax-table)
14767         (inferior-prolog-mode-abbrev-table): New vars.
14768         (inferior-prolog-mode): Derive from comint-mode.
14769         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
14770         minibuffer windows.
14772         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
14773         in file names, as long as it is unabmiguous.
14775 2004-02-08  Andreas Schwab  <schwab@suse.de>
14777         * textmodes/reftex-toc.el
14778         (reftex-toc-load-all-files-for-promotion): Remove useless use of
14779         format.  Doc fix.
14781         * textmodes/refer.el (refer-find-entry-internal): Remove extra
14782         format string arguments.
14784         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
14785         string argument.
14787         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
14789         * play/zone.el (zone-call): Fix format string.
14791         * net/webjump.el (webjump-builtin): Add missing format string argument.
14793         * midnight.el (midnight-delay-set): Remove extra format string argument.
14795         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
14797         * hexl.el (hexl-insert-char): Add missing format string argument.
14799         * format.el (format-decode): Fix format string.
14801         * emulation/vi.el (vi-mode): Remove extra format string argument.
14802         (vi-repeat-last-search): Likewise.
14803         (vi-reverse-last-search): Likewise.
14804         (vi-goto-mark): Likewise.
14805         (vi-reverse-last-find-char): Likewise.
14806         (vi-repeat-last-find-char): Likewise.
14807         (vi-locate-def): Likewise.
14809         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
14811         * ediff-util.el (ediff-toggle-read-only): Remove extra format
14812         string argument.
14813         (ediff-toggle-regexp-match): Likewise.
14815         * dired-aux.el (dired-do-query-replace-regexp): Add missing
14816         format string argument.
14818         * calc/calc-map.el (calc-get-operator): Remove extra format
14819         string argument.
14821         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
14823         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
14824         string argument.
14826         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
14828         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
14830         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
14832         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
14833         (cl-struct-setf-expander): Likewise.
14835         * vc.el (with-vc-file): Fix unsafe uses of error.
14836         (vc-cancel-version): Likewise.
14838 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
14840         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
14841         thousands separator; fixes <class>:<line-number> regexp for
14842         non-english locales.
14844 2004-02-08  Andreas Schwab  <schwab@suse.de>
14846         * view.el (view-mode-enable): Revert previous change.
14848 2004-02-07  Kim F. Storm  <storm@cua.dk>
14850         * simple.el (line-number-at-pos): Rename from line-at-pos.
14851         Uses changed (what-line and vc-annotate-warp-version).
14853 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14855         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
14856         (diff-mode): Remove aborted attempt at support for compile.el.
14857         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
14859 2004-02-06  Andreas Schwab  <schwab@suse.de>
14861         * view.el (view-mode-enable): Add view-mode-map to
14862         minor-mode-overriding-map-alist.
14864 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14866         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
14868 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14870         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
14871         with point inside rather than after the paragraph.
14873 2004-02-04  Sam Steingold  <sds@gnu.org>
14875         * mail/smtpmail.el (smtpmail-try-auth-methods):
14876         Do not try authentication when no mechanism is available.
14877         Pass port-name as defaultport to `netrc-machine'.
14879 2004-02-04  Stephen Eglen  <stephen@gnu.org>
14881         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
14882         to show how minibuffer height can be constrained.
14884 2004-02-04  John Paul Wallington  <jpw@gnu.org>
14886         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
14888 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14890         * x-dnd.el: New file for drag and drop.
14892         * term/x-win.el: require x-dnd, set after-make-frame-functions
14893         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
14894         drag-n-drop event.
14896         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
14897         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
14898         (dired-dnd-handle-file): New functions for drag and drop support.
14899         (dired-mode): Initialize drag and drop if x-dnd present.
14901 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14903         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
14904         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
14905         (cperl-mode): Set fill-paragraph-function.
14906         (cperl-fill-paragraph): Make it non-interactive.
14908 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
14910         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
14912 2004-02-02  David Kastrup  <dak@gnu.org>
14914         * replace.el (perform-replace): Allow 'literal argument in
14915         regexp-flag to indicate literal replacement.
14916         (query-replace-regexp-eval): Use it.
14918 2004-02-01  Andreas Schwab  <schwab@suse.de>
14920         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
14922 2004-02-01  Stephen Eglen  <stephen@gnu.org>
14924         * info-look.el: Add support for maxima-mode.  Update commentary
14925         because info-lookup-symbol is now bound to C-h S.
14927 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
14929         * simple.el (edit-and-eval-command): Bind print-level and
14930         minibuffer-history-sexp-flag around call to read-from-minibuffer.
14931         Correct initial position in command-history.
14933 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
14935         * files.el (read-directory-name): Adapt the docstring to recent
14936         change in Fread_file_name.
14938 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
14940         * ses.el (ses-print-cell): If print format too wide for column
14941         width, truncate decimal places if that helps to avoid "#####" fill.
14942         * ses.el (ses-initial-column-width): Revert previous change.
14944 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14946         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
14947         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
14948         Add edebug info.
14949         (jit-lock-mode): Setup/cancel the new timer.
14950         (jit-lock-context-fontify): New fun.  Extracted from
14951         context fontification code of jit-lock-stealth-fontify.
14952         (jit-lock-stealth-fontify): Don't do context fontification any more.
14954         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
14955         (jit-lock-fontify-now): Handle the `quit' case.
14956         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
14958 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
14960         * progmodes/executable.el (executable-command-find-posix-p):
14961         New.  Check if find handles arguments Posix-style.
14963         * progmodes/grep.el (grep-compute-defaults):
14964         Use executable-command-find-posix-p.
14965         (grep-find): Check `grep-find-command'.
14967         * filecache.el (file-cache-find-posix-p): Delete.
14968         (file-cache-add-directory-using-find):
14969         Use `executable-command-find-posix-p'.
14971 2004-01-29  Dave Love  <fx@gnu.org>
14973         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
14974         Iterate the hook function if arg is given.
14975         (mark-defun, narrow-to-defun): Change order of finding the limits.
14977         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
14978         (byte-compile-format-warn): New.
14979         (byte-compile-callargs-warn): Use it.
14980         (Format, message, error): Add byte-compile-format-like property.
14981         (byte-compile-maybe-guarded): New.
14982         (byte-compile-if, byte-compile-cond): Use it.
14983         (byte-compile-lambda): Compile interactive forms,
14984         just to make warnings about them.
14986 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
14988         * ses.el (ses-initial-column-width): Increase to 14, so it will
14989         work well with the default printer of "%.7g" for extreme values
14990         like "-1.234567e+07".
14992 2004-01-29  Kenichi Handa  <handa@m17n.org>
14994         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
14996 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
14998         * dos-w32.el: Added support for the `default-printer-name' function.
15000 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15002         * server.el (server-socket-name): Don't use the hostname in the
15003         socket name since /tmp is local to the host anyway.
15005         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
15006         robust check of widening and fix var-naming.
15008 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
15010         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
15011         or rmail-spam- to rsf- in all function and variable names.
15012         (rsf-min-region-to-spam-list): New variable.
15013         (rsf-bbdb-auto-delete-spam-entries): Rename from
15014         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
15015         scanned together with the recipients field for spam testing; Don't
15016         delete spam message if rmail-delete-after-output is non-nil;
15017         (rsf-check-field): New function, extracted from code in
15018         rmail-spam-filter to ease addition of header fields like
15019         content-type:;
15020         (message-content-type): New variable.  The content-type: field was
15021         added also in defcustom of rsf-definitions-alist;
15022         (rmail-spam-filter): Replace repeated test code for header fields
15023         by calls to check-field; change the call to
15024         rmail-output-to-rmail-file such that rmail-current-message stays
15025         the same to avoid wrong deletion of unseen flags.
15026         (rmail-use-spam-filter): Add autoload cookie.
15028 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
15030         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
15031         (file-cache-add-directory-using-find): Add Cygwin support.
15032         (file-cache-find-command-posix-flag): New user variable.
15034         * filecache.el (file-cache-add-directory): Check for
15035         directories an remove them from dir-files.
15037 2004-01-27  Richard M. Stallman  <rms@gnu.org>
15039         * man.el (Man-fontify-manpage): Clean up message.
15041 2004-01-27  Kenichi Handa  <handa@m17n.org>
15043         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
15044         (sentence-end): Define using sentence-end-without-space.
15046         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
15047         a sentence ends with one of a character in sentence-end-without-space.
15049 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15051         * font-lock.el (font-lock): Add jit-lock as explicit group member.
15052         (jit-lock): Group declaration moved to jit-lock.el.
15053         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
15054         when necessary.
15056         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
15057         (jit-lock-context-unfontify-pos): Rename from
15058         jit-lock-first-unfontify-pos.
15059         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
15061 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
15063         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
15064         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
15065         (fortran-fill): When filling a string, adjust re-search-backward
15066         argument for special case of string just on fill-column.
15067         When filling non-string, allow one extra char if
15068         fortran-break-before-delimiters is non-nil.
15069         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
15070         Use fortran-break-delimiters-re and fortran-no-break-re to
15071         correctly handle cases such as "**".
15073         * progmodes/f90.el (f90-break-delimiters): Doc fix.
15074         (f90-no-break-re): Add some extra tokens.  Doc fix.
15076 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
15078         * mail/rmail-spam-filter.el:
15079         Use two semicolons as Commentary line prefix.
15080         Add ";;; Code:" stylized comment.
15081         Delete end-of-line whitespace.
15082         Wrap (require 'cl) with `eval-when-compile'.
15084 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
15086         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
15087         at the top level of vc.el.
15089 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
15091         * vc.el (vc-current-line): Function removed.  This is now done by
15092         the new function line-at-pos in simple.el.
15093         (vc-annotate-warp-version): Use line-at-pos instead of
15094         vc-current-line.
15096 2004-01-22  Kim F. Storm  <storm@cua.dk>
15098         * simple.el (line-at-pos): New defun.
15099         (what-line): Use it.  Optimize by only counting lines in narrowed
15100         region once.
15102 2004-01-22  Kenichi Handa  <handa@m17n.org>
15104         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
15105         point (register r1) only for charset mule-unicode-0100-24ff.
15107 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
15109         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
15110         trailing white space and ensure a final newline.
15112         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
15113         Add autoload cookie.
15115 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
15117         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
15118         activate view-mode explicitly.
15120 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15122         * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
15123         use clipboard first.
15125 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15127         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
15128         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
15129         (vc-mcvs-cvs): Remove.
15130         (vc-mcvs-command): Remove use of assert.
15132         * outline.el (outline-insert-heading): Tighten up match.
15133         (outline-demote, outline-move-subtree-down): Don't assume anything
15134         about outline-regexp.
15136         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
15137         (texinfo-show-structure): Explicitly add ^, and simplify.
15139 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
15141         * calendar/appt.el (appt-check): Restore usage of
15142         appt-issue-message deleted in previous change.
15143         (top-level): Activate package when loaded (needed for backwards
15144         compatibility).
15146 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
15148         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
15149         following previous change to smtpmail-send-data.
15151 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
15153         * vc.el (vc-default-previous-version): Doc enhancement.
15154         (vc-default-next-version): New function.
15155         (vc-print-log): New arg FOCUS-REV.
15156         (vc-annotate-mode): Derive from view-mode.
15157         (vc-annotate): New args REVISION, DISPLAY-MODE.
15158         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
15159         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
15160         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
15161         (vc-annotate-show-diff-revision-at-line, vc-current-line)
15162         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
15164         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
15166 2004-01-19  Karl Berry  <karl@gnu.org>
15168         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
15169         or "TexInfo".
15171 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
15173         * subr.el (delete-dups): New function.
15175 2004-01-19  Karl Berry  <karl@gnu.org>
15177         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
15178         with ^, since that's what texinfo-show-structure
15179         documentation says (plus it works much better in texinfo.txi).
15181 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
15183         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
15185 2004-01-18   David Ponce  <david@dponce.com>  (tiny change)
15187         * progmodes/which-func.el (which-function-mode): Don't cancel
15188         which-func-update-timer if not set.
15190 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
15192         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
15193         Remove spurious left square bracket in XX:XXam regexp.
15195 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
15197         * progmodes/cc-defs.el: Do not require cl at run time.
15199 2004-01-16  Richard M. Stallman  <rms@gnu.org>
15201         * emacs-lisp/cl.el (cl-cannot-unload): New function.
15202         (cl-unload-hook): Defvar this to run cl-cannot-unload.
15204         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
15205         Call rmail-spam-filter.  Delete and expunge spam.
15206         Print number of spam messages deleted.
15207         Save and restore the deletion status of old messages when reading
15208         new mail with spam filter, so that expunging spam does not expunge
15209         msgs deleted by the user.
15210         (rmail-only-expunge): Add an optional argument dont-show to
15211         prevent showing message after expunge.
15213 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
15215         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
15216         * subr.el (declare): New macro.
15218 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
15220         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
15222 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15224         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
15225         Test window-system rather than system-type (for X11/Mac).
15227 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
15229         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
15231 2004-01-12  Richard M. Stallman  <rms@gnu.org>
15233         * mail/rmail.el (rmail-convert-to-babyl-format):
15234         Use mail-unquote-printable-region.
15235         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
15236         (rmail-hex-char-to-integer): Functions deleted.
15238         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
15239         (mail-unquote-printable-region): New arg NOERROR.
15240         For invalid encoding, either signal an error to just return nil.
15242 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
15244         * calendar/appt.el: Update copyright and commentary.
15245         (appt-issue-message): Make obsolete.
15246         (appt-visible, appt-msg-window): Make obsolete, in favour of
15247         appt-display-format.
15248         (appt-display-mode-line, appt-display-duration)
15249         (appt-display-diary, appt-time-msg-list, appt-mode-string)
15250         (appt-prev-comp-time, appt-display-count, appt-timer)
15251         (appt-convert-time): Doc change.
15252         (appt-disp-window-function, appt-delete-window-function):
15253         Use defcustom rather than defvar.
15254         (appt-display-format): New variable.
15255         (appt-display-message): New function with display code from appt-check.
15256         (appt-check): Add optional FORCE argument.  Doc change.
15257         Add appt-make-list to diary-hook if displaying diary.
15258         Remove checking of view-diary-entries-initially.
15259         Message display section removed to new function appt-display-message.
15260         (appt-display-window): Doc change.  Remove unused internal var
15261         this-buffer.  Do not beep, since appt-display-message does that.
15262         (appt-make-list): Doc change.  Use caar.
15263         (appt-sort-list): Simplify by using builtin sort function.
15264         (appt-update-list): New function for updating appts when diary is
15265         saved.
15266         (appt-activate): New autoloaded function to toggle package
15267         functionality.
15269         * calendar/cal-x.el: (calendar-one-frame-setup)
15270         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
15272         * calendar/calendar.el: Update copyright.
15273         (view-diary-entries-initially, european-calendar-style): Doc change.
15274         (calendar-setup): Make defcustom rather than defvar.
15275         (mark-visible-calendar-date): Initialize temp-face and faceinfo
15276         in let binding so local to function.
15278         * calendar/diary-lib.el: Update copyright.
15279         (diary, diary-entry-time): Doc change.
15280         (list-diary-entries): Doc change.  Trivial logic change.
15281         (fancy-diary-display): Restore make-face command mistakenly
15282         deleted 2003-05-08.
15283         (show-all-diary-entries): Allow to pop-up frame if needed.
15285 2004-01-09  John Paul Wallington  <jpw@gnu.org>
15287         * bindings.el (mode-line-change-eol): Add EVENT parameter.
15288         Temporarily select EVENT's window for changing eol type.
15290 2004-01-09  Deepak Goel  <deego@gnufans.org>
15292         * calendar/diary-lib.el (diary-entry-time):
15293         Also accept time in the form XX[.XX][am/pm/AM/PM].
15294         (fancy-diary-font-lock-keywords): Likewise.
15295         (diary-font-lock-keywords): Likewise.
15296         * calendar/appt.el (appt-add): Likewise.
15297         (appt-make-list): Likewise.
15298         (appt-convert-time): Likewise.
15300 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
15302         * gdb-ui.el (gdb-ann3): Revert previous change.
15303         (gdb-source-info): Allow for case of where compilation directory
15304         is not recorded.
15306 2004-01-08  John Paul Wallington  <jpw@gnu.org>
15308         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
15310 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
15312         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
15314         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
15315         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
15316         problems.
15317         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
15319 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
15321         * files.el (write-file-functions, write-contents-functions):
15322         Clarify docstrings.
15324 2004-01-07  Kenichi Handa  <handa@m17n.org>
15326         * international/mule.el (set-auto-coding): Fix for the case that
15327         end-of-line is only CR.
15329 2004-01-07  Kim F. Storm  <storm@cua.dk>
15331         * subr.el (event-start, event-end): Doc fix.
15332         (posn-string, posn-image): New defuns.
15333         (posn-object): Return either image or string object.
15334         (posn-object-x-y): Return 8th element of position.
15335         (posn-object-width-height): New defun.
15337 2004-01-06  Andreas Schwab  <schwab@suse.de>
15339         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
15340         output.
15342 2004-01-05  Karl Berry  <karl@gnu.org>
15344         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
15345         / and *, too.
15347 2003-12-31  Simon Josefsson  <jas@extundo.com>
15349         * files.el (before-save-hook): Add.
15350         (basic-save-buffer): Use before-save-hook.
15352         * emacs-lisp/copyright.el: Fix comment to recommend
15353         before-save-hook instead of write-file-functions.
15355 2004-01-05  Richard M. Stallman  <rms@gnu.org>
15357         * finder.el (finder-commentary): Call delete-other-windows.
15359         * net/ange-ftp.el (ange-ftp-file-attributes):
15360         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
15362 2004-01-04  Karl Berry  <karl@gnu.org>
15364         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
15365         comment characters % and # in the copyright year notice,
15366         as well as ;.
15368 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
15370         * wid-edit.el (default): Define dummy :value-delete.
15371         Reported by Jesper Harder <harder@ifa.au.dk>.
15373 2004-01-03  Richard M. Stallman  <rms@gnu.org>
15375         * progmodes/compile.el (compile-internal): Use point, not point-min,
15376         for set-window-point.
15378         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
15380         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
15382         * progmodes/grep.el (grep-mode-map):
15383         Don't remap next-line, previous-line.
15385 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
15387         * speedbar.el (speedbar-edit-line): Change regexp to position
15388         the cursor on the first character of this line's button.
15390 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
15392         * subr.el (functionp): Doc fix.
15394 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
15396         * progmodes/idlwave.el (idlwave-make-tags):
15397         * textmodes/flyspell.el (flyspell-large-region):.
15398         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
15399         * emulation/viper-util.el (viper-glob-unix-files):
15400         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
15401         * man.el (Man-init-defvars):
15402         * jka-compr.el (jka-compr-call-process):
15403         * files.el (get-free-disk-space,insert-directory):
15404         * ediff-ptch.el (ediff-test-patch-utility):
15405         * ediff-diff.el (ediff-test-utility):
15406         * dired-aux.el (dired-check-process):
15407         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
15408         test the return value of call-process, because it can be a string.
15410 2003-12-31  John Paul Wallington  <jpw@gnu.org>
15412         * bindings.el (completion-ignored-extensions): Add .pfsl.
15414 2003-12-31  Kim F. Storm  <storm@cua.dk>
15416         * ido.el (ido-nonreadable-directory-p): New defun to check for
15417         nonreadable directory without activating tramp (to avoid problems
15418         with checking incomplete tramp paths).
15419         (ido-set-current-directory, ido-file-internal)
15420         (ido-file-name-all-completions1): Use it.
15422 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
15424         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
15425         documentation if the anchor (or node) name is preceded by `info
15426         anchor' or `Info anchor' in addition to earlier `info node' and
15427         `Info node'.
15428         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
15430 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
15432         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
15433         error in arguments to base64-decode-region.  Remove ^M characters
15434         after decoding base64.
15436 2003-12-30  Simon Josefsson  <jas@extundo.com>
15438         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
15439         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
15440         have only been distributed with Emacs for some years.
15441         (texinfo-mode-hook): Customize.
15443 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
15445         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
15446         cleaner (suggested by Richard Stallman).
15448         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
15449         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
15450         file-name clashes on 8+3 DOS filesystems.
15452         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
15453         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
15454         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
15455         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
15456         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
15457         file-name clashes on 8+3 filesystems.
15459         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
15460         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
15461         file-name clashes on 8+3 DOS filesystems.
15463 2003-12-29  Richard M. Stallman  <rms@gnu.org>
15465         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
15466         Upcase the character.
15468         * textmodes/flyspell.el (mail-mode-flyspell-verify):
15469         Search for header separator alone on a line, literally,
15470         and search for it backward, not forward.
15471         (flyspell-abbrev-table): Always use global-abbrev-table
15472         if there is no local one.
15474         * progmodes/sh-script.el (sh-get-indent-info):
15475         Don't move point back if at bob.
15477         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
15479         * play/handwrite.el (handwrite): Make the handwrite credit message
15480         a comment rather than an output command.
15482         * obsolete/sc.el: Display message that this file is obsolete.
15484         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
15486         * mail/rfc822.el (rfc822-address-start): Declare variable.
15487         Renamed from address-start.  All uses changed.
15489         * term.el (term-exec): Set up sentinel.
15490         (term-sentinel): New function.
15491         (term-handle-exit): New function.
15493         * subr.el (assoc-ignore-case, assoc-ignore-representation):
15494         Use assoc-string, and mark them obsolete.
15495         (delay-mode-hooks): Mark as permanent local.
15497         * simple.el (sendmail-user-agent-compose): Use assoc-string.
15499         * register.el (copy-rectangle-to-register): Doc fix.
15501         * info.el (Info-insert-dir): Use assoc-string.
15503         * info-look.el (info-lookup): Use assoc-string.
15505         * frame.el (pop-up-frame-function): Use quote, not `function'.
15506         (frame-notice-user-settings): Calculate ADJUSTED-TOP
15507         copying with lists as coordinate values.
15509         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
15511         * find-dired.el (kill-find): New command.
15512         (find-dired): Make buffer read-only.
15513         Set up a keymap with C-c C-k running kill-find.
15514         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
15516         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
15518         * filecache.el (file-cache-ignore-case): New variable.
15519         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
15521         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
15522         (comint-dynamic-complete-as-filename): Rename local vars.
15523         (comint-dynamic-list-filename-completions): Likewise.
15525         * comint.el (comint-dynamic-list-completions-config): New var.
15526         (comint-dynamic-list-completions): Handle both SPC and TAB right.
15528         * comint.el (comint-file-name-chars): Add [].
15529         (comint-word): Use skip-chars-backward, not search.
15531         * shell.el (shell-file-name-chars): Add [].
15533         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
15535         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
15537         * generic.el (define-generic-mode): Doc fix.
15539 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
15541         * files.el (kill-some-buffers): Doc fix.
15543 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
15545         * comint.el (comint-watch-for-password-prompt): Pass `string' as
15546         arg to send-invisible
15547         (send-invisible): Doc fix.  The argument is now a prompt, not the
15548         string to send.
15549         (comint-read-noecho): Doc fix.
15551 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
15553         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
15554         "@", as required by some ISP hosting service.  Fix defcustom
15555         argument syntax errors that prevented use of customization.
15557 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
15559         * xml.el (xml-get-attribute-or-nil): Doc fix.
15561 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
15563         * net/zone-mode.el (zone-mode): Use write-file-functions, not
15564         write-file-hooks.
15566 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
15568         * autorevert.el (auto-revert-interval): Doc fix.
15570 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
15572         * xml.el (xml-get-attribute-or-nil): New function, like
15573         xml-get-attribute, but returns nil if the attribute was not found.
15574         (xml-get-attribute): Convert to defsubst, uses
15575         xml-get-attribute-or-nil.
15577 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
15579         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
15581 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
15583         * custom.el (custom-declare-theme): Use `value' when putting
15584         properties on `theme'.
15586 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
15588         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
15589         for each yank-handler segment.
15590         (insert-for-yank-1): New function, with the body of the previous
15591         insert-for-yank.
15593         * textmodes/table.el (table-yank-handler): New defcustom.
15594         (table--put-cell-indicator-property): Put yank-handler property
15595         that indicates the yank handler for the table cell.
15597 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
15599         * generic-x.el (etc-modules-conf-generic-mode): A more complete
15600         set of keywords.
15602 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
15604         * international/mule-cmds.el (reset-language-environment)
15605         (set-language-environment): Don't invoke fontset-related functions
15606         if fontset-list is not fboundp.
15608 2003-12-29  Kenichi Handa  <handa@m17n.org>
15610         * international/mule-cmds.el (reset-language-environment):
15611         Call set-overriding-fontspec-internal with nil.
15612         (set-language-environment): Call set-overriding-fontspec-internal
15613         if the language environment specify `overriding-fontspec'.
15614         (language-info-alist): Doc added.
15616         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
15617         characters of mule-unicode-0100-24ff.
15618         (ccl-encode-windows-1251-font): New CCL program.
15619         ("Bulgarian"): Specify overriding-fontspec.
15620         ("Belarusian"): Likewise.
15622 2003-12-28  Sam Steingold  <sds@gnu.org>
15624         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
15625         parameter ID-FORMAT to conform with the 2003-11-30 patch.
15627 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
15629         * progmodes/gud.el (gud-gdb-command-name): Set default to
15630         "gdb --annotate=3".
15631         (gud-gdb-marker-filter): Look out for annotations.
15632         (gdb-first-pre-prompt): New variable.
15633         Remove trailing white space.
15635         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
15636         if necessary.
15637         (gdb-ann3): New function.  Initialise M-x gdb as for M-x gdba if
15638         annotations are detected.
15639         (gud-gdba-marker-filter): Use global variable gud-marker-acc
15640         instead of a local one to allow transition from
15641         gud-gdb-marker-filter.
15642         Remove trailing white space.
15644 2003-12-27  Kim F. Storm  <storm@cua.dk>
15646         * ido.el: Handle non-readable directories.
15647         (ido-decorations): Add 9th element for non-readable directory.
15648         (ido-directory-nonreadable): New dynamic var.
15649         (ido-set-current-directory): Set it.
15650         (ido-read-buffer, ido-file-internal):
15651         (ido-read-file-name, ido-read-directory-name): Let-bind it.
15652         (ido-file-name-all-completions1): Return empty list for
15653         non-readable directory.
15654         (ido-exhibit): Print [Not readable] if directory is not readable.
15655         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
15656         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
15657         Use it.
15659 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
15661         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
15662         calls to directory-files-and-attributes and file-attributes.
15663         (ls-lisp-format): Remove system dependent handling of user and
15664         group id's.
15666 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
15668         * ffap.el (ffap-read-file-or-url): Revert previous change.
15670 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
15672         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
15673         new list of included files called `files-with-node-lines', that
15674         only have node lines.  This way @include commands can include any
15675         file, such as version and update files without node lines, not
15676         just files that are chapters.
15678 2003-12-25  Andreas Schwab  <schwab@suse.de>
15680         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
15681         file not found.
15683 2003-12-08  Miles Bader  <miles@gnu.org>
15685         * dired.el (dired-between-files): Always use dired-move-to-filename,
15686         which is more robust in non-english locales.
15688 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
15690         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
15692 2003-12-24  Andreas Schwab  <schwab@suse.de>
15694         * shell.el (shell-file-name-quote-list): Add backslash.
15696         * comint.el (comint-quote-filename): Correctly handle backslash
15697         in comint-file-name-quote-list.
15699 2003-12-24  Kenichi Handa  <handa@m17n.org>
15701         * international/mule-cmds.el (set-default-coding-systems):
15702         Call ucs-set-table-for-input for all buffers that don't have local
15703         value of buffer-file-coding-system.
15705         * international/ucs-tables.el (ucs-set-table-for-input):
15706         If translation-table-for-encode is a symbol, get its
15707         translation-table property.
15709 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
15711         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
15712         to `completing-read' on a recently fixed bug.
15714         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
15715         instead of SPACE, to get the list of possible fringe modes.
15716         SPACE only works if both `partial-completion-mode' and
15717         `completion-auto-help' are nil.
15719         * complete.el (PC-is-complete-p): Delete.
15720         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
15721         calls to `test-completion'.
15723 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
15725         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
15726         to edit values when there are no children.
15728         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
15729         a mode called "Assembler" already exists.
15730         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
15731         (gud-watch): Use format option.  Remove font properties from string.
15732         (gdb-var-create-handler, gdb-var-list-children-handler):
15733         Don't bother about properties as there are none.
15734         (gdb-var-create-handler, gdb-var-list-children-handler)
15735         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
15736         with two arguments.
15737         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
15738         Let speedbar show value changes with a different font.
15739         (gdb-edit-value): New defun.
15740         (gdb-clear-partial-output, gdb-clear-inferior-io)
15741         (def-gdb-auto-update-handler): Use erase-buffer.
15742         (gdb-frame-handler): Display watch expressions in
15743         FUNCTION::VARIABLE format if required.
15745 2003-12-23  John Paul Wallington  <jpw@gnu.org>
15747         * info.el (Info-unescape-quotes, Info-split-parameter-string)
15748         (Info-goto-emacs-command-node): Doc fixes.
15750 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
15752         * cus-edit.el (custom-add-parent-links): Define "many".
15754 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
15756         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
15757         (widget-child-validate, widget-type-value-create)
15758         (widget-type-default-get, widget-type-match): New functions.
15759         (lazy): New widget.
15760         (menu-choice, checklist, radio-button-choice, editable-list)
15761         (group, documentation-string): Remove redundant (per 2003-10-25
15762         change) calls to `widget-children-value-delete'.
15763         (widget-choice-value-get, widget-choice-value-inline): Remove.
15764         (menu-choice): Update widget.
15766 2003-12-03  Kenichi Handa  <handa@m17n.org>
15768         * language/cyrillic.el: Register "microsoft-cp1251" in
15769         ctext-non-standard-encodings-alist.
15770         ("Bulgarian"): Add ctext-non-standard-encodings.
15771         ("Belarusian"): Likewise.
15773         * international/mule-conf.el (compound-text-with-extensions):
15774         Change the type to 2 (iso-2022 base).
15776         * international/mule.el (ctext-non-standard-encodings-alist):
15777         Change the format.
15778         (ctext-non-standard-encodings): New variable.
15779         (ctext-post-read-conversion): Fully re-written.
15780         (ctext-non-standard-designations-alist): Delete it.
15781         (ctext-non-standard-encodings-table): New function.
15782         (ctext-pre-write-conversion): Fully re-written.
15784 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
15786         * cus-edit.el (custom-add-parent-links): Add documentation links
15787         for parent, if the item has none of its own.
15789 2003-11-30  Richard M. Stallman  <rms@gnu.org>
15791         * dired-aux.el (dired-do-query-replace-regexp):
15792         Report files visited read-only.
15794 2003-11-30  Juri Linkov  <juri@jurta.org>
15796         * dired-aux.el (dired-compare-directories): New command.
15797         (dired-file-set-difference, dired-files-attributes): New functions.
15799 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
15800         Version 2.0.38 of Tramp released.
15802         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
15803         Charles Curley <charlescurley@charlescurley.com>.
15804         (tramp-multi-connection-function-alist): Add ssht entry which adds
15805         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
15806         Aichner.
15807         (tramp-get-method-parameter): New function to retrieve a method
15808         parameter.  This allows for omission of method parameters.
15809         Callers adjusted.
15811 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
15813         * net/tramp.el: Add new optional parameter ID-FORMAT to
15814         `file-attributes'.  Calls of `file-attributes' won't use this
15815         parameter for backward compatibility reasons.
15816         (tramp-perl-file-attributes): Add a new parameter to Perl script
15817         in order to handle uid/gid as strings, if desired.
15818         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
15819         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
15820         order to make the function more general.
15821         (tramp-handle-file-attributes): Replace proprietary optional
15822         parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
15823         (tramp-handle-file-attributes-with-perl): Handle parameter
15824         NONNUMERIC if set.  This wasn't done in the past.
15825         (tramp-post-connection): Apply second parameter "$2" if
15826         `tramp-remote-perl' is called.
15828         * net/tramp-smb.el (tramp-smb-handle-delete-file):
15829         Correct cut'n'waste error (`filename' instead of `directory').
15830         (tramp-smb-handle-directory-files-and-attributes)
15831         (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
15832         introduced parameter ID-FORMAT.
15833         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
15834         error (`directory' instead of `ldir').
15836         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
15837         `file-attributes' has a second parameter.  If yes, apply it with
15838         value "'integer".  Otherwise, don't use that parameter (default is
15839         integer format).
15841 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
15843         * help.el (help-map): Bind `display-local-help' to `C-h .'.
15844         (help-for-help): Add `C-h .' to the listed Help options.
15845         Remove trailing whitespace.
15847         * help-at-pt.el: New file.
15849 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
15851         * subr.el (noreturn, 1value): New macros for test coverage.
15852         See `testcover.el'.
15854         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
15856         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
15857         for macro `1value'.
15858         (testcover-1value): New function.  Checks that a 1value form
15859         actually returns only one value.  Requested by RMS.
15861 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
15863         * gdb-ui.el (gud-watch, gdb-var-create-handler)
15864         (gdb-var-list-children, gdb-var-list-children-handler)
15865         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
15866         gdb commands that use mi to keep them out of the command history.
15868 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15870         * cus-start.el (all): Add use-file-dialog.
15872 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15874         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
15876 2003-11-27  Kim F. Storm  <storm@cua.dk>
15878         * subr.el (posn-object-x-y): New defun.
15880 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15882         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
15883         Don't use `space' for \\\n.
15884         Be more selective as to which # are comment-starters.
15886 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
15888         * subr.el (number-sequence): Improve handling of floating point
15889         arguments (suggested by Kim Storm).  Allow negative arguments.
15891 2003-11-26  Kenichi Handa  <handa@m17n.org>
15893         * international/mule-cmds.el (standard-display-european-internal):
15894         Cancel the standard-display-table setting for ` and '.
15896 2003-11-26  Kim F. Storm  <storm@cua.dk>
15898         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
15899         New defcustoms to add ffap-like functionality to ido.
15900         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
15901         (ido-no-final-slash): New defun.
15902         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
15903         (ido-read-file-name): ): Toggle VC checking via
15904         vc-handled-backends instead of vc-master-templates.
15905         (ido-file-internal): Handle ido-use-url-at-point and
15906         ido-use-filename-at-point via code borrowed from ffap-guesser.
15907         Handle new ido-exit code ffap.
15908         (ido-sort-list): Ignore final slash when sorting file names.
15910 2003-11-25  Kim F. Storm  <storm@cua.dk>
15912         * emulation/cua-base.el (cua--standard-movement-commands):
15913         Add forward-sentence and backward-sentence.
15915 2003-11-25  Stephen Eglen  <stephen@gnu.org>
15917         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
15918         iswitchb-exit is set to 'usefirst when user selects buffer at head
15919         of list using RET.  (Selecting buffers at the head of the list was
15920         broken if the substring was also a complete buffername.)
15922 2003-11-23  Kim F. Storm  <storm@cua.dk>
15924         * progmodes/compile.el (grep-command, grep-use-null-device)
15925         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
15926         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
15927         (grep-regexp-alist, grep-program, find-program)
15928         (grep-find-use-xargs, grep-history, grep-find-history)
15929         (grep-process-setup, grep-compute-defaults)
15930         (grep-default-command, grep, grep-tag-default, grep-find)
15931         (grep-expand-command-macros, grep-tree-last-regexp)
15932         (grep-tree-last-files, grep-tree): Move grep variables, functions
15933         and commands to new file grep.el.
15934         (compilation-mode-map): Remove grep commands from Compile sub-menu.
15935         (compilation-process-setup-function): Doc fix.
15936         (compilation-highlight-regexp, compilation-highlight-overlay): New
15937         defvars used for highlighting current compile error in source buffer.
15938         (compile-internal): New optional args HIGHLIGHT-REGEXP and
15939         LOCAL-MAP which overrides compilation-highlight-regexp and
15940         compilation-mode-map for this compilation.
15941         Delay calling compilation-set-window-height until after running
15942         compilation-process-setup-function so it can buffer-local override
15943         compilation-window-height.
15944         Check buffer-local value of compilation-scroll-output.
15945         (compilation-set-window-height): Use buffer-local value of
15946         compilation-window-height.
15947         (compilation-revert-buffer): Don't pass (undefined)
15948         preserve-modes arg to revert-buffer.
15949         (next-error-no-select, previous-error-no-select): New commands.
15950         (compilation-goto-locus): Temporarily highlight current match in
15951         source buffer using compilation-highlight-regexp.
15953         * progmodes/grep.el: New file with grep code from compile.el.
15954         (grep): New defcustom group.
15955         (grep-window-height): New defcustom, like compilation-window-height.
15956         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
15957         (grep-scroll-output): New defcustom, like compilation-scroll-output.
15958         (grep-command, grep-use-null-device, grep-find-command)
15959         (grep-tree-files-aliases, grep-tree-ignore-case)
15960         (grep-tree-ignore-CVS-directories): Move to grep custom group.
15961         (grep-setup-hook): New hook variable.
15962         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
15963         (grep-last-buffer): New defvar, override compilation-last-buffer.
15964         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
15965         Call compile-internal with args highlight-regexp and grep-mode-map.
15967 2003-11-23  Kim F. Storm  <storm@cua.dk>
15969         * subr.el (event-start, event-end): Doc fix.
15970         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
15971         (posn-area, posn-actual-col-row, posn-object): New defuns.
15972         (posn-col-row): Simplify doc.  Rewrite to use cond.
15973         (posn-point): Also return buffer position for events outside text
15974         area (that info is now present in the event position).
15976         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
15977         mouse-set-point so that hscroll still works now that clicks on
15978         fringes generate specific mouse events.
15979         (mouse-set-point): Note that it now works in fringes and margins
15980         too due to new semantics of posn-point in fringes and margins.
15982         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
15983         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
15985 2003-11-20  Kim F. Storm  <storm@cua.dk>
15987         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
15988         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
15989         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
15990         to 100 for icons to avoid increasing line height when shown.
15992 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
15994         * newcomment.el (comment-normalize-vars): Initialize properly if
15995         comment-start was nil.
15997 2003-11-19  Andreas Schwab  <schwab@suse.de>
15999         * simple.el (set-variable): Fix indentation.
16001 2003-11-17  Kenichi Handa  <handa@m17n.org>
16003         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
16004         Fix docstring.
16006 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
16008         * international/latin1-disp.el (latin1-display): Fix docstring.
16010 2003-11-16  John Wiegley  <johnw@newartisans.com>
16012         * eshell/em-ls.el (eshell-ls-file): There are times with
16013         size-width is nil and uncomputed (when directories are created in
16014         dired, for example); in this case, 4 is reasonable default value,
16015         although it may caused skewed new entries (which could be avoided
16016         by returning the original value of 8 in all cases, but 99% of the
16017         time this is a waste of whitespace).
16019 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
16021         * cc-engine.el (c-guess-continued-construct)
16022         (c-guess-basic-syntax): Check a little more carefully if it's a
16023         function declaration when an unknown construct followed by a block
16024         is found inside a statement context.  This avoids macros followed
16025         by blocks to be taken as function declarations.
16027         (c-guess-continued-construct): Change the analysis of a statement
16028         continuation with a brace open to `substatement-block', for
16029         consistency with recognized statements.
16031         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
16032         start is in a position so that `c-beginning-of-statement-1' jumped
16033         to the beginning of the same statement.
16035         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
16036         Don't accept binary operators in the arglist if we're in a function
16037         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
16038         template recognition in cases like "if (a < b || c > d)".
16040         (c-restricted-<>-arglists): New more appropriate name for
16041         `c-disallow-comma-in-<>-arglists'.
16043         Accessing functions updated for the variable name change.
16045         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
16046         match data could get clobbered if NOT-INSIDE-TOKEN is used.
16048         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
16049         labels.
16051         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
16052         instead of duplicating parts of it.  This fixes bogus label
16053         recognition.
16055         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
16056         of checking the context in which to apply the minimum indentation,
16057         so that it isn't enforced in e.g. namespace blocks.
16059         * cc-vars.el (c-inside-block-syms): New constant used by
16060         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
16061         to somewhat reduce the risk of becoming stale.
16063         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
16064         cc-cmds to cc-engine to allow use from cc-align.
16066         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
16067         qualified identifiers containing "::".
16069         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
16070         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
16072         * cc-vars.el (c-emacs-features): Use a space in front of the name
16073         of the temporary buffer.  That also avoids dumping problems in
16074         XEmacs due to undo info being left around after the buffer is killed.
16076         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
16077         arglist to see if it's a K&R style declaration.
16079         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
16080         before returning `knr-argdecl-intro'.
16082 2003-11-16  John Wiegley  <johnw@newartisans.com>
16084         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
16085         field in a long-listing always 8 characters, use `size-width',
16086         which has already been computed.
16088 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
16090         * subr.el (minor-mode-list): Add `hs-minor-mode'.
16092 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
16094         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
16095         Support operation while narrowed, with `diff-restrict-view'.
16097 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
16099         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
16100         Take additional optional arg NARROWFUN.  For the generated functions:
16101         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
16102         include frags that arrange to check for and save narrowing state before
16103         the move and then conditionally call NARROWFUN after the move.
16105 2003-11-14  John Wiegley  <johnw@newartisans.com>
16107         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
16108         that was optional, but obviously missing based on surrounding code.
16110         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
16111         string arguments to numbers unless the whole argument was seen as
16112         a number.
16114 2003-11-14  Kenichi Handa  <handa@m17n.org>
16116         * international/mule.el (ctext-non-standard-encodings-alist):
16117         Fix coding systems.
16119 2003-11-10  Kenichi Handa  <handa@m17n.org>
16121         * language/kannada.el ("Kannada"): Add sample-text.
16123         * language/knd-util.el (kannada-compose-region)
16124         (kannada-compose-string, kannada-post-read-conversion):
16125         Add autoload cookie.
16127         * international/quail.el (quail-completion): Change the message
16128         "corresponding translations" to "corresponding characters".
16130 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
16132         * descr-text.el (describe-char): Fix typo.
16134 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
16136         These changes are to support Kannada language/script.
16138         * Makefile.in (DONTCOMPILE): Add kannada.el.
16140         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
16142         * loadup.el: Preload kannada.el.
16144         * language/ind-util.el (ucs-kannada-to-is13194-alist)
16145         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
16146         New variables.
16148         * language/kannada.el: New file.
16150         * language/knd-util.el: New file.
16152 2003-11-07  Andreas Schwab  <schwab@suse.de>
16154         * progmodes/autoconf.el (autoconf-font-lock-keywords):
16155         Also highlight AH_*.
16157         * xml.el (xml-parse-dtd): Fix misplaced paren.
16159 2003-11-07  Kenichi Handa  <handa@m17n.org>
16161         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
16163 2003-11-05  Juri Linkov  <juri@jurta.org>
16165         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
16166         (desktop-buffer-file): Use saved buffer-file-coding-system
16167         for file reading.  Set auto-insert to nil to prevent automatic
16168         insertion into restored empty files.
16170 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
16172         * files.el (risky-local-variable-p): Make second argument optional.
16174 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16176         * subr.el (add-hook): Fix last change.
16178 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
16180         * mail/rmail.el (rmail-convert-to-babyl-format):
16181         If base64-decode-region signals an error, catch it and silently
16182         ignore it.
16184 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
16186         * xml.el (xml-parse-region): Allow comments to appear after the
16187         topmost element has closed.
16188         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
16189         (xml-ns-expand-attr): New functions to do namespace handling.
16190         (xml-intern-attrlist): Back-compatible handling of attribute names.
16191         (xml-parse-tag): Move namespace handling to separate functions.
16192         Now produces elements in the form ((:ns . "element") (attr-list)
16193         children) instead of ('ns:element (attr-list) children).
16194         (xml-parse-attlist): Fix attribute parsing.
16195         (xml-parse-dtd): Change parsing so that it produces strings
16196         instead of interned symbols.
16198 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
16200         * dired.el (dired-ls-sorting-switches): Doc fix.
16202 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
16204         * emacs-lisp/rx.el (rx-or): Fix the case of
16205         "(rx (and ?a (or ?b ?c) ?d))".
16207 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
16209         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
16210         (texinfo-format-region): Use it.
16211         (texinfo-format-buffer-1): Ditto.
16213 2003-11-01  Alan Mackenzie  <acm@muc.de>
16215         Changes to allow scrolling whilst in isearch mode:
16216         * isearch.el (isearch-unread-key-sequence): New function,
16217         extracted from isearch-other-meta-char.
16218         (top level): (put 'foo 'isearch-scroll) on all Emacs's
16219         "scrollable" standard functions.
16220         (isearch-allow-scroll): New customizable variable.
16221         (isearch-string-out-of-window, isearch-back-into-window)
16222         (isearch-reread-key-sequence-naturally)
16223         (isearch-lookup-scroll-key): New functions.
16224         (isearch-other-meta-char): Doc string and functionality enhanced.
16225         Now accepts a prefix argument.
16226         (isearch-lazy-highlight-window-end): New variable.
16227         (isearch-lazy-highlight-new-loop): Pay attention to the window's
16228         end (thru isearch-lazy-highlight-window-end), not only its start.
16230         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
16231         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
16232         (universal-argument, universal-argument-more, negative-argument)
16233         (digit-argument, universal-argument-other-key): Minor changes.
16235 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
16237         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
16238         recursively if the last message is deleted, thus avoiding an
16239         infinite loop.
16241 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16243         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
16244         (tex-main-file): Don't add .tex if the extension is already present.
16245         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
16247 2003-10-29  Lute Kamstra  <lute@gnu.org>
16249         * progmodes/octave-inf.el (inferior-octave-prompt):
16250         Recognize version number in prompt.
16252 2003-10-28  Dave Love  <fx@gnu.org>
16254         * international/characters.el: Fix some Unicode ranges.
16256 2003-10-28  Kenichi Handa  <handa@m17n.org>
16258         * disp-table.el (standard-display-8bit)
16259         (standard-display-default, standard-display-ascii)
16260         (standard-display-g1, standard-display-graphic)
16261         (standard-display-underline): Assure that standard-display-table
16262         is a display table.
16264 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16266         * simple.el (reindent-then-newline-and-indent): Delete space *after*
16267         reindenting the first line.
16269 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
16271         * wid-edit.el (widget-default-delete): Always delete child widgets.
16273 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16275         * newcomment.el (comment-indent): Don't call indent-according-to-mode
16276         if the line has code.
16277         Don't try to line up with something that's too far left.
16279         * progmodes/octave-mod.el (octave-comment-start): Simplify.
16280         (octave-mode-syntax-table): Add % as a comment starter.
16281         (octave-point): Remove.
16282         (octave-in-comment-p, octave-in-string-p)
16283         (octave-not-in-string-or-comment-p, calculate-octave-indent)
16284         (octave-blink-matching-block-open, octave-auto-fill):
16285         Use line-(beginning|end)-position instead.
16287 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
16289         * emacs-lisp/authors.el (authors-aliases): Add correct realname
16290         for Francesco Potort\e,Al\e(B.
16292 2003-10-23  Dave Love  <fx@gnu.org>
16294         * international/mule-cmds.el (locale-charset-to-coding-system):
16295         Don't rely on nil being a coding system.
16297         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
16298         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
16299         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
16301 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
16303         * gdb-ui.el (gdb-current-language): New variable.
16304         (gdb-update-flag): Remove variable.
16305         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
16306         (gdb-take-last-elt): Remove function.
16307         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
16308         (gdb-post-prompt): Check for variable object changes here.
16310         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
16311         object changes in gdb-ui.el.
16313 2003-10-21  Richard M. Stallman  <rms@gnu.org>
16315         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
16317         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
16318         Don't check for foo*/ wildcard form here.
16319         (insert-directory): Recognize foo*/ as a wildcard.
16320         Separate wildcard-regexp variable from the arg, wildcard.
16322         * subr.el (add-hook): Correctly detect when make-local-hook was used.
16323         (remove-hook): Correctly handle strange cases about local hooks.
16325 2003-10-21  David Ponce  <david@dponce.com>
16327         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
16328         argument REAL, to return a real number instead of a rounded
16329         integer value.  Define as inline function.
16330         (ruler-mode-right-fringe-cols): Likewise.
16331         (ruler-mode-scroll-bar-cols): New function.
16332         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
16333         (ruler-mode-right-scroll-bar-cols): Likewise.
16334         (ruler-mode-space): New function.
16335         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
16336         scroll bar mode and margins in a more robust way.
16338 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
16340         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
16341         (antlr-c-init-language-vars): New function.
16342         (antlr-mode): Use it with cc-mode before v5.29.
16343         (antlr-c-common-init): Don't set some local vars here.
16344         (antlr-mode): Set them here.
16345         (antlr-c-forward-sws): New function alias.
16346         (antlr-mode): Redefine with cc-mode before v5.30.
16347         (antlr-skip-sexps): Use it.
16348         (antlr-skip-exception-part): Ditto.
16349         (antlr-skip-file-prelude): Ditto.
16350         (antlr-outside-rule-p): Ditto.
16351         (antlr-end-of-body): Ditto.
16352         (antlr-option-kind): Ditto.
16353         (antlr-insert-option-area): Ditto.
16354         (antlr-file-dependencies): Ditto.
16356 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16358         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
16359         Move backward only if point was not inside an entry.
16361 2003-10-21  Richard M. Stallman  <rms@gnu.org>
16363         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
16365 2003-10-21  Juri Linkov  <juri@jurta.org>
16367         * compare-w.el: Automatically skip non-matching text to resync.
16368         (compare-windows-whitespace): Doc fix.
16369         (compare-windows-sync, compare-windows-sync-string-size)
16370         (compare-windows-recenter, compare-ignore-whitespace)
16371         (compare-windows-highlight, compare-windows-face): New variables.
16372         (compare-windows): Use compare-windows-sync.
16373         (compare-windows-highlight, compare-windows-dehighlight)
16374         (compare-windows-sync-regexp)
16375         (compare-windows-sync-default-function): New functions.
16377 2003-10-21  Juri Linkov  <juri@jurta.org>
16379         * diff.el (diff-parse-differences): Don't visit the files now;
16380         instead, just record the error locus.
16382 2003-10-21  Dave Love  <fx@gnu.org>
16384         * progmodes/cfengine.el: New file.
16386 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16388         * complete.el (PC-do-completion): Do not forget to use `pred' as the
16389         default-directory when completing file names.
16391 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
16393         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
16394         followed by the word `face', it gets treated as a face, even if
16395         it is also defined as a variable or a function.
16397 2003-10-20  Dave Love  <fx@gnu.org>
16399         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
16400         Avoid incf in macro expansion.
16402 2003-10-20  John Paul Wallington  <jpw@gnu.org>
16404         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
16405         `evenp' so we don't implicitly require cl library at runtime.
16407 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
16409         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
16410         (help-make-xrefs): Only make cross-references for faces if
16411         preceded or followed by the word `face'.  Do not make a
16412         cross-reference for variables without variable documentation,
16413         unless preceded by the word `variable' or `option'.  Update doc
16414         string accordingly.
16416 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
16418         * progmodes/hideshow.el: Rewrite one-armed `if'
16419         constructs using either `when' or `unless'.
16420         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
16422 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
16424         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
16425         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
16426         instead of 12x12.
16428 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
16430         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
16431         message while converting to Babyl.
16433 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
16435         * allout.el (allout-mode): Doc fix.
16437 2003-10-16  Lute Kamstra  <lute@gnu.org>
16439         * subr.el (force-mode-line-update): Fix docstring.
16441 2003-10-14  Dave Love  <fx@gnu.org>
16443         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
16444         (default-input-method): Add :link, improve :type.
16445         (locale-charset-language-names): Fix utf-8 pattern.
16446         (locale-charset-match-p, locale-charset-alist)
16447         (locale-charset-to-coding-system): New.
16448         (set-locale-environment): Deal with codeset part of locale specs.
16450 2003-10-14  Lute Kamstra  <lute@gnu.org>
16452         * fringe.el (fringe-mode): Use active voice in docstring.
16453         (set-fringe-style): Ditto.
16455 2003-10-13  Lute Kamstra  <lute@gnu.org>
16457         * fringe.el (fringe-mode): Fix docstring.
16458         (set-fringe-style): Ditto.
16460 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
16462         * ediff-mult.el (ediff-filegroup-action):
16463         Use ediff-default-filtering-regexp.
16465         * ediff-util.el (ediff-recenter): Don't call
16466         ediff-restore-highlighting twice.
16467         (ediff-select-difference): Set current difference.
16468         (ediff-unselect-and-select-difference): Add comment.
16470         * ediff.el (ediff-directories,ediff-directory-revisions)
16471         (ediff-directories3,ediff-merge-directories)
16472         (ediff-merge-directories-with-ancestor)
16473         (ediff-merge-directory-revisions)
16474         (ediff-merge-directory-revisions-with-ancestor):
16475         Use ediff-default-filtering-regexp.
16477 2003-10-12  Andreas Schwab  <schwab@suse.de>
16479         * international/mule-cmds.el (locale-charset-language-names):
16480         Simplify regex by removing unused grouping.
16482 2003-10-10  Dave Love  <fx@gnu.org>
16484         * bindings.el: Don't bind stop.
16486 2003-10-08  Miles Bader  <miles@gnu.org>
16488         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
16489         face instead of attempting to emulate it.
16491 2003-10-07  Kenichi Handa  <handa@m17n.org>
16493         * international/mule-diag.el (list-coding-systems-1): List coding
16494         systems that are loaded automatically.
16496         * international/code-pages.el (iso-8859-11): Add autoload cookie.
16498         * international/mule.el (autoload-coding-system): New function.
16500 2003-10-07  Andreas Schwab  <schwab@suse.de>
16502         * log-edit.el (log-edit-changelog-entries): Prefer local value of
16503         change-log-default-name in the buffer visiting the file.
16505 2003-10-06  Dave Love  <fx@gnu.org>
16507         * files.el (find-file-hook): Customize.
16508         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
16510         * bindings.el (completion-ignored-extensions): Remove .log.
16511         (global-map): Add again, open, stop keys.
16513 2003-10-05  Richard M. Stallman  <rms@gnu.org>
16515         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
16516         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
16517         Use sh-modify directly.
16518         (sh-select): Use sh-append, not eval.
16520         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
16522         * info.el (Info-following-node-name): New function.
16524         * loadhist.el (unload-feature-special-hooks):
16525         Rename from loadhist-hook-functions.
16526         (loadhist-hook-functions): Now an alias.
16528 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
16530         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
16531         file-name clashes on 8+3 filesystems.
16533         * Makefile.in (DONTCOMPILE, bootstrap-clean):
16534         Rename loaddefs-boot.el to ldefs-boot.el
16536         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
16537         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
16539 2003-10-03  Lute Kamstra  <lute@gnu.org>
16541         * info.el (Info-mode): Revert previous change.
16542         (Info-escape-percent): New function.
16543         (Info-fontify-node): Use it.
16545 2003-10-02  Andreas Schwab  <schwab@suse.de>
16547         * loaddefs-boot.el: Regenerated.
16549 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
16551         * ffap.el: Remove defadvice related code from CVS since `complete'
16552         provides a `PC-completion-as-file-name-predicate' variable that
16553         ffap can override.
16555 2003-10-02  Kenichi Handa  <handa@m17n.org>
16557         * international/utf-8.el (ccl-decode-mule-utf-8):
16558         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
16560         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
16561         * international/subst-big5.el: Likewise.
16562         * international/subst-gb2312.el: Likewise.
16563         * international/subst-ksc.el: Likewise.
16565 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
16567         * calendar/calendar.el (increment-calendar-month)
16568         (calendar-leap-year-p, calendar-absolute-from-gregorian)
16569         (generate-calendar, calendar-read-date, calendar-interval)
16570         (calendar-day-of-week): Handle years BC.
16571         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
16573 2003-10-01  Dave Love  <fx@gnu.org>
16575         * language/cyrillic.el (cp1251): Alias for windows-1251.
16577         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
16578         bootstrap.
16580 2003-10-01  Lute Kamstra  <lute@gnu.org>
16582         * files.el: Fix typo.
16583         * imenu.el (imenu--generic-function): Docstring fix.
16585 2003-09-30  Richard M. Stallman  <rms@gnu.org>
16587         * dired.el (dired-mode): Handle dired-directory as a list.
16589 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
16591         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
16593         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
16595         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
16596         Replace gud-display with gud-watch.
16597         (gud-speedbar-buttons): Add stuff for watching expressions
16598         in the speedbar when using M-x gdba.  Use dolist on old part
16599         of this function.
16601         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
16602         (gdb-update-flag): New variables.
16603         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
16604         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
16605         (gud-watch, gdb-var-create-handler) : New functions.
16606         (gdb-var-list-children, gdb-var-list-children-handler)
16607         (gdb-var-create-regexp, gdb-var-update-regexp)
16608         (gdb-var-list-children-regexp): New constants.
16609         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
16610         (gdb-annotation-rules): Reduce annotation set (level 3).
16611         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
16612         (gdb-post-prompt): Don't update GDB buffers every time speedbar
16613         updates.
16614         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
16615         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
16616         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
16617         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
16618         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
16619         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
16620         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
16621         (gud-display, gud-display1)
16622         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
16623         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
16624         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
16625         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
16626         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
16627         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
16628         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
16629         (gdb-display-display-buffer, gdb-toggle-display)
16630         (gdb-delete-display, gdb-expressions-popup-menu)
16631         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
16632         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
16633         to display buffer.
16635 2003-09-30  Richard M. Stallman  <rms@gnu.org>
16637         * progmodes/ada-mode.el (ada-mode): Don't use advice.
16638         Instead, set which-func-functions.
16640         * progmodes/which-func.el (which-func-modes): Add ada-mode.
16641         (which-func-functions): New variable.
16642         (which-function): Use that.
16644         * info.el (Info-mode): Double each `%' in header line.
16646         * emacs-lisp/lisp-mnt.el (lm-with-file):
16647         When FILE is nil, run BODY in current buffer.
16649         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
16651         * help.el (describe-mode): Start with a brief list of minor modes.
16652         Find them thru minor-mode-list so as to find them all.
16653         Show them in alphabetical order.
16655         * mail/sendmail.el (mail-aliases): Doc fix.
16657         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
16659 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
16661         * mail/rmailsum.el (rmail-make-summary-line-1):
16662         Change comma after last label to a space.
16663         (rmail-summary-font-lock-keywords): Adapt to that change.
16665 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
16667         * progmodes/scheme.el (scheme-mode-variables): When setting
16668         `font-lock-defaults', also specify that "#" should
16669         be interpreted with `word' syntax.
16670         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
16672 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
16674         * desktop.el: A lot of comments updated.
16675         (desktop-save-mode): Minor mode introduced.
16676         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
16677         (desktop-load-default): Function made obsolete.
16678         (desktop-locals-to-save): Variable made customizable.
16679         (desktop-read): Optional parameter `dirname' added.
16680         (desktop-change-dir, desktop-revert): Parameter `dirname' in
16681         `desktop-read' used.
16682         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
16684 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
16686         * whitespace.el (whitespace-clean-msg): Add user customizable message
16687         for displaying ``clean'' output.
16688         (whitespace-buffer): Use `whitespace-clean-msg'.
16689         (whitespace-global-mode): Fix typo.
16691 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
16693         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
16695 2003-09-29  Lute Kamstra  <lute@gnu.org>
16697         * bindings.el (mode-line-modes): Remove superfluous :propertize
16698         construct in initialization.
16699         (mode-line-position): Change cons cell into proper list in
16700         initialization.
16702 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
16704         * international/mule.el (decode-coding-inserted-region): Use car
16705         of the return value of find-operation-coding-system.
16707 2003-09-29  Kenichi Handa  <handa@m17n.org>
16709         * descr-text.el (describe-char): Fix previous change.
16711 2003-09-28  Kenichi Handa  <handa@m17n.org>
16713         * descr-text.el (describe-char-display): New function.
16714         (describe-char): Pay attention to display table on describing how
16715         a character is displayed.
16717         * international/mule-cmds.el (encoded-string-description):
16718         Prepend "0x" to each encoded byte.
16720 2003-09-28  Andreas Schwab  <schwab@suse.de>
16722         * find-file.el (ff-special-constructs): Add autoload cookie.
16724 2003-09-28  Kevin Ryde  <user42@zip.com.au>
16726         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
16727         makeinfo appends to duplicate index entries.
16729 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
16731         * dired-x.el (dired-clean-tex): Doc fix.
16733         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
16734         using a Chinese tutorial.
16736 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
16738         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
16739         between "MAIL FROM:" and "RCPT TO:" and the following address.
16741 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
16743         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
16745 2003-09-28  David Ponce  <david@dponce.com>
16747         * recentf.el (recentf-initialize-file-name-history): New defcustom.
16748         (recentf-load-list): When `recentf-initialize-file-name-history'
16749         is non-nil, initialize an empty `file-name-history' with the
16750         recent list.
16752 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
16754         * man.el (Man-default-man-entry): Remove the leading `*' from the
16755         word at point.
16757 2003-09-26  Lute Kamstra  <lute@gnu.org>
16759         * bindings.el (mode-line-position): Mention size indication in
16760         docstring.
16762 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
16764         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
16766         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
16767         because it's autoloaded now.
16769 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
16771         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
16772         (sh-font-lock-keywords, sh-feature): Fix previous change of
16773         sh-feature to avoid infloop with sh-font-lock-keywords.
16775 2003-09-25  Kim F. Storm  <storm@cua.dk>
16777         * frame.el (frame-current-scroll-bars): New defun.
16779         * window.el (window-current-scroll-bars): New defun.
16781 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
16783         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
16784         cause errors when the state cache contains info on parts that have
16785         been narrowed out.
16787 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
16789         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
16790         `c-setup-paragraph-variables' has to be used when this variable is
16791         changed; it doesn't work to reinitialize the mode since that
16792         typically clobbers the variable.
16794         * progmodes/cc-styles.el (c-setup-paragraph-variables):
16795         Make it interactive.
16797 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
16799         * progmodes/cc-fonts.el (c-font-lock-declarations):
16800         Fix recognition of constructors and destructors for classes whose
16801         names are matched by `*-font-lock-extra-types'.
16803         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
16804         followed by an identifier in C++ then it's a type.
16806 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
16808         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
16809         problem that primarily affected XEmacs.  Don't use faces to find
16810         unterminated strings since Emacs and XEmacs fontify strings
16811         differently - this function should now work better in XEmacs.
16813 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
16815         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
16816         `expand-abbrev' workaround which caused braces to misbehave inside
16817         macros.
16819         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
16820         handling.  This bug could cause interactive font locking to bail out.
16822 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
16824         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
16825         Handle paren-style types in Pike.  Also fixed some cases of
16826         insufficient handling of unbalanced parens.
16828 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
16830         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
16831         common shell prompts that are not common filename or URL characters.
16832         (ffap-file-at-point): Use the new regexp to strip the prompts from
16833         the file names.  This is an issue mostly for user prompts that
16834         don't have a trailing space and find-file-at-point is invoked from
16835         within a shell inside Emacs.
16837 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
16839         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
16840         stamps numerically, rather than textually.
16842 2003-09-24  Kenichi Handa  <handa@m17n.org>
16844         * language/devan-util.el (devanagari-post-read-conversion):
16845         * language/mlm-util.el (malayalam-post-read-conversion):
16846         * language/tml-util.el (tamil-post-read-conversion):
16847         Add autoload cookie.
16849         * international/utf-8.el (utf-8-post-read-conversion):
16850         Call post-read-conversion functions for Devanagari, Malayalam,
16851         and Tamil.
16853 2003-09-23  Dave Love  <fx@gnu.org>
16855         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
16857 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
16859         * progmodes/gud.el (perldb): Add gud-until to list of commands.
16860         Update gud-remove.
16862 2003-09-22  Richard M. Stallman  <rms@gnu.org>
16864         * progmodes/sh-script.el (sh-mode-default-syntax-table):
16865         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
16866         (sh-mode-syntax-table-input): New variable.
16867         (sh-require-final-newline): Don't use eval.
16868         (sh-builtins, sh-leading-keywords, sh-other-keywords)
16869         (sh-variables, sh-font-lock-keywords): Don't use eval.
16870         (sh-set-shell): When setting require-final-newline,
16871         treat value = `require-final-newline' as don't change it.
16872         Set sh-mode-syntax-table locally based on
16873         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
16875         * progmodes/compile.el (compile-internal):
16876         Call compilation-set-window-height before setting window start.
16878 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
16880         * emacs-lisp/bytecomp.el (byte-compile-log-file):
16881         Clear out byte-compile-last-warned-form.
16883 2003-09-22  Richard M. Stallman  <rms@gnu.org>
16885         * woman.el (woman-file-name, woman-follow-word):
16886         If current-word returns nil, use "".
16888         * simple.el (eval-expression): Bind standard-output in to-buffer case.
16890 2003-09-22  Richard M. Stallman  <rms@gnu.org>
16892         * emacs-lisp/lisp-mnt.el (lm-with-file):
16893         Don't visit the file, just use insert-file-contents in temp buffer.
16895 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
16897         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
16898         Add surrounding \\( and \\) around the header, as in
16899         for lm-history-header 'Change Log\\|History'.
16901 2003-09-22  John Paul Wallington  <jpw@gnu.org>
16903         * progmodes/ld-script.el: Add Commentary section,
16904         minor cleanup of file header.
16905         (ld-script-font-lock-keywords): Doc fix.
16906         (toplevel): Provide `ld-script' feature.
16908 2003-09-21  Kim F. Storm  <storm@cua.dk>
16910         * scroll-bar.el (set-scroll-bar-mode): Initialize to
16911         new built-in variable default-frame-scroll-bars.
16912         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
16913         scroll-bar-mode; notably, use it instead of t when we toggle
16914         scroll-bars on.
16915         (toggle-scroll-bar): Use default-frame-scroll-bars.
16917 2003-09-19  Masatake YAMATO  <jet@gyve.org>
16919         * pcvs.el (cvs-do-removal): Change the prompt depending on
16920         `filter' value.
16922 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
16924         * startup.el (command-line-1): Stop startup-echo-area-message
16925         being hidden by "Loading image..." message.
16926         (use-fancy-splash-screens-p, display-splash-screen):
16927         Move display-graphic-p test from latter to former.
16929         * progmodes/sh-script.el (sh-font-lock-keywords):
16930         Highlight escaped EOLs differently from other backslash constructs.
16932 2003-09-19  Richard M. Stallman  <rms@gnu.org>
16934         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
16935         New functions.
16936         (edebug-enter, edebug-outside-excursion): Use them.
16938         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
16939         Fix the condition for whether to print "In WHERE".
16941 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
16943         * finder.el (finder-mode-hook): New variable.
16944         (finder-mode): Run hook finder-mode-hook
16946 2003-09-18  Masatake YAMATO  <jet@gyve.org>
16948         * progmodes/ebrowse.el: Fix broken magic autoload comments.
16950 2003-09-17  Mario Lang  <mlang@delysid.org>
16952         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
16953         "p %e" to actually print the value in the GUD buffer.
16955 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
16957         From David Ponce <david.ponce@wanadoo.fr>:
16958         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
16959         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
16960         from loaddefs-boot.el if necessary.
16962 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
16964         * progmodes/gud.el (gud-find-class): Make jdb work again since
16965         cc-mode changed the syntactic information.
16967 2003-09-15  David Ponce  <david@dponce.com>
16969         * recentf.el: (recentf-exclude): Accept predicates too.
16970         (recentf-file-readable-p): New function.
16971         (recentf-include-p): Handle predicates in recentf-exclude.
16972         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
16973         (recentf-cleanup): Likewise.
16974         (recentf-save-list): Use write-file to handle backup of
16975         recentf-save-file.
16977 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
16979         * loaddefs-boot.el: Renamed from `loaddefs.el'
16980         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
16981         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
16982         necessary.
16984 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
16986         * electric.el (Electric-pop-up-window): For the `one-window' case,
16987         no longer disconcertingly move point in the original buffer.
16989 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16991         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
16993 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
16995         * dired.el (dired-mode-map): Fix typo.
16997 2003-09-11  Richard M. Stallman  <rms@gnu.org>
16999         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
17001 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
17003         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
17004         the function is less noisy.  Now only `kill-buffer' can ask questions.
17006 2003-09-10  Mario Lang  <mlang@delysid.org>
17008         * battery.el: Update Commentary and Copyright.
17009         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
17010         appear due to wrong ordering of the expressions in `or'.
17012 2003-09-09  Lute Kamstra  <lute@gnu.org>
17014         * misc.el (upcase-char): Fix docstring.
17015         (zap-up-to-char): New command.
17017 2003-09-08  David Ponce  <david@dponce.com>
17019         Ensure that recentf correctly updates the menu bar.
17020         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
17021         (recentf-menu-bar): New function.
17022         (recentf-clear-data): Use it
17023         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
17024         of easy-menu-change.
17026 2003-09-08  Lute Kamstra  <lute@gnu.org>
17028         * simple.el (size-indication-mode): New.
17029         * bindings.el (mode-line-position): Add buffer size indicator.
17031 2003-09-04  Mario Lang  <mlang@delysid.org>
17033         * battery.el (battery-linux-proc-acpi): New function.
17034         (battery-status-function): Modify default value calculation to also
17035         check for availability of ACPI.
17036         (battery-echo-area-format): Ditto.
17037         (battery-mode-line-format): Ditto.
17039 2003-09-06  Dave Love  <fx@gnu.org>
17041         * ielm.el (ielm-mode-hook): Add :options.
17043         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
17044         (eldoc-print-current-symbol-info): Use it.
17046 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
17048         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
17049         being displayed in GUD buffer.
17050         (gdb-idle-input-queue): Remove var.  Use just one queue.
17051         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
17052         Remove functions.  Use just one queue.
17053         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
17054         (gdb-invalidate-assembler, gdb-get-current-frame):
17055         Modify functions.  Use just one queue.
17057 2003-09-04  Dave Love  <fx@gnu.org>
17059         * cus-start.el: Add blink-cursor-alist.
17061         * ruler-mode.el (ruler-mode-fill-column-char)
17062         (ruler-mode-current-column-char): Use char-displayable-p,
17063         not window-system.
17065         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
17067         * language/european.el (windows-1252): Move from code-pages.
17069         * language/cyrillic.el ("Windows-1251"): Delete.
17070         ("Bulgarian", "Belarusian"): Remove `features'.
17071         (windows-1251): Move from code-pages.
17073         * international/mule-diag.el (non-iso-charset-alist):
17074         Remove `codepage' stuff.
17075         (print-designation, list-coding-systems-1): Output fixes.
17077         * international/code-pages.el (cp-make-translation-table)
17078         (cp-valid-codes): Made defsubsts.
17079         (cp-fix-safe-chars): Delete.
17080         (mule-diag): Don't require.
17081         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
17082         (top-level): Check for defined coding system when defining
17083         cp... aliases.  Change w32-add-charset-info test to avoid warning.
17084         (non-iso-charset-alist): Defvar when compiling.
17085         (cp-make-coding-system): Doc fix.
17087 2003-09-02  Jason Rumney  <jasonr@gnu.org>
17089         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
17090         line-ends from CVS before doing conversion.
17092 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
17094         * calendar/diary-lib.el (diary-header-line-flag)
17095         (diary-header-line-format): New variables.
17096         (list-diary-entries): Use them to set header line in simple diary.
17098         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
17099         other than font-lock-string-face to highlight backslashes.
17101 2003-09-01  Jason Rumney  <jasonr@gnu.org>
17103         * international/titdic-cnv.el (tit-read-key-value): Include \r in
17104         regexp.
17106 2003-09-01  Dave Love  <fx@gnu.org>
17108         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
17110         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
17111         and :help; also line and column numbers labels.
17113         * international/mule-util.el (char-displayable-p): Move from
17114         latin1-disp, rename and autoload.
17116         * international/latin1-disp.el (latin1-char-displayable-p):
17117         Now obsolete alias.  Replace uses with char-displayable-p.
17118         (latin1-display-ucs-per-lynx): Fix last change.
17120         * international/mule-cmds.el (standard-display-european-internal):
17121         Don't use char code for Latin-1 NBSP.
17122         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
17123         U+2018, U+2019 for `'.
17124         (select-safe-coding-system): Message fix.
17126 2003-09-01  Kenichi Handa  <handa@m17n.org>
17128         * international/fontset.el (setup-default-fontset): For Thai
17129         font, specify "*" family.
17131 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
17133         * progmodes/compile.el (previous-error): Accept a prefix
17134         argument, similarly to next-error.
17136 2003-08-31  Masatake YAMATO  <jet@gyve.org>
17138         * pcvs.el (cvs-do-removal): Use = instead of eq to check
17139         the number of files.  Bind the number of files to a local
17140         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
17142 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
17144         * vc-hooks.el (vc-make-version-backup): Fix the change made on
17145         2003-07-26: msdos-long-file-names is a function, not a variable.
17147 2003-08-29  Richard M. Stallman  <rms@gnu.org>
17149         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
17150         Do nothing with mail-personal-alias-file if it is nil.
17152         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
17153         Do nothing if mail-personal-alias-file is nil.
17155         * term.el (term-exec-1): Bind coding-system-for-read.
17157         * dired.el (dired-mouse-find-file-other-window):
17158         Use dired-view-command-alist here, as in dired-view-file.
17159         (dired-view-command-alist): Use %s to substitute file name.
17160         Handle .ps_pages, .eps, .jpg, .gif, .png.
17162 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
17164         * info.el (Info-mode-map): Bind S-tab and <backtab> to
17165         `Info-prev-reference', instead of M-tab.
17167 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
17169         * simple.el (blink-matching-open): Work correctly on chars that
17170         are designated as parens through the syntax-table text property.
17172 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
17174         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
17175         line break position in the middle of a non-kinsoku (e.g. latin)
17176         word, making it skip until either a space or a character with
17177         category "|".
17178         (kinsoku-longer): Test for end of buffer.
17180 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
17182         * mail/rmail.el (rmail-convert-to-babyl-format):
17183         Detect quoted-printable- and base64-encoded messages and decode them
17184         automatically.  Set the message's encoding from the charset=
17185         header, if any.  Decode base64-encoded messages in Mail format as well.
17187 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
17189         * mail/smtpmail.el: Fix previous change.
17190         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
17191         calling smtpmail-via-smtp.
17192         (smtpmail-via-smtp): Add fall-back values for envelope-from.
17194 2003-08-26  John Paul Wallington  <jpw@gnu.org>
17196         * image.el (image-jpeg-p): Don't search beyond length of data.
17198 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
17200         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
17201         misfeature in `expand-abbrev' which caused electric keywords like
17202         "else" to disappear if an open brace was typed directly afterwards.
17204 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
17206         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
17207         mandatory in `define-widget'.
17209         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
17210         Don't align the operators "!=", "<=" and ">=" as assignment operators.
17212         (c-assignment-operators): New language constant that only contains
17213         the assignment operators.
17215         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
17217 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
17219         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
17220         Safeguard against unbalanced sexps.
17222 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
17224         * version.el (emacs-version): Check for gtk.  Include gtk version info.
17226 2003-08-25  John Paul Wallington  <jpw@gnu.org>
17228         * man.el (Man-default-man-entry): Don't whizz past the section
17229         number before looking for it.
17231 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
17233         * progmodes/gud.el (gud-display-line): Don't set window-point if
17234         source buffer is not visible.  (Only happens with M-x gdba.)
17236         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
17237         documentation.
17238         (gdb-source, gdb-source-info): Update to assembler unnecessary
17239         as its done after each GDB command anyway.
17240         (gdb-pre-prompt): Use with-current-buffer.
17241         (gdb-insert-field): Add help-echo text.
17242         (gdb-invalidate-assembler): Re-display of assembler now done in
17243         gdb-info-breakpoints-custom.
17244         (gdb-info-breakpoints-custom): Force re-display of assembler to
17245         happen *after* update of breakpoints buffer.
17246         (gdb-display-source-buffer): Don't choke if gdb-source-window
17247         isn't visible.
17248         (gdb-put-string, gdb-put-arrow): Remove free variables.
17250 2003-08-24  John Paul Wallington  <jpw@gnu.org>
17252         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
17254         * man.el (Man-default-man-entry): Strip text properties when
17255         snarfing parts of entry because `format' preserves properties.
17257 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
17259         * files.el (file-newest-backup): Use `expand-file-name'.
17261         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
17262         Allow the diary to pop up a new frame, if needed.
17264         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
17265         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
17266         (smtpmail-send-it): Make treatment of envelope-from consistent with
17267         sendmail.el.
17269         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
17270         (sh-leading-keywords): Add the bash `time' reserved word.
17271         (sh-variables): Add some bash variables.
17272         (sh-add-completer): Fix nil branch of case statement.
17274 2003-08-24  Masatake YAMATO  <jet@gyve.org>
17276         * progmodes/ld-script.el: New file.
17278 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
17280         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
17282 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
17284         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
17285         Better explain obsolescence, and what to use instead.
17287 2003-08-23  Masatake YAMATO  <jet@gyve.org>
17289         * pcvs.el (cvs-do-removal): Show the deleted file name
17290         on the prompt.
17292 2003-08-20  Dave Love  <fx@gnu.org>
17294         * international/mule.el (make-coding-system)
17295         (set-buffer-file-coding-system): Doc fix.
17297         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
17299         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
17301         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
17303         * international/utf-16.el: Add mime-text-unsuitable coding system
17304         properties.
17306         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
17308         * cus-edit.el: Add some :links.
17309         (bib): Remove.
17311         * textmodes/bib-mode.el (bib): Add :group external.
17313 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
17315         * wid-edit.el (widget-echo-help): Make it handle expressions that
17316         evaluate to strings.
17318 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
17320         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
17322         Simplify selection of SQL products to define highlighting and
17323         interactive mode.  Includes detailed instructions on adding
17324         support for new products.
17326         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
17327         product for use in highlighting and interactive mode.
17328         (sql-interactive-product): New variable.  SQL product for
17329         sql-interactive-mode.
17330         (sql-product-support): New variable.  Specifies product-specific
17331         parameters to drive highlighting and interactive mode.
17332         (sql-imenu-generic-expression): Add more object types.
17333         (sql-sqlite-options): Correct comment.
17334         (sql-ms-program): Use "osql" rather than "isql".
17335         (sql-prompt-regexp, sql-prompt-length): Update comment.
17336         (sql-mode-menu): Add "Start SQLi session" entry.
17337         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
17338         (sql-mode-abbrev-table): Add abbreviations.  Support of
17339         SYSTEM-FLAG on define-abbrev.  Support was removed with last
17340         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
17341         (sql-mode-font-lock-object-name): Add font-lock pattern for object
17342         names.
17343         (sql-mode-ansi-font-lock-keywords): Set as default value.
17344         (sql-mode-oracle-font-lock-keywords): Set as default value.
17345         Support Oracle 9i keywords.
17346         (sql-mode-postgres-font-lock-keywords): Set as default value.
17347         (sql-mode-linter-font-lock-keywords): Set as default value.
17348         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
17349         SQLServer 2000.
17350         (sql-mode-sybase-font-lock-keywords)
17351         (sql-mode-interbase-font-lock-keywords)
17352         (sql-mode-sqlite-font-lock-keywords)
17353         (sql-mode-strong-font-lock-keywords)
17354         (sql-mode-mysql-font-lock-keywords)
17355         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
17356         keywords.
17357         (sql-mode-font-lock-defaults): Update comment.
17358         (sql-product-feature): New function.  Returns feature associated
17359         with a product from `sql-product-support' alist.
17360         (sql-product-font-lock): New function.  Set font-lock support
17361         based on `sql-product'.
17362         (sql-add-product-keywords): New function.  Add font-lock rules to
17363         product-specific keyword variables.
17364         (sql-set-product): New function.  Set `sql-product' and apply
17365         appropriate font-lock highlighting.
17366         (sql-highlight-product): New function.  Set font-lock support
17367         based on a product.  Also set mode name to include product name.
17368         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
17369         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
17370         Use `sql-set-product'.
17371         (sql-highlight-ms-keywords)
17372         (sql-highlight-sybase-keywords)
17373         (sql-highlight-interbase-keywords)
17374         (sql-highlight-strong-keywords)
17375         (sql-highlight-mysql-keywords)
17376         (sql-highlight-sqlite-keywords)
17377         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
17378         (sql-get-login): Prompt in the same order as the tokens.
17379         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
17380         (sql-product-interactive): New function.  Common portions of
17381         product-specific interactive mode wrappers.
17382         (sql-interactive-mode): Rewritten to use product features.
17383         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
17384         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
17385         (sql-db2, sql-linter): Use `sql-product-interactive'.
17386         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
17387         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
17388         (sql-connect-ingres, sql-connect-postgres)
17389         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
17390         New functions.  Format command line parameters and invoke comint on
17391         the appropriate interpreter.  Code was in the corresponding
17392         `sql-xyz' function before.
17393         (sql-connect-ms): New function.  Support -E argument to use
17394         operating system credentials for authentication.
17396 2003-08-18  Kenichi Handa  <handa@m17n.org>
17398         * international/mule.el (encode-char): Fix for the ASCII case.
17400 2003-08-15  Kenichi Handa  <handa@m17n.org>
17402         * international/fontset.el (setup-default-fontset): Change "*" to
17403         nil in the specifications of font family.
17405 2003-08-18  Kim F. Storm  <storm@cua.dk>
17407         * kmacro.el (kmacro-keymap): Group related bindings in
17408         initialization for clarity.  Bind C-s to start macro.
17409         Remove C-r binding.
17410         (kmacro-initial-counter-value): New defvar to hold initial counter
17411         value in case we set the value before defining a macro.
17412         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
17413         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
17414         not defining or executing macro.  Doc fix.
17415         (kmacro-add-counter): Clear kmacro-initial-counter-value.
17416         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
17417         temporarily view older elements on the macro ring without cycling
17418         the ring.
17419         (kmacro-display): Doc fix.
17420         (kmacro-exec-ring-item): New helper function.
17421         (kmacro-call-ring-2nd): Use it.
17422         (kmacro-call-ring-2nd-repeat): Doc fix.
17423         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
17424         (kmacro-end-or-call-macro): Execute last viewed macro (using
17425         kmacro-exec-ring-item) from ring if this follows
17426         kmacro-view-macro.  This allows us to find a macro on the ring
17427         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
17428         the ring to bring it to the head of the ring.
17429         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
17430         Allow binding to reserved keys without specifying C-x C-k prefix.
17431         Ask for confirmation if entered key sequence is already bound to
17432         a non-macro command.
17433         (kmacro-view-macro): Repeating command will show older elements
17434         on the macro ring; C-k will execute the last viewed macro.
17435         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
17436         property from 'ring to 'head.
17438 2003-08-17  Alan Shutko  <ats@acm.org>
17440         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
17441         keeping December out of the alist.
17443 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
17445         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
17446         * calendar/calendar.el (calendar-mode-map): Bind it to key.
17447         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
17448         (calendar-flatten): New function.
17449         (calendar-mouse-view-other-diary-entries)
17450         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
17451         in the menu title and to show multi-line diary entries correctly
17452         in the menu.
17454 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
17456         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
17457         defcustom, because the default was recently changed.
17459 2003-08-16  Richard M. Stallman  <rms@gnu.org>
17461         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
17463         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
17464         New subroutine, broken out of eval-last-sexp-1.
17465         (eval-last-sexp-1): Use eval-last-sexp-print-value.
17467         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
17469         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
17471         * simple.el (eval-expression): Use eval-last-sexp-print-value.
17473 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
17475         * progmodes/compile.el (compilation-error-regexp-alist):
17476         Add Java ANt error detection as described in document
17477         http://ant.apache.org/faq.html
17479 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
17481         * simple.el (backward-word, forward-to-indentation)
17482         (backward-to-indentation): Argument changed to optional.
17483         (next-line, previous-line): Use `or' instead of `unless'.
17485 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17487         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
17488         instead of a constant.
17490 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
17492         * shell.el (shell): With prefix-arg, suggest a new buffer name.
17494 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
17496         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
17497         (vc-sccs-workfile-version): Search the entire delta table, rather
17498         than just the first entry, because that might be a deleted version.
17500 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
17502         * menu-bar.el (menu-bar-options-menu): Supply a body for the
17503         [save-place] binding in the Options menu.  Have it require
17504         'saveplace' and then toggle the variable manually, to avoid an an
17505         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
17506         for the bug report.
17508 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
17510         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
17511         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
17512         (gdb-info-threads-custom): Add help-echo text.
17513         (gdb-display-back): Don't use purecopy.
17514         (gdb-info-breakpoints-custom, gdb-reset)
17515         (gdb-assembler-custom): Use display-images-p to test if breakpoint
17516         icons can be displayed.
17518 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
17520         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
17522 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
17524         * bookmark.el (bookmark-completing-read):
17525         Return a string, instead of a list of one string.
17526         Use a popup menu if activated from the mouse.
17527         (bookmark-edit-annotation): Remove unused vars.
17528         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
17529         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
17530         to bookmark-completing-read.
17531         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
17532         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
17533         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
17534         and erase-buffer.
17535         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
17536         (bookmark-menu-jump, bookmark-menu-insert)
17537         (bookmark-popup-menu-and-apply-function)
17538         (bookmark-menu-popup-paned-bookmark-menu): Remove.
17539         (bookmark-menu-build-paned-menu): Remove by folding it into
17540         bookmark-menu-popup-paned-menu.
17541         (menu-bar-bookmark-map): Move the define-key statements here.
17542         Use the "non-menu" commands since they now pop up a menu if needed.
17543         (bookmark-exit-hook-internal): Simplify.
17545 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
17547         * reftex-toc.el (reftex-toc-rename-label): New function.
17548         (reftex-toc-check-docstruct): New function.
17550         * reftex.el (reftex-region-active-p): New function.
17552         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
17553         regexp to find the \bibliography macro.
17555         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
17556         which does not exist in LaTeX.
17557         (reftex-cite-format-builtin): Added amsrefs support.
17558         (reftex-toc-confirm-promotion): New option
17560         * reftex-toc.el
17561         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
17562         (reftex-toc-demote, reftex-toc-promote)
17563         (reftex-toc-do-promote, reftex-toc-promote-prepare)
17564         (reftex-toc-promote-action, reftex-toc-extract-section-number)
17565         (reftex-toc-newhead-from-alist)
17566         (reftex-toc-load-all-files-for-promotion): New functions.
17567         (reftex-toc-help): Added description of new keys.
17568         (reftex-toc-split-windows-fraction): New option.
17569         (reftex-recenter-toc-when-idle): Search *toc* window on all
17570         visible frames.
17571         (reftex-toc): Additional parameter REUSE
17572         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
17573         with REUSE argument.
17574         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
17575         the call of `reftex-toc'.
17576         (reftex-make-separate-toc-frame): New function .
17577         (reftex-toc-recenter): When called with triple prefix arg, call
17578         `reftex-make-separate-toc-frame' first.
17579         (reftex-toc-toggle-dedicated-frame): New command.
17580         (reftex-toc-quit): Adapted to delete frame when called in
17581         dedicated frame.
17583         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
17584         all enclosing macros.
17587 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17589         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
17590         first use.
17592 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17594         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
17596 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
17598         * calendar/calendar.el (list-diary-entries-hook)
17599         (diary-display-hook, nongregorian-diary-listing-hook)
17600         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
17601         Add some customize options for these hooks.
17602         (calendar-abbrev-construct): Don't try to take a substring longer
17603         than the original string.
17605 2003-08-05  Richard M. Stallman  <rms@gnu.org>
17607         * emacs-lisp/testcover.el (noreturn): Report error if does return.
17608         (testcover-reinstrument-clauses): Doc fix.
17610         * emacs-lisp/warnings.el: Doc fixes, args renamed.
17611         (warning-type-format): Rename from warning-group-format.
17613         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
17614         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
17615         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
17616         to prevent warnings about defvar for an obsolete variable.
17618         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
17619         warning-group-format renamed to warning-type-format.
17621         * subr.el (read-passwd): Use clear-string instead of fillarray.
17623         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
17624         Use vconcat instead of concat.
17625         (edmacro-sanitize-for-string): New function.
17627 2003-08-05  Dave Love  <fx@gnu.org>
17629         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
17630         line-number-display-limit-width.
17632         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
17634 2003-08-05  Kenichi Handa  <handa@m17n.org>
17636         * international/code-pages.el: Don't require mule-diag.
17638         * international/mule-diag.el (non-iso-charset-alist):
17639         Add autoload cookie.
17641         * language/devan-util.el (dev-glyph-order): Add an entry for the
17642         glyph code #xC4.
17644 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
17646         * calendar/calendar.el (diary-file, diary-file-name-prefix)
17647         (european-calendar-style, diary-date-forms)
17648         (calendar-day-name-array, calendar-month-name-array): Doc change.
17649         (generate-calendar-month): Adapt for new behaviour of
17650         `calendar-day-name' function.
17651         (calendar-abbrev-length, calendar-day-abbrev-array)
17652         (calendar-month-abbrev-array): New variables.
17653         (calendar-abbrev-construct): New function.
17654         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
17655         rather than fixing abbrevs at some width.  Calling syntax change.
17656         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
17657         (calendar-date-string): Adapt for new behaviours of
17658         `calendar-day-name' and `calendar-month-name' functions.
17660         * calendar/diary-lib.el (list-diary-entries): Adapt for new
17661         behaviour of `calendar-day-name' and `calendar-month-name' functions.
17662         (diary-name-pattern): Use abbrev arrays, rather than fixing
17663         abbrevs at three chars.  Calling syntax change.
17664         (mark-diary-entries): Adapt for new behaviours of
17665         `diary-name-pattern' and `calendar-make-alist' functions.
17666         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
17667         `diary-name-pattern' function.
17668         (font-lock-diary-date-forms): Use abbrev arrays, rather than
17669         fixing abbrevs at three chars.  Calling syntax change.
17670         (cal-hebrew, cal-islam): Require when compiling.
17671         (diary-font-lock-keywords): Adapt for new behaviour of
17672         `font-lock-diary-date-forms' function.
17674         * calendar/cal-hebrew.el: Reposition some code so defined before used.
17675         (calendar-hebrew-month-name-array-common-year)
17676         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
17677         (list-hebrew-diary-entries): Adapt for new behaviours of
17678         `calendar-day-name' and `add-to-diary-list' functions.
17679         (mark-hebrew-diary-entries): Adapt for new behaviours of
17680         `diary-name-pattern' and `calendar-make-alist' functions.
17682         * calendar/cal-islam.el (calendar-islamic-month-name-array):
17683         Add doc string.
17684         (list-islamic-diary-entries): Adapt for new behaviours of
17685         `calendar-day-name' and `add-to-diary-list' functions.
17686         (mark-islamic-diary-entries): Adapt for new behaviours of
17687         `diary-name-pattern' and `calendar-make-alist' functions.
17689         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
17690         `calendar-month-name' function.
17692         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
17694         * calendar/solar.el (solar-seasons-data): Move definition before use.
17696         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
17697         (cal-tex-LaTeX-hourbox): Move definition before use.
17699         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
17700         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
17701         lunar.el, solar.el
17702         (displayed-month, displayed-year): Define for compiler.
17704 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
17706         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
17707         MODE.  Renamed from c-init-c-language-vars'.
17708         (c-initialize-cc-mode): Change accordingly.
17709         (c-common-init): Ditto.
17710         (c-mode): Ditto.
17711         (c++-mode): Use `c-init-language-vars-for'.
17712         (objc-mode): Ditto.
17713         (java-mode): Ditto.
17714         (idl-mode): Ditto.
17715         (pike-mode): Ditto.
17716         (awk-mode): Ditto.
17718 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
17720         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
17721         or not the point moved.
17723         (c-search-decl-header-end): Don't trip up on operator identifiers
17724         in C++ and operators like == in all languages.
17726         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
17727         Detect leading labels correctly.
17729 2003-08-02  Andreas Schwab  <schwab@suse.de>
17731         * textmodes/ispell.el: Don't redo key bindings on loading, put
17732         them only in loaddefs.el.
17733         * bookmark.el: Likewise.
17734         * dabbrev.el: Likewise.
17735         * emerge.el: Likewise.
17737         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
17738         has more than one member.
17740         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
17742 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17744         * lpr.el (printify-region): It was ending conversion before the
17745         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
17747 2003-07-31  John Paul Wallington  <jpw@gnu.org>
17749         * net/browse-url.el (browse-url-epiphany): Doc fix.
17751 2003-07-30  Kenichi Handa  <handa@m17n.org>
17753         * international/fontset.el (setup-default-fontset):
17754         Change registry names of Akurti fonts.
17756 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
17758         * comint.el (comint-read-noecho): Use `clear-string' instead of
17759         `fillarray'.
17761 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
17763         * outline.el (outline-mode-hook): Add defvar.
17765 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
17767         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
17768         Restore assembler in source window if that is what has been selected.
17769         (menu): Add gdb-restore-windows to menu.  Make gdba
17770         specific menus only visible from gdba.
17772 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
17774         * progmodes/compile.el (compilation-environment): New user variable.
17775         (compile-internal): Respect it.
17777 2003-07-23  Masatake YAMATO  <jet@gyve.org>
17779         * progmodes/gud.el (gdb-script-font-lock-keywords):
17780         Put `font-lock-function-name-face' on a symbol which includes
17781         `-' like `hook-run'.  Put font-lock-variable-name-face
17782         on a symbol starting with $.
17784 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
17786         * files.el (set-visited-file-name): Use truename for buffer-file-name.
17788 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
17790         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
17792 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
17794         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
17795         Use with-no-warnings.
17796         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
17797         rather than to find-file-not-found-hook, which doesn't exist.
17799 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
17801         * international/quail.el (quail-translate-key): Fix previous change.
17803 2003-07-25  John Paul Wallington  <jpw@gnu.org>
17805         * server.el (server-start): Check `server-process' is non-nil
17806         before killing it to avoid killing current buffer's process.
17808         * simple.el (choose-completion-string): Use `minibufferp';
17809         test `completion-reference-buffer' if `buffer' arg is nil.
17810         (push-mark): Use `when' and `unless'.
17811         (pop-mark): Use `when'.
17813         * mouse-sel.el (mouse-sel-get-selection-function):
17814         Check `x-last-selected-text-primary'.  Don't barf if it or
17815         `x-last-selected-text' aren't bound.
17817 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
17819         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
17821 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
17823         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
17825 2003-07-23  John Paul Wallington  <jpw@gnu.org>
17827         * tooltip.el (defface tooltip): Inherit from variable-pitch.
17829 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
17831         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
17832         string.  Defvar the derived hook.
17834         * macros.el (insert-kbd-macro): Escape double quote character.
17835         From Thomas W Murphy <twm@andrew.cmu.edu>.
17837 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
17839         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
17840         to match the specific mark rather than reusing comment-start-skip.
17842 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
17844         * progmodes/hideshow.el (hs-special-modes-alist):
17845         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
17847 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
17849         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
17850         value using ?\s.
17852 2003-07-21  John Paul Wallington  <jpw@gnu.org>
17854         * subr.el (with-selected-window): Add closing paren.
17856 2003-07-21  Richard M. Stallman  <rms@gnu.org>
17858         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
17859         (lisp-mode): Likewise.
17861         * subr.el (with-selected-window): Copy code form save-selected-window
17862         so as to call select-window with norecord arg.
17863         (dynamic-completion-table): Doc fix.
17864         (lazy-completion-table): Doc fix.
17866         * international/mule-cmds.el (set-locale-environment):
17867         langinfo renamed to locale-info.
17869         * international/mule.el (auto-coding-functions): Doc fix.
17871 2003-07-21  Kenichi Handa  <handa@m17n.org>
17873         * international/quail.el (quail-translate-key):
17874         Update quail-current-str correctly.
17876 2003-07-21  Andreas Schwab  <schwab@suse.de>
17878         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
17879         ?, to "_".
17881 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
17882         Version 2.0.36 of Tramp released.
17884         * net/tramp.el (tramp-default-password-end-of-line): Rename from
17885         tramp-password-end-of-line.
17886         (tramp-password-end-of-line): New method parameter.
17887         (tramp-get-password-end-of-line): Function to access method
17888         parameter `tramp-password-end-of-line', or variable
17889         `tramp-default-password-end-of-line' (default value).
17890         (tramp-methods): Add entries for new parameter
17891         tramp-password-end-of-line.
17892         (tramp-enter-password): Use new function
17893         `tramp-get-password-end-of-line'.
17894         (tramp-handle-insert-file-contents): Do not
17895         unconditionally inhibit the file operation file-local-copy, only
17896         do that when the inhibit-file-name-operation is currently
17897         insert-file-contents.  This fixes finding remote CVS-controlled
17898         files.  (It would barf on inserting the CVS/Entries file
17899         literally, because the file-local-copy handler wasn't called.)
17900         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
17901         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
17902         (tramp-initial-commands): New variable.
17903         (tramp-process-initial-commands): New function, using the variable.
17904         (tramp-open-connection-setup-interactive-shell): Call the new function.
17905         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
17906         method into the buffer name, never use nil.  Reported by Hanak
17907         David <dhanak@inf.bme.hu>.
17908         (tramp-open-connection-setup-interactive-shell): Erase buffer
17909         before sending "stty -onlcr".
17911         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
17913 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
17915         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
17917 2003-07-19  John Paul Wallington  <jpw@gnu.org>
17919         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
17920         (artist-draw-rect, artist-draw-square): Doc fixes.
17922         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
17924         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
17926 2003-07-19  Kenichi Handa  <handa@m17n.org>
17928         * international/kkc.el (kkc-show-conversion-list-update):
17929         Highlight the correct candidate in the message.
17931 2003-07-18  John Paul Wallington  <jpw@gnu.org>
17933         * simple.el (current-word): Don't include punctuation char when
17934         `really-word' arg is non-nil.
17936 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
17938         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
17939         moved to the directory obsolete.
17941 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
17943         * info.el (Info-menu-entry-name-re): Allow newlines in
17944         menu entry names.
17946         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
17947         syntax-ppss-after-change-function.
17948         (syntax-ppss-after-change-function): New alias.  Update uses.
17949         (syntax-ppss): Catch the case where the buffer is narrowed.
17951 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
17953         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
17954         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
17956 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
17958         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
17959         since it might be modified.
17961         * progmodes/cc-langs.el (c++-make-template-syntax-table)
17962         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
17963         names to these language constants.
17965 2003-07-15  Kim F. Storm  <storm@cua.dk>
17967         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
17968         All uses changed.
17970 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
17972         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
17973         Namespace support.
17975 2003-07-13  Juanma Barranquero  <lektu@terra.es>
17977         * frame.el (modify-all-frames-parameters): Reinstall (copyright
17978         papers received).
17980 2003-07-13  Karl Eichwalder  <ke@suse.de>
17982         * textmodes/po.el (po-find-charset): White space at the start of the
17983         Content-Type field body is non-mandatory.
17985 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
17987         * textmodes/texinfo.el (texinfo-section-list):
17988         Append appendixsection; a synonym for appendixsec.
17990 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
17992         * man.el (Man-translate-cleanup): New.
17993         (Man-translate-references): Call `Man-translate-cleanup' to clean
17994         leading, trailing and middle spaces.
17996 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
17998         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
17999         Handle `dired-directory' being a list.
18001 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
18003         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
18004         it doesn't exist.
18006 2003-07-12  Richard M. Stallman  <rms@gnu.org>
18008         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
18010         * progmodes/cc-defs.el (c-make-keywords-re):
18011         Don't use delete-duplicates.
18012         (c-lang-const): Don't use mapcan.
18014         * apropos.el (apropos-show-scores): Make it customizable.
18015         Document new meaning.
18016         (apropos): Compute scores from symbols.
18017         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
18019 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18021         * ps-bdf.el: Fix copyright line.
18022         (bdf-directory-list): Fix initialization code.
18024 2003-07-11  John Paul Wallington  <jpw@gnu.org>
18026         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
18027         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
18028         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
18030 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
18032         * emacs-lisp/ring.el (ring-elements): Doc fix.
18034 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
18036         * calendar/timeclock.el (timeclock-relative)
18037         (timeclock-ask-before-exiting, timeclock-use-display-time):
18038         Doc changes.
18039         (timeclock-modeline-display): Give a message if
18040         `timeclock-use-display-time' is non-nil but `display-time-mode'
18041         is not active.
18043 2003-07-11  Kenichi Handa  <handa@m17n.org>
18045         * international/mule-cmds.el (set-language-environment):
18046         Set current-language-environment to the correct string.
18048 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18050         * ps-print.el: Print line number correctly in a region.  Reported by
18051         Tim Allen <timallen@ls83.fsnet.co.uk>.
18052         (ps-print-version): New version number (6.6.2).
18053         (ps-printing-region): Code fix.
18055 2003-07-10  John Paul Wallington  <jpw@gnu.org>
18057         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
18058         this function can be called from `add-completions-from-tags-table'.
18060 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
18062         * calendar/timeclock.el (timeclock-use-display-time)
18063         (timeclock-day-over-hook, timeclock-workday-remaining)
18064         (timeclock-status-string, timeclock-when-to-leave)
18065         (timeclock-when-to-leave-string, timeclock-log-data)
18066         (timeclock-find-discrep, timeclock-day-base)
18067         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
18068         (timeclock-modeline-display): Set the variable
18069         `timeclock-modeline-display'.
18070         (timeclock-update-modeline): Doc fix.  Respect value of
18071         `timeclock-relative'.
18073 2003-07-09  Richard M. Stallman  <rms@gnu.org>
18075         * textmodes/reftex-parse.el (reftex-all-document-files):
18076         Add autoload cookie.
18078         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
18079         (reftex-scanning-info-available-p): Add autoload cookie.
18081         * international/mule-cmds.el
18082         (set-display-table-and-terminal-coding-system): Delete duplicate
18083         aset on standard-display-table.
18085         * view.el (view-file): If existing buffer's major mode is special,
18086         don't go into view mode.
18088         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
18090 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18092         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
18093         buffer changes; there's third party code that calls this function
18094         directly.
18096 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18098         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
18099         (autodoc-font-lock-keywords): Don't byte compile on font lock
18100         initialization when running from byte compiled files.
18102 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18104         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
18105         statement ends with auto-increment "++".
18107 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18109         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
18110         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
18111         these are changed, so declare them as variables and not constants.
18113 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
18115         * subr.el (dolist, dotimes): Doc fix.
18117 2003-07-08  Kim F. Storm  <storm@cua.dk>
18119         * international/mule-cmds.el
18120         (set-display-table-and-terminal-coding-system): Don't break
18121         bootstrap if standard-display-table isn't setup yet.
18123 2003-07-07  Richard M. Stallman  <rms@gnu.org>
18125         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
18126         Give it a doc string, and autoload it.
18128         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
18129         Use with-no-warnings.
18131         * info.el (Info-search): If find invisible text, search again.
18133         * isearch.el (search-whitespace-regexp): Add a shy group around it.
18135         * man.el (Man-name-regexp): Match + as part of name.
18137         * simple.el (visible-mode): Rename from vis-mode.
18138         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
18140         * simple.el (current-word): New arg REALLY-WORD specifies
18141         don't include punctuation chars.
18143         * emacs-lisp/debug.el (debug, debugger-env-macro):
18144         Use with-no-warnings while accessing and binding unread-command-char.
18146         * international/mule-cmds.el
18147         (set-display-table-and-terminal-coding-system): Use explicit loop
18148         instead of calling standard-display-default.
18150         * net/ange-ftp.el (ange-ftp-file-symlink-p):
18151         Use condition-case to catch error in ange-ftp-get-files.
18153         * net/browse-url.el (browse-url-browser-function):
18154         Add alternative for Epiphany.
18155         (browse-url-epiphany-program, browse-url-epiphany-arguments)
18156         (browse-url-epiphany-startup-arguments)
18157         (browse-url-epiphany-new-window-is-tab): New variables.
18158         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
18160         * progmodes/compile.el (compile-auto-highlight): Default now t.
18161         (compile): Doc fix.
18162         (compilation-next-error): Fix previous change.
18164         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
18166         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
18168 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
18170         * gdb-ui.el (gdb-source-info): Display current frame when
18171         attaching to an existing process.
18172         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
18173         while laying out windows when attaching to an existing process.
18175 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
18177         * info.el (Info-menu): Use Info-menu-entry-name-re.
18179 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
18181         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
18182         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
18184         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
18185         to match the same text.
18187 2003-07-06  John Paul Wallington  <jpw@gnu.org>
18189         * vc.el (vc-annotate-offset): Move defvar up.
18191 2003-07-06  Kim F. Storm  <storm@cua.dk>
18193         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
18194         This should fix the infinite loop when extracting menu names.
18196 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
18198         * files.el (auto-mode-alist, interpreter-mode-alist):
18199         Remove entries to CC Mode modes to avoid duplicates; they are now added
18200         with autoload directives in cc-mode.el.
18202 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
18204         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
18205         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
18206         these are changed, so declare them as variables and not constants.
18208         * progmodes/cc-mode.el: Fix some autoload problems: Try to
18209         ensure that the entry for ".c" extension comes before the one for
18210         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
18211         Fix incorrect entries that were added to `interpreter-mode-alist'.
18212         Move the autoload directives for AWK to the top level since they
18213         aren't recognized anywhere else.  Do not use the new AWK mode doc
18214         in the autoload form for the old AWK mode.
18216 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18218         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
18219         (bibtex-sort-ignore-string-entries): Default value t.
18220         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
18221         erroneously in previous version.
18222         (bibtex-string-files): Docstring reflects new parsing scheme.
18223         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
18224         docstring, add # as one of the chars to crush
18225         (bibtex-autokey-prefix-string, bibtex-autokey-names)
18226         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
18227         (bibtex-autokey-name-change-strings)
18228         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
18229         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
18230         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
18231         (bibtex-autokey-title-terminators)
18232         (bibtex-autokey-titlewords-stretch)
18233         (bibtex-autokey-titleword-ignore)
18234         (bibtex-autokey-titleword-case-convert)
18235         (bibtex-autokey-titleword-abbrevs)
18236         (bibtex-autokey-titleword-abbrevs)
18237         (bibtex-autokey-titleword-change-strings)
18238         (bibtex-autokey-titleword-length)
18239         (bibtex-autokey-titleword-separator)
18240         (bibtex-autokey-name-year-separator)
18241         (bibtex-autokey-year-title-separator)
18242         (bibtex-autokey-before-presentation-function)
18243         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
18244         Fix docstring.
18245         (bibtex-strings, bibtex-reference-keys):
18246         Use lazy-completion-table and make-variable-buffer-local.
18247         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
18248         (bibtex-braced-string-syntax-table)
18249         (bibtex-quoted-string-syntax-table): New variables.
18250         (bibtex-parse-nested-braces): Remove.
18251         (bibtex-parse-field-string): Use syntax table and forward-sexp.
18252         (bibtex-parse-association): Simplify.
18253         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
18254         (bibtex-parse-field-text): Simplify.
18255         (bibtex-search-forward-field, bibtex-search-backward-field):
18256         argument BOUND can take value t.
18257         (bibtex-start-of-field, bibtex-start-of-name-in-field)
18258         (bibtex-end-of-name-in-field, bibtex-end-of-field)
18259         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
18260         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
18261         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
18262         (bibtex-skip-to-valid-entry): Return buffer position of beginning
18263         and ending of entry.  Update for changes of bibtex-search-entry.
18264         Simplify.
18265         (bibtex-map-entries): FUN is called with three arguments.
18266         (bibtex-search-entry): Return a cons pair with buffer positions of
18267         beginning and end of entry.
18268         (bibtex-enclosing-field): Simplify.
18269         (bibtex-format-entry): Use booktitle to set a missing title.
18270         (bibtex-autokey-get-names): Fiddle with regexps.
18271         (bibtex-generate-autokey): Use identity.
18272         (bibtex-parse-keys): Use simplified parsing algorithm if
18273         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
18274         arguments.  Return alist of keys.
18275         (bibtex-parse-strings): Simplify.  Return alist of strings.
18276         (bibtex-complete-string-cleanup): Fix docstring.
18277         (bibtex-read-key): New function.
18278         (bibtex-mode): Fix docstring.  Do not parse for keys and
18279         strings when the mode is entered.  Set fill-paragraph-function to
18280         bibtex-fill-field.  Setup font-lock-mark-block-function the way
18281         font-lock intended.
18282         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
18283         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
18284         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
18285         (bibtex-Preamble): Avoid hard coded constants.
18286         (bibtex-make-field): Fix docstring.  Simplify.
18287         (bibtex-beginning-of-entry): Always return new position of point.
18288         (bibtex-end-of-entry): Rearrange cond clauses.
18289         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
18290         Update for changes of bibtex-map-entries.
18291         (bibtex-ispell-abstract): Do not move point.
18292         (bibtex-entry-index): Use downcase.  Simplify.
18293         (bibtex-lessp): Handle catch-all.
18294         (bibtex-find-crossref): Turn into a command.
18295         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
18296         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
18297         preamble entries.
18298         (bibtex-fill-field-bounds): New function.
18299         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
18300         (bibtex-fill-entry): Use bibtex-fill-field-bounds
18301         (bibtex-String): Use bibtex-strings.  Always obey
18302         bibtex-sort-ignore-string-entries.
18304 2003-07-05  John Paul Wallington  <jpw@gnu.org>
18306         * cus-theme.el (customize-create-theme):
18307         Call `customize-create-theme' in Reset widget's notify function.
18309         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
18310         (ibuffer-mark-interactive): Use `or' instead of `unless'.
18311         (define-ibuffer-column name): Add summarizer.
18312         (define-ibuffer-column size): Likewise.
18313         (define-ibuffer-column filename): Likewise.
18314         (define-ibuffer-column process): Likewise.  Change BODY's output too.
18315         (define-ibuffer-column filename-and-process): Likewise, likewise.
18316         (ibuffer): Remove local vars `already-in' and `need-update'.
18318         * ibuf-ext.el: Don't require `derived' at compile-time.
18320 2003-07-05  Kim F. Storm  <storm@cua.dk>
18322         * info.el: Disable paragraph refilling.
18323         (Info-refill-paragraphs): New defcustom.
18324         (Info-fontify-node): Use it.
18326 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
18328         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
18329         thingies from constructors created by defstruct.
18331         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
18332         the default value of the variable.
18333         (byte-code-meter): Move declaration to top level.
18335         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
18337         * info.el (Info-following-node-name-re): New fun.
18338         (Info-following-node-name): Remove.
18339         (Info-insert-dir): Use the new fun.
18340         (Info-extract-pointer): Don't save restriction; use new fun.
18341         (Info-menu-entry-name-re): New const.
18342         (Info-menu-entry-name-re): Use it along with new fun.
18343         (Info-node-spec-re): Use new fun.
18344         (Info-complete-menu-item, Info-fontify-node): Use new const.
18345         (Info-goto-node, Info-follow-reference, Info-menu-update):
18346         Use match-string.
18347         (Info-follow-reference): Use assoc-string.
18348         Use a list of strings for the completion table.
18349         (Info-fontify-node): Use match-string, line-end-position.
18350         Limit the search for `node:' to the first line.
18352         * newcomment.el (uncomment-region): Remove padding coming from
18353         comment-start rather than just from comment-padding.
18355         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
18356         (vc-cvs-stay-local-p): Use vc-stay-local-p.
18357         (vc-cvs-rename-file): Remove (use the default).
18358         (vc-cvs-register): Register parent dir if needed.
18359         (vc-cvs-could-register): Return non-nil if parent can be registered.
18360         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
18361         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
18363         * vc-svn.el (vc-svn-use-edit): Make it into a const.
18364         (vc-svn-update): Fix the arguments to `svn'.
18365         (vc-svn-diff-tree): Just use `vc-svn-diff'.
18366         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
18367         Simple implementations, assuming `name' is a URL.
18369         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
18370         set of chars allowed unquoted in a case pattern.
18372         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
18374         * font-lock.el (font-lock-extra-types-widget)
18375         (c-font-lock-extra-types, c++-font-lock-extra-types)
18376         (objc-font-lock-extra-types, java-font-lock-extra-types)
18377         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
18378         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
18379         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
18380         (font-lock-match-c++-structor-declaration)
18381         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
18382         (c++-font-lock-keywords-3, c++-font-lock-keywords)
18383         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
18384         (objc-font-lock-keywords-3, objc-font-lock-keywords)
18385         (java-font-lock-keywords-1, java-font-lock-keywords-2)
18386         (java-font-lock-keywords-3, java-font-lock-keywords)
18387         (java-font-lock-syntactic-face-function): Remove obsolete code
18388         and constants.  It's all in cc-fonts.el now.
18390 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
18392         * mail/sendmail.el (mail-specify-envelope-from)
18393         (mail-envelope-from): Doc fix.
18395 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
18397         * generic-x.el: Do away with the dependency on `c-emacs-features'
18398         when populating `rul-generic-mode-syntax-table'; we already know
18399         this isn't XEmacs.
18401 See ChangeLog.10 for earlier changes.
18403 ;; Local Variables:
18404 ;; coding: iso-2022-7bit
18405 ;; End:
18407     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
18408   Copying and distribution of this file, with or without modification,
18409   are permitted provided the copyright notice and this notice are preserved.
18411 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1