(ange-ftp-gateway-fatal-msgs, ange-ftp-pending-error-line): New vars.
[emacs.git] / lisp / ChangeLog
blob3b1de56983861271daef265c8c1442811bc101c4
1 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
4         (ange-ftp-pending-error-line): New vars.
5         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
6         to handle the non-fatal no-route-to-host messages.
7         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
9 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
11         * isearch.el (isearch-mode-map, isearch-other-meta-char)
12         (isearch-quote-char, isearch-printing-char)
13         (isearch-text-char-description): "?\ " -> "?\s".
14         (isearch-lazy-highlight-cleanup)
15         (isearch-lazy-highlight-initial-delay)
16         (isearch-lazy-highlight-interval)
17         (isearch-lazy-highlight-max-at-a-time)
18         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
19         Declare with define-obsolete-*-alias macros.
20         (isearch-forward): Fix typo in docstring.
21         (search-invisible, search-ring-yank-pointer)
22         (regexp-search-ring-yank-pointer): Doc fixes.
24         * recentf.el (recentf-menu-append-commands-p): Declare with
25         `define-obsolete-variable-alias'.
26         (recentf-max-saved-items, recentf-menu-filter)
27         (recentf-arrange-by-rule-subfilter): Doc fixes.
28         (recentf-menu-append-commands-flag)
29         (recentf-initialize-file-name-history, recentf-expand-file-name)
30         (recentf-clear-data): Fix typos in docstrings.
32 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
34         * progmodes/gdb-ui.el: Smarten comments.
35         (gdb-info-breakpoints-custom): Use nowarn when finding file.
37 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
39         * term/apollo.el (terminal-init-apollo): New function containing
40         all former top level forms in the file.
41         * term/bobcat.el (terminal-init-bobcat):
42         * term/cygwin.el (terminal-init-cygwin):
43         * term/iris-ansi.el (terminal-init-iris-ansi):
44         * term/linux.el (terminal-init-linux):
45         * term/news.el (terminal-init-news):
46         * term/rxvt.el (terminal-init-rxvt):
47         * term/sun.el (terminal-init-sun):
48         * term/tvi970.el (terminal-init-tvi970):
49         * term/vt100.el (terminal-init-vt100):
50         * term/vt102.el (terminal-init-vt102):
51         * term/vt125.el (terminal-init-vt125):
52         * term/vt200.el (terminal-init-vt200):
53         * term/vt201.el (terminal-init-vt201):
54         * term/vt220.el (terminal-init-vt220):
55         * term/vt240.el (terminal-init-vt240):
56         * term/vt300.el (terminal-init-vt300):
57         * term/vt320.el (terminal-init-vt320):
58         * term/vt400.el (terminal-init-vt400):
59         * term/vt420.el (terminal-init-vt420):
60         * term/wyse50.el (terminal-init-wyse50):
61         * term/xterm.el (terminal-init-xterm): Likewise.
63         * term/README: Describe the terminal-init-* functionality.
65         * startup.el (command-line): After loading the terminal
66         initialization file call the corresponding terminal initialization
67         function.
69 2005-07-27  Kenichi Handa  <handa@m17n.org>
71         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
72         negative.
74         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to
75         setcharwidth.
76         (ps-mule-composition-prologue): Fix for the case that
77         RelativeCompose is false.
79 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
81         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
83         * descr-text.el (describe-char): Handle the case where the list of
84         chars is displayed in a separate frame.
85         Be a bit more discriminating when looking for the char.
87 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
89         * bookmark.el (bookmark-automatically-show-annotations)
90         (bookmark-read-annotation-text-func): Doc fixes.
91         (bookmark-save): Improve argument/docstring consistency.
92         (bookmark-get-bookmark, bookmark-get-bookmark-record)
93         (bookmark-alist-from-buffer)
94         (bookmark-upgrade-file-format-from-0)
95         (bookmark-grok-file-format-version)
96         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
97         (bookmark-read-annotation-mode)
98         (bookmark-insert-current-bookmark, bookmark-jump)
99         (bookmark-exit-hook): Fix typos in docstrings.
100         (bookmark-exit-hooks): Define as obsolete alias.
101         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
102         not `bookmark-exit-hooks'.  Fix docstring.
103         (bookmark-bmenu-select): "?\ " -> "?\s".
105 2005-07-25  Ari Roponen <arjuropo@cc.jyu.fi>  (tiny change)
107         * startup.el (command-line): Fix typo.
109 2005-07-24  Richard M. Stallman  <rms@gnu.org>
111         * tooltip.el (tooltip-mode): Test emacs-basic-display,
112         not emacs-quick-startup.
114 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
116         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
117         (reb-next-match, reb-show-subexp): Use `with-selected-window'
118         instead of `reb-with-current-window'.
119         (reb-prev-match): Likewise.  Also, don't move left if the search
120         was unsuccessful.
121         (reb-initialize-buffer): New function.
122         (re-builder, reb-change-syntax): Use it.
124         * man.el (Man-goto-page): Make second argument NOERROR optional.
126 2005-07-23  Richard M. Stallman  <rms@gnu.org>
128         * man.el (Man-bgproc-sentinel): Check here for failure to find
129         any man page in the output, and report the error here.
130         (Man-arguments): Make it permanent local.
131         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
132         (Man-mode): Pass t for NOERROR.
134         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
135         (grep-mode-font-lock-keywords):
136         Don't use compilation-...-face for messages that are not file names.
138         * progmodes/compile.el (compilation-mode-font-lock-keywords):
139         Don't use compilation-...-face for messages that are not file names.
141 2005-07-22  Juri Linkov  <juri@jurta.org>
143         * simple.el (line-move-1): Fix comments.
145         * startup.el (normal-splash-screen): Update menu name.
147         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
149 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
151         * term/xterm.el: Load term/rxvt if the terminal is actually an
152         rxvt terminal.
153         (xterm-rxvt-set-background-mode): Remove, not used anymore.
155         * term/rxvt.el (function-key-map): Use substitute-key-definition
156         to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
158         * term/cygwin.el: New file.
160 2005-07-22  Kim F. Storm  <storm@cua.dk>
162         * image-file.el (insert-image-file, image-file-yank-handler):
163         Fix last change to maintain a (unique) yank-handler on yanked images.
165 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
167         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
168         of the file size (as in "177B" for 177 bytes).  This happens with
169         "ls -lh" on FreeBSD.
171 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
173         * hilit-chg.el (highlight-changes-global-initial-state)
174         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
175         (hilit-chg-fixup, highlight-changes-mode):
176         Fix typos in docstrings.
177         (highlight-changes-global-modes, highlight-changes-rotate-faces):
178         Doc fixes.
180 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
182         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
183         mode function using `eval-after-load'.
185 2005-07-21  Kim F. Storm  <storm@cua.dk>
187         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
188         included when reporting an emacs crash, and tell about the DEBUG file.
190         * image-file.el (insert-image-file): Add yank-handler.
191         (image-file-yank-handler): Yank handler to make unique copies of
192         images when they are yanked into a buffer next to each other.
194 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
196         * comint.el (comint-use-prompt-regexp, comint-send-input)
197         (comint-source-default, comint-extract-string)
198         (comint-get-source, comint-word, comint-completion)
199         (comint-source, comint-prompt-read-only, comint-update-fence):
200         Fix typos in docstrings.
201         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
202         Declare with define-obsolete-*-alias macros.
203         (comint-previous-matching-input-from-input)
204         (comint-next-matching-input-from-input)
205         (comint-previous-matching-input, comint-next-matching-input)
206         (comint-forward-matching-input):
207         Improve argument/docstring consistency.
209         * desktop.el (desktop-clear-preserve-buffers-regexp):
210         Also preserve the *server* buffer.
212         * simple.el (clone-indirect-buffer): Doc fix.
213         (fixup-whitespace, just-one-space)
214         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
215         (next-error, next-error-highlight)
216         (next-error-highlight-no-select, next-error-last-buffer)
217         (next-error-buffer-p, next-error-find-buffer, next-error)
218         (previous-error, next-error-no-select, previous-error-no-select)
219         (open-line, split-line, minibuffer-prompt-width, kill-new)
220         (binary-overwrite-mode): Fix typos in docstrings.
221         (set-fill-column): Fix typo in message.
223         * skeleton.el (skeleton-proxy-new): Doc fix.
225         * strokes.el (strokes-load-hook): Doc fix.
226         (strokes-grid-resolution, strokes-get-grid-position)
227         (strokes-renormalize-to-grid, strokes-read-stroke)
228         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
229         (strokes-global-map): Fix typos in docstrings.
230         (strokes-help): Doc fix.  Fix help message and pass it through
231         `substitute-command-keys'.
233         * tempo.el (tempo-insert-prompt, tempo-interactive)
234         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
235         (tempo-insert-string-functions, tempo-local-tags)
236         (tempo-define-template, tempo-insert-template)
237         (tempo-insert-prompt-compat, tempo-is-user-element)
238         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
239         Fix typos in docstrings.
241         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
242         (vcursor-key-bindings, vcursor-use-vcursor-map)
243         (vcursor-find-window, vcursor-scroll-down)
244         (vcursor-disable, vcursor-beginning-of-buffer)
245         (vcursor-end-of-buffer): Fix typos in docstrings.
246         (vcursor-relative-move, vcursor-get-char-count):
247         Improve argument/docstring consistency.
249         * version.el: "?\ " -> "?\s".
251         * wid-edit.el (widget-default-create, widget-after-change)
252         (widget-default-format-handler, widget-checklist-add-item)
253         (widget-radio-add-item, widget-choose, widget-specify-secret)
254         (widget-field-value-create, widget-field-value-get)
255         (widget-editable-list-format-handler)
256         (widget-editable-list-entry-create, widget-group-value-create)
257         (widget-documentation-link-add)
258         (widget-documentation-string-value-create): "?\ " -> "?\s".
259         (widget-convert-text): Doc fix.
260         (widget-narrow-to-field, widget-field-find)
261         (widget-url-link-action, widget-emacs-library-link-action)
262         (widget-color-notify): Fix typos in docstrings.
264         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
265         (x-select-text, set-w32-system-coding-system)
266         (w32-add-charset-info): Fix typos in docstrings.
268         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
269         (cua-enable-cua-keys, cua-use-hyper-key)
270         (cua-virtual-rectangle-edges): Fix typos in docstrings.
271         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
273         * net/tramp.el (tramp-handle-load): Fix typo in error message.
275         * emacs-lisp/re-builder.el (regexp-builder): Declare with
276         `defalias' instead of faking it.
278         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
279         (eshell-ls-missing, eshell-ls-dired-initial-args)
280         (eshell-ls-use-in-dired): Fix typos in docstrings.
282 2005-07-20  Kim F. Storm  <storm@cua.dk>
284         * emulation/cua-base.el (cua-mode): Improve doc string.
286 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
288         * abbrev.el (expand-region-abbrevs): Doc fix.
289         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
290         Improve argument/docstring consistency.
292         * arc-mode.el (archive-get-descr, archive-alternate-display):
293         Doc fixes.
294         (archive-l-e): Improve argument/docstring consistency.
295         (archive-tmpdir, archive-unixdate, archive-unixtime)
296         (archive-chmod-entry): Fix typos in docstrings.
297         (archive-unflag, archive-unflag-backwards)
298         (archive-unmark-all-files): "?\ " -> "?\s".
300         * buff-menu.el (Buffer-menu-unmark): Doc fix.
301         (Buffer-menu-not-modified, Buffer-menu-execute)
302         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
303         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
305         * composite.el (compose-string, encode-composition-rule)
306         (compose-last-chars): Fix typos in docstrings.
308         * desktop.el (desktop-enable, desktop-basefilename):
309         Declare with `define-obsolete-variable-alias'.
310         (desktop-internal-v2s): Don't quote keywords.
311         (desktop-clear): "?\ " -> "?\s".
313         * dired.el (dired-align-file, dired-flag-backup-files)
314         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
315         (dired-listing-switches, dired-ls-F-marks-symlinks)
316         (dired-dwim-target, dired-load-hook, dired-mode-hook)
317         (dired-directory, dired-faces, dired, dired-revert)
318         (dired-mode, dired-summary, dired-view-file)
319         (dired-copy-filename-as-kill, dired-delete-file)
320         (dired-no-confirm, dired-unmark-all-marks)
321         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
322         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
323         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
324         Fix typos in message strings.
326         * dired-x.el (virtual-dired): Declare with `defalias'.
327         (dired-mark-unmarked-files, dired-local-variables-file)
328         (dired-omit-here-always): Doc fix.
329         (dired-omit-mode, dired-find-subdir)
330         (dired-enable-local-variables, dired-clean-up-buffers-too)
331         (dired-extra-startup, dired-mark-extension, dired-jump)
332         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
333         (dired-smart-shell-command, dired-guess-shell-alist-user)
334         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
335         (dired-x-bind-find-file, dired-x-submit-report):
336         Fix typos in docstrings.
337         (dired-mark-unmarked-files): "?\ " -> "?\s".
339         * dirtrack.el (dirtrack-list): Fix typos in docstring.
341         * faces.el (describe-face): "?\ " -> "?\s".
342         (read-all-face-attributes, read-face-font, modify-face)
343         (face-attr-construct, italic): Fix typos in docstrings.
344         (frame-update-face-colors): Declare with
345         `define-obsolete-function-alias'.
347         * files.el (find-file-noselect, recode-file-name): Doc fixes.
348         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
349         (magic-mode-alist, buffer-file-numbers-unique)
350         (write-file-functions, get-free-disk-space):
351         Fix typos in docstrings.
352         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
353         (write-contents-hooks, write-file-hooks):
354         Declare with `define-obsolete-variable-alias'.
356         * forms-d2.el (arch-rj): Fix typo in docstrings.
357         (arch-tocol): Likewise.  "?\ " -> "?\s".
359         * frame.el (set-frame-font, cursor-in-non-selected-windows):
360         Fix typo in docstring.
361         (set-screen-width, set-screen-height): Delete redundant info in
362         doctrings.
363         (new-frame, screen-height, screen-width): Declare with
364         `define-obsolete-function-alias'.
365         (delete-frame-hook, blink-cursor): Declare with
366         `define-obsolete-variable-alias'.
368         * paths.el (prune-directory-list): Fix typos in docstring.
370         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
371         (cvs-prefix-get): Fix typos in docstrings.
373         * ps-print.el (ps-extend-face-list, ps-extend-face)
374         (ps-print-background-image): Fix typos in docstrings.
375         (ps-default-fg, ps-default-bg): Doc fixes.
377         * s-region.el (s-region-bind): Doc fix.
378         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
380         * textmodes/org.el (org-table-formula-substitute-names)
381         (org-table-get-vertical-vector): Doc fixes.
382         (org-table-recalculate): Remove unused argument to `message'.
384 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
386         * textmodes/org.el (org-table-column-names)
387         (org-table-column-name-regexp)
388         (org-table-named-field-locations): New variables.
389         (org-archive-subtree): Protect `this-command' when calling
390         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
391         the kill buffer.
392         (org-complete): Remove fixed-formula completion.
393         (org-edit-formulas-map): New variable.
394         (org-table-edit-formulas): New command.
395         (org-finish-edit-formulas, org-abort-edit-formulas)
396         (org-show-variable, org-table-get-vertical-vector): New functions.
397         (org-table-maybe-eval-formula): Handle `:=' fields.
398         (org-table-get-stored-formulas, org-table-store-formulas)
399         (org-table-get-formula, org-table-modify-formulas)
400         (org-table-replace-in-formulas): Handle named field formulas.
401         (org-table-get-specials): Store locations of named fields.
403 2005-07-19  Juri Linkov  <juri@jurta.org>
405         * progmodes/grep.el (grep-regexp-alist)
406         (grep-mode-font-lock-keywords, grep-process-setup):
407         Use default GNU grep match color "01;31m" instead of "01;41m".
408         (grep-regexp-alist, grep-mode-font-lock-keywords):
409         Use `\\[[0-9]*m' instead of `\\[00m'.
410         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
411         sgr_start where its handling is more important.  Use the real
412         length of sgr_start instead of constant 8.
413         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
414         specially.  Delete all remaining escape sequences.
415         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
416         (grep-regexp-alist): Make hyperlink only for binary file name
417         instead of the whole line.
418         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
419         (grep-mode): Add autoload.
421         * emacs-lisp/find-func.el (find-function-regexp):
422         Add `define-compilation-mode'.
424 2005-07-19  Juri Linkov  <juri@jurta.org>
426         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
427         (compare-windows-sync-string-size, compare-windows-recenter)
428         (compare-windows-highlight, compare-windows): Add version 22.1.
429         (compare-windows) <defface>: Inherit from lazy-highlight instead
430         of duplicating its default value.
432         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
433         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
435         * descr-text.el (describe-char): Create link buttons for `charset'
436         and `code point'.  Add the current input method name with a link
437         button to `to input' field.  Print face names of display table
438         characters in `The display table entry is displayed by' section
439         instead of printing face-id in the `display' field.
440         Guess hardcoded faces and create a link button for them.
441         Skip empty fields when calculating max-width.
442         Treat `widget-create' specially while inserting strings from the
443         collected field list.
444         (describe-char-after): Made obsolete in version 22.1, not 21.5.
446         * diff-mode.el (diff-file-header): Change foreground color from
447         yellow to green on light backgrounds.
448         (diff-context): Inherit from `shadow' only for color/grayscale
449         with more than 88 colors.
450         (diff-indicator-removed, diff-indicator-added)
451         (diff-indicator-changed): New faces.
452         (diff-font-lock-keywords): Use new faces.  Regroup rules.
453         Add "^---$" for `normal' diff format.  Fontify `#' lines with
454         font-lock-comment-delimiter-face and font-lock-comment-face.
455         Add `#' to ^[^...] in the rule for `diff-context-face'.
457         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
458         a button-like box.  Inherit from `highlight' on low colors.
459         (shadow): Use shades of gray only for color/grayscale with
460         more than 88 colors.  Use green for light backgrounds with
461         8 colors, and yellow for dark backgrounds with 8 colors.
463         * font-lock.el (font-lock-regexp-grouping-backslash):
464         Don't inherit from escape-glyph (use bold for all cases).
466         * info.el (info-xref-visited): Use light foreground color `violet'
467         for dark backgrounds instead of dark color `magenta3'.
468         (info-title-1): Use `yellow' color for dark backgrounds.
470         * isearch.el (isearch): Use not-too-dark magenta3 instead of
471         too-light magenta2.
473         * replace.el (match): Use slightly more light RoyalBlue3 instead
474         of dark RoyalBlue4.
476         * wid-edit.el (widget-inactive): Inherit from `shadow'.
478 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
480         * novice.el (disabled-command-hook): Declare it with
481         `define-obsolete-variable-alias'.
483         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
484         (desktop-buffer-misc-functions, desktop-buffer-handlers)
485         (desktop-load-default): Add release to obsolescence info.
486         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
487         (desktop-append-buffer-args, desktop-read):
488         Fix typos in docstrings.
489         (desktop-kill): Fix typo in message.
490         (desktop-save): Doc fix.
492 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
494         * viper-cmd.el (viper-escape-to-state): Bug fix.
495         (viper-envelop-ESC-key): Change the definition of fast
496         keysequence so it'll work with keyboard macros.
498         * ediff.el (ediff-patch-buffer): Change the docstring.
500 2005-07-19  Kenichi Handa  <handa@m17n.org>
502         * international/mule-cmds.el (select-safe-coding-system): Try to
503         use an auto-coding (if any) before anything else.  If the found
504         auto-coding is invalid, show a warning message.
506         * international/mule.el (find-auto-coding): New function created
507         by modifying the body of set-auto-coding.
508         (set-auto-coding): Use find-auto-coding to find a coding.
510 2005-07-18  Richard M. Stallman  <rms@gnu.org>
512         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
513         not isearch-mode-end-hook-error.
514         (allout-before-change-protect): Fix error message.
516 2005-07-18  Juri Linkov  <juri@jurta.org>
518         * allout.el (allout-mode):
519         * calculator.el (calculator-copy):
520         * custom.el (custom-known-themes):
521         * dired.el (dired-desktop-buffer-misc-data)
522         (dired-restore-desktop-buffer):
523         * dired-x.el (dired-omit-marker-char):
524         * files.el (basic-save-buffer):
525         * font-core.el (font-lock-mode):
526         * calendar/calendar.el (calendar-goto-hebrew-date)
527         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
528         (calendar-goto-persian-date):
529         * language/ethio-util.el (ethio-sera-to-fidel-region):
530         * textmodes/picture.el (picture-mode):
531         Delete duplicate duplicate words.
533 2005-07-18  Juri Linkov  <juri@jurta.org>
535         * isearch.el (isearch-mode-map): Remove key bindings for regexp
536         chars * ? } |.
537         (isearch-fallback): Don't call `isearch-process-search-char'.
538         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
539         (isearch-process-search-char): Call `isearch-fallback' for regexp
540         chars * ? } |.
541         (isearch-return-char): Make obsolete with `make-obsolete' instead
542         of simply documenting it as obsolete in the docstring.
543         (isearch-fallback): Refill docstring.
545         * international/isearch-x.el
546         (isearch-process-search-multibyte-characters): Remove unneeded `concat'.
547         Add intermediate values to `junk-hist' instead of `minibuffer-history'.
548         Test the length of `str'.
550 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
552         * allout.el (allout-resolve-xref): Fix typos in error strings.
553         (allout-before-change-protect): Remove unneeded `concat'.
555         * array.el (array-mode, array-reconfigure-rows)
556         (untabify-backward): Fix typos in docstrings.
557         (array-reconfigure-rows): Use `insert-buffer-substring', not
558         `insert-buffer'.
560         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
561         * progmodes/ada-mode.el (ada-make-body):
562         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
564         * dired.el (dired-log):
565         * tar-mode.el (tar-subfile-save-buffer):
566         * play/zone.el (zone-pgm-stress-destress):
567         Use `insert-buffer-substring', not `insert-buffer'.
569 2005-07-17  Simon Josefsson  <jas@extundo.com>
571         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
573 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
575         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
576         Add plain auth method.
577         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
579 2005-07-17  Kim F. Storm  <storm@cua.dk>
581         * ido.el (dired-other-window): Add ido property.
583 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
585         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
586         Fix typo in docstring.
587         (byte-compile-interactive-only-functions): Add `insert-buffer' and
588         `insert-file-literally'.
590         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
591         info and delete redundant message.  Doc fix.
592         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
593         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
595 2005-07-16  Richard M. Stallman  <rms@gnu.org>
597         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
598         (byte-compile-and): Use byte-compile-and-recursion.
599         (byte-compile-or-recursion): New function.
600         (byte-compile-or): Use that.
601         (byte-compile-if): Guard the else-clause too.
602         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
604         * isearch.el (isearch-mode-end-hook-quit): New variable.
605         (isearch-done): Bind it.
606         (isearch-mode-end-hook): Doc fix.
608         * allout.el (allout-isearch-did-quit): Variable deleted.
609         (allout-real-isearch-abort): Function name no longer used.
610         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
611         (allout-isearch-rectification): isearch-mode always exists.
612         Don't set allout-isearch-did-quit.
613         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
614         allout-isearch-did-quit.
615         (allout-enwrap-isearch): Just add the hook.
616         (allout-isearch-abort): Function deleted.
617         (allout-pre-command-business): Avoid warning.
619         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
620         Correctly avoid warnings.
621         (pascal-outline): Likewise.
623         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
625         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
627         * play/tetris.el (tetris-mode): Avoid warning.
629         * play/snake.el (snake-mode): Avoid warning.
631         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
632         (gamegrid-set-display-table): Avoid warning.
633         (gamegrid-set-timer): Likewise.
634         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
635         (gamegrid-add-score-with-update-game-score-1): Take FILE
636         as argument.
637         (gamegrid-add-score-with-update-game-score): Pass that argument.
638         Rename have-shared-game-dir to gamegrid-shared-game-dir.
640         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
642         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
643         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
645         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
646         and insert-file.
648         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
649         (sc-ask): Avoid warnings.
651         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
652         (eshell-hist-initialize): Use that var the natural way.
654         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
656         * emacs-lisp/re-builder.el (reb-cook-regexp):
657         Avoid warning calling lre-compile-string.
658         (reb-color-display-p): Avoid warning.
660         * calculator.el (calculator-last-input): Guard uses
661         of event-key and key-press-event-p.
662         (event-key, key-press-event-p): Delete definitions.
664         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
665         (find-gc-source-directory, find-gc-subrs-callers)
666         (find-gc-noreturn-list, find-gc-source-files)
667         (find-gc-subrs-called): Vars renamed and defvar'd.
669         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
670         (checkdoc-overlay-put, checkdoc-delete-overlay)
671         (checkdoc-overlay-start, checkdoc-overlay-end)
672         (checkdoc-mode-line-update, checkdoc-char=):
673         Define such that compiler knows they are defined.
674         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
675         (checkdoc-read-event): Delete.  Use read-event directly.
677         * whitespace.el (whitespace-make-overlay)
678         (whitespace-overlay-put, whitespace-delete-overlay)
679         (whitespace-overlay-start, whitespace-overlay-end):
680         Define such that compiler knows they are defined.
681         (whitespace): Move conditional inside.
683         * tempo.el (tempo-insert-template): Suppress warning.
685         * ediff-diff.el (longlines-mode): Add defvar.
687 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
689         * server.el: Bind "C-x #" in a way that works even if C-x is
690         redefined to a command key, not a prefix key.
692 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
694         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
695         cl-make-type-test till execution time.
697 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
699         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
700         arg ARG and use it.
702 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
704         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
706 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
708         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
709         a defcustom with two :set or :type keywords.
711 2005-07-15  Richard M. Stallman  <rms@gnu.org>
713         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
714         Don't give ^M comment-end syntax.
716 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
718         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
719         Don't consider gdbmi (gdb-mi.el has its own update functions).
720         (gdb-var-delete): Make it work for gdbmi as well.
721         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
723         * progmodes/gud.el (etags, sdb): Only require etags when needed.
724         (gud-speedbar-menu-items): Correct logic for enabling items.
726 2005-07-15  Kim F. Storm  <storm@cua.dk>
728         * ido.el: Fix commentary.
729         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
730         Use with-no-warnings around ffap-guesser.
731         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
732         Let bind minibuffer-completing-file-name to t.
734 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
736         * startup.el (site-run-file, keyboard-type): Doc fixes.
737         (command-line): Check for "--basic-display" argument; also for
738         "--quick", not "--bare-bones" (which was renamed).
739         (fancy-splash-text): Add missing item "Getting New Versions".
740         (normal-splash-screen): Fix typos and improve consistency with
741         `fancy-splash-text'.  Update copyright year.
743         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
744         valid binding for `help-char'.
746         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
748 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
750         * term.el (term-mode): Disable cua-mode for term buffers.
752 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
754         * add-log.el (add-log-mailing-address, change-log-merge):
755         Doc fixes.
756         (change-log-get-method-definition): Fix typo in docstring.
758 2005-07-14  Kim F. Storm  <storm@cua.dk>
760         * emulation/cua-base.el:
761         (cua--pre-command-handler-1, cua--pre-command-handler)
762         (cua--post-command-handler-1, cua--post-command-handler):
763         Split in two.  Check (buffer local) value of cua-mode.
764         (cua-selection-mode): New command.
766 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
768         * custom.el (custom-initialize-safe-set)
769         (custom-initialize-safe-default): Doc fixes.
771         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
772         and simplify :init-value again.
774         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
775         and simplify :init-value again.  Delete autoload.
777         * startup.el (command-line): Use `custom-reevaluate-setting' again
778         for tooltip-mode.
780         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
781         a defcustom with two :initialize keywords.
783 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
785         * allout.el (my-mark-marker, allout-isearch-prior-pos)
786         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
787         (allout-post-command-business, allout-flag-region)
788         (isearch-reenable-font-lock, allout-yank)
789         (allout-insert-latex-header, allout-insert-latex-trailer)
790         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
791         (allout-latex-verb-quote): Fix typos in docstrings.
792         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
793         (allout-unprotected, allout-prefix-data):
794         Improve argument/docstring consistency.
795         (allout-chart-subtree): Fix argument spec.
796         (allout-open-topic): Rename `use_sib_bullet' argument to
797         `use-sib-bullet'.  Doc fix.
799         * whitespace.el (whitespace-check-buffer-leading)
800         (whitespace-check-buffer-trailing)
801         (whitespace-check-buffer-indent)
802         (whitespace-check-buffer-spacetab)
803         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
804         (whitespace-check-leading-whitespace)
805         (whitespace-check-trailing-whitespace)
806         (whitespace-check-spacetab-whitespace)
807         (whitespace-check-indent-whitespace)
808         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
809         (whitespace-modes): Fix typos in docstrings.
810         (defgroup, defcustom): Doc fixes.
812         * winner.el (winner-mode, winner-boring-buffers)
813         (winner-pending-undo-ring): Doc fixes.
814         (winner-ring): Remove unneeded `progn'.
815         (winner-equal): `defsubst' it.
816         (winner-redo): Fix message.
818 2005-07-13  Kim F. Storm  <storm@cua.dk>
820         * simple.el (line-move-1): Always use vertical-motion to
821         do the last (or only) line move to ensure some movement.
822         Undo 2005-06-23 change--don't check for overlays.
824 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
826         * term/mac-win.el (ccl-encode-mac-roman-font)
827         (ccl-encode-mac-centraleurroman-font)
828         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
829         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
830         Change charset-id boundary of dimension to ?\xef.
831         (mac-char-fontspec-list): New constant.
832         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
833         argument.  Nil uses itself as family in font-spec.  Previous
834         behavior for nil is now provided by non-nil non-string argument.
835         All callers changed.  Add font-specs for Mac fonts to
836         "fontset-default" unless iso8859-1 fonts are installed.
838 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
840         * progmodes/sh-script.el (sh-get-indent-info): Only indent
841         a continuation line if the \ is preceded by SPC or TAB.
842         (sh-get-indent-info): Simplify.
843         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
844         Use with-current-buffer.
846         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
847         when the matched text is empty.
849 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
851         * startup.el (command-line): Revert to previous handling of
852         tooltip-mode.  Explain in comment why the complexity is needed.
854         * tooltip.el (tooltip-mode): Revert to previous implementation of
855         its defcustom.
857         * frame.el (blink-cursor-mode): Revert to previous implementation
858         of its defcustom.  Update comment.
860 2005-07-12  Lars Hansen  <larsh@soem.dk>
862         * desktop.el: Update e-mail address.
864 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
866         * term/mac-win.el (mac-services-mail-selection)
867         (mac-services-mail-to): New functions.
868         (mac-application-menu-map): Bind them.
870 2005-07-12  wulei <milton@wulei.net>  (tiny change)
872         * progmodes/gdb-ui.el: Add note about buffering with Windows.
874 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
876         * custom.el (custom-reevaluate-setting): Doc fix.
878 2005-07-11  Jay Belanger  <belanger@truman.edu>
880         * calc/calc.el (calc-embedded-announce-formula-alist)
881         (calc-embedded-open-close-plain-alist)
882         (calc-embedded-open-close-mode-alist): Add checks for additional
883         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
885 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
887         * custom.el (custom-enable-theme): Don't add theme to
888         `custom-enabled-themes' with `push' because there is no
889         setf-method for `delq'.
891 2005-07-11  Richard M. Stallman  <rms@gnu.org>
893         * custom.el (custom-declare-variable): Doc fix.
895         * dired-aux.el (dired-compare-directories): Remove "." and ".."
896         from the alists.
898         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
899         Do nothing if edebug-active.
901         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
902         (edebug-display): Do it here instead.
904 2005-07-10  Richard M. Stallman  <rms@gnu.org>
906         * cus-face.el (custom-theme-set-faces): Make it work.
907         (custom-reset-faces): Doc fix.
908         (custom-theme-reset-internal-face, custom-theme-face-value):
909         Functions deleted.
911         * custom.el (custom-push-theme): Maintain list of the settings
912         of a given theme in its theme-settings property.
913         Maintain position of old settings in the theme-value
914         or theme-face property.
915         (custom-enabled-themes): New variable.
916         (custom-theme-enabled-p): New function.
917         (provide-theme): Update custom-enabled-themes.
918         Disable and reenable the `user' theme.
919         (require-theme): Doc fix.
920         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
921         (custom-theme-value, custom-theme-variable-value): Likewise.
922         (custom-theme-reset-internal): Likewise.
923         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
924         (custom-enable-theme, custom-disable-theme): New functions.
925         (custom-variable-theme-value, custom-face-theme-value): Likewise.
926         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
927         (custom-theme-reset-variables): Simplify.
928         (deftheme, custom-declare-theme, custom-make-theme-feature):
929         Definitions moved.
931 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
933         * longlines.el (longlines-show-region)
934         (longlines-unshow-hard-newlines): Recognize hard newlines by
935         non-nil hard property, instead of t.
937 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
939         * viper-cmd.el (viper--key-maps): New variable.
940         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
941         emulation-mode-map-alists.
942         (viper-envelop-ESC-key): Use viper-subseq.
943         (viper-search-forward/backward/next): Disable debug-on-error.
945         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
946         (viper-ESC-key): New defcustoms.
948         * viper-macs.el (ex-map-read-args): Use viper-subseq.
950         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
951         (viper-subseq): Copy of subseq from cl.el.
953         * viper.el (viper-go-away, viper-set-hooks): Use
954         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
956         * viper-mous.el (viper-current-frame-saved): Use defvar.
958         * viper-init.el: Get rid of -face in face names.
960         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
961         Make it work with longlines mode
963         * ediff-mult.el (ediff-meta-mode-hook): New variable.
965         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
967         * ediff-init: Get rid of -face in face names.
969 2005-07-10  Richard M. Stallman  <rms@gnu.org>
971         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
972         and with-timeout-unsuspend.
974         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
975         and with-timeout-unsuspend.
977         * emacs-lisp/timer.el (with-timeout-timers): New variable.
978         (with-timeout): Bind that variable to record timers.
979         (with-timeout-suspend, with-timeout-unsuspend): New functions.
981         * emacs-lisp/debug.el (debug-help-follow): New function.
982         (debugger-mode-map): Use that instead of help-follow.
983         (debugger-setup-buffer): Use eval-buffer-list
984         to handle eval-buffer frames.
986 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
988         * timezone.el (timezone-parse-date): Change first regexp
989         so it will not mistakenly match dates with no time zone.
991 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
993         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
995 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
997         * custom.el (custom-initialize-safe-set)
998         (custom-initialize-safe-default): New functions.
1000         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
1001         and simplify :init-value.
1003         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
1004         and simplify :init-value.  Delete obsolete comment.
1006         * startup.el (command-line): Use `custom-reevaluate-setting' to
1007         handle `tooltip-mode'.  Delete obsolete comment.
1009         * files.el (set-visited-file-name): Avoid calling
1010         `file-name-nondirectory' with a nil argument.
1012 2005-07-09  Richard M. Stallman  <rms@gnu.org>
1014         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
1015         was called with nil for the buffer, handle the read position right.
1016         Handle read position for eval-region, too.
1018 2005-07-09  Juri Linkov  <juri@jurta.org>
1020         * fringe.el (fringe-mode): Add period in docstring.
1021         (fringe-query-style): Build prompt depending on `all-frames' arg.
1023         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
1024         to not create links to unrelated functions in the Help buffer.
1026         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
1027         Doc fix.
1029         * simple.el (next-error-hook): New variable.
1030         (next-error): Use it.  Doc fix.
1032         * textmodes/ispell.el (ispell-command-loop): Add current
1033         dictionary name and program name to mode-line-format.
1034         (ispell-region, ispell-process-line): Add current dictionary name
1035         and program name to messages.
1037 2005-07-08  Jay Belanger  <belanger@truman.edu>
1039         * calc/calc.el (calc-embedded-announce-formula-alist)
1040         (calc-embedded-open-close-formula-alist)
1041         (calc-embedded-open-close-word-alist)
1042         (calc-embedded-open-close-plain-alist)
1043         (calc-embedded-open-close-new-formula-alist)
1044         (calc-embedded-open-close-mode-alist)
1045         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
1046         (calc-embedded-mode-hook): New variables.
1048         * calc/calc-embed.el (calc-embedded-firsttime)
1049         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
1050         New variables.
1051         (calc-do-embedded): Use calc-embedded-firsttime,
1052         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
1053         determine whether or not to run hooks.
1054         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
1055         calc-embedded-firsttime-formula appropriately.
1056         Set calc-embedded delimiter variables according to mode.
1058 2005-07-08  Richard M. Stallman  <rms@gnu.org>
1060         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
1061         Check for "emacs", etc., as entire symbol, not just as word.
1062         (checkdoc-file-comments-engine): Use regexp-quote on FN.
1064         * files.el (set-visited-file-name): Report the error
1065         for "empty filename" earlier.
1066         (kill-some-buffers): Ignore buffers already dead.
1068         * fringe.el (fringe-mode): Doc fix.
1070         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
1071         Check for (featurep 'xemacs) and turn off warnings in what it guards.
1072         Use unwind-protect to ensure byte-compile-unresolved-functions
1073         is updated.
1075         * whitespace.el (whitespace-buffer-leading-cleanup):
1076         Simplify w/ skip-chars-forward.
1077         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
1079         * mail/rmail.el (rmail-only-expunge): Fix paren error.
1080         Unconditionally try to leave point at the same old place.
1082 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
1084         * comint.el (comint-postoutput-scroll-to-bottom)
1085         (comint-show-maximum-output): Take scroll-margin into consideration.
1087 2005-07-08  Kim F. Storm  <storm@cua.dk>
1089         * ido.el (ido-use-filename-at-point): New choice `guess'.
1090         (ido-file-internal): Try ffap-guesser if selected.
1092         * ido.el (ido-before-fallback-functions): New hook.
1093         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
1094         (ido-read-file-name): Run it.
1096 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1098         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
1099         strings rather than a list of symbols to the completion function.
1101 2005-07-07  Jay Belanger  <belanger@truman.edu>
1103         * calc/calc-units.el (math-apply-units): Change the places in
1104         which units are simplified.
1106 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
1108         * cus-edit.el (customize-option, customize-option-other-window):
1109         Make them handle aliases.
1111         * custom.el (custom-variable-p): Make it recursively follow
1112         aliases.  Mention that in the docstring.
1114 2005-07-07  Richard M. Stallman  <rms@gnu.org>
1116         * cus-start.el (exec-path): Use `directory' instead of `file'.
1117         Fix tag for nil.
1119 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
1121         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
1122         when called non-interactively.  Doc fix.
1124 2005-07-07  Lute Kamstra  <lute@gnu.org>
1126         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
1127         new address as well.
1129 2005-07-07  Kenichi Handa  <handa@m17n.org>
1131         * international/mule.el (make-coding-system):
1132         Describe `ascii-incompatible' property in the docstring.
1133         (set-file-name-coding-system): Signal an error if coding-system is
1134         ascii-incompatible.
1135         (set-keyboard-coding-system): Likewise.
1137         * international/mule-cmds.el (set-default-coding-systems):
1138         Don't set default-file-name-coding-system and
1139         default-keyboard-coding-system if coding-system is ASCII-incompatible.
1141         * international/utf-16.el: Declare that all UTF-16-based coding
1142         systems are ASCII-incompatible.
1144 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
1146         * progmodes/gud.el: Require font-lock for displaying errors.
1147         Used by gdb-ui.el.
1149 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
1151         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
1152         values for the pattern lists which are `read'able but not
1153         `append'able (like symbols).
1155 2005-07-06  Richard M. Stallman  <rms@gnu.org>
1157         * progmodes/flymake.el (flymake-float-time): Instead of
1158         with-no-warnings, test for xemacs.
1159         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
1160         to avoid warning.
1162 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
1164         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
1166 2005-07-05  Lute Kamstra  <lute@gnu.org>
1168         * battery.el: Add support for Darwin (with much debugging help
1169         from Samuel Lauber <sam124@operamail.com>).
1170         (battery-status-function, battery-echo-area-format)
1171         (battery-mode-line-format): Add support for pmset on Darwin.
1172         (battery-load-low, battery-load-critical): New user options.
1173         (battery-pmset): New function.
1175 2005-07-05  Lute Kamstra  <lute@gnu.org>
1177         Update FSF's address in GPL notices.
1179         * textmodes/page-ext.el: Update FSF's address.
1181 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1183         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
1184         filling from using prefix when filling a single-line docstring.
1186         * progmodes/flymake.el: Remove useless eval-when-compile.
1188         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
1190 2005-07-04  Richard M. Stallman  <rms@gnu.org>
1192         * textmodes/org.el (org-file-apps-defaults-gnu):
1193         Rename from org-file-apps-defaults-linux.
1194         (org-default-apps): Don't test system-type for `linux'.
1195         (org-file-apps): Doc fix.
1197 2005-07-04  David Ponce  <david@dponce.com>
1199         * tree-widget.el: Improve header Commentary section.
1200         (tree-widget) [defgroup]
1201         (tree-widget-image-enable, tree-widget-themes-directory)
1202         (tree-widget-theme, tree-widget-image-properties-emacs)
1203         (tree-widget-image-properties-xemacs, tree-widget-create-image)
1204         (tree-widget-image-formats, tree-widget-control)
1205         (tree-widget-empty-control, tree-widget-leaf-control
1206         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
1207         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
1208         (tree-widget-keep, tree-widget-after-toggle-functions)
1209         (tree-widget-open-node, tree-widget-close-node): Doc fix.
1210         (tree-widget-open-control, tree-widget-close-control): Fix doc and
1211         :help-echo message.
1212         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
1213         (tree-widget-image-properties): Doc fix.  Clearer implementation.
1214         (tree-widget--cursors): New constant.
1215         (tree-widget-lookup-image): New function split from
1216         `tree-widget-find-image'.  Clearer implementation.
1217         (tree-widget-find-image): Use it.
1218         (tree-widget-button-keymap): Use `set-keymap-parent'.
1219         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
1220         Define the sub-widgets here.
1221         (tree-widget-node): Check that :node is not a tree-widget.
1222         (tree-widget-get-super, tree-widget-open-control)
1223         (tree-widget-close-control, tree-widget-empty-control)
1224         (tree-widget-leaf-control, tree-widget-guide)
1225         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
1226         (tree-widget-no-handle, tree-widget-value-delete)
1227         (tree-widget-map): Remove.
1228         (tree-widget-children-value-save): Doc fix.  Simplified.
1229         (tree-widget-value-create): Update according to previous changes.
1231 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
1233         * textmodes/org.el: Leading space replaced by TABS.
1234         (org-recalc-marks, org-table-rotate-recalc-marks)
1235         (org-table-get-specials): Treat "^" and "_" marks.
1236         (org-table-justify-field-maybe): Optional argument NEW.
1237         (org-table-eval-formula): Parsing of the format simplified.
1238         New modes C,I.  Honor the %= parameter in the current table.
1239         Avoid unnecessary re-align by using the NEW argument to
1240         `org-table-justify-field-maybe'.
1241         (org-calc-default-modes): Default for date-format mimicks org-mode.
1242         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
1244 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
1246         * cus-face.el (custom-theme-set-faces): Make it handle face
1247         aliases whose alias declarations are pre- or autoloaded.
1249 2005-07-04  Juri Linkov  <juri@jurta.org>
1251         * faces.el (read-face-name): Put the code for getting a face name
1252         from the buffer before adding the faces from the `face' property.
1253         Use `completing-read-multiple' instead of `completing-read'.
1254         Require `crm'.  Add default value and post-process the returned
1255         list of faces.
1257         * emacs-lisp/crm.el (crm-find-current-element)
1258         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
1260         * emacs-lisp/lisp-mode.el (eval-defun-1):
1261         * emacs-lisp/edebug.el (edebug-eval-defun):
1262         Remove unnecessary quotes.
1264 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
1266         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
1267         (prolog-indent-level): Fix typo in docstring.
1269         * info.el (Info-history, Info-history-forward)
1270         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
1272         * add-log.el (add-change-log-entry):
1273         * comint.el (comint-dynamic-list-input-ring)
1274         (comint-dynamic-list-completions):
1275         * dabbrev.el (dabbrev-expand):
1276         * delim-col.el (delimit-columns-rectangle-line):
1277         * diff-mode.el (diff-context->unified, diff-reverse-direction)
1278         (diff-unified->context):
1279         * ediff-init.el (ediff-abbrev-jobname):
1280         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
1281         (ediff-replace-session-activity-marker-in-meta-buffer):
1282         * info.el (Info-summary):
1283         * lpr.el (printify-region):
1284         * printing.el (pr-create-interface):
1285         * ps-print.el (ps-print-quote):
1286         * ses.el (ses-column-widths, ses-print-cell)
1287         (ses-adjust-print-width, ses-center):
1288         * shell.el (shell-file-name-quote-list):
1289         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
1290         (strokes-fill-current-buffer-with-whitespace)
1291         (strokes-xpm-for-stroke, strokes-list-strokes)
1292         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
1293         * term.el (term-dynamic-list-input-ring)
1294         (term-dynamic-list-completions):
1295         * calc/calc.el (math-format-stack-value):
1296         * emacs-lisp/edebug.el (edebug-display-freq-count):
1297         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
1298         (delphi-new-comment-line):
1299         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
1300         * progmodes/executable.el (executable-set-magic):
1301         * progmodes/python.el (inferior-python-mode):
1302         * progmodes/scheme.el (scheme-mode-syntax-table):
1303         * progmodes/sh-script.el (sh-maybe-here-document):
1304         * progmodes/sql.el (sql-copy-column):
1305         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
1306         * textmodes/bibtex.el (bibtex-mode):
1307         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
1308         (sgml-auto-attributes):
1309         * textmodes/table.el (table-insert, table-shorten-cell)
1310         (table--generate-source-scan-lines, table-delete-row)
1311         (*table--cell-delete-char, table--spacify-frame)
1312         (table--horizontally-shift-above-and-below)
1313         (table--cell-insert-char, table--cell-blank-str)
1314         (table--fill-region-strictly):
1315         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
1316         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
1318         * add-log.el (change-log):
1319         * apropos.el (apropos):
1320         * comint.el (comint-completion, comint-source):
1321         * dabbrev.el (dabbrev):
1322         * delim-col.el (columns):
1323         * diff-mode.el (diff-mode):
1324         * ediff.el (ediff):
1325         * ediff-diff.el (ediff-diff):
1326         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
1327         * ediff-mult.el (ediff-mult):
1328         * ediff-ptch.el (ediff-ptch):
1329         * ediff-wind.el (ediff-window):
1330         * facemenu.el (facemenu):
1331         * indent.el (indent):
1332         * info.el (info):
1333         * jka-cmpr-hook.el (compression, jka-compr):
1334         * lpr.el (lpr):
1335         * outline.el (outlines):
1336         * pcmpl-cvs.el (pcmpl-cvs):
1337         * pcmpl-rpm.el (pcmpl-rpm):
1338         * printing.el (printing):
1339         * ps-print.el (postscript, ps-print, ps-print-horizontal)
1340         (ps-print-vertical, ps-print-headers, ps-print-font)
1341         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
1342         (ps-print-background, ps-print-printer, ps-print-page)
1343         (ps-print-miscellany):
1344         * ses.el (ses):
1345         * shell.el (shell, shell-directories, shell-faces):
1346         * startup.el (initialization):
1347         * strokes.el (strokes):
1348         * term.el (term):
1349         * uniquify.el (uniquify):
1350         * w32-vars.el (w32):
1351         * calc/calc.el (calc):
1352         * emacs-lisp/bytecomp.el (bytecomp):
1353         * emacs-lisp/cl-indent.el (lisp-indent):
1354         * emacs-lisp/edebug.el (edebug):
1355         * emacs-lisp/elp.el (elp):
1356         * emacs-lisp/testcover.el (testcover):
1357         * emacs-lisp/trace.el (trace):
1358         * emulation/viper-ex.el (viper-ex):
1359         * emulation/viper-mous.el (viper-mouse):
1360         * mail/mailalias.el (mailalias):
1361         * mail/supercite.el (supercite, supercite-frames)
1362         (supercite-attr, supercite-cite, supercite-hooks):
1363         * net/rcompile.el (remote-compile):
1364         * net/rlogin.el (rlogin):
1365         * obsolete/ooutline.el (outlines):
1366         * progmodes/delphi.el (delphi):
1367         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
1368         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
1369         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
1370         (ebnf-optimization):
1371         * progmodes/etags.el (etags):
1372         * progmodes/executable.el (executable):
1373         * progmodes/idlwave.el (idlwave):
1374         * progmodes/pascal.el (pascal):
1375         * progmodes/prolog.el (prolog):
1376         * progmodes/python.el (python):
1377         * progmodes/scheme.el (scheme):
1378         * progmodes/sh-script.el (sh, sh-script):
1379         * progmodes/sql.el (SQL):
1380         * progmodes/tcl.el (tcl):
1381         * textmodes/bibtex.el (bibtex, bibtex-autokey):
1382         * textmodes/enriched.el (enriched):
1383         * textmodes/makeinfo.el (makeinfo):
1384         * textmodes/sgml-mode.el (sgml):
1385         * textmodes/table.el (table-hooks):
1386         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
1387         * textmodes/texinfo.el (texinfo):
1388         * textmodes/two-column.el (two-column):
1389         Finish `defgroup' description with period.
1391         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
1392         * eshell/esh-var.el (eshell-var):
1393         * progmodes/vhdl-mode.el (vhdl-testbench):
1394         * textmodes/org.el (org): Fix typos in docstrings.
1396         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
1397         consistency.
1399         * progmodes/flymake.el (flymake-find-file): Remove.
1400         (flymake-float-time): Use `with-no-warnings'.
1401         (flymake-check-start-time, flymake-check-was-interrupted)
1402         (flymake-err-info, flymake-is-running, flymake-last-change-time)
1403         (flymake-new-err-info): `defvar' at compile time.
1405 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
1407         * replace.el (occur-hook): Doc fix.
1408         (occur-1): Don't call `occur-hook' if there are no matches.
1410 2005-07-03  Richard M. Stallman  <rms@gnu.org>
1412         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
1413         global-map, save the same map.
1414         (global-map): Don't alter it at top level.
1415         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
1416         Then alter it here instead.
1417         (tpu-edt-off): Set global-map to the saved one.
1419         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
1420         All references simplified.
1421         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
1422         (zmacs-regions): Add defvar.
1423         (repeat-complex-command-map): Everything about that deleted.
1425         * textmodes/artist.el (artist-key-is-drawing)
1426         (artist-key-endpoint1, artist-key-poly-point-list)
1427         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
1428         (artist-key-compl-table, artist-rb-save-data)
1429         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
1430         Don't put them in eval-when-compile.
1431         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
1433         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
1434         Use with-no-warnings.
1436         * net/browse-url.el (dos-windows-version): Add defvar.
1438         * mail/supercite.el (filladapt-prefix-table): Add defvar.
1440         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
1441         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
1442         (rmail-new-summary-line-count): Rename from new-summary-line-count.
1443         Add defvar.
1444         (rmail-summary-beginning-of-message): Use with-no-warnings.
1445         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
1447         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
1448         Use with-no-warnings.
1450         * emulation/vi.el (vi-mark-region): Use c-mark-function.
1451         (c-mark-function): Add point-moving-unit property.
1452         (vi-goto-line): Use with-no-warnings.
1454         * emulation/edt.el (edt-last-copied-word): Add defvar.
1455         (zmacs-region-stays): Likewise.
1456         (edt-mark-section-wisely): Use c-mark-function for C.
1457         Use makr-defun for Fortran.
1458         (time-string): defvar deleted.
1459         (edt-display-the-time): Don't set time-string.
1461         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
1463         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
1464         Don't warn when name is not constant
1465         or for defining the group `emacs'.
1467         * tooltip.el (gud-tooltip-mode): Add defvar.
1469         * startup.el (default-frame-background-mode): Add defvar.
1471         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
1473         * info.el (tool-bar-map): Add defvar.
1475         * dired.el (dnd-protocol-alist): Add defvar.
1477         * dired-aux.el (dired-query): Display question with answer, when
1478         the user answers.
1480         * custom.el (custom-add-option): Doc fix.
1482         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
1484 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
1486         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
1487         bogus name from the last change.
1489 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
1491         * custom.el (custom-declare-variable): Fix typos in comment.
1492         (custom-known-themes): Doc fix.
1493         (custom-theme-directory): New defcustom.
1494         (require-theme): Make it check `custom-theme-directory'.
1496         * cus-theme.el (custom-new-theme-mode): New function.
1497         (custom-theme-name, custom-theme-variables, custom-theme-faces)
1498         (custom-theme-description): Add compiler defvars.
1499         (customize-create-theme): Add doc to the "*New Custom Theme*"
1500         buffer.  Use `custom-new-theme-mode'.
1501         (custom-theme-write): Put the created buffer in emacs-lisp-mode
1502         and save it to the `custom-theme-directory'.  Make this the
1503         default directory of the buffer.
1505 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
1507         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
1508         Fix unbalanced parentheses.
1510 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1512         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
1513         into flymake-mode and delegate to flymake-mode.
1515         * find-file.el (ff-which-function-are-we-in): Clean up.
1517 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
1519         * replace.el (occur-rename-buffer): Fix docstring.
1521         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
1522         (edt-last-copied-word, edt-learn-macro-count)
1523         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
1524         (edt-rect-start-point, edt-user-global-map, rect-start-point)
1525         (time-string, zmacs-region-stays):
1526         * emulation/edt-mapper.el (edt-save-function-key-map)
1527         (EDT-key-name): `defvar' to silence the byte-compiler.
1529 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
1531         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
1532         font-lock-regexp-backslash.  Doc fix.
1533         (font-lock-regexp-backslash-grouping-construct): Rename from
1534         font-lock-regexp-backslash-construct.  Doc fix.
1535         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
1536         grouping constructs.
1538 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
1540         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
1541         updating all the prerequisites.
1543 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
1545         * textmodes/org.el (org-agenda-start-on-weekday)
1546         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
1547         (org-agenda-use-time-grid, org-archive-location)
1548         (org-allow-space-in-links, org-usenet-links-prefer-google)
1549         (org-enable-table-editor, org-export-default-language)
1550         (org-export-html-show-new-buffer, org-fill-paragraph)
1551         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
1552         (org-goto-quit, org-occur, org-eval-in-calendar)
1553         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
1554         (org-agenda-diary-entry, org-remember-help)
1555         (org-table-convert-region, org-at-table-p)
1556         (org-table-move-row-down, org-table-move-row-up)
1557         (org-table-copy-region, org-table-toggle-vline-visibility)
1558         (org-table-get-stored-formulas, org-table-get-specials)
1559         (org-recalc-commands, org-table-eval-formula)
1560         (org-table-formula-substitute-names, orgtbl-make-binding)
1561         (org-format-org-table-html, org-format-table-table-html)
1562         (org-format-table-table-html-using-table-generate-source)
1563         (org-customize): Fix typos in docstrings.
1564         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
1565         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
1566         (org-back-to-heading): Doc fixes.
1567         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
1568         (org-agenda-change-all-lines, org-get-header):
1569         Improve argument/docstring consistency.
1570         (orgtbl-error): Fix error message.
1572         * progmodes/flymake.el (flymake-find-possible-master-files)
1573         (flymake-master-file-compare, flymake-get-line-err-count)
1574         (flymake-highlight-line, flymake-gui-warnings-enabled):
1575         Fix typos in docstrings.
1576         (flymake-parse-line, flymake-get-project-include-dirs-function)
1577         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
1578         Doc fixes.
1579         (flymake-get-project-include-dirs-function)
1580         (flymake-make-err-menu-data):
1581         Improve argument/docstring consistency.
1583 2005-07-01  Lute Kamstra  <lute@gnu.org>
1585         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
1586         Catch errors with ignore-errors.  Use temporary buffer.
1587         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
1589         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
1590         background color faces.
1591         (facemenu-set-foreground, facemenu-set-background):
1592         Use facemenu-set-face-from-menu.
1593         (facemenu-set-face-from-menu): Treat face names that start with
1594         "fg:" or "bg:" as special.
1595         (facemenu-add-new-color): Don't create faces.  Simplify.
1597 2005-06-30  Richard M. Stallman  <rms@gnu.org>
1599         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
1600         (crm-find-current-element): Likewise.
1602 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
1604         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
1606 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1608         * arc-mode.el (archive-extract): Make it work as a mouse binding.
1609         (archive-mouse-extract): Make it an obsolete alias.
1610         (archive-mode-map): Don't use archive-mouse-extract any more.
1611         (archive-mode, archive-extract): write-contents-hooks ->
1612         write-contents-functions.
1613         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
1614         first arg.
1615         (archive-rename-entry): Update the call.
1616         (archive-zip-summarize): Remove unused var `method'.
1617         (archive-lzh-summarize): Remove unused var `creator'.
1619         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
1620         dedicated frame upon exit.
1622         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
1623         (archive-zip-extract, archive-zip-expunge)
1624         (archive-zip-update, archive-zip-update-case): Use executable-find.
1625         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
1626         Use restore-buffer-modified-p.
1627         (archive-extract, archive-add-new-member, archive-write-file-member):
1628         Use with-current-buffer.
1629         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
1631 2005-06-30  Andreas Schwab  <schwab@suse.de>
1633         * progmodes/gud.el (gud-filter): Remove unneeded progn.
1635 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
1637         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
1639 2005-06-30  Juri Linkov  <juri@jurta.org>
1641         * faces.el (vertical-border): Inherit from mode-line-inactive
1642         only on tty.
1644 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
1646         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
1647         example, -NLINES in the `occur' docstring).
1649         * replace.el (occur-1): When no matches are found, do not set the
1650         `buffer-read-only' and modified flags for the occur buffer,
1651         because it is deleted.
1653         * emulation/cua-base.el (cua-check-pending-input)
1654         (cua-repeat-replace-region, cua-mode, cua-debug)
1655         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
1656         Fix typos in docstrings.
1658         * emulation/cua-gmrk.el (cua-toggle-global-mark)
1659         (cua-cut-region-to-global-mark)
1660         (cua--cut-rectangle-to-global-mark):
1661         Remove period from end of messages.
1663         * emulation/cua-rect.el (cua-do-rectangle-padding):
1664         Remove period from end of messages.
1665         (cua--rectangle-seq-format): Fix typo in docstring.
1666         (cua-sequence-rectangle, cua-fill-char-rectangle):
1667         Improve argument/docstring consistency.
1669 2005-06-29  Juri Linkov  <juri@jurta.org>
1671         * faces.el (default-frame-background-mode): New internal variable.
1672         (frame-set-background-mode): Use it.
1674         * startup.el (normal-top-level): Set default-frame-background-mode
1675         instead of frame-background-mode.  Before setting it, test for its
1676         nil value.  Remove tests for frame-background-mode and frame
1677         parameter `reverse'.  Add test for "unspecified-fg".
1679         * term/xterm.el (xterm-rxvt-set-background-mode):
1680         * term/rxvt.el (rxvt-set-background-mode):
1681         Set default-frame-background-mode instead of frame-background-mode.
1683 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
1685         * simple.el (set-variable): Warn about obsolete user variables.
1687         * imenu.el (imenu--completion-buffer):
1688         * mouse.el (mouse-buffer-menu-alist):
1689         * msb.el (msb-invisible-buffer-p):
1690         * calendar/diary-lib.el (diary-header-line-format):
1691         * emacs-lisp/pp.el (pp-buffer):
1692         * progmodes/cperl-mode.el (cperl-do-auto-fill):
1693         * textmodes/picture.el (picture-replace-match):
1694         Change space constants followed by a sexp to "?\s ".
1696         * play/decipher.el (decipher-loop-with-breaks):
1697         * textmodes/texinfo.el (texinfo-insert-@item): Change space
1698         constants "protected" from end of line by a comment to "?\s".
1700 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1702         * font-lock.el (save-buffer-state): Use `declare'.
1704         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
1705         reset the syntax-table to cperl-mode-syntax-table.
1706         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
1707         "foo_print_bar" is not matched as a reserved keyword.
1709 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
1711         * textmodes/org.el (orgtbl-setup): New function, for delayed
1712         setup for the orgtbl commands.
1713         (org-calc-default-modes): New option.
1714         (orgtbl-make-binding): Use `defun' to get better help display.
1715         (org-diary): Call `org-compile-prefix-format'.
1716         (org-table-formula-substitute-names): New function.
1717         (org-agenda-day-view, org-agenda-week-view): New commands.
1718         (org-agenda-toggle-week-view): Command removed.
1719         (org-tbl-menu): Split off from org-org-menu.
1720         (org-mode): Move removal of outline-mode menus to here.
1721         (org-table-formula-debug): New option.
1722         (org-table-insert-row): Keep first field if just "#" or "*".
1723         (org-mode): Paragraph regexps fixed.
1724         (org-table-recalculate-regexp): New constant.
1725         (org-table-justify-field-maybe): Avoid replace if not necessary.
1726         (org-copy-special, org-cut-special): Use `call-interactively'.
1727         (org-table-copy-region): Take region from `interactive' call.
1728         (org-trim): Return string even if no match.
1729         (org-formula): New face.
1730         (org-set-font-lock-defaults): No longer highlight "FIXME".
1731         But highlight formula-related fields in table.
1732         (org-table-p): Use regexp, not fontification.
1733         (org-table-align): Handle white space at end of line.
1734         (org-table-formula-evaluate-inline): New option.
1735         (org-mode): Auto-wrapping in comment lines turned off.
1736         (org-table-copy-down): Evaluate only in copied field, not in
1737         destination.
1738         (org-table-current-formula): Variable removed.
1739         (org-table-store-formulas, org-table-get-stored-formulas)
1740         (org-table-modify-formulas, org-table-replace-in-formulas)
1741         (org-table-maybe-eval-formula): New functions.
1742         (org-table-get-formula): Modify to use stored formulas.
1743         (org-table-insert-column, org-table-delete-column)
1744         (org-table-move-column): Call `org-table-modify-formulas'.
1745         (org-complete): Add completion for keyword formulas.
1746         (orgtbl-mode): Pull orgtbl-mode-map to start of
1747         minor-mode-map-alist.
1749 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1751         * progmodes/python.el (python-check): Require `compile' before
1752         modifying its variables.
1754         * newcomment.el (comment-indent-default): Don't get fooled by an early
1755         end of buffer.
1757 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1759         * ps-print.el (ps-print-version): Fix version number.
1761 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
1763         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
1765 2005-06-28  Richard M. Stallman  <rms@gnu.org>
1767         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
1768         (flyspell-local-mouse-map): Declaration deleted.
1769         (flyspell-mouse-map): Bind only mouse-2.
1770         (flyspell-mode-map): Don't test flyspell-use-local-map.
1771         (flyspell-overlay-keymap-property-name): Var deleted.
1772         (flyspell-mode-on): Don't make local bindings for
1773         flyspell-mouse-map and flyspell-mode-map.
1774         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
1776         * textmodes/ispell.el (ispell-word): Do not ignore short words.
1778         * progmodes/compile.el (compilation-next-error-function):
1779         Don't switch buffers; operate on the current buffer.
1781         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
1783         * comint.el (comint-password-prompt-regexp): Accept ", try again".
1785         * bindings.el (global-map): Bind insertchar and its variants.
1787 2005-06-27  Richard M. Stallman  <rms@gnu.org>
1789         * textmodes/artist.el (artist-text-overwrite)
1790         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
1792 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1794         * ps-print.el: It was not working the page selection for printing.
1795         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
1796         (ps-print-version): New version 6.6.7.
1797         (ps-end-sheet): New fun.
1798         (ps-header-sheet, ps-end-job): Call it.
1800 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
1802         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
1804 2005-06-27  Lute Kamstra  <lute@gnu.org>
1806         * facemenu.el (facemenu-unlisted-faces): Add foreground and
1807         background color faces.
1808         (facemenu-get-face): Delete function.
1809         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
1810         (facemenu-add-new-color): Make second argument mandatory.
1811         Create the appropriate face and return it.  Simplify.
1812         (facemenu-set-foreground, facemenu-set-background): Don't check if
1813         color is defined.  Use return value of facemenu-add-new-color.
1815 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
1817         * progmodes/gud.el (gud-filter): Add missing argument to
1818         with-selected-window.
1820 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1822         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
1823         a :require to the defcustom.
1825         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
1826         defcustoms corresponding to minor modes.
1828 2005-06-26  David Ponce  <david@dponce.com>
1830         * recentf.el: Require tree-widget instead of wid-edit.
1831         (recentf-filename-handler): Fix widget :type.
1832         (recentf-cancel-dialog, recentf-open-more-files)
1833         (recentf-open-files-action): Doc fix.
1834         (recentf-dialog-goto-first): New function.
1835         (recentf-dialog-mode-map): Set parent keymap first.
1836         (recentf-dialog-mode): Define with define-derived-mode.
1837         Don't display continuation lines in dialogs.
1838         (recentf-edit-list): Rename from recentf-edit-selected-items.
1839         (recentf-edit-list-select): Rename from recentf-edit-list-action.
1840         Simplify.
1841         (recentf-edit-list-validate): New function.
1842         (recentf-edit-list): Update accordingly.
1843         (recentf-open-files-item-shift): Remove.
1844         (recentf-open-files-item): Convert menu elements into tree and
1845         link widgets.  Don't create the widgets.
1846         (recentf-open-files): Update accordingly.
1847         (recentf-save-list): Untabify.
1849 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
1851         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
1852         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
1853         partially contained in the active region.  Do not take active
1854         region into account when called from Lisp, unless INTERACTIVE arg
1855         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
1856         avoid trouble with fields.  Make marker point nowhere when no
1857         longer used.  Always return nil.  Doc fix.
1858         (flush-lines): Add INTERACTIVE arg.  Do not take active region
1859         into account when called from Lisp, unless INTERACTIVE arg is
1860         non-nil.  Use `forward-line' instead of `beginning-of-line' to
1861         avoid trouble with fields.  Make marker point nowhere when no
1862         longer used.  Always return nil.  Doc fix.
1863         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
1864         interchangeable.  Do not take active region into account when
1865         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
1866         message in echo area when called from Lisp, unless INTERACTIVE arg
1867         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
1868         Return the number of matches.  Doc fix.
1869         (occur): Doc fix.
1870         (perform-replace): Make comment follow double space convention for
1871         the sake of `outline-minor-mode'.
1873         * faces.el (facep): Doc fix.
1875 2005-06-25  Richard M. Stallman  <rms@gnu.org>
1877         * facemenu.el (facemenu-enable-faces-p): New function.
1878         (facemenu-background-menu, facemenu-foreground-menu)
1879         (facemenu-face-menu): Add menu-enable property.
1881         * jka-compr.el (jka-compr-insert-file-contents):
1882         Special handling if cannot find the uncompression program.
1884         * cus-face.el (custom-face-attributes): Add autoload.
1886         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1887         Bind comment-indent-function locally.
1889         * window.el (save-selected-window): Use save-current-buffer.
1891         * subr.el (with-selected-window): Use save-current-buffer.
1893         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
1894         and with-current-buffer.
1896 2005-06-24  Richard M. Stallman  <rms@gnu.org>
1898         * simple.el (line-move-1): Fix previous change.
1900 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
1902         * replace.el (occur-1): Set `buffer-read-only' and the
1903         buffer-modified flag before running `occur-hook' to protect
1904         against unintentional buffer switches that can lead to data loss.
1906 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
1908         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
1909         (gud-gdb-marker-filter): Use font-lock-warning-face for any
1910         initial error.
1912         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
1913         after fresh input.
1914         (gdb-var-create-handler): Put name of expression in quotes.
1916 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
1918         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
1919         elements of RING in order, and without bogus nil elements.
1921 2005-06-23  Richard M. Stallman  <rms@gnu.org>
1923         * simple.el (set-variable): Args renamed; doc fix.
1924         (line-move-1): When there are overlays around, use vertical-motion.
1926         * faces.el (escape-glyph): Use brown against light background.
1927         (nobreak-space): Rename from no-break-space.
1928         Fix previous change.
1930         * dired-aux.el (dired-do-copy): Fix arg prompt.
1932         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
1934 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
1936         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
1937         rather than "Distributor".
1939 2005-06-23  Lute Kamstra  <lute@gnu.org>
1941         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
1942         (debug-on-entry): Use it.  New interactive declaration that uses
1943         function-called-at-point.
1945 2005-06-23  Kim F. Storm  <storm@cua.dk>
1947         * subr.el (save-match-data): Add comment about using evaporate arg
1948         to set-match-data.
1950 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
1952         * cus-edit.el (customize-face)
1953         (customize-face-other-window): Handle face aliases.
1955         * faces.el (face-documentation, set-face-attribute)
1956         (face-spec-set): Handle face aliases.
1958 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
1960         * help-mode.el (help-make-xrefs): If a symbol representing a face
1961         name is not followed by the word "face", it could still be a
1962         function or variable name, so don't bypass other checks.
1964 2005-06-22  Juri Linkov  <juri@jurta.org>
1966         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
1967         Replace aliased functions with calls where second arg `inherit' is t.
1969 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
1971         * progmodes/gdb-ui.el (gdb-error): New variable.
1972         (gdb-error): New function.
1973         (gdb-annotation-rules): Act on error-begin and error annotations.
1974         (gdb-concat-output): Use font-lock-warning-face for errors.
1976 2005-06-22  Miles Bader  <miles@gnu.org>
1978         * bindings.el (propertized-buffer-identification): Use renamed
1979         `Buffer-menu-buffer' face.
1981         * faces.el (vertical-border): Rename from `vertical-divider'.
1982         (escape-glyph): Change dark-background color back to `cyan'.
1984 2005-06-21  Juri Linkov  <juri@jurta.org>
1986         * faces.el (face-user-default-spec): Try getting `customized-face'
1987         prior to `saved-face'.
1988         (frame-background-mode): Refill docstring.
1990         * emacs-lisp/lisp-mode.el (eval-defun-1):
1991         * emacs-lisp/edebug.el (edebug-eval-defun):
1992         Set `saved-face' temporarily to nil before calling form.
1993         Set `customized-face' to the new spec after that.
1995 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
1997         * subr.el (1value, lambda, key-substitution-in-progress):
1998         Doc fixes.
2000         * autoinsert.el (auto-insert-alist):
2001         * ses.el (ses-call-printer):
2002         * subr.el (noreturn):
2003         * emacs-lisp/lisp.el (check-parens):
2004         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
2005         * net/browse-url.el (browse-url-mosaic):
2006         * progmodes/cc-defs.el (c-safe-scan-lists):
2007         * progmodes/ebnf-abn.el (ebnf-abn-lex):
2008         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
2009         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
2010         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
2011         * progmodes/ebnf-iso.el (ebnf-iso-lex):
2012         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
2014 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
2016         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
2018 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
2020         * calendar/appt.el (appt-make-list): Activate the package, if
2021         not already active (for backwards compatibility).
2023 2005-06-20  Kim F. Storm  <storm@cua.dk>
2025         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
2027 2005-06-20  Miles Bader  <miles@gnu.org>
2029         * faces.el (vertical-divider): New face.
2031 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
2033         * simple.el (kill-whole-line): Doc fix.
2034         (next-error-buffer-p, next-error-find-buffer)
2035         (clone-indirect-buffer): Fix typos in docstrings.
2036         (comment-line-break-function): Doc fix: don't say variable
2037         is automatically buffer-local (it isn't).
2039 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
2041         * net/tramp-ftp.el (top):
2042         * net/tramp-smb.el (top):
2043         * net/tramp-util.el (top):
2044         * net/tramp-uu.el (top):
2045         * net/tramp-vc.el (top):
2046         * net/tramp.el (top): Revert copyright years back to original
2047         ones.  Tramp has a life outside GNU Emacs.
2049 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
2051         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
2053 2005-06-18  Juri Linkov  <juri@jurta.org>
2055         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
2056         end of first regexp to limit the match to the position between
2057         line number and source line with same separator character as used
2058         between file name and line number.  In the second regexp limit
2059         mouse-face area to file name and line number by adding new group
2060         for them and referring it in HYPERLINK arg.
2061         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
2062         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
2063         previous line where grep markers may be already removed.
2065 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
2067         * progmodes/ps-mode.el: Update version and maintainer's email address.
2069 2005-06-18  Steve Youngs  <steve@xemacs.org>
2071         * net/browse-url.el (browse-url-browser-function)
2072         (browse-url-default-browser): Add firefox.
2073         (browse-url-firefox-program, browse-url-firefox-arguments)
2074         (browse-url-firefox-startup-arguments)
2075         (browse-url-firefox-new-window-is-tab): New defcustoms.
2076         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
2078 2005-06-17  Richard M. Stallman  <rms@gnu.org>
2080         * startup.el (command-line): Warn if specified user name has
2081         no home directory.
2083         * term.el (term-get-old-input, term-input-filter, term-input-sender)
2084         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
2086         * longlines.el (longlines-mode, longlines-show-hard-newlines):
2087         Doc fixes.
2089         * faces.el (underline): Try bold if terminal doesn't support underline.
2091         * mail/sendmail.el (mail-setup-with-from): New variable.
2092         (mail-insert-from-field): New function.
2093         (sendmail-send-it): Call it.
2094         (mail-setup): Optionally call it here.
2096         * term/linux.el: Call tty-no-underline.
2098 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
2100         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
2102 2005-06-17  Miles Bader  <miles@gnu.org>
2104         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
2105         (ediff-current-diff-C, ediff-current-diff-Ancestor)
2106         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
2107         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
2108         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
2109         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
2110         Remove "-face" suffix from face names.
2111         (ediff-current-diff-face-A, ediff-current-diff-face-B)
2112         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
2113         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
2114         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
2115         (ediff-even-diff-face-A, ediff-even-diff-face-B)
2116         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
2117         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
2118         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
2119         New backward-compatibility aliases for renamed faces.
2120         (ediff-current-diff-face-A, ediff-current-diff-face-B)
2121         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
2122         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
2123         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
2124         (ediff-even-diff-face-A, ediff-even-diff-face-B)
2125         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
2126         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
2127         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
2128         Use renamed ediff faces.
2130         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
2131         Remove "-face" suffix from face names.
2132         (eshell-test-ok-face, eshell-test-failed-face):
2133         New backward-compatibility aliases for renamed faces.
2134         (eshell-run-test): Use renamed eshell-test faces.
2136         * eshell/em-prompt.el (eshell-prompt):
2137         Remove "-face" suffix from face name.
2138         (eshell-prompt-face): New backward-compatibility alias for renamed face.
2139         (eshell-emit-prompt): Use renamed eshell-prompt face.
2141         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
2142         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
2143         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
2144         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
2145         Remove "-face" suffix from face names.
2146         (eshell-ls-directory-face, eshell-ls-symlink-face)
2147         (eshell-ls-executable-face, eshell-ls-readonly-face)
2148         (eshell-ls-unreadable-face, eshell-ls-special-face)
2149         (eshell-ls-missing-face, eshell-ls-archive-face)
2150         (eshell-ls-backup-face, eshell-ls-product-face)
2151         (eshell-ls-clutter-face):
2152         New backward-compatibility aliases for renamed faces.
2153         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
2155         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
2156         Remove "-face" suffix from face name.
2157         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
2158         instead of literal face.
2160 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
2162         * emacs-lisp/warnings.el (display-warning, lwarn)
2163         (warning-minimum-log-level): Doc fixes.
2164         (warning-minimum-level, warning-minimum-log-level):
2165         Add :debug to :type choices.
2167         * progmodes/ada-mode.el (ada-format-paramlist)
2168         (ada-get-indent-case, ada-check-matching-start)
2169         (ada-check-defun-name, ada-goto-matching-decl-start)
2170         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
2171         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
2172         (ada-make-subprogram-body): Follow error conventions.
2173         (ada-case-exception-file, ada-indent-comment-as-code)
2174         (ada-indent-handle-comment-special, ada-indent-renames)
2175         (ada-indent-return, ada-search-directories-internal)
2176         (ada-tab-policy, ada-case-exception-substring)
2177         (ada-other-file-alist, ada-matching-start-re)
2178         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
2179         (ada-imenu-generic-expression, ada-compile-goto-error)
2180         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
2181         (ada-popup-menu, ada-add-extensions, ada-mode)
2182         (ada-region-selected, ada-create-case-exception)
2183         (ada-create-case-exception-substring, ada-after-keyword-p)
2184         (ada-activate-keys-for-case, ada-adjust-case-region)
2185         (ada-adjust-case-buffer, ada-format-paramlist)
2186         (ada-scan-paramlist, ada-insert-paramlist)
2187         (ada-indent-newline-indent)
2188         (ada-indent-newline-indent-conditional)
2189         (ada-justified-indent-current, ada-goto-previous-word)
2190         (ada-indent-current, ada-get-indent-open-paren)
2191         (ada-get-indent-paramlist, ada-get-indent-end)
2192         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
2193         (ada-get-indent-block-start, ada-get-indent-subprog)
2194         (ada-get-indent-noindent, ada-get-indent-label)
2195         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
2196         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
2197         (ada-goto-stmt-end, ada-goto-next-word)
2198         (ada-check-matching-start, ada-check-defun-name)
2199         (ada-goto-matching-decl-start, ada-goto-matching-start)
2200         (ada-goto-matching-end, ada-search-ignore-string-comment)
2201         (ada-in-decl-p, ada-looking-at-semi-or)
2202         (ada-looking-at-semi-private, ada-in-paramlist-p)
2203         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
2204         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
2205         (ada-next-procedure, ada-previous-procedure, ada-next-package)
2206         (ada-previous-package, ada-create-menu)
2207         (ada-fill-comment-paragraph-justify)
2208         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
2209         (ada-other-file-name, ada-last-which-function-line)
2210         (ada-last-which-function-subprog, ada-which-function)
2211         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
2212         (ada-gen-treat-proc, ada-check-emacs-version)
2213         (ada-continuation-indent, ada-align-region-separate):
2214         Fix typos in docstrings.
2215         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
2217 2005-06-16  Lute Kamstra  <lute@gnu.org>
2219         * simple.el (fundamental-mode): Run after-change-major-mode-hook
2220         conditionally.
2222 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
2224         * comint.el (comint-replace-by-expanded-filename)
2225         (comint-prompt-regexp, comint-delimiter-argument-list)
2226         (comint-preinput-scroll-to-bottom):
2227         * info.el (Info-hide-cookies-node):
2228         * ls-lisp.el (ls-lisp-classify):
2229         * find-file.el (ff-search-directories, ff-special-constructs)
2230         (ff-find-other-file):
2231         * font-lock.el (font-lock-keywords):
2232         * shell.el (shell-prompt-pattern)
2233         (shell-dynamic-complete-functions, shell-mode)
2234         (shell-delimiter-argument-list):
2235         * term.el (term-replace-by-expanded-filename)
2236         (term-prompt-regexp, term-delimiter-argument-list):
2237         * woman.el (woman-ignore, woman0-if):
2238         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
2239         * emacs-lisp/elint.el (elint-init-env):
2240         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
2241         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
2242         * language/ethio-util.el (ethio-tilde-escape)
2243         (ethio-use-three-dot-question):
2244         * net/zone-mode.el (zone-mode-load-time-setup):
2245         * progmodes/cc-align.el (c-lineup-argcont):
2246         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
2247         * progmodes/cperl-mode.el (cperl-set-style-back):
2248         * progmodes/inf-lisp.el (inferior-lisp-prompt):
2249         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
2250         Fix spellings in docstrings.
2252         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
2253         * progmodes/modula2.el (m2-for): Fix spellings.
2255         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
2257         * simple.el (undo-more): Don't use `format' on `error' arguments.
2258         Improve argument/docstring consistency.
2259         (pending-undo-list): Doc fix.
2261         * smerge-mode.el (smerge-ensure-match):
2262         * emulation/vip.el (vip-ex):
2263         * net/zone-mode.el (zone-mode-update-serial):
2264         * progmodes/idlwave.el (idlwave-complete):
2265         * progmodes/vhdl-mode.el (vhdl-visit-file)
2266         (vhdl-compose-wire-components):
2267         Don't use `format' on `error' arguments.
2269         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
2270         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
2271         (tooltip-help-tips): Fix typos in docstrings.
2273 2005-06-16  David Ponce  <david@dponce.com>
2275         * tree-widget.el (tree-widget-value-create): Simplify last change.
2277 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
2279         * ido.el (ido-incomplete-regexp): New variable.
2280         (ido-set-matches-1): Handle invalid-regexp error and set
2281         ido-incomplete-regexp.
2282         (ido-incomplete-regexp): New face.
2283         (ido-completions): Use it.
2284         (ido-complete, ido-exit-minibuffer, ido-completions):
2285         Handle incomplete regexps.
2286         (ido-completions): Add check for complete match when entering a regexp.
2288 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2290         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
2292 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2294         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
2295         by field delimiters.
2297 2005-06-15  David Ponce  <david@dponce.com>
2299         * tree-widget.el: eval-and-compile inlined functions so they will
2300         be available at run-time too.
2301         (tree-widget-super-format-handler)
2302         (tree-widget-format-handler): Remove.
2303         (tree-widget-value-create): Handle the :indent property.
2305 2005-06-15  Miles Bader  <miles@gnu.org>
2307         * progmodes/which-func.el (which-func): Only inherit
2308         `font-lock-function-name-face' when that makes sense against the
2309         default mode-line face, otherwise set the face color explicitly.
2311         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
2312         faces instead of (non-existent) variables.
2314 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2316         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
2317         (iswitchb-get-matched-buffers): Likewise.  Simplify.
2319 2005-06-14  Miles Bader  <miles@gnu.org>
2321         * progmodes/ld-script.el (ld-script-location-counter):
2322         Remove "-face" suffix from face name.
2323         (ld-script-location-counter-face):
2324         New backward-compatibility alias for renamed face.
2325         (ld-script-location-counter-face): Use renamed face.
2327         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
2328         (cperl-hash): Remove "-face" suffix from face names.
2329         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
2330         New backward-compatibility aliases for renamed faces.
2331         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
2332         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
2334         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
2335         name.
2336         (which-func-face): New backward-compatibility alias for renamed face.
2337         (which-func-format): Use renamed which-func face.
2339         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
2340         (vhdl-function, vhdl-directive, vhdl-reserved-word)
2341         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
2342         names.
2343         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
2344         (vhdl-speedbar-configuration, vhdl-speedbar-package)
2345         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
2346         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
2347         (vhdl-speedbar-architecture-selected)
2348         (vhdl-speedbar-configuration-selected)
2349         (vhdl-speedbar-package-selected)
2350         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
2351         names.
2352         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
2353         Use renamed faces.
2354         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
2355         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
2356         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
2357         Use renamed faces.
2358         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
2359         names.
2360         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
2361         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
2362         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
2363         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
2364         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
2365         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
2367         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
2368         face name.
2369         (sh-heredoc-face): New backward-compatibility alias for renamed face.
2370         (sh-heredoc-face): Use renamed sh-heredoc face.
2372         * progmodes/idlw-help.el (idlwave-help-link):
2373         Remove "-face" suffix from face name.
2374         (idlwave-help-link-face):
2375         New backward-compatibility alias for renamed face.
2376         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
2378         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
2379         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
2380         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
2381         New backward-compatibility aliases for renamed faces.
2382         (idlwave-shell-disabled-breakpoint-face)
2383         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
2385         * progmodes/flymake.el (flymake-errline, flymake-warnline):
2386         Remove "-face" suffix from face names.
2387         (flymake-errline-face, flymake-warnline-face):
2388         New backward-compatibility aliases for renamed faces.
2389         (flymake-highlight-line): Use renamed flymake faces.
2391         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
2392         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
2393         (ebrowse-member-class, ebrowse-progress):
2394         Remove "-face" suffix from face names.
2395         (ebrowse-tree-mark-face, ebrowse-root-class-face)
2396         (ebrowse-file-name-face, ebrowse-default-face)
2397         (ebrowse-member-attribute-face, ebrowse-member-class-face)
2398         (ebrowse-progress-face):
2399         New backward-compatibility aliases for renamed faces.
2400         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
2401         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
2402         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
2403         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
2405         * progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax)
2406         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
2407         (antlr-literal): Remove "-face" suffix and "font-lock-" from face names.
2408         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
2409         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
2410         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
2411         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face):
2412         New backward-compatibility aliases for renamed faces.
2413         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
2414         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
2415         (antlr-tokenref-face, antlr-literal-face): Variables renamed to remove
2416         "font-lock-".  Use renamed antlr-mode faces.
2417         (antlr-font-lock-additional-keywords): Use renamed faces.
2418         Replace literal face-names with face variable references.
2420         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
2421         face name.
2422         (Buffer-menu-buffer-face): New backward-compatibility alias for
2423         renamed face.
2424         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
2426 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
2428         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
2429         Eliminate "-face" suffix.
2430         (makefile-targets): Inherit from font-lock-function-name-face and
2431         eliminate "-face" suffix.
2432         (makefile-shell): Remove attributes and eliminate "-face" suffix.
2433         (makefile-*-font-lock-keywords): Append makefile-targets in rule
2434         actions, instead of prepending, to make it less visible.
2435         (makefile-previous-dependency, makefile-match-dependency):
2436         Don't match a target on a continuation line.
2438         * files.el (auto-mode-alist): Put Makefile in gmake mode.
2440 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
2442         * progmodes/gdb-ui.el (menu): Re-order menu items.
2443         (gdb-tooltip-print): Respect tooltip-use-echo-area.
2445         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
2446         Define in tooltip.el.
2447         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
2448         (gud-tooltip-tips): Respect tooltip-use-echo-area and
2449         gud-tooltip-echo-area.
2451         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
2452         backward compatibility and make obsolete.
2453         (tooltip-help-tips): Use tooltip-use-echo-area.
2454         (tooltip-show-help-function): Rename to...
2455         (tooltip-show-help): ...this, because it is a function.
2456         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
2458 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
2460         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
2461         (edebug-print-length, edebug-print-level, edebug-print-circle)
2462         (edebug-modify-breakpoint, edebug-eval-last-sexp)
2463         (edebug-eval-print-last-sexp): Doc fixes.
2465 2005-06-14  Kim F. Storm  <storm@cua.dk>
2467         * ido.el (ido-mode): Make a new keymap every time we enable ido,
2468         as the coverage buffer/file/both may change.
2470 2005-06-14  Lute Kamstra  <lute@gnu.org>
2472         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
2473         and run-mode-hooks.  Simplify.
2475         * mail/rmailedit.el (rmail-edit-mode):
2476         * progmodes/octave-inf.el (inferior-octave-mode):
2477         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
2479         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
2480         and run-mode-hooks.
2481         (recentf-edit-list, recentf-open-files): Don't call
2482         kill-all-local-variables directly.
2484         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
2486 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
2488         * emacs-lisp/byte-run.el (make-obsolete)
2489         (define-obsolete-function-alias): Rename arguments FUNCTION and
2490         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
2491         (make-obsolete-variable, define-obsolete-variable-alias):
2492         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
2493         respectively.
2495         * isearchb.el (isearchb-activate):
2496         * pcvs.el (cvs-mode):
2497         * ses.el (ses-load):
2498         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
2499         * net/tramp.el (tramp-find-file-exists-command)
2500         (tramp-find-shell):
2501         * progmodes/ada-mode.el (ada-create-case-exception)
2502         (ada-create-case-exception-substring, ada-make-subprogram-body):
2503         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
2504         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
2505         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
2506         * textmodes/org.el (org-promote, org-evaluate-time-range)
2507         (org-agenda-next-date-line, org-agenda-previous-date-line)
2508         (org-agenda-error, org-open-at-point, org-table-move-row)
2509         (org-format-table-table-html-using-table-generate-source)
2510         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
2511         * textmodes/reftex.el (reftex-access-scan-info):
2512         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
2513         (reftex-toc-promote-prepare): Follow error conventions.
2515         * diff-mode.el (diff-mode): Fix typo in docstring.
2517         * forms.el (forms--intuit-from-file): Fix reference to
2518         `forms-number-of-fields' in error message.
2519         (forms-print): Fix quoting in error message.
2521         * forms.el (forms-mode):
2522         * emulation/vi.el (vi-goto-insert-state):
2523         * progmodes/flymake.el (flymake-new-err-info)
2524         (flymake-start-syntax-check-for-current-buffer)
2525         (flymake-simple-cleanup):
2526         * eshell/esh-var.el (eshell/export):
2527         * progmodes/gud.el (xdb):
2528         * textmodes/flyspell.el (flyspell-incorrect-hook)
2529         (flyspell-maybe-correct-transposition)
2530         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
2532 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
2534         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
2535         minibuffer prompt.
2537 2005-06-13  Kim F. Storm  <storm@cua.dk>
2539         * subr.el (add-to-ordered-list): New defun.
2541         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
2542         add cua--keymap-alist to emulation-mode-map-alists.
2544 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2546         * subr.el (complete-in-turn): New macro.
2547         (dynamic-completion-table, lazy-completion-table): Add debug info.
2549         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
2550         in preference to face aliases.
2552         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
2553         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
2554         Remove unused vars `start' and `firstline'.
2555         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
2556         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
2558 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
2560         * cus-start.el (all): Don't complain about missing GTK-related
2561         variables, unless either `gtk' is boundp or this isn't a
2562         `windows-nt' build.
2564 2005-06-13  Lute Kamstra  <lute@gnu.org>
2566         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
2567         run-mode-hooks.
2569         * ediff-mult.el (ediff-meta-mode):
2570         * ediff-util.el (ediff-mode): Use run-mode-hooks.
2572         * ledit.el (ledit-mode): Use delay-mode-hooks.
2574         * woman.el (woman-mode-line-format): Delete constant.
2575         (woman-mode-map): Initialize it properly.
2576         (woman-mode): Set mode-class property to special.
2577         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
2578         Set major-mode and mode-name.  Don't set mode-line-format directly.
2579         (Man-getpage-in-background): Don't reference woman-mode-line-format.
2581         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
2582         string argument obsolete.
2584 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
2586         * textmodes/org.el (org-CUA-compatible): New option.
2587         (org-disputed-keys): New variable.
2588         (org-key): New function.
2589         (orgtbl-make-binding): Add docstring to the created function.
2590         (org-mode): Set paragraph start/separate regexps.
2591         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
2592         (org-archive-location, org-archive-mark-done)
2593         (org-archive-stamp-time): New options.
2594         (org-archive-subtree): New command.
2595         (org-fill-paragraph): New function.
2596         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
2597         (org-fake-empty-table-line): Function removed.
2598         (org-format-org-table-html): Do not create empty table lines at
2599         separator lines.  Improved table header treatment.
2600         (org-link-format): New option.
2601         (org-make-link): New function.
2602         (org-insert-link, org-store-link): Use org-make-link.
2603         (org-open-file): Quote file name for shell command, to allow
2604         spaces in file names.
2605         (org-link-regexp): Fix bug with mailto link.
2606         (org-link-maybe-angles-regexp, org-protected-link-regexp):
2607         New constants.
2608         (org-export-as-html): Deal with the optional angles around a link.
2609         Better treatment of file: links.
2610         (org-open-at-point): Replace @{ and @} with < and >.
2611         (org-run-mode-hooks): Function removed.
2612         (org-agenda-mode): No longer use `org-run-mode-hooks'.
2614 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
2616         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
2617         MI command -data-list-register-values.
2618         (gdb-post-prompt): Indent properly.
2620 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
2622         * hilit-chg.el (highlight-changes-colors): Rename from
2623         `highlight-changes-colours'.
2624         (highlight-changes-colours): Keep as obsolete alias.
2625         (highlight-changes-face-list): Doc fix.
2626         (hilit-chg-make-list): Use `highlight-changes-colors'.
2628 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
2630         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
2631         defun-prompt-regexp.
2633 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
2635         * loadup.el: Don't say we are dumping under 2 names on windows-nt
2636         and cygwin.
2638         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
2639         Don't use an old loaddefs.el, as in Makefile.in.
2641 2005-06-12  Lute Kamstra  <lute@gnu.org>
2643         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
2645         * man.el (Man-mode-map): Initialize it properly.
2646         (Man-mode): Set mode-class property to special.
2648         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
2650 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
2652         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
2653         A newline is needed in the docstring there.
2655         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
2656         Doc fixes.
2658 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2660         * printing.el: Doc fix.  The menubar is no more changed when printing
2661         is loaded, it only changes when pr-menu-bind or pr-update-menus is
2662         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
2663         (pr-version): New version number (6.8.4).
2664         (pr-menu-bind): New command.
2665         (pr-update-menus): Docstring and code fix.
2666         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
2667         Docstring fix.
2668         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
2669         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
2671 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
2673         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
2674         "Returns" to "return", document useful return values, etc.
2676 2005-06-11  Alan Mackenzie  <acm@muc.de>
2678         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
2679         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
2680         (adaptive-file-function): Minor amendment to doc-string.
2682 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
2684         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
2685         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
2686         Fix :type--it is `integer', not `string'.
2688         * faces.el (modeline-highlight): Rename from (the erroneous)
2689         `modeline-higilight'.
2691 2005-06-11  Lute Kamstra  <lute@gnu.org>
2693         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
2694         lisp-interaction-mode-map but make it the parent.
2695         (edebug-eval-mode): Use define-derived-mode.
2697 2005-06-11  Andreas Schwab  <schwab@suse.de>
2699         * bindings.el: Add binding of `ESC functionkey' for every
2700         `M-functionkey'.
2701         * hexl.el (hexl-mode-map): Likewise.
2703 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
2705         * progmodes/compile.el (compilation-error-regexp-alist-alist)
2706         [msft]: update regexp for newer msft compilers.
2708 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
2710         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
2711         ATTLIST portions of included DTDs.
2712         (xml-parse-dtd): Eliminate use of inefficient match-data.
2714 2005-06-10  Miles Bader  <miles@gnu.org>
2716         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
2717         (mpuz-text): Remove "-face" suffix from face names.
2718         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
2719         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
2720         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
2722         * play/gomoku.el (gomoku-O, gomoku-X):
2723         Remove "-face" suffix from face names.
2724         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
2725         New backward-compatibility aliases for renamed faces.
2726         (gomoku-font-lock-keywords): Use renamed gomoku faces.
2728 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
2730         * thumbs.el: Fixes for changes of 2005-06-09.
2731         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
2732         as a directory.
2733         (thumbs-thumbname): Remove directory separator from format string;
2734         `thumbs-thumbsdir' now returns a valid directory name.
2735         (thumbs-temp-dir): New defsubst.
2736         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
2737         Use it.
2739         * cus-edit.el (minibuffer):
2740         * files.el (make-backup-file-name-function):
2741         * filesets.el (filesets-external-viewers):
2742         * hilit-chg.el (highlight-changes-colours)
2743         (highlight-changes-face-list, highlight-changes-rotate-faces):
2744         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
2745         * kmacro.el (kmacro-call-macro):
2746         * log-edit.el (log-edit-changelog-full-paragraphs):
2747         * mouse.el (mouse-1-click-follows-link):
2748         * skeleton.el (skeleton-autowrap):
2749         * subr.el (insert-for-yank-1):
2750         * tempo.el (tempo-insert-region):
2751         * terminal.el (terminal-emulator):
2752         * time.el (display-time-mail-face):
2753         * vc.el (vc-annotate):
2754         * vcursor.el (vcursor-copy-line):
2755         * woman.el (woman-bold-headings, woman-ignore)
2756         (woman-default-faces, woman-monochrome-faces):
2757         * calendar/todo-mode.el (todo-insert-threshold):
2758         * emulation/pc-select.el (pc-select-selection-keys-only)
2759         (pc-selection-mode):
2760         * emulation/vip.el (vip-find-char-forward):
2761         * emulation/viper-cmd.el (viper-find-char-forward):
2762         * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
2763         (input-method-exit-on-invalid-key):
2764         * international/mule-diag.el (describe-coding-system):
2765         * international/ucs-tables.el (unify-8859-on-encoding-mode):
2766         * net/browse-url.el (browse-url-xterm-program):
2767         * obsolete/lazy-lock.el (lazy-lock-mode):
2768         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
2769         (cperl-mode):
2770         * progmodes/cpp.el (cpp-face-light-name-list)
2771         (cpp-face-dark-name-list):
2772         * progmodes/delphi.el (delphi-newline-always-indents):
2773         Fix spellings in docstrings.
2775         * ido.el (ido-mode, ido-file-extensions-order)
2776         (ido-default-file-method, ido-default-buffer-method)
2777         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
2778         (ido-decorations, ido-read-file-name-as-directory-commands)
2779         (ido-read-file-name-non-ido, ido-work-directory-list)
2780         (ido-ignore-item-temp-list, ido-current-directory)
2781         (ido-magic-forward-char, ido-enter-find-file)
2782         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
2783         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
2785 2005-06-10  Lute Kamstra  <lute@gnu.org>
2787         * play/dunnet.el (dun-mode): Use define-derived-mode.
2788         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
2789         obsolete alias.
2791         * play/doctor.el (doctor-mode-map): Remove defvar.
2792         (doctor-mode): Use define-derived-mode.
2794         * mail/mspools.el (mspools-mode):
2795         * net/eudc-hotlist.el (eudc-hotlist-mode):
2796         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
2798 2005-06-10  Miles Bader  <miles@gnu.org>
2800         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2801         Remove "-face" suffix from face names.
2802         (flyspell-incorrect-face, flyspell-duplicate-face):
2803         New backward-compatibility aliases for renamed faces.
2804         (flyspell-mode-on, make-flyspell-overlay)
2805         (flyspell-highlight-incorrect-region)
2806         (flyspell-highlight-duplicate-region)
2807         (flyspell-display-next-corrections)
2808         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
2810         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
2811         from face name.
2812         (texinfo-heading-face): New backward-compatibility alias for
2813         renamed face.
2814         (texinfo-heading-face): Use renamed texinfo-heading face.
2816         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
2817         suffix from face names.
2818         (tex-math-face, tex-verbatim-face):
2819         New backward-compatibility aliases for renamed faces.
2820         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
2821         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
2822         literal face name.
2824         * textmodes/table.el (table-cell): Remove "-face" suffix from face
2825         name.
2826         (table-cell-face): New backward-compatibility alias for renamed face.
2827         (table--put-cell-face-property, table--update-cell-face):
2828         Use renamed table-cell face.
2830         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
2831         from face name.
2832         (sgml-namespace-face): New backward-compatibility alias for
2833         renamed face.
2834         (sgml-namespace-face): Use renamed sgml-namespace face.
2836         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
2837         (org-level-4, org-level-5, org-level-6, org-level-7)
2838         (org-level-8, org-warning, org-headline-done)
2839         (org-deadline-announce, org-scheduled-today)
2840         (org-scheduled-previously, org-link, org-done, org-table)
2841         (org-time-grid): Remove "-face" suffix from face names.
2842         (org-level-1-face, org-level-2-face, org-level-3-face)
2843         (org-level-4-face, org-level-5-face, org-level-6-face)
2844         (org-level-7-face, org-level-8-face, org-warning-face)
2845         (org-headline-done-face, org-deadline-announce-face)
2846         (org-scheduled-today-face, org-scheduled-previously-face)
2847         (org-link-face, org-done-face, org-table-face)
2848         (org-time-grid-face):
2849         New backward-compatibility aliases for renamed faces.
2850         (org-level-faces, org-set-font-lock-defaults, org-timeline)
2851         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
2852         (org-agenda-get-timestamps, org-agenda-get-scheduled)
2853         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
2855         * emulation/viper-init.el (viper-search, viper-replace-overlay)
2856         (viper-minibuffer-emacs, viper-minibuffer-insert)
2857         (viper-minibuffer-vi): Remove "-face" suffix from face names.
2858         (viper-search-face, viper-replace-overlay-face)
2859         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
2860         (viper-minibuffer-vi-face):
2861         New backward-compatibility aliases for renamed faces.
2862         (viper-search-face, viper-replace-overlay-face)
2863         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
2864         (viper-minibuffer-vi-face): Use renamed viper faces.
2866         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
2867         Remove "-face" suffix from face names.
2868         (testcover-nohits-face, testcover-1value-face):
2869         New backward-compatibility aliases for renamed faces.
2870         (testcover-mark): Use renamed testcover faces.
2872         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
2873         face name.
2874         (diary-button-face): New backward-compatibility alias for renamed face.
2875         (diary-entry): Use renamed diary-button face.
2877         * calendar/calendar.el (diary, calendar-today, holiday)
2878         (mark-visible-calendar-date): Remove "-face" suffix from face names.
2879         (diary-face, calendar-today-face, holiday-face):
2880         New backward-compatibility aliases for renamed faces.
2881         (eval-after-load "facemenu", diary-entry-marker)
2882         (calendar-today-marker, calendar-holiday-marker, diary-face):
2883         Use renamed calendar faces.
2885         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
2886         (compare-windows-face): New backward-compatibility alias for
2887         renamed face.
2888         (compare-windows-highlight): Use renamed compare-windows face.
2890         * strokes.el (strokes-char): Remove "-face" suffix from face name.
2891         (strokes-char-face): New backward-compatibility alias for renamed face.
2892         (strokes-encode-buffer): Use renamed strokes-char face.
2894         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
2895         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
2896         Remove "-face" suffix from face names.
2897         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
2898         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
2899         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
2900         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
2901         Use renamed pcvs faces.
2902         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
2903         * pcvs-defs.el (cvs-mode-map): Likewise.
2904         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
2906         * info.el (info-title-1, info-title-2, info-title-3)
2907         (info-title-4): Remove "-face" suffix from and downcase face names.
2908         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
2909         (Info-title-4-face):
2910         New backward-compatibility aliases for renamed faces.
2911         (Info-fontify-node): Use renamed info faces.
2913         * hilit-chg.el (highlight-changes, highlight-changes-delete):
2914         Remove "-face" suffix from face names.
2915         (highlight-changes-face, highlight-changes-delete-face):
2916         New backward-compatibility aliases for renamed faces.
2917         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
2918         (hilit-chg-make-list): Use renamed highlight-changes faces.
2920         * generic-x.el (show-tabs-tab, show-tabs-space):
2921         Remove "-face" suffix from face names.
2922         (show-tabs-tab-face, show-tabs-space-face):
2923         New backward-compatibility aliases for renamed faces.
2924         (show-tabs-generic-mode-font-lock-defaults-1)
2925         (show-tabs-generic-mode-font-lock-defaults-2):
2926         Use renamed show-tabs faces.
2928         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
2929         (smerge-markers): Remove "-face" suffix from face names.
2930         (smerge-mine-face, smerge-other-face, smerge-base-face)
2931         (smerge-markers-face):
2932         New backward-compatibility aliases for renamed faces.
2933         (smerge-mine-face, smerge-other-face, smerge-base-face)
2934         (smerge-markers-face): Use renamed smerge faces.
2936         * log-view.el (log-view-file, log-view-message):
2937         Remove "-face" suffix from face names.
2938         (log-view-file-face, log-view-message-face):
2939         New backward-compatibility aliases for renamed faces.
2940         (log-view-file-face, log-view-message-face): Use renamed log-view faces.
2942         * paren.el (show-paren-match, show-paren-mismatch):
2943         Remove "-face" suffix from face names.
2944         (show-paren-match-face, show-paren-mismatch-face):
2945         New backward-compatibility aliases for renamed faces.
2946         (show-paren-function): Use renamed show-paren faces.
2948         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
2949         (ruler-mode-margins, ruler-mode-fringes)
2950         (ruler-mode-column-number, ruler-mode-fill-column)
2951         (ruler-mode-comment-column, ruler-mode-goal-column)
2952         (ruler-mode-tab-stop, ruler-mode-current-column):
2953         Remove "-face" suffix from face names.
2954         (ruler-mode-default-face, ruler-mode-pad-face)
2955         (ruler-mode-margins-face, ruler-mode-fringes-face)
2956         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
2957         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
2958         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
2959         New backward-compatibility aliases for renamed faces.
2960         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
2961         (ruler-mode-column-number, ruler-mode-fill-column)
2962         (ruler-mode-comment-column, ruler-mode-goal-column)
2963         (ruler-mode-tab-stop, ruler-mode-current-column)
2964         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
2966         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
2967         face name.
2968         (whitespace-highlight-the-space): Use renamed face.
2969         (whitespace-highlight-face): New backward-compatibility alias for
2970         renamed face.
2972         * woman.el (woman-italic, woman-bold, woman-unknown)
2973         (woman-addition, woman-symbol-face):
2974         Remove "-face" suffix from face names.
2975         (woman-italic-face, woman-bold-face, woman-unknown-face)
2976         (woman-addition-face):
2977         New backward-compatibility aliases for renamed faces.
2978         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
2979         (woman-decode-region, woman-replace-match)
2980         (woman-display-extended-fonts, woman-special-characters)
2981         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
2982         Use renamed woman faces.
2984         * longlines.el (longlines-visible-face): Face removed.
2986         * diff-mode.el (diff-header, diff-file-header, diff-index)
2987         (diff-hunk-header, diff-removed, diff-added, diff-changed)
2988         (diff-function, diff-context, diff-nonexistent): Remove "-face"
2989         suffix from face names.
2990         (diff-header-face, diff-file-header-face, diff-index-face)
2991         (diff-hunk-header-face, diff-removed-face, diff-added-face)
2992         (diff-changed-face, diff-function-face, diff-context-face)
2993         (diff-nonexistent-face): New backward-compatibility aliases for
2994         renamed faces.
2995         (diff-header-face, diff-file-header-face)
2996         (diff-index, diff-index-face, diff-hunk-header)
2997         (diff-hunk-header-face, diff-removed, diff-removed-face)
2998         (diff-added, diff-added-face, diff-changed-face, diff-function)
2999         (diff-function-face, diff-context-face, diff-nonexistent)
3000         (diff-nonexistent-face): Use renamed diff-mode faces.
3002         * progmodes/compile.el (compilation-warning-face)
3003         (compilation-info-face): Remove "-face" suffix from face names.
3004         (compilation-warning-face, compilation-info-face):
3005         New backward-compatibility aliases for renamed faces.
3006         (compilation-warning-face, compilation-info-face):
3007         Use renamed compilation faces.
3009         * add-log.el (change-log-date, change-log-name)
3010         (change-log-email, change-log-file, change-log-list)
3011         (change-log-conditionals, change-log-function)
3012         (change-log-acknowledgement): Remove "-face" suffix from face names.
3013         (change-log-date-face, change-log-name-face)
3014         (change-log-email-face, change-log-file-face)
3015         (change-log-list-face, change-log-conditionals-face)
3016         (change-log-function-face, change-log-acknowledgement-face):
3017         New backward-compatibility aliases for renamed faces.
3018         (change-log-font-lock-keywords): Use renamed change-log faces.
3020         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
3021         (custom-set, custom-changed, custom-saved, custom-button)
3022         (custom-button-pressed, custom-documentation, custom-state)
3023         (custom-comment, custom-comment-tag, custom-variable-tag)
3024         (custom-variable-button, custom-face-tag, custom-group-tag-1)
3025         (custom-group-tag): Remove "-face" suffix from face names.
3026         (custom-magic-alist, custom-magic-value-create)
3027         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
3028         (custom-invalid-face, custom-rogue-face, custom-modified-face)
3029         (custom-set-face, custom-changed-face, custom-saved-face)
3030         (custom-button-face, custom-button-pressed-face)
3031         (custom-documentation-face, custom-state-face)
3032         (custom-comment-face, custom-comment-tag-face)
3033         (custom-variable-tag-face, custom-variable-button-face)
3034         (custom-face-tag-face, custom-group-tag-face-1)
3035         (custom-group-tag-face):
3036         New backward-compatibility aliases for renamed faces.
3038         * wid-edit.el (widget-documentation, widget-button)
3039         (widget-field, widget-single-line-field, widget-inactive)
3040         (widget-button-pressed): "-face" suffix removed from face names.
3041         (widget-documentation-face, widget-button-face)
3042         (widget-field-face, widget-single-line-field-face)
3043         (widget-inactive-face, widget-button-pressed-face):
3044         New backward-compatibility aliases for renamed faces.
3045         (widget-documentation-face, widget-button-face)
3046         (widget-button-pressed-face, widget-specify-field)
3047         (widget-specify-inactive): Use renamed widget faces.
3049 2005-06-10  Kenichi Handa  <handa@m17n.org>
3051         * term/x-win.el (x-clipboard-yank): Remove condition-case
3052         wrapping.
3054 2005-06-11  Kenichi Handa  <handa@m17n.org>
3056         * add-log.el (change-log-font-lock-keywords): Make the regexp for
3057         date lines stricter.
3059 2005-06-10  Zhang Wei  <id.brep@gmail.com>  (tiny change)
3061         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
3062         of x-get-selection.
3064 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
3066         * comint.el (comint-mode, comint-snapshot-last-prompt):
3067         * frame.el (frame-current-scroll-bars):
3068         * term.el (term-mode, term-check-proc, term-input-sender)
3069         (term-simple-send, term-extract-string, term-word)
3070         (term-match-partial-filename):
3071         * window.el (window-current-scroll-bars):
3072         * emulation/cua-base.el (cua-normal-cursor-color)
3073         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
3074         (cua-global-mark-cursor-color):
3075         * mail/undigest.el (rmail-forward-separator-regex):
3076         Fix typos in docstrings.
3078         * comint.el (comint-check-proc, make-comint-in-buffer)
3079         (comint-source-default): Doc fixes.
3081         * term.el (term-send-string): Improve argument/docstring
3082         consistency.
3084 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
3086         * comint.el (comint-send-input): Bind `inhibit-read-only' around
3087         call to `delete-region'.
3088         (comint-mode-hook): Do not enable Font Lock by default.
3090 2005-06-09  Lute Kamstra  <lute@gnu.org>
3092         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
3093         could be void.
3095 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3097         * emacs-lisp/debug.el (debugger-will-be-back): New var.
3098         (debug): Use it.
3099         (debugger-step-through, debugger-continue, debugger-jump)
3100         (debugger-return-value): Set it when needed.
3101         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
3102         Use inhibit-read-only.
3104 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
3106         * window.el (shrink-window-if-larger-than-buffer)
3107         (window-size-fixed): Fix typo in docstring.
3109         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
3110         thumbnails directory on loading.
3111         (thumbs-conversion-program): Use `eq' to check the system type,
3112         not `equal'.
3113         (thumbs-temp-dir): Initialize to `temporary-file-directory',
3114         not "/tmp".  Fix docstring.
3115         (thumbs-thumbsdir): New function to return the thumbnails
3116         directory, creating it if needed.
3117         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
3118         (thumbs-temp-file): Delete variable and make it into a function.
3119         (thumbs-resize-image, thumbs-modify-image): Use it.
3120         (thumbs-kill-buffer): Simplify.
3121         (thumbs-gensym): Defalias or duplicate CL `gensym'.
3122         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
3123         docstrings.
3125 2005-06-09  Kim F. Storm  <storm@cua.dk>
3127         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
3128         set-match-data to free markers in match-data.
3130         * replace.el (replace-match-data): Pass RESEAT arg `t' to
3131         match-data to unchain markers in match-data.
3133 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3135         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
3136         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
3137         unnecessary now.
3139 2005-06-08  Richard M. Stallman  <rms@gnu.org>
3141         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
3142         give the variable a doc string that doesn't say don't set it directly.
3144         * textmodes/ispell.el (ispell-check-version):
3145         Use match-string-no-properties.
3146         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
3147         (ispell-buffer-local-words): Likewise.
3149         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
3150         except on terminals with enough colors to really display it.
3151         (makefile-dependency-regex): Delete spurious `bb'.
3153         * faces.el (escape-glyph): Use blue once again in last case.
3154         (no-break-space): Redefine so that it isn't invisible on a tty.
3156 2005-06-08  Kim F. Storm  <storm@cua.dk>
3158         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
3159         also when reading directory name.
3161 2005-06-08  Lute Kamstra  <lute@gnu.org>
3163         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
3164         (flyspell-mode-line-string): Remove autoload cookie.
3165         (flyspell-mode): Remove defvar.
3167 2005-06-07  Lute Kamstra  <lute@gnu.org>
3169         * textmodes/org.el (org-run-mode-hooks): New function.
3170         (org-agenda-mode): Use it.
3172 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
3174         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
3176 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3178         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
3180 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
3182         * font-lock.el (font-lock-add-keywords): Doc fix.
3184 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3186         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
3187         (tex-compile-default): In the absence of any history, use the order in
3188         tex-compile-alist to choose the preferred command.
3189         (tex-compile-commands): Reorder a bit.
3191         * textmodes/flyspell.el (flyspell-auto-correct-binding)
3192         (flyspell-incorrect-face, flyspell-duplicate-face):
3193         Use (X)Emacs-agnostic code.
3194         (flyspell-mode-map): Don't overwrite at each load.  Remove code
3195         redundant with the subsequent add-minor-mode.  Merge Emacs and
3196         XEmacs code.
3197         (flyspell-word): Minor simplification.
3198         (flyspell-math-tex-command-p): Quieten the byte-compiler.
3199         (flyspell-external-point-words): Remove unused vars `size' and `start'.
3200         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
3201         Merge the corresponding Emacs code.
3202         (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
3204         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
3205         a dedicated window.
3207         * international/latexenc.el (latexenc-find-file-coding-system):
3208         Undo part of last patch, to turn off a compiler warning.
3210 2005-06-06  Juri Linkov  <juri@jurta.org>
3212         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
3213         Rename `tmm-inactive-face' to `tmm-inactive'.
3215 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
3217         * iswitchb.el: Rename faces.
3219 2005-06-06  Kim F. Storm  <storm@cua.dk>
3221         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
3222         (cua-global-mark): Remove -face suffix from face names.
3224         * emulation/cua-gmrk.el (cua--init-global-mark):
3225         Remove cua-global-mark face setup.
3227 2005-06-06  Richard M. Stallman  <rms@gnu.org>
3229         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
3230         just like other allowed characters.
3231         (makefile-match-dependency): Exclude leading and training whitespace
3232         from the range of regexp subexp 1.
3233         (makefile-macroassign-regex): Don't try to match the body,
3234         just the name of the macro being defined.
3236         * info.el (Info-read-node-name-2): New function.
3237         (Info-read-node-name-1): Use that.
3238         Add a completion-base-size-function property.
3240         * simple.el (completion-setup-function): Look for
3241         completion-base-size-function property of
3242         minibuffer-completion-table.
3244         * files.el (locate-file-completion): Doc fix.
3246         * printing.el: Don't call pr-update-menus; user must do that.
3248         * emacs-lisp/debug.el (debugger-window): New variable.
3249         (debug): Use debugger-window if it is set and still alive.
3250         Record debugger-window for next entry.
3252         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
3254 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
3256         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
3257         (hack-one-local-variable, hack-local-variables)
3258         (hack-local-variables-prop-line): Pass that arg.
3260 2005-06-06  Kim F. Storm  <storm@cua.dk>
3262         * ido.el (ido-first-match, ido-only-match, ido-subdir)
3263         (ido-indicator): Remove -face suffix from face names.
3265 2005-06-06  Juri Linkov  <juri@jurta.org>
3267         * font-lock.el (font-lock-regexp-backslash)
3268         (font-lock-regexp-backslash-construct): New faces.
3269         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
3270         after `('.  Add `while-no-input' to control structures.
3272         * faces.el (no-break-space, shadow): New faces.
3273         (escape-glyph): Use less loud colors pink2 and red4.
3275         * diff-mode.el (diff-context-face)
3276         * dired.el (dired-ignored)
3277         * rfn-eshadow.el (file-name-shadow)
3278         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
3280         * info.el (Info-title-1-face): Use green instead of yellow because
3281         bold yellow is not readable on light backgrounds.
3283         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
3284         before selecting the desired mode to not spend time fontifying
3285         old contents.
3287 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
3289         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
3290         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
3292         * ps-print.el (ps-default-fg, ps-default-bg):
3293         Fix typos in docstrings.
3295         * isearchb.el (isearchb): Don't pass a spurious second argument to
3296         `iswitchb-completions'.
3298 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
3300         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
3301         to preserve point.
3302         (gdb-find-file-hook): Add doc string.
3304         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
3305         C dereferenced pointer expression.
3306         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
3308         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
3310         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
3311         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
3312         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
3313         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
3314         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
3315         Make background transparent.
3317 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
3319         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
3320         (font-lock-remove-keywords): Doc fix.
3321         (font-lock-mode-major-mode): Compiler defvar.
3322         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
3324         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
3325         (font-lock-mode): Update `font-lock-mode-major-mode'.
3326         (font-lock-set-defaults): Compiler defvar.
3327         (font-lock-default-function): Take `font-lock-mode-major-mode'
3328         into account.
3330         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
3331         keep track of which major mode it enabled the minor mode for.
3332         Use find-file-hook again.  Update docstring.
3334         * simple.el (eval-expression-print-level)
3335         (eval-expression-print-length, eval-expression-debug-on-error):
3336         Doc fixes.
3338 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
3340         * iswitchb.el (iswitchb-single-match-face)
3341         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
3342         (iswitchb-invalid-regexp-face): New faces.
3343         (iswitchb-completions): Use them.
3344         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
3345         now marked as an obsolete alias.
3346         (iswitchb-read-buffer): Remove check for bound font variables.
3347         (iswitchb-invalid-regexp): New free variable.
3348         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
3349         set iswitchb-invalid-regexp.
3350         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
3351         invalid regexps.
3352         (iswitchb-completions): Add check for complete match when entering
3353         a regexp.
3354         (iswitchb-completions): Remove require-match argument.
3355         (iswitchb-exhibit): Fix caller.
3356         (iswitchb-common-match-inserted): New variable.
3357         (iswitchb-complete, iswitchb-completion-help): Use it.
3359 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
3361         * url-http.el (url-http-chunked-encoding-after-change-function):
3362         Use `url-http-debug' instead of `message'.
3364 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
3366         * url-http.el (url-http-parse-headers): Pass redirected URL as a
3367         callback argument.
3369 2005-06-04  Kim F. Storm  <storm@cua.dk>
3371         * simple.el (line-move): Only call sit-for when moving backwards.
3373         * ido.el (ido-make-merged-file-list-1): New defun split from
3374         ido-make-merged-file-list.
3375         (ido-make-merged-file-list): Bind throw-on-input around call to
3376         ido-make-merged-file-list-1.  Return input-pending-p if
3377         interrupted by more input available.
3378         (ido-read-internal): Handle input-pending-p return value from
3379         ido-make-merged-file-list.
3381 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3383         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
3384         compatibility code.
3386         * international/latexenc.el (latexenc-find-file-coding-system):
3387         Don't inherit the EOL part of the coding-system from the
3388         tex-main buffer.  Fit within 80 columns.
3390 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
3392         * tmm.el (tmm-inactive-face): New face.
3393         (tmm-remove-inactive-mouse-face): New function.
3394         (tmm-prompt, tmm-add-one-shortcut)
3395         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
3396         but not selectable.
3398 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
3400         * faces.el (face-equal): Improve argument/docstring consistency.
3402 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
3404         * progmodes/make-mode.el (makefile-targets-face)
3405         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
3406         (makefile-bsdmake-dependency-regex)
3407         (makefile-makepp-rule-action-regex)
3408         (makefile-bsdmake-rule-action-regex): New constants.
3409         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
3411         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3412         Allow (...) within `...' for makepp messages.
3414 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
3416         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
3418         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
3419         "." files are deleted from all file lists before comparison.
3421         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
3422         (viper-ESC-key): Made them customizable.
3424         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
3426 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
3428         * autorevert.el (auto-revert-buffers): Use save-match-data.
3430 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3432         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
3433         menu items with a nil command binding.
3435 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
3437         * emacs-lisp/cl-macs.el (defsetf):
3438         Improve argument/docstring consistency.
3440         * faces.el (list-faces-display): Improve the formatting by
3441         computing the maximum length required for any face-name (reworked
3442         patch of 1999-01-11, accidentally deleted on 1999-07-21).
3443         (internal-find-face): Remove redundant info in docstring.
3445 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
3447         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
3448         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
3449         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
3450         (gdb-assembler-custom): Improve regexps.
3451         (def-gdb-auto-update-handler): Use window point to preserve point.
3453 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3455         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
3457 2005-05-31  Jay Belanger  <belanger@truman.edu>
3459         * calc/calc-embed.el (calc-embedded-word): Change argument passed
3460         to calc-embedded.
3461         (calc-embedded-make-info): Have plain prefix argument select
3462         entire line.
3464 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
3466         * faces.el (list-faces-display): Signal error if passed a regexp
3467         that matches no face name.
3469         * simple.el (filter-buffer-substring): Fix typo in docstring.
3471 2005-05-31  Richard M. Stallman  <rms@gnu.org>
3473         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
3474         (vhdl-emacs-21): Doc fix.
3475         (vhdl-mode): Unconditionally set comment-padding.
3476         (vhdl-fixup-whitespace-region): Insert spaces only where
3477         there are none.
3478         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
3480 2005-05-30  John Wiegley  <johnw@newartisans.com>
3482         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
3483         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
3484         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
3485         `directory-sep-char' to ?/, and all uses of `string-to-int' to
3486         `string-to-number'.
3488 2005-05-30  Jay Belanger  <belanger@truman.edu>
3490         * calc/calc.el (calc-bug-address): Fix docstring.
3491         (calc-window-hook, calc-trail-window-hook): New variables.
3492         (calc-trail-display): Restore use of calc-trail-window-hook.
3493         (calc): Restore use of calc-window-hook.
3495 2005-05-31  Masatake YAMATO  <jet@gyve.org>
3497         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
3499         * help-fns.el (help-C-file-name): Add autoload mark for
3500         `find-function-noselect'.
3502 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3504         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
3505         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
3507 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
3509         * calendar/diary-lib.el (mark-included-diary-files): Only kill
3510         included diary buffer if it was not already being visited.
3511         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
3513         * calendar/icalendar.el (top-level): Do not require 'appt.
3515         * mail/supercite.el (sc-select-attribution): Only use a list
3516         element from sc-attrib-selection-list if it returns a string.
3517         Reported by Davide G. M. Salvetti <salve@debian.org>.
3519 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
3521         * thumbs.el (thumbs-thumbname): The resulting thumbname now
3522         includes a hash value to improve its uniqueness, and has a ".jpg"
3523         extension.  Also, it is now a valid filename on all systems.
3524         (thumbs-make-thumb): Use `let', not `let*'.
3525         (thumbs-show-thumbs-list): Check for JPEG availability.
3527 2005-05-30  Richard M. Stallman  <rms@gnu.org>
3529         * filesets.el (filesets-menu-ensure-use-cached):
3530         Prevent warning when emacs-version>= is undefined.
3532         * printing.el (pr-interactive-n-up): Use string-to-number.
3534         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
3536         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
3537         Warn only when name to be defined is quoted.
3539 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
3541         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
3542         Make regexp more robust.
3543         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
3544         Force regeneration of disassembly.
3546 2005-05-29  Jay Belanger  <belanger@truman.edu>
3548         * calc/calc.el (calc-user-invocation): Check if
3549         calc-invocation-macro is non-nil.
3551 2005-05-29  Juri Linkov  <juri@jurta.org>
3553         * add-log.el (change-log-font-lock-keywords):
3554         Add `+' to e-mail regexp to accept mail address with keywords.
3556         * man.el (Man-name-regexp): Add `:' to accept qualified names.
3558 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
3560         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
3562         * ielm.el (inferior-emacs-lisp-mode): Ditto.
3564 2005-05-29  Richard M. Stallman  <rms@gnu.org>
3566         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
3567         Undo the change that moves to end of the current word.
3569 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
3571         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
3572         Throw error when count <= 0 to ensure input is a number.
3573         (gdb-read-memory-custom): Pick up address from buffer.
3574         (gdb-memory-mode): Allow user to increment and decrement
3575         memory address from header line.
3577 2005-05-29  Richard M. Stallman  <rms@gnu.org>
3579         * flyspell.el (flyspell-version): Function deleted.
3580         (flyspell-auto-correct-previous-hook): Doc fix.
3582         * jit-lock.el (jit-lock-function, jit-lock-after-change):
3583         Do nothing if memory is full.
3585         * font-lock.el (font-lock-fontify-syntactically-region):
3586         Pass t for GREEDY to looking-back.
3588         * saveplace.el (save-place-alist-to-file): Write the file
3589         using write-region.
3591         * subr.el (looking-back): New argument GREEDY.
3593         * progmodes/compile.el (compilation-start): Set the mode
3594         before inserting the initial text.
3596         * progmodes/which-func.el (which-func-update-1): Turn the mode
3597         off in case of error by setting which-func-mode.
3599 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
3601         * flyspell.el (flyspell-auto-correct-previous-word):
3602         Narrow down to what's on the screen, and recenter overlays
3603         at the end of the next word.
3605 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
3607         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
3608         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
3609         (flyspell-abbrev-p): Default to nil.
3610         (flyspell-use-global-abbrev-table-p): Doc fix.
3611         (flyspell-large-region): Allow nil as value.
3612         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
3614         (mail-mode-flyspell-verify): More robust handling
3615         of `mail-header-separator'.  More efficient signature detection.
3616         Allow for regexp metacharacters in message-header-separator.
3617         Adding `To' not to be checked in mail-mode-flyspell-verify.
3619         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
3620         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
3621         Bind flyspell-auto-correct-binding.
3622         Bind C-. and C-, .
3623         (flyspell-mode-map): Likewise.
3624         (flyspell-mode): Doc fix.
3625         (flyspell-accept-buffer-local-defs): Preserve current buffer.
3626         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
3627         (flyspell-word-cache-result): New var, always local.
3628         (flyspell-check-pre-word-p): Doc fix.
3629         (flyspell-check-changed-word-p): Handle spc like newline.
3630         (flyspell-post-command-hook): Set flyspell-word-cache-result.
3631         (flyspell-word-search-backward, flyspell-word-search-forward):
3632         New functions.
3633         (flyspell-word): Return t if nothing to check.
3634         When parsing TeX code, check for after } or \.
3635         Use flyspell-word-search-backward to find previous word.
3636         Return nil if duplicated word.
3637         For word already checked, return same value as last time.
3638         Set flyspell-word-cache-result after checking.
3639         Don't clobber the return value.
3640         (flyspell-get-word): Major rewrite.
3641         (flyspell-external-point-words): New locals pword, pcount.
3642         Fix size used in progress message.
3643         Find the proper corresponding word in flyspell-large-region-buffer.
3644         (flyspell-region): Check for flyspell-large-region = nil.
3645         (flyspell-highlight-incorrect-region): Clean up overlays in region.
3646         (flyspell-auto-correct-word): Check that WORD is a cons.
3647         (flyspell-correct-word): Likewise.
3649 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
3651         * progmodes/make-mode.el (makefile-rule-action-regex)
3652         (makefile-macroassign-regex, makefile-makepp-mode)
3653         (makefile-bsdmake-mode): Continuation lines may be empty.
3654         Reported by Joshua Varner.
3655         (makefile-makepp-font-lock-keywords): Add $(stem).
3657 2005-05-28  Karl Berry  <karl@gnu.org>
3659         * textmodes/tex-mode.el: Now that tex-send-command calls
3660         shell-quote-argument (2005-03-31 change), remove all calls to
3661         shell-quote-argument; they all end up invoking tex-send-command.
3662         The double quoting loses on filenames with non-safe characters,
3663         such as "@".  Reported by Frederik Fouvry.
3665 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
3667         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
3668         about preserving point.
3670 2005-05-27  Jay Belanger  <belanger@truman.edu>
3672         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
3673         Info-goto-node.
3675         * calc/calc-embed.el (calc-embed-arg): New variable.
3676         (calc-do-embedded-activate, calc-embedded-activate-formula)
3677         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
3678         variable by new variable.
3679         (calc-embedded-make-info): Replace undeclared variable by new
3680         variable.  When selecting region with positive prefix
3681         argument, use end of previous line instead of beginning of line.
3683         * calc/calc-aent.el (calc-arg-values): Declare it.
3685         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
3686         Declare them.
3688         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
3690         * calc/calc.el (calc-alg-map): Declare it.
3692         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
3694 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
3696         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
3697         (gdb-registers-buffer, toggle-gdb-all-registers):
3698         Toggle display of floating point registers.
3699         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
3701         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
3702         (toggle-gud-tooltip-dereference):
3703         Rename from gud-toggle-tooltip-dereference.
3705 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3707         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
3709 2005-05-27  Jay Belanger  <belanger@truman.edu>
3711         * calc/calc-prog.el (calc-kbd-report): Remove.
3712         (calc-kbd-query): Rewrite.
3714 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
3716         * image.el (image-library-alist): Move to image.c.
3717         (image-type-available-p): Doc fix.
3719 2005-05-27  Lute Kamstra  <lute@gnu.org>
3721         * calc/calc.el (calc):
3722         * outline.el (outline-1, outline-2, outline-3, outline-4)
3723         (outline-5, outline-6, outline-7, outline-8):
3724         * textmodes/dns-mode.el (dns-mode):
3725         * textmodes/sgml-mode.el (sgml-namespace-face):
3726         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
3727         (tex-verbatim-face, tex-use-reftex):
3728         * textmodes/texinfo.el (texinfo-heading-face):
3729         Specify customization group.
3731         * longlines.el: Don't require easy-mmode.
3732         (longlines-visible-face): Specify customization group.
3734 2005-05-27  Kenichi Handa  <handa@m17n.org>
3736         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
3737         encoding table of windows-1251.
3739         * international/ucs-tables.el (ucs-set-table-for-input):
3740         If translation-table-for-input of a coding system is a symbol, get
3741         its translation-table property.
3743         * international/code-pages.el: Don't register a coding system into
3744         non-iso-charset-alist more than once.
3745         (cp-make-coding-system): Likewise.
3747 2005-05-26  John Wiegley  <johnw@newartisans.com>
3749         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
3750         `eshell-resume-eval' is wrapped in a list, it indicates that the
3751         command was run asynchronously.  In that case, unwrap the value
3752         before checking the delimiter value.
3754         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
3755         character before a space at the end of a line is \, assume the space
3756         is part of the last argument rather than a final argument separator.
3758         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
3759         is in use, and the target is `t' or `nil' (which are the most common
3760         values), don't assume that the symbol target is a buffer.
3762 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
3764         * calendar/calendar.el (calendar-mode-line-format):
3765         Use mode-line-highlight as mouse-face.
3767         * time.el (display-time-string-forms, display-time-update):
3768         Use mode-line-highlight as mouse-face.
3770 2005-05-26  Jay Belanger  <belanger@truman.edu>
3772         * calc/calc.el (calc-language-alist): Remove extra defvar.
3774 2005-05-26  Lute Kamstra  <lute@gnu.org>
3776         * arc-mode.el (archive-mode):
3777         * bookmark.el (bookmark-read-annotation-mode)
3778         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
3779         * bs.el (bs-mode):
3780         * calc/calc-yank.el (calc-edit-mode):
3781         * calc/calc.el (calc-mode, calc-trail-mode):
3782         * calculator.el (calculator-mode):
3783         * chistory.el (command-history-mode):
3784         * comint.el:
3785         * cus-edit.el (custom-mode):
3786         * descr-text.el (describe-text-mode):
3787         * ebuff-menu.el (Electric-buffer-menu-mode):
3788         * ediff-util.el (ediff-mode):
3789         * emacs-lisp/re-builder.el (reb-mode):
3790         * emulation/vi.el (vi-mode-setup):
3791         * emulation/ws-mode.el (wordstar-mode):
3792         * eshell/esh-mode.el (eshell-mode):
3793         * forms.el (forms-mode):
3794         * help-mode.el (help-mode):
3795         * hexl.el (hexl-mode):
3796         * ibuffer.el (ibuffer-mode):
3797         * ielm.el (inferior-emacs-lisp-mode):
3798         * info.el (Info-mode, Info-edit-mode):
3799         * international/swedish.el:
3800         * ledit.el (ledit-from-lisp-mode):
3801         * locate.el (locate-mode):
3802         * mail/rmail.el (rmail-mode):
3803         * mail/rmailedit.el (rmail-edit-mode):
3804         * mail/rmailsum.el (rmail-summary-mode):
3805         * mail/supercite.el (sc-electric-mode):
3806         * net/eudc.el (eudc-mode):
3807         * net/quickurl.el (quickurl-list-mode):
3808         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
3809         * obsolete/ooutline.el (outline-mode):
3810         * obsolete/options.el (Edit-options-mode):
3811         * obsolete/rnews.el (news-mode):
3812         * obsolete/rnewspost.el (news-reply-mode):
3813         * play/5x5.el (5x5-mode):
3814         * play/decipher.el (decipher-mode, decipher-stats-mode):
3815         * play/gomoku.el (gomoku-mode):
3816         * play/snake.el (snake-mode):
3817         * play/solitaire.el (solitaire-mode):
3818         * play/tetris.el (tetris-mode):
3819         * progmodes/ada-mode.el (ada-mode):
3820         * progmodes/antlr-mode.el (antlr-mode):
3821         * progmodes/autoconf.el (autoconf-mode):
3822         * progmodes/dcl-mode.el (dcl-mode):
3823         * progmodes/delphi.el (delphi-mode):
3824         * progmodes/ebrowse.el (ebrowse-tree-mode)
3825         (ebrowse-electric-list-mode, ebrowse-member-mode)
3826         (ebrowse-electric-position-mode):
3827         * progmodes/f90.el (f90-mode):
3828         * progmodes/fortran.el (fortran-mode):
3829         * progmodes/icon.el (icon-mode):
3830         * progmodes/idlw-help.el (idlwave-help-mode):
3831         * progmodes/idlw-shell.el (idlwave-shell-mode):
3832         * progmodes/idlwave.el (idlwave-mode):
3833         * progmodes/inf-lisp.el (inferior-lisp-mode):
3834         * progmodes/m4-mode.el (m4-mode):
3835         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
3836         * progmodes/modula2.el (modula-2-mode):
3837         * progmodes/octave-inf.el (inferior-octave-mode):
3838         * progmodes/octave-mod.el (octave-mode):
3839         * progmodes/pascal.el (pascal-mode):
3840         * progmodes/sh-script.el (sh-mode):
3841         * progmodes/sql.el (sql-mode, sql-interactive-mode):
3842         * progmodes/vhdl-mode.el (vhdl-mode):
3843         * progmodes/xscheme.el (scheme-interaction-mode):
3844         * replace.el (occur-mode):
3845         * ses.el (ses-mode):
3846         * simple.el (completion-list-mode):
3847         * skeleton.el:
3848         * speedbar.el (speedbar-mode):
3849         * term.el (term-mode):
3850         * terminal.el (terminal-edit-mode):
3851         * textmodes/reftex-index.el (reftex-index-mode)
3852         (reftex-index-phrases-mode):
3853         * textmodes/reftex-sel.el (reftex-select-label-mode)
3854         (reftex-select-bib-mode):
3855         * textmodes/reftex-toc.el (reftex-toc-mode):
3856         * wdired.el (wdired-change-to-wdired-mode):
3857         * wid-browse.el (widget-browse-mode):
3858         Use run-mode-hooks.
3860         * array.el (array-mode):
3861         * calendar/todo-mode.el (todo-mode):
3862         * man.el (Man-mode):
3863         * play/landmark.el (lm-mode):
3864         * play/mpuz.el (mpuz-mode):
3865         Use kill-all-local-variables and run-mode-hooks.
3867         * subr.el (delay-mode-hooks): Specify indentation.
3869 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
3871         * xml.el (xml-substitute-special): Don't die for undefined xml entities.
3873 2005-05-26  Jay Belanger  <belanger@truman.edu>
3875         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
3876         of nil.
3878 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
3880         * progmodes/gdb-ui.el (gdb-frame-address):
3881         Rename from gdb-current-address.
3882         (gdb-previous-frame-address): Rename from gdb-previous-address.
3883         (gdb-selected-frame): Rename from gdb-current-frame.
3884         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
3885         (gdb-frame-number): Rename from gdb-current-stack-level.
3886         (gdb-ann3): Match new mode-name for disassembly buffer.
3887         Extend initialization of variables.
3888         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
3889         (gdb-memory-mode): Use mouse-face in header line.
3890         (gdb-assembler-buffer-name): Call it disassembly and give frame
3891         in mode line.
3892         (gdb-source-spec-regexp, gdb-assembler-custom)
3893         (gdb-invalidate-assembler, gdb-frame-handler):
3894         Make robust to leading zeroes in address format.
3896 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
3898         * textmodes/org.el (org-mode): Use `define-derived-mode' to
3899         define `org-mode'.
3900         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
3902 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3904         * log-edit.el (log-edit-changelog-entries): Distinguish between
3905         filenames like xfns.c and fns.c.
3907 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
3909         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
3910         point after reverting.
3911         (Buffer-menu-make-sort-button): Handle the case where
3912         `Buffer-menu-use-header-line' is nil.
3914 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
3916         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
3917         New funcs.  In minibuffer-local-completion-map bind `]', `/'
3918         and `:' to them.
3920 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3922         * startup.el (normal-top-level): Allow modification of load-path while
3923         we're iterating over it.
3925 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
3927         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
3928         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
3929         (thumbs-resize-interactive, thumbs-insert-image)
3930         (thumbs-insert-thumb, thumbs-dired-show-marked)
3931         (thumbs-find-image-at-point, thumbs-delete-images)
3932         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
3933         (thumbs-increment-image-size, thumbs-decrement-image-size):
3934         Fix typos in docstrings.
3936 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
3938         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
3939         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
3940         (cperl-mode): Use them.
3942 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
3944         * window.el (quit-window, shrink-window-if-larger-than-buffer):
3945         Doc fixes.
3947 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
3949         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
3950         Bind C-d to gdb-inferior-io-eof.
3952         * dired.el (dired-dnd-popup-notice): Use message-box.
3954 2005-05-23  Masatake YAMATO  <jet@gyve.org>
3956         * bindings.el (mode-line-major-mode-keymap):
3957         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
3959         * faces.el (mode-line-highlight): New face.
3961         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
3962         as mouse-face.
3964         * bindings.el (top-level, help-echo, mode-line-modified)
3965         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
3966         as mouse-face.
3968 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
3970         * progmodes/cc-engine.el (c-guess-basic-syntax):
3971         Remove spurious call to `zerop'.
3973         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
3975 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
3977         CC Mode update to 5.30.10:
3979         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
3980         could go past the limit in decoration level 2, thereby causing
3981         errors during interactive fontification.
3983         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
3984         the file is evaluated interactively.
3986         * cc-engine.el (c-guess-basic-syntax): Handle operator
3987         declarations somewhat better in C++.
3989         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
3990         make use of `run-mode-hooks' which has been added in Emacs 21.1.
3991         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
3992         (awk-mode): Use it.
3993         (make-local-hook): Suppress warning about obsoleteness.
3995         * cc-engine.el, cc-align.el, cc-cmds.el
3996         (c-append-backslashes-forward, c-delete-backslashes-forward)
3997         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
3998         Compensate for return value from `forward-line' when it has moved
3999         but not to a different line due to eob.
4001         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
4002         `objc-method-intro' and `objc-method-args-cont'.
4004 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
4006         CC Mode update to 5.30.10:
4008         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
4009         in the copyright statement.  Incidentally, change "along with GNU
4010         Emacs" to "along with this program" where it occurs.
4012         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
4013         so that it is interactive, hence can be found by M-x awk-mode
4014         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
4015         <gmorris+emacs@ast.cam.ac.uk>.
4017         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
4018         Mode's regexps.
4020 2005-05-23  Kevin Ryde  <user42@zip.com.au>
4022         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
4023         c-parse-state, to avoid a lisp error (on bad code).
4025 2005-05-23  Lute Kamstra  <lute@gnu.org>
4027         * subr.el (font-lock-defaults): Remove defvar as it's already
4028         defined in font-core.el.
4030         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
4032 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
4034         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
4035         more general and work when GDB variable "print pretty" is on,
4036         as with Emacs, for example.
4038 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
4040         * font-core.el: Update comment.
4042         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
4043         Use `after-change-major-mode-hook' instead of `find-file-hook'.
4045         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
4047 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
4049         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
4050         and `yank-handler' in the doc strings.
4052 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4054         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
4056 2005-05-22  Richard M. Stallman  <rms@gnu.org>
4058         * help.el (describe-key): Move print-help-return-message call
4059         out of conditional.
4061         * progmodes/etags.el (list-tags): Use with-no-warnings.
4063         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
4064         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
4065         (starttls-extra-args, starttls-extra-arguments): Add defvars.
4067         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
4069         * language/viet-util.el (viet-viscii-nonascii-translation-table):
4070         Add defvar.
4072         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
4073         Use defvar, not defconst.
4075         * hexl.el (hexl-follow-line): Use with-no-warnings.
4077         * emulation/tpu-extras.el: Use write-file-functions instead of
4078         write-file-hooks.
4080         * dired.el (dired-font-lock-keywords): Fontify files with junk
4081         extensions even if marked by -F.
4083 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
4085         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
4086         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
4087         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
4088         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
4089         (concatenate, list-length, get*, getf, cl-remprop):
4090         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
4091         (etypecase, progv, lexical-let, lexical-let*)
4092         (multiple-value-bind, multiple-value-setq, shiftf):
4093         Improve argument/docstring consistency.
4095         * subr.el (focus-frame, unfocus-frame):
4096         Revert deletion on 2005-05-01.
4098 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
4100         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
4101         doesn't exist.
4103         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
4104         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
4106 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
4108         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
4109         already deleted variables: auto-fill-hook, blink-paren-hook,
4110         lisp-indent-hook, inhibit-local-variables, unread-command-event,
4111         suspend-hooks, comment-indent-hook, meta-flag,
4112         before-change-function, after-change-function,
4113         font-lock-doc-string-face.
4115 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
4117         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
4119 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
4121         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
4122         rmail-dont-reply-to.
4124 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
4126         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
4127         literal blank when splitting new-header-values.
4129 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
4131         * calendar/cal-menu.el (cal-menu-update): Add separator as a
4132         string so that tmm doesn't create a completion entry for it.
4134         * textmodes/table.el (table-disable-menu): Ditto.
4136 2005-05-21  Richard M. Stallman  <rms@gnu.org>
4138         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
4140         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
4142         * net/rcompile.el (remote-compile): Use compilation-start.
4144         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
4146 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
4148         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
4149         Default to makefile-bsdmake-mode on BSD systems.
4151         * imenu.el (imenu-generic-expression, imenu--generic-function'):
4152         REGEXP may also be a search function now.  The part of doc-string
4153         for describing the structure was 95% identical to that of
4154         `imenu--generic-function'.  Unify it there.
4156         * progmodes/make-mode.el (makefile-imenu-generic-expression):
4157         Use function to find dependencies, because regexp alone is so complex,
4158         it easily goes into an endless loop.
4159         (makefile-makepp-mode): Also add submenu for Perl functions
4160         defined in the makefile.
4161         (makefile-bsdmake-mode): Special imenu-generic-expression no
4162         longer needed, due to function call.
4163         (makefile-match-dependency): Take BOUND into account when checking
4164         if we're through.
4166 2005-05-20  Jay Belanger  <belanger@truman.edu>
4168         * calc/calc-units.el (calc-invalidate-units-table):
4169         Use inhibit-read-only.
4170         (math-build-units-table-buffer): Use view-mode.
4172 2005-05-20  David Kastrup  <dak@gnu.org>
4174         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
4175         easy-menu-add is not a nop on Emacs; and clarify when to call it.
4177 2005-05-20  Lute Kamstra  <lute@gnu.org>
4179         * diff-mode.el (diff-header-face, diff-file-header-face)
4180         (diff-index-face, diff-hunk-header-face, diff-removed-face)
4181         (diff-added-face, diff-changed-face, diff-function-face)
4182         (diff-context-face, diff-nonexistent-face): Put them in the
4183         diff-mode customization group.
4185 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4187         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
4189         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
4191         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
4192         Minor regexp-optimization.
4194 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
4196         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
4197         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
4198         (org-agenda-add-time-grid-maybe): New function.
4199         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
4200         (org-table-create): `dotimes' instead of `mapcar'.
4201         (org-xor): Simplify implementation.
4202         (org-agenda): `inhibit-redisplay' turned on.
4203         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
4204         a consistent line after a state change.
4205         (org-agenda-remove-times-when-in-prefix): New option.
4206         (org-prefix-has-time): New variable.
4207         (org-parse-time-string): Optional argument NODEFAULT.
4208         (org-format-agenda-item): Parse items for time-of-day
4209         specifications and move these into the prefix if possible.
4210         (org-agenda-priority): Get current heading, not previous heading
4211         during agenda remote editing.
4213 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
4215         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
4216         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
4217         (remove-duplicates, delete-duplicates, substitute)
4218         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
4219         (nsubstitute-if-not, find, find-if, find-if-not, position)
4220         (position-if, position-if-not, count, count-if, count-if-not)
4221         (mismatch, search, sort*, stable-sort, merge, member*)
4222         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
4223         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
4224         (intersection, nintersection, set-difference, nset-difference)
4225         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
4226         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
4227         (nsublis, tree-equal): Improve argument/docstring consistency.
4229         * subr.el (send-string, send-region):
4230         Remove obsolescence declaration.
4231         (window-dot, set-window-dot, read-input, show-buffer)
4232         (eval-current-buffer, string-to-int):
4233         Add release number to obsolescence declarations.
4235 2005-05-19  Kim F. Storm  <storm@cua.dk>
4237         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
4238         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
4240 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
4242         * faces.el (list-faces-display): Make back button respect optional
4243         regexp arg.
4245 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
4247         * calculator.el (calculator-radix-grouping-mode)
4248         (calculator-radix-grouping-digits, calculator-displayer)
4249         (calculator-radix-grouping-separator, calculator-copy-displayer):
4250         * dabbrev.el (dabbrev-search-these-buffers-only):
4251         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
4252         (diff-advance-after-apply-hunk, diff-mode-hook)
4253         (diff-minor-mode-prefix):
4254         * imenu.el (imenu-use-popup-menu):
4255         * jit-lock.el (jit-lock-context-time):
4256         * newcomment.el (comment-fill-column, comment-column)
4257         (comment-style, comment-padding, comment-multi-line)
4258         (comment-empty-lines, comment-auto-fill-only-comments):
4259         * reveal.el (reveal-around-mark):
4260         * uniquify.el (uniquify-buffer-name-style)
4261         (uniquify-after-kill-buffer-p)
4262         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
4263         (uniquify-min-dir-content, uniquify-separator)
4264         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
4265         * w32-vars.el (w32-fixed-font-alist):
4266         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
4267         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
4268         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
4269         * progmodes/perl-mode.el (perl-indent-level)
4270         (perl-continued-statement-offset, perl-continued-brace-offset)
4271         (perl-brace-offset, perl-brace-imaginary-offset)
4272         (perl-label-offset, perl-indent-continued-arguments)
4273         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
4274         * progmodes/tcl.el (tcl-indent-level)
4275         (tcl-continued-indent-level, tcl-auto-newline)
4276         (tcl-tab-always-indent, tcl-electric-hash-style)
4277         (tcl-help-directory-list, tcl-use-smart-word-finder)
4278         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
4279         (inferior-tcl-source-command):
4280         * textmodes/fill.el (enable-kinsoku):
4281         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
4282         * textmodes/table.el (table-yank-handler):
4283         Specify missing group (and type, if simple) in defcustom.
4285 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
4287         * progmodes/compile.el (compilation-finish-function): Fix defvar.
4289 2005-05-19  Richard M. Stallman  <rms@gnu.org>
4291         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
4293         * subr.el (event-basic-type): Don't get an error.
4294         (left-fringe-p): Function deleted.
4296         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
4297         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
4299         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
4300         in recursive copy.
4302         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
4304         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
4306         * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
4307         Call byte-compile-nogroup-warn if appropriate.
4309         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
4310         (compilation-set-window): Don't call left-fringe-p; do it directly.
4312 2005-05-19  Jay Belanger  <belanger@truman.edu>
4314         * calc/calc-graph.el (calc-graph-format-data): Make sure
4315         var-PlotRejects is bound before trying to check its value.
4317 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
4319         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
4320         definition of this variable from reftex-global.el to reftex.el,
4321         because it is needed in the menu.
4323 2005-05-19  Lute Kamstra  <lute@gnu.org>
4325         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
4326         years are fixed.  Don't insert a space after a dash.
4328 2005-05-19  Kim F. Storm  <storm@cua.dk>
4330         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
4332 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
4334         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
4335         strings, because (eq ... ?\\) is fairly frequent.
4337         * progmodes/make-mode.el (makefile-add-this-line-targets):
4338         Simplify and integrate into `makefile-pickup-targets'.
4339         (makefile-add-this-line-macro): Simplify and integrate into
4340         `makefile-pickup-macros.
4341         (makefile-pickup-filenames-as-targets): Simplify.
4342         (makefile-previous-dependency, makefile-match-dependency):
4343         Don't stumble over `::'.
4345 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
4347         * subr.el (post-command-idle-hook, post-command-idle-delay):
4348         Remove obsoletion of post-command-idle-hook and
4349         post-command-idle-delay.
4351         * faces.el (list-faces-display): Provide button when describe-face
4352         is called to take user back to the list of faces.
4354         * help-fns.el (describe-variable): Remove hyperlinks in a
4355         variable's value as these are quite frequently inappropriate.
4357         * follow.el (follow-submit-feedback, follow-mode):
4358         Remove references to post-command-idle-hook.
4360 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
4362         * progmodes/make-mode.el (makefile-previous-dependency)
4363         (makefile-match-dependency): Check for := (and in bsd mode also
4364         !=) to give a better result, even when font-lock is not on.
4366 2005-05-18  Jay Belanger  <belanger@truman.edu>
4368         * calc/calc-help.el (calc-s-prefix-help):
4369         Add `calc-copy-special-constant' to help string.
4371 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
4373         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
4375 2005-05-18  Jay Belanger  <belanger@truman.edu>
4377         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
4378         in linear factors are in proper order.
4380 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
4382         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
4383         Support for jurabib.
4385         * textmodes/reftex.el (featurep): Define aliases for overlay
4386         commands, for XEmacs compatibility, and use these aliases in
4387         overlay initializations.
4388         (reftex-highlight): Use `reftex-move-overlay'.
4389         (reftex-unhighlight): Use `reftex-delete-overlay'.
4390         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
4391         (reftex-access-search-path): Use `reftex-uniquify' instead of
4392         `reftex-uniq'
4394         * textmodes/reftex-sel.el (reftex-select-unmark):
4395         Overlay `before-string' property modification enables for Emacs as well.
4396         (reftex-select-item): Use `reftex-delete-overlay'.
4397         (reftex-select-mark): Use `reftex-make-overlay' and
4398         `reftex-overlay-put'.
4399         (reftex-select-unmark): Use `reftex-delete-overlay' and
4400         `reftex-overlay-put'.
4402 2005-05-18  Lute Kamstra  <lute@gnu.org>
4404         * emacs-lisp/lisp.el (check-parens): Fix docstring.
4406 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
4408         * add-log.el (add-change-log-entry):
4409         * array.el (array-make-template, array-reconfigure-rows)
4410         (array-init-max-row, array-init-max-column)
4411         (array-init-columns-per-line, array-init-field-width):
4412         * replace.el (replace-match-maybe-edit, perform-replace):
4413         * textmodes/spell.el (spell-region):
4414         Replace `read-input' by `read-string'.
4416         * forms.el (forms-mode):
4417         * finder.el (finder-compile-keywords):
4418         * shadowfile.el (shadow-read-files):
4419         Replace `eval-current-buffer' by `eval-buffer'.
4421         * terminal.el (te-pass-through):
4422         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
4423         (ange-ftp-raw-send-cmd):
4424         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
4425         (send-process-next-char, telnet-initial-filter, telnet):
4426         Replace `send-string' by `process-send-string'.
4428         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
4429         (prolog-consult-region): Replace `send-string' by
4430         `process-send-string'; replace `send-region' by `process-send-region'.
4432         * progmodes/delphi.el (delphi-log-msg):
4433         Replace `set-window-dot' by `set-window-point'.
4435         * subr.el (window-dot, set-window-dot, read-input, send-string)
4436         (send-region, show-buffer, eval-current-buffer):
4437         Make really obsolete, as the comment says.
4439 2005-05-17  Kim F. Storm  <storm@cua.dk>
4441         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
4442         (cua--init-keymaps): Bind C-return instead of S-return to set
4443         rectangle mark.
4445         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
4446         instead of S-return to toggle/clear rectangle mark.
4448 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
4450         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
4451         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
4452         Also fontify plain strings assigned to variables, mostly so that a
4453         colon has a face and is thus not taken as a dependency separator.
4454         (makefile-previous-dependency): Inline the new matcher, because it
4455         is too complex to work in both directions.
4456         (makefile-match-dependency): Eliminate `backward' arg (see above).
4457         Completely reimplemented so as to not sometimes go into an endless
4458         loop.  It should also be more efficient, because first it only
4459         searches for `:', instead of applying the very complex regexp.
4460         (makefile-mode): Cancel `font-lock-support-mode', because blocks
4461         to be fontified in one piece can be too long for JIT.
4462         Makefiles are never *that* big.
4464 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
4466         * dired.el (dired-mode): Simplify.
4468 2005-05-17  Lute Kamstra  <lute@gnu.org>
4470         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
4471         defcustom for the mode hook variable.
4473         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
4474         Emacs Lisp Reference Manual.
4476 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
4478         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
4479         (evenp, list*):
4480         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
4481         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
4483         * net/tramp-smb.el (tramp-smb-open-connection):
4484         Pass `tramp-chunksize' as fifth (required) argument.
4486 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
4488         * font-lock.el (lisp-font-lock-keywords-1):
4489         Set `font-lock-negation-char-face' for [^...] char group.
4490         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
4492         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
4493         a var, and refine it to mask one more level of nested vars.
4494         (makefile-rule-action-regex): Turn it into a var, and refine it so
4495         it recognizes backslashed continuation lines as belonging to the
4496         same command.
4497         (makefile-macroassign-regex): Refine it so it recognizes
4498         backslashed continuation lines as belonging to the same command.
4499         (makefile-var-use-regex): Don't look at the next char, because it
4500         might be the same one to be skipped by the initial [^$], leading
4501         to an overlooked variable use.
4502         (makefile-make-font-lock-keywords): Remove two parameters, which
4503         are now variables that some of the modes set locally.
4504         Handle dependency and rule action matching through functions, because
4505         regexps alone match too often.  Dependency matching now comes
4506         last, so it can check, whether a colon already matched something else.
4507         (makefile-mode): Inform that font-lock improves makefile parsing
4508         capabilities.
4509         (makefile-match-dependency, makefile-match-action): New functions.
4511 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
4513         * emacs-lisp/cl-extra.el (equalp): Doc fix.
4515         * align.el (align-regexp):
4516         * ansi-color.el (ansi-color-get-face):
4517         * array.el (array-reconfigure-rows, array-init-max-row)
4518         (array-init-max-column, array-init-columns-per-line)
4519         (array-init-field-width):
4520         * dired-aux.el (dired-trample-file-versions):
4521         * dired-x.el (dired-mark-sexp):
4522         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
4523         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
4524         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
4525         * faces.el (face-read-integer):
4526         * files.el (backup-extract-version, insert-directory):
4527         * hexl.el (hexl-insert-decimal-char):
4528         * server.el (server-process-filter):
4529         * shell.el (shell-extract-num):
4530         * startup.el (command-line-1):
4531         * term.el (term-command-hook):
4532         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
4533         (time-stamp-do-number):
4534         * time.el (display-time-update):
4535         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
4536         (timezone-fix-time):
4537         * vms-patch.el (vms-suspend-resume-hook):
4538         * calendar/appt.el (appt-convert-time):
4539         * calendar/cal-bahai.el (mark-bahai-diary-entries):
4540         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
4541         * calendar/cal-islam.el (mark-islamic-diary-entries):
4542         * calendar/calendar.el (calendar-cursor-to-date)
4543         (calendar-star-date):
4544         * calendar/diary-lib.el (diary-attrtype-convert)
4545         (mark-diary-entries, diary-entry-time):
4546         * calendar/solar.el (solar-get-number):
4547         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
4548         * emacs-lisp/re-builder.el (reb-display-subexp):
4549         * emulation/edt.el (edt-set-scroll-margins):
4550         * emulation/tpu-extras.el (tpu-set-scroll-margins):
4551         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
4552         (vip-get-ex-count):
4553         * emulation/viper-ex.el (viper-get-ex-token)
4554         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
4555         * international/fontset.el (fontset-plain-name):
4556         * mail/feedmail.el (feedmail-look-at-queue-directory):
4557         * mail/mailalias.el (mail-get-names):
4558         * mail/rmail.el (rmail-convert-to-babyl-format):
4559         * mail/rmailsum.el (rmail-make-basic-summary-line)
4560         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
4561         (rmail-summary-goto-msg):
4562         * mail/smtpmail.el (smtpmail-read-response):
4563         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
4564         (ange-ftp-vms-add-file-entry):
4565         * play/gametree.el (gametree-looking-at-ply)
4566         (gametree-current-branch-score):
4567         * progmodes/ada-xref.el (ada-prj-find-prj-file)
4568         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
4569         * progmodes/cperl-mode.el (condition-case):
4570         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
4571         (ebrowse-set-member-buffer-column-width)
4572         (ebrowse-select-1st-to-9nth):
4573         * progmodes/etags.el (etags-snarf-tag):
4574         * progmodes/flymake.el (flymake-parse-line):
4575         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
4576         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
4577         (idlwave-shell-menu-def):
4578         * progmodes/ps-mode.el (ps-run-goto-error):
4579         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
4580         (vhdl-speedbar-contract-level):
4581         * term/mac-win.el (x-handle-numeric-switch):
4582         * term/sun-mouse.el (sun-get-frame-data):
4583         * term/w32-win.el (x-handle-numeric-switch):
4584         * term/x-win.el (x-handle-numeric-switch):
4585         * textmodes/ispell.el (ispell-parse-output):
4586         * textmodes/nroff-mode.el (nroff-outline-level):
4587         * textmodes/reftex-cite.el (reftex-bib-sort-year)
4588         (reftex-bib-sort-year-reverse, reftex-format-citation):
4589         * textmodes/reftex-parse.el (reftex-init-section-numbers)
4590         (reftex-section-number):
4591         * textmodes/texinfmt.el (texinfo-paragraphindent):
4592         Replace `string-to-int' by `string-to-number'.
4594         * international/latexenc.el: Add page marker to force the "Local
4595         Variables:" string out of the last page.
4597 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
4599         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
4600         tooltip-change-major-mode.
4601         (gud-tooltip-print-command): Remove case where gud-minor-mode
4602         is gdb ("--fullname").
4603         (gud-tooltip-tips): Turn GUD tooltips off for this case and
4604         explain to user.
4606 2005-05-16  Jay Belanger  <belanger@truman.edu>
4608         * calc/calc-store.el (calc-copy-special-constant): New function.
4610         * calc/calc-ext.el (calc-init-extensions): Add binding for
4611         `calc-copy-special-constant'.
4613         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
4614         for the `calc-copy-special-constant' command.
4616 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
4618         * subr.el (left-fringe-p): New function.
4620         * progmodes/compile.el (compilation-setup): Set local value of
4621         overlay-arrow-string to "" always.
4622         (compilation-set-window): Left fringe then don't scroll.
4623         No left fringe then no arrow and scroll message to top.
4624         (compilation-context-lines): Adjust doc string accordingly.
4626 2005-05-16  Kim F. Storm  <storm@cua.dk>
4628         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
4629         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
4630         (ido-wide-find-dir-or-delete-dir): New command for M-d.
4631         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
4632         (ido-read-file-name): Handle commands with ido property value
4633         equal to find-file as reading a file name, to allow C-d to enter dired.
4634         (ibuffer-find-file): Add ido property with value find-file.
4636 2005-05-15  Kim F. Storm  <storm@cua.dk>
4638         * subr.el (open-network-stream-nowait): Remove.
4639         (open-network-stream-server): Remove.
4641 2005-05-15  Richard M. Stallman  <rms@gnu.org>
4643         * faces.el (describe-face): Output a definition link button.
4645         * help-mode.el (help-face-def): New button type.
4647         * emacs-lisp/copyright.el (copyright-fix-years):
4648         Match properly if the first year is 2-digit.
4649         Don't mess up the whitespace after the years by filling.
4651         * dired-aux.el (dired-mark-confirm):
4652         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
4654         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
4655         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
4656         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
4658         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4659         Set font-lock-comment-start-skip.
4661         * font-lock.el (font-lock-comment-start-skip): New variable.
4662         (font-lock-comment-end-skip): New variable.
4663         (font-lock-fontify-syntactically-region): Use them if non-nil.
4665 2005-05-15  Jay Belanger  <belanger@truman.edu>
4667         * calc/calc-store.el (calc-store-value): Return a string rather
4668         than display it as a message.
4669         Use calc-var-name for variable name.
4670         (calc-store-into): Add the result of calc-store-value to message.
4671         (calc-copy-variable): Add a message.
4672         (calc-store-exchange): Improve error messages.
4673         (calc-store-binary, calc-store-map): Don't reset the values of
4674         special constants.
4676 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
4678         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
4679         manual to docstring.
4681         * files.el (hack-local-variables-confirm): Add STRING argument.
4682         Make the function handle non file visiting buffers correctly.
4683         (hack-local-variables-prop-line, hack-local-variables)
4684         (hack-one-local-variable): Use STRING arg of
4685         `hack-local-variables-confirm'.
4687 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
4689         Sync with Tramp 2.0.49.
4691         * tramp.el (tramp-handle-dired-call-process)
4692         (tramp-handle-insert-directory):`insert-buffer' cannot be used
4693         because the contents of the Tramp buffer is changed before
4694         insertion (`expand-file' and alike).
4695         (tramp-handle-insert-directory): If `localname' has an empty
4696         nondirectory name, it must not be quoted.
4697         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
4698         variable `tramp-chunksize'.  Change callees.
4699         (tramp-open-connection-setup-interactive-shell): Check remote host
4700         for buggy `send-process-string' implementation.
4701         Set `tramp-chunksize' if found.  Reported by Michael Kifer
4702         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
4703         (tramp-handle-shell-command): `insert-buffer' cannot be used
4704         because the contents of the Tramp buffer is changed before
4705         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
4706         <frederic.bothamy@free.fr>.
4707         (tramp-set-auto-save): Actions should be done for Tramp file name
4708         handler only.  Ange-FTP has its own auto-save mechanism.
4709         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
4710         (tramp-set-auto-save-file-modes): Set file modes of
4711         `buffer-auto-save-file-name' to ?\600 as fallback solution.
4712         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
4713         (tramp-bug): Remove obsolete variable.
4714         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
4715         for presence of `mml-mode'.  Make it running for older Emacsen as well.
4717 2005-05-14  John Paul Wallington  <jpw@pobox.com>
4719         * ibuf-ext.el (define-ibuffer-filter filename):
4720         If `dired-directory' is a list, use its car.
4722 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
4724         * ibuffer.el (define-ibuffer-column filename):
4725         If `dired-directory' is a list, use its car.
4727 2005-05-14  Richard M. Stallman  <rms@gnu.org>
4729         * subr.el (symbol-file): Doc fix.
4731         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
4732         (byte-compile-form): Call byte-compile-nogroup-warn.
4733         (byte-compile-warning-types): Doc fix.
4735         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
4737         * progmodes/cc-engine.el (c-literal-faces):
4738         Add font-lock-comment-delimiter-face.
4740         * net/net-utils.el (dig): Use with-no-warnings.
4742         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
4743         (sc-recite-frame-alist, sc-default-cite-frame)
4744         (sc-default-uncite-frame, sc-default-recite-frame)
4745         (sc-attrib-selection-list, sc-rewrite-header-list):
4746         Mark as risky-local-variable.
4748         * international/ogonek.el (ogonek-jak, ogonek-how):
4749         Don't use beginning-of-buffer.
4751         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
4753         * calendar/solar.el (solar-data-list): Move definition up.
4755         * dnd.el (dnd-protocol-alist): Add autoload.
4757         * progmodes/sh-script.el: Many doc usage fixes.
4758         (sh-indent-after-do): Change default to match common styles.
4760 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
4762         * files.el (interpreter-mode-alist)
4763         (auto-mode-interpreter-regexp): Doc fixes.
4765 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
4767         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
4769         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
4771 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4773         * dired.el (dired-mode): make-variable-buffer-local =>
4774         make-local-variable.
4776 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4778         * term/mac-win.el (mac-select-convert-to-string): Try coding
4779         systems in mac-script-code-coding-systems if specified one cannot
4780         encode string for `com.apple.traditional-mac-plain-text'.
4782 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
4784         * progmodes/make-mode.el (makefile-targets-face)
4785         (makefile-shell-face, makefile-makepp-perl-face): New faces.
4786         (makefile-dependency-regex): Fix it to not make the colon in
4787         $(var:a=b) special.
4788         (makefile-rule-action-regex): New regexp for highlighting embedded
4789         Shell strings.
4790         (makefile-macroassign-regex): Handle != for highlighting as
4791         embedded Shell strings.
4792         (makefile-var-use-regex): New const.
4793         (makefile-statements, makefile-automake-statements)
4794         (makefile-gmake-statements, makefile-makepp-statements)
4795         (makefile-bsdmake-statements): New consts.
4796         (makefile-make-font-lock-keywords): New function.
4797         (makefile-automake-font-lock-keywords)
4798         (makefile-gmake-font-lock-keywords)
4799         (makefile-makepp-font-lock-keywords)
4800         (makefile-bsdmake-font-lock-keywords): New consts.
4801         (makefile-mode-map): Add switchers between the various submodes.
4802         (makefile-mode): Document the availability of the variants.
4803         (makefile-automake-mode, makefile-gmake-mode)
4804         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
4806         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
4807         new variants of makefile-mode.
4809 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4811         * font-lock.el (font-lock-comment-delimiter-face): Fix up
4812         the inheritance.
4814 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
4816         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
4817         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
4819         * files.el (normal-mode): Extend the scope of the
4820         `enable-local-variables' binding to include the `set-auto-mode' call.
4821         (magic-mode-alist): Doc fix.
4823 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4825         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
4826         font-lock-comment-face rather than copying its setting.
4828 2005-05-12  Andreas Schwab  <schwab@suse.de>
4830         * eshell/esh-mode.el (eshell-send-input): Doc fix.
4832 2005-05-12  Lute Kamstra  <lute@gnu.org>
4834         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
4835         defcustom for the mode hook variable.  Delete the last argument.
4836         * generic-x.el: Fix callers of define-generic-mode.
4837         (generic-x-modes): Delete group.
4838         (show-tabs-tab-face, show-tabs-space-face): Put them in the
4839         generic-x customization group.
4841 2005-05-12  Kim F. Storm  <storm@cua.dk>
4843         * font-lock.el (font-lock-negation-char-face): Default to "off".
4845         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
4846         font-lock-negation-char-face to ! in !=.
4848 2005-05-12  Masatake YAMATO  <jet@gyve.org>
4850         * add-log.el (find-change-log): Fix typos in the docstring
4851         of function.
4853 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4855         * international/latexenc.el (latexenc-find-file-coding-system):
4856         Avoid `re-search-forward' when looking for input encoding because
4857         of speed and safety.  Better regular expressions for recognizing
4858         input encoding.  Limit a search for TeX-master/tex-main-file to
4859         the local variable section.
4861 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
4863         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
4864         syntax of $ to "'" (quote).
4866 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
4868         * dnd.el (dnd-protocol-alist): Improve custom type.
4870         * dired.el (dired-dnd-protocol-alist): New variable.
4871         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
4872         `dired-mode-hook' to the end.
4874 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4876         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
4877         comment-end if comment-start-skip is not set.
4878         Obey the font-lock-comment-delimiter-face variables.
4880 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4882         * files.el (executable-find): Move from executable.el.  Use locate-file.
4883         * progmodes/executable.el (executable-find): Move to files.el.
4885         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
4886         when trying to ensure forward progress.
4888 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
4890         * mouse-sel.el (mouse-sel-follow-link-p): New function.
4891         (mouse-select, mouse-select-internal, mouse-extend-internal):
4892         Use it to implement mouse-1-click-follows-link functionality.
4894 2005-05-11  Richard M. Stallman  <rms@gnu.org>
4896         * font-lock.el (font-lock-fontify-syntactically-region):
4897         Use font-lock-comment-delimiter-face for comment delimiters.
4899 2005-05-10  Jay Belanger  <belanger@truman.edu>
4901         * calc/calc-help.el (calc-m-prefix-help): Add mention of
4902         preserving embedded modes.
4904 2005-05-10  Richard M. Stallman  <rms@gnu.org>
4906         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
4908         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
4909         Move from ada-stmt.el.
4910         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
4912         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
4913         Move to ada-mode.el.
4914         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
4916         * cus-edit.el (custom-file): Call file-chase-links.
4918         * files.el (read-directory-name): Fix previous change.
4919         (hack-local-variables-confirm): New function.
4920         (hack-local-variables-prop-line, hack-local-variables)
4921         (hack-one-local-variable): Use it.
4923 2005-05-10  Lute Kamstra  <lute@gnu.org>
4925         * font-lock.el (font-lock-keywords-alist)
4926         (font-lock-removed-keywords-alist): Clarify docstrings.
4928 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
4930         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
4931         (gdb-source-info): Check for preprocessor info.
4932         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
4933         a macro for a function.
4934         (gdb-info-breakpoints-custom): Try to find file again if not already
4935         found (user might have used GDB dir command).
4936         (gdb-get-location): Update gdb-location-alist correctly for change
4937         to gdb-info-breakpoints-custom.
4939         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
4940         (gud-tooltip-print-command): Add gdbmi case.
4941         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
4942         preprocessor info.
4944 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
4946         * startup.el (fancy-splash-insert): Fix typo in doc string.
4948 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
4950         * obsolete/float.el (string-to-float):
4951         * obsolete/hilit19.el (hilit-add-pattern):
4952         * obsolete/rnews.el (news-parse-range, news-select-message)
4953         (news-get-pruned-list-of-files): Replace `string-to-int' by
4954         `string-to-number'.
4956         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
4957         `find-file-not-found-hooks'; use `add-hook'.
4958         (uncompress-while-visiting): Set `write-file-functions', not
4959         `write-file-hooks'; use `add-hook'.
4961 2005-05-09  Kim F. Storm  <storm@cua.dk>
4963         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
4964         (cua-paste): Handle clipboard action.
4965         (cua--init-keymaps): Remap clipboard-kill-region and
4966         clipboard-kill-ring-save.
4968 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
4970         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
4971         Improve commentary.
4973         * simple.el (next-error-overlay-arrow-position): Revert the change
4974         made on 2005-04-30.
4976 2005-05-07  Jay Belanger  <belanger@truman.edu>
4978         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
4979         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
4980         `calc-sel-reselect'.
4982         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
4983         Calc is in embedded mode.
4985 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
4987         * progmodes/compile.el (compilation-setup):
4988         Set overlay-arrow-string to an empty string on text terminals.
4990         * textmodes/ispell.el (ispell-program-name): Try looking for
4991         "aspell" along exec-path, and if found, use it as the default
4992         speller program.
4994 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
4996         * international/mule.el (sgml-xml-auto-coding-function):
4997         Recognize encoding='FOO' in single quotes as well as in double quotes.
4999 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
5001         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
5002         as well as `interactive', so that defmacro* would recognize
5003         `declare' forms.
5005 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
5007         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
5008         Explain more about the LIGHTER arg's usage in the doc string.
5009         Add commentary to clarify what the code does.  Fix the regexp that
5010         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
5011         since it could have characters special to regular expressions.
5013 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
5015         * replace.el (occur-1): Bind inhibit-read-only so that
5016         erase-buffer doesn't barf on read-only text properties (likewise
5017         for add-text-properties in occur-engine).  Mark buffer as unmodified.
5018         (occur-engine): Don't set buffer-read-only here.
5020 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5022         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
5023         list-buffers-directory.  This caused the *cvs-commit* buffer to be
5024         sometimes mistakenly reused as a *cvs* buffer.
5026 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
5028         * tooltip.el: Move code for GUD tooltips into gud.el.
5029         (require): CL no longer needed to compile case.
5030         (tooltip-mode): Do not toggle functions for GUD tooltips.
5031         (tooltip-gud-tips-p): Remove.  Replace with minor mode
5032         gud-tooltip-mode in gud.el.
5033         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
5034         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
5035         tooltip-gud prefix with gud-tooltip and obsolete.
5036         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
5037         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
5038         (tooltip-mouse-motion): Mouse movement functions/variable.
5039         Rename in gud.el by adding gud prefix.
5040         (tooltip-gud-original-filter, tooltip-gud-dereference)
5041         (tooltip-gud-event, tooltip-toggle-gud-tips)
5042         (tooltip-gud-process-output, tooltip-gud-print-command)
5043         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
5044         gud.el by replacing tooltip-gud prefix with gud-tooltip.
5045         (gdb-tooltip-print): Move to gdb-ui.el.
5047         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
5048         (require): CL needed to compile case.
5049         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
5050         tooltip-gud-tips-p.  Make it a minor-mode.
5051         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
5052         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
5053         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
5054         (gud-tooltip-change-major-mode)
5055         (gud-tooltip-activate-mouse-motions-if-enabled)
5056         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
5057         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
5058         (gud-tooltip-original-filter, gud-tooltip-dereference)
5059         (gud-tooltip-event, tooltip-toggle-gud-tips)
5060         (gud-tooltip-process-output, gud-tooltip-print-command)
5061         (gud-tooltip-tips): Move from tooltip.el.
5063         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
5064         (gdb-cpp-define-alist-flags): Doc fix.
5065         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
5066         gud-tooltip-mode is t.
5068 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5070         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
5071         evaporate if their text is deleted.
5072         (goto-address-at-point): Make it work as a mouse binding as well.
5073         (goto-address-at-mouse): Obsolete it.  Update users.
5075 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
5077         * calendar/appt.el (top-level): No longer activate on load.
5079 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
5081         * calendar/cal-bahai.el (mark-bahai-diary-entries):
5082         * net/webjump.el (webjump):
5083         * progmodes/idlw-help.el (idlwave-do-context-help1)
5084         (idlwave-highlight-linked-completions):
5085         * textmodes/po.el (po-find-file-coding-system-guts):
5086         Replace `assoc-ignore-case' by `assoc-string'.
5088 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
5090         * files.el (locate-file): Doc fix.
5092         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
5093         Remove the redundant test for ms-dos.
5095         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
5096         look for the preprocessor with exec-suffixes.  If not found in
5097         standard places, look in exec-path.  Remove most of the tests that
5098         used system-type.
5100         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
5102         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
5104         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
5105         file-name clash with jka-compr.el on 8+3 filesystems.
5107 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5109         * term/mac-win.el: Don't define or bind scroll bar functions if
5110         x-toolkit-scroll-bars is t.
5111         (x-select-text, x-get-selection-value):
5112         Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
5113         (PRIMARY): Put mac-scrap-name property.
5114         (mac-select-convert-to-file-url): New function.
5115         (public.file-url): New selection target type.  Add to
5116         selection-converter-alist.
5117         (x-get-selection, x-selection-value): Handle it.
5118         (x-cut-buffer-or-selection-value): New alias.
5120 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5122         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
5123         entry to avoid calling bibtex-find-entry with arg global
5124         being t.  Remove arg key.
5125         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
5126         (bibtex-copy-summary-as-kill): Change accordingly.
5128 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5130         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
5131         (org-agenda-date-later): Use with-current-buffer.
5133 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
5135         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
5136         (define-obsolete-variable-alias): Doc Fixes.
5138 2005-05-06  Kim F. Storm  <storm@cua.dk>
5140         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
5141         vertical-motion when selective-display is active.
5143         * ido.el (ido-setup-hook): New hook.
5144         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
5145         (ido-input-stack): New var.
5146         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
5147         ido-next-work-file binding to M-O.
5148         Bind M-f to ido-wide-find-file-or-pop-dir.
5149         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
5150         (ido-read-internal): Run ido-setup-hook.
5151         Catch quit in read-file-name and read-string to cancel edit.
5152         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
5153         Automatically pop-all when completing a directory name (RET).
5154         (ido-file-internal): Add with-no-warnings around ffap and dired code.
5155         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
5156         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
5157         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
5158         New functions for M-b/M-f to move among the directory components.
5159         (ido-make-merged-file-list): Catch quit to cancel merge.
5160         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
5161         (ido-completion-help): No warnings for ido-completion-buffer-full.
5163 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
5165         * font-lock.el (font-lock-negation-char-face): New face and variable.
5166         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
5167         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
5168         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
5169         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
5171 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
5173         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
5174         Fix typo in docstring.
5176         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
5177         (ebrowse-print-statistics-line)
5178         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
5180         * term/w32-win.el (image-library-alist): Add additional name for
5181         Xpm library.
5183 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
5185         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
5186         use gcc instead of cpp.
5188         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
5189         (gdb-create-define-alist): Use it.
5190         (gdb-cpp-define-alist-program): Update for MS-DOS.
5192 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
5194         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
5196 2005-05-04  Richard M. Stallman  <rms@gnu.org>
5198         * help.el (describe-key): No error when UNTRANSLATED is nil.
5200         * simple.el (line-move-1): Fix previous change to signal errors
5201         appropriately.
5203 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
5205         * calendar/icalendar.el (icalendar-version): Now at 0.12.
5206         (icalendar-duration-correction): Remove.
5207         (icalendar--get-event-properties): Split result at commas.
5208         (icalendar--decode-isoduration): New optional argument
5209         DURATION-CORRECTION.
5210         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
5211         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
5212         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
5213         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
5214         (icalendar--convert-anniversary-to-ical): New functions, extracted
5215         from icalendar-export-region, with bug fixes.
5216         (icalendar-export-region): Use the above functions.
5217         (icalendar-import-buffer): Check before saving diary file.
5218         (icalendar--convert-recurring-to-diary)
5219         (icalendar--convert-non-recurring-all-day-to-diary)
5220         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
5221         extracted from icalendar--convert-ical-to-diary, with bug fixes.
5222         (icalendar--convert-ical-to-diary): Use the above functions.
5224 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
5226         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
5227         Remove these recent additions.
5228         (c-mode): Restore to before 2005-04-28.
5230         * progmodes/cc-vars.el (cc-define-list-program): Remove this
5231         recent addition.
5233         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
5234         (gdb-define-alist): New variables.
5235         (gdb-create-define-alist): New function.
5236         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
5237         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
5238         with string-to-number.
5239         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
5241         * progmodes/gud.el: Replace string-to-int with string-to-number.
5242         (gud-find-file): Handle gdb-define-alist.
5244         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
5246 2005-05-02  Jay Belanger  <belanger@truman.edu>
5248         * calc/calc-aent.el (math-read-token):
5249         * calc/calc-bin.el (calc-word-size):
5250         * calc/calc-ext.el (calc-read-number-fancy):
5251         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
5252         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
5253         * calc/calc-frac.el (calc-over-notation):
5254         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
5255         (calc-graph-num-points, calc-graph-init):
5256         * calc/calc-prog.el (calc-read-parse-table-part)
5257         (calc-edit-macro-repeats):
5258         * calc/calc-yank.el (calc-do-grab-rectangle):
5259         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
5260         Replace `string-to-int' by `string-to-number'.
5262 2005-05-02  Kim F. Storm  <storm@cua.dk>
5264         * kmacro.el: Use executing-kbd-macro-index variable.
5266 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
5268         * net/rlogin.el (rlogin-parse-words): Delete func.
5269         (rlogin): Use split-string, not rlogin-parse-words.
5270         Also, if there are option-like elements in the parsed args,
5271         take the host to be the first arg immediately following them.
5272         Suggested by Michael Mauger.
5274 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
5276         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
5278 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
5280         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
5281         (cc-mode-cpp-program): Rename to cc-define-list-program and
5282         move to cc-vars.el.
5284         * progmodes/cc-vars.el (cc-define-list-program):
5285         Change to "gcc -E -dM -".  Make customizable.
5287 2005-05-02  Kim F. Storm  <storm@cua.dk>
5289         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
5291 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
5293         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
5295         * international/mule-util.el (truncate-string): Remove alias and
5296         obsolete declaration.
5298         * international/mule-cmds.el (update-iso-coding-systems):
5299         Remove alias and obsolete declaration.
5301         * international/mule.el (coding-system-parent): Remove alias and
5302         obsolete declaration.
5304         * subr.el (define-function, sref): Remove aliases and obsolete
5305         declarations.
5306         (chars-in-region): Remove obsolete declaration.
5308 2005-05-01  Richard M. Stallman  <rms@gnu.org>
5310         * info.el (Info-mode): Set widen-automatically to nil, locally.
5312         * simple.el (widen-automatically): New variable.
5313         (pop-global-mark): Obey widen-automatically.
5315 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
5317         * term/xterm.el (function-key-map): Call substitute-key-definition
5318         before the keymap size is increased by a lot of define-key calls.
5320 2005-05-01  Richard M. Stallman  <rms@gnu.org>
5322         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
5323         Rename ARG to ELEMENT.  Doc fix.
5325 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
5327         * allout.el (allout-exposure): Remove macro and obsolete declaration.
5328         Remove references to allout-exposure/change to allout-new-exposure.
5330         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
5331         bytecode symbols.
5333         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
5334         (compiled-function-p, focus-frame, unfocus-frame):
5335         Remove aliases and obsolete declarations.
5336         Back out inadvertent changes from previous commit.
5338 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
5340         * files.el (require-final-newline): Make Custom tags consistent
5341         with mode-require-final-newline.
5342         (mode-require-final-newline): Doc fix.
5344 2005-05-01  Stefan Monnier <monnier@iro.umontreal.ca>
5346         * international/latexenc.el (latexenc-find-file-coding-system):
5347         Fix regular expressions.
5349 2005-05-01  David Kastrup <dak@gnu.org>
5351         * international/latexenc.el (latexenc-find-file-coding-system):
5352         Fix regular expressions.
5354 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
5356         * subr.el (string-to-int): Make obsolete.
5358 2005-04-30  Richard M. Stallman  <rms@gnu.org>
5360         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
5362         * loadup.el: load jka-comp-hook.
5364         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
5365         (jka-compr-handler): Add autoload.  `put' calls moved
5366         to jka-comp-hook.el.
5367         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
5368         (jka-compr-inhibit): Autoload.
5370         * jka-comp-hook.el: New file.
5371         Enable the mode by default.
5373         * files.el (backup-buffer-copy): Use copy-file instead
5374         of write-region, and put back the 'excl.
5376 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
5378         * progmodes/flymake.el (flymake-split-string)
5379         (flymake-split-string, flymake-log, flymake-pid-to-names)
5380         (flymake-reg-names, flymake-get-source-buffer-name)
5381         (flymake-unreg-names, flymake-add-line-err-info)
5382         (flymake-add-err-info): Clarify docstrings.
5383         (flymake-popup-menu, flymake-make-emacs-menu)
5384         (flymake-make-xemacs-menu): Add docstrings.
5385         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
5386         Set variables directly throughout.
5388 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
5390         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
5391         exists.  Initialize cc-define-alist.
5392         (c-mode): Add cc-create-define-alist locally to after-save-hook.
5393         If there is no file (Macroexpansion) don't create an alist.
5395 2005-04-29  Sam Steingold  <sds@gnu.org>
5397         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
5398         (cc-create-define-alist): Use it instead of the hard-coded string.
5400 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5402         * international/mule-conf.el (file-coding-system-alist): Fix regexp
5403         for latexenc.
5405 2005-04-29  Lute Kamstra  <lute@gnu.org>
5407         * emacs-lisp/generic.el: Improve commentary section.
5408         (define-generic-mode): Improve docstring.
5410 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
5412         * textmodes/org.el (many places): Change to quiet the byte compiler.
5413         (org-prefix-format-compiled): New variable.
5414         (org-compile-prefix-format): New function.
5415         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
5416         (org-agenda-prefix-format,org-timeline-prefix-format): New options.
5417         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
5418         (org-get-entries-from-diary): Use `org-get-time-of-day' for
5419         consistency with entries from `org-mode' files.
5420         (org-get-time-of-day): Fix bug with partial matches early in a line.
5421         (org-non-link-chars): New constant.
5422         (org-link-regexp): Respect `org-non-link-chars'.
5423         (org-agenda-day-view): Remove command.
5424         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
5425         (org-follow-bbdb-link, org-store-link): Search also company field.
5426         (org-highlight-overlay): New variable.
5427         (org-highlight, org-unhighlight): New functions.
5428         (org-agenda-mode): Add pre-command-hook to remove highlight.
5429         (org-evaluate-time-range): Behavior depends upon whether time stamp
5430         contains a time or not.
5431         (org-show-subtree, org-show-entry): New functions.
5432         (org-agenda-cleanup-fancy-diary): Remove empty lines.
5434 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
5436         * comint.el (comint-output-filter-functions): Add autoload cookie.
5438 2005-04-28  Kim F. Storm  <storm@cua.dk>
5440         * ido.el (ido-everywhere): Fix last change.
5442 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5444         * international/latexenc.el: New file.
5445         * international/mule-conf.el (file-coding-system-alist): For .tex,
5446         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
5448 2005-04-28  Lute Kamstra  <lute@gnu.org>
5450         * font-lock.el (font-lock-add-keywords)
5451         (font-lock-remove-keywords): Clarify docstring.
5452         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
5453         Don't start docstrings with a `*'.
5454         (font-lock-update-removed-keyword-alist): Give it a docstring.
5456         * generic-x.el: Update commentary section.
5457         Only require font-lock when compiling.
5458         Define all modes conditionally.
5459         Place all generic modes in the generic-x-modes customization group.
5460         (generic-x-modes): New customization group.
5461         (generic-default-modes, generic-mswindows-modes)
5462         (generic-unix-modes, generic-other-modes): New constants.
5463         (generic-define-mswindows-modes, generic-define-unix-modes):
5464         Update docstrings.  Make them obsolete.
5465         (generic-extras-enable-list): New default value.  Update docstring.
5466         Improve :type.  Change :set function.
5467         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
5468         Fix docstring.
5470         * emacs-lisp/generic.el (generic-mode-internal):
5471         Simplify font-lock-defaults.
5472         (define-generic-mode): Fix docstring.
5474 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5476         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
5477         font-lock-face property to highlight matches.
5479 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
5481         * progmodes/cc-mode.el (cc-create-define-alist): New function.
5482         (cc-define-alist): New variable.
5483         (c-mode): Make it local and initialize it.
5485         * progmodes/gdb-ui.el (gdb-active-process): New variable.
5486         (gdb-exited): New function.
5487         (gdb-annotation-rules): Use it.
5488         (gdb-starting): Set gdb-active-process to t.
5489         (gdb-stopping): Amend doc string.
5490         (gdb-reset): Set gdb-active-process to nil.
5492         * tooltip.el (tooltip-gud-tips): Show the associated #define
5493         directives when a C program under GDB is not executing.
5495 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5497         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
5498         font-lock-fontify-syntactic-keywords.
5500         * font-lock.el (font-lock-default-fontify-region): Don't force
5501         parse-sexp-lookup-properties to nil.
5503 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
5505         * man.el (man-mode-syntax-table): Set up `:' to have
5506         word-constituent syntax.
5508 2005-04-27  Lute Kamstra  <lute@gnu.org>
5510         * novice.el (disable-command): Don't add spurious newlines to the
5511         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
5513 2005-04-26  Jay Belanger  <belanger@truman.edu>
5515         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
5516         than one window before deleting window.
5518 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
5520         * shell.el (shell-prompt-pattern): Doc fix.
5521         (shell-mode): Set paragraph-separate buffer locally to "\\'".
5523         * comint.el (comint-prompt-regexp, comint-get-old-input)
5524         (comint-use-prompt-regexp)
5525         (comint-use-prompt-regexp-instead-of-fields)
5526         (comint-replace-by-expanded-history, comint-send-input)
5527         (comint-output-filter, comint-get-old-input-default)
5528         (comint-line-beginning-position, comint-bol, comint-show-output)
5529         (comint-backward-matching-input, comint-forward-matching-input)
5530         (comint-next-prompt, comint-previous-prompt):
5531         Rename `comint-use-prompt-regexp-instead-of-fields' to
5532         `comint-use-prompt-regexp'.  Keep old name as alias and declare
5533         obsolete.
5534         (comint-use-prompt-regexp): Shorten first line of doc string.
5536         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
5537         Set paragraph-separate buffer locally to "\\'".
5539         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
5540         Adapt to above name change.
5542         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
5543         (smbclient-prompt-regexp): Ditto.
5545         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
5547 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
5549         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
5550         gdb-location-list.
5551         Break lines that are over 80 characters wide.
5553 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5555         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
5556         New fun and var, to preserve compatibility.
5558         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
5560 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
5562         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
5563         name to file-newer-than-file-p.
5565 2005-04-26  Richard M. Stallman  <rms@gnu.org>
5567         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
5569         * progmodes/python.el (python-mode):
5570         Use new name eldoc-documentation-function.
5572         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
5574         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
5575         (eldoc-documentation-function):
5576         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
5578 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
5580         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
5582 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
5584         * term/xterm.el (function-key-map): Fix strings for
5585         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
5586         {C,S,A,C-S}-{f1-f12}.
5588 2005-04-26  Kenichi Handa  <handa@m17n.org>
5590         * international/mule-cmds.el (select-safe-coding-system):
5591         Fix previous change.
5593 2005-04-26  Lute Kamstra  <lute@gnu.org>
5595         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
5597         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
5598         (font-lock-comment-delimiter-face): Ditto.
5600         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
5602 2005-04-25  Jay Belanger  <belanger@truman.edu>
5604         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
5605         to t while inserting information; use help-mode.
5607 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
5609         * term.el (ansi-term-color-vector): Use the xterm colors.
5610         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
5612 2005-04-25  Lute Kamstra  <lute@gnu.org>
5614         * font-core.el (font-lock-defaults): Fix docstring.
5616         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
5618 2005-04-25  Kenichi Handa  <handa@m17n.org>
5620         * international/mule-cmds.el (select-safe-coding-system):
5621         Don't check consistency with coding: spec, etc if raw-text or
5622         no-conversion was found to be safe.
5624 2005-04-24  Richard M. Stallman  <rms@gnu.org>
5626         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
5627         citation markers at start of each line.
5629         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
5630         citation markers at start of each line.
5632         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
5634         * files.el (mode-require-final-newline): Fix previous change.
5635         (require-final-newline): Fix type label.
5637 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
5639         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
5640         statement in buffer (broken by 2004-11-24 change).
5642 2005-04-24  Kim F. Storm  <storm@cua.dk>
5644         * ido.el (ido-everywhere): Save and restore old read-buffer-function
5645         and read-file-name-function values.  Don't overwrite existing
5646         non-nil values if ido-mode is enabled without ido-everywhere.
5648 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
5650         * files.el (mode-require-final-newline): Minor doc fix.
5652 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
5654         * subr.el (syntax-after): Doc fix.
5655         (syntax-class): If argument is nil, return nil.  Mask off upper 16
5656         bits, not 8 bits.
5658         * files.el (mode-require-final-newline): Doc fix.
5659         (backup-buffer-copy): Fix last change.
5661 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5663         * term/mac-win.el: Require select.  Set selection-coding-system to
5664         mac-system-coding-system.  Call menu-bar-enable-clipboard.
5665         (x-last-selected-text-clipboard, x-last-selected-text-primary)
5666         (x-select-enable-clipboard): New variables.
5667         (x-select-text, x-get-selection, x-selection-value)
5668         (x-get-selection-value, mac-select-convert-to-string)
5669         (mac-services-open-file, mac-services-open-selection)
5670         (mac-services-insert-text): New functions.
5671         (CLIPBOARD, FIND): Put mac-scrap-name property.
5672         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
5673         (public.tiff): Put mac-ostype property.
5674         (selection-converter-alist): Add entries for them.
5675         (mac-application-menu-map): New keymap.
5676         (interprogram-cut-function, interprogram-paste-function): Set to
5677         x-select-text and x-get-selection-value, respectively.
5678         (split-window-keep-point): Set to t.
5680 2005-04-23  Richard M. Stallman  <rms@gnu.org>
5682         * files.el (read-directory-name): Always pass non-nil
5683         DEFAULT-FILENAME arg to read-file-name.
5684         (backup-buffer-copy, basic-save-buffer-2): Take care against
5685         writing thru an unexpected existing symlink.
5686         (revert-buffer): In indirect buffer, revert the base buffer.
5687         (magic-mode-alist): Doc fix.
5688         (buffer-stale-function): Doc fix.
5689         (minibuffer-with-setup-hook): Avoid warning.
5690         (mode-require-final-newline): Doc and custom fix.
5692         * follow.el (follow-end-of-buffer): Use with-no-warnings.
5694         * font-lock.el (font-lock-comment-face): On terminals with few colors,
5695         use the default appearance.
5696         (font-lock-comment-delimiter-face): New face, new variable.
5698         * imenu.el (imenu--generic-function): The official position of a
5699         definition is the start of the line that BEG is in.
5701         * midnight.el (midnight-timer): Move defvar up.
5703         * mouse.el (mouse-drag-region-1): Delete some debugging code.
5705         * saveplace.el (save-place-to-alist): Use with-no-warnings.
5707         * startup.el (command-line): Use with-no-warnings.
5709         * window.el (window-size-fixed): New defvar.
5711         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
5713         * mail/rmail.el (rmail-font-lock-keywords):
5714         Use font-lock-comment-delimiter-face.
5716         * mail/sendmail.el (mail-font-lock-keywords):
5717         Use font-lock-comment-delimiter-face.
5719         * progmodes/compile.el (next-error-highlight-timer): New defvar.
5721 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
5723         * progmodes/compile.el (compilation-mode-font-lock-keywords):
5724         Specify t for LAXMATCH when matching directories.
5725         Save match data around compilation-compat-error-properties form.
5727 2005-04-23  David Kastrup  <dak@gnu.org>
5729         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
5730         Mention that the autoloaded aliases should be kept for AUCTeX.
5732 2005-04-23  Andreas Schwab  <schwab@suse.de>
5734         * isearch.el (isearch-forward): Doc fix.
5736 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
5738         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
5739         (jit-lock-stealth-nice): Change default value to 0.5.
5741 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
5743         * abbrev.el (write-abbrev-file): Write table entries in
5744         alphabetical order by table name.
5746 2005-04-22  Kim F. Storm  <storm@cua.dk>
5748         * ido.el (ido-read-internal): Fix `list' completion.
5750 2005-04-22  Kenichi Handa  <handa@m17n.org>
5752         * recentf.el (recentf-save-file-coding-system): New variable.
5753         (recentf-save-list): Encode the file by
5754         recentf-save-file-coding-system and add coding: tag.
5756 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
5758         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
5760 2005-04-21  Lute Kamstra  <lute@gnu.org>
5762         * loadhist.el (unload-feature): Don't remove a function from hooks
5763         if it is about to be restored to an autoload .  Remove functions
5764         that will become unbound from auto-mode-alist.  Simplify the code.
5766         * subr.el (assq-delete-all): New implementation that is linear,
5767         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
5768         (rassq-delete-all): New function.
5770         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
5771         Add size-indication-mode.
5773 2005-04-21  Kenichi Handa  <handa@m17n.org>
5775         * international/mule-cmds.el: Add autoload for widget-value in
5776         eval-when-compile.
5778 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
5780         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
5781         Add tooltip-mode.
5783         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
5785 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
5787         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
5788         (inferior-lisp-filter-regexp, inferior-lisp-program)
5789         (inferior-lisp-load-command, inferior-lisp-prompt)
5790         (inferior-lisp-mode-hook, lisp-source-modes)
5791         (inferior-lisp-load-hook): defvar->defcustom.
5792         (inferior-lisp-program, inferior-lisp-prompt)
5793         (inferior-lisp-load-hook): Doc fixes.
5794         (inferior-lisp-install-letter-bindings): Small change in
5795         introductory comment.
5797 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
5799         * vc.el (vc-annotate-color-map): Change some colors so that text
5800         using them as foreground is readable on both white and black
5801         backgrounds.
5803 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5805         * international/mule-conf.el (translation-table-for-input):
5806         Remove redundant declaration.
5808 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
5810         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
5812         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
5813         (tooltip-toggle-gud-tips): New function.
5815 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5817         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
5818         right angle brackets.
5820 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
5822         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
5824 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5826         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
5827         Remove.  Update callers to use expand-file-name instead.
5829         * subr.el (syntax-class): New function.
5831         * simple.el (blink-matching-open): Use it.
5833         * paren.el (show-paren-function): Use it to recognize parens that are
5834         also used in 2-char comment markers.
5836 2005-04-19  Lute Kamstra  <lute@gnu.org>
5838         * loadhist.el (unload-feature): Update for new format of
5839         load-history.  Simplify the code.
5841 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5843         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
5844         (mac-add-charset-info): New function.  Initialize variable
5845         mac-charset-info-alist using it.
5846         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
5847         for translation.
5848         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
5849         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
5850         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
5851         New CCL programs.
5853 2005-04-19  Kim F. Storm  <storm@cua.dk>
5855         * simple.el (next-buffer, prev-buffer, next-error)
5856         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
5857         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
5859         * bindings.el (next-buffer, prev-buffer, next-error)
5860         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
5861         (clone-indirect-buffer-other-window): Move bindings from simple.el.
5862         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
5863         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
5865 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5867         * isearch.el (isearch-edit-string): Make the search-ring available for
5868         minibuffer history commands.
5869         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
5870         the default history commands now work just as well.
5871         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
5873 2005-04-18  Kim F. Storm  <storm@cua.dk>
5875         * emulation/cua-base.el (cua--pre-command-handler): Add more
5876         elaborate check for shift modifier on non-window systems.
5878 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
5880         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
5882 2005-04-18  Kim F. Storm  <storm@cua.dk>
5884         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
5885         and make it optional.  Don't test tooltip-gud-echo-area here.
5886         (tooltip-gud-process-output, gdb-tooltip-print):
5887         Pass tooltip-gud-echo-area to tooltip-show.
5888         (tooltip-help-tips): Remove second optional arg to tooltip-show.
5890 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5892         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
5893         `display-graphic-p' may not be bound yet.
5895 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
5897         * startup.el (command-line): No longer enable Xterm Mouse mode by
5898         default in terminals compatible with xterm.
5900         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
5902 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
5904         * tooltip.el (tooltip-gud-echo-area): Rename from
5905         tooltip-use-echo-area.
5906         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
5907         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
5908         area independently of where help tooltips are displayed.
5910 2005-04-17  David Kastrup  <dak@gnu.org>
5912         * cus-theme.el (custom-theme-write-variables): Quote variables
5913         where necessary.
5915 2005-04-17  Richard M. Stallman  <rms@gnu.org>
5917         * simple.el (yank-excluded-properties): Add follow-link to value.
5919         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
5921         * startup.el (fancy-splash-max-time): Just 30 seconds.
5922         (fancy-splash-delay): Just 7.
5923         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
5925         * loadhist.el (unload-feature): Update for new format of load-history.
5926         Simplify the code.
5928         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
5929         (rmail-font-lock-keywords): Don't fontify the text of a citation.
5931         * mail/sendmail.el (mail-font-lock-keywords):
5932         Don't fontify subject text.
5933         Don't fontify the text of a citation.
5935 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
5937         * comint.el (comint-output-filter): Run comint-output-filter-functions
5938         with point where the user had it.
5940 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5942         * international/ucs-tables.el (ucs-set-table-for-input):
5943         Disable when using unify-on-decoding.
5945 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
5947         * emulation/cua-base.el (cua-global-mark-face): Add special case
5948         for displays supporting a high number of colors.
5950 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
5952         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
5954 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
5956         * filesets.el (filesets-add-buffer): If user supplies a name of a
5957         non-existing fileset, create a new fileset.
5959 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
5961         * textmodes/org.el (org-up-heading-all): Fix bug with
5962         `outline-up-heading-all'.
5964 2005-04-16  Andreas Schwab  <schwab@suse.de>
5966         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
5967         /etc/permissions.d/* and /etc/aliases.d/*.
5969 2005-04-16  Kenichi Handa  <handa@m17n.org>
5971         * international/code-pages.el (cp-make-coding-system):
5972         Set `translation-table-for-input' property value to the symbol
5973         ucs-mule-to-mule-unicode, not to that value.
5974         (pt154): Escape guillemet by `\'.
5976 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
5978         * loadup.el: Load tooltip if x-show-tip is fboundp.
5980         * startup.el (command-line): Add comment.
5982         * tooltip.el (tooltip-mode): Specify correct standard value for
5983         Custom in init-value.
5985 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
5987         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
5988         possible.
5990 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
5992         * textmodes/org.el (org-agenda-date-prompt): Rename from
5993         `org-agenda-date-today'.
5994         (org-evaluate-time-range): Insert at point instead of directly
5995         after time range.
5996         (org-first-headline-recenter, org-subtree-end-visible-p)
5997         (org-optimize-window-after-visibility-change): New functions
5998         (org-agenda-post-command-hook): Don't allow point at end of line,
5999         to make sure it always hits the text properties.
6000         (org-agenda-next-date-line, org-agenda-previous-date-line):
6001         New commands.
6002         (org-set-regexps-and-options): Category may contain white space.
6003         (org-agenda-get-deadlines, org-agenda-get-scheduled):
6004         Improve marker positions.
6005         (org-agenda-new-marker): Argument POS made optional.
6006         (org-agenda-get-timestamps): Deadlines which are done are listed
6007         in org-done-face now.
6008         (org-agenda-get-todos, org-agenda-get-timestamps)
6009         (org-agenda-get-deadlines, org-agenda-get-scheduled):
6010         Set `undone-face' and `done-face' properties.
6011         (org-last-todo-state-is-todo): New variable.
6012         (org-todo): Set `org-last-todo-state-is-todo'.
6013         (org-agenda-todo): Change face according to
6014         `org-last-todo-state-is-todo'.  And change other lines referring to
6015         the same entry.
6016         (org-calendar-goto-agenda): New command.
6017         (org-calendar-to-agenda-key): New option.
6018         (org-startup-folded): New allowed value `content'.
6019         (org-set-regexps-and-options): Accept new value `content' for
6020         `org-startup-folded'.
6021         (org-get-current-options): Handle new value `content' for
6022         `org-startup-folded'.
6023         (org-insert-todo-heading): New command.
6024         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
6025         interactively in empty file and option
6026         `org-insert-mode-line-in-empty-file' has been set.
6027         (org-agenda-todo,org-agenda-priority): Modify to use
6028         `org-agenda-change-all-lines'.
6029         (org-warning-face): Change color on dark background
6031 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6033         * international/mule-cmds.el (set-locale-environment): On Mac OS,
6034         use preferences AppleLocale and AppleLanguages, and variable
6035         mac-system-locale for default locale.  On Mac OS Classic, use
6036         mac-system-coding-system for default coding systems.
6038         * term/mac-win.el: Don't set file-name-coding-system.
6039         Decode variables system-name, emacs-build-system, user-login-name, and
6040         user-full-name by mac-system-coding-system on Mac OS Classic.
6041         (mac-system-coding-system): New variable.
6043 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
6045         * startup.el (command-line): Handle `xterm-mouse-mode' before
6046         reading init file.
6048         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
6050 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
6052         * progmodes/sh-script.el (sh-here-document-word): Make it a
6053         defcustom.  Doc fix.
6054         (sh-add): Bash uses $(( )) for arithmetic.
6055         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
6056         (sh-maybe-here-document): Remove quotes and leading whitespace
6057         from heredoc word when closing.  Indent heredoc with tabs if word
6058         starts with "-".
6060 2005-04-13  Richard M. Stallman  <rms@gnu.org>
6062         * simple.el (undo): Fix previous change.
6064         * custom.el (defface): Doc fix.
6066 2005-04-13  Lute Kamstra  <lute@gnu.org>
6068         * Makefile.in (DONTCOMPILE): Remove list.
6069         (compile, compile-always): Don't use DONTCOMPILE.
6070         (update-authors): Load the library in which batch-update-authors
6071         is defined.
6072         * makefile.w32-in (DONTCOMPILE): Remove list.
6073         (compile, compile-always): Fix comments.
6074         (update-authors): Load the library in which batch-update-authors
6075         is defined.
6077         * generic-x.el (generic-mode-ini-file-find-file-hook):
6078         Rename to ini-generic-mode-find-file-hook.
6079         Keep generic-mode-ini-file-find-file-hook as an alias.
6080         (ini-generic-mode-find-file-hook): Rename from
6081         generic-mode-ini-file-find-file-hook.  Fix docstring.
6082         (ini-generic-mode): Docstring change.
6083         (bat-generic-mode-run-as-comint): Silence the byte compiler.
6085         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
6086         called from lisp.
6088         * generic.el: Move to the emacs-lisp subdir.
6090 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
6092         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
6093         and C-S- function and cursor motion keys.
6095 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
6097         * startup.el (command-line): Enable Xterm Mouse mode by default.
6098         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
6099         for Custom.  No longer show "Mouse" in mode line when enabled.
6100         Doc fix.
6102 2005-04-12  Kim F. Storm  <storm@cua.dk>
6104         * emulation/cua-base.el (cua-rectangle-face)
6105         (cua-rectangle-noselect-face): Define face attributes here.
6107         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
6109 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6111         * startup.el (command-line): Turn off blinking cursor if
6112         cursorBlink in resources is off or false.
6114 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6116         * term/mac-win.el (dnd): Require dnd.
6117         (mac-drag-n-drop): Call dnd-handle-one-url.
6118         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
6119         (kTextEncodingISOLatin2): Remove constants.
6120         (mac-script-code-coding-systems): New constant.
6121         (mac-handle-language-change): New function.
6122         (special-event-map): Bind it to `language-change' event.
6123         (mac-centraleurroman, mac-cyrillic): New coding systems.
6124         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
6125         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
6126         and mac-cyrillic-encoder to encode-mac-centraleurroman and
6127         encode-mac-cyrillic, respectively.
6129 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
6131         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
6132         Don't set overlay-arrow-string to "=>" as this is done
6133         globally in C now.
6135 2005-04-12  Lute Kamstra  <lute@gnu.org>
6137         * generic-x.el (rc-generic-mode, rul-generic-mode):
6138         Fix auto-mode-alist entries.
6139         (etc-fstab-generic-mode): Tweak fontification.
6141         * generic.el (generic-make-keywords-list): Fix docstring.
6142         (generic-mode-internal): Simplify generic-font-lock-keywords.
6144 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
6146         * whitespace.el (whitespace-buffer-leading)
6147         (whitespace-buffer-trailing): Revert the incorrect test inversion.
6148         However, fix the highlight area for the leading and
6149         trailing whitespaces to show space.
6151 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
6153         * whitespace.el (whitespace-version): Bump to 3.5
6155         (whitespace-buffer-leading, whitespace-buffer-trailing):
6156         Invert sense of the test to highlight the whitespace.
6158 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
6160         * progmodes/gud.el (gud-display-line): GUD uses its own
6161         overlay arrow now so don't set overlay-arrow-string.
6162         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
6164 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
6166         * term.el (term-ansi-current-bold, term-ansi-current-underline)
6167         (term-ansi-current-reverse, term-ansi-current-invisible)
6168         (term-ansi-face-already-done): Change to boolean.
6169         (term-reset-terminal, term-handle-colors-array): Handle the above
6170         vars accordingly.
6171         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
6172         (term-emulate-terminal): Use the new name.
6174         * faces.el (secondary-selection): Use yellow1, not yellow.
6175         (trailing-whitespace): Use red1, not red.
6177 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6179         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
6180         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
6181         (dired-dnd-handle-file): Call dnd-get-local-file-uri
6183         * cus-edit.el (dnd): New group.
6185         * term/w32-win.el (dnd): Require dnd
6186         (w32-drag-n-drop): Call dnd-handle-one-url.
6188         * x-dnd.el: Require dnd.
6189         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
6190         Call dnd-handle-one-url.
6191         (x-dnd-types-alist, x-dnd-insert-utf8-text)
6192         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
6193         to dnd-insert-text.
6194         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
6195         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
6196         (x-dnd-get-local-file-name, x-dnd-open-local-file)
6197         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
6199         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
6201 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
6203         * wdired.el: Doc fixes.
6204         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
6205         (wdired-use-dired-vertical-movement): Rename from
6206         wdired-always-move-to-filename-beginning.
6207         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
6208         (wdired-change-to-wdired-mode): Change mode name.
6209         (wdired-newline): Delete.
6211 2005-04-11  Richard M. Stallman  <rms@gnu.org>
6213         * whitespace.el (whitespace-highlight-the-space):
6214         Don't call whitespace-unhighlight-the-space here.
6216         * simple.el (undo): Record t in undo-equiv-table
6217         for the redo record made by an undo-in-region.
6219 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
6221         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
6222         (gdb-frame-inferior-io-buffer): New Functions to control
6223         display of separate IO buffer.
6224         (menu): Add them to menu-bar.
6225         (gdb-display-buffer): Check for buffer another frame.
6226         Protect GUD buffer.
6227         (gdb-setup-windows): Create IO buffer if not already there.
6228         (gdb-memory-mode): Remove purecopy noops.
6230 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
6232         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
6233         and pass to self-insert-command.
6235 2005-04-11  Lute Kamstra  <lute@gnu.org>
6237         * generic.el: Commentary section cleanup.
6238         (generic): Delete.
6239         (generic-use-find-file-hook, generic-lines-to-scan)
6240         (generic-find-file-regexp, generic-ignore-files-regexp)
6241         (default-generic-mode, generic-mode-find-file-hook)
6242         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
6243         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
6244         (generic-use-find-file-hook, generic-lines-to-scan)
6245         (generic-find-file-regexp, generic-ignore-files-regexp)
6246         (default-generic-mode, generic-mode-find-file-hook)
6247         (generic-mode-ini-file-find-file-hook): Move from generic.el.
6249 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
6251         * bookmark.el (bookmark-write-file): Catch errors writing file.
6252         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
6254 2005-04-10  Richard M. Stallman  <rms@gnu.org>
6256         * startup.el (fancy-splash-tail): Update copyright year.
6257         (command-line): Split part of -Q into -D.
6258         (emacs-basic-display): New defvar.
6259         (fancy-splash-text): Correct name of menu item.
6261         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
6263         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
6264         lines in one node.
6266         * comint.el (comint-send-input): New arg ARTIFICIAL.
6267         Callers in this file changed.
6269         * abbrev.el (define-abbrevs): Read system abbrevs properly.
6271         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
6273 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
6275         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
6276         `ldap-search-internal'.
6278 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6280         * files.el (set-auto-mode-1): Use line-end-position.
6282         * international/latin-1.el:
6283         * international/latin-2.el:
6284         * international/latin-3.el:
6285         * international/latin-4.el:
6286         * international/latin-5.el:
6287         * international/latin-8.el:
6288         * international/latin-9.el: Give punctuation syntax to NBSP.
6290         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
6291         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
6292         Use char-classes to accept non-ascii letters, accepted in some recent
6293         bibtex implementations.
6295 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
6297         * custom.el (custom-set-minor-mode): Any non-nil value for the
6298         variable should enable the mode when set through Custom.
6300 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6302         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
6303         TAB binding so tab-always-indent is obeyed.
6304         (vhdl-minibuffer-local-map): Move initialization into declaration.
6305         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
6306         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
6307         (vhdl-hooked-abbrev): Avoid test for XEmacs.
6308         (vhdl-current-line): Use line-beginning-position.
6309         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
6310         with-output-to-temp-buffer, so the current position can be recorded.
6312 2005-04-10  Masatake YAMATO  <jet@gyve.org>
6314         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6315         Add regexp for gcov.
6317 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6319         * calendar/time-date.el (time-to-seconds, seconds-to-time)
6320         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
6321         syntax which Emacs 20 doesn't support.
6323 2005-04-09  Richard M. Stallman  <rms@gnu.org>
6325         * help.el (describe-key-briefly, describe-key):
6326         Replace strings as event types with "(any string)".
6328 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6330         * arc-mode.el (archive-mode-map): Move initialization into
6331         the declaration.  Override *all* bindings of `undo'.
6332         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
6334 2005-04-09  Jay Belanger  <belanger@truman.edu>
6336         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
6338 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
6340         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
6341         (xterm-register-default-colors): Update color values computation
6342         to match xterm-200.
6344 2005-04-09  Kenichi Handa  <handa@m17n.org>
6346         * international/code-pages.el (iso-latin-7): Fix the map.
6348 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
6350         * emacs-lisp/lisp.el (defun-prompt-regexp)
6351         (parens-require-spaces, buffer-end, end-of-defun)
6352         (insert-parentheses): Doc fixes.
6354 2005-04-08  Kim F. Storm  <storm@cua.dk>
6356         * comint.el (comint-highlight-prompt): Fix face spec.
6357         * hi-lock.el (hi-green): Likewise.
6359 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
6361         * cus-edit.el (custom-modified-face):
6362         * comint.el (comint-highlight-input): Fix previous changes.
6363         * term.el (term-handle-ansi-escape): Add a comment.
6365 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6367         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
6368         in the buffer and in whitespace-highlighted-space.
6369         (whitespace-unhighlight-the-space): Simplify.
6370         (whitespace-buffer): Simplify.
6372 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
6374         * textmodes/table.el (table-cell-face): Add special case for
6375         displays supporting a high number of colors.
6376         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
6377         (vhdl-font-lock-reserved-words-face)
6378         (vhdl-speedbar-architecture-face)
6379         (vhdl-speedbar-instantiation-face)
6380         (vhdl-speedbar-architecture-selected-face)
6381         (vhdl-speedbar-instantiation-selected-face): Likewise.
6382         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
6383         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
6384         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
6385         (ebrowse-root-class-face, ebrowse-member-attribute-face)
6386         (ebrowse-progress-face): Likewise.
6387         * progmodes/compile.el (compilation-info-face): Likewise.
6388         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
6389         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
6390         * calendar/calendar.el (diary-face): Likewise.
6391         * woman.el (woman-italic-face, woman-bold-face)
6392         (woman-unknown-face): Likewise.
6393         * wid-edit.el (widget-button-pressed-face): Likewise.
6394         * whitespace.el (whitespace-highlight-face): Likewise.
6395         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
6396         * pcvs-info.el (cvs-marked-face): Likewise.
6397         * info.el (info-xref): Likewise.
6398         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
6399         * hilit-chg.el (highlight-changes-face)
6400         (highlight-changes-delete-face): Likewise.
6401         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
6402         (hi-red-b): Likewise.
6403         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
6404         * font-lock.el (font-lock-keyword-face)
6405         (font-lock-function-name-face, font-lock-warning-face): Likewise.
6406         * cus-edit.el (custom-invalid-face, custom-modified-face)
6407         (custom-set-face, custom-changed-face, custom-variable-tag-face)
6408         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
6409         * comint.el (comint-highlight-prompt): Likewise.
6411 2005-04-08  Lute Kamstra  <lute@gnu.org>
6413         * font-lock.el (font-lock-keywords): Docstring fixes.
6415 2005-04-08  Kenichi Handa  <handa@m17n.org>
6417         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
6418         chars are more than a limit, print " and more..." at the tail.
6420 2005-04-08  Kim F. Storm  <storm@cua.dk>
6422         * emacs-lisp/authors.el (authors-aliases): Update list.
6423         (authors-ignored-files): New list.
6424         (authors-fixed-entries): Fix typo.
6425         (authors-renamed-files-alist): Update list.
6426         (authors-add): Check authors-ignored-files.
6428 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
6430         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
6431         optional, to ensure backward compatibility.
6433 2005-04-08  Stephen Eglen  <stephen@gnu.org>
6435         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
6437 2005-04-08  Kim F. Storm  <storm@cua.dk>
6439         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
6441         * mouse.el (mouse-on-link-p): Doc fix.
6443 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
6445         * ielm.el (ielm-prompt-read-only): Doc fix.
6447         * comint.el (comint-prompt-read-only): Doc fix.
6449 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
6451         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
6452         ensure dired always handles wildcards passed to ffap.
6453         (find-file-at-point): Use it.
6454         (ffap-dired-wildcards): Doc fix.
6456 2005-04-07  Juri Linkov  <juri@jurta.org>
6458         * simple.el (next-error-overlay-arrow-position): New defvar.
6459         Put "=>" on its property `overlay-arrow-string'.  Add it to
6460         `overlay-arrow-variable-list'.
6462         * progmodes/compile.el (compilation-setup):
6463         Set `next-error-overlay-arrow-position' to nil.  Also set it to
6464         nil in the local hook `kill-buffer-hook'.  Make local variable
6465         `overlay-arrow-string' and set it to "=>".
6466         (compilation-goto-locus): Set BOL position to
6467         `next-error-overlay-arrow-position' instead of
6468         `overlay-arrow-position'.
6470         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
6471         locally instead of adding it to the global hook.
6472         (Info-kill-buffer): Move up.
6474 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
6476         * term/xterm.el (xterm-standard-colors): Update color values from
6477         xterm-200.
6479 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6481         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
6483         * fast-lock.el:
6484         * lazy-lock.el: Move them to the obsolete subdir.
6486 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
6488         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
6489         (wdired-add-replace-advice): Remove.
6490         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
6492 2005-04-06  Kim F. Storm  <storm@cua.dk>
6494         * startup.el (command-line): Add --bare-bones alias for -Q.
6496 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6498         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
6499         create the startup fontset if a font specification ends with
6500         `mac-roman'.
6502 2005-04-06  Lute Kamstra  <lute@gnu.org>
6504         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
6505         change.
6507         * emacs-lisp/copyright.el (copyright-update-year): Replace the
6508         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
6510 2005-04-05  Lute Kamstra  <lute@gnu.org>
6512         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
6513         (define-generic-mode): Ditto.  Fix debug declaration.
6515         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
6516         Put them in the generic-x group.
6518         * calendar/timeclock.el (timeclock): Doc fix.
6520         * generic.el (define-generic-mode): Don't use custom-current-group.
6521         Document default :group value.
6522         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
6523         (define-global-minor-mode): Don't use custom-current-group.
6525 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
6527         * startup.el (command-line-1): Display startup-echo-area-message
6528         when fancy splash screen is in use.
6530         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
6531         (sh-escaped-newline): New face.
6532         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
6533         newline, and use sh-escaped-newline face.
6535         * progmodes/tcl.el (tcl-escaped-newline): New face.
6536         (tcl-builtin-list): New variable.
6537         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
6538         newlines.  Fix keywords subexpression number.
6540 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
6542         * textmodes/org.el (org-diary-default-entry): Fix call to
6543         `add-to-diary-entry'.
6545 2005-04-05  Kim F. Storm  <storm@cua.dk>
6547         * ediff-init.el: Use (featurep 'xemacs).
6549 2005-04-05  David Ponce  <david@dponce.com>
6551         * cus-edit.el (face): Derive from symbol widget.  Display sample
6552         of the current face on the fly.
6553         (widget-face-sample-face-get, widget-face-notify): New functions.
6554         (widget-face-value-create): Remove.
6556         * wid-edit.el (widget-field-end): Temporarily remove field
6557         narrowing before to call `get-char-property'.
6559 2005-04-04  Jay Belanger  <belanger@truman.edu>
6561         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
6562         (math-read-subscripts): New variable.
6563         (math-read-preprocess-string): Process subscripts.
6565 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
6567         * comint.el (comint-prompt-read-only): Doc fix.
6569         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
6570         `-1'.  Doc fix.
6572 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
6574         * textmodes/org.el (org-insert-mode-line-in-empty-file):
6575         Change default value to nil.
6577 2005-04-04  Lute Kamstra  <lute@gnu.org>
6579         * autorevert.el (auto-revert-mode): Specify :group.
6580         * battery.el (display-battery-mode): Specify :group.
6581         * diff-mode.el (diff-minor-mode): Specify :group.
6582         * font-core.el (font-lock-mode): Specify :group.
6583         * hl-line.el (hl-line-mode): Specify :group.
6584         * iimage.el (iimage): New customization group.
6585         (iimage-mode): Specify :group.
6586         * longlines.el (longlines-mode): Specify :group.
6587         * master.el: Don't require easy-mmode.
6588         (master): New customization group.
6589         (master-mode): Specify :group.
6590         * msb.el (msb-mode): Specify :group.
6591         * reveal.el (reveal-mode): Specify :group.
6592         * simple.el (next-error-follow-minor-mode): Specify :group.
6593         * smerge-mode.el (smerge-mode): Specify :group.
6594         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
6595         * emulation/cua-base.el (cua-mode): Specify :group.
6596         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
6597         * language/thai-util.el (thai-auto-composition-mode)
6598         (thai-word-mode): Specify :group.
6599         * mail/supercite.el (sc-minor-mode): Specify :group.
6600         * progmodes/cwarn.el (cwarn-mode): Specify :group.
6601         * progmodes/flymake.el (flymake-mode): Specify :group.
6602         * progmodes/glasses.el (glasses-mode): Specify :group.
6603         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
6604         * textmodes/enriched.el (enriched-mode): Specify :group.
6605         * textmodes/refill.el (refill-mode): Specify :group.
6607         * add-log.el (change-log-font-lock-keywords): Names in
6608         parenthesized lists can contain spaces.
6610 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
6612         * startup.el (fancy-splash-text): Shorten default text of
6613         "Emacs Tutorial" line.  Also, if the current language env
6614         indicates an available tutorial file other than TUTORIAL,
6615         extract its title and append it to the line in parentheses.
6616         (fancy-splash-insert): If arg is a thunk, funcall it.
6618 2005-04-04  Jay Belanger  <belanger@truman.edu>
6620         * calc.el (calc-language-alist): Add tags to customization type.
6622 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
6624         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
6625         Doc fix.
6627 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
6629         * add-log.el (change-log-font-lock-keywords): The manual
6630         describing a Change Log entry, says: (...) "Aside from these
6631         header lines, every line in the change log starts with a space or
6632         a tab.".  The font-lock was not highlighting lines started with
6633         spaces, added support for it.
6635 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6637         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
6638         (bibtex-generate-url-list): Update docstring accordingly.  Put the
6639         complex example in the docstring.
6640         (bibtex-font-lock-url): Use pop.
6642 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6644         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
6646         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
6648 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
6650         * filesets.el (filesets-set-default): Doc fix.
6652 2005-04-03  Lute Kamstra  <lute@gnu.org>
6654         * generic.el (define-generic-mode): Add argument to specify
6655         keywords for defcustom.
6656         (default-generic-mode): Specify :group.
6658         * generic-x.el: Specify :group for all generic modes.
6660         * desktop.el (desktop-no-desktop-file-hook)
6661         (desktop-after-read-hook): Doc fix.
6663 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
6665         * simple.el (visible-mode): Use explicit :group keyword.
6666         This changes the group of `visible-mode-hook' from paren-blinking
6667         to editing-basics.
6669 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
6671         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
6672         mailbox specifications as well as URLs.
6673         (rmail-insert-inbox-text): Remove unused conditional branches.
6675 2005-04-01  Jay Belanger  <belanger@truman.edu>
6677         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
6678         (calc-gnuplot-print-command): Move definitions to calc.el.
6680         * calc/calc-embed.el (calc-embedded-announce-formula)
6681         (calc-embedded-open-formula, calc-embedded-close-formula)
6682         (calc-embedded-open-word, calc-embedded-close-word)
6683         (calc-embedded-open-plain, calc-embedded-close-plain)
6684         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
6685         (calc-embedded-open-mode, calc-embedded-close-mode):
6686         Move definitions to calc.el.
6688         * calc/calc.el (calc-settings-file, calc-language-alist):
6689         Make customizable.
6690         (calc-embedded-announce-formula, calc-embedded-open-formula)
6691         (calc-embedded-close-formula, calc-embedded-open-word)
6692         (calc-embedded-close-word, calc-embedded-open-plain)
6693         (calc-embedded-close-plain, calc-embedded-open-new-formula)
6694         (calc-embedded-close-new-formula, calc-embedded-open-mode)
6695         (calc-embedded-close-mode, calc-gnuplot-name)
6696         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
6697         from other files and make customizable.
6699 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6701         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
6702         Use buffer-live-p.
6703         (cvs-mode-run): Don't call cvs-update-header here.
6704         (cvs-run-process): Call cvs-update-header.
6705         Use process properties for cvs-postprocess and cvs-buffer so that
6706         the sentinel can behave better if the temp buffer is killed.
6707         Use a pipe rather than a tty, to better handle unexpected prompts.
6708         (cvs-sentinel): Rewrite.  Call cvs-update-header.
6710 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
6712         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
6713         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
6715 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6717         * generic.el (define-generic-mode): Add indentation rule.
6719 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
6721         * files.el (mode-require-final-newline): Make Custom correctly
6722         report a nil value and allow to set it to nil via Custom.
6723         Doc fix.
6725 2005-04-01  Kenichi Handa  <handa@m17n.org>
6727         * international/characters.el: Enable the correct case setting for
6728         dotless-i and dotted-I.
6730 2005-04-01  Kim F. Storm  <storm@cua.dk>
6732         * ido.el (ido-file-internal): Fall back to non-ido command if
6733         initial directory is on slow ftp (or tramp) host.
6735 2005-03-31  Richard M. Stallman  <rms@gnu.org>
6737         * emacs-lisp/autoload.el (make-autoload):
6738         Handle define-global-minor-mode.
6740         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
6741         Rename from easy-mmode-define-global-mode.
6742         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
6744         * progmodes/scheme.el (scheme-mode-syntax-table):
6745         Update syntax of | and # for two-character comment syntax.
6747 2005-03-31  Lute Kamstra  <lute@gnu.org>
6749         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
6750         (define-minor-mode): Call custom-current-group at load-time.
6752         * generic.el (define-generic-mode): Add debug declaration.
6753         Add defcustom for the mode hook.
6754         (generic-mode-internal): Use run-mode-hooks.
6756 2005-03-31  Kim F. Storm  <storm@cua.dk>
6758         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
6759         (mouse-fixup-help-message): New defun called by show_help_echo
6760         to fixup mouse-2 prefix in help messages when applicable.
6762         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
6764 2005-03-31  Kenichi Handa  <handa@m17n.org>
6766         * language/thai-word.el (thai-find-word-ends): Pay attention to
6767         the case that we reach the end of buffer.
6769         * textmodes/fill.el (fill-text-properties-at): New function.
6770         (fill-newline): Use fill-text-properties-at instead of
6771         text-properties-at.
6773 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
6775         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
6776         not comint-quote-filename.
6778 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
6780         * help-fns.el (help-with-tutorial): Revert last change.
6782 2005-03-31  Kim F. Storm  <storm@cua.dk>
6784         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
6786 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
6788         * calendar/cal-china.el: Update reference to "Calendrical
6789         Calculations" book; there's a new edition.
6790         * calendar/cal-coptic.el: Likewise.
6791         * calendar/cal-french.el: Likewise.
6792         * calendar/cal-hebrew.el: Likewise.
6793         * calendar/cal-islam.el: Likewise.
6794         * calendar/cal-iso.el: Likewise.
6795         * calendar/cal-julian.el: Likewise.
6796         * calendar/cal-mayan.el: Likewise.
6797         * calendar/cal-persia.el: Likewise.
6798         * calendar/calendar.el: Likewise.
6799         * calendar/holidays.el: Likewise.
6800         * calendar/lunar.el: Likewise.
6801         * calendar/solar.el: Likewise.
6803         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
6804         white space from doc string.
6806 2005-03-30  Jay Belanger  <belanger@truman.edu>
6808         * calc/calc-help.el (calc-full-help): Remove email address.
6810 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
6812         * help-fns.el (help-with-tutorial): Delete title line.
6814 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
6816         * calendar/cal-x.el (calendar-one-frame-setup)
6817         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
6818         rather than 'symbol for set-window-dedicated-p.
6820         * calendar/appt.el (appt-buffer-name): Make it a constant.
6821         (appt-add): Doc fix.
6823         * filesets.el (filesets-menu-path, filesets-menu-before)
6824         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
6825         (filesets-menu-cache-file): Use directory ~/.emacs.d.
6826         (filesets-add-submenu): Delete and use add-submenu instead.
6828 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
6830         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
6831         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
6832         (org-diary-default-entry): New function.
6833         (org-get-entries-from-diary): Better parsing of diary entries.
6834         (org-agenda-check-no-diary): New function.
6835         ("diary-lib"): Advice to function `add-to-diary-list', to allow
6836         linking to diary entries.
6837         (org-agenda-execute-calendar-command): New function.
6838         (org-agenda): Improve visible section in window.
6839         Use `org-fit-agenda-window'.
6840         (org-fit-agenda-window): New option.
6841         (org-move-subtree-down): Better handling of empty lines
6842         at end of subtree.
6843         (org-cycle): Numeric prefix is interpreted now as show-subtree N
6844         levels up.
6845         (org-fontify-done-headline): New option.
6846         (org-headline-done-face): New face.
6847         (org-set-font-lock-defaults): Use `org-headline-done-face'.
6848         (org-table-copy-down): Rename from `org-table-copy-from-above'.
6849         When current field is non-empty, it is copied to next row.
6850         (org-table-copy-from-above): Fix bug which made it
6851         impossible to copy fields containing only a single non-white character.
6853 2005-03-30  Kim F. Storm  <storm@cua.dk>
6855         * kmacro.el (kmacro-end-macro): Isearch may store this command
6856         into the macro -- so ignore it when executing keyboard macro.
6858 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
6860         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
6862 2005-03-29  Kenichi Handa  <handa@m17n.org>
6864         * language/thai.el ("Thai"): Set setup-function and exit-function
6865         for Thai language environment.
6867         * language/thai-util.el: Require thai-word.
6868         (thai-word-mode-map): New variable.
6869         (thai-word-mode): New minor mode.
6870         (setup-thai-language-environment-internal): New function.
6871         (exit-thai-language-environment-internal): New function.
6873         * language/thai-word.el (thai-word-table): Declare it by defvar,
6874         use dolist to initialize it.
6875         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
6876         (thai-fill-find-break-point): New functions.
6878 2005-03-29  Richard M. Stallman  <rms@gnu.org>
6880         * simple.el (idle-update-delay): Move definition up.
6881         (set-mark): Doc fix.
6883 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
6885         * longlines.el: New file.
6887         * simple.el (buffer-substring-filters): New variable.
6888         (filter-buffer-substring): New function.
6889         (kill-region, copy-region-as-kill): Use it.
6891         * register.el (copy-to-register, append-to-register)
6892         (prepend-to-register): Use filter-buffer-substring.
6894 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
6896         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
6897         (gud-filter-pending-text): Move in front of gdb.
6898         (gud-overlay-arrow-position): New variable.
6899         (gud-sentinel, gud-display-line): Use it in place of
6900         overlay-arrow-position.
6902 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
6904         * progmodes/fortran.el (fortran-if-indent): Doc fix.
6905         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
6906         (fortran-font-lock-keywords-4): New variable.
6907         (fortran-blocks-re, fortran-end-block-re)
6908         (fortran-start-block-re): New constants, for hideshow.
6909         (hs-special-modes-alist): Add a Fortran entry.
6910         (fortran-mode-map): Bind fortran-end-of-block,
6911         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
6912         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
6913         (fortran-looking-at-if-then, fortran-end-of-block)
6914         (fortran-beginning-of-block): New functions, for hideshow.
6916         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
6917         Doc fix.  Tweak regexp.
6918         (f90-beginning-of-block): Push mark first.
6920 2005-03-29  Jay Belanger  <belanger@truman.edu>
6922         * calc/calc.el: Update copyright date.
6923         (calc-version): Increase to 2.1.
6924         (calc-version-date): Remove.
6926         * calc/calc-help.el: Update copyright date.
6927         (calc-full-help): Remove reference to calc-version-date.
6928         Update copyright date.
6930 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6932         * vc.el (vc-do-command): Use a pipe for async processes, so password
6933         prompts don't show up at places where the user can't reply.
6935 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
6937         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
6938         on the file name we pass to the inferior shell.
6940 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
6942         * progmodes/which-func.el (which-function): Be robust in the face of an
6943         imenu--make-index-alist failure.
6945 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6947         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
6949         * progmodes/python.el (python-preoutput-filter): Fix last change.
6951 2005-03-29  Lute Kamstra  <lute@gnu.org>
6953         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
6954         functions and compiled macros.
6955         (debug-convert-byte-code): Handle macros too.
6956         (debug-on-entry-1): Don't signal an error when trying to clear a
6957         function that is not set to debug on entry.
6959 2005-03-29  Jay Belanger  <belanger@truman.edu>
6961         * calc/calc-lang.el: Add functions to math-function-table
6962         properties of tex and math.
6964 2005-03-29  Kenichi Handa  <handa@m17n.org>
6966         * ps-mule.el (ps-mule-plot-string): Translate characters by
6967         ps-print-translation-table.
6968         (ps-mule-begin-job): Call find-charset-region/string with
6969         ps-print-translation-table.
6970         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
6972         * ps-print.el (ps-print-translation-table): New variable.
6973         (ps-plot-region): Translate characters by ps-print-translation-table.
6975 2005-03-29  Juri Linkov  <juri@jurta.org>
6977         * simple.el (next-error-highlight-timer): New variable.
6979         * progmodes/compile.el (compilation-goto-locus):
6980         Use `next-error-highlight-timer' instead of `sit-for'.
6982 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6984         * mail/supercite.el (sc-mail-field): Use assoc-string.
6985         (sc-get-address): Simplify regexps.
6987         * files.el (minibuffer-with-setup-hook): New macro.
6988         (find-file-read-args): Use it to avoid let-binding
6989         minibuffer-with-setup-hook (which breaks turning on/off
6990         file-name-shadow-mode while in the prompt).
6992         * complete.el (PC-read-include-file-name-internal): Use test-completion.
6994 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
6996         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
6998 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7000         * window.el (window-buffer-height): Use count-screen-lines.
7002         * progmodes/python.el (python-preoutput-leftover): New var.
7003         (python-preoutput-filter): Use it.
7004         (python-send-receive): Loop until all the result has been received.
7006 2005-03-28  Juri Linkov  <juri@jurta.org>
7008         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
7010         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
7011         "Recover Crashed Session".
7012         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
7013         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
7014         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
7015         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
7016         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
7017         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
7018         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
7019         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
7021         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
7022         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
7023         Ediff Sessions", "Toggle use of separate control buffer frame",
7024         "Use separate frame for Ediff control buffer".
7026         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
7027         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
7028         "Rename Bookmark", "Delete Bookmark".
7030         * info.el (Info-mode-menu): Remove ellipsis from "Index".
7031         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
7032         Add `:active Info-index-alternatives' to "Next Matching Item".
7034         * wdired.el (wdired-change-to-wdired-mode):
7035         Mention `wdired-abort-changes' key in the initial message.
7037         * international/mule.el (auto-coding-alist): Associate non-ascii
7038         image filename extensions with `no-conversion'.
7040 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7042         * international/iso-acc.el:
7043         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
7045 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
7047         * textmodes/sgml-mode.el (html-mode): Doc update.
7049         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
7051 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
7053         * term.el (term-move-columns): Fix face after extending a line.
7054         (term-insert-spaces): Likewise.
7055         (term-reset-terminal): Fix off by one error.
7057 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
7059         * international/mule.el (auto-coding-alist): Add .xpi files.
7061         * files.el (auto-mode-alist): Add .xpi files.
7063 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
7065         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
7067 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
7069         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
7071 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
7073         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
7074         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
7076         * calendar/cal-move.el (calendar-beginning-of-year): Move the
7077         cursor to Jan 1 when needed.
7078         (calendar-end-of-year): Fix -/+ typo.
7079         Reported by Chong Yidong <cyd@stupidchicken.com>.
7081 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7083         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
7085         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
7086         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
7088 2005-03-25  Richard M. Stallman  <rms@gnu.org>
7090         * filesets.el (filesets-init): Add autoload.
7092         * mail/mailalias.el (mail-directory): Doc fix.
7094 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
7096         * mail/mailalias.el (mail-directory-process): Do nothing if
7097         mail-directory-process is an atom.
7098         (mail-get-names): Ignore mail-directory-names if it is an atom.
7099         (mail-directory-process defvar): Doc fix.
7100         (mail-names): Doc fix.
7102 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
7104         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
7106 2005-03-26  Kenichi Handa  <handa@m17n.org>
7108         * international/mule-util.el (detect-coding-with-priority):
7109         Call update-coding-systems-internal before detect-coding-region.
7111 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
7113         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
7114         (gdb-frames-mode-map): Add follow-link property.
7116 2005-03-25  Jay Belanger  <belanger@truman.edu>
7118         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
7119         for variables.
7121 2005-03-25  Juri Linkov  <juri@jurta.org>
7123         * image-mode.el: Optimize image filename extension regexps in
7124         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
7125         in `auto-mode-alist'.
7126         (image-mode): Add `image-toggle-display-text' to local hook
7127         `change-major-mode-hook'.  Display the image as an image by
7128         default.  Set `cursor-type' and `truncate-lines' if the image
7129         is already displayed.  Take into account the current mode (image
7130         or text) in message.
7131         (image-minor-mode): New minor mode.
7132         (image-mode-maybe, image-toggle-display-text): New functions.
7133         (image-toggle-display): Use called-interactively-p.
7134         Let-bind `inhibit-read-only' to t.
7136         * image-mode.el (image-minor-mode): Set `cursor-type' and
7137         `truncate-lines' if the image is already displayed.  Add turning
7138         image-minor-mode off to `change-major-mode-hook'.  Add message.
7139         Call `image-toggle-display-text' after turning image-minor-mode off.
7141 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7143         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
7144         Terminal.app, use utf-8.
7145         (set-display-table-and-terminal-coding-system): Add coding-system arg.
7146         (set-locale-environment): Use it.
7148         * term/xterm.el: Undo last change, better done in mule-cmds.el.
7150         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
7152         * progmodes/python.el (python-close-block-statement-p)
7153         (python-outdent-p, python-current-defun): Use symbol-end.
7155 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
7157         * files.el (save-some-buffers): Doc fix.
7159 2005-03-25  Werner Lemberg  <wl@gnu.org>
7161         * complete.el, thumbs.el: Replace `legal' with `valid'.
7162         * calendar/calendar.el: Replace `legal' with `valid'.
7163         * emacs-lisp/advice.el: Replace `legal' with `valid'.
7164         * mail/supercite.el: Replace `legal' with `valid'.
7165         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
7166         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
7167         Replace `legal' with `valid'.
7168         * textmodes/reftex-vars.el, textmodes/reftex.el:
7169         Replace `legal' with `valid'.
7171 2005-03-25  Werner Lemberg  <wl@gnu.org>
7173         * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
7174         * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
7175         * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
7176         * emulation/vip.el: Replace `illegal' with `invalid'.
7177         * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
7178         * mail/supercite.el: Replace `illegal' with `invalid'.
7179         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
7180         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
7181         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
7182         * progmodes/sh-script.el, progmodes/xscheme.el:
7183         Replace `illegal' with `invalid'.
7184         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
7185         * textmodes/reftex-index.el, textmodes/reftex-parse.el
7186         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
7187         * textmodes/reftex.el, textmodes/org.el:
7188         Replace `illegal' with `invalid'.
7190 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7192         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
7193         (flymake-find-buildfile, flymake-find-possible-master-files)
7194         (flymake-check-include, flymake-parse-line): Replace loops over the
7195         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
7197         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
7198         Substitute file-name-as-directory in the rest of the file.
7199         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
7200         (flymake-replace-region): Remove unused arg `buffer'.
7201         (flymake-check-patch-master-file-buffer): Update calls to it.
7202         (flymake-add-err-info): Remove unused var `count'.
7203         (flymake-mode): Use define-minor-mode.
7205         * progmodes/flymake.el: Use with-current-buffer.
7206         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
7207         flymake-replace-regexp-in-string, flymake-line-beginning-position)
7208         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
7209         Avoid testing for `xemacs'.
7210         (flymake-nop): Move.
7211         (flymake-region-has-flymake-overlays): Return the computed value.
7212         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
7213         Remove unused var `endline'.
7214         (flymake-get-line-count): Remove unused function.
7215         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
7217         * emulation/vi.el:
7218         * generic.el:
7219         * hilit-chg.el (global-highlight-changes):
7220         * hi-lock.el (hi-lock-mode):
7221         * follow.el: find-file-hooks -> find-file-hook.
7223         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
7225 2005-03-24  Juri Linkov  <juri@jurta.org>
7227         * dired.el (dired-mode-map): Add menu item "Compare directories"
7228         for dired-compare-directories.
7230         * dired-aux.el (dired-compare-directories): Add autoload cookie.
7231         Doc fix.  Replace `read-file-name' with `read-directory-name'.
7233 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7235         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
7237 2005-03-24  Jay Belanger  <belanger@truman.edu>
7239         * calc/calc-embed.el (calc-embedded-mode-change): Save all
7240         relevant mode settings in calc-embedded-original-modes when modes
7241         are permanently changed.
7243 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7245         * autoinsert.el: find-file-hooks -> find-file-hook.
7247 2005-03-24  Lute Kamstra  <lute@gnu.org>
7249         * generic.el (generic-font-lock-defaults): Make it obsolete.
7250         (generic-font-lock-keywords): New variable to replace
7251         generic-font-lock-defaults.
7252         (generic-mode-set-font-lock): Delete it.
7253         (generic-mode-internal): Don't call generic-mode-set-font-lock.
7254         (generic-bracket-support): Add docstring.
7256         * generic-x.el: Rename generic-font-lock-defaults to
7257         generic-font-lock-keywords throughout.
7258         (mailagent-rules-setup-function): Delete it.
7259         (mailagent-rules-generic-mode): Use anonymous function instead.
7260         (show-tabs-generic-mode-font-lock-defaults-1)
7261         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
7262         Quote faces.
7263         (show-tabs-tab-face, show-tabs-space-face): Specify background,
7264         not foreground.
7266         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7267         Recognize define-generic-mode.
7269 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7271         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
7272         if there's no completion table.
7274 2005-03-23  Miles Bader  <miles@gnu.org>
7276         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
7277         Remove tty-specific variants, as they're no longer needed.
7279 2005-03-23  Lute Kamstra  <lute@gnu.org>
7281         * generic-x.el: Code cleanup: make args constant whenever possible.
7282         (installshield-statement-keyword-list)
7283         (installshield-system-functions-list)
7284         (installshield-system-variables-list, installshield-types-list)
7285         (installshield-funarg-constants-list): Make them constants.
7287         * generic.el (generic-make-keywords-list): Add autoload cookie.
7289         * calendar/time-date.el: Add comment on time value formats.
7290         Don't require parse-time.
7291         (with-decoded-time-value): New macro.
7292         (encode-time-value): New function.
7293         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
7294         (days-to-time): Return a valid time value when arg is huge.
7295         (time-since): Use time-subtract.
7296         (time-to-number-of-days): Use time-to-seconds.
7298 2005-03-23  David Ponce  <david@dponce.com>
7300         * recentf.el: (recentf-keep): New option.
7301         (recentf-menu-action): Default to `find-file'.
7302         (recentf-keep-non-readable-files-flag)
7303         (recentf-keep-non-readable-files-p)
7304         (recentf-file-readable-p, recentf-find-file)
7305         (recentf-cleanup-remote): Remove.
7306         (recentf-include-p): More robust.
7307         (recentf-keep-p): New function.
7308         (recentf-remove-if-non-kept): Rename from
7309         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
7310         All callers updated.
7311         (recentf-menu-items-for-commands): Fix help string.
7312         (recentf-track-closed-file): Update.  Doc fix.
7313         (recentf-cleanup): Update.  Count removed files.  Doc fix.
7315 2005-03-23  Kim F. Storm  <storm@cua.dk>
7317         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
7318         Don't inherit from fringe face (now happens automatically).
7320 2005-03-22  Kim F. Storm  <storm@cua.dk>
7322         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
7323         position values.
7325 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7327         * menu-bar.el (showhide-date-time): Remove.
7328         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
7329         (menu-bar-make-mm-toggle): Simplify.
7331 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
7333         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
7334         Accept qualified variable and function names.
7336 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
7338         * bindings.el (completion-ignored-extensions):
7339         Remove ".lis" for `vax-vms'.
7341 2005-03-22  Andreas Schwab  <schwab@suse.de>
7343         * generic-x.el: Revert last change.
7344         * ldefs-boot.el: Update.
7346 2005-03-22  Jay Belanger  <belanger@truman.edu>
7348         * calc/calc-embed (calc-embedded-original-modes): New variable.
7349         (calc-embedded-save-original-modes)
7350         (calc-embedded-restore-original-modes): New functions.
7351         (calc-do-embedded): Save original modes when entering embedded mode
7352         and restore when leaving embedded mode.
7353         (calc-embedded-modes-change): Change the value of
7354         calc-embedded-original-modes to reflect permanent changes.
7356 2005-03-22  Lute Kamstra  <lute@gnu.org>
7358         * generic-x.el: Require generic again.
7360 2005-03-22  Miles Bader  <miles@gnu.org>
7362         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
7363         Tweak details to look good on both ttys and bitmap displays, light
7364         or dark background, etc.
7366 2005-03-21  Kim F. Storm  <storm@cua.dk>
7368         * tooltip.el (tooltip-show-help-function): Check car and cdr of
7369         mouse position.
7371 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7373         * icomplete.el: Don't forcibly turn on the mode upon load.
7374         (icomplete-mode): Use define-minor-mode.
7375         (icomplete-eoinput): Default to nil.
7376         (icomplete-minibuffer-setup): Remove autoload.
7377         (icomplete-tidy): Simplify.
7378         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
7379         in the initial state or if the user has modified the field.
7380         Fix handling of icomplete-max-delay-chars.
7381         Remove code that handles the oddball case where
7382         minibuffer-completion-table is an integer.
7383         Wrap icomplete-completions in while-no-input in case building
7384         completions takes more time than expected.
7385         (icomplete-completions): Simplify.
7387 2005-03-21  Richard M. Stallman  <rms@gnu.org>
7389         * jka-compr.el (jka-compr-really-do-compress):
7390         Make variable buffer-local.
7392         * image-mode.el: Handle .xpm files too.
7393         (image-toggle-display): Preserve modification flag.
7395         * help.el (where-is): Don't mention aliases with no key bindings.
7397 2005-03-21  Lute Kamstra  <lute@gnu.org>
7399         * generic.el: Fix commentary section.  Don't require cl for compilation.
7400         (generic-mode-list): Add autoload cookie.
7401         (generic-use-find-file-hook, generic-lines-to-scan)
7402         (generic-find-file-regexp, generic-ignore-files-regexp)
7403         (generic-mode, generic-mode-find-file-hook)
7404         (generic-mode-ini-file-find-file-hook): Fix docstrings.
7405         (define-generic-mode): Make it a defmacro.  Fix docstring.
7406         (generic-mode-internal): Code cleanup.  Add autoload cookie.
7407         (generic-mode-set-comments): Code cleanup.
7408         * generic-x.el: Don't prevent compilation.  Don't require generic.
7409         Follow coding conventions.  Minor code cleanup.
7410         (etc-fstab-generic-mode): Add some keywords.
7411         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
7412         define-generic-mode like a function declaration.
7414 2005-03-21  Jay Belanger  <belanger@truman.edu>
7416         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
7417         changing modes.
7419 2005-03-21  Sam Steingold  <sds@gnu.org>
7421         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
7423 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
7425         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
7426         Add underscore to "f$ lexicals" regexp.
7428 2005-03-20  Juri Linkov  <juri@jurta.org>
7430         * subr.el (progress-reporter-do-update): When `min-value' is equal
7431         to `max-value', set `percentage' to 0 and prevent division by zero.
7433 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
7435         Sync with Tramp 2.0.48.
7437         * tramp.el (all): Change all addresses to .gnu.org.
7438         (tramp-append-tramp-buffers): New defun.
7439         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
7440         Catch `dont-send' signal.
7441         (tramp-set-auto-save-file-modes): Set always permissions, because
7442         there might be an old auto-saved file belonging to another
7443         original file.  This could be a security threat.  Reported by
7444         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
7445         Check for Emacs 21.3.50 removed.
7447         * tramp-smb.el (all): Remove debug construct for
7448         `with-parsed-tramp-file-name'.
7449         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
7450         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
7451         No error message if DIRECTORY or FILENAME doesn't exist.
7452         (tramp-smb-open-connection): Check existence of
7453         `tramp-smb-program'.
7455 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7457         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
7458         Properly handle the case where the `m' or `s' command's argument is not
7459         yet terminated.
7460         (perl-indent-new-calculate): New function.
7461         (perl-indent-line): Use it.
7463 2005-03-20  Miles Bader  <miles@gnu.org>
7465         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
7466         in text-mode too.  Change to new face names.
7467         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
7468         Add `:weight bold' attribute.
7469         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
7471 2005-03-19  Juri Linkov  <juri@jurta.org>
7473         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
7475         * international/mule.el (auto-coding-alist): Sync with
7476         `auto-mode-alist' by adding upper case archive file extensions
7477         and adding ear/war to jar extension.
7479 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
7481         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
7482         running, restart it.
7484 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
7486         * finder.el (finder-current-item): Throw an error on an empty line.
7488         * man.el (Man-follow-manual-reference): If current-word returns
7489         nil, use "".
7491 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
7493         * simple.el (goto-line): Doc fix.
7495 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
7497         * files.el (save-buffer): Doc fix.
7499 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
7501         * recentf.el (recentf-cleanup-remote): New variable.
7502         (recentf-cleanup): Use it to conditionally check availability of
7503         remote files.
7505 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
7507         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
7508         function names.
7510 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
7512         * language/thai-word.el: New file.
7514 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
7516         * files.el (backup-buffer): If the file's directory is not
7517         writable, use copy instead of move to backup the file.
7519 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
7521         * obsolete/keyswap.el: Moved to obsolete/ from term/.
7523 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7525         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
7526         Use functionp instead of symbolp and fboundp.  Reported by Drkm
7527         <darkman_spam@yahoo.fr>.
7528         (ps-print-version): New version 6.6.6.
7530 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
7532         * textmodes/table.el (table--line-column-position): New idiom.
7533         (table--row-column-insertion-point-p): New function to test
7534         validity of row and column insertion operation at a location.
7535         (table-global-menu, table-cell-menu): Use above functions for
7536         deterministic test operation.
7537         (table--editable-cell-p): Behave in deterministic fashion.
7539 2005-03-18  Juri Linkov  <juri@jurta.org>
7541         * isearch.el (isearch-lazy-highlight-new-loop):
7542         Make arguments beg and end optional.
7543         (isearch-update): Remove optional arguments nil from
7544         isearch-lazy-highlight-new-loop.
7545         (isearch-lazy-highlight-search): Let-bind case-fold-search to
7546         isearch-lazy-highlight-case-fold-search instead of
7547         isearch-case-fold-search, and let-bind isearch-regexp to
7548         isearch-lazy-highlight-regexp.
7549         Use isearch-lazy-highlight-last-string instead of isearch-string.
7551         * replace.el (perform-replace): Remove bindings of global
7552         variables isearch-string, isearch-regexp, isearch-case-fold-search.
7553         Add three new arguments to `replace-highlight'.
7554         (replace-highlight): Add arguments string, regexp, case-fold.
7555         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
7556         to allow isearch-lazy-highlight-new-loop to use these values
7557         to set corresponding isearch-lazy-highlight-* internal
7558         variables whose values lazy highlighting will use regardless of
7559         changes to global variables isearch-string, isearch-regexp,
7560         isearch-case-fold-search during lazy highlighting loop.
7561         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
7562         to `lazy-highlight-cleanup'.
7564         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
7565         (ispell-highlight-face): Set default face to `isearch' when
7566         lazy highlighting is enabled.
7567         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
7568         priority to 1.  Add lazy highlighting.
7569         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
7570         from `isearch-dehighlight'.
7572 2005-03-18  David Ponce  <david@dponce.com>
7574         * files.el (hack-local-variables): Do a case-insensitive search
7575         for End.
7577 2005-03-18  Juri Linkov  <juri@jurta.org>
7579         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
7580         `isearch-lazy-highlight-cleanup', add alias to old name and
7581         declare obsolete.  Add release numbers to other obsolete vars.
7582         (isearch-done, isearch-lazy-highlight-new-loop):
7583         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
7584         (lazy-highlight-cleanup) <variable>: Doc fix.
7585         (isearch-lazy-highlight-update): Rename obsolete
7586         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
7588 2005-03-18  Kenichi Handa  <handa@m17n.org>
7590         * language/thai-util.el: Fix categorization of Thai characters in
7591         thai-category-table.
7592         (thai-composition-pattern): Adjust it for the above change.
7593         (thai-self-insert-command, thai-compose-syllable): New functions.
7594         (thai-compose-region): Use thai-compose-syllable.
7595         (thai-compose-string): Likewise.
7596         (thai-composition-function): Likewise.
7597         (thai-auto-composition): New function.
7598         (thai-auto-composition-mode): New minor mode.
7600         * language/thai.el: Fix patterns to be registered in
7601         composition-function-table.
7603         * international/quail.el (quail-input-method): Locally bind
7604         inhibit-modification-hooks to t.
7606 2005-03-17  Richard M. Stallman  <rms@gnu.org>
7608         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
7609         (perl-mode): Use run-mode-hooks.
7611         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
7612         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
7613         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
7615         * mail/sendmail.el (sendmail-send-it): Reenable the code
7616         to compute resend-to-address and use it.
7618         * tar-mode.el (tar-mode): Turn off undo unconditionally.
7620         * image-mode.el: New file.
7622         * image.el (insert-sliced-image): Add autoload cookie.
7624         * font-lock.el (font-lock-lines-before): New user option.
7625         (font-lock-after-change-function): Obey it.
7627         * bindings.el (esc-map): Make M-g a prefix.
7628         Bind M-g g and M-g M-g to goto-line.
7630         * faces.el (face-id): Doc fix.
7632 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
7634         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
7635         (rmail-show-message): Use rmail-unknown-mail-followup-to.
7636         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
7638         * mail/sendmail.el (mail-yank-ignored-headers)
7639         (mail-font-lock-keywords, mail-mode-fill-paragraph):
7640         Add Mail-Followup-To and Mail-Reply-To headers.
7641         (mail-citation-hook): Add autoload cookie.
7642         (mail-mode): Doc fix.
7643         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
7644         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
7645         (mail-mode-fill-paragraph): Handle those headers.
7646         (mail-mailing-lists): New variable.
7647         (mail-mail-reply-to, mail-mail-followup-to): New functions.
7649 2005-03-17  Juri Linkov  <juri@jurta.org>
7651         * isearch.el (isearch-fallback): Check for `(car previous)'
7652         before calling `isearch-other-end-state'.
7654 2005-03-17  Kim F. Storm  <storm@cua.dk>
7656         * simple.el (move-beginning-of-line): Move to beginning of buffer
7657         line, as well as beginning of screen line.
7659 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
7661         * calendar/diary-lib.el (mark-diary-entries): Use new optional
7662         argument REDRAW rather than calendar-redrawing variable.
7663         * calendar/calendar.el (calendar-redrawing): Delete.
7664         (redraw-calendar): Do not bind calendar-redrawing.
7666 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
7668         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
7669         diary-file buffer.
7671 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7673         * help.el (describe-mode): Allow a :minor-mode-function property to
7674         specify a different minor mode toggle function than the variable.
7675         * simple.el (auto-fill-function):
7676         * subr.el (add-minor-mode): Use it.
7678 2005-03-16  Kenichi Handa  <handa@m17n.org>
7680         * language/ethio-util.el (sera-being-called-by-w3): New variable.
7681         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
7682         (ethio-fidel-to-sera-buffer): Likewise.
7684 2005-03-16  Juri Linkov  <juri@jurta.org>
7686         * emacs-lisp/find-func.el (find-function-regexp):
7687         Add defun-emitting macro `menu-bar-make-toggle'.
7689         * isearch.el: Put `isearch-scroll' property to
7690         `split-window-horizontally'.
7692         * info.el: Update error messages for `debug-ignored-errors'.
7693         (Info-isearch-search): Doc fix.
7694         (Info-find-node): Move up code to go into info buffer before
7695         recording the node to the history.
7696         (Info-fontify-node): Fontify titles only if the next line
7697         has two or more `*', `=', `-', `.'.
7698         Display "go to this node" for empty (match-string 3).
7700 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7702         * term/mac-win.el: Add mouse pointer shape constants.
7704 2005-03-15  Kim F. Storm  <storm@cua.dk>
7706         * simple.el (move-beginning-of-line): Use vertical-motion.
7708 2005-03-15  Juri Linkov  <juri@jurta.org>
7710         * isearch.el (isearch-error): New variable.
7711         (isearch-invalid-regexp, isearch-within-brackets): Remove.
7712         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
7713         (isearch-within-brackets-state): Remove.
7714         (isearch-case-fold-search-state, isearch-pop-fun-state):
7715         Decrease frame index.
7716         (isearch-mode, isearch-top-state, isearch-push-state)
7717         (isearch-edit-string, isearch-abort, isearch-search-and-update)
7718         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
7719         (isearch-search, isearch-lazy-highlight-new-loop):
7720         Replace `isearch-invalid-regexp' with `isearch-error'.
7721         Remove `isearch-within-brackets'.
7722         (isearch-search): Add `search-failed' handler to `condition-case'.
7723         (isearch-lazy-highlight-search): Add `condition-case' to catch
7724         errors and allow `isearch-lazy-highlight-update' to try
7725         highlighting from the beginning of the window.
7726         (isearch-repeat): Move up code to set isearch-wrapped to t
7727         before calling isearch-wrap-function.
7729         * info.el (Info-isearch-initial-node): New internal variable.
7730         (Info-search): Signal an error in isearch mode when search leaves
7731         the initial node.  Signal an error when `bound' is non-nil and
7732         nothing was found in the current subfile.
7733         (Info-isearch-search): Remove `condition-case'.
7734         (Info-isearch-wrap): Don't wrap when search failed during leaving
7735         the initial node.  If `Info-isearch-search' is nil, wrap around
7736         the current node.
7737         (Info-isearch-start): New fun.
7738         (Info-mode): Add buffer-local hook `Info-isearch-start' to
7739         `isearch-mode-hook'.
7741 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7743         * simple.el (normal-erase-is-backspace): Set default to t if
7744         running on Mac.
7746         * term/mac-win.el (function-key-map): Sync with x-win.el.
7748 2005-03-15  Kenichi Handa  <handa@m17n.org>
7750         * international/mule-cmds.el (locale-language-names): Modify the
7751         format of elements and add more entries.
7752         (locale-preferred-coding-systems): Add more entries.
7753         (set-locale-environment): Adjust for the change of
7754         locale-language-names.
7756 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7758         * pcvs.el (smerge-ediff): Remove bogus autoload.
7760 2005-03-14  Lute Kamstra  <lute@gnu.org>
7762         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
7763         Ignore a `*' at the beginning of a line.
7765         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
7766         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
7767         subr.el.
7768         (dont-compile, eval-when-compile, eval-and-compile): Use declare
7769         to specify indentation.
7771         * generic.el (define-generic-mode): Let generic-mode-list be a
7772         list of strings; test membership with equal.
7774 2005-03-14  Kim F. Storm  <storm@cua.dk>
7776         * simple.el (next-line, previous-line): Add optional try-vscroll
7777         arg to recognize interactive use.  Pass it on to line-move.
7778         (line-move): Don't perform auto-window-vscroll when defining or
7779         executing keyboard macro to ensure consistent behavior.
7781 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7783         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
7785 2005-03-13  Lute Kamstra  <lute@gnu.org>
7787         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
7788         debugger-setup-buffer so that backtrace marks the frames set to
7789         debug-on-exit and we don't have to do it manually.  Set an extra
7790         debug-on-exit for macro's.
7791         (debugger-setup-buffer): Don't mark the top frame manually.
7793 2005-03-12  Lute Kamstra  <lute@gnu.org>
7795         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
7796         lisp-indent-function throughout.
7797         (with-no-warnings): Set lisp-indent-function property.
7799 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
7801         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
7802         Add entry for backslash.
7804 2005-03-12  Juri Linkov  <juri@jurta.org>
7806         * info.el (Info-search): Four fixes for backward search.
7808 2005-03-11  Jay Belanger  <belanger@truman.edu>
7810         * calc/calc.el (calc-language-alist): New variable.
7811         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
7812         (calc-embedded-find-modes): Use calc-language-alist instead of
7813         calc-embedded-language-alist.
7815 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
7817         * calendar/calendar.el (calendar-redrawing): New internal
7818         variable.
7819         (redraw-calendar): Remove bogus save-excursion from previous
7820         change.  Bind calendar-redrawing to t for mark-diary-entries.
7821         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
7822         calendar if that is why we were called.
7824 2005-03-11  Kenichi Handa  <handa@m17n.org>
7826         * international/mule.el (make-coding-system): Set property
7827         coding-system-define-form to nil.
7828         (define-coding-system-alias): Likewise.
7830 2005-03-11  Kenichi Handa  <handa@m17n.org>
7832         These changes are suggested by Dave Love <fx@gnu.org>.
7834         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
7835         coding: tag.
7836         (adaptive-fill-regexp): Add more bullets.
7837         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
7838         regexps.
7840 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7842         * help.el (describe-mode): Properly handle non-trivial lighters.
7843         Don't ignore minor modes that are not listed in minor-mode-list.
7845         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
7846         feature ON when the user requests to turn it OFF.
7848 2005-03-10  Lute Kamstra  <lute@gnu.org>
7850         * emacs-lisp/debug.el (debug-entry-code): Delete it.
7851         (implement-debug-on-entry): New function to replace debug-entry-code.
7852         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
7853         second argument as the 2005-03-07 change makes it obsolete.
7854         (debug-on-entry, cancel-debug-on-entry): Update call to
7855         debug-on-entry-1.
7856         (debug, debugger-setup-buffer): Comment update.
7857         (debugger-frame-number): Update to work with implement-debug-on-entry.
7859 2005-03-10  Jay Belanger  <belanger@truman.edu>
7861         * calc/calc-embed.el (math-ms-args): Declare it.
7862         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
7863         math-ms-args.
7864         (calc-embedded-subst): Use math-multi-subst-rec to substitute
7865         variables.
7867 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
7869         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
7870         Use message-box.
7872         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
7873         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
7874         (tooltip-gud-tips): Simplify.
7875         (tooltip-gud-tips-p): Remove superfluous :set.
7876         (tooltip-gud-modes): Add fortran-mode.
7877         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
7879         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
7881 2005-03-09  Kim F. Storm  <storm@cua.dk>
7883         * play/animate.el (animate-place-char): Use forward-line instead
7884         of next-line to improve performance.
7886 2005-03-09  Simon Josefsson  <jas@extundo.com>
7888         * net/browse-url.el (browse-url-default-browser): Doc fix.
7890 2005-03-09  Miles Bader  <miles@gnu.org>
7892         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
7893         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
7895 2005-03-09  Kenichi Handa  <handa@m17n.org>
7897         * international/latin-1.el: Set case and syntax for 255 only if
7898         set-case-syntax-set-multibyte is nil.
7900         * textmodes/ispell.el (ispell-insert-word): New function.
7901         (ispell-word): Use ispell-insert-word to insert a new word.
7902         (ispell-process-line): Likewise.
7903         (ispell-complete-word): Likewise.
7905 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
7907         * calendar/calendar.el (redraw-calendar): Preserve point.
7908         Reported by Matt Hodges <MPHodges@member.fsf.org>.
7909         (calendar-week-start-day): Move after definition of
7910         redraw-calendar.  Delete buffer test, since redraw-calendar has
7911         that now.
7913         * calendar/diary-lib.el (mark-diary-entries): Only call
7914         redraw-calendar in the first of any recursive calls.
7915         Reported by Alan Shutko <ats@acm.org>.
7917 2005-03-08  Juri Linkov  <juri@jurta.org>
7919         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
7920         (html-horizontal-rule, html-line, html-image, html-checkboxes)
7921         (html-radio-buttons): Add a space before the trailing `/>' where
7922         sgml-xml-mode is non-nil.
7923         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
7924         the subsequent tag of the empty XML tag.
7925         (html-href-anchor): Don't set initial input to "http:".
7926         (html-image): Ask for the image URL and set point inside alt="".
7927         (html-name-anchor): Duplicate the name in the `id' attribute when
7928         sgml-xml-mode is non-nil.
7929         (html-paragraph): Remove \n before <p>.
7930         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
7931         instead of `checked' when sgml-xml-mode is non-nil.
7933         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
7934         Remove 1 space before #RRGGBB to not truncate it on terminal
7935         windows w/o fringes.  Remove 1 space between bg and fg examples
7936         to get more space.
7937         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
7938         avoid byte-compile warnings.
7940         * image-file.el (image-file-handler): Put `safe-magic' property to
7941         `image-file-handler'.
7943         * info.el (Info-isearch-search): Emulate word search in
7944         isearching through multiple Info nodes with Info-search.
7945         (Info-isearch-wrap): Allow isearch-word.
7947 2005-03-08  Lute Kamstra  <lute@gnu.org>
7949         * emacs-lisp/debug.el (debugger-step-through): Make sure that
7950         stepping into the debugger's code is not possible.
7951         (debugger-jumping-flag): Docstring update.
7953 2005-03-08  Jay Belanger  <belanger@truman.edu>
7955         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
7956         embedded mode begins.
7957         (calc-embedded-language-alist): New variable.
7958         (calc-embedded-find-modes): Use calc-embedded-language-alist to
7959         set default language mode.
7961 2005-03-08  Kenichi Handa  <handa@m17n.org>
7963         * international/ccl.el (define-ccl-program): Fix docstring about
7964         extra 256 bytes assured for the output buffer.
7966         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
7967         Fix BUFFER_MAGNIFICATION to 2.
7968         (ccl-encode-mule-utf-16be-with-signature): Likewise.
7970 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
7972         * align.el (align-rules-list): Added an alignment rule for CSS
7973         declarations (applies to css-mode and html-mode buffers).
7975 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7977         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
7979 2005-03-07  Kim F. Storm  <storm@cua.dk>
7981         * simple.el (move-beginning-of-line): New command.
7983         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
7985         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
7987         * emulation/cua-base.el: Put CUA move property on move-end-of-line
7988         and move-beginning-of-line.
7990         * apropos.el (apropos-print): Omit command from M-x ... RET.
7992 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
7994         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
7995         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
7997 2005-03-06  Richard M. Stallman  <rms@gnu.org>
7999         * bindings.el (esc-map): Bind M-g to goto-line.
8001         * facemenu.el (global-map): Bind M-o, not M-g.
8003 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8005         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
8006         "Open Directory" as for "Open File".
8008 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
8010         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
8011         (push-mark-command): Run activate-mark-hook.
8013 2005-03-06  Richard M. Stallman  <rms@gnu.org>
8015         * help-mode.el (help-mode-finish): Don't alter the element
8016         in view-return-to-alist if there already is one.
8018         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
8019         make sure the current buffer is the expected one.
8021         * novice.el (disabled-command-function): Output in *Disabled Command*.
8022         Explicitly ignore non-keyboard events, and explicitly handle C-g.
8024         * textmodes/flyspell.el (flyspell-large-region):
8025         Pass args differently for aspell.
8027         * files.el (mode-require-final-newline): Doc fix.
8029 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
8031         * progmodes/which-func.el (which-function):
8032         Specify NOERROR when calling imenu--make-index-alist.
8034 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8036         * simple.el (normal-erase-is-backspace): Define default value.
8038         * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
8039         (custom-reevaluate-setting): Simple function to handle
8040         variables that are defined before their default value can really
8041         be computed.
8043         * startup.el (command-line): Use it for temporary-file-directory,
8044         small-emporary-file-directory, auto-save-file-name-transforms,
8045         blink-cursor-mode, and normal-erase-is-backspace.
8047         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
8048         progress, even with buggy anchored keywords.
8050 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
8052         * simple.el (goto-line): Remove unbalanced final parenthesis.
8054 2005-03-05  Richard M. Stallman  <rms@gnu.org>
8056         * simple.el (goto-line): Use a number at point as the default.
8057         With C-u as arg, switch buffers.
8059 2005-03-05  Juri Linkov  <juri@jurta.org>
8061         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
8062         with `no-blinking-cursor'.
8064         * startup.el (no-blinking-cursor): New defvar.
8065         (command-line): Add `--no-blinking-cursor' to longopts.
8066         Set `no-blinking-cursor' to t for command line arguments
8067         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
8068         with `no-blinking-cursor' in the condition for calling
8069         `blink-cursor-mode'.
8071 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
8073         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
8074         (menu-bar-options-save): Add blink-cursor-mode.
8075         (menu-bar-options-menu): Add blink-cursor-mode.
8077 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
8079         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
8080         (icalendar-export-file, icalendar-export-region)
8081         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
8082         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
8084 2005-03-04  Lute Kamstra  <lute@gnu.org>
8086         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
8087         (debug-function-list): Ditto.
8089 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
8091         * textmodes/texinfmt.el (texinfo-append-refill):
8092         Redefine the types of line to which @refill
8093         is not appended by replacing a search for `@refill\\|@bye' with
8094         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
8095         itemize@refill' bug and the unfilled long lines bug.
8096         (texinfmt-version): Update number and date.
8098 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8100         * international/code-pages.el (windows-1250, windows-125[2-8])
8101         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
8103 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8105         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
8106         bound yet.
8108 2005-03-02  Romain Francoise  <romain@orebokech.com>
8110         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
8111         buffer after removing limits.
8112         (ibuffer-pop-filter): Ditto.
8113         Update copyright.
8115 2005-03-02  Miles Bader  <miles@gnu.org>
8117         * button.el (make-text-button): If the user doesn't specify a
8118         type, use the default.  Rewrite to use `add-text-properties' and
8119         plist functions.
8121 2005-03-01  Lute Kamstra  <lute@gnu.org>
8123         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
8124         (debugger-jumping-flag): New var.
8125         (debug-entry-code): Use it.
8126         (debugger-jump): Use debugger-jumping-flag and add
8127         debugger-reenable to post-command-hook.
8128         (debugger-reenable): Use debugger-jumping-flag and remove itself
8129         from post-command-hook.
8130         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
8131         debugger-reenable.
8133 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
8135         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
8136         inclusion of "itemize\\|", which may be unnecessary, is certainly
8137         inelegant, and stops refilling in itemize lists when formatting
8138         Japanese Texinfo files to Info.
8139         Update copyright to 2005.
8141 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
8143         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
8144         of an error if GDB can't find the source file.
8146 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
8148         * calendar/calendar.el (redraw-calendar): Work from any buffer,
8149         not just the calendar.
8151         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
8152         first.
8153         (diary-redraw-calendar): New function.
8154         (make-diary-entry): Add diary-redraw-calendar to local
8155         write-contents-functions.  Turn off selective display before
8156         inserting in diary.
8158 2005-03-01  Kim F. Storm  <storm@cua.dk>
8160         * emacs-lisp/copyright.el (copyright-fix-years): New command.
8162 2005-03-01  Lute Kamstra  <lute@gnu.org>
8164         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
8165         that debug-entry-code can be safely removed from a function while
8166         this code is being evaluated.  Revert the 2005-02-27 change as the
8167         new implementation no longer requires it.  Make sure that a
8168         function body containing just a string is not mistaken for a docstring.
8169         (debug): Skip one more frame in case of debug on entry.
8170         (debugger-setup-buffer): Delete one more frame line in case of
8171         debug on entry.
8172         (debugger-frame-number): Update to use the new text introduced by
8173         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
8175 2005-02-28  Kim F. Storm  <storm@cua.dk>
8177         * double.el (double-translate-key): Call force-window-update after
8178         read-event to avoid crash in redisplay.
8180 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8182         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
8183         (debug): Use it.  Move the inhibit-trace earlier.
8184         (debug-entry-code): New const.
8185         (debug-on-entry-1): Use it.
8187 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
8189         * international/utf-16.el (ccl-encode-mule-utf-16le):
8190         Fix BUFFER_MAGNIFICATION to 2.
8191         (ccl-encode-mule-utf-16be): Likewise.
8193 2005-02-28  Kenichi Handa  <handa@m17n.org>
8195         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
8196         Fix BUFFER_MAGNIFICATION to 4.
8197         (ccl-encode-mule-utf-16be-with-signature): Likewise.
8199 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
8201         * speedbar.el (speedbar-update-flag): Doc fix.
8202         (speedbar-show-info-under-mouse): Give set-mouse-position the right
8203         argument.
8205 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8207         * reveal.el (reveal-post-command): Don't try to reveal overlays which
8208         have a non-nil `invisible' property but are actually visible.
8210         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
8211         for perldoc sections.
8212         (perl-outline-regexp, perl-outline-level): New var and function.
8213         (perl-mode): Use them.
8215 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
8217         * calendar/diary-lib.el (diary-remind): Discard any mark portion
8218         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
8220 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
8222         * cus-edit.el: Comment change.
8223         (custom-buffer-create-internal): Slightly reword text at top of
8224         Custom buffers.  Mention there that saving an option edits the
8225         init file.  Add link to Emacs manual node on `custom-file'.
8226         (custom-magic-alist): Rewrite individual State messages to use
8227         capitalized keywords.  Doc fix.
8229 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
8231         * calendar/calendar.el (calendar-buffer): Move above
8232         calendar-week-start-day.
8233         (calendar-week-start-day): Doc fix.  Add :set function.
8234         (calendar-minimum-window-height): New variable.
8235         (generate-calendar-window): Only resize window if selected-window
8236         is displaying the calendar buffer.  Use new variable
8237         calendar-minimum-window-height.
8238         (generate-calendar): Reword error message.
8239         (calendar-mode-map): Bind DEL to scroll-other-window-down.
8241 2005-02-27  Andreas Schwab  <schwab@suse.de>
8243         * vc.el (vc-do-command): Don't run command asynchronously when
8244         operating in a remote directory.
8246         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
8247         change from sync with Tramp 2.0.47.
8249 2005-02-27  Richard M. Stallman  <rms@gnu.org>
8251         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
8253         * textmodes/flyspell.el (flyspell-mode-on):
8254         Call ispell-change-dictionary only if necessary.
8256         * emacs-lisp/re-builder.el (regexp-builder): New function.
8258         * register.el (describe-register-1): Explicitly handle
8259         yank-excluded-properties = t.
8261         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
8262         (custom-magic-alist): Change the status descriptions again.
8263         (face widget-type): Total rewrite based on `restricted-sexp'
8264         to eliminate the confusing double hiding levels.
8266         * emacs-lisp/debug.el (debug-on-entry-1):
8267         If function body is empty, add nil as body form.
8269 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8271         * emacs-lisp/trace.el (inhibit-trace): New var.
8272         (trace-make-advice): Use it.
8274         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
8276 2005-02-26  Kim F. Storm  <storm@cua.dk>
8278         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
8279         (mouse-on-link-p, mouse-drag-region-1): Use it.
8281 2005-02-25  Lute Kamstra  <lute@gnu.org>
8283         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
8285 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
8287         * frame.el (blink-cursor-mode): Add :group keyword.
8289 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
8291         * calendar/icalendar.el (icalendar--decode-isodatetime):
8292         New optional argument DAY-SHIFT.
8293         (icalendar-export-region): Fix coding-system-for-write.
8294         (icalendar--convert-ical-to-diary): Shift end-day of all-day
8295         events by one.
8297 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8299         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
8301 2005-02-24  Kim F. Storm  <storm@cua.dk>
8303         * international/iso-acc.el (iso-accents-compose): Fix crash
8304         during redisplay.  Call force-window-update after read-event
8305         and delete-region to signal that window is not accurate.
8307 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8309         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
8310         Remove unused and inexistent var `inhibit-trace'.
8311         (debugger-mode): Use run-mode-hooks.
8312         (debugger-list-functions): Add buttons; setup xref stack.
8314 2005-02-23  Richard M. Stallman  <rms@gnu.org>
8316         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
8317         appointment says it was explicitly made.
8318         (appt-add): Set the 3rd element.
8319         (appt-make-list): Preserve explicit appointments.
8321         * subr.el (find-tag-default): Catch errors in forward-sexp.
8323 2005-02-23  Juri Linkov  <juri@jurta.org>
8325         * info.el (Info-isearch-search): New defcustom.
8326         (Info-isearch-search): Call the default isearch function
8327         when Info-isearch-search is nil.
8328         (Info-isearch-wrap): Use variable Info-isearch-search.
8330 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
8332         * cus-edit.el: Comment change.
8334 2005-02-22  Kim F. Storm  <storm@cua.dk>
8336         * progmodes/hideif.el (hide-ifdef-use-define-alist):
8337         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
8339 2005-02-22  Simon Josefsson  <jas@extundo.com>
8341         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
8342         New variable.
8343         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
8344         Oskarsson" <myrkraverk@users.sourceforget.net>.
8346 2005-02-22  Kim F. Storm  <storm@cua.dk>
8348         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
8349         check that window of that event is the selected window.
8350         (mouse-drag-region-1): Compare mouse event window to selected
8351         window before setting point.
8353         * tooltip.el (tooltip-show-help-function): Pass event to
8354         mouse-on-link-p so it can check selected window.
8356 2005-02-22  Kenichi Handa  <handa@m17n.org>
8358         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
8359         (ps-mule-show-warning): New function.
8360         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
8361         characters are found.
8363         * ps-print.el (ps-header-footer-string): Return a list of header
8364         and footer strings.
8366 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8368         * pcvs.el (cvs-retrieve-revision): Fix thinko.
8370 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8372         * frame.el (blink-cursor-mode): Use define-minor-mode.
8374         * term/mac-win.el (function-key-map): Use char-names more consistently.
8375         (file-name-coding-system): Only set it for MacOS-9.  The other case is
8376         already handled in mule-cmds.el (where it also works when mac-win.el
8377         is not used).
8379 2005-02-21  Kenichi Handa  <handa@m17n.org>
8381         * international/mule.el (ctext-pre-write-conversion): Always use
8382         " *code-converting-work*" buffer for work.
8384         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
8386 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
8388         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
8390 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
8392         * ses.el (undo-more): Restore defadvice, but only the part that
8393         allows changes outside the restricted area of the buffer.
8395 2005-02-20  Kim F. Storm  <storm@cua.dk>
8397         * simple.el (line-move): Add fourth optional arg try-vscroll which
8398         must be set to perform auto-window-vscroll.
8399         When moving backwards and doing auto-window-vscroll, automatically
8400         vscroll to the last part of lines which are taller than the window.
8401         (next-line, previous-line): Set try-vscroll arg on line-move.
8403 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
8405         * replace.el (query-replace, query-replace-regexp)
8406         (replace-string, replace-regexp): When operating on region, make
8407         the minibuffer prompt say so.
8409         * isearch.el (isearch-forward): Document isearch-query-replace and
8410         isearch-query-replace-regexp keybindings.
8412 2005-02-19  Jay Belanger  <belanger@truman.edu>
8414         * calc/calc-aent.el (math-read-token): Add local variable.
8416         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
8417         (calc-edit-top): Move declaration to earlier in file.
8418         (calc-edit-macro-repeats): Add local variables.
8420         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
8421         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
8422         calcFunc-tanh.
8423         Adjust integration rule for calcFunc-tan.
8425 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
8427         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
8428         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
8429         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
8430         (viper-skip-separators): Bug fix.
8431         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
8432         particular major mode.
8433         (viper-del-backward-char-in-replace): Don't put deleted char on the
8434         kill ring.
8436         * viper-ex.el (viper-color-display-p): New function.
8437         (viper-has-face-support-p): Use viper-color-display-p.
8439         * viper-keym.el (viper-gnus-modifier-map): New keymap.
8441         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
8443         * viper-util.el (viper-glob-unix-files): Fix shell status check.
8444         (viper-file-remote-p): Make equivalent to file-remote-p.
8446         * viper.el (viper-major-mode-modifier-list):
8447         Use viper-gnus-modifier-map.
8449 2005-02-19  David Kastrup  <dak@gnu.org>
8451         * subr.el (subregexp-context-p): Fix garbled doc string by adding
8452         quoting.
8454 2005-02-19  Jay Belanger  <belanger@truman.edu>
8456         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
8457         Remove extra definitions.
8458         (calc-coth): New function.
8459         (calcFunc-cot): Fix `let'.
8461 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
8463         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
8464         the reasons we use "type pc" in these faces.
8466         * button.el (button): Ditto.
8468 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
8470         * replace.el (query-replace-read-from): Set the value of
8471         query-replace-from-history-variable to handle the case of an empty
8472         string entered to accept the suggested default.
8474         * net/tramp.el (tramp-file-name-for-operation):
8475         Use dired-call-process instead of dired-call-process-command.
8477 2005-02-19  Jay Belanger  <belanger@truman.edu>
8479         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
8480         (math-div-non-trig): New variables.
8481         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
8482         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
8483         (math-combine-prod, math-div-symb-fancy): Add simplifications for
8484         trig expressions.
8486 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
8488         * progmodes/gdb-ui.el (gdb-var-update-handler)
8489         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
8490         for watch expressions,
8491         (gdb-var-create-handler): Don't set speedbar-update-flag.
8492         (gdb-post-prompt): Simplify test for speedbar.
8494 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
8496         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
8497         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
8498         we use the syntax table of the correct buffer.
8499         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
8500         Felix Gatzemeier.
8502         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
8503         (ediff-file-remote-p): Make synonymous with file-remote-p.
8504         In all deffaces ediff-*-face-*, use min-colors.
8506         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
8507         ediff-recurse-to-subdirectories.
8508         (ediff-mark-if-equal): Check that the arguments are strings, use
8509         ediff-same-contents (after to Felix Gatzemeier).
8511         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
8512         nil.
8514 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8516         * log-view.el (log-view-message-re): Fix up Subversion regexp.
8518 2005-02-18  David Kastrup  <dak@gnu.org>
8520         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
8521         use `mark-active' when defined.
8523 2005-02-18  Kenichi Handa  <handa@m17n.org>
8525         * ps-print.el (ps-font-info-database): New entry
8526         ZapfChancery-MediumItalic with correct font name.  Fix font name
8527         of the entry Zapf-Chancery-MediumItalic.
8529 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
8531         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
8533 2005-02-16  Kim F. Storm  <storm@cua.dk>
8535         * ido.el (ido-fallback-command): Pass user input to fallback command.
8537 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
8539         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
8540         (gdb-find-file-hook): Add server prefix.
8542 2005-02-16  Richard M. Stallman  <rms@gnu.org>
8544         * replace.el (perform-replace): Pass new args to replace-highlight.
8545         (replace-highlight): Take region args,
8546         and pass them to isearch-lazy-highlight-new-loop.
8548         * novice.el (disabled-command-hook): Autoload the defalias
8549         and the make-obsolete-variable call.
8551         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
8553         * isearch.el (isearch-lazy-highlight-start-limit)
8554         (isearch-lazy-highlight-end-limit): New variables limit
8555         the region for highlighting.
8556         (isearch-lazy-highlight-new-loop): New args BEG and END.
8557         (isearch-lazy-highlight-search): Use the new vars.
8558         (isearch-lazy-highlight-update): Likewise.
8560         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
8562         * cus-start.el (all): Use default-boundp.
8564 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
8566         * menu-bar.el (menu-bar-select-frame): Handle current frame.
8568 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
8570         * autorevert.el (auto-revert-stop-on-user-input)
8571         (auto-revert-verbose): Doc fixes.
8573 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
8575         * international/mule-cmds.el (set-locale-environment): Remove call
8576         to set-selection-coding-system on Windows.
8578 2005-02-15  Jay Belanger  <belanger@truman.edu>
8580         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
8581         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
8582         calcFunc-coth.
8583         (math-simplify-sqrt): Add simplifications.
8585         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
8586         to list.
8588         * calc/calc-ext.el: Add functions to autoloads.
8590         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
8591         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
8592         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
8593         (math-csc-raw, math-cot-raw): New functions.
8595         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
8597         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
8598         the variable name in a message.
8600         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
8601         calcFunc-csc, calcFunc-cot.
8603         * calc/calcalg2.el: Add derivative and integration rules for
8604         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
8605         calcFunc-csch, calcFunc-coth.
8606         (math-do-integral-methods): Add to checks for when to use
8607         substitutions.
8609         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
8611 2005-02-15  Lute Kamstra  <lute@gnu.org>
8613         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8614         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
8615         <monnier@iro.umontreal.ca>
8616         (lisp-outline-level): Improve efficiency.  Suggested by David
8617         Kastrup <dak@gnu.org>.
8619 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
8621         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
8622         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
8623         (gdb-set-gud-minor-mode-existing-buffers): New functions.
8624         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
8625         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
8627 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
8629         * cus-start.el (all): Comment change.
8631 2005-02-14  Lute Kamstra  <lute@gnu.org>
8633         * cus-start.el (all): Check if symbol is void.
8635 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
8637         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
8638         optional argument to \cite.
8640 2005-02-14  Richard M. Stallman  <rms@gnu.org>
8642         * cus-edit.el (custom-buffer-create-internal): Update help message.
8643         (custom-magic-alist): Update help messages.
8645         * cus-start.el (all): Allow a var to specify a standard value.
8647 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
8649         * custom.el (custom-theme-set-variables): Handle variable aliases.
8651         * frame.el (blink-cursor-timer): Doc fix.
8652         (blink-cursor): Make it an alias for `blink-cursor-mode' and
8653         declare obsolete.
8654         (blink-cursor-mode): Define with defcustom and use correct
8655         standard expression in that defcustom.
8656         * startup.el (command-line): Adapt to above changes in frame.el.
8658 2005-02-11  Lute Kamstra  <lute@gnu.org>
8660         * apropos.el (apropos-score-doc): Prevent division by zero.
8662 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
8664         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
8665         (icalendar--get-event-property-attributes)
8666         (icalendar--get-event-properties)
8667         (icalendar--datetime-to-diary-date): New functions.
8668         (icalendar--split-value): Doc fix.
8669         (icalendar--datetime-to-noneuropean-date)
8670         (icalendar--datetime-to-european-date): New optional argument
8671         SEPARATOR.  Return result as a string instead of a list.
8672         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
8673         (icalendar--convert-string-for-export): Rename arg S to STRING.
8674         (icalendar-export-region): Doc fix.  Change name of error buffer.
8675         Save output buffer.
8676         (icalendar-import-file): Add blank at end of prompt.
8677         (icalendar-import-buffer): Doc fix.  Do not switch to error
8678         buffer.  Indicate status in return value.
8679         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
8680         buffer.  Save output buffer.  Handle exception from recurrence
8681         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
8682         events.  Fix problems with weekly all-day events.
8684 2005-02-10  Richard M. Stallman  <rms@gnu.org>
8686         * simple.el (eval-expression-print-format):
8687         Avoid warning about edebug-active.
8689         * help.el (help-for-help-internal): Rename from help-for-help.
8690         (help-for-help): Define with defalias.
8692         * font-core.el (font-lock-default-function): Use with-no-warnings.
8694         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
8696         * custom.el (defface): Doc fix.
8698 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
8700         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
8701         width 0" to prevent word wrapping problems.
8703 2005-02-09  Kim F. Storm  <storm@cua.dk>
8705         * ido.el (ido-file-extensions-order): New defcustom.
8706         (ido-file-extension-lessp, ido-file-extension-aux)
8707         (ido-file-extension-order): New advanced file ordering.
8708         (ido-file-lessp): New simple file ordering.
8709         (ido-sort-list): Remove.
8710         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
8711         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
8713 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
8715         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
8716         that some versions of grep produce.
8717         (grep-mode-font-lock-keywords): Likewise.
8719 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
8721         * progmodes/gdb-ui.el (gdb-location-list): New variable.
8722         (gdb-cdir): Delete.
8723         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
8724         (gdb-source-info): Treat case when source file is in another
8725         directory properly.
8726         (gdb-get-location): New function.
8728 2005-02-07  Jay Belanger  <belanger@truman.edu>
8730         * calc/calc-prog.el (calc-write-parse-table-part)
8731         (calc-fix-token-name): Fix a check for language type.
8733         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
8735 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
8737         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
8738         as directory not writable.
8740 2005-02-07  Kim F. Storm  <storm@cua.dk>
8742         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
8743         (cua--standard-movement-commands): Remove list.
8744         Instead, set CUA property value to move for movement commands.
8745         (cua-movement-commands): Remove.  Users must set CUA prop instead.
8746         (cua--pre-command-handler): Check CUA property.
8747         (cua--init-keymaps): Don't remap undo commands.
8748         (cua-mode): Don't call cua--rectangle-on-off.
8750         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
8751         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
8752         (cua--rect-undo-set-point): New var.
8753         (cua--rectangle-undo-boundary): Setup undo apply entry.
8754         (cua--rect-undo-handler): New function for rectangle undo.
8755         (cua--rect-start-position, cua--rect-end-position): Add.
8756         (cua--rectangle-post-command): Call cua--rectangle-set-corners
8757         for restored rectangle.  Set point if cua--rect-undo-set-point.
8759 2005-02-06  Jay Belanger  <belanger@truman.edu>
8761         * calc/calc-lang.el (calc-tex-language): Display more information
8762         in messages.
8764         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
8765         in TeX mode.
8767 2005-02-06  Richard M. Stallman  <rms@gnu.org>
8769         * emacs-lisp/lisp.el (buffer-end): Doc fix.
8771 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
8773         * net/ldap.el (ldap-search-internal): Support attributes with
8774         optional descriptions separated by a semi-colon, as in
8775         "userCertificate;binary".
8777 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8779         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
8780         isn't a cons (i.e. the version is 0).
8782 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
8784         * help.el (help-for-help): Doc fix.
8786 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
8788         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
8789         GDB-Windows on the menu-bar as this works better.
8791 2005-02-04  Jay Belanger  <belanger@truman.edu>
8793         * calc/calc-embed.el (calc-embedded-update): Don't put in
8794         unnecessary newlines.  Adjust the end of formula marker.
8796         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
8797         (math-latex-parse-two-args): New function.
8799 2005-02-03  Lute Kamstra  <lute@gnu.org>
8801         * help-fns.el (help-with-tutorial): Make sure that users cannot
8802         remove the entire text of the tutorial by means of `undo'.
8804 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8806         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
8807         in recent changes, where the ispell process was repeatedly
8808         killed & restarted.
8810         * international/mule-cmds.el (set-locale-environment): Set file-name
8811         coding system to utf-8 on Darwin systems.
8812         (set-default-coding-systems): Don't set default-file-name-coding-system
8813         on Darwin systems.
8815 2005-02-03  Richard M. Stallman  <rms@gnu.org>
8817         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
8819 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
8821         * faces.el (list-faces-display): Add optional argument.
8823 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8825         * font-core.el (font-lock-default-function): Handle the rare case where
8826         only font-lock-keywords is set.
8828 2005-02-02  Kenichi Handa  <handa@m17n.org>
8830         * international/characters.el: Cancel previous change for
8831         I-WITH-DOT-ABOVE and DOTLESS-i.
8833         * international/latin-5.el: Cancel previous change.
8835 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
8837         * progmodes/gud.el: Correction to syntax in gud-menu-map.
8839 2005-02-02  Kenichi Handa  <handa@m17n.org>
8841         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
8842         DOTLESS-i.
8844         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
8845         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
8847         * case-table.el (get-upcase-table): New function.
8848         (copy-case-table): Copy upcaes table too if non-nil.
8849         (set-case-syntax-delims): Maintain upcase table too.
8850         (set-case-syntax-pair): Likewise.
8851         (set-upcase-syntax, set-downcase-syntax): New functions.
8852         (set-case-syntax): Maintain upcase table too.
8854 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
8856         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
8858         * progmodes/gud.el (gud-goto-info): New function.
8859         (gud-tool-bar-map): Use correct icon.
8861 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
8863         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
8864         When delegating, order args in the funcall correctly.
8866 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
8868         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
8870 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
8872         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
8873         buffer not visiting a file.
8875 2005-01-31  Jay Belanger  <belanger@truman.edu>
8877         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
8878         bound on the line with the formula.
8880 2005-01-31  Kim F. Storm  <storm@cua.dk>
8882         * ses.el (ses-create-cell-variable-range)
8883         (ses-destroy-cell-variable-range, ses-reset-header-string)
8884         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
8885         (ses-insert-row): Fix format of apply undo entries.
8887 2005-01-31  Jay Belanger  <belanger@truman.edu>
8889         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
8890         parts.
8892         * calc/calc-embed.el (calc-embedded-open-formula)
8893         (calc-embedded-close-formula): Ignore matrix environments.
8895         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
8896         TeX mode.
8898         * calc/calc-lang.el (math-function-table, math-oper-table)
8899         (math-variable-table): Adjust the LaTeX portions.
8901         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
8902         (math-latex-ignore-words): New constant.
8904 2005-01-31  Richard M. Stallman  <rms@gnu.org>
8906         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
8907         (ispell-local-dictionary): Doc fix.
8908         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
8909         Don't reinitialize at run time.  Don't defcustom.
8910         All uses changed to append ispell-local-dictionary-alist,
8911         or check it first.
8912         (ispell-current-dictionary): New variable for dictionary in use.
8913         (ispell-dictionary): Now used only for global default.
8914         (ispell-start-process): Set ispell-current-dictionary,
8915         not ispell-dictionary.
8916         (ispell-change-dictionary): Use this only for setting
8917         user preferences.
8918         (ispell-internal-change-dictionary): New function
8919         to change the current dictionary in use.
8920         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
8921         Use ispell-current-dictionary.
8922         Handle ispell-local-dictionary-overridden.
8923         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
8925 2005-01-31  Jay Belanger  <belanger@truman.edu>
8927         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
8929         * calc/calc-ext.el: Add calc-latex-language to autoloads.
8930         (calc-mode-map): Add calc-latex-language.
8932         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
8933         (math-latex-print-frac): New functions.
8934         (math-oper-table, math-function-table, math-variable-table)
8935         (math-complex-format, math-input-filter): Add latex properties.
8936         (calc-set-language): Set math-expr-special-function-mapping.
8938         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
8939         (calc-write-parse-table-part): Add LaTeX support.
8941         * calc/calc.el (calc-language): Adjust docstring.
8942         (calc-set-mode-line): Add LaTeX support.
8943         (math-expr-special-function-mapping): New variable.
8944         (math-tex-ignore-words): Add to list.
8946         * calc/calccomp.el (math-compose-expr, math-compose-rows):
8947         Add LaTeX support.
8948         (math-compose-expr): Add support for special functions.
8950         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
8952 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
8954         * progmodes/gdb-ui.el (gdb-memory-address)
8955         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
8956         (gdb-memory-mode-map, gdb-memory-format-keymap)
8957         (gdb-memory-format-menu, gdb-memory-unit-keymap)
8958         (gdb-memory-unit-menu): New variables for a buffer
8959         that lets the user examine program memory.
8960         (gdb-memory-set-address, gdb-memory-set-repeat-count)
8961         (gdb-memory-format-binary, gdb-memory-format-octal)
8962         (gdb-memory-format-unsigned, gdb-memory-format-signed)
8963         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
8964         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
8965         (gdb-memory-unit-word, gdb-memory-unit-halfword)
8966         (gdb-memory-unit-byte, gdb-memory-unit-menu)
8967         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
8968         (gdb-memory-mode, gdb-memory-buffer-name)
8969         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
8970         New functions for above buffer.
8972 2005-01-30  Richard M. Stallman  <rms@gnu.org>
8974         * cus-edit.el (custom-bury-buffer): Function deleted.
8975         (custom-buffer-done-function): Option deleted.
8976         (custom-buffer-done-kill): New (replacement option.
8977         (Custom-buffer-done): Call quit-window.
8978         (custom-buffer-create-internal): Update for above changes.
8980 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
8982         * simple.el (undo-ask-before-discard): New var.
8983         (undo-outer-limit-truncate): Implement it.
8984         (undo-extra-outer-limit): Doc update.
8986 2005-01-29  Richard M. Stallman  <rms@gnu.org>
8988         * ses.el (undo-more): Delete defadvice.
8989         (ses-begin-change): Doc fix.
8991         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
8992         instead of rebinding C-x u and C-_.
8994         * files.el (normal-backup-enable-predicate): Return nil for files
8995         in /tmp, regardless of temporary-file-directory.
8997         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
8999         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
9000         (open-rectangle, delete-whitespace-rectangle-line)
9001         (clear-rectangle-line): If FILL, pass t instead of FILL
9002         for move-to-column's 2nd arg.
9004         * simple.el (undo): Fix the test for continuing a series of undos.
9005         (undo-more): Set pending-undo-list to t when we reach end.
9006         (pending-undo-list): Move up defvar.
9008         * wid-edit.el (widget-button-click):
9009         Shorten the range of the track-mouse binding.
9011         * comint.el (comint-insert-input): Undo previous changes;
9012         use last-input-event in interactive spec.
9014 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
9016         * progmodes/compile.el (compilation-start): Bind buffer-read-only
9017         to nil before invoking call-process.  Reset buffer's modified flag
9018         after fontifying it in the no-async branch.
9020         * wid-edit.el (widget-specify-button): If mouse pointer shape
9021         cannot be changed, use mouse face instead.
9023 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
9025         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
9026         (gdb-goto-breakpoint): Make breakpoint handling work on template
9027         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
9028         (gdb-assembler-custom): Update to recognize breakpoint information
9029         added on 2005-01-19.
9031 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9033         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
9034         (dsssl-mode): Use define-derived-mode.
9035         (scheme-mode-initialize): Remove.
9036         (scheme-mode): Use run-mode-hooks.
9038         * cus-edit.el (customize-group-other-window)
9039         (custom-buffer-create-other-window): Don't override special-display-*.
9040         (custom-mode-map): Make it dense.
9042         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
9043         sets the default value.
9045 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
9047         * descr-text.el: Add more keywords.
9049 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9051         * speedbar.el: Avoid unnecessary use of locate-library.
9053         * international/mule-cmds.el (standard-display-european-internal):
9054         Don't fiddle with latin-1 non-break space any more since it's now
9055         special cased in the C code.
9056         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
9058 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
9060         * cus-start.el (all): Add `undo-outer-limit'.
9062 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9064         * textmodes/bibtex.el (bibtex-format-entry):
9065         Use `bibtex-empty-field-re' only on the text of fields, not on entire
9066         field lines.
9067         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
9068         not on part of a buffer.
9070 2005-01-25  Lute Kamstra  <lute@gnu.org>
9072         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
9073         nonempty field text strings like "{letters\\macro{}more letters}".
9074         Clarify docstring.
9075         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
9076         (bibtex-entry-offset, bibtex-parse-association)
9077         (bibtex-parse-field-name): Fix typos in docstrings.
9078         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
9080 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
9082         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
9083         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
9084         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
9085         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
9087         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
9088         isearch minor mode.
9090 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
9092         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
9094 2005-01-24  Lute Kamstra  <lute@gnu.org>
9096         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
9097         CASECHARS and NOT-CASECHARS regular expressions of the
9098         "nederlands" and "nederlands8" dictionaries to prevent a "Range
9099         striding over charsets" error.
9101 2005-01-24  Jay Belanger  <belanger@truman.edu>
9103         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
9104         display variable name.
9106 2005-01-24  Kenichi Handa  <handa@m17n.org>
9108         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
9109         Fix setting of the element of encoded-kbd-iso2022-invocations.
9111 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
9113         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
9114         (gdb-threads-select): Change to also accept mouse events.
9115         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
9116         (gdb-threads-mouse-select): Delete.
9118 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
9120         * files.el (insert-directory): Take care of empty directory,
9121         listed without -a switch.
9123 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9125         * textmodes/refill.el (refill-post-command-function):
9126         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
9127         to the list of functions that we should be careful not to undo.
9128         (refill-late-fill-paragraph-function): Remove.
9129         (refill-saved-state): New var.
9130         (refill-mode): Use it to save fill-paragraph-function.
9131         Save also the value of auto-fill-function.
9133         * term/w32-win.el: Simplify code.
9135 2005-01-23  Kim F. Storm  <storm@cua.dk>
9137         * simple.el (line-move): Adapt to new return value from
9138         pos-visible-in-window-p.
9140         * simple.el (line-move): Fix last change.  Check partial
9141         visibility at point rather than at window-start.
9143 2005-01-22  Jason Rumney  <jasonr@gnu.org>
9145         * term/w32-win.el (xw-defined-colors): Remove debug-message.
9147 2005-01-22  David Kastrup  <dak@gnu.org>
9149         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
9151 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
9153         * type-break.el (type-break-mode): Add a test for
9154         type-break-file-name being non-nil.
9156 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
9158         * net/eudc.el (top level): Call (message "") via progn, so that
9159         eudc-options-file is loaded.
9161 2005-01-22  Kim F. Storm  <storm@cua.dk>
9163         * simple.el (line-move-1): Rename from line-move.
9164         (line-move): New function that adjusts vscroll for partially
9165         visible rows, and calls line-move-1 otherwise.
9167 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
9169         * pcomplete.el: define pcomplete-read-event instead of read-event,
9170         since it's not a complete read-event implementation
9172 2005-01-20  Jay Belanger  <belanger@truman.edu>
9174         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
9175         for called function.
9177 2005-01-20  Steven Tamm  <steventamm@mac.com>
9179         * term/mac-win.el (process-connection-type): Remove.
9180         Controlled now by s/darwin.h:PTY_ITERATION.
9182 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9184         * window.el (handle-select-window): Don't switch window when we're
9185         in the minibuffer.
9187 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
9189         * subr.el (dotimes-with-progress-reporter): New macro.
9191         * ses.el (ses-dotimes-msg): Remove macro.
9192         Use `dotimes-with-progress-reporter' instead.
9194 2005-01-19  Steven Tamm  <steventamm@mac.com>
9196         * term/mac-win.el (process-connection-type): Use new
9197         operating-system-release variable to use ptys on Darwin 7 (OS X
9198         10.3) when using carbon build.
9200 2005-01-19  Jay Belanger  <belanger@truman.edu>
9202         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
9203         flags if the last command was a tab or M-tab.
9205         * calc/calc-prog.el (calc-user-define-edit): Put original formula
9206         in formula editing buffer.
9208 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
9210         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
9211         breakpoint image symbol in margin.
9213 2005-01-19  Jay Belanger  <belanger@truman.edu>
9215         * calc/calc-prog.el (calc-execute-kbd-macro):
9216         Ignore calc-keep-arg-flag.
9218 2005-01-19  Kenichi Handa  <handa@m17n.org>
9220         * textmodes/ispell.el (ispell-looking-at): New function.
9221         (ispell-process-line): Use ispell-looking-at to compare the ispell
9222         output and the buffer contents.
9224 2005-01-18  Jay Belanger  <belanger@truman.edu>
9226         * calc/calc.el (calc-display-raw): Fix docstring.
9228 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9230         * simple.el (blink-matching-open): Strip extra info from syntax.
9232         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
9233         funny chars in the end-of-here-doc marker.
9235 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
9237         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
9238         that enable/disabled state of breakpoints is shown correctly in
9239         fringe and on ttys.
9240         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
9241         Add breakpoint information as text properties.
9242         (gdb-mouse-toggle-breakpoint):
9243         Rename to gdb-mouse-set-clear-breakpoint.
9244         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
9245         breakpoints in the margin.
9246         (gdb-remove-strings): Simplify.
9248 2005-01-17  Jay Belanger  <belanger@truman.edu>
9250         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
9251         erasing buffer.
9253 2005-01-17  Richard M. Stallman  <rms@gnu.org>
9255         * progmodes/grep.el (grep-find): Copy from `grep' the condition
9256         for calling grep-compute-defaults.
9258         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
9259         if buffer is empty.
9261         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
9263 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9265         * hilit-chg.el (highlight-changes-mode): Don't autoload.
9267         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
9268         non-preloaded variables.
9270 2005-01-17  Steven Tamm  <steventamm@mac.com>
9272         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
9273         tex-shell cause to force interactivity when using pipes.
9275 2005-01-17  Kim F. Storm  <storm@cua.dk>
9277         * simple.el (just-one-space): Make arg optional.
9279 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
9281         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
9282         posn-at-x-y to t to access left-margin.
9284 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
9286         Sync with Tramp 2.0.47.
9288         * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
9289         catching keep-date problems in cp/scp operations.
9290         (tramp-handle-copy-file): Don't call `set-file-modes'
9291         unconditionally.  Specialized functions should know better what is
9292         necessary.  This improves performance a little bit, and the
9293         functions could catch errors with `cp -p' and `scp -p'.
9294         (tramp-do-copy-or-rename-file-via-buffer)
9295         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
9296         when appropriate.
9297         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
9298         Call `set-file-modes' when appropriate.
9299         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
9300         Johnsson <isak@hypergene.com>
9301         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
9302         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
9303         <joakim@verona.se>
9304         (tramp-file-name-for-operation): Mark `shell-command' as magic for
9305         Emacs only.
9307         * tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
9308         `find-file-hooks' and `dired-mode-hook'.
9309         (tramp-minor-mode-map): Respective map.  Add remapping for
9310         `compile' and `recompile'.
9311         (tramp-remap-command, tramp-recompile): New defuns.
9312         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
9313         in buffer "*Compilation*".  Call the commands asynchronously.
9315         * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
9316         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
9317         `shell-command', because it isn't magic in XEmacs.  Reported by
9318         Adrian Aichner <adrian@xemacs.org>.
9320         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
9321         `substitute-in-file-name.
9322         (tramp-smb-handle-substitute-in-file-name): New defun.
9323         (tramp-smb-advice-PC-do-completion): Delete advice.
9325 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
9327         * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
9328         Fix error in deleting region.
9330 2005-01-15  Richard M. Stallman  <rms@gnu.org>
9332         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
9333         In non-temp buffer, switch syntax table temporarily.
9335         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
9337         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
9339         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
9341         * imenu.el (imenu--split-menu): Copy menulist before sorting.
9342         (imenu--generic-function): Use START, not BEG, as pos of definition.
9344         * simple.el (just-one-space): Argument specifies number of spaces.
9346         * simple.el (eval-expression-print-format): Avoid warning
9347         about edebug-active.
9349 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
9351         * progmodes/sh-script.el: Code copied from make-mode.el
9352         with small changes,
9353         (sh-mode-map): Bind C-c C-\.
9354         (sh-backslash-column, sh-backslash-align): New variables.
9355         (sh-backslash-region, sh-append-backslash): New functions.
9357 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
9359         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
9360         (rmail-pop-password, rmail-pop-password-required): Move to
9361         rmail-obsolete group.
9362         (rmail-set-pop-password): Rename to rmail-set-remote-password.
9363         All callers updated.
9364         (rmail-get-pop-password): Rename to rmail-get-remote-password.
9365         Take an argument specifying whether it is POP or IMAP mailbox we
9366         are using.  All callers updated.
9367         (rmail-pop-password-error): Rename to
9368         rmail-remote-password-error.  Added mailutils-specific error message.
9369         (rmail-movemail-search-path)
9370         (rmail-movemail-variant-in-use): New variables.
9371         (rmail-remote-password, rmail-remote-password-required):
9372         New customization variables.
9373         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
9374         (rmail-parse-url): New function.
9375         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
9376         with GNU mailutils movemail.
9378 2005-01-15  Kevin Ryde  <user42@zip.com.au>
9380         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
9381         suffix to space, $ or '$, to correctly position point when going
9382         to @table style constants like DBL_MAX.
9384 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
9386         * type-break.el (type-break-mode, type-break-file-time)
9387         (type-break-file-keystroke-count, type-break-choose-file):
9388         Don't store data in or load data from the file if type-break-file-name
9389         is nil.
9390         (type-break-file-name): Doc update as per the above.
9392 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
9394         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
9395         lookup-key might return nil; handle that.
9397 2005-01-15  Alan Mackenzie  <acm@muc.de>
9399         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
9400         rather than the element found, thus enabling the tree to be setcar'd.
9402 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
9404         * textmodes/org.el (org-show-following-heading): New option.
9405         (org-show-hierarchy-above): Use `org-show-following-heading'.
9406         (org-cycle): Documentation fix.
9408         * textmodes/org.el (orgtbl-optimized): New option
9409         (orgtbl-mode): New command, a minor mode.
9410         (orgtbl-mode-map): New variable.
9411         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
9412         (orgtbl-error, orgtbl-self-insert-command)
9413         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
9415         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
9416         a local variable in each org-mode buffer.
9418         * textmodes/org.el (org-set-regexps-and-options): Rename from
9419         `org-set-regexps'.  Added checking for STARTUP keyword.
9420         (org-get-current-options): Add STARTUP options.
9421         (org-table-insert-row): Make mode intelligent about when
9422         realignment is needed.
9423         (org-self-insert-command, org-delete-backward-char, org-delete-char):
9424         New commands.
9425         (org-enable-table-editor): New default value `optimized'.
9426         (org-table-blank-field): Support blanking regions if active.
9428 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
9430         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
9431         if the year is not given.
9433         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
9434         Add new escapes %m and %M, fixed bug with %F by adding
9435         save-match-data.
9436         (reftex-reference): Remove ?. from list of spaces.
9437         (reftex-label-info): Add automatic label prefix recognition.
9439         * textmodes/reftex-index.el (reftex-index-next-phrase):
9440         Add slave parameter to call of `reftex-index-this-phrase'.
9441         (reftex-index-this-phrase): New optional argument.
9442         (reftex-index-region-phrases): Add slave parameter to call of
9443         `reftex-index-this-phrase'.
9444         (reftex-display-index): New argument redo.
9445         (reftex-index-rescan): Add 'redo to arguments of
9446         `reftex-display-index'.
9447         (reftex-index-Rescan, reftex-index-revert)
9448         (reftex-index-switch-index-tag): Add 'redo to arguments of
9449         `reftex-display-index'.
9450         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
9451         indexing.  Fix bug with matching is there is a quote before or
9452         after the word.
9454         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
9455         Fix bug when collecting citation keys in lines with comments.
9456         (reftex-citation): Prefix argument no longer rescans the document,
9457         but forces prompting for optional arguments of cite macros.
9458         (reftex-do-citation): Prompting for optional arguments implemented.
9460         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
9461         Add optional arguments to most cite commands.
9462         (reftex-cite-cleanup-optional-args): New option
9463         (reftex-cite-prompt-optional-args): New option.
9464         (reftex-trust-label-prefix): New option.
9466         * textmodes/reftex-toc.el (reftex-toc-find-section):
9467         Add push-mark before changing the position in the buffer.
9469         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
9470         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
9472 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
9474         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
9475         more carefully.
9477 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9479         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
9480         (sgml-mode): Use it.
9481         (sgml-get-context): Better keep track of implicitly closed tags.
9483 2005-01-13  Kenichi Handa  <handa@m17n.org>
9485         * textmodes/ispell.el: These changes are to fix misalignment error
9486         caused by equivalent characters of different Emacs charsets.
9487         (ispell-unified-chars-table): New variable.
9488         (ispell-get-decoded-string): New function.
9489         (ispell-get-casechars, ispell-get-not-casechars)
9490         (ispell-get-otherchars): Call ispell-get-decoded-string.
9492 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
9494         * custom.el (custom-declare-variable): Just put symbol instead
9495         of (defvar . symbol) in `current-load-list'.
9497 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9499         * emacs-lisp/elint.el: Fixed typo in Commentary section.
9501 2005-01-12  Jay Belanger  <belanger@truman.edu>
9503         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
9504         to create a Calc summary.
9506 2005-01-12  Kim F. Storm  <storm@cua.dk>
9508         * mouse.el (mouse-on-link-p): Change functionality and doc
9509         string to comply with latest description in lisp ref.
9511 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
9513         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
9514         Enable mouse clicks on mode-line, header-line and margin.
9515         (event-type): Give mouse event symbols an 'event-kind property
9516         with value 'mouse-click.
9518 2005-01-12  Juri Linkov  <juri@jurta.org>
9520         * facemenu.el (list-colors-display): Add new arg buffer-name.
9521         Use it.  Fix docstring.  Replace code for identifying duplicate
9522         colors by the name with call to `list-colors-duplicates' which
9523         identifies duplicate colors by the value unless the color
9524         is one of special Windows colors.  Set truncate-lines to t.
9525         Print sorted duplicate color names on each line.  Indent to 22
9526         \(the longest color name in rgb.txt) instead of 20.  Optimize.
9527         (list-colors-duplicates): New function.
9528         (facemenu-color-name-equal): Delete function.
9530         * facemenu.el (list-colors-print): New function created from code
9531         in list-colors-display.  Print #RRGGBB at the window right edge.
9532         (list-colors-display): When temp-buffer-show-function is not
9533         defined, call list-colors-print from temp-buffer-show-hook
9534         to get the right value of window-width in list-colors-print
9535         after the buffer is displayed.
9537         * simple.el (pop-mark): Move deactivate-mark out of conditional
9538         part to deactivate the active mark regardless of the state of the
9539         mark ring.
9541         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
9542         variables line in desktop files.
9544 2005-01-12  Juri Linkov  <juri@jurta.org>
9546         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
9547         Bring together isearch highlight related options.
9548         (lazy-highlight): Replace group `replace' by `matching'.
9549         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
9550         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
9551         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
9552         and declare them obsolete.
9553         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
9554         (isearch-faces): Remove defgroup.
9555         (isearch-overlay, isearch-highlight, isearch-dehighlight):
9556         Move isearch highlighting code closer to lazy highlighting code.
9558         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
9559         (query-replace-highlight, query-replace-lazy-highlight)
9560         (query-replace): Move definitions to the beginning of the file.
9562 2005-01-11  Juri Linkov  <juri@jurta.org>
9564         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
9565         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
9566         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
9568         * info.el (Info-history-forward): New variable.
9569         (Info-select-node): Reset Info-history-forward to nil.
9570         (Info-last): Turn into defalias.
9571         (Info-history-back): Rename from Info-last.
9572         Add current node to Info-history-forward.
9573         (Info-history-forward): New fun.
9574         (Info-mode-map): Replace Info-last by Info-history-back.
9575         Bind Info-history-forward to "r".
9576         (Info-mode-menu): Replace Info-last by Info-history-back.
9577         Fix menu item text.  Add menu item for Info-history-forward.
9578         (info-tool-bar-map): Replace Info-last by Info-history-back.
9579         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
9580         for Info-history-forward.
9581         (Info-mode): Replace Info-last by Info-history-back in docstring.
9582         Add local variable Info-history-forward.
9583         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
9585 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9587         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
9588         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
9589         Ignore select-window events rather than fiddle with
9590         mouse-autoselect-window.
9592 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
9594         * type-break.el (type-break-mode): Fix previous change.
9596 2005-01-10  Jay Belanger  <belanger@truman.edu>
9598         * calc/calc-ext.el (calc-reset): Reset when inside embedded
9599         calculator; only reset when point is inside a calculator.
9600         Don't adjust the window height if the window takes up the whole height
9601         of the frame.
9603 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
9605         * ebuff-menu.el (Electric-buffer-menu-mode):
9606         Preserve value of buffer-local var header-line-format.
9608 2005-01-09  Jay Belanger  <belanger@truman.edu>
9610         * calc/calc.el (calc-mode-var-list-restore-saved-values):
9611         Make sure settings file exists before accessing it.
9613         * calc/calc-embed.el (calc-embedded-subst):
9614         Replace math-multi-subst-rec, which is only supposed to be called
9615         by math-multi-subst, by math-multi-subst.
9617 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
9619         * vc.el (vc-allow-async-revert): New user option.
9620         (vc-disable-async-diff): New internal variable.
9621         (vc-revert-buffer): Use them to disable asynchronous diff.
9623         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
9624         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
9625         asynchronously if vc-disable-async-diff is t.
9627 2005-01-09  Jay Belanger  <belanger@truman.edu>
9629         * calc/calc.el (defcalcmodevar): New macro.
9630         (calc-mode-var-list-restore-default-values)
9631         (calc-mode-var-list-restore-saved-values): New functions.
9632         (calc-mode-var-list): Use defcalcmodevar to define it.
9633         (calc-always-load-extensions, calc-line-numbering)
9634         (calc-line-breaking, calc-display-just, calc-display-origin)
9635         (calc-number-radix, calc-leading-zeros, calc-group-digits)
9636         (calc-group-char, calc-point-char, calc-frac-format)
9637         (calc-prefer-frac, calc-hms-format, calc-date-format)
9638         (calc-float-format, calc-full-float-format, calc-complex-format)
9639         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
9640         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
9641         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
9642         (calc-matrix-brackets, calc-language, calc-language-option)
9643         (calc-left-label, calc-right-label, calc-word-size)
9644         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
9645         (calc-display-raw, calc-internal-prec, calc-angle-mode)
9646         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
9647         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
9648         (calc-window-height, calc-display-trail, calc-show-selections)
9649         (calc-use-selections, calc-assoc-selections)
9650         (calc-display-working-message, calc-auto-why, calc-timing)
9651         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
9652         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
9653         (calc-gnuplot-default-device, calc-gnuplot-default-output)
9654         (calc-gnuplot-print-device, calc-gnuplot-print-output)
9655         (calc-gnuplot-geometry, calc-graph-default-resolution)
9656         (calc-graph-default-resolution-3d, calc-invocation-macro)
9657         (calc-show-banner): Use defcalcmodevar to declare them and set
9658         their default values.
9660         * calc/calc-ext.el (calc-reset): Restore saved values of variables
9661         instead of default values (but restore default values if there is
9662         an argument of 0).
9664 2005-01-09  David Kastrup  <dak@gnu.org>
9666         * desktop.el (desktop-restore-eager): Fix typo in type.
9668 2005-01-08  Richard M. Stallman  <rms@gnu.org>
9670         * cus-edit.el (customize): Delete :link.
9672 2005-01-08  Jay Belanger  <belanger@truman.edu>
9674         * calc/calc.el (calc-mode): Remove the extension from the
9675         `calc-settings-file' file name when loading it.
9677 2005-01-08  Kim F. Storm  <storm@cua.dk>
9679         * info.el (Info-mode-map, Info-next-link-keymap)
9680         (Info-prev-link-keymap, Info-up-link-keymap):
9681         Map follow-link to mouse-face.
9682         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
9684 2005-01-08  Jay Belanger  <belanger@truman.edu>
9686         * calc/calc.el (calc-settings-file): Change default value.
9687         Suggested by cgw in a comment in calc-mode.el.
9689         * calc/calc-mode.el (calc-settings-file-name):
9690         Compare calc-settings-file to user-init-file instead of ~/.emacs.
9691         Replace ~/.emacs in a prompt by calc-settings-file.
9693 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
9695         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
9696         (desktop-lazy-idle-delay): New customizable variables.
9697         (desktop-buffer-args-list): New variable.
9698         (desktop-append-buffer-args): New function.
9699         (desktop-save): Call desktop-append-buffer-args for some buffers.
9700         (desktop-lazy-create-buffer): New function.
9701         (desktop-idle-create-buffers): New function.
9702         (desktop-read): Add message about buffers to restore lazily.
9703         (desktop-lazy-abort): New command.
9704         (desktop-clear): Call desktop-lazy-abort.
9705         (desktop-lazy-complete): New command.
9707 2005-01-06  Richard M. Stallman  <rms@gnu.org>
9709         * emacs-lisp/find-func.el (find-face-definition):
9710         Rename from find-face.
9712 2005-01-06  Kim F. Storm  <storm@cua.dk>
9714         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
9716         * man.el (Man-xref-man-page, Man-xref-header-file)
9717         (Man-xref-normal-file): Add follow-link property.
9719 2005-01-06  Jay Belanger  <belanger@truman.edu>
9721         * calc/calc-units.el: Make sure the proper macro definitions are
9722         available when compiling.
9724 2005-01-06  Juri Linkov  <juri@jurta.org>
9726         * isearch.el (isearch-lazy-highlight-update):
9727         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
9729 2005-01-06  Miles Bader  <miles@gnu.org>
9731         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
9732         (isearch-lazy-highlight-face): Use new name.
9734 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9736         * uniquify.el (uniquify-rationalize-file-buffer-names):
9737         Re-add an interactive spec.
9738         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
9739         to the same name.
9741         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
9742         (isearch-update, isearch-done): Adjust calls accordingly.
9744 2005-01-05  Richard M. Stallman  <rms@gnu.org>
9746         * custom.el (custom-set-variables, custom-theme-set-variables):
9747         Clarify documentation.
9749         * emacs-lisp/find-func.el (find-variable)
9750         (find-variable-other-window, find-variable-other-frame):
9751         Fix the TYPE args to find-function-read and find-function-do-it.
9752         (find-function): Doc fix.
9753         (find-function-at-point): Replace function-at-point alias.
9755 2005-01-04  Richard M. Stallman  <rms@gnu.org>
9757         * cus-face.el (custom-declare-face):
9758         Record defface in current-load-list.
9760         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
9762         * emacs-lisp/find-func.el: Doc fixes.
9763         (find-face-regexp): New variable.
9764         (find-function-regexp-alist): New variable.
9765         (find-function-C-source): Third arg is now TYPE.
9766         (find-function-search-for-symbol): Handle general TYPE.
9767         (find-function-read, find-function-do-it): Handle general TYPE.
9768         (find-definition-noselect, find-face): New functions.
9769         (function-at-point): Alias deleted.
9771 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9773         * battery.el (display-battery-mode): Rename from display-battery.
9774         Handle the case where it gets turned off.
9776 2005-01-04  Richard M. Stallman  <rms@gnu.org>
9778         * cus-edit.el (customize): Make :link point to user doc.
9780         * man.el (Man-fontify-manpage): Turn off undo generation.
9782         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
9784 2005-01-04  Andreas Schwab  <schwab@suse.de>
9786         * files.el (insert-directory): Only look for error lines in
9787         inserted text.  Don't move too far after processing --dired markers.
9789 2005-01-04  Richard M. Stallman  <rms@gnu.org>
9791         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
9792         Don't expand if the character is @, period, dash, etc.
9793         (define-mail-abbrev): Quote names that contain problem characters.
9795 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
9797         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
9799 2005-01-03  Richard M. Stallman  <rms@gnu.org>
9801         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
9802         (query-replace-highlight, query-replace-lazy-highlight)
9803         (query-replace): Definitions moved up.  Doc fix.
9805 2005-01-03  Richard M. Stallman  <rms@gnu.org>
9807         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
9808         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
9809         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
9810         (lazy-highlight-face): Rename from isearch-lazy-...
9811         Change all references to them.
9813 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
9815         * cus-edit.el (custom-file): Doc fix for defcustom.
9816         (custom-file): The function no longer sets the variable
9817         `custom-file' to its return value.
9819         * startup.el (command-line): No longer load `custom-file'.
9821 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9823         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
9825         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
9826         Don't confuse module-prefixed identifiers for labels.
9827         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
9829 2005-01-02  Richard M. Stallman  <rms@gnu.org>
9831         * files.el (basic-save-buffer-1): Fix previous change.
9833         * loadhist.el (file-loadhist-lookup): New function.
9834         (file-provides, file-requires): Use it.
9836         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
9837         instead of calculating the right size.
9839 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
9841         * vc-svn.el (vc-svn-diff): Stay local if possible.
9843 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9845         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
9847         * files.el (hack-local-variables): Fix last change.
9849 2005-01-02  Jay Belanger  <belanger@truman.edu>
9851         * calc/calc-yank.el (calc-edit-top): New variable.
9852         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
9853         object.  Change header properties.
9854         (calc-edit-finish, calc-edit-finish-stack-object)
9855         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
9856         edited object.
9857         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
9858         for the beginning of the edited object.
9859         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
9860         for the beginning of the edited object.
9861         * calc/calc-prog.el (calc-edit-macro-finish-edit)
9862         (calc-finish-formula-edit, calc-macro-repeats)
9863         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
9864         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
9865         beginning of the edited object.
9866         (calc-user-define-edit): Change the header for editing macros.
9867         Remove unnecessary variable.
9869 2005-01-01  Jay Belanger  <belanger@truman.edu>
9871         * calc/calc-yank.el (calc-edit-mode): Change default header.
9872         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
9873         * calc/calc-store.el (calc-edit-variable): Change title to match new
9874         header.
9875         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
9876         mode to match new header.
9877         (calc-user-define-edit): Change titles to include names of commands.
9878         (calc-finish-formula-edit): Adjust to handle new header.
9879         (calc-finish-macro-edit): Remove.
9880         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
9881         (calc-edit-macro-command, calc-edit-macro-command-type)
9882         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
9883         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
9884         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
9885         (calc-edit-macro-finish-edit): New functions.
9886         (calc-user-define-edit): Use new functions to edit named calc macros.
9888 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
9890         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
9892         * ses.el (copy-region-as-kill): Deactivate mark.
9894 2005-01-01  Richard M. Stallman  <rms@gnu.org>
9896         * replace.el (occur-1): If the output buffer is also an input,
9897         don't kill it, rename it.
9899         * faces.el (set-face-background, set-face-foreground): Doc fix.
9901         * cus-face.el (custom-face-attributes): Fix :help-echo strings
9902         for :foreground and :background.
9904         * dired.el (dired-view-command-alist): Variable deleted.
9905         (dired-view-file, dired-mouse-find-file-other-window):
9906         Delete the code to use it.
9908 2005-01-01  Kim F. Storm  <storm@cua.dk>
9910         * image.el (insert-sliced-image): Use t for line-height property.
9912 2004-12-31  Jay Belanger  <belanger@truman.edu>
9914         * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
9915         for "var-" at the beginning of the minibuffer.
9917 2004-12-31  Richard M. Stallman  <rms@gnu.org>
9919         * faces.el (read-face-name):
9920         Don't treat an attribute spec as a list of faces.
9922         * simple.el (undo): Use undo-equiv-table to detect
9923         unexpected changes since previous undo.
9924         (undo-list-saved): Variable deleted.
9925         (buffer-disable-undo): Don't alter undo-list-saved.
9927         * files.el (require-final-newline): Allow `visit' and `visit-save'.
9928         (mode-require-final-newline): New option.
9929         (after-find-file): Handle require-final-newline with new values.
9930         (basic-save-buffer): Handle new values of require-final-newline.
9932         * progmodes/sh-script.el (sh-require-final-newline):
9933         Alist value now controls whether to use mode-require-final-newline.
9934         (sh-set-shell): Implement that new meaning.
9936         * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
9937         * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
9938         * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
9939         Delete old-Emacs compatibility code.
9940         (antlr-c-common-init): Function deleted.
9942         * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
9943         * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
9944         * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
9945         * progmodes/python.el (python-mode): Use mode-require-final-newline.
9946         * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
9947         * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
9948         * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
9949         * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
9950         * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
9951         * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
9952         * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
9953         * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
9954         * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
9955         * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
9956         * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
9957         * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
9959 2004-12-31  Jay Belanger  <belanger@truman.edu>
9961         * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
9962         way to return to Calc.
9964         * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
9965         finish, C-xk as the way to cancel the edit.  Add cancel routine to
9966         kill-buffer-hook.
9968         * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
9969         MacEdit code.
9971         * calc/calc-prog.el: Remove obsolete MacEdit code.
9972         (calc-macro-edit-algebraic, calc-macro-edit-variable)
9973         (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
9975 2004-12-31  Kenichi Handa  <handa@m17n.org>
9977         * international/mule.el (buffer-file-coding-system-explicit):
9978         Rename for explicit-buffer-file-coding-system.
9979         (after-insert-file-set-coding): Adjust for the above change.
9981         * files.el (revert-buffer): Change explicit-buffer-file-coding-system
9982         to buffer-file-coding-system-explicit.
9983         (basic-save-buffer-1): Likewise.
9985 2004-12-30  Richard M. Stallman  <rms@gnu.org>
9987         * textmodes/artist.el (artist-butlast-fn): Var deleted.
9988         (artist-butlast, artist-last): Functions deleted.
9989         (artist-ellipse-mirror-quadrant): Call last and butlast directly.
9990         (artist-compute-key-compl-table): Call remq directly.
9991         (artist-remove-nulls): Function deleted.
9992         (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
9993         (artist-push, artist-pop): Macro deleted.
9995 2004-12-30  Andreas Leue  <al@sphenon.de>
9997         * textmodes/artist.el (artist-version): 1.2.6
9998         (artist-prev-next-op-alist): New variable.
9999         (artist-select-next-op-in-list): New function.
10000         (artist-select-prev-op-in-list): New function.
10001         (artist-make-prev-next-op-alist): New function.
10002         (artist-is-in-op-list-p): New function.
10003         (artist-get-first-non-nil-op): New function.
10004         (artist-get-last-non-nil-op): New function.
10005         (artist-mode-init): Call artist-get-last-non-nil-op to initialize
10006         artist-prev-next-op-alist.
10007         (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
10008         change drawing operation.
10010 2004-12-30  Luc Teirlinck  <teirllm@auburn.edu>
10012         * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
10014 2004-12-31  Masatake YAMATO  <jet@gyve.org>
10016         * server.el (server-process-filter): Suppress `error', too.
10018 2004-12-30  Jay Belanger  <belanger@truman.edu>
10020         * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
10021         Change the way a variable is displayed in a message.
10023         * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
10024         (calc-user-define-permanent, calc-execute-kbd-macro):
10025         Replace old function MacEdit-parse-keys with edmacro-parse-keys.
10027 2004-12-30  Kenichi Handa  <handa@m17n.org>
10029         * files.el (basic-save-buffer-1):
10030         Set explicit-buffer-file-coding-system to last-coding-system-used.
10031         (revert-buffer): Pay attention to
10032         explicit-buffer-file-coding-system (not buffer-file-coding-system)
10033         on bind coding-system-for-read.
10035         * international/mule.el (explicit-buffer-file-coding-system):
10036         New buffer local variable.
10037         (after-insert-file-set-coding): Set it to coding-system-for-read.
10039 2004-12-29  Luc Teirlinck  <teirllm@auburn.edu>
10041         * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
10043 2004-12-29  Sanghyuk Suh  <han9kin@mac.com>
10045         * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
10046         that include line numbers.
10048 2004-12-29  Milan Zamazal  <pdm@zamazal.org>
10050         * files.el (hack-local-variables): If no PREFIX, set it to "^".
10051         Redundant variable PREFIXLEN removed.
10053 2004-12-28  Matt Hodges  <MPHodges@member.fsf.org>
10055         * eshell/em-hist.el (eshell-previous-matching-input):
10056         Start the deletion from the end of the output.
10058 2004-12-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10060         * term/mac-win.el: Require x-dnd.
10061         (mac-drag-n-drop): Sync with W32 version.  Use x-dnd.el functions.
10063 2004-12-29  David Kastrup  <dak@gnu.org>
10065         * international/mule.el (decode-coding-inserted-region):
10066         Don't barf if `buffer-undo-list' is already set to `t'.
10068 2004-12-29  Jay Belanger  <belanger@truman.edu>
10070         * calc/calc-prog.el (calc-user-define-formula): Put default values
10071         for function names in prompts.
10072         (calc-user-define-permanent, calc-user-define-composition)
10073         (calc-user-define-formula): Remove the need for "calcFunc-" in the
10074         default input for algebraic functions.
10076 2004-12-29  Thien-Thi Nguyen  <ttn@gnu.org>
10078         * vc-rcs.el (vc-rcs-annotate-command):
10079         Fix omission bug: Call `vc-setup-buffer'.
10081 2004-12-29  Kenichi Handa  <handa@m17n.org>
10083         * international/mule.el (recode-region): New function.
10085 2004-12-28  Richard M. Stallman  <rms@gnu.org>
10087         * simple.el (undo-extra-outer-limit): New variable.
10088         (undo-outer-limit-truncate): Test and set it.
10090         * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
10091         enables the feature to extend the existing region.
10093         * simple.el (mark-word): New arg ALLOW-EXTEND
10094         enables the feature to extend the existing region.
10096         * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
10097         enables the feature to extend the existing region.
10099         * startup.el (site-run-file): Don't allow setting it with Custom.
10101         * simple.el (buffer-disable-undo): Fix previous change.
10103 2004-12-27  Masatake YAMATO  <jet@gyve.org>
10105         * hexl.el (hexlify-buffer): Remove fontification here.
10106         Use font lock mechanism instead.
10107         (hexl-font-lock-keywords): New font lock kewords.
10108         (hexl-mode-old-font-lock-keywords): New variable.
10109         (hexl-mode): Store the old font lock keywords.
10110         (hexl-mode-exit): Restore the old font lock keywords.
10112 2004-12-27  Richard M. Stallman  <rms@gnu.org>
10114         * simple.el (undo): Fix previous change.
10116 2004-12-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10118         * term/mac-win.el: Sync with x-win.el.  Rearrange the contents.
10119         Call mac-clear-font-name-table if invoked on Mac OS 8/9.
10120         Call x-open-connection on Mac OS X.
10122 2004-12-27  Richard M. Stallman  <rms@gnu.org>
10124         * files.el (buffer-save-without-query): New var (buffer-local).
10125         (save-some-buffers): Save those buffers first, w/o asking.
10127         * files.el (insert-directory-ls-version): New variable.
10128         (insert-directory): When ls returns an error, test the version
10129         number to decide what the return code means.
10130         With --dired output format, detect and distinguish lines
10131         that are really error messages.
10132         (insert-directory-adj-pos): New function.
10134         * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
10136         * battery.el (battery-mode-line-format): Remove initial spaces.
10138         * uniquify.el (uniquify-rationalize-file-buffer-names):
10139         Delete interactive spec.
10141         * type-break.el (type-break-mode): Set buffer-save-without-query.
10142         Remove code that tried to set save-some-buffers-always.
10143         (type-break-file-keystroke-count): Bind deactivate-mark.
10145         * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
10147         * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
10148         Test that the buffer is live, and maybe reject current buffer too.
10149         Clarify.
10150         (next-error-find-buffer): Rewrite for clarity.
10152         * loadup.el: Don't use buffer-disable-undo; do it directly.
10154         * help-fns.el (describe-function-1): Call symbol-file with `defun'.
10155         (describe-variable): Call symbol-file with `defvar'.
10157         * subr.el (messages-buffer-max-lines): Alias for message-log-max.
10158         (symbol-file): Rewritten to handle new load-history format.
10159         Now takes an arg TYPE to specify looking for a particular
10160         type of definition only.
10162         * emacs-lisp/debug.el (debugger-make-xrefs):
10163         Call symbol-file with `defun'.
10165         * emacs-lisp/find-func.el (find-function-noselect):
10166         Call symbol-file with `defun'.
10167         (find-variable-noselect): Call symbol-file with `defvar'.
10169         * eshell/esh-cmd.el (eshell-find-alias-function):
10170         Call symbol-file with `defun'.
10172         * eshell/esh-test.el (eshell-test-goto-func):
10173         Call symbol-file with `defun'.
10175         * mail/rmail.el (rmail-resend):
10176         Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
10178         * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
10180         * progmodes/compile.el (compilation-find-buffer): Rename arg.
10182         * textmodes/texinfmt.el (texinfo-format-buffer-1):
10183         Call buffer-disable-undo.
10185         * simple.el (undo-list-saved): New variable (buffer-local).
10186         (undo): Set and test it.
10187         (buffer-disable-undo): Move here from buffer.c.
10188         Clear out undo-list-saved.
10190         * international/mule.el (decode-coding-inserted-region):
10191         Set buffer-undo-list in a correct and optimal way.
10193         * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
10194         (cperl-font-lock-unfontify-region-function): No need to save and
10195         restore info, since font-lock.el does it for us.
10197         * ansi-color.el (save-buffer-state): Definition deleted.
10198         (ansi-color-unfontify-region): Don't use save-buffer-state.
10200 2004-12-27  Dave Love  <fx@gnu.org>
10202         * wid-edit.el (function): Use restricted-sexp as parent.
10204 2004-12-27  Kevin Ryde  <user42@zip.com.au>
10206         * simple.el (next-matching-history-element): Use same
10207         `interactive' form as previous-matching-history-element.
10209         * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
10210         it can appear unencoded and has been seen from yahoo.
10212 2004-12-27  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
10214         * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
10215         in upper case.  Reported by Wojciech Polak <polak@gnu.org>.
10217 2004-12-27  Kenichi Handa  <handa@m17n.org>
10219         * international/utf-8.el (utf-translate-cjk-load-tables):
10220         Bind coding-system-for-read to nil while loading subst-*.
10222 2004-12-26  Jay Belanger  <belanger@truman.edu>
10224         * calc/calc-store.el (calc-read-var-name): Remove "var-" from
10225         default input.
10227 2004-12-26  Luc Teirlinck  <teirllm@auburn.edu>
10229         * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
10230         before reverting and disable undo recording while reverting.
10232 2004-12-26  Thien-Thi Nguyen  <ttn@gnu.org>
10234         * progmodes/hideshow.el (hs-set-up-overlay): New user var.
10235         (hs-make-overlay): New function.
10236         (hs-isearch-show-temporary): Handle `display' overlay prop specially.
10237         (hs-flag-region): Delete function.
10238         (hs-hide-comment-region): No longer use `hs-flag-region'.
10239         Instead, use `hs-discard-overlays' and `hs-make-overlay'.
10240         (hs-hide-block-at-point): Likewise.
10241         (hs-hide-level-recursive): Use `hs-discard-overlays'.
10242         (hs-hide-all, hs-show-all): Likewise.
10243         (hs-show-block): Likewise.
10244         Also, use overlay prop `hs-b-offset', not `hs-ofs'.
10246 2004-12-24  Thien-Thi Nguyen  <ttn@gnu.org>
10248         * progmodes/hideshow.el: Require `cl' when compiling.
10249         Remove XEmacs and Emacs 19 compatibility.
10250         Use `dolist' and `add-to-list' for load-time actions.
10251         (hs-discard-overlays): Use `dolist'.
10252         (hs-show-block): Likewise.
10254 2004-12-23  Dan Nicolaescu  <dann@ics.uci.edu>
10256         * faces.el (mode-line, mode-line-inactive): Use min-colors.
10258 2004-12-23  Thien-Thi Nguyen  <ttn@gnu.org>
10260         * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
10261         When extending backwards, move outside the current comment first.
10263 2004-12-22  Kenichi Handa  <handa@m17n.org>
10265         * international/quail.el (quail-start-translation): Fix prompt
10266         string for the case if input-method-use-echo-area being non-nil.
10267         (quail-start-conversion): Likewise.
10268         (quail-show-guidance): Don't show guidance if
10269         input-method-use-echo-area is non-nil.
10271 2004-12-21  Richard M. Stallman  <rms@gnu.org>
10273         * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
10275 2004-12-21  Markus Rost  <rost@ias.edu>
10277         * calendar/diary-lib.el (mark-diary-entries):
10278         Set mark-diary-entries-in-calendar only after checking for diary-file.
10280 2004-12-21  Richard M. Stallman  <rms@gnu.org>
10282         * faces.el (escape-glyph): Use blue against light foreground.
10284         * simple.el (undo-outer-limit-truncate): New function.
10285         (undo-outer-limit-function): Use undo-outer-limit-truncate.
10287 2004-12-21  Eli Barzilay  <eli@barzilay.org>
10289         * calculator.el (calculator-radix-grouping-mode)
10290         (calculator-radix-grouping-digits)
10291         (calculator-radix-grouping-separator):
10292         New defcustoms for the new radix grouping mode functionality.
10293         (calculator-mode-hook): Now used in electric mode too,
10294         (calculator): Call it.
10295         (calculator-mode-map): Some new keys.
10296         (calculator-message): New function.  Some new calls.
10297         (calculator-op, calculator-set-register): Use it.
10298         (calculator-string-to-number): New function, mostly moved and
10299         updated code from calculator-curnum-value.
10300         (calculator-curnum-value): Use it.
10301         (calculator-paste): Use it, and update grabbing the current-kill.
10302         (calculator-rotate-displayer)
10303         (calculator-rotate-displayer-back): Toggle digit grouping when
10304         in radix mode, use calculator-message.
10305         (calculator-displayer-prev, calculator-displayer-next):
10306         Change digit group size when in radix mode.
10307         (calculator-number-to-string): Rename from
10308         calculator-num-to-string.  Now deals with digit grouping in
10309         radix mode.
10310         (calculator-update-display, calculator-put-value): Use the new name.
10311         (calculator-fact): Return a floating point number.
10312         (calculator-mode): Doc fix.
10314 2004-12-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
10316         * calendar/calendar.el (view-other-diary-entries): Add autoload.
10317         * calendar/diary-lib.el (view-other-diary-entries):
10318         Use current-prefix-arg in interactive spec.
10320 2004-12-19  Jay Belanger  <belanger@truman.edu>
10322         * calc/calc-aent.el (calcAlg-blank-matching-open):
10323         Temporarily adjust the syntax of both delimiters of half-open intervals.
10325 2004-12-19  Kim F. Storm  <storm@cua.dk>
10327         * mouse.el (mouse-1-click-follows-link): Doc fix.
10329 2004-12-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10331         * term/mac-win.el (encoding-vector, mac-font-encoder-list)
10332         (ccl-encode-mac-centraleurroman-font): Use centraleurroman
10333         instead of centraleuropean as the name
10335 2004-12-17  Michael Albinus  <michael.albinus@gmx.de>
10337         Sync with Tramp 2.0.46.
10339         * net/tramp.el (tramp-maybe-send-perl-script): Change order of
10340         parameters wrt Tramp convention.
10341         (tramp-handle-file-attributes-with-perl)
10342         (tramp-handle-directory-files-and-attributes): Apply it.
10343         (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
10344         `copy-program'.  Reported by Zack Weinberg
10345         <zack@codesourcery.com>.
10346         (top): Set `edebug-form-spec' property directly rather than
10347         calling `def-edebug-spec'.
10349         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
10350         advice less fragile.  Surround temporary redefinition of
10351         `substitute-in-file-name' with `unwind-protect'.  Suggested by
10352         Matt Hodges <MPHodges@member.fsf.org>.
10354 2004-12-17  Juri Linkov  <juri@jurta.org>
10356         * replace.el (occur-accumulate-lines, occur-engine):
10357         Make forcing deferred font-lock fontification jit-specific.
10359 2004-12-17  Kim F. Storm  <storm@cua.dk>
10361         * mouse.el (mouse-1-click-follows-link): New defcustom.
10362         (mouse-on-link-p): New function.
10363         (mouse-drag-region-1): Implement mouse-1-click-follows-link
10364         functionality.  Map a mouse-1 click event into a mouse-2 (or
10365         other) event when position is inside a link.
10367         * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
10368         prefix in tooltip text with "mouse-1" when this is a link
10369         recognized by mouse-1-click-follows-link functionality.
10371         * help.el (describe-key): Report effective and original binding
10372         for mouse-1 when clicked on a link.
10373         (describe-mode): Add follow-link property to "minor-mode" button.
10375         * help-fns.el (describe-variable): Add follow-link property to
10376         "below" button.
10378         * help-mode.el (help-xref): Add follow-link property.
10380         * apropos.el (apropos-symbol, apropos-function, apropos-macro)
10381         (apropos-command, apropos-variable, apropos-face, apropos-group)
10382         (apropos-widget, apropos-plist): Add follow-link property.
10384         * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
10385         checks if position is in a filename, rather than some other
10386         clickable item.  Function looks for cvs-filename-face at position.
10388         * wid-edit.el (widget-specify-field, widget-specify-button):
10389         Map a :follow-link keyword into a follow-link property.
10390         (link): Add :follow-link keyword, map to RET binding.
10392         * dired.el (dired-mode-map): Map follow-link to mouse-face.
10394         * progmodes/compile.el (compilation-minor-mode-map)
10395         (compilation-button-map, compilation-mode-map): Likewise.
10397 2004-12-17  Thien-Thi Nguyen  <ttn@gnu.org>
10399         * play/zone.el (zone): Init `line-spacing' from orig buffer.
10400         (zone-replace-char): Take `count' and `del-count'
10401         instead of `direction'.  Update callers.  When `del-count' is
10402         non-nil, delete that many characters, otherwise `count' characters
10403         backwards.  Insert the newly-replaced string `count' times.
10404         (zone-fret): Handle chars w/ width greater than one.
10405         (zone-fall-through-ws): No longer take window width `ww'.
10406         Update callers.  Add handling for `char-width' greater than one.
10407         (zone-pgm-drip): Update var holding window-end position every cycle.
10409 2004-12-17  Andre Spiegel  <spiegel@gnu.org>
10411         * vc.el (vc-default-update-changelog): Use insert-file-contents,
10412         rather than insert-file.
10414 2004-12-16  Jay Belanger  <belanger@truman.edu>
10416         * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
10417         (math-init-random-base, math-random-digit): Check to see if
10418         var-RandSeed is bound.
10419         (math-random-last): Declare it.
10420         (math-random-digit): Don't make math-random-last local.
10422 2004-12-16  Thien-Thi Nguyen  <ttn@gnu.org>
10424         * play/zone.el (zone): Fix omission bug: Use a self-disabling
10425         one-shot thunk for uniform (error, quit, normal) recovery.
10426         Reported by John Paul Wallington.
10427         (zone-pgm-random-life): Fix bug:
10428         Recognize empty initial field by lack of "@" chars.
10430 2004-12-16  Juri Linkov  <juri@jurta.org>
10432         * help.el (function-called-at-point):
10433         * help-fns.el (variable-at-point): As a last resort try stripping
10434         non-word prefixes and suffixes.
10436         * descr-text.el (describe-property-list): Don't treat syntax-table
10437         specially.  Use describe-text-sexp which inserts [show] button
10438         for large objects and handles printing errors.  Sort properties
10439         by names in alphabetical order instead of by value sizes.
10440         Add `mouse-face' to list of properties for `describe-face' widget.
10441         (describe-char): Mask out face-id from 19 bits of character.
10442         Print face-id separately.
10444         * replace.el (occur-accumulate-lines, occur-engine):
10445         Fontify unfontified matching lines in the source buffer
10446         before copying them.
10447         (occur-engine): Don't put mouse-face on context lines.
10448         (occur-next-error): Set point to line beginning/end
10449         before searching for prev/next property to skip multiple
10450         matches on a line (not supported by occur engine).
10451         Remove redundant prefix-numeric-value.
10453 2004-12-15  Juri Linkov  <juri@jurta.org>
10455         * replace.el (match): New face.
10456         (list-matching-lines-face): Change default from `bold' to `match'.
10458         * progmodes/grep.el (grep-match-face): New defvar.
10459         (grep-mode-font-lock-keywords): Use grep-match-face instead of
10460         compilation-column-face to highlight grep matches.
10462         * apropos.el (apropos-match-face): Change default from
10463         `secondary-selection' to `match'.
10465         * info-look.el (info-lookup-highlight-face): Change default from
10466         `highlight' to `match'.
10468 2004-12-15  Daniel Pfeiffer  <occitan@esperanto.org>
10470         * progmodes/executable.el (executable-interpret): Eliminate
10471         obsolete compile-internal, and switch to comint for interaction.
10473 2004-12-15  J.D. Smith  <jdsmith@as.arizona.edu>
10475         * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
10476         `&&' when skipping multiple statements on a line.
10478 2004-12-15  Thien-Thi Nguyen  <ttn@gnu.org>
10480         * play/zone.el (zone): Set `truncate-lines'.
10481         Also, init `tab-width' with value from original buffer.
10482         (zone-shift-up): Rewrite for speed.
10483         (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
10484         (zone-pgm-jitter): Remove redundant entries from ops vector.
10485         (zone-exploding-remove): Reduce iteration count.
10486         (zone-cpos): Convert to defsubst.
10487         (zone-replace-char): New defsubst.
10488         (zone-park/sit-for): Likewise.
10489         (zone-fret): Take window-start arg.
10490         Update callers.  Use `zone-park/sit-for'.
10491         (zone-fill-out-screen): Rewrite.
10492         (zone-fall-through-ws): Likewise.  Update callers.
10493         (zone-pgm-drip): Use `zone-replace-char'.
10494         Move var inits before while-loop.  Use `zone-park/sit-for'.
10495         (zone-pgm-random-life): Handle empty initial field.
10496         Use `zone-replace-char' and `zone-park/sit-for'.
10498 2004-12-15  Juri Linkov  <juri@jurta.org>
10500         * isearch.el (isearch-update): Test isearch-lazy-highlight
10501         before calling isearch-lazy-highlight-new-loop.
10502         (isearch-lazy-highlight-new-loop):
10503         Don't test isearch-lazy-highlight.
10505         * replace.el (perform-replace): Add isearch-case-fold-search.
10506         Use delimited-flag for isearch-regexp.
10507         Reset isearch-lazy-highlight-last-string to force lazy
10508         highlighting when called from isearch mode.
10509         (query-replace-highlight): Revert defcustom type to boolean.
10510         (query-replace-lazy-highlight): New defcustom.
10511         (query-replace): New face.
10512         (perform-replace, replace-highlight, replace-dehighlight):
10513         Test query-replace-lazy-highlight instead of special value
10514         `isearch' of query-replace-highlight.
10515         (replace-dehighlight): Don't call isearch-dehighlight.
10516         (replace-highlight): Don't call isearch-highlight.
10517         Use face `query-replace' unconditionally.
10519 2004-12-14  Kim F. Storm  <storm@cua.dk>
10521         * simple.el (inhibit-mark-movement): Remove defvar.
10522         (beginning-of-buffer, end-of-buffer): Don't use it.
10524         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
10525         Don't use inhibit-mark-movement.
10527         * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
10528         (cua--undo-push-mark): Remove.
10529         (cua--pre-command-handler, cua--post-command-handler):
10530         Don't fiddle with inhibit-mark-movement.
10532 2004-12-14  Juri Linkov  <juri@jurta.org>
10534         * buff-menu.el (list-buffers-noselect): Collect internal info
10535         for every buffer in BUFFER-LIST arg too.
10536         (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
10537         (Buffer-menu-switch-other-window, Buffer-menu-2-window):
10538         Bind same-window-buffer-names and same-window-regexps to nil.
10540 2004-12-13  Juri Linkov  <juri@jurta.org>
10542         * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
10544         * mail/supercite.el (sc-cite-frame-alist): Doc fix.
10545         (sc-cite-region, sc-uncite-region, sc-recite-region):
10546         Fix previous change to handle not alist as a symbol, but
10547         a citation frame as a symbol that represents a variable name.
10549 2004-12-13  Richard M. Stallman  <rms@gnu.org>
10551         * filecache.el (file-cache-add-directory-using-find):
10552         Only set up file-cache-find-command-posix-flag if we will use it.
10554         * bindings.el (mode-line-buffer-identification-keymap):
10555         Don't cancel the mode-line's usual down-mouse-1 binding.
10557         * cus-edit.el (custom-face-selected): Handle `default' specs.
10558         (custom-face-edit): Increase extra-offset.
10559         (custom-display): Handle `default' specs.
10561         * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
10563         * emacs-lisp/elint.el (elint-standard-variables)
10564         (elint-unknown-builtin-args): Move definitions up.
10566         * net/browse-url.el (browse-url-url-at-point): Add autoload.
10568         * info.el (info-xref-visited): Use `default' instead of t.
10569         (Info-try-follow-nearest-node): Don't explicitly load browse-url.
10571         * faces.el (header-line, mode-line-inactive, tool-bar):
10572         Use `default' instead of t for setting the defaults.
10573         (face-spec-choose): Separate `t' from `default'.
10575         * subr.el (while-no-input): New macro.
10577 2004-12-13  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>  (tiny change)
10579         * filecache.el (file-cache-add-directory-using-find):
10580         Only test file-cache-find-command-posix-flag on some systems.
10582 2004-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10584         * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
10585         Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
10586         (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
10587         (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
10588         (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
10590 2004-12-12  Juri Linkov  <juri@jurta.org>
10592         * files.el (find-file-other-window, find-file-other-frame):
10593         Add the first buffer to the returned value to return the complete
10594         list of all visited buffers.
10595         (find-file-read-only, find-file-read-only-other-window)
10596         (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
10597         `find-file-read-args'.  Signal an error about non-existent file
10598         only if file name doesn't contain wildcards.  Toggle read-only in
10599         all visited buffers.
10600         (find-alternate-file, find-alternate-file-other-window):
10601         Add optional arg `wildcards'.  Doc fix.  Set `wildcards' to t when
10602         called interactively.  Pass arg `wildcards' to other functions.
10603         (find-file-noselect): Doc fix.
10605         * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
10606         Doc fix.
10607         (ffap-directory-finder): New variable.
10608         (ffap-string-at-point-mode-alist): Add * and ? to `file'.
10609         (ffap-file-at-point): Add /* to immediately rejected names.
10610         Return absolute file names matching ffap-dired-wildcards.
10611         (ffap-read-file-or-url): Set default value for `completing-read'
10612         to `buffer-file-name'.
10613         (find-file-at-point): When filename matches ffap-dired-wildcards,
10614         call ffap-file-finder with t arg `wildcards', instead of dired.
10615         (ffap-other-window, ffap-other-frame): Return visited buffers.
10616         (ffap-read-only, ffap-read-only-other-window)
10617         (ffap-read-only-other-frame, ffap-alternate-file): New commands.
10618         (dired-at-point): Call ffap-directory-finder instead of dired.
10619         (ffap-dired-other-window, ffap-dired-other-frame)
10620         (ffap-list-directory): New commands.
10621         (ffap-bindings): New keybindings for new commands.
10623 2004-12-12  Juri Linkov  <juri@jurta.org>
10625         * simple.el (beginning-of-buffer, end-of-buffer):
10626         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
10627         Do not push mark when mark is active in transient-mark-mode.
10629         * simple.el (mark-word):
10630         * emacs-lisp/lisp.el (mark-sexp, mark-defun):
10631         * textmodes/paragraphs.el (mark-paragraph):
10632         Extend the region when mark is active in transient-mark-mode,
10633         regardless of the last command.  Doc fix.
10635         * simple.el (mark-word): Preserve direction when repeating.
10636         Make arg optional.  Interactive "p" -> "P".
10637         (transient-mark-mode, inhibit-mark-movement): Doc fix.
10639         * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
10640         preserving direction, to mark forward instead of backward when mark
10641         is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
10643 2004-12-12  Juri Linkov  <juri@jurta.org>
10645         * isearch.el (isearch-edit-string): Set 7th arg of
10646         `read-from-minibuffer' to `t' to inherit the current input
10647         method (whose name is indicated by [IM] in the minibuffer prompt)
10648         from the current buffer to the minibuffer.
10649         (isearch-lazy-highlight-update): Put body to `with-local-quit'
10650         to allow C-g quitting for lazy highlighting looping inside the
10651         search with nested repetition operators.  Add overlay to the list
10652         before setting its face and other properties to avoid the case of
10653         code quitting after placing the new overlay but before it's
10654         recorded on the list.  Select the window where isearch was
10655         activated, to highlight matches in the right window when isearch
10656         switches the current window to the minibuffer.
10658         * international/isearch-x.el
10659         (isearch-process-search-multibyte-characters):
10660         Use `isearch-message' as initial input for `read-string' instead
10661         of adding it to the minibuffer prompt.  After reading a string
10662         remove the initial value of `isearch-message' from the string.
10664         * replace.el (replace-match-maybe-edit): Doc fix.
10665         (perform-replace): Don't call `replace-highlight' when automatic
10666         replacement is requested in literal mode, since it is intended
10667         only to highlight words during entering a new replacement string
10668         for \? in non-literal mode.
10670         * replace.el (query-replace-highlight): Add new value `isearch'
10671         that allows query replacement to use isearch highlighting.
10672         Change type from `boolean' to `choice'.  Doc fix.
10673         (replace-highlight, replace-dehighlight, perform-replace):
10674         Use isearch highlighting if query-replace-highlight eq `isearch'.
10676 2004-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10678         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
10679         (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
10681         * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
10682         case of \end{verbatim}.
10684 2004-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
10686         * term.el (term-termcap-format): Synchronize with terminfo.
10687         (term-emulate-terminal): Handle reset.
10688         (term-reset-terminal): New function.
10690 2004-12-11  Thien-Thi Nguyen  <ttn@gnu.org>
10692         * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
10693         (zone-fill-out-screen): New func.
10694         (zone-pgm-drip): Use `zone-fill-out-screen'.
10695         Also, no longer go to point-min on every cycle.
10696         (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
10697         (zone-pgm-random-life-wait): New user var.
10698         (zone-pgm-random-life): New func.
10700 2004-12-10  Thien-Thi Nguyen  <ttn@gnu.org>
10702         * files.el (auto-mode-alist): Map .com to DCL mode.
10704 2004-12-09  Richard M. Stallman  <rms@gnu.org>
10706         * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
10708 2004-12-09  Nick Roberts  <nickrob@snap.net.nz>
10710         * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
10711         buffer with a display margin.
10713 2004-12-08  Jay Belanger  <belanger@truman.edu>
10715         * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
10716         (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
10718 2004-12-08  Richard M. Stallman  <rms@gnu.org>
10720         * faces.el: Delete code to set display table.
10721         (escape-glyph): Redefine to be less loud.  (Copy minibuffer-prompt.)
10723 2004-12-08  Jay Belanger  <belanger@truman.edu>
10725         * calc/calc.el: Add math-read-preprocess-string to autoloads.
10727         * calc/calc-ext.el (math-read-replacement-list)
10728         (math-read-superscripts, math-read-preprocess-string): Move to
10729         calc-aent.el.
10731         * calc/calc-aent.el (math-read-replacement-list)
10732         (math-read-superscripts, math-read-preprocess-string): Move from
10733         calc-ext.el.
10735 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10737         * isearch.el (isearch-quote-char): Fix up typo in last change.
10739 2004-12-07  Luc Teirlinck  <teirllm@auburn.edu>
10741         * mouse.el (mouse-set-font): Handle the case where the command was
10742         not invoked using the mouse.
10744         * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
10745         (edmacro-finish-edit): Further update for keyboard macros that are
10746         lambda forms.
10747         (edmacro-sanitize-for-string): Correctly remove Meta modifier.
10749 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10751         * font-lock.el (font-lock-unfontify-region): Save buffer state.
10752         (font-lock-default-unfontify-region): Don't save buffer state any more.
10754 2004-12-07  Jay Belanger  <belanger@truman.edu>
10756         * calc/calc-help.el (calc-describe-key):
10757         Set calc-summary-indentation even when Calc Summary buffer exists.
10759 2004-12-07  Glenn Morris  <gmorris@ast.cam.ac.uk>
10761         * calendar/holidays.el (holiday-easter-etc): Make arguments
10762         optional for backwards compatibility.  Doc fix.
10763         Remove un-necessary local vars mandatory, output-list.
10764         (holiday-advent): Make arguments optional for backwards
10765         compatibility.  Doc fix.
10767 2004-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10769         * paren.el (show-paren-function): Fix last change (2004-12-02).
10771         * international/mule-util.el (char-displayable-p): Return nil for
10772         unibyte mode.
10774         * subr.el (subregexp-context-p): New function.
10776         * isearch.el (isearch-quote-char): Use it.
10778         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
10779         (regexp-opt-not-groupie*-re): Remove.
10780         (regexp-opt): Properly handle inputs with duplicate entries.
10782 2004-12-06  Richard M. Stallman  <rms@gnu.org>
10784         * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
10786         * cus-edit.el (custom-file): Doc fix.
10788         * textmodes/org.el: New file.
10790 2004-12-06  Kenichi Handa  <handa@m17n.org>
10792         * ldefs-boot.el: Update international/mule-util.el section.
10794 2004-12-05  Sam Steingold  <sds@gnu.org>
10796         * net/tramp.el (tramp-handle-file-accessible-directory-p):
10797         Fix `tramp-time-diff' comparison logic.
10799 2004-12-05  Paul Pogonyshev  <pogonyshev@gmx.net>
10801         * progmodes/which-func.el (which-function):
10802         Use `run-hook-with-args-until-success' instead of a custom loop.
10803         Fixes bug with local hooks.
10805 2004-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10807         * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
10808         Use delete-dups when calculating the initial value.
10809         (bibtex-autokey-get-title): Use <=.
10810         (bibtex-goto-line): New function.
10811         (bibtex-reposition-window): Use line numbers instead of point
10812         positions.  Use window-body-height.
10813         (bibtex-find-crossref): Use bibtex-reposition-window.
10814         (bibtex-find-entry): Use bibtex-reposition-window.  Always return
10815         position of entry if key is found or nil if not found.
10817 2004-12-05  Richard M. Stallman  <rms@gnu.org>
10819         * cus-edit.el (custom-file): Doc fix.
10821         * progmodes/sh-script.el (sh-indent-for-then): Change default.
10823 2004-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10825         * simple.el (blink-matching-open):
10826         * textmodes/tex-mode.el (tex-validate-region):
10827         Obey syntax-table text properties.
10829 2004-12-02  Per Abrahamsen  <abraham@dina.kvl.dk>
10831         * wid-edit.el (widget-specify-field): Add `real-field' property to
10832         boundary.
10833         (widget-field-at): Use it.
10835 2004-12-02  Richard M. Stallman  <rms@gnu.org>
10837         * progmodes/cc-mode.el (awk-mode autoload):
10838         Supply t meaning interactive function.
10840         * isearch.el (search-whitespace-regexp): Remove the group.  Doc fix.
10841         (isearch-mode-map): No special definition for space.
10842         (isearch-whitespace-chars): Command deleted.
10843         (isearch-forward-regexp): Doc fix.
10844         (isearch-quote-char): When a space is not inside brackets,
10845         use `[ ]' instead of just space.
10846         (isearch-lazy-highlight-search): Bind search-spaces-regexp.
10848         * imenu.el (imenu--generic-function): Delete code to exclude
10849         matches in comments.
10851         * man.el (Man-reverse-face): Change default to `highlight'.
10853         * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
10854         (occur-engine): Use `face' prop rather than `font-lock-face'
10855         when specifying use of `match-face'.
10856         (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
10858         * emacs-lisp/elint.el (elint-standard-variables): Update list.
10860         * add-log.el (add-log-current-defun): Handle the case where point
10861         is in the header part of a DEFUN construct.
10863 2004-12-02  Dave Love  <fx@gnu.org>
10865         * progmodes/python.el (python-font-lock-syntactic-keywords):
10866         Fix previous change.
10868 2004-12-02  Richard G Bielawski  <Richard.G.Bielawski@wellsfargo.com>  (tiny change)
10870         * paren.el (show-paren-function): Check for matching chars
10871         specified by text props.
10873 2004-12-02  Jay Belanger  <belanger@truman.edu>
10875         * calc/calc.el (calc-read-key-sequence): Leave the old message visible
10876         when reading a new key sequence.
10878 2004-12-02  Kim F. Storm  <storm@cua.dk>
10880         * faces.el (escape-glyph): Rename from glyph.
10881         (standard-display-table): Set it here.  Add escape-glyph face to
10882         extra slot characters.
10884         * disp-table.el: Undo 2004-12-01 change.  Display table is now
10885         setup in faces.el.
10887 2004-12-02  Mark A. Hershberger  <mah@everybody.org>
10889         * xml.el (xml-parse-dtd): Don't show validity messages when
10890         xml-validating-parser is nil.
10891         (xml-substitute-special): Fix validity error messages to
10892         actually show the unexpandable entity.  Added validity error if &
10893         isn't followed by an entity.
10894         (xml-parse-tag): Concatenate any string following the a
10895         <![CDATA[]]> section to the parsed CDATA.
10896         (xml-parse-dtd): Skip parameter entity declarations and use of
10897         parameter entities.
10899 2004-12-01  Luc Teirlinck  <teirllm@auburn.edu>
10901         * kmacro.el (kmacro-default-counter-format): New var.
10902         (kmacro-set-format): Use it.  Delete `(printf format)' from prompt.
10903         (kmacro-display): Remove `nil' from `and' form.  Delete call to
10904         `format' inside `message'.
10905         (kmacro-start-macro): Use `kmacro-default-counter-format'.
10907 2004-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10909         * pcvs.el (cvs-header-msg): New function.
10910         (cvs-update-header): Use it.  Change calling convention.
10911         Correctly handle the case of having simultaneous active processes.
10912         (cvs-sentinel): Don't call cvs-update-header any more.
10913         (cvs-mode-run): Update call and add cvs-update-header to postproc.
10915 2004-12-01  Jay Belanger  <belanger@truman.edu>
10917         * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
10918         Change message.
10920 2004-12-01  Juri Linkov  <juri@jurta.org>
10922         * progmodes/prolog.el (prolog-mode-variables):
10923         Fix imenu-generic-expression.
10925 2004-12-01  Daniel Pfeiffer  <occitan@esperanto.org>
10927         * faces.el (glyph): New face.
10929         * disp-table.el: Add an autoloaded table, that doesn't require
10930         this library, with glyph face.
10932         * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
10933         (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
10934         (conf-quote-normal): Allow normalizing only ' or ".
10935         (conf-mode): Regexp-quote constructed comment-start and don't
10936         match section {} where "name" contains braces.
10938         * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
10939         files.
10941 2004-12-01  Kenichi Handa  <handa@m17n.org>
10943         * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
10944         (x-select-text): Don't treat eight-bit-control/graphic chars
10945         specially.  Store the encoded text in the X cut buffer.
10946         (x-cut-buffer-or-selection-value): Compare the X cut buffer text
10947         with x-last-selected-text-cut-encoded.
10949 2004-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10951         * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
10953 2004-11-30  Markus Rost  <rost@ias.edu>
10955         * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
10956         AUCTeX.
10958 2004-11-30  Jay Belanger  <belanger@truman.edu>
10960         * calc/calc-arith.el (math-possible-signs): Made stronger checks
10961         on signs of intervals.
10962         (math-pow-of-zero): Strengthen checks for positive and negative
10963         exponents.
10965         * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
10966         * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
10967         * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
10968         * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
10969         * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
10970         * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
10971         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
10972         * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
10973         * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
10974         * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
10975         * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
10976         * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
10977         * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
10978         with provide statements.
10980         * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
10982         * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
10984         * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
10985         (calc-load-everything, math-defsimplify): Replace dummy autoloading
10986         functions by require statements.
10987         (math-defsimplify): Move to calc-alg.el, add to autoloads.
10989         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
10990         (calc-gnuplot-print): Give them values.
10992         * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
10993         autoloads.
10994         Add calc-do-embedded-activate to autoloads.
10995         (calc-gnuplot-name, calc-gnuplot-plot-command)
10996         (calc-gnuplot-print-command): Move them to calc-graph.el.
10998 2004-11-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11000         * term/mac-win.el (ccl-encode-mac-roman-font)
11001         (ccl-encode-mac-cyrillic-font)
11002         (ccl-encode-mac-centraleuropean-font, encoder-list)
11003         (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
11004         Support Cyrillic, CentralEuropean, and Dingbat font display
11006 2004-11-30  Andre Spiegel  <spiegel@gnu.org>
11008         * vc-hooks.el (vc-recompute-state): Move here from vc.el.
11010         * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
11011         still nil.
11013 2004-11-29  Luc Teirlinck  <teirllm@auburn.edu>
11015         * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
11016         (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
11018 2004-11-29  Jay Belanger  <belanger@truman.edu>
11020         * calc/calc-arith.el (math-pow-of-zero): Take into account different
11021         cases of the base and exponent.
11023 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
11025         * simple.el (next-error-buffer-p): Allow for inclusive and
11026         exclusive tests for finding a buffer.
11027         (next-error-find-buffer): Pass the exclusive and inclusive tests
11028         to next-error-buffer-p.
11030         * replace.el (occur-next-error): Switch to the Occur buffer when
11031         appropriate, use the exclusive filter to next-error-find-buffer to
11032         do it.  Use the absolute value of the motion amount.
11034 2004-11-29  Kenichi Handa  <handa@m17n.org>
11036         * startup.el (command-line): Decode all default-directory by
11037         locale-coding-system.
11039 2004-11-29  Jay Belanger  <belanger@truman.edu>
11041         * calc/calc-aent.el: Remove unnecessary eval-when-compile.
11042         (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
11043         (math-read-expr-level, calc-check-user-syntax, math-read-factor):
11044         Replace calls to calc-extensions by appropriate require, replace
11045         calc-extensions-loaded by appropriate featurep.
11047         * calc/calc-ext.el: Move require to end of file.
11048         Remove redundant loading of calc.el.
11049         (calc-extensions-loaded): Remove unnecessary variable.
11050         (calc-extensions): Remove unnecessary function.
11051         (calc-load-everything): Replace calc-need-macros by appropriate require.
11053         * calc/calc-macs.el: Move provide to end of file.
11054         (calc-need-macros): Remove unnecessary function.
11056         * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
11057         (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
11058         (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
11059         Replace calc-extensions by appropriate require.
11060         (calc-power): Replace calc-extensions-loaded by appropriate featurep.
11062         * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
11063         Replace calc-need-macros by appropriate require.
11065         * calc/calc.el: Move require to end of file.
11066         (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
11067         Remove unnecessary variable.
11068         (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
11069         (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
11070         (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
11071         (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
11072         (math-stack-value-offset, math-format-value, math-format-flat-expr)
11073         (math-format-number, math-format-bignum, math-read-number)
11074         (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
11075         (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
11076         by appropriate require.
11077         (calc-check-defines): Replace calc-need-macros by appropriate require.
11079 2004-11-29  Kim F. Storm  <storm@cua.dk>
11081         * macros.el (insert-kbd-macro): Handle kmacro functions.
11083 2004-11-28  Juri Linkov  <juri@jurta.org>
11085         * compare-w.el (compare-windows-highlight): Attach each overlay
11086         to its window to properly highlight differences while comparing
11087         two windows of the same buffer.  Fix arguments.
11088         (compare-windows-sync-default-function): Fix arguments of
11089         `compare-windows-highlight'.
11091         * emacs-lisp/edebug.el (edebug-set-global-break-condition):
11092         Use `read-expression-history'.  Set initial contents only if
11093         `edebug-global-break-condition' is non-nil.  Set histpos to 1
11094         if initial contents is equal to the last history element.
11095         (edebug-set-conditional-breakpoint): Instead of temporarily
11096         prepending the current condition to the history, set initial
11097         contents to the current condition.  Set histpos to 1 if initial
11098         contents is equal to the last history element.
11100         * info.el (Info-search-whitespace-regexp): Remove shy group.
11101         (Info-search): Forward line if search is on the header line.
11102         Use search-whitespace-regexp in two other places.
11104 2004-11-27  Luc Teirlinck  <teirllm@auburn.edu>
11106         * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
11107         warning.  Delay real definition, which uses
11108         `set-fringe-indicators-1' till after the definition of that function.
11110 2004-11-28  Kim F. Storm  <storm@cua.dk>
11112         * fringe.el (fringe): New defgroup.
11113         (fringe-mode): Move to fringe group.
11114         (fringe-indicators): New defcustom.
11115         (set-fringe-indicators-1): New defun.
11117         * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
11118         (menu-bar-showhide-fringe-ind-menu): New keymap.
11119         (menu-bar-showhide-fringe-ind-empty)
11120         (menu-bar-showhide-fringe-ind-mixed)
11121         (menu-bar-showhide-fringe-ind-box)
11122         (menu-bar-showhide-fringe-ind-right)
11123         (menu-bar-showhide-fringe-ind-left)
11124         (menu-bar-showhide-fringe-ind-none): New defuns.
11125         (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
11127 2004-11-27  Richard M. Stallman  <rms@gnu.org>
11129         * comint.el (comint-read-noecho): Add trivial compatibility definition.
11131         * generic.el (define-generic-mode): Doc fix.
11133         * menu-bar.el (menu-bar-options-save): For the options
11134         that are toggled with menu-bar-make-mm-toggle, don't check
11135         for customized-value prop.
11137 2004-11-27  Eli Zaretskii  <eliz@gnu.org>
11139         * mail/supercite.el (sc-cite-region): Handle the case where
11140         sc-cite-frame-alist is a symbol.
11141         (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
11142         a symbol.
11143         (sc-recite-region): Handle the case where sc-recite-frame-alist is
11144         a symbol.
11146 2004-11-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
11148         * wid-edit.el (widget-narrow-to-field): New function.
11149         (widget-complete): Use it.
11151 2004-11-27  Jay Belanger  <belanger@truman.edu>
11153         * calc/calc-aent.el (calc-eval-error): Declare and initialize the
11154         variable.
11155         (calc-eval-error): Don't check if the variable calc-eval-error is bound.
11156         (calc-buffer, calc-digit-value, math-expr-data): Declare them.
11157         (math-alg-inequalities): Move declaration to earlier in the file.
11159         * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
11160         (calc-gnuplot-input, math-normalize-a, math-integral-cache):
11161         Declare them.
11163         * calc/calc-lang.el (math-expr-data, math-expr-token)
11164         (math-exp-old-pos): Declare them.
11166         * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
11167         (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
11169 2004-11-27  Kim F. Storm  <storm@cua.dk>
11171         * progmodes/flymake.el: Use (featurep 'xemacs).
11172         (flymake-makehash): Change to defsubst.  Use fboundp.
11173         (flymake-time-to-float): Remove.
11174         (flymake-float-time): Merge code from flymake-time-to-float here.
11175         (flymake-replace-regexp-in-string): Change to defsubst.
11176         (flymake-split-string-remove-empty-edges):
11177         Rename to flymake-split-string.
11178         (flymake-split-string): Remove previous defalias.
11179         (flymake-get-temp-dir): Change to defsubst.
11180         (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
11181         Define for xemacs only.
11182         (flymake-master-file-count-limit): Change into compiler defvar only.
11183         (flymake-find-possible-master-files): Let-bind it dynamically while
11184         sorting files using flymake-master-file-compare.
11186 2004-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11188         * font-lock.el (font-lock-compile-keywords): Don't complain if the end
11189         of defun-prompt-regexp matches inside a comment/string but the
11190         beginning is correctly outside everything.
11192         * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
11193         appears within a string or a comment.
11195         * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
11196         rather than make-symbol for symbols which are used in
11197         a symbol-macrolet or equivalent.
11199 2004-11-26  Jay Belanger  <belanger@truman.edu>
11201         * calc-misc.el (calc-last-why-command): Declare it.
11203         * calc-vec.el (math-grade-vec): New variable.
11204         (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
11205         Replace variable grade-vec by declared variable.
11206         (math-rb-close): New variable.
11207         (math-read-brackets, math-read-vector): Replace variable close by
11208         declared variable.
11210         * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
11211         (calc-one-window, calc-edit-handler, calc-restore-trail)
11212         (calc-allow-ret): Declare them.
11214         * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
11215         (math-lud-cache, math-log2-cache, math-radix-digits-cache)
11216         (math-radix-float-cache-tag, math-random-cache)
11217         (math-max-digits-cache, math-integral-cache, math-units-table)
11218         (math-format-date-cache, math-holidays-cache-tag): Declare them.
11219         (math-moc-func): New variable.
11220         (math-map-over-constants, math-map-over-constants-rec):
11221         Replace variable func by declared variable.
11223         * calc/calc-store.el (calc-given-value, calc-store-opers):
11224         Declare them.
11225         (calc-var-name-map): Move declaration to earlier in the file.
11226         (calc-pv-pos): New variable.
11227         (calc-permanent-variable, calc-insert-permanent-variable):
11228         Replace variable pos by declared variable.
11230         * calc/calc-mtx.el (calc-det-lu): New variable.
11231         (math-det-raw, math-det-step): Replace variable lu by declared variable.
11233         * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
11234         (math-multi-subst, math-multi-subst-rec): Replace variables temp
11235         and arg by declared variables.
11236         (calcFunc-reducer): Fix incorrect variable.
11237         (math-inner-mul-func, math-inner-add-func): New variables.
11238         (calcFunc-inner, math-inner-mats): Replace variables mul-func
11239         and add-func by declared variables.
11241         * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
11242         (calc-digit-value): Declare them.
11244         * calc/calc-help.el (Info-history): Declare it.
11245         (calc-describe-key): Make calc-summary-indentation a local variable.
11246         (calc-help-long-names): Move declaration to earlier in file.
11248         * calc/calc-embed.el (calc-original-buffer): Declare it.
11249         (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
11250         (calc-embed-bot): New variables.
11251         (calc-do-embedded, calc-embedded-mark-formula)
11252         (calc-embedded-find-bounds, calc-embedded-duplicate)
11253         (calc-embedded-new-formula, calc-embedded-make-info):
11254         Replace vars outer-top, outer-bot, bot and top by declared variables.
11255         (calc-embed-prev-modes): New variable.
11256         (calc-embedded-set-modes, calc-embedded-update): Replace variable
11257         prev-modes with declared variable.
11258         (calc-embed-vars-used): New variable.
11259         (calc-embedded-make-info, calc-embedded-evaluate-expr)
11260         (calc-embedded-update, calc-embedded-find-vars): Replace variable
11261         vars-used by declared variable.
11263         * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
11264         (math-format-radix-float): Remove unnecessary setq.
11265         (math-radix-float-cache): Declare it.
11267         * calc/calcsel2.el (calc-keep-selection): Declare it.
11269         * calc/calc-maint.el: Remove file.
11271 2004-11-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11273         * textmodes/bibtex.el (bibtex-sort-entry-class)
11274         (bibtex-comment-start): Use defcustom.
11275         (bibtex-entry-field-alist): Use nil if initial content of the
11276         field is undefined.  Fix docstring.
11277         (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
11278         (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
11279         (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
11280         (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
11281         Fix docstring.
11282         (bibtex-autokey-title-terminators): Use only one regexp.
11283         (bibtex-string-maybe-empty-head): New variable.
11284         (bibtex-remove-delimiters-string): New function.
11285         (bibtex-text-in-field-bounds, bibtex-text-in-string):
11286         Use bibtex-remove-delimiters-string.
11287         (bibtex-progress-message, bibtex-field-left-delimiter)
11288         (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
11289         (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
11290         (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
11291         Simplify.
11292         (bibtex-format-entry): Use save-excursion for inherited booktitle.
11293         Use eq and bibtex-remove-delimiters-string.  For end markers use
11294         insertion type so that marker stays after inserted text.
11295         (bibtex-autokey-get-names): Return empty string if name is missing.
11296         (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
11297         calling bibtex-autokey-name-case-convert.
11298         (bibtex-autokey-demangle-title):
11299         Call bibtex-autokey-titleword-case-convert.  Remove call to
11300         bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
11301         (bibtex-global-key-alist, bibtex-read-string-key): New functions.
11302         (bibtex-read-key): New optional arg global.
11303         (bibtex-files-expand): New optional arg force.
11304         (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
11305         (bibtex-complete-crossref-cleanup): Rename from
11306         bibtex-complete-key-cleanup.  Simplify code.
11307         (bibtex-copy-summary-as-kill): Remove arg key.  Use looking-at.
11308         Operate on current entry.
11309         (bibtex-button): Add docstring.
11310         (bibtex-entry): Simplify.
11311         (bibtex-make-field): Replace optional arg called-by-yank with more
11312         specific args move and interactive.
11313         (bibtex-end-of-entry): Use forward-sexp.
11314         (bibtex-find-entry-globally): Remove.
11315         (bibtex-find-crossref): Allow for crossref key located in other buffer.
11316         Bound to C-c C-x.
11317         (bibtex-find-entry): New optional args global and display.
11318         (bibtex-find-text): Fix docstring.  Remove arg as-if-interactive.
11319         (bibtex-validate): Use arg force of bibtex-files-expand.
11320         (bibtex-clean-entry): Bugfix, clean string entries properly.
11321         Always keep point at beginning of entry.
11322         (bibtex-complete): Bugfix.  Handle string entries properly.
11323         Call cleanup functions only if needed.
11324         (bibtex-String): Use bibtex-read-string-key.
11325         (bibtex-url): Use bibtex-remove-delimiters-string.  Do not alter
11326         case of replacement text.
11328 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
11330         * tramp.el (tramp-handle-directory-files-and-attributes): New function.
11331         (tramp-perl-directory-files-and-attributes): New constant.
11332         (tramp-file-name-handler-alist): Delete file-directory-files, add
11333         directory-files-and-attributes.
11334         (tramp-perl-file-attributes): Surround uid and gid by double
11335         quotes.  Change parameter id-format from nonnumeric.
11336         (tramp-convert-file-attributes): New function.
11337         (tramp-handle-file-attributes): Use it.
11338         (tramp-maybe-send-perl-script): New function.
11339         (tramp-handle-file-attributes-with-perl): Use it.  Don't convert
11340         file mode.  Change parameter id-format from nonnumeric.
11341         (tramp-handle-file-attributes-with-ls): Change parameter id-format
11342         from nonnumeric.
11343         (tramp-post-connection): Don't send tramp-perl-file-attributes
11344         script.  Reset connection property "perl-scripts".
11345         (tramp-handle-insert-directory): Run real handler when ls-lisp is
11346         in use.
11348 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
11350         * desktop.el (desktop-read): Replace mapcar with mapc.
11351         (desktop-create-buffer): Replace mapcar with mapc.
11352         Remove redundant piece of code.
11354 2004-11-27  Nick Roberts  <nickrob@snap.net.nz>
11356         * progmodes/gud.el (gud-display-line): Use display-buffer
11357         for GDB-UI as for GUD.
11359         * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
11360         Delete variables.
11361         (gdb-ann3): Don't make GUD buffer dedicated.
11362         (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
11363         (gdb-display-source-buffer): Delete function.
11364         (gdb-view-source-function, gdb-view-assembler): Delete functions.
11365         (menu): Delete menu bindings for viewing source/assembler.
11366         (gdb-setup-windows, gdb-restore-windows):
11367         Don't dedicate GUD.  No assembler now.
11368         (gdb-reset): No need to undedicate source buffers now.
11369         (gdb-source-info): No assembler now.
11371 2004-11-26  Nick Roberts  <nickrob@snap.net.nz>
11373         * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
11374         width to those for special frames.
11375         (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
11376         Use display-buffer.
11377         (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
11378         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
11379         (gdb-frame-assembler-buffer): Rework like
11380         gdb-frame-breakpoints-buffer.
11382 2004-11-25  Richard M. Stallman  <rms@gnu.org>
11384         * progmodes/flymake.el: Reindent.
11385         (flymake-split-string): Turn into defalias.
11386         (flymake-fix-file-name): Rename from flymake-fix-path-name.
11387         (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
11388         (flymake-get-common-file-prefix): Rename from ...path...  Doc fix.
11389         (flymake-build-relative-filename): Rename from ...path.
11390         Fix error message.
11392 2004-11-25  Cheng Gao  <chenggao@gmail.com>
11394         * progmodes/flymake.el: Much whitespace and capitalization change.
11395         Move `provide' to end.  Require `compile' only when compiling.
11397 2004-11-24  Jay Belanger  <belanger@truman.edu>
11399         * calc/calc-alg.el: Added comment.
11400         (math-polynomial-base): Replace variable mpb-top-expr by
11401         math-poly-base-top-expr.
11403         * calc/calc-poly.el (math-poly-base-top-expr): New variable.
11404         (math-polynomial-p1): Replace variable mpb-top-expr by declared
11405         variable.
11406         (math-poly-base-total-base): New variable.
11407         (math-total-polynomial-base, math-polynomial-p1): Replace variable
11408         mpb-total-base by declared variable.
11409         (math-factored-vars, math-to-list): Declare it.
11410         (math-fact-expr): New variable.
11411         (calcFunc-factors, calcFunc-factor, math-factor-expr)
11412         (math-factor-expr-try, math-factor-expr-part): Replace variable
11413         expr by declared variable.
11414         (math-fet-x): New variable.
11415         (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
11416         by declared variable.
11417         (math-factor-poly-coefs): Make temp a local variable.
11419         * calc/calc-units.el (calc-convert-units): Make units a local
11420         variable.
11421         (calc-num-units, calc-den-units): New variables.
11422         (calc-explain-units, calc-explain-units-rec): Replace variables
11423         num-units and den-units by declared variables.
11424         (math-cu-unit-list): New variable.
11425         (math-build-units-table, math-compare-unit-names)
11426         (math-convert-units, math-convert-units-rec): Replace variable
11427         unit-list by declared variable.
11428         (math-fbu-base, math-fbu-entry): New variables.
11429         (math-find-base-units, math-find-base-units-rec): Replace variables
11430         base and entry by declared variables.
11431         (math-which-standard): New variable.
11432         (math-to-standard-units, math-to-standard-rec): Replace variable
11433         which-standard by declared variable.
11434         (math-fcu-u): New variable.
11435         (math-find-compatible-unit, math-find-compatible-unit-rec):
11436         Replace variable u by declared variable.
11437         (math-cu-new-units, math-cu-pure): New variables.
11438         (math-convert-units, math-convert-units-rec): Replace variables
11439         new-units and pure by declared variables.
11440         (math-try-cancel-units): New variable.
11441         (math-simplify-units-quotient): Replace variable try-cancel-units by
11442         declared variable.
11444 2004-11-24  Richard M. Stallman  <rms@gnu.org>
11446         * textmodes/ispell.el (ispell-check-version):
11447         If default-directory is nonexistent, use home dir.
11449         * progmodes/grep.el (grep-regexp-alist):
11450         Don't match parens around line numbers.
11452         * progmodes/cperl-mode.el (cperl-indent-region)
11453         (cperl-imenu--create-perl-index, cperl-xsub-scan):
11454         Don't print progress messages.
11456         * progmodes/compile.el (compilation-mode-map):
11457         Don't inherit from compilation-minor-mode-map;
11458         copy its bindings instead.  But the menu bar Compile
11459         entry now does inherit from compilation-menu-map.
11461         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
11462         Use with-no-warnings around compiler-macroexpand.
11464         * imenu.el: Don't always require newcomment.
11465         (imenu--generic-function): Call comment-normalize-vars
11466         if we have a comment syntax.
11467         Exit the loop if REGEXP matches the null string.
11468         Test comment-start as well as comment-start-skip
11469         when deciding whether to check for comments.
11471         * tooltip.el (tooltip-mode): Doc fix.
11473         * term.el (term-escape-char, term-mode): Doc fixes.
11475 2004-11-24  Dave Love  <fx@gnu.org>
11477         * progmodes/python.el (python-font-lock-syntactic-keywords):
11478         Check for escapes in the regexp.
11479         (python-quote-syntax): Don't do it here.
11481 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
11483         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
11484         (gdb-frames-mode-map, gdb-threads-mode-map)
11485         (gdb-registers-mode-map, gdb-locals-mode-map)
11486         (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
11487         (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
11489         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
11490         (dedicated-switch-to-buffer): Rework.
11491         (gdb-var-evaluate-expression-handler, gdb-put-string):
11492         Remove unused variable bindings.
11493         (gdb-setup-windows, gdb-display-buffer):
11494         Simplify.  Use pop-to-buffer.
11495         (gdb-view-source-function): Simplify.
11496         (gdb-frame-breakpoints-buffer):
11497         Use pop-to-buffer, special-display-regexps.
11499 2004-11-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
11501         * progmodes/f90.el (f90-smart-end)
11502         (f90-previous-statement, f90-beginning-of-block): Doc fix.
11503         (f90-calculate-indent): Handle un-named PROGRAM blocks.
11504         (f90-end-of-block): Doc fix.  Make check of outermost block
11505         conditional on value of `f90-smart-end'.
11506         (f90-block-match): Hack to deal with un-named PROGRAM blocks.
11507         Handle case where END-BLOCK is nil.
11508         (f90-match-end): Handle un-named PROGRAM blocks.
11509         (f90-backslash-not-special): New function.
11511 2004-11-24  Jay Belanger  <belanger@truman.edu>
11513         * calc/calc.el (calc-embedded-active): Removed unnecessary
11514         declaration.
11515         (calc-show-banner): Removed redundant declaration.
11517         * calc/calc-graph.el (calc-gnuplot-default-device)
11518         (calc-gnuplot-default-output, calc-gnuplot-print-device)
11519         (calc-gnuplot-print-output, calc-gnuplot-geometry)
11520         (calc-graph-default-resolution, calc-graph-default-resolution-3d):
11521         Remove redundant initial values.
11523         * calc/calc-arith.el (math-scalar-functions)
11524         (math-nonscalar-functions, math-scalar-if-args-functions)
11525         (math-real-functions, math-positive-functions)
11526         (math-nonnegative-functions, math-real-scalar-functions)
11527         (math-real-if-arg-functions, math-integer-functions)
11528         (math-num-integer-functions, math-rounding-functions)
11529         (math-float-rounding-functions, math-integer-if-args-functions)
11530         (math-super-types): Move declarations to earlier in file.
11531         (math-unit-prefixes): Declared it.
11532         (math-floor-prec, math-trunc-prec): New variables.
11533         (math-trunc-fancy): Replace variable prec by declared variable.
11534         (math-floor-fancy): Replace variable prec by declared variable.
11535         (math-com-bterms): New variable.
11536         (math-commutative-equal, math-commutative-collect):
11537         Replace variable bterms by declared variable.
11539         * calc/calc-misc.el (math-trunc): Replace variable prec by
11540         math-trunc-prec.
11541         (math-floor): Replace variable prec by math-floor-prec.
11543         * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
11544         (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
11545         (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
11546         (math-format-date, math-format-date-part): Replace variables
11547         date, dt, year, month, day, weekday, hour, minute, second and
11548         bc-flag by declared variables.
11549         (math-pd-str): New variable.
11550         (math-parse-date, math-parse-date-word, math-parse-standard-date):
11551         Replace variable str by declared variable.
11552         (math-daylight-savings-hook, math-tzone-names): Move definitions
11553         to earlier in the file.
11554         (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
11555         (math-sh-year): New variable.
11556         (math-setup-add-holidays, math-setup-holidays)
11557         (math-setup-year-holidays): Replace variable `year' by declared
11558         variable.
11560         * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
11561         New variables.
11562         (math-nth-root-float, math-nth-root-float-iter): Replace variables
11563         n, nf and nfm1 by declared variables.
11564         (math-nri-n): New variable.
11565         (math-nth-root-integer, math-nth-root-int-iter): Replace variable
11566         n by declared variable.
11567         (calcFunc-log): Removed misplaced condition.
11569 2004-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11571         * generic.el (generic-mode-set-comments): Accept an empty comment-end.
11573 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
11575         * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
11576         (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
11577         Dedicate gdb-related windows.
11578         (gdb-display-buffer): Dedicate gdb-related windows.
11579         Don't grab other frames.
11580         (gdb-reset): Remove dedicated property after debugging.
11582 2004-11-24  Jay Belanger  <belanger@truman.edu>
11584         * calc/calc-sel.el: Add comment.
11586         * calc/calc.el (math-stack-value-offset): Replace variables c,
11587         wid and off with math-svo-c, math-svo-wid and math-svo-off.
11589         * calc/calccomp.el (math-comp-sel-tag): Declare it.
11590         (math-svo-c, math-svo-wid, math-svo-off): New variables.
11591         (math-stack-value-offset-fancy): Replace variables c, wid and off
11592         by declared variables.
11593         (math-comp-just, math-comp-comma-spc): New variables.
11594         (math-compose-expr, math-compose-matrix): Replace variables `just'
11595         and comma-spc by declared variable.
11596         (math-comp-vector-prec): New variable.
11597         (math-compose-expr, math-compose-matrix, math-compose-rows):
11598         Replace variable vector-prec by declared variable.
11599         (math-comp-left-bracket, math-comp-right-bracket)
11600         (math-comp-comma): New variables.
11601         (math-compose-expr, math-compose-rows): Replace variables
11602         left-bracket, right-bracket and comma by declared variables.
11603         (math-comp-full-width): New variable.
11604         (math-comp-to-string-flat, math-comp-to-string-flat-term):
11605         Replace variable full-width by declared variable.
11606         (math-comp-highlight, math-comp-word, math-comp-level)
11607         (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
11608         (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
11609         New variables.
11610         (math-comp-to-string-flat, math-comp-to-string-flat-term)
11611         (math-comp-sel-flat-term): Replace variables comp-highlight,
11612         comp-word, comp-level, comp-margin, comp-pos and comp-buf by
11613         declared variables.
11614         (math-comp-simplify, math-comp-simplify-term)
11615         (math-comp-add-string, math-comp-add-string-sel):
11616         Replace variables comp-highlight, comp-buf, comp-base,
11617         comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
11619 2004-11-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11621         * cus-start.el (all): Add x-use-old-gtk-file-dialog.
11623         * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
11624         and x-server-version may throw.
11626 2004-11-23  Kim F. Storm  <storm@cua.dk>
11628         * subr.el (substitute-key-definition-key): Optimize.
11629         Don't call indirect-function for nil defn (always signals error).
11631         * ido.el (ido-read-internal): Fix require-match check when
11632         ido-directory-too-big is set.
11634 2004-11-23  Jay Belanger  <belanger@truman.edu>
11636         * calc/calc-ext.el (math-read-replacement-list)
11637         (math-read-superscripts): New variables.
11638         (math-read-preprocess-string): New function.
11639         (math-read-expr): Filter input through math-read-preprocess-string.
11641         * calc/calc-aent.el (math-read-exprs): Filter input through
11642         math-read-preprocess-string.
11644 2004-11-23  Daniel Pfeiffer  <occitan@esperanto.org>
11646         * progmodes/compile.el (compilation-start): In cd command use
11647         substitute-env-vars -- not quite shell compatible but better than
11648         nothing.
11649         (compilation-error-regexp-alist-alist): Simplify ftnchek to only
11650         handle the newer versions messages, which are more parseable.
11652 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11654         * reveal.el (reveal-mode-map): New var.
11655         (reveal-mode): Use it.
11657 2004-11-23  Nick Roberts  <nickrob@snap.net.nz>
11659         * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
11660         (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
11662 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11664         * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
11665         header-line when needed.
11666         Use fixed-pitch only in the header-line.
11667         Build the underline automatically.  Use emdash if available.
11669 2004-11-22  Richard M. Stallman  <rms@gnu.org>
11671         * dired.el (dired-recursive-copies): Move from dired-aux.el.
11672         * dired-aux.el (dired-recursive-copies): Move to dired.el.
11674 2004-11-22  Nick Roberts  <nickrob@snap.net.nz>
11676         * progmodes/gdb-ui.el (gdb-resync): New function.
11677         (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
11678         (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
11679         Use it to fail more gracefully.
11680         (gdb-variables): Delete variable.
11681         Re-order variables to reduce byte-compiler warnings.
11683 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11685         * descr-text.el (describe-char):
11686         * paren.el (show-paren-function):
11687         * subr.el (syntax-after): Undo last change.
11689         * progmodes/python.el (run-python): Don't hard code *Python*.
11690         Don't modify global process-environment.
11691         (python-send-region, python-load-file): Don't assume that
11692         python-buffer == (process-buffer (python-proc)).
11693         (python-switch-to-python): Simplify.
11695         * dired.el (dired-align-file): Don't assume line starts with spaces.
11697 2004-11-21  Jay Belanger  <belanger@truman.edu>
11699         * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
11700         Replace variable `lines' by math-read-big-lines.
11701         (math-read-big-expr): Replace variables the-baseline, the-h2
11702         and err-msg by math-read-big-baseline, math-read-big-h2 and
11703         math-read-err-msg.
11704         (math-read-big-bigp): Replace variable h2 with math-rb-h2.
11706         * calc/calc-lang.el (math-read-big-rec): Fix typo.
11707         (math-read-big-balance): Replace unbound variable by value.
11708         (math-read-big-lines): New variable.
11709         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
11710         (math-read-big-error, math-read-big-balance): Replace variable
11711         `lines' by declared variable.
11712         (math-read-big-baseline, math-read-big-h2): New variables.
11713         (math-read-big-rec): Replace variables the-baseline and the-h2
11714         by declared variables.
11715         (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
11716         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
11717         (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
11718         declared variables.
11719         (math-read-big-err-msg): New variable.
11720         (math-read-big-error): Replace variable err-msg by declared variable.
11722 2004-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11724         * ses.el: Add coding cookie.
11725         Fix up docstrings, follow new commenting conventions.
11726         (ses-header-line-menu): Fix missing variable rename for header-row.
11727         (ses-cell-size): Remove.
11728         (ses-make-cell): New function.
11729         (ses-cell, ses-insert-row, ses-insert-column): Use it.
11730         (ses-calculate-cell): Remove unused var `symbol'.
11731         (ses-narrowed-p): New function.
11732         (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
11733         (ses-initial-file-trailer): Change ;;; to ;; for local vars.
11734         (ses-load, ses-reconstruct-all): Adjust string search accordingly.
11735         (ses-setup): Use restore-buffer-modified-p.
11736         (ses-cleanup): Remove unused var `end'.
11737         (ses-header-string-left-offset): Remove.
11738         (ses-create-header-string): Adjust to new behavior of `align-to'.
11739         Truncate excessively large fields to preserve alignment.
11740         (ses-reconstruct-all): Remove unused var `refs'.
11741         (ses-read-cell-printer): Remove unused var `prompt'.
11742         (ses-delete-row): Remove unused var `pos'.
11743         (ses-delete-column): Remove unused var `new'.
11745 2004-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11747         * ps-print.el: Insert :version tag into all defgroup and defcustom.
11748         Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
11749         Eliminate eval-and-compile usage.
11750         (ps-insert-file): Use insert-file-contents instead of insert-file.
11751         (ps-setup): Code fix.
11753         * printing.el (pr-setup, lpr-setup): Code fix.
11755 2004-11-21  Jay Belanger  <belanger@truman.edu>
11757         * calc/calc-prog.el (math-integral-cache-state, calc-lang)
11758         (calc-original-buffer): Declare them.
11759         (calc-user-formula-alist): New variable.
11760         (calc-user-define-formula, calc-fix-user-formula)
11761         (calc-user-define-composition, calc-finish-formula-edit):
11762         Replace variable `alist' by declared variable.
11763         (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
11764         (var-q7, var-q7, var-q8, var-q9): Declare them.
11765         (calc-kbd-push): Don't check to see if var-q0 through var-q9
11766         are bound.
11767         (calcFunc-typeof): Replace undeclared variable by expression.
11768         (math-exp-env): New variable.
11769         (math-define-body, math-define-exp): Replace exp-env by declared var.
11770         (math-define-exp): Replace misplaced variable by expression.
11772         * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
11773         (calc-curve-model, calc-curve-coefnames): New variables.
11774         (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
11775         varnames, model and coefnames by declared variables.
11776         (math-root-widen): New variable.
11777         (math-search-root, math-find-root): Replace variable root-widen by
11778         declared variable.
11779         (var-DUMMY): Declare it.
11780         (math-root-vars, math-min-vars): Move the declarations to earlier in
11781         the file.
11782         (math-brent-min): Make d a local variable.
11783         (math-find-minimum): Replace non-existent variable.
11784         (math-ninteg-romberg): Remove unnecessary variable.
11785         (math-ninteg-temp): New variable.
11786         (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
11787         integ-temp by declared variable.
11788         (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
11789         New variables.
11790         (math-general-fit): Replace variables first-var, first-coef and
11791         new-coefs by declared variables.
11792         (calcFunc-fitvar): Replace variable first-var by declared variable.
11793         (calcFunc-fitparam): Replace variable first-coef by declared variable.
11794         (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
11795         (math-all-vars-vars, math-all-vars-found): New variables.
11796         (math-all-vars-in, math-all-vars-rec): Replace variables vars and
11797         found by declared variable math-all-vars-vars.
11799 2004-11-20  Luc Teirlinck  <teirllm@auburn.edu>
11801         * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
11802         of `defconst'.
11804 2004-11-20  Richard M. Stallman  <rms@gnu.org>
11806         * isearch.el (isearch-mode-map): Don't bind SPC.
11807         (isearch-whitespace-chars): Function deleted.
11808         (isearch-search): Bind search-spaces-regexp.
11809         (isearch-lazy-highlight-search): Likewise.
11810         (search-whitespace-regexp): Doc fix.
11811         (isearch-forward-regexp): Doc fix.
11813         * emacs-lisp/bytecomp.el (byte-compile-form):
11814         Move the calls to byte-compile-set-symbol-position,
11815         to avoid having two for the same symbol occurrence.
11817         * comint.el (comint-input-ring-size): Increase to 150.
11819         * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
11820         New variables.
11821         (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
11822         (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
11824         * imenu.el (imenu--generic-function):
11825         Ensure we keep moving backward even if BEG isn't further back.
11827         * replace.el (query-replace-read-to, query-replace-read-from):
11828         Specify t for KEEP-ALL in read-from-minibuffer.
11830         * progmodes/python.el (python-switch-to-python):
11831         If Python isn't running, start it.
11832         Don't alter debug-ignored-errors.
11834         * progmodes/cperl-mode.el (cperl-indent-region):
11835         Don't mind imenu-scanning-message.
11837         * bindings.el (global-map): Bind C-e to move-end-of-line.
11839         * simple.el (line-move-finish): New arg FORWARD.
11840         Ignore invisible newlines, not intangible ones.
11841         Conditions for acceptable stopping positions depend on FORWARD.
11842         (line-move): Pass FORWARD arg to line-move-finish.
11844         * buff-menu.el (list-buffers-noselect): Eliminate space at the start
11845         of HEADER.  Compensate for this change in the code to add display
11846         properties.  Don't make the first line intangible.
11848         * info.el (Info-search): Fix previous change.
11850 2004-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
11852         * Makefile.in (recompile): Revert 2004-11-19 change.
11853         (compile): Likewise.
11855 2004-11-19  Luc Teirlinck  <teirllm@auburn.edu>
11857         * Makefile.in (compile): Set `max-specpdl-size' before compiling.
11859 2004-11-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11861         * progmodes/ebnf2ps.el: Fix typos.  Insert :version tag into all
11862         defgroup and defcustom.  Eliminate eval-and-compile usage.
11864         * progmodes/ebnf-otz.el: Fix typos.
11866 2004-11-19  Jay Belanger  <belanger@truman.edu>
11868         * calc/calc-yank.el (calc-edit-disp-trail): New variable.
11869         (calc-edit-finish, calc-finish-stack-edit): Replace variable
11870         disp-trail by declared variable.
11872         * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
11873         (calc-finish-selection-edit): Replace variable disp-trail by
11874         declared variable.
11875         (calc-selection-cache-entry): Move declaration to earlier in the file.
11876         (calc-selection-cache-num, calc-selection-cache-comp)
11877         (calc-selection-cache-offset, calc-selection-true-num)
11878         (calc-final-point-line, calc-final-point-column)
11879         (calc-original-buffer): Declare them.
11880         (calc-fnp-op, calc-fnp-num): New variables.
11881         (calc-find-nth-part, calc-find-nth-part-rec)
11882         (calc-select-previous): Replace op and num by declared variables.
11883         (calc-rsf-old, calc-rsf-new): New variables.
11884         (calc-replace-sub-formula, calc-replace-sub-formula-rec):
11885         Replace variables old and new by declared variables.
11886         (calc-sel-reselect): New variable.
11887         (calc-auto-selection, calc-enter-selection, calc-edit-selection)
11888         (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
11889         (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
11890         reselect with declared variable.
11892         * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
11893         (math-bound-vars, math-conds, math-copy-neg, math-rhs)
11894         (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
11895         (math-import-list, math-rewrite-phase): Declare them.
11896         (math-rewrite): Use let* to declare variables.
11897         (calc-rewrite-selection): Make rules a local variable.
11898         (calc-rewr-sel): New variable.
11899         (calc-rewrite-selection, calc-locate-selection-marker)
11900         (calc-rewrite): Use the declared variable calc-rewr-sel instead
11901         of sel.
11902         (math-rewrite-whole-expr): New variable.
11903         (math-rewrite, math-rewrite-phase): Replace variable expr by
11904         declared variable.
11905         (math-rewrite-heads-heads, math-rewrite-heads-skips)
11906         (math-rewrite-heads-blanks ): New variables.
11907         (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
11908         heads, skips and blanks by declared variables.
11909         (math-rwcomp-subst-old, math-rwcomp-subst-new)
11910         (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
11911         New variables.
11912         (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
11913         old, new, old-func and new-func by declared variables.
11914         (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
11915         Remove unnecessary variable.
11916         (math-apply-rw-regs): New variable.
11917         (math-apply-rewrites, math-rwapply-replace-regs)
11918         (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
11919         (math-apply-rw-ruleset): New variable.
11920         (math-apply-rewrites, math-rwapply-remember): Replace variable
11921         ruleset by declared variable.
11923 2004-11-19  Richard M. Stallman  <rms@gnu.org>
11925         * info.el (Info-search): Use search-whitespace-regexp.
11927 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
11929         * vc-rcs.el (vc-rcs-parse): New function.
11930         (vc-rcs-annotate-command): Likewise.
11931         (vc-rcs-annotate-current-time): Likewise.
11932         (vc-rcs-annotate-time): Likewise.
11933         (vc-rcs-annotate-extract-revision-at-line): Likewise.
11935 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
11937         * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
11939 2004-11-18  Jay Belanger  <belanger@truman.edu>
11941         * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
11943 2004-11-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11945         * printing.el: Eliminate use of interactive-p and eval-and-compile.
11946         Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
11947         Use make-temp-file to generate PostScript files in any situation.
11948         (pr-ps-temp-file): Now specify a prefix to generate temporary files.
11949         (pr-interactive-p): Eliminate var.
11950         (pr-save-interactive): Eliminate macro.
11951         (pr-interface, pr-ps-directory-preview)
11952         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
11953         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
11954         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
11955         (pr-ps-buffer-ps-print, pr-ps-region-preview)
11956         (pr-ps-region-using-ghostscript, pr-ps-region-print)
11957         (pr-ps-region-ps-print, pr-ps-mode-preview)
11958         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
11959         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
11960         (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
11961         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
11962         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
11963         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
11964         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
11965         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
11966         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
11967         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
11968         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
11969         (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
11970         Eliminate pr-save-interactive usage.
11971         (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
11972         Eliminate pr-interactive-p usage.
11973         (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
11974         (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
11975         (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
11976         (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
11977         (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
11978         (pr-toggle-header-menu, pr-toggle-header-frame-menu)
11979         (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
11980         New funs.
11981         (pr-ps-file): Use make-temp-file to generate a temporary file.
11983 2004-11-17  Jay Belanger  <belanger@truman.edu>
11985         * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
11986         a local variable.
11987         (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
11988         (math-top-only): New variable.
11989         (math-simplify, math-simplify-step): Replace variable top-only by
11990         declared variable math-top-only.
11991         (math-simplify-expr): Declare it.
11992         Replace argument expr in all calls of math-defsimplify by
11993         math-simplify-expr.
11994         (math-simplify-plus, math-simplify-times, math-simplify-divide)
11995         (math-simplify-divisor, math-simplify-one-divisor)
11996         (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
11997         (math-simplify-pow): Replace variable expr by declared variable
11998         math-simplify-expr.
11999         (math-simplify-divisor): Remove local variables temp and op.
12000         (math-simplify-one-divisor): Make temp and op local variables.
12001         (math-simplify-divisor-nover, math-simplify-divisor-dover):
12002         New variables.
12003         (math-simplify-divisor, math-simplify-one-divisor):
12004         Replace variables nover and dover by declared variables.
12005         (math-expr-subst-new, math-expr-subst-old): New variables.
12006         (math-expr-subst, math-expr-subst-rec): Replace variables new
12007         and old by declared variables.
12008         (math-is-poly-degree, math-is-poly-loose): New variables.
12009         (math-is-polynomial, math-is-poly-rec): Replace variables degree
12010         and loose by declared variables.
12011         (math-poly-base-const-ok, math-poly-base-pred): New variables.
12012         (math-polynomial-base, math-polynomial-base-rec):
12013         Replace variables const-ok and mpb-pred by declared variables.
12015         * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
12017         * calc/calc-ext.el (math-defsimplify): Change the argument in
12018         the created function to math-simplify-expr.
12020         * calc/calc-units.el (math-simplify-expr): Declare it.
12021         Replace argument expr in all calls of math-defsimplify by
12022         math-simplify-expr.
12023         (math-simplify-units-prod): Replace variable expr by declared
12024         variable math-simplify-expr.
12026 2004-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12028         * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
12029         Replace mapcar->dolist, format->string.
12031 2004-11-17  Miles Bader  <miles@gnu.org>
12033         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
12034         * progmodes/idlwave.el: Remove RCS keywords.
12036 2004-11-17  J.D. Smith  <jdsmith@as.arizona.edu>
12038         * progmodes/idlwave.el, progmodes/idlw-toolbar.el
12039         * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
12040         Update to IDLWAVE version 5.5.  Too many changes to list them here.
12041         * progmodes/idlw-help.el: New file.
12043 2004-11-16  Richard M. Stallman  <rms@gnu.org>
12045         * international/iso-cvt.el (iso-tex2iso-trans-tab):
12046         Discard spaces after \i according to TeX rules.
12048         * international/mule.el (set-buffer-file-coding-system):
12049         New arg NOMODIFY.
12050         (after-insert-file-set-coding): Pass that new arg.
12051         Prevent set-buffer-multibyte from trying to lock the file.
12053         * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
12055         * saveplace.el (save-place): Doc fix.
12057         * dabbrev.el (dabbrev-expand): When handling SPC M-/,
12058         temporarily widen before finding the following word to copy.
12060         * emacs-lisp/lucid.el (map-keymap): Definition deleted.
12061         (cl-map-keymap): Definition deleted.
12063         * subr.el (map-keymap-internal): New function.
12065 2004-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12067         * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
12068         when pressing rather than when releasing mouse-2.  Simplify.
12070 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12072         * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
12073         (compilation-mode): Set it here instead.
12075         * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
12077         * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
12078         (loop, cl-parse-loop-clause, defsetf): Use backquote.
12080 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12082         * progmodes/compile.el (compilation-internal-error-properties):
12083         Fix up a transposition-typo.  Check end-col before using it.
12085 2004-11-14  Frederic Han  <han@math.jussieu.fr>  (tiny change)
12087         * international/iso-cvt.el (iso-tex2iso-trans-tab):
12088         Discard whitespace after macro \i when converting it.
12090 2004-11-16  Juri Linkov  <juri@jurta.org>
12092         * emacs-lisp/find-func.el (find-function-regexp):
12093         Optimize `define-minor-mode'.  Add `defun-cvs-mode'.
12094         Add `deffoo'.  Add `f' to [^cgv] to exclude `defface'.
12095         Remove invalid `\W' from [^cgv\W].  Doc fix.
12096         (find-function-search-for-symbol): Replace "\\>" with "\\_>".
12098 2004-11-15  Luc Teirlinck  <teirllm@auburn.edu>
12100         * play/life.el: Maintainer is now FSF.
12101         (life-patterns, life-neighbor-deltas, life-window-start)
12102         (life-current-generation, life-generation-string): Use defvar
12103         instead of defconst.
12105 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12107         * progmodes/compile.el (compilation-move-to-column): New fun.
12108         (compilation-internal-error-properties)
12109         (compilation-next-error-function): Use it to make sure we don't go past
12110         the end of line.
12112 2004-11-15  John Paul Wallington  <jpw@gnu.org>
12114         * autoinsert.el (auto-insert-alist): Insert the user's name in
12115         copyright notice, rather than Free Software Foundation, for the
12116         Emacs Lisp header case too.
12118 2004-11-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12120         * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
12121         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
12122         (pr-switches-string): If SWITCHES is nil, return nil.  Otherwise,
12123         return the list of string in a string.
12124         (pr-call-process): Message if calling process returns an error, that
12125         is, the exit status is different of zero.
12127 2004-11-15  Jay Belanger  <belanger@truman.edu>
12129         * calc/calcalg2.el (math-integrate-by-parts): Remove unused
12130         variable var-thing.
12131         (math-integ-depth, math-integ-level, math-integral-limit)
12132         (math-enable-subst, math-any-substs, math-integ-msg)
12133         (math-prev-parts-v, math-good-parts, math-max-integral-limit)
12134         (math-int-threshold, math-int-factors, math-double-roots)
12135         (math-solve-simplifying, var-IntegLimit, math-solve-sign)
12136         (var-GenCount): Declare these variables.
12137         (calcFunc-integ): Don't check if var-IntegLimit is bound.
12138         (math-integral-cache, math-integral-cache-state):
12139         Move declarations to earlier in the file.
12140         (math-deriv-var, math-deriv-total, math-deriv-symb)
12141         (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
12142         (math-so-far, math-integ-expr, math-expr-parts, calc-low)
12143         (calc-high, math-solve-var, math-solve-full, math-solve-vars)
12144         (math-try-solve-sign, math-solve-b, math-solve-system-vv)
12145         (math-solve-res): New variables
12146         (math-derivative, calcFunc-deriv, calcFunc-tderiv)
12147         (math-integral, math-replace-integral-parts)
12148         (math-integrate-by-parts, calc-dump-integral-cache)
12149         (math-try-integral, math-do-integral, math-do-integral)
12150         (math-do-integral-methods, math-try-solve-for)
12151         (math-try-solve-prod, math-solve-poly-funny-powers)
12152         (math-solve-crunch-poly, math-decompose-poly)
12153         (math-solve-find-root-term, math-find-root-in-prod)
12154         (math-integ-try-linear-substitutions)
12155         (math-integ-try-substitutions, math-expr-rational-in)
12156         (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
12157         (math-solve-prod, math-solve-quartic, math-poly-all-roots)
12158         (math-solve-for, math-solve-system, math-solve-system-rec)
12159         (math-solve-get-sign, math-solve-get-int)
12160         (math-solve-system-subst): Replace undeclared variables with newly
12161         declared variables.
12163 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12165         * winner.el (winner-active-region, winner-edges, winner-window-list):
12166         Define at toplevel.
12167         (winner-mode-map): Move init inside declaration.
12169 2004-11-14  Luc Teirlinck  <teirllm@auburn.edu>
12171         * files.el (convert-standard-filename): Doc fix.
12173 2004-11-14  Daniel Pfeiffer  <occitan@esperanto.org>
12175         * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
12176         passwd, group, shadow, default/* and pam.d/*.
12178 2004-11-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12180         * printing.el (pr-menu-spec): Adjust menu specification.
12182 2004-11-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12184         * printing.el: Doc fix.  Insert :version tag into all defcustom.
12185         Handle interactive-p as is recommended in Emacs Lisp Reference.
12186         Set the file permission bits for newly created files.
12187         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
12188         The printing menu specification (in `pr-menu-spec') was merged.
12189         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12190         (pr-version): New version number (6.8.3).
12191         (pr-file-modes): New option.
12192         (pr-interactive-p): New var.
12193         (pr-save-interactive, pr-save-file-modes): New macros.
12194         (pr-setup): Code fix.
12195         (pr-menu-spec): Menu specification merged.
12196         (pr-call-process, pr-text2ps): Set file permission bits.
12197         (pr-despool-print): Set file permission bits.  Handle interactive-p as
12198         is recommended.
12199         (pr-interface, pr-ps-directory-preview)
12200         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
12201         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
12202         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
12203         (pr-ps-buffer-ps-print, pr-ps-region-preview)
12204         (pr-ps-region-using-ghostscript, pr-ps-region-print)
12205         (pr-ps-region-ps-print, pr-ps-mode-preview)
12206         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
12207         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
12208         (pr-despool-using-ghostscript, pr-despool-ps-print)
12209         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
12210         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
12211         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
12212         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
12213         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
12214         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
12215         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
12216         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
12217         (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
12218         (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
12219         Handle interactive-p as is recommended.
12221 2004-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12223         * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
12224         (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
12226         * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
12227         so it doesn't forget to highlight the beginning of the region either.
12229 2004-11-13  Daniel Pfeiffer  <occitan@esperanto.org>
12231         * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
12232         (c-font-lock-init): Eliminate obsolete make-local-hook.
12233         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
12234         (awk-mode): Use run-mode-hooks.
12236         * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
12238 2004-11-13  Kim F. Storm  <storm@cua.dk>
12240         * mouse.el (mouse-drag-copy-region): Add :version.
12241         (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
12242         while dragging mode line, so mode line can be dragged downwards.
12243         (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
12244         while pressing mouse button so window doesn't scroll until we
12245         release the mouse if clicking on partially visible line.
12247 2004-11-12  Jay Belanger  <belanger@truman.edu>
12249         * calc/calc-graph.el (calc-dumb-map): Declare it.
12250         (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
12251         than unbound.
12252         (calc-graph-name): Made `end' a local variable.
12253         (calc-graph-lookup): Made `varname' a local variable.
12254         (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
12255         Declare them.
12256         (calc-graph-format-data): Don't check if var-PlotRejects is bound.
12257         (calc-graph-plot, calc-graph-compute-3d): Remove references to
12258         the unused variable y3vec.
12259         (calc-graph-show-dumb): Remove reference to unused variable found-pt.
12260         (calc-graph-kill-hook, calc-graph-plot): Remove reference to
12261         calc-graph-prev-kill-hook.
12262         (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
12263         (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
12264         (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
12265         (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
12266         (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
12267         (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
12268         (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
12269         (calc-graph-y3value, calc-graph-y3name)
12270         (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
12271         (calc-graph-stepcount, calc-graph-is-splot)
12272         (calc-graph-surprise-splot, calc-graph-blank)
12273         (calc-graph-non-blank, calc-graph-curve-num): New variables.
12274         (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
12275         (calc-graph-recompute-2d, calc-graph-compute-3d)
12276         (calc-graph-format-data): Replace undeclared variables with the
12277         above newly declared variables.
12279 2004-11-12  Diane Murray  <dsm@muenster.de>  (tiny change)
12281         * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
12282         `rsf-beep' and `rsf-sleep-after-message'.
12284         * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
12285         list if `message-sender' is non-nil.
12287 2004-11-12  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
12289         * desktop.el (desktop-create-buffer, desktop-save): Avoid some
12290         consing by using mapc instead of mapcar.
12292 2004-11-12  Nick Roberts  <nickrob@snap.net.nz>
12294         * tooltip.el (require): Explain why CL is needed.
12296 2004-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12298         * printing.el: Insert :version into defgroup (printing).  All reference
12299         to Files option in menubar were changed to File.
12300         (pr-version): New version number (6.8.2).
12301         (pr-get-symbol): Call easy-menu-intern.
12302         (pr-region-active-p): Now is a fun (it was defsubst).  To avoid
12303         compilation gripes.
12305 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12307         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
12308         new byte-compile-function-environment binding to t.
12310         * font-lock.el (font-lock-fontify-syntactically-region):
12311         Don't forget to highlight the last char when we hit `end'.
12313         * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
12314         (mwheel-scroll): Adjust accordingly.
12316         * cvs-status.el: Reduce spurious warnings.
12317         (cvs-status-checkout): Remove.
12318         (cvs-status-mode-map): Use cvs-mode-checkout instead.
12320         * pcvs.el (cvs-mode-checkout): New command.
12322         * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
12324         * tooltip.el: Require CL.
12326         * emacs-lisp/bytecomp.el: Use push.
12327         (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
12328         (defalias): Remove the `byte-compile' property and add
12329         a `byte-hunk-handler'.
12331 2004-11-11  Juri Linkov  <juri@jurta.org>
12333         * info.el (Info-search): Save match data for isearch.
12334         Skip Tag Table node.
12336         * descr-text.el (describe-char): Replace syntax-after with code
12337         from its previous version.
12339         * files.el (magic-mode-alist): Use optimization for SGML mode too.
12340         (set-auto-mode): Doc fix.  Remove unused variable `xml'.
12342         * international/mule.el (sgml-html-meta-auto-coding-function):
12343         Remove > after <html to allow HTML attributes.
12345 2004-11-11  Jay Belanger  <belanger@truman.edu>
12347         * calc/calc-comb.el (math-prime-factors-finished): Declare it as
12348         a variable.
12349         (calcFunc-dfac): Replace unbound max by n.
12350         (math-stirling-local-cache): New variable.
12351         (math-stirling-number, math-stirling-1, math-stirling-2):
12352         Replace the variable `cache' by the declared variable
12353         math-stirling-local-cache.
12354         (var-RandSeed): Declare it as a variable.
12355         (math-init-random-base, math-random-digit): Don't check to see if
12356         var-RandSeed is bound.
12357         (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
12358         Declare them instead of just setting them.
12359         (math-init-random-base): Made i a local variable.
12360         (math-random-digit): Made math-random-last a local variable.
12361         (math-prime-test-cache): Move declaration to before it is used.
12362         (math-prime-test-cache-k, math-prime-test-cache-q)
12363         (math-prime-test-cache-nm1, math-prime-factors-finished):
12364         Declare them as variables.
12366 2004-11-11  Jay Belanger  <belanger@truman.edu>
12368         * calc/calc-ext.el (math-defcache): Use defvar for the new
12369         variables it creates.
12371 2004-11-11  Lars Hansen  <larsh@math.ku.dk>
12373         * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
12374         (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
12375         (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
12376         (desktop-save): Add :version.
12378 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12380         * printing.el (pr-get-symbol): Don't downcase.
12382 2004-11-10  Jay Belanger  <belanger@truman.edu>
12384         * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
12385         string to kill-ring.
12387         * calc/calc-aent.el (calc-alg-exp, math-toks)
12388         (math-exp-pos,math-exp-old-pos, math-exp-token)
12389         (math-exp-keep-spaces, math-exp-str): New variables.
12390         (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
12391         (calcAlg-enter): Use declared variable calc-alg-exp.
12392         (math-build-parse-table, math-find-user-token): Use declared
12393         variable math-toks.
12394         (math-read-exprs, math-read-token, calc-check-user-syntax)
12395         (calc-match-user-syntax, match-factor-after, math-read-factor):
12396         Use declared variables math-exp-pos math-exp-old-pos.
12397         (math-read-exprs, math-read-token, math-read-expr-level)
12398         (calc-check-user-syntax, calc-match-user-syntax)
12399         (match-factor-after, math-read-factor): Use declared variable
12400         math-exp-token.
12401         (math-read-exprs, math-read-expr-list, math-read-token)
12402         (math-read-factor): Use declared variable math-exp-keep-spaces.
12403         (math-read-exprs, math-read-token): Use declared variable
12404         math-exp-str.
12405         (calc-match-user-syntax): Make m a local variable.
12407         * calc/calc-ext.el (math-read-expr): Use declared variables
12408         math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
12409         math-exp-keep-spaces.
12411         * calc/calc-forms.el (math-read-angle-bracket): Use declared
12412         variables math-exp-pos, math-exp-str.
12414         * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
12415         math-exp-old-pos.
12416         (math-parse-fortran-vector, math-parse-fortran-vector-end)
12417         (math-parse-eqn-prime): Use declared variable math-exp-token.
12419         * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
12420         Use declared variable math-exp-pos.
12421         (math-check-for-commas): Use declared variable math-exp-str.
12422         (math-read-brackets): Use declared variables math-exp-old-pos,
12423         math-exp-keep-spaces.
12424         (math-read-brackets, math-read-vector, math-read-matrix):
12425         Use declared variable math-exp-token.
12427 2004-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12429         * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
12430         where the keymap is a symbol.
12431         (easy-menu-add-item): Use keymap-prompt.  Simplify.
12433         * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
12435         * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
12436         (sgml-parse-tag-backward): Use it to skip spurious < or >.
12438 2004-11-10  Thien-Thi Nguyen  <ttn@gnu.org>
12440         * ebuff-menu.el: Doc fixes throughout.
12441         (electric-buffer-menu-mode-hook): New defvar.
12443 2004-11-10  Nick Roberts  <nickrob@snap.net.nz>
12445         * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
12446         The resulting compiler warnings appear to be harmless.
12448 2004-11-10  Daniel Pfeiffer  <occitan@esperanto.org>
12450         * textmodes/conf-mode.el: New file.
12452         * files.el (auto-mode-alist, magic-mode-alist): Use it.
12454 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12456         * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
12458 2004-11-09  Jay Belanger  <belanger@truman.edu>
12460         * calc/calc-ext.el (calc-init-extensions): Remove old code.
12462         * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
12463         (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
12464         (calc-z-prefix-help, calc-user-function-list): Use declared
12465         variables calc-z-prefix-buf, calc-z-prefix-msgs.
12466         (math-map-tree, math-map-tree-rec): Use declared variables
12467         math-mt-many, math-mt-func.
12468         (math-read-expression, math-read-string): Use declared variable
12469         math-expr-data.
12471         * calc/calc-ext.el (math-normalize-nonstandard): Use declared
12472         variable math-normalize-a.
12474         * calc/calc.el (math-normalize-a): New variable.
12475         (math-normalize): Use declared variable math-normalize-a.
12477         * calc/calc-poly.el (math-expand-form): Use declared variable
12478         math-mt-many.
12480         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
12481         Use declared variable math-mt-many.
12482         (math-rewrite): Use declared variable math-mt-func.
12484         * calc/calc-vec.el (math-read-brackets, math-read-vector)
12485         (math-read-matrix): Use declared variable math-expr-data.
12487         * calc/calc-lang.el (math-parse-fortran-vector)
12488         (math-parse-fortran-vector-end, math-parse-tex-sum)
12489         (math-parse-eqn-matrix, math-parse-eqn-prime)
12490         (math-read-math-subscr): Use declared variable math-expr-data.
12492         * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
12493         (math-read-expr-level, math-read-token, calc-check-user-syntax)
12494         (calc-match-user-syntax, math-read-if, math-factor-after)
12495         (math-read-factor): Use declared variable math-expr-data.
12497 2004-11-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
12499         * calendar/diary-lib.el (diary-from-outlook)
12500         (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
12501         interactive-p; but rather new optional argument NOCONFIRM.
12503 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12505         * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
12506         (easy-menu-name-match): Revert correspondingly.
12508 2004-11-09  Richard M. Stallman  <rms@gnu.org>
12510         * emacs-lisp/bytecomp.el (byte-compile-defalias):
12511         Turn off warnings for the new function even if definition not constant.
12512         If the definition isn't a quoted symbol, record (FUNCTION . t).
12513         (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
12514         (byte-compile-callargs-warn): Handle (FUNCTION . t).
12515         (display-call-tree, byte-compile-arglist-warn):
12516         Handle t returned by byte-compile-fdefinition.
12518 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12520         * Makefile.in (maintainer-clean): Depend on distclean.
12522         * help-fns.el (help-C-file-name): File name must be in build-files
12523         to be returned.
12525 2004-11-09  Jay Belanger  <belanger@truman.edu>
12527         * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
12528         (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
12530         * calc/calc.el (calc, calc-trail-display, calc-mode):
12531         Remove obsolete sections.
12533         * calc/calc.el (calc-x-paste-text): Remove.
12535         * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
12536         mouse-2.
12538 2004-11-09  Nick Roberts  <nickrob@snap.net.nz>
12540         * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
12541         (gdb-info-frames-custom, gdb-frame-handler): Use it to find
12542         current frame (in case of recursive calls).
12543         (gdb-show-changed-values): Add :version keyword.
12545 2004-11-09  Kenichi Handa  <handa@m17n.org>
12547         * international/mule-cmds.el: Change coding: tag back to
12548         iso-2022-7bit.
12550 2004-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12552         * international/mule-cmds.el: Change coding-system to utf-8.
12553         (select-safe-coding-system-interactively):
12554         New function extracted from select-safe-coding-system.
12555         (select-safe-coding-system): Use it.
12557 2004-11-08  Richard M. Stallman  <rms@gnu.org>
12559         * subr.el (syntax-after): Doc fix.
12561         * paren.el (show-paren-function): Change calls to syntax-after
12562         for new way of returning the value.
12564         * menu-bar.el (menu-bar-file-menu): Make this the real name
12565         and menu-bar-files-menu the alias.  Use the former.
12566         (global-map): Use `file', not `files', as the symbol.
12568         * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
12570         * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
12571         Don't use beginning-of-buffer.
12572         (filesets-cmd-show-result): Use with-no-warnings.
12574 2004-11-08  Juri Linkov  <juri@jurta.org>
12576         * progmodes/compile.el (compile): Don't overwrite last command in
12577         minibuffer history with default command if they are not equal.
12579 2004-11-08  Jay Belanger  <belanger@truman.edu>
12581         * calc/calcalg2.el (math-do-integral-methods): Try linear then
12582         non-linear substitutions.
12584 2004-11-08  Jay Belanger  <belanger@truman.edu>
12586         * calc/calcalg2.el (math-linear-subst-tried): New variable.
12587         (math-do-integral): Set `math-linear-subst-tried' to nil.
12588         (math-do-integral-methods): Use `math-linear-subst-tried' to
12589         determine what type of substitution to try.
12590         (math-integ-try-linear-substituion):
12591         Set `math-linear-subst-tried' to t.
12593 2004-11-08  Kim F. Storm  <storm@cua.dk>
12595         * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
12597 2004-11-07  Juri Linkov  <juri@jurta.org>
12599         * info-look.el (info-lookup): Allow reusing in the current buffer
12600         not only *info* buffer, but all (even renamed) Info buffers
12601         by checking for major-mode instead of *info* buffer name.
12602         (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
12603         (octave-mode, maxima-mode) <doc-spec>:
12604         Allow long dashes generated by Texinfo 4.7 before definitions.
12605         (texinfo-mode) <doc-spec>: Add space to suffix to find command
12606         definitions with argument separated by space.
12608 2004-11-06  Richard M. Stallman  <rms@gnu.org>
12610         * simple.el (next-error group, face): Move before first use.
12611         (next-error-highlight, next-error-highlight-no-select): Likewise.
12613         * simple.el (line-move-invisible-p): Rename from line-move-invisible.
12614         (line-move): New args NOERROR and TO-END.
12615         Return t if succeed in moving specified number of lines.
12616         (move-end-of-line): New function.
12618         * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
12619         (end-of-buffer-other-window): Likewise.
12621         * simple.el (line-move-ignore-invisible): Default to t.
12623         * subr.el (syntax-after): Return the syntax letter, not the raw code.
12625         * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
12627         * international/iso-cvt.el (iso-cvt-define-menu):
12628         Rename menu-bar-files-menu to menu-bar-file-menu.
12630         * net/browse-url.el (browse-url-gnome-moz-program)
12631         (browse-url-gnome-moz-arguments): Move up before first use.
12633         * net/tramp.el (tramp group): Add :version.
12635         * progmodes/ada-xref.el (ada-gdb-application):
12636         Use goto-char instead of beginning-of-buffer.
12638         * progmodes/cperl-mode.el (cperl-info-on-command):
12639         Use goto-char instead of beginning-of-buffer.
12641         * progmodes/idlw-shell.el (idlwave-shell-examine-map):
12642         Move up before first use.
12643         (idlwave-shell-temp-pro-file): Likewise.
12644         (idlwave-shell-temp-rinfo-save-file): Likewise.
12645         (idlwave-shell-temp-file): Minor doc fix.
12647         * textmodes/flyspell.el (flyspell-external-point-words):
12648         Use goto-char instead of beginning-of-buffer.
12650 2004-11-06  Kai Grossjohann  <kai.grossjohann@gmx.net>
12652         * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
12653         /dev/stdout" before trying "uudecode -o -".  Suggested by Han Boetes.
12654         (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
12656 2004-11-06  David Ponce  <david@dponce.com>
12658         * recentf.el (recentf-menu-path): Use menu item name.
12660 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
12662         * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
12663         display doesn't support images.
12665 2004-11-06  Andreas Schwab  <schwab@suse.de>
12667         * tempo.el (tempo-match-finder): Doc fix.
12669         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
12671 2004-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12673         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
12674         (easy-menu-lookup-name): New fun to replace it.
12675         (easy-menu-get-map): Use it to obey menu item names (rather than just
12676         keys) when looking up `path'.
12677         (easy-menu-always-true-p): Rename from easy-menu-always-true.
12678         (easy-menu-convert-item-1): Adjust to new name.
12680 2004-11-06  Peter Heslin  <pj@heslin.eclipse.co.uk>  (tiny change)
12682         * outline.el (hide-body): Don't hide lines at the top of the file
12683         that precede the first header line.
12685 2004-11-06  Paul Pogonyshev  <pogonyshev@gmx.net>
12687         * align.el (align-areas): Delete whitespace before reindenting, so
12688         that tabs are never placed after spaces.
12690 2004-11-06  Alan Shutko  <ats@acm.org>
12692         * macros.el (insert-kbd-macro): Do completions based on macros,
12693         rather than all commands.
12695 2004-11-06  David Hansen  <david.hansen@gmx.net>  (tiny change)
12697         * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
12698         to solve a bug whereby tags with 'b' don't match.
12700 2004-11-05  Juri Linkov  <juri@jurta.org>
12702         * info.el (Info-search): Don't search in node header lines
12703         and file headers.
12705         * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
12706         symbol-constituent characters after dot, not only digits.
12708 2004-11-04  Daniel Pfeiffer  <occitan@esperanto.org>
12710         * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
12712 2004-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12714         * dired.el (dired-read-dir-and-switches): Call read-directory-name
12715         if a dialog will be used, read-file-name otherwise.
12717 2004-11-04  Richard M. Stallman  <rms@gnu.org>
12719         * textmodes/table.el (table group): Add :version.
12721         * textmodes/ispell.el (ispell-word):
12722         Don't alter args; set them only thru `interactive' spec.
12724         * textmodes/flyspell.el (flyspell-word):
12725         Don't alter FOLLOWING; set it only thru `interactive' spec.
12727         * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
12729         * net/browse-url.el (browse-url-maybe-new-window):
12730         Use called-interactively-p.
12732         * mail/supercite.el (sc-cite-region):
12733         Don't use interactive-p.  Add arg INTERACTIVE.
12734         (sc-version): Don't use interactive-p.  Rename arg to MESSAGE.
12736         * international/mule-cmds.el (set-input-method, toggle-input-method):
12737         Don't use interactive-p.  Add arg INTERACTIVE.
12739         * eshell/esh-mode.el (eshell-show-maximum-output):
12740         Don't use interactive-p.
12741         (eshell-truncate-buffer): Just message, no error, if buffer is short.
12743         * mouse.el (mouse-show-mark): Get positions to delete from mark
12744         and point, not from mouse-drag-overlay.
12746         * imenu.el (imenu-eager-completion-buffer): Add :version.
12748         * filesets.el (filesets group): Add :version.
12750 2004-11-03  Daniel Pfeiffer  <occitan@esperanto.org>
12752         * files.el (xml-based-modes): Delete var.
12753         (magic-mode-alist): New more general var.
12754         (set-auto-mode): Use it.
12756         * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
12757         when clicking from another window.
12759 2004-11-03  Thien-Thi Nguyen  <ttn@gnu.org>
12761         * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
12762         (vc-cvs-annotate-time): Incorporate value of deleted var.
12763         Remove special-case handling of beginning-of-buffer cruft.
12764         Cache ending position (point) and return value in text property
12765         `vc-cvs-annotate-time', and consult it on subsequent invocations.
12767         * vc-cvs.el (vc-cvs-annotate-command):
12768         Delete extraneous lines from beginning of buffer.
12769         * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
12771         * progmodes/grep.el (grep-default-command): Take empty string
12772         for tag if all other methods yield nil.  Shell-quote the tag.
12774         * vc.el (vc-annotate-display-autoscale): Add prefix-arg
12775         spec in `interactive' form, and mention it in the docstring.
12776         Also, make sure point is at bol after calling `annotate-time'.
12778 2004-11-02  Richard M. Stallman  <rms@gnu.org>
12780         * cus-edit.el (customize-group-other-window):
12781         Select the window that displays the custom buffer.
12782         (custom-buffer-create-other-window): Likewise.
12784         * comint.el (comint-insert-input): Fix previous change.
12786         * emacs-lisp/elp.el (elp-instrument-function):
12787         Use called-interactively-p.
12789         * emacs-lisp/easymenu.el (easy-menu-intern):
12790         Don't downcase; rather, case-flip the first letter of each word.
12792         * emacs-lisp/easy-mmode.el (define-minor-mode):
12793         Use called-interactively-p.
12795         * emacs-lisp/bytecomp.el (byte-compile-warning-types):
12796         Add interactive-only.
12797         (byte-compile-warnings): Add interactive-only as option.
12798         (byte-compile-interactive-only-functions): New variable.
12799         (byte-compile-form): Warn about calls to functions
12800         in byte-compile-interactive-only-functions.
12802         * emacs-lisp/autoload.el (update-file-autoloads):
12803         Don't use interactive-p; take new arg SAVE-AFTER.
12805         * emacs-lisp/advice.el (ad-make-advised-definition):
12806         Use called-interactively-p.
12808 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12810         * files.el (find-file-existing): New function.
12812         * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
12813         find-file-existing.  Add "New File..." that calls find-file.
12815         * diropen.pbm, diropen.xpm: New files.
12817         * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
12818         icon diropen.  New tool bar item find-file-existing uses icon open.
12820         * dired.el (dired-read-dir-and-switches): Call read-directory-name
12821         instead of read-file-name.
12823 2004-11-02  Ulf Jasper  <ulf.jasper@web.de>
12825         * calendar/icalendar.el (icalendar-version): Increase to 0.08.
12826         (icalendar--split-value): Change name of work buffer.
12827         (icalendar--get-weekday-abbrev): Return nil on error.
12828         (icalendar--date-to-isodate): New function.
12829         (icalendar-convert-diary-to-ical)
12830         (icalendar-extract-ical-from-buffer): Use only two args for
12831         make-obsolete (XEmacs compatibility).
12832         (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
12833         (icalendar-export-region): Doc fix.
12834         If error, return non-nil and write errors to a buffer.
12835         Use correct weekday for weekly recurring events.
12836         Check whether date has been parsed for ordinary events.
12837         Make weekly events start in the year 2000.
12838         DTEND is non-inclusive, shift end date by one day if
12839         necessary (not for entries that have date and time).
12840         Rename local let variables: oops -> found-error, datestring ->
12841         startdatestring.
12843 2004-11-02  Kim F. Storm  <storm@cua.dk>
12845         * files.el (set-auto-mode-0): Don't rely on dynamic binding of
12846         keep-mode-if-same variable.  Add it as optional arg instead.
12847         (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
12849         * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
12850         substitute-command-keys will select lower-case bindings like those
12851         used in the static help texts.
12853         * descr-text.el (describe-text-properties): Don't err if called in
12854         the *Help* buffer; output to *Help-2* buffer instead.
12856         * kmacro.el (group kmacro): Add :version.
12857         (kmacro-keyboard-quit): New function to cleanup on C-g.
12858         (kmacro-start-macro): Set defining-kbd-macro to append when
12859         appending to last macro.
12861         * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
12863 2004-11-02  Nick Roberts  <nickrob@snap.net.nz>
12865         * progmodes/gdb-ui.el (gdb-enable-debug-log)
12866         (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
12867         (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
12868         Add :version keyword.
12870 2004-11-02  Pavel Kobiakov  <pk_at_work@yahoo.com>
12872         * progmodes/flymake.el (flymake-err-line-patterns):
12873         Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
12874         `compilation-error-regexp-alist-alist' to internal Flymake format.
12876         * progmodes/flymake.el: Eliminate byte-compiler warnings.
12878 2004-11-01  Jay Belanger  <belanger@truman.edu>
12880         * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
12881         with `interactive "s"'.
12883 2004-11-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12885         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
12886         Revert change from 2004-10-16.  '*' checks the current buffer, but the
12887         mouse click may be in another buffer.
12889 2004-11-01  John Paul Wallington  <jpw@gnu.org>
12891         * files.el (large-file-warning-threshold): Add :version keyword.
12892         (kill-some-buffers): Doc fix.
12894         * thumbs.el (group thumbs): Add :version keyword.
12896         * textmodes/bibtex.el (bibtex-make-field): Fix typo.
12898 2004-11-01  Richard M. Stallman  <rms@gnu.org>
12900         * textmodes/ispell.el (ispell-word): Don't use interactive-p.
12902         * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
12904         * allout.el (allout group): Add :version.
12905         (allout-init): Don't use interactive-p.
12906         (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
12907         (allout-forward-current-level, allout-backward-current-level):
12908         Don't use interactive-p.
12910         * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
12911         (bibtex-find-text): Likewise.
12913         * progmodes/vhdl-mode.el (vhdl-fill-region)
12914         (vhdl-beginning-of-statement): Don't use interactive-p.
12916         * progmodes/idlwave.el (idlwave-update-routine-info):
12917         Don't use interactive-p.
12919         * progmodes/idlw-shell.el (idlwave-shell-send-char):
12920         Don't use interactive-p.
12922         * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
12923         Don't use interactive-p.
12925         * progmodes/ada-xref.el (ada-make-body-gnatstub):
12926         Don't use interactive-p.
12928         * play/fortune.el (fortune-to-signature): Don't use interactive-p.
12929         (fortune-in-buffer): Doc fix.
12931         * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
12933         * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
12934         don't select the temporary buffer.
12935         (eudc-get-email): New optional arg ERROR; don't use interactive-p.
12936         (eudc-get-phone): Likewise.
12938 2004-11-01  Kim F. Storm  <storm@cua.dk>
12940         * man.el (Man-xref-normal-file): Fix help-echo.
12942 2004-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12944         * reveal.el (reveal-last-tick): New var.
12945         (reveal-post-command): Use it to avoid closing overlays when we're
12946         appending text to them.
12948 2004-10-31  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12950         * textmodes/bibtex.el: Require button.
12951         (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
12952         (bibtex-reference-keys): Distinguish between header keys and
12953         crossref keys.
12954         (bibtex-beginning-of-field): New function.
12955         (bibtex-url-map): Remove.
12956         (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
12957         (bibtex-font-lock-url-regexp): Assume that field names begin at
12958         the beginning of a line.
12959         (bibtex-font-lock-url): Simplify.  Do not use bibtex-enclosing-field.
12960         Remove field delimiters.  Use bibtex-beginning-of-field.
12961         Bugfix, point can be inside a field with a url.
12962         (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
12963         New functions.
12964         (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
12965         (bibtex-key-in-head): Simplify.
12966         (bibtex-current-line): Use bolp.
12967         (bibtex-parse-keys): Remove unused arg `add'.
12968         Use bibtex-type-in-head and bibtex-key-in-head.
12969         (bibtex-parse-entry, bibtex-autofill-entry):
12970         Use bibtex-type-in-head and bibtex-key-in-head.
12971         (bibtex-autokey-get-field): Do not alter case of replacement text.
12972         (bibtex-autokey-get-names): Do all processing of name list.
12973         (bibtex-autokey-get-year): New function.
12974         (bibtex-autokey-get-title): Do all processing of title words.
12975         (bibtex-generate-autokey): Simplify.
12976         (bibtex-string-files-init): Use default-directory.
12977         Allow for absolute file names in bibtex-string-files.
12978         (bibtex-files, bibtex-file-path): New variables.
12979         (bibtex-files-expand): New function.
12980         (bibtex-find-entry-globally): New command.
12981         (bibtex-summary-function): New variable.
12982         (bibtex-summary): Default value of bibtex-summary-function.
12983         (bibtex-find-crossref): New optional args pnt and split.
12984         (bibtex-complete-key-cleanup): Call bibtex-summary-function.
12985         (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
12986         (bibtex-validate): Fix docstring.  Check only abbreviated month fields.
12987         Fix handling of required and alternative fields.
12988         Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
12989         Use cons and display-buffer.
12990         (bibtex-validate-globally): New command.
12991         (bibtex-clean-entry): Use bibtex-files-expand.  Do not call
12992         bibtex-parse-keys and bibtex-parse-strings for updating
12993         bibtex-reference-keys and bibtex-strings.
12994         (bibtex-realign): Remove blank lines past the last entry.
12995         (bibtex-reformat): Use bibtex-entry-format as default.
12996         (bibtex-choose-completion-string): Remove.
12997         (bibtex-complete): Do not use bibtex-choose-completion-string.
12998         (bibtex-url): Simplify.
13000 2004-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13002         * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
13003         (x-dnd-types-alist, x-dnd-open-file-other-window)
13004         (x-dnd-known-types): Add :version.
13006 2004-10-31  John Paul Wallington  <jpw@gnu.org>
13008         * ibuffer.el (group ibuffer): Add :version keyword.
13010 2004-10-31  Kim F. Storm  <storm@cua.dk>
13012         * ido.el (group ido): Add :version keyword.
13013         (ido-mode): Remove :version keyword.
13015         * emulation/cua-base.el (group cua): Add :version keyword.
13016         (cua-mode): Remove :version keyword.
13018 2004-10-30  Luc Teirlinck  <teirllm@auburn.edu>
13020         * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
13022         * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
13023         compiler warning.
13024         (help-at-pt-timer-delay): Add :initialize keyword.  Simplify :set
13025         function.
13026         (help-at-pt-display-when-idle): Remove autoload.
13028 2004-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13030         * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
13032 2004-10-30  Juri Linkov  <juri@jurta.org>
13034         * help.el (function-called-at-point):
13035         * help-fns.el (variable-at-point): Read -> intern.
13037 2004-10-30  Simon Josefsson  <jas@extundo.com>
13039         * progmodes/autoconf.el (autoconf-font-lock-keywords):
13040         Recognize AS_* too.
13042 2004-10-29  Simon Josefsson  <jas@extundo.com>
13044         * subr.el (read-passwd): Move back from password.el.
13046         * password.el: Remove, not ready yet.
13048 2004-10-29  Andreas Schwab  <schwab@suse.de>
13050         * speedbar.el (speedbar-frame-parameters): Improve customize type.
13052 2004-10-29  Sam Steingold  <sds@gnu.org>
13054         * mouse.el (mouse-show-mark): Replace the last occurrence of
13055         x-lost-selection-hooks with x-lost-selection-functions.
13057 2004-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13059         * mouse.el (mouse-show-mark): Adjust to new name and don't assume
13060         x-lost-selection-functions is bound.
13062         * mouse-sel.el (mouse-sel-mode):
13063         * emacs-lisp/lselect.el: Adjust to new names for
13064         x-(lost|sent)-selection-functions.
13066         * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
13067         New obsolete aliases of x-lost-selection-functions and
13068         x-sent-selection-functions.
13070 2004-10-28  Kim F. Storm  <storm@cua.dk>
13072         * imenu.el (imenu-scanning-message): Remove.
13073         (imenu-progress-message): Make it a no-op.
13075 2004-10-28  John Paul Wallington  <jpw@gnu.org>
13077         * files.el (set-auto-mode): Call `throw' correctly.
13079 2004-10-28  Juri Linkov  <juri@jurta.org>
13081         * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
13082         to search `Info-...' commands in `info' manual.
13083         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
13084         Add 'info-file "emacs" property.
13085         (Info-find-emacs-command-nodes): Fix index line number regexp.
13086         Set real line number (instead of fake 0) in first element of the
13087         returned list.
13088         (Info-goto-emacs-command-node): Use line number of first element
13089         to set point in the first found Info node.
13091         * progmodes/grep.el (grep-regexp-alist): Move match highlighting
13092         code to `grep-mode-font-lock-keywords'.
13093         (grep-mode-font-lock-keywords): Delete grep markers instead
13094         of making them invisible.
13096 2004-10-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13098         * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
13099         and x-server-version in bug report.
13101 2004-10-28  Daniel Pfeiffer  <occitan@esperanto.org>
13103         * files.el (set-auto-mode-0): New function.
13104         (set-auto-mode): Use it to handle aliased modes and to
13105         be consistent between C-x C-f and C-x C-w.
13107 2004-10-28  Kenichi Handa  <handa@m17n.org>
13109         * international/utf-8.el (utf-translate-cjk-charsets):
13110         Add katakana-jisx0201.
13112         * international/subst-jis.el: Add data for JISX0201.
13114 2004-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13116         * obsolete/hilit19.el (hilit-mode): New function.
13117         Move all the toplevel side-effecting stuff into it, so that loading
13118         hilit19 doesn't mess everything up any more.
13120 2004-10-27  Richard M. Stallman  <rms@gnu.org>
13122         * add-log.el (add-change-log-entry): Set up mailing address
13123         and full name later, and don't alter add-log-mailing-address
13124         or add-log-full-name.
13126         * elide-head.el (elide-head): Change error to message.
13127         (elide-head-show): Likewise.
13129         * apropos.el (apropos-macrop): Doc fix.
13131         * mouse.el (mouse-show-mark): Do most processing the same
13132         regardless of transient-mark-mode.
13134         * shadowfile.el (shadow-copy-files): Use interactive-p
13135         only to control whether to print a message.
13137         * tar-mode.el (tar-mode): Use write-contents-functions,
13138         not write-contents-hooks.
13140         * eshell/em-unix.el (eshell-du-sum-directory): Don't use
13141         directory-sep-char.
13143 2004-10-27  Richard M. Stallman  <rms@gnu.org>
13145         * strokes.el (strokes-unload-hook): Fix previous change.
13147         * type-break.el (type-break-run-at-time): Always use run-at-time;
13148         forget the alternatives.
13149         (type-break-cancel-function-timers): Always use cancel-function-timers;
13150         forget the alternatives.
13152         * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
13154 2004-10-27  Kenichi Handa  <handa@m17n.org>
13156         * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
13158         * international/subst-gb2312.el: Likewise.
13160         * international/subst-big5.el: Likewise.
13162         * international/subst-ksc.el: Likewise.
13164         * international/utf-8.el (utf-translate-cjk-unicode-range-string):
13165         New variable.
13166         (utf-translate-cjk-set-unicode-range): New function.
13167         (utf-translate-cjk-unicode-range): Make it customizable.
13168         (utf-8-post-read-conversion):
13169         Use utf-translate-cjk-unicode-range-string.
13170         (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
13171         Unicode ranges.
13173 2004-10-26  Daniel Pfeiffer  <occitan@esperanto.org>
13175         * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
13176         trivial variants to shorten the list.
13177         (xml-based-modes): New var.
13178         (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
13179         declaration higher priority than auto-mode-alist.
13181         * find-file.el (cc-other-file-alist): Bring it in line with
13182         cc-mode's auto-mode-alist entries and use \' instead of $.
13184         * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
13185         and add "Id" and "Name" submenus to it.
13187         * imenu.el (imenu--generic-function): Skip matches in comments.
13189 2004-10-26  Jay Belanger  <belanger@truman.edu>
13191         * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
13192         (full-calc-keypad, calc-trail-display): Use an extra argument
13193         instead of `interactive-p'.
13195         * calc/calc-misc.el (calc-other-window): Use an extra argument
13196         instead of `interactive-p'.
13198         * calc/calc-rewr.el (calc-match): Use an extra argument instead of
13199         `interactive-p'.
13201 2004-10-26  Kim F. Storm  <storm@cua.dk>
13203         * help.el (describe-key): Describe both down-event and up-event
13204         for a mouse click.
13206 2004-10-26  Richard M. Stallman  <rms@gnu.org>
13208         * woman.el (woman): Don't call interactive-p.
13210         * pcomplete.el (pcomplete): Instead of interactive-p,
13211         use an arg set non-nil by the interactive spec.
13213         * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
13214         use an arg set non-nil by the interactive spec.
13216         * man.el (Man-cleanup-manpage): Instead of interactive-p,
13217         use an arg set non-nil by the interactive spec.
13219 2004-10-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
13221         * progmodes/flymake.el (flymake-split-string):
13222         Use `flymake-split-string-remove-empty-edges' in any case.
13224 2004-10-26  Masatake YAMATO  <jet@gyve.org>
13226         * progmodes/flymake.el (flymake-err-line-patterns):
13227         Use `compilation-error-regexp-alist-alist' instead of
13228         `compilation-error-regexp-alist'.
13230 2004-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13232         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
13233         verbatim face on the \ of \end{verbatim}.
13235 2004-10-25  Jay Belanger  <belanger@truman.edu>
13237         * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
13238         erasing minibuffer.
13240 2004-10-25  Simon Josefsson  <jas@extundo.com>
13242         * subr.el (read-passwd): Move to net/password.el.
13244         * net/password.el (read-passwd): Add.  Autoload it.
13246 2004-10-25  Kai Grossjohann  <kai.grossjohann@gmx.net>
13248         * mouse-sel.el (mouse-sel-mode): Specify custom group.
13250         * simple.el (process-file): Fix logic.
13252 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
13254         * indent.el (set-left-margin, set-right-margin): Delete redundant code.
13255         (increase-right-margin): Remove erroneous call to `interactive-p'.
13257 2004-10-24  Kim F. Storm  <storm@cua.dk>
13259         * help.el (describe-mode): Fix 2004-10-13 change.
13260         Copy pure "Auto Fill" string so it can be propertized later
13261         without causing a read-only error.
13263 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
13265         * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
13266         style indexes.
13268 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
13270         * simple.el (process-file): Accept nil for INFILE.  Reported by
13271         Luc Teirlinck.
13273 2004-10-24  Masatake YAMATO  <jet@gyve.org>
13275         * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
13276         Handle periods and underscores in a function name.
13277         Remove the address fontification.
13279 2004-10-24  Masatake YAMATO  <jet@gyve.org>
13281         * progmodes/asm-mode.el (asm-font-lock-keywords):
13282         Use font-lock-variable-name-face for registers.
13284 2004-10-24  Nick Roberts  <nickrob@snap.net.nz>
13286         * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
13287         kill-all-local-variables.
13288         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
13289         (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
13290         Use kill-all-local-variables and provide mode-hooks.
13291         (gdb-assembler-font-lock-keywords): New font lock keywords definition.
13292         (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
13293         Suggested by Masatake YAMATO <jet@gyve.org>.
13295 2004-10-23  Kai Grossjohann  <kai.grossjohann@gmx.net>
13297         * simple.el (process-file): New function, similar to call-process
13298         but supports file handlers.
13299         * vc.el (vc-do-command): Use it, instead of call-process.
13300         * net/tramp-vc.el (vc-do-command): Do not advise it if
13301         process-file is fboundp.
13302         * net/tramp.el (tramp-file-name-handler-alist): Add entry for
13303         process-file.
13304         (tramp-handle-process-file): New function.
13305         (tramp-file-name-for-operation): Support process-file.
13307 2004-10-23  Ulf Jasper  <ulf.jasper@web.de>
13309         * calendar/icalendar.el (icalendar--weekday-array): New constant.
13310         (icalendar-weekdayabbrev-table)
13311         (icalendar-monthnumber-table): Delete.
13312         (icalendar--get-month-number): Use calendar-month-name-array.
13313         (icalendar--get-weekday-number): New function.
13314         (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
13315         (icalendar-export-region): Handle multi-line entries.
13316         (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
13318 2004-10-23  John Paul Wallington  <jpw@gnu.org>
13320         * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
13321         `wildcards' set to t in interactive spec.
13323         * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
13324         interactive spec rather than use `interactive-p'.
13325         (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
13326         rather than use function `interactive-p'.
13328 2004-10-22  Kenichi Handa  <handa@m17n.org>
13330         * international/mule.el (translate-region): Implement it in Lisp
13331         as a front end of translate-region-internal.
13333 2004-10-21  Jay Belanger  <belanger@truman.edu>
13335         * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
13336         Declare these variables with defvar.
13338         * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
13339         is bound, only check to see if it is bound.
13341 2004-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13343         * textmodes/tex-mode.el (tex-compilation-parse-errors):
13344         Don't output messages.
13346         * calc/calc-help.el (calc-describe-bindings): Fix last change.
13348 2004-10-21  John Paul Wallington  <jpw@gnu.org>
13350         * calc/calc-graph.el (calc-graph-init):
13351         Use `set-process-query-on-exit-flag'.
13353 2004-10-21  Daniel Pfeiffer  <occitan@esperanto.org>
13355         * progmodes/compile.el (compilation-start): Rely on `cd' to get
13356         dir right and also allow argumentless cd.
13358 2004-10-19  Richard M. Stallman  <rms@gnu.org>
13360         * textmodes/flyspell.el (flyspell-mode): Doc fix.
13362         * eshell/em-unix.el (eshell-grep):
13363         Don't bind compilation-process-setup-function.
13365         * comint.el (comint-insert-input): Use @ in `interactive'.
13366         (comint-input-filter-functions): Doc fix.
13367         (comint-kill-whole-line, comint-get-source): Doc fix.
13369         * progmodes/compile.el (compilation-setup):
13370         Don't set buffer-read-only if MINOR is non-nil.
13372 2004-10-19  Jay Belanger  <belanger@truman.edu>
13374         * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
13375         (calc-emacs-type-gnu19): Remove.
13376         (calc-digit-map, calc-read-key-sequence, calc-read-key):
13377         Remove check for old emacs versions.
13379         * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
13380         (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
13381         for current Emacs.
13383         * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
13384         the end of the minibuffer.
13385         (calc-do-alg-entry): Remove Emacs version check.  Use `copy-keymap' to
13386         copy `esc-map'.
13388         * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
13390         * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
13391         call that would be given when the current emacs was used.
13393 2004-10-19  Ulf Jasper  <ulf.jasper@web.de>
13395         * calendar/icalendar.el: Set coding to utf-8.
13396         (icalendar-version): Increase to 0.07.
13397         (icalendar-monthnumber-table): Change March pattern.
13398         (icalendar-get-all-event-properties)
13399         (icalendar-set-event-property): Delete.
13400         (icalendar-all-events): No longer interactive.
13401         (icalendar-convert-diary-to-ical)
13402         (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
13403         their replacements.
13404         (icalendar-export-file, icalendar-export-region): New functions;
13405         essentially old `icalendar-convert-diary-to-ical' but appending to
13406         target rather than overwriting.
13407         (icalendar-import-file): Append to target file rather than
13408         overwriting.  Fourth arg deleted.
13409         (icalendar-import-buffer): New name for old
13410         `icalendar-extract-ical-from-buffer'.
13411         (icalendar--convert-string-for-import): New name for
13412         old `icalendar-convert-for-import'.
13413         (include-icalendar-files): Delete.
13414         Prefix for all internal functions changed from `icalendar-'
13415         to `icalendar--'.
13417 2004-10-19  Richard M. Stallman  <rms@gnu.org>
13419         * paths.el (news-path): Fix previous change.
13421 2004-10-18  Jay Belanger  <belanger@truman.edu>
13423         * calc/calc-help.el (calc-describe-bindings):
13424         Set `buffer-read-only' to nil while working in the keybindings buffer;
13425         remove some extra information from the keybindings buffer.
13427 2004-10-18  David Ponce  <david@dponce.com>
13429         * mouse.el (mouse-drag-move-window-top): New function.
13430         (mouse-drag-mode-line-1): Use it.
13432 2004-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
13434         * info.el (Info-fontify-node): For multiline refs,
13435         arrange to unfontify newline and surrounding whitespace.
13437 2004-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13439         * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
13440         directory is missing.
13442 2004-10-17  John Paul Wallington  <jpw@gnu.org>
13444         * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
13445         New customizable variable; whether to display buffers that match
13446         `ibuffer-maybe-show-predicates' by default.
13447         (ibuffer-maybe-show-predicates): Mention it in docstring.
13448         (ibuffer-display-maybe-show-predicates): New variable.
13449         (ibuffer-update): Prefix arg now toggles whether buffers that
13450         match `ibuffer-maybe-show-predicates' should be displayed.
13451         (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
13452         locally to heed `ibuffer-default-display-maybe-show-predicates'.
13453         (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
13455 2004-10-17  Michael Albinus  <michael.albinus@gmx.de>
13457         * net/tramp.el: Redo sync with Tramp 2.0.45.  Last commit did not
13458         work correctly.
13460 2004-10-17  Daniel Pfeiffer  <occitan@esperanto.org>
13462         * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
13463         (Buffer-menu-beginning): New helper function.
13464         (Buffer-menu-execute): Use it.
13465         (Buffer-menu-select): Use it.
13466         (Buffer-menu-sort): Use it and also keep markers.
13468 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13470         * paths.el (news-directory): Rename from news-path.  Old name alias.
13471         (rmail-spool-directory): Use defvar.
13472         (sendmail-program): Use defcustom.
13473         (remote-shell-program): Use defcustom.
13474         (term-file-prefix): Use defvar.
13475         (abbrev-file-name): Use defvar.
13477         * term.el: Add maintainer.
13479         * subr.el (with-local-quit): Return nil if there's a quit.
13480         (read-passwd): Use with-local-quit.  Doc fix.
13482         * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
13483         (strokes-unload-hook): Set as a variable with add-hook.
13485         * startup.el (fancy-splash-tail, normal-splash-screen):
13486         Update copyright year.
13488         * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
13490         * server.el (server-unload-hook): Set as a variable with add-hook.
13492         * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
13494         * frame.el (special-display-popup-frame):
13495         Make the buffer current as its frame is created.
13497         * delsel.el (delsel-unload-hook): Set as a variable.
13499         * comint.el (comint-output-filter-functions):
13500         Add comint-watch-for-password-prompt.
13501         (comint-read-noecho): Function deleted.
13502         (send-invisible): Use read-passwd.
13504         * fringe.el (fringe-mode-initialize): New function.
13505         (fringe-mode): Use fringe-mode-initialize as :initialize.
13507 2004-10-17  Kim F. Storm  <storm@cua.dk>
13509         * language/indian.el (indian-script-language-alist): Swap value and doc.
13510         (indian-font-char-index-table): Doc fix.
13512 2004-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13514         * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
13516 2004-10-16  Juri Linkov  <juri@jurta.org>
13518         * progmodes/compile.el (compilation-start): Move let-binding of
13519         `process-environment' into `with-current-buffer' body.
13520         Reported by Matt Hodges <MPHodges@member.fsf.org>.
13522 2004-10-16  Richard M. Stallman  <rms@gnu.org>
13524         * pcvs-util.el (cvs-bury-buffer):
13525         Don't call get-buffer-window for effect.
13527         * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
13529         * newcomment.el (comment-auto-fill-only-comments): Add autoload.
13531         * msb.el (msb-unload-hook): Set the variable.
13533         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
13534         Use * to err if buffer is readonly.
13536         * subr.el (looking-back): Return only t or nil.
13538         * whitespace.el (whitespace-unload-hook): Set the variable.
13540         * view.el (view-mode-enable): Set view-page-size and
13541         view-half-page-size to nil.
13542         (view-set-half-page-size-default): view-half-page-size = nil
13543         means the default.
13544         (View-scroll-page-forward): Use view-page-size-default.
13545         (View-scroll-page-backward): Likewise.
13546         (view-page-size, view-half-page-size): Doc fixes.
13548         * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
13550         * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
13552         * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
13553         "cl" like other files.  Instead, call byte-compile-find-cl-functions.
13554         (byte-compile-log-1): Bind inhibit-read-only.
13555         (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
13556         (byte-compile-log-warning): Likewise.
13557         (byte-compile-file-form-require): Detect "cl" from the arg value.
13559         * progmodes/compile.el (compilation-start): Assume compilation-mode
13560         will make the buffer read-only.
13561         (compilation-mode): Take arg name-of-mode.
13562         (compilation-setup): Make buffer read-only.
13563         (compilation-handle-exit): Bind inhibit-read-only.
13565         * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
13566         (ispell-message): Likewise.
13567         (ispell-show-choices): Don't call get-buffer-window uselessly.
13568         (ispell-init-process): Use set-process-query-on-exit-flag.
13570 2004-10-16  Kim F. Storm  <storm@cua.dk>
13572         * fringe.el (fringe-bitmaps): Only initialize when defined.
13574         * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
13575         (cvs-mode-find-file): Add optional `view' arg to enter view mode.
13577         * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
13579 2004-10-15  Simon Josefsson  <jas@extundo.com>
13581         * net/password.el: Add.
13583 2004-10-14  Masatake YAMATO  <jet@gyve.org>
13585         * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
13586         (gdb-script-end-of-defun): New function.
13587         (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
13588         `gdb-script-end-of-defun' as *-of-defun-function.
13590 2004-10-13  Daniel Pfeiffer  <occitan@esperanto.org>
13592         * button.el (button-activate): Allow a marker to display as an action.
13594         * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
13596         * help.el (describe-mode): Use it to make minor mode list into
13597         hyperlinks.
13599 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13601         * vc.el (vc-annotate-display-select): Fix typo.
13603         * subr.el (substitute-key-definition-key): New function.
13604         (substitute-key-definition): Use it with map-keymap.
13605         (event-modifiers): Use push.
13606         (mouse-movement-p, with-temp-buffer): Simplify.
13608 2004-10-12  Jay Belanger  <belanger@truman.edu>
13610         * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
13611         New variables.
13612         (calc-help-index-entries): New function.
13613         (calc-describe-function): Use `calc-help-function-list' instead of
13614         obarray for completion.
13615         (calc-describe-variable): Use `calc-help-variable-list' instead
13616         of obarray for completion.
13618 2004-10-12  Richard M. Stallman  <rms@gnu.org>
13620         * info-look.el (info-lookup-file): Add info-file property.
13621         (info-lookup-symbol): Likewise.
13623         * info.el (info-xref): Add underlining.
13624         (info): Add info-file property.
13625         (Info-find-emacs-command-nodes): Specify case-sensitive search.
13627 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
13629         Sync with Tramp 2.0.45.
13631         * net/tramp.el (top): Apply `def-edebug-spec' only if function is
13632         defined.  This is not the case for XEmacs without package "edebug".
13633         (tramp-set-auto-save-file-modes): Set permissions of autosaved
13634         remote files to the permissions of the original file.  This is not
13635         the case for Emacs < 21.3.50 and XEmacs < 21.5.  Add function to
13636         `auto-save-hook'.  Reported by Thomas Prokosch <thomas@nadev.net>.
13637         (tramp-perl-decode): Fix an error in Perl implementation.
13638         $pending must be cleared every loop.  Reported by Benjamin Place
13639         <benjaminplace@sprintmail.com>
13641         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
13642         Don't activate advice during definition.  This is done later on,
13643         depending on test result of `substitute-in-file-name'.
13644         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13646 2004-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13648         * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
13650         * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
13652 2004-10-12  David Ponce  <david@dponce.com>
13654         * recentf.el (recentf-edit-list): Update the menu when the recentf
13655         list has been modified.
13657 2004-10-12  Simon Josefsson  <jas@extundo.com>
13659         * net/tls.el (tls-certtool-program): New variable.
13660         (tls-certificate-information): New function, based on
13661         ssl-certificate-information.
13663 2004-10-12  Kenichi Handa  <handa@m17n.org>
13665         * international/mule.el (coding-system-equal): Move from mule-util.el.
13667         * international/mule-util.el (coding-system-equal): Move to mule.el.
13669 2004-10-12  Kim F. Storm  <storm@cua.dk>
13671         * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
13672         reset kmacro-initial-counter-value if set.
13673         (kmacro-set-counter): Only set kmacro-counter if defining or executing
13674         macro.  Set kmacro-initial-counter-value otherwise.  Never set both.
13675         (kmacro-display): Show macro counter if non-zero.
13677         * subr.el (substitute-key-definition): Mention command remapping
13678         in doc string.
13680 2004-10-11  Jay Belanger  <belanger@truman.edu>
13682         * calc/calc-misc.el (calc-info-goto-node): New function.
13683         (calc-tutorial, calc-info-summary): Go to appropriate Calc info
13684         node in one step.
13685         (calc-describe-copying, calc-describe-distribution)
13686         (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
13687         Go to appropriate info node in one step.
13689 2004-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13691         * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
13693         * font-lock.el (font-lock-apply-highlight): Fix last change.
13695 2004-10-11  Simon Josefsson  <jas@extundo.com>
13697         * mail/smtpmail.el (smtpmail-open-stream): Look for
13698         starttls-gnutls-program instead of starttls-program iff
13699         starttls-use-gnutls is non-nil.
13700         (smtpmail-open-stream): Don't overwrite user settings of
13701         starttls-extra-arguments and starttls-extra-args.
13703 2004-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13705         * comint.el (comint-mouse-insert-input): Remove.
13706         (comint-insert-input): Make it work for mouse bindings.
13707         (comint-mode-map): Move defs into the declaration.
13708         (comint-output-filter): Typo.
13710         * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
13712 2004-10-10  Kai Grossjohann  <kai.grossjohann@gmx.net>
13714         * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
13715         (ange-ftp-call-chmod): Reference remote-shell-program instead of
13716         ange-ftp-remote-shell.
13718 2004-10-10  Andreas Schwab  <schwab@suse.de>
13720         * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
13721         `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
13722         Reported by <sri@asu.edu>.
13724 2004-10-10  Benjamin Rutt  <brutt@bloomington.in.us>
13726         * vc.el (vc-annotate-mode): Remove variable.
13727         (vc-annotate-display-select): Only call vc-annotate-mode
13728         if we're not in that mode already.
13730 2004-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13732         * imenu.el (imenu--completion-buffer): Don't return t for rescan.
13733         (imenu-choose-buffer-index): Check here for rescan instead.
13735         * font-lock.el (font-lock-apply-highlight): Explicitly check the case
13736         where the face expression evals to nil.
13738         * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
13739         (tex-font-lock-keywords-2): Use it.
13740         (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
13742         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
13744 2004-10-09  Kim F. Storm  <storm@cua.dk>
13746         * subr.el (progress-reporter-update): Define before first usage.
13747         (make-progress-reporter): Doc fix.
13749 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
13751         * textmodes/paragraphs.el (sentence-end-double-space)
13752         (sentence-end-without-period, sentence-end-without-space)
13753         (sentence-end): Doc fixes.
13755 2004-10-08  Peter Seibel  <peter@javamonkey.com>  (tiny change)
13757         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
13758         Change paragraph-start regexp so we don't fill code starting with #'(.
13760 2004-10-08  Sebastien Kirche  <seki@seki.fr>  (tiny change)
13762         * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
13763         New defcustom.
13764         (extract-address-components): Use it.
13766 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
13768         * subr.el (make-progress-reporter, progress-reporter-update)
13769         (progress-reporter-force-update, progress-reporter-do-update)
13770         (progress-reporter-done): New functions.
13772         * tar-mode.el (tar-summarize-buffer): Use progress reporter.
13774         * progmodes/etags.el (etags-tags-completion-table): Use progress
13775         reporter.
13776         (etags-tags-apropos): Likewise.
13778 2004-10-08  Alan Mackenzie  <acm@muc.de>
13780         * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
13781         of current line.
13783 2004-10-08  Masatake YAMATO  <jet@gyve.org>
13785         * server.el (server-process-filter): Wrap `process-send-region'
13786         by `condition-case' to guard the case when the pipe to PROC is closed.
13788 2004-10-07  Mark A. Hershberger  <mah@everybody.org>
13790         * xml.el (xml-substitute-special): Limit handling of external entities.
13792 2004-10-06  Nick Roberts  <nickrob@snap.net.nz>
13794         * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialize gdb-input-queue.
13796 2004-10-06  John Paul Wallington  <jpw@gnu.org>
13798         * xml.el (xml-parse-dtd): Fix `error' call.
13800 2004-10-05  Mark A. Hershberger  <mah@everybody.org>
13802         * xml.el (xml-substitute-special): Return a single string instead
13803         of a list of strings if an entity substitution is made.
13805 2004-10-05  Ulf Jasper  <ulf.jasper@web.de>
13807         * calendar/icalendar.el: New file.
13809 2004-10-05  Juri Linkov  <juri@jurta.org>
13811         * isearch.el (isearch-done): Set mark after running hook.
13812         Reported by Drew Adams <drew.adams@oracle.com>.
13814         * info.el (Info-history, Info-toc): Fix Info headers.
13815         (Info-toc): Narrow buffer before Info-fontify-node.
13816         (Info-build-toc): Don't check for special Info file names.
13817         Set main-file to nil if Info-find-file returns a symbol.
13819 2004-10-05  Emilio C. Lopes  <eclig@gmx.net>
13821         * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
13822         (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
13823         * calendar/cal-menu.el (calendar-mode-map): Ditto.
13825 2004-10-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
13827         * calendar/cal-iso.el (calendar-iso-read-args): New function,
13828         for old interactive spec from calendar-goto-iso-date.
13829         (calendar-goto-iso-date): Use it.
13830         (calendar-goto-iso-week): New function.  Suggested by Emilio
13831         C. Lopes <eclig@gmx.net>.
13833 2004-10-04  Luc Teirlinck  <teirllm@auburn.edu>
13835         * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
13836         `set-right-margin' bindings that follow the minor mode conventions.
13838 2004-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13840         * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
13841         (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
13842         (latex-block-args-alist): Add minipage and picture.
13843         (latex-block-body-alist): Use reftex-label if enabled.
13844         (latex-insert-block): Don't insert a \n if not necessary.
13845         (tex-compile-commands): Make sure dvips doesn't send to printer.
13846         (tex-compile-default): Handle the case where no executable is found.
13847         (latex-noindent-environments): New var.
13848         (latex-find-indent): Use it.  Take an empty line as an arg-breaker.
13849         If tex-indent-allhanging is non-nil, make sure we only align for macros
13850         at beginning of line.
13852 2004-10-03  Daniel Pfeiffer  <occitan@esperanto.org>
13854         * newcomment.el (comment-beginning): Doc fix and don't choke on
13855         unset `comment-end-skip' when at beginning of comment.
13857 2004-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
13859         * term.el (term-adjust-current-row-cache): Don't allow the current
13860         row to become negative.
13861         (term-emulate-terminal): Fix insert mode.  Handle tab insertion at
13862         the end of the line.  Fix scroll down.  Add comments.
13863         (term-handle-ansi-escape): Don't exceed terminal width when moving
13864         right.
13865         (term-scroll-region): Move the cursor after setting the scroll region.
13867 2004-10-01  Luc Teirlinck  <teirllm@auburn.edu>
13869         * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
13870         to `width' for consistency with docstring.  Doc fix.
13872 2004-10-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
13874         * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
13875         This is necessary for derived modes.
13877 2004-09-30  Kim F. Storm  <storm@cua.dk>
13879         * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
13880         (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
13882         * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
13883         kmacro-extract-lambda functions.
13884         (edit-kbd-macro): Handle kmacro lambda forms.
13885         Include counter and counter format in edit buffer.
13886         (edmacro-finish-edit): Get counter and format from edit buffer and
13887         update kmacro bindings when found.
13889 2004-09-29  Luc Teirlinck  <teirllm@auburn.edu>
13891         * textmodes/paragraphs.el (forward-paragraph):
13892         Avoid args-out-of-range error when point winds up at the beginning of
13893         the buffer and hard newlines are enabled.
13895         * newcomment.el (comment-multi-line): Doc fix.
13897 2004-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13899         * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
13900         (diff-fixup-modifs): Catch unified-diff file-headers.
13902 2004-09-29  Kim F. Storm  <storm@cua.dk>
13904         * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
13905         (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
13906         (gdb-put-breakpoint-icon): Use breakpoint bitmap.
13908         * fringe.el (fringe-bitmap-p): New macro.
13909         (fringe-bitmaps): Add standard fringe bitmaps on load.
13911 2004-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13913         * dired.el (dired-view-command-alist): Use more efficient regexps.
13914         Remove dubious arguments.
13915         (dired-align-file): New function.
13916         (dired-insert-directory): Use it.
13917         (dired-move-to-end-of-filename): Make the " -> " search more specific.
13918         (dired-buffers-for-dir): Remove unused var `pattern'.
13920 2004-09-28  Matthew Mundell  <matt@mundell.ukfsn.org>
13922         * calendar/diary-lib.el (list-diary-entries): Save diary buffer
13923         from diary display excursion.  Store diary buffer's point for
13924         `simple-diary-display'.
13925         (simple-diary-display): Set window point and start when
13926         displaying buffer, to preserve point.
13928 2004-09-27  Luc Teirlinck  <teirllm@auburn.edu>
13930         * textmodes/enriched.el (enriched-translations): Replace defconst
13931         with defvar.
13933 2004-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13935         * printing.el: Doc fix.
13936         (pr-version): New version number (6.8.1).
13937         (pr-ps-file-using-ghostscript): Use make-temp-file instead of
13938         make-temp-name.
13939         (pr-delete-file): Check if file exists before deleting it.
13940         Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
13942 2004-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13944         * term.el (term-display-table): New variable.
13945         (term-mode): Use it.
13946         (term-exec-1): Set the coding system to binary.
13947         (term-emulate-terminal): Decode the string before inserting it.
13949 2004-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
13951         * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
13952         (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
13953         (map): Bind S-prior, S-next and S-insert.
13954         (term-mode): Set `indent-tabs-mode' to nil.
13955         (term-paste): New function to be bound to S-insert.
13956         (term-send-del, term-send-backspace): Change the strings sent.
13957         (term-termcap-format): Synchronize with etc/e/eterm.ti.
13958         (term-handle-colors-array): Fix handling of underline and reverse.
13959         (term-handle-ansi-escape): Do not handle smcup/rmcup.  Add comments.
13960         (term-erase-in-line): Fix comparison.
13961         (term-emulate-terminal): Fix line wrap handling.
13962         (term-start-output-log): Rename from `term-set-output-log'.
13963         (term-stop-output-log): Rename from `term-stop-photo'.
13964         (term-switch-to-alternate-sub-buffer): Comment out, unused.
13966 2004-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13968         * dired.el (dired-move-to-filename): Don't output a message if
13969         raise-error is non-nil.  Fix return position and value.
13971         * files.el (insert-directory): Obey --dired even with symlinks.
13973 2004-09-25  Lars Hansen  <larsh@math.ku.dk>
13975         * ls-lisp.el (ls-lisp-format): Mark file names with property
13976         dired-filename.
13978 2004-09-25  Kim F. Storm  <storm@cua.dk>
13980         * ido.el (ido-max-directory-size): New defcustom.
13981         (ido-decorations): Add "too big" element.
13982         (ido-directory-too-big): New dynamic var.
13983         (ido-may-cache-directory): Don't cache big directories.
13984         (ido-directory-too-big-p): New defun.
13985         (ido-set-current-directory): Update ido-directory-too-big.
13986         (ido-read-internal): Make empty ido-cur-item if too-big.
13987         (ido-buffer-internal): Use ido-read-internal directly instead of
13988         ido-read-buffer.
13989         (ido-file-internal): Init ido-directory-too-big.
13990         (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
13991         and redo completion with full list.
13992         (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
13993         it, and show completions.
13994         (ido-all-completions): Let bind ido-directory-too-big to nil.
13995         (ido-exhibit): Handle ido-directory-too-big.
13996         (ido-read-buffer): Handle fallback to read-buffer.
13997         Init ido-directory-too-big.
13998         (ido-read-file-name, ido-read-directory-name, ido-completing-read):
13999         Init ido-directory-too-big.
14001 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
14003         * subr.el (delay-mode-hooks): Doc fix.
14005 2004-09-23  Luc Teirlinck  <teirllm@auburn.edu>
14007         * textmodes/enriched.el
14008         (enriched-default-text-properties-local-flag): New variable.
14009         (enriched-mode): Make sure that enabling and disabling the mode is
14010         a no-op.  Doc fix.
14012 2004-09-23  H\e,Ae\e(Bkon Malmedal  <hmalmedal@yahoo.no>  (tiny change)
14014         * calendar/holidays.el (holiday-advent): Report on a specified day
14015         offset from advent, not just advent.
14016         (holiday-easter-etc): Report on one specified day offset from
14017         easter, not all easter holidays.  Various Easter holidays moved to
14018         `christian-holidays' variable in calendar.el.
14019         * calendar/calendar.el (christian-holidays): Adapt for new
14020         behavior of `holiday-advent' and `holiday-easter-etc' functions.
14022 2004-09-23  Kim F. Storm  <storm@cua.dk>
14024         * image.el (insert-sliced-image): Add doc string.
14026         * ido.el (ido-choice-list): New dynamic var for `list' context.
14027         (ido-context-switch-command): New dynamic var.
14028         (ido-define-mode-map): Generalize switch between file/buffer contexts.
14029         (ido-read-internal): Handle new `list' context.
14030         Handle insert-buffer and insert-file ido-exit values.
14031         (ido-buffer-internal): New arg switch-cmd.  Use it to setup
14032         ido-context-switch-command.  Handle insert-file ido-exit value.
14033         (ido-read-buffer): Set ido-context-switch-command to 'ignore
14034         unless it is already bound by caller.
14035         (ido-file-internal): New arg switch-cmd.  Use it to setup
14036         ido-context-switch-command.  Handle insert-buffer ido-exit value.
14037         (ido-enter-insert-buffer, ido-enter-insert-file): New commands
14038         used for context switching.
14039         (ido-all-completions): Handle new `list' context.
14040         (ido-make-choice-list): Return choices for `list' context.
14041         (ido-find-file-in-dir, ido-display-file, ido-write-file)
14042         (ido-display-buffer, ido-kill-buffer): Disable context switching.
14043         (ido-insert-buffer, ido-insert-file): Setup context switching.
14044         (ido-exhibit): Handle `list' context.
14045         (ido-read-file-name): Disable context switching.  Handle fallback.
14046         (ido-read-directory-name): Disable context switching.
14047         (ido-completing-read): New defun like completing-read.  Setup and
14048         use new `list' context.
14050 2004-09-20  Jesper Harder  <harder@ifa.au.dk>
14052         * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
14054 2004-09-21  Jay Belanger  <belanger@truman.edu>
14056         * calc/calc-graph.el (calc-graph-add-curve): Move the call to
14057         `calc-graph-set-styles' so the gnuplot buffer will appear in a
14058         separate window.
14060 2004-09-21  Luc Teirlinck  <teirllm@auburn.edu>
14062         * subr.el (after-change-major-mode-hook): Doc fix.
14064 2004-09-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14066         * printing.el: Doc fix.  Add a new tip about the use of gsprint instead
14067         of ghostscript for monochrome PostScript file in Windows.
14069 2004-09-21  Kenichi Handa  <handa@m17n.org>
14071         * descr-text.el (describe-char): Checking of quail activation fixed.
14073 2004-09-21  Jay Belanger  <belanger@truman.edu>
14075         * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
14077 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
14079         * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
14080         after the mode hooks instead of before.  Doc fix.
14082 2004-09-20  Jason Rumney  <jasonr@gnu.org>
14084         * startup.el (command-line) [windows-nt]: Try .emacs first, then
14085         _emacs, but revert to .emacs if neither exists in home directory.
14087 2004-09-20  John Paul Wallington  <jpw@gnu.org>
14089         * bindings.el (completion-ignored-extensions): Add .dfsl.
14091 2004-09-20  Richard M. Stallman  <rms@gnu.org>
14093         * bindings.el (scroll-left): Make it disabled.
14095         * files.el (enable-local-eval): Doc fix.
14097         * indent.el (move-to-left-margin): Special case for minibuffer.
14099         * term.el (term-emulate-terminal): Turn off undo for output.
14100         Use with-current-buffer and save-selected-window.
14102         * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
14104         * progmodes/make-mode.el (makefile-fill-paragraph):
14105         Don't insist on spaces when looking for comments.  # is enough.
14107         * files.el (hack-local-variables): Copy the variables list
14108         to another buffer, strip prefixes and suffixes there, then read.
14109         (enable-local-eval): Doc fix.
14110         (ignored-local-variables): Initialize to nil.
14111         (risky-local-variable-p): Don't check ignored-local-variables here.
14112         (hack-one-local-variable): Ignore var if in ignored-local-variables.
14114 2004-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
14116         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
14117         of = to "." (punctuation).
14119 2004-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14121         * subr.el (event-basic-type): Fix mask (extend to 22bits).
14123 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
14125         * textmodes/enriched.el (enriched-rerun-flag): New variable.
14126         (enriched-before-change-major-mode): New function.
14127         Add it to `change-major-mode-hook'.
14128         (enriched-after-change-major-mode): New function.
14129         Add it to `after-change-major-mode-hook'.
14130         (enriched-mode): Make it work correctly if called from
14131         `after-change-major-mode-hook'.
14132         No longer set `indent-line-function'.
14134         * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
14136         * subr.el (after-change-major-mode-hook): New variable.
14137         (run-mode-hooks): Implement it.
14139 2004-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14141         * battery.el (battery-linux-proc-apm): Use string-to-number.
14142         (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
14143         Use dolist (and less indentation).  Use erase-buffer.
14144         Pre-initialize `design-capacity', `warn', and `low'.
14145         (battery-format): Use replace-regexp-in-string.
14147 2004-09-18  Ralph Schleicher  <rs@nunatak.allgaeu.org>
14149         * battery.el: Delete superfluous empty lines.
14150         (battery-linux-proc-acpi): Attempt to gather information from all
14151         battery subdirectories regardless of their file name.
14152         (battery-linux-proc-apm): Replace all occurrences of
14153         battery-hex-to-int-2 with string-to-int (base 16).
14154         (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
14155         (battery-hex-map): Delete variable.
14157 2004-09-18  John Paul Wallington  <jpw@gnu.org>
14159         * calc/calc-units.el (calc-quick-units): Fix overzealous
14160         s/or/unless/.
14162 2004-09-17  Jay Belanger  <belanger@truman.edu>
14164         * calc/calc.el (calc-mode-var-list): Fix the value of
14165         `calc-matrix-brackets'.
14167 2004-09-17  Romain Francoise  <romain@orebokech.com>
14169         * ibuf-ext.el (define-ibuffer-filter filename):
14170         Expand dired-directory since buffer-file-name is absolute.
14172 2004-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
14174         * ediff-init.el (ediff-current-diff-face-A)
14175         (ediff-current-diff-face-B, ediff-current-diff-face-C)
14176         (ediff-current-diff-face-Ancestor)
14177         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
14178         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
14179         (ediff-even-diff-face-A, ediff-even-diff-face-B)
14180         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
14181         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
14182         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
14183         Use min-colors.
14185         * term.el (term-down): Perform vertical motion if DOWN is negative.
14186         (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
14187         (term-termcap-format): Synchronize with the eterm terminfo entry
14188         in etc/e/eterm.ti.
14189         (term-handle-colors-array): If the current foreground or
14190         background are zero (i.e. unspecified), use the foreground and
14191         background of the default face for reverse video.
14192         (term-ansi-at-eval-string, term-ansi-default-fg)
14193         (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
14194         (term-mem): Delete unused function.
14195         (term-protocol-version): Increment.
14196         (term-current-face): Set to default.
14198 2004-09-15  Jay Belanger  <belanger@truman.edu>
14200         * calc/calc.el (calc-mode-var-list): Define this variable.
14201         (calc-always-load-extensions, calc-line-numbering)
14202         (calc-line-breaking, calc-display-just, calc-display-origin)
14203         (calc-number-radix, calc-leading-zeros, calc-group-digits)
14204         (calc-group-char, calc-point-char, calc-frac-format)
14205         (calc-prefer-frac, calc-hms-format, calc-date-format)
14206         (calc-float-format, calc-full-float-format, calc-complex-format)
14207         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
14208         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
14209         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
14210         (calc-matrix-brackets, calc-language, calc-language-option)
14211         (calc-left-label, calc-right-label, calc-word-size)
14212         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
14213         (calc-display-raw, calc-internal-prec, calc-angle-mode)
14214         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
14215         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
14216         (calc-window-height, calc-display-trail, calc-show-selections)
14217         (calc-use-selections, calc-assoc-selections)
14218         (calc-display-working-message, calc-auto-why, calc-timing)
14219         (calc-mode-save-mode, calc-standard-date-formats)
14220         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
14221         (calc-user-parse-tables, calc-gnuplot-default-device)
14222         (calc-gnuplot-default-output, calc-gnuplot-print-device)
14223         (calc-gnuplot-print-output, calc-gnuplot-geometry)
14224         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
14225         (calc-invocation-macro, calc-show-banner): Give these values as
14226         part of `calc-mode-var-list's initialization after the variables
14227         are declared with defvar.
14228         (calc-bug-address): Change email address to send bug reports to.
14229         Change the maintainer address at the top.
14230         (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
14231         than "\\.emacs" to determine if it is the user-init-file.
14233         * calc/calc-embed.el (calc-embedded-set-modes): Use
14234         `calc-mode-var-list' correctly.
14236 2004-09-15  Thien-Thi Nguyen  <ttn@gnu.org>
14238         * vc.el (annotate-time): Document point handling.
14239         (vc-annotate-display-autoscale): Doc fix.
14241 2004-09-15  Miles Bader  <miles@gnu.org>
14243         * generic.el (generic-make-keywords-list): Use symbol rather than
14244         word anchors in regexp.
14246 2004-09-14  Sean O'Rourke  <sorourke@cs.ucsd.edu>
14248         * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
14249         no file name consider `dired-directory'.
14251 2004-09-14  Kim F. Storm  <storm@cua.dk>
14253         * faces.el (cursor): Add face-no-inherit property.  Doc fix.
14255 2004-09-14  Simon Josefsson  <jas@extundo.com>
14257         * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
14259         * textmodes/dns-mode.el: Add.
14261 2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14263         * novice.el (disabled-command-hook): Use shorthand for obsolescence.
14264         (disabled-command-function): Make the ?\  char more obvious.
14266         * vc-arch.el (vc-arch-root, vc-arch-registered):
14267         * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
14269 2004-09-13  Hovav Shacham  <hovav@sha1.stanford.edu>
14271         * windmove.el (windmove-frame-edges): Report coordinates of
14272         outside edges of frame, not inside edges.
14273         (windmove-coordinates-of-position): Convert into wrapper to new
14274         function `windmove-coordinates-of-window-position';
14275         `compute-motion' always applies to selected window.
14276         (windmove-coordinates-of-position): Update documentation to refer
14277         to Emacs 21 Lisp Reference Manual.
14278         (windmove-find-other-window): Fix off-by-one errors for max x,y.
14280 2004-09-13  Kim F. Storm  <storm@cua.dk>
14282         * isearch.el (isearch-resume-in-command-history): Rename from
14283         isearch-resume-enabled and change default to nil.
14285 2004-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14287         * vc-hooks.el (vc-ignore-dir-regexp): New var.
14288         (vc-registered): Use it.
14289         (vc-find-root): New fun.
14291         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
14292         Don't tell to use \\{...} when it's already done.
14294         * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
14295         Provide a sample complex default.
14296         (bibtex-url, bibtex-font-lock-url): Adapt to new format.
14297         (bibtex-entry): Use mapc.
14299 2004-09-12  Kim F. Storm  <storm@cua.dk>
14301         * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
14303         * emulation/cua-rect.el (cua--rectangle-operation): Let bind
14304         inhibit-field-text-motion to t so rectangles work in comint buffers.
14306         * simple.el (choose-completion-string): Set buffer before running
14307         choose-completion-string-functions hook so it can be buffer-local.
14309 2004-09-12  Daniel Pfeiffer  <occitan@esperanto.org>
14311         * progmodes/compile.el (compilation-start): Parse command to see
14312         if it starts with a cd, and if so perform it for the *compilation*
14313         buffer.  Change the header to reflect this.
14315 2004-09-11  Kim F. Storm  <storm@cua.dk>
14317         * ido.el (ido-enable-dot-prefix): Doc fix.
14318         (ido-enable-dot-prefix): New defcustom.
14319         (ido-set-matches1): Use it.
14321 2004-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14323         * textmodes/bibtex.el (bibtex-mark-active)
14324         (bibtex-run-with-idle-timer): Move the `if' inside the defun.
14326 2004-09-10  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14328         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
14329         used in a case insensitive environment.
14330         (bibtex-mode-map): Rearrange order of menus.
14331         (bibtex-quoted-string-re): Obsolete.
14332         (bibtex-complete-key-cleanup): Variable replaced by new function.
14333         (bibtex-font-lock-keywords): Use backquotes.
14334         (bibtex-font-lock-url-regexp): New internal variable.
14335         (bibtex-name-in-field): New optional arg remove-opt-alt to remove
14336         "OPT" and "ALT".
14337         (bibtex-insert-current-kill, bibtex-make-field)
14338         (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
14339         (bibtex-parse-field-text): Simplify.
14340         (bibtex-string=): New helper function.
14341         (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
14342         (bibtex-map-entries): Use bibtex-string=.
14343         (bibtex-search-entry): Use not.
14344         (bibtex-enclosing-field): Fix docstring.
14345         (bibtex-assoc-regexp): Obsolete.
14346         (bibtex-format-entry): Use assoc-string and bibtex-string=.
14347         (bibtex-autokey-get-names): Handle empty name field.
14348         (bibtex-parse-strings): Use assoc-string and unless.
14349         (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
14350         Use assoc-string.
14351         (bibtex-pop): Simplify.
14352         (bibtex-mode): Set font-lock-extra-managed-props.
14353         (bibtex-entry-update): Use assoc-string.
14354         (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
14355         (bibtex-autofill-entry): Use bibtex-string=.
14356         (bibtex-print-help-message): Simplify.
14357         (bibtex-find-entry): New optional arg START.
14358         (bibtex-validate): Use bibtex-string= and assoc-string.
14359         Do not call obsolete function compilation-parse-errors.
14360         (bibtex-remove-delimiters): Only remove delimiters if present.
14361         (bibtex-copy-entry-as-kill): Add docstring.
14362         (bibtex-clean-entry): Use bibtex-string=.  Handle empty keys.
14363         Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
14364         (bibtex-complete): Use bibtex-predefined-month-strings,
14365         bibtex-string=, and new function bibtex-complete-key-cleanup.
14366         (bibtex-generate-url-list): New variable.
14367         (bibtex-url): New command bound to C-c C-l and mouse-2.
14368         (bibtex-url-map): New local keymap for bibtex-url-mouse.
14369         (bibtex-font-lock-url): New function.
14371 2004-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14373         * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
14375 2004-09-09  Kim F. Storm  <storm@cua.dk>
14377         * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
14378         counter and format with binding.
14379         (kmacro-name-last-macro): New defun.  Like name-last-kbd-macro, but
14380         the declared macro uses own macro counter and format.  Give symbol
14381         kmacro property.
14382         (kmacro-keymap): Bind kmacro-name-last-macro to n.
14383         (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
14384         (kmacro-end-and-call-macro): Doc fix.
14386 2004-09-09  Lars Hansen  <larsh@math.ku.dk>
14388         * desktop.el (desktop-clear-preserve-buffers):
14389         Remove make-obsolete-variable.
14391 2004-09-08  Richard M. Stallman  <rms@gnu.org>
14393         * buff-menu.el (list-buffers-noselect): Call format-mode-line
14394         with the buffer as argument.
14396 2004-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14398         * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
14400 2004-09-08  Juri Linkov  <juri@jurta.org>
14402         * replace.el (perform-replace): Use `query-replace-descr'.
14404         * cus-start.el (history-delete-duplicates): Specify customization.
14406         * diff-mode.el (diff-mode-map):
14407         * progmodes/compile.el (compilation-mode-map):
14408         * progmodes/grep.el (grep-mode-map):
14409         * replace.el (occur-mode-map): Rename `next-error-follow-mode'
14410         to `next-error-follow-minor-mode'.
14412 2004-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14414         * isearch.el (isearch-lazy-highlight-update): Take into account
14415         the case of zero-length match at the search bound.
14417 2004-09-08  Kim F. Storm  <storm@cua.dk>
14419         * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
14420         change.  Use zero width overlays when necessary.
14422 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
14424         * subr.el (split-string): Docfix.
14426 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
14428         * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
14429         (display-call-tree): Ensure newline after caller/calls blocks.
14431 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
14433         * startup.el (command-line-1): Make option
14434         --directory/-L modify `load-path' straight away.
14436 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
14438         * progmodes/grep.el (grep-mode): Use normal autoload cookie.
14440 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
14442         * emacs-lisp/autoload.el (make-autoload):
14443         Handle `define-compilation-mode'.
14445         * emacs-lisp/lisp-mode.el (define-compilation-mode):
14446         Specify `doc-string-elt' property.
14448 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
14450         * bs.el (bs-mode): Doc fix.
14452 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
14454         * info.el (Info-insert-dir): Fix temp buffer leak bug.
14456 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
14458         * play/blackbox.el (bb-trace-ray): Avoid double tracing.
14460 2004-09-08  Kenichi Handa  <handa@m17n.org>
14462         * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
14463         length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
14464         ps-mule-next-point -> 1+).
14466         * composite.el (encode-composition-rule): Add autoload cookie.
14468 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
14470         * format.el (buffer-auto-save-file-format): Make it permanent local.
14472 2004-09-07  Kim F. Storm  <storm@cua.dk>
14474         * emacs-lisp/authors.el (authors-aliases): Add more aliases.
14475         (authors-fixed-entries): Fix typo.
14476         (authors-canonical-author-name): Compact multiple spaces.
14477         Ignore trivial names (e.g. only first name).
14479         * term.el (term-window-width): Only use full window width on
14480         window system if overflow-newline-into-fringe is enabled.
14481         (term-mode): Don't disable overflow-newline-into-fringe.
14483 2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14485         * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
14486         motion as seen on my Mac OS X xterms.
14488         * newcomment.el (uncomment-region-default, comment-region-default):
14489         New functions extracted from uncomment-region and comment-region.
14490         (comment-region, comment-region-function, uncomment-region)
14491         (uncomment-region-function): Use them.
14493         * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
14495         * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
14496         It's not crucial but can make sense at times.
14498         * vc-arch.el (vc-arch-workfile-version): Handle the special case before
14499         the first commit.
14501         * vc.el (vc-buffer-context, vc-restore-buffer-context):
14502         Disable obsolete code.
14504 2004-09-07  Juri Linkov  <juri@jurta.org>
14506         * progmodes/grep.el (grep-highlight-matches): Change default from
14507         `t' to `auto-detect', and type from `boolean' to `choice'.  Doc fix.
14508         (grep-compute-defaults): Set `grep-highlight-matches' to `t'
14509         if grep option `--color' is available, or to `nil' otherwise.
14510         (grep-process-setup): Call `grep-compute-defaults' if
14511         `grep-highlight-matches' is not computed.  Set env-vars only
14512         if `grep-highlight-matches' is `t'.
14513         (grep-use-null-device): Remove redundant type `boolean' (`choice'
14514         is already defined).
14516         * progmodes/compile.el (compilation-start): Use copy of
14517         `process-environment' created by `copy-sequence' to not
14518         modify env-vars in the global `process-environment'.
14520 2004-09-06  Eli Zaretskii  <eliz@gnu.org>
14522         * simple.el (next-error-follow-minor-mode): Fix last change.
14524 2004-09-05  Luc Teirlinck  <teirllm@auburn.edu>
14526         * textmodes/paragraphs.el (use-hard-newlines): Make it into a
14527         permanent local.
14529 2004-09-04  Richard M. Stallman  <rms@gnu.org>
14531         * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
14532         highlighting if the search string is empty.
14534 2004-09-04  Luc Teirlinck  <teirllm@auburn.edu>
14536         * facemenu.el (facemenu-active-faces): Change condition of inner
14537         `while' loop to also check the first two elements of `face-atts'
14538         and `mask-atts'.
14540 2004-09-04  John Paul Wallington  <jpw@gnu.org>
14542         * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
14543         (thumbs-view-image-mode): Make buffer read-only.
14545 2004-09-04  Christopher J. Madsen  <cjm@pobox.com>
14547         * textmodes/ispell.el (ispell-really-aspell): New defvar.
14548         (ispell-check-version): Set it.
14549         (ispell-send-replacement): New function.
14550         (ispell-process-line): Call ispell-send-replacement.
14552 2004-09-04  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
14554         * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
14555         Support choosing seconds with "s".
14557 2004-09-04  Jari Aalto  <jari.aalto@poboxes.com>
14559         * terminal.el (te-escape): Show `?' in prompt for help key.
14561 2004-09-04  Emilio C. Lopes  <eclig@gmx.net>
14563         * emacs-lisp/lisp.el (kill-backward-up-list): New function.
14565 2004-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
14567         * simple.el (next-error-follow-minor-mode)
14568         (next-error-follow-mode-post-command-hook): New functions.
14569         (next-error-follow-last-line): New defvar.
14571         * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
14572         * progmodes/compile.el (compilation-mode-map): Likewise.
14573         * progmodes/grep.el (grep-mode-map): Likewise.
14574         * replace.el (occur-mode-map): Likewise.
14576         * newcomment.el (uncomment-region): Bind comment-use-global-state
14577         to nil.
14579 2004-09-03  Luc Teirlinck  <teirllm@auburn.edu>
14581         * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
14582         locally around the call to `revert-buffer'.
14584 2004-09-03  Juri Linkov  <juri@jurta.org>
14586         * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
14587         `isearch-adjusted' to `t'.
14588         (isearch-toggle-case-fold): Set `isearch-success' to `t'.
14589         (isearch-message-prefix): Add "pending" for isearch-adjusted.
14590         (isearch-other-meta-char): Restore isearch-point unconditionally.
14591         (isearch-query-replace): Add new arg `regexp-flag' and use it.
14592         Set point to start of match if region is not active in transient
14593         mark mode (to include the current match to region boundaries).
14594         Push the search string to `query-replace-from-history-variable'.
14595         Add prompt "Query replace regexp" for isearch-regexp.
14596         Add region beginning/end as last arguments of `perform-replace.'
14597         (isearch-query-replace-regexp): Replace code by the call to
14598         `isearch-query-replace' with arg `t'.
14600 2004-09-03  Richard M. Stallman  <rms@gnu.org>
14602         * startup.el (normal-top-level): Undo previous TERM change.
14604 2004-09-03  Kim F. Storm  <storm@cua.dk>
14606         * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
14607         highlight overlays; allow using RET when cursor is over a button.
14608         (cua--highlight-rectangle): Use it.
14609         (cua--rectangle-set-corners): Don't move backwards at eol.
14610         (cua--forward-line): Don't move into void after eob.
14612         * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
14613         point is set (and displayed) inside rectangle.
14614         (cua--rectangle-operation): Fix for highlight of empty lines.
14615         (cua--highlight-rectangle): Fix highlight for tabs.
14616         Position cursor at left/right edge of rectangle using new `cursor'
14617         property on overlay strings.
14618         (cua--indent-rectangle): Don't tabify.
14619         (cua-rotate-rectangle): Ignore that point has moved.
14621 2004-09-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14623         * term/mac-win.el: Add ASCII equivalents for some function keys.
14624         (mode-line-frame-identification): Sync with x-win.el.
14626 2004-09-02  Juri Linkov  <juri@jurta.org>
14628         * progmodes/compile.el (compilation-buffer-name): Compare major
14629         mode with second element of compilation-arguments instead of third
14630         to reflect latest changes in compilation-arguments structure.
14631         (recompile): Use global variable `compilation-directory' to get
14632         recent compilation directory only when `recompile' is invoked NOT
14633         in the compilation buffer.  Otherwise, use `default-directory' of
14634         the compilation buffer.
14635         (compilation-error-properties): Allow to funcall col and end-col.
14636         (compilation-mode-font-lock-keywords): Check col and end-col by
14637         `integerp'.
14638         (compilation-goto-locus): If end-mk is non-nil in transient mark
14639         mode don't activate the mark (and don't display message in
14640         push-mark), but highlight overlay between mk and end-mk.
14642         * progmodes/grep.el (grep-highlight-matches): New defcustom.
14643         (grep-regexp-alist): Add rule to highlight grep matches.
14644         (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
14646         * info.el (Info-fontify-node): Don't compute other-tag
14647         if Info-hide-note-references=hide.
14649         * help.el (function-called-at-point):
14650         * help-fns.el (variable-at-point):
14651         Try `find-tag-default' when other methods failed.
14653         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
14654         Do not push mark if inhibit-mark-movement is non-nil.
14656         * textmodes/ispell.el (ispell-html-skip-alists):
14657         Fix backslashes in docstring.
14659 2004-09-01  Juri Linkov  <juri@jurta.org>
14661         * isearch.el (isearch-wrap-function)
14662         (isearch-push-state-function): New defvars.
14663         (isearch-pop-fun-state): New defsubst.
14664         (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
14665         (isearch-push-state): Set the result of calling
14666         `isearch-push-state-function' to the `isearch-pop-fun-state' field.
14667         (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
14668         restore the mode-specific starting point of terminated search.
14669         (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
14670         (isearch-repeat): Call `isearch-wrap-function' if defined.
14671         (isearch-message-prefix): Don't add prefix "over" to the message
14672         for wrapped search if `isearch-wrap-function' is defined.
14673         (isearch-search): Call function saved in `isearch-pop-fun-state' to
14674         restore the mode-specific starting point of failed search.
14676         * info.el (Info-search-whitespace-regexp): Fix backslashes.
14677         (Info-search): Add new optional arguments for the sake of isearch.
14678         Replace whitespace in Info-search-whitespace-regexp literally.
14679         Add backward search.  Don't call `Info-select-node' if regexp is
14680         found in the same Info node.  Don't add node to Info-history for
14681         wrapped isearch.
14682         (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
14683         (Info-isearch-push-state, Info-isearch-pop-state): New funs.
14684         (Info-mode): Set local variables `isearch-search-fun-function',
14685         `isearch-wrap-function', `isearch-push-state-function',
14686         `search-whitespace-regexp'.
14688         * isearch.el: Remove ancient Change Log section.
14689         (isearch-string, isearch-message-string, isearch-point)
14690         (isearch-success, isearch-forward-flag, isearch-other-end)
14691         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
14692         (isearch-barrier, isearch-within-brackets)
14693         (isearch-case-fold-search): Add suffix `-state' to state-related
14694         defsubsts to avoid name clashes with other function names.
14696         * simple.el (next-error): New defgroup and defface.
14697         (next-error-highlight, next-error-highlight-no-select):
14698         New defcustoms.
14699         (next-error-no-select): Let-bind next-error-highlight to the value
14700         of next-error-highlight-no-select before calling `next-error'.
14702         * progmodes/compile.el (compilation-goto-locus):
14703         Use `next-error' face instead of `region'.  Set 4-th argument of
14704         `move-overlay' to `current-buffer' to move overlay to different
14705         source buffers.  Use new variable `next-error-highlight'.
14707         * simple.el (next-error-find-buffer): Move the rule
14708         "if current buffer is a next-error capable buffer" after the
14709         rule "if next-error-last-buffer is set to a live buffer".
14710         Simplify to test all rules in one `or'.
14711         (next-error): Doc fix.
14712         (next-error, previous-error, first-error)
14713         (next-error-no-select, previous-error-no-select):
14714         Make arguments optional.
14716 2004-08-31  Luc Teirlinck  <teirllm@auburn.edu>
14718         * macros.el (apply-macro-to-region-lines): Make it operate on all
14719         lines that begin in the region, rather than on all complete lines
14720         in the region.
14722 2004-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14724         * x-dnd.el (x-dnd-protocol-alist): Document update.
14725         (x-dnd-known-types): Defcustom it.
14726         (x-dnd-handle-motif): Print message-atom in error message.
14728 2004-08-30  John Paul Wallington  <jpw@gnu.org>
14730         * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
14731         strings rather than programatically constructing message.
14733 2004-08-30  Richard M. Stallman  <rms@gnu.org>
14735         * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
14736         Don't return a string that would read as the wrong character code.
14738 2004-08-29  Kim F. Storm  <storm@cua.dk>
14740         * emulation/cua-base.el (cua-auto-expand-rectangles):
14741         Remove automatic rectangle padding feature; replace by non-destructive
14742         virtual rectangle edges feature.
14743         (cua-virtual-rectangle-edges): New defcustom.
14744         (cua-auto-tabify-rectangles): New defcustom.
14745         (cua-paste): If paste into a marked rectangle, insert rectangle at
14746         current column, even if virtual; also paste exactly as many lines
14747         as has been marked (ignore additional lines or add empty lines),
14748         but paste whole source if only one line is marked.
14749         (cua--update-indications): No longer use overwrite-cursor to
14750         indicate rectangle padding
14752         * emulation/cua-rect.el (cua--rectangle-padding): Remove.
14753         (cua--rectangle-virtual-edges): New defun.
14754         (cua--rectangle-get-corners): Remove optional PAD arg.
14755         (cua--rectangle-set-corners): Never do padding.
14756         (cua--forward-line): Remove optional PAD arg.  Simplify.
14757         (cua-resize-rectangle-right, cua-resize-rectangle-left)
14758         (cua-resize-rectangle-down, cua-resize-rectangle-up):
14759         (cua-resize-rectangle-bot, cua-resize-rectangle-top)
14760         (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
14761         (cua--rectangle-move): Never do padding.  Simplify.
14762         (cua--tabify-start): New defun.
14763         (cua--rectangle-operation): Add tabify arg.  All callers changed.
14764         (cua--pad-rectangle): Remove.
14765         (cua--delete-rectangle): Handle delete with virtual edges.
14766         (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
14767         (cua--insert-rectangle): Handle insert at virtual column.
14768         Perform auto-tabify if necessary.
14769         (cua--activate-rectangle): Remove optional FORCE arg.
14770         Never do padding.  Simplify.
14771         (cua--highlight-rectangle): Enhance for virtual edges.
14772         (cua-toggle-rectangle-padding): Remove command.
14773         (cua-toggle-rectangle-virtual-edges): New command.
14774         (cua-sequence-rectangle): Add optional TABIFY arg.  Callers changed.
14775         (cua--rectangle-post-command): Don't force rectangle padding.
14776         (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
14778 2004-08-28  Luc Teirlinck  <teirllm@auburn.edu>
14780         * indent.el (edit-tab-stops-buffer): Doc fix.
14782 2004-08-28  Richard M. Stallman  <rms@gnu.org>
14784         * progmodes/grep.el (grep-default-command): Use find-tag-default.
14785         (grep-tag-default): Function deleted.
14787         * subr.el (find-tag-default): Move from etags.el.
14789         * progmodes/etags.el (find-tag-default): Move to subr.el.
14791         * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
14792         into the basic character if it has an uppercase form.
14794 2004-08-27  Kenichi Handa  <handa@m17n.org>
14796         * international/utf-8.el (utf-8-post-read-conversion): If the
14797         buffer is unibyte, temporarily make it multibyte.
14799 2004-08-27  Masatake YAMATO  <jet@gyve.org>
14801         * calendar/time-date.el (time-to-seconds): Add autoload cookies.
14803 2004-08-25  John Paul Wallington  <jpw@gnu.org>
14805         * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
14806         0, 1, and many mismatches in message.
14807         (tex-start-shell): Use `set-process-query-on-exit-flag'.
14809         * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
14810         (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
14812 2004-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14814         * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
14815         vc-diff-switches differently.
14817 2004-08-22  Luc Teirlinck  <teirllm@auburn.edu>
14819         * speedbar.el (speedbar-file-regexp): Give it a phony defvar
14820         before and a real defvar after
14821         `speedbar-supported-extension-expressions'.  This is to silence
14822         the compiler without breaking bootstrapping.
14824 2004-08-22  Richard M. Stallman  <rms@gnu.org>
14826         * textmodes/flyspell.el (flyspell-word):
14827         Use set-process-query-on-exit-flag.
14828         (flyspell-highlight-duplicate-region): Take POSS as arg.
14829         (flyspell-word): Pass POSS as arg.
14831         * progmodes/ada-xref.el: Many doc and style fixes.
14832         (ada-find-any-references): Use compilation-start.
14833         (ada-get-ali-file-name): Improve error msg.
14834         (ada-get-ada-file-name): Likewise.
14836         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
14837         (ange-ftp-start-process): Use set-process-query-on-exit-flag.
14839         * mail/mail-extr.el (mail-extr-all-top-level-domains):
14840         Add forward defvar.
14842         * whitespace.el (global-whitespace-mode): New alias
14843         for whitespace-global-mode.
14845         * speedbar.el (speedbar-file-regexp): Move definition up.
14846         (speedbar-mode, speedbar-set-mode-line-format):
14847         Use with-no-warnings.
14848         (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
14850         * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
14851         controls whether to display the error buffer.
14853         * ps-mule.el: Delete compatibility code for old Emacsen.
14854         (ps-mule-find-wrappoint): Don't use chars-in-region.
14856         * frame.el (display-mouse-p, display-selections-p):
14857         Use with-no-warnings.
14859         * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
14861 2004-08-22  David Kastrup  <dak@gnu.org>
14863         * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
14864         information.
14866         * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
14868 2004-08-22  Andreas Schwab  <schwab@suse.de>
14870         * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
14872 2004-08-22  Masatake YAMATO  <jet@gyve.org>
14874         * cvs-status.el (cvs-status-checkout): New function.
14875         (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
14877 2004-08-21  David Kastrup  <dak@gnu.org>
14879         * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
14880         (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
14881         has been converted to use hashtables, the relation `nil=none' is
14882         no longer valid, as `nil' is not a hashtable.  This patch tries to
14883         reduce the number of resulting errors.
14885 2004-08-21  John Paul Wallington  <jpw@gnu.org>
14887         * subr.el (process-kill-without-query): Made obsolete in
14888         version 21.4, not 21.5.
14890         * log-edit.el (vc-comment-ring, vc-comment-ring-index)
14891         (vc-previous-comment, vc-next-comment)
14892         (vc-comment-search-reverse, vc-comment-search-forward)
14893         (vc-comment-to-change-log): Likewise.
14895         * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
14897 2004-08-21  Peter Seibel  <peter@javamonkey.com>  (tiny patch)
14899         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
14900         Correct indentation of DEFMETHODS with non-standard method
14901         combinations (e.g., PROGN, MIN, MAX).
14903 2004-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14905         * startup.el (normal-top-level-add-subdirs-to-load-path):
14906         Avoid unnecessarily checking system-type.
14907         (normal-top-level): Set TERM to "dumb".  Simplify.
14909         * avoid.el (mouse-avoidance-ignore-p): New fun.
14910         Also ignore switch-frame, select-window, double, and triple clicks.
14911         (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
14912         (mouse-avoidance-fancy-hook): Use it.
14914 2004-08-20  Zoran Milojevic  <zoran@sipquest.com>  (tiny change)
14916         * avoid.el (mouse-avoidance-nudge-mouse)
14917         (mouse-avoidance-banish-destination): Stay within the current window
14918         to avoid problems with mouse-autoselect-window.
14920 2004-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14922         * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
14923         the newer format of some messages in cvs-1.12.1.
14925 2004-08-19  Masatake YAMATO  <jet@gyve.org>
14927         * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
14928         (elp-results-jump-to-definition-by-mouse)
14929         (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
14930         (elp-output-result): Use elp-output-insert-symname.
14932 2004-08-18  Kenichi Handa  <handa@m17n.org>
14934         * language/cyrillic.el: Register koi8-r in
14935         ctext-non-standard-encodings-alist.
14936         ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
14938 2004-08-17  Luc Teirlinck  <teirllm@auburn.edu>
14940         * emacs-lisp/copyright.el (copyright-update-year): Delete code
14941         that replaces 20xy with xy.
14943 2004-08-17  John Paul Wallington  <jpw@gnu.org>
14945         * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
14946         (reb-force-update): Doc fix.
14948 2004-08-16  Richard M. Stallman  <rms@gnu.org>
14950         * progmodes/which-func.el (which-func-update-1): Doc fix.
14952         * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
14953         (sh-mode-abbrev-table): New variable.
14955         * progmodes/compile.el (compilation-mode): Doc fix.
14957         * emacs-lisp/lisp-mode.el (eval-last-sexp):
14958         Don't cons a new symbol each time.
14959         (eval-last-sexp-fake-value): New variable.
14961         * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
14962         (copyright-update-year): Detect continuation of list of years.
14964         * term.el (term-default-fg-color, term-default-bg-color)
14965         (ansi-term-color-vector): Use `unspecified', not nil, as default.
14967         * imenu.el: Several doc fixes: don't say variables are buffer-local.
14969 2004-08-16  Davis Herring  <herring@lanl.gov>
14971         * isearch.el (isearch-string, isearch-message-string, isearch-point)
14972         (isearch-success, isearch-forward-flag, isearch-other-end)
14973         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
14974         (isearch-barrier, isearch-within-brackets)
14975         (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
14977 2004-08-16  Kenichi Handa  <handa@m17n.org>
14979         * ps-mule.el (ps-mule-font-info-database): Fix docstring.
14981 2004-08-15  Kenichi Handa  <handa@m17n.org>
14983         * term/x-win.el (x-selection-value): If utf8 was successful but
14984         ctext was not, use utf8 string.
14986 2004-08-14  Davis Herring  <herring@lanl.gov>
14988         * isearch.el: Remove accidental changes of March 4.  Fix backing
14989         up when a regexp isearch is made more general.  Use symbolic
14990         accessor functions for isearch stack frames to make usage clearer.
14991         (search-whitespace-regexp): Made groups in documentation shy (as
14992         is the group in the default value).
14993         (isearch-fallback): New function, addresses problems with regexps
14994         liberalized by `\|', adds support for liberalization by `\}' (the
14995         general repetition construct), and incorporates behavior for
14996         `*'/`?'.
14997         (isearch-}-char): New command, calls `isearch-fallback' with
14998         arguments appropriate to a typed `}'.
14999         (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
15000         appropriately.
15001         (isearch-mode-map): Bind `}' to `isearch-}-char'.
15002         (isearch-string, isearch-message,string, isearch-point)
15003         (isearch-success, isearch-forward-flag, isearch-other-end)
15004         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
15005         (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
15006         New inline functions to read fields of a stack frame.
15008 2004-08-14  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>  (tiny change)
15010         * battery.el (battery-linux-proc-acpi): Look into battery
15011         directories matching the literal string "CMB", too (required for
15012         Linux kernel version 2.6.7).
15014 2004-08-14  John Paul Wallington  <jpw@gnu.org>
15016         * cus-start.el (read-file-name-completion-ignore-case): Add.
15017         (blink-cursor-alist): Change version to "21.4".
15019         * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
15021 2004-08-11  Daniel Pfeiffer  <occitan@esperanto.org>
15023         * speedbar.el (speedbar-scan-subdirs): New option.
15024         (speedbar-file-lists): Don't ignore file-name case on Unix and use
15025         dolist.
15026         (speedbar-insert-files-at-point): Take an extra argument and use
15027         it to optionally find out if a subdir is empty.  Also unreadable
15028         files don't get expand buttons.
15029         (speedbar-directory): New image (unused pixmap already existed).
15030         (speedbar-expand-image-button-alist): Use it.
15032 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
15034         CC Mode update to 5.30.9:
15036         * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
15037         Move from cc-vars to cc-defs for dependency reasons.  Fix the
15038         POSIX char class test to check that it works in
15039         `skip-chars-(forward|backward)' too.
15041         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
15042         first argument starts with a special brace list.
15044         * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
15045         when `c-opt-type-concat-key' is used (i.e. in Pike).
15047         * progmodes/cc-engine.el (c-looking-at-special-brace-list):
15048         Fix bug when the inner char pair doesn't have paren syntax,
15049         i.e. "(<>)".
15051         * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
15052         whitespace safe.
15054         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
15055         position for `arglist-intro', `arglist-cont-nonempty' and
15056         `arglist-close' when there are two arglist open parens on the same
15057         line and there's nothing in front of the first.
15059         * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
15060         locking of qualified names in Java, which previously could fontify
15061         common indexing expressions in many cases.  The standard Java
15062         naming conventions are used to tell them apart.
15064         * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
15065         Fix inconsistency wrt opening parens on the first line inside a paren
15066         block.
15068         * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
15069         compile time for the sake of `c-major-mode-is'.
15071         (c-mode-is-new-awk-p): Made it a macro to delay expansion of
15072         `c-major-mode-is' in the event that this is used inside a
15073         `c-lang-defconst'.
15075         * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
15076         `c-lang-defconst' so that it works better with fallback languages.
15078         * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
15079         it to fail to record the base mode.
15081         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
15082         Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
15083         is used.  Reorder the syntax checks to get more efficient
15084         skipping in some situations.
15086         * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
15087         continuation which might precede the newly inserted '{'.
15089         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
15090         Fix cases where it could loop indefinitely.
15092         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
15093         size specs correctly.  Only fontify identifiers in front of '('
15094         with as functions - don't accept any paren char.  Tighten up
15095         initializer skipping to stop before function and class blocks.
15097         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
15098         the point could be left directly after an open paren when finding
15099         the beginning of the first decl in the block.
15101         * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
15102         table when filtering out legitimate open parens to be recorded.
15103         This could cause cache inconsistencies when e.g.
15104         `c++-template-syntax-table' was temporarily in use.
15106         * progmodes/cc-engine.el (c-on-identifier)
15107         (c-simple-skip-symbol-backward): Small fix for handling "-"
15108         correctly in `skip-chars-backward'.  Affected the operator lfun
15109         syntax in Pike.
15111         * progmodes/cc-engine.el (c-invalidate-sws-region-after):
15112         Fix bug that could cause an error from `after-change-functions' when
15113         the changed region is at bob.
15115 2004-08-11  Alan Mackenzie  <bug-cc-mode@gnu.org>
15117         CC Mode update to 5.30.9:
15119         * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
15120         to say that <TAB> doesn't insert WS into a CPP line.
15121         (c-indent-command, c-tab-always-indent): Amend doc strings.
15123         * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
15124         checks for user errors, thus eliminating cryptic and unhelpful
15125         Emacs error messages.  (1) Check the arg to `c-set-style' is a
15126         string.  (2) Check that settings to `c-offsets-alist' are not
15127         spuriously quoted.
15129         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
15130         which precedes the newly inserted `{'.
15132 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
15134         Sync with Tramp 2.0.44.
15136         * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
15137         function "tramp_file_attributes".  Otherwise, file names
15138         containing spaces are misinterpreted.  Reported by Magnus Henoch
15139         <mange@freemail.hu>.
15140         (tramp-handle-file-truename): FILENAME must be expanded first.
15141         Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
15142         obscure results.  Reported by D. Goel <deego@gnufans.org>.
15143         (tramp-handle-verify-visited-file-modtime): If file does not
15144         exist, say it is not modified if and only if that agrees with the
15145         buffer's record.  Check whether a file is visiting the buffer, or
15146         the buffer has no recorded last modification time.  Return t in
15147         case the visiting file doesn't exist.  Suggested by Luc Teirlinck
15148         <teirllm@auburn.edu>.
15149         (tramp-handle-write-region): Pass modtime explicitly to
15150         `set-visited-file-modtime', because filename can be different
15151         from (buffer-file-name) if `file-precious-flag' is set.
15152         `set-visited-file-modtime' must be called always when `visit' is t
15153         or a string.  Suggested by Luc Teirlinck <teirllm@auburn.edu>.
15154         (tramp-handle-set-visited-file-modtime): If `time-list' is not
15155         nil, don't apply the whole body.  If the file doesn't exists, set
15156         modtime to '(-1 65535).  Suggested by Luc Teirlinck
15157         <teirllm@auburn.edu>.
15159 2004-08-09  Luc Teirlinck  <teirllm@auburn.edu>
15161         * help.el (describe-bindings): Doc fix.
15163         * subr.el (kbd): Doc fix.
15165 2004-08-08  John Paul Wallington  <jpw@gnu.org>
15167         * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
15168         instead of `string-to-int'.
15169         (define-ibuffer-column mode): Fix indentation.
15171 2004-08-08  Lars Hansen  <larsh@math.ku.dk>
15173         * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
15175 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
15177         * subr.el (global-unset-key, local-unset-key): Doc fixes.
15179         * novice.el (disabled-command-function): New variable renamed from
15180         `disabled-command-hook'.
15181         (disabled-command-hook): Keep the _variable_ as alias for
15182         `disabled-command-function' and make obsolete.
15183         (disabled-command-function): Function renamed from
15184         `disabled-command-hook'.  Adapt code to name change of the variable.
15186 2004-08-07  Satyaki Das  <satyaki@theforce.stanford.edu>  (tiny change)
15188         * simple.el (completion-root-regexp): New defvar.
15189         (completion-setup-function): Use it instead of a literal string.
15191 2004-08-07  John Paul Wallington  <jpw@gnu.org>
15193         * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
15194         (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
15195         (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
15196         (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
15198 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
15200         * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
15201         (mail-extr-voodoo): Check mail-extr-disable-voodoo.
15203 2004-08-04  Kenichi Handa  <handa@m17n.org>
15205         * international/encoded-kb.el (encoded-kbd-setup-keymap):
15206         Fix previous change.
15208 2004-08-03  Kenichi Handa  <handa@m17n.org>
15210         * international/encoded-kb.el: The following changes are to
15211         utilize key-translation-map instead of minor mode map.
15212         (encoded-kbd-iso2022-non-ascii-map): Delete it.
15213         (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
15214         (encoded-kbd-last-key): New function.
15215         (encoded-kbd-iso2022-single-shift): New function.
15216         (encoded-kbd-iso2022-designation)
15217         (encoded-kbd-self-insert-iso2022-7bit)
15218         (encoded-kbd-self-insert-iso2022-8bit)
15219         (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
15220         (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
15221         key-translation-map.
15222         (encoded-kbd-setup-keymap): Setup key-translation-map.
15223         (saved-key-translation-map): New variable.
15224         (encoded-kbd-mode): Save/restore key-translation-map.
15225         Adjust for the change of encoded-kbd-setup-keymap.
15227 2004-08-02  Kim F. Storm  <storm@cua.dk>
15229         * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
15230         and call compute-motion with nil for topos and width to get proper
15231         usable width and height for both window and non-window systems.
15233         * windmove.el (windmove-coordinates-of-position): Let compute-motion
15234         calculate usable window width and height.
15236         * window.el (window-buffer-height): Call compute-motion with nil width.
15238 2004-08-01  David Kastrup  <dak@gnu.org>
15240         * replace.el (query-replace-read-from):
15241         Use `query-replace-compile-replacement'.
15242         (query-replace-compile-replacement): New function.
15243         (query-replace-read-to): Use `query-replace-compile-replacement'
15244         for repeating the last command.
15246 2004-08-01  John Paul Wallington  <jpw@gnu.org>
15248         * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
15249         (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
15250         (pr-switches): Remove period from end of error messages.
15252         * help-mode.el (help-go-back): Likewise.
15254         * abbrev.el (only-global-abbrevs): Doc fix.
15255         (edit-abbrevs-map): Define within defvar.
15256         (quietly-read-abbrev-file): Doc fix.
15258 2004-07-31  Luc Teirlinck  <teirllm@auburn.edu>
15260         * novice.el (enable-command, disable-command): Doc fixes.
15262         * subr.el (event-modifiers, event-basic-type): Doc fixes.
15264 2004-07-30  Richard M. Stallman  <rms@gnu.org>
15266         * subr.el (with-local-quit): Doc fix.
15268 2004-07-30  Luc Teirlinck  <teirllm@auburn.edu>
15270         * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
15272 2004-07-28  Luc Teirlinck  <teirllm@auburn.edu>
15274         * custom.el (defcustom): Doc fix.
15276 2004-07-28  Masatake YAMATO  <jet@gyve.org>
15278         * progmodes/etags.el (etags-tags-apropos): Show building progress.
15280 2004-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15282         * imenu.el (imenu-prev-index-position-function)
15283         (imenu-extract-index-name-function, imenu-name-lookup-function)
15284         (imenu--index-alist): Docstring redundancy fix.
15286 2004-07-25  Lars Hansen  <larsh@math.ku.dk>
15288         * wdired.el (wdired-finish-edit): Require dired-aux before locally
15289         binding dired-backup-overwrite.
15291 2004-07-25  John Paul Wallington  <jpw@gnu.org>
15293         * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
15295 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
15297         * term/tty-colors.el (tty-color-approximate): Doc fix.
15299         * select.el (x-get-selection, x-set-selection): Doc fixes.
15301         * frame.el (make-frame): Doc fix.
15303 2004-07-24  Richard M. Stallman  <rms@gnu.org>
15305         * mail/rmail.el (rmail-mime-charset-pattern):
15306         Don't include semicolon in the charset value.
15308         * replace.el (occur-next-error): Call set-window-point.
15309         (occur-engine): Handle negative NLINES.
15311 2004-07-23  Luc Teirlinck  <teirllm@auburn.edu>
15313         * frame.el (modify-all-frames-parameters): Minor doc fix.
15314         (set-frame-configuration): Doc fix.
15316 2004-07-23  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
15318         * simple.el (completion-setup-function): Compute the common parts
15319         and the first difference place correctly when
15320         partial-completion-mode is on.
15322 2004-07-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15324         * ps-print.el: Doc fix.
15325         (ps-print-version): New version 6.6.5.
15326         (ps-printing-region): Doc fix.
15327         (ps-generate-string-list): Comment fix.
15328         (ps-message-log-max): Code fix.
15330 2004-07-22  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
15332         * ps-print.el (ps-begin-file): Improve the DSC compliance of the
15333         generated PostScript.
15335 2004-08-17  Reiner Steib  <Reiner.Steib@gmx.de>
15337         * net/tls.el (tls-process-connection-type): Fix docstring.  (Sync
15338         with Gnus v5_10 branch.)
15340 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15342         * calendar/time-date.el (time-to-number-of-days): New function.
15343         Imported from Gnus.
15345 2004-07-22  Kim F. Storm  <storm@cua.dk>
15347         * progmodes/make-mode.el: Fix comments.
15349 2004-07-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15351         * printing.el: Doc fix.
15353 2004-07-20  Luc Teirlinck  <teirllm@auburn.edu>
15355         * frame.el (modify-all-frames-parameters): Minor doc fix.
15357 2004-07-20  Richard M. Stallman  <rms@gnu.org>
15359         * textmodes/fill.el (fill-nobreak-p): If this break point is
15360         at the end of the line, don't consider the newline which follows
15361         as a reason to return t.
15363 2004-07-19  John Paul Wallington  <jpw@gnu.org>
15365         * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
15367 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
15369         * dired-aux.el (dired-do-kill-lines): Expand docstring.
15370         Delete irrelevant code.
15372 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
15374         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
15375         New docstring.  From Luc Teirlinck.
15377 2004-07-17  Luc Teirlinck  <teirllm@auburn.edu>
15379         * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
15380         section.
15381         (auto-revert-handler): Do not check `auto-revert-tail-mode' for
15382         non-file buffers.  We know it is nil.
15384 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
15386         Sync with Tramp 2.0.43.
15388         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
15389         Remove outdated comment.
15390         (tramp-locked, tramp-locker): New variables for implementing a
15391         global lock.
15392         (tramp-sh-file-name-handler): Use them to implement the global lock.
15394 2004-07-13  Michael Albinus  <michael.albinus@gmx.de>
15396         * net/tramp.el (all): Code cleanup.  Change all `tramp-handle-xxx'
15397         calls to respective `xxx` calls.
15398         (tramp-process-alive-regexp): Precise doc string.
15399         (tramp-multi-action-process-alive): New defun.
15400         (tramp-multi-actions): Use it.
15401         (tramp-handle-find-backup-file-name): `copy-tree' is available
15402         since Emacs 22.1 only (XEmacs has it).  Implementation rewritten
15403         in order to avoid this function.
15404         (tramp-handle-write-region): Set current buffer.  If connection
15405         wasn't open, `file-modes' has changed it accidentally.  Reported by
15406         David Kastrup <dak@gnu.org>.
15407         (tramp-enter-password, tramp-read-passwd): New arguments USER and
15408         HOST.
15409         (tramp-action-password, tramp-multi-action-password): Apply it.
15410         (tramp-open-connection-rsh): If a port is given, the Tramp buffer
15411         name must still contain the port number.  Otherwise, we have two
15412         Tramp buffers, with all the confusion.  Reported by Myron Selby
15413         <myron@xytech.com> and Rolf Dubitzky
15414         <Dubitzky@physi.uni-heidelberg.de>.
15416         * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
15417         HOST to `tramp-enter-passwd'.
15419         * net/tramp-vc.el (all): Code cleanup.  Change all
15420         `tramp-handle-xxx' calls to respective `xxx` calls.
15422 2004-07-17  Jonathan Yavner  <jyavner@member.fsf.org>
15424         * emacs-lisp/testcover.el: New category "potentially-1valued" for
15425         functions that are not erroneous if either 1-valued or
15426         multi-valued.  Detect functions in this class.
15427         (testcover-1value-functions, testcover-compose-functions)
15428         (testcover-progn-functions) Add some additional functions to lists.
15429         (testcover-mark): Bugfix when marking up the definition for an
15430         empty function.
15432 2004-07-17  Richard M. Stallman  <rms@gnu.org>
15434         * replace.el (occur-read-primary-args): Pass default to
15435         read-from-minibuffer.
15437         * mail/footnote.el (footnote-section-tag): Use defcustom.
15439         * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
15440         Compile font-lock-keywords, not KEYWORDS.
15441         (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
15442         Add warn, check-type.  Handle cerror like error.
15444 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
15446         * progmodes/which-func.el (which-func-keymap): New var.
15447         (which-func-face): New face.
15448         (which-func-format): Use them.
15450 2004-07-16  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
15452         * buff-menu.el (list-buffers-noselect): Append the buffer's
15453         process status to its mode name.
15455 2004-07-16  Kim F. Storm  <storm@cua.dk>
15457         * simple.el (inhibit-mark-movement): New defvar.
15458         (beginning-of-buffer, end-of-buffer): Do not push mark if
15459         inhibit-mark-movement is non-nil or C-u prefix is given.
15461         * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
15462         Init to beginning-of-buffer and end-of-buffer.
15463         (cua--undo-push-mark): New defvar.
15464         (cua--pre-command-handler): Set inhibit-mark-movement if mark is
15465         already active and command is in cua--preserve-mark-commands.
15466         Also fix check for shift modifier on non-window systems.
15467         (cua--post-command-handler): Clear inhibit-mark-movement if set.
15469 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
15471         * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
15472         of two integers, instead of a cons.
15474         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
15475         `visited-file-modtime' now returns a list of two integers, instead
15476         of a cons.
15478         * dired.el (dired-directory-changed-p): Ditto.
15480         * progmodes/grep.el (grep): Doc fix.
15482 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
15484         * autorevert.el (auto-revert-tail-mode)
15485         (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
15486         (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
15487         in both at the same time.
15488         (auto-revert-tail-mode): New command.
15489         (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
15490         (auto-revert-handler): Revert only either tail or whole file.
15492         * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
15493         add auto-revert-tail-mode.
15495 2004-07-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15497         * printing.el: Doc fix.  Change name of some funs.
15498         (pr-dosify-file-name): New fun.  Replace ps-dosify-path.
15499         (pr-unixify-file-name): New fun.  Replace ps-unixify-path.
15500         (pr-standard-file-name): New fun.  Replace pr-standard-path.
15501         (pr-call-process): Code fix.
15503 2004-07-12  Luc Teirlinck  <teirllm@auburn.edu>
15505         * subr.el (with-selected-window): Doc fix.
15507 2004-07-11  Luc Teirlinck  <teirllm@auburn.edu>
15509         * subr.el (get-buffer-window-list): Doc fix.
15511 2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
15513         * files.el (switch-to-buffer-other-window): Doc fix.
15515         * window.el (save-selected-window, one-window-p)
15516         (split-window-keep-point, split-window-vertically)
15517         (split-window-horizontally): Doc fixes.
15519 2004-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15521         * printing.el: Doc fix.  Now it uses call-process instead of
15522         shell-command for low command execution.
15523         (pr-version): New version number (6.8).
15524         (pr-shell-file-name): Option removed.
15525         (pr-shell-command): Fun removed.
15526         (pr-call-process): New fun.  Replace pr-shell-command.
15527         (pr-standard-path, pr-remove-nil-from-list): New funs.
15528         (zmacs-region-stays, current-mouse-event, current-menubar): New var.
15529         (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
15530         (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
15531         (pr-ps-utility-process, pr-txt-print): Code fix.
15533 2004-07-10  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
15535         * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
15536         boolean.
15538 2004-07-09  Lars Hansen  <larsh@math.ku.dk>
15540         * wid-edit.el (widget-field-buffer): Doc fix.
15542 2004-07-09  John Paul Wallington  <jpw@gnu.org>
15544         * emacs-lisp/re-builder.el (reb-update-overlays):
15545         Distinguish between one and several matches in message.
15547 2004-07-09  Richard M. Stallman  <rms@gnu.org>
15549         * mouse.el (mouse-set-region-1): If transient-mark-mode
15550         is `identity', change it to `only'.
15552         * simple.el (current-word): Doc fix.
15554 2004-07-09  Mark A. Hershberger  <mah@everybody.org>
15556         * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
15557         so that it is more understanding of whitespace.
15559         * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
15560         (("ns" . "element") (attr-list) children) instead of
15561         ((:ns . "element") (attr-list) children) in order to reduce the
15562         number of symbols used.
15563         (xml-skip-dtd): Change to use xml-parse-dtd but set
15564         xml-validating-parsing to nil.
15565         (xml-parse-dtd): Parse entity declarations in DOCTYPEs.
15566         (xml-substitute-entity): Remove in favor of new entity substitution.
15567         (xml-substitute-special): Rewrite in to substitute complex
15568         entities from DOCTYPE declarations.
15569         (xml-parse-fragment): Parse fragments from entity declarations.
15570         (xml-parse-region, xml-parse-tag, xml-parse-attlist)
15571         (xml-parse-dtd, xml-substitute-special): Make validity checks
15572         conditioned on xml-validating-parser.  Add "Not Well Formed" to
15573         error messages about well-formedness.
15575 2004-07-08  Steven Tamm  <steventamm@mac.com>
15577         * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
15578         (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
15579         Do not treat double clicks and triple clicks specially in the
15580         scroll bar (preventing strange repositioning problems)
15582 2004-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15584         * replace.el (query-replace-regexp-eval): Fix last change.
15586 2004-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15588         * replace.el (query-replace-descr): New fun.
15589         (query-replace-read-from, query-replace-read-args): Default to the
15590         previous from&to.
15591         (query-replace-read-to): Quote the `from' string when displaying it.
15592         (query-replace-regexp-eval): Immediately check read-only status.
15593         Use query-replace-read-from to get the \n checking.
15594         Quote the `from' string when displaying it.
15595         (map-query-replace-regexp, occur-read-primary-args):
15596         Quote the `from' string when displaying it.
15598         * isearch.el (isearch-query-replace): Pass the regexp-ness and
15599         delimited-ness of the search to query-replace.
15601         * replace.el (query-replace-read-from, query-replace-read-to):
15602         New funs extracted from query-replace-read-args.
15603         (query-replace-read-args): Use them.
15605         * replace.el (query-replace-interactive, query-replace-read-args):
15606         Remove the `initial' special value.
15607         (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
15608         (occur-engine): Remove unused var `matchend'.
15610         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
15611         Use the search string without prompting.
15613 2004-07-05  Kenichi Handa  <handa@m17n.org>
15615         * international/mule.el (decode-coding-inserted-region):
15616         Set last-coding-system-used only when coding is nil.
15618 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
15620         * progmodes/grep.el (grep-compute-defaults, grep-command)
15621         (grep-program, find-program, grep-find-use-xargs, grep-history)
15622         (grep-find-history, grep-tag-default, grep-find-command)
15623         (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
15624         Add autoload cookies, for unbundled packages that load `compile'
15625         and expect all grep-related symbols to become defined.
15627 2004-07-03  KOSEKI Yoshinori  <kose@meadowy.org>
15629         * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
15630         (iimage-mode-image-search-path): New user option to search the
15631         image file.
15632         (iimage-locate-file): New function.  Emacs21.3 or earlier does not
15633         have locate-file.
15634         (iimage-mode-buffer): Use it.
15636 2004-07-03  Nick Roberts  <nickrob@gnu.org>
15638         * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
15639         carefully.
15640         (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
15642 2004-07-03  Juri Linkov  <juri@jurta.org>
15644         * replace.el (query-replace-read-args): Swallow space after 'foo,
15645         not after (quote foo).  Match space only immediately after symbol,
15646         not anywhere in the whole string.
15648 2004-07-02  Richard M. Stallman  <rms@gnu.org>
15650         * replace.el (query-replace-read-args): Swallow space after
15651         symbols, not after closeparens.  But avoid error if string ends there.
15653         * progmodes/python.el (python-beginning-of-statement):
15654         Exit the loop if backward-up-list gets error.
15656         * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
15658 2004-07-02  Andre Spiegel  <spiegel@gnu.org>
15660         * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
15661         only if vc-consult-headers is non-nil.
15663 2004-07-02  Juri Linkov  <juri@jurta.org>
15665         * pcvs.el (cvs-mode-diff-repository): New command.
15667         * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
15669 2004-07-01  Juri Linkov  <juri@jurta.org>
15671         * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
15672         C-M-y to isearch-yank-char.  Bind M-% to isearch-query-replace,
15673         C-M-% to isearch-query-replace-regexp.
15674         (minibuffer-local-isearch-map): Add arrow key bindings.
15675         Bind C-f to isearch-yank-char-in-minibuffer.
15676         (isearch-forward): Doc fix.
15677         (isearch-edit-string): Doc fix.
15678         (isearch-query-replace, isearch-query-replace-regexp): New funs.
15679         (isearch-del-char): Add optional arg.  Set isearch-yank-flag to t.
15680         (isearch-yank-char): Add optional arg.
15681         (isearch-yank-char-in-minibuffer): New fun.
15683         * replace.el (query-replace-interactive): Change type from boolean
15684         to choice.  Add value `initial'.
15685         (query-replace-read-args): Handle value `initial' of
15686         query-replace-interactive.
15688 2004-06-29  Kim F. Storm  <storm@cua.dk>
15690         * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
15691         (breakpoint-disabled-bitmap-face): Add :group 'gud.
15693         * progmodes/ada-xref.el (ada-tight-gvd-integration):
15694         Add :group 'ada.
15696         * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
15698 2004-06-29  Juri Linkov  <juri@jurta.org>
15700         * replace.el (query-replace-read-args): Swallow a space after
15701         everything except )]" which in most cases means after a symbol.
15703         * emacs-lisp/pp.el (pp-buffer): Add autoload.
15705 2004-06-28  Richard M. Stallman  <rms@gnu.org>
15707         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
15708         More changes to go with previous change in font-lock.el.
15710 2004-06-26  David Kastrup  <dak@gnu.org>
15712         * replace.el (perform-replace): Highlight the match even in
15713         non-query mode if there is potential replace string editing.
15715 2004-06-26  Kai Grossjohann  <kai.grossjohann@gmx.net>
15717         * net/tramp.el (tramp-handle-file-remote-p): New implementation to
15718         agree with new return value of `file-remote-p'.
15719         This syncs with Tramp 2.0.42.
15721         * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
15722         according to new documentation of `file-remote-p'.
15724         * files.el (file-remote-p): Fix doc to say that return value is
15725         identification of remote system, if not nil.
15726         (file-relative-name): Use new return value of `file-remote-p'.
15728 2004-06-26  Nick Roberts  <nickrob@gnu.org>
15730         * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
15731         (gdb-goto-breakpoint): Fix breakage.
15733 2004-06-26  Eli Zaretskii  <eliz@gnu.org>
15735         * man.el (Man-getpage-in-background): Add windows-nt to the list
15736         of systems where shell-file-name should be used instead of
15737         literal "sh".
15739 2004-06-25  Sam Steingold  <sds@gnu.org>
15741         * add-log.el (change-log-font-lock-keywords): Support Common Lisp
15742         function names `(setf symbol)'.
15744 2004-06-24  Richard M. Stallman  <rms@gnu.org>
15746         * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
15748         * font-lock.el (font-lock-keywords): Change format of compiled values.
15749         Document it.
15750         (font-lock-add-keywords): If font-lock-keywords is compiled,
15751         extract the uncompiled version, modify, then recompile.
15752         (font-lock-remove-keywords): Likewise.
15753         (font-lock-fontify-keywords-region): Handle changed format.
15754         (font-lock-compile-keywords): Handle changed format.
15755         (font-lock-set-defaults): Compile the keywords explicitly here.
15757 2004-06-24  David Kastrup  <dak@gnu.org>
15759         * replace.el (query-replace-read-args): Implement `\,' and `\#'
15760         replacements here.
15761         (query-replace-regexp): Doc string explaining this and the new
15762         `\?' replacement.  Remove `\,' and `\#' implementation here, as it
15763         is better placed in `query-replace-read-args'.
15764         (replace-regexp): Explain `\,', `\#' and `\?'.
15765         (replace-match-data): New function for thorough reuse/destruction
15766         of old match-data.
15767         (replace-match-maybe-edit): Function for implementing `\?' editing.
15768         (perform-replace): Fix maintaining of the match stack including
15769         already matched regions, implement `\?', fix various problems
15770         with regions while editing and other stuff.
15771         (replace-highlight): Simplify.
15773 2004-06-24  Daniel Pfeiffer  <occitan@esperanto.org>
15775         * progmodes/grep.el (grep-error-screen-columns): New variable.
15776         (grep-regexp-alist): Give it the full functionality of gnu style
15777         compilation messages with line and column ranges.  Ask me for the
15778         perl script I'm working on, that uses these.
15780 2004-06-23  Nick Roberts  <nickrob@gnu.org>
15782         * comint.el (comint-insert-clicked-input, comint-copy-old-input):
15783         Remove.
15784         (comint-insert-input, comint-mouse-insert-input): New functions
15785         based on comint-insert-clicked-input for two bindings but just
15786         one functionality.
15788 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
15790         * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
15792 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
15794         * files.el (write-contents-functions): Doc fix.
15796 2004-06-21  Juanma Barranquero  <lektu@terra.es>
15798         * image.el (image-library-alist): Rewrite docstring in active voice.
15800 2004-06-20  Richard M. Stallman  <rms@gnu.org>
15802         * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
15804         * isearch.el (isearch-repeat): Avoid testing old match data.
15805         (isearch-message): Display trailing space in special font
15806         when search is failing.
15807         (isearch-search-fun-function): Doc fix.
15809         * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
15811 2004-06-19  Luc Teirlinck  <teirllm@auburn.edu>
15813         * frame.el (show-trailing-whitespace): Doc fix.
15815         * cus-edit.el (custom-variable-documentation): New function.
15816         (custom-variable): Use it.
15818 2004-06-19  Nick Roberts  <nickrob@gnu.org>
15820         * man.el (Man-getpage-in-background): Revert previous change but
15821         make cygwin a special case.
15823 2004-06-18  Luc Teirlinck  <teirllm@auburn.edu>
15825         * autorevert.el (global-auto-revert-non-file-buffers):
15826         Update docstring.
15828 2004-06-19  Daniel Pfeiffer  <occitan@esperanto.org>
15830         * progmodes/compile.el (compilation-error-properties): Store one
15831         more than end-col, if present, so that transient-mark-mode will
15832         highlight last char too.
15833         * progmodes/grep.el (grep-regexp-alist): Match columns and column
15834         ranges, if present.
15836 2004-06-18  Jason Rumney  <jasonr@gnu.org>
15838         * makefile.w32-in: Double percent signs in for loops.
15840 2004-06-17  David Kastrup  <dak@gnu.org>
15842         * replace.el (query-replace-read-args): Only warn about use of \n
15843         and \t when we are doing a regexp replacement and the actual
15844         escaped character is n or t.
15845         (query-replace-regexp): Add \, and \# interpretation to
15846         interactive call and document it.
15847         (query-replace-regexp-eval, replace-match-string-symbols): Add \#
15848         as shortkey for replace-count.
15849         (replace-quote): New function for doubling backslashes.
15851 2004-06-17  Juanma Barranquero  <lektu@terra.es>
15853         * files.el (parse-colon-path, cd): Mention in docstring that the
15854         path separator is colon in GNU-like systems.
15856         * newcomment.el (comment-region-internal): Fix docstring.
15858         * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
15859         (ewoc-invalidate, ewoc-collect): Doc fixes.
15860         (ewoc--create-node, ewoc--delete-node-internal):
15861         Fix typos in docstring.
15863 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
15865         * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
15866         manual to docstring.
15868 2004-06-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15870         * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
15872 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
15874         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
15875         Add hyperlink to emacs-xtra manual to docstring.
15877         * autorevert.el (global-auto-revert-non-file-buffers):
15878         Add hyperlink to emacs-xtra manual to docstring, as well as an
15879         info-link.
15881 2004-06-14  Juanma Barranquero  <lektu@terra.es>
15883         * image.el (image-library-alist): New variable to map image types
15884         to external libraries.  Initialized to nil, unless system-specific
15885         configs change it.
15886         (image-type-available-p): Determine whether an image type is
15887         available by calling `init-image-library'.
15889         * term/w32-win.el (image-library-alist): Initialize to a known set
15890         of probable library names.
15892 2004-06-14  Kenichi Handa  <handa@m17n.org>
15894         * international/code-pages.el (windows-1256, cp1125): Fix tables
15895         for several characters.
15897         * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
15899 2004-06-13  Richard M. Stallman  <rms@gnu.org>
15901         * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
15903         * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
15904         not "`pc-selection-mode'".
15906         * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
15908         * simple.el (previous-matching-history-element): Specify a default.
15910         * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
15912         * cus-face.el (custom-declare-face): Simplify code.
15914         * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
15916 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
15918         * files.el (before-save-hook): Add `time-stamp' to the options.
15920         * time-stamp.el (time-stamp): Recommend adding it to
15921         `before-save-hook', rather than `write-file-functions'.
15922         Make a similar change in `Commentary' section.
15924 2004-06-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15926         * diff-mode.el (diff-current-defun): If at start of hunk, use
15927         position of first change.
15929 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
15931         * dired-x.el (dired-mark-omitted): Bind to "*O".
15933 2004-06-12  Karl Fogel  <kfogel@red-bean.com>
15935         * bookmark.el (bookmark-bmenu-relocate): New function, as
15936         suggested by David J. Biesack <David.Biesack@sas.com>.
15937         (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
15938         (bookmark-bmenu-mode): Describe binding in doc string.
15939         (bookmark-set-filename): Save the bookmark list if it's time.
15941 2004-06-13  Kenichi Handa  <handa@m17n.org>
15943         * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
15944         (ccl-untranslated-to-ucs): Fix typo.
15946 2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
15948         * progmodes/python.el (python-open-block-statement-p):
15949         Fix indentation after a block opening that contains a comment.
15951 2004-06-12  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>  (tiny change)
15953         * bindings.el (completion-ignored-extensions): Add file extensions
15954         of Python byte-compiled files.
15956 2004-06-12  Juri Linkov  <juri@jurta.org>
15958         * info.el (Info-goto-node): Add autoload.
15959         (Info-toc): Add substring-no-properties on Info file name.
15960         (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
15961         (Info-mode-map): Bind L to Info-history, T to Info-toc.
15963 2004-06-12  Kenichi Handa  <handa@m17n.org>
15965         * international/mule-cmds.el (set-language-environment):
15966         Load subst tables if necessary.
15968         * international/mule.el (decode-char): Load subst tables if necessary.
15969         (encode-char): Likewise.
15971         * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
15972         pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
15973         (utf-16le-decode-loop): Set r5 to -1 before loop.
15974         (utf-16be-decode-loop): Likewise.
15975         (ccl-decode-mule-utf-16le): Add EOF processing block.
15976         (ccl-decode-mule-utf-16be): Likewise.
15977         (ccl-decode-mule-utf-16le-with-signature): Likewise.
15978         (ccl-decode-mule-utf-16be-with-signature): Likewise.
15979         (ccl-decode-mule-utf-16): Likewise.  Set r5 to -1 initially.
15980         (ccl-mule-utf-16-encode-untrans): New CCL.
15981         (utf-16-decode-to-ucs): Handle pre-read character.
15982         (utf-16le-encode-loop): Handle surrogate pair.
15983         (utf-16be-encode-loop): Likewise.
15984         (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
15985         of utf-16le-encode-loop.
15986         (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
15987         of utf-16be-encode-loop.
15988         (mule-utf-16-post-read-conversion):
15989         Call utf-8-post-read-conversion at first.
15990         (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
15991         Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
15992         Add post-read-conversion and pre-write-conversion.
15994         * international/utf-8.el (utf-translate-cjk-charsets): New variable.
15995         (utf-translate-cjk-unicode-range): New variable.
15996         (utf-translate-cjk-load-tables): New function.
15997         (utf-lookup-subst-table-for-decode): New function.
15998         (utf-lookup-subst-table-for-encode): New function.
15999         (utf-translate-cjk-mode): Init-value changed to t.  Don't load
16000         tables here.  Update safe-charsets of utf-* coding systems.
16001         (ccl-mule-utf-untrans): New CCL.
16002         (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans.  Use `repeat'
16003         at end of each branch.
16004         (ccl-mule-utf-8-encode-untrans): New CCL.
16005         (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
16006         (ccl-untranslated-to-ucs): Handle 2-byte encoding.  Set r1 to the
16007         length of encoding.  Don't return r0.
16008         (utf-8-compose): New arg hash-table.  Handle 2-byte encoding.
16009         (utf-8-post-read-conversion): Narrow to region properly.
16010         If utf-translate-cjk-mode is on, load tables if necessary.
16011         Call utf-8-compose with hash-table arg if necessary.
16012         Call XXX-compose-region instead of XXX-post-read-conversion.
16013         (utf-8-pre-write-conversion): New function.
16014         (mule-utf-8): Include CJK charsets in safe-charsets if
16015         utf-translate-cjk-mode is on.  Add pre-write-conversion.
16017         * international/characters.el: Temporarily set
16018         utf-translate-cjk-mode to nil.
16020         * language/devan-util.el (devanagari-compose-region):
16021         Add autoload cookie.
16023         * international/ccl.el (ccl-dump-call): Fix printing the
16024         subroutine name.
16026 2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>
16028         * dired.el (dired-revert): If buffer is marked unmodified before
16029         reverting, keep it marked unmodified.
16030         Adapt to new conventions for commenting out code.
16031         (dired-make-relative): Adapt to new conventions for commenting out code.
16033 2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>
16035         * eshell/esh-module.el (eshell-load-defgroups):
16036         Bind `vc-handled-backends' to nil when opening files.
16038 2004-06-11  Juanma Barranquero  <lektu@terra.es>
16040         * files.el (parse-colon-path, cd): Doc fixes (refer to
16041         `path-separator', not colon).
16043 2004-06-10  Juanma Barranquero  <lektu@terra.es>
16045         * newcomment.el (comment-search-forward)
16046         (comment-search-backward): Fix typos in docstring.
16047         (comment-region): Doc fix.
16049 2004-06-10  Luc Teirlinck  <teirllm@auburn.edu>
16051         * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
16052         switch is no longer stored in `dired-switches-alist'.
16054         * dired-aux.el (dired-insert-subdir): Do not store R switch in
16055         `dired-switches-alist'.
16057 2004-06-10  Kim F. Storm  <storm@cua.dk>
16059         * pcvs.el (cvs-mode-diff-yesterday): New command.
16061         * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
16063 2004-06-10  Juri Linkov  <juri@jurta.org>
16065         * emacs-lisp/edebug.el (edebug-eval-defun):
16066         * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
16067         Fix docstring.
16069         * simple.el (eval-expression-print-format): Don't print additional
16070         information on the first call to `eval-print-last-sexp'.
16071         (next-error-find-buffer): Fix punctuation.
16072         (killing) <defgroup>: Fix punctuation.
16073         (yank-excluded-properties): Change group from editing to killing.
16075         * replace.el (perform-replace): Use `limit' to terminate the
16076         while-loop explicitly.
16078 2004-06-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16080         * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
16081         Use lc-*.xpm as prefix instead of *-locol.xpm.
16083         * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
16084         * toolbar/lc-help.xpm, toolbar/lc-home.xpm
16085         * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
16086         * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
16087         * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
16088         * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
16089         * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
16090         * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
16091         * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
16092         * toolbar/lc-up_arrow.xpm:
16093         Rename from *-locol.xpm.
16095 2004-06-09  Rajesh Vaidheeswarran  <rv@gnu.org>
16097         * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
16098         include forms like &<str>; as valid url patterns.
16100 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
16102         * dired.el (dired-diff, dired-backup-diff)
16103         (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
16104         (dired-do-chown, dired-do-touch, dired-do-print)
16105         (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
16106         (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
16107         (dired-create-directory, dired-do-copy, dired-do-symlink)
16108         (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
16109         (dired-do-copy-regexp, dired-do-hardlink-regexp)
16110         (dired-do-symlink-regexp, dired-upcase, dired-downcase)
16111         (dired-maybe-insert-subdir, dired-next-subdir)
16112         (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
16113         (dired-kill-subdir, dired-tree-up, dired-tree-down)
16114         (dired-hide-subdir, dired-hide-all, dired-show-file-type)
16115         (dired-run-shell-command, dired-query): Remove redundant,
16116         or incorrect, autoloads.
16118         * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
16119         does not end in a slash.  Add optional argument KILL-ROOT.
16120         Update docstring.
16121         (dired-do-touch, dired-clean-directory, dired-run-shell-command)
16122         (dired-query): Add autoloads.
16124 2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
16126         * progmodes/compile.el (compilation-set-window-height):
16127         Rearrange the save-* functions because a buffer can have several current
16128         point in different windows.
16129         (compilation-error-regexp-alist-alist): Recognize {standard input}
16130         GNU messages (for gcc --pipe) and more kinds of Oracle messages.
16132 2004-06-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16134         * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
16135         * toolbar/help-locol.xpm, toolbar/home-locol.xpm
16136         * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
16137         * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
16138         * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
16139         * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
16140         * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
16141         * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
16142         * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
16143         * toolbar/up_arrow-locol.xpm:
16144         New versions of icons that uses fewer colors.
16146         * toolbar/tool-bar.el (tool-bar-local-item)
16147         (tool-bar-local-item-from-menu): Try to use icons with fewer colors
16148         if display-color-cells is 256 or less.
16150 2004-06-08  Kim F. Storm  <storm@cua.dk>
16152         * wid-edit.el (widget-specify-button): Use hand pointer rather
16153         than mouse-face as visible mouse-over effect.
16155 2004-06-07  Karl Fogel  <kfogel@red-bean.com>
16157         * saveplace.el (save-place-alist-to-file): Bind `print-length'
16158         and `print-level' to nil when writing out `save-place-alist'.
16159         Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
16161 2004-06-07  Juanma Barranquero  <lektu@terra.es>
16163         * completion.el (completion-kill-region): Doc fix.
16165         * format.el (format-insert-annotations)
16166         (format-annotate-location): Doc fixes.
16167         (format-subtract-regions): Make arguments match their use in docstring.
16169         * simple.el (kill-region): Doc fix.
16171         * subr.el (insert-buffer-substring-no-properties)
16172         (insert-buffer-substring-as-yank): Doc fixes.
16174 2004-06-07  Luc Teirlinck  <teirllm@auburn.edu>
16176         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
16177         Update docstring.
16178         (dired-reset-subdir-switches): New function.
16180         * dired.el (dired-undo): Call `dired-build-subdir-alist'.
16181         Limit scope of `buffer-read-only' binding.
16183 2004-06-06  Emilio C. Lopes  <eclig@gmx.net>
16185         * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
16186         eshell-explicit-command-char.
16188 2004-06-06  Juanma Barranquero  <lektu@terra.es>
16190         * help-fns.el (help-argument-name): Inherit from italic face only
16191         if the frame supports it.
16193 2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16195         * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
16196         * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
16197         * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
16198         * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
16199         * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
16200         * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
16201         * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
16202         New conversions from xpm files.
16204         * toolbar/README: New file.
16206 2004-06-06  Richard M. Stallman  <rms@gnu.org>
16208         * isearch.el (isearch-mode-map): Undo previous change.
16210 2004-06-05  Juri Linkov  <juri@jurta.org>
16212         * bindings.el (debug-ignored-errors): Add regexps for history
16213         related messages.  Remove $ from "No further undo information".
16214         Move Ediff's messages to ediff.el.
16216         * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
16218         * cus-edit.el (custom-display): Add `min-colors'.
16220         * custom.el (defface): Add `supports' to docstring.
16222         * help-fns.el (help-argument-name): Add :group 'help.
16224 2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
16226         * find-dired.el (find-ls-subdir-switches): New user option.
16227         (find-dired): No longer call `abbreviate-file-name' on DIR.
16228         Set `dired-subdir-switches' buffer-locally.
16230         * locate.el: Merge the two `Commentary' sections.
16231         (locate-ls-subdir-switches): New user option.
16232         (locate): Update for other changes.
16233         (locate-mode-map): Restore Dired binding for mouse-2.
16234         Bind `locate-mouse-view-file' to M-mouse-2.
16235         Bind `l' to `locate-do-redisplay'.
16236         (locate-main-listing-line-p, locate-do-redisplay): New functions.
16237         (locate-mouse-view-file, locate-tags, locate-find-directory):
16238         Print message if used outside main listing.
16239         (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
16240         Various changes to support inserted subdirectories.
16241         (locate-insert-header): Change header of *Locate* buffer.
16243         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
16244         Change interactive default switches.
16245         (dired-rename-subdir-2): Update `dired-switches-alist'.
16246         (dired-insert-subdir, dired-kill-subdir):
16247         Handle `dired-switches-alist'.  Do not mark buffer modified.
16248         (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
16249         (dired-insert-subdir-doinsert): Omit messages.
16250         Handle `dired-subdir-switches'.
16251         (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
16253         * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
16254         (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
16255         subdirs if -R switch is used for a subdir.
16256         (dired-mode): Set `dired-switches-alist'.
16257         (dired-build-subdir-alist): Only print number of directories in
16258         echo area when invoked interactively.
16260 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
16262         * dired-x.el (dired-omit-mode): Rename from
16263         dired-omit-files-p.  Use define-minor-mode to define it.
16264         (dired-omit-files-p): Add as alias for dired-omit-mode.
16265         (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
16266         dired-mark-omitted.
16267         (dired-mark-omitted): Add.  Bind to M-O.
16269 2004-06-05  Kenichi Handa  <handa@m17n.org>
16271         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
16273 2004-06-05  Juanma Barranquero  <lektu@terra.es>
16275         * help-fns.el (help-argument-name): Reintroduce face.
16276         (help-default-arg-highlight): Use it, now that
16277         `face-differs-from-default-p' can be trusted.
16279 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
16281         * textmodes/table.el: Sentence commands added to Point Motion
16282         group; kill and backward-kill commands added to Extraction group.
16284 2004-06-04  Mario Lang  <mlang@delysid.org>
16286         * battery.el (battery-linux-proc-acpi): `mA' was hardcoded, but some
16287         systems appear to use mW, make the code handle this.  Fix a
16288         division-by-zero bug while at it, and handle kernels with
16289         a slightly different layout in /proc/acpi.
16291 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
16293         * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
16294         because the latter is a CL-ism.  This fixes the bug reported by
16295         Shawn Boyette <mdxi@collapsar.net> in
16296         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
16298 2004-06-04  Miles Bader  <miles@gnu.org>
16300         * faces.el (display-supports-face-attributes-p): Function moved to
16301         C code.  Previously only the tty-related portion of this function
16302         was done in C; however the previous attempt to do a halfway-proper
16303         job for non-tty displays in lisp didn't work properly because of
16304         funny conditions during Emacs startup.
16305         (face-differs-from-default-p): Simplify, now that
16306         display-supports-face-attributes-p works properly on all display
16307         types.  Remove :stipple from comparison; it doesn't really work
16308         in emacs anyway.
16310 2004-06-04  Miles Bader  <miles@gnu.org>
16312         * faces.el (face-differs-from-default-p): Use a different
16313         implementation, so we can really check whether FACE displays
16314         differently or not.
16316 2004-06-04  Miles Bader  <miles@gnu.org>
16318         * faces.el (display-supports-face-attributes-p): Implement a
16319         `different from default' check for non-tty displays.
16321 2004-06-03  David Kastrup  <dak@gnu.org>
16323         * woman.el (woman-mapcan): More concise code.
16324         (woman-topic-all-completions, woman-topic-all-completions-1)
16325         (woman-topic-all-completions-merge): Replace by a simpler and
16326         much faster implementation based on O(n log n) sort/merge instead
16327         of the old O(n^2) behavior.
16329 2004-06-03  Miles Bader  <miles@gnu.org>
16331         * subr.el (read-number): Use canonical format for default in prompt.
16333         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
16334         Add regexp for " [...]" style defaults.
16336 2004-06-02  Romain Francoise  <romain@orebokech.com>
16338         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
16339         groups: if the user asks for a hidden buffer, open the
16340         corresponding filter group to expose it.
16342         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
16343         `ibuffer-jump-to-buffer'.
16344         (ibuffer-jump-offer-only-visible-buffers): New user option.
16346 2004-06-02  Juanma Barranquero  <lektu@terra.es>
16348         * faces.el (frame-update-faces): Add empty docstring so the one
16349         for `ignore' doesn't show through.
16351         * subr.el (process-kill-without-query): Remove spurious "\n" on
16352         obsolescence string.
16353         (focus-frame, unfocus-frame): Add obsolescence declaration and
16354         empty docstring.
16356         * international/mule.el (register-char-codings): Make alias for
16357         `ignore'.  Move docstring to obsolescence info and remove redundancy.
16359 2004-06-02  Kim F. Storm  <storm@cua.dk>
16361         * frame.el (blink-cursor-start): Turn cursor off initially so blink
16362         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
16364 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16366         * comint.el (comint-replace-by-expanded-history-before-point):
16367         Obey `start' as the docstring says.
16368         (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
16369         (comint-update-fence): Prevent font-lock from running unnecessarily.
16370         (comint-dynamic-list-completions): Use with-current-buffer.
16372 2004-06-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16374         * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
16375         (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
16376         (bibtex-entry-update): Handle alternatives and optional fields.
16377         (bibtex-parse-entry): Bugfix, handle empty key.
16379 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
16381         * vc-arch.el (vc-arch-state): Don't assume the file exists.
16383 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
16385         * desktop.el (desktop-save): Don't save minor modes without a
16386         known mode initialization function.
16388 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
16390         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
16392         * autorevert.el: Update `Commentary' section.
16394 2004-05-30  Juanma Barranquero  <lektu@terra.es>
16396         * dos-fns.el (convert-standard-filename):
16397         * files.el (convert-standard-filename):
16398         * w32-fns.el (convert-standard-filename):
16399         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
16401 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
16403         Sync with Tramp.
16405         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
16406         (tramp-let-maybe): Move to an earlier spot in the file.
16407         Patch by Andreas Schwab.
16409 2004-05-30  Andreas Schwab  <schwab@suse.de>
16411         * dired.el (dired-get-filename): Don't use dired-re-dot.
16413 2004-05-30  Richard M. Stallman  <rms@gnu.org>
16415         * files.el (find-file): Doc fix.
16417         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
16419 2004-05-30  Nick Roberts  <nickrob@gnu.org>
16421         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
16422         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
16423         modeline of the locals buffer.
16424         (gdb-goto-breakpoint): Handle gdbmi.
16425         (gdb-get-frame-number): Change for gdbmi.
16427 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
16429         * files.el (file-remote-p): Apply file name handler for operation
16430         `file-remote-p'.  It isn't a property any longer.
16431         (file-relative-name): `fh' and `fd' get the required value via
16432         `find-file-name-handler' already.
16434         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
16435         (top): Remove setting of `file-remote-p' property for
16436         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
16438 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
16440         Version 2.0.41 of Tramp released.
16442         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
16443         Throw away if process has died.
16444         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
16445         (tramp-out-of-band-prompt-regexp): Rename to
16446         `tramp-process-alive-regexp', because its usage is widen.
16447         (tramp-actions-copy-out-of-band): Apply it.
16448         (tramp-actions-before-shell, tramp-multi-actions):
16449         Add `tramp-action-process-alive' action.
16450         (tramp-action-process-alive): New defun.
16451         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
16452         Add entry for `file-remote-p'.
16453         (tramp-handle-file-remote-p): New defun.
16454         (top): Remove setting of `file-remote-p'.  Don't set
16455         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
16457         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
16458         `file-remote-p'.
16460         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
16461         counted for (last) line.  [They should or they shouldn't?  --Stef]
16462         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
16464 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
16466         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
16467         not really necessary but seems to keep the shell history smaller
16468         in some cases.  It is no substitute for setting HISTFILE and
16469         HISTSIZE from tramp-open-connection-setup-interactive-shell,
16470         though.  Suggested by Luc Teirlinck.
16471         (tramp-open-connection-setup-interactive-shell): Export variables
16472         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
16473         (tramp-set-process-query-on-exit-flag): New compat function.
16474         (tramp-open-connection-multi, tramp-open-connection-su)
16475         (tramp-open-connection-rsh, tramp-open-connection-telnet)
16476         (tramp-do-copy-or-rename-file-out-of-band): Use it.
16477         (tramp-let-maybe): New macro, let-binds a variable only if it
16478         isn't obsolete.
16479         (tramp-check-ls-commands, tramp-handle-expand-file-name)
16480         (tramp-handle-file-truename): Use it.
16481         (tramp-completion-file-name-regexp-unified): Avoid matching
16482         filenames starting with "/:" -- those are reserved for
16483         file-name-non-special.
16485         * tramp-smb.el (tramp-smb-open-connection):
16486         Use tramp-set-process-query-on-exit-flag compat function.
16488 2004-05-29  Richard M. Stallman  <rms@gnu.org>
16490         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
16492         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
16493         (eval-last-sexp-print-value): Print char equivalent regardless
16494         of standard-output value.
16496         * thumbs.el (thumbs-subst-char-in-string): Delete.
16497         (thumbs-thumbname): Use subst-char-in-string.
16498         (thumbs-resize-image): Use condition-case, not ignore-errors.
16499         (thumbs-kill-buffer): Likewise.
16501         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
16502         (thumbs-mode): Make buffer read-only.
16503         (thumbs-make-thumb): Unconditionally accept an existing file.
16504         (thumbs-insert-thumb): Add thumb-image-file property to the image.
16505         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
16506         (thumbs-show-thumbs-list): Error if images not supported.
16507         (thumbs-save-current-image): Improve prompt string.
16508         (thumbs-mode-map): Define u, R, x.
16509         (thumbs-unmark): New command.
16510         (thumbs-emboss-image): Minor cleanup.
16511         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
16512         (thumbs-rename-images): New command.
16513         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
16515         * thumbs.el (thumbs-current-image): New function.
16516         (thumbs-file-list, thumbs-file-alist): New functions.
16517         (thumbs-find-image): Delete arg L.
16518         Don't set up thumbs-fileL as buffer-local global var.
16519         (thumbs-find-image-at-point): Use thumbs-current-image.
16520         (thumbs-set-image-at-point-to-root-window): Likewise.
16521         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
16522         Record and warn about errors.  Update thumbs-markedL for deletions.
16523         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
16524         (thumbs-redraw-buffer): Use thumbs-file-list.
16525         (thumbs-mark): Use thumbs-current-image.
16526         (thumbs-show-name): Use thumbs-current-image.
16528         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
16529         and imenu--last-menubar-index-alist.
16531         * subr.el (with-selected-window): Undo previous change.
16533 2004-05-29  John Paul Wallington  <jpw@gnu.org>
16535         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
16536         (thumbs-mouse-find-image): New command.
16537         (thumbs-mode-map): Bind it to mouse-2.
16538         (thumbs-mode): Make mode-class special.
16539         (thumbs-view-image-mode): Likewise.
16541 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
16543         * flymake.el: New file.
16545 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
16547         * files.el (find-file-noselect-1): Do not bind
16548         `inhibit-read-only' to t during execution of
16549         `find-file-not-found-functions'.
16551 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16553         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
16554         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
16556 2004-05-28  Juri Linkov  <juri@jurta.org>
16558         * simple.el (eval-expression-print-format): New fun.
16560         * simple.el (eval-expression):
16561         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
16562         * emacs-lisp/edebug.el (edebug-compute-previous-result)
16563         (edebug-eval-expression): Print additionally the value returned by
16564         `eval-expression-print-format'.
16566         * emacs-lisp/lisp.el (insert-pair-alist): New var.
16567         (insert-pair): Make arguments optional.  Find character pair
16568         from `insert-pair-alist' according to the last input event.
16569         (insert-parentheses): Make arguments optional.
16570         (raise-sexp, delete-pair): New funs.
16572         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
16573         (emacs-lisp-mode-map, lisp-interaction-mode-map):
16574         Bind C-M-q to `indent-pp-sexp'.
16576         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
16577         `pp-to-string' modified to be able to format text with newlines.
16578         (pp-to-string): Move the buffer-formatting part of the code to
16579         `pp-buffer'.  Call `pp-buffer'.
16581         * info.el (Info-desktop-buffer-misc-data): Don't save information
16582         about virtual files.
16583         (Info-restore-desktop-buffer): Restore Info buffers in prepared
16584         buffers with names obtained from the desktop file instead of the
16585         default *info* buffer.
16587 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16589         * subr.el (with-selected-window): Only save/restore the selected window.
16591         * progmodes/compile.el (compilation-error-regexp-alist):
16592         Use expand-file-name and data-directory.
16594         * progmodes/grep.el (grep-tree): Rework previous fix.
16596         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
16597         after the user marked text with the mouse.
16599         * startup.el (command-line): Keep the first regexp of
16600         auto-save-file-name-transforms intact.
16602 2004-05-28  Juanma Barranquero  <lektu@terra.es>
16604         * cus-edit.el (customize-face, customize-face-other-window)
16605         (custom-face-edit-delete): Make arguments match their use in
16606         docstring.
16607         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
16608         docstring.
16610         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
16611         not `cvs-butlast'.
16613         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
16614         `nbutlast' are in subr.el).
16616         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
16617         (set-w32-system-coding-system): Doc fixes.
16619         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
16620         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
16621         Make arguments match their use in docstring.
16622         (artist-draw-region-trim-line-endings)
16623         (artist-mouse-choose-operation): Fix typo in docstring.
16624         (artist-key-set-point-common): Doc fix.
16626 2004-05-28  Simon Josefsson  <jas@extundo.com>
16628         * mail/smtpmail.el (smtpmail-open-stream):
16629         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
16631 2004-05-26  Simon Josefsson  <jas@extundo.com>
16633         * starttls.el: Merge with my GNUTLS based starttls.el.
16634         (starttls-gnutls-program, starttls-use-gnutls)
16635         (starttls-extra-arguments, starttls-process-connection-type)
16636         (starttls-connect, starttls-failure, starttls-success): New variables.
16637         (starttls-program, starttls-extra-args): Doc fix.
16638         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
16639         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
16640         and pass on to corresponding *-gnutls function if it is set.
16642 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
16644         * autorevert.el (auto-revert-handler): Disable auto-reverting of
16645         remote files.
16647 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
16649         * files.el (file-name-non-special): There are more operations
16650         which need handling: `find-backup-file-name',
16651         `insert-file-contents', `verify-visited-file-modtime',
16652         `write-region'.  Rename t value of method to `add'.  Add new
16653         methods `quote' and `unquote-then-quote' to file-arg-indices.
16655 2004-05-25  Juri Linkov  <juri@jurta.org>
16657         * info.el (Info-toc): Call Info-mode on intermediate buffer.
16658         (Info-index-nodes): Enclose code in condition-case to catch errors.
16659         (Info-index-node): Don't search all index nodes if request is only
16660         for the current node and file is not in the cache of index nodes.
16661         (Info-mode-map): Bind Info-copy-current-node-name to `w'
16662         for consistency with dired-copy-filename-as-kill.
16663         Bind `S' to Info-search-case-sensitively.
16664         (Info-copy-current-node-name): New arg.  With zero prefix arg put
16665         the name inside a function call to `info'.  Display copied text in
16666         the echo area.
16668 2004-05-25  Sam Steingold  <sds@gnu.org>
16670         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
16671         strip the package prefix from the symbol name, if any.
16672         Make it the `find-tag-default-function' for `lisp-mode'.
16674 2004-05-25  John Paul Wallington  <jpw@gnu.org>
16676         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
16677         instead of obsolete `process-kill-without-query'.
16679         * textmodes/texinfmt.el (texinfo-indexvar-alist):
16680         Declare as variable, not constant.
16682 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
16684         * files.el (find-file-noselect-1): Fix bug introduced by
16685         Revision 1.694.  As a side effect, `inhibit-read-only'
16686         is again, by default, t during execution of
16687         `find-file-not-found-functions'.
16688         (insert-directory): Check that lines were really inserted by
16689         the --dired switch, before erasing them.
16691 2004-05-24  Nick Roberts  <nickrob@gnu.org>
16693         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
16694         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
16695         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
16696         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
16697         gud-minor-mode (gdbmi).
16699 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
16701         * net/browse-url.el (browse-url-interactive-arg): Enable user to
16702         explicitly select the text to be taken as URL.
16704 2004-05-23  Juri Linkov  <juri@jurta.org>
16706         * info.el (Info-index-nodes): New var and fun.
16707         (Info-goto-index, Info-index, info-apropos)
16708         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
16709         (Info-index): Fix docstring.  Store and restore Info-history-list.
16710         (Info-complete-nodes): New var.
16711         (Info-complete-menu-item): Use it.
16712         (Info-index-node): New fun.
16713         (Info-final-node, Info-forward-node, Info-backward-node)
16714         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
16715         Use Info-index-node.
16716         (Info-extract-menu-item, Info-extract-menu-counting): Set second
16717         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
16718         (Info-find-node-2): If a node with period in its name not found,
16719         try to find a node without the name part after period.
16720         (Info-select-node): Call Info-fontify-node only if
16721         Info-fontify-maximum-menu-size is not nil.
16722         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
16723         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
16724         Preserve Info-history-list.
16725         (Info-toc): Set Info-current-file.
16726         (Info-build-toc): Move point to the beginning of the buffer.
16727         Add main-file variable.
16728         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
16729         Use backslashed representation of the control character ^_.
16731         * textmodes/texinfmt.el (texinfo-print-index): Print index line
16732         numbers in the new Texinfo 4.7 format.
16734         * add-log.el (change-log-font-lock-keywords): Remove `:' from
16735         regexps for function and variable names.
16737         * descr-text.el (describe-property-list): Add [show] button for
16738         `syntax-table' property with action to pp to a separate buffer.
16739         (describe-char): Replace search-forward by re-search-forward with
16740         whitespace regexp after "character:" to not fail in too narrow windows.
16742         * simple.el (next-error-find-buffer): Add a rule to return
16743         next-error capable buffer if one window on the selected frame
16744         displays such buffer.
16746 2004-05-23  Nick Roberts  <nickrob@gnu.org>
16748         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
16749         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
16750         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
16751         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
16752         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
16753         Handle new value for gud-minor-mode (gdbmi).
16754         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
16755         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
16756         Change from local to global gdb variable set.
16757         (gdb-ann3): Initialize above gdb variable set.
16758         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
16759         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
16760         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
16761         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
16762         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
16763         (gdb-info-locals-handler, gdb-invalidate-assembler)
16764         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
16765         set as global variables.
16766         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
16767         Handle gdbmi.
16768         (gdb-info-breakpoints-custom): Fix regexp.
16769         (def-gdb-var): Delete.
16771         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
16772         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
16773         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
16774         a new mode.  The file (gdb-mi.el) for this mode will be included
16775         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
16776         primary interface.
16778 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
16780         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
16781         interpreted as a directory.
16783 2004-05-22  Richard M. Stallman  <rms@gnu.org>
16785         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
16786         as a close quote.
16788         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
16790         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
16791         Use assoc-string, not assoc-ignore-case.
16793         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
16795         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
16796         If moving back then fwd gets a defun that ends before point,
16797         try again moving fwd then back.
16799         * files.el (file-name-non-special): Allow t in file-arg-indices
16800         to mean requote the return value.  Use `identity' as an element
16801         rather than as the whole value.
16803         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
16805 2004-05-22  Juanma Barranquero  <lektu@terra.es>
16807         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
16808         `help-make-usage'.
16809         (help-highlight-arguments): Skip function name before searching
16810         for arguments.
16812 2004-05-21  Juanma Barranquero  <lektu@terra.es>
16814         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
16815         Don't mention in the docstring these arguments meant for
16816         internal (recursive) use only.
16817         (allout-char-spec): Comment out (it's not implemented).
16818         (allout-old-expose-topic, allout-exposure): Fix docstring and add
16819         obsolescence declaration.
16820         (allout-flatten-exposed-to-buffer)
16821         (allout-indented-exposed-to-buffer): Fix typos in docstring.
16822         (my-mark-marker): Doc fix.
16823         (produce-allout-mode-map, allout-sibling-index)
16824         (allout-isearch-expose, allout-distinctive-bullet)
16825         (allout-open-topic, allout-reindent-body)
16826         (allout-rebullet-heading, allout-process-exposed)
16827         (allout-insert-listified, allout-latex-verb-quote)
16828         (allout-insert-latex-header, allout-insert-latex-trailer):
16829         Make arguments match their use in docstring.
16830         (allout-primary-bullet, allout-old-style-prefixes)
16831         (allout-inhibit-protection, allout-init, allout-mode)
16832         (allout-before-change-protect, allout-flag-region):
16833         Use "Emacs" instead of "emacs" in docstrings.
16835 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
16837         * international/characters.el: Modify syntax of more characters.
16839 2004-05-21  Masatake YAMATO  <jet@gyve.org>
16841         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
16842         (etags-tags-completion-table): Show parsing progress.
16844 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
16846         * locate.el (locate-prompt-for-command): Shorten first line of
16847         docstring.
16848         (locate-mode): Expand docstring and include keymap summary.
16850         * files.el (find-file-noselect-1): Limit the scope of the
16851         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
16852         is, by default, nil during the execution of
16853         `find-file-not-found-functions' and `find-file-hook'.
16855 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
16857         * facemenu.el (facemenu-color-name-equal): New function.
16858         (list-colors-display): Use it to compare colors instead of
16859         facemenu-color-equal.
16861 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
16863         * compare-w.el (compare-windows-face): Use min-colors instead of
16864         checking for tty or pc types.
16866 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16868         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
16869         (completion-setup-function): Use with-current-buffer.
16870         Properly save excursion.  Simplify.
16871         Don't assume there is necessarily a `mouse-face' property somewhere.
16873         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
16875         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
16877         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
16878         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
16879         Use with-current-buffer.
16880         (byte-goto-log-buffer): Delete.
16881         (byte-compile-log-file): Call compilation-forget-errors.
16883 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
16885         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
16886         output messages into the search result.
16888 2004-05-19  Masatake YAMATO  <jet@gyve.org>
16890         * wid-edit.el (widget-radio-button-notify): Revert my last
16891         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
16893 2004-05-19  Kenichi Handa  <handa@m17n.org>
16895         * international/characters.el: Fix syntax (open/close) of CJK chars.
16897 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
16899         * help-mode.el (help-go-back): Don't depend on position of back button.
16901 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16903         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
16904         files don't contain an accidental additional /.
16906         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
16907         in source buffer.
16909 2004-05-18  Masatake YAMATO  <jet@gyve.org>
16911         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
16912         to widget-apply.  :action method assumes 2 arguments, not 3.
16914 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
16916         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
16917         New constants.
16918         (hs-special-modes-alist): Add an f90-mode entry.
16920 2004-05-17  Sam Steingold  <sds@gnu.org>
16922         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
16923         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
16925 2004-05-16  Kim F. Storm  <storm@cua.dk>
16927         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
16929 2004-05-15  John Wiegley  <johnw@newartisans.com>
16931         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
16932         (eshell-output-object-to-target): Improve output speed 20% by not
16933         calling `eshell-stringify' if something is already known to be a string.
16935 2004-05-15  Alex Ott  <ott@jet.msk.su>
16937         * textmodes/ispell.el (ispell-local-dictionary-alist):
16938         Add windows-1251 to the choice of coding systems.
16939         (ispell-dictionary-alist-6): Add support for "russianw.aff",
16940         encoded in cp1251.
16942 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
16944         * progmodes/compile.el (compilation-warning-face)
16945         (compilation-info-face): Use min-colors.
16947 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16949         * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
16950         * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
16951         * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
16952         * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
16953         * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
16954         * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
16955         * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
16956         * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
16957         * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
16958         * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
16959         * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
16960         * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
16961         * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
16962         * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
16964 2004-05-15  Kim F. Storm  <storm@cua.dk>
16966         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
16967         Use it to set triggered-p element of timer.
16968         (timer-event-handler): Set triggered-p element non-nil while running
16969         the timer function.
16971 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16973         * descr-text.el (describe-char-unicode-data)
16974         (describe-char-unicodedata-file): Re-enable the unicode code now that
16975         the licensing issues have been cleared in the unicode-4 license.
16976         (describe-text-properties-1): Remove unused `overlay' var.
16977         (describe-char): Remove unused var `buffer'.
16979 2004-05-14  David Ponce  <david@dponce.com>
16981         * tree-widget.el: New file.
16983 2004-05-13  Marcelo Toledo  <marcelo@gnu.org>
16985         * language/european.el ("Brazilian Portuguese"): Add support for
16986         Brazilian Portuguese.
16988 2004-05-13  John Wiegley  <johnw@newartisans.com>
16990         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
16991         `recentf-mode' if this variable has been customized to t.
16993         * eshell/esh-test.el (eshell-test): Call the function
16994         `emacs-version' rather than trying to build a custom version string.
16996 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16998         * net/telnet.el (telnet-mode): Use define-derived-mode.
16999         Don't modify the global value of comint-prompt-regexp.
17001 2004-05-13  John Paul Wallington  <jpw@gnu.org>
17003         * version.el (emacs-version): Check for `gtk' feature before
17004         `x-toolkit' feature.
17006 2004-05-13  Juanma Barranquero  <lektu@terra.es>
17008         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
17009         arguments in the docstring, they're used only in recursive calls.
17011         * help-fns.el (help-arg-highlighting-function)
17012         (help-argument-name): Delete.
17013         (help-default-arg-highlight): New function.
17014         (help-do-arg-highlighting): Use it.
17016 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
17018         * calendar/appt.el (appt-disp-window):
17019         Use `calendar-set-mode-line' for a centered mode-line.
17021 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
17023         * calendar/appt.el (appt-disp-window): Do not split window
17024         excessively when `split-height-threshold' is low.
17026 2004-05-12  Nick Roberts  <nickrob@gnu.org>
17028         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
17029         kill-buffer-hook here and make it local.
17030         (gud-kill-buffer-hook): Use kill-process for a sure kill.
17032 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
17034         * progmodes/compile.el (compilation-set-window-height):
17035         Use save-excursion to protect against misplaced marker.
17037 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17039         * custom.el (defface): Document that type can have value gtk.
17041         * faces.el (face-spec-set-match-display): Handle type gtk in display.
17043 2004-05-12  Kenichi Handa  <handa@m17n.org>
17045         * descr-text.el: Require quail at compile time.
17046         (describe-char): If an input method is on and it supports the
17047         character, show how to input it.
17049         * international/quail.el (quail-install-decode-map): Accept a
17050         char-table whose subtype is `quail-decode-map'.
17051         (quail-store-decode-map-key, quail-gen-decode-map1)
17052         (quail-gen-decode-map, quail-find-key1, quail-find-key)
17053         (quail-show-key): New functions.
17055 2004-05-12  Juanma Barranquero  <lektu@terra.es>
17057         * generic.el (define-generic-mode): Remove redundant arglist info.
17059         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
17060         Make arguments match their use in docstring.
17061         (help-arg-highlighting-function): New variable.
17062         (help-argument-name): Mention it in the docstring.
17063         (help-do-arg-highlight): Use it.  Expand regexp to accept also
17064         ARG-xxx and xxx-ARG references.
17066 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
17068         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
17069         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
17070         and "mailto:addr1?to=addr2" equal.
17072 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
17074         * man.el (Man-getpage-in-background): Use shell-file-name
17075         and shell-command-switch variables instead of hard-coded values.
17077 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
17079         * iimage.el: New file.
17081 2004-05-11  Juanma Barranquero  <lektu@terra.es>
17083         * custom.el (custom-initialize-default, defcustom):
17084         Fix typo in docstring.
17086         * files.el (set-visited-file-name, file-expand-wildcards):
17087         Fix docstring.
17089 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17091         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
17093         * subr.el (eventp): Be more discriminating with integers.
17095 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
17097         * progmodes/compile.el (compile): Add universal prefix arg.
17098         (compilation-error-regexp-alist-alist): Add edg patterns.
17100 2004-05-10  Sam Steingold  <sds@gnu.org>
17102         * textmodes/ispell.el (ispell-message):
17103         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
17105 2004-05-10  Dave Love  <fx@gnu.org>
17107         * progmodes/python.el (help-buffer): Autoload when compiling.
17108         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
17109         (run-python): Prepend to any existing PYTHONPATH.
17111 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
17113         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
17114         for pending breakpoints.
17116 2004-05-10  Richard M. Stallman  <rms@gnu.org>
17118         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
17119         directly without calling any functions in Rmail.
17120         (unrmail-unprune): Function deleted.
17122 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17124         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
17125         C-c C-z binding.
17127 2004-05-10  Kenichi Handa  <handa@m17n.org>
17129         * descr-text.el (describe-char): Fix previous change.  Don't make
17130         a unibyte character to multibyte in the *Help* buffer.
17132 2004-05-10  Miles Bader  <miles@gnu.org>
17134         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
17135         buffer an error if the debugger process is actually running.
17137 2004-05-10  Juanma Barranquero  <lektu@terra.es>
17139         * help-fns.el (help-argument-name): Default to italic.
17140         (help-highlight-arguments): Return always (usage . doc), even when
17141         usage is nil.
17143         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
17144         (define-ibuffer-filter): Add usage info.
17145         (define-ibuffer-op): Add usage info (but CL-style defaults for
17146         keyword args are not shown).
17148         * subr.el (remove-overlays, read-passwd): Fix docstring.
17149         (start-process-shell-command): Fix docstring.  Put usage info in a
17150         format usable by `describe-function'.
17151         (open-network-stream, open-network-stream-nowait)
17152         (open-network-stream-server): Fix docstring.
17154 2004-05-09  Jason Rumney  <jasonr@gnu.org>
17156         * international/code-pages (cp932, cp936, cp949, c950): Remove.
17157         Only define cp125* if windows-125* is already defined.
17159         * language/korean.el (cp949): Add alias.
17161         * language/chinese.el (cp936, cp950): Add aliases.
17163         * language/japanese.el (cp932): Add alias.
17165         * term/w32-win.el: Require code-pages.
17167         * international/mule-cmds.el (set-locale-environment):
17168         On MS-Windows use ansi code-page for default coding-systems.
17169         Set up paper sizes for Windows 3 letter languages.
17171         * international/code-pages.el (cp932, cp936, cp949, cp950):
17172         Add aliases.  Also add cp125* if not already defined.
17174 2004-05-09  Juanma Barranquero  <lektu@terra.es>
17176         * help-fns.el (help-highlight-arguments): Don't try to highlight
17177         missing or autoloaded arglists.  Accept structured arguments, like
17178         the first ones of `do' and `flet'.
17180         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
17181         (cvs-get-marked): Remove redundant arglist info.
17183         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
17184         Don't use CL-style default args.
17186 2004-05-08  Andreas Schwab  <schwab@suse.de>
17188         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
17190         * international/subst-ksc.el: Fix references to utf-translate-cjk
17191         into utf-translate-cjk-mode.
17192         * international/subst-big5.el: Likewise.
17193         * international/subst-gb2312.el: Likewise.
17194         * international/subst-jis.el: Likewise.
17195         * international/utf-16.el: Likewise.
17196         * international/utf-8.el: Likewise.
17198 2004-05-08  John Wiegley  <johnw@newartisans.com>
17200         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
17201         "virtual buffers" (off by default), which makes it possible to
17202         switch to the "virtual" buffers of recently visited files.  When a
17203         buffer name search fails, and this option is on, iswitchb will
17204         look at the list of recently visited files, and permit matching
17205         against those names.  When the user hits RET on a match, it will
17206         revisit that file.
17207         (iswitchb-read-buffer): Add two optional arguments, which makes
17208         isearchb.el possible.
17209         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
17210         (iswitchb-next-match): Add support for virtual buffers.
17212         * isearchb.el: This module extends iswitchb to provide "as you
17213         type" buffer selection.
17215         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
17216         Ignore the read-only property when flyspell highlighting is on.
17217         Not ignoring it leads to a series of confusing errors.
17218         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
17219         but also make sure to call flyspell-incorrect-hook.
17220         (flyspell-maybe-correct-transposition): Perform transposition test
17221         by bit twiddling a string, rather than using a temp buffer.
17222         (flyspell-maybe-correct-doubling): Use a string rather than a temp
17223         buffer.  This is also the original version of the code, which
17224         could not be checked in before due to a previous lack of
17225         assignment papers.  This version has seen heavy usage on my system
17226         for several years now.
17228         * calendar/cal-bahai.el: New file, which adds support for the
17229         Baha'i calendar to Emacs.  This calendar is based on a solar year
17230         of 19 months of 19 days, with 4 intercalary days.  Each year
17231         begins on March 21, with the calendar starting in 1844.
17233         * calendar/cal-menu.el, calendar/calendar.el
17234         * calendar/diary-lib.el, calendar/holidays.el:
17235         Added support for using cal-bahai.el.
17237         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
17238         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
17239         function can be used outside of eshell buffers.
17240         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
17242 2004-05-08  Juanma Barranquero  <lektu@terra.es>
17244         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
17245         word constituent so FOO-ARG is not recognized as an arg.
17246         (help-highlight-arguments): Don't skip lists in mandatory arguments.
17248         * simple.el (next-error): Fix typo in docstring.
17249         (open-line): Make argument names match their use in docstring.
17250         (split-line): Fix docstring.
17252         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
17253         usable by `describe-function'.
17254         (gensym, gentemp, typep, ignore-errors): Make argument names match
17255         their use in docstring.
17257         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
17258         argument to `help-setup-xref'.
17260 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
17262         Version 2.0.40 of Tramp released.
17264         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
17265         Use symbol-function to invoke functions only known on some Emacs
17266         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
17267         Scaldeferri <kevin@scaldeferri.com>.
17268         (tramp-do-copy-or-rename-file-via-buffer): Rename from
17269         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
17270         consistent with the other tramp-do-* functions.
17271         (tramp-do-copy-or-rename-file): Calls adjusted.
17272         (tramp-process-initial-commands): Avoid liveness check on shell --
17273         we know that it must be alive since we're opening a connection at
17274         this moment.
17275         (tramp-last-cmd): New internal variable.
17276         (tramp-process-echoes): New tunable.
17277         (tramp-send-command): Set tramp-last-cmd.
17278         (tramp-wait-for-output): Delete echo, if applicable.
17279         (tramp-read-passwd): Construct the key for the password cache in a
17280         way that works for multi methods, too.
17281         (tramp-bug): Add backup-directory-alist and
17282         bkup-backup-directory-info to bug reports, with Tramp counterparts.
17284 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
17286         * net/tramp*.el: Suppress byte-compiler warnings where possible.
17288         * net/tramp.el (tramp-out-of-band-prompt-regexp)
17289         (tramp-actions-copy-out-of-band): New defcustoms.
17290         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
17291         used instead of a synchronous one.  Allows password entering.
17292         (tramp-action-out-of-band): New defun.
17293         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
17294         Remove restriction with password from doc string.
17295         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
17296         `tramp-out-of-band-prompt-regexp',
17297         `tramp-actions-copy-out-of-band', `password-cache' and
17298         `password-cache-expiry'.
17299         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
17300         password caching.
17301         (tramp-touch): FILE can be a local file, too.
17302         (TODO): Remove items done.
17303         (tramp-handle-insert-directory): Properly quote file name also if
17304         not full-directory-p.  Handle wildcard case.  Reported by Andreas
17305         Schwab <schwab@suse.de>.
17306         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
17307         new file.
17308         (tramp-handle-file-local-copy, tramp-handle-write-region):
17309         The permissions of the temporary file are set if filename exists.
17310         Reported by Ted Stern <stern@cray.com>.
17311         (tramp-backup-directory-alist)
17312         (tramp-bkup-backup-directory-info): New defcustoms.
17313         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
17314         (tramp-handle-find-backup-file-name): New function.
17315         Implements Tramp's find-backup-file-name.
17317         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
17318         for `find-backup-file-name'.
17320         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
17321         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
17323 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
17325         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
17327 2004-05-07  Juanma Barranquero  <lektu@terra.es>
17329         * subr.el (lambda): Add arglist description to docstring.
17330         (declare): Fix typo in docstring.
17331         (open-network-stream): Fix docstring.
17332         (process-kill-without-query): Fix docstring and add obsolescence info.
17333         (last, butlast, nbutlast): Make arguments match their use in docstring.
17334         (insert-buffer-substring-no-properties): Likewise.
17335         (insert-buffer-substring-as-yank): Likewise.
17336         (split-string): Fix docstring.
17338         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
17339         Make argument names match their use in docstring.
17341         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
17343 2004-05-06  Nick Roberts  <nickrob@gnu.org>
17345         * progmodes/gdb-ui.el: Improve/extend documentation strings.
17346         Fit first sentence on one line for apropos-command.
17348 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17350         Changes largely merged in from Dave Love's code.
17351         * progmodes/python.el: Doc fixes.
17352         (python-mode-map): Add python-complete-symbol.
17353         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
17354         (python-comment-indent, python-complete-symbol)
17355         (python-symbol-completions, python-partial-symbol)
17356         (python-try-complete): New.
17357         (python-indent-line): Remove optional arg.  Use python-block-end-p.
17358         (python-check): Bind compilation-error-regexp-alist.
17359         (inferior-python-mode): Use rx.  Move keybindings to top level.
17360         Set comint-input-filter.
17361         (python-preoutput-filter): Use rx.
17362         (python-input-filter): Re-introduce.
17363         (python-proc): Start new process if necessary.
17364         Check python-buffer non-nil.
17365         (view-return-to-alist): Defvar.
17366         (python-send-receive): New.
17367         (python-eldoc-function): Use it.
17368         (python-mode-running): Don't defvar.
17369         (python-mode): Set comment-indent-function.
17370         Maybe update hippie-expand-try-functions-list.
17371         (python-indentation-levels): Initialize differently.
17372         (python-block-end-p): New.
17373         (python-indent-line): Use it.
17374         (python-compilation-regexp-alist): Augment.
17375         (run-python): Import `emacs' module to Python rather than loading
17376         code directly.  Set python-buffer differently.
17377         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
17378         Use python-proc.
17379         (python-send-command): Go to end of comint buffer.
17380         (python-load-file): Use python-proc, emacs.eimport.
17381         (python-describe-symbol): Simplify interactive form.
17382         Use emacs.help.  Do use temp-buffer-show-hook.
17383         Call print-help-return-message.
17384         (hippie-exp): Require when compiling.
17385         (python-preoutput-continuation): Use rx.
17387         * diff-mode.el (diff-make-unified): Fix regexp.
17389 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
17391         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
17392         filter groups from the buffer when rebuilding the Ibuffer buffer
17393         and `ibuffer-show-empty-filter-groups' is nil.
17395 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17397         * ps-print.el (ps-print-quote): Call ps-value-string.
17398         (ps-setup): Call ps-comment-string.
17399         (ps-value-string, ps-comment-string): New funs.
17401 2004-05-06  Juanma Barranquero  <lektu@terra.es>
17403         * ehelp.el (electric-help-command-loop): Check whether the last
17404         character is visible, not (point-max).
17406         * help-fns.el (help-argument-name): Default to bold; don't inherit
17407         from font-lock-variable-name-face.
17408         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
17410 2004-05-05  Kenichi Handa  <handa@m17n.org>
17412         * descr-text.el (describe-char): Copy the character with text
17413         properties and overlays into the first line, and call
17414         describe-text-properties on it.
17416 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
17418         * iswitchb.el (iswitchb-global-map): Fix typo.
17419         Remove unwanted ###autoloads from source file.
17421 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
17423         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
17424         in run-hooks.  Use substitute-command-keys in message.
17425         (wdired-abort-changes): Add message.
17427 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
17429         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
17430         (sql-emacs20-p): Remove.
17431         (sql-mode-syntax-table): Use shared GNU Emacs/XEmacs syntax.
17432         (sql-builtin-face, sql-doc-face): Remove.
17433         (sql-mode-ansi-font-lock-keywords)
17434         (sql-mode-oracle-font-lock-keywords)
17435         (sql-mode-postgres-font-lock-keywords)
17436         (sql-mode-linter-font-lock-keywords)
17437         (sql-mode-ms-font-lock-keywords)
17438         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
17439         (sql-product-font-lock): Fix font-lock reset when font rules change.
17440         (sql-highlight-product): Remove incorrect font-lock reset logic.
17442 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
17444         * ses.el (ses-set-parameter): Fix typo.
17446 2004-05-04  Kim F. Storm  <storm@cua.dk>
17448         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
17449         Must expand directory for completion to work; and don't mess with
17450         process-environment.
17451         (ido-read-file-name): If command has ido property, don't use ido
17452         if value is ignore, or read as directory if value is dir.
17453         Set ido ignore property for dired-do-rename command.
17455 2004-05-04  Juanma Barranquero  <lektu@terra.es>
17457         * ehelp.el (electric-help-command-loop, electric-help-undefined)
17458         (electric-help-help): Check against unmapped commands.
17460         * help-fns.el (help-argument-name): New face, inheriting from
17461         font-lock-variable-name-face, to highlight function arguments in
17462         `describe-function' and `describe-key'.
17463         (help-do-arg-highlight): Auxiliary function to highlight a given
17464         list of arguments in a string.
17465         (help-highlight-arguments): Highlight the function arguments and
17466         all uses of them in the docstring.
17467         (describe-function-1): Use it.  Do docstring output via `insert',
17468         not 'princ', so text attributes are preserved.
17470         * winner.el (winner-mode-map): Move `winner-undo' and
17471         `winner-redo' to C-c <left> and C-c <right>, respectively (the
17472         previous bindings conflict with `prev-buffer', `next-buffer').
17474 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17476         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
17477         (bibtex-entry-update): New command bound to C-c C-u.
17478         (bibtex-text-in-string): Fix regexp.
17479         (bibtex-assoc-of-regexp): Remove.
17480         (bibtex-progress-message): Fix docstring.
17481         (bibtex-inside-field): Use if.
17482         (bibtex-assoc-regexp): New function.
17483         (bibtex-format-entry): Make code more robust so that it formats
17484         also old entries.
17485         (bibtex-autokey-demangle-title): Merge with obsolete function
17486         bibtex-assoc-of-regexp.
17487         (bibtex-field-list): New function.
17488         (bibtex-entry): Use bibtex-field-list.
17489         (bibtex-parse-entry): Fix docstring.
17490         (bibtex-print-help-message): Use bibtex-field-list.
17491         (bibtex-make-field): Use bibtex-field-list.
17492         (bibtex-entry-index): Bugfix.  Return crossref key if required.
17493         (bibtex-lessp): Fix docstring.
17495 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
17497         * select.el (xselect-convert-to-string): Move comment to intended line.
17499 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17501         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
17502         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
17504 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17506         * term/x-win.el (x-clipboard-yank): Don't exit on error from
17507         x-get-selection.
17509 2004-05-03  Jason Rumney  <jasonr@gnu.org>
17511         * makefile.nt: Remove.
17513 2004-05-03  Kim F. Storm  <storm@cua.dk>
17515         * emulation/cua-base.el (cua--update-indications): Fix last change.
17516         (cua-mode): Deactivate mark when cua-mode is enabled.
17518 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
17520         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
17522 2004-05-03  Nick Roberts  <nickrob@gnu.org>
17524         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
17525         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
17526         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
17527         window over visible frames.
17528         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
17530 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17532         * progmodes/compile.el (compilation-gcpro): New var.
17533         (compilation-fake-loc): Use it.
17534         (compilation-forget-errors): Reset it.
17536 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
17538         * diff-mode.el (diff-header-face, diff-file-header-face):
17539         Use min-colors.
17541 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17543         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
17544         (bibtex-clean-entry): Disentangle code.
17545         (bibtex-realign): New function.
17546         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
17547         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
17548         Remove undocumented optional arg called-by-convert-alien.
17549         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
17550         for sorting instead of bibtex-sort-buffer.
17552 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
17554         * progmodes/compile.el (compilation-start): In the
17555         no-async-subprocesses branch, call sit-for to give redisplay a
17556         chance to show the updated process status in the mode line, and
17557         fontify the buffer explicitly after the process exits.
17559 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17561         * progmodes/python.el (python-compilation-line-number): Remove.
17562         (python-compilation-regexp-alist): Don't use it any more.
17563         (python-orig-start, python-input-filter): Remove.
17564         (inferior-python-mode): Don't set up comint-input-filter-functions.
17565         (python-send-region): Use compilation-fake-loc.
17567         * progmodes/compile.el (compilation-messages-start): New var.
17568         (compilation-mode): Don't setup next-error-function here.
17569         (compilation-setup): Set it up here instead (for minor modes as well).
17570         Make compilation-messages-start buffer local.
17571         (compilation-next-error-function): Use it.
17572         (compilation-forget-errors): Set compilation-messages-start.
17574 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
17576         * ielm.el (ielm-prompt-read-only): Update docstring.
17578         * comint.el (comint-prompt-read-only): Update docstring.
17579         (comint-update-fence, comint-kill-whole-line)
17580         (comint-kill-region): New functions.
17582         * simple.el (kill-whole-line): Use "p" instead of "P" in
17583         interactive form.
17585 2004-05-01  Juanma Barranquero  <lektu@terra.es>
17587         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
17588         format arglist so default values in CL-style argument lists are
17589         correctly shown.
17591 2004-05-01  Jason Rumney  <jasonr@gnu.org>
17593         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
17595 2004-05-01  Kenichi Handa  <handa@m17n.org>
17597         * international/titdic-cnv.el (miscdic-convert): Don't generate a
17598         quail file if it is up to date.
17600 2004-04-30  Juri Linkov  <juri@jurta.org>
17602         * cus-edit.el (custom-mode-map):
17603         Add key binding `C-x C-s' to `Custom-save'.
17605         * outline.el (outline-blank-line): New var.
17606         (outline-next-preface, outline-show-heading)
17607         (outline-end-of-subtree): Use it.
17609         * dired-aux.el (dired-touch-initial): New fun.
17610         (dired-do-chxxx): Call it for op-symbol `touch'.
17611         (dired-diff): Use `dired-dwim-target-directory'
17612         if current dired buffer has no buffer mark.
17614         * bindings.el (propertized-buffer-identification):
17615         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
17616         Add C-M-arrow keys for consistency.
17618         * files.el (confirm-kill-emacs):
17619         Change group from top-level `emacs' to `convenience'.
17621         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
17622         Push mark on the first call of successive command calls.
17623         (insert-pair): New fun created from `insert-parentheses' with
17624         `open' and `close' arguments added.  Enclose active regions
17625         in paired characters.  Compare adjacent characters syntax with
17626         inserted characters syntax before inserting a space.
17627         (insert-parentheses): Call `insert-pair' with ?\( ?\).
17629         * delsel.el: Don't put `delete-selection' property
17630         on `insert-parentheses' symbol to take advantage of
17631         region handling in `insert-pair' function.
17632         Suggested by Stephan Stahl <stahl@eos.franken.de>.
17634 2004-04-30  Kim F. Storm  <storm@cua.dk>
17636         * emulation/cua-base.el: Add support for changing cursor types;
17637         based on patch from Michael Mauger.
17638         (cua-normal-cursor-color, cua-read-only-cursor-color)
17639         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
17640         Customization cursor type and/or cursor color.
17641         (cua--update-indications): Handle cursor type changes.
17642         (cua-mode): Update cursor indications if enabled.
17644         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
17646         * mouse.el (mouse-drag-copy-region): New defcustom.
17647         (mouse-set-region, mouse-drag-region-1): Use it.
17649         * simple.el (kill-ring-save): If region face background color is
17650         unspecified (if no highlighting), show extent of fully visible
17651         region even if transient-mark-mode is enabled.
17653         * emulation/cua-base.el (cua--standard-movement-commands):
17654         Add cua-scroll-up and cua-scroll-down.
17655         (cua-scroll-up, cua-scroll-down): New commands.
17656         (cua--init-keymaps): Remap scroll-up and scroll-down.
17658         * emulation/cua-rect.el (cua--convert-rectangle-as):
17659         New defmacro.
17660         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
17661         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
17662         New commands (suggested by Jordan Breeding).
17664 2004-04-30  Juanma Barranquero  <lektu@terra.es>
17666         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
17668 2004-04-30  Mario Lang  <mlang@delysid.org>
17670         * diff.el (diff-switches): Fix typo in docstring.
17672 2004-04-30  Alex Schroeder  <alex@gnu.org>
17674         * xml.el (xml-debug-print-internal): Don't add newline and
17675         indentation to text nodes and write empty elements as empty tags
17676         instead of opening and closing tags.
17677         (xml-debug-print): Take optional indent-string argument.
17678         (xml-print): Alias for xml-debug-print.
17680 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
17682         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
17683         than duplicate call to `line-beginning-position'.
17685         * progmodes/f90.el (f90-get-present-comment-type):
17686         Return whitespace, as well as comment chars, for consistent filling
17687         of comment blocks.  Use `match-string-no-properties'.
17688         (f90-break-line): Trim trailing whitespace when filling comments.
17690 2004-04-30  Dave Love  <fx@gnu.org>
17692         * calendar/diary-lib.el (diary-outlook-formats): New variable.
17693         (diary-from-outlook-internal, diary-from-outlook)
17694         (diary-from-outlook-gnus, diary-from-outlook-rmail):
17695         New functions to import diary entries from Outlook-format
17696         appointments in mail messages.
17698 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17700         * progmodes/python.el (python-send-command): New fun.
17701         (python-send-region, python-load-file): Use it.
17703         * progmodes/compile.el (compilation-last-buffer): Add var alias.
17705         * help-fns.el (help-C-file-name): Use new subr-name.
17706         Prepend `src/' to the file name.
17707         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
17708         (describe-function-1, describe-variable): Only find a C source file
17709         name if DOC is already loaded.
17711         * help-mode.el (help-function-def, help-variable-def):
17712         Use the new find-function-search-for-symbol functionality.
17713         Allow FILE to be `C-source'.
17715         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
17716         (find-function-C-source): New fun.
17717         (find-function-search-for-symbol): Use it.
17719 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
17721         * progmodes/sql.el (sql-product-alist): Rename variable
17722         `sql-product-support'.  Add Postgres login parameters.
17723         (sql-set-product, sql-product-feature): Update with renamed variable.
17724         (sql-connect-postgres): Add username prompt.
17725         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
17726         Make patterns less product specific.
17727         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
17728         (sql-mode-abbrev-table): Modify initialization.
17729         (sql-builtin-face): Add variable.
17730         (sql-keywords-re): Add macro.
17731         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
17732         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
17733         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
17734         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
17735         (sql-mode-linter-font-lock-keywords)
17736         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
17737         (sql-mode-sybase-font-lock-keywords)
17738         (sql-mode-informix-font-lock-keywords)
17739         (sql-mode-interbase-font-lock-keywords)
17740         (sql-mode-ingres-font-lock-keywords)
17741         (sql-mode-solid-font-lock-keywords)
17742         (sql-mode-sqlite-font-lock-keywords)
17743         (sql-mode-db2-font-lock-keywords): Default to nil.
17744         (sql-product-font-lock): Always highlight ANSI keywords.
17745         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
17746         (sql-send-string): Add function.
17748 2004-04-29  Dave Love  <fx@gnu.org>
17750         * progmodes/cfengine.el (cfengine-beginning-of-defun)
17751         (cfengine-end-of-defun): Ensure progress through buffer.
17753         * info-look.el (cfengine-mode): Accept a terminal ().
17755 2004-04-29  Juri Linkov  <juri@jurta.org>
17757         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
17758         instead of isearch-yank-word-or-char.  Add new key bindings for
17759         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
17760         (isearch-del-char): New fun.
17761         (isearch-forward, isearch-edit-string): Update docstring.
17762         (isearch-yank-char): Doc fix.
17763         (isearch-other-meta-char): Restore point after scrolling.
17765         * progmodes/compile.el (compilation-context-lines): Add nil option
17766         to disable compilation output window scrolling.
17767         (compilation-set-window): Use it.
17769         * outline.el (outline-next-preface, outline-show-heading):
17770         Don't leave unhidden blank line before heading.
17771         (outline-end-of-subtree): Include last newline into subtree.
17772         (hide-entry): Leave point at beginning of heading instead of end.
17773         (outline-up-heading): Push mark for the first call of successive
17774         command calls.
17776 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
17778         * comint.el (comint-prompt-read-only): New variable.
17779         (comint-output-filter): Implement it.
17781         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
17782         (ielm-prompt-internal): New variable.
17783         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
17784         (ielm-send-input): Delete unused variable `buf'.
17785         (ielm-eval-input): Use `ielm-prompt-internal'.
17786         (inferior-emacs-lisp-mode): Use new variables
17787         `comint-prompt-read-only' and `ielm-prompt-internal'.
17788         Get rid of obsolete variable `directory-sep-char'.
17789         (ielm): Use `zerop'.
17791 2004-04-29  John Paul Wallington  <jpw@gnu.org>
17793         * thumbs.el (toplevel): Require cl at compile time.
17794         Remove conditional definitions of `ignore-errors' and `caddar'
17795         because they occur at run time.
17797 2004-04-28  Nick Roberts  <nickrob@gnu.org>
17799         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
17800         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
17801         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
17802         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
17804         * progmodes/gud.el (gud-common-init): Throw an error if program is
17805         already running under gdb.
17807 2004-04-28  John Paul Wallington  <jpw@gnu.org>
17809         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
17810         (thumbs-show-image-num): Move assignment of
17811         `thumbs-current-image-filename' within scope of `i'.
17812         (thumbs-emboss-image): Don't use `evenp'.
17814 2004-04-28  Richard M. Stallman  <rms@gnu.org>
17816         * progmodes/compile.el (compilation-context-lines): Default now 0.
17818 2004-04-28  Juanma Barranquero  <lektu@terra.es>
17820         Use `time-less-p' from calendar/time-date.el instead of defining
17821         custom versions of it.
17823         * pcomplete.el (pcomplete-time-less-p): Remove.
17825         * thumbs.el (time-less-p): Remove.
17827         * calendar/timeclock.el (timeclock-time-less-p): Remove.
17828         (timeclock-generate-report): Use `time-less-p'.
17830         * emacs-lisp/autoload.el (autoload-before-p): Remove.
17831         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
17833 2004-04-28  Masatake YAMATO  <jet@gyve.org>
17835         * subr.el (remove-overlays): Make arguments optional.
17837         * wid-edit.el (widget-specify-button): Put evaporate to the
17838         overlay for sample.
17839         (widget-specify-sample): Put evaporate to the overlay for sample.
17840         (widget-specify-doc): Put evaporate to the overlay for documentation.
17842 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
17844         * info.el (info-apropos): Make it an index node.  Align node names
17845         like makeinfo.
17847 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
17849         * net/browse-url.el (browse-url-netscape-sentinel)
17850         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
17851         (browse-url-epiphany-sentinel, browse-url-mosaic):
17852         Use browse-url-*-program instead of a literal program name.
17854 2004-04-27  Kevin Ryde  <user42@zip.com.au>
17856         * eshell/em-alias.el:
17857         * eshell/em-dirs.el:
17858         * eshell/em-hist.el:
17859         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
17860         features when M-x customize-group loads modules before the main
17861         eshell.el.
17863 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
17865         * subr.el (momentary-string-display): Support EXIT-CHAR that is
17866         either a character representation of an event or an event
17867         description list.
17869         * type-break.el: Capitalize Emacs and Lisp.
17870         (type-break-good-break-interval, type-break-demo-boring-stats)
17871         (type-break-terse-messages, type-break-file-name): New defcustoms.
17872         (type-break-post-command-hook)
17873         (type-break-warning-countdown-string): Quote variable names in doc.
17874         (type-break-interval-start, type-break-auto-save-file-name): New vars.
17875         (type-break-mode): Document type-break-good-break-interval and the
17876         "session" file.  Schedule break according to the session file.
17877         Kill session file buffer on exit.  Organize for save-some-buffers
17878         to always save the session file.
17879         (type-break-mode-line-message-mode, type-break-query-mode):
17880         Uppercase arguments.
17881         (type-break-file-time, type-break-file-keystroke-count, timep)
17882         (type-break-choose-file, type-break-get-previous-time)
17883         (type-break-get-previous-count): New defuns.
17884         (type-break): Avoid break querying after a completed break in the
17885         case where the query was initiated during user invocation of the
17886         break.  Optional terse messages.
17887         Use type-break-good-break-interval if type-break-good-rest-interval is
17888         nil.  File the break time.
17889         (type-break-schedule): New optional args for overriding the use of
17890         the current time.
17891         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
17892         after a break.
17893         (type-break-check): File the keystroke count.
17894         (type-break-do-query): Prevent a second query when the break is
17895         interrupted.  Optional terse message.
17896         (type-break-keystroke-reset): Record the start of a typing interval.
17897         (type-break-demo-boring): Optional terse messages.  Display word
17898         per minute and keystroke counts according to
17899         type-break-demo-boring-stats.
17901 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
17903         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
17904         directories, make sure they exist under archive-tmpdir.
17906 2004-04-27  Juri Linkov  <juri@jurta.org>
17908         * help.el (view-emacs-news): With argument, display info for the
17909         selected version by finding it among different NEWS files, and
17910         narrowing the buffer to the selected version.
17912         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
17913         same-window-buffer-names.
17914         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
17915         non-numeric prefix argument, append the number to the buffer name
17916         for numeric prefix argument.
17917         (info-other-window): Bind same-window-regexps to nil.
17918         (Info-reference-name): Rename to Info-point-loc.
17919         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
17920         and Info-find-index-name for stringy Info-point-loc.
17921         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
17922         without middle `.', but with final `.' and optional line number
17923         for it.  Set Info-point-loc for index nodes.
17924         (Info-index): Remove middle `.' from index entry regexp.
17925         Modify line number regexp.
17926         (Info-index-next): Decrement line number.
17927         (info-apropos): Remove middle `.' from index entry regexp.
17928         Add optional line number regexp at the end.  Add matched value
17929         for line number to the result list and insert it to the buffer.
17930         Replace match-string by match-string-no-properties.
17931         Reorder result list.
17932         (Info-fontify-node): Hide index line numbers.
17933         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
17934         empty matches.
17935         (Info-follow-reference): Use `str' instead of
17936         Info-following-node-name-re.
17937         (Info-toc): Use full file names.  Set Info-current-node to "Top".
17938         (Info-fontify-node): Compare file names without directory name.
17939         (Info-try-follow-nearest-node): Don't set Info-reference-name.
17940         Set second arg of Info-extract-menu-node-name for index nodes.
17941         (info-xref-visited): Use magenta3 instead of magenta4.
17942         (Info-mode): Add info-apropos to docstring.
17944         * log-view.el (log-view-diff): Replace interactive code "r"
17945         by a list to allow to call it even if region is not active.
17947         * paren.el (show-paren-highlight-openparen): New var.
17948         (show-paren-function): Turn on openparen highlighting when
17949         matching forward if show-paren-highlight-openparen is non-nil.
17951         * simple.el (kill-ring-save): Use blink-matching-delay instead of
17952         the constant value 1.
17953         (completions-common-part): Expand docstring.
17955         * textmodes/picture.el (picture-mode-map): Add arrow keys.
17957 2004-04-27  Kim F. Storm  <storm@cua.dk>
17959         * image.el (insert-sliced-image): Use line-height instead of
17960         line-spacing property on newline.
17962 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
17964         * desktop.el (desktop-buffer-misc-data-function): Rename to
17965         desktop-save-buffer and change docstring.
17966         (desktop-buffer-modes-to-save): Delete.
17967         (desktop-save-buffer-p): Use desktop-save-buffer instead of
17968         desktop-buffer-modes-to-save.
17969         (desktop-save): Rename desktop-buffer-misc-data-function to
17970         desktop-save-buffer and allow non-function value.
17971         (desktop-missing-file-warning): Correct docstring.
17973         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
17974         to desktop-save-buffer.
17976         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
17977         desktop-save-buffer.
17979         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
17981         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
17983 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
17985         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
17987 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
17989         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
17990         (ielm): Only go to the end of the buffer when starting a new process.
17992 2004-04-25  Juanma Barranquero  <lektu@terra.es>
17994         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
17995         mode line.  Bind `inhibit-read-only' to t before modifying
17996         properties of text in the buffer.
17997         (ielm): Force point to the end of buffer, even when running ielm
17998         from inside itself.
18000 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18002         * info.el (info-apropos): Reset Info-complete-cache.
18004 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
18006         * progmodes/compile.el (compilation-error-regexp-alist-alist):
18007         Also recognize severe Irix et al. messages.
18008         (compilation-normalize-filename, compile-abbreviate-directory):
18009         Delete functions.
18010         (compilation-get-file-structure): New function inherits
18011         functionality of the two preceding ones.
18012         (compilation-internal-error-properties, compilation-fake-loc):
18013         Use it so that different paths to the same file share the same
18014         markers.  Also optimize finding adjacent marker slightly.
18016 2004-04-25  Kim F. Storm  <storm@cua.dk>
18018         * image.el (insert-sliced-image): Add line-spacing t property
18019         to newlines separating image lines.
18021 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
18023         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
18025         * ielm.el (ielm-prompt-read-only): New user option.
18026         (ielm-prompt): Expand docstring to describe new behavior.
18027         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
18028         mention it in the docstring.
18030 2004-04-24  Andreas Schwab  <schwab@suse.de>
18032         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
18034         * diff.el (diff): Set default-directory in diff buffer.
18036 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
18038         * mail/sendmail.el (mail-bury): Don't delete the frame where the
18039         mail was being composed if the terminal cannot display more than
18040         one frame; instead, switch to previous frame.
18042         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
18043         (rmail-start-mail): Support rmail-mail-new-frame even on
18044         terminals that can display only one frame at a time.
18046 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18048         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
18049         (checkdoc-output-font-lock-keywords): Remove error regexp.
18050         (checkdoc-output-mode-map): Remove.
18051         (checkdoc-output-mode): Derive from compilation-mode.
18052         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
18054         * dired.el (dired-mode-map): Add a menu entry for wdired.
18056         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
18057         (rx-bracket, rx-check-any, rx-any): Clean up name space.
18059         * wdired.el (wdired-mode-map): Move init into declaration.
18060         Fix `return' binding.
18061         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
18062         Use force-mode-line-update.
18063         (wdired-get-filename): Use `unless'.
18064         (wdired-preprocess-files): Don't assume names have no \n and use / for
18065         dir separator.
18066         (wdired-normalize-filename): Use replace-regexp-in-string.
18067         (wdired-load-hooks): Remove.
18068         (wdired-mode-hooks): Rename to wdired-mode-hook.
18070         * info-look.el: Add support for cfengine-mode.
18071         (info-lookup-setup-mode): Use dolist.
18073 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
18075         * wdired.el: New file.
18077 2004-04-23  Juanma Barranquero  <lektu@terra.es>
18079         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
18081         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
18082         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
18083         (pcomplete--help, pcomplete--here): Doc fixes.
18085 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
18087         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
18088         handles wrong-number-of-arguments in backend call.
18090         * vc.el (vc-print-log): Likewise.
18092 2004-04-20  Dave Love  <fx@gnu.org>
18094         * emacs-lisp/rx.el: Doc fixes.
18095         (rx-constituents): Add/extend many forms.
18096         (rx-check): Check form is a list.
18097         (bracket): Defvar.
18098         (rx-check-any, rx-any, rx-check-not): Modify.
18099         (rx-not): Simplify.
18100         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
18101         (rx-kleene): Use rx-trans-forms.
18102         (rx-quote-for-set): Delete.
18103         (rx): Allow multiple args.
18105 2004-04-23  Kenichi Handa  <handa@m17n.org>
18107         * international/mule-util.el (char-displayable-p): Simplify by
18108         using internal-char-font.
18110 2004-04-23  Juanma Barranquero  <lektu@terra.es>
18112         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
18114 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18116         * diff-mode.el (diff-next-error): New fun.
18117         (diff-mode): Use it.
18119         * simple.el (next-error): Change arg name.
18120         Add support for the documented C-u C-x ` usage.
18122         * frame.el (special-display-popup-frame, next-multiframe-window)
18123         (previous-multiframe-window): Only consider frames on same display.
18125 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
18127         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
18128         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
18130 2004-04-22  Kim F. Storm  <storm@cua.dk>
18132         * net/telnet.el (telnet): Add optional port arg.
18134 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18136         * progmodes/compile.el (compilation-mode-font-lock-keywords):
18137         Minor sanity check on the `hyperlink' slot.
18139         * Makefile.in (recompile): Compile new files.
18141         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
18142         Add byte-recompile-directory's optional `arg'.
18144         * cvs-status.el (cvs-tree-use-charset): New var.
18145         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
18146         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
18147         (cvs-status-cvstrees): Use it.
18149         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
18150         Make it a normal major mode.
18151         (checkdoc-buffer-label): Make sure the file name is meaningful.
18152         (checkdoc-output-to-error-buffer): Remove.
18153         (checkdoc-error, checkdoc-start-section): Rewrite.
18155         * info.el (info-node, info-menu-5, info-xref, info-header-node)
18156         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
18157         (Info-title-4-face): Use new syntax.
18158         (info-xref-visited): Inherit from info-xref.
18160         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
18162 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18164         * simple.el (next-error-last-buffer, next-error-function):
18165         New variables for the next-error framework.
18166         (next-error-buffer-p): New function.
18167         (next-error-find-buffer): Generalize compilation-find-buffer.
18168         (next-error, previous-error, first-error, next-error-no-select)
18169         (previous-error-no-select): Move from compile.el.
18171         * replace.el (occur-next-error, occur-1): Hook into the next-error
18172         framework.
18174         * progmodes/compile.el (compilation-start):
18175         Set next-error-last-buffer so next-error knows where to jump.
18176         (compilation-setup): Set the buffer-local variable
18177         next-error-function to 'compilation-next-error-function.
18178         (compilation-buffer-p, compilation-buffer-internal-p): Use an
18179         alternate way to find if a buffer is a compilation buffer, for
18180         next-error convenience.
18181         (next-error-no-select, previous-error-no-select, next-error)
18182         (previous-error, first-error): Move to simple.el.
18183         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
18184         (compilation-last-buffer): Remove.
18185         (compilation-start, compilation-next-error, compilation-setup)
18186         (compilation-next-error-function, compilation-find-buffer):
18187         Remove compilation-last-buffer use.
18189 2004-04-21  Juanma Barranquero  <lektu@terra.es>
18191         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
18192         (font-lock-warning-face): Fix spacing.
18194         * makefile.w32-in (WINS): Add url/ directory.
18196 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
18198         * desktop.el (desktop-buffer-mode-handlers): New variable.
18199         Alist of major mode specific functions to restore a desktop buffer.
18200         (desktop-buffer-handlers): Make variable obsolete.
18201         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
18202         Catch errors signaled in handlers.  Update buffer count.
18203         Evaluate desktop-buffer-point.
18204         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
18205         move to dired.el.
18206         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
18207         move to info.el.
18208         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
18209         move to mail/rmail.el.
18210         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
18211         to mh-e/mh-e.el.
18212         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
18213         On fail, print message (to message buffer) even if
18214         desktop-missing-file-warning is nil.
18215         (desktop-buffer-misc-data-function): New buffer local variable.
18216         Function returning major mode specific data.
18217         (desktop-buffer-misc-functions): Make variable obsolete.
18218         (desktop-save): Use desktop-buffer-misc-data-function.
18219         (desktop-buffer-dired-misc-data): Rename to
18220         dired-desktop-buffer-misc-data and move to dired.el.
18221         (desktop-buffer-info-misc-data): Rename to
18222         Info-desktop-buffer-misc-data and move to info.el.
18223         (desktop-read): Add message about number of buffers restored/failed.
18225         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
18226         Add parameters.  Pause to display error only when
18227         desktop-missing-file-warning is non-nil.
18228         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
18229         (dired-mode): Bind desktop-buffer-misc-data-function.
18231         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
18232         Add Parameters.
18233         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
18234         (Info-mode): Bind desktop-buffer-misc-data-function.
18236         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
18237         Add Parameters.
18239         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
18240         Add Parameters.
18242 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
18244         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
18245         the case of letters in case-insensitive expansions when the
18246         abbrev is preceded by characters with letter syntax.
18248 2004-04-21  Richard M. Stallman  <rms@gnu.org>
18250         * progmodes/cperl-mode.el (cperl-putback-char):
18251         Delete Emacs 18 definition.
18253         * international/mule.el (ctext-post-read-conversion):
18254         Use assoc-string, not assoc-ignore-case.
18256         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
18258         * emacs-lisp/easymenu.el (easy-menu-add):
18259         Do call x-popup-menu, but only if it's defined.
18261         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
18263         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
18264         Handle multiple args: compile like progn.
18266         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
18267         take all args as &rest arg.
18269         * autoinsert.el (auto-insert-alist): Insert the user's name in
18270         copyright notice, rather than Free Software Foundation.
18272 2004-04-21  Kenichi Handa  <handa@m17n.org>
18274         * descr-text.el (describe-char): Make it work on *Help* buffer.
18276 2004-04-21  Kim F. Storm  <storm@cua.dk>
18278         * image.el (insert-image): Add optional SLICE arg.
18279         (insert-sliced-image): New defun.
18281 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
18283         * subr.el (read-number): Check whether `default' is nil.
18285 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18287         * progmodes/compile.el (compilation-error-properties):
18288         Split into two.
18289         (compilation-internal-error-properties): New one.
18290         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
18292 2004-04-20  Richard M. Stallman  <rms@gnu.org>
18294         * window.el (split-window-save-restore-data):
18295         Don't update the data if OLD-INFO is nil.
18297         * view.el (view-return-to-alist): Mark it permanent local.
18299         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
18301         * recentf.el (recentf-save-list): Catch and warn about errors.
18303         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
18304         so "Buffers" won't be pure.
18306         * help-mode.el (help-mode-finish): Set help-return-alist first
18307         thing, setting only the entry for the selected window.
18309         * help-fns.el (describe-function-1): If many non-control non-meta
18310         keys run the command, don't list all of them.
18312 2004-04-20  Juanma Barranquero  <lektu@terra.es>
18314         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
18315         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
18317         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
18319 2004-04-20  Kenichi Handa  <handa@m17n.org>
18321         * international/quail.el (quail-lookup-key): New optional arg
18322         NOT-RESET-INDICES.
18323         (quail-get-translations): Call quail-lookup-key with
18324         NOT-RESET-INDICES t.
18325         (quail-completion): Likewise.
18326         (quail-lookup-map-and-concat): Likewise.
18328 2004-04-20  Kenichi Handa  <handa@m17n.org>
18330         * international/quail.el (quail-update-translation): Don't insert
18331         such an unsupported multibyte char in a unibyte buffer.
18333 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
18335         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
18336         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
18337         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
18338         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
18339         (gdb-frame-assembler-buffer): Improve behavior with
18340         multiple frames.
18341         (gdb-display-buffer): Extend search to all visible frames.
18343 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
18345         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
18346         characters left after base64 decoding.
18347         (rmail-decode-region): Use -dos variety of `coding', to remove any
18348         ^M characters left after qp or base64 decoding.
18350 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18352         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
18353         messages.
18355 2004-04-19  Stephen Eglen  <stephen@gnu.org>
18357         * add-log.el (add-change-log-entry): Update doc string to mention
18358         add-log-full-name and add-log-mailing-address.
18360 2004-04-18  Juri Linkov  <juri@jurta.org>
18362         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
18363         (Info-find-node-2): Simplify error message.
18364         (Info-insert-dir): Use Info-following-node-name.
18365         (Info-goto-node): Remove *info-history* and *info-toc*.
18366         (Info-history): Create a node of the virtual history file.
18367         (Info-toc): Create a node of the virtual toc file.
18368         (Info-insert-toc): New arg `curr-file' for reference file names.
18369         (info-apropos): Remove redundant var binding for temp-file.
18370         (Info-index, Info-index-next, Info-mode): Doc fix.
18371         (Info-goto-emacs-command-node): Don't jump to *info* from
18372         non-*info* Info buffers.
18373         (Info-fontify-node): Don't show the file name of external
18374         references if `Info-hide-note-references' is `hide'.  Don't hide
18375         newlines at the end of paragraphs.
18377         * international/mule-diag.el (list-input-methods):
18378         Fix args to help-xref-button.
18380         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
18381         to put into effect local variables from TUTORIAL files.
18383         * textmodes/paragraphs.el (sentence-end) <function>: New fun
18384         with default value taken from the variable `sentence-end'.
18385         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
18386         Add nil const to :type.
18387         (sentence-end-without-period, sentence-end-double-space)
18388         (sentence-end-without-space): Doc fix.
18390         * textmodes/paragraphs.el (forward-sentence):
18391         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
18392         (fill-delete-newlines):
18393         * progmodes/cc-cmds.el (c-beginning-of-statement):
18394         Use function `sentence-end' instead of variable `sentence-end'.
18396 2004-04-18  Andreas Schwab  <schwab@suse.de>
18398         * progmodes/compile.el (compilation-start): Set window start to
18399         point-min if compilation-scroll-output is nil.
18401 2004-04-18  John Wiegley  <johnw@newartisans.com>
18403         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
18405 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
18407         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
18408         (gdb-info-breakpoints-custom): Revert previous change.
18409         (gdb-view-assembler): Update assembler if necessary.
18410         (gdb-frame-handler): Parse correctly for gdb-current-frame.
18411         (gdb-display-source-buffer): Update properly when both source and
18412         assembler are visible.
18414 2004-04-17  John Wiegley  <johnw@newartisans.com>
18416         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
18417         which limits the number of names shown in the minibuffer.  Off by
18418         default.
18419         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
18420         up iswitchb for users with a multitude of open buffers by showing
18421         only the first and last N/2 buffers in the completion list (which
18422         is enough to aid C-s/C-r, and to know that more characters are
18423         needed to refine the completion list).
18425 2004-04-17  Richard M. Stallman  <rms@gnu.org>
18427         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
18428         (file-truename): Expand all ~ constructs directly.
18429         (insert-directory): Delete any error msg output by the
18430         `insert-directory-program'.
18432         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
18433         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
18434         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
18435         (allout-init): Use find-file-hook, not find-file-hooks.
18436         (allout-mode): Eliminate Emacs 18 support.
18437         Use write-contents-functions, not local-write-file-hooks.
18439 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
18441         * progmodes/compile.el (compilation-error-properties): Fix for
18442         adding messages when there are already markers for their file.
18443         (compilation-fake-loc): New function.
18445 2004-04-16  Dave Love  <fx@gnu.org>
18447         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
18448         (python-load-file): Fix python-orig-start setting.
18450         * progmodes/compile.el: Doc fixes.
18451         (compilation-error-regexp-alist-alist)
18452         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
18453         (compilation-assq): Wrap in eval-when-compile.
18454         (compilation-mode-font-lock-keywords): Don't use list*.
18455         (compilation-start): Avoid warning.
18456         (compilation-compat-error-properties)
18457         (compilation-directory-properties): Add keymap property.
18458         (compilation-parsing-end): Make it a marker for better compatibility.
18460         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
18462 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
18464         * xml.el: Doc fixes.
18465         (xml-get-children): Only looks at sub-tags and ignore strings.
18467         * xml.el (xml-parse-tag): Avoid overwriting node-name.
18469 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18471         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
18473 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
18475         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
18477         * vc.el (vc-print-log): Likewise.
18479 2004-04-16  Masatake YAMATO  <jet@gyve.org>
18481         * simple.el (completion-setup-function): Set an initial value
18482         to `element-common-end' before entering loop.  Set a value
18483         to `element-common-end' at the end of loop.
18484         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
18485         (completions-common-part): Rename from completion-de-emphasis.
18486         (completions-first-difference): Rename from completion-emphasis.
18487         Suggested by RMS.
18489 2004-04-16  Juanma Barranquero  <lektu@terra.es>
18491         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
18492         (bookmark-edit-annotation-mode): Add mode name.
18494 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
18496         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
18497         for nested conflict markers.
18498         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
18500 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
18502         * progmodes/gdb-ui.el (gdb-goto-info): New function.
18504         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
18506 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18508         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
18509         Give a backtrace if requested.
18511         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
18513         * progmodes/python.el (python-mouse-2-command, python-RET-command):
18514         Remove unused functions.
18515         (python-orig-start-line, python-orig-file): Remove.
18516         (python-orig-start): New var.
18517         (python-input-filter, python-compilation-line-number)
18518         (python-send-region, python-load-file): Use it.
18520         * info.el (info): Always jump to *info*.
18522         * subr.el (posn-set-point): New function.
18524         * mouse.el (mouse-set-point): Use it.
18526         * progmodes/compile.el (compile-goto-error): Use it.
18527         (compilation-button-map): New keymap.
18528         (compilation-error-properties): Use it.
18529         (compilation-shell-minor-mode-map): Don't bind mouse-2.
18531         * smerge-mode.el (smerge-popup-context-menu): Use it.
18533         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
18534         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
18535         mouse and non-mouse case.
18537         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
18538         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
18540         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
18541         Make it work for non-mouse events.
18543         * pcvs-info.el (cvs-status-map): Update binding name.
18545 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
18547         * xml.el (xml-maybe-do-ns): New function to handle namespace
18548         parsing of both attribute and element names.
18549         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
18550         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
18551         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
18552         (xml-parse-attlist): Make it do its own namespace parsing.
18554 2004-04-14  Dave Love  <fx@gnu.org>
18556         * progmodes/python.el (run-python): Fix use of \n.
18557         (python-load-file): Remove `try' from Python fragment.
18558         (python-describe-symbol): Fix message.
18560         * comint.el: Doc fixes.
18561         (comint-last-input-start, comint-last-input-end)
18562         (comint-last-output-start): Give them values.
18563         (comint-arguments): Avoid warning.
18564         (comint-skip-prompt): Use line-end-position.
18565         (comint-backward-matching-input): Rename arg to agree with doc.
18566         (comint-extract-string): Use syntax-ppss.
18567         (comint-dynamic-simple-complete): Delete useless list construction.
18568         (comint-redirect-subvert-readonly): New.
18569         (comint-redirect-preoutput-filter): Use it.
18571         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
18572         Correctly handle negative arguments when calling hook functions.
18574 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
18576         * info.el (info-apropos): Don't clobber Info-history-list.
18578 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
18580         * progmodes/compile.el (compilation-setup):
18581         Localize overlay-arrow-position.
18582         (compilation-sentinel): Restructure code equivalently.
18583         (compilation-next-error): Find message on same line after point if
18584         not found before point.
18585         (compile-mouse-goto-error): Restore function so that compilation
18586         buffer need not be current and use compile-goto-error.
18587         (compile-goto-error): Restore function.
18588         (next-error): Set overlay-arrow-position.
18589         (compilation-forget-errors): Don't localize already local
18590         compilation-locs and remove FIXME about refontifying.
18592 2004-04-14  Kim F. Storm  <storm@cua.dk>
18594         * startup.el (emacs-quick-startup): New defvar (set by -Q).
18595         (command-line): New option -Q.  Like -q --no-site-file, but
18596         in addition it also disables menu-bar, tool-bar, scroll-bars,
18597         tool-tips, and the blinking cursor.
18598         (command-line-1): Skip startup screen if -Q.
18599         (fancy-splash-head): Use ":align-to center" prop to center splash image.
18601         * emulation/cua-base.el (cua-read-only-cursor-color)
18602         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
18604 2004-04-13  Dave Love  <fx@gnu.org>
18606         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
18607         (syntax): Don't require.
18608         (python) <defgroup>: Add :version.
18609         (python-quote-syntax): Re-written.
18610         (inferior-python-mode): Move stuff here from run-python and add
18611         some more.
18612         (python-preoutput-continuation, python-preoutput-result)
18613         (python-dotty-syntax-table): New.
18614         (python-describe-symbol): Use them.
18615         (run-python): Move stuff to inferior-python-mode.  Modify code
18616         loaded into Python.
18617         (python-send-region): Use python-proc, python-send-string.
18618         (python-send-string): Send newlines too.  Callers changed.
18619         (python-load-file): Re-written.
18620         (python-eldoc-function): New.
18621         (info-look): Don't require.
18622         (python-after-info-look): New.  A modified version of former
18623         top-level code for use with eval-after-load.
18624         (python-maybe-jython, python-guess-indent): Use widened buffer.
18625         (python-fill-paragraph): Re-written.
18626         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
18627         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
18629 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18631         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
18632         Set compilation-error-regexp-alist earlier.
18634         * progmodes/compile.el (compilation-minor-mode-map)
18635         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
18636         (compile-goto-error): Re-merge the mouse and non-mouse commands.
18638 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18640         * progmodes/compile.el (compile-goto-error): Select the buffer/window
18641         corresponding to the event.
18643 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
18645         * loadup.el: Add cygwin to system-type list, for unexec() support.
18647 2004-04-12  John Paul Wallington  <jpw@gnu.org>
18649         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
18650         (ibuffer-restore-window-config-on-quit): New variable to replace
18651         `ibuffer-delete-window-on-quit'.  Update all references.
18652         (ibuffer-prev-window-config): New variable.
18653         (ibuffer-quit): Restore previous window configuration instead of
18654         deleting window.
18655         (ibuffer): Save window configuration before showing Ibuffer buffer.
18657         * help.el (describe-mode): Doc fix.
18659 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18661         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
18662         not to treat nil as a function.
18664         * vc-arch.el (vc-arch-root): Be a bit more careful.
18665         (vc-arch-register): Save the buffer if we modified it.
18666         (vc-arch-delete-rej-if-obsolete): Save excursion.
18667         (vc-arch-find-file-hook): Use the simpler after-save-hook.
18668         (vc-arch-responsible-p, vc-arch-init-version): New functions.
18670         * net/ldap.el (ldap-search): Use list*.
18672 2004-04-12  Juri Linkov  <juri@jurta.org>
18674         * info.el (Info-follow-reference): Allow multiline reference name.
18676 2004-04-11  Dave Love  <fx@gnu.org>
18678         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
18680         * progmodes/python.el: New file.
18682 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
18684         * vc-hooks.el (vc-arg-list): Function removed.
18685         (vc-default-workfile-unchanged-p): Use condition-case to check for
18686         backward compatibility.
18688         * vc.el (vc-print-log): Use condition-case to check for backward
18689         compatibility.
18691 2004-04-11  Juri Linkov  <juri@jurta.org>
18693         * dired.el (dired-faces): New defgroup.
18694         (dired-header, dired-mark, dired-marked, dired-flagged)
18695         (dired-warning, dired-directory, dired-symlink, dired-ignored):
18696         New faces.
18697         (dired-header-face, dired-mark-face, dired-marked-face)
18698         (dired-flagged-face, dired-warning-face, dired-directory-face)
18699         (dired-symlink-face, dired-ignored-face): New face variables.
18700         (dired-font-lock-keywords): Use them instead of font-lock faces.
18701         Split the rule for dired marks into 3 separate rules: for marks,
18702         marked file names and flagged file names.
18704         * help-mode.el (help-make-xrefs): Add a final newline to the
18705         *Help* buffer.
18707 2004-04-11  John Paul Wallington  <jpw@gnu.org>
18709         * replace.el (occur-engine): Distinguish between one and several
18710         matches in the matches per buffer heading.
18712 2004-04-11  Kim F. Storm  <storm@cua.dk>
18714         * ido.el (ido-confirm-unique-completion): New defcustom.
18715         (ido-complete): Use it.
18716         (ido-write-file): Set it to t unconditionally.
18718 2004-04-10  Miles Bader  <miles@gnu.org>
18720         RCS keyword removal (only non-comment changes are enumerated here):
18722         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
18723         (byte-compile-insert-header): Don't use `byte-compile-version'.
18724         * forms.el (forms-version): Variable removed.
18725         (forms-mode): Don't use `forms-version'.
18726         * recentf.el (recentf-version): Variable removed.
18727         * progmodes/delphi.el (delphi-version): Variable removed.
18728         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
18730 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
18732         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
18734 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
18736         * info.el (info-apropos): Improve menu item regexp.
18738 2004-04-09  Simon Josefsson  <jas@extundo.com>
18740         * mail/smtpmail.el: Add comment, based on report by
18741         kdc@rcn.com (Kevin D. Clark).
18743 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18745         * progmodes/compile.el (compilation-mode-font-lock-keywords):
18746         Redo one more thing that I didn't notice Daniel had undone.
18748 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
18750         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
18751         (gdb-goto-breakpoint, gdb-display-buffer)
18752         (gdb-display-source-buffer, gdb-view-source-function)
18753         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
18754         (gdb-source-info, gdb-frame-handler): Don't specify a window
18755         for display.
18756         (gdb-info-breakpoints-custom): Remove superfluous update of
18757         assembler buffer.
18758         (gdb-many-windows): Make settable outside gdb.
18760 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
18762         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
18763         Derive from fundamental-mode rather than text-mode.
18765 2004-04-08  Juri Linkov  <juri@jurta.org>
18767         * info.el (Info-history): Doc fix.
18768         (Info-history-list): New var.
18769         (info-xref): Change magenta4 to blue, remove bold for dark and
18770         light backgrounds, change bold to underline for non-color classes.
18771         (info-xref-visited): New face.
18772         (Info-fontify-visited-nodes): New custom.
18773         (Info-hide-note-references): Add new value `hide'.  Doc fix.
18774         (Info-reference-name): New var.
18775         (Info-selection-hook): New custom.
18776         (Info-edit-mode-hook): New var.
18777         (Info-find-file): New fun.
18778         (Info-find-node): Move part of code to Info-find-file.
18779         (Info-find-node-2): Add anchors to Info-history-list.  Move point
18780         to the place with the reference name if name is defined.
18781         (Info-select-node): Add current node to Info-history-list.
18782         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
18783         (Info-search-whitespace-regexp): New custom.
18784         (Info-search-case-fold): New var.
18785         (Info-search): Add "case-sensitively" to the prompt.
18786         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
18787         (Info-search-case-sensitively, Info-search-next): New fun.
18788         (Info-up): Move point to the menu item of the current node.
18789         (Info-history): New fun.  Add *info-history* to
18790         same-window-buffer-names.
18791         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
18792         (Info-insert-toc): New fun.
18793         (Info-build-toc): New fun.
18794         (Info-follow-reference): Add new arg `fork'.  Doc fix.
18795         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
18796         with the same name prefer the reference closest to point.
18797         (Info-next-reference): Replace * by + in the *Note regexp.
18798         Add regexp for http:// and ftp://.  Skip the *Note prefix.
18799         (Info-prev-reference): Replace * by + in the *Note regexp.
18800         Add regexp for http:// and ftp://.  Skip the *Note prefix.
18801         (Info-follow-nearest-node): Add new arg `fork'.
18802         (Info-try-follow-nearest-node): Add new arg `fork'.
18803         Call browse-url for http:// and ftp:// references.
18804         Set Info-reference-name for index entries.
18805         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
18806         Info-search-next, Info-history, Info-toc, clone-buffer.
18807         (Info-menu-update): Replace * by + in the *Note regexp.
18808         (Info-mode): Add documentation for Info-history, Info-toc,
18809         Info-search-case-sensitively, Info-search-next, clone-buffer.
18810         (Info-fontify-menu-headers): Remove fun.  Move code to
18811         Info-fontify-node.
18812         (Info-fontify-node): Add docstring.  Add local vars
18813         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
18814         then fontify header line, titles, menu headers, http and ftp
18815         references, refill paragraphs.  If not-fontified-p is t or
18816         fontify-visited-p is t then fontify cross references, menu items.
18817         Fontify menu headers.  Fontify http and ftp references.
18818         Change regexp for cross references to require whitespace after *Note,
18819         add matching groups for file and node names.  Remove hack for quote.
18820         Use display property for Info-hide-note-references=t.  Use fifth
18821         or fourth match for help-echo.  Display visited nodes in a
18822         different face.  Unhide file names of external references.
18823         Unhide newlines.  Display visited menu items in a different face.
18825 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18827         * progmodes/compile.el: Require CL.
18828         (compilation-mode-font-lock-keywords): Re-install the "line as
18829         function" patch.
18831         * help-fns.el (help-C-source-directory): New var.
18832         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
18833         (describe-function-1, describe-variable): Use them.
18835         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
18836         to C source files specially.
18838 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
18840         * info.el (Info-hide-cookies-node): New function.
18841         (Info-select-node): Use it.
18842         (Info-display-images-node): Remove message with image file name.
18844 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
18846         * progmodes/compile.el (compilation-warning-face)
18847         (compilation-info-face, compilation-skip-threshold)
18848         (compilation-skip-visited, compilation-context-lines):
18849         Declare :version when added to Emacs.
18850         (compilation-error-regexp-alist-alist): Extend caml and irix.
18851         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
18852         (compilation-mode-font-lock-keywords): Temporarily undo line as
18853         function patch, which wasn't ready.
18855 2004-04-07  Kenichi Handa  <handa@m17n.org>
18857         * international/latin1-disp.el (latin1-display-setup): Check each
18858         character is displayable or not instead of calling
18859         latin1-display-check-font.
18861 2004-04-06  Kenichi Handa  <handa@m17n.org>
18863         * language/ethio-util.el (ethio-sera-being-called-by-w3):
18864         New variable.
18865         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
18866         instead of sera-being-called-by-w3.
18867         (ethio-fidel-to-sera-buffer): Likewise.
18868         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
18869         instead of sera-being-called-by-w3.
18870         (ethio-write-file): Likewise.
18872 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18874         * printing.el: Doc fix.
18876 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
18878         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
18879         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
18880         (gdb-setup-windows): Only use separate IO buffer if required.
18882 2004-04-06  Kim F. Storm  <storm@cua.dk>
18884         * term.el (term-is-xemacs): Remove.
18885         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
18886         (term-window-width): New function.
18887         (term-mode, term-check-size): Use it.
18888         (term-mode): Disable overflow-newline-into-fringe in term buffer.
18890 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18892         * cus-edit.el (custom-add-parent-links): Change unbound variable
18893         `symbol' to `name'.
18895 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
18896         * info.el (info-apropos): New function.
18897         (Info-mode-menu): Add it.
18898         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
18900         * help-mode.el (help-make-xrefs): Recognize aliased variable with
18901         inherited docstring.
18903         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
18905 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18907         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
18909         * progmodes/compile.el (font-lock): Don't require any more.
18910         (compilation-error-properties, compilation-start, compilation-sentinel)
18911         (compilation-filter, next-error): Use with-current-buffer.
18912         (compilation-skip-to-next-location, compilation-skip-threshold)
18913         (compilation-skip-visited): Move to silence the byte-compiler.
18914         (compilation-setup): Simplify.
18915         (compilation-next-error): Use line-(beginning|end)-position.
18916         Make sure `pt' is non-nil before using compilation-loop.
18917         (compile-goto-error): Add optional event arg.  Use it.
18918         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
18919         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
18920         Update the binding for mouse-2.
18921         (first-error): Set compilation-current-error to nil rather than bob.
18922         (compilation-parsing-end, compilation-parse-errors-function)
18923         (compilation-error-list, compilation-old-error-list):
18924         "New" compatibility variables.
18925         (compile-buffer-substring, compilation-compat-error-properties)
18926         (compilation-compat-parse-errors, compilation-forget-errors):
18927         New compatibility functions.
18928         (compilation-mode-font-lock-keywords): Use them.
18930 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
18932         * autorevert.el (auto-revert-handler): If point (or a window
18933         point) is at the end of the buffer, keep it there after
18934         reverting.  This allows to tail a file.
18935         Mention this in the `Commentary'.
18937         * format.el (format-write-file): Add optional argument CONFIRM
18938         and make it behave like the analogous argument to `write-file'.
18940 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18942         * progmodes/ebnf2ps.el: Doc fix.
18943         (ebnf-version): New version number (4.2).
18944         (ebnf-syntax): Customization and docstring fix.
18945         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
18946         Put autoloaded funs before first use.
18947         (ebnf-style-database): Add dtd entry.
18948         (ebnf-syntax-alist): Add dtd initialization.
18949         (ebnf-token-sequence): New fun.
18950         (ebnf-comment-table): Add new comment action character.
18951         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
18953         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
18954         Type Definition for XML).
18956         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
18957         * progmodes/ebnf-bnf.el (ebnf-sequence):
18958         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
18959         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
18960         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
18961         Code simplification: call ebnf-token-sequence.
18963 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
18965         * calendar/timeclock.el (timeclock-relative)
18966         (timeclock-get-project-function, timeclock-get-workday-function)
18967         (timeclock-query-out, timeclock-when-to-leave)
18968         (timeclock-when-to-leave-string, timeclock-log-data)
18969         (timeclock-generate-report, timeclock-in): Doc fixes.
18971 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18973         * url/: New dir.  Import the URL package from its repository.
18975 2004-04-03  Andreas Schwab  <schwab@suse.de>
18977         * diff-mode.el (diff-mode): Fix missing quote.
18979 2004-04-03  Juri Linkov  <juri@jurta.org>
18981         * descr-text.el (describe-property-list): Add `font-lock-face'.
18983         * dired.el (dired-font-lock-keywords): Fix permission regexps.
18985 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18987         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
18988         Use utf-16le on little endian machines and utf-16be otherwise.
18990 2004-04-02  David Kastrup  <dak@gnu.org>
18992         * net/browse-url.el (browse-url-generic): Use call-process
18993         instead of start-process to allow browsers that fork and detach.
18995 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
18997         * compile.el (compilation-current-error): New var.
18998         (compilation-setup, compile-mouse-goto-error)
18999         (compile-goto-error, next-error): Use it.
19000         (compilation-skip-to-next-location): Default to t, which gives
19001         contiguous skipping like old compile (where this was redundant).
19002         (compilation-next-error): Prevent previous-* commands from moving
19003         back to message at or just before point.
19005 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
19007         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
19008         (gdb-source-info): Don't display source at startup, if required.
19009         (gdb-show-main): New option.
19010         (gdba): Update documentation.
19011         (gdb-source): Cover case of auto-display output.
19013 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
19015         * autorevert.el: Delete obsolete autoloads and defvars.
19016         (auto-revert-check-vc-info): New user option.
19017         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
19018         (auto-revert-handler-vc): Delete.
19019         (auto-revert-handler): Treat return value `fast' of
19020         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
19022         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
19023         return `fast'.
19025         * files.el (buffer-stale-function): Doc change.
19027 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19029         * printing.el: New tip on Tips section.
19030         (pr-version): New version number (6.7.4).
19031         (pr-shell-file-name): Initialization fix.
19033 2004-03-31  Juri Linkov  <juri@jurta.org>
19035         * dired.el: Add autoload for `dired-do-touch'.
19036         (dired-touch-program): New var.
19037         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
19038         (dired-no-confirm): Add `touch' to docstring.
19040         * dired-aux.el (dired-do-touch): New fun.
19041         (dired-do-chxxx): Add argument -t for touch operation.
19043         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
19044         `dired-move-to-filename-regexp'.
19046 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
19048         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
19050 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19052         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
19053         and only if the buffer was modified.
19055 2004-03-30  Kenichi Handa  <handa@m17n.org>
19057         * international/characters.el: Delete pairs for U+2308..U+230B.
19059 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
19061         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
19062         to detect the beginning of a level 2 or 3 annotation.
19064 2004-03-29  Kenichi Handa  <handa@m17n.org>
19066         * international/ucs-tables.el (ucs-insert): Fix the error message.
19068 2004-03-29  Kenichi Handa  <handa@m17n.org>
19070         * international/mule-util.el (char-displayable-p): Fix generation
19071         of XLFD file name.
19073         * Makefile.in (setwins, setwins_almost): Change directory to $wd
19074         before finding directories by `find'.
19076 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19078         * subr.el (interactive-form): Delete.  Now implemented in C.
19080         * pcvs.el (cvs-parse-process): Workaround for Darwin.
19082         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
19083         (vc-diff-label): New fun.
19084         (vc-diff-internal): Use it.
19086         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
19088 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19090         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
19092         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
19093         specify XML (EBNFX).
19095         * progmodes/ebnf2ps.el: Doc fix.
19096         (ebnf-version): New version number (4.1).
19097         (ebnf-syntax): Adjust customization.
19098         (ebnf-style-database): Add ebnfx entry.
19099         (ebnf-syntax-alist): Add ebnfx initialization.
19100         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
19102         * printing.el: Doc fix.
19103         (pr-version): New version number (6.7.3).
19104         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
19105         returns nil for mouse position.  Reported by Drew Adams
19106         <drew.adams@oracle.com>.
19107         (pr-update-menus): Modify interactive declaration.  Reported by Drew
19108         Adams <drew.adams@oracle.com>.
19110 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
19112         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
19113         (gud-gdba-marker-filter): Log the process input and output, if
19114         required.  From Stefan Monnier.
19115         (gdb-debug-log, gdb-enable-debug-log): New variables.
19116         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
19118 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19120         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
19121         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
19123 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
19125         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
19126         Call vc-find-file-hook here instead of in auto-revert-buffers.
19127         (auto-revert-buffers): Delete call to vc-find-file-hook.
19128         (auto-revert-verbose, global-auto-revert-non-file-buffers)
19129         (global-auto-revert-mode, auto-revert-set-timer)
19130         (auto-revert-handler, auto-revert-buffers): Doc fixes.
19132 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
19134         * woman.el (woman-change-fonts): Rename local variable
19135         woman-font-alist to font-alist to avoid a compiler warning.
19137 2004-03-27  Dave Love  <fx@gnu.org>
19139         * emacs-lisp/rx.el (rx): Doc fix.
19140         Fix copyright years.
19142         * strokes.el (strokes-global-set-stroke-string): New function.
19143         (strokes-list-strokes): Cope with strings, not just commands.
19144         Set foreground color of image.
19145         (strokes-global-set-stroke): Doc fix.
19147 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
19149         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
19150         Auto Revert mode.
19151         (Buffer-menu-files-only): New variable.
19152         (Buffer-menu-toggle-files-only): New function.
19153         (Buffer-menu-mode-map): Bind it to `T'.
19154         (Buffer-menu-mode): Mention `T' in docstring.
19155         Set buffer-stale-function.
19156         (list-buffers-noselect): Mark buffer non-modified and set
19157         Buffer-menu-files-only.
19159         * dired.el (buffer-stale-function): Remove no longer needed defvar.
19161         * autorevert.el (auto-revert-handler): Print revert message
19162         before, rather than after, reverting.
19163         (buffer-stale-function): Move to files.el.
19165         * files.el (buffer-stale-function): Move here from autorevert.el.
19167 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19169         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
19171         * calc/calc.el (calc-mode-map): Use mapc.
19173         * apropos.el (apropos-mode): Don't autoload.
19174         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
19175         (apropos): Use it.
19176         (apropos-print): Add optional `text' argument.
19177         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
19178         Don't assume point-min == 1.
19180         * bs.el (bs-buffer-list): Use buffer-local-value.
19181         (bs--set-toggle-to-show): Use with-current-buffer.
19183         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
19184         New funs.
19185         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
19187         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
19189         * dabbrev.el (dabbrev-expand): Fix regexp construction.
19190         (dabbrev--find-expansion): Use pop.
19191         (dabbrev--search): Use match-string-no-properties.
19193         * dired.el (dired-mode): Use run-mode-hooks.
19194         (dired-move-to-end-of-filename): Use match-string.
19196         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
19197         is bound before using it.
19198         (ediff-verbose-p): Make it into a var since it's not constant.
19200         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
19202         * faces.el (read-face-font): Don't cons up unnecessarily.
19203         (header-line, tool-bar): Share common parts.
19205         * files.el (file-relative-name): Use compare-strings.
19207         * finder.el (finder-mode): Follow coding convention.
19209         * subr.el (read-number): New function.
19211         * ses.el (ses-read-number): Move to subr.el.
19212         (ses-set-header-row): Use read-number.
19214 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
19216         * vc-hooks.el (vc-arg-list): New function, which handles both
19217         compiled and uncompiled code.
19218         (vc-default-workfile-unchanged-p): Use it.
19220         * vc.el (vc-print-log): Undo prev change, use new function
19221         vc-arg-list from vc-hooks.el.
19223 2004-03-26  Masatake YAMATO  <jet@gyve.org>
19225         * simple.el (completion-setup-function): Emphasize the
19226         first uncommon characters in the completions; and de-emphasize
19227         the common prefix substrings.
19228         (completion-emphasis): New face.
19229         (completion-de-emphasis): New face.
19231 2004-03-25  Juanma Barranquero  <lektu@terra.es>
19233         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
19234         Comment out (it's unused and unfinished code).
19236 2004-03-25  Sam Steingold  <sds@gnu.org>
19238         * vc.el (vc-print-log): Fix a bug in the last patch:
19239         backend-function may be a byte-compiled object, not a lambda.
19241 2004-03-25  Juri Linkov  <juri@jurta.org>
19243         * descr-text.el (describe-property-list): Add a button
19244         for `face' property that calls `describe-face'.
19245         Suggested by Luis Fernandes <elf@ee.ryerson.ca>
19247         * international/mule.el (keyboard-coding-system):
19248         * kmacro.el (kmacro-call-macro): Fix docstring.
19250         * dired.el: Fix comments.
19252         * textmodes/fill.el (fill): Fix Info link.
19254         * font-lock.el (fast-lock, lazy-lock):
19255         * jit-lock.el (jit-lock): Remove links to removed Support Modes
19256         Info node.
19258         * eshell/eshell.el (eshell): Fix broken info-link.
19260         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
19261         * eshell/em-banner.el (eshell-banner):
19262         * eshell/em-smart.el (eshell-smart):
19263         * eshell/esh-cmd.el (eshell-cmd):
19264         Comment out broken info-links to incomplete Info manual.
19266         * info-xref.el: Fix commentary.
19268 2004-03-25  Kevin Ryde  <user42@zip.com.au>
19270         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
19271         Remove spurious node duplicate suppression, doesn't work, not wanted.
19272         (info-xref-output): Take format style args, add "sit-for 0" to let
19273         user see the results as they progress.
19274         (info-xref-check-all-custom): New function.
19276 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
19278         * gdb-ui.el: Moved to progmodes.
19280 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19282         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
19284 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
19286         * calendar/appt.el (appt-check): Remove superfluous progn.
19287         When finished with diary buffer: if it was not being displayed
19288         before, kill it; otherwise restore its original state.
19289         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
19291         * calendar/calendar.el (calendar-set-mode-line): Use total
19292         available mode-line width, rather than frame-width.
19294         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
19295         after mode change so effect not lost.
19297 2004-03-23  Dave Love  <fx@gnu.org>
19299         * dired.el (dired) <defgroup>: Add link to manual.
19300         (dired-font-lock-keywords): Add highlighting on unusual permissions.
19301         (dired-revert): Use dolist.
19302         (dired-mode-map): Add U binding.
19303         (dired-mode): Add font-lock-beginning-of-syntax-function.
19304         (dired-garbage-files-regexp): Make it a defcustom.
19306 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19308         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
19309         is equivalent to nil.
19310         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
19311         (vc-arch-mode-line-string): Accept `added' state.
19312         (vc-arch-state): Use inode-sigs if available.
19313         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
19314         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
19315         (vc-arch-tagline-re): New var.
19316         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
19317         New functions.
19318         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
19319         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
19321         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
19322         (vc-file-not-found-hook): Use it.
19324         * diff-mode.el (diff-default-read-only): Change default.
19325         (diff-mode-hook): Make it a defcustom.  Add some options.
19326         (diff-mode-map): Bind diff-refine-hook.
19327         (diff-yank-handler): New var.
19328         (diff-yank-function): New fun.
19329         (diff-font-lock-keywords): Use them.
19330         (diff-end-of-file): Handle case where file-header looks like diff text.
19331         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
19332         (diff-file-kill): Delete a subsequent empty line, if applicable.
19333         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
19334         (diff-find-file-name): Use it.
19335         (diff-tell-file-name): New command.
19336         (diff-mode): Be careful with view-mode.
19337         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
19338         New functions, for use in diff-mode-hook.
19339         (diff-find-source-location): Catch "regex too large" errors.
19340         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
19341         (diff-refine-hunk): New command.
19343         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
19344         (smerge-context-menu-map): Remove unused var.
19345         (smerge-keep-all): Preserve markers.
19346         (smerge-keep-n): New fun.
19347         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
19348         (smerge-keep-current, smerge-ediff): Use it.
19349         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
19350         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
19351         (smerge-resolve): Resolve trivial 3-part conflicts.
19353 2004-03-23  Juri Linkov  <juri@jurta.org>
19355         * man.el (Man-width): New var.
19356         (Man-getpage-in-background): Use it.
19357         (Man-support-local-filenames): New var and fun.
19358         (Man-build-man-command): Don't add a second %s.
19359         (Man-fontify-manpage): Clean up message.
19360         (Man-mode): Set outline-regexp, outline-level,
19361         imenu-generic-expression.
19363         * woman.el (woman-fill-frame): Doc fix.
19364         (woman-decode-region): Use window-width instead of frame-width.
19366         * abbrevlist.el (list-one-abbrev-table):
19367         * descr-text.el (describe-char):
19368         * international/mule-diag.el (describe-current-coding-system):
19369         * international/quail.el (quail-insert-decode-map):
19370         Use window-width instead of frame-width.
19372         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
19373         (jka-compr-mode-alist-additions): Add tbz.
19374         (jka-compr-write-region, jka-compr-insert-file-contents):
19375         Add message for undefined compress-program.
19376         (jka-compr-write-region): Remove redundant var bindings.
19378         * dired-x.el (dired-guess-shell-alist-default): Add choices for
19379         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
19380         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
19381         (dired-man): Use dired-guess-shell-command.
19382         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
19383         Change default nil to t.
19385         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
19386         (dired-compare-directories): Add default value for empty input.
19388         * help-at-pt.el: Move suggestions for key bindings to Commentary.
19390         * time.el (display-time-string-forms): Fix help-echo date format.
19392 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
19394         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
19395         (buffer-stale-function): New variable.
19396         (auto-revert-list-diff, auto-revert-dired-file-list)
19397         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
19398         (auto-revert-handler): Take over some functionality of deleted
19399         functions.
19400         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
19402         * dired.el (dired-directory-changed-p): New fun, extracted from
19403         dired-internal-noselect.
19404         (dired-buffer-stale-p): New fun.
19405         (dired-internal-noselect): Use dired-directory-changed-p.
19406         Eliminate revert messages.
19407         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
19409 2004-03-23  Kenichi Handa  <handa@m17n.org>
19411         * international/characters.el: Setup syntaxes for more parentheses
19412         Unicode characters.
19414         * international/mule-cmds.el (select-safe-coding-system):
19415         Merge coding-system and auto-cs before comparing them.
19417 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19419         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
19421         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
19422         normal-auto-fill-function and comment-indent-function.
19423         The default values now work just as well.
19424         Don't set font-lock-beginning-of-syntax-function since we already set
19425         syntax-begin-function.
19426         (lisp-outline-level): Put ;;;###autoload at same level as (.
19427         (prin1-char): Quote special chars.
19429         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
19430         than with-no-warnings.
19432         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
19433         if the source location can't be found.
19434         (edebug-compute-previous-result): Use prin1-char.
19436         * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
19437         (debug-ignored-errors): Add an entry.
19439         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
19440         (byte-compile-file): Output warning when deleting a file.
19442         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
19443         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
19445         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
19446         (byte-compile-inline-expand): Use backquote.
19447         (byte-optimize-pure-func): Rename from byte-optimize-concat.
19448         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
19450         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
19452         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
19454 2004-03-22  Juri Linkov  <juri@jurta.org>
19456         * finder.el (finder-known-keywords): Fix data, tex, unix.
19458         * play/landmark.el: Fix keywords.
19460         * language/ethio-util.el (ethio-find-file): Doc fix.
19462         * emacs-lisp/warnings.el: Doc fix.
19464         * textmodes/ispell.el (ispell-help): Doc fix.
19466 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
19468         * format.el (format-insert-file): Always return a list of two
19469         elements, like insert-file-contents does.
19471 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
19473         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
19474         and vc-BACKEND-diff.
19475         (vc-print-log): If the print-log implementation supports it, use
19476         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
19477         (vc-version-diff, vc-diff-internal): Doc fixes.
19479         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
19480         implementation supports it, let diff output go to *vc*,
19481         not *vc-diff*, since this is an internal call.
19483         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
19485         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
19487         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
19489 2004-03-21  Dave Love  <fx@gnu.org>
19491         * progmodes/cfengine.el (cfengine-mode):
19492         Set parse-sexp-ignore-comments.
19494         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
19496 2004-03-21  Juanma Barranquero  <lektu@terra.es>
19498         * allout.el (allout-mode): Fix docstring.
19500 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
19502         * files.el (insert-directory): Fix bug if SWITCHES is a list.
19504         * autorevert.el (auto-revert-interval): Make new value take
19505         effect immediately when set through Custom.
19506         (auto-revert-set-timer): Add interactive declaration.
19508 2004-03-19  David Ponce  <david@dponce.com>
19510         * ruler-mode.el (ruler-mode-header-line-format-old):
19511         Don't `make-variable-buffer-local'.
19512         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
19513         (ruler-mode-header-line-format): Simply funcall the above.
19514         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
19515         to save/restore a previous header line format.
19516         (ruler-mode-space): Don't depend on a numeric WIDTH value.
19517         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
19518         fringes and margins width.
19519         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
19521 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
19523         * log-edit.el (log-edit-font-lock-keywords): Typo.
19525         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
19526         (tex-send-tex-command): Rather than here.
19527         (tex-compilation-parse-errors): Simplify.
19529         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
19531         * time.el (display-time-string-forms): Add help-echo with date on time.
19533         * composite.el (compose-region): Use restore-buffer-modified-p.
19535         * disp-table.el (standard-display-8bit): Simplify.
19537         * server.el (server-process-filter): Delete temp frame.
19539         * add-log.el (add-change-log-entry): Simplify.
19541 2004-03-19  Kim F. Storm  <storm@cua.dk>
19543         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
19544         (hexl-follow-line): Don't require 'fringe.
19546         * progmodes/compile.el (compilation-start): Always set
19547         compilation-last-buffer and return it.
19549 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
19551         * simple.el (clone-buffer): Doc fix.
19553 2004-03-18  Juanma Barranquero  <lektu@terra.es>
19555         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
19557 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19559         * log-edit.el (log-edit-font-lock-keywords): New var.
19560         (log-edit-mode): Use it.
19562 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
19564         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
19565         properly for watching in speedbar.
19567 2004-03-17  Masatake YAMATO  <jet@gyve.org>
19569         * smerge-mode.el (smerge-popup-context-menu):
19570         Put `unwind-protect' around `overlay-put' and `popup-menu'.
19572 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19574         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
19575         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
19576         Take sealed revisions into account.
19577         (vc-arch-checkin): Extract a summary line from the message.
19579 2004-03-16  Masatake YAMATO  <jet@gyve.org>
19581         * register.el (register): Provide `register' feature.
19583 2004-03-15  Masatake YAMATO  <jet@gyve.org>
19585         Added context menu support in smerge mode.
19586         Most of the part is written by Stefan Monnier.
19588         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
19589         New keymap and menu.
19590         (smerge-text-properties): New function.
19591         (smerge-remove-props): New function.
19592         (smerge-popup-context-menu): New function.
19593         (smerge-resolve): Call `smerge-remove-props'.
19594         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
19595         (smerge-keep-current): Ditto.
19596         (smerge-kill-current): New function.
19597         (smerge-match-conflict): Put text properties.
19598         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
19600 2004-03-15  David Ponce  <david@dponce.com>
19602         * ruler-mode.el (ruler-mode-left-fringe-cols)
19603         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
19604         (ruler-mode-right-scroll-bar-cols): Remove.
19605         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
19606         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
19607         Use fringe-columns and scroll-bar-columns.
19609 2004-03-15  Masatake YAMATO  <jet@gyve.org>
19611         * hl-line.el (hl-line-range-function): New variable.
19612         (hl-line-move): New function.
19613         (global-hl-line-highlight): Use `hl-line-move'.
19614         (hl-line-highlight): Ditto.
19616         * scroll-bar.el (scroll-bar-columns):
19617         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
19619         * ruler-mode.el (top-level): Require scroll-bar and fringe.
19620         (ruler-mode-left-fringe-cols)
19621         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
19622         (ruler-mode-right-scroll-bar-cols)
19623         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
19624         (ruler-mode-ruler-function): New variable.
19625         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
19626         if the value for `ruler-mode-ruler-function' is given.
19628         * hexl.el (hexl-mode-hook): Make the hook customizable.
19629         (hexl-address-area, hexl-ascii-area): New customize variables.
19630         (hexlify-buffer): Put font-lock-faces on the address area and
19631         the ascii area.
19632         (hexl-activate-ruler): New function.
19633         (hexl-follow-line): New function.
19634         (hexl-highlight-line-range): New function.
19635         (hexl-mode-ruler): New function.
19637 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19639         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
19640         (vc-default-find-file-hook): New fun.
19641         (vc-find-file-hook): Call new find-file-hook operation.
19643         * vc-arch.el: New file.
19645 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
19647         * info-look.el (info-lookup): Reuse an existing Info window.
19649 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
19651         * woman.el (woman-preserve-ascii): Default value changed to t and
19652         doc string revised.
19654 2004-03-12  Richard M. Stallman  <rms@gnu.org>
19656         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
19657         Fix minor bug.
19659         * replace.el (occur-engine): Change message for count of matches.
19661         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
19662         For strings, do compare text properties.
19664 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
19666         * progmodes/compile.el (compile-auto-highlight)
19667         (compilation-error-list, compilation-old-error-list)
19668         (compilation-parse-errors-function, compilation-parsing-end)
19669         (compilation-error-message, compilation-directory-stack)
19670         (compilation-enter-directory-regexp-alist)
19671         (compilation-leave-directory-regexp-alist)
19672         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
19673         (compilation-current-file, compilation-regexps): Remove vars.
19675         (compile-error-at-point, compilation-error-filedata)
19676         (compilation-error-filedata-file-name, compile-reinitialize-errors)
19677         (compilation-next-error-locus, compilation-forget-errors)
19678         (count-regexp-groupings, compilation-parse-errors)
19679         (compile-collect-regexps, compile-buffer-substring): Remove funs.
19681         (compile-internal): Make obsolete.
19683         (compilation-first-column, compilation-error)
19684         (compilation-directory-matcher, compilation-page-delimiter)
19685         (compilation-mode-font-lock-keywords, compilation-debug)
19686         (compilation-error-face, compilation-warning-face)
19687         (compilation-info-face, compilation-line-face)
19688         (compilation-column-face, compilation-enter-directory-face)
19689         (compilation-leave-directory-face, compilation-skip-threshold)
19690         (compilation-skip-visited, compilation-context-lines): New vars.
19692         (compilation-warning-face, compilation-info-face)
19693         (compilation-message-face): New faces.
19695         (compilation-error-regexp-alist-alist): New constant.
19697         (compilation-face, compilation-directory-properties)
19698         (compilation-assq, compilation-error-properties, compilation-start)
19699         (define-compilation-mode, compilation-loop)
19700         (compilation-set-window): New functions.
19702         (compile): Additional argument for interactive compiles like TeX.
19704         * progmodes/grep.el (kill-grep): Move here from compile.el
19705         (grep-error, grep-hit-face, grep-error-face)
19706         (grep-mode-font-lock-keywords): New variables.
19707         (grep-regexp-alist): Simplify regexp and add `binary' case.
19708         (grep-mode): New mode.
19709         (grep-process-setup): Simplify.
19711 2004-03-11  Jason Rumney  <jasonr@gnu.org>
19713         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
19714         letters on DOS/Windows.
19716 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19718         * server.el (server-name): New var.
19719         (server-socket-dir): New var to replace server-socket-name.
19720         (server-start): Use them.
19722 2004-03-11  Simon Josefsson  <jas@extundo.com>
19724         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
19725         died to avoid infloop.  Reported by Jonathan Glauner
19726         <jglauner@sbum.org>.
19728 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19730         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
19731         (smerge-mode-menu): Use it to deactivate menu entries.
19732         (smerge-keep-current): New fun.
19733         (smerge-keep-current): Use it.
19735 2004-03-10  John Paul Wallington  <jpw@gnu.org>
19737         * foldout.el (foldout-fold-list, foldout-modeline-string):
19738         Declare them as variables, not constants.
19740 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19742         * ps-print.el: Modification to print *Messages* buffer.
19743         (ps-print-version): New version 6.6.4.
19744         (ps-message-log-max): New fun.
19745         (ps-spool-without-faces, ps-spool-with-faces)
19746         (ps-count-lines-preprint): Code fix.
19748         * printing.el: New tips in Tips section.
19750 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19752         * delim-col.el: Doc fix.
19754         * printing.el: Doc fix.  New doc section (Tips).
19756 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
19758         * type-break.el (type-break-emacs-variant): Remove.
19759         (type-break-run-at-time, type-break-cancel-function-timers):
19760         Use fboundp rather than version name and number.
19762 2004-03-09  Masatake YAMATO  <jet@gyve.org>
19764         * hexl.el (hexl-mode): Use `make-local-variable' instead of
19765         `make-variable-buffer-local'.
19767 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
19769         * find-dired.el (find-dired): Call `shell-command' instead of
19770         `start-process-shell-command'.  By this, Tramp takes over
19771         handling of remote directories.
19773 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
19775         * newcomment.el (comment-use-global-state): New var.
19776         (comment-search-forward): Use it.
19778         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
19780         * cus-edit.el (fill) <defgroup>: Move to fill.el.
19782         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
19783         (enable-kinsoku): Make it a defcustom.
19784         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
19785         paragraph to same-comment-start-marker.
19787 2004-03-07  Dave Love  <fx@gnu.org>
19789         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
19790         (browse-url-mail): Use it.
19792         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
19793         (rfc2368-unhexify-string): Use replace-regexp-in-string.
19795 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
19797         * woman.el (woman-man.conf-path): Doc fix.
19798         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
19800 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
19802         * sort.el (sort-columns): Remove ms-dos from the list of systems
19803         where the external `sort' command is not used.
19805 2004-03-07  Kim F. Storm  <storm@cua.dk>
19807         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
19808         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
19809         from overlay-arrow-variable-list.
19810         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
19812 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
19814         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
19815         overlay arrow string properly for the assembler buffer.
19817 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19819         * mail/sendmail.el (mail-mode): Fix last change.
19821 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
19823         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
19824         for the assembler buffer.
19825         (gdb-assembler-custom): Position the overlay arrow.
19826         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
19828 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19830         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
19832         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
19833         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
19835         * mail/sendmail.el (mail-mode): Set comment-start-skip.
19837         * newcomment.el (uncomment-region): Allow non-terminated comment.
19838         (comment-normalize-vars): Check the user-specified comstart marker.
19840 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19842         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
19843         Otherwise, do use it if the region only contains font-lock text
19844         properties.
19846 2004-03-04  Masatake YAMATO  <jet@gyve.org>
19848         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
19849         as the callback function for eldoc.
19850         (hexl-print-current-point-info): New function.
19851         (hexl-current-address): Print the address in both decimal
19852         and hexadecimal format.
19854 2004-03-04  Richard M. Stallman  <rms@gnu.org>
19856         * mail/rmail.el (rmail-convert-to-babyl-format):
19857         Specify t for UNIBYTE when calling mail-unquote-printable-region.
19859         * mail/mail-utils.el (mail-unquote-printable-region):
19860         New arg UNIBYTE.
19862         * startup.el (command-switch-alist): Doc fix.
19864         * simple.el (undo): Temporarily set this-command to `undo-start',
19865         then set it to `undo' once undo-start returns without error.
19867         * simple.el (minibuffer-history-sexp-flag): Doc fix.
19869         * simple.el (kill-line): Don't disregard trailing whitespace
19870         in eol condition, if show-trailing-whitespace is set.
19872         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
19873         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
19874         When disabling, restore old values only if mouse-sel-has-been-enabled.
19876         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
19877         (isearch-{-char): New function.
19878         (isearch-mode-map): Bind { to isearch-{-char.
19880         * font-lock.el (lisp-font-lock-keywords-2):
19881         Turn off the CL with-... and do-... general patterns.
19882         Instead, recognize several specific with... and do... constructs.
19884         * files.el (switch-to-buffer-other-window):
19885         Bind same-window-buffer-names and same-window-regexps to nil.
19886         (switch-to-buffer-other-frame): Likewise.
19888 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19890         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
19891         recognizing leading comment on code line.
19893 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19895         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
19896         hidden files/directories.
19898 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19900         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
19901         only comment-start (in case the mode hasn't set it).
19903         * Makefile.in (AUTOGENEL): New var.
19904         (bootstrap-prepare): Rename from bootstrap-clean.
19905         Don't remove elc files.
19906         (maintainer-clean): New target.
19908         * xml.el (xml-get-attribute-or-nil): Simplify.
19910 2004-03-02  Juri Linkov  <juri@jurta.org>
19912         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
19913         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
19914         URL to prevent their substitution with the environment variable
19915         values by browsers.
19917 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19919         * ps-print.el: Doc fix.
19920         (ps-print-version): New version number (6.6.3).
19921         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
19922         Docstring fix.
19923         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
19924         before printing.
19925         (ps-time-stamp-yyyy-mm-dd): New fun.
19926         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
19928 2004-03-02  Kim F. Storm  <storm@cua.dk>
19930         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
19932 2004-03-01  Juanma Barranquero  <lektu@terra.es>
19934         * allout.el (allout-rebullet-heading): Fix typo in docstring.
19936         * desktop.el (desktop-file-version)
19937         (desktop-after-read-hook): Fix typos.
19938         (desktop-clear-preserve-buffers): Remove redundant info in
19939         docstring already shown by the obsolescence message.
19940         (desktop-truncate, desktop-internal-v2s)
19941         (desktop-value-to-string): Change argument name to match docstring.
19943         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
19945         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
19946         docstring.
19948 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19950         * printing.el: Replace "As Is..." in PostScript file print/preview by
19951         "No Preprocessing...".  Suggested by Colin Marquardt
19952         <_marquardt_@zmd.de>.
19953         (pr-insert-section-4): Adjust buffer interface.
19955 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
19957         Version 2.0.39 of Tramp released.
19959         * net/tramp.el (tramp-handle-file-local-copy)
19960         (tramp-handle-write-region, tramp-open-connection-rsh):
19961         Variable name typo.  Small change.  From Patrick Tullmann
19962         <tullmann@flux.utah.edu>.
19963         (tramp-process-connection-type): New variable.
19964         (tramp-maybe-open-connection): Use it.
19965         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
19966         (tramp-touch): Set last-modified time of a remote file.
19967         (tramp-handle-write-region): Say which function is used when encoding.
19969 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
19971         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
19972         case of non-existing filename, too.  Reported by Christoph Bauer
19973         <c_bauer@informatik.uni-kl.de>.
19974         (tramp-smb-get-file-entries): The directory in question should
19975         have permissions "drwxrwxrwx".  Just virtual, because we don't
19976         know the real permissions.  Don't we know?
19977         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
19978         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
19979         (tramp-smb-wait-for-output): Optimize algorithm getting pending
19980         output.  If it was received chunkwise, there have been problems.
19981         Remove the "prompt not found" error message; it is obvious.
19982         Simplify algorithm.
19983         (tramp-smb-process-running): Remove.  Since we acknowledge the
19984         virtual prompt for shares, there's no need for distinction of
19985         reading shares (process ends afterwards) and interactive mode of
19986         smblient.
19987         (tramp-smb-open-connection): Setting process sentinel removed.
19988         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
19989         "NT_STATUS_NETWORK_ACCESS_DENIED".
19990         (tramp-smb-maybe-open-connection): Set `process-connection-type'
19991         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
19992         (top-level): Setting default value in `tramp-default-method-alist'
19993         corrected.  Order of USER and HOST have been wrong.
19994         Nobody complained for months ...
19995         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
19996         (tramp-smb-open-connection): Clear password cache if login has failed.
19998         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
19999         `tramp-unified-filenames'.
20000         (tramp-completion-mode): Make test for XEmacs explicitly.
20001         `event-to-character' can exists in Emacs packages too.
20002         Reported by Matt Swift <swift@alum.mit.edu>.
20003         (tramp-buffer-name): Buffer name must contain the user if exists.
20004         Reported by Adrian Phillips <a.phillips@met.no>.
20005         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
20006         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
20007         (tramp-do-copy-or-rename-file-out-of-band): Rename from
20008         `tramp-do-copy-or-rename-file-one-local', because it handles also
20009         the case both files use the same out-of-band method.
20010         Implementation added.
20011         (tramp-handle-file-local-copy, tramp-handle-write-region):
20012         Out-of-band handling removed.  `copy-file' called instead, which
20013         calls `tramp-do-copy-or-rename-file-out-of-band'.
20014         (tramp-action-password): Check for out-of-band method removed.
20015         This function is used for 'login-program.
20016         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
20017         appropriate.
20018         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
20019         and `tramp-parse-sknownhosts'.
20020         (tramp-completion-function-alist): It's a defvar now, because we
20021         want to apply the optimized `tramp-set-completion-function'
20022         instead of a static list.
20023         (tramp-set-completion-function): Implementation tuned.
20024         Avoid double entries, and entries where the function or the
20025         file/directory doesn't exist.
20026         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
20027         for SSH2.
20028         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
20029         (tramp-handle-dired-compress-file): New function.
20030         (tramp-async-proc): New variable.
20031         (tramp-handle-shell-command): Adding asynchronous processes.
20032         They are far from being perfect, but it works at least for
20033         `find-grep-dired' and `find-name-dired' in Emacs 22.1.
20034         (top-level): Require password.el if visible.  Should be mandatory
20035         once No Gnus has found its way into (X)Emacs.
20036         (tramp-read-passwd): Invoke `password-read' if available,
20037         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
20038         fallback any longer.
20039         (tramp-clear-passwd): New function.
20040         (tramp-process-actions, tramp-process-multi-actions):
20041         Clear password cache if login has failed.
20043         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
20044         its own module.
20045         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
20046         `ange-ftp-ftp-name-res'.  There could be incorrect values from
20047         previous calls in case the "ftp" method is used in the Tramp file
20048         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
20050 2004-02-28  Richard M. Stallman  <rms@gnu.org>
20052         * term.el (term-mouse-paste): Call mouse-set-point.
20054         * thumbs.el: New file.
20056 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20058         * progmodes/ebnf-abn.el: Doc fix.
20060         * progmodes/ebnf-bnf.el: Doc fix.
20061         (ebnf-repeat): Code fix.
20063         * progmodes/ebnf2ps.el: Doc fix.
20064         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
20066 2004-02-28  Juri Linkov  <juri@jurta.org>
20068         * ffap.el (dired-at-point): Additional writability test for
20069         relative directory names.
20070         (dired-at-point-prompter): Treat directories as a directory, get
20071         the directory component from files.
20072         (ffap-string-at-point): Return string from region if region is active.
20073         (ffap-file-at-point): Remove redundant code.
20075 2004-02-28  Kim F. Storm  <storm@cua.dk>
20077         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
20078         Initialize margin area images to nil.
20079         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
20080         (breakpoint-enabled-bitmap-face)
20081         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
20082         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
20083         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
20084         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
20085         (gdb-reset): Use gdb-remove-breakpoint-icons.
20086         (gdb-put-string): Add dprop arg to specify alternative display
20087         property (for setting fringe bitmap).
20088         (gdb-remove-strings): Doc fix.
20089         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
20090         icon in fringe (if available), or else as icon or text in display
20091         margin.  Creates necessary icons in breakpoint-bitmap,
20092         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
20093         Also make left window margin if required.
20094         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
20095         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
20096         no longer needed.
20097         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
20098         gdb-put-breakpoint-icon.
20099         (gdb-assembler-mode): Don't set left-margin-width here.
20101 2004-02-27  Kevin Ryde  <user42@zip.com.au>
20103         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
20104         comma, so that it DTRT in macros.
20106 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
20108         * progmodes/sh-script.el (sh-shell-arg)
20109         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
20110         (sh-leading-keywords, sh-other-keywords): Fix custom type.
20112 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
20114         * faces.el (face-spec-set-match-display): Add a new attribute,
20115         `min-colors'.
20116         (region, highlight, secondary-selection): Use `min-colors'.
20118         * custom.el (defface): Add documentation for `min-colors'.
20120         * font-lock.el (font-lock-comment-face, font-lock-string-face)
20121         (font-lock-keyword-face, font-lock-function-name-face)
20122         (font-lock-variable-name-face, font-lock-constant-face):
20123         Use `min-colors'.
20125         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
20127 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20129         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
20130         define assq-delete-all if it's not defined.
20131         (ebnf-generate-region): Code fix.
20133         * printing.el: Doc fix.
20134         (pr-version): New version number (6.7.2).
20135         (pr-command): Return empty string if command is an empty string.
20137 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20139         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
20141         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
20142         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
20143         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
20144         "tt" ["test"] ).  Reported by Markus Dreyer
20145         <mdreyer@ix.urz.uni-heidelberg.de>.
20146         (ebnf-version): New version number (4.0).
20147         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
20148         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
20149         (ebnf-delete-style): New commands.
20150         (ebnf-directory, ebnf-file): New funs.
20151         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
20152         (ebnf-production-name-p, ebnf-stop-on-error): New options.
20153         (ebnf-syntax-alist): New var.
20154         (ebnf-element-width): New fun replacing ebnf-list-width.
20155         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
20156         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
20157         (ebnf-prologue): Adjust vars.
20158         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
20159         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
20160         (ebnf-check-style-values, ebnf-generate-production)
20161         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
20162         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
20163         (ebnf-token-repeat): Code fix.
20165         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
20166         %right, %left and %prec.  Suggested by Matthew K. Junker
20167         <junker@alum.mit.edu>.
20168         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
20170         * progmodes/ebnf-iso.el: Doc fix.
20171         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
20172         (ebnf-iso-lex): Code fix.
20174         * progmodes/ebnf-bnf.el: Doc fix.
20175         (ebnf-bnf-lex): Code fix.
20177         * progmodes/ebnf-otz.el: Doc fix.
20179 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
20181         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
20182         (abbrev-prefix-mark): Doc fix.
20184 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
20186         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
20187         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
20188         (gdb-var-delete): Make interactive (really).
20189         (gdb-edit-value): Make non-interactive.
20191         * progmodes/gud.el (gud-speedbar-menu-items):
20192         Add gdb-var-delete and, indirectly, gdb-edit-value.
20193         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
20194         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
20195         (gud-gdb-marker-filter): Add comment for annotations.
20197 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
20199         * calendar/calendar.el (generate-calendar)
20200         (calendar-read-date): Prevent display of BC calendars once more -
20201         reverts 2003-10-01 change.
20202         (generate-calendar-month): Doc fix.
20204 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
20206         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
20207         return value of increment-calendar-month.
20209 2004-02-21  Stephen Compall  <s11@member.fsf.org>
20211         * saveplace.el (save-place-forget-unreadable-files)
20212         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
20213         (save-place-forget-unreadable-files): New function.
20214         (save-place-alist-to-file): Use it to filter out files that are
20215         no longer readable.
20217         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
20218         current Texinfo environment, using the same method as in
20219         `texinfo-insert-@end', and insert a space rather than a newline if
20220         point in a @table environment.
20222 2004-02-21  Juri Linkov  <juri@jurta.org>
20224         * ffap.el (ffap-file-at-point): Try parent directories.
20226 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
20228         * vcursor.el (vcursor-modifiers): New defcustom.
20229         (vcursor-cs-binding): Use vcursor-modifiers instead of a
20230         hard-coded list.
20232 2004-02-21  Masatake YAMATO  <jet@gyve.org>
20234         * play/animate.el (animate-birthday-present): Accept names other
20235         than `Sarah', too.
20237 2004-02-21  Juri Linkov  <juri@jurta.org>
20239         * startup.el: Remove table of command line arguments from the
20240         Commentary section.
20242 2004-02-20  John Wiegley  <johnw@newartisans.com>
20244         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
20245         again" modifier from 'e' to 'E', since 'e' is also used by the
20246         "file extension" modifier.
20248 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
20250         * help-fns.el (describe-categories): Doc fix.
20252 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
20254         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
20255         temporary file for buffer already visiting one.  This change makes
20256         output likely to be directly usable by patch program.
20257         Suggested by Adrian Aichner  <adrian@xemacs.org>
20259 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
20261         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
20262         case of variables defined in compound statements.
20263         (gdb-setup-windows, gdb-source-info, gdb-source-info):
20264         Simplify constructions using switch-to-buffer.
20266 2004-02-19  Simon Josefsson  <jas@extundo.com>
20268         * play/morse.el: Fix typo.
20269         (morse-code): Add @.
20271 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
20273         * calendar/appt.el (appt-display-format): Change default to
20274         'ignore, for backwards compatibility.
20275         (appt-display-message): If appt-display-format is 'ignore,
20276         respect old vars appt-msg-window and appt-visible.
20277         (appt-activate): Don't depend on return value of cancel-timer.
20279         * calendar/calendar.el (calendar-holidays): Doc fix.
20281         * calendar/cal-coptic.el (coptic-prompt-for-date):
20282         Use assoc-string instead of assoc-ignore-case.
20283         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
20284         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
20285         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
20286         * calendar/cal-islam.el (calendar-goto-islamic-date)
20287         (mark-islamic-diary-entries): Ditto.
20288         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
20289         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
20290         (calendar-read-mayan-tzolkin-date): Ditto.
20291         * calendar/calendar.el (calendar-read-date): Ditto.
20292         * calendar/diary-lib.el (mark-diary-entries): Ditto.
20294 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
20296         * progmodes/executable.el (executable-command-find-posix-p):
20297         Fix choice of the directory.
20299 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
20301         * simple.el (interprogram-cut-function)
20302         (interprogram-paste-function, kill-new, kill-append):
20303         Doc fixes.
20304         (kill-region): Make it return nil.  Doc fix.
20305         (yank-pop): Make its argument optional.
20306         (yank): Make ARG `-' equivalent to `-1'.
20308 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
20310         * mail/rmail.el (rmail-get-new-mail): Don't reference
20311         rmail-use-spam-filter if rmail-spam-filter is not loaded.
20313 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
20315         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
20316         if one of global-auto-revert-non-file-buffers or autorevert-mode
20317         is non-nil.
20319 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
20321         * subr.el (delete-dups): A better implementation from Karl Heuer
20322         <kwzh@gnu.org>.
20324 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
20326         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
20327         correct place.
20328         * progmodes/icon.el (icon-indent-command): Ditto.
20329         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
20331 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
20333         * progmodes/grep.el (grep-compute-defaults): Undo change from
20334         2004-01-29: don't use executable-command-find-posix-p.
20336 2004-02-16  Richard Sharman  <rsharman@pobox.com>
20338         * hilit-chg.el: Use require instead of eval-and-compile.
20339         (highlight-compare-buffers): New function.
20341 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
20343         * man.el (Man-fontify-manpage): Render section headings in
20344         `Man-overstrike-face' even when overstrike was not used by man
20345         formatter for section headings.
20347 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
20349         * rmail-spam-filter.el (vm-use-spam-filter)
20350         (rsf-min-region-length-added-to-spam-list): New variables.
20351         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
20352         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
20353         spam testing.  Don't delete spam message if automatic deletion
20354         after output via variable rmail-delete-after-output is turned on.
20355         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
20356         rsf-bbdb-dont-create-entries-for-spam.
20357         (check-field): New function, extracted from code in
20358         rmail-spam-filter to ease addition of header fields like content-type.
20359         (message-content-type): New variable to check the content-type:
20360         field added, also in defcustom of rsf-definitions-alist.
20361         (rmail-spam-filter): Replace repeated test code for header fields
20362         by calls to check-field; change the call to
20363         rmail-output-to-rmail-file such that rmail-current-message stays
20364         the same to avoid wrong deletion of unseen flags.
20365         (rsf-add-contents-type): New function to convert old format
20366         of rmail-spam-definitions-alist into new one.
20367         Change prefixes of all variables and functions from
20368         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
20370 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
20372         * loadhist.el (unload-hook-features-list): New defvar.
20374 2004-02-16  Dave Love  <fx@gnu.org>
20376         * loadhist.el (unload-feature): Doc fix.  Rename flist to
20377         unload-hook-features-list.
20379 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
20381         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
20382         cookie.  Don't check if we are looking-at open-formula.
20384 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
20386         * subr.el (match-string-no-properties): Use substring-no-properties.
20388 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
20390         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
20391         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
20392         Use lower-case "rx" in all error message.
20394 2004-02-16  Dave Love  <fx@gnu.org>
20396         * emacs-lisp/rx.el (rx-or): Put group around result.
20397         (rx-constituents): Add backref.
20398         (rx-syntax): Add string-delimiter, comment-delimiter.
20399         (rx-categories): Add combining-diacritic.
20400         (rx-check-not, rx-greedy, rx): Doc fix.
20401         (rx-backref, rx-check-backref): New.
20403 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
20405         * newcomment.el (uncomment-region): Allow eob as comment end.
20407 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
20409         * filecache.el: All message and error commands now use prefix
20410         "Filecache:" to make it easy to read *Messages* buffer.
20412 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
20414         * autorevert.el: Add support to detect changed dired and VC buffers.
20415         (auto-revert-active-p, auto-revert-list-diff)
20416         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
20417         (auto-revert-handler, auto-revert-active-p): New functions.
20418         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
20419         and `auto-revert-active-p'.
20420         (eval-when-compile): Defvar dired-directory and vc-mode.
20421         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
20422         (auto-revert-handler-vc): New functions.
20424 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
20426         * progmodes/compile.el (compilation-directory): New defvar.
20427         (compile): Save current directory in compilation-directory.
20428         (recompile): Bind default-directory to compilation-directory if
20429         that is non-nil.
20431 2004-02-16  Dave Love  <fx@gnu.org>
20433         * newcomment.el (comment-insert-comment-function)
20434         (comment-region-function, uncomment-region-function): New.
20435         (comment-indent): Use comment-insert-comment-function.
20436         (uncomment-region): Use uncomment-region-function.
20437         (comment-region): Use comment-region-function.
20439         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
20441 2004-02-16  Richard Stallman  <rms@gnu.org>
20443         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
20444         loaddefs* and ldefs-boot*.
20446 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
20448         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
20449         and email address at the beginning and end of the address.
20451         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
20452         anchored at the beginning of the email address.
20454 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
20456         * international/ccl.el (ccl-compile-write): Pass `left' to
20457         ccl-embed-code to generate correct code of write-expr-register.
20459 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
20461         * progmodes/grep.el (grep-compute-defaults): Fix typos.
20463 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20465         * x-dnd.el: Mention support for Motif in commentary.
20466         (x-dnd-handle-drag-n-drop-event): Ditto.
20468 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
20470         * ses.el: Use "ses--" prefixes for buffer-local variables.
20471         Use (point-min) instead of 1, even when we know the buffer
20472         is unnarrowed.
20473         (ses-build-load-map): Delete.  Distribute its content to defconsts for
20474         the three maps.
20475         (ses-menu, ses-header-line-menu): New menus.
20476         (ses-mode-map): Use them.
20477         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
20479 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
20481         * Makefile.in: Fix the CC Mode recompile kludge so it works
20482         when building in a different directory.
20484 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
20486         * simple.el (kill-new): Put yank-handler property on the entire string.
20488 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20490         * diff.el: Don't use compile any more, use diff-mode instead.
20491         (diff-regexp-alist, diff-old-file, diff-new-file)
20492         (diff-parse-differences, diff-process-setup): Remove.
20493         (diff-sentinel): New fun.
20494         (diff): Use it.  Run the process ourselves.
20495         Use diff-mode for the rest of the processing.
20497         * diff.el (diff): Simplify code handling `switch'.
20499 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20501         * pcvs-defs.el (cvs-menu): Add `tag'.
20503 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
20505         * simple.el (kill-append): Doc fix.
20507         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20508         Adapt outline-regexp to the new conventions for commenting out code.
20510 2004-02-11  John Paul Wallington  <jpw@gnu.org>
20512         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
20514 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20516         * diff.el (diff-switches): New fun.
20517         (diff, diff-backup): Use it.
20518         (diff): Clean up the args construction.  Use backquote.
20519         Use listp instead of consp to avoid putting a nil arg.
20520         (diff): Add a revert-buffer function.
20522 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20524         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
20525         handled by x-dnd-handle-file-name.
20526         (x-dnd-known-types): Add COMPOUND_TEXT.
20527         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
20528         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
20529         x-dnd-empty-state.
20530         (x-dnd-forget-drop): Ditto.
20531         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
20532         (x-dnd-handle-one-url): Return private when inserting text.
20533         (x-dnd-insert-ctext): New function.
20534         (x-dnd-handle-file-name): New function for FILE_NAME.
20535         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
20536         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
20537         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
20539 2004-02-10  Kenichi Handa  <handa@m17n.org>
20541         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
20542         instead of while loop.
20544 2004-02-10  Miles Bader  <miles@gnu.org>
20546         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
20548 2004-02-09  Kenichi Handa  <handa@m17n.org>
20550         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
20551         have end-of-line.
20553 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
20555         * Makefile.in: Added extra dependencies in the recompile target
20556         needed to cope with the compile time macro expansions in CC Mode.
20558 2004-02-09  Kim F. Storm  <storm@cua.dk>
20560         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
20561         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
20562         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
20563         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
20564         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
20565         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
20566         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
20567         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
20568         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
20569         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
20570         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
20572 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20574         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
20575         Don't allow shrink if there's a window on our right.
20577         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
20578         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
20579         Bring together declaration and initialization.
20580         (prolog-mode-variables): Don't set the syntax table.
20581         Don't set paragraph-start and comment-indent-function.
20582         Add /*..*/ to the comment regexps.
20583         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
20584         (prolog-mode-map): Don't bind TAB.
20585         (prolog-mode): Set the syntax table.
20586         (prolog-comment-indent): Remove.
20587         (inferior-prolog-mode-map): Initialize in the declaration.
20588         (inferior-prolog-mode-syntax-table)
20589         (inferior-prolog-mode-abbrev-table): New vars.
20590         (inferior-prolog-mode): Derive from comint-mode.
20591         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
20592         minibuffer windows.
20594         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
20595         in file names, as long as it is unambiguous.
20597 2004-02-08  Andreas Schwab  <schwab@suse.de>
20599         * textmodes/reftex-toc.el
20600         (reftex-toc-load-all-files-for-promotion): Remove useless use of
20601         format.  Doc fix.
20603         * textmodes/refer.el (refer-find-entry-internal): Remove extra
20604         format string arguments.
20606         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
20607         string argument.
20609         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
20611         * play/zone.el (zone-call): Fix format string.
20613         * net/webjump.el (webjump-builtin): Add missing format string argument.
20615         * midnight.el (midnight-delay-set): Remove extra format string argument.
20617         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
20619         * hexl.el (hexl-insert-char): Add missing format string argument.
20621         * format.el (format-decode): Fix format string.
20623         * emulation/vi.el (vi-mode): Remove extra format string argument.
20624         (vi-repeat-last-search): Likewise.
20625         (vi-reverse-last-search): Likewise.
20626         (vi-goto-mark): Likewise.
20627         (vi-reverse-last-find-char): Likewise.
20628         (vi-repeat-last-find-char): Likewise.
20629         (vi-locate-def): Likewise.
20631         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
20633         * ediff-util.el (ediff-toggle-read-only): Remove extra format
20634         string argument.
20635         (ediff-toggle-regexp-match): Likewise.
20637         * dired-aux.el (dired-do-query-replace-regexp): Add missing
20638         format string argument.
20640         * calc/calc-map.el (calc-get-operator): Remove extra format
20641         string argument.
20643         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
20645         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
20646         string argument.
20648         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
20650         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
20652         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
20654         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
20655         (cl-struct-setf-expander): Likewise.
20657         * vc.el (with-vc-file): Fix unsafe uses of error.
20658         (vc-cancel-version): Likewise.
20660 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
20662         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
20663         thousands separator; fixes <class>:<line-number> regexp for
20664         non-english locales.
20666 2004-02-08  Andreas Schwab  <schwab@suse.de>
20668         * view.el (view-mode-enable): Revert previous change.
20670 2004-02-07  Kim F. Storm  <storm@cua.dk>
20672         * simple.el (line-number-at-pos): Rename from line-at-pos.
20673         Uses changed (what-line and vc-annotate-warp-version).
20675 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20677         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
20678         (diff-mode): Remove aborted attempt at support for compile.el.
20679         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
20681 2004-02-06  Andreas Schwab  <schwab@suse.de>
20683         * view.el (view-mode-enable): Add view-mode-map to
20684         minor-mode-overriding-map-alist.
20686 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20688         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
20690 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20692         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
20693         with point inside rather than after the paragraph.
20695 2004-02-04  Sam Steingold  <sds@gnu.org>
20697         * mail/smtpmail.el (smtpmail-try-auth-methods):
20698         Do not try authentication when no mechanism is available.
20699         Pass port-name as defaultport to `netrc-machine'.
20701 2004-02-04  Stephen Eglen  <stephen@gnu.org>
20703         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
20704         to show how minibuffer height can be constrained.
20706 2004-02-04  John Paul Wallington  <jpw@gnu.org>
20708         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
20710 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20712         * x-dnd.el: New file for drag and drop.
20714         * term/x-win.el: require x-dnd, set after-make-frame-functions
20715         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
20716         drag-n-drop event.
20718         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
20719         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
20720         (dired-dnd-handle-file): New functions for drag and drop support.
20721         (dired-mode): Initialize drag and drop if x-dnd present.
20723 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20725         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
20726         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
20727         (cperl-mode): Set fill-paragraph-function.
20728         (cperl-fill-paragraph): Make it non-interactive.
20730 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
20732         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
20734 2004-02-02  David Kastrup  <dak@gnu.org>
20736         * replace.el (perform-replace): Allow 'literal argument in
20737         regexp-flag to indicate literal replacement.
20738         (query-replace-regexp-eval): Use it.
20740 2004-02-01  Andreas Schwab  <schwab@suse.de>
20742         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
20744 2004-02-01  Stephen Eglen  <stephen@gnu.org>
20746         * info-look.el: Add support for maxima-mode.  Update commentary
20747         because info-lookup-symbol is now bound to C-h S.
20749 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
20751         * simple.el (edit-and-eval-command): Bind print-level and
20752         minibuffer-history-sexp-flag around call to read-from-minibuffer.
20753         Correct initial position in command-history.
20755 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
20757         * files.el (read-directory-name): Adapt the docstring to recent
20758         change in Fread_file_name.
20760 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
20762         * ses.el (ses-print-cell): If print format too wide for column
20763         width, truncate decimal places if that helps to avoid "#####" fill.
20764         * ses.el (ses-initial-column-width): Revert previous change.
20766 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
20768         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
20769         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
20770         Add edebug info.
20771         (jit-lock-mode): Setup/cancel the new timer.
20772         (jit-lock-context-fontify): New fun.  Extracted from
20773         context fontification code of jit-lock-stealth-fontify.
20774         (jit-lock-stealth-fontify): Don't do context fontification any more.
20776         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
20777         (jit-lock-fontify-now): Handle the `quit' case.
20778         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
20780 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
20782         * progmodes/executable.el (executable-command-find-posix-p):
20783         New.  Check if find handles arguments Posix-style.
20785         * progmodes/grep.el (grep-compute-defaults):
20786         Use executable-command-find-posix-p.
20787         (grep-find): Check `grep-find-command'.
20789         * filecache.el (file-cache-find-posix-p): Delete.
20790         (file-cache-add-directory-using-find):
20791         Use `executable-command-find-posix-p'.
20793 2004-01-29  Dave Love  <fx@gnu.org>
20795         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
20796         Iterate the hook function if arg is given.
20797         (mark-defun, narrow-to-defun): Change order of finding the limits.
20799         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
20800         (byte-compile-format-warn): New.
20801         (byte-compile-callargs-warn): Use it.
20802         (Format, message, error): Add byte-compile-format-like property.
20803         (byte-compile-maybe-guarded): New.
20804         (byte-compile-if, byte-compile-cond): Use it.
20805         (byte-compile-lambda): Compile interactive forms,
20806         just to make warnings about them.
20808 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
20810         * ses.el (ses-initial-column-width): Increase to 14, so it will
20811         work well with the default printer of "%.7g" for extreme values
20812         like "-1.234567e+07".
20814 2004-01-29  Kenichi Handa  <handa@m17n.org>
20816         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
20818 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
20820         * dos-w32.el: Added support for the `default-printer-name' function.
20822 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
20824         * server.el (server-socket-name): Don't use the hostname in the
20825         socket name since /tmp is local to the host anyway.
20827         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
20828         robust check of widening and fix var-naming.
20830 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
20832         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
20833         or rmail-spam- to rsf- in all function and variable names.
20834         (rsf-min-region-to-spam-list): New variable.
20835         (rsf-bbdb-auto-delete-spam-entries): Rename from
20836         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
20837         scanned together with the recipients field for spam testing; Don't
20838         delete spam message if rmail-delete-after-output is non-nil;
20839         (rsf-check-field): New function, extracted from code in
20840         rmail-spam-filter to ease addition of header fields like
20841         content-type:;
20842         (message-content-type): New variable.  The content-type: field was
20843         added also in defcustom of rsf-definitions-alist;
20844         (rmail-spam-filter): Replace repeated test code for header fields
20845         by calls to check-field; change the call to
20846         rmail-output-to-rmail-file such that rmail-current-message stays
20847         the same to avoid wrong deletion of unseen flags.
20848         (rmail-use-spam-filter): Add autoload cookie.
20850 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
20852         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
20853         (file-cache-add-directory-using-find): Add Cygwin support.
20854         (file-cache-find-command-posix-flag): New user variable.
20856         * filecache.el (file-cache-add-directory): Check for
20857         directories an remove them from dir-files.
20859 2004-01-27  Richard M. Stallman  <rms@gnu.org>
20861         * man.el (Man-fontify-manpage): Clean up message.
20863 2004-01-27  Kenichi Handa  <handa@m17n.org>
20865         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
20866         (sentence-end): Define using sentence-end-without-space.
20868         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
20869         a sentence ends with one of a character in sentence-end-without-space.
20871 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20873         * font-lock.el (font-lock): Add jit-lock as explicit group member.
20874         (jit-lock): Group declaration moved to jit-lock.el.
20875         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
20876         when necessary.
20878         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
20879         (jit-lock-context-unfontify-pos): Rename from
20880         jit-lock-first-unfontify-pos.
20881         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
20883 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
20885         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
20886         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
20887         (fortran-fill): When filling a string, adjust re-search-backward
20888         argument for special case of string just on fill-column.
20889         When filling non-string, allow one extra char if
20890         fortran-break-before-delimiters is non-nil.
20891         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
20892         Use fortran-break-delimiters-re and fortran-no-break-re to
20893         correctly handle cases such as "**".
20895         * progmodes/f90.el (f90-break-delimiters): Doc fix.
20896         (f90-no-break-re): Add some extra tokens.  Doc fix.
20898 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
20900         * mail/rmail-spam-filter.el:
20901         Use two semicolons as Commentary line prefix.
20902         Add ";;; Code:" stylized comment.
20903         Delete end-of-line whitespace.
20904         Wrap (require 'cl) with `eval-when-compile'.
20906 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
20908         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
20909         at the top level of vc.el.
20911 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
20913         * vc.el (vc-current-line): Function removed.  This is now done by
20914         the new function line-at-pos in simple.el.
20915         (vc-annotate-warp-version): Use line-at-pos instead of
20916         vc-current-line.
20918 2004-01-22  Kim F. Storm  <storm@cua.dk>
20920         * simple.el (line-at-pos): New defun.
20921         (what-line): Use it.  Optimize by only counting lines in narrowed
20922         region once.
20924 2004-01-22  Kenichi Handa  <handa@m17n.org>
20926         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
20927         point (register r1) only for charset mule-unicode-0100-24ff.
20929 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
20931         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
20932         trailing white space and ensure a final newline.
20934         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
20935         Add autoload cookie.
20937 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
20939         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
20940         activate view-mode explicitly.
20942 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20944         * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
20945         menu-bar-enable-clipboard and make Paste use clipboard first.
20947 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20949         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
20950         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
20951         (vc-mcvs-cvs): Remove.
20952         (vc-mcvs-command): Remove use of assert.
20954         * outline.el (outline-insert-heading): Tighten up match.
20955         (outline-demote, outline-move-subtree-down): Don't assume anything
20956         about outline-regexp.
20958         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
20959         (texinfo-show-structure): Explicitly add ^, and simplify.
20961 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
20963         * calendar/appt.el (appt-check): Restore usage of
20964         appt-issue-message deleted in previous change.
20965         (top-level): Activate package when loaded (needed for backwards
20966         compatibility).
20968 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20970         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
20971         following previous change to smtpmail-send-data.
20973 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
20975         * vc.el (vc-default-previous-version): Doc enhancement.
20976         (vc-default-next-version): New function.
20977         (vc-print-log): New arg FOCUS-REV.
20978         (vc-annotate-mode): Derive from view-mode.
20979         (vc-annotate): New args REVISION, DISPLAY-MODE.
20980         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
20981         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
20982         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
20983         (vc-annotate-show-diff-revision-at-line, vc-current-line)
20984         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
20986         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
20988 2004-01-19  Karl Berry  <karl@gnu.org>
20990         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
20991         or "TexInfo".
20993 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
20995         * subr.el (delete-dups): New function.
20997 2004-01-19  Karl Berry  <karl@gnu.org>
20999         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
21000         with ^, since that's what texinfo-show-structure
21001         documentation says (plus it works much better in texinfo.txi).
21003 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
21005         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
21007 2004-01-18  David Ponce  <david@dponce.com>  (tiny change)
21009         * progmodes/which-func.el (which-function-mode): Don't cancel
21010         which-func-update-timer if not set.
21012 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
21014         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
21015         Remove spurious left square bracket in XX:XXam regexp.
21017 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
21019         * progmodes/cc-defs.el: Do not require cl at run time.
21021 2004-01-16  Richard M. Stallman  <rms@gnu.org>
21023         * emacs-lisp/cl.el (cl-cannot-unload): New function.
21024         (cl-unload-hook): Defvar this to run cl-cannot-unload.
21026         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
21027         Call rmail-spam-filter.  Delete and expunge spam.
21028         Print number of spam messages deleted.
21029         Save and restore the deletion status of old messages when reading
21030         new mail with spam filter, so that expunging spam does not expunge
21031         msgs deleted by the user.
21032         (rmail-only-expunge): Add an optional argument dont-show to
21033         prevent showing message after expunge.
21035 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
21037         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
21038         * subr.el (declare): New macro.
21040 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
21042         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
21044 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
21046         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21047         Test window-system rather than system-type (for X11/Mac).
21049 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
21051         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
21053 2004-01-12  Richard M. Stallman  <rms@gnu.org>
21055         * mail/rmail.el (rmail-convert-to-babyl-format):
21056         Use mail-unquote-printable-region.
21057         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
21058         (rmail-hex-char-to-integer): Functions deleted.
21060         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
21061         (mail-unquote-printable-region): New arg NOERROR.
21062         For invalid encoding, either signal an error to just return nil.
21064 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
21066         * calendar/appt.el: Update copyright and commentary.
21067         (appt-issue-message): Make obsolete.
21068         (appt-visible, appt-msg-window): Make obsolete, in favor of
21069         appt-display-format.
21070         (appt-display-mode-line, appt-display-duration)
21071         (appt-display-diary, appt-time-msg-list, appt-mode-string)
21072         (appt-prev-comp-time, appt-display-count, appt-timer)
21073         (appt-convert-time): Doc change.
21074         (appt-disp-window-function, appt-delete-window-function):
21075         Use defcustom rather than defvar.
21076         (appt-display-format): New variable.
21077         (appt-display-message): New function with display code from appt-check.
21078         (appt-check): Add optional FORCE argument.  Doc change.
21079         Add appt-make-list to diary-hook if displaying diary.
21080         Remove checking of view-diary-entries-initially.
21081         Message display section removed to new function appt-display-message.
21082         (appt-display-window): Doc change.  Remove unused internal var
21083         this-buffer.  Do not beep, since appt-display-message does that.
21084         (appt-make-list): Doc change.  Use caar.
21085         (appt-sort-list): Simplify by using builtin sort function.
21086         (appt-update-list): New function for updating appts when diary is
21087         saved.
21088         (appt-activate): New autoloaded function to toggle package
21089         functionality.
21091         * calendar/cal-x.el: (calendar-one-frame-setup)
21092         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
21094         * calendar/calendar.el: Update copyright.
21095         (view-diary-entries-initially, european-calendar-style): Doc change.
21096         (calendar-setup): Make defcustom rather than defvar.
21097         (mark-visible-calendar-date): Initialize temp-face and faceinfo
21098         in let binding so local to function.
21100         * calendar/diary-lib.el: Update copyright.
21101         (diary, diary-entry-time): Doc change.
21102         (list-diary-entries): Doc change.  Trivial logic change.
21103         (fancy-diary-display): Restore make-face command mistakenly
21104         deleted 2003-05-08.
21105         (show-all-diary-entries): Allow to pop-up frame if needed.
21107 2004-01-09  John Paul Wallington  <jpw@gnu.org>
21109         * bindings.el (mode-line-change-eol): Add EVENT parameter.
21110         Temporarily select EVENT's window for changing eol type.
21112 2004-01-09  Deepak Goel  <deego@gnufans.org>
21114         * calendar/diary-lib.el (diary-entry-time):
21115         Also accept time in the form XX[.XX][am/pm/AM/PM].
21116         (fancy-diary-font-lock-keywords): Likewise.
21117         (diary-font-lock-keywords): Likewise.
21118         * calendar/appt.el (appt-add): Likewise.
21119         (appt-make-list): Likewise.
21120         (appt-convert-time): Likewise.
21122 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
21124         * gdb-ui.el (gdb-ann3): Revert previous change.
21125         (gdb-source-info): Allow for case of where compilation directory
21126         is not recorded.
21128 2004-01-08  John Paul Wallington  <jpw@gnu.org>
21130         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
21132 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
21134         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
21136         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
21137         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
21138         problems.
21139         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
21141 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
21143         * files.el (write-file-functions, write-contents-functions):
21144         Clarify docstrings.
21146 2004-01-07  Kenichi Handa  <handa@m17n.org>
21148         * international/mule.el (set-auto-coding): Fix for the case that
21149         end-of-line is only CR.
21151 2004-01-07  Kim F. Storm  <storm@cua.dk>
21153         * subr.el (event-start, event-end): Doc fix.
21154         (posn-string, posn-image): New defuns.
21155         (posn-object): Return either image or string object.
21156         (posn-object-x-y): Return 8th element of position.
21157         (posn-object-width-height): New defun.
21159 2004-01-06  Andreas Schwab  <schwab@suse.de>
21161         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
21162         output.
21164 2004-01-05  Karl Berry  <karl@gnu.org>
21166         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
21167         / and *, too.
21169 2003-12-31  Simon Josefsson  <jas@extundo.com>
21171         * files.el (before-save-hook): Add.
21172         (basic-save-buffer): Use before-save-hook.
21174         * emacs-lisp/copyright.el: Fix comment to recommend
21175         before-save-hook instead of write-file-functions.
21177 2004-01-05  Richard M. Stallman  <rms@gnu.org>
21179         * finder.el (finder-commentary): Call delete-other-windows.
21181         * net/ange-ftp.el (ange-ftp-file-attributes):
21182         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
21184 2004-01-04  Karl Berry  <karl@gnu.org>
21186         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
21187         comment characters % and # in the copyright year notice,
21188         as well as ;.
21190 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
21192         * wid-edit.el (default): Define dummy :value-delete.
21193         Reported by Jesper Harder <harder@ifa.au.dk>.
21195 2004-01-03  Richard M. Stallman  <rms@gnu.org>
21197         * progmodes/compile.el (compile-internal): Use point, not point-min,
21198         for set-window-point.
21200         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
21202         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
21204         * progmodes/grep.el (grep-mode-map):
21205         Don't remap next-line, previous-line.
21207 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
21209         * speedbar.el (speedbar-edit-line): Change regexp to position
21210         the cursor on the first character of this line's button.
21212 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
21214         * subr.el (functionp): Doc fix.
21216 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
21218         * progmodes/idlwave.el (idlwave-make-tags):
21219         * textmodes/flyspell.el (flyspell-large-region):.
21220         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
21221         * emulation/viper-util.el (viper-glob-unix-files):
21222         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
21223         * man.el (Man-init-defvars):
21224         * jka-compr.el (jka-compr-call-process):
21225         * files.el (get-free-disk-space,insert-directory):
21226         * ediff-ptch.el (ediff-test-patch-utility):
21227         * ediff-diff.el (ediff-test-utility):
21228         * dired-aux.el (dired-check-process):
21229         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
21230         test the return value of call-process, because it can be a string.
21232 2003-12-31  John Paul Wallington  <jpw@gnu.org>
21234         * bindings.el (completion-ignored-extensions): Add .pfsl.
21236 2003-12-31  Kim F. Storm  <storm@cua.dk>
21238         * ido.el (ido-nonreadable-directory-p): New defun to check for
21239         nonreadable directory without activating tramp (to avoid problems
21240         with checking incomplete tramp paths).
21241         (ido-set-current-directory, ido-file-internal)
21242         (ido-file-name-all-completions1): Use it.
21244 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
21246         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
21247         documentation if the anchor (or node) name is preceded by `info
21248         anchor' or `Info anchor' in addition to earlier `info node' and
21249         `Info node'.
21250         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
21252 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
21254         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
21255         error in arguments to base64-decode-region.  Remove ^M characters
21256         after decoding base64.
21258 2003-12-30  Simon Josefsson  <jas@extundo.com>
21260         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
21261         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
21262         have only been distributed with Emacs for some years.
21263         (texinfo-mode-hook): Customize.
21265 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
21267         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
21268         cleaner (suggested by Richard Stallman).
21270         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
21271         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
21272         file-name clashes on 8+3 DOS filesystems.
21274         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
21275         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
21276         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
21277         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
21278         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
21279         file-name clashes on 8+3 filesystems.
21281         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
21282         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
21283         file-name clashes on 8+3 DOS filesystems.
21285 2003-12-29  Richard M. Stallman  <rms@gnu.org>
21287         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
21288         Upcase the character.
21290         * textmodes/flyspell.el (mail-mode-flyspell-verify):
21291         Search for header separator alone on a line, literally,
21292         and search for it backward, not forward.
21293         (flyspell-abbrev-table): Always use global-abbrev-table
21294         if there is no local one.
21296         * progmodes/sh-script.el (sh-get-indent-info):
21297         Don't move point back if at bob.
21299         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
21301         * play/handwrite.el (handwrite): Make the handwrite credit message
21302         a comment rather than an output command.
21304         * obsolete/sc.el: Display message that this file is obsolete.
21306         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
21308         * mail/rfc822.el (rfc822-address-start): Declare variable.
21309         Renamed from address-start.  All uses changed.
21311         * term.el (term-exec): Set up sentinel.
21312         (term-sentinel): New function.
21313         (term-handle-exit): New function.
21315         * subr.el (assoc-ignore-case, assoc-ignore-representation):
21316         Use assoc-string, and mark them obsolete.
21317         (delay-mode-hooks): Mark as permanent local.
21319         * simple.el (sendmail-user-agent-compose): Use assoc-string.
21321         * register.el (copy-rectangle-to-register): Doc fix.
21323         * info.el (Info-insert-dir): Use assoc-string.
21325         * info-look.el (info-lookup): Use assoc-string.
21327         * frame.el (pop-up-frame-function): Use quote, not `function'.
21328         (frame-notice-user-settings): Calculate ADJUSTED-TOP
21329         copying with lists as coordinate values.
21331         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
21333         * find-dired.el (kill-find): New command.
21334         (find-dired): Make buffer read-only.
21335         Set up a keymap with C-c C-k running kill-find.
21336         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
21338         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
21340         * filecache.el (file-cache-ignore-case): New variable.
21341         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
21343         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
21344         (comint-dynamic-complete-as-filename): Rename local vars.
21345         (comint-dynamic-list-filename-completions): Likewise.
21347         * comint.el (comint-dynamic-list-completions-config): New var.
21348         (comint-dynamic-list-completions): Handle both SPC and TAB right.
21350         * comint.el (comint-file-name-chars): Add [].
21351         (comint-word): Use skip-chars-backward, not search.
21353         * shell.el (shell-file-name-chars): Add [].
21355         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
21357         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
21359         * generic.el (define-generic-mode): Doc fix.
21361 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
21363         * files.el (kill-some-buffers): Doc fix.
21365 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
21367         * comint.el (comint-watch-for-password-prompt): Pass `string' as
21368         arg to send-invisible
21369         (send-invisible): Doc fix.  The argument is now a prompt, not the
21370         string to send.
21371         (comint-read-noecho): Doc fix.
21373 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
21375         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
21376         "@", as required by some ISP hosting service.  Fix defcustom
21377         argument syntax errors that prevented use of customization.
21379 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
21381         * xml.el (xml-get-attribute-or-nil): Doc fix.
21383 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
21385         * net/zone-mode.el (zone-mode): Use write-file-functions, not
21386         write-file-hooks.
21388 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
21390         * autorevert.el (auto-revert-interval): Doc fix.
21392 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
21394         * xml.el (xml-get-attribute-or-nil): New function, like
21395         xml-get-attribute, but returns nil if the attribute was not found.
21396         (xml-get-attribute): Convert to defsubst, uses
21397         xml-get-attribute-or-nil.
21399 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
21401         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
21403 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
21405         * custom.el (custom-declare-theme): Use `value' when putting
21406         properties on `theme'.
21408 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
21410         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
21411         for each yank-handler segment.
21412         (insert-for-yank-1): New function, with the body of the previous
21413         insert-for-yank.
21415         * textmodes/table.el (table-yank-handler): New defcustom.
21416         (table--put-cell-indicator-property): Put yank-handler property
21417         that indicates the yank handler for the table cell.
21419 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
21421         * generic-x.el (etc-modules-conf-generic-mode): A more complete
21422         set of keywords.
21424 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
21426         * international/mule-cmds.el (reset-language-environment)
21427         (set-language-environment): Don't invoke fontset-related functions
21428         if fontset-list is not fboundp.
21430 2003-12-29  Kenichi Handa  <handa@m17n.org>
21432         * international/mule-cmds.el (reset-language-environment):
21433         Call set-overriding-fontspec-internal with nil.
21434         (set-language-environment): Call set-overriding-fontspec-internal
21435         if the language environment specify `overriding-fontspec'.
21436         (language-info-alist): Doc added.
21438         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
21439         characters of mule-unicode-0100-24ff.
21440         (ccl-encode-windows-1251-font): New CCL program.
21441         ("Bulgarian"): Specify overriding-fontspec.
21442         ("Belarusian"): Likewise.
21444 2003-12-28  Sam Steingold  <sds@gnu.org>
21446         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
21447         parameter ID-FORMAT to conform with the 2003-11-30 patch.
21449 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
21451         * progmodes/gud.el (gud-gdb-command-name): Set default to
21452         "gdb --annotate=3".
21453         (gud-gdb-marker-filter): Look out for annotations.
21454         (gdb-first-pre-prompt): New variable.
21455         Remove trailing white space.
21457         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
21458         if necessary.
21459         (gdb-ann3): New function.  Initialize M-x gdb as for M-x gdba if
21460         annotations are detected.
21461         (gud-gdba-marker-filter): Use global variable gud-marker-acc
21462         instead of a local one to allow transition from
21463         gud-gdb-marker-filter.
21464         Remove trailing white space.
21466 2003-12-27  Kim F. Storm  <storm@cua.dk>
21468         * ido.el: Handle non-readable directories.
21469         (ido-decorations): Add 9th element for non-readable directory.
21470         (ido-directory-nonreadable): New dynamic var.
21471         (ido-set-current-directory): Set it.
21472         (ido-read-buffer, ido-file-internal):
21473         (ido-read-file-name, ido-read-directory-name): Let-bind it.
21474         (ido-file-name-all-completions1): Return empty list for
21475         non-readable directory.
21476         (ido-exhibit): Print [Not readable] if directory is not readable.
21477         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
21478         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
21479         Use it.
21481 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
21483         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
21484         calls to directory-files-and-attributes and file-attributes.
21485         (ls-lisp-format): Remove system dependent handling of user and
21486         group id's.
21488 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
21490         * ffap.el (ffap-read-file-or-url): Revert previous change.
21492 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
21494         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
21495         new list of included files called `files-with-node-lines', that
21496         only have node lines.  This way @include commands can include any
21497         file, such as version and update files without node lines, not
21498         just files that are chapters.
21500 2003-12-25  Andreas Schwab  <schwab@suse.de>
21502         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
21503         file not found.
21505 2003-12-08  Miles Bader  <miles@gnu.org>
21507         * dired.el (dired-between-files): Always use dired-move-to-filename,
21508         which is more robust in non-english locales.
21510 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
21512         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
21514 2003-12-24  Andreas Schwab  <schwab@suse.de>
21516         * shell.el (shell-file-name-quote-list): Add backslash.
21518         * comint.el (comint-quote-filename): Correctly handle backslash
21519         in comint-file-name-quote-list.
21521 2003-12-24  Kenichi Handa  <handa@m17n.org>
21523         * international/mule-cmds.el (set-default-coding-systems):
21524         Call ucs-set-table-for-input for all buffers that don't have local
21525         value of buffer-file-coding-system.
21527         * international/ucs-tables.el (ucs-set-table-for-input):
21528         If translation-table-for-encode is a symbol, get its
21529         translation-table property.
21531 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
21533         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
21534         to `completing-read' on a recently fixed bug.
21536         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
21537         instead of SPACE, to get the list of possible fringe modes.
21538         SPACE only works if both `partial-completion-mode' and
21539         `completion-auto-help' are nil.
21541         * complete.el (PC-is-complete-p): Delete.
21542         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
21543         calls to `test-completion'.
21545 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
21547         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
21548         to edit values when there are no children.
21550         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
21551         a mode called "Assembler" already exists.
21552         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
21553         (gud-watch): Use format option.  Remove font properties from string.
21554         (gdb-var-create-handler, gdb-var-list-children-handler):
21555         Don't bother about properties as there are none.
21556         (gdb-var-create-handler, gdb-var-list-children-handler)
21557         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
21558         with two arguments.
21559         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
21560         Let speedbar show value changes with a different font.
21561         (gdb-edit-value): New defun.
21562         (gdb-clear-partial-output, gdb-clear-inferior-io)
21563         (def-gdb-auto-update-handler): Use erase-buffer.
21564         (gdb-frame-handler): Display watch expressions in
21565         FUNCTION::VARIABLE format if required.
21567 2003-12-23  John Paul Wallington  <jpw@gnu.org>
21569         * info.el (Info-unescape-quotes, Info-split-parameter-string)
21570         (Info-goto-emacs-command-node): Doc fixes.
21572 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
21574         * cus-edit.el (custom-add-parent-links): Define "many".
21576 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
21578         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
21579         (widget-child-validate, widget-type-value-create)
21580         (widget-type-default-get, widget-type-match): New functions.
21581         (lazy): New widget.
21582         (menu-choice, checklist, radio-button-choice, editable-list)
21583         (group, documentation-string): Remove redundant (per 2003-10-25
21584         change) calls to `widget-children-value-delete'.
21585         (widget-choice-value-get, widget-choice-value-inline): Remove.
21586         (menu-choice): Update widget.
21588 2003-12-03  Kenichi Handa  <handa@m17n.org>
21590         * language/cyrillic.el: Register "microsoft-cp1251" in
21591         ctext-non-standard-encodings-alist.
21592         ("Bulgarian"): Add ctext-non-standard-encodings.
21593         ("Belarusian"): Likewise.
21595         * international/mule-conf.el (compound-text-with-extensions):
21596         Change the type to 2 (iso-2022 base).
21598         * international/mule.el (ctext-non-standard-encodings-alist):
21599         Change the format.
21600         (ctext-non-standard-encodings): New variable.
21601         (ctext-post-read-conversion): Fully re-written.
21602         (ctext-non-standard-designations-alist): Delete it.
21603         (ctext-non-standard-encodings-table): New function.
21604         (ctext-pre-write-conversion): Fully re-written.
21606 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
21608         * cus-edit.el (custom-add-parent-links): Add documentation links
21609         for parent, if the item has none of its own.
21611 2003-11-30  Richard M. Stallman  <rms@gnu.org>
21613         * dired-aux.el (dired-do-query-replace-regexp):
21614         Report files visited read-only.
21616 2003-11-30  Juri Linkov  <juri@jurta.org>
21618         * dired-aux.el (dired-compare-directories): New command.
21619         (dired-file-set-difference, dired-files-attributes): New functions.
21621 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
21622         Version 2.0.38 of Tramp released.
21624         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
21625         Charles Curley <charlescurley@charlescurley.com>.
21626         (tramp-multi-connection-function-alist): Add ssht entry which adds
21627         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
21628         Aichner.
21629         (tramp-get-method-parameter): New function to retrieve a method
21630         parameter.  This allows for omission of method parameters.
21631         Callers adjusted.
21633 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
21635         * net/tramp.el: Add new optional parameter ID-FORMAT to
21636         `file-attributes'.  Calls of `file-attributes' won't use this
21637         parameter for backward compatibility reasons.
21638         (tramp-perl-file-attributes): Add a new parameter to Perl script
21639         in order to handle uid/gid as strings, if desired.
21640         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
21641         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
21642         order to make the function more general.
21643         (tramp-handle-file-attributes): Replace proprietary optional
21644         parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
21645         (tramp-handle-file-attributes-with-perl): Handle parameter
21646         NONNUMERIC if set.  This wasn't done in the past.
21647         (tramp-post-connection): Apply second parameter "$2" if
21648         `tramp-remote-perl' is called.
21650         * net/tramp-smb.el (tramp-smb-handle-delete-file):
21651         Correct cut'n'waste error (`filename' instead of `directory').
21652         (tramp-smb-handle-directory-files-and-attributes)
21653         (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
21654         introduced parameter ID-FORMAT.
21655         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
21656         error (`directory' instead of `ldir').
21658         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
21659         `file-attributes' has a second parameter.  If yes, apply it with
21660         value "'integer".  Otherwise, don't use that parameter (default is
21661         integer format).
21663 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
21665         * help.el (help-map): Bind `display-local-help' to `C-h .'.
21666         (help-for-help): Add `C-h .' to the listed Help options.
21667         Remove trailing whitespace.
21669         * help-at-pt.el: New file.
21671 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
21673         * subr.el (noreturn, 1value): New macros for test coverage.
21674         See `testcover.el'.
21676         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
21678         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
21679         for macro `1value'.
21680         (testcover-1value): New function.  Checks that a 1value form
21681         actually returns only one value.  Requested by RMS.
21683 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
21685         * gdb-ui.el (gud-watch, gdb-var-create-handler)
21686         (gdb-var-list-children, gdb-var-list-children-handler)
21687         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
21688         gdb commands that use mi to keep them out of the command history.
21690 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21692         * cus-start.el (all): Add use-file-dialog.
21694 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
21696         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
21698 2003-11-27  Kim F. Storm  <storm@cua.dk>
21700         * subr.el (posn-object-x-y): New defun.
21702 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21704         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
21705         Don't use `space' for \\\n.
21706         Be more selective as to which # are comment-starters.
21708 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
21710         * subr.el (number-sequence): Improve handling of floating point
21711         arguments (suggested by Kim Storm).  Allow negative arguments.
21713 2003-11-26  Kenichi Handa  <handa@m17n.org>
21715         * international/mule-cmds.el (standard-display-european-internal):
21716         Cancel the standard-display-table setting for ` and '.
21718 2003-11-26  Kim F. Storm  <storm@cua.dk>
21720         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
21721         New defcustoms to add ffap-like functionality to ido.
21722         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
21723         (ido-no-final-slash): New defun.
21724         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
21725         (ido-read-file-name): ): Toggle VC checking via
21726         vc-handled-backends instead of vc-master-templates.
21727         (ido-file-internal): Handle ido-use-url-at-point and
21728         ido-use-filename-at-point via code borrowed from ffap-guesser.
21729         Handle new ido-exit code ffap.
21730         (ido-sort-list): Ignore final slash when sorting file names.
21732 2003-11-25  Kim F. Storm  <storm@cua.dk>
21734         * emulation/cua-base.el (cua--standard-movement-commands):
21735         Add forward-sentence and backward-sentence.
21737 2003-11-25  Stephen Eglen  <stephen@gnu.org>
21739         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
21740         iswitchb-exit is set to 'usefirst when user selects buffer at head
21741         of list using RET.  (Selecting buffers at the head of the list was
21742         broken if the substring was also a complete buffername.)
21744 2003-11-23  Kim F. Storm  <storm@cua.dk>
21746         * progmodes/compile.el (grep-command, grep-use-null-device)
21747         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
21748         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
21749         (grep-regexp-alist, grep-program, find-program)
21750         (grep-find-use-xargs, grep-history, grep-find-history)
21751         (grep-process-setup, grep-compute-defaults)
21752         (grep-default-command, grep, grep-tag-default, grep-find)
21753         (grep-expand-command-macros, grep-tree-last-regexp)
21754         (grep-tree-last-files, grep-tree): Move grep variables, functions
21755         and commands to new file grep.el.
21756         (compilation-mode-map): Remove grep commands from Compile sub-menu.
21757         (compilation-process-setup-function): Doc fix.
21758         (compilation-highlight-regexp, compilation-highlight-overlay): New
21759         defvars used for highlighting current compile error in source buffer.
21760         (compile-internal): New optional args HIGHLIGHT-REGEXP and
21761         LOCAL-MAP which overrides compilation-highlight-regexp and
21762         compilation-mode-map for this compilation.
21763         Delay calling compilation-set-window-height until after running
21764         compilation-process-setup-function so it can buffer-local override
21765         compilation-window-height.
21766         Check buffer-local value of compilation-scroll-output.
21767         (compilation-set-window-height): Use buffer-local value of
21768         compilation-window-height.
21769         (compilation-revert-buffer): Don't pass (undefined)
21770         preserve-modes arg to revert-buffer.
21771         (next-error-no-select, previous-error-no-select): New commands.
21772         (compilation-goto-locus): Temporarily highlight current match in
21773         source buffer using compilation-highlight-regexp.
21775         * progmodes/grep.el: New file with grep code from compile.el.
21776         (grep): New defcustom group.
21777         (grep-window-height): New defcustom, like compilation-window-height.
21778         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
21779         (grep-scroll-output): New defcustom, like compilation-scroll-output.
21780         (grep-command, grep-use-null-device, grep-find-command)
21781         (grep-tree-files-aliases, grep-tree-ignore-case)
21782         (grep-tree-ignore-CVS-directories): Move to grep custom group.
21783         (grep-setup-hook): New hook variable.
21784         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
21785         (grep-last-buffer): New defvar, override compilation-last-buffer.
21786         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
21787         Call compile-internal with args highlight-regexp and grep-mode-map.
21789 2003-11-23  Kim F. Storm  <storm@cua.dk>
21791         * subr.el (event-start, event-end): Doc fix.
21792         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
21793         (posn-area, posn-actual-col-row, posn-object): New defuns.
21794         (posn-col-row): Simplify doc.  Rewrite to use cond.
21795         (posn-point): Also return buffer position for events outside text
21796         area (that info is now present in the event position).
21798         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
21799         mouse-set-point so that hscroll still works now that clicks on
21800         fringes generate specific mouse events.
21801         (mouse-set-point): Note that it now works in fringes and margins
21802         too due to new semantics of posn-point in fringes and margins.
21804         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
21805         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
21807 2003-11-20  Kim F. Storm  <storm@cua.dk>
21809         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
21810         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
21811         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
21812         to 100 for icons to avoid increasing line height when shown.
21814 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
21816         * newcomment.el (comment-normalize-vars): Initialize properly if
21817         comment-start was nil.
21819 2003-11-19  Andreas Schwab  <schwab@suse.de>
21821         * simple.el (set-variable): Fix indentation.
21823 2003-11-17  Kenichi Handa  <handa@m17n.org>
21825         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
21826         Fix docstring.
21828 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
21830         * international/latin1-disp.el (latin1-display): Fix docstring.
21832 2003-11-16  John Wiegley  <johnw@newartisans.com>
21834         * eshell/em-ls.el (eshell-ls-file): There are times with
21835         size-width is nil and uncomputed (when directories are created in
21836         dired, for example); in this case, 4 is reasonable default value,
21837         although it may caused skewed new entries (which could be avoided
21838         by returning the original value of 8 in all cases, but 99% of the
21839         time this is a waste of whitespace).
21841 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
21843         * cc-engine.el (c-guess-continued-construct)
21844         (c-guess-basic-syntax): Check a little more carefully if it's a
21845         function declaration when an unknown construct followed by a block
21846         is found inside a statement context.  This avoids macros followed
21847         by blocks to be taken as function declarations.
21849         (c-guess-continued-construct): Change the analysis of a statement
21850         continuation with a brace open to `substatement-block', for
21851         consistency with recognized statements.
21853         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
21854         start is in a position so that `c-beginning-of-statement-1' jumped
21855         to the beginning of the same statement.
21857         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
21858         Don't accept binary operators in the arglist if we're in a function
21859         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
21860         template recognition in cases like "if (a < b || c > d)".
21862         (c-restricted-<>-arglists): New more appropriate name for
21863         `c-disallow-comma-in-<>-arglists'.
21865         Accessing functions updated for the variable name change.
21867         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
21868         match data could get clobbered if NOT-INSIDE-TOKEN is used.
21870         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
21871         labels.
21873         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
21874         instead of duplicating parts of it.  This fixes bogus label
21875         recognition.
21877         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
21878         of checking the context in which to apply the minimum indentation,
21879         so that it isn't enforced in e.g. namespace blocks.
21881         * cc-vars.el (c-inside-block-syms): New constant used by
21882         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
21883         to somewhat reduce the risk of becoming stale.
21885         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
21886         cc-cmds to cc-engine to allow use from cc-align.
21888         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
21889         qualified identifiers containing "::".
21891         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
21892         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
21894         * cc-vars.el (c-emacs-features): Use a space in front of the name
21895         of the temporary buffer.  That also avoids dumping problems in
21896         XEmacs due to undo info being left around after the buffer is killed.
21898         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
21899         arglist to see if it's a K&R style declaration.
21901         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
21902         before returning `knr-argdecl-intro'.
21904 2003-11-16  John Wiegley  <johnw@newartisans.com>
21906         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
21907         field in a long-listing always 8 characters, use `size-width',
21908         which has already been computed.
21910 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
21912         * subr.el (minor-mode-list): Add `hs-minor-mode'.
21914 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
21916         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
21917         Support operation while narrowed, with `diff-restrict-view'.
21919 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
21921         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
21922         Take additional optional arg NARROWFUN.  For the generated functions:
21923         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
21924         include frags that arrange to check for and save narrowing state before
21925         the move and then conditionally call NARROWFUN after the move.
21927 2003-11-14  John Wiegley  <johnw@newartisans.com>
21929         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
21930         that was optional, but obviously missing based on surrounding code.
21932         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
21933         string arguments to numbers unless the whole argument was seen as
21934         a number.
21936 2003-11-14  Kenichi Handa  <handa@m17n.org>
21938         * international/mule.el (ctext-non-standard-encodings-alist):
21939         Fix coding systems.
21941 2003-11-10  Kenichi Handa  <handa@m17n.org>
21943         * language/kannada.el ("Kannada"): Add sample-text.
21945         * language/knd-util.el (kannada-compose-region)
21946         (kannada-compose-string, kannada-post-read-conversion):
21947         Add autoload cookie.
21949         * international/quail.el (quail-completion): Change the message
21950         "corresponding translations" to "corresponding characters".
21952 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
21954         * descr-text.el (describe-char): Fix typo.
21956 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
21958         These changes are to support Kannada language/script.
21960         * Makefile.in (DONTCOMPILE): Add kannada.el.
21962         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
21964         * loadup.el: Preload kannada.el.
21966         * language/ind-util.el (ucs-kannada-to-is13194-alist)
21967         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
21968         New variables.
21970         * language/kannada.el: New file.
21972         * language/knd-util.el: New file.
21974 2003-11-07  Andreas Schwab  <schwab@suse.de>
21976         * progmodes/autoconf.el (autoconf-font-lock-keywords):
21977         Also highlight AH_*.
21979         * xml.el (xml-parse-dtd): Fix misplaced paren.
21981 2003-11-07  Kenichi Handa  <handa@m17n.org>
21983         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
21985 2003-11-05  Juri Linkov  <juri@jurta.org>
21987         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
21988         (desktop-buffer-file): Use saved buffer-file-coding-system
21989         for file reading.  Set auto-insert to nil to prevent automatic
21990         insertion into restored empty files.
21992 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
21994         * files.el (risky-local-variable-p): Make second argument optional.
21996 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21998         * subr.el (add-hook): Fix last change.
22000 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
22002         * mail/rmail.el (rmail-convert-to-babyl-format):
22003         If base64-decode-region signals an error, catch it and silently
22004         ignore it.
22006 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
22008         * xml.el (xml-parse-region): Allow comments to appear after the
22009         topmost element has closed.
22010         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
22011         (xml-ns-expand-attr): New functions to do namespace handling.
22012         (xml-intern-attrlist): Back-compatible handling of attribute names.
22013         (xml-parse-tag): Move namespace handling to separate functions.
22014         Now produces elements in the form ((:ns . "element") (attr-list)
22015         children) instead of ('ns:element (attr-list) children).
22016         (xml-parse-attlist): Fix attribute parsing.
22017         (xml-parse-dtd): Change parsing so that it produces strings
22018         instead of interned symbols.
22020 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
22022         * dired.el (dired-ls-sorting-switches): Doc fix.
22024 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
22026         * emacs-lisp/rx.el (rx-or): Fix the case of
22027         "(rx (and ?a (or ?b ?c) ?d))".
22029 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
22031         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
22032         (texinfo-format-region): Use it.
22033         (texinfo-format-buffer-1): Ditto.
22035 2003-11-01  Alan Mackenzie  <acm@muc.de>
22037         Changes to allow scrolling whilst in isearch mode:
22038         * isearch.el (isearch-unread-key-sequence): New function,
22039         extracted from isearch-other-meta-char.
22040         (top level): (put 'foo 'isearch-scroll) on all Emacs's
22041         "scrollable" standard functions.
22042         (isearch-allow-scroll): New customizable variable.
22043         (isearch-string-out-of-window, isearch-back-into-window)
22044         (isearch-reread-key-sequence-naturally)
22045         (isearch-lookup-scroll-key): New functions.
22046         (isearch-other-meta-char): Doc string and functionality enhanced.
22047         Now accepts a prefix argument.
22048         (isearch-lazy-highlight-window-end): New variable.
22049         (isearch-lazy-highlight-new-loop): Pay attention to the window's
22050         end (thru isearch-lazy-highlight-window-end), not only its start.
22052         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
22053         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
22054         (universal-argument, universal-argument-more, negative-argument)
22055         (digit-argument, universal-argument-other-key): Minor changes.
22057 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
22059         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
22060         recursively if the last message is deleted, thus avoiding an
22061         infinite loop.
22063 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22065         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
22066         (tex-main-file): Don't add .tex if the extension is already present.
22067         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
22069 2003-10-29  Lute Kamstra  <lute@gnu.org>
22071         * progmodes/octave-inf.el (inferior-octave-prompt):
22072         Recognize version number in prompt.
22074 2003-10-28  Dave Love  <fx@gnu.org>
22076         * international/characters.el: Fix some Unicode ranges.
22078 2003-10-28  Kenichi Handa  <handa@m17n.org>
22080         * disp-table.el (standard-display-8bit)
22081         (standard-display-default, standard-display-ascii)
22082         (standard-display-g1, standard-display-graphic)
22083         (standard-display-underline): Assure that standard-display-table
22084         is a display table.
22086 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
22088         * simple.el (reindent-then-newline-and-indent): Delete space *after*
22089         reindenting the first line.
22091 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
22093         * wid-edit.el (widget-default-delete): Always delete child widgets.
22095 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
22097         * newcomment.el (comment-indent): Don't call indent-according-to-mode
22098         if the line has code.
22099         Don't try to line up with something that's too far left.
22101         * progmodes/octave-mod.el (octave-comment-start): Simplify.
22102         (octave-mode-syntax-table): Add % as a comment starter.
22103         (octave-point): Remove.
22104         (octave-in-comment-p, octave-in-string-p)
22105         (octave-not-in-string-or-comment-p, calculate-octave-indent)
22106         (octave-blink-matching-block-open, octave-auto-fill):
22107         Use line-(beginning|end)-position instead.
22109 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
22111         * emacs-lisp/authors.el (authors-aliases): Add correct realname
22112         for Francesco Potort\e,Al\e(B.
22114 2003-10-23  Dave Love  <fx@gnu.org>
22116         * international/mule-cmds.el (locale-charset-to-coding-system):
22117         Don't rely on nil being a coding system.
22119         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
22120         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
22121         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
22123 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
22125         * gdb-ui.el (gdb-current-language): New variable.
22126         (gdb-update-flag): Remove variable.
22127         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
22128         (gdb-take-last-elt): Remove function.
22129         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
22130         (gdb-post-prompt): Check for variable object changes here.
22132         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
22133         object changes in gdb-ui.el.
22135 2003-10-21  Richard M. Stallman  <rms@gnu.org>
22137         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
22139         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
22140         Don't check for foo*/ wildcard form here.
22141         (insert-directory): Recognize foo*/ as a wildcard.
22142         Separate wildcard-regexp variable from the arg, wildcard.
22144         * subr.el (add-hook): Correctly detect when make-local-hook was used.
22145         (remove-hook): Correctly handle strange cases about local hooks.
22147 2003-10-21  David Ponce  <david@dponce.com>
22149         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
22150         argument REAL, to return a real number instead of a rounded
22151         integer value.  Define as inline function.
22152         (ruler-mode-right-fringe-cols): Likewise.
22153         (ruler-mode-scroll-bar-cols): New function.
22154         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
22155         (ruler-mode-right-scroll-bar-cols): Likewise.
22156         (ruler-mode-space): New function.
22157         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
22158         scroll bar mode and margins in a more robust way.
22160 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
22162         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
22163         (antlr-c-init-language-vars): New function.
22164         (antlr-mode): Use it with cc-mode before v5.29.
22165         (antlr-c-common-init): Don't set some local vars here.
22166         (antlr-mode): Set them here.
22167         (antlr-c-forward-sws): New function alias.
22168         (antlr-mode): Redefine with cc-mode before v5.30.
22169         (antlr-skip-sexps): Use it.
22170         (antlr-skip-exception-part): Ditto.
22171         (antlr-skip-file-prelude): Ditto.
22172         (antlr-outside-rule-p): Ditto.
22173         (antlr-end-of-body): Ditto.
22174         (antlr-option-kind): Ditto.
22175         (antlr-insert-option-area): Ditto.
22176         (antlr-file-dependencies): Ditto.
22178 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
22180         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
22181         Move backward only if point was not inside an entry.
22183 2003-10-21  Richard M. Stallman  <rms@gnu.org>
22185         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
22187 2003-10-21  Juri Linkov  <juri@jurta.org>
22189         * compare-w.el: Automatically skip non-matching text to resync.
22190         (compare-windows-whitespace): Doc fix.
22191         (compare-windows-sync, compare-windows-sync-string-size)
22192         (compare-windows-recenter, compare-ignore-whitespace)
22193         (compare-windows-highlight, compare-windows-face): New variables.
22194         (compare-windows): Use compare-windows-sync.
22195         (compare-windows-highlight, compare-windows-dehighlight)
22196         (compare-windows-sync-regexp)
22197         (compare-windows-sync-default-function): New functions.
22199 2003-10-21  Juri Linkov  <juri@jurta.org>
22201         * diff.el (diff-parse-differences): Don't visit the files now;
22202         instead, just record the error locus.
22204 2003-10-21  Dave Love  <fx@gnu.org>
22206         * progmodes/cfengine.el: New file.
22208 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22210         * complete.el (PC-do-completion): Do not forget to use `pred' as the
22211         default-directory when completing file names.
22213 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
22215         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
22216         followed by the word `face', it gets treated as a face, even if
22217         it is also defined as a variable or a function.
22219 2003-10-20  Dave Love  <fx@gnu.org>
22221         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
22222         Avoid incf in macro expansion.
22224 2003-10-20  John Paul Wallington  <jpw@gnu.org>
22226         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
22227         `evenp' so we don't implicitly require cl library at runtime.
22229 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
22231         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
22232         (help-make-xrefs): Only make cross-references for faces if
22233         preceded or followed by the word `face'.  Do not make a
22234         cross-reference for variables without variable documentation,
22235         unless preceded by the word `variable' or `option'.  Update doc
22236         string accordingly.
22238 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
22240         * progmodes/hideshow.el: Rewrite one-armed `if'
22241         constructs using either `when' or `unless'.
22242         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
22244 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
22246         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
22247         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
22248         instead of 12x12.
22250 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
22252         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
22253         message while converting to Babyl.
22255 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
22257         * allout.el (allout-mode): Doc fix.
22259 2003-10-16  Lute Kamstra  <lute@gnu.org>
22261         * subr.el (force-mode-line-update): Fix docstring.
22263 2003-10-14  Dave Love  <fx@gnu.org>
22265         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
22266         (default-input-method): Add :link, improve :type.
22267         (locale-charset-language-names): Fix utf-8 pattern.
22268         (locale-charset-match-p, locale-charset-alist)
22269         (locale-charset-to-coding-system): New.
22270         (set-locale-environment): Deal with codeset part of locale specs.
22272 2003-10-14  Lute Kamstra  <lute@gnu.org>
22274         * fringe.el (fringe-mode): Use active voice in docstring.
22275         (set-fringe-style): Ditto.
22277 2003-10-13  Lute Kamstra  <lute@gnu.org>
22279         * fringe.el (fringe-mode): Fix docstring.
22280         (set-fringe-style): Ditto.
22282 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
22284         * ediff-mult.el (ediff-filegroup-action):
22285         Use ediff-default-filtering-regexp.
22287         * ediff-util.el (ediff-recenter): Don't call
22288         ediff-restore-highlighting twice.
22289         (ediff-select-difference): Set current difference.
22290         (ediff-unselect-and-select-difference): Add comment.
22292         * ediff.el (ediff-directories,ediff-directory-revisions)
22293         (ediff-directories3,ediff-merge-directories)
22294         (ediff-merge-directories-with-ancestor)
22295         (ediff-merge-directory-revisions)
22296         (ediff-merge-directory-revisions-with-ancestor):
22297         Use ediff-default-filtering-regexp.
22299 2003-10-12  Andreas Schwab  <schwab@suse.de>
22301         * international/mule-cmds.el (locale-charset-language-names):
22302         Simplify regex by removing unused grouping.
22304 2003-10-10  Dave Love  <fx@gnu.org>
22306         * bindings.el: Don't bind stop.
22308 2003-10-08  Miles Bader  <miles@gnu.org>
22310         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
22311         face instead of attempting to emulate it.
22313 2003-10-07  Kenichi Handa  <handa@m17n.org>
22315         * international/mule-diag.el (list-coding-systems-1): List coding
22316         systems that are loaded automatically.
22318         * international/code-pages.el (iso-8859-11): Add autoload cookie.
22320         * international/mule.el (autoload-coding-system): New function.
22322 2003-10-07  Andreas Schwab  <schwab@suse.de>
22324         * log-edit.el (log-edit-changelog-entries): Prefer local value of
22325         change-log-default-name in the buffer visiting the file.
22327 2003-10-06  Dave Love  <fx@gnu.org>
22329         * files.el (find-file-hook): Customize.
22330         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
22332         * bindings.el (completion-ignored-extensions): Remove .log.
22333         (global-map): Add again, open, stop keys.
22335 2003-10-05  Richard M. Stallman  <rms@gnu.org>
22337         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
22338         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
22339         Use sh-modify directly.
22340         (sh-select): Use sh-append, not eval.
22342         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
22344         * info.el (Info-following-node-name): New function.
22346         * loadhist.el (unload-feature-special-hooks):
22347         Rename from loadhist-hook-functions.
22348         (loadhist-hook-functions): Now an alias.
22350 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
22352         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
22353         file-name clashes on 8+3 filesystems.
22355         * Makefile.in (DONTCOMPILE, bootstrap-clean):
22356         Rename loaddefs-boot.el to ldefs-boot.el
22358         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
22359         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
22361 2003-10-03  Lute Kamstra  <lute@gnu.org>
22363         * info.el (Info-mode): Revert previous change.
22364         (Info-escape-percent): New function.
22365         (Info-fontify-node): Use it.
22367 2003-10-02  Andreas Schwab  <schwab@suse.de>
22369         * loaddefs-boot.el: Regenerated.
22371 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
22373         * ffap.el: Remove defadvice related code from CVS since `complete'
22374         provides a `PC-completion-as-file-name-predicate' variable that
22375         ffap can override.
22377 2003-10-02  Kenichi Handa  <handa@m17n.org>
22379         * international/utf-8.el (ccl-decode-mule-utf-8):
22380         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
22382         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
22383         * international/subst-big5.el: Likewise.
22384         * international/subst-gb2312.el: Likewise.
22385         * international/subst-ksc.el: Likewise.
22387 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
22389         * calendar/calendar.el (increment-calendar-month)
22390         (calendar-leap-year-p, calendar-absolute-from-gregorian)
22391         (generate-calendar, calendar-read-date, calendar-interval)
22392         (calendar-day-of-week): Handle years BC.
22393         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
22395 2003-10-01  Dave Love  <fx@gnu.org>
22397         * language/cyrillic.el (cp1251): Alias for windows-1251.
22399         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
22400         bootstrap.
22402 2003-10-01  Lute Kamstra  <lute@gnu.org>
22404         * files.el: Fix typo.
22405         * imenu.el (imenu--generic-function): Docstring fix.
22407 2003-09-30  Richard M. Stallman  <rms@gnu.org>
22409         * dired.el (dired-mode): Handle dired-directory as a list.
22411 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
22413         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
22415         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
22417         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
22418         Replace gud-display with gud-watch.
22419         (gud-speedbar-buttons): Add stuff for watching expressions
22420         in the speedbar when using M-x gdba.  Use dolist on old part
22421         of this function.
22423         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
22424         (gdb-update-flag): New variables.
22425         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
22426         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
22427         (gud-watch, gdb-var-create-handler) : New functions.
22428         (gdb-var-list-children, gdb-var-list-children-handler)
22429         (gdb-var-create-regexp, gdb-var-update-regexp)
22430         (gdb-var-list-children-regexp): New constants.
22431         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
22432         (gdb-annotation-rules): Reduce annotation set (level 3).
22433         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
22434         (gdb-post-prompt): Don't update GDB buffers every time speedbar
22435         updates.
22436         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
22437         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
22438         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
22439         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
22440         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
22441         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
22442         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
22443         (gud-display, gud-display1)
22444         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
22445         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
22446         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
22447         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
22448         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
22449         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
22450         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
22451         (gdb-display-display-buffer, gdb-toggle-display)
22452         (gdb-delete-display, gdb-expressions-popup-menu)
22453         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
22454         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
22455         to display buffer.
22457 2003-09-30  Richard M. Stallman  <rms@gnu.org>
22459         * progmodes/ada-mode.el (ada-mode): Don't use advice.
22460         Instead, set which-func-functions.
22462         * progmodes/which-func.el (which-func-modes): Add ada-mode.
22463         (which-func-functions): New variable.
22464         (which-function): Use that.
22466         * info.el (Info-mode): Double each `%' in header line.
22468         * emacs-lisp/lisp-mnt.el (lm-with-file):
22469         When FILE is nil, run BODY in current buffer.
22471         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
22473         * help.el (describe-mode): Start with a brief list of minor modes.
22474         Find them thru minor-mode-list so as to find them all.
22475         Show them in alphabetical order.
22477         * mail/sendmail.el (mail-aliases): Doc fix.
22479         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
22481 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
22483         * mail/rmailsum.el (rmail-make-summary-line-1):
22484         Change comma after last label to a space.
22485         (rmail-summary-font-lock-keywords): Adapt to that change.
22487 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
22489         * progmodes/scheme.el (scheme-mode-variables): When setting
22490         `font-lock-defaults', also specify that "#" should
22491         be interpreted with `word' syntax.
22492         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
22494 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
22496         * desktop.el: A lot of comments updated.
22497         (desktop-save-mode): Minor mode introduced.
22498         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
22499         (desktop-load-default): Function made obsolete.
22500         (desktop-locals-to-save): Variable made customizable.
22501         (desktop-read): Optional parameter `dirname' added.
22502         (desktop-change-dir, desktop-revert): Parameter `dirname' in
22503         `desktop-read' used.
22504         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
22506 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
22508         * whitespace.el (whitespace-clean-msg): Add user customizable message
22509         for displaying ``clean'' output.
22510         (whitespace-buffer): Use `whitespace-clean-msg'.
22511         (whitespace-global-mode): Fix typo.
22513 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
22515         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
22517 2003-09-29  Lute Kamstra  <lute@gnu.org>
22519         * bindings.el (mode-line-modes): Remove superfluous :propertize
22520         construct in initialization.
22521         (mode-line-position): Change cons cell into proper list in
22522         initialization.
22524 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
22526         * international/mule.el (decode-coding-inserted-region): Use car
22527         of the return value of find-operation-coding-system.
22529 2003-09-29  Kenichi Handa  <handa@m17n.org>
22531         * descr-text.el (describe-char): Fix previous change.
22533 2003-09-28  Kenichi Handa  <handa@m17n.org>
22535         * descr-text.el (describe-char-display): New function.
22536         (describe-char): Pay attention to display table on describing how
22537         a character is displayed.
22539         * international/mule-cmds.el (encoded-string-description):
22540         Prepend "0x" to each encoded byte.
22542 2003-09-28  Andreas Schwab  <schwab@suse.de>
22544         * find-file.el (ff-special-constructs): Add autoload cookie.
22546 2003-09-28  Kevin Ryde  <user42@zip.com.au>
22548         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
22549         makeinfo appends to duplicate index entries.
22551 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
22553         * dired-x.el (dired-clean-tex): Doc fix.
22555         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
22556         using a Chinese tutorial.
22558 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
22560         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
22561         between "MAIL FROM:" and "RCPT TO:" and the following address.
22563 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
22565         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
22567 2003-09-28  David Ponce  <david@dponce.com>
22569         * recentf.el (recentf-initialize-file-name-history): New defcustom.
22570         (recentf-load-list): When `recentf-initialize-file-name-history'
22571         is non-nil, initialize an empty `file-name-history' with the
22572         recent list.
22574 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
22576         * man.el (Man-default-man-entry): Remove the leading `*' from the
22577         word at point.
22579 2003-09-26  Lute Kamstra  <lute@gnu.org>
22581         * bindings.el (mode-line-position): Mention size indication in
22582         docstring.
22584 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
22586         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
22588         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
22589         because it's autoloaded now.
22591 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
22593         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
22594         (sh-font-lock-keywords, sh-feature): Fix previous change of
22595         sh-feature to avoid infloop with sh-font-lock-keywords.
22597 2003-09-25  Kim F. Storm  <storm@cua.dk>
22599         * frame.el (frame-current-scroll-bars): New defun.
22601         * window.el (window-current-scroll-bars): New defun.
22603 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
22605         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
22606         cause errors when the state cache contains info on parts that have
22607         been narrowed out.
22609 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
22611         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
22612         `c-setup-paragraph-variables' has to be used when this variable is
22613         changed; it doesn't work to reinitialize the mode since that
22614         typically clobbers the variable.
22616         * progmodes/cc-styles.el (c-setup-paragraph-variables):
22617         Make it interactive.
22619 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
22621         * progmodes/cc-fonts.el (c-font-lock-declarations):
22622         Fix recognition of constructors and destructors for classes whose
22623         names are matched by `*-font-lock-extra-types'.
22625         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
22626         followed by an identifier in C++ then it's a type.
22628 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
22630         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
22631         problem that primarily affected XEmacs.  Don't use faces to find
22632         unterminated strings since Emacs and XEmacs fontify strings
22633         differently - this function should now work better in XEmacs.
22635 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
22637         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
22638         `expand-abbrev' workaround which caused braces to misbehave inside
22639         macros.
22641         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
22642         handling.  This bug could cause interactive font locking to bail out.
22644 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
22646         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
22647         Handle paren-style types in Pike.  Also fixed some cases of
22648         insufficient handling of unbalanced parens.
22650 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
22652         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
22653         common shell prompts that are not common filename or URL characters.
22654         (ffap-file-at-point): Use the new regexp to strip the prompts from
22655         the file names.  This is an issue mostly for user prompts that
22656         don't have a trailing space and find-file-at-point is invoked from
22657         within a shell inside Emacs.
22659 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
22661         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
22662         stamps numerically, rather than textually.
22664 2003-09-24  Kenichi Handa  <handa@m17n.org>
22666         * language/devan-util.el (devanagari-post-read-conversion):
22667         * language/mlm-util.el (malayalam-post-read-conversion):
22668         * language/tml-util.el (tamil-post-read-conversion):
22669         Add autoload cookie.
22671         * international/utf-8.el (utf-8-post-read-conversion):
22672         Call post-read-conversion functions for Devanagari, Malayalam,
22673         and Tamil.
22675 2003-09-23  Dave Love  <fx@gnu.org>
22677         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
22679 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
22681         * progmodes/gud.el (perldb): Add gud-until to list of commands.
22682         Update gud-remove.
22684 2003-09-22  Richard M. Stallman  <rms@gnu.org>
22686         * progmodes/sh-script.el (sh-mode-default-syntax-table):
22687         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
22688         (sh-mode-syntax-table-input): New variable.
22689         (sh-require-final-newline): Don't use eval.
22690         (sh-builtins, sh-leading-keywords, sh-other-keywords)
22691         (sh-variables, sh-font-lock-keywords): Don't use eval.
22692         (sh-set-shell): When setting require-final-newline,
22693         treat value = `require-final-newline' as don't change it.
22694         Set sh-mode-syntax-table locally based on
22695         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
22697         * progmodes/compile.el (compile-internal):
22698         Call compilation-set-window-height before setting window start.
22700 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
22702         * emacs-lisp/bytecomp.el (byte-compile-log-file):
22703         Clear out byte-compile-last-warned-form.
22705 2003-09-22  Richard M. Stallman  <rms@gnu.org>
22707         * woman.el (woman-file-name, woman-follow-word):
22708         If current-word returns nil, use "".
22710         * simple.el (eval-expression): Bind standard-output in to-buffer case.
22712 2003-09-22  Richard M. Stallman  <rms@gnu.org>
22714         * emacs-lisp/lisp-mnt.el (lm-with-file):
22715         Don't visit the file, just use insert-file-contents in temp buffer.
22717 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
22719         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
22720         Add surrounding \\( and \\) around the header, as in
22721         for lm-history-header 'Change Log\\|History'.
22723 2003-09-22  John Paul Wallington  <jpw@gnu.org>
22725         * progmodes/ld-script.el: Add Commentary section,
22726         minor cleanup of file header.
22727         (ld-script-font-lock-keywords): Doc fix.
22728         (toplevel): Provide `ld-script' feature.
22730 2003-09-21  Kim F. Storm  <storm@cua.dk>
22732         * scroll-bar.el (set-scroll-bar-mode): Initialize to
22733         new built-in variable default-frame-scroll-bars.
22734         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
22735         scroll-bar-mode; notably, use it instead of t when we toggle
22736         scroll-bars on.
22737         (toggle-scroll-bar): Use default-frame-scroll-bars.
22739 2003-09-19  Masatake YAMATO  <jet@gyve.org>
22741         * pcvs.el (cvs-do-removal): Change the prompt depending on
22742         `filter' value.
22744 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
22746         * startup.el (command-line-1): Stop startup-echo-area-message
22747         being hidden by "Loading image..." message.
22748         (use-fancy-splash-screens-p, display-splash-screen):
22749         Move display-graphic-p test from latter to former.
22751         * progmodes/sh-script.el (sh-font-lock-keywords):
22752         Highlight escaped EOLs differently from other backslash constructs.
22754 2003-09-19  Richard M. Stallman  <rms@gnu.org>
22756         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
22757         New functions.
22758         (edebug-enter, edebug-outside-excursion): Use them.
22760         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
22761         Fix the condition for whether to print "In WHERE".
22763 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
22765         * finder.el (finder-mode-hook): New variable.
22766         (finder-mode): Run hook finder-mode-hook
22768 2003-09-18  Masatake YAMATO  <jet@gyve.org>
22770         * progmodes/ebrowse.el: Fix broken magic autoload comments.
22772 2003-09-17  Mario Lang  <mlang@delysid.org>
22774         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
22775         "p %e" to actually print the value in the GUD buffer.
22777 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
22779         From David Ponce <david.ponce@wanadoo.fr>:
22780         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
22781         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
22782         from loaddefs-boot.el if necessary.
22784 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
22786         * progmodes/gud.el (gud-find-class): Make jdb work again since
22787         cc-mode changed the syntactic information.
22789 2003-09-15  David Ponce  <david@dponce.com>
22791         * recentf.el: (recentf-exclude): Accept predicates too.
22792         (recentf-file-readable-p): New function.
22793         (recentf-include-p): Handle predicates in recentf-exclude.
22794         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
22795         (recentf-cleanup): Likewise.
22796         (recentf-save-list): Use write-file to handle backup of
22797         recentf-save-file.
22799 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
22801         * loaddefs-boot.el: Renamed from `loaddefs.el'
22802         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
22803         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
22804         necessary.
22806 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
22808         * electric.el (Electric-pop-up-window): For the `one-window' case,
22809         no longer disconcertingly move point in the original buffer.
22811 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
22813         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
22815 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
22817         * dired.el (dired-mode-map): Fix typo.
22819 2003-09-11  Richard M. Stallman  <rms@gnu.org>
22821         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
22823 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
22825         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
22826         the function is less noisy.  Now only `kill-buffer' can ask questions.
22828 2003-09-10  Mario Lang  <mlang@delysid.org>
22830         * battery.el: Update Commentary and Copyright.
22831         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
22832         appear due to wrong ordering of the expressions in `or'.
22834 2003-09-09  Lute Kamstra  <lute@gnu.org>
22836         * misc.el (upcase-char): Fix docstring.
22837         (zap-up-to-char): New command.
22839 2003-09-08  David Ponce  <david@dponce.com>
22841         Ensure that recentf correctly updates the menu bar.
22842         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
22843         (recentf-menu-bar): New function.
22844         (recentf-clear-data): Use it
22845         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
22846         of easy-menu-change.
22848 2003-09-08  Lute Kamstra  <lute@gnu.org>
22850         * simple.el (size-indication-mode): New.
22851         * bindings.el (mode-line-position): Add buffer size indicator.
22853 2003-09-04  Mario Lang  <mlang@delysid.org>
22855         * battery.el (battery-linux-proc-acpi): New function.
22856         (battery-status-function): Modify default value calculation to also
22857         check for availability of ACPI.
22858         (battery-echo-area-format): Ditto.
22859         (battery-mode-line-format): Ditto.
22861 2003-09-06  Dave Love  <fx@gnu.org>
22863         * ielm.el (ielm-mode-hook): Add :options.
22865         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
22866         (eldoc-print-current-symbol-info): Use it.
22868 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
22870         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
22871         being displayed in GUD buffer.
22872         (gdb-idle-input-queue): Remove var.  Use just one queue.
22873         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
22874         Remove functions.  Use just one queue.
22875         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
22876         (gdb-invalidate-assembler, gdb-get-current-frame):
22877         Modify functions.  Use just one queue.
22879 2003-09-04  Dave Love  <fx@gnu.org>
22881         * cus-start.el: Add blink-cursor-alist.
22883         * ruler-mode.el (ruler-mode-fill-column-char)
22884         (ruler-mode-current-column-char): Use char-displayable-p,
22885         not window-system.
22887         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
22889         * language/european.el (windows-1252): Move from code-pages.
22891         * language/cyrillic.el ("Windows-1251"): Delete.
22892         ("Bulgarian", "Belarusian"): Remove `features'.
22893         (windows-1251): Move from code-pages.
22895         * international/mule-diag.el (non-iso-charset-alist):
22896         Remove `codepage' stuff.
22897         (print-designation, list-coding-systems-1): Output fixes.
22899         * international/code-pages.el (cp-make-translation-table)
22900         (cp-valid-codes): Made defsubsts.
22901         (cp-fix-safe-chars): Delete.
22902         (mule-diag): Don't require.
22903         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
22904         (top-level): Check for defined coding system when defining
22905         cp... aliases.  Change w32-add-charset-info test to avoid warning.
22906         (non-iso-charset-alist): Defvar when compiling.
22907         (cp-make-coding-system): Doc fix.
22909 2003-09-02  Jason Rumney  <jasonr@gnu.org>
22911         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
22912         line-ends from CVS before doing conversion.
22914 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
22916         * calendar/diary-lib.el (diary-header-line-flag)
22917         (diary-header-line-format): New variables.
22918         (list-diary-entries): Use them to set header line in simple diary.
22920         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
22921         other than font-lock-string-face to highlight backslashes.
22923 2003-09-01  Jason Rumney  <jasonr@gnu.org>
22925         * international/titdic-cnv.el (tit-read-key-value): Include \r in
22926         regexp.
22928 2003-09-01  Dave Love  <fx@gnu.org>
22930         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
22932         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
22933         and :help; also line and column numbers labels.
22935         * international/mule-util.el (char-displayable-p): Move from
22936         latin1-disp, rename and autoload.
22938         * international/latin1-disp.el (latin1-char-displayable-p):
22939         Now obsolete alias.  Replace uses with char-displayable-p.
22940         (latin1-display-ucs-per-lynx): Fix last change.
22942         * international/mule-cmds.el (standard-display-european-internal):
22943         Don't use char code for Latin-1 NBSP.
22944         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
22945         U+2018, U+2019 for `'.
22946         (select-safe-coding-system): Message fix.
22948 2003-09-01  Kenichi Handa  <handa@m17n.org>
22950         * international/fontset.el (setup-default-fontset): For Thai
22951         font, specify "*" family.
22953 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
22955         * progmodes/compile.el (previous-error): Accept a prefix
22956         argument, similarly to next-error.
22958 2003-08-31  Masatake YAMATO  <jet@gyve.org>
22960         * pcvs.el (cvs-do-removal): Use = instead of eq to check
22961         the number of files.  Bind the number of files to a local
22962         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
22964 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
22966         * vc-hooks.el (vc-make-version-backup): Fix the change made on
22967         2003-07-26: msdos-long-file-names is a function, not a variable.
22969 2003-08-29  Richard M. Stallman  <rms@gnu.org>
22971         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
22972         Do nothing with mail-personal-alias-file if it is nil.
22974         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
22975         Do nothing if mail-personal-alias-file is nil.
22977         * term.el (term-exec-1): Bind coding-system-for-read.
22979         * dired.el (dired-mouse-find-file-other-window):
22980         Use dired-view-command-alist here, as in dired-view-file.
22981         (dired-view-command-alist): Use %s to substitute file name.
22982         Handle .ps_pages, .eps, .jpg, .gif, .png.
22984 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
22986         * info.el (Info-mode-map): Bind S-tab and <backtab> to
22987         `Info-prev-reference', instead of M-tab.
22989 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
22991         * simple.el (blink-matching-open): Work correctly on chars that
22992         are designated as parens through the syntax-table text property.
22994 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
22996         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
22997         line break position in the middle of a non-kinsoku (e.g. latin)
22998         word, making it skip until either a space or a character with
22999         category "|".
23000         (kinsoku-longer): Test for end of buffer.
23002 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
23004         * mail/rmail.el (rmail-convert-to-babyl-format):
23005         Detect quoted-printable- and base64-encoded messages and decode them
23006         automatically.  Set the message's encoding from the charset=
23007         header, if any.  Decode base64-encoded messages in Mail format as well.
23009 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
23011         * mail/smtpmail.el: Fix previous change.
23012         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
23013         calling smtpmail-via-smtp.
23014         (smtpmail-via-smtp): Add fall-back values for envelope-from.
23016 2003-08-26  John Paul Wallington  <jpw@gnu.org>
23018         * image.el (image-jpeg-p): Don't search beyond length of data.
23020 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
23022         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
23023         misfeature in `expand-abbrev' which caused electric keywords like
23024         "else" to disappear if an open brace was typed directly afterwards.
23026 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
23028         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
23029         mandatory in `define-widget'.
23031         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
23032         Don't align the operators "!=", "<=" and ">=" as assignment operators.
23034         (c-assignment-operators): New language constant that only contains
23035         the assignment operators.
23037         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
23039 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
23041         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
23042         Safeguard against unbalanced sexps.
23044 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
23046         * version.el (emacs-version): Check for gtk.  Include gtk version info.
23048 2003-08-25  John Paul Wallington  <jpw@gnu.org>
23050         * man.el (Man-default-man-entry): Don't whizz past the section
23051         number before looking for it.
23053 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
23055         * progmodes/gud.el (gud-display-line): Don't set window-point if
23056         source buffer is not visible.  (Only happens with M-x gdba.)
23058         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
23059         documentation.
23060         (gdb-source, gdb-source-info): Update to assembler unnecessary
23061         as its done after each GDB command anyway.
23062         (gdb-pre-prompt): Use with-current-buffer.
23063         (gdb-insert-field): Add help-echo text.
23064         (gdb-invalidate-assembler): Re-display of assembler now done in
23065         gdb-info-breakpoints-custom.
23066         (gdb-info-breakpoints-custom): Force re-display of assembler to
23067         happen *after* update of breakpoints buffer.
23068         (gdb-display-source-buffer): Don't choke if gdb-source-window
23069         isn't visible.
23070         (gdb-put-string, gdb-put-arrow): Remove free variables.
23072 2003-08-24  John Paul Wallington  <jpw@gnu.org>
23074         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
23076         * man.el (Man-default-man-entry): Strip text properties when
23077         snarfing parts of entry because `format' preserves properties.
23079 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
23081         * files.el (file-newest-backup): Use `expand-file-name'.
23083         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
23084         Allow the diary to pop up a new frame, if needed.
23086         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
23087         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
23088         (smtpmail-send-it): Make treatment of envelope-from consistent with
23089         sendmail.el.
23091         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
23092         (sh-leading-keywords): Add the bash `time' reserved word.
23093         (sh-variables): Add some bash variables.
23094         (sh-add-completer): Fix nil branch of case statement.
23096 2003-08-24  Masatake YAMATO  <jet@gyve.org>
23098         * progmodes/ld-script.el: New file.
23100 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
23102         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
23104 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
23106         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
23107         Better explain obsolescence, and what to use instead.
23109 2003-08-23  Masatake YAMATO  <jet@gyve.org>
23111         * pcvs.el (cvs-do-removal): Show the deleted file name
23112         on the prompt.
23114 2003-08-20  Dave Love  <fx@gnu.org>
23116         * international/mule.el (make-coding-system)
23117         (set-buffer-file-coding-system): Doc fix.
23119         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
23121         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
23123         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
23125         * international/utf-16.el: Add mime-text-unsuitable coding system
23126         properties.
23128         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
23130         * cus-edit.el: Add some :links.
23131         (bib): Remove.
23133         * textmodes/bib-mode.el (bib): Add :group external.
23135 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
23137         * wid-edit.el (widget-echo-help): Make it handle expressions that
23138         evaluate to strings.
23140 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
23142         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
23144         Simplify selection of SQL products to define highlighting and
23145         interactive mode.  Includes detailed instructions on adding
23146         support for new products.
23148         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
23149         product for use in highlighting and interactive mode.
23150         (sql-interactive-product): New variable.  SQL product for
23151         sql-interactive-mode.
23152         (sql-product-support): New variable.  Specifies product-specific
23153         parameters to drive highlighting and interactive mode.
23154         (sql-imenu-generic-expression): Add more object types.
23155         (sql-sqlite-options): Correct comment.
23156         (sql-ms-program): Use "osql" rather than "isql".
23157         (sql-prompt-regexp, sql-prompt-length): Update comment.
23158         (sql-mode-menu): Add "Start SQLi session" entry.
23159         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
23160         (sql-mode-abbrev-table): Add abbreviations.  Support of
23161         SYSTEM-FLAG on define-abbrev.  Support was removed with last
23162         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
23163         (sql-mode-font-lock-object-name): Add font-lock pattern for object
23164         names.
23165         (sql-mode-ansi-font-lock-keywords): Set as default value.
23166         (sql-mode-oracle-font-lock-keywords): Set as default value.
23167         Support Oracle 9i keywords.
23168         (sql-mode-postgres-font-lock-keywords): Set as default value.
23169         (sql-mode-linter-font-lock-keywords): Set as default value.
23170         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
23171         SQLServer 2000.
23172         (sql-mode-sybase-font-lock-keywords)
23173         (sql-mode-interbase-font-lock-keywords)
23174         (sql-mode-sqlite-font-lock-keywords)
23175         (sql-mode-strong-font-lock-keywords)
23176         (sql-mode-mysql-font-lock-keywords)
23177         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
23178         keywords.
23179         (sql-mode-font-lock-defaults): Update comment.
23180         (sql-product-feature): New function.  Returns feature associated
23181         with a product from `sql-product-support' alist.
23182         (sql-product-font-lock): New function.  Set font-lock support
23183         based on `sql-product'.
23184         (sql-add-product-keywords): New function.  Add font-lock rules to
23185         product-specific keyword variables.
23186         (sql-set-product): New function.  Set `sql-product' and apply
23187         appropriate font-lock highlighting.
23188         (sql-highlight-product): New function.  Set font-lock support
23189         based on a product.  Also set mode name to include product name.
23190         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
23191         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
23192         Use `sql-set-product'.
23193         (sql-highlight-ms-keywords)
23194         (sql-highlight-sybase-keywords)
23195         (sql-highlight-interbase-keywords)
23196         (sql-highlight-strong-keywords)
23197         (sql-highlight-mysql-keywords)
23198         (sql-highlight-sqlite-keywords)
23199         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
23200         (sql-get-login): Prompt in the same order as the tokens.
23201         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
23202         (sql-product-interactive): New function.  Common portions of
23203         product-specific interactive mode wrappers.
23204         (sql-interactive-mode): Rewritten to use product features.
23205         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
23206         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
23207         (sql-db2, sql-linter): Use `sql-product-interactive'.
23208         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
23209         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
23210         (sql-connect-ingres, sql-connect-postgres)
23211         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
23212         New functions.  Format command line parameters and invoke comint on
23213         the appropriate interpreter.  Code was in the corresponding
23214         `sql-xyz' function before.
23215         (sql-connect-ms): New function.  Support -E argument to use
23216         operating system credentials for authentication.
23218 2003-08-18  Kenichi Handa  <handa@m17n.org>
23220         * international/mule.el (encode-char): Fix for the ASCII case.
23222 2003-08-15  Kenichi Handa  <handa@m17n.org>
23224         * international/fontset.el (setup-default-fontset): Change "*" to
23225         nil in the specifications of font family.
23227 2003-08-18  Kim F. Storm  <storm@cua.dk>
23229         * kmacro.el (kmacro-keymap): Group related bindings in
23230         initialization for clarity.  Bind C-s to start macro.
23231         Remove C-r binding.
23232         (kmacro-initial-counter-value): New defvar to hold initial counter
23233         value in case we set the value before defining a macro.
23234         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
23235         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
23236         not defining or executing macro.  Doc fix.
23237         (kmacro-add-counter): Clear kmacro-initial-counter-value.
23238         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
23239         temporarily view older elements on the macro ring without cycling
23240         the ring.
23241         (kmacro-display): Doc fix.
23242         (kmacro-exec-ring-item): New helper function.
23243         (kmacro-call-ring-2nd): Use it.
23244         (kmacro-call-ring-2nd-repeat): Doc fix.
23245         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
23246         (kmacro-end-or-call-macro): Execute last viewed macro (using
23247         kmacro-exec-ring-item) from ring if this follows
23248         kmacro-view-macro.  This allows us to find a macro on the ring
23249         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
23250         the ring to bring it to the head of the ring.
23251         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
23252         Allow binding to reserved keys without specifying C-x C-k prefix.
23253         Ask for confirmation if entered key sequence is already bound to
23254         a non-macro command.
23255         (kmacro-view-macro): Repeating command will show older elements
23256         on the macro ring; C-k will execute the last viewed macro.
23257         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
23258         property from 'ring to 'head.
23260 2003-08-17  Alan Shutko  <ats@acm.org>
23262         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
23263         keeping December out of the alist.
23265 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
23267         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
23268         * calendar/calendar.el (calendar-mode-map): Bind it to key.
23269         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
23270         (calendar-flatten): New function.
23271         (calendar-mouse-view-other-diary-entries)
23272         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
23273         in the menu title and to show multi-line diary entries correctly
23274         in the menu.
23276 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
23278         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
23279         defcustom, because the default was recently changed.
23281 2003-08-16  Richard M. Stallman  <rms@gnu.org>
23283         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
23285         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
23286         New subroutine, broken out of eval-last-sexp-1.
23287         (eval-last-sexp-1): Use eval-last-sexp-print-value.
23289         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
23291         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
23293         * simple.el (eval-expression): Use eval-last-sexp-print-value.
23295 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
23297         * progmodes/compile.el (compilation-error-regexp-alist):
23298         Add Java ANt error detection as described in document
23299         http://ant.apache.org/faq.html
23301 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
23303         * simple.el (backward-word, forward-to-indentation)
23304         (backward-to-indentation): Argument changed to optional.
23305         (next-line, previous-line): Use `or' instead of `unless'.
23307 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
23309         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
23310         instead of a constant.
23312 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
23314         * shell.el (shell): With prefix-arg, suggest a new buffer name.
23316 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
23318         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
23319         (vc-sccs-workfile-version): Search the entire delta table, rather
23320         than just the first entry, because that might be a deleted version.
23322 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
23324         * menu-bar.el (menu-bar-options-menu): Supply a body for the
23325         [save-place] binding in the Options menu.  Have it require
23326         'saveplace' and then toggle the variable manually, to avoid an
23327         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
23328         for the bug report.
23330 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
23332         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
23333         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
23334         (gdb-info-threads-custom): Add help-echo text.
23335         (gdb-display-back): Don't use purecopy.
23336         (gdb-info-breakpoints-custom, gdb-reset)
23337         (gdb-assembler-custom): Use display-images-p to test if breakpoint
23338         icons can be displayed.
23340 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
23342         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
23344 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
23346         * bookmark.el (bookmark-completing-read):
23347         Return a string, instead of a list of one string.
23348         Use a popup menu if activated from the mouse.
23349         (bookmark-edit-annotation): Remove unused vars.
23350         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
23351         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
23352         to bookmark-completing-read.
23353         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
23354         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
23355         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
23356         and erase-buffer.
23357         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
23358         (bookmark-menu-jump, bookmark-menu-insert)
23359         (bookmark-popup-menu-and-apply-function)
23360         (bookmark-menu-popup-paned-bookmark-menu): Remove.
23361         (bookmark-menu-build-paned-menu): Remove by folding it into
23362         bookmark-menu-popup-paned-menu.
23363         (menu-bar-bookmark-map): Move the define-key statements here.
23364         Use the "non-menu" commands since they now pop up a menu if needed.
23365         (bookmark-exit-hook-internal): Simplify.
23367 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
23369         * reftex-toc.el (reftex-toc-rename-label): New function.
23370         (reftex-toc-check-docstruct): New function.
23372         * reftex.el (reftex-region-active-p): New function.
23374         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
23375         regexp to find the \bibliography macro.
23377         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
23378         which does not exist in LaTeX.
23379         (reftex-cite-format-builtin): Added amsrefs support.
23380         (reftex-toc-confirm-promotion): New option
23382         * reftex-toc.el
23383         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
23384         (reftex-toc-demote, reftex-toc-promote)
23385         (reftex-toc-do-promote, reftex-toc-promote-prepare)
23386         (reftex-toc-promote-action, reftex-toc-extract-section-number)
23387         (reftex-toc-newhead-from-alist)
23388         (reftex-toc-load-all-files-for-promotion): New functions.
23389         (reftex-toc-help): Added description of new keys.
23390         (reftex-toc-split-windows-fraction): New option.
23391         (reftex-recenter-toc-when-idle): Search *toc* window on all
23392         visible frames.
23393         (reftex-toc): Additional parameter REUSE
23394         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
23395         with REUSE argument.
23396         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
23397         the call of `reftex-toc'.
23398         (reftex-make-separate-toc-frame): New function .
23399         (reftex-toc-recenter): When called with triple prefix arg, call
23400         `reftex-make-separate-toc-frame' first.
23401         (reftex-toc-toggle-dedicated-frame): New command.
23402         (reftex-toc-quit): Adapted to delete frame when called in
23403         dedicated frame.
23405         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
23406         all enclosing macros.
23409 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
23411         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
23412         first use.
23414 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
23416         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
23418 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
23420         * calendar/calendar.el (list-diary-entries-hook)
23421         (diary-display-hook, nongregorian-diary-listing-hook)
23422         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
23423         Add some customize options for these hooks.
23424         (calendar-abbrev-construct): Don't try to take a substring longer
23425         than the original string.
23427 2003-08-05  Richard M. Stallman  <rms@gnu.org>
23429         * emacs-lisp/testcover.el (noreturn): Report error if does return.
23430         (testcover-reinstrument-clauses): Doc fix.
23432         * emacs-lisp/warnings.el: Doc fixes, args renamed.
23433         (warning-type-format): Rename from warning-group-format.
23435         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
23436         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
23437         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
23438         to prevent warnings about defvar for an obsolete variable.
23440         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
23441         warning-group-format renamed to warning-type-format.
23443         * subr.el (read-passwd): Use clear-string instead of fillarray.
23445         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
23446         Use vconcat instead of concat.
23447         (edmacro-sanitize-for-string): New function.
23449 2003-08-05  Dave Love  <fx@gnu.org>
23451         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
23452         line-number-display-limit-width.
23454         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
23456 2003-08-05  Kenichi Handa  <handa@m17n.org>
23458         * international/code-pages.el: Don't require mule-diag.
23460         * international/mule-diag.el (non-iso-charset-alist):
23461         Add autoload cookie.
23463         * language/devan-util.el (dev-glyph-order): Add an entry for the
23464         glyph code #xC4.
23466 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
23468         * calendar/calendar.el (diary-file, diary-file-name-prefix)
23469         (european-calendar-style, diary-date-forms)
23470         (calendar-day-name-array, calendar-month-name-array): Doc change.
23471         (generate-calendar-month): Adapt for new behavior of
23472         `calendar-day-name' function.
23473         (calendar-abbrev-length, calendar-day-abbrev-array)
23474         (calendar-month-abbrev-array): New variables.
23475         (calendar-abbrev-construct): New function.
23476         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
23477         rather than fixing abbrevs at some width.  Calling syntax change.
23478         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
23479         (calendar-date-string): Adapt for new behaviors of
23480         `calendar-day-name' and `calendar-month-name' functions.
23482         * calendar/diary-lib.el (list-diary-entries): Adapt for new
23483         behavior of `calendar-day-name' and `calendar-month-name' functions.
23484         (diary-name-pattern): Use abbrev arrays, rather than fixing
23485         abbrevs at three chars.  Calling syntax change.
23486         (mark-diary-entries): Adapt for new behaviors of
23487         `diary-name-pattern' and `calendar-make-alist' functions.
23488         (fancy-diary-font-lock-keywords): Adapt for new behavior of
23489         `diary-name-pattern' function.
23490         (font-lock-diary-date-forms): Use abbrev arrays, rather than
23491         fixing abbrevs at three chars.  Calling syntax change.
23492         (cal-hebrew, cal-islam): Require when compiling.
23493         (diary-font-lock-keywords): Adapt for new behavior of
23494         `font-lock-diary-date-forms' function.
23496         * calendar/cal-hebrew.el: Reposition some code so defined before used.
23497         (calendar-hebrew-month-name-array-common-year)
23498         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
23499         (list-hebrew-diary-entries): Adapt for new behaviors of
23500         `calendar-day-name' and `add-to-diary-list' functions.
23501         (mark-hebrew-diary-entries): Adapt for new behaviors of
23502         `diary-name-pattern' and `calendar-make-alist' functions.
23504         * calendar/cal-islam.el (calendar-islamic-month-name-array):
23505         Add doc string.
23506         (list-islamic-diary-entries): Adapt for new behaviors of
23507         `calendar-day-name' and `add-to-diary-list' functions.
23508         (mark-islamic-diary-entries): Adapt for new behaviors of
23509         `diary-name-pattern' and `calendar-make-alist' functions.
23511         * calendar/cal-menu.el (cal-menu-update): Adapt for new behavior of
23512         `calendar-month-name' function.
23514         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
23516         * calendar/solar.el (solar-seasons-data): Move definition before use.
23518         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
23519         (cal-tex-LaTeX-hourbox): Move definition before use.
23521         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
23522         * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
23523         * lunar.el, solar.el (displayed-month, displayed-year):
23524         Define for compiler.
23526 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
23528         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
23529         MODE.  Renamed from c-init-c-language-vars'.
23530         (c-initialize-cc-mode): Change accordingly.
23531         (c-common-init): Ditto.
23532         (c-mode): Ditto.
23533         (c++-mode): Use `c-init-language-vars-for'.
23534         (objc-mode): Ditto.
23535         (java-mode): Ditto.
23536         (idl-mode): Ditto.
23537         (pike-mode): Ditto.
23538         (awk-mode): Ditto.
23540 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
23542         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
23543         or not the point moved.
23545         (c-search-decl-header-end): Don't trip up on operator identifiers
23546         in C++ and operators like == in all languages.
23548         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
23549         Detect leading labels correctly.
23551 2003-08-02  Andreas Schwab  <schwab@suse.de>
23553         * textmodes/ispell.el: Don't redo key bindings on loading, put
23554         them only in loaddefs.el.
23555         * bookmark.el: Likewise.
23556         * dabbrev.el: Likewise.
23557         * emerge.el: Likewise.
23559         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
23560         has more than one member.
23562         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
23564 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
23566         * lpr.el (printify-region): It was ending conversion before the
23567         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
23569 2003-07-31  John Paul Wallington  <jpw@gnu.org>
23571         * net/browse-url.el (browse-url-epiphany): Doc fix.
23573 2003-07-30  Kenichi Handa  <handa@m17n.org>
23575         * international/fontset.el (setup-default-fontset):
23576         Change registry names of Akurti fonts.
23578 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
23580         * comint.el (comint-read-noecho): Use `clear-string' instead of
23581         `fillarray'.
23583 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
23585         * outline.el (outline-mode-hook): Add defvar.
23587 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
23589         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
23590         Restore assembler in source window if that is what has been selected.
23591         (menu): Add gdb-restore-windows to menu.  Make gdba
23592         specific menus only visible from gdba.
23594 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
23596         * progmodes/compile.el (compilation-environment): New user variable.
23597         (compile-internal): Respect it.
23599 2003-07-23  Masatake YAMATO  <jet@gyve.org>
23601         * progmodes/gud.el (gdb-script-font-lock-keywords):
23602         Put `font-lock-function-name-face' on a symbol which includes
23603         `-' like `hook-run'.  Put font-lock-variable-name-face
23604         on a symbol starting with $.
23606 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
23608         * files.el (set-visited-file-name): Use truename for buffer-file-name.
23610 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
23612         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
23614 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
23616         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
23617         Use with-no-warnings.
23618         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
23619         rather than to find-file-not-found-hook, which doesn't exist.
23621 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
23623         * international/quail.el (quail-translate-key): Fix previous change.
23625 2003-07-25  John Paul Wallington  <jpw@gnu.org>
23627         * server.el (server-start): Check `server-process' is non-nil
23628         before killing it to avoid killing current buffer's process.
23630         * simple.el (choose-completion-string): Use `minibufferp';
23631         test `completion-reference-buffer' if `buffer' arg is nil.
23632         (push-mark): Use `when' and `unless'.
23633         (pop-mark): Use `when'.
23635         * mouse-sel.el (mouse-sel-get-selection-function):
23636         Check `x-last-selected-text-primary'.  Don't barf if it or
23637         `x-last-selected-text' aren't bound.
23639 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
23641         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
23643 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
23645         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
23647 2003-07-23  John Paul Wallington  <jpw@gnu.org>
23649         * tooltip.el (defface tooltip): Inherit from variable-pitch.
23651 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
23653         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
23654         string.  Defvar the derived hook.
23656         * macros.el (insert-kbd-macro): Escape double quote character.
23657         From Thomas W Murphy <twm@andrew.cmu.edu>.
23659 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
23661         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
23662         to match the specific mark rather than reusing comment-start-skip.
23664 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
23666         * progmodes/hideshow.el (hs-special-modes-alist):
23667         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
23669 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
23671         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
23672         value using ?\s.
23674 2003-07-21  John Paul Wallington  <jpw@gnu.org>
23676         * subr.el (with-selected-window): Add closing paren.
23678 2003-07-21  Richard M. Stallman  <rms@gnu.org>
23680         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
23681         (lisp-mode): Likewise.
23683         * subr.el (with-selected-window): Copy code form save-selected-window
23684         so as to call select-window with norecord arg.
23685         (dynamic-completion-table): Doc fix.
23686         (lazy-completion-table): Doc fix.
23688         * international/mule-cmds.el (set-locale-environment):
23689         langinfo renamed to locale-info.
23691         * international/mule.el (auto-coding-functions): Doc fix.
23693 2003-07-21  Kenichi Handa  <handa@m17n.org>
23695         * international/quail.el (quail-translate-key):
23696         Update quail-current-str correctly.
23698 2003-07-21  Andreas Schwab  <schwab@suse.de>
23700         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
23701         ?, to "_".
23703 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
23704         Version 2.0.36 of Tramp released.
23706         * net/tramp.el (tramp-default-password-end-of-line): Rename from
23707         tramp-password-end-of-line.
23708         (tramp-password-end-of-line): New method parameter.
23709         (tramp-get-password-end-of-line): Function to access method
23710         parameter `tramp-password-end-of-line', or variable
23711         `tramp-default-password-end-of-line' (default value).
23712         (tramp-methods): Add entries for new parameter
23713         tramp-password-end-of-line.
23714         (tramp-enter-password): Use new function
23715         `tramp-get-password-end-of-line'.
23716         (tramp-handle-insert-file-contents): Do not
23717         unconditionally inhibit the file operation file-local-copy, only
23718         do that when the inhibit-file-name-operation is currently
23719         insert-file-contents.  This fixes finding remote CVS-controlled
23720         files.  (It would barf on inserting the CVS/Entries file
23721         literally, because the file-local-copy handler wasn't called.)
23722         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
23723         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
23724         (tramp-initial-commands): New variable.
23725         (tramp-process-initial-commands): New function, using the variable.
23726         (tramp-open-connection-setup-interactive-shell): Call the new function.
23727         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
23728         method into the buffer name, never use nil.  Reported by Hanak
23729         David <dhanak@inf.bme.hu>.
23730         (tramp-open-connection-setup-interactive-shell): Erase buffer
23731         before sending "stty -onlcr".
23733         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
23735 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
23737         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
23739 2003-07-19  John Paul Wallington  <jpw@gnu.org>
23741         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
23742         (artist-draw-rect, artist-draw-square): Doc fixes.
23744         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
23746         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
23748 2003-07-19  Kenichi Handa  <handa@m17n.org>
23750         * international/kkc.el (kkc-show-conversion-list-update):
23751         Highlight the correct candidate in the message.
23753 2003-07-18  John Paul Wallington  <jpw@gnu.org>
23755         * simple.el (current-word): Don't include punctuation char when
23756         `really-word' arg is non-nil.
23758 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
23760         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
23761         moved to the directory obsolete.
23763 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
23765         * info.el (Info-menu-entry-name-re): Allow newlines in
23766         menu entry names.
23768         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
23769         syntax-ppss-after-change-function.
23770         (syntax-ppss-after-change-function): New alias.  Update uses.
23771         (syntax-ppss): Catch the case where the buffer is narrowed.
23773 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
23775         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
23776         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
23778 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
23780         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
23781         since it might be modified.
23783         * progmodes/cc-langs.el (c++-make-template-syntax-table)
23784         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
23785         names to these language constants.
23787 2003-07-15  Kim F. Storm  <storm@cua.dk>
23789         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
23790         All uses changed.
23792 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
23794         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
23795         Namespace support.
23797 2003-07-13  Juanma Barranquero  <lektu@terra.es>
23799         * frame.el (modify-all-frames-parameters): Reinstall (copyright
23800         papers received).
23802 2003-07-13  Karl Eichwalder  <ke@suse.de>
23804         * textmodes/po.el (po-find-charset): White space at the start of the
23805         Content-Type field body is non-mandatory.
23807 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
23809         * textmodes/texinfo.el (texinfo-section-list):
23810         Append appendixsection; a synonym for appendixsec.
23812 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
23814         * man.el (Man-translate-cleanup): New.
23815         (Man-translate-references): Call `Man-translate-cleanup' to clean
23816         leading, trailing and middle spaces.
23818 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
23820         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
23821         Handle `dired-directory' being a list.
23823 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
23825         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
23826         it doesn't exist.
23828 2003-07-12  Richard M. Stallman  <rms@gnu.org>
23830         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
23832         * progmodes/cc-defs.el (c-make-keywords-re):
23833         Don't use delete-duplicates.
23834         (c-lang-const): Don't use mapcan.
23836         * apropos.el (apropos-show-scores): Make it customizable.
23837         Document new meaning.
23838         (apropos): Compute scores from symbols.
23839         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
23841 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
23843         * ps-bdf.el: Fix copyright line.
23844         (bdf-directory-list): Fix initialization code.
23846 2003-07-11  John Paul Wallington  <jpw@gnu.org>
23848         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
23849         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
23850         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
23852 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
23854         * emacs-lisp/ring.el (ring-elements): Doc fix.
23856 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
23858         * calendar/timeclock.el (timeclock-relative)
23859         (timeclock-ask-before-exiting, timeclock-use-display-time):
23860         Doc changes.
23861         (timeclock-modeline-display): Give a message if
23862         `timeclock-use-display-time' is non-nil but `display-time-mode'
23863         is not active.
23865 2003-07-11  Kenichi Handa  <handa@m17n.org>
23867         * international/mule-cmds.el (set-language-environment):
23868         Set current-language-environment to the correct string.
23870 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
23872         * ps-print.el: Print line number correctly in a region.  Reported by
23873         Tim Allen <timallen@ls83.fsnet.co.uk>.
23874         (ps-print-version): New version number (6.6.2).
23875         (ps-printing-region): Code fix.
23877 2003-07-10  John Paul Wallington  <jpw@gnu.org>
23879         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
23880         this function can be called from `add-completions-from-tags-table'.
23882 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
23884         * calendar/timeclock.el (timeclock-use-display-time)
23885         (timeclock-day-over-hook, timeclock-workday-remaining)
23886         (timeclock-status-string, timeclock-when-to-leave)
23887         (timeclock-when-to-leave-string, timeclock-log-data)
23888         (timeclock-find-discrep, timeclock-day-base)
23889         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
23890         (timeclock-modeline-display): Set the variable
23891         `timeclock-modeline-display'.
23892         (timeclock-update-modeline): Doc fix.  Respect value of
23893         `timeclock-relative'.
23895 2003-07-09  Richard M. Stallman  <rms@gnu.org>
23897         * textmodes/reftex-parse.el (reftex-all-document-files):
23898         Add autoload cookie.
23900         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
23901         (reftex-scanning-info-available-p): Add autoload cookie.
23903         * international/mule-cmds.el
23904         (set-display-table-and-terminal-coding-system): Delete duplicate
23905         aset on standard-display-table.
23907         * view.el (view-file): If existing buffer's major mode is special,
23908         don't go into view mode.
23910         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
23912 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
23914         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
23915         buffer changes; there's third party code that calls this function
23916         directly.
23918 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
23920         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
23921         (autodoc-font-lock-keywords): Don't byte compile on font lock
23922         initialization when running from byte compiled files.
23924 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
23926         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
23927         statement ends with auto-increment "++".
23929 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
23931         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
23932         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
23933         these are changed, so declare them as variables and not constants.
23935 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
23937         * subr.el (dolist, dotimes): Doc fix.
23939 2003-07-08  Kim F. Storm  <storm@cua.dk>
23941         * international/mule-cmds.el
23942         (set-display-table-and-terminal-coding-system): Don't break
23943         bootstrap if standard-display-table isn't setup yet.
23945 2003-07-07  Richard M. Stallman  <rms@gnu.org>
23947         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
23948         Give it a doc string, and autoload it.
23950         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
23951         Use with-no-warnings.
23953         * info.el (Info-search): If find invisible text, search again.
23955         * isearch.el (search-whitespace-regexp): Add a shy group around it.
23957         * man.el (Man-name-regexp): Match + as part of name.
23959         * simple.el (visible-mode): Rename from vis-mode.
23960         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
23962         * simple.el (current-word): New arg REALLY-WORD specifies
23963         don't include punctuation chars.
23965         * emacs-lisp/debug.el (debug, debugger-env-macro):
23966         Use with-no-warnings while accessing and binding unread-command-char.
23968         * international/mule-cmds.el
23969         (set-display-table-and-terminal-coding-system): Use explicit loop
23970         instead of calling standard-display-default.
23972         * net/ange-ftp.el (ange-ftp-file-symlink-p):
23973         Use condition-case to catch error in ange-ftp-get-files.
23975         * net/browse-url.el (browse-url-browser-function):
23976         Add alternative for Epiphany.
23977         (browse-url-epiphany-program, browse-url-epiphany-arguments)
23978         (browse-url-epiphany-startup-arguments)
23979         (browse-url-epiphany-new-window-is-tab): New variables.
23980         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
23982         * progmodes/compile.el (compile-auto-highlight): Default now t.
23983         (compile): Doc fix.
23984         (compilation-next-error): Fix previous change.
23986         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
23988         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
23990 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
23992         * gdb-ui.el (gdb-source-info): Display current frame when
23993         attaching to an existing process.
23994         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
23995         while laying out windows when attaching to an existing process.
23997 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
23999         * info.el (Info-menu): Use Info-menu-entry-name-re.
24001 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
24003         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
24004         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
24006         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
24007         to match the same text.
24009 2003-07-06  John Paul Wallington  <jpw@gnu.org>
24011         * vc.el (vc-annotate-offset): Move defvar up.
24013 2003-07-06  Kim F. Storm  <storm@cua.dk>
24015         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
24016         This should fix the infinite loop when extracting menu names.
24018 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
24020         * files.el (auto-mode-alist, interpreter-mode-alist):
24021         Remove entries to CC Mode modes to avoid duplicates; they are now added
24022         with autoload directives in cc-mode.el.
24024 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
24026         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
24027         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
24028         these are changed, so declare them as variables and not constants.
24030         * progmodes/cc-mode.el: Fix some autoload problems: Try to
24031         ensure that the entry for ".c" extension comes before the one for
24032         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
24033         Fix incorrect entries that were added to `interpreter-mode-alist'.
24034         Move the autoload directives for AWK to the top level since they
24035         aren't recognized anywhere else.  Do not use the new AWK mode doc
24036         in the autoload form for the old AWK mode.
24038 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
24040         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
24041         (bibtex-sort-ignore-string-entries): Default value t.
24042         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
24043         erroneously in previous version.
24044         (bibtex-string-files): Docstring reflects new parsing scheme.
24045         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
24046         docstring, add # as one of the chars to crush
24047         (bibtex-autokey-prefix-string, bibtex-autokey-names)
24048         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
24049         (bibtex-autokey-name-change-strings)
24050         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
24051         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
24052         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
24053         (bibtex-autokey-title-terminators)
24054         (bibtex-autokey-titlewords-stretch)
24055         (bibtex-autokey-titleword-ignore)
24056         (bibtex-autokey-titleword-case-convert)
24057         (bibtex-autokey-titleword-abbrevs)
24058         (bibtex-autokey-titleword-abbrevs)
24059         (bibtex-autokey-titleword-change-strings)
24060         (bibtex-autokey-titleword-length)
24061         (bibtex-autokey-titleword-separator)
24062         (bibtex-autokey-name-year-separator)
24063         (bibtex-autokey-year-title-separator)
24064         (bibtex-autokey-before-presentation-function)
24065         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
24066         Fix docstring.
24067         (bibtex-strings, bibtex-reference-keys):
24068         Use lazy-completion-table and make-variable-buffer-local.
24069         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
24070         (bibtex-braced-string-syntax-table)
24071         (bibtex-quoted-string-syntax-table): New variables.
24072         (bibtex-parse-nested-braces): Remove.
24073         (bibtex-parse-field-string): Use syntax table and forward-sexp.
24074         (bibtex-parse-association): Simplify.
24075         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
24076         (bibtex-parse-field-text): Simplify.
24077         (bibtex-search-forward-field, bibtex-search-backward-field):
24078         argument BOUND can take value t.
24079         (bibtex-start-of-field, bibtex-start-of-name-in-field)
24080         (bibtex-end-of-name-in-field, bibtex-end-of-field)
24081         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
24082         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
24083         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
24084         (bibtex-skip-to-valid-entry): Return buffer position of beginning
24085         and ending of entry.  Update for changes of bibtex-search-entry.
24086         Simplify.
24087         (bibtex-map-entries): FUN is called with three arguments.
24088         (bibtex-search-entry): Return a cons pair with buffer positions of
24089         beginning and end of entry.
24090         (bibtex-enclosing-field): Simplify.
24091         (bibtex-format-entry): Use booktitle to set a missing title.
24092         (bibtex-autokey-get-names): Fiddle with regexps.
24093         (bibtex-generate-autokey): Use identity.
24094         (bibtex-parse-keys): Use simplified parsing algorithm if
24095         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
24096         arguments.  Return alist of keys.
24097         (bibtex-parse-strings): Simplify.  Return alist of strings.
24098         (bibtex-complete-string-cleanup): Fix docstring.
24099         (bibtex-read-key): New function.
24100         (bibtex-mode): Fix docstring.  Do not parse for keys and
24101         strings when the mode is entered.  Set fill-paragraph-function to
24102         bibtex-fill-field.  Setup font-lock-mark-block-function the way
24103         font-lock intended.
24104         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
24105         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
24106         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
24107         (bibtex-Preamble): Avoid hard coded constants.
24108         (bibtex-make-field): Fix docstring.  Simplify.
24109         (bibtex-beginning-of-entry): Always return new position of point.
24110         (bibtex-end-of-entry): Rearrange cond clauses.
24111         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
24112         Update for changes of bibtex-map-entries.
24113         (bibtex-ispell-abstract): Do not move point.
24114         (bibtex-entry-index): Use downcase.  Simplify.
24115         (bibtex-lessp): Handle catch-all.
24116         (bibtex-find-crossref): Turn into a command.
24117         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
24118         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
24119         preamble entries.
24120         (bibtex-fill-field-bounds): New function.
24121         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
24122         (bibtex-fill-entry): Use bibtex-fill-field-bounds
24123         (bibtex-String): Use bibtex-strings.  Always obey
24124         bibtex-sort-ignore-string-entries.
24126 2003-07-05  John Paul Wallington  <jpw@gnu.org>
24128         * cus-theme.el (customize-create-theme):
24129         Call `customize-create-theme' in Reset widget's notify function.
24131         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
24132         (ibuffer-mark-interactive): Use `or' instead of `unless'.
24133         (define-ibuffer-column name): Add summarizer.
24134         (define-ibuffer-column size): Likewise.
24135         (define-ibuffer-column filename): Likewise.
24136         (define-ibuffer-column process): Likewise.  Change BODY's output too.
24137         (define-ibuffer-column filename-and-process): Likewise, likewise.
24138         (ibuffer): Remove local vars `already-in' and `need-update'.
24140         * ibuf-ext.el: Don't require `derived' at compile-time.
24142 2003-07-05  Kim F. Storm  <storm@cua.dk>
24144         * info.el: Disable paragraph refilling.
24145         (Info-refill-paragraphs): New defcustom.
24146         (Info-fontify-node): Use it.
24148 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
24150         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
24151         thingies from constructors created by defstruct.
24153         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
24154         the default value of the variable.
24155         (byte-code-meter): Move declaration to top level.
24157         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
24159         * info.el (Info-following-node-name-re): New fun.
24160         (Info-following-node-name): Remove.
24161         (Info-insert-dir): Use the new fun.
24162         (Info-extract-pointer): Don't save restriction; use new fun.
24163         (Info-menu-entry-name-re): New const.
24164         (Info-menu-entry-name-re): Use it along with new fun.
24165         (Info-node-spec-re): Use new fun.
24166         (Info-complete-menu-item, Info-fontify-node): Use new const.
24167         (Info-goto-node, Info-follow-reference, Info-menu-update):
24168         Use match-string.
24169         (Info-follow-reference): Use assoc-string.
24170         Use a list of strings for the completion table.
24171         (Info-fontify-node): Use match-string, line-end-position.
24172         Limit the search for `node:' to the first line.
24174         * newcomment.el (uncomment-region): Remove padding coming from
24175         comment-start rather than just from comment-padding.
24177         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
24178         (vc-cvs-stay-local-p): Use vc-stay-local-p.
24179         (vc-cvs-rename-file): Remove (use the default).
24180         (vc-cvs-register): Register parent dir if needed.
24181         (vc-cvs-could-register): Return non-nil if parent can be registered.
24182         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
24183         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
24185         * vc-svn.el (vc-svn-use-edit): Make it into a const.
24186         (vc-svn-update): Fix the arguments to `svn'.
24187         (vc-svn-diff-tree): Just use `vc-svn-diff'.
24188         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
24189         Simple implementations, assuming `name' is a URL.
24191         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
24192         set of chars allowed unquoted in a case pattern.
24194         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
24196         * font-lock.el (font-lock-extra-types-widget)
24197         (c-font-lock-extra-types, c++-font-lock-extra-types)
24198         (objc-font-lock-extra-types, java-font-lock-extra-types)
24199         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
24200         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
24201         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
24202         (font-lock-match-c++-structor-declaration)
24203         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
24204         (c++-font-lock-keywords-3, c++-font-lock-keywords)
24205         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
24206         (objc-font-lock-keywords-3, objc-font-lock-keywords)
24207         (java-font-lock-keywords-1, java-font-lock-keywords-2)
24208         (java-font-lock-keywords-3, java-font-lock-keywords)
24209         (java-font-lock-syntactic-face-function): Remove obsolete code
24210         and constants.  It's all in cc-fonts.el now.
24212 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
24214         * mail/sendmail.el (mail-specify-envelope-from)
24215         (mail-envelope-from): Doc fix.
24217 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
24219         * generic-x.el: Do away with the dependency on `c-emacs-features'
24220         when populating `rul-generic-mode-syntax-table'; we already know
24221         this isn't XEmacs.
24223 See ChangeLog.10 for earlier changes.
24225 ;; Local Variables:
24226 ;; coding: iso-2022-7bit
24227 ;; End:
24229     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
24230   Copying and distribution of this file, with or without modification,
24231   are permitted provided the copyright notice and this notice are preserved.
24233 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1