(ibuffer-columnize-and-insert-list, ibuffer-mouse-toggle-mark,
[emacs.git] / lisp / ChangeLog
blob1cc3c86785cd0190dba6929f806be11d31cba49d
1 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
3         * bs.el (bs-attributes-list): Doc fix.
4         (bs): Update url-link.
6         * desktop.el (desktop-save-buffer): Fix typos in docstring.
7         (desktop-load-default): Simplify.
9         * ibuffer.el (ibuffer-columnize-and-insert-list)
10         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
11         (ibuffer-unmark-all, ibuffer-toggle-marks)
12         (ibuffer-unmark-forward, ibuffer-unmark-backward)
13         (ibuffer-compile-make-format-form, ibuffer-format-column)
14         (ibuffer-current-buffers-with-marks)
15         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
16         (ibuffer): Doc fix.
17         (ibuffer-mode): Fix typo in docstring.
18         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
19         with `define-obsolete-variable-alias'.
20         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
22 2005-07-29  Kenichi Handa  <handa@m17n.org>
24         * international/mule-cmds.el (select-message-coding-system): Be
25         sure to use LF for end-of-line.  If no coding system is decided,
26         return iso-8859-1-unix.
28 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
30         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
31         (ange-ftp-pending-error-line): New vars.
32         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
33         to handle the non-fatal no-route-to-host messages.
34         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
36 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
38         * isearch.el (isearch-mode-map, isearch-other-meta-char)
39         (isearch-quote-char, isearch-printing-char)
40         (isearch-text-char-description): "?\ " -> "?\s".
41         (isearch-lazy-highlight-cleanup)
42         (isearch-lazy-highlight-initial-delay)
43         (isearch-lazy-highlight-interval)
44         (isearch-lazy-highlight-max-at-a-time)
45         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
46         Declare with define-obsolete-*-alias macros.
47         (isearch-forward): Fix typo in docstring.
48         (search-invisible, search-ring-yank-pointer)
49         (regexp-search-ring-yank-pointer): Doc fixes.
51         * recentf.el (recentf-menu-append-commands-p): Declare with
52         `define-obsolete-variable-alias'.
53         (recentf-max-saved-items, recentf-menu-filter)
54         (recentf-arrange-by-rule-subfilter): Doc fixes.
55         (recentf-menu-append-commands-flag)
56         (recentf-initialize-file-name-history, recentf-expand-file-name)
57         (recentf-clear-data): Fix typos in docstrings.
59 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
61         * progmodes/gdb-ui.el: Smarten comments.
62         (gdb-info-breakpoints-custom): Use nowarn when finding file.
64 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
66         * term/apollo.el (terminal-init-apollo): New function containing
67         all former top level forms in the file.
68         * term/bobcat.el (terminal-init-bobcat):
69         * term/cygwin.el (terminal-init-cygwin):
70         * term/iris-ansi.el (terminal-init-iris-ansi):
71         * term/linux.el (terminal-init-linux):
72         * term/news.el (terminal-init-news):
73         * term/rxvt.el (terminal-init-rxvt):
74         * term/sun.el (terminal-init-sun):
75         * term/tvi970.el (terminal-init-tvi970):
76         * term/vt100.el (terminal-init-vt100):
77         * term/vt102.el (terminal-init-vt102):
78         * term/vt125.el (terminal-init-vt125):
79         * term/vt200.el (terminal-init-vt200):
80         * term/vt201.el (terminal-init-vt201):
81         * term/vt220.el (terminal-init-vt220):
82         * term/vt240.el (terminal-init-vt240):
83         * term/vt300.el (terminal-init-vt300):
84         * term/vt320.el (terminal-init-vt320):
85         * term/vt400.el (terminal-init-vt400):
86         * term/vt420.el (terminal-init-vt420):
87         * term/wyse50.el (terminal-init-wyse50):
88         * term/xterm.el (terminal-init-xterm): Likewise.
90         * term/README: Describe the terminal-init-* functionality.
92         * startup.el (command-line): After loading the terminal
93         initialization file call the corresponding terminal initialization
94         function.
96 2005-07-27  Kenichi Handa  <handa@m17n.org>
98         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
99         negative.
101         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to
102         setcharwidth.
103         (ps-mule-composition-prologue): Fix for the case that
104         RelativeCompose is false.
106 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
108         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
110         * descr-text.el (describe-char): Handle the case where the list of
111         chars is displayed in a separate frame.
112         Be a bit more discriminating when looking for the char.
114 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
116         * bookmark.el (bookmark-automatically-show-annotations)
117         (bookmark-read-annotation-text-func): Doc fixes.
118         (bookmark-save): Improve argument/docstring consistency.
119         (bookmark-get-bookmark, bookmark-get-bookmark-record)
120         (bookmark-alist-from-buffer)
121         (bookmark-upgrade-file-format-from-0)
122         (bookmark-grok-file-format-version)
123         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
124         (bookmark-read-annotation-mode)
125         (bookmark-insert-current-bookmark, bookmark-jump)
126         (bookmark-exit-hook): Fix typos in docstrings.
127         (bookmark-exit-hooks): Define as obsolete alias.
128         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
129         not `bookmark-exit-hooks'.  Fix docstring.
130         (bookmark-bmenu-select): "?\ " -> "?\s".
132 2005-07-25  Ari Roponen <arjuropo@cc.jyu.fi>  (tiny change)
134         * startup.el (command-line): Fix typo.
136 2005-07-24  Richard M. Stallman  <rms@gnu.org>
138         * tooltip.el (tooltip-mode): Test emacs-basic-display,
139         not emacs-quick-startup.
141 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
143         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
144         (reb-next-match, reb-show-subexp): Use `with-selected-window'
145         instead of `reb-with-current-window'.
146         (reb-prev-match): Likewise.  Also, don't move left if the search
147         was unsuccessful.
148         (reb-initialize-buffer): New function.
149         (re-builder, reb-change-syntax): Use it.
151         * man.el (Man-goto-page): Make second argument NOERROR optional.
153 2005-07-23  Richard M. Stallman  <rms@gnu.org>
155         * man.el (Man-bgproc-sentinel): Check here for failure to find
156         any man page in the output, and report the error here.
157         (Man-arguments): Make it permanent local.
158         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
159         (Man-mode): Pass t for NOERROR.
161         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
162         (grep-mode-font-lock-keywords):
163         Don't use compilation-...-face for messages that are not file names.
165         * progmodes/compile.el (compilation-mode-font-lock-keywords):
166         Don't use compilation-...-face for messages that are not file names.
168 2005-07-22  Juri Linkov  <juri@jurta.org>
170         * simple.el (line-move-1): Fix comments.
172         * startup.el (normal-splash-screen): Update menu name.
174         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
176 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
178         * term/xterm.el: Load term/rxvt if the terminal is actually an
179         rxvt terminal.
180         (xterm-rxvt-set-background-mode): Remove, not used anymore.
182         * term/rxvt.el (function-key-map): Use substitute-key-definition
183         to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
185         * term/cygwin.el: New file.
187 2005-07-22  Kim F. Storm  <storm@cua.dk>
189         * image-file.el (insert-image-file, image-file-yank-handler):
190         Fix last change to maintain a (unique) yank-handler on yanked images.
192 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
194         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
195         of the file size (as in "177B" for 177 bytes).  This happens with
196         "ls -lh" on FreeBSD.
198 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
200         * hilit-chg.el (highlight-changes-global-initial-state)
201         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
202         (hilit-chg-fixup, highlight-changes-mode):
203         Fix typos in docstrings.
204         (highlight-changes-global-modes, highlight-changes-rotate-faces):
205         Doc fixes.
207 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
209         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
210         mode function using `eval-after-load'.
212 2005-07-21  Kim F. Storm  <storm@cua.dk>
214         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
215         included when reporting an emacs crash, and tell about the DEBUG file.
217         * image-file.el (insert-image-file): Add yank-handler.
218         (image-file-yank-handler): Yank handler to make unique copies of
219         images when they are yanked into a buffer next to each other.
221 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
223         * comint.el (comint-use-prompt-regexp, comint-send-input)
224         (comint-source-default, comint-extract-string)
225         (comint-get-source, comint-word, comint-completion)
226         (comint-source, comint-prompt-read-only, comint-update-fence):
227         Fix typos in docstrings.
228         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
229         Declare with define-obsolete-*-alias macros.
230         (comint-previous-matching-input-from-input)
231         (comint-next-matching-input-from-input)
232         (comint-previous-matching-input, comint-next-matching-input)
233         (comint-forward-matching-input):
234         Improve argument/docstring consistency.
236         * desktop.el (desktop-clear-preserve-buffers-regexp):
237         Also preserve the *server* buffer.
239         * simple.el (clone-indirect-buffer): Doc fix.
240         (fixup-whitespace, just-one-space)
241         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
242         (next-error, next-error-highlight)
243         (next-error-highlight-no-select, next-error-last-buffer)
244         (next-error-buffer-p, next-error-find-buffer, next-error)
245         (previous-error, next-error-no-select, previous-error-no-select)
246         (open-line, split-line, minibuffer-prompt-width, kill-new)
247         (binary-overwrite-mode): Fix typos in docstrings.
248         (set-fill-column): Fix typo in message.
250         * skeleton.el (skeleton-proxy-new): Doc fix.
252         * strokes.el (strokes-load-hook): Doc fix.
253         (strokes-grid-resolution, strokes-get-grid-position)
254         (strokes-renormalize-to-grid, strokes-read-stroke)
255         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
256         (strokes-global-map): Fix typos in docstrings.
257         (strokes-help): Doc fix.  Fix help message and pass it through
258         `substitute-command-keys'.
260         * tempo.el (tempo-insert-prompt, tempo-interactive)
261         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
262         (tempo-insert-string-functions, tempo-local-tags)
263         (tempo-define-template, tempo-insert-template)
264         (tempo-insert-prompt-compat, tempo-is-user-element)
265         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
266         Fix typos in docstrings.
268         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
269         (vcursor-key-bindings, vcursor-use-vcursor-map)
270         (vcursor-find-window, vcursor-scroll-down)
271         (vcursor-disable, vcursor-beginning-of-buffer)
272         (vcursor-end-of-buffer): Fix typos in docstrings.
273         (vcursor-relative-move, vcursor-get-char-count):
274         Improve argument/docstring consistency.
276         * version.el: "?\ " -> "?\s".
278         * wid-edit.el (widget-default-create, widget-after-change)
279         (widget-default-format-handler, widget-checklist-add-item)
280         (widget-radio-add-item, widget-choose, widget-specify-secret)
281         (widget-field-value-create, widget-field-value-get)
282         (widget-editable-list-format-handler)
283         (widget-editable-list-entry-create, widget-group-value-create)
284         (widget-documentation-link-add)
285         (widget-documentation-string-value-create): "?\ " -> "?\s".
286         (widget-convert-text): Doc fix.
287         (widget-narrow-to-field, widget-field-find)
288         (widget-url-link-action, widget-emacs-library-link-action)
289         (widget-color-notify): Fix typos in docstrings.
291         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
292         (x-select-text, set-w32-system-coding-system)
293         (w32-add-charset-info): Fix typos in docstrings.
295         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
296         (cua-enable-cua-keys, cua-use-hyper-key)
297         (cua-virtual-rectangle-edges): Fix typos in docstrings.
298         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
300         * net/tramp.el (tramp-handle-load): Fix typo in error message.
302         * emacs-lisp/re-builder.el (regexp-builder): Declare with
303         `defalias' instead of faking it.
305         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
306         (eshell-ls-missing, eshell-ls-dired-initial-args)
307         (eshell-ls-use-in-dired): Fix typos in docstrings.
309 2005-07-20  Kim F. Storm  <storm@cua.dk>
311         * emulation/cua-base.el (cua-mode): Improve doc string.
313 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
315         * abbrev.el (expand-region-abbrevs): Doc fix.
316         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
317         Improve argument/docstring consistency.
319         * arc-mode.el (archive-get-descr, archive-alternate-display):
320         Doc fixes.
321         (archive-l-e): Improve argument/docstring consistency.
322         (archive-tmpdir, archive-unixdate, archive-unixtime)
323         (archive-chmod-entry): Fix typos in docstrings.
324         (archive-unflag, archive-unflag-backwards)
325         (archive-unmark-all-files): "?\ " -> "?\s".
327         * buff-menu.el (Buffer-menu-unmark): Doc fix.
328         (Buffer-menu-not-modified, Buffer-menu-execute)
329         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
330         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
332         * composite.el (compose-string, encode-composition-rule)
333         (compose-last-chars): Fix typos in docstrings.
335         * desktop.el (desktop-enable, desktop-basefilename):
336         Declare with `define-obsolete-variable-alias'.
337         (desktop-internal-v2s): Don't quote keywords.
338         (desktop-clear): "?\ " -> "?\s".
340         * dired.el (dired-align-file, dired-flag-backup-files)
341         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
342         (dired-listing-switches, dired-ls-F-marks-symlinks)
343         (dired-dwim-target, dired-load-hook, dired-mode-hook)
344         (dired-directory, dired-faces, dired, dired-revert)
345         (dired-mode, dired-summary, dired-view-file)
346         (dired-copy-filename-as-kill, dired-delete-file)
347         (dired-no-confirm, dired-unmark-all-marks)
348         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
349         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
350         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
351         Fix typos in message strings.
353         * dired-x.el (virtual-dired): Declare with `defalias'.
354         (dired-mark-unmarked-files, dired-local-variables-file)
355         (dired-omit-here-always): Doc fix.
356         (dired-omit-mode, dired-find-subdir)
357         (dired-enable-local-variables, dired-clean-up-buffers-too)
358         (dired-extra-startup, dired-mark-extension, dired-jump)
359         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
360         (dired-smart-shell-command, dired-guess-shell-alist-user)
361         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
362         (dired-x-bind-find-file, dired-x-submit-report):
363         Fix typos in docstrings.
364         (dired-mark-unmarked-files): "?\ " -> "?\s".
366         * dirtrack.el (dirtrack-list): Fix typos in docstring.
368         * faces.el (describe-face): "?\ " -> "?\s".
369         (read-all-face-attributes, read-face-font, modify-face)
370         (face-attr-construct, italic): Fix typos in docstrings.
371         (frame-update-face-colors): Declare with
372         `define-obsolete-function-alias'.
374         * files.el (find-file-noselect, recode-file-name): Doc fixes.
375         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
376         (magic-mode-alist, buffer-file-numbers-unique)
377         (write-file-functions, get-free-disk-space):
378         Fix typos in docstrings.
379         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
380         (write-contents-hooks, write-file-hooks):
381         Declare with `define-obsolete-variable-alias'.
383         * forms-d2.el (arch-rj): Fix typo in docstrings.
384         (arch-tocol): Likewise.  "?\ " -> "?\s".
386         * frame.el (set-frame-font, cursor-in-non-selected-windows):
387         Fix typo in docstring.
388         (set-screen-width, set-screen-height): Delete redundant info in
389         doctrings.
390         (new-frame, screen-height, screen-width): Declare with
391         `define-obsolete-function-alias'.
392         (delete-frame-hook, blink-cursor): Declare with
393         `define-obsolete-variable-alias'.
395         * paths.el (prune-directory-list): Fix typos in docstring.
397         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
398         (cvs-prefix-get): Fix typos in docstrings.
400         * ps-print.el (ps-extend-face-list, ps-extend-face)
401         (ps-print-background-image): Fix typos in docstrings.
402         (ps-default-fg, ps-default-bg): Doc fixes.
404         * s-region.el (s-region-bind): Doc fix.
405         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
407         * textmodes/org.el (org-table-formula-substitute-names)
408         (org-table-get-vertical-vector): Doc fixes.
409         (org-table-recalculate): Remove unused argument to `message'.
411 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
413         * textmodes/org.el (org-table-column-names)
414         (org-table-column-name-regexp)
415         (org-table-named-field-locations): New variables.
416         (org-archive-subtree): Protect `this-command' when calling
417         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
418         the kill buffer.
419         (org-complete): Remove fixed-formula completion.
420         (org-edit-formulas-map): New variable.
421         (org-table-edit-formulas): New command.
422         (org-finish-edit-formulas, org-abort-edit-formulas)
423         (org-show-variable, org-table-get-vertical-vector): New functions.
424         (org-table-maybe-eval-formula): Handle `:=' fields.
425         (org-table-get-stored-formulas, org-table-store-formulas)
426         (org-table-get-formula, org-table-modify-formulas)
427         (org-table-replace-in-formulas): Handle named field formulas.
428         (org-table-get-specials): Store locations of named fields.
430 2005-07-19  Juri Linkov  <juri@jurta.org>
432         * progmodes/grep.el (grep-regexp-alist)
433         (grep-mode-font-lock-keywords, grep-process-setup):
434         Use default GNU grep match color "01;31m" instead of "01;41m".
435         (grep-regexp-alist, grep-mode-font-lock-keywords):
436         Use `\\[[0-9]*m' instead of `\\[00m'.
437         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
438         sgr_start where its handling is more important.  Use the real
439         length of sgr_start instead of constant 8.
440         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
441         specially.  Delete all remaining escape sequences.
442         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
443         (grep-regexp-alist): Make hyperlink only for binary file name
444         instead of the whole line.
445         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
446         (grep-mode): Add autoload.
448         * emacs-lisp/find-func.el (find-function-regexp):
449         Add `define-compilation-mode'.
451 2005-07-19  Juri Linkov  <juri@jurta.org>
453         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
454         (compare-windows-sync-string-size, compare-windows-recenter)
455         (compare-windows-highlight, compare-windows): Add version 22.1.
456         (compare-windows) <defface>: Inherit from lazy-highlight instead
457         of duplicating its default value.
459         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
460         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
462         * descr-text.el (describe-char): Create link buttons for `charset'
463         and `code point'.  Add the current input method name with a link
464         button to `to input' field.  Print face names of display table
465         characters in `The display table entry is displayed by' section
466         instead of printing face-id in the `display' field.
467         Guess hardcoded faces and create a link button for them.
468         Skip empty fields when calculating max-width.
469         Treat `widget-create' specially while inserting strings from the
470         collected field list.
471         (describe-char-after): Made obsolete in version 22.1, not 21.5.
473         * diff-mode.el (diff-file-header): Change foreground color from
474         yellow to green on light backgrounds.
475         (diff-context): Inherit from `shadow' only for color/grayscale
476         with more than 88 colors.
477         (diff-indicator-removed, diff-indicator-added)
478         (diff-indicator-changed): New faces.
479         (diff-font-lock-keywords): Use new faces.  Regroup rules.
480         Add "^---$" for `normal' diff format.  Fontify `#' lines with
481         font-lock-comment-delimiter-face and font-lock-comment-face.
482         Add `#' to ^[^...] in the rule for `diff-context-face'.
484         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
485         a button-like box.  Inherit from `highlight' on low colors.
486         (shadow): Use shades of gray only for color/grayscale with
487         more than 88 colors.  Use green for light backgrounds with
488         8 colors, and yellow for dark backgrounds with 8 colors.
490         * font-lock.el (font-lock-regexp-grouping-backslash):
491         Don't inherit from escape-glyph (use bold for all cases).
493         * info.el (info-xref-visited): Use light foreground color `violet'
494         for dark backgrounds instead of dark color `magenta3'.
495         (info-title-1): Use `yellow' color for dark backgrounds.
497         * isearch.el (isearch): Use not-too-dark magenta3 instead of
498         too-light magenta2.
500         * replace.el (match): Use slightly more light RoyalBlue3 instead
501         of dark RoyalBlue4.
503         * wid-edit.el (widget-inactive): Inherit from `shadow'.
505 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
507         * novice.el (disabled-command-hook): Declare it with
508         `define-obsolete-variable-alias'.
510         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
511         (desktop-buffer-misc-functions, desktop-buffer-handlers)
512         (desktop-load-default): Add release to obsolescence info.
513         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
514         (desktop-append-buffer-args, desktop-read):
515         Fix typos in docstrings.
516         (desktop-kill): Fix typo in message.
517         (desktop-save): Doc fix.
519 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
521         * viper-cmd.el (viper-escape-to-state): Bug fix.
522         (viper-envelop-ESC-key): Change the definition of fast
523         keysequence so it'll work with keyboard macros.
525         * ediff.el (ediff-patch-buffer): Change the docstring.
527 2005-07-19  Kenichi Handa  <handa@m17n.org>
529         * international/mule-cmds.el (select-safe-coding-system): Try to
530         use an auto-coding (if any) before anything else.  If the found
531         auto-coding is invalid, show a warning message.
533         * international/mule.el (find-auto-coding): New function created
534         by modifying the body of set-auto-coding.
535         (set-auto-coding): Use find-auto-coding to find a coding.
537 2005-07-18  Richard M. Stallman  <rms@gnu.org>
539         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
540         not isearch-mode-end-hook-error.
541         (allout-before-change-protect): Fix error message.
543 2005-07-18  Juri Linkov  <juri@jurta.org>
545         * allout.el (allout-mode):
546         * calculator.el (calculator-copy):
547         * custom.el (custom-known-themes):
548         * dired.el (dired-desktop-buffer-misc-data)
549         (dired-restore-desktop-buffer):
550         * dired-x.el (dired-omit-marker-char):
551         * files.el (basic-save-buffer):
552         * font-core.el (font-lock-mode):
553         * calendar/calendar.el (calendar-goto-hebrew-date)
554         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
555         (calendar-goto-persian-date):
556         * language/ethio-util.el (ethio-sera-to-fidel-region):
557         * textmodes/picture.el (picture-mode):
558         Delete duplicate duplicate words.
560 2005-07-18  Juri Linkov  <juri@jurta.org>
562         * isearch.el (isearch-mode-map): Remove key bindings for regexp
563         chars * ? } |.
564         (isearch-fallback): Don't call `isearch-process-search-char'.
565         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
566         (isearch-process-search-char): Call `isearch-fallback' for regexp
567         chars * ? } |.
568         (isearch-return-char): Make obsolete with `make-obsolete' instead
569         of simply documenting it as obsolete in the docstring.
570         (isearch-fallback): Refill docstring.
572         * international/isearch-x.el
573         (isearch-process-search-multibyte-characters): Remove unneeded `concat'.
574         Add intermediate values to `junk-hist' instead of `minibuffer-history'.
575         Test the length of `str'.
577 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
579         * allout.el (allout-resolve-xref): Fix typos in error strings.
580         (allout-before-change-protect): Remove unneeded `concat'.
582         * array.el (array-mode, array-reconfigure-rows)
583         (untabify-backward): Fix typos in docstrings.
584         (array-reconfigure-rows): Use `insert-buffer-substring', not
585         `insert-buffer'.
587         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
588         * progmodes/ada-mode.el (ada-make-body):
589         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
591         * dired.el (dired-log):
592         * tar-mode.el (tar-subfile-save-buffer):
593         * play/zone.el (zone-pgm-stress-destress):
594         Use `insert-buffer-substring', not `insert-buffer'.
596 2005-07-17  Simon Josefsson  <jas@extundo.com>
598         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
600 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
602         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
603         Add plain auth method.
604         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
606 2005-07-17  Kim F. Storm  <storm@cua.dk>
608         * ido.el (dired-other-window): Add ido property.
610 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
612         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
613         Fix typo in docstring.
614         (byte-compile-interactive-only-functions): Add `insert-buffer' and
615         `insert-file-literally'.
617         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
618         info and delete redundant message.  Doc fix.
619         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
620         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
622 2005-07-16  Richard M. Stallman  <rms@gnu.org>
624         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
625         (byte-compile-and): Use byte-compile-and-recursion.
626         (byte-compile-or-recursion): New function.
627         (byte-compile-or): Use that.
628         (byte-compile-if): Guard the else-clause too.
629         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
631         * isearch.el (isearch-mode-end-hook-quit): New variable.
632         (isearch-done): Bind it.
633         (isearch-mode-end-hook): Doc fix.
635         * allout.el (allout-isearch-did-quit): Variable deleted.
636         (allout-real-isearch-abort): Function name no longer used.
637         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
638         (allout-isearch-rectification): isearch-mode always exists.
639         Don't set allout-isearch-did-quit.
640         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
641         allout-isearch-did-quit.
642         (allout-enwrap-isearch): Just add the hook.
643         (allout-isearch-abort): Function deleted.
644         (allout-pre-command-business): Avoid warning.
646         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
647         Correctly avoid warnings.
648         (pascal-outline): Likewise.
650         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
652         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
654         * play/tetris.el (tetris-mode): Avoid warning.
656         * play/snake.el (snake-mode): Avoid warning.
658         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
659         (gamegrid-set-display-table): Avoid warning.
660         (gamegrid-set-timer): Likewise.
661         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
662         (gamegrid-add-score-with-update-game-score-1): Take FILE
663         as argument.
664         (gamegrid-add-score-with-update-game-score): Pass that argument.
665         Rename have-shared-game-dir to gamegrid-shared-game-dir.
667         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
669         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
670         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
672         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
673         and insert-file.
675         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
676         (sc-ask): Avoid warnings.
678         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
679         (eshell-hist-initialize): Use that var the natural way.
681         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
683         * emacs-lisp/re-builder.el (reb-cook-regexp):
684         Avoid warning calling lre-compile-string.
685         (reb-color-display-p): Avoid warning.
687         * calculator.el (calculator-last-input): Guard uses
688         of event-key and key-press-event-p.
689         (event-key, key-press-event-p): Delete definitions.
691         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
692         (find-gc-source-directory, find-gc-subrs-callers)
693         (find-gc-noreturn-list, find-gc-source-files)
694         (find-gc-subrs-called): Vars renamed and defvar'd.
696         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
697         (checkdoc-overlay-put, checkdoc-delete-overlay)
698         (checkdoc-overlay-start, checkdoc-overlay-end)
699         (checkdoc-mode-line-update, checkdoc-char=):
700         Define such that compiler knows they are defined.
701         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
702         (checkdoc-read-event): Delete.  Use read-event directly.
704         * whitespace.el (whitespace-make-overlay)
705         (whitespace-overlay-put, whitespace-delete-overlay)
706         (whitespace-overlay-start, whitespace-overlay-end):
707         Define such that compiler knows they are defined.
708         (whitespace): Move conditional inside.
710         * tempo.el (tempo-insert-template): Suppress warning.
712         * ediff-diff.el (longlines-mode): Add defvar.
714 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
716         * server.el: Bind "C-x #" in a way that works even if C-x is
717         redefined to a command key, not a prefix key.
719 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
721         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
722         cl-make-type-test till execution time.
724 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
726         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
727         arg ARG and use it.
729 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
731         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
733 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
735         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
736         a defcustom with two :set or :type keywords.
738 2005-07-15  Richard M. Stallman  <rms@gnu.org>
740         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
741         Don't give ^M comment-end syntax.
743 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
745         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
746         Don't consider gdbmi (gdb-mi.el has its own update functions).
747         (gdb-var-delete): Make it work for gdbmi as well.
748         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
750         * progmodes/gud.el (etags, sdb): Only require etags when needed.
751         (gud-speedbar-menu-items): Correct logic for enabling items.
753 2005-07-15  Kim F. Storm  <storm@cua.dk>
755         * ido.el: Fix commentary.
756         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
757         Use with-no-warnings around ffap-guesser.
758         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
759         Let bind minibuffer-completing-file-name to t.
761 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
763         * startup.el (site-run-file, keyboard-type): Doc fixes.
764         (command-line): Check for "--basic-display" argument; also for
765         "--quick", not "--bare-bones" (which was renamed).
766         (fancy-splash-text): Add missing item "Getting New Versions".
767         (normal-splash-screen): Fix typos and improve consistency with
768         `fancy-splash-text'.  Update copyright year.
770         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
771         valid binding for `help-char'.
773         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
775 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
777         * term.el (term-mode): Disable cua-mode for term buffers.
779 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
781         * add-log.el (add-log-mailing-address, change-log-merge):
782         Doc fixes.
783         (change-log-get-method-definition): Fix typo in docstring.
785 2005-07-14  Kim F. Storm  <storm@cua.dk>
787         * emulation/cua-base.el:
788         (cua--pre-command-handler-1, cua--pre-command-handler)
789         (cua--post-command-handler-1, cua--post-command-handler):
790         Split in two.  Check (buffer local) value of cua-mode.
791         (cua-selection-mode): New command.
793 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
795         * custom.el (custom-initialize-safe-set)
796         (custom-initialize-safe-default): Doc fixes.
798         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
799         and simplify :init-value again.
801         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
802         and simplify :init-value again.  Delete autoload.
804         * startup.el (command-line): Use `custom-reevaluate-setting' again
805         for tooltip-mode.
807         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
808         a defcustom with two :initialize keywords.
810 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
812         * allout.el (my-mark-marker, allout-isearch-prior-pos)
813         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
814         (allout-post-command-business, allout-flag-region)
815         (isearch-reenable-font-lock, allout-yank)
816         (allout-insert-latex-header, allout-insert-latex-trailer)
817         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
818         (allout-latex-verb-quote): Fix typos in docstrings.
819         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
820         (allout-unprotected, allout-prefix-data):
821         Improve argument/docstring consistency.
822         (allout-chart-subtree): Fix argument spec.
823         (allout-open-topic): Rename `use_sib_bullet' argument to
824         `use-sib-bullet'.  Doc fix.
826         * whitespace.el (whitespace-check-buffer-leading)
827         (whitespace-check-buffer-trailing)
828         (whitespace-check-buffer-indent)
829         (whitespace-check-buffer-spacetab)
830         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
831         (whitespace-check-leading-whitespace)
832         (whitespace-check-trailing-whitespace)
833         (whitespace-check-spacetab-whitespace)
834         (whitespace-check-indent-whitespace)
835         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
836         (whitespace-modes): Fix typos in docstrings.
837         (defgroup, defcustom): Doc fixes.
839         * winner.el (winner-mode, winner-boring-buffers)
840         (winner-pending-undo-ring): Doc fixes.
841         (winner-ring): Remove unneeded `progn'.
842         (winner-equal): `defsubst' it.
843         (winner-redo): Fix message.
845 2005-07-13  Kim F. Storm  <storm@cua.dk>
847         * simple.el (line-move-1): Always use vertical-motion to
848         do the last (or only) line move to ensure some movement.
849         Undo 2005-06-23 change--don't check for overlays.
851 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
853         * term/mac-win.el (ccl-encode-mac-roman-font)
854         (ccl-encode-mac-centraleurroman-font)
855         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
856         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
857         Change charset-id boundary of dimension to ?\xef.
858         (mac-char-fontspec-list): New constant.
859         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
860         argument.  Nil uses itself as family in font-spec.  Previous
861         behavior for nil is now provided by non-nil non-string argument.
862         All callers changed.  Add font-specs for Mac fonts to
863         "fontset-default" unless iso8859-1 fonts are installed.
865 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
867         * progmodes/sh-script.el (sh-get-indent-info): Only indent
868         a continuation line if the \ is preceded by SPC or TAB.
869         (sh-get-indent-info): Simplify.
870         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
871         Use with-current-buffer.
873         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
874         when the matched text is empty.
876 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
878         * startup.el (command-line): Revert to previous handling of
879         tooltip-mode.  Explain in comment why the complexity is needed.
881         * tooltip.el (tooltip-mode): Revert to previous implementation of
882         its defcustom.
884         * frame.el (blink-cursor-mode): Revert to previous implementation
885         of its defcustom.  Update comment.
887 2005-07-12  Lars Hansen  <larsh@soem.dk>
889         * desktop.el: Update e-mail address.
891 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
893         * term/mac-win.el (mac-services-mail-selection)
894         (mac-services-mail-to): New functions.
895         (mac-application-menu-map): Bind them.
897 2005-07-12  wulei <milton@wulei.net>  (tiny change)
899         * progmodes/gdb-ui.el: Add note about buffering with Windows.
901 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
903         * custom.el (custom-reevaluate-setting): Doc fix.
905 2005-07-11  Jay Belanger  <belanger@truman.edu>
907         * calc/calc.el (calc-embedded-announce-formula-alist)
908         (calc-embedded-open-close-plain-alist)
909         (calc-embedded-open-close-mode-alist): Add checks for additional
910         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
912 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
914         * custom.el (custom-enable-theme): Don't add theme to
915         `custom-enabled-themes' with `push' because there is no
916         setf-method for `delq'.
918 2005-07-11  Richard M. Stallman  <rms@gnu.org>
920         * custom.el (custom-declare-variable): Doc fix.
922         * dired-aux.el (dired-compare-directories): Remove "." and ".."
923         from the alists.
925         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
926         Do nothing if edebug-active.
928         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
929         (edebug-display): Do it here instead.
931 2005-07-10  Richard M. Stallman  <rms@gnu.org>
933         * cus-face.el (custom-theme-set-faces): Make it work.
934         (custom-reset-faces): Doc fix.
935         (custom-theme-reset-internal-face, custom-theme-face-value):
936         Functions deleted.
938         * custom.el (custom-push-theme): Maintain list of the settings
939         of a given theme in its theme-settings property.
940         Maintain position of old settings in the theme-value
941         or theme-face property.
942         (custom-enabled-themes): New variable.
943         (custom-theme-enabled-p): New function.
944         (provide-theme): Update custom-enabled-themes.
945         Disable and reenable the `user' theme.
946         (require-theme): Doc fix.
947         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
948         (custom-theme-value, custom-theme-variable-value): Likewise.
949         (custom-theme-reset-internal): Likewise.
950         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
951         (custom-enable-theme, custom-disable-theme): New functions.
952         (custom-variable-theme-value, custom-face-theme-value): Likewise.
953         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
954         (custom-theme-reset-variables): Simplify.
955         (deftheme, custom-declare-theme, custom-make-theme-feature):
956         Definitions moved.
958 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
960         * longlines.el (longlines-show-region)
961         (longlines-unshow-hard-newlines): Recognize hard newlines by
962         non-nil hard property, instead of t.
964 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
966         * viper-cmd.el (viper--key-maps): New variable.
967         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
968         emulation-mode-map-alists.
969         (viper-envelop-ESC-key): Use viper-subseq.
970         (viper-search-forward/backward/next): Disable debug-on-error.
972         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
973         (viper-ESC-key): New defcustoms.
975         * viper-macs.el (ex-map-read-args): Use viper-subseq.
977         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
978         (viper-subseq): Copy of subseq from cl.el.
980         * viper.el (viper-go-away, viper-set-hooks): Use
981         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
983         * viper-mous.el (viper-current-frame-saved): Use defvar.
985         * viper-init.el: Get rid of -face in face names.
987         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
988         Make it work with longlines mode
990         * ediff-mult.el (ediff-meta-mode-hook): New variable.
992         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
994         * ediff-init: Get rid of -face in face names.
996 2005-07-10  Richard M. Stallman  <rms@gnu.org>
998         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
999         and with-timeout-unsuspend.
1001         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
1002         and with-timeout-unsuspend.
1004         * emacs-lisp/timer.el (with-timeout-timers): New variable.
1005         (with-timeout): Bind that variable to record timers.
1006         (with-timeout-suspend, with-timeout-unsuspend): New functions.
1008         * emacs-lisp/debug.el (debug-help-follow): New function.
1009         (debugger-mode-map): Use that instead of help-follow.
1010         (debugger-setup-buffer): Use eval-buffer-list
1011         to handle eval-buffer frames.
1013 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
1015         * timezone.el (timezone-parse-date): Change first regexp
1016         so it will not mistakenly match dates with no time zone.
1018 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
1020         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
1022 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
1024         * custom.el (custom-initialize-safe-set)
1025         (custom-initialize-safe-default): New functions.
1027         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
1028         and simplify :init-value.
1030         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
1031         and simplify :init-value.  Delete obsolete comment.
1033         * startup.el (command-line): Use `custom-reevaluate-setting' to
1034         handle `tooltip-mode'.  Delete obsolete comment.
1036         * files.el (set-visited-file-name): Avoid calling
1037         `file-name-nondirectory' with a nil argument.
1039 2005-07-09  Richard M. Stallman  <rms@gnu.org>
1041         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
1042         was called with nil for the buffer, handle the read position right.
1043         Handle read position for eval-region, too.
1045 2005-07-09  Juri Linkov  <juri@jurta.org>
1047         * fringe.el (fringe-mode): Add period in docstring.
1048         (fringe-query-style): Build prompt depending on `all-frames' arg.
1050         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
1051         to not create links to unrelated functions in the Help buffer.
1053         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
1054         Doc fix.
1056         * simple.el (next-error-hook): New variable.
1057         (next-error): Use it.  Doc fix.
1059         * textmodes/ispell.el (ispell-command-loop): Add current
1060         dictionary name and program name to mode-line-format.
1061         (ispell-region, ispell-process-line): Add current dictionary name
1062         and program name to messages.
1064 2005-07-08  Jay Belanger  <belanger@truman.edu>
1066         * calc/calc.el (calc-embedded-announce-formula-alist)
1067         (calc-embedded-open-close-formula-alist)
1068         (calc-embedded-open-close-word-alist)
1069         (calc-embedded-open-close-plain-alist)
1070         (calc-embedded-open-close-new-formula-alist)
1071         (calc-embedded-open-close-mode-alist)
1072         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
1073         (calc-embedded-mode-hook): New variables.
1075         * calc/calc-embed.el (calc-embedded-firsttime)
1076         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
1077         New variables.
1078         (calc-do-embedded): Use calc-embedded-firsttime,
1079         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
1080         determine whether or not to run hooks.
1081         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
1082         calc-embedded-firsttime-formula appropriately.
1083         Set calc-embedded delimiter variables according to mode.
1085 2005-07-08  Richard M. Stallman  <rms@gnu.org>
1087         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
1088         Check for "emacs", etc., as entire symbol, not just as word.
1089         (checkdoc-file-comments-engine): Use regexp-quote on FN.
1091         * files.el (set-visited-file-name): Report the error
1092         for "empty filename" earlier.
1093         (kill-some-buffers): Ignore buffers already dead.
1095         * fringe.el (fringe-mode): Doc fix.
1097         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
1098         Check for (featurep 'xemacs) and turn off warnings in what it guards.
1099         Use unwind-protect to ensure byte-compile-unresolved-functions
1100         is updated.
1102         * whitespace.el (whitespace-buffer-leading-cleanup):
1103         Simplify w/ skip-chars-forward.
1104         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
1106         * mail/rmail.el (rmail-only-expunge): Fix paren error.
1107         Unconditionally try to leave point at the same old place.
1109 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
1111         * comint.el (comint-postoutput-scroll-to-bottom)
1112         (comint-show-maximum-output): Take scroll-margin into consideration.
1114 2005-07-08  Kim F. Storm  <storm@cua.dk>
1116         * ido.el (ido-use-filename-at-point): New choice `guess'.
1117         (ido-file-internal): Try ffap-guesser if selected.
1119         * ido.el (ido-before-fallback-functions): New hook.
1120         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
1121         (ido-read-file-name): Run it.
1123 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1125         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
1126         strings rather than a list of symbols to the completion function.
1128 2005-07-07  Jay Belanger  <belanger@truman.edu>
1130         * calc/calc-units.el (math-apply-units): Change the places in
1131         which units are simplified.
1133 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
1135         * cus-edit.el (customize-option, customize-option-other-window):
1136         Make them handle aliases.
1138         * custom.el (custom-variable-p): Make it recursively follow
1139         aliases.  Mention that in the docstring.
1141 2005-07-07  Richard M. Stallman  <rms@gnu.org>
1143         * cus-start.el (exec-path): Use `directory' instead of `file'.
1144         Fix tag for nil.
1146 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
1148         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
1149         when called non-interactively.  Doc fix.
1151 2005-07-07  Lute Kamstra  <lute@gnu.org>
1153         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
1154         new address as well.
1156 2005-07-07  Kenichi Handa  <handa@m17n.org>
1158         * international/mule.el (make-coding-system):
1159         Describe `ascii-incompatible' property in the docstring.
1160         (set-file-name-coding-system): Signal an error if coding-system is
1161         ascii-incompatible.
1162         (set-keyboard-coding-system): Likewise.
1164         * international/mule-cmds.el (set-default-coding-systems):
1165         Don't set default-file-name-coding-system and
1166         default-keyboard-coding-system if coding-system is ASCII-incompatible.
1168         * international/utf-16.el: Declare that all UTF-16-based coding
1169         systems are ASCII-incompatible.
1171 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
1173         * progmodes/gud.el: Require font-lock for displaying errors.
1174         Used by gdb-ui.el.
1176 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
1178         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
1179         values for the pattern lists which are `read'able but not
1180         `append'able (like symbols).
1182 2005-07-06  Richard M. Stallman  <rms@gnu.org>
1184         * progmodes/flymake.el (flymake-float-time): Instead of
1185         with-no-warnings, test for xemacs.
1186         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
1187         to avoid warning.
1189 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
1191         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
1193 2005-07-05  Lute Kamstra  <lute@gnu.org>
1195         * battery.el: Add support for Darwin (with much debugging help
1196         from Samuel Lauber <sam124@operamail.com>).
1197         (battery-status-function, battery-echo-area-format)
1198         (battery-mode-line-format): Add support for pmset on Darwin.
1199         (battery-load-low, battery-load-critical): New user options.
1200         (battery-pmset): New function.
1202 2005-07-05  Lute Kamstra  <lute@gnu.org>
1204         Update FSF's address in GPL notices.
1206         * textmodes/page-ext.el: Update FSF's address.
1208 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1210         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
1211         filling from using prefix when filling a single-line docstring.
1213         * progmodes/flymake.el: Remove useless eval-when-compile.
1215         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
1217 2005-07-04  Richard M. Stallman  <rms@gnu.org>
1219         * textmodes/org.el (org-file-apps-defaults-gnu):
1220         Rename from org-file-apps-defaults-linux.
1221         (org-default-apps): Don't test system-type for `linux'.
1222         (org-file-apps): Doc fix.
1224 2005-07-04  David Ponce  <david@dponce.com>
1226         * tree-widget.el: Improve header Commentary section.
1227         (tree-widget) [defgroup]
1228         (tree-widget-image-enable, tree-widget-themes-directory)
1229         (tree-widget-theme, tree-widget-image-properties-emacs)
1230         (tree-widget-image-properties-xemacs, tree-widget-create-image)
1231         (tree-widget-image-formats, tree-widget-control)
1232         (tree-widget-empty-control, tree-widget-leaf-control
1233         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
1234         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
1235         (tree-widget-keep, tree-widget-after-toggle-functions)
1236         (tree-widget-open-node, tree-widget-close-node): Doc fix.
1237         (tree-widget-open-control, tree-widget-close-control): Fix doc and
1238         :help-echo message.
1239         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
1240         (tree-widget-image-properties): Doc fix.  Clearer implementation.
1241         (tree-widget--cursors): New constant.
1242         (tree-widget-lookup-image): New function split from
1243         `tree-widget-find-image'.  Clearer implementation.
1244         (tree-widget-find-image): Use it.
1245         (tree-widget-button-keymap): Use `set-keymap-parent'.
1246         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
1247         Define the sub-widgets here.
1248         (tree-widget-node): Check that :node is not a tree-widget.
1249         (tree-widget-get-super, tree-widget-open-control)
1250         (tree-widget-close-control, tree-widget-empty-control)
1251         (tree-widget-leaf-control, tree-widget-guide)
1252         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
1253         (tree-widget-no-handle, tree-widget-value-delete)
1254         (tree-widget-map): Remove.
1255         (tree-widget-children-value-save): Doc fix.  Simplified.
1256         (tree-widget-value-create): Update according to previous changes.
1258 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
1260         * textmodes/org.el: Leading space replaced by TABS.
1261         (org-recalc-marks, org-table-rotate-recalc-marks)
1262         (org-table-get-specials): Treat "^" and "_" marks.
1263         (org-table-justify-field-maybe): Optional argument NEW.
1264         (org-table-eval-formula): Parsing of the format simplified.
1265         New modes C,I.  Honor the %= parameter in the current table.
1266         Avoid unnecessary re-align by using the NEW argument to
1267         `org-table-justify-field-maybe'.
1268         (org-calc-default-modes): Default for date-format mimicks org-mode.
1269         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
1271 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
1273         * cus-face.el (custom-theme-set-faces): Make it handle face
1274         aliases whose alias declarations are pre- or autoloaded.
1276 2005-07-04  Juri Linkov  <juri@jurta.org>
1278         * faces.el (read-face-name): Put the code for getting a face name
1279         from the buffer before adding the faces from the `face' property.
1280         Use `completing-read-multiple' instead of `completing-read'.
1281         Require `crm'.  Add default value and post-process the returned
1282         list of faces.
1284         * emacs-lisp/crm.el (crm-find-current-element)
1285         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
1287         * emacs-lisp/lisp-mode.el (eval-defun-1):
1288         * emacs-lisp/edebug.el (edebug-eval-defun):
1289         Remove unnecessary quotes.
1291 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
1293         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
1294         (prolog-indent-level): Fix typo in docstring.
1296         * info.el (Info-history, Info-history-forward)
1297         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
1299         * add-log.el (add-change-log-entry):
1300         * comint.el (comint-dynamic-list-input-ring)
1301         (comint-dynamic-list-completions):
1302         * dabbrev.el (dabbrev-expand):
1303         * delim-col.el (delimit-columns-rectangle-line):
1304         * diff-mode.el (diff-context->unified, diff-reverse-direction)
1305         (diff-unified->context):
1306         * ediff-init.el (ediff-abbrev-jobname):
1307         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
1308         (ediff-replace-session-activity-marker-in-meta-buffer):
1309         * info.el (Info-summary):
1310         * lpr.el (printify-region):
1311         * printing.el (pr-create-interface):
1312         * ps-print.el (ps-print-quote):
1313         * ses.el (ses-column-widths, ses-print-cell)
1314         (ses-adjust-print-width, ses-center):
1315         * shell.el (shell-file-name-quote-list):
1316         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
1317         (strokes-fill-current-buffer-with-whitespace)
1318         (strokes-xpm-for-stroke, strokes-list-strokes)
1319         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
1320         * term.el (term-dynamic-list-input-ring)
1321         (term-dynamic-list-completions):
1322         * calc/calc.el (math-format-stack-value):
1323         * emacs-lisp/edebug.el (edebug-display-freq-count):
1324         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
1325         (delphi-new-comment-line):
1326         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
1327         * progmodes/executable.el (executable-set-magic):
1328         * progmodes/python.el (inferior-python-mode):
1329         * progmodes/scheme.el (scheme-mode-syntax-table):
1330         * progmodes/sh-script.el (sh-maybe-here-document):
1331         * progmodes/sql.el (sql-copy-column):
1332         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
1333         * textmodes/bibtex.el (bibtex-mode):
1334         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
1335         (sgml-auto-attributes):
1336         * textmodes/table.el (table-insert, table-shorten-cell)
1337         (table--generate-source-scan-lines, table-delete-row)
1338         (*table--cell-delete-char, table--spacify-frame)
1339         (table--horizontally-shift-above-and-below)
1340         (table--cell-insert-char, table--cell-blank-str)
1341         (table--fill-region-strictly):
1342         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
1343         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
1345         * add-log.el (change-log):
1346         * apropos.el (apropos):
1347         * comint.el (comint-completion, comint-source):
1348         * dabbrev.el (dabbrev):
1349         * delim-col.el (columns):
1350         * diff-mode.el (diff-mode):
1351         * ediff.el (ediff):
1352         * ediff-diff.el (ediff-diff):
1353         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
1354         * ediff-mult.el (ediff-mult):
1355         * ediff-ptch.el (ediff-ptch):
1356         * ediff-wind.el (ediff-window):
1357         * facemenu.el (facemenu):
1358         * indent.el (indent):
1359         * info.el (info):
1360         * jka-cmpr-hook.el (compression, jka-compr):
1361         * lpr.el (lpr):
1362         * outline.el (outlines):
1363         * pcmpl-cvs.el (pcmpl-cvs):
1364         * pcmpl-rpm.el (pcmpl-rpm):
1365         * printing.el (printing):
1366         * ps-print.el (postscript, ps-print, ps-print-horizontal)
1367         (ps-print-vertical, ps-print-headers, ps-print-font)
1368         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
1369         (ps-print-background, ps-print-printer, ps-print-page)
1370         (ps-print-miscellany):
1371         * ses.el (ses):
1372         * shell.el (shell, shell-directories, shell-faces):
1373         * startup.el (initialization):
1374         * strokes.el (strokes):
1375         * term.el (term):
1376         * uniquify.el (uniquify):
1377         * w32-vars.el (w32):
1378         * calc/calc.el (calc):
1379         * emacs-lisp/bytecomp.el (bytecomp):
1380         * emacs-lisp/cl-indent.el (lisp-indent):
1381         * emacs-lisp/edebug.el (edebug):
1382         * emacs-lisp/elp.el (elp):
1383         * emacs-lisp/testcover.el (testcover):
1384         * emacs-lisp/trace.el (trace):
1385         * emulation/viper-ex.el (viper-ex):
1386         * emulation/viper-mous.el (viper-mouse):
1387         * mail/mailalias.el (mailalias):
1388         * mail/supercite.el (supercite, supercite-frames)
1389         (supercite-attr, supercite-cite, supercite-hooks):
1390         * net/rcompile.el (remote-compile):
1391         * net/rlogin.el (rlogin):
1392         * obsolete/ooutline.el (outlines):
1393         * progmodes/delphi.el (delphi):
1394         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
1395         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
1396         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
1397         (ebnf-optimization):
1398         * progmodes/etags.el (etags):
1399         * progmodes/executable.el (executable):
1400         * progmodes/idlwave.el (idlwave):
1401         * progmodes/pascal.el (pascal):
1402         * progmodes/prolog.el (prolog):
1403         * progmodes/python.el (python):
1404         * progmodes/scheme.el (scheme):
1405         * progmodes/sh-script.el (sh, sh-script):
1406         * progmodes/sql.el (SQL):
1407         * progmodes/tcl.el (tcl):
1408         * textmodes/bibtex.el (bibtex, bibtex-autokey):
1409         * textmodes/enriched.el (enriched):
1410         * textmodes/makeinfo.el (makeinfo):
1411         * textmodes/sgml-mode.el (sgml):
1412         * textmodes/table.el (table-hooks):
1413         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
1414         * textmodes/texinfo.el (texinfo):
1415         * textmodes/two-column.el (two-column):
1416         Finish `defgroup' description with period.
1418         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
1419         * eshell/esh-var.el (eshell-var):
1420         * progmodes/vhdl-mode.el (vhdl-testbench):
1421         * textmodes/org.el (org): Fix typos in docstrings.
1423         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
1424         consistency.
1426         * progmodes/flymake.el (flymake-find-file): Remove.
1427         (flymake-float-time): Use `with-no-warnings'.
1428         (flymake-check-start-time, flymake-check-was-interrupted)
1429         (flymake-err-info, flymake-is-running, flymake-last-change-time)
1430         (flymake-new-err-info): `defvar' at compile time.
1432 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
1434         * replace.el (occur-hook): Doc fix.
1435         (occur-1): Don't call `occur-hook' if there are no matches.
1437 2005-07-03  Richard M. Stallman  <rms@gnu.org>
1439         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
1440         global-map, save the same map.
1441         (global-map): Don't alter it at top level.
1442         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
1443         Then alter it here instead.
1444         (tpu-edt-off): Set global-map to the saved one.
1446         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
1447         All references simplified.
1448         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
1449         (zmacs-regions): Add defvar.
1450         (repeat-complex-command-map): Everything about that deleted.
1452         * textmodes/artist.el (artist-key-is-drawing)
1453         (artist-key-endpoint1, artist-key-poly-point-list)
1454         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
1455         (artist-key-compl-table, artist-rb-save-data)
1456         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
1457         Don't put them in eval-when-compile.
1458         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
1460         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
1461         Use with-no-warnings.
1463         * net/browse-url.el (dos-windows-version): Add defvar.
1465         * mail/supercite.el (filladapt-prefix-table): Add defvar.
1467         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
1468         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
1469         (rmail-new-summary-line-count): Rename from new-summary-line-count.
1470         Add defvar.
1471         (rmail-summary-beginning-of-message): Use with-no-warnings.
1472         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
1474         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
1475         Use with-no-warnings.
1477         * emulation/vi.el (vi-mark-region): Use c-mark-function.
1478         (c-mark-function): Add point-moving-unit property.
1479         (vi-goto-line): Use with-no-warnings.
1481         * emulation/edt.el (edt-last-copied-word): Add defvar.
1482         (zmacs-region-stays): Likewise.
1483         (edt-mark-section-wisely): Use c-mark-function for C.
1484         Use makr-defun for Fortran.
1485         (time-string): defvar deleted.
1486         (edt-display-the-time): Don't set time-string.
1488         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
1490         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
1491         Don't warn when name is not constant
1492         or for defining the group `emacs'.
1494         * tooltip.el (gud-tooltip-mode): Add defvar.
1496         * startup.el (default-frame-background-mode): Add defvar.
1498         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
1500         * info.el (tool-bar-map): Add defvar.
1502         * dired.el (dnd-protocol-alist): Add defvar.
1504         * dired-aux.el (dired-query): Display question with answer, when
1505         the user answers.
1507         * custom.el (custom-add-option): Doc fix.
1509         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
1511 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
1513         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
1514         bogus name from the last change.
1516 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
1518         * custom.el (custom-declare-variable): Fix typos in comment.
1519         (custom-known-themes): Doc fix.
1520         (custom-theme-directory): New defcustom.
1521         (require-theme): Make it check `custom-theme-directory'.
1523         * cus-theme.el (custom-new-theme-mode): New function.
1524         (custom-theme-name, custom-theme-variables, custom-theme-faces)
1525         (custom-theme-description): Add compiler defvars.
1526         (customize-create-theme): Add doc to the "*New Custom Theme*"
1527         buffer.  Use `custom-new-theme-mode'.
1528         (custom-theme-write): Put the created buffer in emacs-lisp-mode
1529         and save it to the `custom-theme-directory'.  Make this the
1530         default directory of the buffer.
1532 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
1534         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
1535         Fix unbalanced parentheses.
1537 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1539         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
1540         into flymake-mode and delegate to flymake-mode.
1542         * find-file.el (ff-which-function-are-we-in): Clean up.
1544 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
1546         * replace.el (occur-rename-buffer): Fix docstring.
1548         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
1549         (edt-last-copied-word, edt-learn-macro-count)
1550         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
1551         (edt-rect-start-point, edt-user-global-map, rect-start-point)
1552         (time-string, zmacs-region-stays):
1553         * emulation/edt-mapper.el (edt-save-function-key-map)
1554         (EDT-key-name): `defvar' to silence the byte-compiler.
1556 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
1558         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
1559         font-lock-regexp-backslash.  Doc fix.
1560         (font-lock-regexp-backslash-grouping-construct): Rename from
1561         font-lock-regexp-backslash-construct.  Doc fix.
1562         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
1563         grouping constructs.
1565 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
1567         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
1568         updating all the prerequisites.
1570 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
1572         * textmodes/org.el (org-agenda-start-on-weekday)
1573         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
1574         (org-agenda-use-time-grid, org-archive-location)
1575         (org-allow-space-in-links, org-usenet-links-prefer-google)
1576         (org-enable-table-editor, org-export-default-language)
1577         (org-export-html-show-new-buffer, org-fill-paragraph)
1578         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
1579         (org-goto-quit, org-occur, org-eval-in-calendar)
1580         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
1581         (org-agenda-diary-entry, org-remember-help)
1582         (org-table-convert-region, org-at-table-p)
1583         (org-table-move-row-down, org-table-move-row-up)
1584         (org-table-copy-region, org-table-toggle-vline-visibility)
1585         (org-table-get-stored-formulas, org-table-get-specials)
1586         (org-recalc-commands, org-table-eval-formula)
1587         (org-table-formula-substitute-names, orgtbl-make-binding)
1588         (org-format-org-table-html, org-format-table-table-html)
1589         (org-format-table-table-html-using-table-generate-source)
1590         (org-customize): Fix typos in docstrings.
1591         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
1592         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
1593         (org-back-to-heading): Doc fixes.
1594         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
1595         (org-agenda-change-all-lines, org-get-header):
1596         Improve argument/docstring consistency.
1597         (orgtbl-error): Fix error message.
1599         * progmodes/flymake.el (flymake-find-possible-master-files)
1600         (flymake-master-file-compare, flymake-get-line-err-count)
1601         (flymake-highlight-line, flymake-gui-warnings-enabled):
1602         Fix typos in docstrings.
1603         (flymake-parse-line, flymake-get-project-include-dirs-function)
1604         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
1605         Doc fixes.
1606         (flymake-get-project-include-dirs-function)
1607         (flymake-make-err-menu-data):
1608         Improve argument/docstring consistency.
1610 2005-07-01  Lute Kamstra  <lute@gnu.org>
1612         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
1613         Catch errors with ignore-errors.  Use temporary buffer.
1614         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
1616         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
1617         background color faces.
1618         (facemenu-set-foreground, facemenu-set-background):
1619         Use facemenu-set-face-from-menu.
1620         (facemenu-set-face-from-menu): Treat face names that start with
1621         "fg:" or "bg:" as special.
1622         (facemenu-add-new-color): Don't create faces.  Simplify.
1624 2005-06-30  Richard M. Stallman  <rms@gnu.org>
1626         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
1627         (crm-find-current-element): Likewise.
1629 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
1631         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
1633 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1635         * arc-mode.el (archive-extract): Make it work as a mouse binding.
1636         (archive-mouse-extract): Make it an obsolete alias.
1637         (archive-mode-map): Don't use archive-mouse-extract any more.
1638         (archive-mode, archive-extract): write-contents-hooks ->
1639         write-contents-functions.
1640         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
1641         first arg.
1642         (archive-rename-entry): Update the call.
1643         (archive-zip-summarize): Remove unused var `method'.
1644         (archive-lzh-summarize): Remove unused var `creator'.
1646         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
1647         dedicated frame upon exit.
1649         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
1650         (archive-zip-extract, archive-zip-expunge)
1651         (archive-zip-update, archive-zip-update-case): Use executable-find.
1652         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
1653         Use restore-buffer-modified-p.
1654         (archive-extract, archive-add-new-member, archive-write-file-member):
1655         Use with-current-buffer.
1656         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
1658 2005-06-30  Andreas Schwab  <schwab@suse.de>
1660         * progmodes/gud.el (gud-filter): Remove unneeded progn.
1662 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
1664         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
1666 2005-06-30  Juri Linkov  <juri@jurta.org>
1668         * faces.el (vertical-border): Inherit from mode-line-inactive
1669         only on tty.
1671 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
1673         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
1674         example, -NLINES in the `occur' docstring).
1676         * replace.el (occur-1): When no matches are found, do not set the
1677         `buffer-read-only' and modified flags for the occur buffer,
1678         because it is deleted.
1680         * emulation/cua-base.el (cua-check-pending-input)
1681         (cua-repeat-replace-region, cua-mode, cua-debug)
1682         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
1683         Fix typos in docstrings.
1685         * emulation/cua-gmrk.el (cua-toggle-global-mark)
1686         (cua-cut-region-to-global-mark)
1687         (cua--cut-rectangle-to-global-mark):
1688         Remove period from end of messages.
1690         * emulation/cua-rect.el (cua-do-rectangle-padding):
1691         Remove period from end of messages.
1692         (cua--rectangle-seq-format): Fix typo in docstring.
1693         (cua-sequence-rectangle, cua-fill-char-rectangle):
1694         Improve argument/docstring consistency.
1696 2005-06-29  Juri Linkov  <juri@jurta.org>
1698         * faces.el (default-frame-background-mode): New internal variable.
1699         (frame-set-background-mode): Use it.
1701         * startup.el (normal-top-level): Set default-frame-background-mode
1702         instead of frame-background-mode.  Before setting it, test for its
1703         nil value.  Remove tests for frame-background-mode and frame
1704         parameter `reverse'.  Add test for "unspecified-fg".
1706         * term/xterm.el (xterm-rxvt-set-background-mode):
1707         * term/rxvt.el (rxvt-set-background-mode):
1708         Set default-frame-background-mode instead of frame-background-mode.
1710 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
1712         * simple.el (set-variable): Warn about obsolete user variables.
1714         * imenu.el (imenu--completion-buffer):
1715         * mouse.el (mouse-buffer-menu-alist):
1716         * msb.el (msb-invisible-buffer-p):
1717         * calendar/diary-lib.el (diary-header-line-format):
1718         * emacs-lisp/pp.el (pp-buffer):
1719         * progmodes/cperl-mode.el (cperl-do-auto-fill):
1720         * textmodes/picture.el (picture-replace-match):
1721         Change space constants followed by a sexp to "?\s ".
1723         * play/decipher.el (decipher-loop-with-breaks):
1724         * textmodes/texinfo.el (texinfo-insert-@item): Change space
1725         constants "protected" from end of line by a comment to "?\s".
1727 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1729         * font-lock.el (save-buffer-state): Use `declare'.
1731         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
1732         reset the syntax-table to cperl-mode-syntax-table.
1733         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
1734         "foo_print_bar" is not matched as a reserved keyword.
1736 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
1738         * textmodes/org.el (orgtbl-setup): New function, for delayed
1739         setup for the orgtbl commands.
1740         (org-calc-default-modes): New option.
1741         (orgtbl-make-binding): Use `defun' to get better help display.
1742         (org-diary): Call `org-compile-prefix-format'.
1743         (org-table-formula-substitute-names): New function.
1744         (org-agenda-day-view, org-agenda-week-view): New commands.
1745         (org-agenda-toggle-week-view): Command removed.
1746         (org-tbl-menu): Split off from org-org-menu.
1747         (org-mode): Move removal of outline-mode menus to here.
1748         (org-table-formula-debug): New option.
1749         (org-table-insert-row): Keep first field if just "#" or "*".
1750         (org-mode): Paragraph regexps fixed.
1751         (org-table-recalculate-regexp): New constant.
1752         (org-table-justify-field-maybe): Avoid replace if not necessary.
1753         (org-copy-special, org-cut-special): Use `call-interactively'.
1754         (org-table-copy-region): Take region from `interactive' call.
1755         (org-trim): Return string even if no match.
1756         (org-formula): New face.
1757         (org-set-font-lock-defaults): No longer highlight "FIXME".
1758         But highlight formula-related fields in table.
1759         (org-table-p): Use regexp, not fontification.
1760         (org-table-align): Handle white space at end of line.
1761         (org-table-formula-evaluate-inline): New option.
1762         (org-mode): Auto-wrapping in comment lines turned off.
1763         (org-table-copy-down): Evaluate only in copied field, not in
1764         destination.
1765         (org-table-current-formula): Variable removed.
1766         (org-table-store-formulas, org-table-get-stored-formulas)
1767         (org-table-modify-formulas, org-table-replace-in-formulas)
1768         (org-table-maybe-eval-formula): New functions.
1769         (org-table-get-formula): Modify to use stored formulas.
1770         (org-table-insert-column, org-table-delete-column)
1771         (org-table-move-column): Call `org-table-modify-formulas'.
1772         (org-complete): Add completion for keyword formulas.
1773         (orgtbl-mode): Pull orgtbl-mode-map to start of
1774         minor-mode-map-alist.
1776 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1778         * progmodes/python.el (python-check): Require `compile' before
1779         modifying its variables.
1781         * newcomment.el (comment-indent-default): Don't get fooled by an early
1782         end of buffer.
1784 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1786         * ps-print.el (ps-print-version): Fix version number.
1788 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
1790         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
1792 2005-06-28  Richard M. Stallman  <rms@gnu.org>
1794         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
1795         (flyspell-local-mouse-map): Declaration deleted.
1796         (flyspell-mouse-map): Bind only mouse-2.
1797         (flyspell-mode-map): Don't test flyspell-use-local-map.
1798         (flyspell-overlay-keymap-property-name): Var deleted.
1799         (flyspell-mode-on): Don't make local bindings for
1800         flyspell-mouse-map and flyspell-mode-map.
1801         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
1803         * textmodes/ispell.el (ispell-word): Do not ignore short words.
1805         * progmodes/compile.el (compilation-next-error-function):
1806         Don't switch buffers; operate on the current buffer.
1808         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
1810         * comint.el (comint-password-prompt-regexp): Accept ", try again".
1812         * bindings.el (global-map): Bind insertchar and its variants.
1814 2005-06-27  Richard M. Stallman  <rms@gnu.org>
1816         * textmodes/artist.el (artist-text-overwrite)
1817         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
1819 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1821         * ps-print.el: It was not working the page selection for printing.
1822         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
1823         (ps-print-version): New version 6.6.7.
1824         (ps-end-sheet): New fun.
1825         (ps-header-sheet, ps-end-job): Call it.
1827 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
1829         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
1831 2005-06-27  Lute Kamstra  <lute@gnu.org>
1833         * facemenu.el (facemenu-unlisted-faces): Add foreground and
1834         background color faces.
1835         (facemenu-get-face): Delete function.
1836         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
1837         (facemenu-add-new-color): Make second argument mandatory.
1838         Create the appropriate face and return it.  Simplify.
1839         (facemenu-set-foreground, facemenu-set-background): Don't check if
1840         color is defined.  Use return value of facemenu-add-new-color.
1842 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
1844         * progmodes/gud.el (gud-filter): Add missing argument to
1845         with-selected-window.
1847 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1849         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
1850         a :require to the defcustom.
1852         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
1853         defcustoms corresponding to minor modes.
1855 2005-06-26  David Ponce  <david@dponce.com>
1857         * recentf.el: Require tree-widget instead of wid-edit.
1858         (recentf-filename-handler): Fix widget :type.
1859         (recentf-cancel-dialog, recentf-open-more-files)
1860         (recentf-open-files-action): Doc fix.
1861         (recentf-dialog-goto-first): New function.
1862         (recentf-dialog-mode-map): Set parent keymap first.
1863         (recentf-dialog-mode): Define with define-derived-mode.
1864         Don't display continuation lines in dialogs.
1865         (recentf-edit-list): Rename from recentf-edit-selected-items.
1866         (recentf-edit-list-select): Rename from recentf-edit-list-action.
1867         Simplify.
1868         (recentf-edit-list-validate): New function.
1869         (recentf-edit-list): Update accordingly.
1870         (recentf-open-files-item-shift): Remove.
1871         (recentf-open-files-item): Convert menu elements into tree and
1872         link widgets.  Don't create the widgets.
1873         (recentf-open-files): Update accordingly.
1874         (recentf-save-list): Untabify.
1876 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
1878         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
1879         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
1880         partially contained in the active region.  Do not take active
1881         region into account when called from Lisp, unless INTERACTIVE arg
1882         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
1883         avoid trouble with fields.  Make marker point nowhere when no
1884         longer used.  Always return nil.  Doc fix.
1885         (flush-lines): Add INTERACTIVE arg.  Do not take active region
1886         into account when called from Lisp, unless INTERACTIVE arg is
1887         non-nil.  Use `forward-line' instead of `beginning-of-line' to
1888         avoid trouble with fields.  Make marker point nowhere when no
1889         longer used.  Always return nil.  Doc fix.
1890         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
1891         interchangeable.  Do not take active region into account when
1892         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
1893         message in echo area when called from Lisp, unless INTERACTIVE arg
1894         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
1895         Return the number of matches.  Doc fix.
1896         (occur): Doc fix.
1897         (perform-replace): Make comment follow double space convention for
1898         the sake of `outline-minor-mode'.
1900         * faces.el (facep): Doc fix.
1902 2005-06-25  Richard M. Stallman  <rms@gnu.org>
1904         * facemenu.el (facemenu-enable-faces-p): New function.
1905         (facemenu-background-menu, facemenu-foreground-menu)
1906         (facemenu-face-menu): Add menu-enable property.
1908         * jka-compr.el (jka-compr-insert-file-contents):
1909         Special handling if cannot find the uncompression program.
1911         * cus-face.el (custom-face-attributes): Add autoload.
1913         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1914         Bind comment-indent-function locally.
1916         * window.el (save-selected-window): Use save-current-buffer.
1918         * subr.el (with-selected-window): Use save-current-buffer.
1920         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
1921         and with-current-buffer.
1923 2005-06-24  Richard M. Stallman  <rms@gnu.org>
1925         * simple.el (line-move-1): Fix previous change.
1927 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
1929         * replace.el (occur-1): Set `buffer-read-only' and the
1930         buffer-modified flag before running `occur-hook' to protect
1931         against unintentional buffer switches that can lead to data loss.
1933 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
1935         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
1936         (gud-gdb-marker-filter): Use font-lock-warning-face for any
1937         initial error.
1939         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
1940         after fresh input.
1941         (gdb-var-create-handler): Put name of expression in quotes.
1943 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
1945         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
1946         elements of RING in order, and without bogus nil elements.
1948 2005-06-23  Richard M. Stallman  <rms@gnu.org>
1950         * simple.el (set-variable): Args renamed; doc fix.
1951         (line-move-1): When there are overlays around, use vertical-motion.
1953         * faces.el (escape-glyph): Use brown against light background.
1954         (nobreak-space): Rename from no-break-space.
1955         Fix previous change.
1957         * dired-aux.el (dired-do-copy): Fix arg prompt.
1959         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
1961 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
1963         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
1964         rather than "Distributor".
1966 2005-06-23  Lute Kamstra  <lute@gnu.org>
1968         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
1969         (debug-on-entry): Use it.  New interactive declaration that uses
1970         function-called-at-point.
1972 2005-06-23  Kim F. Storm  <storm@cua.dk>
1974         * subr.el (save-match-data): Add comment about using evaporate arg
1975         to set-match-data.
1977 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
1979         * cus-edit.el (customize-face)
1980         (customize-face-other-window): Handle face aliases.
1982         * faces.el (face-documentation, set-face-attribute)
1983         (face-spec-set): Handle face aliases.
1985 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
1987         * help-mode.el (help-make-xrefs): If a symbol representing a face
1988         name is not followed by the word "face", it could still be a
1989         function or variable name, so don't bypass other checks.
1991 2005-06-22  Juri Linkov  <juri@jurta.org>
1993         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
1994         Replace aliased functions with calls where second arg `inherit' is t.
1996 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
1998         * progmodes/gdb-ui.el (gdb-error): New variable.
1999         (gdb-error): New function.
2000         (gdb-annotation-rules): Act on error-begin and error annotations.
2001         (gdb-concat-output): Use font-lock-warning-face for errors.
2003 2005-06-22  Miles Bader  <miles@gnu.org>
2005         * bindings.el (propertized-buffer-identification): Use renamed
2006         `Buffer-menu-buffer' face.
2008         * faces.el (vertical-border): Rename from `vertical-divider'.
2009         (escape-glyph): Change dark-background color back to `cyan'.
2011 2005-06-21  Juri Linkov  <juri@jurta.org>
2013         * faces.el (face-user-default-spec): Try getting `customized-face'
2014         prior to `saved-face'.
2015         (frame-background-mode): Refill docstring.
2017         * emacs-lisp/lisp-mode.el (eval-defun-1):
2018         * emacs-lisp/edebug.el (edebug-eval-defun):
2019         Set `saved-face' temporarily to nil before calling form.
2020         Set `customized-face' to the new spec after that.
2022 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
2024         * subr.el (1value, lambda, key-substitution-in-progress):
2025         Doc fixes.
2027         * autoinsert.el (auto-insert-alist):
2028         * ses.el (ses-call-printer):
2029         * subr.el (noreturn):
2030         * emacs-lisp/lisp.el (check-parens):
2031         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
2032         * net/browse-url.el (browse-url-mosaic):
2033         * progmodes/cc-defs.el (c-safe-scan-lists):
2034         * progmodes/ebnf-abn.el (ebnf-abn-lex):
2035         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
2036         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
2037         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
2038         * progmodes/ebnf-iso.el (ebnf-iso-lex):
2039         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
2041 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
2043         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
2045 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
2047         * calendar/appt.el (appt-make-list): Activate the package, if
2048         not already active (for backwards compatibility).
2050 2005-06-20  Kim F. Storm  <storm@cua.dk>
2052         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
2054 2005-06-20  Miles Bader  <miles@gnu.org>
2056         * faces.el (vertical-divider): New face.
2058 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
2060         * simple.el (kill-whole-line): Doc fix.
2061         (next-error-buffer-p, next-error-find-buffer)
2062         (clone-indirect-buffer): Fix typos in docstrings.
2063         (comment-line-break-function): Doc fix: don't say variable
2064         is automatically buffer-local (it isn't).
2066 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
2068         * net/tramp-ftp.el (top):
2069         * net/tramp-smb.el (top):
2070         * net/tramp-util.el (top):
2071         * net/tramp-uu.el (top):
2072         * net/tramp-vc.el (top):
2073         * net/tramp.el (top): Revert copyright years back to original
2074         ones.  Tramp has a life outside GNU Emacs.
2076 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
2078         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
2080 2005-06-18  Juri Linkov  <juri@jurta.org>
2082         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
2083         end of first regexp to limit the match to the position between
2084         line number and source line with same separator character as used
2085         between file name and line number.  In the second regexp limit
2086         mouse-face area to file name and line number by adding new group
2087         for them and referring it in HYPERLINK arg.
2088         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
2089         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
2090         previous line where grep markers may be already removed.
2092 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
2094         * progmodes/ps-mode.el: Update version and maintainer's email address.
2096 2005-06-18  Steve Youngs  <steve@xemacs.org>
2098         * net/browse-url.el (browse-url-browser-function)
2099         (browse-url-default-browser): Add firefox.
2100         (browse-url-firefox-program, browse-url-firefox-arguments)
2101         (browse-url-firefox-startup-arguments)
2102         (browse-url-firefox-new-window-is-tab): New defcustoms.
2103         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
2105 2005-06-17  Richard M. Stallman  <rms@gnu.org>
2107         * startup.el (command-line): Warn if specified user name has
2108         no home directory.
2110         * term.el (term-get-old-input, term-input-filter, term-input-sender)
2111         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
2113         * longlines.el (longlines-mode, longlines-show-hard-newlines):
2114         Doc fixes.
2116         * faces.el (underline): Try bold if terminal doesn't support underline.
2118         * mail/sendmail.el (mail-setup-with-from): New variable.
2119         (mail-insert-from-field): New function.
2120         (sendmail-send-it): Call it.
2121         (mail-setup): Optionally call it here.
2123         * term/linux.el: Call tty-no-underline.
2125 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
2127         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
2129 2005-06-17  Miles Bader  <miles@gnu.org>
2131         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
2132         (ediff-current-diff-C, ediff-current-diff-Ancestor)
2133         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
2134         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
2135         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
2136         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
2137         Remove "-face" suffix from face names.
2138         (ediff-current-diff-face-A, ediff-current-diff-face-B)
2139         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
2140         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
2141         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
2142         (ediff-even-diff-face-A, ediff-even-diff-face-B)
2143         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
2144         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
2145         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
2146         New backward-compatibility aliases for renamed faces.
2147         (ediff-current-diff-face-A, ediff-current-diff-face-B)
2148         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
2149         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
2150         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
2151         (ediff-even-diff-face-A, ediff-even-diff-face-B)
2152         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
2153         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
2154         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
2155         Use renamed ediff faces.
2157         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
2158         Remove "-face" suffix from face names.
2159         (eshell-test-ok-face, eshell-test-failed-face):
2160         New backward-compatibility aliases for renamed faces.
2161         (eshell-run-test): Use renamed eshell-test faces.
2163         * eshell/em-prompt.el (eshell-prompt):
2164         Remove "-face" suffix from face name.
2165         (eshell-prompt-face): New backward-compatibility alias for renamed face.
2166         (eshell-emit-prompt): Use renamed eshell-prompt face.
2168         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
2169         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
2170         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
2171         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
2172         Remove "-face" suffix from face names.
2173         (eshell-ls-directory-face, eshell-ls-symlink-face)
2174         (eshell-ls-executable-face, eshell-ls-readonly-face)
2175         (eshell-ls-unreadable-face, eshell-ls-special-face)
2176         (eshell-ls-missing-face, eshell-ls-archive-face)
2177         (eshell-ls-backup-face, eshell-ls-product-face)
2178         (eshell-ls-clutter-face):
2179         New backward-compatibility aliases for renamed faces.
2180         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
2182         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
2183         Remove "-face" suffix from face name.
2184         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
2185         instead of literal face.
2187 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
2189         * emacs-lisp/warnings.el (display-warning, lwarn)
2190         (warning-minimum-log-level): Doc fixes.
2191         (warning-minimum-level, warning-minimum-log-level):
2192         Add :debug to :type choices.
2194         * progmodes/ada-mode.el (ada-format-paramlist)
2195         (ada-get-indent-case, ada-check-matching-start)
2196         (ada-check-defun-name, ada-goto-matching-decl-start)
2197         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
2198         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
2199         (ada-make-subprogram-body): Follow error conventions.
2200         (ada-case-exception-file, ada-indent-comment-as-code)
2201         (ada-indent-handle-comment-special, ada-indent-renames)
2202         (ada-indent-return, ada-search-directories-internal)
2203         (ada-tab-policy, ada-case-exception-substring)
2204         (ada-other-file-alist, ada-matching-start-re)
2205         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
2206         (ada-imenu-generic-expression, ada-compile-goto-error)
2207         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
2208         (ada-popup-menu, ada-add-extensions, ada-mode)
2209         (ada-region-selected, ada-create-case-exception)
2210         (ada-create-case-exception-substring, ada-after-keyword-p)
2211         (ada-activate-keys-for-case, ada-adjust-case-region)
2212         (ada-adjust-case-buffer, ada-format-paramlist)
2213         (ada-scan-paramlist, ada-insert-paramlist)
2214         (ada-indent-newline-indent)
2215         (ada-indent-newline-indent-conditional)
2216         (ada-justified-indent-current, ada-goto-previous-word)
2217         (ada-indent-current, ada-get-indent-open-paren)
2218         (ada-get-indent-paramlist, ada-get-indent-end)
2219         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
2220         (ada-get-indent-block-start, ada-get-indent-subprog)
2221         (ada-get-indent-noindent, ada-get-indent-label)
2222         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
2223         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
2224         (ada-goto-stmt-end, ada-goto-next-word)
2225         (ada-check-matching-start, ada-check-defun-name)
2226         (ada-goto-matching-decl-start, ada-goto-matching-start)
2227         (ada-goto-matching-end, ada-search-ignore-string-comment)
2228         (ada-in-decl-p, ada-looking-at-semi-or)
2229         (ada-looking-at-semi-private, ada-in-paramlist-p)
2230         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
2231         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
2232         (ada-next-procedure, ada-previous-procedure, ada-next-package)
2233         (ada-previous-package, ada-create-menu)
2234         (ada-fill-comment-paragraph-justify)
2235         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
2236         (ada-other-file-name, ada-last-which-function-line)
2237         (ada-last-which-function-subprog, ada-which-function)
2238         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
2239         (ada-gen-treat-proc, ada-check-emacs-version)
2240         (ada-continuation-indent, ada-align-region-separate):
2241         Fix typos in docstrings.
2242         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
2244 2005-06-16  Lute Kamstra  <lute@gnu.org>
2246         * simple.el (fundamental-mode): Run after-change-major-mode-hook
2247         conditionally.
2249 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
2251         * comint.el (comint-replace-by-expanded-filename)
2252         (comint-prompt-regexp, comint-delimiter-argument-list)
2253         (comint-preinput-scroll-to-bottom):
2254         * info.el (Info-hide-cookies-node):
2255         * ls-lisp.el (ls-lisp-classify):
2256         * find-file.el (ff-search-directories, ff-special-constructs)
2257         (ff-find-other-file):
2258         * font-lock.el (font-lock-keywords):
2259         * shell.el (shell-prompt-pattern)
2260         (shell-dynamic-complete-functions, shell-mode)
2261         (shell-delimiter-argument-list):
2262         * term.el (term-replace-by-expanded-filename)
2263         (term-prompt-regexp, term-delimiter-argument-list):
2264         * woman.el (woman-ignore, woman0-if):
2265         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
2266         * emacs-lisp/elint.el (elint-init-env):
2267         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
2268         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
2269         * language/ethio-util.el (ethio-tilde-escape)
2270         (ethio-use-three-dot-question):
2271         * net/zone-mode.el (zone-mode-load-time-setup):
2272         * progmodes/cc-align.el (c-lineup-argcont):
2273         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
2274         * progmodes/cperl-mode.el (cperl-set-style-back):
2275         * progmodes/inf-lisp.el (inferior-lisp-prompt):
2276         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
2277         Fix spellings in docstrings.
2279         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
2280         * progmodes/modula2.el (m2-for): Fix spellings.
2282         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
2284         * simple.el (undo-more): Don't use `format' on `error' arguments.
2285         Improve argument/docstring consistency.
2286         (pending-undo-list): Doc fix.
2288         * smerge-mode.el (smerge-ensure-match):
2289         * emulation/vip.el (vip-ex):
2290         * net/zone-mode.el (zone-mode-update-serial):
2291         * progmodes/idlwave.el (idlwave-complete):
2292         * progmodes/vhdl-mode.el (vhdl-visit-file)
2293         (vhdl-compose-wire-components):
2294         Don't use `format' on `error' arguments.
2296         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
2297         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
2298         (tooltip-help-tips): Fix typos in docstrings.
2300 2005-06-16  David Ponce  <david@dponce.com>
2302         * tree-widget.el (tree-widget-value-create): Simplify last change.
2304 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
2306         * ido.el (ido-incomplete-regexp): New variable.
2307         (ido-set-matches-1): Handle invalid-regexp error and set
2308         ido-incomplete-regexp.
2309         (ido-incomplete-regexp): New face.
2310         (ido-completions): Use it.
2311         (ido-complete, ido-exit-minibuffer, ido-completions):
2312         Handle incomplete regexps.
2313         (ido-completions): Add check for complete match when entering a regexp.
2315 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2317         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
2319 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2321         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
2322         by field delimiters.
2324 2005-06-15  David Ponce  <david@dponce.com>
2326         * tree-widget.el: eval-and-compile inlined functions so they will
2327         be available at run-time too.
2328         (tree-widget-super-format-handler)
2329         (tree-widget-format-handler): Remove.
2330         (tree-widget-value-create): Handle the :indent property.
2332 2005-06-15  Miles Bader  <miles@gnu.org>
2334         * progmodes/which-func.el (which-func): Only inherit
2335         `font-lock-function-name-face' when that makes sense against the
2336         default mode-line face, otherwise set the face color explicitly.
2338         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
2339         faces instead of (non-existent) variables.
2341 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2343         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
2344         (iswitchb-get-matched-buffers): Likewise.  Simplify.
2346 2005-06-14  Miles Bader  <miles@gnu.org>
2348         * progmodes/ld-script.el (ld-script-location-counter):
2349         Remove "-face" suffix from face name.
2350         (ld-script-location-counter-face):
2351         New backward-compatibility alias for renamed face.
2352         (ld-script-location-counter-face): Use renamed face.
2354         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
2355         (cperl-hash): Remove "-face" suffix from face names.
2356         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
2357         New backward-compatibility aliases for renamed faces.
2358         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
2359         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
2361         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
2362         name.
2363         (which-func-face): New backward-compatibility alias for renamed face.
2364         (which-func-format): Use renamed which-func face.
2366         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
2367         (vhdl-function, vhdl-directive, vhdl-reserved-word)
2368         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
2369         names.
2370         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
2371         (vhdl-speedbar-configuration, vhdl-speedbar-package)
2372         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
2373         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
2374         (vhdl-speedbar-architecture-selected)
2375         (vhdl-speedbar-configuration-selected)
2376         (vhdl-speedbar-package-selected)
2377         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
2378         names.
2379         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
2380         Use renamed faces.
2381         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
2382         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
2383         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
2384         Use renamed faces.
2385         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
2386         names.
2387         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
2388         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
2389         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
2390         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
2391         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
2392         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
2394         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
2395         face name.
2396         (sh-heredoc-face): New backward-compatibility alias for renamed face.
2397         (sh-heredoc-face): Use renamed sh-heredoc face.
2399         * progmodes/idlw-help.el (idlwave-help-link):
2400         Remove "-face" suffix from face name.
2401         (idlwave-help-link-face):
2402         New backward-compatibility alias for renamed face.
2403         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
2405         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
2406         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
2407         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
2408         New backward-compatibility aliases for renamed faces.
2409         (idlwave-shell-disabled-breakpoint-face)
2410         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
2412         * progmodes/flymake.el (flymake-errline, flymake-warnline):
2413         Remove "-face" suffix from face names.
2414         (flymake-errline-face, flymake-warnline-face):
2415         New backward-compatibility aliases for renamed faces.
2416         (flymake-highlight-line): Use renamed flymake faces.
2418         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
2419         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
2420         (ebrowse-member-class, ebrowse-progress):
2421         Remove "-face" suffix from face names.
2422         (ebrowse-tree-mark-face, ebrowse-root-class-face)
2423         (ebrowse-file-name-face, ebrowse-default-face)
2424         (ebrowse-member-attribute-face, ebrowse-member-class-face)
2425         (ebrowse-progress-face):
2426         New backward-compatibility aliases for renamed faces.
2427         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
2428         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
2429         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
2430         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
2432         * progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax)
2433         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
2434         (antlr-literal): Remove "-face" suffix and "font-lock-" from face names.
2435         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
2436         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
2437         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
2438         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face):
2439         New backward-compatibility aliases for renamed faces.
2440         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
2441         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
2442         (antlr-tokenref-face, antlr-literal-face): Variables renamed to remove
2443         "font-lock-".  Use renamed antlr-mode faces.
2444         (antlr-font-lock-additional-keywords): Use renamed faces.
2445         Replace literal face-names with face variable references.
2447         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
2448         face name.
2449         (Buffer-menu-buffer-face): New backward-compatibility alias for
2450         renamed face.
2451         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
2453 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
2455         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
2456         Eliminate "-face" suffix.
2457         (makefile-targets): Inherit from font-lock-function-name-face and
2458         eliminate "-face" suffix.
2459         (makefile-shell): Remove attributes and eliminate "-face" suffix.
2460         (makefile-*-font-lock-keywords): Append makefile-targets in rule
2461         actions, instead of prepending, to make it less visible.
2462         (makefile-previous-dependency, makefile-match-dependency):
2463         Don't match a target on a continuation line.
2465         * files.el (auto-mode-alist): Put Makefile in gmake mode.
2467 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
2469         * progmodes/gdb-ui.el (menu): Re-order menu items.
2470         (gdb-tooltip-print): Respect tooltip-use-echo-area.
2472         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
2473         Define in tooltip.el.
2474         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
2475         (gud-tooltip-tips): Respect tooltip-use-echo-area and
2476         gud-tooltip-echo-area.
2478         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
2479         backward compatibility and make obsolete.
2480         (tooltip-help-tips): Use tooltip-use-echo-area.
2481         (tooltip-show-help-function): Rename to...
2482         (tooltip-show-help): ...this, because it is a function.
2483         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
2485 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
2487         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
2488         (edebug-print-length, edebug-print-level, edebug-print-circle)
2489         (edebug-modify-breakpoint, edebug-eval-last-sexp)
2490         (edebug-eval-print-last-sexp): Doc fixes.
2492 2005-06-14  Kim F. Storm  <storm@cua.dk>
2494         * ido.el (ido-mode): Make a new keymap every time we enable ido,
2495         as the coverage buffer/file/both may change.
2497 2005-06-14  Lute Kamstra  <lute@gnu.org>
2499         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
2500         and run-mode-hooks.  Simplify.
2502         * mail/rmailedit.el (rmail-edit-mode):
2503         * progmodes/octave-inf.el (inferior-octave-mode):
2504         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
2506         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
2507         and run-mode-hooks.
2508         (recentf-edit-list, recentf-open-files): Don't call
2509         kill-all-local-variables directly.
2511         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
2513 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
2515         * emacs-lisp/byte-run.el (make-obsolete)
2516         (define-obsolete-function-alias): Rename arguments FUNCTION and
2517         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
2518         (make-obsolete-variable, define-obsolete-variable-alias):
2519         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
2520         respectively.
2522         * isearchb.el (isearchb-activate):
2523         * pcvs.el (cvs-mode):
2524         * ses.el (ses-load):
2525         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
2526         * net/tramp.el (tramp-find-file-exists-command)
2527         (tramp-find-shell):
2528         * progmodes/ada-mode.el (ada-create-case-exception)
2529         (ada-create-case-exception-substring, ada-make-subprogram-body):
2530         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
2531         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
2532         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
2533         * textmodes/org.el (org-promote, org-evaluate-time-range)
2534         (org-agenda-next-date-line, org-agenda-previous-date-line)
2535         (org-agenda-error, org-open-at-point, org-table-move-row)
2536         (org-format-table-table-html-using-table-generate-source)
2537         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
2538         * textmodes/reftex.el (reftex-access-scan-info):
2539         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
2540         (reftex-toc-promote-prepare): Follow error conventions.
2542         * diff-mode.el (diff-mode): Fix typo in docstring.
2544         * forms.el (forms--intuit-from-file): Fix reference to
2545         `forms-number-of-fields' in error message.
2546         (forms-print): Fix quoting in error message.
2548         * forms.el (forms-mode):
2549         * emulation/vi.el (vi-goto-insert-state):
2550         * progmodes/flymake.el (flymake-new-err-info)
2551         (flymake-start-syntax-check-for-current-buffer)
2552         (flymake-simple-cleanup):
2553         * eshell/esh-var.el (eshell/export):
2554         * progmodes/gud.el (xdb):
2555         * textmodes/flyspell.el (flyspell-incorrect-hook)
2556         (flyspell-maybe-correct-transposition)
2557         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
2559 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
2561         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
2562         minibuffer prompt.
2564 2005-06-13  Kim F. Storm  <storm@cua.dk>
2566         * subr.el (add-to-ordered-list): New defun.
2568         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
2569         add cua--keymap-alist to emulation-mode-map-alists.
2571 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2573         * subr.el (complete-in-turn): New macro.
2574         (dynamic-completion-table, lazy-completion-table): Add debug info.
2576         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
2577         in preference to face aliases.
2579         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
2580         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
2581         Remove unused vars `start' and `firstline'.
2582         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
2583         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
2585 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
2587         * cus-start.el (all): Don't complain about missing GTK-related
2588         variables, unless either `gtk' is boundp or this isn't a
2589         `windows-nt' build.
2591 2005-06-13  Lute Kamstra  <lute@gnu.org>
2593         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
2594         run-mode-hooks.
2596         * ediff-mult.el (ediff-meta-mode):
2597         * ediff-util.el (ediff-mode): Use run-mode-hooks.
2599         * ledit.el (ledit-mode): Use delay-mode-hooks.
2601         * woman.el (woman-mode-line-format): Delete constant.
2602         (woman-mode-map): Initialize it properly.
2603         (woman-mode): Set mode-class property to special.
2604         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
2605         Set major-mode and mode-name.  Don't set mode-line-format directly.
2606         (Man-getpage-in-background): Don't reference woman-mode-line-format.
2608         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
2609         string argument obsolete.
2611 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
2613         * textmodes/org.el (org-CUA-compatible): New option.
2614         (org-disputed-keys): New variable.
2615         (org-key): New function.
2616         (orgtbl-make-binding): Add docstring to the created function.
2617         (org-mode): Set paragraph start/separate regexps.
2618         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
2619         (org-archive-location, org-archive-mark-done)
2620         (org-archive-stamp-time): New options.
2621         (org-archive-subtree): New command.
2622         (org-fill-paragraph): New function.
2623         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
2624         (org-fake-empty-table-line): Function removed.
2625         (org-format-org-table-html): Do not create empty table lines at
2626         separator lines.  Improved table header treatment.
2627         (org-link-format): New option.
2628         (org-make-link): New function.
2629         (org-insert-link, org-store-link): Use org-make-link.
2630         (org-open-file): Quote file name for shell command, to allow
2631         spaces in file names.
2632         (org-link-regexp): Fix bug with mailto link.
2633         (org-link-maybe-angles-regexp, org-protected-link-regexp):
2634         New constants.
2635         (org-export-as-html): Deal with the optional angles around a link.
2636         Better treatment of file: links.
2637         (org-open-at-point): Replace @{ and @} with < and >.
2638         (org-run-mode-hooks): Function removed.
2639         (org-agenda-mode): No longer use `org-run-mode-hooks'.
2641 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
2643         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
2644         MI command -data-list-register-values.
2645         (gdb-post-prompt): Indent properly.
2647 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
2649         * hilit-chg.el (highlight-changes-colors): Rename from
2650         `highlight-changes-colours'.
2651         (highlight-changes-colours): Keep as obsolete alias.
2652         (highlight-changes-face-list): Doc fix.
2653         (hilit-chg-make-list): Use `highlight-changes-colors'.
2655 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
2657         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
2658         defun-prompt-regexp.
2660 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
2662         * loadup.el: Don't say we are dumping under 2 names on windows-nt
2663         and cygwin.
2665         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
2666         Don't use an old loaddefs.el, as in Makefile.in.
2668 2005-06-12  Lute Kamstra  <lute@gnu.org>
2670         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
2672         * man.el (Man-mode-map): Initialize it properly.
2673         (Man-mode): Set mode-class property to special.
2675         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
2677 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
2679         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
2680         A newline is needed in the docstring there.
2682         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
2683         Doc fixes.
2685 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2687         * printing.el: Doc fix.  The menubar is no more changed when printing
2688         is loaded, it only changes when pr-menu-bind or pr-update-menus is
2689         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
2690         (pr-version): New version number (6.8.4).
2691         (pr-menu-bind): New command.
2692         (pr-update-menus): Docstring and code fix.
2693         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
2694         Docstring fix.
2695         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
2696         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
2698 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
2700         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
2701         "Returns" to "return", document useful return values, etc.
2703 2005-06-11  Alan Mackenzie  <acm@muc.de>
2705         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
2706         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
2707         (adaptive-file-function): Minor amendment to doc-string.
2709 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
2711         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
2712         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
2713         Fix :type--it is `integer', not `string'.
2715         * faces.el (modeline-highlight): Rename from (the erroneous)
2716         `modeline-higilight'.
2718 2005-06-11  Lute Kamstra  <lute@gnu.org>
2720         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
2721         lisp-interaction-mode-map but make it the parent.
2722         (edebug-eval-mode): Use define-derived-mode.
2724 2005-06-11  Andreas Schwab  <schwab@suse.de>
2726         * bindings.el: Add binding of `ESC functionkey' for every
2727         `M-functionkey'.
2728         * hexl.el (hexl-mode-map): Likewise.
2730 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
2732         * progmodes/compile.el (compilation-error-regexp-alist-alist)
2733         [msft]: update regexp for newer msft compilers.
2735 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
2737         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
2738         ATTLIST portions of included DTDs.
2739         (xml-parse-dtd): Eliminate use of inefficient match-data.
2741 2005-06-10  Miles Bader  <miles@gnu.org>
2743         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
2744         (mpuz-text): Remove "-face" suffix from face names.
2745         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
2746         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
2747         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
2749         * play/gomoku.el (gomoku-O, gomoku-X):
2750         Remove "-face" suffix from face names.
2751         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
2752         New backward-compatibility aliases for renamed faces.
2753         (gomoku-font-lock-keywords): Use renamed gomoku faces.
2755 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
2757         * thumbs.el: Fixes for changes of 2005-06-09.
2758         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
2759         as a directory.
2760         (thumbs-thumbname): Remove directory separator from format string;
2761         `thumbs-thumbsdir' now returns a valid directory name.
2762         (thumbs-temp-dir): New defsubst.
2763         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
2764         Use it.
2766         * cus-edit.el (minibuffer):
2767         * files.el (make-backup-file-name-function):
2768         * filesets.el (filesets-external-viewers):
2769         * hilit-chg.el (highlight-changes-colours)
2770         (highlight-changes-face-list, highlight-changes-rotate-faces):
2771         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
2772         * kmacro.el (kmacro-call-macro):
2773         * log-edit.el (log-edit-changelog-full-paragraphs):
2774         * mouse.el (mouse-1-click-follows-link):
2775         * skeleton.el (skeleton-autowrap):
2776         * subr.el (insert-for-yank-1):
2777         * tempo.el (tempo-insert-region):
2778         * terminal.el (terminal-emulator):
2779         * time.el (display-time-mail-face):
2780         * vc.el (vc-annotate):
2781         * vcursor.el (vcursor-copy-line):
2782         * woman.el (woman-bold-headings, woman-ignore)
2783         (woman-default-faces, woman-monochrome-faces):
2784         * calendar/todo-mode.el (todo-insert-threshold):
2785         * emulation/pc-select.el (pc-select-selection-keys-only)
2786         (pc-selection-mode):
2787         * emulation/vip.el (vip-find-char-forward):
2788         * emulation/viper-cmd.el (viper-find-char-forward):
2789         * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
2790         (input-method-exit-on-invalid-key):
2791         * international/mule-diag.el (describe-coding-system):
2792         * international/ucs-tables.el (unify-8859-on-encoding-mode):
2793         * net/browse-url.el (browse-url-xterm-program):
2794         * obsolete/lazy-lock.el (lazy-lock-mode):
2795         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
2796         (cperl-mode):
2797         * progmodes/cpp.el (cpp-face-light-name-list)
2798         (cpp-face-dark-name-list):
2799         * progmodes/delphi.el (delphi-newline-always-indents):
2800         Fix spellings in docstrings.
2802         * ido.el (ido-mode, ido-file-extensions-order)
2803         (ido-default-file-method, ido-default-buffer-method)
2804         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
2805         (ido-decorations, ido-read-file-name-as-directory-commands)
2806         (ido-read-file-name-non-ido, ido-work-directory-list)
2807         (ido-ignore-item-temp-list, ido-current-directory)
2808         (ido-magic-forward-char, ido-enter-find-file)
2809         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
2810         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
2812 2005-06-10  Lute Kamstra  <lute@gnu.org>
2814         * play/dunnet.el (dun-mode): Use define-derived-mode.
2815         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
2816         obsolete alias.
2818         * play/doctor.el (doctor-mode-map): Remove defvar.
2819         (doctor-mode): Use define-derived-mode.
2821         * mail/mspools.el (mspools-mode):
2822         * net/eudc-hotlist.el (eudc-hotlist-mode):
2823         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
2825 2005-06-10  Miles Bader  <miles@gnu.org>
2827         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2828         Remove "-face" suffix from face names.
2829         (flyspell-incorrect-face, flyspell-duplicate-face):
2830         New backward-compatibility aliases for renamed faces.
2831         (flyspell-mode-on, make-flyspell-overlay)
2832         (flyspell-highlight-incorrect-region)
2833         (flyspell-highlight-duplicate-region)
2834         (flyspell-display-next-corrections)
2835         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
2837         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
2838         from face name.
2839         (texinfo-heading-face): New backward-compatibility alias for
2840         renamed face.
2841         (texinfo-heading-face): Use renamed texinfo-heading face.
2843         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
2844         suffix from face names.
2845         (tex-math-face, tex-verbatim-face):
2846         New backward-compatibility aliases for renamed faces.
2847         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
2848         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
2849         literal face name.
2851         * textmodes/table.el (table-cell): Remove "-face" suffix from face
2852         name.
2853         (table-cell-face): New backward-compatibility alias for renamed face.
2854         (table--put-cell-face-property, table--update-cell-face):
2855         Use renamed table-cell face.
2857         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
2858         from face name.
2859         (sgml-namespace-face): New backward-compatibility alias for
2860         renamed face.
2861         (sgml-namespace-face): Use renamed sgml-namespace face.
2863         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
2864         (org-level-4, org-level-5, org-level-6, org-level-7)
2865         (org-level-8, org-warning, org-headline-done)
2866         (org-deadline-announce, org-scheduled-today)
2867         (org-scheduled-previously, org-link, org-done, org-table)
2868         (org-time-grid): Remove "-face" suffix from face names.
2869         (org-level-1-face, org-level-2-face, org-level-3-face)
2870         (org-level-4-face, org-level-5-face, org-level-6-face)
2871         (org-level-7-face, org-level-8-face, org-warning-face)
2872         (org-headline-done-face, org-deadline-announce-face)
2873         (org-scheduled-today-face, org-scheduled-previously-face)
2874         (org-link-face, org-done-face, org-table-face)
2875         (org-time-grid-face):
2876         New backward-compatibility aliases for renamed faces.
2877         (org-level-faces, org-set-font-lock-defaults, org-timeline)
2878         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
2879         (org-agenda-get-timestamps, org-agenda-get-scheduled)
2880         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
2882         * emulation/viper-init.el (viper-search, viper-replace-overlay)
2883         (viper-minibuffer-emacs, viper-minibuffer-insert)
2884         (viper-minibuffer-vi): Remove "-face" suffix from face names.
2885         (viper-search-face, viper-replace-overlay-face)
2886         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
2887         (viper-minibuffer-vi-face):
2888         New backward-compatibility aliases for renamed faces.
2889         (viper-search-face, viper-replace-overlay-face)
2890         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
2891         (viper-minibuffer-vi-face): Use renamed viper faces.
2893         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
2894         Remove "-face" suffix from face names.
2895         (testcover-nohits-face, testcover-1value-face):
2896         New backward-compatibility aliases for renamed faces.
2897         (testcover-mark): Use renamed testcover faces.
2899         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
2900         face name.
2901         (diary-button-face): New backward-compatibility alias for renamed face.
2902         (diary-entry): Use renamed diary-button face.
2904         * calendar/calendar.el (diary, calendar-today, holiday)
2905         (mark-visible-calendar-date): Remove "-face" suffix from face names.
2906         (diary-face, calendar-today-face, holiday-face):
2907         New backward-compatibility aliases for renamed faces.
2908         (eval-after-load "facemenu", diary-entry-marker)
2909         (calendar-today-marker, calendar-holiday-marker, diary-face):
2910         Use renamed calendar faces.
2912         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
2913         (compare-windows-face): New backward-compatibility alias for
2914         renamed face.
2915         (compare-windows-highlight): Use renamed compare-windows face.
2917         * strokes.el (strokes-char): Remove "-face" suffix from face name.
2918         (strokes-char-face): New backward-compatibility alias for renamed face.
2919         (strokes-encode-buffer): Use renamed strokes-char face.
2921         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
2922         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
2923         Remove "-face" suffix from face names.
2924         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
2925         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
2926         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
2927         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
2928         Use renamed pcvs faces.
2929         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
2930         * pcvs-defs.el (cvs-mode-map): Likewise.
2931         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
2933         * info.el (info-title-1, info-title-2, info-title-3)
2934         (info-title-4): Remove "-face" suffix from and downcase face names.
2935         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
2936         (Info-title-4-face):
2937         New backward-compatibility aliases for renamed faces.
2938         (Info-fontify-node): Use renamed info faces.
2940         * hilit-chg.el (highlight-changes, highlight-changes-delete):
2941         Remove "-face" suffix from face names.
2942         (highlight-changes-face, highlight-changes-delete-face):
2943         New backward-compatibility aliases for renamed faces.
2944         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
2945         (hilit-chg-make-list): Use renamed highlight-changes faces.
2947         * generic-x.el (show-tabs-tab, show-tabs-space):
2948         Remove "-face" suffix from face names.
2949         (show-tabs-tab-face, show-tabs-space-face):
2950         New backward-compatibility aliases for renamed faces.
2951         (show-tabs-generic-mode-font-lock-defaults-1)
2952         (show-tabs-generic-mode-font-lock-defaults-2):
2953         Use renamed show-tabs faces.
2955         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
2956         (smerge-markers): Remove "-face" suffix from face names.
2957         (smerge-mine-face, smerge-other-face, smerge-base-face)
2958         (smerge-markers-face):
2959         New backward-compatibility aliases for renamed faces.
2960         (smerge-mine-face, smerge-other-face, smerge-base-face)
2961         (smerge-markers-face): Use renamed smerge faces.
2963         * log-view.el (log-view-file, log-view-message):
2964         Remove "-face" suffix from face names.
2965         (log-view-file-face, log-view-message-face):
2966         New backward-compatibility aliases for renamed faces.
2967         (log-view-file-face, log-view-message-face): Use renamed log-view faces.
2969         * paren.el (show-paren-match, show-paren-mismatch):
2970         Remove "-face" suffix from face names.
2971         (show-paren-match-face, show-paren-mismatch-face):
2972         New backward-compatibility aliases for renamed faces.
2973         (show-paren-function): Use renamed show-paren faces.
2975         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
2976         (ruler-mode-margins, ruler-mode-fringes)
2977         (ruler-mode-column-number, ruler-mode-fill-column)
2978         (ruler-mode-comment-column, ruler-mode-goal-column)
2979         (ruler-mode-tab-stop, ruler-mode-current-column):
2980         Remove "-face" suffix from face names.
2981         (ruler-mode-default-face, ruler-mode-pad-face)
2982         (ruler-mode-margins-face, ruler-mode-fringes-face)
2983         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
2984         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
2985         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
2986         New backward-compatibility aliases for renamed faces.
2987         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
2988         (ruler-mode-column-number, ruler-mode-fill-column)
2989         (ruler-mode-comment-column, ruler-mode-goal-column)
2990         (ruler-mode-tab-stop, ruler-mode-current-column)
2991         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
2993         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
2994         face name.
2995         (whitespace-highlight-the-space): Use renamed face.
2996         (whitespace-highlight-face): New backward-compatibility alias for
2997         renamed face.
2999         * woman.el (woman-italic, woman-bold, woman-unknown)
3000         (woman-addition, woman-symbol-face):
3001         Remove "-face" suffix from face names.
3002         (woman-italic-face, woman-bold-face, woman-unknown-face)
3003         (woman-addition-face):
3004         New backward-compatibility aliases for renamed faces.
3005         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
3006         (woman-decode-region, woman-replace-match)
3007         (woman-display-extended-fonts, woman-special-characters)
3008         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
3009         Use renamed woman faces.
3011         * longlines.el (longlines-visible-face): Face removed.
3013         * diff-mode.el (diff-header, diff-file-header, diff-index)
3014         (diff-hunk-header, diff-removed, diff-added, diff-changed)
3015         (diff-function, diff-context, diff-nonexistent): Remove "-face"
3016         suffix from face names.
3017         (diff-header-face, diff-file-header-face, diff-index-face)
3018         (diff-hunk-header-face, diff-removed-face, diff-added-face)
3019         (diff-changed-face, diff-function-face, diff-context-face)
3020         (diff-nonexistent-face): New backward-compatibility aliases for
3021         renamed faces.
3022         (diff-header-face, diff-file-header-face)
3023         (diff-index, diff-index-face, diff-hunk-header)
3024         (diff-hunk-header-face, diff-removed, diff-removed-face)
3025         (diff-added, diff-added-face, diff-changed-face, diff-function)
3026         (diff-function-face, diff-context-face, diff-nonexistent)
3027         (diff-nonexistent-face): Use renamed diff-mode faces.
3029         * progmodes/compile.el (compilation-warning-face)
3030         (compilation-info-face): Remove "-face" suffix from face names.
3031         (compilation-warning-face, compilation-info-face):
3032         New backward-compatibility aliases for renamed faces.
3033         (compilation-warning-face, compilation-info-face):
3034         Use renamed compilation faces.
3036         * add-log.el (change-log-date, change-log-name)
3037         (change-log-email, change-log-file, change-log-list)
3038         (change-log-conditionals, change-log-function)
3039         (change-log-acknowledgement): Remove "-face" suffix from face names.
3040         (change-log-date-face, change-log-name-face)
3041         (change-log-email-face, change-log-file-face)
3042         (change-log-list-face, change-log-conditionals-face)
3043         (change-log-function-face, change-log-acknowledgement-face):
3044         New backward-compatibility aliases for renamed faces.
3045         (change-log-font-lock-keywords): Use renamed change-log faces.
3047         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
3048         (custom-set, custom-changed, custom-saved, custom-button)
3049         (custom-button-pressed, custom-documentation, custom-state)
3050         (custom-comment, custom-comment-tag, custom-variable-tag)
3051         (custom-variable-button, custom-face-tag, custom-group-tag-1)
3052         (custom-group-tag): Remove "-face" suffix from face names.
3053         (custom-magic-alist, custom-magic-value-create)
3054         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
3055         (custom-invalid-face, custom-rogue-face, custom-modified-face)
3056         (custom-set-face, custom-changed-face, custom-saved-face)
3057         (custom-button-face, custom-button-pressed-face)
3058         (custom-documentation-face, custom-state-face)
3059         (custom-comment-face, custom-comment-tag-face)
3060         (custom-variable-tag-face, custom-variable-button-face)
3061         (custom-face-tag-face, custom-group-tag-face-1)
3062         (custom-group-tag-face):
3063         New backward-compatibility aliases for renamed faces.
3065         * wid-edit.el (widget-documentation, widget-button)
3066         (widget-field, widget-single-line-field, widget-inactive)
3067         (widget-button-pressed): "-face" suffix removed from face names.
3068         (widget-documentation-face, widget-button-face)
3069         (widget-field-face, widget-single-line-field-face)
3070         (widget-inactive-face, widget-button-pressed-face):
3071         New backward-compatibility aliases for renamed faces.
3072         (widget-documentation-face, widget-button-face)
3073         (widget-button-pressed-face, widget-specify-field)
3074         (widget-specify-inactive): Use renamed widget faces.
3076 2005-06-10  Kenichi Handa  <handa@m17n.org>
3078         * term/x-win.el (x-clipboard-yank): Remove condition-case
3079         wrapping.
3081 2005-06-11  Kenichi Handa  <handa@m17n.org>
3083         * add-log.el (change-log-font-lock-keywords): Make the regexp for
3084         date lines stricter.
3086 2005-06-10  Zhang Wei  <id.brep@gmail.com>  (tiny change)
3088         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
3089         of x-get-selection.
3091 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
3093         * comint.el (comint-mode, comint-snapshot-last-prompt):
3094         * frame.el (frame-current-scroll-bars):
3095         * term.el (term-mode, term-check-proc, term-input-sender)
3096         (term-simple-send, term-extract-string, term-word)
3097         (term-match-partial-filename):
3098         * window.el (window-current-scroll-bars):
3099         * emulation/cua-base.el (cua-normal-cursor-color)
3100         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
3101         (cua-global-mark-cursor-color):
3102         * mail/undigest.el (rmail-forward-separator-regex):
3103         Fix typos in docstrings.
3105         * comint.el (comint-check-proc, make-comint-in-buffer)
3106         (comint-source-default): Doc fixes.
3108         * term.el (term-send-string): Improve argument/docstring
3109         consistency.
3111 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
3113         * comint.el (comint-send-input): Bind `inhibit-read-only' around
3114         call to `delete-region'.
3115         (comint-mode-hook): Do not enable Font Lock by default.
3117 2005-06-09  Lute Kamstra  <lute@gnu.org>
3119         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
3120         could be void.
3122 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3124         * emacs-lisp/debug.el (debugger-will-be-back): New var.
3125         (debug): Use it.
3126         (debugger-step-through, debugger-continue, debugger-jump)
3127         (debugger-return-value): Set it when needed.
3128         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
3129         Use inhibit-read-only.
3131 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
3133         * window.el (shrink-window-if-larger-than-buffer)
3134         (window-size-fixed): Fix typo in docstring.
3136         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
3137         thumbnails directory on loading.
3138         (thumbs-conversion-program): Use `eq' to check the system type,
3139         not `equal'.
3140         (thumbs-temp-dir): Initialize to `temporary-file-directory',
3141         not "/tmp".  Fix docstring.
3142         (thumbs-thumbsdir): New function to return the thumbnails
3143         directory, creating it if needed.
3144         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
3145         (thumbs-temp-file): Delete variable and make it into a function.
3146         (thumbs-resize-image, thumbs-modify-image): Use it.
3147         (thumbs-kill-buffer): Simplify.
3148         (thumbs-gensym): Defalias or duplicate CL `gensym'.
3149         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
3150         docstrings.
3152 2005-06-09  Kim F. Storm  <storm@cua.dk>
3154         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
3155         set-match-data to free markers in match-data.
3157         * replace.el (replace-match-data): Pass RESEAT arg `t' to
3158         match-data to unchain markers in match-data.
3160 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3162         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
3163         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
3164         unnecessary now.
3166 2005-06-08  Richard M. Stallman  <rms@gnu.org>
3168         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
3169         give the variable a doc string that doesn't say don't set it directly.
3171         * textmodes/ispell.el (ispell-check-version):
3172         Use match-string-no-properties.
3173         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
3174         (ispell-buffer-local-words): Likewise.
3176         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
3177         except on terminals with enough colors to really display it.
3178         (makefile-dependency-regex): Delete spurious `bb'.
3180         * faces.el (escape-glyph): Use blue once again in last case.
3181         (no-break-space): Redefine so that it isn't invisible on a tty.
3183 2005-06-08  Kim F. Storm  <storm@cua.dk>
3185         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
3186         also when reading directory name.
3188 2005-06-08  Lute Kamstra  <lute@gnu.org>
3190         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
3191         (flyspell-mode-line-string): Remove autoload cookie.
3192         (flyspell-mode): Remove defvar.
3194 2005-06-07  Lute Kamstra  <lute@gnu.org>
3196         * textmodes/org.el (org-run-mode-hooks): New function.
3197         (org-agenda-mode): Use it.
3199 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
3201         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
3203 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3205         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
3207 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
3209         * font-lock.el (font-lock-add-keywords): Doc fix.
3211 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3213         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
3214         (tex-compile-default): In the absence of any history, use the order in
3215         tex-compile-alist to choose the preferred command.
3216         (tex-compile-commands): Reorder a bit.
3218         * textmodes/flyspell.el (flyspell-auto-correct-binding)
3219         (flyspell-incorrect-face, flyspell-duplicate-face):
3220         Use (X)Emacs-agnostic code.
3221         (flyspell-mode-map): Don't overwrite at each load.  Remove code
3222         redundant with the subsequent add-minor-mode.  Merge Emacs and
3223         XEmacs code.
3224         (flyspell-word): Minor simplification.
3225         (flyspell-math-tex-command-p): Quieten the byte-compiler.
3226         (flyspell-external-point-words): Remove unused vars `size' and `start'.
3227         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
3228         Merge the corresponding Emacs code.
3229         (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
3231         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
3232         a dedicated window.
3234         * international/latexenc.el (latexenc-find-file-coding-system):
3235         Undo part of last patch, to turn off a compiler warning.
3237 2005-06-06  Juri Linkov  <juri@jurta.org>
3239         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
3240         Rename `tmm-inactive-face' to `tmm-inactive'.
3242 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
3244         * iswitchb.el: Rename faces.
3246 2005-06-06  Kim F. Storm  <storm@cua.dk>
3248         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
3249         (cua-global-mark): Remove -face suffix from face names.
3251         * emulation/cua-gmrk.el (cua--init-global-mark):
3252         Remove cua-global-mark face setup.
3254 2005-06-06  Richard M. Stallman  <rms@gnu.org>
3256         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
3257         just like other allowed characters.
3258         (makefile-match-dependency): Exclude leading and training whitespace
3259         from the range of regexp subexp 1.
3260         (makefile-macroassign-regex): Don't try to match the body,
3261         just the name of the macro being defined.
3263         * info.el (Info-read-node-name-2): New function.
3264         (Info-read-node-name-1): Use that.
3265         Add a completion-base-size-function property.
3267         * simple.el (completion-setup-function): Look for
3268         completion-base-size-function property of
3269         minibuffer-completion-table.
3271         * files.el (locate-file-completion): Doc fix.
3273         * printing.el: Don't call pr-update-menus; user must do that.
3275         * emacs-lisp/debug.el (debugger-window): New variable.
3276         (debug): Use debugger-window if it is set and still alive.
3277         Record debugger-window for next entry.
3279         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
3281 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
3283         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
3284         (hack-one-local-variable, hack-local-variables)
3285         (hack-local-variables-prop-line): Pass that arg.
3287 2005-06-06  Kim F. Storm  <storm@cua.dk>
3289         * ido.el (ido-first-match, ido-only-match, ido-subdir)
3290         (ido-indicator): Remove -face suffix from face names.
3292 2005-06-06  Juri Linkov  <juri@jurta.org>
3294         * font-lock.el (font-lock-regexp-backslash)
3295         (font-lock-regexp-backslash-construct): New faces.
3296         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
3297         after `('.  Add `while-no-input' to control structures.
3299         * faces.el (no-break-space, shadow): New faces.
3300         (escape-glyph): Use less loud colors pink2 and red4.
3302         * diff-mode.el (diff-context-face)
3303         * dired.el (dired-ignored)
3304         * rfn-eshadow.el (file-name-shadow)
3305         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
3307         * info.el (Info-title-1-face): Use green instead of yellow because
3308         bold yellow is not readable on light backgrounds.
3310         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
3311         before selecting the desired mode to not spend time fontifying
3312         old contents.
3314 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
3316         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
3317         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
3319         * ps-print.el (ps-default-fg, ps-default-bg):
3320         Fix typos in docstrings.
3322         * isearchb.el (isearchb): Don't pass a spurious second argument to
3323         `iswitchb-completions'.
3325 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
3327         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
3328         to preserve point.
3329         (gdb-find-file-hook): Add doc string.
3331         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
3332         C dereferenced pointer expression.
3333         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
3335         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
3337         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
3338         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
3339         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
3340         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
3341         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
3342         Make background transparent.
3344 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
3346         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
3347         (font-lock-remove-keywords): Doc fix.
3348         (font-lock-mode-major-mode): Compiler defvar.
3349         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
3351         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
3352         (font-lock-mode): Update `font-lock-mode-major-mode'.
3353         (font-lock-set-defaults): Compiler defvar.
3354         (font-lock-default-function): Take `font-lock-mode-major-mode'
3355         into account.
3357         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
3358         keep track of which major mode it enabled the minor mode for.
3359         Use find-file-hook again.  Update docstring.
3361         * simple.el (eval-expression-print-level)
3362         (eval-expression-print-length, eval-expression-debug-on-error):
3363         Doc fixes.
3365 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
3367         * iswitchb.el (iswitchb-single-match-face)
3368         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
3369         (iswitchb-invalid-regexp-face): New faces.
3370         (iswitchb-completions): Use them.
3371         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
3372         now marked as an obsolete alias.
3373         (iswitchb-read-buffer): Remove check for bound font variables.
3374         (iswitchb-invalid-regexp): New free variable.
3375         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
3376         set iswitchb-invalid-regexp.
3377         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
3378         invalid regexps.
3379         (iswitchb-completions): Add check for complete match when entering
3380         a regexp.
3381         (iswitchb-completions): Remove require-match argument.
3382         (iswitchb-exhibit): Fix caller.
3383         (iswitchb-common-match-inserted): New variable.
3384         (iswitchb-complete, iswitchb-completion-help): Use it.
3386 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
3388         * url-http.el (url-http-chunked-encoding-after-change-function):
3389         Use `url-http-debug' instead of `message'.
3391 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
3393         * url-http.el (url-http-parse-headers): Pass redirected URL as a
3394         callback argument.
3396 2005-06-04  Kim F. Storm  <storm@cua.dk>
3398         * simple.el (line-move): Only call sit-for when moving backwards.
3400         * ido.el (ido-make-merged-file-list-1): New defun split from
3401         ido-make-merged-file-list.
3402         (ido-make-merged-file-list): Bind throw-on-input around call to
3403         ido-make-merged-file-list-1.  Return input-pending-p if
3404         interrupted by more input available.
3405         (ido-read-internal): Handle input-pending-p return value from
3406         ido-make-merged-file-list.
3408 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3410         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
3411         compatibility code.
3413         * international/latexenc.el (latexenc-find-file-coding-system):
3414         Don't inherit the EOL part of the coding-system from the
3415         tex-main buffer.  Fit within 80 columns.
3417 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
3419         * tmm.el (tmm-inactive-face): New face.
3420         (tmm-remove-inactive-mouse-face): New function.
3421         (tmm-prompt, tmm-add-one-shortcut)
3422         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
3423         but not selectable.
3425 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
3427         * faces.el (face-equal): Improve argument/docstring consistency.
3429 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
3431         * progmodes/make-mode.el (makefile-targets-face)
3432         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
3433         (makefile-bsdmake-dependency-regex)
3434         (makefile-makepp-rule-action-regex)
3435         (makefile-bsdmake-rule-action-regex): New constants.
3436         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
3438         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3439         Allow (...) within `...' for makepp messages.
3441 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
3443         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
3445         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
3446         "." files are deleted from all file lists before comparison.
3448         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
3449         (viper-ESC-key): Made them customizable.
3451         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
3453 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
3455         * autorevert.el (auto-revert-buffers): Use save-match-data.
3457 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3459         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
3460         menu items with a nil command binding.
3462 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
3464         * emacs-lisp/cl-macs.el (defsetf):
3465         Improve argument/docstring consistency.
3467         * faces.el (list-faces-display): Improve the formatting by
3468         computing the maximum length required for any face-name (reworked
3469         patch of 1999-01-11, accidentally deleted on 1999-07-21).
3470         (internal-find-face): Remove redundant info in docstring.
3472 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
3474         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
3475         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
3476         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
3477         (gdb-assembler-custom): Improve regexps.
3478         (def-gdb-auto-update-handler): Use window point to preserve point.
3480 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3482         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
3484 2005-05-31  Jay Belanger  <belanger@truman.edu>
3486         * calc/calc-embed.el (calc-embedded-word): Change argument passed
3487         to calc-embedded.
3488         (calc-embedded-make-info): Have plain prefix argument select
3489         entire line.
3491 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
3493         * faces.el (list-faces-display): Signal error if passed a regexp
3494         that matches no face name.
3496         * simple.el (filter-buffer-substring): Fix typo in docstring.
3498 2005-05-31  Richard M. Stallman  <rms@gnu.org>
3500         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
3501         (vhdl-emacs-21): Doc fix.
3502         (vhdl-mode): Unconditionally set comment-padding.
3503         (vhdl-fixup-whitespace-region): Insert spaces only where
3504         there are none.
3505         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
3507 2005-05-30  John Wiegley  <johnw@newartisans.com>
3509         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
3510         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
3511         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
3512         `directory-sep-char' to ?/, and all uses of `string-to-int' to
3513         `string-to-number'.
3515 2005-05-30  Jay Belanger  <belanger@truman.edu>
3517         * calc/calc.el (calc-bug-address): Fix docstring.
3518         (calc-window-hook, calc-trail-window-hook): New variables.
3519         (calc-trail-display): Restore use of calc-trail-window-hook.
3520         (calc): Restore use of calc-window-hook.
3522 2005-05-31  Masatake YAMATO  <jet@gyve.org>
3524         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
3526         * help-fns.el (help-C-file-name): Add autoload mark for
3527         `find-function-noselect'.
3529 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3531         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
3532         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
3534 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
3536         * calendar/diary-lib.el (mark-included-diary-files): Only kill
3537         included diary buffer if it was not already being visited.
3538         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
3540         * calendar/icalendar.el (top-level): Do not require 'appt.
3542         * mail/supercite.el (sc-select-attribution): Only use a list
3543         element from sc-attrib-selection-list if it returns a string.
3544         Reported by Davide G. M. Salvetti <salve@debian.org>.
3546 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
3548         * thumbs.el (thumbs-thumbname): The resulting thumbname now
3549         includes a hash value to improve its uniqueness, and has a ".jpg"
3550         extension.  Also, it is now a valid filename on all systems.
3551         (thumbs-make-thumb): Use `let', not `let*'.
3552         (thumbs-show-thumbs-list): Check for JPEG availability.
3554 2005-05-30  Richard M. Stallman  <rms@gnu.org>
3556         * filesets.el (filesets-menu-ensure-use-cached):
3557         Prevent warning when emacs-version>= is undefined.
3559         * printing.el (pr-interactive-n-up): Use string-to-number.
3561         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
3563         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
3564         Warn only when name to be defined is quoted.
3566 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
3568         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
3569         Make regexp more robust.
3570         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
3571         Force regeneration of disassembly.
3573 2005-05-29  Jay Belanger  <belanger@truman.edu>
3575         * calc/calc.el (calc-user-invocation): Check if
3576         calc-invocation-macro is non-nil.
3578 2005-05-29  Juri Linkov  <juri@jurta.org>
3580         * add-log.el (change-log-font-lock-keywords):
3581         Add `+' to e-mail regexp to accept mail address with keywords.
3583         * man.el (Man-name-regexp): Add `:' to accept qualified names.
3585 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
3587         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
3589         * ielm.el (inferior-emacs-lisp-mode): Ditto.
3591 2005-05-29  Richard M. Stallman  <rms@gnu.org>
3593         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
3594         Undo the change that moves to end of the current word.
3596 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
3598         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
3599         Throw error when count <= 0 to ensure input is a number.
3600         (gdb-read-memory-custom): Pick up address from buffer.
3601         (gdb-memory-mode): Allow user to increment and decrement
3602         memory address from header line.
3604 2005-05-29  Richard M. Stallman  <rms@gnu.org>
3606         * flyspell.el (flyspell-version): Function deleted.
3607         (flyspell-auto-correct-previous-hook): Doc fix.
3609         * jit-lock.el (jit-lock-function, jit-lock-after-change):
3610         Do nothing if memory is full.
3612         * font-lock.el (font-lock-fontify-syntactically-region):
3613         Pass t for GREEDY to looking-back.
3615         * saveplace.el (save-place-alist-to-file): Write the file
3616         using write-region.
3618         * subr.el (looking-back): New argument GREEDY.
3620         * progmodes/compile.el (compilation-start): Set the mode
3621         before inserting the initial text.
3623         * progmodes/which-func.el (which-func-update-1): Turn the mode
3624         off in case of error by setting which-func-mode.
3626 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
3628         * flyspell.el (flyspell-auto-correct-previous-word):
3629         Narrow down to what's on the screen, and recenter overlays
3630         at the end of the next word.
3632 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
3634         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
3635         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
3636         (flyspell-abbrev-p): Default to nil.
3637         (flyspell-use-global-abbrev-table-p): Doc fix.
3638         (flyspell-large-region): Allow nil as value.
3639         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
3641         (mail-mode-flyspell-verify): More robust handling
3642         of `mail-header-separator'.  More efficient signature detection.
3643         Allow for regexp metacharacters in message-header-separator.
3644         Adding `To' not to be checked in mail-mode-flyspell-verify.
3646         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
3647         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
3648         Bind flyspell-auto-correct-binding.
3649         Bind C-. and C-, .
3650         (flyspell-mode-map): Likewise.
3651         (flyspell-mode): Doc fix.
3652         (flyspell-accept-buffer-local-defs): Preserve current buffer.
3653         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
3654         (flyspell-word-cache-result): New var, always local.
3655         (flyspell-check-pre-word-p): Doc fix.
3656         (flyspell-check-changed-word-p): Handle spc like newline.
3657         (flyspell-post-command-hook): Set flyspell-word-cache-result.
3658         (flyspell-word-search-backward, flyspell-word-search-forward):
3659         New functions.
3660         (flyspell-word): Return t if nothing to check.
3661         When parsing TeX code, check for after } or \.
3662         Use flyspell-word-search-backward to find previous word.
3663         Return nil if duplicated word.
3664         For word already checked, return same value as last time.
3665         Set flyspell-word-cache-result after checking.
3666         Don't clobber the return value.
3667         (flyspell-get-word): Major rewrite.
3668         (flyspell-external-point-words): New locals pword, pcount.
3669         Fix size used in progress message.
3670         Find the proper corresponding word in flyspell-large-region-buffer.
3671         (flyspell-region): Check for flyspell-large-region = nil.
3672         (flyspell-highlight-incorrect-region): Clean up overlays in region.
3673         (flyspell-auto-correct-word): Check that WORD is a cons.
3674         (flyspell-correct-word): Likewise.
3676 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
3678         * progmodes/make-mode.el (makefile-rule-action-regex)
3679         (makefile-macroassign-regex, makefile-makepp-mode)
3680         (makefile-bsdmake-mode): Continuation lines may be empty.
3681         Reported by Joshua Varner.
3682         (makefile-makepp-font-lock-keywords): Add $(stem).
3684 2005-05-28  Karl Berry  <karl@gnu.org>
3686         * textmodes/tex-mode.el: Now that tex-send-command calls
3687         shell-quote-argument (2005-03-31 change), remove all calls to
3688         shell-quote-argument; they all end up invoking tex-send-command.
3689         The double quoting loses on filenames with non-safe characters,
3690         such as "@".  Reported by Frederik Fouvry.
3692 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
3694         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
3695         about preserving point.
3697 2005-05-27  Jay Belanger  <belanger@truman.edu>
3699         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
3700         Info-goto-node.
3702         * calc/calc-embed.el (calc-embed-arg): New variable.
3703         (calc-do-embedded-activate, calc-embedded-activate-formula)
3704         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
3705         variable by new variable.
3706         (calc-embedded-make-info): Replace undeclared variable by new
3707         variable.  When selecting region with positive prefix
3708         argument, use end of previous line instead of beginning of line.
3710         * calc/calc-aent.el (calc-arg-values): Declare it.
3712         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
3713         Declare them.
3715         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
3717         * calc/calc.el (calc-alg-map): Declare it.
3719         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
3721 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
3723         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
3724         (gdb-registers-buffer, toggle-gdb-all-registers):
3725         Toggle display of floating point registers.
3726         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
3728         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
3729         (toggle-gud-tooltip-dereference):
3730         Rename from gud-toggle-tooltip-dereference.
3732 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3734         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
3736 2005-05-27  Jay Belanger  <belanger@truman.edu>
3738         * calc/calc-prog.el (calc-kbd-report): Remove.
3739         (calc-kbd-query): Rewrite.
3741 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
3743         * image.el (image-library-alist): Move to image.c.
3744         (image-type-available-p): Doc fix.
3746 2005-05-27  Lute Kamstra  <lute@gnu.org>
3748         * calc/calc.el (calc):
3749         * outline.el (outline-1, outline-2, outline-3, outline-4)
3750         (outline-5, outline-6, outline-7, outline-8):
3751         * textmodes/dns-mode.el (dns-mode):
3752         * textmodes/sgml-mode.el (sgml-namespace-face):
3753         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
3754         (tex-verbatim-face, tex-use-reftex):
3755         * textmodes/texinfo.el (texinfo-heading-face):
3756         Specify customization group.
3758         * longlines.el: Don't require easy-mmode.
3759         (longlines-visible-face): Specify customization group.
3761 2005-05-27  Kenichi Handa  <handa@m17n.org>
3763         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
3764         encoding table of windows-1251.
3766         * international/ucs-tables.el (ucs-set-table-for-input):
3767         If translation-table-for-input of a coding system is a symbol, get
3768         its translation-table property.
3770         * international/code-pages.el: Don't register a coding system into
3771         non-iso-charset-alist more than once.
3772         (cp-make-coding-system): Likewise.
3774 2005-05-26  John Wiegley  <johnw@newartisans.com>
3776         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
3777         `eshell-resume-eval' is wrapped in a list, it indicates that the
3778         command was run asynchronously.  In that case, unwrap the value
3779         before checking the delimiter value.
3781         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
3782         character before a space at the end of a line is \, assume the space
3783         is part of the last argument rather than a final argument separator.
3785         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
3786         is in use, and the target is `t' or `nil' (which are the most common
3787         values), don't assume that the symbol target is a buffer.
3789 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
3791         * calendar/calendar.el (calendar-mode-line-format):
3792         Use mode-line-highlight as mouse-face.
3794         * time.el (display-time-string-forms, display-time-update):
3795         Use mode-line-highlight as mouse-face.
3797 2005-05-26  Jay Belanger  <belanger@truman.edu>
3799         * calc/calc.el (calc-language-alist): Remove extra defvar.
3801 2005-05-26  Lute Kamstra  <lute@gnu.org>
3803         * arc-mode.el (archive-mode):
3804         * bookmark.el (bookmark-read-annotation-mode)
3805         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
3806         * bs.el (bs-mode):
3807         * calc/calc-yank.el (calc-edit-mode):
3808         * calc/calc.el (calc-mode, calc-trail-mode):
3809         * calculator.el (calculator-mode):
3810         * chistory.el (command-history-mode):
3811         * comint.el:
3812         * cus-edit.el (custom-mode):
3813         * descr-text.el (describe-text-mode):
3814         * ebuff-menu.el (Electric-buffer-menu-mode):
3815         * ediff-util.el (ediff-mode):
3816         * emacs-lisp/re-builder.el (reb-mode):
3817         * emulation/vi.el (vi-mode-setup):
3818         * emulation/ws-mode.el (wordstar-mode):
3819         * eshell/esh-mode.el (eshell-mode):
3820         * forms.el (forms-mode):
3821         * help-mode.el (help-mode):
3822         * hexl.el (hexl-mode):
3823         * ibuffer.el (ibuffer-mode):
3824         * ielm.el (inferior-emacs-lisp-mode):
3825         * info.el (Info-mode, Info-edit-mode):
3826         * international/swedish.el:
3827         * ledit.el (ledit-from-lisp-mode):
3828         * locate.el (locate-mode):
3829         * mail/rmail.el (rmail-mode):
3830         * mail/rmailedit.el (rmail-edit-mode):
3831         * mail/rmailsum.el (rmail-summary-mode):
3832         * mail/supercite.el (sc-electric-mode):
3833         * net/eudc.el (eudc-mode):
3834         * net/quickurl.el (quickurl-list-mode):
3835         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
3836         * obsolete/ooutline.el (outline-mode):
3837         * obsolete/options.el (Edit-options-mode):
3838         * obsolete/rnews.el (news-mode):
3839         * obsolete/rnewspost.el (news-reply-mode):
3840         * play/5x5.el (5x5-mode):
3841         * play/decipher.el (decipher-mode, decipher-stats-mode):
3842         * play/gomoku.el (gomoku-mode):
3843         * play/snake.el (snake-mode):
3844         * play/solitaire.el (solitaire-mode):
3845         * play/tetris.el (tetris-mode):
3846         * progmodes/ada-mode.el (ada-mode):
3847         * progmodes/antlr-mode.el (antlr-mode):
3848         * progmodes/autoconf.el (autoconf-mode):
3849         * progmodes/dcl-mode.el (dcl-mode):
3850         * progmodes/delphi.el (delphi-mode):
3851         * progmodes/ebrowse.el (ebrowse-tree-mode)
3852         (ebrowse-electric-list-mode, ebrowse-member-mode)
3853         (ebrowse-electric-position-mode):
3854         * progmodes/f90.el (f90-mode):
3855         * progmodes/fortran.el (fortran-mode):
3856         * progmodes/icon.el (icon-mode):
3857         * progmodes/idlw-help.el (idlwave-help-mode):
3858         * progmodes/idlw-shell.el (idlwave-shell-mode):
3859         * progmodes/idlwave.el (idlwave-mode):
3860         * progmodes/inf-lisp.el (inferior-lisp-mode):
3861         * progmodes/m4-mode.el (m4-mode):
3862         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
3863         * progmodes/modula2.el (modula-2-mode):
3864         * progmodes/octave-inf.el (inferior-octave-mode):
3865         * progmodes/octave-mod.el (octave-mode):
3866         * progmodes/pascal.el (pascal-mode):
3867         * progmodes/sh-script.el (sh-mode):
3868         * progmodes/sql.el (sql-mode, sql-interactive-mode):
3869         * progmodes/vhdl-mode.el (vhdl-mode):
3870         * progmodes/xscheme.el (scheme-interaction-mode):
3871         * replace.el (occur-mode):
3872         * ses.el (ses-mode):
3873         * simple.el (completion-list-mode):
3874         * skeleton.el:
3875         * speedbar.el (speedbar-mode):
3876         * term.el (term-mode):
3877         * terminal.el (terminal-edit-mode):
3878         * textmodes/reftex-index.el (reftex-index-mode)
3879         (reftex-index-phrases-mode):
3880         * textmodes/reftex-sel.el (reftex-select-label-mode)
3881         (reftex-select-bib-mode):
3882         * textmodes/reftex-toc.el (reftex-toc-mode):
3883         * wdired.el (wdired-change-to-wdired-mode):
3884         * wid-browse.el (widget-browse-mode):
3885         Use run-mode-hooks.
3887         * array.el (array-mode):
3888         * calendar/todo-mode.el (todo-mode):
3889         * man.el (Man-mode):
3890         * play/landmark.el (lm-mode):
3891         * play/mpuz.el (mpuz-mode):
3892         Use kill-all-local-variables and run-mode-hooks.
3894         * subr.el (delay-mode-hooks): Specify indentation.
3896 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
3898         * xml.el (xml-substitute-special): Don't die for undefined xml entities.
3900 2005-05-26  Jay Belanger  <belanger@truman.edu>
3902         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
3903         of nil.
3905 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
3907         * progmodes/gdb-ui.el (gdb-frame-address):
3908         Rename from gdb-current-address.
3909         (gdb-previous-frame-address): Rename from gdb-previous-address.
3910         (gdb-selected-frame): Rename from gdb-current-frame.
3911         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
3912         (gdb-frame-number): Rename from gdb-current-stack-level.
3913         (gdb-ann3): Match new mode-name for disassembly buffer.
3914         Extend initialization of variables.
3915         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
3916         (gdb-memory-mode): Use mouse-face in header line.
3917         (gdb-assembler-buffer-name): Call it disassembly and give frame
3918         in mode line.
3919         (gdb-source-spec-regexp, gdb-assembler-custom)
3920         (gdb-invalidate-assembler, gdb-frame-handler):
3921         Make robust to leading zeroes in address format.
3923 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
3925         * textmodes/org.el (org-mode): Use `define-derived-mode' to
3926         define `org-mode'.
3927         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
3929 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3931         * log-edit.el (log-edit-changelog-entries): Distinguish between
3932         filenames like xfns.c and fns.c.
3934 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
3936         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
3937         point after reverting.
3938         (Buffer-menu-make-sort-button): Handle the case where
3939         `Buffer-menu-use-header-line' is nil.
3941 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
3943         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
3944         New funcs.  In minibuffer-local-completion-map bind `]', `/'
3945         and `:' to them.
3947 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3949         * startup.el (normal-top-level): Allow modification of load-path while
3950         we're iterating over it.
3952 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
3954         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
3955         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
3956         (thumbs-resize-interactive, thumbs-insert-image)
3957         (thumbs-insert-thumb, thumbs-dired-show-marked)
3958         (thumbs-find-image-at-point, thumbs-delete-images)
3959         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
3960         (thumbs-increment-image-size, thumbs-decrement-image-size):
3961         Fix typos in docstrings.
3963 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
3965         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
3966         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
3967         (cperl-mode): Use them.
3969 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
3971         * window.el (quit-window, shrink-window-if-larger-than-buffer):
3972         Doc fixes.
3974 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
3976         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
3977         Bind C-d to gdb-inferior-io-eof.
3979         * dired.el (dired-dnd-popup-notice): Use message-box.
3981 2005-05-23  Masatake YAMATO  <jet@gyve.org>
3983         * bindings.el (mode-line-major-mode-keymap):
3984         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
3986         * faces.el (mode-line-highlight): New face.
3988         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
3989         as mouse-face.
3991         * bindings.el (top-level, help-echo, mode-line-modified)
3992         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
3993         as mouse-face.
3995 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
3997         * progmodes/cc-engine.el (c-guess-basic-syntax):
3998         Remove spurious call to `zerop'.
4000         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
4002 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
4004         CC Mode update to 5.30.10:
4006         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
4007         could go past the limit in decoration level 2, thereby causing
4008         errors during interactive fontification.
4010         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
4011         the file is evaluated interactively.
4013         * cc-engine.el (c-guess-basic-syntax): Handle operator
4014         declarations somewhat better in C++.
4016         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
4017         make use of `run-mode-hooks' which has been added in Emacs 21.1.
4018         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
4019         (awk-mode): Use it.
4020         (make-local-hook): Suppress warning about obsoleteness.
4022         * cc-engine.el, cc-align.el, cc-cmds.el
4023         (c-append-backslashes-forward, c-delete-backslashes-forward)
4024         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
4025         Compensate for return value from `forward-line' when it has moved
4026         but not to a different line due to eob.
4028         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
4029         `objc-method-intro' and `objc-method-args-cont'.
4031 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
4033         CC Mode update to 5.30.10:
4035         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
4036         in the copyright statement.  Incidentally, change "along with GNU
4037         Emacs" to "along with this program" where it occurs.
4039         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
4040         so that it is interactive, hence can be found by M-x awk-mode
4041         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
4042         <gmorris+emacs@ast.cam.ac.uk>.
4044         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
4045         Mode's regexps.
4047 2005-05-23  Kevin Ryde  <user42@zip.com.au>
4049         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
4050         c-parse-state, to avoid a lisp error (on bad code).
4052 2005-05-23  Lute Kamstra  <lute@gnu.org>
4054         * subr.el (font-lock-defaults): Remove defvar as it's already
4055         defined in font-core.el.
4057         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
4059 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
4061         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
4062         more general and work when GDB variable "print pretty" is on,
4063         as with Emacs, for example.
4065 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
4067         * font-core.el: Update comment.
4069         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
4070         Use `after-change-major-mode-hook' instead of `find-file-hook'.
4072         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
4074 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
4076         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
4077         and `yank-handler' in the doc strings.
4079 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4081         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
4083 2005-05-22  Richard M. Stallman  <rms@gnu.org>
4085         * help.el (describe-key): Move print-help-return-message call
4086         out of conditional.
4088         * progmodes/etags.el (list-tags): Use with-no-warnings.
4090         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
4091         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
4092         (starttls-extra-args, starttls-extra-arguments): Add defvars.
4094         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
4096         * language/viet-util.el (viet-viscii-nonascii-translation-table):
4097         Add defvar.
4099         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
4100         Use defvar, not defconst.
4102         * hexl.el (hexl-follow-line): Use with-no-warnings.
4104         * emulation/tpu-extras.el: Use write-file-functions instead of
4105         write-file-hooks.
4107         * dired.el (dired-font-lock-keywords): Fontify files with junk
4108         extensions even if marked by -F.
4110 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
4112         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
4113         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
4114         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
4115         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
4116         (concatenate, list-length, get*, getf, cl-remprop):
4117         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
4118         (etypecase, progv, lexical-let, lexical-let*)
4119         (multiple-value-bind, multiple-value-setq, shiftf):
4120         Improve argument/docstring consistency.
4122         * subr.el (focus-frame, unfocus-frame):
4123         Revert deletion on 2005-05-01.
4125 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
4127         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
4128         doesn't exist.
4130         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
4131         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
4133 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
4135         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
4136         already deleted variables: auto-fill-hook, blink-paren-hook,
4137         lisp-indent-hook, inhibit-local-variables, unread-command-event,
4138         suspend-hooks, comment-indent-hook, meta-flag,
4139         before-change-function, after-change-function,
4140         font-lock-doc-string-face.
4142 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
4144         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
4146 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
4148         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
4149         rmail-dont-reply-to.
4151 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
4153         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
4154         literal blank when splitting new-header-values.
4156 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
4158         * calendar/cal-menu.el (cal-menu-update): Add separator as a
4159         string so that tmm doesn't create a completion entry for it.
4161         * textmodes/table.el (table-disable-menu): Ditto.
4163 2005-05-21  Richard M. Stallman  <rms@gnu.org>
4165         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
4167         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
4169         * net/rcompile.el (remote-compile): Use compilation-start.
4171         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
4173 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
4175         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
4176         Default to makefile-bsdmake-mode on BSD systems.
4178         * imenu.el (imenu-generic-expression, imenu--generic-function'):
4179         REGEXP may also be a search function now.  The part of doc-string
4180         for describing the structure was 95% identical to that of
4181         `imenu--generic-function'.  Unify it there.
4183         * progmodes/make-mode.el (makefile-imenu-generic-expression):
4184         Use function to find dependencies, because regexp alone is so complex,
4185         it easily goes into an endless loop.
4186         (makefile-makepp-mode): Also add submenu for Perl functions
4187         defined in the makefile.
4188         (makefile-bsdmake-mode): Special imenu-generic-expression no
4189         longer needed, due to function call.
4190         (makefile-match-dependency): Take BOUND into account when checking
4191         if we're through.
4193 2005-05-20  Jay Belanger  <belanger@truman.edu>
4195         * calc/calc-units.el (calc-invalidate-units-table):
4196         Use inhibit-read-only.
4197         (math-build-units-table-buffer): Use view-mode.
4199 2005-05-20  David Kastrup  <dak@gnu.org>
4201         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
4202         easy-menu-add is not a nop on Emacs; and clarify when to call it.
4204 2005-05-20  Lute Kamstra  <lute@gnu.org>
4206         * diff-mode.el (diff-header-face, diff-file-header-face)
4207         (diff-index-face, diff-hunk-header-face, diff-removed-face)
4208         (diff-added-face, diff-changed-face, diff-function-face)
4209         (diff-context-face, diff-nonexistent-face): Put them in the
4210         diff-mode customization group.
4212 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4214         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
4216         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
4218         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
4219         Minor regexp-optimization.
4221 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
4223         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
4224         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
4225         (org-agenda-add-time-grid-maybe): New function.
4226         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
4227         (org-table-create): `dotimes' instead of `mapcar'.
4228         (org-xor): Simplify implementation.
4229         (org-agenda): `inhibit-redisplay' turned on.
4230         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
4231         a consistent line after a state change.
4232         (org-agenda-remove-times-when-in-prefix): New option.
4233         (org-prefix-has-time): New variable.
4234         (org-parse-time-string): Optional argument NODEFAULT.
4235         (org-format-agenda-item): Parse items for time-of-day
4236         specifications and move these into the prefix if possible.
4237         (org-agenda-priority): Get current heading, not previous heading
4238         during agenda remote editing.
4240 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
4242         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
4243         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
4244         (remove-duplicates, delete-duplicates, substitute)
4245         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
4246         (nsubstitute-if-not, find, find-if, find-if-not, position)
4247         (position-if, position-if-not, count, count-if, count-if-not)
4248         (mismatch, search, sort*, stable-sort, merge, member*)
4249         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
4250         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
4251         (intersection, nintersection, set-difference, nset-difference)
4252         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
4253         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
4254         (nsublis, tree-equal): Improve argument/docstring consistency.
4256         * subr.el (send-string, send-region):
4257         Remove obsolescence declaration.
4258         (window-dot, set-window-dot, read-input, show-buffer)
4259         (eval-current-buffer, string-to-int):
4260         Add release number to obsolescence declarations.
4262 2005-05-19  Kim F. Storm  <storm@cua.dk>
4264         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
4265         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
4267 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
4269         * faces.el (list-faces-display): Make back button respect optional
4270         regexp arg.
4272 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
4274         * calculator.el (calculator-radix-grouping-mode)
4275         (calculator-radix-grouping-digits, calculator-displayer)
4276         (calculator-radix-grouping-separator, calculator-copy-displayer):
4277         * dabbrev.el (dabbrev-search-these-buffers-only):
4278         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
4279         (diff-advance-after-apply-hunk, diff-mode-hook)
4280         (diff-minor-mode-prefix):
4281         * imenu.el (imenu-use-popup-menu):
4282         * jit-lock.el (jit-lock-context-time):
4283         * newcomment.el (comment-fill-column, comment-column)
4284         (comment-style, comment-padding, comment-multi-line)
4285         (comment-empty-lines, comment-auto-fill-only-comments):
4286         * reveal.el (reveal-around-mark):
4287         * uniquify.el (uniquify-buffer-name-style)
4288         (uniquify-after-kill-buffer-p)
4289         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
4290         (uniquify-min-dir-content, uniquify-separator)
4291         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
4292         * w32-vars.el (w32-fixed-font-alist):
4293         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
4294         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
4295         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
4296         * progmodes/perl-mode.el (perl-indent-level)
4297         (perl-continued-statement-offset, perl-continued-brace-offset)
4298         (perl-brace-offset, perl-brace-imaginary-offset)
4299         (perl-label-offset, perl-indent-continued-arguments)
4300         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
4301         * progmodes/tcl.el (tcl-indent-level)
4302         (tcl-continued-indent-level, tcl-auto-newline)
4303         (tcl-tab-always-indent, tcl-electric-hash-style)
4304         (tcl-help-directory-list, tcl-use-smart-word-finder)
4305         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
4306         (inferior-tcl-source-command):
4307         * textmodes/fill.el (enable-kinsoku):
4308         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
4309         * textmodes/table.el (table-yank-handler):
4310         Specify missing group (and type, if simple) in defcustom.
4312 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
4314         * progmodes/compile.el (compilation-finish-function): Fix defvar.
4316 2005-05-19  Richard M. Stallman  <rms@gnu.org>
4318         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
4320         * subr.el (event-basic-type): Don't get an error.
4321         (left-fringe-p): Function deleted.
4323         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
4324         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
4326         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
4327         in recursive copy.
4329         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
4331         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
4333         * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
4334         Call byte-compile-nogroup-warn if appropriate.
4336         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
4337         (compilation-set-window): Don't call left-fringe-p; do it directly.
4339 2005-05-19  Jay Belanger  <belanger@truman.edu>
4341         * calc/calc-graph.el (calc-graph-format-data): Make sure
4342         var-PlotRejects is bound before trying to check its value.
4344 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
4346         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
4347         definition of this variable from reftex-global.el to reftex.el,
4348         because it is needed in the menu.
4350 2005-05-19  Lute Kamstra  <lute@gnu.org>
4352         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
4353         years are fixed.  Don't insert a space after a dash.
4355 2005-05-19  Kim F. Storm  <storm@cua.dk>
4357         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
4359 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
4361         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
4362         strings, because (eq ... ?\\) is fairly frequent.
4364         * progmodes/make-mode.el (makefile-add-this-line-targets):
4365         Simplify and integrate into `makefile-pickup-targets'.
4366         (makefile-add-this-line-macro): Simplify and integrate into
4367         `makefile-pickup-macros.
4368         (makefile-pickup-filenames-as-targets): Simplify.
4369         (makefile-previous-dependency, makefile-match-dependency):
4370         Don't stumble over `::'.
4372 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
4374         * subr.el (post-command-idle-hook, post-command-idle-delay):
4375         Remove obsoletion of post-command-idle-hook and
4376         post-command-idle-delay.
4378         * faces.el (list-faces-display): Provide button when describe-face
4379         is called to take user back to the list of faces.
4381         * help-fns.el (describe-variable): Remove hyperlinks in a
4382         variable's value as these are quite frequently inappropriate.
4384         * follow.el (follow-submit-feedback, follow-mode):
4385         Remove references to post-command-idle-hook.
4387 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
4389         * progmodes/make-mode.el (makefile-previous-dependency)
4390         (makefile-match-dependency): Check for := (and in bsd mode also
4391         !=) to give a better result, even when font-lock is not on.
4393 2005-05-18  Jay Belanger  <belanger@truman.edu>
4395         * calc/calc-help.el (calc-s-prefix-help):
4396         Add `calc-copy-special-constant' to help string.
4398 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
4400         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
4402 2005-05-18  Jay Belanger  <belanger@truman.edu>
4404         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
4405         in linear factors are in proper order.
4407 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
4409         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
4410         Support for jurabib.
4412         * textmodes/reftex.el (featurep): Define aliases for overlay
4413         commands, for XEmacs compatibility, and use these aliases in
4414         overlay initializations.
4415         (reftex-highlight): Use `reftex-move-overlay'.
4416         (reftex-unhighlight): Use `reftex-delete-overlay'.
4417         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
4418         (reftex-access-search-path): Use `reftex-uniquify' instead of
4419         `reftex-uniq'
4421         * textmodes/reftex-sel.el (reftex-select-unmark):
4422         Overlay `before-string' property modification enables for Emacs as well.
4423         (reftex-select-item): Use `reftex-delete-overlay'.
4424         (reftex-select-mark): Use `reftex-make-overlay' and
4425         `reftex-overlay-put'.
4426         (reftex-select-unmark): Use `reftex-delete-overlay' and
4427         `reftex-overlay-put'.
4429 2005-05-18  Lute Kamstra  <lute@gnu.org>
4431         * emacs-lisp/lisp.el (check-parens): Fix docstring.
4433 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
4435         * add-log.el (add-change-log-entry):
4436         * array.el (array-make-template, array-reconfigure-rows)
4437         (array-init-max-row, array-init-max-column)
4438         (array-init-columns-per-line, array-init-field-width):
4439         * replace.el (replace-match-maybe-edit, perform-replace):
4440         * textmodes/spell.el (spell-region):
4441         Replace `read-input' by `read-string'.
4443         * forms.el (forms-mode):
4444         * finder.el (finder-compile-keywords):
4445         * shadowfile.el (shadow-read-files):
4446         Replace `eval-current-buffer' by `eval-buffer'.
4448         * terminal.el (te-pass-through):
4449         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
4450         (ange-ftp-raw-send-cmd):
4451         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
4452         (send-process-next-char, telnet-initial-filter, telnet):
4453         Replace `send-string' by `process-send-string'.
4455         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
4456         (prolog-consult-region): Replace `send-string' by
4457         `process-send-string'; replace `send-region' by `process-send-region'.
4459         * progmodes/delphi.el (delphi-log-msg):
4460         Replace `set-window-dot' by `set-window-point'.
4462         * subr.el (window-dot, set-window-dot, read-input, send-string)
4463         (send-region, show-buffer, eval-current-buffer):
4464         Make really obsolete, as the comment says.
4466 2005-05-17  Kim F. Storm  <storm@cua.dk>
4468         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
4469         (cua--init-keymaps): Bind C-return instead of S-return to set
4470         rectangle mark.
4472         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
4473         instead of S-return to toggle/clear rectangle mark.
4475 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
4477         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
4478         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
4479         Also fontify plain strings assigned to variables, mostly so that a
4480         colon has a face and is thus not taken as a dependency separator.
4481         (makefile-previous-dependency): Inline the new matcher, because it
4482         is too complex to work in both directions.
4483         (makefile-match-dependency): Eliminate `backward' arg (see above).
4484         Completely reimplemented so as to not sometimes go into an endless
4485         loop.  It should also be more efficient, because first it only
4486         searches for `:', instead of applying the very complex regexp.
4487         (makefile-mode): Cancel `font-lock-support-mode', because blocks
4488         to be fontified in one piece can be too long for JIT.
4489         Makefiles are never *that* big.
4491 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
4493         * dired.el (dired-mode): Simplify.
4495 2005-05-17  Lute Kamstra  <lute@gnu.org>
4497         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
4498         defcustom for the mode hook variable.
4500         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
4501         Emacs Lisp Reference Manual.
4503 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
4505         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
4506         (evenp, list*):
4507         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
4508         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
4510         * net/tramp-smb.el (tramp-smb-open-connection):
4511         Pass `tramp-chunksize' as fifth (required) argument.
4513 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
4515         * font-lock.el (lisp-font-lock-keywords-1):
4516         Set `font-lock-negation-char-face' for [^...] char group.
4517         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
4519         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
4520         a var, and refine it to mask one more level of nested vars.
4521         (makefile-rule-action-regex): Turn it into a var, and refine it so
4522         it recognizes backslashed continuation lines as belonging to the
4523         same command.
4524         (makefile-macroassign-regex): Refine it so it recognizes
4525         backslashed continuation lines as belonging to the same command.
4526         (makefile-var-use-regex): Don't look at the next char, because it
4527         might be the same one to be skipped by the initial [^$], leading
4528         to an overlooked variable use.
4529         (makefile-make-font-lock-keywords): Remove two parameters, which
4530         are now variables that some of the modes set locally.
4531         Handle dependency and rule action matching through functions, because
4532         regexps alone match too often.  Dependency matching now comes
4533         last, so it can check, whether a colon already matched something else.
4534         (makefile-mode): Inform that font-lock improves makefile parsing
4535         capabilities.
4536         (makefile-match-dependency, makefile-match-action): New functions.
4538 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
4540         * emacs-lisp/cl-extra.el (equalp): Doc fix.
4542         * align.el (align-regexp):
4543         * ansi-color.el (ansi-color-get-face):
4544         * array.el (array-reconfigure-rows, array-init-max-row)
4545         (array-init-max-column, array-init-columns-per-line)
4546         (array-init-field-width):
4547         * dired-aux.el (dired-trample-file-versions):
4548         * dired-x.el (dired-mark-sexp):
4549         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
4550         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
4551         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
4552         * faces.el (face-read-integer):
4553         * files.el (backup-extract-version, insert-directory):
4554         * hexl.el (hexl-insert-decimal-char):
4555         * server.el (server-process-filter):
4556         * shell.el (shell-extract-num):
4557         * startup.el (command-line-1):
4558         * term.el (term-command-hook):
4559         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
4560         (time-stamp-do-number):
4561         * time.el (display-time-update):
4562         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
4563         (timezone-fix-time):
4564         * vms-patch.el (vms-suspend-resume-hook):
4565         * calendar/appt.el (appt-convert-time):
4566         * calendar/cal-bahai.el (mark-bahai-diary-entries):
4567         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
4568         * calendar/cal-islam.el (mark-islamic-diary-entries):
4569         * calendar/calendar.el (calendar-cursor-to-date)
4570         (calendar-star-date):
4571         * calendar/diary-lib.el (diary-attrtype-convert)
4572         (mark-diary-entries, diary-entry-time):
4573         * calendar/solar.el (solar-get-number):
4574         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
4575         * emacs-lisp/re-builder.el (reb-display-subexp):
4576         * emulation/edt.el (edt-set-scroll-margins):
4577         * emulation/tpu-extras.el (tpu-set-scroll-margins):
4578         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
4579         (vip-get-ex-count):
4580         * emulation/viper-ex.el (viper-get-ex-token)
4581         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
4582         * international/fontset.el (fontset-plain-name):
4583         * mail/feedmail.el (feedmail-look-at-queue-directory):
4584         * mail/mailalias.el (mail-get-names):
4585         * mail/rmail.el (rmail-convert-to-babyl-format):
4586         * mail/rmailsum.el (rmail-make-basic-summary-line)
4587         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
4588         (rmail-summary-goto-msg):
4589         * mail/smtpmail.el (smtpmail-read-response):
4590         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
4591         (ange-ftp-vms-add-file-entry):
4592         * play/gametree.el (gametree-looking-at-ply)
4593         (gametree-current-branch-score):
4594         * progmodes/ada-xref.el (ada-prj-find-prj-file)
4595         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
4596         * progmodes/cperl-mode.el (condition-case):
4597         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
4598         (ebrowse-set-member-buffer-column-width)
4599         (ebrowse-select-1st-to-9nth):
4600         * progmodes/etags.el (etags-snarf-tag):
4601         * progmodes/flymake.el (flymake-parse-line):
4602         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
4603         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
4604         (idlwave-shell-menu-def):
4605         * progmodes/ps-mode.el (ps-run-goto-error):
4606         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
4607         (vhdl-speedbar-contract-level):
4608         * term/mac-win.el (x-handle-numeric-switch):
4609         * term/sun-mouse.el (sun-get-frame-data):
4610         * term/w32-win.el (x-handle-numeric-switch):
4611         * term/x-win.el (x-handle-numeric-switch):
4612         * textmodes/ispell.el (ispell-parse-output):
4613         * textmodes/nroff-mode.el (nroff-outline-level):
4614         * textmodes/reftex-cite.el (reftex-bib-sort-year)
4615         (reftex-bib-sort-year-reverse, reftex-format-citation):
4616         * textmodes/reftex-parse.el (reftex-init-section-numbers)
4617         (reftex-section-number):
4618         * textmodes/texinfmt.el (texinfo-paragraphindent):
4619         Replace `string-to-int' by `string-to-number'.
4621         * international/latexenc.el: Add page marker to force the "Local
4622         Variables:" string out of the last page.
4624 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
4626         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
4627         tooltip-change-major-mode.
4628         (gud-tooltip-print-command): Remove case where gud-minor-mode
4629         is gdb ("--fullname").
4630         (gud-tooltip-tips): Turn GUD tooltips off for this case and
4631         explain to user.
4633 2005-05-16  Jay Belanger  <belanger@truman.edu>
4635         * calc/calc-store.el (calc-copy-special-constant): New function.
4637         * calc/calc-ext.el (calc-init-extensions): Add binding for
4638         `calc-copy-special-constant'.
4640         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
4641         for the `calc-copy-special-constant' command.
4643 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
4645         * subr.el (left-fringe-p): New function.
4647         * progmodes/compile.el (compilation-setup): Set local value of
4648         overlay-arrow-string to "" always.
4649         (compilation-set-window): Left fringe then don't scroll.
4650         No left fringe then no arrow and scroll message to top.
4651         (compilation-context-lines): Adjust doc string accordingly.
4653 2005-05-16  Kim F. Storm  <storm@cua.dk>
4655         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
4656         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
4657         (ido-wide-find-dir-or-delete-dir): New command for M-d.
4658         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
4659         (ido-read-file-name): Handle commands with ido property value
4660         equal to find-file as reading a file name, to allow C-d to enter dired.
4661         (ibuffer-find-file): Add ido property with value find-file.
4663 2005-05-15  Kim F. Storm  <storm@cua.dk>
4665         * subr.el (open-network-stream-nowait): Remove.
4666         (open-network-stream-server): Remove.
4668 2005-05-15  Richard M. Stallman  <rms@gnu.org>
4670         * faces.el (describe-face): Output a definition link button.
4672         * help-mode.el (help-face-def): New button type.
4674         * emacs-lisp/copyright.el (copyright-fix-years):
4675         Match properly if the first year is 2-digit.
4676         Don't mess up the whitespace after the years by filling.
4678         * dired-aux.el (dired-mark-confirm):
4679         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
4681         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
4682         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
4683         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
4685         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4686         Set font-lock-comment-start-skip.
4688         * font-lock.el (font-lock-comment-start-skip): New variable.
4689         (font-lock-comment-end-skip): New variable.
4690         (font-lock-fontify-syntactically-region): Use them if non-nil.
4692 2005-05-15  Jay Belanger  <belanger@truman.edu>
4694         * calc/calc-store.el (calc-store-value): Return a string rather
4695         than display it as a message.
4696         Use calc-var-name for variable name.
4697         (calc-store-into): Add the result of calc-store-value to message.
4698         (calc-copy-variable): Add a message.
4699         (calc-store-exchange): Improve error messages.
4700         (calc-store-binary, calc-store-map): Don't reset the values of
4701         special constants.
4703 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
4705         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
4706         manual to docstring.
4708         * files.el (hack-local-variables-confirm): Add STRING argument.
4709         Make the function handle non file visiting buffers correctly.
4710         (hack-local-variables-prop-line, hack-local-variables)
4711         (hack-one-local-variable): Use STRING arg of
4712         `hack-local-variables-confirm'.
4714 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
4716         Sync with Tramp 2.0.49.
4718         * tramp.el (tramp-handle-dired-call-process)
4719         (tramp-handle-insert-directory):`insert-buffer' cannot be used
4720         because the contents of the Tramp buffer is changed before
4721         insertion (`expand-file' and alike).
4722         (tramp-handle-insert-directory): If `localname' has an empty
4723         nondirectory name, it must not be quoted.
4724         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
4725         variable `tramp-chunksize'.  Change callees.
4726         (tramp-open-connection-setup-interactive-shell): Check remote host
4727         for buggy `send-process-string' implementation.
4728         Set `tramp-chunksize' if found.  Reported by Michael Kifer
4729         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
4730         (tramp-handle-shell-command): `insert-buffer' cannot be used
4731         because the contents of the Tramp buffer is changed before
4732         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
4733         <frederic.bothamy@free.fr>.
4734         (tramp-set-auto-save): Actions should be done for Tramp file name
4735         handler only.  Ange-FTP has its own auto-save mechanism.
4736         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
4737         (tramp-set-auto-save-file-modes): Set file modes of
4738         `buffer-auto-save-file-name' to ?\600 as fallback solution.
4739         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
4740         (tramp-bug): Remove obsolete variable.
4741         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
4742         for presence of `mml-mode'.  Make it running for older Emacsen as well.
4744 2005-05-14  John Paul Wallington  <jpw@pobox.com>
4746         * ibuf-ext.el (define-ibuffer-filter filename):
4747         If `dired-directory' is a list, use its car.
4749 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
4751         * ibuffer.el (define-ibuffer-column filename):
4752         If `dired-directory' is a list, use its car.
4754 2005-05-14  Richard M. Stallman  <rms@gnu.org>
4756         * subr.el (symbol-file): Doc fix.
4758         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
4759         (byte-compile-form): Call byte-compile-nogroup-warn.
4760         (byte-compile-warning-types): Doc fix.
4762         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
4764         * progmodes/cc-engine.el (c-literal-faces):
4765         Add font-lock-comment-delimiter-face.
4767         * net/net-utils.el (dig): Use with-no-warnings.
4769         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
4770         (sc-recite-frame-alist, sc-default-cite-frame)
4771         (sc-default-uncite-frame, sc-default-recite-frame)
4772         (sc-attrib-selection-list, sc-rewrite-header-list):
4773         Mark as risky-local-variable.
4775         * international/ogonek.el (ogonek-jak, ogonek-how):
4776         Don't use beginning-of-buffer.
4778         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
4780         * calendar/solar.el (solar-data-list): Move definition up.
4782         * dnd.el (dnd-protocol-alist): Add autoload.
4784         * progmodes/sh-script.el: Many doc usage fixes.
4785         (sh-indent-after-do): Change default to match common styles.
4787 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
4789         * files.el (interpreter-mode-alist)
4790         (auto-mode-interpreter-regexp): Doc fixes.
4792 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
4794         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
4796         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
4798 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4800         * dired.el (dired-mode): make-variable-buffer-local =>
4801         make-local-variable.
4803 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4805         * term/mac-win.el (mac-select-convert-to-string): Try coding
4806         systems in mac-script-code-coding-systems if specified one cannot
4807         encode string for `com.apple.traditional-mac-plain-text'.
4809 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
4811         * progmodes/make-mode.el (makefile-targets-face)
4812         (makefile-shell-face, makefile-makepp-perl-face): New faces.
4813         (makefile-dependency-regex): Fix it to not make the colon in
4814         $(var:a=b) special.
4815         (makefile-rule-action-regex): New regexp for highlighting embedded
4816         Shell strings.
4817         (makefile-macroassign-regex): Handle != for highlighting as
4818         embedded Shell strings.
4819         (makefile-var-use-regex): New const.
4820         (makefile-statements, makefile-automake-statements)
4821         (makefile-gmake-statements, makefile-makepp-statements)
4822         (makefile-bsdmake-statements): New consts.
4823         (makefile-make-font-lock-keywords): New function.
4824         (makefile-automake-font-lock-keywords)
4825         (makefile-gmake-font-lock-keywords)
4826         (makefile-makepp-font-lock-keywords)
4827         (makefile-bsdmake-font-lock-keywords): New consts.
4828         (makefile-mode-map): Add switchers between the various submodes.
4829         (makefile-mode): Document the availability of the variants.
4830         (makefile-automake-mode, makefile-gmake-mode)
4831         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
4833         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
4834         new variants of makefile-mode.
4836 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4838         * font-lock.el (font-lock-comment-delimiter-face): Fix up
4839         the inheritance.
4841 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
4843         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
4844         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
4846         * files.el (normal-mode): Extend the scope of the
4847         `enable-local-variables' binding to include the `set-auto-mode' call.
4848         (magic-mode-alist): Doc fix.
4850 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4852         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
4853         font-lock-comment-face rather than copying its setting.
4855 2005-05-12  Andreas Schwab  <schwab@suse.de>
4857         * eshell/esh-mode.el (eshell-send-input): Doc fix.
4859 2005-05-12  Lute Kamstra  <lute@gnu.org>
4861         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
4862         defcustom for the mode hook variable.  Delete the last argument.
4863         * generic-x.el: Fix callers of define-generic-mode.
4864         (generic-x-modes): Delete group.
4865         (show-tabs-tab-face, show-tabs-space-face): Put them in the
4866         generic-x customization group.
4868 2005-05-12  Kim F. Storm  <storm@cua.dk>
4870         * font-lock.el (font-lock-negation-char-face): Default to "off".
4872         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
4873         font-lock-negation-char-face to ! in !=.
4875 2005-05-12  Masatake YAMATO  <jet@gyve.org>
4877         * add-log.el (find-change-log): Fix typos in the docstring
4878         of function.
4880 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4882         * international/latexenc.el (latexenc-find-file-coding-system):
4883         Avoid `re-search-forward' when looking for input encoding because
4884         of speed and safety.  Better regular expressions for recognizing
4885         input encoding.  Limit a search for TeX-master/tex-main-file to
4886         the local variable section.
4888 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
4890         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
4891         syntax of $ to "'" (quote).
4893 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
4895         * dnd.el (dnd-protocol-alist): Improve custom type.
4897         * dired.el (dired-dnd-protocol-alist): New variable.
4898         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
4899         `dired-mode-hook' to the end.
4901 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4903         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
4904         comment-end if comment-start-skip is not set.
4905         Obey the font-lock-comment-delimiter-face variables.
4907 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4909         * files.el (executable-find): Move from executable.el.  Use locate-file.
4910         * progmodes/executable.el (executable-find): Move to files.el.
4912         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
4913         when trying to ensure forward progress.
4915 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
4917         * mouse-sel.el (mouse-sel-follow-link-p): New function.
4918         (mouse-select, mouse-select-internal, mouse-extend-internal):
4919         Use it to implement mouse-1-click-follows-link functionality.
4921 2005-05-11  Richard M. Stallman  <rms@gnu.org>
4923         * font-lock.el (font-lock-fontify-syntactically-region):
4924         Use font-lock-comment-delimiter-face for comment delimiters.
4926 2005-05-10  Jay Belanger  <belanger@truman.edu>
4928         * calc/calc-help.el (calc-m-prefix-help): Add mention of
4929         preserving embedded modes.
4931 2005-05-10  Richard M. Stallman  <rms@gnu.org>
4933         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
4935         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
4936         Move from ada-stmt.el.
4937         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
4939         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
4940         Move to ada-mode.el.
4941         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
4943         * cus-edit.el (custom-file): Call file-chase-links.
4945         * files.el (read-directory-name): Fix previous change.
4946         (hack-local-variables-confirm): New function.
4947         (hack-local-variables-prop-line, hack-local-variables)
4948         (hack-one-local-variable): Use it.
4950 2005-05-10  Lute Kamstra  <lute@gnu.org>
4952         * font-lock.el (font-lock-keywords-alist)
4953         (font-lock-removed-keywords-alist): Clarify docstrings.
4955 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
4957         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
4958         (gdb-source-info): Check for preprocessor info.
4959         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
4960         a macro for a function.
4961         (gdb-info-breakpoints-custom): Try to find file again if not already
4962         found (user might have used GDB dir command).
4963         (gdb-get-location): Update gdb-location-alist correctly for change
4964         to gdb-info-breakpoints-custom.
4966         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
4967         (gud-tooltip-print-command): Add gdbmi case.
4968         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
4969         preprocessor info.
4971 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
4973         * startup.el (fancy-splash-insert): Fix typo in doc string.
4975 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
4977         * obsolete/float.el (string-to-float):
4978         * obsolete/hilit19.el (hilit-add-pattern):
4979         * obsolete/rnews.el (news-parse-range, news-select-message)
4980         (news-get-pruned-list-of-files): Replace `string-to-int' by
4981         `string-to-number'.
4983         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
4984         `find-file-not-found-hooks'; use `add-hook'.
4985         (uncompress-while-visiting): Set `write-file-functions', not
4986         `write-file-hooks'; use `add-hook'.
4988 2005-05-09  Kim F. Storm  <storm@cua.dk>
4990         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
4991         (cua-paste): Handle clipboard action.
4992         (cua--init-keymaps): Remap clipboard-kill-region and
4993         clipboard-kill-ring-save.
4995 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
4997         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
4998         Improve commentary.
5000         * simple.el (next-error-overlay-arrow-position): Revert the change
5001         made on 2005-04-30.
5003 2005-05-07  Jay Belanger  <belanger@truman.edu>
5005         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
5006         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
5007         `calc-sel-reselect'.
5009         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
5010         Calc is in embedded mode.
5012 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
5014         * progmodes/compile.el (compilation-setup):
5015         Set overlay-arrow-string to an empty string on text terminals.
5017         * textmodes/ispell.el (ispell-program-name): Try looking for
5018         "aspell" along exec-path, and if found, use it as the default
5019         speller program.
5021 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
5023         * international/mule.el (sgml-xml-auto-coding-function):
5024         Recognize encoding='FOO' in single quotes as well as in double quotes.
5026 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
5028         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
5029         as well as `interactive', so that defmacro* would recognize
5030         `declare' forms.
5032 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
5034         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
5035         Explain more about the LIGHTER arg's usage in the doc string.
5036         Add commentary to clarify what the code does.  Fix the regexp that
5037         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
5038         since it could have characters special to regular expressions.
5040 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
5042         * replace.el (occur-1): Bind inhibit-read-only so that
5043         erase-buffer doesn't barf on read-only text properties (likewise
5044         for add-text-properties in occur-engine).  Mark buffer as unmodified.
5045         (occur-engine): Don't set buffer-read-only here.
5047 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5049         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
5050         list-buffers-directory.  This caused the *cvs-commit* buffer to be
5051         sometimes mistakenly reused as a *cvs* buffer.
5053 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
5055         * tooltip.el: Move code for GUD tooltips into gud.el.
5056         (require): CL no longer needed to compile case.
5057         (tooltip-mode): Do not toggle functions for GUD tooltips.
5058         (tooltip-gud-tips-p): Remove.  Replace with minor mode
5059         gud-tooltip-mode in gud.el.
5060         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
5061         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
5062         tooltip-gud prefix with gud-tooltip and obsolete.
5063         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
5064         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
5065         (tooltip-mouse-motion): Mouse movement functions/variable.
5066         Rename in gud.el by adding gud prefix.
5067         (tooltip-gud-original-filter, tooltip-gud-dereference)
5068         (tooltip-gud-event, tooltip-toggle-gud-tips)
5069         (tooltip-gud-process-output, tooltip-gud-print-command)
5070         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
5071         gud.el by replacing tooltip-gud prefix with gud-tooltip.
5072         (gdb-tooltip-print): Move to gdb-ui.el.
5074         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
5075         (require): CL needed to compile case.
5076         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
5077         tooltip-gud-tips-p.  Make it a minor-mode.
5078         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
5079         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
5080         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
5081         (gud-tooltip-change-major-mode)
5082         (gud-tooltip-activate-mouse-motions-if-enabled)
5083         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
5084         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
5085         (gud-tooltip-original-filter, gud-tooltip-dereference)
5086         (gud-tooltip-event, tooltip-toggle-gud-tips)
5087         (gud-tooltip-process-output, gud-tooltip-print-command)
5088         (gud-tooltip-tips): Move from tooltip.el.
5090         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
5091         (gdb-cpp-define-alist-flags): Doc fix.
5092         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
5093         gud-tooltip-mode is t.
5095 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5097         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
5098         evaporate if their text is deleted.
5099         (goto-address-at-point): Make it work as a mouse binding as well.
5100         (goto-address-at-mouse): Obsolete it.  Update users.
5102 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
5104         * calendar/appt.el (top-level): No longer activate on load.
5106 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
5108         * calendar/cal-bahai.el (mark-bahai-diary-entries):
5109         * net/webjump.el (webjump):
5110         * progmodes/idlw-help.el (idlwave-do-context-help1)
5111         (idlwave-highlight-linked-completions):
5112         * textmodes/po.el (po-find-file-coding-system-guts):
5113         Replace `assoc-ignore-case' by `assoc-string'.
5115 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
5117         * files.el (locate-file): Doc fix.
5119         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
5120         Remove the redundant test for ms-dos.
5122         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
5123         look for the preprocessor with exec-suffixes.  If not found in
5124         standard places, look in exec-path.  Remove most of the tests that
5125         used system-type.
5127         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
5129         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
5131         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
5132         file-name clash with jka-compr.el on 8+3 filesystems.
5134 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5136         * term/mac-win.el: Don't define or bind scroll bar functions if
5137         x-toolkit-scroll-bars is t.
5138         (x-select-text, x-get-selection-value):
5139         Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
5140         (PRIMARY): Put mac-scrap-name property.
5141         (mac-select-convert-to-file-url): New function.
5142         (public.file-url): New selection target type.  Add to
5143         selection-converter-alist.
5144         (x-get-selection, x-selection-value): Handle it.
5145         (x-cut-buffer-or-selection-value): New alias.
5147 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5149         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
5150         entry to avoid calling bibtex-find-entry with arg global
5151         being t.  Remove arg key.
5152         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
5153         (bibtex-copy-summary-as-kill): Change accordingly.
5155 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5157         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
5158         (org-agenda-date-later): Use with-current-buffer.
5160 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
5162         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
5163         (define-obsolete-variable-alias): Doc Fixes.
5165 2005-05-06  Kim F. Storm  <storm@cua.dk>
5167         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
5168         vertical-motion when selective-display is active.
5170         * ido.el (ido-setup-hook): New hook.
5171         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
5172         (ido-input-stack): New var.
5173         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
5174         ido-next-work-file binding to M-O.
5175         Bind M-f to ido-wide-find-file-or-pop-dir.
5176         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
5177         (ido-read-internal): Run ido-setup-hook.
5178         Catch quit in read-file-name and read-string to cancel edit.
5179         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
5180         Automatically pop-all when completing a directory name (RET).
5181         (ido-file-internal): Add with-no-warnings around ffap and dired code.
5182         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
5183         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
5184         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
5185         New functions for M-b/M-f to move among the directory components.
5186         (ido-make-merged-file-list): Catch quit to cancel merge.
5187         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
5188         (ido-completion-help): No warnings for ido-completion-buffer-full.
5190 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
5192         * font-lock.el (font-lock-negation-char-face): New face and variable.
5193         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
5194         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
5195         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
5196         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
5198 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
5200         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
5201         Fix typo in docstring.
5203         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
5204         (ebrowse-print-statistics-line)
5205         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
5207         * term/w32-win.el (image-library-alist): Add additional name for
5208         Xpm library.
5210 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
5212         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
5213         use gcc instead of cpp.
5215         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
5216         (gdb-create-define-alist): Use it.
5217         (gdb-cpp-define-alist-program): Update for MS-DOS.
5219 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
5221         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
5223 2005-05-04  Richard M. Stallman  <rms@gnu.org>
5225         * help.el (describe-key): No error when UNTRANSLATED is nil.
5227         * simple.el (line-move-1): Fix previous change to signal errors
5228         appropriately.
5230 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
5232         * calendar/icalendar.el (icalendar-version): Now at 0.12.
5233         (icalendar-duration-correction): Remove.
5234         (icalendar--get-event-properties): Split result at commas.
5235         (icalendar--decode-isoduration): New optional argument
5236         DURATION-CORRECTION.
5237         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
5238         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
5239         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
5240         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
5241         (icalendar--convert-anniversary-to-ical): New functions, extracted
5242         from icalendar-export-region, with bug fixes.
5243         (icalendar-export-region): Use the above functions.
5244         (icalendar-import-buffer): Check before saving diary file.
5245         (icalendar--convert-recurring-to-diary)
5246         (icalendar--convert-non-recurring-all-day-to-diary)
5247         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
5248         extracted from icalendar--convert-ical-to-diary, with bug fixes.
5249         (icalendar--convert-ical-to-diary): Use the above functions.
5251 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
5253         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
5254         Remove these recent additions.
5255         (c-mode): Restore to before 2005-04-28.
5257         * progmodes/cc-vars.el (cc-define-list-program): Remove this
5258         recent addition.
5260         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
5261         (gdb-define-alist): New variables.
5262         (gdb-create-define-alist): New function.
5263         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
5264         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
5265         with string-to-number.
5266         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
5268         * progmodes/gud.el: Replace string-to-int with string-to-number.
5269         (gud-find-file): Handle gdb-define-alist.
5271         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
5273 2005-05-02  Jay Belanger  <belanger@truman.edu>
5275         * calc/calc-aent.el (math-read-token):
5276         * calc/calc-bin.el (calc-word-size):
5277         * calc/calc-ext.el (calc-read-number-fancy):
5278         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
5279         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
5280         * calc/calc-frac.el (calc-over-notation):
5281         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
5282         (calc-graph-num-points, calc-graph-init):
5283         * calc/calc-prog.el (calc-read-parse-table-part)
5284         (calc-edit-macro-repeats):
5285         * calc/calc-yank.el (calc-do-grab-rectangle):
5286         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
5287         Replace `string-to-int' by `string-to-number'.
5289 2005-05-02  Kim F. Storm  <storm@cua.dk>
5291         * kmacro.el: Use executing-kbd-macro-index variable.
5293 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
5295         * net/rlogin.el (rlogin-parse-words): Delete func.
5296         (rlogin): Use split-string, not rlogin-parse-words.
5297         Also, if there are option-like elements in the parsed args,
5298         take the host to be the first arg immediately following them.
5299         Suggested by Michael Mauger.
5301 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
5303         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
5305 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
5307         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
5308         (cc-mode-cpp-program): Rename to cc-define-list-program and
5309         move to cc-vars.el.
5311         * progmodes/cc-vars.el (cc-define-list-program):
5312         Change to "gcc -E -dM -".  Make customizable.
5314 2005-05-02  Kim F. Storm  <storm@cua.dk>
5316         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
5318 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
5320         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
5322         * international/mule-util.el (truncate-string): Remove alias and
5323         obsolete declaration.
5325         * international/mule-cmds.el (update-iso-coding-systems):
5326         Remove alias and obsolete declaration.
5328         * international/mule.el (coding-system-parent): Remove alias and
5329         obsolete declaration.
5331         * subr.el (define-function, sref): Remove aliases and obsolete
5332         declarations.
5333         (chars-in-region): Remove obsolete declaration.
5335 2005-05-01  Richard M. Stallman  <rms@gnu.org>
5337         * info.el (Info-mode): Set widen-automatically to nil, locally.
5339         * simple.el (widen-automatically): New variable.
5340         (pop-global-mark): Obey widen-automatically.
5342 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
5344         * term/xterm.el (function-key-map): Call substitute-key-definition
5345         before the keymap size is increased by a lot of define-key calls.
5347 2005-05-01  Richard M. Stallman  <rms@gnu.org>
5349         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
5350         Rename ARG to ELEMENT.  Doc fix.
5352 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
5354         * allout.el (allout-exposure): Remove macro and obsolete declaration.
5355         Remove references to allout-exposure/change to allout-new-exposure.
5357         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
5358         bytecode symbols.
5360         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
5361         (compiled-function-p, focus-frame, unfocus-frame):
5362         Remove aliases and obsolete declarations.
5363         Back out inadvertent changes from previous commit.
5365 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
5367         * files.el (require-final-newline): Make Custom tags consistent
5368         with mode-require-final-newline.
5369         (mode-require-final-newline): Doc fix.
5371 2005-05-01  Stefan Monnier <monnier@iro.umontreal.ca>
5373         * international/latexenc.el (latexenc-find-file-coding-system):
5374         Fix regular expressions.
5376 2005-05-01  David Kastrup <dak@gnu.org>
5378         * international/latexenc.el (latexenc-find-file-coding-system):
5379         Fix regular expressions.
5381 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
5383         * subr.el (string-to-int): Make obsolete.
5385 2005-04-30  Richard M. Stallman  <rms@gnu.org>
5387         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
5389         * loadup.el: load jka-comp-hook.
5391         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
5392         (jka-compr-handler): Add autoload.  `put' calls moved
5393         to jka-comp-hook.el.
5394         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
5395         (jka-compr-inhibit): Autoload.
5397         * jka-comp-hook.el: New file.
5398         Enable the mode by default.
5400         * files.el (backup-buffer-copy): Use copy-file instead
5401         of write-region, and put back the 'excl.
5403 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
5405         * progmodes/flymake.el (flymake-split-string)
5406         (flymake-split-string, flymake-log, flymake-pid-to-names)
5407         (flymake-reg-names, flymake-get-source-buffer-name)
5408         (flymake-unreg-names, flymake-add-line-err-info)
5409         (flymake-add-err-info): Clarify docstrings.
5410         (flymake-popup-menu, flymake-make-emacs-menu)
5411         (flymake-make-xemacs-menu): Add docstrings.
5412         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
5413         Set variables directly throughout.
5415 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
5417         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
5418         exists.  Initialize cc-define-alist.
5419         (c-mode): Add cc-create-define-alist locally to after-save-hook.
5420         If there is no file (Macroexpansion) don't create an alist.
5422 2005-04-29  Sam Steingold  <sds@gnu.org>
5424         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
5425         (cc-create-define-alist): Use it instead of the hard-coded string.
5427 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5429         * international/mule-conf.el (file-coding-system-alist): Fix regexp
5430         for latexenc.
5432 2005-04-29  Lute Kamstra  <lute@gnu.org>
5434         * emacs-lisp/generic.el: Improve commentary section.
5435         (define-generic-mode): Improve docstring.
5437 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
5439         * textmodes/org.el (many places): Change to quiet the byte compiler.
5440         (org-prefix-format-compiled): New variable.
5441         (org-compile-prefix-format): New function.
5442         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
5443         (org-agenda-prefix-format,org-timeline-prefix-format): New options.
5444         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
5445         (org-get-entries-from-diary): Use `org-get-time-of-day' for
5446         consistency with entries from `org-mode' files.
5447         (org-get-time-of-day): Fix bug with partial matches early in a line.
5448         (org-non-link-chars): New constant.
5449         (org-link-regexp): Respect `org-non-link-chars'.
5450         (org-agenda-day-view): Remove command.
5451         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
5452         (org-follow-bbdb-link, org-store-link): Search also company field.
5453         (org-highlight-overlay): New variable.
5454         (org-highlight, org-unhighlight): New functions.
5455         (org-agenda-mode): Add pre-command-hook to remove highlight.
5456         (org-evaluate-time-range): Behavior depends upon whether time stamp
5457         contains a time or not.
5458         (org-show-subtree, org-show-entry): New functions.
5459         (org-agenda-cleanup-fancy-diary): Remove empty lines.
5461 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
5463         * comint.el (comint-output-filter-functions): Add autoload cookie.
5465 2005-04-28  Kim F. Storm  <storm@cua.dk>
5467         * ido.el (ido-everywhere): Fix last change.
5469 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5471         * international/latexenc.el: New file.
5472         * international/mule-conf.el (file-coding-system-alist): For .tex,
5473         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
5475 2005-04-28  Lute Kamstra  <lute@gnu.org>
5477         * font-lock.el (font-lock-add-keywords)
5478         (font-lock-remove-keywords): Clarify docstring.
5479         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
5480         Don't start docstrings with a `*'.
5481         (font-lock-update-removed-keyword-alist): Give it a docstring.
5483         * generic-x.el: Update commentary section.
5484         Only require font-lock when compiling.
5485         Define all modes conditionally.
5486         Place all generic modes in the generic-x-modes customization group.
5487         (generic-x-modes): New customization group.
5488         (generic-default-modes, generic-mswindows-modes)
5489         (generic-unix-modes, generic-other-modes): New constants.
5490         (generic-define-mswindows-modes, generic-define-unix-modes):
5491         Update docstrings.  Make them obsolete.
5492         (generic-extras-enable-list): New default value.  Update docstring.
5493         Improve :type.  Change :set function.
5494         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
5495         Fix docstring.
5497         * emacs-lisp/generic.el (generic-mode-internal):
5498         Simplify font-lock-defaults.
5499         (define-generic-mode): Fix docstring.
5501 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5503         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
5504         font-lock-face property to highlight matches.
5506 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
5508         * progmodes/cc-mode.el (cc-create-define-alist): New function.
5509         (cc-define-alist): New variable.
5510         (c-mode): Make it local and initialize it.
5512         * progmodes/gdb-ui.el (gdb-active-process): New variable.
5513         (gdb-exited): New function.
5514         (gdb-annotation-rules): Use it.
5515         (gdb-starting): Set gdb-active-process to t.
5516         (gdb-stopping): Amend doc string.
5517         (gdb-reset): Set gdb-active-process to nil.
5519         * tooltip.el (tooltip-gud-tips): Show the associated #define
5520         directives when a C program under GDB is not executing.
5522 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5524         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
5525         font-lock-fontify-syntactic-keywords.
5527         * font-lock.el (font-lock-default-fontify-region): Don't force
5528         parse-sexp-lookup-properties to nil.
5530 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
5532         * man.el (man-mode-syntax-table): Set up `:' to have
5533         word-constituent syntax.
5535 2005-04-27  Lute Kamstra  <lute@gnu.org>
5537         * novice.el (disable-command): Don't add spurious newlines to the
5538         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
5540 2005-04-26  Jay Belanger  <belanger@truman.edu>
5542         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
5543         than one window before deleting window.
5545 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
5547         * shell.el (shell-prompt-pattern): Doc fix.
5548         (shell-mode): Set paragraph-separate buffer locally to "\\'".
5550         * comint.el (comint-prompt-regexp, comint-get-old-input)
5551         (comint-use-prompt-regexp)
5552         (comint-use-prompt-regexp-instead-of-fields)
5553         (comint-replace-by-expanded-history, comint-send-input)
5554         (comint-output-filter, comint-get-old-input-default)
5555         (comint-line-beginning-position, comint-bol, comint-show-output)
5556         (comint-backward-matching-input, comint-forward-matching-input)
5557         (comint-next-prompt, comint-previous-prompt):
5558         Rename `comint-use-prompt-regexp-instead-of-fields' to
5559         `comint-use-prompt-regexp'.  Keep old name as alias and declare
5560         obsolete.
5561         (comint-use-prompt-regexp): Shorten first line of doc string.
5563         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
5564         Set paragraph-separate buffer locally to "\\'".
5566         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
5567         Adapt to above name change.
5569         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
5570         (smbclient-prompt-regexp): Ditto.
5572         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
5574 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
5576         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
5577         gdb-location-list.
5578         Break lines that are over 80 characters wide.
5580 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5582         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
5583         New fun and var, to preserve compatibility.
5585         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
5587 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
5589         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
5590         name to file-newer-than-file-p.
5592 2005-04-26  Richard M. Stallman  <rms@gnu.org>
5594         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
5596         * progmodes/python.el (python-mode):
5597         Use new name eldoc-documentation-function.
5599         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
5601         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
5602         (eldoc-documentation-function):
5603         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
5605 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
5607         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
5609 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
5611         * term/xterm.el (function-key-map): Fix strings for
5612         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
5613         {C,S,A,C-S}-{f1-f12}.
5615 2005-04-26  Kenichi Handa  <handa@m17n.org>
5617         * international/mule-cmds.el (select-safe-coding-system):
5618         Fix previous change.
5620 2005-04-26  Lute Kamstra  <lute@gnu.org>
5622         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
5624         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
5625         (font-lock-comment-delimiter-face): Ditto.
5627         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
5629 2005-04-25  Jay Belanger  <belanger@truman.edu>
5631         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
5632         to t while inserting information; use help-mode.
5634 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
5636         * term.el (ansi-term-color-vector): Use the xterm colors.
5637         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
5639 2005-04-25  Lute Kamstra  <lute@gnu.org>
5641         * font-core.el (font-lock-defaults): Fix docstring.
5643         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
5645 2005-04-25  Kenichi Handa  <handa@m17n.org>
5647         * international/mule-cmds.el (select-safe-coding-system):
5648         Don't check consistency with coding: spec, etc if raw-text or
5649         no-conversion was found to be safe.
5651 2005-04-24  Richard M. Stallman  <rms@gnu.org>
5653         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
5654         citation markers at start of each line.
5656         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
5657         citation markers at start of each line.
5659         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
5661         * files.el (mode-require-final-newline): Fix previous change.
5662         (require-final-newline): Fix type label.
5664 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
5666         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
5667         statement in buffer (broken by 2004-11-24 change).
5669 2005-04-24  Kim F. Storm  <storm@cua.dk>
5671         * ido.el (ido-everywhere): Save and restore old read-buffer-function
5672         and read-file-name-function values.  Don't overwrite existing
5673         non-nil values if ido-mode is enabled without ido-everywhere.
5675 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
5677         * files.el (mode-require-final-newline): Minor doc fix.
5679 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
5681         * subr.el (syntax-after): Doc fix.
5682         (syntax-class): If argument is nil, return nil.  Mask off upper 16
5683         bits, not 8 bits.
5685         * files.el (mode-require-final-newline): Doc fix.
5686         (backup-buffer-copy): Fix last change.
5688 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5690         * term/mac-win.el: Require select.  Set selection-coding-system to
5691         mac-system-coding-system.  Call menu-bar-enable-clipboard.
5692         (x-last-selected-text-clipboard, x-last-selected-text-primary)
5693         (x-select-enable-clipboard): New variables.
5694         (x-select-text, x-get-selection, x-selection-value)
5695         (x-get-selection-value, mac-select-convert-to-string)
5696         (mac-services-open-file, mac-services-open-selection)
5697         (mac-services-insert-text): New functions.
5698         (CLIPBOARD, FIND): Put mac-scrap-name property.
5699         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
5700         (public.tiff): Put mac-ostype property.
5701         (selection-converter-alist): Add entries for them.
5702         (mac-application-menu-map): New keymap.
5703         (interprogram-cut-function, interprogram-paste-function): Set to
5704         x-select-text and x-get-selection-value, respectively.
5705         (split-window-keep-point): Set to t.
5707 2005-04-23  Richard M. Stallman  <rms@gnu.org>
5709         * files.el (read-directory-name): Always pass non-nil
5710         DEFAULT-FILENAME arg to read-file-name.
5711         (backup-buffer-copy, basic-save-buffer-2): Take care against
5712         writing thru an unexpected existing symlink.
5713         (revert-buffer): In indirect buffer, revert the base buffer.
5714         (magic-mode-alist): Doc fix.
5715         (buffer-stale-function): Doc fix.
5716         (minibuffer-with-setup-hook): Avoid warning.
5717         (mode-require-final-newline): Doc and custom fix.
5719         * follow.el (follow-end-of-buffer): Use with-no-warnings.
5721         * font-lock.el (font-lock-comment-face): On terminals with few colors,
5722         use the default appearance.
5723         (font-lock-comment-delimiter-face): New face, new variable.
5725         * imenu.el (imenu--generic-function): The official position of a
5726         definition is the start of the line that BEG is in.
5728         * midnight.el (midnight-timer): Move defvar up.
5730         * mouse.el (mouse-drag-region-1): Delete some debugging code.
5732         * saveplace.el (save-place-to-alist): Use with-no-warnings.
5734         * startup.el (command-line): Use with-no-warnings.
5736         * window.el (window-size-fixed): New defvar.
5738         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
5740         * mail/rmail.el (rmail-font-lock-keywords):
5741         Use font-lock-comment-delimiter-face.
5743         * mail/sendmail.el (mail-font-lock-keywords):
5744         Use font-lock-comment-delimiter-face.
5746         * progmodes/compile.el (next-error-highlight-timer): New defvar.
5748 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
5750         * progmodes/compile.el (compilation-mode-font-lock-keywords):
5751         Specify t for LAXMATCH when matching directories.
5752         Save match data around compilation-compat-error-properties form.
5754 2005-04-23  David Kastrup  <dak@gnu.org>
5756         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
5757         Mention that the autoloaded aliases should be kept for AUCTeX.
5759 2005-04-23  Andreas Schwab  <schwab@suse.de>
5761         * isearch.el (isearch-forward): Doc fix.
5763 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
5765         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
5766         (jit-lock-stealth-nice): Change default value to 0.5.
5768 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
5770         * abbrev.el (write-abbrev-file): Write table entries in
5771         alphabetical order by table name.
5773 2005-04-22  Kim F. Storm  <storm@cua.dk>
5775         * ido.el (ido-read-internal): Fix `list' completion.
5777 2005-04-22  Kenichi Handa  <handa@m17n.org>
5779         * recentf.el (recentf-save-file-coding-system): New variable.
5780         (recentf-save-list): Encode the file by
5781         recentf-save-file-coding-system and add coding: tag.
5783 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
5785         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
5787 2005-04-21  Lute Kamstra  <lute@gnu.org>
5789         * loadhist.el (unload-feature): Don't remove a function from hooks
5790         if it is about to be restored to an autoload .  Remove functions
5791         that will become unbound from auto-mode-alist.  Simplify the code.
5793         * subr.el (assq-delete-all): New implementation that is linear,
5794         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
5795         (rassq-delete-all): New function.
5797         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
5798         Add size-indication-mode.
5800 2005-04-21  Kenichi Handa  <handa@m17n.org>
5802         * international/mule-cmds.el: Add autoload for widget-value in
5803         eval-when-compile.
5805 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
5807         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
5808         Add tooltip-mode.
5810         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
5812 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
5814         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
5815         (inferior-lisp-filter-regexp, inferior-lisp-program)
5816         (inferior-lisp-load-command, inferior-lisp-prompt)
5817         (inferior-lisp-mode-hook, lisp-source-modes)
5818         (inferior-lisp-load-hook): defvar->defcustom.
5819         (inferior-lisp-program, inferior-lisp-prompt)
5820         (inferior-lisp-load-hook): Doc fixes.
5821         (inferior-lisp-install-letter-bindings): Small change in
5822         introductory comment.
5824 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
5826         * vc.el (vc-annotate-color-map): Change some colors so that text
5827         using them as foreground is readable on both white and black
5828         backgrounds.
5830 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5832         * international/mule-conf.el (translation-table-for-input):
5833         Remove redundant declaration.
5835 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
5837         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
5839         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
5840         (tooltip-toggle-gud-tips): New function.
5842 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5844         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
5845         right angle brackets.
5847 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
5849         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
5851 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5853         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
5854         Remove.  Update callers to use expand-file-name instead.
5856         * subr.el (syntax-class): New function.
5858         * simple.el (blink-matching-open): Use it.
5860         * paren.el (show-paren-function): Use it to recognize parens that are
5861         also used in 2-char comment markers.
5863 2005-04-19  Lute Kamstra  <lute@gnu.org>
5865         * loadhist.el (unload-feature): Update for new format of
5866         load-history.  Simplify the code.
5868 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5870         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
5871         (mac-add-charset-info): New function.  Initialize variable
5872         mac-charset-info-alist using it.
5873         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
5874         for translation.
5875         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
5876         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
5877         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
5878         New CCL programs.
5880 2005-04-19  Kim F. Storm  <storm@cua.dk>
5882         * simple.el (next-buffer, prev-buffer, next-error)
5883         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
5884         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
5886         * bindings.el (next-buffer, prev-buffer, next-error)
5887         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
5888         (clone-indirect-buffer-other-window): Move bindings from simple.el.
5889         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
5890         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
5892 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5894         * isearch.el (isearch-edit-string): Make the search-ring available for
5895         minibuffer history commands.
5896         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
5897         the default history commands now work just as well.
5898         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
5900 2005-04-18  Kim F. Storm  <storm@cua.dk>
5902         * emulation/cua-base.el (cua--pre-command-handler): Add more
5903         elaborate check for shift modifier on non-window systems.
5905 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
5907         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
5909 2005-04-18  Kim F. Storm  <storm@cua.dk>
5911         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
5912         and make it optional.  Don't test tooltip-gud-echo-area here.
5913         (tooltip-gud-process-output, gdb-tooltip-print):
5914         Pass tooltip-gud-echo-area to tooltip-show.
5915         (tooltip-help-tips): Remove second optional arg to tooltip-show.
5917 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5919         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
5920         `display-graphic-p' may not be bound yet.
5922 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
5924         * startup.el (command-line): No longer enable Xterm Mouse mode by
5925         default in terminals compatible with xterm.
5927         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
5929 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
5931         * tooltip.el (tooltip-gud-echo-area): Rename from
5932         tooltip-use-echo-area.
5933         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
5934         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
5935         area independently of where help tooltips are displayed.
5937 2005-04-17  David Kastrup  <dak@gnu.org>
5939         * cus-theme.el (custom-theme-write-variables): Quote variables
5940         where necessary.
5942 2005-04-17  Richard M. Stallman  <rms@gnu.org>
5944         * simple.el (yank-excluded-properties): Add follow-link to value.
5946         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
5948         * startup.el (fancy-splash-max-time): Just 30 seconds.
5949         (fancy-splash-delay): Just 7.
5950         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
5952         * loadhist.el (unload-feature): Update for new format of load-history.
5953         Simplify the code.
5955         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
5956         (rmail-font-lock-keywords): Don't fontify the text of a citation.
5958         * mail/sendmail.el (mail-font-lock-keywords):
5959         Don't fontify subject text.
5960         Don't fontify the text of a citation.
5962 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
5964         * comint.el (comint-output-filter): Run comint-output-filter-functions
5965         with point where the user had it.
5967 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5969         * international/ucs-tables.el (ucs-set-table-for-input):
5970         Disable when using unify-on-decoding.
5972 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
5974         * emulation/cua-base.el (cua-global-mark-face): Add special case
5975         for displays supporting a high number of colors.
5977 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
5979         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
5981 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
5983         * filesets.el (filesets-add-buffer): If user supplies a name of a
5984         non-existing fileset, create a new fileset.
5986 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
5988         * textmodes/org.el (org-up-heading-all): Fix bug with
5989         `outline-up-heading-all'.
5991 2005-04-16  Andreas Schwab  <schwab@suse.de>
5993         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
5994         /etc/permissions.d/* and /etc/aliases.d/*.
5996 2005-04-16  Kenichi Handa  <handa@m17n.org>
5998         * international/code-pages.el (cp-make-coding-system):
5999         Set `translation-table-for-input' property value to the symbol
6000         ucs-mule-to-mule-unicode, not to that value.
6001         (pt154): Escape guillemet by `\'.
6003 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
6005         * loadup.el: Load tooltip if x-show-tip is fboundp.
6007         * startup.el (command-line): Add comment.
6009         * tooltip.el (tooltip-mode): Specify correct standard value for
6010         Custom in init-value.
6012 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
6014         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
6015         possible.
6017 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
6019         * textmodes/org.el (org-agenda-date-prompt): Rename from
6020         `org-agenda-date-today'.
6021         (org-evaluate-time-range): Insert at point instead of directly
6022         after time range.
6023         (org-first-headline-recenter, org-subtree-end-visible-p)
6024         (org-optimize-window-after-visibility-change): New functions
6025         (org-agenda-post-command-hook): Don't allow point at end of line,
6026         to make sure it always hits the text properties.
6027         (org-agenda-next-date-line, org-agenda-previous-date-line):
6028         New commands.
6029         (org-set-regexps-and-options): Category may contain white space.
6030         (org-agenda-get-deadlines, org-agenda-get-scheduled):
6031         Improve marker positions.
6032         (org-agenda-new-marker): Argument POS made optional.
6033         (org-agenda-get-timestamps): Deadlines which are done are listed
6034         in org-done-face now.
6035         (org-agenda-get-todos, org-agenda-get-timestamps)
6036         (org-agenda-get-deadlines, org-agenda-get-scheduled):
6037         Set `undone-face' and `done-face' properties.
6038         (org-last-todo-state-is-todo): New variable.
6039         (org-todo): Set `org-last-todo-state-is-todo'.
6040         (org-agenda-todo): Change face according to
6041         `org-last-todo-state-is-todo'.  And change other lines referring to
6042         the same entry.
6043         (org-calendar-goto-agenda): New command.
6044         (org-calendar-to-agenda-key): New option.
6045         (org-startup-folded): New allowed value `content'.
6046         (org-set-regexps-and-options): Accept new value `content' for
6047         `org-startup-folded'.
6048         (org-get-current-options): Handle new value `content' for
6049         `org-startup-folded'.
6050         (org-insert-todo-heading): New command.
6051         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
6052         interactively in empty file and option
6053         `org-insert-mode-line-in-empty-file' has been set.
6054         (org-agenda-todo,org-agenda-priority): Modify to use
6055         `org-agenda-change-all-lines'.
6056         (org-warning-face): Change color on dark background
6058 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6060         * international/mule-cmds.el (set-locale-environment): On Mac OS,
6061         use preferences AppleLocale and AppleLanguages, and variable
6062         mac-system-locale for default locale.  On Mac OS Classic, use
6063         mac-system-coding-system for default coding systems.
6065         * term/mac-win.el: Don't set file-name-coding-system.
6066         Decode variables system-name, emacs-build-system, user-login-name, and
6067         user-full-name by mac-system-coding-system on Mac OS Classic.
6068         (mac-system-coding-system): New variable.
6070 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
6072         * startup.el (command-line): Handle `xterm-mouse-mode' before
6073         reading init file.
6075         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
6077 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
6079         * progmodes/sh-script.el (sh-here-document-word): Make it a
6080         defcustom.  Doc fix.
6081         (sh-add): Bash uses $(( )) for arithmetic.
6082         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
6083         (sh-maybe-here-document): Remove quotes and leading whitespace
6084         from heredoc word when closing.  Indent heredoc with tabs if word
6085         starts with "-".
6087 2005-04-13  Richard M. Stallman  <rms@gnu.org>
6089         * simple.el (undo): Fix previous change.
6091         * custom.el (defface): Doc fix.
6093 2005-04-13  Lute Kamstra  <lute@gnu.org>
6095         * Makefile.in (DONTCOMPILE): Remove list.
6096         (compile, compile-always): Don't use DONTCOMPILE.
6097         (update-authors): Load the library in which batch-update-authors
6098         is defined.
6099         * makefile.w32-in (DONTCOMPILE): Remove list.
6100         (compile, compile-always): Fix comments.
6101         (update-authors): Load the library in which batch-update-authors
6102         is defined.
6104         * generic-x.el (generic-mode-ini-file-find-file-hook):
6105         Rename to ini-generic-mode-find-file-hook.
6106         Keep generic-mode-ini-file-find-file-hook as an alias.
6107         (ini-generic-mode-find-file-hook): Rename from
6108         generic-mode-ini-file-find-file-hook.  Fix docstring.
6109         (ini-generic-mode): Docstring change.
6110         (bat-generic-mode-run-as-comint): Silence the byte compiler.
6112         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
6113         called from lisp.
6115         * generic.el: Move to the emacs-lisp subdir.
6117 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
6119         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
6120         and C-S- function and cursor motion keys.
6122 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
6124         * startup.el (command-line): Enable Xterm Mouse mode by default.
6125         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
6126         for Custom.  No longer show "Mouse" in mode line when enabled.
6127         Doc fix.
6129 2005-04-12  Kim F. Storm  <storm@cua.dk>
6131         * emulation/cua-base.el (cua-rectangle-face)
6132         (cua-rectangle-noselect-face): Define face attributes here.
6134         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
6136 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6138         * startup.el (command-line): Turn off blinking cursor if
6139         cursorBlink in resources is off or false.
6141 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6143         * term/mac-win.el (dnd): Require dnd.
6144         (mac-drag-n-drop): Call dnd-handle-one-url.
6145         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
6146         (kTextEncodingISOLatin2): Remove constants.
6147         (mac-script-code-coding-systems): New constant.
6148         (mac-handle-language-change): New function.
6149         (special-event-map): Bind it to `language-change' event.
6150         (mac-centraleurroman, mac-cyrillic): New coding systems.
6151         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
6152         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
6153         and mac-cyrillic-encoder to encode-mac-centraleurroman and
6154         encode-mac-cyrillic, respectively.
6156 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
6158         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
6159         Don't set overlay-arrow-string to "=>" as this is done
6160         globally in C now.
6162 2005-04-12  Lute Kamstra  <lute@gnu.org>
6164         * generic-x.el (rc-generic-mode, rul-generic-mode):
6165         Fix auto-mode-alist entries.
6166         (etc-fstab-generic-mode): Tweak fontification.
6168         * generic.el (generic-make-keywords-list): Fix docstring.
6169         (generic-mode-internal): Simplify generic-font-lock-keywords.
6171 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
6173         * whitespace.el (whitespace-buffer-leading)
6174         (whitespace-buffer-trailing): Revert the incorrect test inversion.
6175         However, fix the highlight area for the leading and
6176         trailing whitespaces to show space.
6178 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
6180         * whitespace.el (whitespace-version): Bump to 3.5
6182         (whitespace-buffer-leading, whitespace-buffer-trailing):
6183         Invert sense of the test to highlight the whitespace.
6185 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
6187         * progmodes/gud.el (gud-display-line): GUD uses its own
6188         overlay arrow now so don't set overlay-arrow-string.
6189         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
6191 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
6193         * term.el (term-ansi-current-bold, term-ansi-current-underline)
6194         (term-ansi-current-reverse, term-ansi-current-invisible)
6195         (term-ansi-face-already-done): Change to boolean.
6196         (term-reset-terminal, term-handle-colors-array): Handle the above
6197         vars accordingly.
6198         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
6199         (term-emulate-terminal): Use the new name.
6201         * faces.el (secondary-selection): Use yellow1, not yellow.
6202         (trailing-whitespace): Use red1, not red.
6204 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6206         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
6207         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
6208         (dired-dnd-handle-file): Call dnd-get-local-file-uri
6210         * cus-edit.el (dnd): New group.
6212         * term/w32-win.el (dnd): Require dnd
6213         (w32-drag-n-drop): Call dnd-handle-one-url.
6215         * x-dnd.el: Require dnd.
6216         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
6217         Call dnd-handle-one-url.
6218         (x-dnd-types-alist, x-dnd-insert-utf8-text)
6219         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
6220         to dnd-insert-text.
6221         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
6222         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
6223         (x-dnd-get-local-file-name, x-dnd-open-local-file)
6224         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
6226         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
6228 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
6230         * wdired.el: Doc fixes.
6231         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
6232         (wdired-use-dired-vertical-movement): Rename from
6233         wdired-always-move-to-filename-beginning.
6234         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
6235         (wdired-change-to-wdired-mode): Change mode name.
6236         (wdired-newline): Delete.
6238 2005-04-11  Richard M. Stallman  <rms@gnu.org>
6240         * whitespace.el (whitespace-highlight-the-space):
6241         Don't call whitespace-unhighlight-the-space here.
6243         * simple.el (undo): Record t in undo-equiv-table
6244         for the redo record made by an undo-in-region.
6246 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
6248         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
6249         (gdb-frame-inferior-io-buffer): New Functions to control
6250         display of separate IO buffer.
6251         (menu): Add them to menu-bar.
6252         (gdb-display-buffer): Check for buffer another frame.
6253         Protect GUD buffer.
6254         (gdb-setup-windows): Create IO buffer if not already there.
6255         (gdb-memory-mode): Remove purecopy noops.
6257 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
6259         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
6260         and pass to self-insert-command.
6262 2005-04-11  Lute Kamstra  <lute@gnu.org>
6264         * generic.el: Commentary section cleanup.
6265         (generic): Delete.
6266         (generic-use-find-file-hook, generic-lines-to-scan)
6267         (generic-find-file-regexp, generic-ignore-files-regexp)
6268         (default-generic-mode, generic-mode-find-file-hook)
6269         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
6270         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
6271         (generic-use-find-file-hook, generic-lines-to-scan)
6272         (generic-find-file-regexp, generic-ignore-files-regexp)
6273         (default-generic-mode, generic-mode-find-file-hook)
6274         (generic-mode-ini-file-find-file-hook): Move from generic.el.
6276 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
6278         * bookmark.el (bookmark-write-file): Catch errors writing file.
6279         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
6281 2005-04-10  Richard M. Stallman  <rms@gnu.org>
6283         * startup.el (fancy-splash-tail): Update copyright year.
6284         (command-line): Split part of -Q into -D.
6285         (emacs-basic-display): New defvar.
6286         (fancy-splash-text): Correct name of menu item.
6288         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
6290         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
6291         lines in one node.
6293         * comint.el (comint-send-input): New arg ARTIFICIAL.
6294         Callers in this file changed.
6296         * abbrev.el (define-abbrevs): Read system abbrevs properly.
6298         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
6300 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
6302         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
6303         `ldap-search-internal'.
6305 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6307         * files.el (set-auto-mode-1): Use line-end-position.
6309         * international/latin-1.el:
6310         * international/latin-2.el:
6311         * international/latin-3.el:
6312         * international/latin-4.el:
6313         * international/latin-5.el:
6314         * international/latin-8.el:
6315         * international/latin-9.el: Give punctuation syntax to NBSP.
6317         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
6318         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
6319         Use char-classes to accept non-ascii letters, accepted in some recent
6320         bibtex implementations.
6322 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
6324         * custom.el (custom-set-minor-mode): Any non-nil value for the
6325         variable should enable the mode when set through Custom.
6327 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6329         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
6330         TAB binding so tab-always-indent is obeyed.
6331         (vhdl-minibuffer-local-map): Move initialization into declaration.
6332         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
6333         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
6334         (vhdl-hooked-abbrev): Avoid test for XEmacs.
6335         (vhdl-current-line): Use line-beginning-position.
6336         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
6337         with-output-to-temp-buffer, so the current position can be recorded.
6339 2005-04-10  Masatake YAMATO  <jet@gyve.org>
6341         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6342         Add regexp for gcov.
6344 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6346         * calendar/time-date.el (time-to-seconds, seconds-to-time)
6347         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
6348         syntax which Emacs 20 doesn't support.
6350 2005-04-09  Richard M. Stallman  <rms@gnu.org>
6352         * help.el (describe-key-briefly, describe-key):
6353         Replace strings as event types with "(any string)".
6355 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6357         * arc-mode.el (archive-mode-map): Move initialization into
6358         the declaration.  Override *all* bindings of `undo'.
6359         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
6361 2005-04-09  Jay Belanger  <belanger@truman.edu>
6363         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
6365 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
6367         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
6368         (xterm-register-default-colors): Update color values computation
6369         to match xterm-200.
6371 2005-04-09  Kenichi Handa  <handa@m17n.org>
6373         * international/code-pages.el (iso-latin-7): Fix the map.
6375 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
6377         * emacs-lisp/lisp.el (defun-prompt-regexp)
6378         (parens-require-spaces, buffer-end, end-of-defun)
6379         (insert-parentheses): Doc fixes.
6381 2005-04-08  Kim F. Storm  <storm@cua.dk>
6383         * comint.el (comint-highlight-prompt): Fix face spec.
6384         * hi-lock.el (hi-green): Likewise.
6386 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
6388         * cus-edit.el (custom-modified-face):
6389         * comint.el (comint-highlight-input): Fix previous changes.
6390         * term.el (term-handle-ansi-escape): Add a comment.
6392 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6394         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
6395         in the buffer and in whitespace-highlighted-space.
6396         (whitespace-unhighlight-the-space): Simplify.
6397         (whitespace-buffer): Simplify.
6399 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
6401         * textmodes/table.el (table-cell-face): Add special case for
6402         displays supporting a high number of colors.
6403         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
6404         (vhdl-font-lock-reserved-words-face)
6405         (vhdl-speedbar-architecture-face)
6406         (vhdl-speedbar-instantiation-face)
6407         (vhdl-speedbar-architecture-selected-face)
6408         (vhdl-speedbar-instantiation-selected-face): Likewise.
6409         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
6410         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
6411         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
6412         (ebrowse-root-class-face, ebrowse-member-attribute-face)
6413         (ebrowse-progress-face): Likewise.
6414         * progmodes/compile.el (compilation-info-face): Likewise.
6415         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
6416         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
6417         * calendar/calendar.el (diary-face): Likewise.
6418         * woman.el (woman-italic-face, woman-bold-face)
6419         (woman-unknown-face): Likewise.
6420         * wid-edit.el (widget-button-pressed-face): Likewise.
6421         * whitespace.el (whitespace-highlight-face): Likewise.
6422         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
6423         * pcvs-info.el (cvs-marked-face): Likewise.
6424         * info.el (info-xref): Likewise.
6425         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
6426         * hilit-chg.el (highlight-changes-face)
6427         (highlight-changes-delete-face): Likewise.
6428         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
6429         (hi-red-b): Likewise.
6430         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
6431         * font-lock.el (font-lock-keyword-face)
6432         (font-lock-function-name-face, font-lock-warning-face): Likewise.
6433         * cus-edit.el (custom-invalid-face, custom-modified-face)
6434         (custom-set-face, custom-changed-face, custom-variable-tag-face)
6435         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
6436         * comint.el (comint-highlight-prompt): Likewise.
6438 2005-04-08  Lute Kamstra  <lute@gnu.org>
6440         * font-lock.el (font-lock-keywords): Docstring fixes.
6442 2005-04-08  Kenichi Handa  <handa@m17n.org>
6444         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
6445         chars are more than a limit, print " and more..." at the tail.
6447 2005-04-08  Kim F. Storm  <storm@cua.dk>
6449         * emacs-lisp/authors.el (authors-aliases): Update list.
6450         (authors-ignored-files): New list.
6451         (authors-fixed-entries): Fix typo.
6452         (authors-renamed-files-alist): Update list.
6453         (authors-add): Check authors-ignored-files.
6455 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
6457         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
6458         optional, to ensure backward compatibility.
6460 2005-04-08  Stephen Eglen  <stephen@gnu.org>
6462         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
6464 2005-04-08  Kim F. Storm  <storm@cua.dk>
6466         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
6468         * mouse.el (mouse-on-link-p): Doc fix.
6470 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
6472         * ielm.el (ielm-prompt-read-only): Doc fix.
6474         * comint.el (comint-prompt-read-only): Doc fix.
6476 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
6478         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
6479         ensure dired always handles wildcards passed to ffap.
6480         (find-file-at-point): Use it.
6481         (ffap-dired-wildcards): Doc fix.
6483 2005-04-07  Juri Linkov  <juri@jurta.org>
6485         * simple.el (next-error-overlay-arrow-position): New defvar.
6486         Put "=>" on its property `overlay-arrow-string'.  Add it to
6487         `overlay-arrow-variable-list'.
6489         * progmodes/compile.el (compilation-setup):
6490         Set `next-error-overlay-arrow-position' to nil.  Also set it to
6491         nil in the local hook `kill-buffer-hook'.  Make local variable
6492         `overlay-arrow-string' and set it to "=>".
6493         (compilation-goto-locus): Set BOL position to
6494         `next-error-overlay-arrow-position' instead of
6495         `overlay-arrow-position'.
6497         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
6498         locally instead of adding it to the global hook.
6499         (Info-kill-buffer): Move up.
6501 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
6503         * term/xterm.el (xterm-standard-colors): Update color values from
6504         xterm-200.
6506 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6508         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
6510         * fast-lock.el:
6511         * lazy-lock.el: Move them to the obsolete subdir.
6513 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
6515         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
6516         (wdired-add-replace-advice): Remove.
6517         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
6519 2005-04-06  Kim F. Storm  <storm@cua.dk>
6521         * startup.el (command-line): Add --bare-bones alias for -Q.
6523 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6525         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
6526         create the startup fontset if a font specification ends with
6527         `mac-roman'.
6529 2005-04-06  Lute Kamstra  <lute@gnu.org>
6531         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
6532         change.
6534         * emacs-lisp/copyright.el (copyright-update-year): Replace the
6535         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
6537 2005-04-05  Lute Kamstra  <lute@gnu.org>
6539         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
6540         (define-generic-mode): Ditto.  Fix debug declaration.
6542         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
6543         Put them in the generic-x group.
6545         * calendar/timeclock.el (timeclock): Doc fix.
6547         * generic.el (define-generic-mode): Don't use custom-current-group.
6548         Document default :group value.
6549         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
6550         (define-global-minor-mode): Don't use custom-current-group.
6552 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
6554         * startup.el (command-line-1): Display startup-echo-area-message
6555         when fancy splash screen is in use.
6557         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
6558         (sh-escaped-newline): New face.
6559         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
6560         newline, and use sh-escaped-newline face.
6562         * progmodes/tcl.el (tcl-escaped-newline): New face.
6563         (tcl-builtin-list): New variable.
6564         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
6565         newlines.  Fix keywords subexpression number.
6567 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
6569         * textmodes/org.el (org-diary-default-entry): Fix call to
6570         `add-to-diary-entry'.
6572 2005-04-05  Kim F. Storm  <storm@cua.dk>
6574         * ediff-init.el: Use (featurep 'xemacs).
6576 2005-04-05  David Ponce  <david@dponce.com>
6578         * cus-edit.el (face): Derive from symbol widget.  Display sample
6579         of the current face on the fly.
6580         (widget-face-sample-face-get, widget-face-notify): New functions.
6581         (widget-face-value-create): Remove.
6583         * wid-edit.el (widget-field-end): Temporarily remove field
6584         narrowing before to call `get-char-property'.
6586 2005-04-04  Jay Belanger  <belanger@truman.edu>
6588         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
6589         (math-read-subscripts): New variable.
6590         (math-read-preprocess-string): Process subscripts.
6592 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
6594         * comint.el (comint-prompt-read-only): Doc fix.
6596         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
6597         `-1'.  Doc fix.
6599 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
6601         * textmodes/org.el (org-insert-mode-line-in-empty-file):
6602         Change default value to nil.
6604 2005-04-04  Lute Kamstra  <lute@gnu.org>
6606         * autorevert.el (auto-revert-mode): Specify :group.
6607         * battery.el (display-battery-mode): Specify :group.
6608         * diff-mode.el (diff-minor-mode): Specify :group.
6609         * font-core.el (font-lock-mode): Specify :group.
6610         * hl-line.el (hl-line-mode): Specify :group.
6611         * iimage.el (iimage): New customization group.
6612         (iimage-mode): Specify :group.
6613         * longlines.el (longlines-mode): Specify :group.
6614         * master.el: Don't require easy-mmode.
6615         (master): New customization group.
6616         (master-mode): Specify :group.
6617         * msb.el (msb-mode): Specify :group.
6618         * reveal.el (reveal-mode): Specify :group.
6619         * simple.el (next-error-follow-minor-mode): Specify :group.
6620         * smerge-mode.el (smerge-mode): Specify :group.
6621         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
6622         * emulation/cua-base.el (cua-mode): Specify :group.
6623         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
6624         * language/thai-util.el (thai-auto-composition-mode)
6625         (thai-word-mode): Specify :group.
6626         * mail/supercite.el (sc-minor-mode): Specify :group.
6627         * progmodes/cwarn.el (cwarn-mode): Specify :group.
6628         * progmodes/flymake.el (flymake-mode): Specify :group.
6629         * progmodes/glasses.el (glasses-mode): Specify :group.
6630         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
6631         * textmodes/enriched.el (enriched-mode): Specify :group.
6632         * textmodes/refill.el (refill-mode): Specify :group.
6634         * add-log.el (change-log-font-lock-keywords): Names in
6635         parenthesized lists can contain spaces.
6637 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
6639         * startup.el (fancy-splash-text): Shorten default text of
6640         "Emacs Tutorial" line.  Also, if the current language env
6641         indicates an available tutorial file other than TUTORIAL,
6642         extract its title and append it to the line in parentheses.
6643         (fancy-splash-insert): If arg is a thunk, funcall it.
6645 2005-04-04  Jay Belanger  <belanger@truman.edu>
6647         * calc.el (calc-language-alist): Add tags to customization type.
6649 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
6651         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
6652         Doc fix.
6654 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
6656         * add-log.el (change-log-font-lock-keywords): The manual
6657         describing a Change Log entry, says: (...) "Aside from these
6658         header lines, every line in the change log starts with a space or
6659         a tab.".  The font-lock was not highlighting lines started with
6660         spaces, added support for it.
6662 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6664         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
6665         (bibtex-generate-url-list): Update docstring accordingly.  Put the
6666         complex example in the docstring.
6667         (bibtex-font-lock-url): Use pop.
6669 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6671         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
6673         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
6675 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
6677         * filesets.el (filesets-set-default): Doc fix.
6679 2005-04-03  Lute Kamstra  <lute@gnu.org>
6681         * generic.el (define-generic-mode): Add argument to specify
6682         keywords for defcustom.
6683         (default-generic-mode): Specify :group.
6685         * generic-x.el: Specify :group for all generic modes.
6687         * desktop.el (desktop-no-desktop-file-hook)
6688         (desktop-after-read-hook): Doc fix.
6690 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
6692         * simple.el (visible-mode): Use explicit :group keyword.
6693         This changes the group of `visible-mode-hook' from paren-blinking
6694         to editing-basics.
6696 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
6698         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
6699         mailbox specifications as well as URLs.
6700         (rmail-insert-inbox-text): Remove unused conditional branches.
6702 2005-04-01  Jay Belanger  <belanger@truman.edu>
6704         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
6705         (calc-gnuplot-print-command): Move definitions to calc.el.
6707         * calc/calc-embed.el (calc-embedded-announce-formula)
6708         (calc-embedded-open-formula, calc-embedded-close-formula)
6709         (calc-embedded-open-word, calc-embedded-close-word)
6710         (calc-embedded-open-plain, calc-embedded-close-plain)
6711         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
6712         (calc-embedded-open-mode, calc-embedded-close-mode):
6713         Move definitions to calc.el.
6715         * calc/calc.el (calc-settings-file, calc-language-alist):
6716         Make customizable.
6717         (calc-embedded-announce-formula, calc-embedded-open-formula)
6718         (calc-embedded-close-formula, calc-embedded-open-word)
6719         (calc-embedded-close-word, calc-embedded-open-plain)
6720         (calc-embedded-close-plain, calc-embedded-open-new-formula)
6721         (calc-embedded-close-new-formula, calc-embedded-open-mode)
6722         (calc-embedded-close-mode, calc-gnuplot-name)
6723         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
6724         from other files and make customizable.
6726 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6728         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
6729         Use buffer-live-p.
6730         (cvs-mode-run): Don't call cvs-update-header here.
6731         (cvs-run-process): Call cvs-update-header.
6732         Use process properties for cvs-postprocess and cvs-buffer so that
6733         the sentinel can behave better if the temp buffer is killed.
6734         Use a pipe rather than a tty, to better handle unexpected prompts.
6735         (cvs-sentinel): Rewrite.  Call cvs-update-header.
6737 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
6739         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
6740         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
6742 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6744         * generic.el (define-generic-mode): Add indentation rule.
6746 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
6748         * files.el (mode-require-final-newline): Make Custom correctly
6749         report a nil value and allow to set it to nil via Custom.
6750         Doc fix.
6752 2005-04-01  Kenichi Handa  <handa@m17n.org>
6754         * international/characters.el: Enable the correct case setting for
6755         dotless-i and dotted-I.
6757 2005-04-01  Kim F. Storm  <storm@cua.dk>
6759         * ido.el (ido-file-internal): Fall back to non-ido command if
6760         initial directory is on slow ftp (or tramp) host.
6762 2005-03-31  Richard M. Stallman  <rms@gnu.org>
6764         * emacs-lisp/autoload.el (make-autoload):
6765         Handle define-global-minor-mode.
6767         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
6768         Rename from easy-mmode-define-global-mode.
6769         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
6771         * progmodes/scheme.el (scheme-mode-syntax-table):
6772         Update syntax of | and # for two-character comment syntax.
6774 2005-03-31  Lute Kamstra  <lute@gnu.org>
6776         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
6777         (define-minor-mode): Call custom-current-group at load-time.
6779         * generic.el (define-generic-mode): Add debug declaration.
6780         Add defcustom for the mode hook.
6781         (generic-mode-internal): Use run-mode-hooks.
6783 2005-03-31  Kim F. Storm  <storm@cua.dk>
6785         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
6786         (mouse-fixup-help-message): New defun called by show_help_echo
6787         to fixup mouse-2 prefix in help messages when applicable.
6789         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
6791 2005-03-31  Kenichi Handa  <handa@m17n.org>
6793         * language/thai-word.el (thai-find-word-ends): Pay attention to
6794         the case that we reach the end of buffer.
6796         * textmodes/fill.el (fill-text-properties-at): New function.
6797         (fill-newline): Use fill-text-properties-at instead of
6798         text-properties-at.
6800 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
6802         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
6803         not comint-quote-filename.
6805 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
6807         * help-fns.el (help-with-tutorial): Revert last change.
6809 2005-03-31  Kim F. Storm  <storm@cua.dk>
6811         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
6813 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
6815         * calendar/cal-china.el: Update reference to "Calendrical
6816         Calculations" book; there's a new edition.
6817         * calendar/cal-coptic.el: Likewise.
6818         * calendar/cal-french.el: Likewise.
6819         * calendar/cal-hebrew.el: Likewise.
6820         * calendar/cal-islam.el: Likewise.
6821         * calendar/cal-iso.el: Likewise.
6822         * calendar/cal-julian.el: Likewise.
6823         * calendar/cal-mayan.el: Likewise.
6824         * calendar/cal-persia.el: Likewise.
6825         * calendar/calendar.el: Likewise.
6826         * calendar/holidays.el: Likewise.
6827         * calendar/lunar.el: Likewise.
6828         * calendar/solar.el: Likewise.
6830         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
6831         white space from doc string.
6833 2005-03-30  Jay Belanger  <belanger@truman.edu>
6835         * calc/calc-help.el (calc-full-help): Remove email address.
6837 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
6839         * help-fns.el (help-with-tutorial): Delete title line.
6841 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
6843         * calendar/cal-x.el (calendar-one-frame-setup)
6844         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
6845         rather than 'symbol for set-window-dedicated-p.
6847         * calendar/appt.el (appt-buffer-name): Make it a constant.
6848         (appt-add): Doc fix.
6850         * filesets.el (filesets-menu-path, filesets-menu-before)
6851         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
6852         (filesets-menu-cache-file): Use directory ~/.emacs.d.
6853         (filesets-add-submenu): Delete and use add-submenu instead.
6855 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
6857         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
6858         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
6859         (org-diary-default-entry): New function.
6860         (org-get-entries-from-diary): Better parsing of diary entries.
6861         (org-agenda-check-no-diary): New function.
6862         ("diary-lib"): Advice to function `add-to-diary-list', to allow
6863         linking to diary entries.
6864         (org-agenda-execute-calendar-command): New function.
6865         (org-agenda): Improve visible section in window.
6866         Use `org-fit-agenda-window'.
6867         (org-fit-agenda-window): New option.
6868         (org-move-subtree-down): Better handling of empty lines
6869         at end of subtree.
6870         (org-cycle): Numeric prefix is interpreted now as show-subtree N
6871         levels up.
6872         (org-fontify-done-headline): New option.
6873         (org-headline-done-face): New face.
6874         (org-set-font-lock-defaults): Use `org-headline-done-face'.
6875         (org-table-copy-down): Rename from `org-table-copy-from-above'.
6876         When current field is non-empty, it is copied to next row.
6877         (org-table-copy-from-above): Fix bug which made it
6878         impossible to copy fields containing only a single non-white character.
6880 2005-03-30  Kim F. Storm  <storm@cua.dk>
6882         * kmacro.el (kmacro-end-macro): Isearch may store this command
6883         into the macro -- so ignore it when executing keyboard macro.
6885 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
6887         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
6889 2005-03-29  Kenichi Handa  <handa@m17n.org>
6891         * language/thai.el ("Thai"): Set setup-function and exit-function
6892         for Thai language environment.
6894         * language/thai-util.el: Require thai-word.
6895         (thai-word-mode-map): New variable.
6896         (thai-word-mode): New minor mode.
6897         (setup-thai-language-environment-internal): New function.
6898         (exit-thai-language-environment-internal): New function.
6900         * language/thai-word.el (thai-word-table): Declare it by defvar,
6901         use dolist to initialize it.
6902         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
6903         (thai-fill-find-break-point): New functions.
6905 2005-03-29  Richard M. Stallman  <rms@gnu.org>
6907         * simple.el (idle-update-delay): Move definition up.
6908         (set-mark): Doc fix.
6910 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
6912         * longlines.el: New file.
6914         * simple.el (buffer-substring-filters): New variable.
6915         (filter-buffer-substring): New function.
6916         (kill-region, copy-region-as-kill): Use it.
6918         * register.el (copy-to-register, append-to-register)
6919         (prepend-to-register): Use filter-buffer-substring.
6921 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
6923         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
6924         (gud-filter-pending-text): Move in front of gdb.
6925         (gud-overlay-arrow-position): New variable.
6926         (gud-sentinel, gud-display-line): Use it in place of
6927         overlay-arrow-position.
6929 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
6931         * progmodes/fortran.el (fortran-if-indent): Doc fix.
6932         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
6933         (fortran-font-lock-keywords-4): New variable.
6934         (fortran-blocks-re, fortran-end-block-re)
6935         (fortran-start-block-re): New constants, for hideshow.
6936         (hs-special-modes-alist): Add a Fortran entry.
6937         (fortran-mode-map): Bind fortran-end-of-block,
6938         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
6939         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
6940         (fortran-looking-at-if-then, fortran-end-of-block)
6941         (fortran-beginning-of-block): New functions, for hideshow.
6943         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
6944         Doc fix.  Tweak regexp.
6945         (f90-beginning-of-block): Push mark first.
6947 2005-03-29  Jay Belanger  <belanger@truman.edu>
6949         * calc/calc.el: Update copyright date.
6950         (calc-version): Increase to 2.1.
6951         (calc-version-date): Remove.
6953         * calc/calc-help.el: Update copyright date.
6954         (calc-full-help): Remove reference to calc-version-date.
6955         Update copyright date.
6957 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6959         * vc.el (vc-do-command): Use a pipe for async processes, so password
6960         prompts don't show up at places where the user can't reply.
6962 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
6964         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
6965         on the file name we pass to the inferior shell.
6967 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
6969         * progmodes/which-func.el (which-function): Be robust in the face of an
6970         imenu--make-index-alist failure.
6972 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6974         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
6976         * progmodes/python.el (python-preoutput-filter): Fix last change.
6978 2005-03-29  Lute Kamstra  <lute@gnu.org>
6980         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
6981         functions and compiled macros.
6982         (debug-convert-byte-code): Handle macros too.
6983         (debug-on-entry-1): Don't signal an error when trying to clear a
6984         function that is not set to debug on entry.
6986 2005-03-29  Jay Belanger  <belanger@truman.edu>
6988         * calc/calc-lang.el: Add functions to math-function-table
6989         properties of tex and math.
6991 2005-03-29  Kenichi Handa  <handa@m17n.org>
6993         * ps-mule.el (ps-mule-plot-string): Translate characters by
6994         ps-print-translation-table.
6995         (ps-mule-begin-job): Call find-charset-region/string with
6996         ps-print-translation-table.
6997         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
6999         * ps-print.el (ps-print-translation-table): New variable.
7000         (ps-plot-region): Translate characters by ps-print-translation-table.
7002 2005-03-29  Juri Linkov  <juri@jurta.org>
7004         * simple.el (next-error-highlight-timer): New variable.
7006         * progmodes/compile.el (compilation-goto-locus):
7007         Use `next-error-highlight-timer' instead of `sit-for'.
7009 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7011         * mail/supercite.el (sc-mail-field): Use assoc-string.
7012         (sc-get-address): Simplify regexps.
7014         * files.el (minibuffer-with-setup-hook): New macro.
7015         (find-file-read-args): Use it to avoid let-binding
7016         minibuffer-with-setup-hook (which breaks turning on/off
7017         file-name-shadow-mode while in the prompt).
7019         * complete.el (PC-read-include-file-name-internal): Use test-completion.
7021 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
7023         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
7025 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7027         * window.el (window-buffer-height): Use count-screen-lines.
7029         * progmodes/python.el (python-preoutput-leftover): New var.
7030         (python-preoutput-filter): Use it.
7031         (python-send-receive): Loop until all the result has been received.
7033 2005-03-28  Juri Linkov  <juri@jurta.org>
7035         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
7037         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
7038         "Recover Crashed Session".
7039         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
7040         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
7041         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
7042         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
7043         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
7044         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
7045         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
7046         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
7048         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
7049         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
7050         Ediff Sessions", "Toggle use of separate control buffer frame",
7051         "Use separate frame for Ediff control buffer".
7053         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
7054         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
7055         "Rename Bookmark", "Delete Bookmark".
7057         * info.el (Info-mode-menu): Remove ellipsis from "Index".
7058         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
7059         Add `:active Info-index-alternatives' to "Next Matching Item".
7061         * wdired.el (wdired-change-to-wdired-mode):
7062         Mention `wdired-abort-changes' key in the initial message.
7064         * international/mule.el (auto-coding-alist): Associate non-ascii
7065         image filename extensions with `no-conversion'.
7067 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7069         * international/iso-acc.el:
7070         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
7072 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
7074         * textmodes/sgml-mode.el (html-mode): Doc update.
7076         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
7078 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
7080         * term.el (term-move-columns): Fix face after extending a line.
7081         (term-insert-spaces): Likewise.
7082         (term-reset-terminal): Fix off by one error.
7084 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
7086         * international/mule.el (auto-coding-alist): Add .xpi files.
7088         * files.el (auto-mode-alist): Add .xpi files.
7090 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
7092         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
7094 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
7096         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
7098 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
7100         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
7101         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
7103         * calendar/cal-move.el (calendar-beginning-of-year): Move the
7104         cursor to Jan 1 when needed.
7105         (calendar-end-of-year): Fix -/+ typo.
7106         Reported by Chong Yidong <cyd@stupidchicken.com>.
7108 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7110         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
7112         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
7113         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
7115 2005-03-25  Richard M. Stallman  <rms@gnu.org>
7117         * filesets.el (filesets-init): Add autoload.
7119         * mail/mailalias.el (mail-directory): Doc fix.
7121 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
7123         * mail/mailalias.el (mail-directory-process): Do nothing if
7124         mail-directory-process is an atom.
7125         (mail-get-names): Ignore mail-directory-names if it is an atom.
7126         (mail-directory-process defvar): Doc fix.
7127         (mail-names): Doc fix.
7129 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
7131         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
7133 2005-03-26  Kenichi Handa  <handa@m17n.org>
7135         * international/mule-util.el (detect-coding-with-priority):
7136         Call update-coding-systems-internal before detect-coding-region.
7138 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
7140         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
7141         (gdb-frames-mode-map): Add follow-link property.
7143 2005-03-25  Jay Belanger  <belanger@truman.edu>
7145         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
7146         for variables.
7148 2005-03-25  Juri Linkov  <juri@jurta.org>
7150         * image-mode.el: Optimize image filename extension regexps in
7151         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
7152         in `auto-mode-alist'.
7153         (image-mode): Add `image-toggle-display-text' to local hook
7154         `change-major-mode-hook'.  Display the image as an image by
7155         default.  Set `cursor-type' and `truncate-lines' if the image
7156         is already displayed.  Take into account the current mode (image
7157         or text) in message.
7158         (image-minor-mode): New minor mode.
7159         (image-mode-maybe, image-toggle-display-text): New functions.
7160         (image-toggle-display): Use called-interactively-p.
7161         Let-bind `inhibit-read-only' to t.
7163         * image-mode.el (image-minor-mode): Set `cursor-type' and
7164         `truncate-lines' if the image is already displayed.  Add turning
7165         image-minor-mode off to `change-major-mode-hook'.  Add message.
7166         Call `image-toggle-display-text' after turning image-minor-mode off.
7168 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7170         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
7171         Terminal.app, use utf-8.
7172         (set-display-table-and-terminal-coding-system): Add coding-system arg.
7173         (set-locale-environment): Use it.
7175         * term/xterm.el: Undo last change, better done in mule-cmds.el.
7177         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
7179         * progmodes/python.el (python-close-block-statement-p)
7180         (python-outdent-p, python-current-defun): Use symbol-end.
7182 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
7184         * files.el (save-some-buffers): Doc fix.
7186 2005-03-25  Werner Lemberg  <wl@gnu.org>
7188         * complete.el, thumbs.el: Replace `legal' with `valid'.
7189         * calendar/calendar.el: Replace `legal' with `valid'.
7190         * emacs-lisp/advice.el: Replace `legal' with `valid'.
7191         * mail/supercite.el: Replace `legal' with `valid'.
7192         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
7193         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
7194         Replace `legal' with `valid'.
7195         * textmodes/reftex-vars.el, textmodes/reftex.el:
7196         Replace `legal' with `valid'.
7198 2005-03-25  Werner Lemberg  <wl@gnu.org>
7200         * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
7201         * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
7202         * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
7203         * emulation/vip.el: Replace `illegal' with `invalid'.
7204         * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
7205         * mail/supercite.el: Replace `illegal' with `invalid'.
7206         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
7207         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
7208         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
7209         * progmodes/sh-script.el, progmodes/xscheme.el:
7210         Replace `illegal' with `invalid'.
7211         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
7212         * textmodes/reftex-index.el, textmodes/reftex-parse.el
7213         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
7214         * textmodes/reftex.el, textmodes/org.el:
7215         Replace `illegal' with `invalid'.
7217 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7219         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
7220         (flymake-find-buildfile, flymake-find-possible-master-files)
7221         (flymake-check-include, flymake-parse-line): Replace loops over the
7222         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
7224         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
7225         Substitute file-name-as-directory in the rest of the file.
7226         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
7227         (flymake-replace-region): Remove unused arg `buffer'.
7228         (flymake-check-patch-master-file-buffer): Update calls to it.
7229         (flymake-add-err-info): Remove unused var `count'.
7230         (flymake-mode): Use define-minor-mode.
7232         * progmodes/flymake.el: Use with-current-buffer.
7233         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
7234         flymake-replace-regexp-in-string, flymake-line-beginning-position)
7235         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
7236         Avoid testing for `xemacs'.
7237         (flymake-nop): Move.
7238         (flymake-region-has-flymake-overlays): Return the computed value.
7239         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
7240         Remove unused var `endline'.
7241         (flymake-get-line-count): Remove unused function.
7242         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
7244         * emulation/vi.el:
7245         * generic.el:
7246         * hilit-chg.el (global-highlight-changes):
7247         * hi-lock.el (hi-lock-mode):
7248         * follow.el: find-file-hooks -> find-file-hook.
7250         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
7252 2005-03-24  Juri Linkov  <juri@jurta.org>
7254         * dired.el (dired-mode-map): Add menu item "Compare directories"
7255         for dired-compare-directories.
7257         * dired-aux.el (dired-compare-directories): Add autoload cookie.
7258         Doc fix.  Replace `read-file-name' with `read-directory-name'.
7260 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7262         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
7264 2005-03-24  Jay Belanger  <belanger@truman.edu>
7266         * calc/calc-embed.el (calc-embedded-mode-change): Save all
7267         relevant mode settings in calc-embedded-original-modes when modes
7268         are permanently changed.
7270 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7272         * autoinsert.el: find-file-hooks -> find-file-hook.
7274 2005-03-24  Lute Kamstra  <lute@gnu.org>
7276         * generic.el (generic-font-lock-defaults): Make it obsolete.
7277         (generic-font-lock-keywords): New variable to replace
7278         generic-font-lock-defaults.
7279         (generic-mode-set-font-lock): Delete it.
7280         (generic-mode-internal): Don't call generic-mode-set-font-lock.
7281         (generic-bracket-support): Add docstring.
7283         * generic-x.el: Rename generic-font-lock-defaults to
7284         generic-font-lock-keywords throughout.
7285         (mailagent-rules-setup-function): Delete it.
7286         (mailagent-rules-generic-mode): Use anonymous function instead.
7287         (show-tabs-generic-mode-font-lock-defaults-1)
7288         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
7289         Quote faces.
7290         (show-tabs-tab-face, show-tabs-space-face): Specify background,
7291         not foreground.
7293         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7294         Recognize define-generic-mode.
7296 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7298         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
7299         if there's no completion table.
7301 2005-03-23  Miles Bader  <miles@gnu.org>
7303         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
7304         Remove tty-specific variants, as they're no longer needed.
7306 2005-03-23  Lute Kamstra  <lute@gnu.org>
7308         * generic-x.el: Code cleanup: make args constant whenever possible.
7309         (installshield-statement-keyword-list)
7310         (installshield-system-functions-list)
7311         (installshield-system-variables-list, installshield-types-list)
7312         (installshield-funarg-constants-list): Make them constants.
7314         * generic.el (generic-make-keywords-list): Add autoload cookie.
7316         * calendar/time-date.el: Add comment on time value formats.
7317         Don't require parse-time.
7318         (with-decoded-time-value): New macro.
7319         (encode-time-value): New function.
7320         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
7321         (days-to-time): Return a valid time value when arg is huge.
7322         (time-since): Use time-subtract.
7323         (time-to-number-of-days): Use time-to-seconds.
7325 2005-03-23  David Ponce  <david@dponce.com>
7327         * recentf.el: (recentf-keep): New option.
7328         (recentf-menu-action): Default to `find-file'.
7329         (recentf-keep-non-readable-files-flag)
7330         (recentf-keep-non-readable-files-p)
7331         (recentf-file-readable-p, recentf-find-file)
7332         (recentf-cleanup-remote): Remove.
7333         (recentf-include-p): More robust.
7334         (recentf-keep-p): New function.
7335         (recentf-remove-if-non-kept): Rename from
7336         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
7337         All callers updated.
7338         (recentf-menu-items-for-commands): Fix help string.
7339         (recentf-track-closed-file): Update.  Doc fix.
7340         (recentf-cleanup): Update.  Count removed files.  Doc fix.
7342 2005-03-23  Kim F. Storm  <storm@cua.dk>
7344         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
7345         Don't inherit from fringe face (now happens automatically).
7347 2005-03-22  Kim F. Storm  <storm@cua.dk>
7349         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
7350         position values.
7352 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7354         * menu-bar.el (showhide-date-time): Remove.
7355         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
7356         (menu-bar-make-mm-toggle): Simplify.
7358 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
7360         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
7361         Accept qualified variable and function names.
7363 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
7365         * bindings.el (completion-ignored-extensions):
7366         Remove ".lis" for `vax-vms'.
7368 2005-03-22  Andreas Schwab  <schwab@suse.de>
7370         * generic-x.el: Revert last change.
7371         * ldefs-boot.el: Update.
7373 2005-03-22  Jay Belanger  <belanger@truman.edu>
7375         * calc/calc-embed (calc-embedded-original-modes): New variable.
7376         (calc-embedded-save-original-modes)
7377         (calc-embedded-restore-original-modes): New functions.
7378         (calc-do-embedded): Save original modes when entering embedded mode
7379         and restore when leaving embedded mode.
7380         (calc-embedded-modes-change): Change the value of
7381         calc-embedded-original-modes to reflect permanent changes.
7383 2005-03-22  Lute Kamstra  <lute@gnu.org>
7385         * generic-x.el: Require generic again.
7387 2005-03-22  Miles Bader  <miles@gnu.org>
7389         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
7390         Tweak details to look good on both ttys and bitmap displays, light
7391         or dark background, etc.
7393 2005-03-21  Kim F. Storm  <storm@cua.dk>
7395         * tooltip.el (tooltip-show-help-function): Check car and cdr of
7396         mouse position.
7398 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7400         * icomplete.el: Don't forcibly turn on the mode upon load.
7401         (icomplete-mode): Use define-minor-mode.
7402         (icomplete-eoinput): Default to nil.
7403         (icomplete-minibuffer-setup): Remove autoload.
7404         (icomplete-tidy): Simplify.
7405         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
7406         in the initial state or if the user has modified the field.
7407         Fix handling of icomplete-max-delay-chars.
7408         Remove code that handles the oddball case where
7409         minibuffer-completion-table is an integer.
7410         Wrap icomplete-completions in while-no-input in case building
7411         completions takes more time than expected.
7412         (icomplete-completions): Simplify.
7414 2005-03-21  Richard M. Stallman  <rms@gnu.org>
7416         * jka-compr.el (jka-compr-really-do-compress):
7417         Make variable buffer-local.
7419         * image-mode.el: Handle .xpm files too.
7420         (image-toggle-display): Preserve modification flag.
7422         * help.el (where-is): Don't mention aliases with no key bindings.
7424 2005-03-21  Lute Kamstra  <lute@gnu.org>
7426         * generic.el: Fix commentary section.  Don't require cl for compilation.
7427         (generic-mode-list): Add autoload cookie.
7428         (generic-use-find-file-hook, generic-lines-to-scan)
7429         (generic-find-file-regexp, generic-ignore-files-regexp)
7430         (generic-mode, generic-mode-find-file-hook)
7431         (generic-mode-ini-file-find-file-hook): Fix docstrings.
7432         (define-generic-mode): Make it a defmacro.  Fix docstring.
7433         (generic-mode-internal): Code cleanup.  Add autoload cookie.
7434         (generic-mode-set-comments): Code cleanup.
7435         * generic-x.el: Don't prevent compilation.  Don't require generic.
7436         Follow coding conventions.  Minor code cleanup.
7437         (etc-fstab-generic-mode): Add some keywords.
7438         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
7439         define-generic-mode like a function declaration.
7441 2005-03-21  Jay Belanger  <belanger@truman.edu>
7443         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
7444         changing modes.
7446 2005-03-21  Sam Steingold  <sds@gnu.org>
7448         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
7450 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
7452         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
7453         Add underscore to "f$ lexicals" regexp.
7455 2005-03-20  Juri Linkov  <juri@jurta.org>
7457         * subr.el (progress-reporter-do-update): When `min-value' is equal
7458         to `max-value', set `percentage' to 0 and prevent division by zero.
7460 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
7462         Sync with Tramp 2.0.48.
7464         * tramp.el (all): Change all addresses to .gnu.org.
7465         (tramp-append-tramp-buffers): New defun.
7466         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
7467         Catch `dont-send' signal.
7468         (tramp-set-auto-save-file-modes): Set always permissions, because
7469         there might be an old auto-saved file belonging to another
7470         original file.  This could be a security threat.  Reported by
7471         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
7472         Check for Emacs 21.3.50 removed.
7474         * tramp-smb.el (all): Remove debug construct for
7475         `with-parsed-tramp-file-name'.
7476         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
7477         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
7478         No error message if DIRECTORY or FILENAME doesn't exist.
7479         (tramp-smb-open-connection): Check existence of
7480         `tramp-smb-program'.
7482 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7484         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
7485         Properly handle the case where the `m' or `s' command's argument is not
7486         yet terminated.
7487         (perl-indent-new-calculate): New function.
7488         (perl-indent-line): Use it.
7490 2005-03-20  Miles Bader  <miles@gnu.org>
7492         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
7493         in text-mode too.  Change to new face names.
7494         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
7495         Add `:weight bold' attribute.
7496         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
7498 2005-03-19  Juri Linkov  <juri@jurta.org>
7500         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
7502         * international/mule.el (auto-coding-alist): Sync with
7503         `auto-mode-alist' by adding upper case archive file extensions
7504         and adding ear/war to jar extension.
7506 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
7508         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
7509         running, restart it.
7511 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
7513         * finder.el (finder-current-item): Throw an error on an empty line.
7515         * man.el (Man-follow-manual-reference): If current-word returns
7516         nil, use "".
7518 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
7520         * simple.el (goto-line): Doc fix.
7522 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
7524         * files.el (save-buffer): Doc fix.
7526 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
7528         * recentf.el (recentf-cleanup-remote): New variable.
7529         (recentf-cleanup): Use it to conditionally check availability of
7530         remote files.
7532 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
7534         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
7535         function names.
7537 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
7539         * language/thai-word.el: New file.
7541 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
7543         * files.el (backup-buffer): If the file's directory is not
7544         writable, use copy instead of move to backup the file.
7546 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
7548         * obsolete/keyswap.el: Moved to obsolete/ from term/.
7550 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7552         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
7553         Use functionp instead of symbolp and fboundp.  Reported by Drkm
7554         <darkman_spam@yahoo.fr>.
7555         (ps-print-version): New version 6.6.6.
7557 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
7559         * textmodes/table.el (table--line-column-position): New idiom.
7560         (table--row-column-insertion-point-p): New function to test
7561         validity of row and column insertion operation at a location.
7562         (table-global-menu, table-cell-menu): Use above functions for
7563         deterministic test operation.
7564         (table--editable-cell-p): Behave in deterministic fashion.
7566 2005-03-18  Juri Linkov  <juri@jurta.org>
7568         * isearch.el (isearch-lazy-highlight-new-loop):
7569         Make arguments beg and end optional.
7570         (isearch-update): Remove optional arguments nil from
7571         isearch-lazy-highlight-new-loop.
7572         (isearch-lazy-highlight-search): Let-bind case-fold-search to
7573         isearch-lazy-highlight-case-fold-search instead of
7574         isearch-case-fold-search, and let-bind isearch-regexp to
7575         isearch-lazy-highlight-regexp.
7576         Use isearch-lazy-highlight-last-string instead of isearch-string.
7578         * replace.el (perform-replace): Remove bindings of global
7579         variables isearch-string, isearch-regexp, isearch-case-fold-search.
7580         Add three new arguments to `replace-highlight'.
7581         (replace-highlight): Add arguments string, regexp, case-fold.
7582         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
7583         to allow isearch-lazy-highlight-new-loop to use these values
7584         to set corresponding isearch-lazy-highlight-* internal
7585         variables whose values lazy highlighting will use regardless of
7586         changes to global variables isearch-string, isearch-regexp,
7587         isearch-case-fold-search during lazy highlighting loop.
7588         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
7589         to `lazy-highlight-cleanup'.
7591         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
7592         (ispell-highlight-face): Set default face to `isearch' when
7593         lazy highlighting is enabled.
7594         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
7595         priority to 1.  Add lazy highlighting.
7596         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
7597         from `isearch-dehighlight'.
7599 2005-03-18  David Ponce  <david@dponce.com>
7601         * files.el (hack-local-variables): Do a case-insensitive search
7602         for End.
7604 2005-03-18  Juri Linkov  <juri@jurta.org>
7606         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
7607         `isearch-lazy-highlight-cleanup', add alias to old name and
7608         declare obsolete.  Add release numbers to other obsolete vars.
7609         (isearch-done, isearch-lazy-highlight-new-loop):
7610         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
7611         (lazy-highlight-cleanup) <variable>: Doc fix.
7612         (isearch-lazy-highlight-update): Rename obsolete
7613         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
7615 2005-03-18  Kenichi Handa  <handa@m17n.org>
7617         * language/thai-util.el: Fix categorization of Thai characters in
7618         thai-category-table.
7619         (thai-composition-pattern): Adjust it for the above change.
7620         (thai-self-insert-command, thai-compose-syllable): New functions.
7621         (thai-compose-region): Use thai-compose-syllable.
7622         (thai-compose-string): Likewise.
7623         (thai-composition-function): Likewise.
7624         (thai-auto-composition): New function.
7625         (thai-auto-composition-mode): New minor mode.
7627         * language/thai.el: Fix patterns to be registered in
7628         composition-function-table.
7630         * international/quail.el (quail-input-method): Locally bind
7631         inhibit-modification-hooks to t.
7633 2005-03-17  Richard M. Stallman  <rms@gnu.org>
7635         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
7636         (perl-mode): Use run-mode-hooks.
7638         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
7639         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
7640         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
7642         * mail/sendmail.el (sendmail-send-it): Reenable the code
7643         to compute resend-to-address and use it.
7645         * tar-mode.el (tar-mode): Turn off undo unconditionally.
7647         * image-mode.el: New file.
7649         * image.el (insert-sliced-image): Add autoload cookie.
7651         * font-lock.el (font-lock-lines-before): New user option.
7652         (font-lock-after-change-function): Obey it.
7654         * bindings.el (esc-map): Make M-g a prefix.
7655         Bind M-g g and M-g M-g to goto-line.
7657         * faces.el (face-id): Doc fix.
7659 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
7661         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
7662         (rmail-show-message): Use rmail-unknown-mail-followup-to.
7663         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
7665         * mail/sendmail.el (mail-yank-ignored-headers)
7666         (mail-font-lock-keywords, mail-mode-fill-paragraph):
7667         Add Mail-Followup-To and Mail-Reply-To headers.
7668         (mail-citation-hook): Add autoload cookie.
7669         (mail-mode): Doc fix.
7670         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
7671         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
7672         (mail-mode-fill-paragraph): Handle those headers.
7673         (mail-mailing-lists): New variable.
7674         (mail-mail-reply-to, mail-mail-followup-to): New functions.
7676 2005-03-17  Juri Linkov  <juri@jurta.org>
7678         * isearch.el (isearch-fallback): Check for `(car previous)'
7679         before calling `isearch-other-end-state'.
7681 2005-03-17  Kim F. Storm  <storm@cua.dk>
7683         * simple.el (move-beginning-of-line): Move to beginning of buffer
7684         line, as well as beginning of screen line.
7686 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
7688         * calendar/diary-lib.el (mark-diary-entries): Use new optional
7689         argument REDRAW rather than calendar-redrawing variable.
7690         * calendar/calendar.el (calendar-redrawing): Delete.
7691         (redraw-calendar): Do not bind calendar-redrawing.
7693 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
7695         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
7696         diary-file buffer.
7698 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7700         * help.el (describe-mode): Allow a :minor-mode-function property to
7701         specify a different minor mode toggle function than the variable.
7702         * simple.el (auto-fill-function):
7703         * subr.el (add-minor-mode): Use it.
7705 2005-03-16  Kenichi Handa  <handa@m17n.org>
7707         * language/ethio-util.el (sera-being-called-by-w3): New variable.
7708         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
7709         (ethio-fidel-to-sera-buffer): Likewise.
7711 2005-03-16  Juri Linkov  <juri@jurta.org>
7713         * emacs-lisp/find-func.el (find-function-regexp):
7714         Add defun-emitting macro `menu-bar-make-toggle'.
7716         * isearch.el: Put `isearch-scroll' property to
7717         `split-window-horizontally'.
7719         * info.el: Update error messages for `debug-ignored-errors'.
7720         (Info-isearch-search): Doc fix.
7721         (Info-find-node): Move up code to go into info buffer before
7722         recording the node to the history.
7723         (Info-fontify-node): Fontify titles only if the next line
7724         has two or more `*', `=', `-', `.'.
7725         Display "go to this node" for empty (match-string 3).
7727 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7729         * term/mac-win.el: Add mouse pointer shape constants.
7731 2005-03-15  Kim F. Storm  <storm@cua.dk>
7733         * simple.el (move-beginning-of-line): Use vertical-motion.
7735 2005-03-15  Juri Linkov  <juri@jurta.org>
7737         * isearch.el (isearch-error): New variable.
7738         (isearch-invalid-regexp, isearch-within-brackets): Remove.
7739         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
7740         (isearch-within-brackets-state): Remove.
7741         (isearch-case-fold-search-state, isearch-pop-fun-state):
7742         Decrease frame index.
7743         (isearch-mode, isearch-top-state, isearch-push-state)
7744         (isearch-edit-string, isearch-abort, isearch-search-and-update)
7745         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
7746         (isearch-search, isearch-lazy-highlight-new-loop):
7747         Replace `isearch-invalid-regexp' with `isearch-error'.
7748         Remove `isearch-within-brackets'.
7749         (isearch-search): Add `search-failed' handler to `condition-case'.
7750         (isearch-lazy-highlight-search): Add `condition-case' to catch
7751         errors and allow `isearch-lazy-highlight-update' to try
7752         highlighting from the beginning of the window.
7753         (isearch-repeat): Move up code to set isearch-wrapped to t
7754         before calling isearch-wrap-function.
7756         * info.el (Info-isearch-initial-node): New internal variable.
7757         (Info-search): Signal an error in isearch mode when search leaves
7758         the initial node.  Signal an error when `bound' is non-nil and
7759         nothing was found in the current subfile.
7760         (Info-isearch-search): Remove `condition-case'.
7761         (Info-isearch-wrap): Don't wrap when search failed during leaving
7762         the initial node.  If `Info-isearch-search' is nil, wrap around
7763         the current node.
7764         (Info-isearch-start): New fun.
7765         (Info-mode): Add buffer-local hook `Info-isearch-start' to
7766         `isearch-mode-hook'.
7768 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7770         * simple.el (normal-erase-is-backspace): Set default to t if
7771         running on Mac.
7773         * term/mac-win.el (function-key-map): Sync with x-win.el.
7775 2005-03-15  Kenichi Handa  <handa@m17n.org>
7777         * international/mule-cmds.el (locale-language-names): Modify the
7778         format of elements and add more entries.
7779         (locale-preferred-coding-systems): Add more entries.
7780         (set-locale-environment): Adjust for the change of
7781         locale-language-names.
7783 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7785         * pcvs.el (smerge-ediff): Remove bogus autoload.
7787 2005-03-14  Lute Kamstra  <lute@gnu.org>
7789         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
7790         Ignore a `*' at the beginning of a line.
7792         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
7793         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
7794         subr.el.
7795         (dont-compile, eval-when-compile, eval-and-compile): Use declare
7796         to specify indentation.
7798         * generic.el (define-generic-mode): Let generic-mode-list be a
7799         list of strings; test membership with equal.
7801 2005-03-14  Kim F. Storm  <storm@cua.dk>
7803         * simple.el (next-line, previous-line): Add optional try-vscroll
7804         arg to recognize interactive use.  Pass it on to line-move.
7805         (line-move): Don't perform auto-window-vscroll when defining or
7806         executing keyboard macro to ensure consistent behavior.
7808 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7810         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
7812 2005-03-13  Lute Kamstra  <lute@gnu.org>
7814         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
7815         debugger-setup-buffer so that backtrace marks the frames set to
7816         debug-on-exit and we don't have to do it manually.  Set an extra
7817         debug-on-exit for macro's.
7818         (debugger-setup-buffer): Don't mark the top frame manually.
7820 2005-03-12  Lute Kamstra  <lute@gnu.org>
7822         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
7823         lisp-indent-function throughout.
7824         (with-no-warnings): Set lisp-indent-function property.
7826 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
7828         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
7829         Add entry for backslash.
7831 2005-03-12  Juri Linkov  <juri@jurta.org>
7833         * info.el (Info-search): Four fixes for backward search.
7835 2005-03-11  Jay Belanger  <belanger@truman.edu>
7837         * calc/calc.el (calc-language-alist): New variable.
7838         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
7839         (calc-embedded-find-modes): Use calc-language-alist instead of
7840         calc-embedded-language-alist.
7842 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
7844         * calendar/calendar.el (calendar-redrawing): New internal
7845         variable.
7846         (redraw-calendar): Remove bogus save-excursion from previous
7847         change.  Bind calendar-redrawing to t for mark-diary-entries.
7848         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
7849         calendar if that is why we were called.
7851 2005-03-11  Kenichi Handa  <handa@m17n.org>
7853         * international/mule.el (make-coding-system): Set property
7854         coding-system-define-form to nil.
7855         (define-coding-system-alias): Likewise.
7857 2005-03-11  Kenichi Handa  <handa@m17n.org>
7859         These changes are suggested by Dave Love <fx@gnu.org>.
7861         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
7862         coding: tag.
7863         (adaptive-fill-regexp): Add more bullets.
7864         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
7865         regexps.
7867 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7869         * help.el (describe-mode): Properly handle non-trivial lighters.
7870         Don't ignore minor modes that are not listed in minor-mode-list.
7872         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
7873         feature ON when the user requests to turn it OFF.
7875 2005-03-10  Lute Kamstra  <lute@gnu.org>
7877         * emacs-lisp/debug.el (debug-entry-code): Delete it.
7878         (implement-debug-on-entry): New function to replace debug-entry-code.
7879         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
7880         second argument as the 2005-03-07 change makes it obsolete.
7881         (debug-on-entry, cancel-debug-on-entry): Update call to
7882         debug-on-entry-1.
7883         (debug, debugger-setup-buffer): Comment update.
7884         (debugger-frame-number): Update to work with implement-debug-on-entry.
7886 2005-03-10  Jay Belanger  <belanger@truman.edu>
7888         * calc/calc-embed.el (math-ms-args): Declare it.
7889         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
7890         math-ms-args.
7891         (calc-embedded-subst): Use math-multi-subst-rec to substitute
7892         variables.
7894 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
7896         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
7897         Use message-box.
7899         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
7900         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
7901         (tooltip-gud-tips): Simplify.
7902         (tooltip-gud-tips-p): Remove superfluous :set.
7903         (tooltip-gud-modes): Add fortran-mode.
7904         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
7906         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
7908 2005-03-09  Kim F. Storm  <storm@cua.dk>
7910         * play/animate.el (animate-place-char): Use forward-line instead
7911         of next-line to improve performance.
7913 2005-03-09  Simon Josefsson  <jas@extundo.com>
7915         * net/browse-url.el (browse-url-default-browser): Doc fix.
7917 2005-03-09  Miles Bader  <miles@gnu.org>
7919         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
7920         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
7922 2005-03-09  Kenichi Handa  <handa@m17n.org>
7924         * international/latin-1.el: Set case and syntax for 255 only if
7925         set-case-syntax-set-multibyte is nil.
7927         * textmodes/ispell.el (ispell-insert-word): New function.
7928         (ispell-word): Use ispell-insert-word to insert a new word.
7929         (ispell-process-line): Likewise.
7930         (ispell-complete-word): Likewise.
7932 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
7934         * calendar/calendar.el (redraw-calendar): Preserve point.
7935         Reported by Matt Hodges <MPHodges@member.fsf.org>.
7936         (calendar-week-start-day): Move after definition of
7937         redraw-calendar.  Delete buffer test, since redraw-calendar has
7938         that now.
7940         * calendar/diary-lib.el (mark-diary-entries): Only call
7941         redraw-calendar in the first of any recursive calls.
7942         Reported by Alan Shutko <ats@acm.org>.
7944 2005-03-08  Juri Linkov  <juri@jurta.org>
7946         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
7947         (html-horizontal-rule, html-line, html-image, html-checkboxes)
7948         (html-radio-buttons): Add a space before the trailing `/>' where
7949         sgml-xml-mode is non-nil.
7950         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
7951         the subsequent tag of the empty XML tag.
7952         (html-href-anchor): Don't set initial input to "http:".
7953         (html-image): Ask for the image URL and set point inside alt="".
7954         (html-name-anchor): Duplicate the name in the `id' attribute when
7955         sgml-xml-mode is non-nil.
7956         (html-paragraph): Remove \n before <p>.
7957         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
7958         instead of `checked' when sgml-xml-mode is non-nil.
7960         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
7961         Remove 1 space before #RRGGBB to not truncate it on terminal
7962         windows w/o fringes.  Remove 1 space between bg and fg examples
7963         to get more space.
7964         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
7965         avoid byte-compile warnings.
7967         * image-file.el (image-file-handler): Put `safe-magic' property to
7968         `image-file-handler'.
7970         * info.el (Info-isearch-search): Emulate word search in
7971         isearching through multiple Info nodes with Info-search.
7972         (Info-isearch-wrap): Allow isearch-word.
7974 2005-03-08  Lute Kamstra  <lute@gnu.org>
7976         * emacs-lisp/debug.el (debugger-step-through): Make sure that
7977         stepping into the debugger's code is not possible.
7978         (debugger-jumping-flag): Docstring update.
7980 2005-03-08  Jay Belanger  <belanger@truman.edu>
7982         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
7983         embedded mode begins.
7984         (calc-embedded-language-alist): New variable.
7985         (calc-embedded-find-modes): Use calc-embedded-language-alist to
7986         set default language mode.
7988 2005-03-08  Kenichi Handa  <handa@m17n.org>
7990         * international/ccl.el (define-ccl-program): Fix docstring about
7991         extra 256 bytes assured for the output buffer.
7993         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
7994         Fix BUFFER_MAGNIFICATION to 2.
7995         (ccl-encode-mule-utf-16be-with-signature): Likewise.
7997 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
7999         * align.el (align-rules-list): Added an alignment rule for CSS
8000         declarations (applies to css-mode and html-mode buffers).
8002 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8004         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
8006 2005-03-07  Kim F. Storm  <storm@cua.dk>
8008         * simple.el (move-beginning-of-line): New command.
8010         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
8012         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
8014         * emulation/cua-base.el: Put CUA move property on move-end-of-line
8015         and move-beginning-of-line.
8017         * apropos.el (apropos-print): Omit command from M-x ... RET.
8019 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
8021         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
8022         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
8024 2005-03-06  Richard M. Stallman  <rms@gnu.org>
8026         * bindings.el (esc-map): Bind M-g to goto-line.
8028         * facemenu.el (global-map): Bind M-o, not M-g.
8030 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8032         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
8033         "Open Directory" as for "Open File".
8035 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
8037         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
8038         (push-mark-command): Run activate-mark-hook.
8040 2005-03-06  Richard M. Stallman  <rms@gnu.org>
8042         * help-mode.el (help-mode-finish): Don't alter the element
8043         in view-return-to-alist if there already is one.
8045         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
8046         make sure the current buffer is the expected one.
8048         * novice.el (disabled-command-function): Output in *Disabled Command*.
8049         Explicitly ignore non-keyboard events, and explicitly handle C-g.
8051         * textmodes/flyspell.el (flyspell-large-region):
8052         Pass args differently for aspell.
8054         * files.el (mode-require-final-newline): Doc fix.
8056 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
8058         * progmodes/which-func.el (which-function):
8059         Specify NOERROR when calling imenu--make-index-alist.
8061 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8063         * simple.el (normal-erase-is-backspace): Define default value.
8065         * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
8066         (custom-reevaluate-setting): Simple function to handle
8067         variables that are defined before their default value can really
8068         be computed.
8070         * startup.el (command-line): Use it for temporary-file-directory,
8071         small-emporary-file-directory, auto-save-file-name-transforms,
8072         blink-cursor-mode, and normal-erase-is-backspace.
8074         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
8075         progress, even with buggy anchored keywords.
8077 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
8079         * simple.el (goto-line): Remove unbalanced final parenthesis.
8081 2005-03-05  Richard M. Stallman  <rms@gnu.org>
8083         * simple.el (goto-line): Use a number at point as the default.
8084         With C-u as arg, switch buffers.
8086 2005-03-05  Juri Linkov  <juri@jurta.org>
8088         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
8089         with `no-blinking-cursor'.
8091         * startup.el (no-blinking-cursor): New defvar.
8092         (command-line): Add `--no-blinking-cursor' to longopts.
8093         Set `no-blinking-cursor' to t for command line arguments
8094         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
8095         with `no-blinking-cursor' in the condition for calling
8096         `blink-cursor-mode'.
8098 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
8100         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
8101         (menu-bar-options-save): Add blink-cursor-mode.
8102         (menu-bar-options-menu): Add blink-cursor-mode.
8104 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
8106         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
8107         (icalendar-export-file, icalendar-export-region)
8108         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
8109         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
8111 2005-03-04  Lute Kamstra  <lute@gnu.org>
8113         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
8114         (debug-function-list): Ditto.
8116 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
8118         * textmodes/texinfmt.el (texinfo-append-refill):
8119         Redefine the types of line to which @refill
8120         is not appended by replacing a search for `@refill\\|@bye' with
8121         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
8122         itemize@refill' bug and the unfilled long lines bug.
8123         (texinfmt-version): Update number and date.
8125 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8127         * international/code-pages.el (windows-1250, windows-125[2-8])
8128         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
8130 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8132         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
8133         bound yet.
8135 2005-03-02  Romain Francoise  <romain@orebokech.com>
8137         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
8138         buffer after removing limits.
8139         (ibuffer-pop-filter): Ditto.
8140         Update copyright.
8142 2005-03-02  Miles Bader  <miles@gnu.org>
8144         * button.el (make-text-button): If the user doesn't specify a
8145         type, use the default.  Rewrite to use `add-text-properties' and
8146         plist functions.
8148 2005-03-01  Lute Kamstra  <lute@gnu.org>
8150         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
8151         (debugger-jumping-flag): New var.
8152         (debug-entry-code): Use it.
8153         (debugger-jump): Use debugger-jumping-flag and add
8154         debugger-reenable to post-command-hook.
8155         (debugger-reenable): Use debugger-jumping-flag and remove itself
8156         from post-command-hook.
8157         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
8158         debugger-reenable.
8160 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
8162         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
8163         inclusion of "itemize\\|", which may be unnecessary, is certainly
8164         inelegant, and stops refilling in itemize lists when formatting
8165         Japanese Texinfo files to Info.
8166         Update copyright to 2005.
8168 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
8170         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
8171         of an error if GDB can't find the source file.
8173 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
8175         * calendar/calendar.el (redraw-calendar): Work from any buffer,
8176         not just the calendar.
8178         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
8179         first.
8180         (diary-redraw-calendar): New function.
8181         (make-diary-entry): Add diary-redraw-calendar to local
8182         write-contents-functions.  Turn off selective display before
8183         inserting in diary.
8185 2005-03-01  Kim F. Storm  <storm@cua.dk>
8187         * emacs-lisp/copyright.el (copyright-fix-years): New command.
8189 2005-03-01  Lute Kamstra  <lute@gnu.org>
8191         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
8192         that debug-entry-code can be safely removed from a function while
8193         this code is being evaluated.  Revert the 2005-02-27 change as the
8194         new implementation no longer requires it.  Make sure that a
8195         function body containing just a string is not mistaken for a docstring.
8196         (debug): Skip one more frame in case of debug on entry.
8197         (debugger-setup-buffer): Delete one more frame line in case of
8198         debug on entry.
8199         (debugger-frame-number): Update to use the new text introduced by
8200         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
8202 2005-02-28  Kim F. Storm  <storm@cua.dk>
8204         * double.el (double-translate-key): Call force-window-update after
8205         read-event to avoid crash in redisplay.
8207 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8209         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
8210         (debug): Use it.  Move the inhibit-trace earlier.
8211         (debug-entry-code): New const.
8212         (debug-on-entry-1): Use it.
8214 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
8216         * international/utf-16.el (ccl-encode-mule-utf-16le):
8217         Fix BUFFER_MAGNIFICATION to 2.
8218         (ccl-encode-mule-utf-16be): Likewise.
8220 2005-02-28  Kenichi Handa  <handa@m17n.org>
8222         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
8223         Fix BUFFER_MAGNIFICATION to 4.
8224         (ccl-encode-mule-utf-16be-with-signature): Likewise.
8226 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
8228         * speedbar.el (speedbar-update-flag): Doc fix.
8229         (speedbar-show-info-under-mouse): Give set-mouse-position the right
8230         argument.
8232 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8234         * reveal.el (reveal-post-command): Don't try to reveal overlays which
8235         have a non-nil `invisible' property but are actually visible.
8237         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
8238         for perldoc sections.
8239         (perl-outline-regexp, perl-outline-level): New var and function.
8240         (perl-mode): Use them.
8242 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
8244         * calendar/diary-lib.el (diary-remind): Discard any mark portion
8245         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
8247 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
8249         * cus-edit.el: Comment change.
8250         (custom-buffer-create-internal): Slightly reword text at top of
8251         Custom buffers.  Mention there that saving an option edits the
8252         init file.  Add link to Emacs manual node on `custom-file'.
8253         (custom-magic-alist): Rewrite individual State messages to use
8254         capitalized keywords.  Doc fix.
8256 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
8258         * calendar/calendar.el (calendar-buffer): Move above
8259         calendar-week-start-day.
8260         (calendar-week-start-day): Doc fix.  Add :set function.
8261         (calendar-minimum-window-height): New variable.
8262         (generate-calendar-window): Only resize window if selected-window
8263         is displaying the calendar buffer.  Use new variable
8264         calendar-minimum-window-height.
8265         (generate-calendar): Reword error message.
8266         (calendar-mode-map): Bind DEL to scroll-other-window-down.
8268 2005-02-27  Andreas Schwab  <schwab@suse.de>
8270         * vc.el (vc-do-command): Don't run command asynchronously when
8271         operating in a remote directory.
8273         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
8274         change from sync with Tramp 2.0.47.
8276 2005-02-27  Richard M. Stallman  <rms@gnu.org>
8278         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
8280         * textmodes/flyspell.el (flyspell-mode-on):
8281         Call ispell-change-dictionary only if necessary.
8283         * emacs-lisp/re-builder.el (regexp-builder): New function.
8285         * register.el (describe-register-1): Explicitly handle
8286         yank-excluded-properties = t.
8288         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
8289         (custom-magic-alist): Change the status descriptions again.
8290         (face widget-type): Total rewrite based on `restricted-sexp'
8291         to eliminate the confusing double hiding levels.
8293         * emacs-lisp/debug.el (debug-on-entry-1):
8294         If function body is empty, add nil as body form.
8296 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8298         * emacs-lisp/trace.el (inhibit-trace): New var.
8299         (trace-make-advice): Use it.
8301         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
8303 2005-02-26  Kim F. Storm  <storm@cua.dk>
8305         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
8306         (mouse-on-link-p, mouse-drag-region-1): Use it.
8308 2005-02-25  Lute Kamstra  <lute@gnu.org>
8310         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
8312 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
8314         * frame.el (blink-cursor-mode): Add :group keyword.
8316 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
8318         * calendar/icalendar.el (icalendar--decode-isodatetime):
8319         New optional argument DAY-SHIFT.
8320         (icalendar-export-region): Fix coding-system-for-write.
8321         (icalendar--convert-ical-to-diary): Shift end-day of all-day
8322         events by one.
8324 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8326         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
8328 2005-02-24  Kim F. Storm  <storm@cua.dk>
8330         * international/iso-acc.el (iso-accents-compose): Fix crash
8331         during redisplay.  Call force-window-update after read-event
8332         and delete-region to signal that window is not accurate.
8334 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8336         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
8337         Remove unused and inexistent var `inhibit-trace'.
8338         (debugger-mode): Use run-mode-hooks.
8339         (debugger-list-functions): Add buttons; setup xref stack.
8341 2005-02-23  Richard M. Stallman  <rms@gnu.org>
8343         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
8344         appointment says it was explicitly made.
8345         (appt-add): Set the 3rd element.
8346         (appt-make-list): Preserve explicit appointments.
8348         * subr.el (find-tag-default): Catch errors in forward-sexp.
8350 2005-02-23  Juri Linkov  <juri@jurta.org>
8352         * info.el (Info-isearch-search): New defcustom.
8353         (Info-isearch-search): Call the default isearch function
8354         when Info-isearch-search is nil.
8355         (Info-isearch-wrap): Use variable Info-isearch-search.
8357 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
8359         * cus-edit.el: Comment change.
8361 2005-02-22  Kim F. Storm  <storm@cua.dk>
8363         * progmodes/hideif.el (hide-ifdef-use-define-alist):
8364         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
8366 2005-02-22  Simon Josefsson  <jas@extundo.com>
8368         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
8369         New variable.
8370         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
8371         Oskarsson" <myrkraverk@users.sourceforget.net>.
8373 2005-02-22  Kim F. Storm  <storm@cua.dk>
8375         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
8376         check that window of that event is the selected window.
8377         (mouse-drag-region-1): Compare mouse event window to selected
8378         window before setting point.
8380         * tooltip.el (tooltip-show-help-function): Pass event to
8381         mouse-on-link-p so it can check selected window.
8383 2005-02-22  Kenichi Handa  <handa@m17n.org>
8385         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
8386         (ps-mule-show-warning): New function.
8387         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
8388         characters are found.
8390         * ps-print.el (ps-header-footer-string): Return a list of header
8391         and footer strings.
8393 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8395         * pcvs.el (cvs-retrieve-revision): Fix thinko.
8397 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8399         * frame.el (blink-cursor-mode): Use define-minor-mode.
8401         * term/mac-win.el (function-key-map): Use char-names more consistently.
8402         (file-name-coding-system): Only set it for MacOS-9.  The other case is
8403         already handled in mule-cmds.el (where it also works when mac-win.el
8404         is not used).
8406 2005-02-21  Kenichi Handa  <handa@m17n.org>
8408         * international/mule.el (ctext-pre-write-conversion): Always use
8409         " *code-converting-work*" buffer for work.
8411         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
8413 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
8415         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
8417 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
8419         * ses.el (undo-more): Restore defadvice, but only the part that
8420         allows changes outside the restricted area of the buffer.
8422 2005-02-20  Kim F. Storm  <storm@cua.dk>
8424         * simple.el (line-move): Add fourth optional arg try-vscroll which
8425         must be set to perform auto-window-vscroll.
8426         When moving backwards and doing auto-window-vscroll, automatically
8427         vscroll to the last part of lines which are taller than the window.
8428         (next-line, previous-line): Set try-vscroll arg on line-move.
8430 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
8432         * replace.el (query-replace, query-replace-regexp)
8433         (replace-string, replace-regexp): When operating on region, make
8434         the minibuffer prompt say so.
8436         * isearch.el (isearch-forward): Document isearch-query-replace and
8437         isearch-query-replace-regexp keybindings.
8439 2005-02-19  Jay Belanger  <belanger@truman.edu>
8441         * calc/calc-aent.el (math-read-token): Add local variable.
8443         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
8444         (calc-edit-top): Move declaration to earlier in file.
8445         (calc-edit-macro-repeats): Add local variables.
8447         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
8448         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
8449         calcFunc-tanh.
8450         Adjust integration rule for calcFunc-tan.
8452 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
8454         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
8455         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
8456         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
8457         (viper-skip-separators): Bug fix.
8458         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
8459         particular major mode.
8460         (viper-del-backward-char-in-replace): Don't put deleted char on the
8461         kill ring.
8463         * viper-ex.el (viper-color-display-p): New function.
8464         (viper-has-face-support-p): Use viper-color-display-p.
8466         * viper-keym.el (viper-gnus-modifier-map): New keymap.
8468         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
8470         * viper-util.el (viper-glob-unix-files): Fix shell status check.
8471         (viper-file-remote-p): Make equivalent to file-remote-p.
8473         * viper.el (viper-major-mode-modifier-list):
8474         Use viper-gnus-modifier-map.
8476 2005-02-19  David Kastrup  <dak@gnu.org>
8478         * subr.el (subregexp-context-p): Fix garbled doc string by adding
8479         quoting.
8481 2005-02-19  Jay Belanger  <belanger@truman.edu>
8483         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
8484         Remove extra definitions.
8485         (calc-coth): New function.
8486         (calcFunc-cot): Fix `let'.
8488 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
8490         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
8491         the reasons we use "type pc" in these faces.
8493         * button.el (button): Ditto.
8495 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
8497         * replace.el (query-replace-read-from): Set the value of
8498         query-replace-from-history-variable to handle the case of an empty
8499         string entered to accept the suggested default.
8501         * net/tramp.el (tramp-file-name-for-operation):
8502         Use dired-call-process instead of dired-call-process-command.
8504 2005-02-19  Jay Belanger  <belanger@truman.edu>
8506         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
8507         (math-div-non-trig): New variables.
8508         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
8509         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
8510         (math-combine-prod, math-div-symb-fancy): Add simplifications for
8511         trig expressions.
8513 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
8515         * progmodes/gdb-ui.el (gdb-var-update-handler)
8516         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
8517         for watch expressions,
8518         (gdb-var-create-handler): Don't set speedbar-update-flag.
8519         (gdb-post-prompt): Simplify test for speedbar.
8521 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
8523         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
8524         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
8525         we use the syntax table of the correct buffer.
8526         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
8527         Felix Gatzemeier.
8529         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
8530         (ediff-file-remote-p): Make synonymous with file-remote-p.
8531         In all deffaces ediff-*-face-*, use min-colors.
8533         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
8534         ediff-recurse-to-subdirectories.
8535         (ediff-mark-if-equal): Check that the arguments are strings, use
8536         ediff-same-contents (after to Felix Gatzemeier).
8538         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
8539         nil.
8541 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8543         * log-view.el (log-view-message-re): Fix up Subversion regexp.
8545 2005-02-18  David Kastrup  <dak@gnu.org>
8547         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
8548         use `mark-active' when defined.
8550 2005-02-18  Kenichi Handa  <handa@m17n.org>
8552         * ps-print.el (ps-font-info-database): New entry
8553         ZapfChancery-MediumItalic with correct font name.  Fix font name
8554         of the entry Zapf-Chancery-MediumItalic.
8556 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
8558         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
8560 2005-02-16  Kim F. Storm  <storm@cua.dk>
8562         * ido.el (ido-fallback-command): Pass user input to fallback command.
8564 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
8566         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
8567         (gdb-find-file-hook): Add server prefix.
8569 2005-02-16  Richard M. Stallman  <rms@gnu.org>
8571         * replace.el (perform-replace): Pass new args to replace-highlight.
8572         (replace-highlight): Take region args,
8573         and pass them to isearch-lazy-highlight-new-loop.
8575         * novice.el (disabled-command-hook): Autoload the defalias
8576         and the make-obsolete-variable call.
8578         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
8580         * isearch.el (isearch-lazy-highlight-start-limit)
8581         (isearch-lazy-highlight-end-limit): New variables limit
8582         the region for highlighting.
8583         (isearch-lazy-highlight-new-loop): New args BEG and END.
8584         (isearch-lazy-highlight-search): Use the new vars.
8585         (isearch-lazy-highlight-update): Likewise.
8587         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
8589         * cus-start.el (all): Use default-boundp.
8591 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
8593         * menu-bar.el (menu-bar-select-frame): Handle current frame.
8595 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
8597         * autorevert.el (auto-revert-stop-on-user-input)
8598         (auto-revert-verbose): Doc fixes.
8600 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
8602         * international/mule-cmds.el (set-locale-environment): Remove call
8603         to set-selection-coding-system on Windows.
8605 2005-02-15  Jay Belanger  <belanger@truman.edu>
8607         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
8608         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
8609         calcFunc-coth.
8610         (math-simplify-sqrt): Add simplifications.
8612         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
8613         to list.
8615         * calc/calc-ext.el: Add functions to autoloads.
8617         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
8618         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
8619         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
8620         (math-csc-raw, math-cot-raw): New functions.
8622         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
8624         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
8625         the variable name in a message.
8627         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
8628         calcFunc-csc, calcFunc-cot.
8630         * calc/calcalg2.el: Add derivative and integration rules for
8631         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
8632         calcFunc-csch, calcFunc-coth.
8633         (math-do-integral-methods): Add to checks for when to use
8634         substitutions.
8636         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
8638 2005-02-15  Lute Kamstra  <lute@gnu.org>
8640         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8641         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
8642         <monnier@iro.umontreal.ca>
8643         (lisp-outline-level): Improve efficiency.  Suggested by David
8644         Kastrup <dak@gnu.org>.
8646 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
8648         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
8649         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
8650         (gdb-set-gud-minor-mode-existing-buffers): New functions.
8651         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
8652         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
8654 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
8656         * cus-start.el (all): Comment change.
8658 2005-02-14  Lute Kamstra  <lute@gnu.org>
8660         * cus-start.el (all): Check if symbol is void.
8662 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
8664         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
8665         optional argument to \cite.
8667 2005-02-14  Richard M. Stallman  <rms@gnu.org>
8669         * cus-edit.el (custom-buffer-create-internal): Update help message.
8670         (custom-magic-alist): Update help messages.
8672         * cus-start.el (all): Allow a var to specify a standard value.
8674 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
8676         * custom.el (custom-theme-set-variables): Handle variable aliases.
8678         * frame.el (blink-cursor-timer): Doc fix.
8679         (blink-cursor): Make it an alias for `blink-cursor-mode' and
8680         declare obsolete.
8681         (blink-cursor-mode): Define with defcustom and use correct
8682         standard expression in that defcustom.
8683         * startup.el (command-line): Adapt to above changes in frame.el.
8685 2005-02-11  Lute Kamstra  <lute@gnu.org>
8687         * apropos.el (apropos-score-doc): Prevent division by zero.
8689 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
8691         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
8692         (icalendar--get-event-property-attributes)
8693         (icalendar--get-event-properties)
8694         (icalendar--datetime-to-diary-date): New functions.
8695         (icalendar--split-value): Doc fix.
8696         (icalendar--datetime-to-noneuropean-date)
8697         (icalendar--datetime-to-european-date): New optional argument
8698         SEPARATOR.  Return result as a string instead of a list.
8699         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
8700         (icalendar--convert-string-for-export): Rename arg S to STRING.
8701         (icalendar-export-region): Doc fix.  Change name of error buffer.
8702         Save output buffer.
8703         (icalendar-import-file): Add blank at end of prompt.
8704         (icalendar-import-buffer): Doc fix.  Do not switch to error
8705         buffer.  Indicate status in return value.
8706         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
8707         buffer.  Save output buffer.  Handle exception from recurrence
8708         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
8709         events.  Fix problems with weekly all-day events.
8711 2005-02-10  Richard M. Stallman  <rms@gnu.org>
8713         * simple.el (eval-expression-print-format):
8714         Avoid warning about edebug-active.
8716         * help.el (help-for-help-internal): Rename from help-for-help.
8717         (help-for-help): Define with defalias.
8719         * font-core.el (font-lock-default-function): Use with-no-warnings.
8721         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
8723         * custom.el (defface): Doc fix.
8725 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
8727         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
8728         width 0" to prevent word wrapping problems.
8730 2005-02-09  Kim F. Storm  <storm@cua.dk>
8732         * ido.el (ido-file-extensions-order): New defcustom.
8733         (ido-file-extension-lessp, ido-file-extension-aux)
8734         (ido-file-extension-order): New advanced file ordering.
8735         (ido-file-lessp): New simple file ordering.
8736         (ido-sort-list): Remove.
8737         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
8738         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
8740 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
8742         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
8743         that some versions of grep produce.
8744         (grep-mode-font-lock-keywords): Likewise.
8746 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
8748         * progmodes/gdb-ui.el (gdb-location-list): New variable.
8749         (gdb-cdir): Delete.
8750         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
8751         (gdb-source-info): Treat case when source file is in another
8752         directory properly.
8753         (gdb-get-location): New function.
8755 2005-02-07  Jay Belanger  <belanger@truman.edu>
8757         * calc/calc-prog.el (calc-write-parse-table-part)
8758         (calc-fix-token-name): Fix a check for language type.
8760         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
8762 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
8764         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
8765         as directory not writable.
8767 2005-02-07  Kim F. Storm  <storm@cua.dk>
8769         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
8770         (cua--standard-movement-commands): Remove list.
8771         Instead, set CUA property value to move for movement commands.
8772         (cua-movement-commands): Remove.  Users must set CUA prop instead.
8773         (cua--pre-command-handler): Check CUA property.
8774         (cua--init-keymaps): Don't remap undo commands.
8775         (cua-mode): Don't call cua--rectangle-on-off.
8777         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
8778         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
8779         (cua--rect-undo-set-point): New var.
8780         (cua--rectangle-undo-boundary): Setup undo apply entry.
8781         (cua--rect-undo-handler): New function for rectangle undo.
8782         (cua--rect-start-position, cua--rect-end-position): Add.
8783         (cua--rectangle-post-command): Call cua--rectangle-set-corners
8784         for restored rectangle.  Set point if cua--rect-undo-set-point.
8786 2005-02-06  Jay Belanger  <belanger@truman.edu>
8788         * calc/calc-lang.el (calc-tex-language): Display more information
8789         in messages.
8791         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
8792         in TeX mode.
8794 2005-02-06  Richard M. Stallman  <rms@gnu.org>
8796         * emacs-lisp/lisp.el (buffer-end): Doc fix.
8798 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
8800         * net/ldap.el (ldap-search-internal): Support attributes with
8801         optional descriptions separated by a semi-colon, as in
8802         "userCertificate;binary".
8804 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8806         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
8807         isn't a cons (i.e. the version is 0).
8809 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
8811         * help.el (help-for-help): Doc fix.
8813 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
8815         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
8816         GDB-Windows on the menu-bar as this works better.
8818 2005-02-04  Jay Belanger  <belanger@truman.edu>
8820         * calc/calc-embed.el (calc-embedded-update): Don't put in
8821         unnecessary newlines.  Adjust the end of formula marker.
8823         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
8824         (math-latex-parse-two-args): New function.
8826 2005-02-03  Lute Kamstra  <lute@gnu.org>
8828         * help-fns.el (help-with-tutorial): Make sure that users cannot
8829         remove the entire text of the tutorial by means of `undo'.
8831 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8833         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
8834         in recent changes, where the ispell process was repeatedly
8835         killed & restarted.
8837         * international/mule-cmds.el (set-locale-environment): Set file-name
8838         coding system to utf-8 on Darwin systems.
8839         (set-default-coding-systems): Don't set default-file-name-coding-system
8840         on Darwin systems.
8842 2005-02-03  Richard M. Stallman  <rms@gnu.org>
8844         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
8846 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
8848         * faces.el (list-faces-display): Add optional argument.
8850 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8852         * font-core.el (font-lock-default-function): Handle the rare case where
8853         only font-lock-keywords is set.
8855 2005-02-02  Kenichi Handa  <handa@m17n.org>
8857         * international/characters.el: Cancel previous change for
8858         I-WITH-DOT-ABOVE and DOTLESS-i.
8860         * international/latin-5.el: Cancel previous change.
8862 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
8864         * progmodes/gud.el: Correction to syntax in gud-menu-map.
8866 2005-02-02  Kenichi Handa  <handa@m17n.org>
8868         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
8869         DOTLESS-i.
8871         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
8872         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
8874         * case-table.el (get-upcase-table): New function.
8875         (copy-case-table): Copy upcaes table too if non-nil.
8876         (set-case-syntax-delims): Maintain upcase table too.
8877         (set-case-syntax-pair): Likewise.
8878         (set-upcase-syntax, set-downcase-syntax): New functions.
8879         (set-case-syntax): Maintain upcase table too.
8881 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
8883         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
8885         * progmodes/gud.el (gud-goto-info): New function.
8886         (gud-tool-bar-map): Use correct icon.
8888 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
8890         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
8891         When delegating, order args in the funcall correctly.
8893 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
8895         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
8897 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
8899         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
8900         buffer not visiting a file.
8902 2005-01-31  Jay Belanger  <belanger@truman.edu>
8904         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
8905         bound on the line with the formula.
8907 2005-01-31  Kim F. Storm  <storm@cua.dk>
8909         * ses.el (ses-create-cell-variable-range)
8910         (ses-destroy-cell-variable-range, ses-reset-header-string)
8911         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
8912         (ses-insert-row): Fix format of apply undo entries.
8914 2005-01-31  Jay Belanger  <belanger@truman.edu>
8916         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
8917         parts.
8919         * calc/calc-embed.el (calc-embedded-open-formula)
8920         (calc-embedded-close-formula): Ignore matrix environments.
8922         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
8923         TeX mode.
8925         * calc/calc-lang.el (math-function-table, math-oper-table)
8926         (math-variable-table): Adjust the LaTeX portions.
8928         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
8929         (math-latex-ignore-words): New constant.
8931 2005-01-31  Richard M. Stallman  <rms@gnu.org>
8933         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
8934         (ispell-local-dictionary): Doc fix.
8935         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
8936         Don't reinitialize at run time.  Don't defcustom.
8937         All uses changed to append ispell-local-dictionary-alist,
8938         or check it first.
8939         (ispell-current-dictionary): New variable for dictionary in use.
8940         (ispell-dictionary): Now used only for global default.
8941         (ispell-start-process): Set ispell-current-dictionary,
8942         not ispell-dictionary.
8943         (ispell-change-dictionary): Use this only for setting
8944         user preferences.
8945         (ispell-internal-change-dictionary): New function
8946         to change the current dictionary in use.
8947         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
8948         Use ispell-current-dictionary.
8949         Handle ispell-local-dictionary-overridden.
8950         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
8952 2005-01-31  Jay Belanger  <belanger@truman.edu>
8954         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
8956         * calc/calc-ext.el: Add calc-latex-language to autoloads.
8957         (calc-mode-map): Add calc-latex-language.
8959         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
8960         (math-latex-print-frac): New functions.
8961         (math-oper-table, math-function-table, math-variable-table)
8962         (math-complex-format, math-input-filter): Add latex properties.
8963         (calc-set-language): Set math-expr-special-function-mapping.
8965         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
8966         (calc-write-parse-table-part): Add LaTeX support.
8968         * calc/calc.el (calc-language): Adjust docstring.
8969         (calc-set-mode-line): Add LaTeX support.
8970         (math-expr-special-function-mapping): New variable.
8971         (math-tex-ignore-words): Add to list.
8973         * calc/calccomp.el (math-compose-expr, math-compose-rows):
8974         Add LaTeX support.
8975         (math-compose-expr): Add support for special functions.
8977         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
8979 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
8981         * progmodes/gdb-ui.el (gdb-memory-address)
8982         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
8983         (gdb-memory-mode-map, gdb-memory-format-keymap)
8984         (gdb-memory-format-menu, gdb-memory-unit-keymap)
8985         (gdb-memory-unit-menu): New variables for a buffer
8986         that lets the user examine program memory.
8987         (gdb-memory-set-address, gdb-memory-set-repeat-count)
8988         (gdb-memory-format-binary, gdb-memory-format-octal)
8989         (gdb-memory-format-unsigned, gdb-memory-format-signed)
8990         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
8991         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
8992         (gdb-memory-unit-word, gdb-memory-unit-halfword)
8993         (gdb-memory-unit-byte, gdb-memory-unit-menu)
8994         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
8995         (gdb-memory-mode, gdb-memory-buffer-name)
8996         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
8997         New functions for above buffer.
8999 2005-01-30  Richard M. Stallman  <rms@gnu.org>
9001         * cus-edit.el (custom-bury-buffer): Function deleted.
9002         (custom-buffer-done-function): Option deleted.
9003         (custom-buffer-done-kill): New (replacement option.
9004         (Custom-buffer-done): Call quit-window.
9005         (custom-buffer-create-internal): Update for above changes.
9007 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
9009         * simple.el (undo-ask-before-discard): New var.
9010         (undo-outer-limit-truncate): Implement it.
9011         (undo-extra-outer-limit): Doc update.
9013 2005-01-29  Richard M. Stallman  <rms@gnu.org>
9015         * ses.el (undo-more): Delete defadvice.
9016         (ses-begin-change): Doc fix.
9018         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
9019         instead of rebinding C-x u and C-_.
9021         * files.el (normal-backup-enable-predicate): Return nil for files
9022         in /tmp, regardless of temporary-file-directory.
9024         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
9026         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
9027         (open-rectangle, delete-whitespace-rectangle-line)
9028         (clear-rectangle-line): If FILL, pass t instead of FILL
9029         for move-to-column's 2nd arg.
9031         * simple.el (undo): Fix the test for continuing a series of undos.
9032         (undo-more): Set pending-undo-list to t when we reach end.
9033         (pending-undo-list): Move up defvar.
9035         * wid-edit.el (widget-button-click):
9036         Shorten the range of the track-mouse binding.
9038         * comint.el (comint-insert-input): Undo previous changes;
9039         use last-input-event in interactive spec.
9041 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
9043         * progmodes/compile.el (compilation-start): Bind buffer-read-only
9044         to nil before invoking call-process.  Reset buffer's modified flag
9045         after fontifying it in the no-async branch.
9047         * wid-edit.el (widget-specify-button): If mouse pointer shape
9048         cannot be changed, use mouse face instead.
9050 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
9052         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
9053         (gdb-goto-breakpoint): Make breakpoint handling work on template
9054         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
9055         (gdb-assembler-custom): Update to recognize breakpoint information
9056         added on 2005-01-19.
9058 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9060         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
9061         (dsssl-mode): Use define-derived-mode.
9062         (scheme-mode-initialize): Remove.
9063         (scheme-mode): Use run-mode-hooks.
9065         * cus-edit.el (customize-group-other-window)
9066         (custom-buffer-create-other-window): Don't override special-display-*.
9067         (custom-mode-map): Make it dense.
9069         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
9070         sets the default value.
9072 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
9074         * descr-text.el: Add more keywords.
9076 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9078         * speedbar.el: Avoid unnecessary use of locate-library.
9080         * international/mule-cmds.el (standard-display-european-internal):
9081         Don't fiddle with latin-1 non-break space any more since it's now
9082         special cased in the C code.
9083         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
9085 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
9087         * cus-start.el (all): Add `undo-outer-limit'.
9089 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9091         * textmodes/bibtex.el (bibtex-format-entry):
9092         Use `bibtex-empty-field-re' only on the text of fields, not on entire
9093         field lines.
9094         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
9095         not on part of a buffer.
9097 2005-01-25  Lute Kamstra  <lute@gnu.org>
9099         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
9100         nonempty field text strings like "{letters\\macro{}more letters}".
9101         Clarify docstring.
9102         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
9103         (bibtex-entry-offset, bibtex-parse-association)
9104         (bibtex-parse-field-name): Fix typos in docstrings.
9105         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
9107 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
9109         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
9110         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
9111         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
9112         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
9114         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
9115         isearch minor mode.
9117 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
9119         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
9121 2005-01-24  Lute Kamstra  <lute@gnu.org>
9123         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
9124         CASECHARS and NOT-CASECHARS regular expressions of the
9125         "nederlands" and "nederlands8" dictionaries to prevent a "Range
9126         striding over charsets" error.
9128 2005-01-24  Jay Belanger  <belanger@truman.edu>
9130         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
9131         display variable name.
9133 2005-01-24  Kenichi Handa  <handa@m17n.org>
9135         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
9136         Fix setting of the element of encoded-kbd-iso2022-invocations.
9138 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
9140         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
9141         (gdb-threads-select): Change to also accept mouse events.
9142         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
9143         (gdb-threads-mouse-select): Delete.
9145 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
9147         * files.el (insert-directory): Take care of empty directory,
9148         listed without -a switch.
9150 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9152         * textmodes/refill.el (refill-post-command-function):
9153         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
9154         to the list of functions that we should be careful not to undo.
9155         (refill-late-fill-paragraph-function): Remove.
9156         (refill-saved-state): New var.
9157         (refill-mode): Use it to save fill-paragraph-function.
9158         Save also the value of auto-fill-function.
9160         * term/w32-win.el: Simplify code.
9162 2005-01-23  Kim F. Storm  <storm@cua.dk>
9164         * simple.el (line-move): Adapt to new return value from
9165         pos-visible-in-window-p.
9167         * simple.el (line-move): Fix last change.  Check partial
9168         visibility at point rather than at window-start.
9170 2005-01-22  Jason Rumney  <jasonr@gnu.org>
9172         * term/w32-win.el (xw-defined-colors): Remove debug-message.
9174 2005-01-22  David Kastrup  <dak@gnu.org>
9176         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
9178 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
9180         * type-break.el (type-break-mode): Add a test for
9181         type-break-file-name being non-nil.
9183 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
9185         * net/eudc.el (top level): Call (message "") via progn, so that
9186         eudc-options-file is loaded.
9188 2005-01-22  Kim F. Storm  <storm@cua.dk>
9190         * simple.el (line-move-1): Rename from line-move.
9191         (line-move): New function that adjusts vscroll for partially
9192         visible rows, and calls line-move-1 otherwise.
9194 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
9196         * pcomplete.el: define pcomplete-read-event instead of read-event,
9197         since it's not a complete read-event implementation
9199 2005-01-20  Jay Belanger  <belanger@truman.edu>
9201         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
9202         for called function.
9204 2005-01-20  Steven Tamm  <steventamm@mac.com>
9206         * term/mac-win.el (process-connection-type): Remove.
9207         Controlled now by s/darwin.h:PTY_ITERATION.
9209 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9211         * window.el (handle-select-window): Don't switch window when we're
9212         in the minibuffer.
9214 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
9216         * subr.el (dotimes-with-progress-reporter): New macro.
9218         * ses.el (ses-dotimes-msg): Remove macro.
9219         Use `dotimes-with-progress-reporter' instead.
9221 2005-01-19  Steven Tamm  <steventamm@mac.com>
9223         * term/mac-win.el (process-connection-type): Use new
9224         operating-system-release variable to use ptys on Darwin 7 (OS X
9225         10.3) when using carbon build.
9227 2005-01-19  Jay Belanger  <belanger@truman.edu>
9229         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
9230         flags if the last command was a tab or M-tab.
9232         * calc/calc-prog.el (calc-user-define-edit): Put original formula
9233         in formula editing buffer.
9235 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
9237         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
9238         breakpoint image symbol in margin.
9240 2005-01-19  Jay Belanger  <belanger@truman.edu>
9242         * calc/calc-prog.el (calc-execute-kbd-macro):
9243         Ignore calc-keep-arg-flag.
9245 2005-01-19  Kenichi Handa  <handa@m17n.org>
9247         * textmodes/ispell.el (ispell-looking-at): New function.
9248         (ispell-process-line): Use ispell-looking-at to compare the ispell
9249         output and the buffer contents.
9251 2005-01-18  Jay Belanger  <belanger@truman.edu>
9253         * calc/calc.el (calc-display-raw): Fix docstring.
9255 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9257         * simple.el (blink-matching-open): Strip extra info from syntax.
9259         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
9260         funny chars in the end-of-here-doc marker.
9262 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
9264         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
9265         that enable/disabled state of breakpoints is shown correctly in
9266         fringe and on ttys.
9267         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
9268         Add breakpoint information as text properties.
9269         (gdb-mouse-toggle-breakpoint):
9270         Rename to gdb-mouse-set-clear-breakpoint.
9271         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
9272         breakpoints in the margin.
9273         (gdb-remove-strings): Simplify.
9275 2005-01-17  Jay Belanger  <belanger@truman.edu>
9277         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
9278         erasing buffer.
9280 2005-01-17  Richard M. Stallman  <rms@gnu.org>
9282         * progmodes/grep.el (grep-find): Copy from `grep' the condition
9283         for calling grep-compute-defaults.
9285         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
9286         if buffer is empty.
9288         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
9290 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9292         * hilit-chg.el (highlight-changes-mode): Don't autoload.
9294         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
9295         non-preloaded variables.
9297 2005-01-17  Steven Tamm  <steventamm@mac.com>
9299         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
9300         tex-shell cause to force interactivity when using pipes.
9302 2005-01-17  Kim F. Storm  <storm@cua.dk>
9304         * simple.el (just-one-space): Make arg optional.
9306 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
9308         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
9309         posn-at-x-y to t to access left-margin.
9311 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
9313         Sync with Tramp 2.0.47.
9315         * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
9316         catching keep-date problems in cp/scp operations.
9317         (tramp-handle-copy-file): Don't call `set-file-modes'
9318         unconditionally.  Specialized functions should know better what is
9319         necessary.  This improves performance a little bit, and the
9320         functions could catch errors with `cp -p' and `scp -p'.
9321         (tramp-do-copy-or-rename-file-via-buffer)
9322         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
9323         when appropriate.
9324         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
9325         Call `set-file-modes' when appropriate.
9326         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
9327         Johnsson <isak@hypergene.com>
9328         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
9329         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
9330         <joakim@verona.se>
9331         (tramp-file-name-for-operation): Mark `shell-command' as magic for
9332         Emacs only.
9334         * tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
9335         `find-file-hooks' and `dired-mode-hook'.
9336         (tramp-minor-mode-map): Respective map.  Add remapping for
9337         `compile' and `recompile'.
9338         (tramp-remap-command, tramp-recompile): New defuns.
9339         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
9340         in buffer "*Compilation*".  Call the commands asynchronously.
9342         * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
9343         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
9344         `shell-command', because it isn't magic in XEmacs.  Reported by
9345         Adrian Aichner <adrian@xemacs.org>.
9347         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
9348         `substitute-in-file-name.
9349         (tramp-smb-handle-substitute-in-file-name): New defun.
9350         (tramp-smb-advice-PC-do-completion): Delete advice.
9352 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
9354         * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
9355         Fix error in deleting region.
9357 2005-01-15  Richard M. Stallman  <rms@gnu.org>
9359         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
9360         In non-temp buffer, switch syntax table temporarily.
9362         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
9364         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
9366         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
9368         * imenu.el (imenu--split-menu): Copy menulist before sorting.
9369         (imenu--generic-function): Use START, not BEG, as pos of definition.
9371         * simple.el (just-one-space): Argument specifies number of spaces.
9373         * simple.el (eval-expression-print-format): Avoid warning
9374         about edebug-active.
9376 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
9378         * progmodes/sh-script.el: Code copied from make-mode.el
9379         with small changes,
9380         (sh-mode-map): Bind C-c C-\.
9381         (sh-backslash-column, sh-backslash-align): New variables.
9382         (sh-backslash-region, sh-append-backslash): New functions.
9384 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
9386         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
9387         (rmail-pop-password, rmail-pop-password-required): Move to
9388         rmail-obsolete group.
9389         (rmail-set-pop-password): Rename to rmail-set-remote-password.
9390         All callers updated.
9391         (rmail-get-pop-password): Rename to rmail-get-remote-password.
9392         Take an argument specifying whether it is POP or IMAP mailbox we
9393         are using.  All callers updated.
9394         (rmail-pop-password-error): Rename to
9395         rmail-remote-password-error.  Added mailutils-specific error message.
9396         (rmail-movemail-search-path)
9397         (rmail-movemail-variant-in-use): New variables.
9398         (rmail-remote-password, rmail-remote-password-required):
9399         New customization variables.
9400         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
9401         (rmail-parse-url): New function.
9402         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
9403         with GNU mailutils movemail.
9405 2005-01-15  Kevin Ryde  <user42@zip.com.au>
9407         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
9408         suffix to space, $ or '$, to correctly position point when going
9409         to @table style constants like DBL_MAX.
9411 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
9413         * type-break.el (type-break-mode, type-break-file-time)
9414         (type-break-file-keystroke-count, type-break-choose-file):
9415         Don't store data in or load data from the file if type-break-file-name
9416         is nil.
9417         (type-break-file-name): Doc update as per the above.
9419 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
9421         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
9422         lookup-key might return nil; handle that.
9424 2005-01-15  Alan Mackenzie  <acm@muc.de>
9426         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
9427         rather than the element found, thus enabling the tree to be setcar'd.
9429 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
9431         * textmodes/org.el (org-show-following-heading): New option.
9432         (org-show-hierarchy-above): Use `org-show-following-heading'.
9433         (org-cycle): Documentation fix.
9435         * textmodes/org.el (orgtbl-optimized): New option
9436         (orgtbl-mode): New command, a minor mode.
9437         (orgtbl-mode-map): New variable.
9438         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
9439         (orgtbl-error, orgtbl-self-insert-command)
9440         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
9442         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
9443         a local variable in each org-mode buffer.
9445         * textmodes/org.el (org-set-regexps-and-options): Rename from
9446         `org-set-regexps'.  Added checking for STARTUP keyword.
9447         (org-get-current-options): Add STARTUP options.
9448         (org-table-insert-row): Make mode intelligent about when
9449         realignment is needed.
9450         (org-self-insert-command, org-delete-backward-char, org-delete-char):
9451         New commands.
9452         (org-enable-table-editor): New default value `optimized'.
9453         (org-table-blank-field): Support blanking regions if active.
9455 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
9457         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
9458         if the year is not given.
9460         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
9461         Add new escapes %m and %M, fixed bug with %F by adding
9462         save-match-data.
9463         (reftex-reference): Remove ?. from list of spaces.
9464         (reftex-label-info): Add automatic label prefix recognition.
9466         * textmodes/reftex-index.el (reftex-index-next-phrase):
9467         Add slave parameter to call of `reftex-index-this-phrase'.
9468         (reftex-index-this-phrase): New optional argument.
9469         (reftex-index-region-phrases): Add slave parameter to call of
9470         `reftex-index-this-phrase'.
9471         (reftex-display-index): New argument redo.
9472         (reftex-index-rescan): Add 'redo to arguments of
9473         `reftex-display-index'.
9474         (reftex-index-Rescan, reftex-index-revert)
9475         (reftex-index-switch-index-tag): Add 'redo to arguments of
9476         `reftex-display-index'.
9477         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
9478         indexing.  Fix bug with matching is there is a quote before or
9479         after the word.
9481         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
9482         Fix bug when collecting citation keys in lines with comments.
9483         (reftex-citation): Prefix argument no longer rescans the document,
9484         but forces prompting for optional arguments of cite macros.
9485         (reftex-do-citation): Prompting for optional arguments implemented.
9487         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
9488         Add optional arguments to most cite commands.
9489         (reftex-cite-cleanup-optional-args): New option
9490         (reftex-cite-prompt-optional-args): New option.
9491         (reftex-trust-label-prefix): New option.
9493         * textmodes/reftex-toc.el (reftex-toc-find-section):
9494         Add push-mark before changing the position in the buffer.
9496         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
9497         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
9499 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
9501         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
9502         more carefully.
9504 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9506         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
9507         (sgml-mode): Use it.
9508         (sgml-get-context): Better keep track of implicitly closed tags.
9510 2005-01-13  Kenichi Handa  <handa@m17n.org>
9512         * textmodes/ispell.el: These changes are to fix misalignment error
9513         caused by equivalent characters of different Emacs charsets.
9514         (ispell-unified-chars-table): New variable.
9515         (ispell-get-decoded-string): New function.
9516         (ispell-get-casechars, ispell-get-not-casechars)
9517         (ispell-get-otherchars): Call ispell-get-decoded-string.
9519 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
9521         * custom.el (custom-declare-variable): Just put symbol instead
9522         of (defvar . symbol) in `current-load-list'.
9524 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9526         * emacs-lisp/elint.el: Fixed typo in Commentary section.
9528 2005-01-12  Jay Belanger  <belanger@truman.edu>
9530         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
9531         to create a Calc summary.
9533 2005-01-12  Kim F. Storm  <storm@cua.dk>
9535         * mouse.el (mouse-on-link-p): Change functionality and doc
9536         string to comply with latest description in lisp ref.
9538 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
9540         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
9541         Enable mouse clicks on mode-line, header-line and margin.
9542         (event-type): Give mouse event symbols an 'event-kind property
9543         with value 'mouse-click.
9545 2005-01-12  Juri Linkov  <juri@jurta.org>
9547         * facemenu.el (list-colors-display): Add new arg buffer-name.
9548         Use it.  Fix docstring.  Replace code for identifying duplicate
9549         colors by the name with call to `list-colors-duplicates' which
9550         identifies duplicate colors by the value unless the color
9551         is one of special Windows colors.  Set truncate-lines to t.
9552         Print sorted duplicate color names on each line.  Indent to 22
9553         \(the longest color name in rgb.txt) instead of 20.  Optimize.
9554         (list-colors-duplicates): New function.
9555         (facemenu-color-name-equal): Delete function.
9557         * facemenu.el (list-colors-print): New function created from code
9558         in list-colors-display.  Print #RRGGBB at the window right edge.
9559         (list-colors-display): When temp-buffer-show-function is not
9560         defined, call list-colors-print from temp-buffer-show-hook
9561         to get the right value of window-width in list-colors-print
9562         after the buffer is displayed.
9564         * simple.el (pop-mark): Move deactivate-mark out of conditional
9565         part to deactivate the active mark regardless of the state of the
9566         mark ring.
9568         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
9569         variables line in desktop files.
9571 2005-01-12  Juri Linkov  <juri@jurta.org>
9573         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
9574         Bring together isearch highlight related options.
9575         (lazy-highlight): Replace group `replace' by `matching'.
9576         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
9577         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
9578         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
9579         and declare them obsolete.
9580         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
9581         (isearch-faces): Remove defgroup.
9582         (isearch-overlay, isearch-highlight, isearch-dehighlight):
9583         Move isearch highlighting code closer to lazy highlighting code.
9585         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
9586         (query-replace-highlight, query-replace-lazy-highlight)
9587         (query-replace): Move definitions to the beginning of the file.
9589 2005-01-11  Juri Linkov  <juri@jurta.org>
9591         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
9592         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
9593         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
9595         * info.el (Info-history-forward): New variable.
9596         (Info-select-node): Reset Info-history-forward to nil.
9597         (Info-last): Turn into defalias.
9598         (Info-history-back): Rename from Info-last.
9599         Add current node to Info-history-forward.
9600         (Info-history-forward): New fun.
9601         (Info-mode-map): Replace Info-last by Info-history-back.
9602         Bind Info-history-forward to "r".
9603         (Info-mode-menu): Replace Info-last by Info-history-back.
9604         Fix menu item text.  Add menu item for Info-history-forward.
9605         (info-tool-bar-map): Replace Info-last by Info-history-back.
9606         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
9607         for Info-history-forward.
9608         (Info-mode): Replace Info-last by Info-history-back in docstring.
9609         Add local variable Info-history-forward.
9610         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
9612 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9614         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
9615         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
9616         Ignore select-window events rather than fiddle with
9617         mouse-autoselect-window.
9619 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
9621         * type-break.el (type-break-mode): Fix previous change.
9623 2005-01-10  Jay Belanger  <belanger@truman.edu>
9625         * calc/calc-ext.el (calc-reset): Reset when inside embedded
9626         calculator; only reset when point is inside a calculator.
9627         Don't adjust the window height if the window takes up the whole height
9628         of the frame.
9630 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
9632         * ebuff-menu.el (Electric-buffer-menu-mode):
9633         Preserve value of buffer-local var header-line-format.
9635 2005-01-09  Jay Belanger  <belanger@truman.edu>
9637         * calc/calc.el (calc-mode-var-list-restore-saved-values):
9638         Make sure settings file exists before accessing it.
9640         * calc/calc-embed.el (calc-embedded-subst):
9641         Replace math-multi-subst-rec, which is only supposed to be called
9642         by math-multi-subst, by math-multi-subst.
9644 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
9646         * vc.el (vc-allow-async-revert): New user option.
9647         (vc-disable-async-diff): New internal variable.
9648         (vc-revert-buffer): Use them to disable asynchronous diff.
9650         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
9651         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
9652         asynchronously if vc-disable-async-diff is t.
9654 2005-01-09  Jay Belanger  <belanger@truman.edu>
9656         * calc/calc.el (defcalcmodevar): New macro.
9657         (calc-mode-var-list-restore-default-values)
9658         (calc-mode-var-list-restore-saved-values): New functions.
9659         (calc-mode-var-list): Use defcalcmodevar to define it.
9660         (calc-always-load-extensions, calc-line-numbering)
9661         (calc-line-breaking, calc-display-just, calc-display-origin)
9662         (calc-number-radix, calc-leading-zeros, calc-group-digits)
9663         (calc-group-char, calc-point-char, calc-frac-format)
9664         (calc-prefer-frac, calc-hms-format, calc-date-format)
9665         (calc-float-format, calc-full-float-format, calc-complex-format)
9666         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
9667         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
9668         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
9669         (calc-matrix-brackets, calc-language, calc-language-option)
9670         (calc-left-label, calc-right-label, calc-word-size)
9671         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
9672         (calc-display-raw, calc-internal-prec, calc-angle-mode)
9673         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
9674         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
9675         (calc-window-height, calc-display-trail, calc-show-selections)
9676         (calc-use-selections, calc-assoc-selections)
9677         (calc-display-working-message, calc-auto-why, calc-timing)
9678         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
9679         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
9680         (calc-gnuplot-default-device, calc-gnuplot-default-output)
9681         (calc-gnuplot-print-device, calc-gnuplot-print-output)
9682         (calc-gnuplot-geometry, calc-graph-default-resolution)
9683         (calc-graph-default-resolution-3d, calc-invocation-macro)
9684         (calc-show-banner): Use defcalcmodevar to declare them and set
9685         their default values.
9687         * calc/calc-ext.el (calc-reset): Restore saved values of variables
9688         instead of default values (but restore default values if there is
9689         an argument of 0).
9691 2005-01-09  David Kastrup  <dak@gnu.org>
9693         * desktop.el (desktop-restore-eager): Fix typo in type.
9695 2005-01-08  Richard M. Stallman  <rms@gnu.org>
9697         * cus-edit.el (customize): Delete :link.
9699 2005-01-08  Jay Belanger  <belanger@truman.edu>
9701         * calc/calc.el (calc-mode): Remove the extension from the
9702         `calc-settings-file' file name when loading it.
9704 2005-01-08  Kim F. Storm  <storm@cua.dk>
9706         * info.el (Info-mode-map, Info-next-link-keymap)
9707         (Info-prev-link-keymap, Info-up-link-keymap):
9708         Map follow-link to mouse-face.
9709         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
9711 2005-01-08  Jay Belanger  <belanger@truman.edu>
9713         * calc/calc.el (calc-settings-file): Change default value.
9714         Suggested by cgw in a comment in calc-mode.el.
9716         * calc/calc-mode.el (calc-settings-file-name):
9717         Compare calc-settings-file to user-init-file instead of ~/.emacs.
9718         Replace ~/.emacs in a prompt by calc-settings-file.
9720 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
9722         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
9723         (desktop-lazy-idle-delay): New customizable variables.
9724         (desktop-buffer-args-list): New variable.
9725         (desktop-append-buffer-args): New function.
9726         (desktop-save): Call desktop-append-buffer-args for some buffers.
9727         (desktop-lazy-create-buffer): New function.
9728         (desktop-idle-create-buffers): New function.
9729         (desktop-read): Add message about buffers to restore lazily.
9730         (desktop-lazy-abort): New command.
9731         (desktop-clear): Call desktop-lazy-abort.
9732         (desktop-lazy-complete): New command.
9734 2005-01-06  Richard M. Stallman  <rms@gnu.org>
9736         * emacs-lisp/find-func.el (find-face-definition):
9737         Rename from find-face.
9739 2005-01-06  Kim F. Storm  <storm@cua.dk>
9741         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
9743         * man.el (Man-xref-man-page, Man-xref-header-file)
9744         (Man-xref-normal-file): Add follow-link property.
9746 2005-01-06  Jay Belanger  <belanger@truman.edu>
9748         * calc/calc-units.el: Make sure the proper macro definitions are
9749         available when compiling.
9751 2005-01-06  Juri Linkov  <juri@jurta.org>
9753         * isearch.el (isearch-lazy-highlight-update):
9754         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
9756 2005-01-06  Miles Bader  <miles@gnu.org>
9758         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
9759         (isearch-lazy-highlight-face): Use new name.
9761 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9763         * uniquify.el (uniquify-rationalize-file-buffer-names):
9764         Re-add an interactive spec.
9765         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
9766         to the same name.
9768         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
9769         (isearch-update, isearch-done): Adjust calls accordingly.
9771 2005-01-05  Richard M. Stallman  <rms@gnu.org>
9773         * custom.el (custom-set-variables, custom-theme-set-variables):
9774         Clarify documentation.
9776         * emacs-lisp/find-func.el (find-variable)
9777         (find-variable-other-window, find-variable-other-frame):
9778         Fix the TYPE args to find-function-read and find-function-do-it.
9779         (find-function): Doc fix.
9780         (find-function-at-point): Replace function-at-point alias.
9782 2005-01-04  Richard M. Stallman  <rms@gnu.org>
9784         * cus-face.el (custom-declare-face):
9785         Record defface in current-load-list.
9787         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
9789         * emacs-lisp/find-func.el: Doc fixes.
9790         (find-face-regexp): New variable.
9791         (find-function-regexp-alist): New variable.
9792         (find-function-C-source): Third arg is now TYPE.
9793         (find-function-search-for-symbol): Handle general TYPE.
9794         (find-function-read, find-function-do-it): Handle general TYPE.
9795         (find-definition-noselect, find-face): New functions.
9796         (function-at-point): Alias deleted.
9798 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9800         * battery.el (display-battery-mode): Rename from display-battery.
9801         Handle the case where it gets turned off.
9803 2005-01-04  Richard M. Stallman  <rms@gnu.org>
9805         * cus-edit.el (customize): Make :link point to user doc.
9807         * man.el (Man-fontify-manpage): Turn off undo generation.
9809         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
9811 2005-01-04  Andreas Schwab  <schwab@suse.de>
9813         * files.el (insert-directory): Only look for error lines in
9814         inserted text.  Don't move too far after processing --dired markers.
9816 2005-01-04  Richard M. Stallman  <rms@gnu.org>
9818         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
9819         Don't expand if the character is @, period, dash, etc.
9820         (define-mail-abbrev): Quote names that contain problem characters.
9822 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
9824         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
9826 2005-01-03  Richard M. Stallman  <rms@gnu.org>
9828         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
9829         (query-replace-highlight, query-replace-lazy-highlight)
9830         (query-replace): Definitions moved up.  Doc fix.
9832 2005-01-03  Richard M. Stallman  <rms@gnu.org>
9834         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
9835         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
9836         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
9837         (lazy-highlight-face): Rename from isearch-lazy-...
9838         Change all references to them.
9840 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
9842         * cus-edit.el (custom-file): Doc fix for defcustom.
9843         (custom-file): The function no longer sets the variable
9844         `custom-file' to its return value.
9846         * startup.el (command-line): No longer load `custom-file'.
9848 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9850         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
9852         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
9853         Don't confuse module-prefixed identifiers for labels.
9854         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
9856 2005-01-02  Richard M. Stallman  <rms@gnu.org>
9858         * files.el (basic-save-buffer-1): Fix previous change.
9860         * loadhist.el (file-loadhist-lookup): New function.
9861         (file-provides, file-requires): Use it.
9863         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
9864         instead of calculating the right size.
9866 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
9868         * vc-svn.el (vc-svn-diff): Stay local if possible.
9870 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9872         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
9874         * files.el (hack-local-variables): Fix last change.
9876 2005-01-02  Jay Belanger  <belanger@truman.edu>
9878         * calc/calc-yank.el (calc-edit-top): New variable.
9879         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
9880         object.  Change header properties.
9881         (calc-edit-finish, calc-edit-finish-stack-object)
9882         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
9883         edited object.
9884         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
9885         for the beginning of the edited object.
9886         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
9887         for the beginning of the edited object.
9888         * calc/calc-prog.el (calc-edit-macro-finish-edit)
9889         (calc-finish-formula-edit, calc-macro-repeats)
9890         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
9891         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
9892         beginning of the edited object.
9893         (calc-user-define-edit): Change the header for editing macros.
9894         Remove unnecessary variable.
9896 2005-01-01  Jay Belanger  <belanger@truman.edu>
9898         * calc/calc-yank.el (calc-edit-mode): Change default header.
9899         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
9900         * calc/calc-store.el (calc-edit-variable): Change title to match new
9901         header.
9902         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
9903         mode to match new header.
9904         (calc-user-define-edit): Change titles to include names of commands.
9905         (calc-finish-formula-edit): Adjust to handle new header.
9906         (calc-finish-macro-edit): Remove.
9907         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
9908         (calc-edit-macro-command, calc-edit-macro-command-type)
9909         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
9910         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
9911         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
9912         (calc-edit-macro-finish-edit): New functions.
9913         (calc-user-define-edit): Use new functions to edit named calc macros.
9915 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
9917         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
9919         * ses.el (copy-region-as-kill): Deactivate mark.
9921 2005-01-01  Richard M. Stallman  <rms@gnu.org>
9923         * replace.el (occur-1): If the output buffer is also an input,
9924         don't kill it, rename it.
9926         * faces.el (set-face-background, set-face-foreground): Doc fix.
9928         * cus-face.el (custom-face-attributes): Fix :help-echo strings
9929         for :foreground and :background.
9931         * dired.el (dired-view-command-alist): Variable deleted.
9932         (dired-view-file, dired-mouse-find-file-other-window):
9933         Delete the code to use it.
9935 2005-01-01  Kim F. Storm  <storm@cua.dk>
9937         * image.el (insert-sliced-image): Use t for line-height property.
9939 2004-12-31  Jay Belanger  <belanger@truman.edu>
9941         * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
9942         for "var-" at the beginning of the minibuffer.
9944 2004-12-31  Richard M. Stallman  <rms@gnu.org>
9946         * faces.el (read-face-name):
9947         Don't treat an attribute spec as a list of faces.
9949         * simple.el (undo): Use undo-equiv-table to detect
9950         unexpected changes since previous undo.
9951         (undo-list-saved): Variable deleted.
9952         (buffer-disable-undo): Don't alter undo-list-saved.
9954         * files.el (require-final-newline): Allow `visit' and `visit-save'.
9955         (mode-require-final-newline): New option.
9956         (after-find-file): Handle require-final-newline with new values.
9957         (basic-save-buffer): Handle new values of require-final-newline.
9959         * progmodes/sh-script.el (sh-require-final-newline):
9960         Alist value now controls whether to use mode-require-final-newline.
9961         (sh-set-shell): Implement that new meaning.
9963         * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
9964         * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
9965         * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
9966         Delete old-Emacs compatibility code.
9967         (antlr-c-common-init): Function deleted.
9969         * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
9970         * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
9971         * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
9972         * progmodes/python.el (python-mode): Use mode-require-final-newline.
9973         * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
9974         * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
9975         * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
9976         * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
9977         * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
9978         * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
9979         * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
9980         * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
9981         * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
9982         * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
9983         * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
9984         * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
9986 2004-12-31  Jay Belanger  <belanger@truman.edu>
9988         * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
9989         way to return to Calc.
9991         * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
9992         finish, C-xk as the way to cancel the edit.  Add cancel routine to
9993         kill-buffer-hook.
9995         * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
9996         MacEdit code.
9998         * calc/calc-prog.el: Remove obsolete MacEdit code.
9999         (calc-macro-edit-algebraic, calc-macro-edit-variable)
10000         (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
10002 2004-12-31  Kenichi Handa  <handa@m17n.org>
10004         * international/mule.el (buffer-file-coding-system-explicit):
10005         Rename for explicit-buffer-file-coding-system.
10006         (after-insert-file-set-coding): Adjust for the above change.
10008         * files.el (revert-buffer): Change explicit-buffer-file-coding-system
10009         to buffer-file-coding-system-explicit.
10010         (basic-save-buffer-1): Likewise.
10012 2004-12-30  Richard M. Stallman  <rms@gnu.org>
10014         * textmodes/artist.el (artist-butlast-fn): Var deleted.
10015         (artist-butlast, artist-last): Functions deleted.
10016         (artist-ellipse-mirror-quadrant): Call last and butlast directly.
10017         (artist-compute-key-compl-table): Call remq directly.
10018         (artist-remove-nulls): Function deleted.
10019         (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
10020         (artist-push, artist-pop): Macro deleted.
10022 2004-12-30  Andreas Leue  <al@sphenon.de>
10024         * textmodes/artist.el (artist-version): 1.2.6
10025         (artist-prev-next-op-alist): New variable.
10026         (artist-select-next-op-in-list): New function.
10027         (artist-select-prev-op-in-list): New function.
10028         (artist-make-prev-next-op-alist): New function.
10029         (artist-is-in-op-list-p): New function.
10030         (artist-get-first-non-nil-op): New function.
10031         (artist-get-last-non-nil-op): New function.
10032         (artist-mode-init): Call artist-get-last-non-nil-op to initialize
10033         artist-prev-next-op-alist.
10034         (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
10035         change drawing operation.
10037 2004-12-30  Luc Teirlinck  <teirllm@auburn.edu>
10039         * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
10041 2004-12-31  Masatake YAMATO  <jet@gyve.org>
10043         * server.el (server-process-filter): Suppress `error', too.
10045 2004-12-30  Jay Belanger  <belanger@truman.edu>
10047         * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
10048         Change the way a variable is displayed in a message.
10050         * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
10051         (calc-user-define-permanent, calc-execute-kbd-macro):
10052         Replace old function MacEdit-parse-keys with edmacro-parse-keys.
10054 2004-12-30  Kenichi Handa  <handa@m17n.org>
10056         * files.el (basic-save-buffer-1):
10057         Set explicit-buffer-file-coding-system to last-coding-system-used.
10058         (revert-buffer): Pay attention to
10059         explicit-buffer-file-coding-system (not buffer-file-coding-system)
10060         on bind coding-system-for-read.
10062         * international/mule.el (explicit-buffer-file-coding-system):
10063         New buffer local variable.
10064         (after-insert-file-set-coding): Set it to coding-system-for-read.
10066 2004-12-29  Luc Teirlinck  <teirllm@auburn.edu>
10068         * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
10070 2004-12-29  Sanghyuk Suh  <han9kin@mac.com>
10072         * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
10073         that include line numbers.
10075 2004-12-29  Milan Zamazal  <pdm@zamazal.org>
10077         * files.el (hack-local-variables): If no PREFIX, set it to "^".
10078         Redundant variable PREFIXLEN removed.
10080 2004-12-28  Matt Hodges  <MPHodges@member.fsf.org>
10082         * eshell/em-hist.el (eshell-previous-matching-input):
10083         Start the deletion from the end of the output.
10085 2004-12-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10087         * term/mac-win.el: Require x-dnd.
10088         (mac-drag-n-drop): Sync with W32 version.  Use x-dnd.el functions.
10090 2004-12-29  David Kastrup  <dak@gnu.org>
10092         * international/mule.el (decode-coding-inserted-region):
10093         Don't barf if `buffer-undo-list' is already set to `t'.
10095 2004-12-29  Jay Belanger  <belanger@truman.edu>
10097         * calc/calc-prog.el (calc-user-define-formula): Put default values
10098         for function names in prompts.
10099         (calc-user-define-permanent, calc-user-define-composition)
10100         (calc-user-define-formula): Remove the need for "calcFunc-" in the
10101         default input for algebraic functions.
10103 2004-12-29  Thien-Thi Nguyen  <ttn@gnu.org>
10105         * vc-rcs.el (vc-rcs-annotate-command):
10106         Fix omission bug: Call `vc-setup-buffer'.
10108 2004-12-29  Kenichi Handa  <handa@m17n.org>
10110         * international/mule.el (recode-region): New function.
10112 2004-12-28  Richard M. Stallman  <rms@gnu.org>
10114         * simple.el (undo-extra-outer-limit): New variable.
10115         (undo-outer-limit-truncate): Test and set it.
10117         * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
10118         enables the feature to extend the existing region.
10120         * simple.el (mark-word): New arg ALLOW-EXTEND
10121         enables the feature to extend the existing region.
10123         * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
10124         enables the feature to extend the existing region.
10126         * startup.el (site-run-file): Don't allow setting it with Custom.
10128         * simple.el (buffer-disable-undo): Fix previous change.
10130 2004-12-27  Masatake YAMATO  <jet@gyve.org>
10132         * hexl.el (hexlify-buffer): Remove fontification here.
10133         Use font lock mechanism instead.
10134         (hexl-font-lock-keywords): New font lock kewords.
10135         (hexl-mode-old-font-lock-keywords): New variable.
10136         (hexl-mode): Store the old font lock keywords.
10137         (hexl-mode-exit): Restore the old font lock keywords.
10139 2004-12-27  Richard M. Stallman  <rms@gnu.org>
10141         * simple.el (undo): Fix previous change.
10143 2004-12-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10145         * term/mac-win.el: Sync with x-win.el.  Rearrange the contents.
10146         Call mac-clear-font-name-table if invoked on Mac OS 8/9.
10147         Call x-open-connection on Mac OS X.
10149 2004-12-27  Richard M. Stallman  <rms@gnu.org>
10151         * files.el (buffer-save-without-query): New var (buffer-local).
10152         (save-some-buffers): Save those buffers first, w/o asking.
10154         * files.el (insert-directory-ls-version): New variable.
10155         (insert-directory): When ls returns an error, test the version
10156         number to decide what the return code means.
10157         With --dired output format, detect and distinguish lines
10158         that are really error messages.
10159         (insert-directory-adj-pos): New function.
10161         * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
10163         * battery.el (battery-mode-line-format): Remove initial spaces.
10165         * uniquify.el (uniquify-rationalize-file-buffer-names):
10166         Delete interactive spec.
10168         * type-break.el (type-break-mode): Set buffer-save-without-query.
10169         Remove code that tried to set save-some-buffers-always.
10170         (type-break-file-keystroke-count): Bind deactivate-mark.
10172         * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
10174         * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
10175         Test that the buffer is live, and maybe reject current buffer too.
10176         Clarify.
10177         (next-error-find-buffer): Rewrite for clarity.
10179         * loadup.el: Don't use buffer-disable-undo; do it directly.
10181         * help-fns.el (describe-function-1): Call symbol-file with `defun'.
10182         (describe-variable): Call symbol-file with `defvar'.
10184         * subr.el (messages-buffer-max-lines): Alias for message-log-max.
10185         (symbol-file): Rewritten to handle new load-history format.
10186         Now takes an arg TYPE to specify looking for a particular
10187         type of definition only.
10189         * emacs-lisp/debug.el (debugger-make-xrefs):
10190         Call symbol-file with `defun'.
10192         * emacs-lisp/find-func.el (find-function-noselect):
10193         Call symbol-file with `defun'.
10194         (find-variable-noselect): Call symbol-file with `defvar'.
10196         * eshell/esh-cmd.el (eshell-find-alias-function):
10197         Call symbol-file with `defun'.
10199         * eshell/esh-test.el (eshell-test-goto-func):
10200         Call symbol-file with `defun'.
10202         * mail/rmail.el (rmail-resend):
10203         Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
10205         * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
10207         * progmodes/compile.el (compilation-find-buffer): Rename arg.
10209         * textmodes/texinfmt.el (texinfo-format-buffer-1):
10210         Call buffer-disable-undo.
10212         * simple.el (undo-list-saved): New variable (buffer-local).
10213         (undo): Set and test it.
10214         (buffer-disable-undo): Move here from buffer.c.
10215         Clear out undo-list-saved.
10217         * international/mule.el (decode-coding-inserted-region):
10218         Set buffer-undo-list in a correct and optimal way.
10220         * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
10221         (cperl-font-lock-unfontify-region-function): No need to save and
10222         restore info, since font-lock.el does it for us.
10224         * ansi-color.el (save-buffer-state): Definition deleted.
10225         (ansi-color-unfontify-region): Don't use save-buffer-state.
10227 2004-12-27  Dave Love  <fx@gnu.org>
10229         * wid-edit.el (function): Use restricted-sexp as parent.
10231 2004-12-27  Kevin Ryde  <user42@zip.com.au>
10233         * simple.el (next-matching-history-element): Use same
10234         `interactive' form as previous-matching-history-element.
10236         * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
10237         it can appear unencoded and has been seen from yahoo.
10239 2004-12-27  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
10241         * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
10242         in upper case.  Reported by Wojciech Polak <polak@gnu.org>.
10244 2004-12-27  Kenichi Handa  <handa@m17n.org>
10246         * international/utf-8.el (utf-translate-cjk-load-tables):
10247         Bind coding-system-for-read to nil while loading subst-*.
10249 2004-12-26  Jay Belanger  <belanger@truman.edu>
10251         * calc/calc-store.el (calc-read-var-name): Remove "var-" from
10252         default input.
10254 2004-12-26  Luc Teirlinck  <teirllm@auburn.edu>
10256         * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
10257         before reverting and disable undo recording while reverting.
10259 2004-12-26  Thien-Thi Nguyen  <ttn@gnu.org>
10261         * progmodes/hideshow.el (hs-set-up-overlay): New user var.
10262         (hs-make-overlay): New function.
10263         (hs-isearch-show-temporary): Handle `display' overlay prop specially.
10264         (hs-flag-region): Delete function.
10265         (hs-hide-comment-region): No longer use `hs-flag-region'.
10266         Instead, use `hs-discard-overlays' and `hs-make-overlay'.
10267         (hs-hide-block-at-point): Likewise.
10268         (hs-hide-level-recursive): Use `hs-discard-overlays'.
10269         (hs-hide-all, hs-show-all): Likewise.
10270         (hs-show-block): Likewise.
10271         Also, use overlay prop `hs-b-offset', not `hs-ofs'.
10273 2004-12-24  Thien-Thi Nguyen  <ttn@gnu.org>
10275         * progmodes/hideshow.el: Require `cl' when compiling.
10276         Remove XEmacs and Emacs 19 compatibility.
10277         Use `dolist' and `add-to-list' for load-time actions.
10278         (hs-discard-overlays): Use `dolist'.
10279         (hs-show-block): Likewise.
10281 2004-12-23  Dan Nicolaescu  <dann@ics.uci.edu>
10283         * faces.el (mode-line, mode-line-inactive): Use min-colors.
10285 2004-12-23  Thien-Thi Nguyen  <ttn@gnu.org>
10287         * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
10288         When extending backwards, move outside the current comment first.
10290 2004-12-22  Kenichi Handa  <handa@m17n.org>
10292         * international/quail.el (quail-start-translation): Fix prompt
10293         string for the case if input-method-use-echo-area being non-nil.
10294         (quail-start-conversion): Likewise.
10295         (quail-show-guidance): Don't show guidance if
10296         input-method-use-echo-area is non-nil.
10298 2004-12-21  Richard M. Stallman  <rms@gnu.org>
10300         * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
10302 2004-12-21  Markus Rost  <rost@ias.edu>
10304         * calendar/diary-lib.el (mark-diary-entries):
10305         Set mark-diary-entries-in-calendar only after checking for diary-file.
10307 2004-12-21  Richard M. Stallman  <rms@gnu.org>
10309         * faces.el (escape-glyph): Use blue against light foreground.
10311         * simple.el (undo-outer-limit-truncate): New function.
10312         (undo-outer-limit-function): Use undo-outer-limit-truncate.
10314 2004-12-21  Eli Barzilay  <eli@barzilay.org>
10316         * calculator.el (calculator-radix-grouping-mode)
10317         (calculator-radix-grouping-digits)
10318         (calculator-radix-grouping-separator):
10319         New defcustoms for the new radix grouping mode functionality.
10320         (calculator-mode-hook): Now used in electric mode too,
10321         (calculator): Call it.
10322         (calculator-mode-map): Some new keys.
10323         (calculator-message): New function.  Some new calls.
10324         (calculator-op, calculator-set-register): Use it.
10325         (calculator-string-to-number): New function, mostly moved and
10326         updated code from calculator-curnum-value.
10327         (calculator-curnum-value): Use it.
10328         (calculator-paste): Use it, and update grabbing the current-kill.
10329         (calculator-rotate-displayer)
10330         (calculator-rotate-displayer-back): Toggle digit grouping when
10331         in radix mode, use calculator-message.
10332         (calculator-displayer-prev, calculator-displayer-next):
10333         Change digit group size when in radix mode.
10334         (calculator-number-to-string): Rename from
10335         calculator-num-to-string.  Now deals with digit grouping in
10336         radix mode.
10337         (calculator-update-display, calculator-put-value): Use the new name.
10338         (calculator-fact): Return a floating point number.
10339         (calculator-mode): Doc fix.
10341 2004-12-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
10343         * calendar/calendar.el (view-other-diary-entries): Add autoload.
10344         * calendar/diary-lib.el (view-other-diary-entries):
10345         Use current-prefix-arg in interactive spec.
10347 2004-12-19  Jay Belanger  <belanger@truman.edu>
10349         * calc/calc-aent.el (calcAlg-blank-matching-open):
10350         Temporarily adjust the syntax of both delimiters of half-open intervals.
10352 2004-12-19  Kim F. Storm  <storm@cua.dk>
10354         * mouse.el (mouse-1-click-follows-link): Doc fix.
10356 2004-12-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10358         * term/mac-win.el (encoding-vector, mac-font-encoder-list)
10359         (ccl-encode-mac-centraleurroman-font): Use centraleurroman
10360         instead of centraleuropean as the name
10362 2004-12-17  Michael Albinus  <michael.albinus@gmx.de>
10364         Sync with Tramp 2.0.46.
10366         * net/tramp.el (tramp-maybe-send-perl-script): Change order of
10367         parameters wrt Tramp convention.
10368         (tramp-handle-file-attributes-with-perl)
10369         (tramp-handle-directory-files-and-attributes): Apply it.
10370         (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
10371         `copy-program'.  Reported by Zack Weinberg
10372         <zack@codesourcery.com>.
10373         (top): Set `edebug-form-spec' property directly rather than
10374         calling `def-edebug-spec'.
10376         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
10377         advice less fragile.  Surround temporary redefinition of
10378         `substitute-in-file-name' with `unwind-protect'.  Suggested by
10379         Matt Hodges <MPHodges@member.fsf.org>.
10381 2004-12-17  Juri Linkov  <juri@jurta.org>
10383         * replace.el (occur-accumulate-lines, occur-engine):
10384         Make forcing deferred font-lock fontification jit-specific.
10386 2004-12-17  Kim F. Storm  <storm@cua.dk>
10388         * mouse.el (mouse-1-click-follows-link): New defcustom.
10389         (mouse-on-link-p): New function.
10390         (mouse-drag-region-1): Implement mouse-1-click-follows-link
10391         functionality.  Map a mouse-1 click event into a mouse-2 (or
10392         other) event when position is inside a link.
10394         * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
10395         prefix in tooltip text with "mouse-1" when this is a link
10396         recognized by mouse-1-click-follows-link functionality.
10398         * help.el (describe-key): Report effective and original binding
10399         for mouse-1 when clicked on a link.
10400         (describe-mode): Add follow-link property to "minor-mode" button.
10402         * help-fns.el (describe-variable): Add follow-link property to
10403         "below" button.
10405         * help-mode.el (help-xref): Add follow-link property.
10407         * apropos.el (apropos-symbol, apropos-function, apropos-macro)
10408         (apropos-command, apropos-variable, apropos-face, apropos-group)
10409         (apropos-widget, apropos-plist): Add follow-link property.
10411         * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
10412         checks if position is in a filename, rather than some other
10413         clickable item.  Function looks for cvs-filename-face at position.
10415         * wid-edit.el (widget-specify-field, widget-specify-button):
10416         Map a :follow-link keyword into a follow-link property.
10417         (link): Add :follow-link keyword, map to RET binding.
10419         * dired.el (dired-mode-map): Map follow-link to mouse-face.
10421         * progmodes/compile.el (compilation-minor-mode-map)
10422         (compilation-button-map, compilation-mode-map): Likewise.
10424 2004-12-17  Thien-Thi Nguyen  <ttn@gnu.org>
10426         * play/zone.el (zone): Init `line-spacing' from orig buffer.
10427         (zone-replace-char): Take `count' and `del-count'
10428         instead of `direction'.  Update callers.  When `del-count' is
10429         non-nil, delete that many characters, otherwise `count' characters
10430         backwards.  Insert the newly-replaced string `count' times.
10431         (zone-fret): Handle chars w/ width greater than one.
10432         (zone-fall-through-ws): No longer take window width `ww'.
10433         Update callers.  Add handling for `char-width' greater than one.
10434         (zone-pgm-drip): Update var holding window-end position every cycle.
10436 2004-12-17  Andre Spiegel  <spiegel@gnu.org>
10438         * vc.el (vc-default-update-changelog): Use insert-file-contents,
10439         rather than insert-file.
10441 2004-12-16  Jay Belanger  <belanger@truman.edu>
10443         * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
10444         (math-init-random-base, math-random-digit): Check to see if
10445         var-RandSeed is bound.
10446         (math-random-last): Declare it.
10447         (math-random-digit): Don't make math-random-last local.
10449 2004-12-16  Thien-Thi Nguyen  <ttn@gnu.org>
10451         * play/zone.el (zone): Fix omission bug: Use a self-disabling
10452         one-shot thunk for uniform (error, quit, normal) recovery.
10453         Reported by John Paul Wallington.
10454         (zone-pgm-random-life): Fix bug:
10455         Recognize empty initial field by lack of "@" chars.
10457 2004-12-16  Juri Linkov  <juri@jurta.org>
10459         * help.el (function-called-at-point):
10460         * help-fns.el (variable-at-point): As a last resort try stripping
10461         non-word prefixes and suffixes.
10463         * descr-text.el (describe-property-list): Don't treat syntax-table
10464         specially.  Use describe-text-sexp which inserts [show] button
10465         for large objects and handles printing errors.  Sort properties
10466         by names in alphabetical order instead of by value sizes.
10467         Add `mouse-face' to list of properties for `describe-face' widget.
10468         (describe-char): Mask out face-id from 19 bits of character.
10469         Print face-id separately.
10471         * replace.el (occur-accumulate-lines, occur-engine):
10472         Fontify unfontified matching lines in the source buffer
10473         before copying them.
10474         (occur-engine): Don't put mouse-face on context lines.
10475         (occur-next-error): Set point to line beginning/end
10476         before searching for prev/next property to skip multiple
10477         matches on a line (not supported by occur engine).
10478         Remove redundant prefix-numeric-value.
10480 2004-12-15  Juri Linkov  <juri@jurta.org>
10482         * replace.el (match): New face.
10483         (list-matching-lines-face): Change default from `bold' to `match'.
10485         * progmodes/grep.el (grep-match-face): New defvar.
10486         (grep-mode-font-lock-keywords): Use grep-match-face instead of
10487         compilation-column-face to highlight grep matches.
10489         * apropos.el (apropos-match-face): Change default from
10490         `secondary-selection' to `match'.
10492         * info-look.el (info-lookup-highlight-face): Change default from
10493         `highlight' to `match'.
10495 2004-12-15  Daniel Pfeiffer  <occitan@esperanto.org>
10497         * progmodes/executable.el (executable-interpret): Eliminate
10498         obsolete compile-internal, and switch to comint for interaction.
10500 2004-12-15  J.D. Smith  <jdsmith@as.arizona.edu>
10502         * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
10503         `&&' when skipping multiple statements on a line.
10505 2004-12-15  Thien-Thi Nguyen  <ttn@gnu.org>
10507         * play/zone.el (zone): Set `truncate-lines'.
10508         Also, init `tab-width' with value from original buffer.
10509         (zone-shift-up): Rewrite for speed.
10510         (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
10511         (zone-pgm-jitter): Remove redundant entries from ops vector.
10512         (zone-exploding-remove): Reduce iteration count.
10513         (zone-cpos): Convert to defsubst.
10514         (zone-replace-char): New defsubst.
10515         (zone-park/sit-for): Likewise.
10516         (zone-fret): Take window-start arg.
10517         Update callers.  Use `zone-park/sit-for'.
10518         (zone-fill-out-screen): Rewrite.
10519         (zone-fall-through-ws): Likewise.  Update callers.
10520         (zone-pgm-drip): Use `zone-replace-char'.
10521         Move var inits before while-loop.  Use `zone-park/sit-for'.
10522         (zone-pgm-random-life): Handle empty initial field.
10523         Use `zone-replace-char' and `zone-park/sit-for'.
10525 2004-12-15  Juri Linkov  <juri@jurta.org>
10527         * isearch.el (isearch-update): Test isearch-lazy-highlight
10528         before calling isearch-lazy-highlight-new-loop.
10529         (isearch-lazy-highlight-new-loop):
10530         Don't test isearch-lazy-highlight.
10532         * replace.el (perform-replace): Add isearch-case-fold-search.
10533         Use delimited-flag for isearch-regexp.
10534         Reset isearch-lazy-highlight-last-string to force lazy
10535         highlighting when called from isearch mode.
10536         (query-replace-highlight): Revert defcustom type to boolean.
10537         (query-replace-lazy-highlight): New defcustom.
10538         (query-replace): New face.
10539         (perform-replace, replace-highlight, replace-dehighlight):
10540         Test query-replace-lazy-highlight instead of special value
10541         `isearch' of query-replace-highlight.
10542         (replace-dehighlight): Don't call isearch-dehighlight.
10543         (replace-highlight): Don't call isearch-highlight.
10544         Use face `query-replace' unconditionally.
10546 2004-12-14  Kim F. Storm  <storm@cua.dk>
10548         * simple.el (inhibit-mark-movement): Remove defvar.
10549         (beginning-of-buffer, end-of-buffer): Don't use it.
10551         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
10552         Don't use inhibit-mark-movement.
10554         * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
10555         (cua--undo-push-mark): Remove.
10556         (cua--pre-command-handler, cua--post-command-handler):
10557         Don't fiddle with inhibit-mark-movement.
10559 2004-12-14  Juri Linkov  <juri@jurta.org>
10561         * buff-menu.el (list-buffers-noselect): Collect internal info
10562         for every buffer in BUFFER-LIST arg too.
10563         (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
10564         (Buffer-menu-switch-other-window, Buffer-menu-2-window):
10565         Bind same-window-buffer-names and same-window-regexps to nil.
10567 2004-12-13  Juri Linkov  <juri@jurta.org>
10569         * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
10571         * mail/supercite.el (sc-cite-frame-alist): Doc fix.
10572         (sc-cite-region, sc-uncite-region, sc-recite-region):
10573         Fix previous change to handle not alist as a symbol, but
10574         a citation frame as a symbol that represents a variable name.
10576 2004-12-13  Richard M. Stallman  <rms@gnu.org>
10578         * filecache.el (file-cache-add-directory-using-find):
10579         Only set up file-cache-find-command-posix-flag if we will use it.
10581         * bindings.el (mode-line-buffer-identification-keymap):
10582         Don't cancel the mode-line's usual down-mouse-1 binding.
10584         * cus-edit.el (custom-face-selected): Handle `default' specs.
10585         (custom-face-edit): Increase extra-offset.
10586         (custom-display): Handle `default' specs.
10588         * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
10590         * emacs-lisp/elint.el (elint-standard-variables)
10591         (elint-unknown-builtin-args): Move definitions up.
10593         * net/browse-url.el (browse-url-url-at-point): Add autoload.
10595         * info.el (info-xref-visited): Use `default' instead of t.
10596         (Info-try-follow-nearest-node): Don't explicitly load browse-url.
10598         * faces.el (header-line, mode-line-inactive, tool-bar):
10599         Use `default' instead of t for setting the defaults.
10600         (face-spec-choose): Separate `t' from `default'.
10602         * subr.el (while-no-input): New macro.
10604 2004-12-13  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>  (tiny change)
10606         * filecache.el (file-cache-add-directory-using-find):
10607         Only test file-cache-find-command-posix-flag on some systems.
10609 2004-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10611         * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
10612         Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
10613         (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
10614         (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
10615         (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
10617 2004-12-12  Juri Linkov  <juri@jurta.org>
10619         * files.el (find-file-other-window, find-file-other-frame):
10620         Add the first buffer to the returned value to return the complete
10621         list of all visited buffers.
10622         (find-file-read-only, find-file-read-only-other-window)
10623         (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
10624         `find-file-read-args'.  Signal an error about non-existent file
10625         only if file name doesn't contain wildcards.  Toggle read-only in
10626         all visited buffers.
10627         (find-alternate-file, find-alternate-file-other-window):
10628         Add optional arg `wildcards'.  Doc fix.  Set `wildcards' to t when
10629         called interactively.  Pass arg `wildcards' to other functions.
10630         (find-file-noselect): Doc fix.
10632         * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
10633         Doc fix.
10634         (ffap-directory-finder): New variable.
10635         (ffap-string-at-point-mode-alist): Add * and ? to `file'.
10636         (ffap-file-at-point): Add /* to immediately rejected names.
10637         Return absolute file names matching ffap-dired-wildcards.
10638         (ffap-read-file-or-url): Set default value for `completing-read'
10639         to `buffer-file-name'.
10640         (find-file-at-point): When filename matches ffap-dired-wildcards,
10641         call ffap-file-finder with t arg `wildcards', instead of dired.
10642         (ffap-other-window, ffap-other-frame): Return visited buffers.
10643         (ffap-read-only, ffap-read-only-other-window)
10644         (ffap-read-only-other-frame, ffap-alternate-file): New commands.
10645         (dired-at-point): Call ffap-directory-finder instead of dired.
10646         (ffap-dired-other-window, ffap-dired-other-frame)
10647         (ffap-list-directory): New commands.
10648         (ffap-bindings): New keybindings for new commands.
10650 2004-12-12  Juri Linkov  <juri@jurta.org>
10652         * simple.el (beginning-of-buffer, end-of-buffer):
10653         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
10654         Do not push mark when mark is active in transient-mark-mode.
10656         * simple.el (mark-word):
10657         * emacs-lisp/lisp.el (mark-sexp, mark-defun):
10658         * textmodes/paragraphs.el (mark-paragraph):
10659         Extend the region when mark is active in transient-mark-mode,
10660         regardless of the last command.  Doc fix.
10662         * simple.el (mark-word): Preserve direction when repeating.
10663         Make arg optional.  Interactive "p" -> "P".
10664         (transient-mark-mode, inhibit-mark-movement): Doc fix.
10666         * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
10667         preserving direction, to mark forward instead of backward when mark
10668         is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
10670 2004-12-12  Juri Linkov  <juri@jurta.org>
10672         * isearch.el (isearch-edit-string): Set 7th arg of
10673         `read-from-minibuffer' to `t' to inherit the current input
10674         method (whose name is indicated by [IM] in the minibuffer prompt)
10675         from the current buffer to the minibuffer.
10676         (isearch-lazy-highlight-update): Put body to `with-local-quit'
10677         to allow C-g quitting for lazy highlighting looping inside the
10678         search with nested repetition operators.  Add overlay to the list
10679         before setting its face and other properties to avoid the case of
10680         code quitting after placing the new overlay but before it's
10681         recorded on the list.  Select the window where isearch was
10682         activated, to highlight matches in the right window when isearch
10683         switches the current window to the minibuffer.
10685         * international/isearch-x.el
10686         (isearch-process-search-multibyte-characters):
10687         Use `isearch-message' as initial input for `read-string' instead
10688         of adding it to the minibuffer prompt.  After reading a string
10689         remove the initial value of `isearch-message' from the string.
10691         * replace.el (replace-match-maybe-edit): Doc fix.
10692         (perform-replace): Don't call `replace-highlight' when automatic
10693         replacement is requested in literal mode, since it is intended
10694         only to highlight words during entering a new replacement string
10695         for \? in non-literal mode.
10697         * replace.el (query-replace-highlight): Add new value `isearch'
10698         that allows query replacement to use isearch highlighting.
10699         Change type from `boolean' to `choice'.  Doc fix.
10700         (replace-highlight, replace-dehighlight, perform-replace):
10701         Use isearch highlighting if query-replace-highlight eq `isearch'.
10703 2004-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10705         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
10706         (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
10708         * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
10709         case of \end{verbatim}.
10711 2004-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
10713         * term.el (term-termcap-format): Synchronize with terminfo.
10714         (term-emulate-terminal): Handle reset.
10715         (term-reset-terminal): New function.
10717 2004-12-11  Thien-Thi Nguyen  <ttn@gnu.org>
10719         * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
10720         (zone-fill-out-screen): New func.
10721         (zone-pgm-drip): Use `zone-fill-out-screen'.
10722         Also, no longer go to point-min on every cycle.
10723         (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
10724         (zone-pgm-random-life-wait): New user var.
10725         (zone-pgm-random-life): New func.
10727 2004-12-10  Thien-Thi Nguyen  <ttn@gnu.org>
10729         * files.el (auto-mode-alist): Map .com to DCL mode.
10731 2004-12-09  Richard M. Stallman  <rms@gnu.org>
10733         * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
10735 2004-12-09  Nick Roberts  <nickrob@snap.net.nz>
10737         * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
10738         buffer with a display margin.
10740 2004-12-08  Jay Belanger  <belanger@truman.edu>
10742         * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
10743         (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
10745 2004-12-08  Richard M. Stallman  <rms@gnu.org>
10747         * faces.el: Delete code to set display table.
10748         (escape-glyph): Redefine to be less loud.  (Copy minibuffer-prompt.)
10750 2004-12-08  Jay Belanger  <belanger@truman.edu>
10752         * calc/calc.el: Add math-read-preprocess-string to autoloads.
10754         * calc/calc-ext.el (math-read-replacement-list)
10755         (math-read-superscripts, math-read-preprocess-string): Move to
10756         calc-aent.el.
10758         * calc/calc-aent.el (math-read-replacement-list)
10759         (math-read-superscripts, math-read-preprocess-string): Move from
10760         calc-ext.el.
10762 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10764         * isearch.el (isearch-quote-char): Fix up typo in last change.
10766 2004-12-07  Luc Teirlinck  <teirllm@auburn.edu>
10768         * mouse.el (mouse-set-font): Handle the case where the command was
10769         not invoked using the mouse.
10771         * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
10772         (edmacro-finish-edit): Further update for keyboard macros that are
10773         lambda forms.
10774         (edmacro-sanitize-for-string): Correctly remove Meta modifier.
10776 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10778         * font-lock.el (font-lock-unfontify-region): Save buffer state.
10779         (font-lock-default-unfontify-region): Don't save buffer state any more.
10781 2004-12-07  Jay Belanger  <belanger@truman.edu>
10783         * calc/calc-help.el (calc-describe-key):
10784         Set calc-summary-indentation even when Calc Summary buffer exists.
10786 2004-12-07  Glenn Morris  <gmorris@ast.cam.ac.uk>
10788         * calendar/holidays.el (holiday-easter-etc): Make arguments
10789         optional for backwards compatibility.  Doc fix.
10790         Remove un-necessary local vars mandatory, output-list.
10791         (holiday-advent): Make arguments optional for backwards
10792         compatibility.  Doc fix.
10794 2004-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10796         * paren.el (show-paren-function): Fix last change (2004-12-02).
10798         * international/mule-util.el (char-displayable-p): Return nil for
10799         unibyte mode.
10801         * subr.el (subregexp-context-p): New function.
10803         * isearch.el (isearch-quote-char): Use it.
10805         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
10806         (regexp-opt-not-groupie*-re): Remove.
10807         (regexp-opt): Properly handle inputs with duplicate entries.
10809 2004-12-06  Richard M. Stallman  <rms@gnu.org>
10811         * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
10813         * cus-edit.el (custom-file): Doc fix.
10815         * textmodes/org.el: New file.
10817 2004-12-06  Kenichi Handa  <handa@m17n.org>
10819         * ldefs-boot.el: Update international/mule-util.el section.
10821 2004-12-05  Sam Steingold  <sds@gnu.org>
10823         * net/tramp.el (tramp-handle-file-accessible-directory-p):
10824         Fix `tramp-time-diff' comparison logic.
10826 2004-12-05  Paul Pogonyshev  <pogonyshev@gmx.net>
10828         * progmodes/which-func.el (which-function):
10829         Use `run-hook-with-args-until-success' instead of a custom loop.
10830         Fixes bug with local hooks.
10832 2004-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10834         * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
10835         Use delete-dups when calculating the initial value.
10836         (bibtex-autokey-get-title): Use <=.
10837         (bibtex-goto-line): New function.
10838         (bibtex-reposition-window): Use line numbers instead of point
10839         positions.  Use window-body-height.
10840         (bibtex-find-crossref): Use bibtex-reposition-window.
10841         (bibtex-find-entry): Use bibtex-reposition-window.  Always return
10842         position of entry if key is found or nil if not found.
10844 2004-12-05  Richard M. Stallman  <rms@gnu.org>
10846         * cus-edit.el (custom-file): Doc fix.
10848         * progmodes/sh-script.el (sh-indent-for-then): Change default.
10850 2004-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10852         * simple.el (blink-matching-open):
10853         * textmodes/tex-mode.el (tex-validate-region):
10854         Obey syntax-table text properties.
10856 2004-12-02  Per Abrahamsen  <abraham@dina.kvl.dk>
10858         * wid-edit.el (widget-specify-field): Add `real-field' property to
10859         boundary.
10860         (widget-field-at): Use it.
10862 2004-12-02  Richard M. Stallman  <rms@gnu.org>
10864         * progmodes/cc-mode.el (awk-mode autoload):
10865         Supply t meaning interactive function.
10867         * isearch.el (search-whitespace-regexp): Remove the group.  Doc fix.
10868         (isearch-mode-map): No special definition for space.
10869         (isearch-whitespace-chars): Command deleted.
10870         (isearch-forward-regexp): Doc fix.
10871         (isearch-quote-char): When a space is not inside brackets,
10872         use `[ ]' instead of just space.
10873         (isearch-lazy-highlight-search): Bind search-spaces-regexp.
10875         * imenu.el (imenu--generic-function): Delete code to exclude
10876         matches in comments.
10878         * man.el (Man-reverse-face): Change default to `highlight'.
10880         * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
10881         (occur-engine): Use `face' prop rather than `font-lock-face'
10882         when specifying use of `match-face'.
10883         (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
10885         * emacs-lisp/elint.el (elint-standard-variables): Update list.
10887         * add-log.el (add-log-current-defun): Handle the case where point
10888         is in the header part of a DEFUN construct.
10890 2004-12-02  Dave Love  <fx@gnu.org>
10892         * progmodes/python.el (python-font-lock-syntactic-keywords):
10893         Fix previous change.
10895 2004-12-02  Richard G Bielawski  <Richard.G.Bielawski@wellsfargo.com>  (tiny change)
10897         * paren.el (show-paren-function): Check for matching chars
10898         specified by text props.
10900 2004-12-02  Jay Belanger  <belanger@truman.edu>
10902         * calc/calc.el (calc-read-key-sequence): Leave the old message visible
10903         when reading a new key sequence.
10905 2004-12-02  Kim F. Storm  <storm@cua.dk>
10907         * faces.el (escape-glyph): Rename from glyph.
10908         (standard-display-table): Set it here.  Add escape-glyph face to
10909         extra slot characters.
10911         * disp-table.el: Undo 2004-12-01 change.  Display table is now
10912         setup in faces.el.
10914 2004-12-02  Mark A. Hershberger  <mah@everybody.org>
10916         * xml.el (xml-parse-dtd): Don't show validity messages when
10917         xml-validating-parser is nil.
10918         (xml-substitute-special): Fix validity error messages to
10919         actually show the unexpandable entity.  Added validity error if &
10920         isn't followed by an entity.
10921         (xml-parse-tag): Concatenate any string following the a
10922         <![CDATA[]]> section to the parsed CDATA.
10923         (xml-parse-dtd): Skip parameter entity declarations and use of
10924         parameter entities.
10926 2004-12-01  Luc Teirlinck  <teirllm@auburn.edu>
10928         * kmacro.el (kmacro-default-counter-format): New var.
10929         (kmacro-set-format): Use it.  Delete `(printf format)' from prompt.
10930         (kmacro-display): Remove `nil' from `and' form.  Delete call to
10931         `format' inside `message'.
10932         (kmacro-start-macro): Use `kmacro-default-counter-format'.
10934 2004-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10936         * pcvs.el (cvs-header-msg): New function.
10937         (cvs-update-header): Use it.  Change calling convention.
10938         Correctly handle the case of having simultaneous active processes.
10939         (cvs-sentinel): Don't call cvs-update-header any more.
10940         (cvs-mode-run): Update call and add cvs-update-header to postproc.
10942 2004-12-01  Jay Belanger  <belanger@truman.edu>
10944         * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
10945         Change message.
10947 2004-12-01  Juri Linkov  <juri@jurta.org>
10949         * progmodes/prolog.el (prolog-mode-variables):
10950         Fix imenu-generic-expression.
10952 2004-12-01  Daniel Pfeiffer  <occitan@esperanto.org>
10954         * faces.el (glyph): New face.
10956         * disp-table.el: Add an autoloaded table, that doesn't require
10957         this library, with glyph face.
10959         * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
10960         (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
10961         (conf-quote-normal): Allow normalizing only ' or ".
10962         (conf-mode): Regexp-quote constructed comment-start and don't
10963         match section {} where "name" contains braces.
10965         * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
10966         files.
10968 2004-12-01  Kenichi Handa  <handa@m17n.org>
10970         * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
10971         (x-select-text): Don't treat eight-bit-control/graphic chars
10972         specially.  Store the encoded text in the X cut buffer.
10973         (x-cut-buffer-or-selection-value): Compare the X cut buffer text
10974         with x-last-selected-text-cut-encoded.
10976 2004-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10978         * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
10980 2004-11-30  Markus Rost  <rost@ias.edu>
10982         * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
10983         AUCTeX.
10985 2004-11-30  Jay Belanger  <belanger@truman.edu>
10987         * calc/calc-arith.el (math-possible-signs): Made stronger checks
10988         on signs of intervals.
10989         (math-pow-of-zero): Strengthen checks for positive and negative
10990         exponents.
10992         * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
10993         * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
10994         * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
10995         * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
10996         * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
10997         * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
10998         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
10999         * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
11000         * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
11001         * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
11002         * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
11003         * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
11004         * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
11005         with provide statements.
11007         * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
11009         * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
11011         * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
11012         (calc-load-everything, math-defsimplify): Replace dummy autoloading
11013         functions by require statements.
11014         (math-defsimplify): Move to calc-alg.el, add to autoloads.
11016         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
11017         (calc-gnuplot-print): Give them values.
11019         * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
11020         autoloads.
11021         Add calc-do-embedded-activate to autoloads.
11022         (calc-gnuplot-name, calc-gnuplot-plot-command)
11023         (calc-gnuplot-print-command): Move them to calc-graph.el.
11025 2004-11-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11027         * term/mac-win.el (ccl-encode-mac-roman-font)
11028         (ccl-encode-mac-cyrillic-font)
11029         (ccl-encode-mac-centraleuropean-font, encoder-list)
11030         (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
11031         Support Cyrillic, CentralEuropean, and Dingbat font display
11033 2004-11-30  Andre Spiegel  <spiegel@gnu.org>
11035         * vc-hooks.el (vc-recompute-state): Move here from vc.el.
11037         * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
11038         still nil.
11040 2004-11-29  Luc Teirlinck  <teirllm@auburn.edu>
11042         * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
11043         (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
11045 2004-11-29  Jay Belanger  <belanger@truman.edu>
11047         * calc/calc-arith.el (math-pow-of-zero): Take into account different
11048         cases of the base and exponent.
11050 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
11052         * simple.el (next-error-buffer-p): Allow for inclusive and
11053         exclusive tests for finding a buffer.
11054         (next-error-find-buffer): Pass the exclusive and inclusive tests
11055         to next-error-buffer-p.
11057         * replace.el (occur-next-error): Switch to the Occur buffer when
11058         appropriate, use the exclusive filter to next-error-find-buffer to
11059         do it.  Use the absolute value of the motion amount.
11061 2004-11-29  Kenichi Handa  <handa@m17n.org>
11063         * startup.el (command-line): Decode all default-directory by
11064         locale-coding-system.
11066 2004-11-29  Jay Belanger  <belanger@truman.edu>
11068         * calc/calc-aent.el: Remove unnecessary eval-when-compile.
11069         (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
11070         (math-read-expr-level, calc-check-user-syntax, math-read-factor):
11071         Replace calls to calc-extensions by appropriate require, replace
11072         calc-extensions-loaded by appropriate featurep.
11074         * calc/calc-ext.el: Move require to end of file.
11075         Remove redundant loading of calc.el.
11076         (calc-extensions-loaded): Remove unnecessary variable.
11077         (calc-extensions): Remove unnecessary function.
11078         (calc-load-everything): Replace calc-need-macros by appropriate require.
11080         * calc/calc-macs.el: Move provide to end of file.
11081         (calc-need-macros): Remove unnecessary function.
11083         * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
11084         (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
11085         (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
11086         Replace calc-extensions by appropriate require.
11087         (calc-power): Replace calc-extensions-loaded by appropriate featurep.
11089         * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
11090         Replace calc-need-macros by appropriate require.
11092         * calc/calc.el: Move require to end of file.
11093         (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
11094         Remove unnecessary variable.
11095         (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
11096         (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
11097         (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
11098         (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
11099         (math-stack-value-offset, math-format-value, math-format-flat-expr)
11100         (math-format-number, math-format-bignum, math-read-number)
11101         (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
11102         (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
11103         by appropriate require.
11104         (calc-check-defines): Replace calc-need-macros by appropriate require.
11106 2004-11-29  Kim F. Storm  <storm@cua.dk>
11108         * macros.el (insert-kbd-macro): Handle kmacro functions.
11110 2004-11-28  Juri Linkov  <juri@jurta.org>
11112         * compare-w.el (compare-windows-highlight): Attach each overlay
11113         to its window to properly highlight differences while comparing
11114         two windows of the same buffer.  Fix arguments.
11115         (compare-windows-sync-default-function): Fix arguments of
11116         `compare-windows-highlight'.
11118         * emacs-lisp/edebug.el (edebug-set-global-break-condition):
11119         Use `read-expression-history'.  Set initial contents only if
11120         `edebug-global-break-condition' is non-nil.  Set histpos to 1
11121         if initial contents is equal to the last history element.
11122         (edebug-set-conditional-breakpoint): Instead of temporarily
11123         prepending the current condition to the history, set initial
11124         contents to the current condition.  Set histpos to 1 if initial
11125         contents is equal to the last history element.
11127         * info.el (Info-search-whitespace-regexp): Remove shy group.
11128         (Info-search): Forward line if search is on the header line.
11129         Use search-whitespace-regexp in two other places.
11131 2004-11-27  Luc Teirlinck  <teirllm@auburn.edu>
11133         * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
11134         warning.  Delay real definition, which uses
11135         `set-fringe-indicators-1' till after the definition of that function.
11137 2004-11-28  Kim F. Storm  <storm@cua.dk>
11139         * fringe.el (fringe): New defgroup.
11140         (fringe-mode): Move to fringe group.
11141         (fringe-indicators): New defcustom.
11142         (set-fringe-indicators-1): New defun.
11144         * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
11145         (menu-bar-showhide-fringe-ind-menu): New keymap.
11146         (menu-bar-showhide-fringe-ind-empty)
11147         (menu-bar-showhide-fringe-ind-mixed)
11148         (menu-bar-showhide-fringe-ind-box)
11149         (menu-bar-showhide-fringe-ind-right)
11150         (menu-bar-showhide-fringe-ind-left)
11151         (menu-bar-showhide-fringe-ind-none): New defuns.
11152         (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
11154 2004-11-27  Richard M. Stallman  <rms@gnu.org>
11156         * comint.el (comint-read-noecho): Add trivial compatibility definition.
11158         * generic.el (define-generic-mode): Doc fix.
11160         * menu-bar.el (menu-bar-options-save): For the options
11161         that are toggled with menu-bar-make-mm-toggle, don't check
11162         for customized-value prop.
11164 2004-11-27  Eli Zaretskii  <eliz@gnu.org>
11166         * mail/supercite.el (sc-cite-region): Handle the case where
11167         sc-cite-frame-alist is a symbol.
11168         (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
11169         a symbol.
11170         (sc-recite-region): Handle the case where sc-recite-frame-alist is
11171         a symbol.
11173 2004-11-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
11175         * wid-edit.el (widget-narrow-to-field): New function.
11176         (widget-complete): Use it.
11178 2004-11-27  Jay Belanger  <belanger@truman.edu>
11180         * calc/calc-aent.el (calc-eval-error): Declare and initialize the
11181         variable.
11182         (calc-eval-error): Don't check if the variable calc-eval-error is bound.
11183         (calc-buffer, calc-digit-value, math-expr-data): Declare them.
11184         (math-alg-inequalities): Move declaration to earlier in the file.
11186         * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
11187         (calc-gnuplot-input, math-normalize-a, math-integral-cache):
11188         Declare them.
11190         * calc/calc-lang.el (math-expr-data, math-expr-token)
11191         (math-exp-old-pos): Declare them.
11193         * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
11194         (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
11196 2004-11-27  Kim F. Storm  <storm@cua.dk>
11198         * progmodes/flymake.el: Use (featurep 'xemacs).
11199         (flymake-makehash): Change to defsubst.  Use fboundp.
11200         (flymake-time-to-float): Remove.
11201         (flymake-float-time): Merge code from flymake-time-to-float here.
11202         (flymake-replace-regexp-in-string): Change to defsubst.
11203         (flymake-split-string-remove-empty-edges):
11204         Rename to flymake-split-string.
11205         (flymake-split-string): Remove previous defalias.
11206         (flymake-get-temp-dir): Change to defsubst.
11207         (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
11208         Define for xemacs only.
11209         (flymake-master-file-count-limit): Change into compiler defvar only.
11210         (flymake-find-possible-master-files): Let-bind it dynamically while
11211         sorting files using flymake-master-file-compare.
11213 2004-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11215         * font-lock.el (font-lock-compile-keywords): Don't complain if the end
11216         of defun-prompt-regexp matches inside a comment/string but the
11217         beginning is correctly outside everything.
11219         * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
11220         appears within a string or a comment.
11222         * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
11223         rather than make-symbol for symbols which are used in
11224         a symbol-macrolet or equivalent.
11226 2004-11-26  Jay Belanger  <belanger@truman.edu>
11228         * calc-misc.el (calc-last-why-command): Declare it.
11230         * calc-vec.el (math-grade-vec): New variable.
11231         (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
11232         Replace variable grade-vec by declared variable.
11233         (math-rb-close): New variable.
11234         (math-read-brackets, math-read-vector): Replace variable close by
11235         declared variable.
11237         * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
11238         (calc-one-window, calc-edit-handler, calc-restore-trail)
11239         (calc-allow-ret): Declare them.
11241         * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
11242         (math-lud-cache, math-log2-cache, math-radix-digits-cache)
11243         (math-radix-float-cache-tag, math-random-cache)
11244         (math-max-digits-cache, math-integral-cache, math-units-table)
11245         (math-format-date-cache, math-holidays-cache-tag): Declare them.
11246         (math-moc-func): New variable.
11247         (math-map-over-constants, math-map-over-constants-rec):
11248         Replace variable func by declared variable.
11250         * calc/calc-store.el (calc-given-value, calc-store-opers):
11251         Declare them.
11252         (calc-var-name-map): Move declaration to earlier in the file.
11253         (calc-pv-pos): New variable.
11254         (calc-permanent-variable, calc-insert-permanent-variable):
11255         Replace variable pos by declared variable.
11257         * calc/calc-mtx.el (calc-det-lu): New variable.
11258         (math-det-raw, math-det-step): Replace variable lu by declared variable.
11260         * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
11261         (math-multi-subst, math-multi-subst-rec): Replace variables temp
11262         and arg by declared variables.
11263         (calcFunc-reducer): Fix incorrect variable.
11264         (math-inner-mul-func, math-inner-add-func): New variables.
11265         (calcFunc-inner, math-inner-mats): Replace variables mul-func
11266         and add-func by declared variables.
11268         * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
11269         (calc-digit-value): Declare them.
11271         * calc/calc-help.el (Info-history): Declare it.
11272         (calc-describe-key): Make calc-summary-indentation a local variable.
11273         (calc-help-long-names): Move declaration to earlier in file.
11275         * calc/calc-embed.el (calc-original-buffer): Declare it.
11276         (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
11277         (calc-embed-bot): New variables.
11278         (calc-do-embedded, calc-embedded-mark-formula)
11279         (calc-embedded-find-bounds, calc-embedded-duplicate)
11280         (calc-embedded-new-formula, calc-embedded-make-info):
11281         Replace vars outer-top, outer-bot, bot and top by declared variables.
11282         (calc-embed-prev-modes): New variable.
11283         (calc-embedded-set-modes, calc-embedded-update): Replace variable
11284         prev-modes with declared variable.
11285         (calc-embed-vars-used): New variable.
11286         (calc-embedded-make-info, calc-embedded-evaluate-expr)
11287         (calc-embedded-update, calc-embedded-find-vars): Replace variable
11288         vars-used by declared variable.
11290         * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
11291         (math-format-radix-float): Remove unnecessary setq.
11292         (math-radix-float-cache): Declare it.
11294         * calc/calcsel2.el (calc-keep-selection): Declare it.
11296         * calc/calc-maint.el: Remove file.
11298 2004-11-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11300         * textmodes/bibtex.el (bibtex-sort-entry-class)
11301         (bibtex-comment-start): Use defcustom.
11302         (bibtex-entry-field-alist): Use nil if initial content of the
11303         field is undefined.  Fix docstring.
11304         (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
11305         (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
11306         (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
11307         (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
11308         Fix docstring.
11309         (bibtex-autokey-title-terminators): Use only one regexp.
11310         (bibtex-string-maybe-empty-head): New variable.
11311         (bibtex-remove-delimiters-string): New function.
11312         (bibtex-text-in-field-bounds, bibtex-text-in-string):
11313         Use bibtex-remove-delimiters-string.
11314         (bibtex-progress-message, bibtex-field-left-delimiter)
11315         (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
11316         (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
11317         (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
11318         Simplify.
11319         (bibtex-format-entry): Use save-excursion for inherited booktitle.
11320         Use eq and bibtex-remove-delimiters-string.  For end markers use
11321         insertion type so that marker stays after inserted text.
11322         (bibtex-autokey-get-names): Return empty string if name is missing.
11323         (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
11324         calling bibtex-autokey-name-case-convert.
11325         (bibtex-autokey-demangle-title):
11326         Call bibtex-autokey-titleword-case-convert.  Remove call to
11327         bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
11328         (bibtex-global-key-alist, bibtex-read-string-key): New functions.
11329         (bibtex-read-key): New optional arg global.
11330         (bibtex-files-expand): New optional arg force.
11331         (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
11332         (bibtex-complete-crossref-cleanup): Rename from
11333         bibtex-complete-key-cleanup.  Simplify code.
11334         (bibtex-copy-summary-as-kill): Remove arg key.  Use looking-at.
11335         Operate on current entry.
11336         (bibtex-button): Add docstring.
11337         (bibtex-entry): Simplify.
11338         (bibtex-make-field): Replace optional arg called-by-yank with more
11339         specific args move and interactive.
11340         (bibtex-end-of-entry): Use forward-sexp.
11341         (bibtex-find-entry-globally): Remove.
11342         (bibtex-find-crossref): Allow for crossref key located in other buffer.
11343         Bound to C-c C-x.
11344         (bibtex-find-entry): New optional args global and display.
11345         (bibtex-find-text): Fix docstring.  Remove arg as-if-interactive.
11346         (bibtex-validate): Use arg force of bibtex-files-expand.
11347         (bibtex-clean-entry): Bugfix, clean string entries properly.
11348         Always keep point at beginning of entry.
11349         (bibtex-complete): Bugfix.  Handle string entries properly.
11350         Call cleanup functions only if needed.
11351         (bibtex-String): Use bibtex-read-string-key.
11352         (bibtex-url): Use bibtex-remove-delimiters-string.  Do not alter
11353         case of replacement text.
11355 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
11357         * tramp.el (tramp-handle-directory-files-and-attributes): New function.
11358         (tramp-perl-directory-files-and-attributes): New constant.
11359         (tramp-file-name-handler-alist): Delete file-directory-files, add
11360         directory-files-and-attributes.
11361         (tramp-perl-file-attributes): Surround uid and gid by double
11362         quotes.  Change parameter id-format from nonnumeric.
11363         (tramp-convert-file-attributes): New function.
11364         (tramp-handle-file-attributes): Use it.
11365         (tramp-maybe-send-perl-script): New function.
11366         (tramp-handle-file-attributes-with-perl): Use it.  Don't convert
11367         file mode.  Change parameter id-format from nonnumeric.
11368         (tramp-handle-file-attributes-with-ls): Change parameter id-format
11369         from nonnumeric.
11370         (tramp-post-connection): Don't send tramp-perl-file-attributes
11371         script.  Reset connection property "perl-scripts".
11372         (tramp-handle-insert-directory): Run real handler when ls-lisp is
11373         in use.
11375 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
11377         * desktop.el (desktop-read): Replace mapcar with mapc.
11378         (desktop-create-buffer): Replace mapcar with mapc.
11379         Remove redundant piece of code.
11381 2004-11-27  Nick Roberts  <nickrob@snap.net.nz>
11383         * progmodes/gud.el (gud-display-line): Use display-buffer
11384         for GDB-UI as for GUD.
11386         * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
11387         Delete variables.
11388         (gdb-ann3): Don't make GUD buffer dedicated.
11389         (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
11390         (gdb-display-source-buffer): Delete function.
11391         (gdb-view-source-function, gdb-view-assembler): Delete functions.
11392         (menu): Delete menu bindings for viewing source/assembler.
11393         (gdb-setup-windows, gdb-restore-windows):
11394         Don't dedicate GUD.  No assembler now.
11395         (gdb-reset): No need to undedicate source buffers now.
11396         (gdb-source-info): No assembler now.
11398 2004-11-26  Nick Roberts  <nickrob@snap.net.nz>
11400         * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
11401         width to those for special frames.
11402         (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
11403         Use display-buffer.
11404         (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
11405         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
11406         (gdb-frame-assembler-buffer): Rework like
11407         gdb-frame-breakpoints-buffer.
11409 2004-11-25  Richard M. Stallman  <rms@gnu.org>
11411         * progmodes/flymake.el: Reindent.
11412         (flymake-split-string): Turn into defalias.
11413         (flymake-fix-file-name): Rename from flymake-fix-path-name.
11414         (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
11415         (flymake-get-common-file-prefix): Rename from ...path...  Doc fix.
11416         (flymake-build-relative-filename): Rename from ...path.
11417         Fix error message.
11419 2004-11-25  Cheng Gao  <chenggao@gmail.com>
11421         * progmodes/flymake.el: Much whitespace and capitalization change.
11422         Move `provide' to end.  Require `compile' only when compiling.
11424 2004-11-24  Jay Belanger  <belanger@truman.edu>
11426         * calc/calc-alg.el: Added comment.
11427         (math-polynomial-base): Replace variable mpb-top-expr by
11428         math-poly-base-top-expr.
11430         * calc/calc-poly.el (math-poly-base-top-expr): New variable.
11431         (math-polynomial-p1): Replace variable mpb-top-expr by declared
11432         variable.
11433         (math-poly-base-total-base): New variable.
11434         (math-total-polynomial-base, math-polynomial-p1): Replace variable
11435         mpb-total-base by declared variable.
11436         (math-factored-vars, math-to-list): Declare it.
11437         (math-fact-expr): New variable.
11438         (calcFunc-factors, calcFunc-factor, math-factor-expr)
11439         (math-factor-expr-try, math-factor-expr-part): Replace variable
11440         expr by declared variable.
11441         (math-fet-x): New variable.
11442         (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
11443         by declared variable.
11444         (math-factor-poly-coefs): Make temp a local variable.
11446         * calc/calc-units.el (calc-convert-units): Make units a local
11447         variable.
11448         (calc-num-units, calc-den-units): New variables.
11449         (calc-explain-units, calc-explain-units-rec): Replace variables
11450         num-units and den-units by declared variables.
11451         (math-cu-unit-list): New variable.
11452         (math-build-units-table, math-compare-unit-names)
11453         (math-convert-units, math-convert-units-rec): Replace variable
11454         unit-list by declared variable.
11455         (math-fbu-base, math-fbu-entry): New variables.
11456         (math-find-base-units, math-find-base-units-rec): Replace variables
11457         base and entry by declared variables.
11458         (math-which-standard): New variable.
11459         (math-to-standard-units, math-to-standard-rec): Replace variable
11460         which-standard by declared variable.
11461         (math-fcu-u): New variable.
11462         (math-find-compatible-unit, math-find-compatible-unit-rec):
11463         Replace variable u by declared variable.
11464         (math-cu-new-units, math-cu-pure): New variables.
11465         (math-convert-units, math-convert-units-rec): Replace variables
11466         new-units and pure by declared variables.
11467         (math-try-cancel-units): New variable.
11468         (math-simplify-units-quotient): Replace variable try-cancel-units by
11469         declared variable.
11471 2004-11-24  Richard M. Stallman  <rms@gnu.org>
11473         * textmodes/ispell.el (ispell-check-version):
11474         If default-directory is nonexistent, use home dir.
11476         * progmodes/grep.el (grep-regexp-alist):
11477         Don't match parens around line numbers.
11479         * progmodes/cperl-mode.el (cperl-indent-region)
11480         (cperl-imenu--create-perl-index, cperl-xsub-scan):
11481         Don't print progress messages.
11483         * progmodes/compile.el (compilation-mode-map):
11484         Don't inherit from compilation-minor-mode-map;
11485         copy its bindings instead.  But the menu bar Compile
11486         entry now does inherit from compilation-menu-map.
11488         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
11489         Use with-no-warnings around compiler-macroexpand.
11491         * imenu.el: Don't always require newcomment.
11492         (imenu--generic-function): Call comment-normalize-vars
11493         if we have a comment syntax.
11494         Exit the loop if REGEXP matches the null string.
11495         Test comment-start as well as comment-start-skip
11496         when deciding whether to check for comments.
11498         * tooltip.el (tooltip-mode): Doc fix.
11500         * term.el (term-escape-char, term-mode): Doc fixes.
11502 2004-11-24  Dave Love  <fx@gnu.org>
11504         * progmodes/python.el (python-font-lock-syntactic-keywords):
11505         Check for escapes in the regexp.
11506         (python-quote-syntax): Don't do it here.
11508 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
11510         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
11511         (gdb-frames-mode-map, gdb-threads-mode-map)
11512         (gdb-registers-mode-map, gdb-locals-mode-map)
11513         (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
11514         (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
11516         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
11517         (dedicated-switch-to-buffer): Rework.
11518         (gdb-var-evaluate-expression-handler, gdb-put-string):
11519         Remove unused variable bindings.
11520         (gdb-setup-windows, gdb-display-buffer):
11521         Simplify.  Use pop-to-buffer.
11522         (gdb-view-source-function): Simplify.
11523         (gdb-frame-breakpoints-buffer):
11524         Use pop-to-buffer, special-display-regexps.
11526 2004-11-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
11528         * progmodes/f90.el (f90-smart-end)
11529         (f90-previous-statement, f90-beginning-of-block): Doc fix.
11530         (f90-calculate-indent): Handle un-named PROGRAM blocks.
11531         (f90-end-of-block): Doc fix.  Make check of outermost block
11532         conditional on value of `f90-smart-end'.
11533         (f90-block-match): Hack to deal with un-named PROGRAM blocks.
11534         Handle case where END-BLOCK is nil.
11535         (f90-match-end): Handle un-named PROGRAM blocks.
11536         (f90-backslash-not-special): New function.
11538 2004-11-24  Jay Belanger  <belanger@truman.edu>
11540         * calc/calc.el (calc-embedded-active): Removed unnecessary
11541         declaration.
11542         (calc-show-banner): Removed redundant declaration.
11544         * calc/calc-graph.el (calc-gnuplot-default-device)
11545         (calc-gnuplot-default-output, calc-gnuplot-print-device)
11546         (calc-gnuplot-print-output, calc-gnuplot-geometry)
11547         (calc-graph-default-resolution, calc-graph-default-resolution-3d):
11548         Remove redundant initial values.
11550         * calc/calc-arith.el (math-scalar-functions)
11551         (math-nonscalar-functions, math-scalar-if-args-functions)
11552         (math-real-functions, math-positive-functions)
11553         (math-nonnegative-functions, math-real-scalar-functions)
11554         (math-real-if-arg-functions, math-integer-functions)
11555         (math-num-integer-functions, math-rounding-functions)
11556         (math-float-rounding-functions, math-integer-if-args-functions)
11557         (math-super-types): Move declarations to earlier in file.
11558         (math-unit-prefixes): Declared it.
11559         (math-floor-prec, math-trunc-prec): New variables.
11560         (math-trunc-fancy): Replace variable prec by declared variable.
11561         (math-floor-fancy): Replace variable prec by declared variable.
11562         (math-com-bterms): New variable.
11563         (math-commutative-equal, math-commutative-collect):
11564         Replace variable bterms by declared variable.
11566         * calc/calc-misc.el (math-trunc): Replace variable prec by
11567         math-trunc-prec.
11568         (math-floor): Replace variable prec by math-floor-prec.
11570         * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
11571         (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
11572         (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
11573         (math-format-date, math-format-date-part): Replace variables
11574         date, dt, year, month, day, weekday, hour, minute, second and
11575         bc-flag by declared variables.
11576         (math-pd-str): New variable.
11577         (math-parse-date, math-parse-date-word, math-parse-standard-date):
11578         Replace variable str by declared variable.
11579         (math-daylight-savings-hook, math-tzone-names): Move definitions
11580         to earlier in the file.
11581         (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
11582         (math-sh-year): New variable.
11583         (math-setup-add-holidays, math-setup-holidays)
11584         (math-setup-year-holidays): Replace variable `year' by declared
11585         variable.
11587         * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
11588         New variables.
11589         (math-nth-root-float, math-nth-root-float-iter): Replace variables
11590         n, nf and nfm1 by declared variables.
11591         (math-nri-n): New variable.
11592         (math-nth-root-integer, math-nth-root-int-iter): Replace variable
11593         n by declared variable.
11594         (calcFunc-log): Removed misplaced condition.
11596 2004-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11598         * generic.el (generic-mode-set-comments): Accept an empty comment-end.
11600 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
11602         * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
11603         (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
11604         Dedicate gdb-related windows.
11605         (gdb-display-buffer): Dedicate gdb-related windows.
11606         Don't grab other frames.
11607         (gdb-reset): Remove dedicated property after debugging.
11609 2004-11-24  Jay Belanger  <belanger@truman.edu>
11611         * calc/calc-sel.el: Add comment.
11613         * calc/calc.el (math-stack-value-offset): Replace variables c,
11614         wid and off with math-svo-c, math-svo-wid and math-svo-off.
11616         * calc/calccomp.el (math-comp-sel-tag): Declare it.
11617         (math-svo-c, math-svo-wid, math-svo-off): New variables.
11618         (math-stack-value-offset-fancy): Replace variables c, wid and off
11619         by declared variables.
11620         (math-comp-just, math-comp-comma-spc): New variables.
11621         (math-compose-expr, math-compose-matrix): Replace variables `just'
11622         and comma-spc by declared variable.
11623         (math-comp-vector-prec): New variable.
11624         (math-compose-expr, math-compose-matrix, math-compose-rows):
11625         Replace variable vector-prec by declared variable.
11626         (math-comp-left-bracket, math-comp-right-bracket)
11627         (math-comp-comma): New variables.
11628         (math-compose-expr, math-compose-rows): Replace variables
11629         left-bracket, right-bracket and comma by declared variables.
11630         (math-comp-full-width): New variable.
11631         (math-comp-to-string-flat, math-comp-to-string-flat-term):
11632         Replace variable full-width by declared variable.
11633         (math-comp-highlight, math-comp-word, math-comp-level)
11634         (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
11635         (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
11636         New variables.
11637         (math-comp-to-string-flat, math-comp-to-string-flat-term)
11638         (math-comp-sel-flat-term): Replace variables comp-highlight,
11639         comp-word, comp-level, comp-margin, comp-pos and comp-buf by
11640         declared variables.
11641         (math-comp-simplify, math-comp-simplify-term)
11642         (math-comp-add-string, math-comp-add-string-sel):
11643         Replace variables comp-highlight, comp-buf, comp-base,
11644         comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
11646 2004-11-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11648         * cus-start.el (all): Add x-use-old-gtk-file-dialog.
11650         * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
11651         and x-server-version may throw.
11653 2004-11-23  Kim F. Storm  <storm@cua.dk>
11655         * subr.el (substitute-key-definition-key): Optimize.
11656         Don't call indirect-function for nil defn (always signals error).
11658         * ido.el (ido-read-internal): Fix require-match check when
11659         ido-directory-too-big is set.
11661 2004-11-23  Jay Belanger  <belanger@truman.edu>
11663         * calc/calc-ext.el (math-read-replacement-list)
11664         (math-read-superscripts): New variables.
11665         (math-read-preprocess-string): New function.
11666         (math-read-expr): Filter input through math-read-preprocess-string.
11668         * calc/calc-aent.el (math-read-exprs): Filter input through
11669         math-read-preprocess-string.
11671 2004-11-23  Daniel Pfeiffer  <occitan@esperanto.org>
11673         * progmodes/compile.el (compilation-start): In cd command use
11674         substitute-env-vars -- not quite shell compatible but better than
11675         nothing.
11676         (compilation-error-regexp-alist-alist): Simplify ftnchek to only
11677         handle the newer versions messages, which are more parseable.
11679 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11681         * reveal.el (reveal-mode-map): New var.
11682         (reveal-mode): Use it.
11684 2004-11-23  Nick Roberts  <nickrob@snap.net.nz>
11686         * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
11687         (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
11689 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11691         * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
11692         header-line when needed.
11693         Use fixed-pitch only in the header-line.
11694         Build the underline automatically.  Use emdash if available.
11696 2004-11-22  Richard M. Stallman  <rms@gnu.org>
11698         * dired.el (dired-recursive-copies): Move from dired-aux.el.
11699         * dired-aux.el (dired-recursive-copies): Move to dired.el.
11701 2004-11-22  Nick Roberts  <nickrob@snap.net.nz>
11703         * progmodes/gdb-ui.el (gdb-resync): New function.
11704         (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
11705         (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
11706         Use it to fail more gracefully.
11707         (gdb-variables): Delete variable.
11708         Re-order variables to reduce byte-compiler warnings.
11710 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11712         * descr-text.el (describe-char):
11713         * paren.el (show-paren-function):
11714         * subr.el (syntax-after): Undo last change.
11716         * progmodes/python.el (run-python): Don't hard code *Python*.
11717         Don't modify global process-environment.
11718         (python-send-region, python-load-file): Don't assume that
11719         python-buffer == (process-buffer (python-proc)).
11720         (python-switch-to-python): Simplify.
11722         * dired.el (dired-align-file): Don't assume line starts with spaces.
11724 2004-11-21  Jay Belanger  <belanger@truman.edu>
11726         * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
11727         Replace variable `lines' by math-read-big-lines.
11728         (math-read-big-expr): Replace variables the-baseline, the-h2
11729         and err-msg by math-read-big-baseline, math-read-big-h2 and
11730         math-read-err-msg.
11731         (math-read-big-bigp): Replace variable h2 with math-rb-h2.
11733         * calc/calc-lang.el (math-read-big-rec): Fix typo.
11734         (math-read-big-balance): Replace unbound variable by value.
11735         (math-read-big-lines): New variable.
11736         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
11737         (math-read-big-error, math-read-big-balance): Replace variable
11738         `lines' by declared variable.
11739         (math-read-big-baseline, math-read-big-h2): New variables.
11740         (math-read-big-rec): Replace variables the-baseline and the-h2
11741         by declared variables.
11742         (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
11743         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
11744         (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
11745         declared variables.
11746         (math-read-big-err-msg): New variable.
11747         (math-read-big-error): Replace variable err-msg by declared variable.
11749 2004-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11751         * ses.el: Add coding cookie.
11752         Fix up docstrings, follow new commenting conventions.
11753         (ses-header-line-menu): Fix missing variable rename for header-row.
11754         (ses-cell-size): Remove.
11755         (ses-make-cell): New function.
11756         (ses-cell, ses-insert-row, ses-insert-column): Use it.
11757         (ses-calculate-cell): Remove unused var `symbol'.
11758         (ses-narrowed-p): New function.
11759         (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
11760         (ses-initial-file-trailer): Change ;;; to ;; for local vars.
11761         (ses-load, ses-reconstruct-all): Adjust string search accordingly.
11762         (ses-setup): Use restore-buffer-modified-p.
11763         (ses-cleanup): Remove unused var `end'.
11764         (ses-header-string-left-offset): Remove.
11765         (ses-create-header-string): Adjust to new behavior of `align-to'.
11766         Truncate excessively large fields to preserve alignment.
11767         (ses-reconstruct-all): Remove unused var `refs'.
11768         (ses-read-cell-printer): Remove unused var `prompt'.
11769         (ses-delete-row): Remove unused var `pos'.
11770         (ses-delete-column): Remove unused var `new'.
11772 2004-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11774         * ps-print.el: Insert :version tag into all defgroup and defcustom.
11775         Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
11776         Eliminate eval-and-compile usage.
11777         (ps-insert-file): Use insert-file-contents instead of insert-file.
11778         (ps-setup): Code fix.
11780         * printing.el (pr-setup, lpr-setup): Code fix.
11782 2004-11-21  Jay Belanger  <belanger@truman.edu>
11784         * calc/calc-prog.el (math-integral-cache-state, calc-lang)
11785         (calc-original-buffer): Declare them.
11786         (calc-user-formula-alist): New variable.
11787         (calc-user-define-formula, calc-fix-user-formula)
11788         (calc-user-define-composition, calc-finish-formula-edit):
11789         Replace variable `alist' by declared variable.
11790         (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
11791         (var-q7, var-q7, var-q8, var-q9): Declare them.
11792         (calc-kbd-push): Don't check to see if var-q0 through var-q9
11793         are bound.
11794         (calcFunc-typeof): Replace undeclared variable by expression.
11795         (math-exp-env): New variable.
11796         (math-define-body, math-define-exp): Replace exp-env by declared var.
11797         (math-define-exp): Replace misplaced variable by expression.
11799         * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
11800         (calc-curve-model, calc-curve-coefnames): New variables.
11801         (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
11802         varnames, model and coefnames by declared variables.
11803         (math-root-widen): New variable.
11804         (math-search-root, math-find-root): Replace variable root-widen by
11805         declared variable.
11806         (var-DUMMY): Declare it.
11807         (math-root-vars, math-min-vars): Move the declarations to earlier in
11808         the file.
11809         (math-brent-min): Make d a local variable.
11810         (math-find-minimum): Replace non-existent variable.
11811         (math-ninteg-romberg): Remove unnecessary variable.
11812         (math-ninteg-temp): New variable.
11813         (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
11814         integ-temp by declared variable.
11815         (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
11816         New variables.
11817         (math-general-fit): Replace variables first-var, first-coef and
11818         new-coefs by declared variables.
11819         (calcFunc-fitvar): Replace variable first-var by declared variable.
11820         (calcFunc-fitparam): Replace variable first-coef by declared variable.
11821         (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
11822         (math-all-vars-vars, math-all-vars-found): New variables.
11823         (math-all-vars-in, math-all-vars-rec): Replace variables vars and
11824         found by declared variable math-all-vars-vars.
11826 2004-11-20  Luc Teirlinck  <teirllm@auburn.edu>
11828         * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
11829         of `defconst'.
11831 2004-11-20  Richard M. Stallman  <rms@gnu.org>
11833         * isearch.el (isearch-mode-map): Don't bind SPC.
11834         (isearch-whitespace-chars): Function deleted.
11835         (isearch-search): Bind search-spaces-regexp.
11836         (isearch-lazy-highlight-search): Likewise.
11837         (search-whitespace-regexp): Doc fix.
11838         (isearch-forward-regexp): Doc fix.
11840         * emacs-lisp/bytecomp.el (byte-compile-form):
11841         Move the calls to byte-compile-set-symbol-position,
11842         to avoid having two for the same symbol occurrence.
11844         * comint.el (comint-input-ring-size): Increase to 150.
11846         * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
11847         New variables.
11848         (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
11849         (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
11851         * imenu.el (imenu--generic-function):
11852         Ensure we keep moving backward even if BEG isn't further back.
11854         * replace.el (query-replace-read-to, query-replace-read-from):
11855         Specify t for KEEP-ALL in read-from-minibuffer.
11857         * progmodes/python.el (python-switch-to-python):
11858         If Python isn't running, start it.
11859         Don't alter debug-ignored-errors.
11861         * progmodes/cperl-mode.el (cperl-indent-region):
11862         Don't mind imenu-scanning-message.
11864         * bindings.el (global-map): Bind C-e to move-end-of-line.
11866         * simple.el (line-move-finish): New arg FORWARD.
11867         Ignore invisible newlines, not intangible ones.
11868         Conditions for acceptable stopping positions depend on FORWARD.
11869         (line-move): Pass FORWARD arg to line-move-finish.
11871         * buff-menu.el (list-buffers-noselect): Eliminate space at the start
11872         of HEADER.  Compensate for this change in the code to add display
11873         properties.  Don't make the first line intangible.
11875         * info.el (Info-search): Fix previous change.
11877 2004-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
11879         * Makefile.in (recompile): Revert 2004-11-19 change.
11880         (compile): Likewise.
11882 2004-11-19  Luc Teirlinck  <teirllm@auburn.edu>
11884         * Makefile.in (compile): Set `max-specpdl-size' before compiling.
11886 2004-11-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11888         * progmodes/ebnf2ps.el: Fix typos.  Insert :version tag into all
11889         defgroup and defcustom.  Eliminate eval-and-compile usage.
11891         * progmodes/ebnf-otz.el: Fix typos.
11893 2004-11-19  Jay Belanger  <belanger@truman.edu>
11895         * calc/calc-yank.el (calc-edit-disp-trail): New variable.
11896         (calc-edit-finish, calc-finish-stack-edit): Replace variable
11897         disp-trail by declared variable.
11899         * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
11900         (calc-finish-selection-edit): Replace variable disp-trail by
11901         declared variable.
11902         (calc-selection-cache-entry): Move declaration to earlier in the file.
11903         (calc-selection-cache-num, calc-selection-cache-comp)
11904         (calc-selection-cache-offset, calc-selection-true-num)
11905         (calc-final-point-line, calc-final-point-column)
11906         (calc-original-buffer): Declare them.
11907         (calc-fnp-op, calc-fnp-num): New variables.
11908         (calc-find-nth-part, calc-find-nth-part-rec)
11909         (calc-select-previous): Replace op and num by declared variables.
11910         (calc-rsf-old, calc-rsf-new): New variables.
11911         (calc-replace-sub-formula, calc-replace-sub-formula-rec):
11912         Replace variables old and new by declared variables.
11913         (calc-sel-reselect): New variable.
11914         (calc-auto-selection, calc-enter-selection, calc-edit-selection)
11915         (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
11916         (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
11917         reselect with declared variable.
11919         * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
11920         (math-bound-vars, math-conds, math-copy-neg, math-rhs)
11921         (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
11922         (math-import-list, math-rewrite-phase): Declare them.
11923         (math-rewrite): Use let* to declare variables.
11924         (calc-rewrite-selection): Make rules a local variable.
11925         (calc-rewr-sel): New variable.
11926         (calc-rewrite-selection, calc-locate-selection-marker)
11927         (calc-rewrite): Use the declared variable calc-rewr-sel instead
11928         of sel.
11929         (math-rewrite-whole-expr): New variable.
11930         (math-rewrite, math-rewrite-phase): Replace variable expr by
11931         declared variable.
11932         (math-rewrite-heads-heads, math-rewrite-heads-skips)
11933         (math-rewrite-heads-blanks ): New variables.
11934         (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
11935         heads, skips and blanks by declared variables.
11936         (math-rwcomp-subst-old, math-rwcomp-subst-new)
11937         (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
11938         New variables.
11939         (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
11940         old, new, old-func and new-func by declared variables.
11941         (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
11942         Remove unnecessary variable.
11943         (math-apply-rw-regs): New variable.
11944         (math-apply-rewrites, math-rwapply-replace-regs)
11945         (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
11946         (math-apply-rw-ruleset): New variable.
11947         (math-apply-rewrites, math-rwapply-remember): Replace variable
11948         ruleset by declared variable.
11950 2004-11-19  Richard M. Stallman  <rms@gnu.org>
11952         * info.el (Info-search): Use search-whitespace-regexp.
11954 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
11956         * vc-rcs.el (vc-rcs-parse): New function.
11957         (vc-rcs-annotate-command): Likewise.
11958         (vc-rcs-annotate-current-time): Likewise.
11959         (vc-rcs-annotate-time): Likewise.
11960         (vc-rcs-annotate-extract-revision-at-line): Likewise.
11962 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
11964         * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
11966 2004-11-18  Jay Belanger  <belanger@truman.edu>
11968         * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
11970 2004-11-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11972         * printing.el: Eliminate use of interactive-p and eval-and-compile.
11973         Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
11974         Use make-temp-file to generate PostScript files in any situation.
11975         (pr-ps-temp-file): Now specify a prefix to generate temporary files.
11976         (pr-interactive-p): Eliminate var.
11977         (pr-save-interactive): Eliminate macro.
11978         (pr-interface, pr-ps-directory-preview)
11979         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
11980         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
11981         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
11982         (pr-ps-buffer-ps-print, pr-ps-region-preview)
11983         (pr-ps-region-using-ghostscript, pr-ps-region-print)
11984         (pr-ps-region-ps-print, pr-ps-mode-preview)
11985         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
11986         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
11987         (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
11988         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
11989         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
11990         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
11991         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
11992         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
11993         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
11994         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
11995         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
11996         (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
11997         Eliminate pr-save-interactive usage.
11998         (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
11999         Eliminate pr-interactive-p usage.
12000         (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
12001         (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
12002         (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
12003         (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
12004         (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
12005         (pr-toggle-header-menu, pr-toggle-header-frame-menu)
12006         (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
12007         New funs.
12008         (pr-ps-file): Use make-temp-file to generate a temporary file.
12010 2004-11-17  Jay Belanger  <belanger@truman.edu>
12012         * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
12013         a local variable.
12014         (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
12015         (math-top-only): New variable.
12016         (math-simplify, math-simplify-step): Replace variable top-only by
12017         declared variable math-top-only.
12018         (math-simplify-expr): Declare it.
12019         Replace argument expr in all calls of math-defsimplify by
12020         math-simplify-expr.
12021         (math-simplify-plus, math-simplify-times, math-simplify-divide)
12022         (math-simplify-divisor, math-simplify-one-divisor)
12023         (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
12024         (math-simplify-pow): Replace variable expr by declared variable
12025         math-simplify-expr.
12026         (math-simplify-divisor): Remove local variables temp and op.
12027         (math-simplify-one-divisor): Make temp and op local variables.
12028         (math-simplify-divisor-nover, math-simplify-divisor-dover):
12029         New variables.
12030         (math-simplify-divisor, math-simplify-one-divisor):
12031         Replace variables nover and dover by declared variables.
12032         (math-expr-subst-new, math-expr-subst-old): New variables.
12033         (math-expr-subst, math-expr-subst-rec): Replace variables new
12034         and old by declared variables.
12035         (math-is-poly-degree, math-is-poly-loose): New variables.
12036         (math-is-polynomial, math-is-poly-rec): Replace variables degree
12037         and loose by declared variables.
12038         (math-poly-base-const-ok, math-poly-base-pred): New variables.
12039         (math-polynomial-base, math-polynomial-base-rec):
12040         Replace variables const-ok and mpb-pred by declared variables.
12042         * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
12044         * calc/calc-ext.el (math-defsimplify): Change the argument in
12045         the created function to math-simplify-expr.
12047         * calc/calc-units.el (math-simplify-expr): Declare it.
12048         Replace argument expr in all calls of math-defsimplify by
12049         math-simplify-expr.
12050         (math-simplify-units-prod): Replace variable expr by declared
12051         variable math-simplify-expr.
12053 2004-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12055         * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
12056         Replace mapcar->dolist, format->string.
12058 2004-11-17  Miles Bader  <miles@gnu.org>
12060         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
12061         * progmodes/idlwave.el: Remove RCS keywords.
12063 2004-11-17  J.D. Smith  <jdsmith@as.arizona.edu>
12065         * progmodes/idlwave.el, progmodes/idlw-toolbar.el
12066         * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
12067         Update to IDLWAVE version 5.5.  Too many changes to list them here.
12068         * progmodes/idlw-help.el: New file.
12070 2004-11-16  Richard M. Stallman  <rms@gnu.org>
12072         * international/iso-cvt.el (iso-tex2iso-trans-tab):
12073         Discard spaces after \i according to TeX rules.
12075         * international/mule.el (set-buffer-file-coding-system):
12076         New arg NOMODIFY.
12077         (after-insert-file-set-coding): Pass that new arg.
12078         Prevent set-buffer-multibyte from trying to lock the file.
12080         * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
12082         * saveplace.el (save-place): Doc fix.
12084         * dabbrev.el (dabbrev-expand): When handling SPC M-/,
12085         temporarily widen before finding the following word to copy.
12087         * emacs-lisp/lucid.el (map-keymap): Definition deleted.
12088         (cl-map-keymap): Definition deleted.
12090         * subr.el (map-keymap-internal): New function.
12092 2004-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12094         * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
12095         when pressing rather than when releasing mouse-2.  Simplify.
12097 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12099         * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
12100         (compilation-mode): Set it here instead.
12102         * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
12104         * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
12105         (loop, cl-parse-loop-clause, defsetf): Use backquote.
12107 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12109         * progmodes/compile.el (compilation-internal-error-properties):
12110         Fix up a transposition-typo.  Check end-col before using it.
12112 2004-11-14  Frederic Han  <han@math.jussieu.fr>  (tiny change)
12114         * international/iso-cvt.el (iso-tex2iso-trans-tab):
12115         Discard whitespace after macro \i when converting it.
12117 2004-11-16  Juri Linkov  <juri@jurta.org>
12119         * emacs-lisp/find-func.el (find-function-regexp):
12120         Optimize `define-minor-mode'.  Add `defun-cvs-mode'.
12121         Add `deffoo'.  Add `f' to [^cgv] to exclude `defface'.
12122         Remove invalid `\W' from [^cgv\W].  Doc fix.
12123         (find-function-search-for-symbol): Replace "\\>" with "\\_>".
12125 2004-11-15  Luc Teirlinck  <teirllm@auburn.edu>
12127         * play/life.el: Maintainer is now FSF.
12128         (life-patterns, life-neighbor-deltas, life-window-start)
12129         (life-current-generation, life-generation-string): Use defvar
12130         instead of defconst.
12132 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12134         * progmodes/compile.el (compilation-move-to-column): New fun.
12135         (compilation-internal-error-properties)
12136         (compilation-next-error-function): Use it to make sure we don't go past
12137         the end of line.
12139 2004-11-15  John Paul Wallington  <jpw@gnu.org>
12141         * autoinsert.el (auto-insert-alist): Insert the user's name in
12142         copyright notice, rather than Free Software Foundation, for the
12143         Emacs Lisp header case too.
12145 2004-11-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12147         * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
12148         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
12149         (pr-switches-string): If SWITCHES is nil, return nil.  Otherwise,
12150         return the list of string in a string.
12151         (pr-call-process): Message if calling process returns an error, that
12152         is, the exit status is different of zero.
12154 2004-11-15  Jay Belanger  <belanger@truman.edu>
12156         * calc/calcalg2.el (math-integrate-by-parts): Remove unused
12157         variable var-thing.
12158         (math-integ-depth, math-integ-level, math-integral-limit)
12159         (math-enable-subst, math-any-substs, math-integ-msg)
12160         (math-prev-parts-v, math-good-parts, math-max-integral-limit)
12161         (math-int-threshold, math-int-factors, math-double-roots)
12162         (math-solve-simplifying, var-IntegLimit, math-solve-sign)
12163         (var-GenCount): Declare these variables.
12164         (calcFunc-integ): Don't check if var-IntegLimit is bound.
12165         (math-integral-cache, math-integral-cache-state):
12166         Move declarations to earlier in the file.
12167         (math-deriv-var, math-deriv-total, math-deriv-symb)
12168         (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
12169         (math-so-far, math-integ-expr, math-expr-parts, calc-low)
12170         (calc-high, math-solve-var, math-solve-full, math-solve-vars)
12171         (math-try-solve-sign, math-solve-b, math-solve-system-vv)
12172         (math-solve-res): New variables
12173         (math-derivative, calcFunc-deriv, calcFunc-tderiv)
12174         (math-integral, math-replace-integral-parts)
12175         (math-integrate-by-parts, calc-dump-integral-cache)
12176         (math-try-integral, math-do-integral, math-do-integral)
12177         (math-do-integral-methods, math-try-solve-for)
12178         (math-try-solve-prod, math-solve-poly-funny-powers)
12179         (math-solve-crunch-poly, math-decompose-poly)
12180         (math-solve-find-root-term, math-find-root-in-prod)
12181         (math-integ-try-linear-substitutions)
12182         (math-integ-try-substitutions, math-expr-rational-in)
12183         (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
12184         (math-solve-prod, math-solve-quartic, math-poly-all-roots)
12185         (math-solve-for, math-solve-system, math-solve-system-rec)
12186         (math-solve-get-sign, math-solve-get-int)
12187         (math-solve-system-subst): Replace undeclared variables with newly
12188         declared variables.
12190 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12192         * winner.el (winner-active-region, winner-edges, winner-window-list):
12193         Define at toplevel.
12194         (winner-mode-map): Move init inside declaration.
12196 2004-11-14  Luc Teirlinck  <teirllm@auburn.edu>
12198         * files.el (convert-standard-filename): Doc fix.
12200 2004-11-14  Daniel Pfeiffer  <occitan@esperanto.org>
12202         * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
12203         passwd, group, shadow, default/* and pam.d/*.
12205 2004-11-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12207         * printing.el (pr-menu-spec): Adjust menu specification.
12209 2004-11-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12211         * printing.el: Doc fix.  Insert :version tag into all defcustom.
12212         Handle interactive-p as is recommended in Emacs Lisp Reference.
12213         Set the file permission bits for newly created files.
12214         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
12215         The printing menu specification (in `pr-menu-spec') was merged.
12216         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12217         (pr-version): New version number (6.8.3).
12218         (pr-file-modes): New option.
12219         (pr-interactive-p): New var.
12220         (pr-save-interactive, pr-save-file-modes): New macros.
12221         (pr-setup): Code fix.
12222         (pr-menu-spec): Menu specification merged.
12223         (pr-call-process, pr-text2ps): Set file permission bits.
12224         (pr-despool-print): Set file permission bits.  Handle interactive-p as
12225         is recommended.
12226         (pr-interface, pr-ps-directory-preview)
12227         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
12228         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
12229         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
12230         (pr-ps-buffer-ps-print, pr-ps-region-preview)
12231         (pr-ps-region-using-ghostscript, pr-ps-region-print)
12232         (pr-ps-region-ps-print, pr-ps-mode-preview)
12233         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
12234         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
12235         (pr-despool-using-ghostscript, pr-despool-ps-print)
12236         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
12237         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
12238         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
12239         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
12240         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
12241         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
12242         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
12243         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
12244         (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
12245         (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
12246         Handle interactive-p as is recommended.
12248 2004-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12250         * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
12251         (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
12253         * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
12254         so it doesn't forget to highlight the beginning of the region either.
12256 2004-11-13  Daniel Pfeiffer  <occitan@esperanto.org>
12258         * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
12259         (c-font-lock-init): Eliminate obsolete make-local-hook.
12260         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
12261         (awk-mode): Use run-mode-hooks.
12263         * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
12265 2004-11-13  Kim F. Storm  <storm@cua.dk>
12267         * mouse.el (mouse-drag-copy-region): Add :version.
12268         (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
12269         while dragging mode line, so mode line can be dragged downwards.
12270         (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
12271         while pressing mouse button so window doesn't scroll until we
12272         release the mouse if clicking on partially visible line.
12274 2004-11-12  Jay Belanger  <belanger@truman.edu>
12276         * calc/calc-graph.el (calc-dumb-map): Declare it.
12277         (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
12278         than unbound.
12279         (calc-graph-name): Made `end' a local variable.
12280         (calc-graph-lookup): Made `varname' a local variable.
12281         (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
12282         Declare them.
12283         (calc-graph-format-data): Don't check if var-PlotRejects is bound.
12284         (calc-graph-plot, calc-graph-compute-3d): Remove references to
12285         the unused variable y3vec.
12286         (calc-graph-show-dumb): Remove reference to unused variable found-pt.
12287         (calc-graph-kill-hook, calc-graph-plot): Remove reference to
12288         calc-graph-prev-kill-hook.
12289         (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
12290         (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
12291         (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
12292         (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
12293         (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
12294         (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
12295         (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
12296         (calc-graph-y3value, calc-graph-y3name)
12297         (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
12298         (calc-graph-stepcount, calc-graph-is-splot)
12299         (calc-graph-surprise-splot, calc-graph-blank)
12300         (calc-graph-non-blank, calc-graph-curve-num): New variables.
12301         (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
12302         (calc-graph-recompute-2d, calc-graph-compute-3d)
12303         (calc-graph-format-data): Replace undeclared variables with the
12304         above newly declared variables.
12306 2004-11-12  Diane Murray  <dsm@muenster.de>  (tiny change)
12308         * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
12309         `rsf-beep' and `rsf-sleep-after-message'.
12311         * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
12312         list if `message-sender' is non-nil.
12314 2004-11-12  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
12316         * desktop.el (desktop-create-buffer, desktop-save): Avoid some
12317         consing by using mapc instead of mapcar.
12319 2004-11-12  Nick Roberts  <nickrob@snap.net.nz>
12321         * tooltip.el (require): Explain why CL is needed.
12323 2004-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12325         * printing.el: Insert :version into defgroup (printing).  All reference
12326         to Files option in menubar were changed to File.
12327         (pr-version): New version number (6.8.2).
12328         (pr-get-symbol): Call easy-menu-intern.
12329         (pr-region-active-p): Now is a fun (it was defsubst).  To avoid
12330         compilation gripes.
12332 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12334         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
12335         new byte-compile-function-environment binding to t.
12337         * font-lock.el (font-lock-fontify-syntactically-region):
12338         Don't forget to highlight the last char when we hit `end'.
12340         * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
12341         (mwheel-scroll): Adjust accordingly.
12343         * cvs-status.el: Reduce spurious warnings.
12344         (cvs-status-checkout): Remove.
12345         (cvs-status-mode-map): Use cvs-mode-checkout instead.
12347         * pcvs.el (cvs-mode-checkout): New command.
12349         * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
12351         * tooltip.el: Require CL.
12353         * emacs-lisp/bytecomp.el: Use push.
12354         (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
12355         (defalias): Remove the `byte-compile' property and add
12356         a `byte-hunk-handler'.
12358 2004-11-11  Juri Linkov  <juri@jurta.org>
12360         * info.el (Info-search): Save match data for isearch.
12361         Skip Tag Table node.
12363         * descr-text.el (describe-char): Replace syntax-after with code
12364         from its previous version.
12366         * files.el (magic-mode-alist): Use optimization for SGML mode too.
12367         (set-auto-mode): Doc fix.  Remove unused variable `xml'.
12369         * international/mule.el (sgml-html-meta-auto-coding-function):
12370         Remove > after <html to allow HTML attributes.
12372 2004-11-11  Jay Belanger  <belanger@truman.edu>
12374         * calc/calc-comb.el (math-prime-factors-finished): Declare it as
12375         a variable.
12376         (calcFunc-dfac): Replace unbound max by n.
12377         (math-stirling-local-cache): New variable.
12378         (math-stirling-number, math-stirling-1, math-stirling-2):
12379         Replace the variable `cache' by the declared variable
12380         math-stirling-local-cache.
12381         (var-RandSeed): Declare it as a variable.
12382         (math-init-random-base, math-random-digit): Don't check to see if
12383         var-RandSeed is bound.
12384         (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
12385         Declare them instead of just setting them.
12386         (math-init-random-base): Made i a local variable.
12387         (math-random-digit): Made math-random-last a local variable.
12388         (math-prime-test-cache): Move declaration to before it is used.
12389         (math-prime-test-cache-k, math-prime-test-cache-q)
12390         (math-prime-test-cache-nm1, math-prime-factors-finished):
12391         Declare them as variables.
12393 2004-11-11  Jay Belanger  <belanger@truman.edu>
12395         * calc/calc-ext.el (math-defcache): Use defvar for the new
12396         variables it creates.
12398 2004-11-11  Lars Hansen  <larsh@math.ku.dk>
12400         * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
12401         (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
12402         (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
12403         (desktop-save): Add :version.
12405 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12407         * printing.el (pr-get-symbol): Don't downcase.
12409 2004-11-10  Jay Belanger  <belanger@truman.edu>
12411         * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
12412         string to kill-ring.
12414         * calc/calc-aent.el (calc-alg-exp, math-toks)
12415         (math-exp-pos,math-exp-old-pos, math-exp-token)
12416         (math-exp-keep-spaces, math-exp-str): New variables.
12417         (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
12418         (calcAlg-enter): Use declared variable calc-alg-exp.
12419         (math-build-parse-table, math-find-user-token): Use declared
12420         variable math-toks.
12421         (math-read-exprs, math-read-token, calc-check-user-syntax)
12422         (calc-match-user-syntax, match-factor-after, math-read-factor):
12423         Use declared variables math-exp-pos math-exp-old-pos.
12424         (math-read-exprs, math-read-token, math-read-expr-level)
12425         (calc-check-user-syntax, calc-match-user-syntax)
12426         (match-factor-after, math-read-factor): Use declared variable
12427         math-exp-token.
12428         (math-read-exprs, math-read-expr-list, math-read-token)
12429         (math-read-factor): Use declared variable math-exp-keep-spaces.
12430         (math-read-exprs, math-read-token): Use declared variable
12431         math-exp-str.
12432         (calc-match-user-syntax): Make m a local variable.
12434         * calc/calc-ext.el (math-read-expr): Use declared variables
12435         math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
12436         math-exp-keep-spaces.
12438         * calc/calc-forms.el (math-read-angle-bracket): Use declared
12439         variables math-exp-pos, math-exp-str.
12441         * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
12442         math-exp-old-pos.
12443         (math-parse-fortran-vector, math-parse-fortran-vector-end)
12444         (math-parse-eqn-prime): Use declared variable math-exp-token.
12446         * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
12447         Use declared variable math-exp-pos.
12448         (math-check-for-commas): Use declared variable math-exp-str.
12449         (math-read-brackets): Use declared variables math-exp-old-pos,
12450         math-exp-keep-spaces.
12451         (math-read-brackets, math-read-vector, math-read-matrix):
12452         Use declared variable math-exp-token.
12454 2004-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12456         * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
12457         where the keymap is a symbol.
12458         (easy-menu-add-item): Use keymap-prompt.  Simplify.
12460         * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
12462         * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
12463         (sgml-parse-tag-backward): Use it to skip spurious < or >.
12465 2004-11-10  Thien-Thi Nguyen  <ttn@gnu.org>
12467         * ebuff-menu.el: Doc fixes throughout.
12468         (electric-buffer-menu-mode-hook): New defvar.
12470 2004-11-10  Nick Roberts  <nickrob@snap.net.nz>
12472         * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
12473         The resulting compiler warnings appear to be harmless.
12475 2004-11-10  Daniel Pfeiffer  <occitan@esperanto.org>
12477         * textmodes/conf-mode.el: New file.
12479         * files.el (auto-mode-alist, magic-mode-alist): Use it.
12481 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12483         * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
12485 2004-11-09  Jay Belanger  <belanger@truman.edu>
12487         * calc/calc-ext.el (calc-init-extensions): Remove old code.
12489         * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
12490         (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
12491         (calc-z-prefix-help, calc-user-function-list): Use declared
12492         variables calc-z-prefix-buf, calc-z-prefix-msgs.
12493         (math-map-tree, math-map-tree-rec): Use declared variables
12494         math-mt-many, math-mt-func.
12495         (math-read-expression, math-read-string): Use declared variable
12496         math-expr-data.
12498         * calc/calc-ext.el (math-normalize-nonstandard): Use declared
12499         variable math-normalize-a.
12501         * calc/calc.el (math-normalize-a): New variable.
12502         (math-normalize): Use declared variable math-normalize-a.
12504         * calc/calc-poly.el (math-expand-form): Use declared variable
12505         math-mt-many.
12507         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
12508         Use declared variable math-mt-many.
12509         (math-rewrite): Use declared variable math-mt-func.
12511         * calc/calc-vec.el (math-read-brackets, math-read-vector)
12512         (math-read-matrix): Use declared variable math-expr-data.
12514         * calc/calc-lang.el (math-parse-fortran-vector)
12515         (math-parse-fortran-vector-end, math-parse-tex-sum)
12516         (math-parse-eqn-matrix, math-parse-eqn-prime)
12517         (math-read-math-subscr): Use declared variable math-expr-data.
12519         * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
12520         (math-read-expr-level, math-read-token, calc-check-user-syntax)
12521         (calc-match-user-syntax, math-read-if, math-factor-after)
12522         (math-read-factor): Use declared variable math-expr-data.
12524 2004-11-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
12526         * calendar/diary-lib.el (diary-from-outlook)
12527         (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
12528         interactive-p; but rather new optional argument NOCONFIRM.
12530 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12532         * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
12533         (easy-menu-name-match): Revert correspondingly.
12535 2004-11-09  Richard M. Stallman  <rms@gnu.org>
12537         * emacs-lisp/bytecomp.el (byte-compile-defalias):
12538         Turn off warnings for the new function even if definition not constant.
12539         If the definition isn't a quoted symbol, record (FUNCTION . t).
12540         (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
12541         (byte-compile-callargs-warn): Handle (FUNCTION . t).
12542         (display-call-tree, byte-compile-arglist-warn):
12543         Handle t returned by byte-compile-fdefinition.
12545 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12547         * Makefile.in (maintainer-clean): Depend on distclean.
12549         * help-fns.el (help-C-file-name): File name must be in build-files
12550         to be returned.
12552 2004-11-09  Jay Belanger  <belanger@truman.edu>
12554         * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
12555         (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
12557         * calc/calc.el (calc, calc-trail-display, calc-mode):
12558         Remove obsolete sections.
12560         * calc/calc.el (calc-x-paste-text): Remove.
12562         * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
12563         mouse-2.
12565 2004-11-09  Nick Roberts  <nickrob@snap.net.nz>
12567         * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
12568         (gdb-info-frames-custom, gdb-frame-handler): Use it to find
12569         current frame (in case of recursive calls).
12570         (gdb-show-changed-values): Add :version keyword.
12572 2004-11-09  Kenichi Handa  <handa@m17n.org>
12574         * international/mule-cmds.el: Change coding: tag back to
12575         iso-2022-7bit.
12577 2004-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12579         * international/mule-cmds.el: Change coding-system to utf-8.
12580         (select-safe-coding-system-interactively):
12581         New function extracted from select-safe-coding-system.
12582         (select-safe-coding-system): Use it.
12584 2004-11-08  Richard M. Stallman  <rms@gnu.org>
12586         * subr.el (syntax-after): Doc fix.
12588         * paren.el (show-paren-function): Change calls to syntax-after
12589         for new way of returning the value.
12591         * menu-bar.el (menu-bar-file-menu): Make this the real name
12592         and menu-bar-files-menu the alias.  Use the former.
12593         (global-map): Use `file', not `files', as the symbol.
12595         * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
12597         * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
12598         Don't use beginning-of-buffer.
12599         (filesets-cmd-show-result): Use with-no-warnings.
12601 2004-11-08  Juri Linkov  <juri@jurta.org>
12603         * progmodes/compile.el (compile): Don't overwrite last command in
12604         minibuffer history with default command if they are not equal.
12606 2004-11-08  Jay Belanger  <belanger@truman.edu>
12608         * calc/calcalg2.el (math-do-integral-methods): Try linear then
12609         non-linear substitutions.
12611 2004-11-08  Jay Belanger  <belanger@truman.edu>
12613         * calc/calcalg2.el (math-linear-subst-tried): New variable.
12614         (math-do-integral): Set `math-linear-subst-tried' to nil.
12615         (math-do-integral-methods): Use `math-linear-subst-tried' to
12616         determine what type of substitution to try.
12617         (math-integ-try-linear-substituion):
12618         Set `math-linear-subst-tried' to t.
12620 2004-11-08  Kim F. Storm  <storm@cua.dk>
12622         * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
12624 2004-11-07  Juri Linkov  <juri@jurta.org>
12626         * info-look.el (info-lookup): Allow reusing in the current buffer
12627         not only *info* buffer, but all (even renamed) Info buffers
12628         by checking for major-mode instead of *info* buffer name.
12629         (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
12630         (octave-mode, maxima-mode) <doc-spec>:
12631         Allow long dashes generated by Texinfo 4.7 before definitions.
12632         (texinfo-mode) <doc-spec>: Add space to suffix to find command
12633         definitions with argument separated by space.
12635 2004-11-06  Richard M. Stallman  <rms@gnu.org>
12637         * simple.el (next-error group, face): Move before first use.
12638         (next-error-highlight, next-error-highlight-no-select): Likewise.
12640         * simple.el (line-move-invisible-p): Rename from line-move-invisible.
12641         (line-move): New args NOERROR and TO-END.
12642         Return t if succeed in moving specified number of lines.
12643         (move-end-of-line): New function.
12645         * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
12646         (end-of-buffer-other-window): Likewise.
12648         * simple.el (line-move-ignore-invisible): Default to t.
12650         * subr.el (syntax-after): Return the syntax letter, not the raw code.
12652         * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
12654         * international/iso-cvt.el (iso-cvt-define-menu):
12655         Rename menu-bar-files-menu to menu-bar-file-menu.
12657         * net/browse-url.el (browse-url-gnome-moz-program)
12658         (browse-url-gnome-moz-arguments): Move up before first use.
12660         * net/tramp.el (tramp group): Add :version.
12662         * progmodes/ada-xref.el (ada-gdb-application):
12663         Use goto-char instead of beginning-of-buffer.
12665         * progmodes/cperl-mode.el (cperl-info-on-command):
12666         Use goto-char instead of beginning-of-buffer.
12668         * progmodes/idlw-shell.el (idlwave-shell-examine-map):
12669         Move up before first use.
12670         (idlwave-shell-temp-pro-file): Likewise.
12671         (idlwave-shell-temp-rinfo-save-file): Likewise.
12672         (idlwave-shell-temp-file): Minor doc fix.
12674         * textmodes/flyspell.el (flyspell-external-point-words):
12675         Use goto-char instead of beginning-of-buffer.
12677 2004-11-06  Kai Grossjohann  <kai.grossjohann@gmx.net>
12679         * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
12680         /dev/stdout" before trying "uudecode -o -".  Suggested by Han Boetes.
12681         (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
12683 2004-11-06  David Ponce  <david@dponce.com>
12685         * recentf.el (recentf-menu-path): Use menu item name.
12687 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
12689         * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
12690         display doesn't support images.
12692 2004-11-06  Andreas Schwab  <schwab@suse.de>
12694         * tempo.el (tempo-match-finder): Doc fix.
12696         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
12698 2004-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12700         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
12701         (easy-menu-lookup-name): New fun to replace it.
12702         (easy-menu-get-map): Use it to obey menu item names (rather than just
12703         keys) when looking up `path'.
12704         (easy-menu-always-true-p): Rename from easy-menu-always-true.
12705         (easy-menu-convert-item-1): Adjust to new name.
12707 2004-11-06  Peter Heslin  <pj@heslin.eclipse.co.uk>  (tiny change)
12709         * outline.el (hide-body): Don't hide lines at the top of the file
12710         that precede the first header line.
12712 2004-11-06  Paul Pogonyshev  <pogonyshev@gmx.net>
12714         * align.el (align-areas): Delete whitespace before reindenting, so
12715         that tabs are never placed after spaces.
12717 2004-11-06  Alan Shutko  <ats@acm.org>
12719         * macros.el (insert-kbd-macro): Do completions based on macros,
12720         rather than all commands.
12722 2004-11-06  David Hansen  <david.hansen@gmx.net>  (tiny change)
12724         * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
12725         to solve a bug whereby tags with 'b' don't match.
12727 2004-11-05  Juri Linkov  <juri@jurta.org>
12729         * info.el (Info-search): Don't search in node header lines
12730         and file headers.
12732         * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
12733         symbol-constituent characters after dot, not only digits.
12735 2004-11-04  Daniel Pfeiffer  <occitan@esperanto.org>
12737         * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
12739 2004-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12741         * dired.el (dired-read-dir-and-switches): Call read-directory-name
12742         if a dialog will be used, read-file-name otherwise.
12744 2004-11-04  Richard M. Stallman  <rms@gnu.org>
12746         * textmodes/table.el (table group): Add :version.
12748         * textmodes/ispell.el (ispell-word):
12749         Don't alter args; set them only thru `interactive' spec.
12751         * textmodes/flyspell.el (flyspell-word):
12752         Don't alter FOLLOWING; set it only thru `interactive' spec.
12754         * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
12756         * net/browse-url.el (browse-url-maybe-new-window):
12757         Use called-interactively-p.
12759         * mail/supercite.el (sc-cite-region):
12760         Don't use interactive-p.  Add arg INTERACTIVE.
12761         (sc-version): Don't use interactive-p.  Rename arg to MESSAGE.
12763         * international/mule-cmds.el (set-input-method, toggle-input-method):
12764         Don't use interactive-p.  Add arg INTERACTIVE.
12766         * eshell/esh-mode.el (eshell-show-maximum-output):
12767         Don't use interactive-p.
12768         (eshell-truncate-buffer): Just message, no error, if buffer is short.
12770         * mouse.el (mouse-show-mark): Get positions to delete from mark
12771         and point, not from mouse-drag-overlay.
12773         * imenu.el (imenu-eager-completion-buffer): Add :version.
12775         * filesets.el (filesets group): Add :version.
12777 2004-11-03  Daniel Pfeiffer  <occitan@esperanto.org>
12779         * files.el (xml-based-modes): Delete var.
12780         (magic-mode-alist): New more general var.
12781         (set-auto-mode): Use it.
12783         * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
12784         when clicking from another window.
12786 2004-11-03  Thien-Thi Nguyen  <ttn@gnu.org>
12788         * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
12789         (vc-cvs-annotate-time): Incorporate value of deleted var.
12790         Remove special-case handling of beginning-of-buffer cruft.
12791         Cache ending position (point) and return value in text property
12792         `vc-cvs-annotate-time', and consult it on subsequent invocations.
12794         * vc-cvs.el (vc-cvs-annotate-command):
12795         Delete extraneous lines from beginning of buffer.
12796         * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
12798         * progmodes/grep.el (grep-default-command): Take empty string
12799         for tag if all other methods yield nil.  Shell-quote the tag.
12801         * vc.el (vc-annotate-display-autoscale): Add prefix-arg
12802         spec in `interactive' form, and mention it in the docstring.
12803         Also, make sure point is at bol after calling `annotate-time'.
12805 2004-11-02  Richard M. Stallman  <rms@gnu.org>
12807         * cus-edit.el (customize-group-other-window):
12808         Select the window that displays the custom buffer.
12809         (custom-buffer-create-other-window): Likewise.
12811         * comint.el (comint-insert-input): Fix previous change.
12813         * emacs-lisp/elp.el (elp-instrument-function):
12814         Use called-interactively-p.
12816         * emacs-lisp/easymenu.el (easy-menu-intern):
12817         Don't downcase; rather, case-flip the first letter of each word.
12819         * emacs-lisp/easy-mmode.el (define-minor-mode):
12820         Use called-interactively-p.
12822         * emacs-lisp/bytecomp.el (byte-compile-warning-types):
12823         Add interactive-only.
12824         (byte-compile-warnings): Add interactive-only as option.
12825         (byte-compile-interactive-only-functions): New variable.
12826         (byte-compile-form): Warn about calls to functions
12827         in byte-compile-interactive-only-functions.
12829         * emacs-lisp/autoload.el (update-file-autoloads):
12830         Don't use interactive-p; take new arg SAVE-AFTER.
12832         * emacs-lisp/advice.el (ad-make-advised-definition):
12833         Use called-interactively-p.
12835 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12837         * files.el (find-file-existing): New function.
12839         * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
12840         find-file-existing.  Add "New File..." that calls find-file.
12842         * diropen.pbm, diropen.xpm: New files.
12844         * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
12845         icon diropen.  New tool bar item find-file-existing uses icon open.
12847         * dired.el (dired-read-dir-and-switches): Call read-directory-name
12848         instead of read-file-name.
12850 2004-11-02  Ulf Jasper  <ulf.jasper@web.de>
12852         * calendar/icalendar.el (icalendar-version): Increase to 0.08.
12853         (icalendar--split-value): Change name of work buffer.
12854         (icalendar--get-weekday-abbrev): Return nil on error.
12855         (icalendar--date-to-isodate): New function.
12856         (icalendar-convert-diary-to-ical)
12857         (icalendar-extract-ical-from-buffer): Use only two args for
12858         make-obsolete (XEmacs compatibility).
12859         (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
12860         (icalendar-export-region): Doc fix.
12861         If error, return non-nil and write errors to a buffer.
12862         Use correct weekday for weekly recurring events.
12863         Check whether date has been parsed for ordinary events.
12864         Make weekly events start in the year 2000.
12865         DTEND is non-inclusive, shift end date by one day if
12866         necessary (not for entries that have date and time).
12867         Rename local let variables: oops -> found-error, datestring ->
12868         startdatestring.
12870 2004-11-02  Kim F. Storm  <storm@cua.dk>
12872         * files.el (set-auto-mode-0): Don't rely on dynamic binding of
12873         keep-mode-if-same variable.  Add it as optional arg instead.
12874         (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
12876         * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
12877         substitute-command-keys will select lower-case bindings like those
12878         used in the static help texts.
12880         * descr-text.el (describe-text-properties): Don't err if called in
12881         the *Help* buffer; output to *Help-2* buffer instead.
12883         * kmacro.el (group kmacro): Add :version.
12884         (kmacro-keyboard-quit): New function to cleanup on C-g.
12885         (kmacro-start-macro): Set defining-kbd-macro to append when
12886         appending to last macro.
12888         * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
12890 2004-11-02  Nick Roberts  <nickrob@snap.net.nz>
12892         * progmodes/gdb-ui.el (gdb-enable-debug-log)
12893         (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
12894         (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
12895         Add :version keyword.
12897 2004-11-02  Pavel Kobiakov  <pk_at_work@yahoo.com>
12899         * progmodes/flymake.el (flymake-err-line-patterns):
12900         Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
12901         `compilation-error-regexp-alist-alist' to internal Flymake format.
12903         * progmodes/flymake.el: Eliminate byte-compiler warnings.
12905 2004-11-01  Jay Belanger  <belanger@truman.edu>
12907         * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
12908         with `interactive "s"'.
12910 2004-11-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12912         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
12913         Revert change from 2004-10-16.  '*' checks the current buffer, but the
12914         mouse click may be in another buffer.
12916 2004-11-01  John Paul Wallington  <jpw@gnu.org>
12918         * files.el (large-file-warning-threshold): Add :version keyword.
12919         (kill-some-buffers): Doc fix.
12921         * thumbs.el (group thumbs): Add :version keyword.
12923         * textmodes/bibtex.el (bibtex-make-field): Fix typo.
12925 2004-11-01  Richard M. Stallman  <rms@gnu.org>
12927         * textmodes/ispell.el (ispell-word): Don't use interactive-p.
12929         * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
12931         * allout.el (allout group): Add :version.
12932         (allout-init): Don't use interactive-p.
12933         (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
12934         (allout-forward-current-level, allout-backward-current-level):
12935         Don't use interactive-p.
12937         * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
12938         (bibtex-find-text): Likewise.
12940         * progmodes/vhdl-mode.el (vhdl-fill-region)
12941         (vhdl-beginning-of-statement): Don't use interactive-p.
12943         * progmodes/idlwave.el (idlwave-update-routine-info):
12944         Don't use interactive-p.
12946         * progmodes/idlw-shell.el (idlwave-shell-send-char):
12947         Don't use interactive-p.
12949         * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
12950         Don't use interactive-p.
12952         * progmodes/ada-xref.el (ada-make-body-gnatstub):
12953         Don't use interactive-p.
12955         * play/fortune.el (fortune-to-signature): Don't use interactive-p.
12956         (fortune-in-buffer): Doc fix.
12958         * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
12960         * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
12961         don't select the temporary buffer.
12962         (eudc-get-email): New optional arg ERROR; don't use interactive-p.
12963         (eudc-get-phone): Likewise.
12965 2004-11-01  Kim F. Storm  <storm@cua.dk>
12967         * man.el (Man-xref-normal-file): Fix help-echo.
12969 2004-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12971         * reveal.el (reveal-last-tick): New var.
12972         (reveal-post-command): Use it to avoid closing overlays when we're
12973         appending text to them.
12975 2004-10-31  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12977         * textmodes/bibtex.el: Require button.
12978         (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
12979         (bibtex-reference-keys): Distinguish between header keys and
12980         crossref keys.
12981         (bibtex-beginning-of-field): New function.
12982         (bibtex-url-map): Remove.
12983         (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
12984         (bibtex-font-lock-url-regexp): Assume that field names begin at
12985         the beginning of a line.
12986         (bibtex-font-lock-url): Simplify.  Do not use bibtex-enclosing-field.
12987         Remove field delimiters.  Use bibtex-beginning-of-field.
12988         Bugfix, point can be inside a field with a url.
12989         (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
12990         New functions.
12991         (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
12992         (bibtex-key-in-head): Simplify.
12993         (bibtex-current-line): Use bolp.
12994         (bibtex-parse-keys): Remove unused arg `add'.
12995         Use bibtex-type-in-head and bibtex-key-in-head.
12996         (bibtex-parse-entry, bibtex-autofill-entry):
12997         Use bibtex-type-in-head and bibtex-key-in-head.
12998         (bibtex-autokey-get-field): Do not alter case of replacement text.
12999         (bibtex-autokey-get-names): Do all processing of name list.
13000         (bibtex-autokey-get-year): New function.
13001         (bibtex-autokey-get-title): Do all processing of title words.
13002         (bibtex-generate-autokey): Simplify.
13003         (bibtex-string-files-init): Use default-directory.
13004         Allow for absolute file names in bibtex-string-files.
13005         (bibtex-files, bibtex-file-path): New variables.
13006         (bibtex-files-expand): New function.
13007         (bibtex-find-entry-globally): New command.
13008         (bibtex-summary-function): New variable.
13009         (bibtex-summary): Default value of bibtex-summary-function.
13010         (bibtex-find-crossref): New optional args pnt and split.
13011         (bibtex-complete-key-cleanup): Call bibtex-summary-function.
13012         (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
13013         (bibtex-validate): Fix docstring.  Check only abbreviated month fields.
13014         Fix handling of required and alternative fields.
13015         Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
13016         Use cons and display-buffer.
13017         (bibtex-validate-globally): New command.
13018         (bibtex-clean-entry): Use bibtex-files-expand.  Do not call
13019         bibtex-parse-keys and bibtex-parse-strings for updating
13020         bibtex-reference-keys and bibtex-strings.
13021         (bibtex-realign): Remove blank lines past the last entry.
13022         (bibtex-reformat): Use bibtex-entry-format as default.
13023         (bibtex-choose-completion-string): Remove.
13024         (bibtex-complete): Do not use bibtex-choose-completion-string.
13025         (bibtex-url): Simplify.
13027 2004-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13029         * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
13030         (x-dnd-types-alist, x-dnd-open-file-other-window)
13031         (x-dnd-known-types): Add :version.
13033 2004-10-31  John Paul Wallington  <jpw@gnu.org>
13035         * ibuffer.el (group ibuffer): Add :version keyword.
13037 2004-10-31  Kim F. Storm  <storm@cua.dk>
13039         * ido.el (group ido): Add :version keyword.
13040         (ido-mode): Remove :version keyword.
13042         * emulation/cua-base.el (group cua): Add :version keyword.
13043         (cua-mode): Remove :version keyword.
13045 2004-10-30  Luc Teirlinck  <teirllm@auburn.edu>
13047         * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
13049         * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
13050         compiler warning.
13051         (help-at-pt-timer-delay): Add :initialize keyword.  Simplify :set
13052         function.
13053         (help-at-pt-display-when-idle): Remove autoload.
13055 2004-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13057         * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
13059 2004-10-30  Juri Linkov  <juri@jurta.org>
13061         * help.el (function-called-at-point):
13062         * help-fns.el (variable-at-point): Read -> intern.
13064 2004-10-30  Simon Josefsson  <jas@extundo.com>
13066         * progmodes/autoconf.el (autoconf-font-lock-keywords):
13067         Recognize AS_* too.
13069 2004-10-29  Simon Josefsson  <jas@extundo.com>
13071         * subr.el (read-passwd): Move back from password.el.
13073         * password.el: Remove, not ready yet.
13075 2004-10-29  Andreas Schwab  <schwab@suse.de>
13077         * speedbar.el (speedbar-frame-parameters): Improve customize type.
13079 2004-10-29  Sam Steingold  <sds@gnu.org>
13081         * mouse.el (mouse-show-mark): Replace the last occurrence of
13082         x-lost-selection-hooks with x-lost-selection-functions.
13084 2004-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13086         * mouse.el (mouse-show-mark): Adjust to new name and don't assume
13087         x-lost-selection-functions is bound.
13089         * mouse-sel.el (mouse-sel-mode):
13090         * emacs-lisp/lselect.el: Adjust to new names for
13091         x-(lost|sent)-selection-functions.
13093         * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
13094         New obsolete aliases of x-lost-selection-functions and
13095         x-sent-selection-functions.
13097 2004-10-28  Kim F. Storm  <storm@cua.dk>
13099         * imenu.el (imenu-scanning-message): Remove.
13100         (imenu-progress-message): Make it a no-op.
13102 2004-10-28  John Paul Wallington  <jpw@gnu.org>
13104         * files.el (set-auto-mode): Call `throw' correctly.
13106 2004-10-28  Juri Linkov  <juri@jurta.org>
13108         * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
13109         to search `Info-...' commands in `info' manual.
13110         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
13111         Add 'info-file "emacs" property.
13112         (Info-find-emacs-command-nodes): Fix index line number regexp.
13113         Set real line number (instead of fake 0) in first element of the
13114         returned list.
13115         (Info-goto-emacs-command-node): Use line number of first element
13116         to set point in the first found Info node.
13118         * progmodes/grep.el (grep-regexp-alist): Move match highlighting
13119         code to `grep-mode-font-lock-keywords'.
13120         (grep-mode-font-lock-keywords): Delete grep markers instead
13121         of making them invisible.
13123 2004-10-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13125         * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
13126         and x-server-version in bug report.
13128 2004-10-28  Daniel Pfeiffer  <occitan@esperanto.org>
13130         * files.el (set-auto-mode-0): New function.
13131         (set-auto-mode): Use it to handle aliased modes and to
13132         be consistent between C-x C-f and C-x C-w.
13134 2004-10-28  Kenichi Handa  <handa@m17n.org>
13136         * international/utf-8.el (utf-translate-cjk-charsets):
13137         Add katakana-jisx0201.
13139         * international/subst-jis.el: Add data for JISX0201.
13141 2004-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13143         * obsolete/hilit19.el (hilit-mode): New function.
13144         Move all the toplevel side-effecting stuff into it, so that loading
13145         hilit19 doesn't mess everything up any more.
13147 2004-10-27  Richard M. Stallman  <rms@gnu.org>
13149         * add-log.el (add-change-log-entry): Set up mailing address
13150         and full name later, and don't alter add-log-mailing-address
13151         or add-log-full-name.
13153         * elide-head.el (elide-head): Change error to message.
13154         (elide-head-show): Likewise.
13156         * apropos.el (apropos-macrop): Doc fix.
13158         * mouse.el (mouse-show-mark): Do most processing the same
13159         regardless of transient-mark-mode.
13161         * shadowfile.el (shadow-copy-files): Use interactive-p
13162         only to control whether to print a message.
13164         * tar-mode.el (tar-mode): Use write-contents-functions,
13165         not write-contents-hooks.
13167         * eshell/em-unix.el (eshell-du-sum-directory): Don't use
13168         directory-sep-char.
13170 2004-10-27  Richard M. Stallman  <rms@gnu.org>
13172         * strokes.el (strokes-unload-hook): Fix previous change.
13174         * type-break.el (type-break-run-at-time): Always use run-at-time;
13175         forget the alternatives.
13176         (type-break-cancel-function-timers): Always use cancel-function-timers;
13177         forget the alternatives.
13179         * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
13181 2004-10-27  Kenichi Handa  <handa@m17n.org>
13183         * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
13185         * international/subst-gb2312.el: Likewise.
13187         * international/subst-big5.el: Likewise.
13189         * international/subst-ksc.el: Likewise.
13191         * international/utf-8.el (utf-translate-cjk-unicode-range-string):
13192         New variable.
13193         (utf-translate-cjk-set-unicode-range): New function.
13194         (utf-translate-cjk-unicode-range): Make it customizable.
13195         (utf-8-post-read-conversion):
13196         Use utf-translate-cjk-unicode-range-string.
13197         (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
13198         Unicode ranges.
13200 2004-10-26  Daniel Pfeiffer  <occitan@esperanto.org>
13202         * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
13203         trivial variants to shorten the list.
13204         (xml-based-modes): New var.
13205         (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
13206         declaration higher priority than auto-mode-alist.
13208         * find-file.el (cc-other-file-alist): Bring it in line with
13209         cc-mode's auto-mode-alist entries and use \' instead of $.
13211         * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
13212         and add "Id" and "Name" submenus to it.
13214         * imenu.el (imenu--generic-function): Skip matches in comments.
13216 2004-10-26  Jay Belanger  <belanger@truman.edu>
13218         * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
13219         (full-calc-keypad, calc-trail-display): Use an extra argument
13220         instead of `interactive-p'.
13222         * calc/calc-misc.el (calc-other-window): Use an extra argument
13223         instead of `interactive-p'.
13225         * calc/calc-rewr.el (calc-match): Use an extra argument instead of
13226         `interactive-p'.
13228 2004-10-26  Kim F. Storm  <storm@cua.dk>
13230         * help.el (describe-key): Describe both down-event and up-event
13231         for a mouse click.
13233 2004-10-26  Richard M. Stallman  <rms@gnu.org>
13235         * woman.el (woman): Don't call interactive-p.
13237         * pcomplete.el (pcomplete): Instead of interactive-p,
13238         use an arg set non-nil by the interactive spec.
13240         * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
13241         use an arg set non-nil by the interactive spec.
13243         * man.el (Man-cleanup-manpage): Instead of interactive-p,
13244         use an arg set non-nil by the interactive spec.
13246 2004-10-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
13248         * progmodes/flymake.el (flymake-split-string):
13249         Use `flymake-split-string-remove-empty-edges' in any case.
13251 2004-10-26  Masatake YAMATO  <jet@gyve.org>
13253         * progmodes/flymake.el (flymake-err-line-patterns):
13254         Use `compilation-error-regexp-alist-alist' instead of
13255         `compilation-error-regexp-alist'.
13257 2004-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13259         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
13260         verbatim face on the \ of \end{verbatim}.
13262 2004-10-25  Jay Belanger  <belanger@truman.edu>
13264         * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
13265         erasing minibuffer.
13267 2004-10-25  Simon Josefsson  <jas@extundo.com>
13269         * subr.el (read-passwd): Move to net/password.el.
13271         * net/password.el (read-passwd): Add.  Autoload it.
13273 2004-10-25  Kai Grossjohann  <kai.grossjohann@gmx.net>
13275         * mouse-sel.el (mouse-sel-mode): Specify custom group.
13277         * simple.el (process-file): Fix logic.
13279 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
13281         * indent.el (set-left-margin, set-right-margin): Delete redundant code.
13282         (increase-right-margin): Remove erroneous call to `interactive-p'.
13284 2004-10-24  Kim F. Storm  <storm@cua.dk>
13286         * help.el (describe-mode): Fix 2004-10-13 change.
13287         Copy pure "Auto Fill" string so it can be propertized later
13288         without causing a read-only error.
13290 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
13292         * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
13293         style indexes.
13295 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
13297         * simple.el (process-file): Accept nil for INFILE.  Reported by
13298         Luc Teirlinck.
13300 2004-10-24  Masatake YAMATO  <jet@gyve.org>
13302         * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
13303         Handle periods and underscores in a function name.
13304         Remove the address fontification.
13306 2004-10-24  Masatake YAMATO  <jet@gyve.org>
13308         * progmodes/asm-mode.el (asm-font-lock-keywords):
13309         Use font-lock-variable-name-face for registers.
13311 2004-10-24  Nick Roberts  <nickrob@snap.net.nz>
13313         * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
13314         kill-all-local-variables.
13315         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
13316         (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
13317         Use kill-all-local-variables and provide mode-hooks.
13318         (gdb-assembler-font-lock-keywords): New font lock keywords definition.
13319         (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
13320         Suggested by Masatake YAMATO <jet@gyve.org>.
13322 2004-10-23  Kai Grossjohann  <kai.grossjohann@gmx.net>
13324         * simple.el (process-file): New function, similar to call-process
13325         but supports file handlers.
13326         * vc.el (vc-do-command): Use it, instead of call-process.
13327         * net/tramp-vc.el (vc-do-command): Do not advise it if
13328         process-file is fboundp.
13329         * net/tramp.el (tramp-file-name-handler-alist): Add entry for
13330         process-file.
13331         (tramp-handle-process-file): New function.
13332         (tramp-file-name-for-operation): Support process-file.
13334 2004-10-23  Ulf Jasper  <ulf.jasper@web.de>
13336         * calendar/icalendar.el (icalendar--weekday-array): New constant.
13337         (icalendar-weekdayabbrev-table)
13338         (icalendar-monthnumber-table): Delete.
13339         (icalendar--get-month-number): Use calendar-month-name-array.
13340         (icalendar--get-weekday-number): New function.
13341         (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
13342         (icalendar-export-region): Handle multi-line entries.
13343         (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
13345 2004-10-23  John Paul Wallington  <jpw@gnu.org>
13347         * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
13348         `wildcards' set to t in interactive spec.
13350         * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
13351         interactive spec rather than use `interactive-p'.
13352         (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
13353         rather than use function `interactive-p'.
13355 2004-10-22  Kenichi Handa  <handa@m17n.org>
13357         * international/mule.el (translate-region): Implement it in Lisp
13358         as a front end of translate-region-internal.
13360 2004-10-21  Jay Belanger  <belanger@truman.edu>
13362         * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
13363         Declare these variables with defvar.
13365         * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
13366         is bound, only check to see if it is bound.
13368 2004-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13370         * textmodes/tex-mode.el (tex-compilation-parse-errors):
13371         Don't output messages.
13373         * calc/calc-help.el (calc-describe-bindings): Fix last change.
13375 2004-10-21  John Paul Wallington  <jpw@gnu.org>
13377         * calc/calc-graph.el (calc-graph-init):
13378         Use `set-process-query-on-exit-flag'.
13380 2004-10-21  Daniel Pfeiffer  <occitan@esperanto.org>
13382         * progmodes/compile.el (compilation-start): Rely on `cd' to get
13383         dir right and also allow argumentless cd.
13385 2004-10-19  Richard M. Stallman  <rms@gnu.org>
13387         * textmodes/flyspell.el (flyspell-mode): Doc fix.
13389         * eshell/em-unix.el (eshell-grep):
13390         Don't bind compilation-process-setup-function.
13392         * comint.el (comint-insert-input): Use @ in `interactive'.
13393         (comint-input-filter-functions): Doc fix.
13394         (comint-kill-whole-line, comint-get-source): Doc fix.
13396         * progmodes/compile.el (compilation-setup):
13397         Don't set buffer-read-only if MINOR is non-nil.
13399 2004-10-19  Jay Belanger  <belanger@truman.edu>
13401         * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
13402         (calc-emacs-type-gnu19): Remove.
13403         (calc-digit-map, calc-read-key-sequence, calc-read-key):
13404         Remove check for old emacs versions.
13406         * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
13407         (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
13408         for current Emacs.
13410         * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
13411         the end of the minibuffer.
13412         (calc-do-alg-entry): Remove Emacs version check.  Use `copy-keymap' to
13413         copy `esc-map'.
13415         * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
13417         * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
13418         call that would be given when the current emacs was used.
13420 2004-10-19  Ulf Jasper  <ulf.jasper@web.de>
13422         * calendar/icalendar.el: Set coding to utf-8.
13423         (icalendar-version): Increase to 0.07.
13424         (icalendar-monthnumber-table): Change March pattern.
13425         (icalendar-get-all-event-properties)
13426         (icalendar-set-event-property): Delete.
13427         (icalendar-all-events): No longer interactive.
13428         (icalendar-convert-diary-to-ical)
13429         (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
13430         their replacements.
13431         (icalendar-export-file, icalendar-export-region): New functions;
13432         essentially old `icalendar-convert-diary-to-ical' but appending to
13433         target rather than overwriting.
13434         (icalendar-import-file): Append to target file rather than
13435         overwriting.  Fourth arg deleted.
13436         (icalendar-import-buffer): New name for old
13437         `icalendar-extract-ical-from-buffer'.
13438         (icalendar--convert-string-for-import): New name for
13439         old `icalendar-convert-for-import'.
13440         (include-icalendar-files): Delete.
13441         Prefix for all internal functions changed from `icalendar-'
13442         to `icalendar--'.
13444 2004-10-19  Richard M. Stallman  <rms@gnu.org>
13446         * paths.el (news-path): Fix previous change.
13448 2004-10-18  Jay Belanger  <belanger@truman.edu>
13450         * calc/calc-help.el (calc-describe-bindings):
13451         Set `buffer-read-only' to nil while working in the keybindings buffer;
13452         remove some extra information from the keybindings buffer.
13454 2004-10-18  David Ponce  <david@dponce.com>
13456         * mouse.el (mouse-drag-move-window-top): New function.
13457         (mouse-drag-mode-line-1): Use it.
13459 2004-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
13461         * info.el (Info-fontify-node): For multiline refs,
13462         arrange to unfontify newline and surrounding whitespace.
13464 2004-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13466         * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
13467         directory is missing.
13469 2004-10-17  John Paul Wallington  <jpw@gnu.org>
13471         * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
13472         New customizable variable; whether to display buffers that match
13473         `ibuffer-maybe-show-predicates' by default.
13474         (ibuffer-maybe-show-predicates): Mention it in docstring.
13475         (ibuffer-display-maybe-show-predicates): New variable.
13476         (ibuffer-update): Prefix arg now toggles whether buffers that
13477         match `ibuffer-maybe-show-predicates' should be displayed.
13478         (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
13479         locally to heed `ibuffer-default-display-maybe-show-predicates'.
13480         (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
13482 2004-10-17  Michael Albinus  <michael.albinus@gmx.de>
13484         * net/tramp.el: Redo sync with Tramp 2.0.45.  Last commit did not
13485         work correctly.
13487 2004-10-17  Daniel Pfeiffer  <occitan@esperanto.org>
13489         * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
13490         (Buffer-menu-beginning): New helper function.
13491         (Buffer-menu-execute): Use it.
13492         (Buffer-menu-select): Use it.
13493         (Buffer-menu-sort): Use it and also keep markers.
13495 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13497         * paths.el (news-directory): Rename from news-path.  Old name alias.
13498         (rmail-spool-directory): Use defvar.
13499         (sendmail-program): Use defcustom.
13500         (remote-shell-program): Use defcustom.
13501         (term-file-prefix): Use defvar.
13502         (abbrev-file-name): Use defvar.
13504         * term.el: Add maintainer.
13506         * subr.el (with-local-quit): Return nil if there's a quit.
13507         (read-passwd): Use with-local-quit.  Doc fix.
13509         * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
13510         (strokes-unload-hook): Set as a variable with add-hook.
13512         * startup.el (fancy-splash-tail, normal-splash-screen):
13513         Update copyright year.
13515         * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
13517         * server.el (server-unload-hook): Set as a variable with add-hook.
13519         * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
13521         * frame.el (special-display-popup-frame):
13522         Make the buffer current as its frame is created.
13524         * delsel.el (delsel-unload-hook): Set as a variable.
13526         * comint.el (comint-output-filter-functions):
13527         Add comint-watch-for-password-prompt.
13528         (comint-read-noecho): Function deleted.
13529         (send-invisible): Use read-passwd.
13531         * fringe.el (fringe-mode-initialize): New function.
13532         (fringe-mode): Use fringe-mode-initialize as :initialize.
13534 2004-10-17  Kim F. Storm  <storm@cua.dk>
13536         * language/indian.el (indian-script-language-alist): Swap value and doc.
13537         (indian-font-char-index-table): Doc fix.
13539 2004-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13541         * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
13543 2004-10-16  Juri Linkov  <juri@jurta.org>
13545         * progmodes/compile.el (compilation-start): Move let-binding of
13546         `process-environment' into `with-current-buffer' body.
13547         Reported by Matt Hodges <MPHodges@member.fsf.org>.
13549 2004-10-16  Richard M. Stallman  <rms@gnu.org>
13551         * pcvs-util.el (cvs-bury-buffer):
13552         Don't call get-buffer-window for effect.
13554         * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
13556         * newcomment.el (comment-auto-fill-only-comments): Add autoload.
13558         * msb.el (msb-unload-hook): Set the variable.
13560         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
13561         Use * to err if buffer is readonly.
13563         * subr.el (looking-back): Return only t or nil.
13565         * whitespace.el (whitespace-unload-hook): Set the variable.
13567         * view.el (view-mode-enable): Set view-page-size and
13568         view-half-page-size to nil.
13569         (view-set-half-page-size-default): view-half-page-size = nil
13570         means the default.
13571         (View-scroll-page-forward): Use view-page-size-default.
13572         (View-scroll-page-backward): Likewise.
13573         (view-page-size, view-half-page-size): Doc fixes.
13575         * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
13577         * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
13579         * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
13580         "cl" like other files.  Instead, call byte-compile-find-cl-functions.
13581         (byte-compile-log-1): Bind inhibit-read-only.
13582         (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
13583         (byte-compile-log-warning): Likewise.
13584         (byte-compile-file-form-require): Detect "cl" from the arg value.
13586         * progmodes/compile.el (compilation-start): Assume compilation-mode
13587         will make the buffer read-only.
13588         (compilation-mode): Take arg name-of-mode.
13589         (compilation-setup): Make buffer read-only.
13590         (compilation-handle-exit): Bind inhibit-read-only.
13592         * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
13593         (ispell-message): Likewise.
13594         (ispell-show-choices): Don't call get-buffer-window uselessly.
13595         (ispell-init-process): Use set-process-query-on-exit-flag.
13597 2004-10-16  Kim F. Storm  <storm@cua.dk>
13599         * fringe.el (fringe-bitmaps): Only initialize when defined.
13601         * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
13602         (cvs-mode-find-file): Add optional `view' arg to enter view mode.
13604         * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
13606 2004-10-15  Simon Josefsson  <jas@extundo.com>
13608         * net/password.el: Add.
13610 2004-10-14  Masatake YAMATO  <jet@gyve.org>
13612         * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
13613         (gdb-script-end-of-defun): New function.
13614         (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
13615         `gdb-script-end-of-defun' as *-of-defun-function.
13617 2004-10-13  Daniel Pfeiffer  <occitan@esperanto.org>
13619         * button.el (button-activate): Allow a marker to display as an action.
13621         * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
13623         * help.el (describe-mode): Use it to make minor mode list into
13624         hyperlinks.
13626 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13628         * vc.el (vc-annotate-display-select): Fix typo.
13630         * subr.el (substitute-key-definition-key): New function.
13631         (substitute-key-definition): Use it with map-keymap.
13632         (event-modifiers): Use push.
13633         (mouse-movement-p, with-temp-buffer): Simplify.
13635 2004-10-12  Jay Belanger  <belanger@truman.edu>
13637         * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
13638         New variables.
13639         (calc-help-index-entries): New function.
13640         (calc-describe-function): Use `calc-help-function-list' instead of
13641         obarray for completion.
13642         (calc-describe-variable): Use `calc-help-variable-list' instead
13643         of obarray for completion.
13645 2004-10-12  Richard M. Stallman  <rms@gnu.org>
13647         * info-look.el (info-lookup-file): Add info-file property.
13648         (info-lookup-symbol): Likewise.
13650         * info.el (info-xref): Add underlining.
13651         (info): Add info-file property.
13652         (Info-find-emacs-command-nodes): Specify case-sensitive search.
13654 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
13656         Sync with Tramp 2.0.45.
13658         * net/tramp.el (top): Apply `def-edebug-spec' only if function is
13659         defined.  This is not the case for XEmacs without package "edebug".
13660         (tramp-set-auto-save-file-modes): Set permissions of autosaved
13661         remote files to the permissions of the original file.  This is not
13662         the case for Emacs < 21.3.50 and XEmacs < 21.5.  Add function to
13663         `auto-save-hook'.  Reported by Thomas Prokosch <thomas@nadev.net>.
13664         (tramp-perl-decode): Fix an error in Perl implementation.
13665         $pending must be cleared every loop.  Reported by Benjamin Place
13666         <benjaminplace@sprintmail.com>
13668         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
13669         Don't activate advice during definition.  This is done later on,
13670         depending on test result of `substitute-in-file-name'.
13671         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13673 2004-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13675         * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
13677         * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
13679 2004-10-12  David Ponce  <david@dponce.com>
13681         * recentf.el (recentf-edit-list): Update the menu when the recentf
13682         list has been modified.
13684 2004-10-12  Simon Josefsson  <jas@extundo.com>
13686         * net/tls.el (tls-certtool-program): New variable.
13687         (tls-certificate-information): New function, based on
13688         ssl-certificate-information.
13690 2004-10-12  Kenichi Handa  <handa@m17n.org>
13692         * international/mule.el (coding-system-equal): Move from mule-util.el.
13694         * international/mule-util.el (coding-system-equal): Move to mule.el.
13696 2004-10-12  Kim F. Storm  <storm@cua.dk>
13698         * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
13699         reset kmacro-initial-counter-value if set.
13700         (kmacro-set-counter): Only set kmacro-counter if defining or executing
13701         macro.  Set kmacro-initial-counter-value otherwise.  Never set both.
13702         (kmacro-display): Show macro counter if non-zero.
13704         * subr.el (substitute-key-definition): Mention command remapping
13705         in doc string.
13707 2004-10-11  Jay Belanger  <belanger@truman.edu>
13709         * calc/calc-misc.el (calc-info-goto-node): New function.
13710         (calc-tutorial, calc-info-summary): Go to appropriate Calc info
13711         node in one step.
13712         (calc-describe-copying, calc-describe-distribution)
13713         (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
13714         Go to appropriate info node in one step.
13716 2004-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13718         * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
13720         * font-lock.el (font-lock-apply-highlight): Fix last change.
13722 2004-10-11  Simon Josefsson  <jas@extundo.com>
13724         * mail/smtpmail.el (smtpmail-open-stream): Look for
13725         starttls-gnutls-program instead of starttls-program iff
13726         starttls-use-gnutls is non-nil.
13727         (smtpmail-open-stream): Don't overwrite user settings of
13728         starttls-extra-arguments and starttls-extra-args.
13730 2004-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13732         * comint.el (comint-mouse-insert-input): Remove.
13733         (comint-insert-input): Make it work for mouse bindings.
13734         (comint-mode-map): Move defs into the declaration.
13735         (comint-output-filter): Typo.
13737         * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
13739 2004-10-10  Kai Grossjohann  <kai.grossjohann@gmx.net>
13741         * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
13742         (ange-ftp-call-chmod): Reference remote-shell-program instead of
13743         ange-ftp-remote-shell.
13745 2004-10-10  Andreas Schwab  <schwab@suse.de>
13747         * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
13748         `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
13749         Reported by <sri@asu.edu>.
13751 2004-10-10  Benjamin Rutt  <brutt@bloomington.in.us>
13753         * vc.el (vc-annotate-mode): Remove variable.
13754         (vc-annotate-display-select): Only call vc-annotate-mode
13755         if we're not in that mode already.
13757 2004-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13759         * imenu.el (imenu--completion-buffer): Don't return t for rescan.
13760         (imenu-choose-buffer-index): Check here for rescan instead.
13762         * font-lock.el (font-lock-apply-highlight): Explicitly check the case
13763         where the face expression evals to nil.
13765         * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
13766         (tex-font-lock-keywords-2): Use it.
13767         (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
13769         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
13771 2004-10-09  Kim F. Storm  <storm@cua.dk>
13773         * subr.el (progress-reporter-update): Define before first usage.
13774         (make-progress-reporter): Doc fix.
13776 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
13778         * textmodes/paragraphs.el (sentence-end-double-space)
13779         (sentence-end-without-period, sentence-end-without-space)
13780         (sentence-end): Doc fixes.
13782 2004-10-08  Peter Seibel  <peter@javamonkey.com>  (tiny change)
13784         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
13785         Change paragraph-start regexp so we don't fill code starting with #'(.
13787 2004-10-08  Sebastien Kirche  <seki@seki.fr>  (tiny change)
13789         * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
13790         New defcustom.
13791         (extract-address-components): Use it.
13793 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
13795         * subr.el (make-progress-reporter, progress-reporter-update)
13796         (progress-reporter-force-update, progress-reporter-do-update)
13797         (progress-reporter-done): New functions.
13799         * tar-mode.el (tar-summarize-buffer): Use progress reporter.
13801         * progmodes/etags.el (etags-tags-completion-table): Use progress
13802         reporter.
13803         (etags-tags-apropos): Likewise.
13805 2004-10-08  Alan Mackenzie  <acm@muc.de>
13807         * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
13808         of current line.
13810 2004-10-08  Masatake YAMATO  <jet@gyve.org>
13812         * server.el (server-process-filter): Wrap `process-send-region'
13813         by `condition-case' to guard the case when the pipe to PROC is closed.
13815 2004-10-07  Mark A. Hershberger  <mah@everybody.org>
13817         * xml.el (xml-substitute-special): Limit handling of external entities.
13819 2004-10-06  Nick Roberts  <nickrob@snap.net.nz>
13821         * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialize gdb-input-queue.
13823 2004-10-06  John Paul Wallington  <jpw@gnu.org>
13825         * xml.el (xml-parse-dtd): Fix `error' call.
13827 2004-10-05  Mark A. Hershberger  <mah@everybody.org>
13829         * xml.el (xml-substitute-special): Return a single string instead
13830         of a list of strings if an entity substitution is made.
13832 2004-10-05  Ulf Jasper  <ulf.jasper@web.de>
13834         * calendar/icalendar.el: New file.
13836 2004-10-05  Juri Linkov  <juri@jurta.org>
13838         * isearch.el (isearch-done): Set mark after running hook.
13839         Reported by Drew Adams <drew.adams@oracle.com>.
13841         * info.el (Info-history, Info-toc): Fix Info headers.
13842         (Info-toc): Narrow buffer before Info-fontify-node.
13843         (Info-build-toc): Don't check for special Info file names.
13844         Set main-file to nil if Info-find-file returns a symbol.
13846 2004-10-05  Emilio C. Lopes  <eclig@gmx.net>
13848         * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
13849         (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
13850         * calendar/cal-menu.el (calendar-mode-map): Ditto.
13852 2004-10-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
13854         * calendar/cal-iso.el (calendar-iso-read-args): New function,
13855         for old interactive spec from calendar-goto-iso-date.
13856         (calendar-goto-iso-date): Use it.
13857         (calendar-goto-iso-week): New function.  Suggested by Emilio
13858         C. Lopes <eclig@gmx.net>.
13860 2004-10-04  Luc Teirlinck  <teirllm@auburn.edu>
13862         * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
13863         `set-right-margin' bindings that follow the minor mode conventions.
13865 2004-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13867         * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
13868         (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
13869         (latex-block-args-alist): Add minipage and picture.
13870         (latex-block-body-alist): Use reftex-label if enabled.
13871         (latex-insert-block): Don't insert a \n if not necessary.
13872         (tex-compile-commands): Make sure dvips doesn't send to printer.
13873         (tex-compile-default): Handle the case where no executable is found.
13874         (latex-noindent-environments): New var.
13875         (latex-find-indent): Use it.  Take an empty line as an arg-breaker.
13876         If tex-indent-allhanging is non-nil, make sure we only align for macros
13877         at beginning of line.
13879 2004-10-03  Daniel Pfeiffer  <occitan@esperanto.org>
13881         * newcomment.el (comment-beginning): Doc fix and don't choke on
13882         unset `comment-end-skip' when at beginning of comment.
13884 2004-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
13886         * term.el (term-adjust-current-row-cache): Don't allow the current
13887         row to become negative.
13888         (term-emulate-terminal): Fix insert mode.  Handle tab insertion at
13889         the end of the line.  Fix scroll down.  Add comments.
13890         (term-handle-ansi-escape): Don't exceed terminal width when moving
13891         right.
13892         (term-scroll-region): Move the cursor after setting the scroll region.
13894 2004-10-01  Luc Teirlinck  <teirllm@auburn.edu>
13896         * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
13897         to `width' for consistency with docstring.  Doc fix.
13899 2004-10-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
13901         * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
13902         This is necessary for derived modes.
13904 2004-09-30  Kim F. Storm  <storm@cua.dk>
13906         * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
13907         (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
13909         * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
13910         kmacro-extract-lambda functions.
13911         (edit-kbd-macro): Handle kmacro lambda forms.
13912         Include counter and counter format in edit buffer.
13913         (edmacro-finish-edit): Get counter and format from edit buffer and
13914         update kmacro bindings when found.
13916 2004-09-29  Luc Teirlinck  <teirllm@auburn.edu>
13918         * textmodes/paragraphs.el (forward-paragraph):
13919         Avoid args-out-of-range error when point winds up at the beginning of
13920         the buffer and hard newlines are enabled.
13922         * newcomment.el (comment-multi-line): Doc fix.
13924 2004-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13926         * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
13927         (diff-fixup-modifs): Catch unified-diff file-headers.
13929 2004-09-29  Kim F. Storm  <storm@cua.dk>
13931         * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
13932         (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
13933         (gdb-put-breakpoint-icon): Use breakpoint bitmap.
13935         * fringe.el (fringe-bitmap-p): New macro.
13936         (fringe-bitmaps): Add standard fringe bitmaps on load.
13938 2004-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13940         * dired.el (dired-view-command-alist): Use more efficient regexps.
13941         Remove dubious arguments.
13942         (dired-align-file): New function.
13943         (dired-insert-directory): Use it.
13944         (dired-move-to-end-of-filename): Make the " -> " search more specific.
13945         (dired-buffers-for-dir): Remove unused var `pattern'.
13947 2004-09-28  Matthew Mundell  <matt@mundell.ukfsn.org>
13949         * calendar/diary-lib.el (list-diary-entries): Save diary buffer
13950         from diary display excursion.  Store diary buffer's point for
13951         `simple-diary-display'.
13952         (simple-diary-display): Set window point and start when
13953         displaying buffer, to preserve point.
13955 2004-09-27  Luc Teirlinck  <teirllm@auburn.edu>
13957         * textmodes/enriched.el (enriched-translations): Replace defconst
13958         with defvar.
13960 2004-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13962         * printing.el: Doc fix.
13963         (pr-version): New version number (6.8.1).
13964         (pr-ps-file-using-ghostscript): Use make-temp-file instead of
13965         make-temp-name.
13966         (pr-delete-file): Check if file exists before deleting it.
13967         Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
13969 2004-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13971         * term.el (term-display-table): New variable.
13972         (term-mode): Use it.
13973         (term-exec-1): Set the coding system to binary.
13974         (term-emulate-terminal): Decode the string before inserting it.
13976 2004-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
13978         * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
13979         (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
13980         (map): Bind S-prior, S-next and S-insert.
13981         (term-mode): Set `indent-tabs-mode' to nil.
13982         (term-paste): New function to be bound to S-insert.
13983         (term-send-del, term-send-backspace): Change the strings sent.
13984         (term-termcap-format): Synchronize with etc/e/eterm.ti.
13985         (term-handle-colors-array): Fix handling of underline and reverse.
13986         (term-handle-ansi-escape): Do not handle smcup/rmcup.  Add comments.
13987         (term-erase-in-line): Fix comparison.
13988         (term-emulate-terminal): Fix line wrap handling.
13989         (term-start-output-log): Rename from `term-set-output-log'.
13990         (term-stop-output-log): Rename from `term-stop-photo'.
13991         (term-switch-to-alternate-sub-buffer): Comment out, unused.
13993 2004-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13995         * dired.el (dired-move-to-filename): Don't output a message if
13996         raise-error is non-nil.  Fix return position and value.
13998         * files.el (insert-directory): Obey --dired even with symlinks.
14000 2004-09-25  Lars Hansen  <larsh@math.ku.dk>
14002         * ls-lisp.el (ls-lisp-format): Mark file names with property
14003         dired-filename.
14005 2004-09-25  Kim F. Storm  <storm@cua.dk>
14007         * ido.el (ido-max-directory-size): New defcustom.
14008         (ido-decorations): Add "too big" element.
14009         (ido-directory-too-big): New dynamic var.
14010         (ido-may-cache-directory): Don't cache big directories.
14011         (ido-directory-too-big-p): New defun.
14012         (ido-set-current-directory): Update ido-directory-too-big.
14013         (ido-read-internal): Make empty ido-cur-item if too-big.
14014         (ido-buffer-internal): Use ido-read-internal directly instead of
14015         ido-read-buffer.
14016         (ido-file-internal): Init ido-directory-too-big.
14017         (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
14018         and redo completion with full list.
14019         (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
14020         it, and show completions.
14021         (ido-all-completions): Let bind ido-directory-too-big to nil.
14022         (ido-exhibit): Handle ido-directory-too-big.
14023         (ido-read-buffer): Handle fallback to read-buffer.
14024         Init ido-directory-too-big.
14025         (ido-read-file-name, ido-read-directory-name, ido-completing-read):
14026         Init ido-directory-too-big.
14028 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
14030         * subr.el (delay-mode-hooks): Doc fix.
14032 2004-09-23  Luc Teirlinck  <teirllm@auburn.edu>
14034         * textmodes/enriched.el
14035         (enriched-default-text-properties-local-flag): New variable.
14036         (enriched-mode): Make sure that enabling and disabling the mode is
14037         a no-op.  Doc fix.
14039 2004-09-23  H\e,Ae\e(Bkon Malmedal  <hmalmedal@yahoo.no>  (tiny change)
14041         * calendar/holidays.el (holiday-advent): Report on a specified day
14042         offset from advent, not just advent.
14043         (holiday-easter-etc): Report on one specified day offset from
14044         easter, not all easter holidays.  Various Easter holidays moved to
14045         `christian-holidays' variable in calendar.el.
14046         * calendar/calendar.el (christian-holidays): Adapt for new
14047         behavior of `holiday-advent' and `holiday-easter-etc' functions.
14049 2004-09-23  Kim F. Storm  <storm@cua.dk>
14051         * image.el (insert-sliced-image): Add doc string.
14053         * ido.el (ido-choice-list): New dynamic var for `list' context.
14054         (ido-context-switch-command): New dynamic var.
14055         (ido-define-mode-map): Generalize switch between file/buffer contexts.
14056         (ido-read-internal): Handle new `list' context.
14057         Handle insert-buffer and insert-file ido-exit values.
14058         (ido-buffer-internal): New arg switch-cmd.  Use it to setup
14059         ido-context-switch-command.  Handle insert-file ido-exit value.
14060         (ido-read-buffer): Set ido-context-switch-command to 'ignore
14061         unless it is already bound by caller.
14062         (ido-file-internal): New arg switch-cmd.  Use it to setup
14063         ido-context-switch-command.  Handle insert-buffer ido-exit value.
14064         (ido-enter-insert-buffer, ido-enter-insert-file): New commands
14065         used for context switching.
14066         (ido-all-completions): Handle new `list' context.
14067         (ido-make-choice-list): Return choices for `list' context.
14068         (ido-find-file-in-dir, ido-display-file, ido-write-file)
14069         (ido-display-buffer, ido-kill-buffer): Disable context switching.
14070         (ido-insert-buffer, ido-insert-file): Setup context switching.
14071         (ido-exhibit): Handle `list' context.
14072         (ido-read-file-name): Disable context switching.  Handle fallback.
14073         (ido-read-directory-name): Disable context switching.
14074         (ido-completing-read): New defun like completing-read.  Setup and
14075         use new `list' context.
14077 2004-09-20  Jesper Harder  <harder@ifa.au.dk>
14079         * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
14081 2004-09-21  Jay Belanger  <belanger@truman.edu>
14083         * calc/calc-graph.el (calc-graph-add-curve): Move the call to
14084         `calc-graph-set-styles' so the gnuplot buffer will appear in a
14085         separate window.
14087 2004-09-21  Luc Teirlinck  <teirllm@auburn.edu>
14089         * subr.el (after-change-major-mode-hook): Doc fix.
14091 2004-09-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14093         * printing.el: Doc fix.  Add a new tip about the use of gsprint instead
14094         of ghostscript for monochrome PostScript file in Windows.
14096 2004-09-21  Kenichi Handa  <handa@m17n.org>
14098         * descr-text.el (describe-char): Checking of quail activation fixed.
14100 2004-09-21  Jay Belanger  <belanger@truman.edu>
14102         * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
14104 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
14106         * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
14107         after the mode hooks instead of before.  Doc fix.
14109 2004-09-20  Jason Rumney  <jasonr@gnu.org>
14111         * startup.el (command-line) [windows-nt]: Try .emacs first, then
14112         _emacs, but revert to .emacs if neither exists in home directory.
14114 2004-09-20  John Paul Wallington  <jpw@gnu.org>
14116         * bindings.el (completion-ignored-extensions): Add .dfsl.
14118 2004-09-20  Richard M. Stallman  <rms@gnu.org>
14120         * bindings.el (scroll-left): Make it disabled.
14122         * files.el (enable-local-eval): Doc fix.
14124         * indent.el (move-to-left-margin): Special case for minibuffer.
14126         * term.el (term-emulate-terminal): Turn off undo for output.
14127         Use with-current-buffer and save-selected-window.
14129         * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
14131         * progmodes/make-mode.el (makefile-fill-paragraph):
14132         Don't insist on spaces when looking for comments.  # is enough.
14134         * files.el (hack-local-variables): Copy the variables list
14135         to another buffer, strip prefixes and suffixes there, then read.
14136         (enable-local-eval): Doc fix.
14137         (ignored-local-variables): Initialize to nil.
14138         (risky-local-variable-p): Don't check ignored-local-variables here.
14139         (hack-one-local-variable): Ignore var if in ignored-local-variables.
14141 2004-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
14143         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
14144         of = to "." (punctuation).
14146 2004-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14148         * subr.el (event-basic-type): Fix mask (extend to 22bits).
14150 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
14152         * textmodes/enriched.el (enriched-rerun-flag): New variable.
14153         (enriched-before-change-major-mode): New function.
14154         Add it to `change-major-mode-hook'.
14155         (enriched-after-change-major-mode): New function.
14156         Add it to `after-change-major-mode-hook'.
14157         (enriched-mode): Make it work correctly if called from
14158         `after-change-major-mode-hook'.
14159         No longer set `indent-line-function'.
14161         * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
14163         * subr.el (after-change-major-mode-hook): New variable.
14164         (run-mode-hooks): Implement it.
14166 2004-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14168         * battery.el (battery-linux-proc-apm): Use string-to-number.
14169         (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
14170         Use dolist (and less indentation).  Use erase-buffer.
14171         Pre-initialize `design-capacity', `warn', and `low'.
14172         (battery-format): Use replace-regexp-in-string.
14174 2004-09-18  Ralph Schleicher  <rs@nunatak.allgaeu.org>
14176         * battery.el: Delete superfluous empty lines.
14177         (battery-linux-proc-acpi): Attempt to gather information from all
14178         battery subdirectories regardless of their file name.
14179         (battery-linux-proc-apm): Replace all occurrences of
14180         battery-hex-to-int-2 with string-to-int (base 16).
14181         (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
14182         (battery-hex-map): Delete variable.
14184 2004-09-18  John Paul Wallington  <jpw@gnu.org>
14186         * calc/calc-units.el (calc-quick-units): Fix overzealous
14187         s/or/unless/.
14189 2004-09-17  Jay Belanger  <belanger@truman.edu>
14191         * calc/calc.el (calc-mode-var-list): Fix the value of
14192         `calc-matrix-brackets'.
14194 2004-09-17  Romain Francoise  <romain@orebokech.com>
14196         * ibuf-ext.el (define-ibuffer-filter filename):
14197         Expand dired-directory since buffer-file-name is absolute.
14199 2004-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
14201         * ediff-init.el (ediff-current-diff-face-A)
14202         (ediff-current-diff-face-B, ediff-current-diff-face-C)
14203         (ediff-current-diff-face-Ancestor)
14204         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
14205         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
14206         (ediff-even-diff-face-A, ediff-even-diff-face-B)
14207         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
14208         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
14209         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
14210         Use min-colors.
14212         * term.el (term-down): Perform vertical motion if DOWN is negative.
14213         (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
14214         (term-termcap-format): Synchronize with the eterm terminfo entry
14215         in etc/e/eterm.ti.
14216         (term-handle-colors-array): If the current foreground or
14217         background are zero (i.e. unspecified), use the foreground and
14218         background of the default face for reverse video.
14219         (term-ansi-at-eval-string, term-ansi-default-fg)
14220         (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
14221         (term-mem): Delete unused function.
14222         (term-protocol-version): Increment.
14223         (term-current-face): Set to default.
14225 2004-09-15  Jay Belanger  <belanger@truman.edu>
14227         * calc/calc.el (calc-mode-var-list): Define this variable.
14228         (calc-always-load-extensions, calc-line-numbering)
14229         (calc-line-breaking, calc-display-just, calc-display-origin)
14230         (calc-number-radix, calc-leading-zeros, calc-group-digits)
14231         (calc-group-char, calc-point-char, calc-frac-format)
14232         (calc-prefer-frac, calc-hms-format, calc-date-format)
14233         (calc-float-format, calc-full-float-format, calc-complex-format)
14234         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
14235         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
14236         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
14237         (calc-matrix-brackets, calc-language, calc-language-option)
14238         (calc-left-label, calc-right-label, calc-word-size)
14239         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
14240         (calc-display-raw, calc-internal-prec, calc-angle-mode)
14241         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
14242         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
14243         (calc-window-height, calc-display-trail, calc-show-selections)
14244         (calc-use-selections, calc-assoc-selections)
14245         (calc-display-working-message, calc-auto-why, calc-timing)
14246         (calc-mode-save-mode, calc-standard-date-formats)
14247         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
14248         (calc-user-parse-tables, calc-gnuplot-default-device)
14249         (calc-gnuplot-default-output, calc-gnuplot-print-device)
14250         (calc-gnuplot-print-output, calc-gnuplot-geometry)
14251         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
14252         (calc-invocation-macro, calc-show-banner): Give these values as
14253         part of `calc-mode-var-list's initialization after the variables
14254         are declared with defvar.
14255         (calc-bug-address): Change email address to send bug reports to.
14256         Change the maintainer address at the top.
14257         (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
14258         than "\\.emacs" to determine if it is the user-init-file.
14260         * calc/calc-embed.el (calc-embedded-set-modes): Use
14261         `calc-mode-var-list' correctly.
14263 2004-09-15  Thien-Thi Nguyen  <ttn@gnu.org>
14265         * vc.el (annotate-time): Document point handling.
14266         (vc-annotate-display-autoscale): Doc fix.
14268 2004-09-15  Miles Bader  <miles@gnu.org>
14270         * generic.el (generic-make-keywords-list): Use symbol rather than
14271         word anchors in regexp.
14273 2004-09-14  Sean O'Rourke  <sorourke@cs.ucsd.edu>
14275         * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
14276         no file name consider `dired-directory'.
14278 2004-09-14  Kim F. Storm  <storm@cua.dk>
14280         * faces.el (cursor): Add face-no-inherit property.  Doc fix.
14282 2004-09-14  Simon Josefsson  <jas@extundo.com>
14284         * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
14286         * textmodes/dns-mode.el: Add.
14288 2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14290         * novice.el (disabled-command-hook): Use shorthand for obsolescence.
14291         (disabled-command-function): Make the ?\  char more obvious.
14293         * vc-arch.el (vc-arch-root, vc-arch-registered):
14294         * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
14296 2004-09-13  Hovav Shacham  <hovav@sha1.stanford.edu>
14298         * windmove.el (windmove-frame-edges): Report coordinates of
14299         outside edges of frame, not inside edges.
14300         (windmove-coordinates-of-position): Convert into wrapper to new
14301         function `windmove-coordinates-of-window-position';
14302         `compute-motion' always applies to selected window.
14303         (windmove-coordinates-of-position): Update documentation to refer
14304         to Emacs 21 Lisp Reference Manual.
14305         (windmove-find-other-window): Fix off-by-one errors for max x,y.
14307 2004-09-13  Kim F. Storm  <storm@cua.dk>
14309         * isearch.el (isearch-resume-in-command-history): Rename from
14310         isearch-resume-enabled and change default to nil.
14312 2004-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14314         * vc-hooks.el (vc-ignore-dir-regexp): New var.
14315         (vc-registered): Use it.
14316         (vc-find-root): New fun.
14318         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
14319         Don't tell to use \\{...} when it's already done.
14321         * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
14322         Provide a sample complex default.
14323         (bibtex-url, bibtex-font-lock-url): Adapt to new format.
14324         (bibtex-entry): Use mapc.
14326 2004-09-12  Kim F. Storm  <storm@cua.dk>
14328         * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
14330         * emulation/cua-rect.el (cua--rectangle-operation): Let bind
14331         inhibit-field-text-motion to t so rectangles work in comint buffers.
14333         * simple.el (choose-completion-string): Set buffer before running
14334         choose-completion-string-functions hook so it can be buffer-local.
14336 2004-09-12  Daniel Pfeiffer  <occitan@esperanto.org>
14338         * progmodes/compile.el (compilation-start): Parse command to see
14339         if it starts with a cd, and if so perform it for the *compilation*
14340         buffer.  Change the header to reflect this.
14342 2004-09-11  Kim F. Storm  <storm@cua.dk>
14344         * ido.el (ido-enable-dot-prefix): Doc fix.
14345         (ido-enable-dot-prefix): New defcustom.
14346         (ido-set-matches1): Use it.
14348 2004-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14350         * textmodes/bibtex.el (bibtex-mark-active)
14351         (bibtex-run-with-idle-timer): Move the `if' inside the defun.
14353 2004-09-10  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14355         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
14356         used in a case insensitive environment.
14357         (bibtex-mode-map): Rearrange order of menus.
14358         (bibtex-quoted-string-re): Obsolete.
14359         (bibtex-complete-key-cleanup): Variable replaced by new function.
14360         (bibtex-font-lock-keywords): Use backquotes.
14361         (bibtex-font-lock-url-regexp): New internal variable.
14362         (bibtex-name-in-field): New optional arg remove-opt-alt to remove
14363         "OPT" and "ALT".
14364         (bibtex-insert-current-kill, bibtex-make-field)
14365         (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
14366         (bibtex-parse-field-text): Simplify.
14367         (bibtex-string=): New helper function.
14368         (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
14369         (bibtex-map-entries): Use bibtex-string=.
14370         (bibtex-search-entry): Use not.
14371         (bibtex-enclosing-field): Fix docstring.
14372         (bibtex-assoc-regexp): Obsolete.
14373         (bibtex-format-entry): Use assoc-string and bibtex-string=.
14374         (bibtex-autokey-get-names): Handle empty name field.
14375         (bibtex-parse-strings): Use assoc-string and unless.
14376         (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
14377         Use assoc-string.
14378         (bibtex-pop): Simplify.
14379         (bibtex-mode): Set font-lock-extra-managed-props.
14380         (bibtex-entry-update): Use assoc-string.
14381         (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
14382         (bibtex-autofill-entry): Use bibtex-string=.
14383         (bibtex-print-help-message): Simplify.
14384         (bibtex-find-entry): New optional arg START.
14385         (bibtex-validate): Use bibtex-string= and assoc-string.
14386         Do not call obsolete function compilation-parse-errors.
14387         (bibtex-remove-delimiters): Only remove delimiters if present.
14388         (bibtex-copy-entry-as-kill): Add docstring.
14389         (bibtex-clean-entry): Use bibtex-string=.  Handle empty keys.
14390         Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
14391         (bibtex-complete): Use bibtex-predefined-month-strings,
14392         bibtex-string=, and new function bibtex-complete-key-cleanup.
14393         (bibtex-generate-url-list): New variable.
14394         (bibtex-url): New command bound to C-c C-l and mouse-2.
14395         (bibtex-url-map): New local keymap for bibtex-url-mouse.
14396         (bibtex-font-lock-url): New function.
14398 2004-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14400         * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
14402 2004-09-09  Kim F. Storm  <storm@cua.dk>
14404         * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
14405         counter and format with binding.
14406         (kmacro-name-last-macro): New defun.  Like name-last-kbd-macro, but
14407         the declared macro uses own macro counter and format.  Give symbol
14408         kmacro property.
14409         (kmacro-keymap): Bind kmacro-name-last-macro to n.
14410         (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
14411         (kmacro-end-and-call-macro): Doc fix.
14413 2004-09-09  Lars Hansen  <larsh@math.ku.dk>
14415         * desktop.el (desktop-clear-preserve-buffers):
14416         Remove make-obsolete-variable.
14418 2004-09-08  Richard M. Stallman  <rms@gnu.org>
14420         * buff-menu.el (list-buffers-noselect): Call format-mode-line
14421         with the buffer as argument.
14423 2004-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14425         * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
14427 2004-09-08  Juri Linkov  <juri@jurta.org>
14429         * replace.el (perform-replace): Use `query-replace-descr'.
14431         * cus-start.el (history-delete-duplicates): Specify customization.
14433         * diff-mode.el (diff-mode-map):
14434         * progmodes/compile.el (compilation-mode-map):
14435         * progmodes/grep.el (grep-mode-map):
14436         * replace.el (occur-mode-map): Rename `next-error-follow-mode'
14437         to `next-error-follow-minor-mode'.
14439 2004-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14441         * isearch.el (isearch-lazy-highlight-update): Take into account
14442         the case of zero-length match at the search bound.
14444 2004-09-08  Kim F. Storm  <storm@cua.dk>
14446         * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
14447         change.  Use zero width overlays when necessary.
14449 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
14451         * subr.el (split-string): Docfix.
14453 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
14455         * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
14456         (display-call-tree): Ensure newline after caller/calls blocks.
14458 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
14460         * startup.el (command-line-1): Make option
14461         --directory/-L modify `load-path' straight away.
14463 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
14465         * progmodes/grep.el (grep-mode): Use normal autoload cookie.
14467 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
14469         * emacs-lisp/autoload.el (make-autoload):
14470         Handle `define-compilation-mode'.
14472         * emacs-lisp/lisp-mode.el (define-compilation-mode):
14473         Specify `doc-string-elt' property.
14475 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
14477         * bs.el (bs-mode): Doc fix.
14479 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
14481         * info.el (Info-insert-dir): Fix temp buffer leak bug.
14483 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
14485         * play/blackbox.el (bb-trace-ray): Avoid double tracing.
14487 2004-09-08  Kenichi Handa  <handa@m17n.org>
14489         * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
14490         length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
14491         ps-mule-next-point -> 1+).
14493         * composite.el (encode-composition-rule): Add autoload cookie.
14495 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
14497         * format.el (buffer-auto-save-file-format): Make it permanent local.
14499 2004-09-07  Kim F. Storm  <storm@cua.dk>
14501         * emacs-lisp/authors.el (authors-aliases): Add more aliases.
14502         (authors-fixed-entries): Fix typo.
14503         (authors-canonical-author-name): Compact multiple spaces.
14504         Ignore trivial names (e.g. only first name).
14506         * term.el (term-window-width): Only use full window width on
14507         window system if overflow-newline-into-fringe is enabled.
14508         (term-mode): Don't disable overflow-newline-into-fringe.
14510 2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14512         * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
14513         motion as seen on my Mac OS X xterms.
14515         * newcomment.el (uncomment-region-default, comment-region-default):
14516         New functions extracted from uncomment-region and comment-region.
14517         (comment-region, comment-region-function, uncomment-region)
14518         (uncomment-region-function): Use them.
14520         * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
14522         * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
14523         It's not crucial but can make sense at times.
14525         * vc-arch.el (vc-arch-workfile-version): Handle the special case before
14526         the first commit.
14528         * vc.el (vc-buffer-context, vc-restore-buffer-context):
14529         Disable obsolete code.
14531 2004-09-07  Juri Linkov  <juri@jurta.org>
14533         * progmodes/grep.el (grep-highlight-matches): Change default from
14534         `t' to `auto-detect', and type from `boolean' to `choice'.  Doc fix.
14535         (grep-compute-defaults): Set `grep-highlight-matches' to `t'
14536         if grep option `--color' is available, or to `nil' otherwise.
14537         (grep-process-setup): Call `grep-compute-defaults' if
14538         `grep-highlight-matches' is not computed.  Set env-vars only
14539         if `grep-highlight-matches' is `t'.
14540         (grep-use-null-device): Remove redundant type `boolean' (`choice'
14541         is already defined).
14543         * progmodes/compile.el (compilation-start): Use copy of
14544         `process-environment' created by `copy-sequence' to not
14545         modify env-vars in the global `process-environment'.
14547 2004-09-06  Eli Zaretskii  <eliz@gnu.org>
14549         * simple.el (next-error-follow-minor-mode): Fix last change.
14551 2004-09-05  Luc Teirlinck  <teirllm@auburn.edu>
14553         * textmodes/paragraphs.el (use-hard-newlines): Make it into a
14554         permanent local.
14556 2004-09-04  Richard M. Stallman  <rms@gnu.org>
14558         * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
14559         highlighting if the search string is empty.
14561 2004-09-04  Luc Teirlinck  <teirllm@auburn.edu>
14563         * facemenu.el (facemenu-active-faces): Change condition of inner
14564         `while' loop to also check the first two elements of `face-atts'
14565         and `mask-atts'.
14567 2004-09-04  John Paul Wallington  <jpw@gnu.org>
14569         * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
14570         (thumbs-view-image-mode): Make buffer read-only.
14572 2004-09-04  Christopher J. Madsen  <cjm@pobox.com>
14574         * textmodes/ispell.el (ispell-really-aspell): New defvar.
14575         (ispell-check-version): Set it.
14576         (ispell-send-replacement): New function.
14577         (ispell-process-line): Call ispell-send-replacement.
14579 2004-09-04  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
14581         * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
14582         Support choosing seconds with "s".
14584 2004-09-04  Jari Aalto  <jari.aalto@poboxes.com>
14586         * terminal.el (te-escape): Show `?' in prompt for help key.
14588 2004-09-04  Emilio C. Lopes  <eclig@gmx.net>
14590         * emacs-lisp/lisp.el (kill-backward-up-list): New function.
14592 2004-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
14594         * simple.el (next-error-follow-minor-mode)
14595         (next-error-follow-mode-post-command-hook): New functions.
14596         (next-error-follow-last-line): New defvar.
14598         * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
14599         * progmodes/compile.el (compilation-mode-map): Likewise.
14600         * progmodes/grep.el (grep-mode-map): Likewise.
14601         * replace.el (occur-mode-map): Likewise.
14603         * newcomment.el (uncomment-region): Bind comment-use-global-state
14604         to nil.
14606 2004-09-03  Luc Teirlinck  <teirllm@auburn.edu>
14608         * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
14609         locally around the call to `revert-buffer'.
14611 2004-09-03  Juri Linkov  <juri@jurta.org>
14613         * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
14614         `isearch-adjusted' to `t'.
14615         (isearch-toggle-case-fold): Set `isearch-success' to `t'.
14616         (isearch-message-prefix): Add "pending" for isearch-adjusted.
14617         (isearch-other-meta-char): Restore isearch-point unconditionally.
14618         (isearch-query-replace): Add new arg `regexp-flag' and use it.
14619         Set point to start of match if region is not active in transient
14620         mark mode (to include the current match to region boundaries).
14621         Push the search string to `query-replace-from-history-variable'.
14622         Add prompt "Query replace regexp" for isearch-regexp.
14623         Add region beginning/end as last arguments of `perform-replace.'
14624         (isearch-query-replace-regexp): Replace code by the call to
14625         `isearch-query-replace' with arg `t'.
14627 2004-09-03  Richard M. Stallman  <rms@gnu.org>
14629         * startup.el (normal-top-level): Undo previous TERM change.
14631 2004-09-03  Kim F. Storm  <storm@cua.dk>
14633         * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
14634         highlight overlays; allow using RET when cursor is over a button.
14635         (cua--highlight-rectangle): Use it.
14636         (cua--rectangle-set-corners): Don't move backwards at eol.
14637         (cua--forward-line): Don't move into void after eob.
14639         * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
14640         point is set (and displayed) inside rectangle.
14641         (cua--rectangle-operation): Fix for highlight of empty lines.
14642         (cua--highlight-rectangle): Fix highlight for tabs.
14643         Position cursor at left/right edge of rectangle using new `cursor'
14644         property on overlay strings.
14645         (cua--indent-rectangle): Don't tabify.
14646         (cua-rotate-rectangle): Ignore that point has moved.
14648 2004-09-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14650         * term/mac-win.el: Add ASCII equivalents for some function keys.
14651         (mode-line-frame-identification): Sync with x-win.el.
14653 2004-09-02  Juri Linkov  <juri@jurta.org>
14655         * progmodes/compile.el (compilation-buffer-name): Compare major
14656         mode with second element of compilation-arguments instead of third
14657         to reflect latest changes in compilation-arguments structure.
14658         (recompile): Use global variable `compilation-directory' to get
14659         recent compilation directory only when `recompile' is invoked NOT
14660         in the compilation buffer.  Otherwise, use `default-directory' of
14661         the compilation buffer.
14662         (compilation-error-properties): Allow to funcall col and end-col.
14663         (compilation-mode-font-lock-keywords): Check col and end-col by
14664         `integerp'.
14665         (compilation-goto-locus): If end-mk is non-nil in transient mark
14666         mode don't activate the mark (and don't display message in
14667         push-mark), but highlight overlay between mk and end-mk.
14669         * progmodes/grep.el (grep-highlight-matches): New defcustom.
14670         (grep-regexp-alist): Add rule to highlight grep matches.
14671         (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
14673         * info.el (Info-fontify-node): Don't compute other-tag
14674         if Info-hide-note-references=hide.
14676         * help.el (function-called-at-point):
14677         * help-fns.el (variable-at-point):
14678         Try `find-tag-default' when other methods failed.
14680         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
14681         Do not push mark if inhibit-mark-movement is non-nil.
14683         * textmodes/ispell.el (ispell-html-skip-alists):
14684         Fix backslashes in docstring.
14686 2004-09-01  Juri Linkov  <juri@jurta.org>
14688         * isearch.el (isearch-wrap-function)
14689         (isearch-push-state-function): New defvars.
14690         (isearch-pop-fun-state): New defsubst.
14691         (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
14692         (isearch-push-state): Set the result of calling
14693         `isearch-push-state-function' to the `isearch-pop-fun-state' field.
14694         (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
14695         restore the mode-specific starting point of terminated search.
14696         (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
14697         (isearch-repeat): Call `isearch-wrap-function' if defined.
14698         (isearch-message-prefix): Don't add prefix "over" to the message
14699         for wrapped search if `isearch-wrap-function' is defined.
14700         (isearch-search): Call function saved in `isearch-pop-fun-state' to
14701         restore the mode-specific starting point of failed search.
14703         * info.el (Info-search-whitespace-regexp): Fix backslashes.
14704         (Info-search): Add new optional arguments for the sake of isearch.
14705         Replace whitespace in Info-search-whitespace-regexp literally.
14706         Add backward search.  Don't call `Info-select-node' if regexp is
14707         found in the same Info node.  Don't add node to Info-history for
14708         wrapped isearch.
14709         (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
14710         (Info-isearch-push-state, Info-isearch-pop-state): New funs.
14711         (Info-mode): Set local variables `isearch-search-fun-function',
14712         `isearch-wrap-function', `isearch-push-state-function',
14713         `search-whitespace-regexp'.
14715         * isearch.el: Remove ancient Change Log section.
14716         (isearch-string, isearch-message-string, isearch-point)
14717         (isearch-success, isearch-forward-flag, isearch-other-end)
14718         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
14719         (isearch-barrier, isearch-within-brackets)
14720         (isearch-case-fold-search): Add suffix `-state' to state-related
14721         defsubsts to avoid name clashes with other function names.
14723         * simple.el (next-error): New defgroup and defface.
14724         (next-error-highlight, next-error-highlight-no-select):
14725         New defcustoms.
14726         (next-error-no-select): Let-bind next-error-highlight to the value
14727         of next-error-highlight-no-select before calling `next-error'.
14729         * progmodes/compile.el (compilation-goto-locus):
14730         Use `next-error' face instead of `region'.  Set 4-th argument of
14731         `move-overlay' to `current-buffer' to move overlay to different
14732         source buffers.  Use new variable `next-error-highlight'.
14734         * simple.el (next-error-find-buffer): Move the rule
14735         "if current buffer is a next-error capable buffer" after the
14736         rule "if next-error-last-buffer is set to a live buffer".
14737         Simplify to test all rules in one `or'.
14738         (next-error): Doc fix.
14739         (next-error, previous-error, first-error)
14740         (next-error-no-select, previous-error-no-select):
14741         Make arguments optional.
14743 2004-08-31  Luc Teirlinck  <teirllm@auburn.edu>
14745         * macros.el (apply-macro-to-region-lines): Make it operate on all
14746         lines that begin in the region, rather than on all complete lines
14747         in the region.
14749 2004-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14751         * x-dnd.el (x-dnd-protocol-alist): Document update.
14752         (x-dnd-known-types): Defcustom it.
14753         (x-dnd-handle-motif): Print message-atom in error message.
14755 2004-08-30  John Paul Wallington  <jpw@gnu.org>
14757         * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
14758         strings rather than programatically constructing message.
14760 2004-08-30  Richard M. Stallman  <rms@gnu.org>
14762         * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
14763         Don't return a string that would read as the wrong character code.
14765 2004-08-29  Kim F. Storm  <storm@cua.dk>
14767         * emulation/cua-base.el (cua-auto-expand-rectangles):
14768         Remove automatic rectangle padding feature; replace by non-destructive
14769         virtual rectangle edges feature.
14770         (cua-virtual-rectangle-edges): New defcustom.
14771         (cua-auto-tabify-rectangles): New defcustom.
14772         (cua-paste): If paste into a marked rectangle, insert rectangle at
14773         current column, even if virtual; also paste exactly as many lines
14774         as has been marked (ignore additional lines or add empty lines),
14775         but paste whole source if only one line is marked.
14776         (cua--update-indications): No longer use overwrite-cursor to
14777         indicate rectangle padding
14779         * emulation/cua-rect.el (cua--rectangle-padding): Remove.
14780         (cua--rectangle-virtual-edges): New defun.
14781         (cua--rectangle-get-corners): Remove optional PAD arg.
14782         (cua--rectangle-set-corners): Never do padding.
14783         (cua--forward-line): Remove optional PAD arg.  Simplify.
14784         (cua-resize-rectangle-right, cua-resize-rectangle-left)
14785         (cua-resize-rectangle-down, cua-resize-rectangle-up):
14786         (cua-resize-rectangle-bot, cua-resize-rectangle-top)
14787         (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
14788         (cua--rectangle-move): Never do padding.  Simplify.
14789         (cua--tabify-start): New defun.
14790         (cua--rectangle-operation): Add tabify arg.  All callers changed.
14791         (cua--pad-rectangle): Remove.
14792         (cua--delete-rectangle): Handle delete with virtual edges.
14793         (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
14794         (cua--insert-rectangle): Handle insert at virtual column.
14795         Perform auto-tabify if necessary.
14796         (cua--activate-rectangle): Remove optional FORCE arg.
14797         Never do padding.  Simplify.
14798         (cua--highlight-rectangle): Enhance for virtual edges.
14799         (cua-toggle-rectangle-padding): Remove command.
14800         (cua-toggle-rectangle-virtual-edges): New command.
14801         (cua-sequence-rectangle): Add optional TABIFY arg.  Callers changed.
14802         (cua--rectangle-post-command): Don't force rectangle padding.
14803         (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
14805 2004-08-28  Luc Teirlinck  <teirllm@auburn.edu>
14807         * indent.el (edit-tab-stops-buffer): Doc fix.
14809 2004-08-28  Richard M. Stallman  <rms@gnu.org>
14811         * progmodes/grep.el (grep-default-command): Use find-tag-default.
14812         (grep-tag-default): Function deleted.
14814         * subr.el (find-tag-default): Move from etags.el.
14816         * progmodes/etags.el (find-tag-default): Move to subr.el.
14818         * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
14819         into the basic character if it has an uppercase form.
14821 2004-08-27  Kenichi Handa  <handa@m17n.org>
14823         * international/utf-8.el (utf-8-post-read-conversion): If the
14824         buffer is unibyte, temporarily make it multibyte.
14826 2004-08-27  Masatake YAMATO  <jet@gyve.org>
14828         * calendar/time-date.el (time-to-seconds): Add autoload cookies.
14830 2004-08-25  John Paul Wallington  <jpw@gnu.org>
14832         * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
14833         0, 1, and many mismatches in message.
14834         (tex-start-shell): Use `set-process-query-on-exit-flag'.
14836         * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
14837         (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
14839 2004-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14841         * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
14842         vc-diff-switches differently.
14844 2004-08-22  Luc Teirlinck  <teirllm@auburn.edu>
14846         * speedbar.el (speedbar-file-regexp): Give it a phony defvar
14847         before and a real defvar after
14848         `speedbar-supported-extension-expressions'.  This is to silence
14849         the compiler without breaking bootstrapping.
14851 2004-08-22  Richard M. Stallman  <rms@gnu.org>
14853         * textmodes/flyspell.el (flyspell-word):
14854         Use set-process-query-on-exit-flag.
14855         (flyspell-highlight-duplicate-region): Take POSS as arg.
14856         (flyspell-word): Pass POSS as arg.
14858         * progmodes/ada-xref.el: Many doc and style fixes.
14859         (ada-find-any-references): Use compilation-start.
14860         (ada-get-ali-file-name): Improve error msg.
14861         (ada-get-ada-file-name): Likewise.
14863         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
14864         (ange-ftp-start-process): Use set-process-query-on-exit-flag.
14866         * mail/mail-extr.el (mail-extr-all-top-level-domains):
14867         Add forward defvar.
14869         * whitespace.el (global-whitespace-mode): New alias
14870         for whitespace-global-mode.
14872         * speedbar.el (speedbar-file-regexp): Move definition up.
14873         (speedbar-mode, speedbar-set-mode-line-format):
14874         Use with-no-warnings.
14875         (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
14877         * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
14878         controls whether to display the error buffer.
14880         * ps-mule.el: Delete compatibility code for old Emacsen.
14881         (ps-mule-find-wrappoint): Don't use chars-in-region.
14883         * frame.el (display-mouse-p, display-selections-p):
14884         Use with-no-warnings.
14886         * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
14888 2004-08-22  David Kastrup  <dak@gnu.org>
14890         * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
14891         information.
14893         * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
14895 2004-08-22  Andreas Schwab  <schwab@suse.de>
14897         * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
14899 2004-08-22  Masatake YAMATO  <jet@gyve.org>
14901         * cvs-status.el (cvs-status-checkout): New function.
14902         (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
14904 2004-08-21  David Kastrup  <dak@gnu.org>
14906         * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
14907         (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
14908         has been converted to use hashtables, the relation `nil=none' is
14909         no longer valid, as `nil' is not a hashtable.  This patch tries to
14910         reduce the number of resulting errors.
14912 2004-08-21  John Paul Wallington  <jpw@gnu.org>
14914         * subr.el (process-kill-without-query): Made obsolete in
14915         version 21.4, not 21.5.
14917         * log-edit.el (vc-comment-ring, vc-comment-ring-index)
14918         (vc-previous-comment, vc-next-comment)
14919         (vc-comment-search-reverse, vc-comment-search-forward)
14920         (vc-comment-to-change-log): Likewise.
14922         * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
14924 2004-08-21  Peter Seibel  <peter@javamonkey.com>  (tiny patch)
14926         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
14927         Correct indentation of DEFMETHODS with non-standard method
14928         combinations (e.g., PROGN, MIN, MAX).
14930 2004-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14932         * startup.el (normal-top-level-add-subdirs-to-load-path):
14933         Avoid unnecessarily checking system-type.
14934         (normal-top-level): Set TERM to "dumb".  Simplify.
14936         * avoid.el (mouse-avoidance-ignore-p): New fun.
14937         Also ignore switch-frame, select-window, double, and triple clicks.
14938         (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
14939         (mouse-avoidance-fancy-hook): Use it.
14941 2004-08-20  Zoran Milojevic  <zoran@sipquest.com>  (tiny change)
14943         * avoid.el (mouse-avoidance-nudge-mouse)
14944         (mouse-avoidance-banish-destination): Stay within the current window
14945         to avoid problems with mouse-autoselect-window.
14947 2004-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14949         * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
14950         the newer format of some messages in cvs-1.12.1.
14952 2004-08-19  Masatake YAMATO  <jet@gyve.org>
14954         * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
14955         (elp-results-jump-to-definition-by-mouse)
14956         (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
14957         (elp-output-result): Use elp-output-insert-symname.
14959 2004-08-18  Kenichi Handa  <handa@m17n.org>
14961         * language/cyrillic.el: Register koi8-r in
14962         ctext-non-standard-encodings-alist.
14963         ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
14965 2004-08-17  Luc Teirlinck  <teirllm@auburn.edu>
14967         * emacs-lisp/copyright.el (copyright-update-year): Delete code
14968         that replaces 20xy with xy.
14970 2004-08-17  John Paul Wallington  <jpw@gnu.org>
14972         * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
14973         (reb-force-update): Doc fix.
14975 2004-08-16  Richard M. Stallman  <rms@gnu.org>
14977         * progmodes/which-func.el (which-func-update-1): Doc fix.
14979         * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
14980         (sh-mode-abbrev-table): New variable.
14982         * progmodes/compile.el (compilation-mode): Doc fix.
14984         * emacs-lisp/lisp-mode.el (eval-last-sexp):
14985         Don't cons a new symbol each time.
14986         (eval-last-sexp-fake-value): New variable.
14988         * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
14989         (copyright-update-year): Detect continuation of list of years.
14991         * term.el (term-default-fg-color, term-default-bg-color)
14992         (ansi-term-color-vector): Use `unspecified', not nil, as default.
14994         * imenu.el: Several doc fixes: don't say variables are buffer-local.
14996 2004-08-16  Davis Herring  <herring@lanl.gov>
14998         * isearch.el (isearch-string, isearch-message-string, isearch-point)
14999         (isearch-success, isearch-forward-flag, isearch-other-end)
15000         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
15001         (isearch-barrier, isearch-within-brackets)
15002         (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
15004 2004-08-16  Kenichi Handa  <handa@m17n.org>
15006         * ps-mule.el (ps-mule-font-info-database): Fix docstring.
15008 2004-08-15  Kenichi Handa  <handa@m17n.org>
15010         * term/x-win.el (x-selection-value): If utf8 was successful but
15011         ctext was not, use utf8 string.
15013 2004-08-14  Davis Herring  <herring@lanl.gov>
15015         * isearch.el: Remove accidental changes of March 4.  Fix backing
15016         up when a regexp isearch is made more general.  Use symbolic
15017         accessor functions for isearch stack frames to make usage clearer.
15018         (search-whitespace-regexp): Made groups in documentation shy (as
15019         is the group in the default value).
15020         (isearch-fallback): New function, addresses problems with regexps
15021         liberalized by `\|', adds support for liberalization by `\}' (the
15022         general repetition construct), and incorporates behavior for
15023         `*'/`?'.
15024         (isearch-}-char): New command, calls `isearch-fallback' with
15025         arguments appropriate to a typed `}'.
15026         (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
15027         appropriately.
15028         (isearch-mode-map): Bind `}' to `isearch-}-char'.
15029         (isearch-string, isearch-message,string, isearch-point)
15030         (isearch-success, isearch-forward-flag, isearch-other-end)
15031         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
15032         (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
15033         New inline functions to read fields of a stack frame.
15035 2004-08-14  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>  (tiny change)
15037         * battery.el (battery-linux-proc-acpi): Look into battery
15038         directories matching the literal string "CMB", too (required for
15039         Linux kernel version 2.6.7).
15041 2004-08-14  John Paul Wallington  <jpw@gnu.org>
15043         * cus-start.el (read-file-name-completion-ignore-case): Add.
15044         (blink-cursor-alist): Change version to "21.4".
15046         * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
15048 2004-08-11  Daniel Pfeiffer  <occitan@esperanto.org>
15050         * speedbar.el (speedbar-scan-subdirs): New option.
15051         (speedbar-file-lists): Don't ignore file-name case on Unix and use
15052         dolist.
15053         (speedbar-insert-files-at-point): Take an extra argument and use
15054         it to optionally find out if a subdir is empty.  Also unreadable
15055         files don't get expand buttons.
15056         (speedbar-directory): New image (unused pixmap already existed).
15057         (speedbar-expand-image-button-alist): Use it.
15059 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
15061         CC Mode update to 5.30.9:
15063         * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
15064         Move from cc-vars to cc-defs for dependency reasons.  Fix the
15065         POSIX char class test to check that it works in
15066         `skip-chars-(forward|backward)' too.
15068         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
15069         first argument starts with a special brace list.
15071         * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
15072         when `c-opt-type-concat-key' is used (i.e. in Pike).
15074         * progmodes/cc-engine.el (c-looking-at-special-brace-list):
15075         Fix bug when the inner char pair doesn't have paren syntax,
15076         i.e. "(<>)".
15078         * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
15079         whitespace safe.
15081         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
15082         position for `arglist-intro', `arglist-cont-nonempty' and
15083         `arglist-close' when there are two arglist open parens on the same
15084         line and there's nothing in front of the first.
15086         * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
15087         locking of qualified names in Java, which previously could fontify
15088         common indexing expressions in many cases.  The standard Java
15089         naming conventions are used to tell them apart.
15091         * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
15092         Fix inconsistency wrt opening parens on the first line inside a paren
15093         block.
15095         * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
15096         compile time for the sake of `c-major-mode-is'.
15098         (c-mode-is-new-awk-p): Made it a macro to delay expansion of
15099         `c-major-mode-is' in the event that this is used inside a
15100         `c-lang-defconst'.
15102         * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
15103         `c-lang-defconst' so that it works better with fallback languages.
15105         * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
15106         it to fail to record the base mode.
15108         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
15109         Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
15110         is used.  Reorder the syntax checks to get more efficient
15111         skipping in some situations.
15113         * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
15114         continuation which might precede the newly inserted '{'.
15116         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
15117         Fix cases where it could loop indefinitely.
15119         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
15120         size specs correctly.  Only fontify identifiers in front of '('
15121         with as functions - don't accept any paren char.  Tighten up
15122         initializer skipping to stop before function and class blocks.
15124         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
15125         the point could be left directly after an open paren when finding
15126         the beginning of the first decl in the block.
15128         * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
15129         table when filtering out legitimate open parens to be recorded.
15130         This could cause cache inconsistencies when e.g.
15131         `c++-template-syntax-table' was temporarily in use.
15133         * progmodes/cc-engine.el (c-on-identifier)
15134         (c-simple-skip-symbol-backward): Small fix for handling "-"
15135         correctly in `skip-chars-backward'.  Affected the operator lfun
15136         syntax in Pike.
15138         * progmodes/cc-engine.el (c-invalidate-sws-region-after):
15139         Fix bug that could cause an error from `after-change-functions' when
15140         the changed region is at bob.
15142 2004-08-11  Alan Mackenzie  <bug-cc-mode@gnu.org>
15144         CC Mode update to 5.30.9:
15146         * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
15147         to say that <TAB> doesn't insert WS into a CPP line.
15148         (c-indent-command, c-tab-always-indent): Amend doc strings.
15150         * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
15151         checks for user errors, thus eliminating cryptic and unhelpful
15152         Emacs error messages.  (1) Check the arg to `c-set-style' is a
15153         string.  (2) Check that settings to `c-offsets-alist' are not
15154         spuriously quoted.
15156         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
15157         which precedes the newly inserted `{'.
15159 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
15161         Sync with Tramp 2.0.44.
15163         * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
15164         function "tramp_file_attributes".  Otherwise, file names
15165         containing spaces are misinterpreted.  Reported by Magnus Henoch
15166         <mange@freemail.hu>.
15167         (tramp-handle-file-truename): FILENAME must be expanded first.
15168         Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
15169         obscure results.  Reported by D. Goel <deego@gnufans.org>.
15170         (tramp-handle-verify-visited-file-modtime): If file does not
15171         exist, say it is not modified if and only if that agrees with the
15172         buffer's record.  Check whether a file is visiting the buffer, or
15173         the buffer has no recorded last modification time.  Return t in
15174         case the visiting file doesn't exist.  Suggested by Luc Teirlinck
15175         <teirllm@auburn.edu>.
15176         (tramp-handle-write-region): Pass modtime explicitly to
15177         `set-visited-file-modtime', because filename can be different
15178         from (buffer-file-name) if `file-precious-flag' is set.
15179         `set-visited-file-modtime' must be called always when `visit' is t
15180         or a string.  Suggested by Luc Teirlinck <teirllm@auburn.edu>.
15181         (tramp-handle-set-visited-file-modtime): If `time-list' is not
15182         nil, don't apply the whole body.  If the file doesn't exists, set
15183         modtime to '(-1 65535).  Suggested by Luc Teirlinck
15184         <teirllm@auburn.edu>.
15186 2004-08-09  Luc Teirlinck  <teirllm@auburn.edu>
15188         * help.el (describe-bindings): Doc fix.
15190         * subr.el (kbd): Doc fix.
15192 2004-08-08  John Paul Wallington  <jpw@gnu.org>
15194         * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
15195         instead of `string-to-int'.
15196         (define-ibuffer-column mode): Fix indentation.
15198 2004-08-08  Lars Hansen  <larsh@math.ku.dk>
15200         * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
15202 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
15204         * subr.el (global-unset-key, local-unset-key): Doc fixes.
15206         * novice.el (disabled-command-function): New variable renamed from
15207         `disabled-command-hook'.
15208         (disabled-command-hook): Keep the _variable_ as alias for
15209         `disabled-command-function' and make obsolete.
15210         (disabled-command-function): Function renamed from
15211         `disabled-command-hook'.  Adapt code to name change of the variable.
15213 2004-08-07  Satyaki Das  <satyaki@theforce.stanford.edu>  (tiny change)
15215         * simple.el (completion-root-regexp): New defvar.
15216         (completion-setup-function): Use it instead of a literal string.
15218 2004-08-07  John Paul Wallington  <jpw@gnu.org>
15220         * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
15221         (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
15222         (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
15223         (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
15225 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
15227         * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
15228         (mail-extr-voodoo): Check mail-extr-disable-voodoo.
15230 2004-08-04  Kenichi Handa  <handa@m17n.org>
15232         * international/encoded-kb.el (encoded-kbd-setup-keymap):
15233         Fix previous change.
15235 2004-08-03  Kenichi Handa  <handa@m17n.org>
15237         * international/encoded-kb.el: The following changes are to
15238         utilize key-translation-map instead of minor mode map.
15239         (encoded-kbd-iso2022-non-ascii-map): Delete it.
15240         (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
15241         (encoded-kbd-last-key): New function.
15242         (encoded-kbd-iso2022-single-shift): New function.
15243         (encoded-kbd-iso2022-designation)
15244         (encoded-kbd-self-insert-iso2022-7bit)
15245         (encoded-kbd-self-insert-iso2022-8bit)
15246         (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
15247         (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
15248         key-translation-map.
15249         (encoded-kbd-setup-keymap): Setup key-translation-map.
15250         (saved-key-translation-map): New variable.
15251         (encoded-kbd-mode): Save/restore key-translation-map.
15252         Adjust for the change of encoded-kbd-setup-keymap.
15254 2004-08-02  Kim F. Storm  <storm@cua.dk>
15256         * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
15257         and call compute-motion with nil for topos and width to get proper
15258         usable width and height for both window and non-window systems.
15260         * windmove.el (windmove-coordinates-of-position): Let compute-motion
15261         calculate usable window width and height.
15263         * window.el (window-buffer-height): Call compute-motion with nil width.
15265 2004-08-01  David Kastrup  <dak@gnu.org>
15267         * replace.el (query-replace-read-from):
15268         Use `query-replace-compile-replacement'.
15269         (query-replace-compile-replacement): New function.
15270         (query-replace-read-to): Use `query-replace-compile-replacement'
15271         for repeating the last command.
15273 2004-08-01  John Paul Wallington  <jpw@gnu.org>
15275         * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
15276         (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
15277         (pr-switches): Remove period from end of error messages.
15279         * help-mode.el (help-go-back): Likewise.
15281         * abbrev.el (only-global-abbrevs): Doc fix.
15282         (edit-abbrevs-map): Define within defvar.
15283         (quietly-read-abbrev-file): Doc fix.
15285 2004-07-31  Luc Teirlinck  <teirllm@auburn.edu>
15287         * novice.el (enable-command, disable-command): Doc fixes.
15289         * subr.el (event-modifiers, event-basic-type): Doc fixes.
15291 2004-07-30  Richard M. Stallman  <rms@gnu.org>
15293         * subr.el (with-local-quit): Doc fix.
15295 2004-07-30  Luc Teirlinck  <teirllm@auburn.edu>
15297         * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
15299 2004-07-28  Luc Teirlinck  <teirllm@auburn.edu>
15301         * custom.el (defcustom): Doc fix.
15303 2004-07-28  Masatake YAMATO  <jet@gyve.org>
15305         * progmodes/etags.el (etags-tags-apropos): Show building progress.
15307 2004-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15309         * imenu.el (imenu-prev-index-position-function)
15310         (imenu-extract-index-name-function, imenu-name-lookup-function)
15311         (imenu--index-alist): Docstring redundancy fix.
15313 2004-07-25  Lars Hansen  <larsh@math.ku.dk>
15315         * wdired.el (wdired-finish-edit): Require dired-aux before locally
15316         binding dired-backup-overwrite.
15318 2004-07-25  John Paul Wallington  <jpw@gnu.org>
15320         * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
15322 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
15324         * term/tty-colors.el (tty-color-approximate): Doc fix.
15326         * select.el (x-get-selection, x-set-selection): Doc fixes.
15328         * frame.el (make-frame): Doc fix.
15330 2004-07-24  Richard M. Stallman  <rms@gnu.org>
15332         * mail/rmail.el (rmail-mime-charset-pattern):
15333         Don't include semicolon in the charset value.
15335         * replace.el (occur-next-error): Call set-window-point.
15336         (occur-engine): Handle negative NLINES.
15338 2004-07-23  Luc Teirlinck  <teirllm@auburn.edu>
15340         * frame.el (modify-all-frames-parameters): Minor doc fix.
15341         (set-frame-configuration): Doc fix.
15343 2004-07-23  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
15345         * simple.el (completion-setup-function): Compute the common parts
15346         and the first difference place correctly when
15347         partial-completion-mode is on.
15349 2004-07-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15351         * ps-print.el: Doc fix.
15352         (ps-print-version): New version 6.6.5.
15353         (ps-printing-region): Doc fix.
15354         (ps-generate-string-list): Comment fix.
15355         (ps-message-log-max): Code fix.
15357 2004-07-22  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
15359         * ps-print.el (ps-begin-file): Improve the DSC compliance of the
15360         generated PostScript.
15362 2004-08-17  Reiner Steib  <Reiner.Steib@gmx.de>
15364         * net/tls.el (tls-process-connection-type): Fix docstring.  (Sync
15365         with Gnus v5_10 branch.)
15367 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15369         * calendar/time-date.el (time-to-number-of-days): New function.
15370         Imported from Gnus.
15372 2004-07-22  Kim F. Storm  <storm@cua.dk>
15374         * progmodes/make-mode.el: Fix comments.
15376 2004-07-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15378         * printing.el: Doc fix.
15380 2004-07-20  Luc Teirlinck  <teirllm@auburn.edu>
15382         * frame.el (modify-all-frames-parameters): Minor doc fix.
15384 2004-07-20  Richard M. Stallman  <rms@gnu.org>
15386         * textmodes/fill.el (fill-nobreak-p): If this break point is
15387         at the end of the line, don't consider the newline which follows
15388         as a reason to return t.
15390 2004-07-19  John Paul Wallington  <jpw@gnu.org>
15392         * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
15394 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
15396         * dired-aux.el (dired-do-kill-lines): Expand docstring.
15397         Delete irrelevant code.
15399 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
15401         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
15402         New docstring.  From Luc Teirlinck.
15404 2004-07-17  Luc Teirlinck  <teirllm@auburn.edu>
15406         * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
15407         section.
15408         (auto-revert-handler): Do not check `auto-revert-tail-mode' for
15409         non-file buffers.  We know it is nil.
15411 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
15413         Sync with Tramp 2.0.43.
15415         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
15416         Remove outdated comment.
15417         (tramp-locked, tramp-locker): New variables for implementing a
15418         global lock.
15419         (tramp-sh-file-name-handler): Use them to implement the global lock.
15421 2004-07-13  Michael Albinus  <michael.albinus@gmx.de>
15423         * net/tramp.el (all): Code cleanup.  Change all `tramp-handle-xxx'
15424         calls to respective `xxx` calls.
15425         (tramp-process-alive-regexp): Precise doc string.
15426         (tramp-multi-action-process-alive): New defun.
15427         (tramp-multi-actions): Use it.
15428         (tramp-handle-find-backup-file-name): `copy-tree' is available
15429         since Emacs 22.1 only (XEmacs has it).  Implementation rewritten
15430         in order to avoid this function.
15431         (tramp-handle-write-region): Set current buffer.  If connection
15432         wasn't open, `file-modes' has changed it accidentally.  Reported by
15433         David Kastrup <dak@gnu.org>.
15434         (tramp-enter-password, tramp-read-passwd): New arguments USER and
15435         HOST.
15436         (tramp-action-password, tramp-multi-action-password): Apply it.
15437         (tramp-open-connection-rsh): If a port is given, the Tramp buffer
15438         name must still contain the port number.  Otherwise, we have two
15439         Tramp buffers, with all the confusion.  Reported by Myron Selby
15440         <myron@xytech.com> and Rolf Dubitzky
15441         <Dubitzky@physi.uni-heidelberg.de>.
15443         * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
15444         HOST to `tramp-enter-passwd'.
15446         * net/tramp-vc.el (all): Code cleanup.  Change all
15447         `tramp-handle-xxx' calls to respective `xxx` calls.
15449 2004-07-17  Jonathan Yavner  <jyavner@member.fsf.org>
15451         * emacs-lisp/testcover.el: New category "potentially-1valued" for
15452         functions that are not erroneous if either 1-valued or
15453         multi-valued.  Detect functions in this class.
15454         (testcover-1value-functions, testcover-compose-functions)
15455         (testcover-progn-functions) Add some additional functions to lists.
15456         (testcover-mark): Bugfix when marking up the definition for an
15457         empty function.
15459 2004-07-17  Richard M. Stallman  <rms@gnu.org>
15461         * replace.el (occur-read-primary-args): Pass default to
15462         read-from-minibuffer.
15464         * mail/footnote.el (footnote-section-tag): Use defcustom.
15466         * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
15467         Compile font-lock-keywords, not KEYWORDS.
15468         (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
15469         Add warn, check-type.  Handle cerror like error.
15471 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
15473         * progmodes/which-func.el (which-func-keymap): New var.
15474         (which-func-face): New face.
15475         (which-func-format): Use them.
15477 2004-07-16  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
15479         * buff-menu.el (list-buffers-noselect): Append the buffer's
15480         process status to its mode name.
15482 2004-07-16  Kim F. Storm  <storm@cua.dk>
15484         * simple.el (inhibit-mark-movement): New defvar.
15485         (beginning-of-buffer, end-of-buffer): Do not push mark if
15486         inhibit-mark-movement is non-nil or C-u prefix is given.
15488         * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
15489         Init to beginning-of-buffer and end-of-buffer.
15490         (cua--undo-push-mark): New defvar.
15491         (cua--pre-command-handler): Set inhibit-mark-movement if mark is
15492         already active and command is in cua--preserve-mark-commands.
15493         Also fix check for shift modifier on non-window systems.
15494         (cua--post-command-handler): Clear inhibit-mark-movement if set.
15496 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
15498         * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
15499         of two integers, instead of a cons.
15501         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
15502         `visited-file-modtime' now returns a list of two integers, instead
15503         of a cons.
15505         * dired.el (dired-directory-changed-p): Ditto.
15507         * progmodes/grep.el (grep): Doc fix.
15509 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
15511         * autorevert.el (auto-revert-tail-mode)
15512         (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
15513         (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
15514         in both at the same time.
15515         (auto-revert-tail-mode): New command.
15516         (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
15517         (auto-revert-handler): Revert only either tail or whole file.
15519         * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
15520         add auto-revert-tail-mode.
15522 2004-07-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15524         * printing.el: Doc fix.  Change name of some funs.
15525         (pr-dosify-file-name): New fun.  Replace ps-dosify-path.
15526         (pr-unixify-file-name): New fun.  Replace ps-unixify-path.
15527         (pr-standard-file-name): New fun.  Replace pr-standard-path.
15528         (pr-call-process): Code fix.
15530 2004-07-12  Luc Teirlinck  <teirllm@auburn.edu>
15532         * subr.el (with-selected-window): Doc fix.
15534 2004-07-11  Luc Teirlinck  <teirllm@auburn.edu>
15536         * subr.el (get-buffer-window-list): Doc fix.
15538 2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
15540         * files.el (switch-to-buffer-other-window): Doc fix.
15542         * window.el (save-selected-window, one-window-p)
15543         (split-window-keep-point, split-window-vertically)
15544         (split-window-horizontally): Doc fixes.
15546 2004-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15548         * printing.el: Doc fix.  Now it uses call-process instead of
15549         shell-command for low command execution.
15550         (pr-version): New version number (6.8).
15551         (pr-shell-file-name): Option removed.
15552         (pr-shell-command): Fun removed.
15553         (pr-call-process): New fun.  Replace pr-shell-command.
15554         (pr-standard-path, pr-remove-nil-from-list): New funs.
15555         (zmacs-region-stays, current-mouse-event, current-menubar): New var.
15556         (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
15557         (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
15558         (pr-ps-utility-process, pr-txt-print): Code fix.
15560 2004-07-10  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
15562         * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
15563         boolean.
15565 2004-07-09  Lars Hansen  <larsh@math.ku.dk>
15567         * wid-edit.el (widget-field-buffer): Doc fix.
15569 2004-07-09  John Paul Wallington  <jpw@gnu.org>
15571         * emacs-lisp/re-builder.el (reb-update-overlays):
15572         Distinguish between one and several matches in message.
15574 2004-07-09  Richard M. Stallman  <rms@gnu.org>
15576         * mouse.el (mouse-set-region-1): If transient-mark-mode
15577         is `identity', change it to `only'.
15579         * simple.el (current-word): Doc fix.
15581 2004-07-09  Mark A. Hershberger  <mah@everybody.org>
15583         * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
15584         so that it is more understanding of whitespace.
15586         * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
15587         (("ns" . "element") (attr-list) children) instead of
15588         ((:ns . "element") (attr-list) children) in order to reduce the
15589         number of symbols used.
15590         (xml-skip-dtd): Change to use xml-parse-dtd but set
15591         xml-validating-parsing to nil.
15592         (xml-parse-dtd): Parse entity declarations in DOCTYPEs.
15593         (xml-substitute-entity): Remove in favor of new entity substitution.
15594         (xml-substitute-special): Rewrite in to substitute complex
15595         entities from DOCTYPE declarations.
15596         (xml-parse-fragment): Parse fragments from entity declarations.
15597         (xml-parse-region, xml-parse-tag, xml-parse-attlist)
15598         (xml-parse-dtd, xml-substitute-special): Make validity checks
15599         conditioned on xml-validating-parser.  Add "Not Well Formed" to
15600         error messages about well-formedness.
15602 2004-07-08  Steven Tamm  <steventamm@mac.com>
15604         * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
15605         (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
15606         Do not treat double clicks and triple clicks specially in the
15607         scroll bar (preventing strange repositioning problems)
15609 2004-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15611         * replace.el (query-replace-regexp-eval): Fix last change.
15613 2004-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15615         * replace.el (query-replace-descr): New fun.
15616         (query-replace-read-from, query-replace-read-args): Default to the
15617         previous from&to.
15618         (query-replace-read-to): Quote the `from' string when displaying it.
15619         (query-replace-regexp-eval): Immediately check read-only status.
15620         Use query-replace-read-from to get the \n checking.
15621         Quote the `from' string when displaying it.
15622         (map-query-replace-regexp, occur-read-primary-args):
15623         Quote the `from' string when displaying it.
15625         * isearch.el (isearch-query-replace): Pass the regexp-ness and
15626         delimited-ness of the search to query-replace.
15628         * replace.el (query-replace-read-from, query-replace-read-to):
15629         New funs extracted from query-replace-read-args.
15630         (query-replace-read-args): Use them.
15632         * replace.el (query-replace-interactive, query-replace-read-args):
15633         Remove the `initial' special value.
15634         (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
15635         (occur-engine): Remove unused var `matchend'.
15637         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
15638         Use the search string without prompting.
15640 2004-07-05  Kenichi Handa  <handa@m17n.org>
15642         * international/mule.el (decode-coding-inserted-region):
15643         Set last-coding-system-used only when coding is nil.
15645 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
15647         * progmodes/grep.el (grep-compute-defaults, grep-command)
15648         (grep-program, find-program, grep-find-use-xargs, grep-history)
15649         (grep-find-history, grep-tag-default, grep-find-command)
15650         (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
15651         Add autoload cookies, for unbundled packages that load `compile'
15652         and expect all grep-related symbols to become defined.
15654 2004-07-03  KOSEKI Yoshinori  <kose@meadowy.org>
15656         * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
15657         (iimage-mode-image-search-path): New user option to search the
15658         image file.
15659         (iimage-locate-file): New function.  Emacs21.3 or earlier does not
15660         have locate-file.
15661         (iimage-mode-buffer): Use it.
15663 2004-07-03  Nick Roberts  <nickrob@gnu.org>
15665         * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
15666         carefully.
15667         (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
15669 2004-07-03  Juri Linkov  <juri@jurta.org>
15671         * replace.el (query-replace-read-args): Swallow space after 'foo,
15672         not after (quote foo).  Match space only immediately after symbol,
15673         not anywhere in the whole string.
15675 2004-07-02  Richard M. Stallman  <rms@gnu.org>
15677         * replace.el (query-replace-read-args): Swallow space after
15678         symbols, not after closeparens.  But avoid error if string ends there.
15680         * progmodes/python.el (python-beginning-of-statement):
15681         Exit the loop if backward-up-list gets error.
15683         * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
15685 2004-07-02  Andre Spiegel  <spiegel@gnu.org>
15687         * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
15688         only if vc-consult-headers is non-nil.
15690 2004-07-02  Juri Linkov  <juri@jurta.org>
15692         * pcvs.el (cvs-mode-diff-repository): New command.
15694         * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
15696 2004-07-01  Juri Linkov  <juri@jurta.org>
15698         * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
15699         C-M-y to isearch-yank-char.  Bind M-% to isearch-query-replace,
15700         C-M-% to isearch-query-replace-regexp.
15701         (minibuffer-local-isearch-map): Add arrow key bindings.
15702         Bind C-f to isearch-yank-char-in-minibuffer.
15703         (isearch-forward): Doc fix.
15704         (isearch-edit-string): Doc fix.
15705         (isearch-query-replace, isearch-query-replace-regexp): New funs.
15706         (isearch-del-char): Add optional arg.  Set isearch-yank-flag to t.
15707         (isearch-yank-char): Add optional arg.
15708         (isearch-yank-char-in-minibuffer): New fun.
15710         * replace.el (query-replace-interactive): Change type from boolean
15711         to choice.  Add value `initial'.
15712         (query-replace-read-args): Handle value `initial' of
15713         query-replace-interactive.
15715 2004-06-29  Kim F. Storm  <storm@cua.dk>
15717         * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
15718         (breakpoint-disabled-bitmap-face): Add :group 'gud.
15720         * progmodes/ada-xref.el (ada-tight-gvd-integration):
15721         Add :group 'ada.
15723         * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
15725 2004-06-29  Juri Linkov  <juri@jurta.org>
15727         * replace.el (query-replace-read-args): Swallow a space after
15728         everything except )]" which in most cases means after a symbol.
15730         * emacs-lisp/pp.el (pp-buffer): Add autoload.
15732 2004-06-28  Richard M. Stallman  <rms@gnu.org>
15734         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
15735         More changes to go with previous change in font-lock.el.
15737 2004-06-26  David Kastrup  <dak@gnu.org>
15739         * replace.el (perform-replace): Highlight the match even in
15740         non-query mode if there is potential replace string editing.
15742 2004-06-26  Kai Grossjohann  <kai.grossjohann@gmx.net>
15744         * net/tramp.el (tramp-handle-file-remote-p): New implementation to
15745         agree with new return value of `file-remote-p'.
15746         This syncs with Tramp 2.0.42.
15748         * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
15749         according to new documentation of `file-remote-p'.
15751         * files.el (file-remote-p): Fix doc to say that return value is
15752         identification of remote system, if not nil.
15753         (file-relative-name): Use new return value of `file-remote-p'.
15755 2004-06-26  Nick Roberts  <nickrob@gnu.org>
15757         * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
15758         (gdb-goto-breakpoint): Fix breakage.
15760 2004-06-26  Eli Zaretskii  <eliz@gnu.org>
15762         * man.el (Man-getpage-in-background): Add windows-nt to the list
15763         of systems where shell-file-name should be used instead of
15764         literal "sh".
15766 2004-06-25  Sam Steingold  <sds@gnu.org>
15768         * add-log.el (change-log-font-lock-keywords): Support Common Lisp
15769         function names `(setf symbol)'.
15771 2004-06-24  Richard M. Stallman  <rms@gnu.org>
15773         * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
15775         * font-lock.el (font-lock-keywords): Change format of compiled values.
15776         Document it.
15777         (font-lock-add-keywords): If font-lock-keywords is compiled,
15778         extract the uncompiled version, modify, then recompile.
15779         (font-lock-remove-keywords): Likewise.
15780         (font-lock-fontify-keywords-region): Handle changed format.
15781         (font-lock-compile-keywords): Handle changed format.
15782         (font-lock-set-defaults): Compile the keywords explicitly here.
15784 2004-06-24  David Kastrup  <dak@gnu.org>
15786         * replace.el (query-replace-read-args): Implement `\,' and `\#'
15787         replacements here.
15788         (query-replace-regexp): Doc string explaining this and the new
15789         `\?' replacement.  Remove `\,' and `\#' implementation here, as it
15790         is better placed in `query-replace-read-args'.
15791         (replace-regexp): Explain `\,', `\#' and `\?'.
15792         (replace-match-data): New function for thorough reuse/destruction
15793         of old match-data.
15794         (replace-match-maybe-edit): Function for implementing `\?' editing.
15795         (perform-replace): Fix maintaining of the match stack including
15796         already matched regions, implement `\?', fix various problems
15797         with regions while editing and other stuff.
15798         (replace-highlight): Simplify.
15800 2004-06-24  Daniel Pfeiffer  <occitan@esperanto.org>
15802         * progmodes/grep.el (grep-error-screen-columns): New variable.
15803         (grep-regexp-alist): Give it the full functionality of gnu style
15804         compilation messages with line and column ranges.  Ask me for the
15805         perl script I'm working on, that uses these.
15807 2004-06-23  Nick Roberts  <nickrob@gnu.org>
15809         * comint.el (comint-insert-clicked-input, comint-copy-old-input):
15810         Remove.
15811         (comint-insert-input, comint-mouse-insert-input): New functions
15812         based on comint-insert-clicked-input for two bindings but just
15813         one functionality.
15815 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
15817         * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
15819 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
15821         * files.el (write-contents-functions): Doc fix.
15823 2004-06-21  Juanma Barranquero  <lektu@terra.es>
15825         * image.el (image-library-alist): Rewrite docstring in active voice.
15827 2004-06-20  Richard M. Stallman  <rms@gnu.org>
15829         * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
15831         * isearch.el (isearch-repeat): Avoid testing old match data.
15832         (isearch-message): Display trailing space in special font
15833         when search is failing.
15834         (isearch-search-fun-function): Doc fix.
15836         * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
15838 2004-06-19  Luc Teirlinck  <teirllm@auburn.edu>
15840         * frame.el (show-trailing-whitespace): Doc fix.
15842         * cus-edit.el (custom-variable-documentation): New function.
15843         (custom-variable): Use it.
15845 2004-06-19  Nick Roberts  <nickrob@gnu.org>
15847         * man.el (Man-getpage-in-background): Revert previous change but
15848         make cygwin a special case.
15850 2004-06-18  Luc Teirlinck  <teirllm@auburn.edu>
15852         * autorevert.el (global-auto-revert-non-file-buffers):
15853         Update docstring.
15855 2004-06-19  Daniel Pfeiffer  <occitan@esperanto.org>
15857         * progmodes/compile.el (compilation-error-properties): Store one
15858         more than end-col, if present, so that transient-mark-mode will
15859         highlight last char too.
15860         * progmodes/grep.el (grep-regexp-alist): Match columns and column
15861         ranges, if present.
15863 2004-06-18  Jason Rumney  <jasonr@gnu.org>
15865         * makefile.w32-in: Double percent signs in for loops.
15867 2004-06-17  David Kastrup  <dak@gnu.org>
15869         * replace.el (query-replace-read-args): Only warn about use of \n
15870         and \t when we are doing a regexp replacement and the actual
15871         escaped character is n or t.
15872         (query-replace-regexp): Add \, and \# interpretation to
15873         interactive call and document it.
15874         (query-replace-regexp-eval, replace-match-string-symbols): Add \#
15875         as shortkey for replace-count.
15876         (replace-quote): New function for doubling backslashes.
15878 2004-06-17  Juanma Barranquero  <lektu@terra.es>
15880         * files.el (parse-colon-path, cd): Mention in docstring that the
15881         path separator is colon in GNU-like systems.
15883         * newcomment.el (comment-region-internal): Fix docstring.
15885         * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
15886         (ewoc-invalidate, ewoc-collect): Doc fixes.
15887         (ewoc--create-node, ewoc--delete-node-internal):
15888         Fix typos in docstring.
15890 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
15892         * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
15893         manual to docstring.
15895 2004-06-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15897         * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
15899 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
15901         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
15902         Add hyperlink to emacs-xtra manual to docstring.
15904         * autorevert.el (global-auto-revert-non-file-buffers):
15905         Add hyperlink to emacs-xtra manual to docstring, as well as an
15906         info-link.
15908 2004-06-14  Juanma Barranquero  <lektu@terra.es>
15910         * image.el (image-library-alist): New variable to map image types
15911         to external libraries.  Initialized to nil, unless system-specific
15912         configs change it.
15913         (image-type-available-p): Determine whether an image type is
15914         available by calling `init-image-library'.
15916         * term/w32-win.el (image-library-alist): Initialize to a known set
15917         of probable library names.
15919 2004-06-14  Kenichi Handa  <handa@m17n.org>
15921         * international/code-pages.el (windows-1256, cp1125): Fix tables
15922         for several characters.
15924         * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
15926 2004-06-13  Richard M. Stallman  <rms@gnu.org>
15928         * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
15930         * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
15931         not "`pc-selection-mode'".
15933         * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
15935         * simple.el (previous-matching-history-element): Specify a default.
15937         * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
15939         * cus-face.el (custom-declare-face): Simplify code.
15941         * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
15943 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
15945         * files.el (before-save-hook): Add `time-stamp' to the options.
15947         * time-stamp.el (time-stamp): Recommend adding it to
15948         `before-save-hook', rather than `write-file-functions'.
15949         Make a similar change in `Commentary' section.
15951 2004-06-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15953         * diff-mode.el (diff-current-defun): If at start of hunk, use
15954         position of first change.
15956 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
15958         * dired-x.el (dired-mark-omitted): Bind to "*O".
15960 2004-06-12  Karl Fogel  <kfogel@red-bean.com>
15962         * bookmark.el (bookmark-bmenu-relocate): New function, as
15963         suggested by David J. Biesack <David.Biesack@sas.com>.
15964         (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
15965         (bookmark-bmenu-mode): Describe binding in doc string.
15966         (bookmark-set-filename): Save the bookmark list if it's time.
15968 2004-06-13  Kenichi Handa  <handa@m17n.org>
15970         * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
15971         (ccl-untranslated-to-ucs): Fix typo.
15973 2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
15975         * progmodes/python.el (python-open-block-statement-p):
15976         Fix indentation after a block opening that contains a comment.
15978 2004-06-12  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>  (tiny change)
15980         * bindings.el (completion-ignored-extensions): Add file extensions
15981         of Python byte-compiled files.
15983 2004-06-12  Juri Linkov  <juri@jurta.org>
15985         * info.el (Info-goto-node): Add autoload.
15986         (Info-toc): Add substring-no-properties on Info file name.
15987         (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
15988         (Info-mode-map): Bind L to Info-history, T to Info-toc.
15990 2004-06-12  Kenichi Handa  <handa@m17n.org>
15992         * international/mule-cmds.el (set-language-environment):
15993         Load subst tables if necessary.
15995         * international/mule.el (decode-char): Load subst tables if necessary.
15996         (encode-char): Likewise.
15998         * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
15999         pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
16000         (utf-16le-decode-loop): Set r5 to -1 before loop.
16001         (utf-16be-decode-loop): Likewise.
16002         (ccl-decode-mule-utf-16le): Add EOF processing block.
16003         (ccl-decode-mule-utf-16be): Likewise.
16004         (ccl-decode-mule-utf-16le-with-signature): Likewise.
16005         (ccl-decode-mule-utf-16be-with-signature): Likewise.
16006         (ccl-decode-mule-utf-16): Likewise.  Set r5 to -1 initially.
16007         (ccl-mule-utf-16-encode-untrans): New CCL.
16008         (utf-16-decode-to-ucs): Handle pre-read character.
16009         (utf-16le-encode-loop): Handle surrogate pair.
16010         (utf-16be-encode-loop): Likewise.
16011         (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
16012         of utf-16le-encode-loop.
16013         (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
16014         of utf-16be-encode-loop.
16015         (mule-utf-16-post-read-conversion):
16016         Call utf-8-post-read-conversion at first.
16017         (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
16018         Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
16019         Add post-read-conversion and pre-write-conversion.
16021         * international/utf-8.el (utf-translate-cjk-charsets): New variable.
16022         (utf-translate-cjk-unicode-range): New variable.
16023         (utf-translate-cjk-load-tables): New function.
16024         (utf-lookup-subst-table-for-decode): New function.
16025         (utf-lookup-subst-table-for-encode): New function.
16026         (utf-translate-cjk-mode): Init-value changed to t.  Don't load
16027         tables here.  Update safe-charsets of utf-* coding systems.
16028         (ccl-mule-utf-untrans): New CCL.
16029         (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans.  Use `repeat'
16030         at end of each branch.
16031         (ccl-mule-utf-8-encode-untrans): New CCL.
16032         (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
16033         (ccl-untranslated-to-ucs): Handle 2-byte encoding.  Set r1 to the
16034         length of encoding.  Don't return r0.
16035         (utf-8-compose): New arg hash-table.  Handle 2-byte encoding.
16036         (utf-8-post-read-conversion): Narrow to region properly.
16037         If utf-translate-cjk-mode is on, load tables if necessary.
16038         Call utf-8-compose with hash-table arg if necessary.
16039         Call XXX-compose-region instead of XXX-post-read-conversion.
16040         (utf-8-pre-write-conversion): New function.
16041         (mule-utf-8): Include CJK charsets in safe-charsets if
16042         utf-translate-cjk-mode is on.  Add pre-write-conversion.
16044         * international/characters.el: Temporarily set
16045         utf-translate-cjk-mode to nil.
16047         * language/devan-util.el (devanagari-compose-region):
16048         Add autoload cookie.
16050         * international/ccl.el (ccl-dump-call): Fix printing the
16051         subroutine name.
16053 2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>
16055         * dired.el (dired-revert): If buffer is marked unmodified before
16056         reverting, keep it marked unmodified.
16057         Adapt to new conventions for commenting out code.
16058         (dired-make-relative): Adapt to new conventions for commenting out code.
16060 2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>
16062         * eshell/esh-module.el (eshell-load-defgroups):
16063         Bind `vc-handled-backends' to nil when opening files.
16065 2004-06-11  Juanma Barranquero  <lektu@terra.es>
16067         * files.el (parse-colon-path, cd): Doc fixes (refer to
16068         `path-separator', not colon).
16070 2004-06-10  Juanma Barranquero  <lektu@terra.es>
16072         * newcomment.el (comment-search-forward)
16073         (comment-search-backward): Fix typos in docstring.
16074         (comment-region): Doc fix.
16076 2004-06-10  Luc Teirlinck  <teirllm@auburn.edu>
16078         * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
16079         switch is no longer stored in `dired-switches-alist'.
16081         * dired-aux.el (dired-insert-subdir): Do not store R switch in
16082         `dired-switches-alist'.
16084 2004-06-10  Kim F. Storm  <storm@cua.dk>
16086         * pcvs.el (cvs-mode-diff-yesterday): New command.
16088         * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
16090 2004-06-10  Juri Linkov  <juri@jurta.org>
16092         * emacs-lisp/edebug.el (edebug-eval-defun):
16093         * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
16094         Fix docstring.
16096         * simple.el (eval-expression-print-format): Don't print additional
16097         information on the first call to `eval-print-last-sexp'.
16098         (next-error-find-buffer): Fix punctuation.
16099         (killing) <defgroup>: Fix punctuation.
16100         (yank-excluded-properties): Change group from editing to killing.
16102         * replace.el (perform-replace): Use `limit' to terminate the
16103         while-loop explicitly.
16105 2004-06-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16107         * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
16108         Use lc-*.xpm as prefix instead of *-locol.xpm.
16110         * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
16111         * toolbar/lc-help.xpm, toolbar/lc-home.xpm
16112         * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
16113         * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
16114         * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
16115         * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
16116         * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
16117         * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
16118         * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
16119         * toolbar/lc-up_arrow.xpm:
16120         Rename from *-locol.xpm.
16122 2004-06-09  Rajesh Vaidheeswarran  <rv@gnu.org>
16124         * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
16125         include forms like &<str>; as valid url patterns.
16127 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
16129         * dired.el (dired-diff, dired-backup-diff)
16130         (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
16131         (dired-do-chown, dired-do-touch, dired-do-print)
16132         (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
16133         (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
16134         (dired-create-directory, dired-do-copy, dired-do-symlink)
16135         (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
16136         (dired-do-copy-regexp, dired-do-hardlink-regexp)
16137         (dired-do-symlink-regexp, dired-upcase, dired-downcase)
16138         (dired-maybe-insert-subdir, dired-next-subdir)
16139         (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
16140         (dired-kill-subdir, dired-tree-up, dired-tree-down)
16141         (dired-hide-subdir, dired-hide-all, dired-show-file-type)
16142         (dired-run-shell-command, dired-query): Remove redundant,
16143         or incorrect, autoloads.
16145         * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
16146         does not end in a slash.  Add optional argument KILL-ROOT.
16147         Update docstring.
16148         (dired-do-touch, dired-clean-directory, dired-run-shell-command)
16149         (dired-query): Add autoloads.
16151 2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
16153         * progmodes/compile.el (compilation-set-window-height):
16154         Rearrange the save-* functions because a buffer can have several current
16155         point in different windows.
16156         (compilation-error-regexp-alist-alist): Recognize {standard input}
16157         GNU messages (for gcc --pipe) and more kinds of Oracle messages.
16159 2004-06-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16161         * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
16162         * toolbar/help-locol.xpm, toolbar/home-locol.xpm
16163         * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
16164         * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
16165         * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
16166         * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
16167         * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
16168         * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
16169         * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
16170         * toolbar/up_arrow-locol.xpm:
16171         New versions of icons that uses fewer colors.
16173         * toolbar/tool-bar.el (tool-bar-local-item)
16174         (tool-bar-local-item-from-menu): Try to use icons with fewer colors
16175         if display-color-cells is 256 or less.
16177 2004-06-08  Kim F. Storm  <storm@cua.dk>
16179         * wid-edit.el (widget-specify-button): Use hand pointer rather
16180         than mouse-face as visible mouse-over effect.
16182 2004-06-07  Karl Fogel  <kfogel@red-bean.com>
16184         * saveplace.el (save-place-alist-to-file): Bind `print-length'
16185         and `print-level' to nil when writing out `save-place-alist'.
16186         Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
16188 2004-06-07  Juanma Barranquero  <lektu@terra.es>
16190         * completion.el (completion-kill-region): Doc fix.
16192         * format.el (format-insert-annotations)
16193         (format-annotate-location): Doc fixes.
16194         (format-subtract-regions): Make arguments match their use in docstring.
16196         * simple.el (kill-region): Doc fix.
16198         * subr.el (insert-buffer-substring-no-properties)
16199         (insert-buffer-substring-as-yank): Doc fixes.
16201 2004-06-07  Luc Teirlinck  <teirllm@auburn.edu>
16203         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
16204         Update docstring.
16205         (dired-reset-subdir-switches): New function.
16207         * dired.el (dired-undo): Call `dired-build-subdir-alist'.
16208         Limit scope of `buffer-read-only' binding.
16210 2004-06-06  Emilio C. Lopes  <eclig@gmx.net>
16212         * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
16213         eshell-explicit-command-char.
16215 2004-06-06  Juanma Barranquero  <lektu@terra.es>
16217         * help-fns.el (help-argument-name): Inherit from italic face only
16218         if the frame supports it.
16220 2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16222         * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
16223         * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
16224         * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
16225         * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
16226         * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
16227         * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
16228         * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
16229         New conversions from xpm files.
16231         * toolbar/README: New file.
16233 2004-06-06  Richard M. Stallman  <rms@gnu.org>
16235         * isearch.el (isearch-mode-map): Undo previous change.
16237 2004-06-05  Juri Linkov  <juri@jurta.org>
16239         * bindings.el (debug-ignored-errors): Add regexps for history
16240         related messages.  Remove $ from "No further undo information".
16241         Move Ediff's messages to ediff.el.
16243         * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
16245         * cus-edit.el (custom-display): Add `min-colors'.
16247         * custom.el (defface): Add `supports' to docstring.
16249         * help-fns.el (help-argument-name): Add :group 'help.
16251 2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
16253         * find-dired.el (find-ls-subdir-switches): New user option.
16254         (find-dired): No longer call `abbreviate-file-name' on DIR.
16255         Set `dired-subdir-switches' buffer-locally.
16257         * locate.el: Merge the two `Commentary' sections.
16258         (locate-ls-subdir-switches): New user option.
16259         (locate): Update for other changes.
16260         (locate-mode-map): Restore Dired binding for mouse-2.
16261         Bind `locate-mouse-view-file' to M-mouse-2.
16262         Bind `l' to `locate-do-redisplay'.
16263         (locate-main-listing-line-p, locate-do-redisplay): New functions.
16264         (locate-mouse-view-file, locate-tags, locate-find-directory):
16265         Print message if used outside main listing.
16266         (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
16267         Various changes to support inserted subdirectories.
16268         (locate-insert-header): Change header of *Locate* buffer.
16270         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
16271         Change interactive default switches.
16272         (dired-rename-subdir-2): Update `dired-switches-alist'.
16273         (dired-insert-subdir, dired-kill-subdir):
16274         Handle `dired-switches-alist'.  Do not mark buffer modified.
16275         (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
16276         (dired-insert-subdir-doinsert): Omit messages.
16277         Handle `dired-subdir-switches'.
16278         (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
16280         * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
16281         (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
16282         subdirs if -R switch is used for a subdir.
16283         (dired-mode): Set `dired-switches-alist'.
16284         (dired-build-subdir-alist): Only print number of directories in
16285         echo area when invoked interactively.
16287 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
16289         * dired-x.el (dired-omit-mode): Rename from
16290         dired-omit-files-p.  Use define-minor-mode to define it.
16291         (dired-omit-files-p): Add as alias for dired-omit-mode.
16292         (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
16293         dired-mark-omitted.
16294         (dired-mark-omitted): Add.  Bind to M-O.
16296 2004-06-05  Kenichi Handa  <handa@m17n.org>
16298         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
16300 2004-06-05  Juanma Barranquero  <lektu@terra.es>
16302         * help-fns.el (help-argument-name): Reintroduce face.
16303         (help-default-arg-highlight): Use it, now that
16304         `face-differs-from-default-p' can be trusted.
16306 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
16308         * textmodes/table.el: Sentence commands added to Point Motion
16309         group; kill and backward-kill commands added to Extraction group.
16311 2004-06-04  Mario Lang  <mlang@delysid.org>
16313         * battery.el (battery-linux-proc-acpi): `mA' was hardcoded, but some
16314         systems appear to use mW, make the code handle this.  Fix a
16315         division-by-zero bug while at it, and handle kernels with
16316         a slightly different layout in /proc/acpi.
16318 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
16320         * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
16321         because the latter is a CL-ism.  This fixes the bug reported by
16322         Shawn Boyette <mdxi@collapsar.net> in
16323         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
16325 2004-06-04  Miles Bader  <miles@gnu.org>
16327         * faces.el (display-supports-face-attributes-p): Function moved to
16328         C code.  Previously only the tty-related portion of this function
16329         was done in C; however the previous attempt to do a halfway-proper
16330         job for non-tty displays in lisp didn't work properly because of
16331         funny conditions during Emacs startup.
16332         (face-differs-from-default-p): Simplify, now that
16333         display-supports-face-attributes-p works properly on all display
16334         types.  Remove :stipple from comparison; it doesn't really work
16335         in emacs anyway.
16337 2004-06-04  Miles Bader  <miles@gnu.org>
16339         * faces.el (face-differs-from-default-p): Use a different
16340         implementation, so we can really check whether FACE displays
16341         differently or not.
16343 2004-06-04  Miles Bader  <miles@gnu.org>
16345         * faces.el (display-supports-face-attributes-p): Implement a
16346         `different from default' check for non-tty displays.
16348 2004-06-03  David Kastrup  <dak@gnu.org>
16350         * woman.el (woman-mapcan): More concise code.
16351         (woman-topic-all-completions, woman-topic-all-completions-1)
16352         (woman-topic-all-completions-merge): Replace by a simpler and
16353         much faster implementation based on O(n log n) sort/merge instead
16354         of the old O(n^2) behavior.
16356 2004-06-03  Miles Bader  <miles@gnu.org>
16358         * subr.el (read-number): Use canonical format for default in prompt.
16360         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
16361         Add regexp for " [...]" style defaults.
16363 2004-06-02  Romain Francoise  <romain@orebokech.com>
16365         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
16366         groups: if the user asks for a hidden buffer, open the
16367         corresponding filter group to expose it.
16369         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
16370         `ibuffer-jump-to-buffer'.
16371         (ibuffer-jump-offer-only-visible-buffers): New user option.
16373 2004-06-02  Juanma Barranquero  <lektu@terra.es>
16375         * faces.el (frame-update-faces): Add empty docstring so the one
16376         for `ignore' doesn't show through.
16378         * subr.el (process-kill-without-query): Remove spurious "\n" on
16379         obsolescence string.
16380         (focus-frame, unfocus-frame): Add obsolescence declaration and
16381         empty docstring.
16383         * international/mule.el (register-char-codings): Make alias for
16384         `ignore'.  Move docstring to obsolescence info and remove redundancy.
16386 2004-06-02  Kim F. Storm  <storm@cua.dk>
16388         * frame.el (blink-cursor-start): Turn cursor off initially so blink
16389         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
16391 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16393         * comint.el (comint-replace-by-expanded-history-before-point):
16394         Obey `start' as the docstring says.
16395         (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
16396         (comint-update-fence): Prevent font-lock from running unnecessarily.
16397         (comint-dynamic-list-completions): Use with-current-buffer.
16399 2004-06-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16401         * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
16402         (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
16403         (bibtex-entry-update): Handle alternatives and optional fields.
16404         (bibtex-parse-entry): Bugfix, handle empty key.
16406 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
16408         * vc-arch.el (vc-arch-state): Don't assume the file exists.
16410 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
16412         * desktop.el (desktop-save): Don't save minor modes without a
16413         known mode initialization function.
16415 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
16417         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
16419         * autorevert.el: Update `Commentary' section.
16421 2004-05-30  Juanma Barranquero  <lektu@terra.es>
16423         * dos-fns.el (convert-standard-filename):
16424         * files.el (convert-standard-filename):
16425         * w32-fns.el (convert-standard-filename):
16426         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
16428 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
16430         Sync with Tramp.
16432         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
16433         (tramp-let-maybe): Move to an earlier spot in the file.
16434         Patch by Andreas Schwab.
16436 2004-05-30  Andreas Schwab  <schwab@suse.de>
16438         * dired.el (dired-get-filename): Don't use dired-re-dot.
16440 2004-05-30  Richard M. Stallman  <rms@gnu.org>
16442         * files.el (find-file): Doc fix.
16444         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
16446 2004-05-30  Nick Roberts  <nickrob@gnu.org>
16448         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
16449         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
16450         modeline of the locals buffer.
16451         (gdb-goto-breakpoint): Handle gdbmi.
16452         (gdb-get-frame-number): Change for gdbmi.
16454 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
16456         * files.el (file-remote-p): Apply file name handler for operation
16457         `file-remote-p'.  It isn't a property any longer.
16458         (file-relative-name): `fh' and `fd' get the required value via
16459         `find-file-name-handler' already.
16461         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
16462         (top): Remove setting of `file-remote-p' property for
16463         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
16465 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
16467         Version 2.0.41 of Tramp released.
16469         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
16470         Throw away if process has died.
16471         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
16472         (tramp-out-of-band-prompt-regexp): Rename to
16473         `tramp-process-alive-regexp', because its usage is widen.
16474         (tramp-actions-copy-out-of-band): Apply it.
16475         (tramp-actions-before-shell, tramp-multi-actions):
16476         Add `tramp-action-process-alive' action.
16477         (tramp-action-process-alive): New defun.
16478         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
16479         Add entry for `file-remote-p'.
16480         (tramp-handle-file-remote-p): New defun.
16481         (top): Remove setting of `file-remote-p'.  Don't set
16482         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
16484         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
16485         `file-remote-p'.
16487         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
16488         counted for (last) line.  [They should or they shouldn't?  --Stef]
16489         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
16491 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
16493         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
16494         not really necessary but seems to keep the shell history smaller
16495         in some cases.  It is no substitute for setting HISTFILE and
16496         HISTSIZE from tramp-open-connection-setup-interactive-shell,
16497         though.  Suggested by Luc Teirlinck.
16498         (tramp-open-connection-setup-interactive-shell): Export variables
16499         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
16500         (tramp-set-process-query-on-exit-flag): New compat function.
16501         (tramp-open-connection-multi, tramp-open-connection-su)
16502         (tramp-open-connection-rsh, tramp-open-connection-telnet)
16503         (tramp-do-copy-or-rename-file-out-of-band): Use it.
16504         (tramp-let-maybe): New macro, let-binds a variable only if it
16505         isn't obsolete.
16506         (tramp-check-ls-commands, tramp-handle-expand-file-name)
16507         (tramp-handle-file-truename): Use it.
16508         (tramp-completion-file-name-regexp-unified): Avoid matching
16509         filenames starting with "/:" -- those are reserved for
16510         file-name-non-special.
16512         * tramp-smb.el (tramp-smb-open-connection):
16513         Use tramp-set-process-query-on-exit-flag compat function.
16515 2004-05-29  Richard M. Stallman  <rms@gnu.org>
16517         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
16519         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
16520         (eval-last-sexp-print-value): Print char equivalent regardless
16521         of standard-output value.
16523         * thumbs.el (thumbs-subst-char-in-string): Delete.
16524         (thumbs-thumbname): Use subst-char-in-string.
16525         (thumbs-resize-image): Use condition-case, not ignore-errors.
16526         (thumbs-kill-buffer): Likewise.
16528         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
16529         (thumbs-mode): Make buffer read-only.
16530         (thumbs-make-thumb): Unconditionally accept an existing file.
16531         (thumbs-insert-thumb): Add thumb-image-file property to the image.
16532         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
16533         (thumbs-show-thumbs-list): Error if images not supported.
16534         (thumbs-save-current-image): Improve prompt string.
16535         (thumbs-mode-map): Define u, R, x.
16536         (thumbs-unmark): New command.
16537         (thumbs-emboss-image): Minor cleanup.
16538         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
16539         (thumbs-rename-images): New command.
16540         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
16542         * thumbs.el (thumbs-current-image): New function.
16543         (thumbs-file-list, thumbs-file-alist): New functions.
16544         (thumbs-find-image): Delete arg L.
16545         Don't set up thumbs-fileL as buffer-local global var.
16546         (thumbs-find-image-at-point): Use thumbs-current-image.
16547         (thumbs-set-image-at-point-to-root-window): Likewise.
16548         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
16549         Record and warn about errors.  Update thumbs-markedL for deletions.
16550         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
16551         (thumbs-redraw-buffer): Use thumbs-file-list.
16552         (thumbs-mark): Use thumbs-current-image.
16553         (thumbs-show-name): Use thumbs-current-image.
16555         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
16556         and imenu--last-menubar-index-alist.
16558         * subr.el (with-selected-window): Undo previous change.
16560 2004-05-29  John Paul Wallington  <jpw@gnu.org>
16562         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
16563         (thumbs-mouse-find-image): New command.
16564         (thumbs-mode-map): Bind it to mouse-2.
16565         (thumbs-mode): Make mode-class special.
16566         (thumbs-view-image-mode): Likewise.
16568 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
16570         * flymake.el: New file.
16572 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
16574         * files.el (find-file-noselect-1): Do not bind
16575         `inhibit-read-only' to t during execution of
16576         `find-file-not-found-functions'.
16578 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16580         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
16581         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
16583 2004-05-28  Juri Linkov  <juri@jurta.org>
16585         * simple.el (eval-expression-print-format): New fun.
16587         * simple.el (eval-expression):
16588         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
16589         * emacs-lisp/edebug.el (edebug-compute-previous-result)
16590         (edebug-eval-expression): Print additionally the value returned by
16591         `eval-expression-print-format'.
16593         * emacs-lisp/lisp.el (insert-pair-alist): New var.
16594         (insert-pair): Make arguments optional.  Find character pair
16595         from `insert-pair-alist' according to the last input event.
16596         (insert-parentheses): Make arguments optional.
16597         (raise-sexp, delete-pair): New funs.
16599         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
16600         (emacs-lisp-mode-map, lisp-interaction-mode-map):
16601         Bind C-M-q to `indent-pp-sexp'.
16603         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
16604         `pp-to-string' modified to be able to format text with newlines.
16605         (pp-to-string): Move the buffer-formatting part of the code to
16606         `pp-buffer'.  Call `pp-buffer'.
16608         * info.el (Info-desktop-buffer-misc-data): Don't save information
16609         about virtual files.
16610         (Info-restore-desktop-buffer): Restore Info buffers in prepared
16611         buffers with names obtained from the desktop file instead of the
16612         default *info* buffer.
16614 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16616         * subr.el (with-selected-window): Only save/restore the selected window.
16618         * progmodes/compile.el (compilation-error-regexp-alist):
16619         Use expand-file-name and data-directory.
16621         * progmodes/grep.el (grep-tree): Rework previous fix.
16623         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
16624         after the user marked text with the mouse.
16626         * startup.el (command-line): Keep the first regexp of
16627         auto-save-file-name-transforms intact.
16629 2004-05-28  Juanma Barranquero  <lektu@terra.es>
16631         * cus-edit.el (customize-face, customize-face-other-window)
16632         (custom-face-edit-delete): Make arguments match their use in
16633         docstring.
16634         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
16635         docstring.
16637         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
16638         not `cvs-butlast'.
16640         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
16641         `nbutlast' are in subr.el).
16643         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
16644         (set-w32-system-coding-system): Doc fixes.
16646         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
16647         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
16648         Make arguments match their use in docstring.
16649         (artist-draw-region-trim-line-endings)
16650         (artist-mouse-choose-operation): Fix typo in docstring.
16651         (artist-key-set-point-common): Doc fix.
16653 2004-05-28  Simon Josefsson  <jas@extundo.com>
16655         * mail/smtpmail.el (smtpmail-open-stream):
16656         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
16658 2004-05-26  Simon Josefsson  <jas@extundo.com>
16660         * starttls.el: Merge with my GNUTLS based starttls.el.
16661         (starttls-gnutls-program, starttls-use-gnutls)
16662         (starttls-extra-arguments, starttls-process-connection-type)
16663         (starttls-connect, starttls-failure, starttls-success): New variables.
16664         (starttls-program, starttls-extra-args): Doc fix.
16665         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
16666         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
16667         and pass on to corresponding *-gnutls function if it is set.
16669 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
16671         * autorevert.el (auto-revert-handler): Disable auto-reverting of
16672         remote files.
16674 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
16676         * files.el (file-name-non-special): There are more operations
16677         which need handling: `find-backup-file-name',
16678         `insert-file-contents', `verify-visited-file-modtime',
16679         `write-region'.  Rename t value of method to `add'.  Add new
16680         methods `quote' and `unquote-then-quote' to file-arg-indices.
16682 2004-05-25  Juri Linkov  <juri@jurta.org>
16684         * info.el (Info-toc): Call Info-mode on intermediate buffer.
16685         (Info-index-nodes): Enclose code in condition-case to catch errors.
16686         (Info-index-node): Don't search all index nodes if request is only
16687         for the current node and file is not in the cache of index nodes.
16688         (Info-mode-map): Bind Info-copy-current-node-name to `w'
16689         for consistency with dired-copy-filename-as-kill.
16690         Bind `S' to Info-search-case-sensitively.
16691         (Info-copy-current-node-name): New arg.  With zero prefix arg put
16692         the name inside a function call to `info'.  Display copied text in
16693         the echo area.
16695 2004-05-25  Sam Steingold  <sds@gnu.org>
16697         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
16698         strip the package prefix from the symbol name, if any.
16699         Make it the `find-tag-default-function' for `lisp-mode'.
16701 2004-05-25  John Paul Wallington  <jpw@gnu.org>
16703         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
16704         instead of obsolete `process-kill-without-query'.
16706         * textmodes/texinfmt.el (texinfo-indexvar-alist):
16707         Declare as variable, not constant.
16709 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
16711         * files.el (find-file-noselect-1): Fix bug introduced by
16712         Revision 1.694.  As a side effect, `inhibit-read-only'
16713         is again, by default, t during execution of
16714         `find-file-not-found-functions'.
16715         (insert-directory): Check that lines were really inserted by
16716         the --dired switch, before erasing them.
16718 2004-05-24  Nick Roberts  <nickrob@gnu.org>
16720         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
16721         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
16722         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
16723         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
16724         gud-minor-mode (gdbmi).
16726 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
16728         * net/browse-url.el (browse-url-interactive-arg): Enable user to
16729         explicitly select the text to be taken as URL.
16731 2004-05-23  Juri Linkov  <juri@jurta.org>
16733         * info.el (Info-index-nodes): New var and fun.
16734         (Info-goto-index, Info-index, info-apropos)
16735         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
16736         (Info-index): Fix docstring.  Store and restore Info-history-list.
16737         (Info-complete-nodes): New var.
16738         (Info-complete-menu-item): Use it.
16739         (Info-index-node): New fun.
16740         (Info-final-node, Info-forward-node, Info-backward-node)
16741         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
16742         Use Info-index-node.
16743         (Info-extract-menu-item, Info-extract-menu-counting): Set second
16744         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
16745         (Info-find-node-2): If a node with period in its name not found,
16746         try to find a node without the name part after period.
16747         (Info-select-node): Call Info-fontify-node only if
16748         Info-fontify-maximum-menu-size is not nil.
16749         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
16750         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
16751         Preserve Info-history-list.
16752         (Info-toc): Set Info-current-file.
16753         (Info-build-toc): Move point to the beginning of the buffer.
16754         Add main-file variable.
16755         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
16756         Use backslashed representation of the control character ^_.
16758         * textmodes/texinfmt.el (texinfo-print-index): Print index line
16759         numbers in the new Texinfo 4.7 format.
16761         * add-log.el (change-log-font-lock-keywords): Remove `:' from
16762         regexps for function and variable names.
16764         * descr-text.el (describe-property-list): Add [show] button for
16765         `syntax-table' property with action to pp to a separate buffer.
16766         (describe-char): Replace search-forward by re-search-forward with
16767         whitespace regexp after "character:" to not fail in too narrow windows.
16769         * simple.el (next-error-find-buffer): Add a rule to return
16770         next-error capable buffer if one window on the selected frame
16771         displays such buffer.
16773 2004-05-23  Nick Roberts  <nickrob@gnu.org>
16775         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
16776         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
16777         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
16778         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
16779         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
16780         Handle new value for gud-minor-mode (gdbmi).
16781         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
16782         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
16783         Change from local to global gdb variable set.
16784         (gdb-ann3): Initialize above gdb variable set.
16785         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
16786         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
16787         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
16788         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
16789         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
16790         (gdb-info-locals-handler, gdb-invalidate-assembler)
16791         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
16792         set as global variables.
16793         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
16794         Handle gdbmi.
16795         (gdb-info-breakpoints-custom): Fix regexp.
16796         (def-gdb-var): Delete.
16798         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
16799         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
16800         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
16801         a new mode.  The file (gdb-mi.el) for this mode will be included
16802         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
16803         primary interface.
16805 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
16807         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
16808         interpreted as a directory.
16810 2004-05-22  Richard M. Stallman  <rms@gnu.org>
16812         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
16813         as a close quote.
16815         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
16817         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
16818         Use assoc-string, not assoc-ignore-case.
16820         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
16822         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
16823         If moving back then fwd gets a defun that ends before point,
16824         try again moving fwd then back.
16826         * files.el (file-name-non-special): Allow t in file-arg-indices
16827         to mean requote the return value.  Use `identity' as an element
16828         rather than as the whole value.
16830         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
16832 2004-05-22  Juanma Barranquero  <lektu@terra.es>
16834         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
16835         `help-make-usage'.
16836         (help-highlight-arguments): Skip function name before searching
16837         for arguments.
16839 2004-05-21  Juanma Barranquero  <lektu@terra.es>
16841         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
16842         Don't mention in the docstring these arguments meant for
16843         internal (recursive) use only.
16844         (allout-char-spec): Comment out (it's not implemented).
16845         (allout-old-expose-topic, allout-exposure): Fix docstring and add
16846         obsolescence declaration.
16847         (allout-flatten-exposed-to-buffer)
16848         (allout-indented-exposed-to-buffer): Fix typos in docstring.
16849         (my-mark-marker): Doc fix.
16850         (produce-allout-mode-map, allout-sibling-index)
16851         (allout-isearch-expose, allout-distinctive-bullet)
16852         (allout-open-topic, allout-reindent-body)
16853         (allout-rebullet-heading, allout-process-exposed)
16854         (allout-insert-listified, allout-latex-verb-quote)
16855         (allout-insert-latex-header, allout-insert-latex-trailer):
16856         Make arguments match their use in docstring.
16857         (allout-primary-bullet, allout-old-style-prefixes)
16858         (allout-inhibit-protection, allout-init, allout-mode)
16859         (allout-before-change-protect, allout-flag-region):
16860         Use "Emacs" instead of "emacs" in docstrings.
16862 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
16864         * international/characters.el: Modify syntax of more characters.
16866 2004-05-21  Masatake YAMATO  <jet@gyve.org>
16868         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
16869         (etags-tags-completion-table): Show parsing progress.
16871 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
16873         * locate.el (locate-prompt-for-command): Shorten first line of
16874         docstring.
16875         (locate-mode): Expand docstring and include keymap summary.
16877         * files.el (find-file-noselect-1): Limit the scope of the
16878         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
16879         is, by default, nil during the execution of
16880         `find-file-not-found-functions' and `find-file-hook'.
16882 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
16884         * facemenu.el (facemenu-color-name-equal): New function.
16885         (list-colors-display): Use it to compare colors instead of
16886         facemenu-color-equal.
16888 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
16890         * compare-w.el (compare-windows-face): Use min-colors instead of
16891         checking for tty or pc types.
16893 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16895         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
16896         (completion-setup-function): Use with-current-buffer.
16897         Properly save excursion.  Simplify.
16898         Don't assume there is necessarily a `mouse-face' property somewhere.
16900         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
16902         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
16904         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
16905         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
16906         Use with-current-buffer.
16907         (byte-goto-log-buffer): Delete.
16908         (byte-compile-log-file): Call compilation-forget-errors.
16910 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
16912         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
16913         output messages into the search result.
16915 2004-05-19  Masatake YAMATO  <jet@gyve.org>
16917         * wid-edit.el (widget-radio-button-notify): Revert my last
16918         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
16920 2004-05-19  Kenichi Handa  <handa@m17n.org>
16922         * international/characters.el: Fix syntax (open/close) of CJK chars.
16924 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
16926         * help-mode.el (help-go-back): Don't depend on position of back button.
16928 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16930         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
16931         files don't contain an accidental additional /.
16933         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
16934         in source buffer.
16936 2004-05-18  Masatake YAMATO  <jet@gyve.org>
16938         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
16939         to widget-apply.  :action method assumes 2 arguments, not 3.
16941 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
16943         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
16944         New constants.
16945         (hs-special-modes-alist): Add an f90-mode entry.
16947 2004-05-17  Sam Steingold  <sds@gnu.org>
16949         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
16950         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
16952 2004-05-16  Kim F. Storm  <storm@cua.dk>
16954         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
16956 2004-05-15  John Wiegley  <johnw@newartisans.com>
16958         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
16959         (eshell-output-object-to-target): Improve output speed 20% by not
16960         calling `eshell-stringify' if something is already known to be a string.
16962 2004-05-15  Alex Ott  <ott@jet.msk.su>
16964         * textmodes/ispell.el (ispell-local-dictionary-alist):
16965         Add windows-1251 to the choice of coding systems.
16966         (ispell-dictionary-alist-6): Add support for "russianw.aff",
16967         encoded in cp1251.
16969 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
16971         * progmodes/compile.el (compilation-warning-face)
16972         (compilation-info-face): Use min-colors.
16974 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16976         * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
16977         * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
16978         * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
16979         * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
16980         * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
16981         * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
16982         * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
16983         * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
16984         * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
16985         * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
16986         * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
16987         * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
16988         * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
16989         * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
16991 2004-05-15  Kim F. Storm  <storm@cua.dk>
16993         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
16994         Use it to set triggered-p element of timer.
16995         (timer-event-handler): Set triggered-p element non-nil while running
16996         the timer function.
16998 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17000         * descr-text.el (describe-char-unicode-data)
17001         (describe-char-unicodedata-file): Re-enable the unicode code now that
17002         the licensing issues have been cleared in the unicode-4 license.
17003         (describe-text-properties-1): Remove unused `overlay' var.
17004         (describe-char): Remove unused var `buffer'.
17006 2004-05-14  David Ponce  <david@dponce.com>
17008         * tree-widget.el: New file.
17010 2004-05-13  Marcelo Toledo  <marcelo@gnu.org>
17012         * language/european.el ("Brazilian Portuguese"): Add support for
17013         Brazilian Portuguese.
17015 2004-05-13  John Wiegley  <johnw@newartisans.com>
17017         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
17018         `recentf-mode' if this variable has been customized to t.
17020         * eshell/esh-test.el (eshell-test): Call the function
17021         `emacs-version' rather than trying to build a custom version string.
17023 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17025         * net/telnet.el (telnet-mode): Use define-derived-mode.
17026         Don't modify the global value of comint-prompt-regexp.
17028 2004-05-13  John Paul Wallington  <jpw@gnu.org>
17030         * version.el (emacs-version): Check for `gtk' feature before
17031         `x-toolkit' feature.
17033 2004-05-13  Juanma Barranquero  <lektu@terra.es>
17035         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
17036         arguments in the docstring, they're used only in recursive calls.
17038         * help-fns.el (help-arg-highlighting-function)
17039         (help-argument-name): Delete.
17040         (help-default-arg-highlight): New function.
17041         (help-do-arg-highlighting): Use it.
17043 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
17045         * calendar/appt.el (appt-disp-window):
17046         Use `calendar-set-mode-line' for a centered mode-line.
17048 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
17050         * calendar/appt.el (appt-disp-window): Do not split window
17051         excessively when `split-height-threshold' is low.
17053 2004-05-12  Nick Roberts  <nickrob@gnu.org>
17055         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
17056         kill-buffer-hook here and make it local.
17057         (gud-kill-buffer-hook): Use kill-process for a sure kill.
17059 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
17061         * progmodes/compile.el (compilation-set-window-height):
17062         Use save-excursion to protect against misplaced marker.
17064 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17066         * custom.el (defface): Document that type can have value gtk.
17068         * faces.el (face-spec-set-match-display): Handle type gtk in display.
17070 2004-05-12  Kenichi Handa  <handa@m17n.org>
17072         * descr-text.el: Require quail at compile time.
17073         (describe-char): If an input method is on and it supports the
17074         character, show how to input it.
17076         * international/quail.el (quail-install-decode-map): Accept a
17077         char-table whose subtype is `quail-decode-map'.
17078         (quail-store-decode-map-key, quail-gen-decode-map1)
17079         (quail-gen-decode-map, quail-find-key1, quail-find-key)
17080         (quail-show-key): New functions.
17082 2004-05-12  Juanma Barranquero  <lektu@terra.es>
17084         * generic.el (define-generic-mode): Remove redundant arglist info.
17086         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
17087         Make arguments match their use in docstring.
17088         (help-arg-highlighting-function): New variable.
17089         (help-argument-name): Mention it in the docstring.
17090         (help-do-arg-highlight): Use it.  Expand regexp to accept also
17091         ARG-xxx and xxx-ARG references.
17093 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
17095         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
17096         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
17097         and "mailto:addr1?to=addr2" equal.
17099 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
17101         * man.el (Man-getpage-in-background): Use shell-file-name
17102         and shell-command-switch variables instead of hard-coded values.
17104 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
17106         * iimage.el: New file.
17108 2004-05-11  Juanma Barranquero  <lektu@terra.es>
17110         * custom.el (custom-initialize-default, defcustom):
17111         Fix typo in docstring.
17113         * files.el (set-visited-file-name, file-expand-wildcards):
17114         Fix docstring.
17116 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17118         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
17120         * subr.el (eventp): Be more discriminating with integers.
17122 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
17124         * progmodes/compile.el (compile): Add universal prefix arg.
17125         (compilation-error-regexp-alist-alist): Add edg patterns.
17127 2004-05-10  Sam Steingold  <sds@gnu.org>
17129         * textmodes/ispell.el (ispell-message):
17130         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
17132 2004-05-10  Dave Love  <fx@gnu.org>
17134         * progmodes/python.el (help-buffer): Autoload when compiling.
17135         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
17136         (run-python): Prepend to any existing PYTHONPATH.
17138 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
17140         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
17141         for pending breakpoints.
17143 2004-05-10  Richard M. Stallman  <rms@gnu.org>
17145         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
17146         directly without calling any functions in Rmail.
17147         (unrmail-unprune): Function deleted.
17149 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17151         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
17152         C-c C-z binding.
17154 2004-05-10  Kenichi Handa  <handa@m17n.org>
17156         * descr-text.el (describe-char): Fix previous change.  Don't make
17157         a unibyte character to multibyte in the *Help* buffer.
17159 2004-05-10  Miles Bader  <miles@gnu.org>
17161         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
17162         buffer an error if the debugger process is actually running.
17164 2004-05-10  Juanma Barranquero  <lektu@terra.es>
17166         * help-fns.el (help-argument-name): Default to italic.
17167         (help-highlight-arguments): Return always (usage . doc), even when
17168         usage is nil.
17170         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
17171         (define-ibuffer-filter): Add usage info.
17172         (define-ibuffer-op): Add usage info (but CL-style defaults for
17173         keyword args are not shown).
17175         * subr.el (remove-overlays, read-passwd): Fix docstring.
17176         (start-process-shell-command): Fix docstring.  Put usage info in a
17177         format usable by `describe-function'.
17178         (open-network-stream, open-network-stream-nowait)
17179         (open-network-stream-server): Fix docstring.
17181 2004-05-09  Jason Rumney  <jasonr@gnu.org>
17183         * international/code-pages (cp932, cp936, cp949, c950): Remove.
17184         Only define cp125* if windows-125* is already defined.
17186         * language/korean.el (cp949): Add alias.
17188         * language/chinese.el (cp936, cp950): Add aliases.
17190         * language/japanese.el (cp932): Add alias.
17192         * term/w32-win.el: Require code-pages.
17194         * international/mule-cmds.el (set-locale-environment):
17195         On MS-Windows use ansi code-page for default coding-systems.
17196         Set up paper sizes for Windows 3 letter languages.
17198         * international/code-pages.el (cp932, cp936, cp949, cp950):
17199         Add aliases.  Also add cp125* if not already defined.
17201 2004-05-09  Juanma Barranquero  <lektu@terra.es>
17203         * help-fns.el (help-highlight-arguments): Don't try to highlight
17204         missing or autoloaded arglists.  Accept structured arguments, like
17205         the first ones of `do' and `flet'.
17207         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
17208         (cvs-get-marked): Remove redundant arglist info.
17210         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
17211         Don't use CL-style default args.
17213 2004-05-08  Andreas Schwab  <schwab@suse.de>
17215         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
17217         * international/subst-ksc.el: Fix references to utf-translate-cjk
17218         into utf-translate-cjk-mode.
17219         * international/subst-big5.el: Likewise.
17220         * international/subst-gb2312.el: Likewise.
17221         * international/subst-jis.el: Likewise.
17222         * international/utf-16.el: Likewise.
17223         * international/utf-8.el: Likewise.
17225 2004-05-08  John Wiegley  <johnw@newartisans.com>
17227         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
17228         "virtual buffers" (off by default), which makes it possible to
17229         switch to the "virtual" buffers of recently visited files.  When a
17230         buffer name search fails, and this option is on, iswitchb will
17231         look at the list of recently visited files, and permit matching
17232         against those names.  When the user hits RET on a match, it will
17233         revisit that file.
17234         (iswitchb-read-buffer): Add two optional arguments, which makes
17235         isearchb.el possible.
17236         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
17237         (iswitchb-next-match): Add support for virtual buffers.
17239         * isearchb.el: This module extends iswitchb to provide "as you
17240         type" buffer selection.
17242         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
17243         Ignore the read-only property when flyspell highlighting is on.
17244         Not ignoring it leads to a series of confusing errors.
17245         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
17246         but also make sure to call flyspell-incorrect-hook.
17247         (flyspell-maybe-correct-transposition): Perform transposition test
17248         by bit twiddling a string, rather than using a temp buffer.
17249         (flyspell-maybe-correct-doubling): Use a string rather than a temp
17250         buffer.  This is also the original version of the code, which
17251         could not be checked in before due to a previous lack of
17252         assignment papers.  This version has seen heavy usage on my system
17253         for several years now.
17255         * calendar/cal-bahai.el: New file, which adds support for the
17256         Baha'i calendar to Emacs.  This calendar is based on a solar year
17257         of 19 months of 19 days, with 4 intercalary days.  Each year
17258         begins on March 21, with the calendar starting in 1844.
17260         * calendar/cal-menu.el, calendar/calendar.el
17261         * calendar/diary-lib.el, calendar/holidays.el:
17262         Added support for using cal-bahai.el.
17264         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
17265         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
17266         function can be used outside of eshell buffers.
17267         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
17269 2004-05-08  Juanma Barranquero  <lektu@terra.es>
17271         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
17272         word constituent so FOO-ARG is not recognized as an arg.
17273         (help-highlight-arguments): Don't skip lists in mandatory arguments.
17275         * simple.el (next-error): Fix typo in docstring.
17276         (open-line): Make argument names match their use in docstring.
17277         (split-line): Fix docstring.
17279         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
17280         usable by `describe-function'.
17281         (gensym, gentemp, typep, ignore-errors): Make argument names match
17282         their use in docstring.
17284         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
17285         argument to `help-setup-xref'.
17287 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
17289         Version 2.0.40 of Tramp released.
17291         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
17292         Use symbol-function to invoke functions only known on some Emacs
17293         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
17294         Scaldeferri <kevin@scaldeferri.com>.
17295         (tramp-do-copy-or-rename-file-via-buffer): Rename from
17296         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
17297         consistent with the other tramp-do-* functions.
17298         (tramp-do-copy-or-rename-file): Calls adjusted.
17299         (tramp-process-initial-commands): Avoid liveness check on shell --
17300         we know that it must be alive since we're opening a connection at
17301         this moment.
17302         (tramp-last-cmd): New internal variable.
17303         (tramp-process-echoes): New tunable.
17304         (tramp-send-command): Set tramp-last-cmd.
17305         (tramp-wait-for-output): Delete echo, if applicable.
17306         (tramp-read-passwd): Construct the key for the password cache in a
17307         way that works for multi methods, too.
17308         (tramp-bug): Add backup-directory-alist and
17309         bkup-backup-directory-info to bug reports, with Tramp counterparts.
17311 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
17313         * net/tramp*.el: Suppress byte-compiler warnings where possible.
17315         * net/tramp.el (tramp-out-of-band-prompt-regexp)
17316         (tramp-actions-copy-out-of-band): New defcustoms.
17317         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
17318         used instead of a synchronous one.  Allows password entering.
17319         (tramp-action-out-of-band): New defun.
17320         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
17321         Remove restriction with password from doc string.
17322         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
17323         `tramp-out-of-band-prompt-regexp',
17324         `tramp-actions-copy-out-of-band', `password-cache' and
17325         `password-cache-expiry'.
17326         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
17327         password caching.
17328         (tramp-touch): FILE can be a local file, too.
17329         (TODO): Remove items done.
17330         (tramp-handle-insert-directory): Properly quote file name also if
17331         not full-directory-p.  Handle wildcard case.  Reported by Andreas
17332         Schwab <schwab@suse.de>.
17333         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
17334         new file.
17335         (tramp-handle-file-local-copy, tramp-handle-write-region):
17336         The permissions of the temporary file are set if filename exists.
17337         Reported by Ted Stern <stern@cray.com>.
17338         (tramp-backup-directory-alist)
17339         (tramp-bkup-backup-directory-info): New defcustoms.
17340         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
17341         (tramp-handle-find-backup-file-name): New function.
17342         Implements Tramp's find-backup-file-name.
17344         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
17345         for `find-backup-file-name'.
17347         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
17348         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
17350 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
17352         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
17354 2004-05-07  Juanma Barranquero  <lektu@terra.es>
17356         * subr.el (lambda): Add arglist description to docstring.
17357         (declare): Fix typo in docstring.
17358         (open-network-stream): Fix docstring.
17359         (process-kill-without-query): Fix docstring and add obsolescence info.
17360         (last, butlast, nbutlast): Make arguments match their use in docstring.
17361         (insert-buffer-substring-no-properties): Likewise.
17362         (insert-buffer-substring-as-yank): Likewise.
17363         (split-string): Fix docstring.
17365         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
17366         Make argument names match their use in docstring.
17368         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
17370 2004-05-06  Nick Roberts  <nickrob@gnu.org>
17372         * progmodes/gdb-ui.el: Improve/extend documentation strings.
17373         Fit first sentence on one line for apropos-command.
17375 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17377         Changes largely merged in from Dave Love's code.
17378         * progmodes/python.el: Doc fixes.
17379         (python-mode-map): Add python-complete-symbol.
17380         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
17381         (python-comment-indent, python-complete-symbol)
17382         (python-symbol-completions, python-partial-symbol)
17383         (python-try-complete): New.
17384         (python-indent-line): Remove optional arg.  Use python-block-end-p.
17385         (python-check): Bind compilation-error-regexp-alist.
17386         (inferior-python-mode): Use rx.  Move keybindings to top level.
17387         Set comint-input-filter.
17388         (python-preoutput-filter): Use rx.
17389         (python-input-filter): Re-introduce.
17390         (python-proc): Start new process if necessary.
17391         Check python-buffer non-nil.
17392         (view-return-to-alist): Defvar.
17393         (python-send-receive): New.
17394         (python-eldoc-function): Use it.
17395         (python-mode-running): Don't defvar.
17396         (python-mode): Set comment-indent-function.
17397         Maybe update hippie-expand-try-functions-list.
17398         (python-indentation-levels): Initialize differently.
17399         (python-block-end-p): New.
17400         (python-indent-line): Use it.
17401         (python-compilation-regexp-alist): Augment.
17402         (run-python): Import `emacs' module to Python rather than loading
17403         code directly.  Set python-buffer differently.
17404         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
17405         Use python-proc.
17406         (python-send-command): Go to end of comint buffer.
17407         (python-load-file): Use python-proc, emacs.eimport.
17408         (python-describe-symbol): Simplify interactive form.
17409         Use emacs.help.  Do use temp-buffer-show-hook.
17410         Call print-help-return-message.
17411         (hippie-exp): Require when compiling.
17412         (python-preoutput-continuation): Use rx.
17414         * diff-mode.el (diff-make-unified): Fix regexp.
17416 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
17418         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
17419         filter groups from the buffer when rebuilding the Ibuffer buffer
17420         and `ibuffer-show-empty-filter-groups' is nil.
17422 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17424         * ps-print.el (ps-print-quote): Call ps-value-string.
17425         (ps-setup): Call ps-comment-string.
17426         (ps-value-string, ps-comment-string): New funs.
17428 2004-05-06  Juanma Barranquero  <lektu@terra.es>
17430         * ehelp.el (electric-help-command-loop): Check whether the last
17431         character is visible, not (point-max).
17433         * help-fns.el (help-argument-name): Default to bold; don't inherit
17434         from font-lock-variable-name-face.
17435         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
17437 2004-05-05  Kenichi Handa  <handa@m17n.org>
17439         * descr-text.el (describe-char): Copy the character with text
17440         properties and overlays into the first line, and call
17441         describe-text-properties on it.
17443 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
17445         * iswitchb.el (iswitchb-global-map): Fix typo.
17446         Remove unwanted ###autoloads from source file.
17448 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
17450         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
17451         in run-hooks.  Use substitute-command-keys in message.
17452         (wdired-abort-changes): Add message.
17454 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
17456         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
17457         (sql-emacs20-p): Remove.
17458         (sql-mode-syntax-table): Use shared GNU Emacs/XEmacs syntax.
17459         (sql-builtin-face, sql-doc-face): Remove.
17460         (sql-mode-ansi-font-lock-keywords)
17461         (sql-mode-oracle-font-lock-keywords)
17462         (sql-mode-postgres-font-lock-keywords)
17463         (sql-mode-linter-font-lock-keywords)
17464         (sql-mode-ms-font-lock-keywords)
17465         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
17466         (sql-product-font-lock): Fix font-lock reset when font rules change.
17467         (sql-highlight-product): Remove incorrect font-lock reset logic.
17469 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
17471         * ses.el (ses-set-parameter): Fix typo.
17473 2004-05-04  Kim F. Storm  <storm@cua.dk>
17475         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
17476         Must expand directory for completion to work; and don't mess with
17477         process-environment.
17478         (ido-read-file-name): If command has ido property, don't use ido
17479         if value is ignore, or read as directory if value is dir.
17480         Set ido ignore property for dired-do-rename command.
17482 2004-05-04  Juanma Barranquero  <lektu@terra.es>
17484         * ehelp.el (electric-help-command-loop, electric-help-undefined)
17485         (electric-help-help): Check against unmapped commands.
17487         * help-fns.el (help-argument-name): New face, inheriting from
17488         font-lock-variable-name-face, to highlight function arguments in
17489         `describe-function' and `describe-key'.
17490         (help-do-arg-highlight): Auxiliary function to highlight a given
17491         list of arguments in a string.
17492         (help-highlight-arguments): Highlight the function arguments and
17493         all uses of them in the docstring.
17494         (describe-function-1): Use it.  Do docstring output via `insert',
17495         not 'princ', so text attributes are preserved.
17497         * winner.el (winner-mode-map): Move `winner-undo' and
17498         `winner-redo' to C-c <left> and C-c <right>, respectively (the
17499         previous bindings conflict with `prev-buffer', `next-buffer').
17501 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17503         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
17504         (bibtex-entry-update): New command bound to C-c C-u.
17505         (bibtex-text-in-string): Fix regexp.
17506         (bibtex-assoc-of-regexp): Remove.
17507         (bibtex-progress-message): Fix docstring.
17508         (bibtex-inside-field): Use if.
17509         (bibtex-assoc-regexp): New function.
17510         (bibtex-format-entry): Make code more robust so that it formats
17511         also old entries.
17512         (bibtex-autokey-demangle-title): Merge with obsolete function
17513         bibtex-assoc-of-regexp.
17514         (bibtex-field-list): New function.
17515         (bibtex-entry): Use bibtex-field-list.
17516         (bibtex-parse-entry): Fix docstring.
17517         (bibtex-print-help-message): Use bibtex-field-list.
17518         (bibtex-make-field): Use bibtex-field-list.
17519         (bibtex-entry-index): Bugfix.  Return crossref key if required.
17520         (bibtex-lessp): Fix docstring.
17522 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
17524         * select.el (xselect-convert-to-string): Move comment to intended line.
17526 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17528         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
17529         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
17531 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17533         * term/x-win.el (x-clipboard-yank): Don't exit on error from
17534         x-get-selection.
17536 2004-05-03  Jason Rumney  <jasonr@gnu.org>
17538         * makefile.nt: Remove.
17540 2004-05-03  Kim F. Storm  <storm@cua.dk>
17542         * emulation/cua-base.el (cua--update-indications): Fix last change.
17543         (cua-mode): Deactivate mark when cua-mode is enabled.
17545 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
17547         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
17549 2004-05-03  Nick Roberts  <nickrob@gnu.org>
17551         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
17552         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
17553         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
17554         window over visible frames.
17555         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
17557 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17559         * progmodes/compile.el (compilation-gcpro): New var.
17560         (compilation-fake-loc): Use it.
17561         (compilation-forget-errors): Reset it.
17563 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
17565         * diff-mode.el (diff-header-face, diff-file-header-face):
17566         Use min-colors.
17568 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17570         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
17571         (bibtex-clean-entry): Disentangle code.
17572         (bibtex-realign): New function.
17573         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
17574         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
17575         Remove undocumented optional arg called-by-convert-alien.
17576         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
17577         for sorting instead of bibtex-sort-buffer.
17579 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
17581         * progmodes/compile.el (compilation-start): In the
17582         no-async-subprocesses branch, call sit-for to give redisplay a
17583         chance to show the updated process status in the mode line, and
17584         fontify the buffer explicitly after the process exits.
17586 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17588         * progmodes/python.el (python-compilation-line-number): Remove.
17589         (python-compilation-regexp-alist): Don't use it any more.
17590         (python-orig-start, python-input-filter): Remove.
17591         (inferior-python-mode): Don't set up comint-input-filter-functions.
17592         (python-send-region): Use compilation-fake-loc.
17594         * progmodes/compile.el (compilation-messages-start): New var.
17595         (compilation-mode): Don't setup next-error-function here.
17596         (compilation-setup): Set it up here instead (for minor modes as well).
17597         Make compilation-messages-start buffer local.
17598         (compilation-next-error-function): Use it.
17599         (compilation-forget-errors): Set compilation-messages-start.
17601 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
17603         * ielm.el (ielm-prompt-read-only): Update docstring.
17605         * comint.el (comint-prompt-read-only): Update docstring.
17606         (comint-update-fence, comint-kill-whole-line)
17607         (comint-kill-region): New functions.
17609         * simple.el (kill-whole-line): Use "p" instead of "P" in
17610         interactive form.
17612 2004-05-01  Juanma Barranquero  <lektu@terra.es>
17614         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
17615         format arglist so default values in CL-style argument lists are
17616         correctly shown.
17618 2004-05-01  Jason Rumney  <jasonr@gnu.org>
17620         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
17622 2004-05-01  Kenichi Handa  <handa@m17n.org>
17624         * international/titdic-cnv.el (miscdic-convert): Don't generate a
17625         quail file if it is up to date.
17627 2004-04-30  Juri Linkov  <juri@jurta.org>
17629         * cus-edit.el (custom-mode-map):
17630         Add key binding `C-x C-s' to `Custom-save'.
17632         * outline.el (outline-blank-line): New var.
17633         (outline-next-preface, outline-show-heading)
17634         (outline-end-of-subtree): Use it.
17636         * dired-aux.el (dired-touch-initial): New fun.
17637         (dired-do-chxxx): Call it for op-symbol `touch'.
17638         (dired-diff): Use `dired-dwim-target-directory'
17639         if current dired buffer has no buffer mark.
17641         * bindings.el (propertized-buffer-identification):
17642         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
17643         Add C-M-arrow keys for consistency.
17645         * files.el (confirm-kill-emacs):
17646         Change group from top-level `emacs' to `convenience'.
17648         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
17649         Push mark on the first call of successive command calls.
17650         (insert-pair): New fun created from `insert-parentheses' with
17651         `open' and `close' arguments added.  Enclose active regions
17652         in paired characters.  Compare adjacent characters syntax with
17653         inserted characters syntax before inserting a space.
17654         (insert-parentheses): Call `insert-pair' with ?\( ?\).
17656         * delsel.el: Don't put `delete-selection' property
17657         on `insert-parentheses' symbol to take advantage of
17658         region handling in `insert-pair' function.
17659         Suggested by Stephan Stahl <stahl@eos.franken.de>.
17661 2004-04-30  Kim F. Storm  <storm@cua.dk>
17663         * emulation/cua-base.el: Add support for changing cursor types;
17664         based on patch from Michael Mauger.
17665         (cua-normal-cursor-color, cua-read-only-cursor-color)
17666         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
17667         Customization cursor type and/or cursor color.
17668         (cua--update-indications): Handle cursor type changes.
17669         (cua-mode): Update cursor indications if enabled.
17671         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
17673         * mouse.el (mouse-drag-copy-region): New defcustom.
17674         (mouse-set-region, mouse-drag-region-1): Use it.
17676         * simple.el (kill-ring-save): If region face background color is
17677         unspecified (if no highlighting), show extent of fully visible
17678         region even if transient-mark-mode is enabled.
17680         * emulation/cua-base.el (cua--standard-movement-commands):
17681         Add cua-scroll-up and cua-scroll-down.
17682         (cua-scroll-up, cua-scroll-down): New commands.
17683         (cua--init-keymaps): Remap scroll-up and scroll-down.
17685         * emulation/cua-rect.el (cua--convert-rectangle-as):
17686         New defmacro.
17687         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
17688         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
17689         New commands (suggested by Jordan Breeding).
17691 2004-04-30  Juanma Barranquero  <lektu@terra.es>
17693         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
17695 2004-04-30  Mario Lang  <mlang@delysid.org>
17697         * diff.el (diff-switches): Fix typo in docstring.
17699 2004-04-30  Alex Schroeder  <alex@gnu.org>
17701         * xml.el (xml-debug-print-internal): Don't add newline and
17702         indentation to text nodes and write empty elements as empty tags
17703         instead of opening and closing tags.
17704         (xml-debug-print): Take optional indent-string argument.
17705         (xml-print): Alias for xml-debug-print.
17707 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
17709         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
17710         than duplicate call to `line-beginning-position'.
17712         * progmodes/f90.el (f90-get-present-comment-type):
17713         Return whitespace, as well as comment chars, for consistent filling
17714         of comment blocks.  Use `match-string-no-properties'.
17715         (f90-break-line): Trim trailing whitespace when filling comments.
17717 2004-04-30  Dave Love  <fx@gnu.org>
17719         * calendar/diary-lib.el (diary-outlook-formats): New variable.
17720         (diary-from-outlook-internal, diary-from-outlook)
17721         (diary-from-outlook-gnus, diary-from-outlook-rmail):
17722         New functions to import diary entries from Outlook-format
17723         appointments in mail messages.
17725 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17727         * progmodes/python.el (python-send-command): New fun.
17728         (python-send-region, python-load-file): Use it.
17730         * progmodes/compile.el (compilation-last-buffer): Add var alias.
17732         * help-fns.el (help-C-file-name): Use new subr-name.
17733         Prepend `src/' to the file name.
17734         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
17735         (describe-function-1, describe-variable): Only find a C source file
17736         name if DOC is already loaded.
17738         * help-mode.el (help-function-def, help-variable-def):
17739         Use the new find-function-search-for-symbol functionality.
17740         Allow FILE to be `C-source'.
17742         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
17743         (find-function-C-source): New fun.
17744         (find-function-search-for-symbol): Use it.
17746 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
17748         * progmodes/sql.el (sql-product-alist): Rename variable
17749         `sql-product-support'.  Add Postgres login parameters.
17750         (sql-set-product, sql-product-feature): Update with renamed variable.
17751         (sql-connect-postgres): Add username prompt.
17752         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
17753         Make patterns less product specific.
17754         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
17755         (sql-mode-abbrev-table): Modify initialization.
17756         (sql-builtin-face): Add variable.
17757         (sql-keywords-re): Add macro.
17758         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
17759         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
17760         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
17761         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
17762         (sql-mode-linter-font-lock-keywords)
17763         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
17764         (sql-mode-sybase-font-lock-keywords)
17765         (sql-mode-informix-font-lock-keywords)
17766         (sql-mode-interbase-font-lock-keywords)
17767         (sql-mode-ingres-font-lock-keywords)
17768         (sql-mode-solid-font-lock-keywords)
17769         (sql-mode-sqlite-font-lock-keywords)
17770         (sql-mode-db2-font-lock-keywords): Default to nil.
17771         (sql-product-font-lock): Always highlight ANSI keywords.
17772         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
17773         (sql-send-string): Add function.
17775 2004-04-29  Dave Love  <fx@gnu.org>
17777         * progmodes/cfengine.el (cfengine-beginning-of-defun)
17778         (cfengine-end-of-defun): Ensure progress through buffer.
17780         * info-look.el (cfengine-mode): Accept a terminal ().
17782 2004-04-29  Juri Linkov  <juri@jurta.org>
17784         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
17785         instead of isearch-yank-word-or-char.  Add new key bindings for
17786         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
17787         (isearch-del-char): New fun.
17788         (isearch-forward, isearch-edit-string): Update docstring.
17789         (isearch-yank-char): Doc fix.
17790         (isearch-other-meta-char): Restore point after scrolling.
17792         * progmodes/compile.el (compilation-context-lines): Add nil option
17793         to disable compilation output window scrolling.
17794         (compilation-set-window): Use it.
17796         * outline.el (outline-next-preface, outline-show-heading):
17797         Don't leave unhidden blank line before heading.
17798         (outline-end-of-subtree): Include last newline into subtree.
17799         (hide-entry): Leave point at beginning of heading instead of end.
17800         (outline-up-heading): Push mark for the first call of successive
17801         command calls.
17803 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
17805         * comint.el (comint-prompt-read-only): New variable.
17806         (comint-output-filter): Implement it.
17808         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
17809         (ielm-prompt-internal): New variable.
17810         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
17811         (ielm-send-input): Delete unused variable `buf'.
17812         (ielm-eval-input): Use `ielm-prompt-internal'.
17813         (inferior-emacs-lisp-mode): Use new variables
17814         `comint-prompt-read-only' and `ielm-prompt-internal'.
17815         Get rid of obsolete variable `directory-sep-char'.
17816         (ielm): Use `zerop'.
17818 2004-04-29  John Paul Wallington  <jpw@gnu.org>
17820         * thumbs.el (toplevel): Require cl at compile time.
17821         Remove conditional definitions of `ignore-errors' and `caddar'
17822         because they occur at run time.
17824 2004-04-28  Nick Roberts  <nickrob@gnu.org>
17826         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
17827         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
17828         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
17829         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
17831         * progmodes/gud.el (gud-common-init): Throw an error if program is
17832         already running under gdb.
17834 2004-04-28  John Paul Wallington  <jpw@gnu.org>
17836         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
17837         (thumbs-show-image-num): Move assignment of
17838         `thumbs-current-image-filename' within scope of `i'.
17839         (thumbs-emboss-image): Don't use `evenp'.
17841 2004-04-28  Richard M. Stallman  <rms@gnu.org>
17843         * progmodes/compile.el (compilation-context-lines): Default now 0.
17845 2004-04-28  Juanma Barranquero  <lektu@terra.es>
17847         Use `time-less-p' from calendar/time-date.el instead of defining
17848         custom versions of it.
17850         * pcomplete.el (pcomplete-time-less-p): Remove.
17852         * thumbs.el (time-less-p): Remove.
17854         * calendar/timeclock.el (timeclock-time-less-p): Remove.
17855         (timeclock-generate-report): Use `time-less-p'.
17857         * emacs-lisp/autoload.el (autoload-before-p): Remove.
17858         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
17860 2004-04-28  Masatake YAMATO  <jet@gyve.org>
17862         * subr.el (remove-overlays): Make arguments optional.
17864         * wid-edit.el (widget-specify-button): Put evaporate to the
17865         overlay for sample.
17866         (widget-specify-sample): Put evaporate to the overlay for sample.
17867         (widget-specify-doc): Put evaporate to the overlay for documentation.
17869 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
17871         * info.el (info-apropos): Make it an index node.  Align node names
17872         like makeinfo.
17874 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
17876         * net/browse-url.el (browse-url-netscape-sentinel)
17877         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
17878         (browse-url-epiphany-sentinel, browse-url-mosaic):
17879         Use browse-url-*-program instead of a literal program name.
17881 2004-04-27  Kevin Ryde  <user42@zip.com.au>
17883         * eshell/em-alias.el:
17884         * eshell/em-dirs.el:
17885         * eshell/em-hist.el:
17886         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
17887         features when M-x customize-group loads modules before the main
17888         eshell.el.
17890 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
17892         * subr.el (momentary-string-display): Support EXIT-CHAR that is
17893         either a character representation of an event or an event
17894         description list.
17896         * type-break.el: Capitalize Emacs and Lisp.
17897         (type-break-good-break-interval, type-break-demo-boring-stats)
17898         (type-break-terse-messages, type-break-file-name): New defcustoms.
17899         (type-break-post-command-hook)
17900         (type-break-warning-countdown-string): Quote variable names in doc.
17901         (type-break-interval-start, type-break-auto-save-file-name): New vars.
17902         (type-break-mode): Document type-break-good-break-interval and the
17903         "session" file.  Schedule break according to the session file.
17904         Kill session file buffer on exit.  Organize for save-some-buffers
17905         to always save the session file.
17906         (type-break-mode-line-message-mode, type-break-query-mode):
17907         Uppercase arguments.
17908         (type-break-file-time, type-break-file-keystroke-count, timep)
17909         (type-break-choose-file, type-break-get-previous-time)
17910         (type-break-get-previous-count): New defuns.
17911         (type-break): Avoid break querying after a completed break in the
17912         case where the query was initiated during user invocation of the
17913         break.  Optional terse messages.
17914         Use type-break-good-break-interval if type-break-good-rest-interval is
17915         nil.  File the break time.
17916         (type-break-schedule): New optional args for overriding the use of
17917         the current time.
17918         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
17919         after a break.
17920         (type-break-check): File the keystroke count.
17921         (type-break-do-query): Prevent a second query when the break is
17922         interrupted.  Optional terse message.
17923         (type-break-keystroke-reset): Record the start of a typing interval.
17924         (type-break-demo-boring): Optional terse messages.  Display word
17925         per minute and keystroke counts according to
17926         type-break-demo-boring-stats.
17928 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
17930         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
17931         directories, make sure they exist under archive-tmpdir.
17933 2004-04-27  Juri Linkov  <juri@jurta.org>
17935         * help.el (view-emacs-news): With argument, display info for the
17936         selected version by finding it among different NEWS files, and
17937         narrowing the buffer to the selected version.
17939         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
17940         same-window-buffer-names.
17941         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
17942         non-numeric prefix argument, append the number to the buffer name
17943         for numeric prefix argument.
17944         (info-other-window): Bind same-window-regexps to nil.
17945         (Info-reference-name): Rename to Info-point-loc.
17946         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
17947         and Info-find-index-name for stringy Info-point-loc.
17948         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
17949         without middle `.', but with final `.' and optional line number
17950         for it.  Set Info-point-loc for index nodes.
17951         (Info-index): Remove middle `.' from index entry regexp.
17952         Modify line number regexp.
17953         (Info-index-next): Decrement line number.
17954         (info-apropos): Remove middle `.' from index entry regexp.
17955         Add optional line number regexp at the end.  Add matched value
17956         for line number to the result list and insert it to the buffer.
17957         Replace match-string by match-string-no-properties.
17958         Reorder result list.
17959         (Info-fontify-node): Hide index line numbers.
17960         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
17961         empty matches.
17962         (Info-follow-reference): Use `str' instead of
17963         Info-following-node-name-re.
17964         (Info-toc): Use full file names.  Set Info-current-node to "Top".
17965         (Info-fontify-node): Compare file names without directory name.
17966         (Info-try-follow-nearest-node): Don't set Info-reference-name.
17967         Set second arg of Info-extract-menu-node-name for index nodes.
17968         (info-xref-visited): Use magenta3 instead of magenta4.
17969         (Info-mode): Add info-apropos to docstring.
17971         * log-view.el (log-view-diff): Replace interactive code "r"
17972         by a list to allow to call it even if region is not active.
17974         * paren.el (show-paren-highlight-openparen): New var.
17975         (show-paren-function): Turn on openparen highlighting when
17976         matching forward if show-paren-highlight-openparen is non-nil.
17978         * simple.el (kill-ring-save): Use blink-matching-delay instead of
17979         the constant value 1.
17980         (completions-common-part): Expand docstring.
17982         * textmodes/picture.el (picture-mode-map): Add arrow keys.
17984 2004-04-27  Kim F. Storm  <storm@cua.dk>
17986         * image.el (insert-sliced-image): Use line-height instead of
17987         line-spacing property on newline.
17989 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
17991         * desktop.el (desktop-buffer-misc-data-function): Rename to
17992         desktop-save-buffer and change docstring.
17993         (desktop-buffer-modes-to-save): Delete.
17994         (desktop-save-buffer-p): Use desktop-save-buffer instead of
17995         desktop-buffer-modes-to-save.
17996         (desktop-save): Rename desktop-buffer-misc-data-function to
17997         desktop-save-buffer and allow non-function value.
17998         (desktop-missing-file-warning): Correct docstring.
18000         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
18001         to desktop-save-buffer.
18003         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
18004         desktop-save-buffer.
18006         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
18008         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
18010 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
18012         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
18014 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
18016         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
18017         (ielm): Only go to the end of the buffer when starting a new process.
18019 2004-04-25  Juanma Barranquero  <lektu@terra.es>
18021         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
18022         mode line.  Bind `inhibit-read-only' to t before modifying
18023         properties of text in the buffer.
18024         (ielm): Force point to the end of buffer, even when running ielm
18025         from inside itself.
18027 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18029         * info.el (info-apropos): Reset Info-complete-cache.
18031 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
18033         * progmodes/compile.el (compilation-error-regexp-alist-alist):
18034         Also recognize severe Irix et al. messages.
18035         (compilation-normalize-filename, compile-abbreviate-directory):
18036         Delete functions.
18037         (compilation-get-file-structure): New function inherits
18038         functionality of the two preceding ones.
18039         (compilation-internal-error-properties, compilation-fake-loc):
18040         Use it so that different paths to the same file share the same
18041         markers.  Also optimize finding adjacent marker slightly.
18043 2004-04-25  Kim F. Storm  <storm@cua.dk>
18045         * image.el (insert-sliced-image): Add line-spacing t property
18046         to newlines separating image lines.
18048 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
18050         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
18052         * ielm.el (ielm-prompt-read-only): New user option.
18053         (ielm-prompt): Expand docstring to describe new behavior.
18054         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
18055         mention it in the docstring.
18057 2004-04-24  Andreas Schwab  <schwab@suse.de>
18059         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
18061         * diff.el (diff): Set default-directory in diff buffer.
18063 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
18065         * mail/sendmail.el (mail-bury): Don't delete the frame where the
18066         mail was being composed if the terminal cannot display more than
18067         one frame; instead, switch to previous frame.
18069         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
18070         (rmail-start-mail): Support rmail-mail-new-frame even on
18071         terminals that can display only one frame at a time.
18073 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18075         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
18076         (checkdoc-output-font-lock-keywords): Remove error regexp.
18077         (checkdoc-output-mode-map): Remove.
18078         (checkdoc-output-mode): Derive from compilation-mode.
18079         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
18081         * dired.el (dired-mode-map): Add a menu entry for wdired.
18083         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
18084         (rx-bracket, rx-check-any, rx-any): Clean up name space.
18086         * wdired.el (wdired-mode-map): Move init into declaration.
18087         Fix `return' binding.
18088         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
18089         Use force-mode-line-update.
18090         (wdired-get-filename): Use `unless'.
18091         (wdired-preprocess-files): Don't assume names have no \n and use / for
18092         dir separator.
18093         (wdired-normalize-filename): Use replace-regexp-in-string.
18094         (wdired-load-hooks): Remove.
18095         (wdired-mode-hooks): Rename to wdired-mode-hook.
18097         * info-look.el: Add support for cfengine-mode.
18098         (info-lookup-setup-mode): Use dolist.
18100 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
18102         * wdired.el: New file.
18104 2004-04-23  Juanma Barranquero  <lektu@terra.es>
18106         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
18108         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
18109         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
18110         (pcomplete--help, pcomplete--here): Doc fixes.
18112 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
18114         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
18115         handles wrong-number-of-arguments in backend call.
18117         * vc.el (vc-print-log): Likewise.
18119 2004-04-20  Dave Love  <fx@gnu.org>
18121         * emacs-lisp/rx.el: Doc fixes.
18122         (rx-constituents): Add/extend many forms.
18123         (rx-check): Check form is a list.
18124         (bracket): Defvar.
18125         (rx-check-any, rx-any, rx-check-not): Modify.
18126         (rx-not): Simplify.
18127         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
18128         (rx-kleene): Use rx-trans-forms.
18129         (rx-quote-for-set): Delete.
18130         (rx): Allow multiple args.
18132 2004-04-23  Kenichi Handa  <handa@m17n.org>
18134         * international/mule-util.el (char-displayable-p): Simplify by
18135         using internal-char-font.
18137 2004-04-23  Juanma Barranquero  <lektu@terra.es>
18139         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
18141 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18143         * diff-mode.el (diff-next-error): New fun.
18144         (diff-mode): Use it.
18146         * simple.el (next-error): Change arg name.
18147         Add support for the documented C-u C-x ` usage.
18149         * frame.el (special-display-popup-frame, next-multiframe-window)
18150         (previous-multiframe-window): Only consider frames on same display.
18152 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
18154         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
18155         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
18157 2004-04-22  Kim F. Storm  <storm@cua.dk>
18159         * net/telnet.el (telnet): Add optional port arg.
18161 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18163         * progmodes/compile.el (compilation-mode-font-lock-keywords):
18164         Minor sanity check on the `hyperlink' slot.
18166         * Makefile.in (recompile): Compile new files.
18168         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
18169         Add byte-recompile-directory's optional `arg'.
18171         * cvs-status.el (cvs-tree-use-charset): New var.
18172         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
18173         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
18174         (cvs-status-cvstrees): Use it.
18176         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
18177         Make it a normal major mode.
18178         (checkdoc-buffer-label): Make sure the file name is meaningful.
18179         (checkdoc-output-to-error-buffer): Remove.
18180         (checkdoc-error, checkdoc-start-section): Rewrite.
18182         * info.el (info-node, info-menu-5, info-xref, info-header-node)
18183         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
18184         (Info-title-4-face): Use new syntax.
18185         (info-xref-visited): Inherit from info-xref.
18187         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
18189 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18191         * simple.el (next-error-last-buffer, next-error-function):
18192         New variables for the next-error framework.
18193         (next-error-buffer-p): New function.
18194         (next-error-find-buffer): Generalize compilation-find-buffer.
18195         (next-error, previous-error, first-error, next-error-no-select)
18196         (previous-error-no-select): Move from compile.el.
18198         * replace.el (occur-next-error, occur-1): Hook into the next-error
18199         framework.
18201         * progmodes/compile.el (compilation-start):
18202         Set next-error-last-buffer so next-error knows where to jump.
18203         (compilation-setup): Set the buffer-local variable
18204         next-error-function to 'compilation-next-error-function.
18205         (compilation-buffer-p, compilation-buffer-internal-p): Use an
18206         alternate way to find if a buffer is a compilation buffer, for
18207         next-error convenience.
18208         (next-error-no-select, previous-error-no-select, next-error)
18209         (previous-error, first-error): Move to simple.el.
18210         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
18211         (compilation-last-buffer): Remove.
18212         (compilation-start, compilation-next-error, compilation-setup)
18213         (compilation-next-error-function, compilation-find-buffer):
18214         Remove compilation-last-buffer use.
18216 2004-04-21  Juanma Barranquero  <lektu@terra.es>
18218         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
18219         (font-lock-warning-face): Fix spacing.
18221         * makefile.w32-in (WINS): Add url/ directory.
18223 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
18225         * desktop.el (desktop-buffer-mode-handlers): New variable.
18226         Alist of major mode specific functions to restore a desktop buffer.
18227         (desktop-buffer-handlers): Make variable obsolete.
18228         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
18229         Catch errors signaled in handlers.  Update buffer count.
18230         Evaluate desktop-buffer-point.
18231         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
18232         move to dired.el.
18233         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
18234         move to info.el.
18235         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
18236         move to mail/rmail.el.
18237         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
18238         to mh-e/mh-e.el.
18239         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
18240         On fail, print message (to message buffer) even if
18241         desktop-missing-file-warning is nil.
18242         (desktop-buffer-misc-data-function): New buffer local variable.
18243         Function returning major mode specific data.
18244         (desktop-buffer-misc-functions): Make variable obsolete.
18245         (desktop-save): Use desktop-buffer-misc-data-function.
18246         (desktop-buffer-dired-misc-data): Rename to
18247         dired-desktop-buffer-misc-data and move to dired.el.
18248         (desktop-buffer-info-misc-data): Rename to
18249         Info-desktop-buffer-misc-data and move to info.el.
18250         (desktop-read): Add message about number of buffers restored/failed.
18252         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
18253         Add parameters.  Pause to display error only when
18254         desktop-missing-file-warning is non-nil.
18255         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
18256         (dired-mode): Bind desktop-buffer-misc-data-function.
18258         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
18259         Add Parameters.
18260         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
18261         (Info-mode): Bind desktop-buffer-misc-data-function.
18263         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
18264         Add Parameters.
18266         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
18267         Add Parameters.
18269 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
18271         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
18272         the case of letters in case-insensitive expansions when the
18273         abbrev is preceded by characters with letter syntax.
18275 2004-04-21  Richard M. Stallman  <rms@gnu.org>
18277         * progmodes/cperl-mode.el (cperl-putback-char):
18278         Delete Emacs 18 definition.
18280         * international/mule.el (ctext-post-read-conversion):
18281         Use assoc-string, not assoc-ignore-case.
18283         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
18285         * emacs-lisp/easymenu.el (easy-menu-add):
18286         Do call x-popup-menu, but only if it's defined.
18288         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
18290         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
18291         Handle multiple args: compile like progn.
18293         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
18294         take all args as &rest arg.
18296         * autoinsert.el (auto-insert-alist): Insert the user's name in
18297         copyright notice, rather than Free Software Foundation.
18299 2004-04-21  Kenichi Handa  <handa@m17n.org>
18301         * descr-text.el (describe-char): Make it work on *Help* buffer.
18303 2004-04-21  Kim F. Storm  <storm@cua.dk>
18305         * image.el (insert-image): Add optional SLICE arg.
18306         (insert-sliced-image): New defun.
18308 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
18310         * subr.el (read-number): Check whether `default' is nil.
18312 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18314         * progmodes/compile.el (compilation-error-properties):
18315         Split into two.
18316         (compilation-internal-error-properties): New one.
18317         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
18319 2004-04-20  Richard M. Stallman  <rms@gnu.org>
18321         * window.el (split-window-save-restore-data):
18322         Don't update the data if OLD-INFO is nil.
18324         * view.el (view-return-to-alist): Mark it permanent local.
18326         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
18328         * recentf.el (recentf-save-list): Catch and warn about errors.
18330         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
18331         so "Buffers" won't be pure.
18333         * help-mode.el (help-mode-finish): Set help-return-alist first
18334         thing, setting only the entry for the selected window.
18336         * help-fns.el (describe-function-1): If many non-control non-meta
18337         keys run the command, don't list all of them.
18339 2004-04-20  Juanma Barranquero  <lektu@terra.es>
18341         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
18342         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
18344         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
18346 2004-04-20  Kenichi Handa  <handa@m17n.org>
18348         * international/quail.el (quail-lookup-key): New optional arg
18349         NOT-RESET-INDICES.
18350         (quail-get-translations): Call quail-lookup-key with
18351         NOT-RESET-INDICES t.
18352         (quail-completion): Likewise.
18353         (quail-lookup-map-and-concat): Likewise.
18355 2004-04-20  Kenichi Handa  <handa@m17n.org>
18357         * international/quail.el (quail-update-translation): Don't insert
18358         such an unsupported multibyte char in a unibyte buffer.
18360 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
18362         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
18363         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
18364         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
18365         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
18366         (gdb-frame-assembler-buffer): Improve behavior with
18367         multiple frames.
18368         (gdb-display-buffer): Extend search to all visible frames.
18370 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
18372         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
18373         characters left after base64 decoding.
18374         (rmail-decode-region): Use -dos variety of `coding', to remove any
18375         ^M characters left after qp or base64 decoding.
18377 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18379         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
18380         messages.
18382 2004-04-19  Stephen Eglen  <stephen@gnu.org>
18384         * add-log.el (add-change-log-entry): Update doc string to mention
18385         add-log-full-name and add-log-mailing-address.
18387 2004-04-18  Juri Linkov  <juri@jurta.org>
18389         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
18390         (Info-find-node-2): Simplify error message.
18391         (Info-insert-dir): Use Info-following-node-name.
18392         (Info-goto-node): Remove *info-history* and *info-toc*.
18393         (Info-history): Create a node of the virtual history file.
18394         (Info-toc): Create a node of the virtual toc file.
18395         (Info-insert-toc): New arg `curr-file' for reference file names.
18396         (info-apropos): Remove redundant var binding for temp-file.
18397         (Info-index, Info-index-next, Info-mode): Doc fix.
18398         (Info-goto-emacs-command-node): Don't jump to *info* from
18399         non-*info* Info buffers.
18400         (Info-fontify-node): Don't show the file name of external
18401         references if `Info-hide-note-references' is `hide'.  Don't hide
18402         newlines at the end of paragraphs.
18404         * international/mule-diag.el (list-input-methods):
18405         Fix args to help-xref-button.
18407         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
18408         to put into effect local variables from TUTORIAL files.
18410         * textmodes/paragraphs.el (sentence-end) <function>: New fun
18411         with default value taken from the variable `sentence-end'.
18412         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
18413         Add nil const to :type.
18414         (sentence-end-without-period, sentence-end-double-space)
18415         (sentence-end-without-space): Doc fix.
18417         * textmodes/paragraphs.el (forward-sentence):
18418         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
18419         (fill-delete-newlines):
18420         * progmodes/cc-cmds.el (c-beginning-of-statement):
18421         Use function `sentence-end' instead of variable `sentence-end'.
18423 2004-04-18  Andreas Schwab  <schwab@suse.de>
18425         * progmodes/compile.el (compilation-start): Set window start to
18426         point-min if compilation-scroll-output is nil.
18428 2004-04-18  John Wiegley  <johnw@newartisans.com>
18430         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
18432 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
18434         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
18435         (gdb-info-breakpoints-custom): Revert previous change.
18436         (gdb-view-assembler): Update assembler if necessary.
18437         (gdb-frame-handler): Parse correctly for gdb-current-frame.
18438         (gdb-display-source-buffer): Update properly when both source and
18439         assembler are visible.
18441 2004-04-17  John Wiegley  <johnw@newartisans.com>
18443         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
18444         which limits the number of names shown in the minibuffer.  Off by
18445         default.
18446         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
18447         up iswitchb for users with a multitude of open buffers by showing
18448         only the first and last N/2 buffers in the completion list (which
18449         is enough to aid C-s/C-r, and to know that more characters are
18450         needed to refine the completion list).
18452 2004-04-17  Richard M. Stallman  <rms@gnu.org>
18454         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
18455         (file-truename): Expand all ~ constructs directly.
18456         (insert-directory): Delete any error msg output by the
18457         `insert-directory-program'.
18459         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
18460         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
18461         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
18462         (allout-init): Use find-file-hook, not find-file-hooks.
18463         (allout-mode): Eliminate Emacs 18 support.
18464         Use write-contents-functions, not local-write-file-hooks.
18466 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
18468         * progmodes/compile.el (compilation-error-properties): Fix for
18469         adding messages when there are already markers for their file.
18470         (compilation-fake-loc): New function.
18472 2004-04-16  Dave Love  <fx@gnu.org>
18474         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
18475         (python-load-file): Fix python-orig-start setting.
18477         * progmodes/compile.el: Doc fixes.
18478         (compilation-error-regexp-alist-alist)
18479         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
18480         (compilation-assq): Wrap in eval-when-compile.
18481         (compilation-mode-font-lock-keywords): Don't use list*.
18482         (compilation-start): Avoid warning.
18483         (compilation-compat-error-properties)
18484         (compilation-directory-properties): Add keymap property.
18485         (compilation-parsing-end): Make it a marker for better compatibility.
18487         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
18489 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
18491         * xml.el: Doc fixes.
18492         (xml-get-children): Only looks at sub-tags and ignore strings.
18494         * xml.el (xml-parse-tag): Avoid overwriting node-name.
18496 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18498         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
18500 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
18502         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
18504         * vc.el (vc-print-log): Likewise.
18506 2004-04-16  Masatake YAMATO  <jet@gyve.org>
18508         * simple.el (completion-setup-function): Set an initial value
18509         to `element-common-end' before entering loop.  Set a value
18510         to `element-common-end' at the end of loop.
18511         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
18512         (completions-common-part): Rename from completion-de-emphasis.
18513         (completions-first-difference): Rename from completion-emphasis.
18514         Suggested by RMS.
18516 2004-04-16  Juanma Barranquero  <lektu@terra.es>
18518         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
18519         (bookmark-edit-annotation-mode): Add mode name.
18521 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
18523         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
18524         for nested conflict markers.
18525         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
18527 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
18529         * progmodes/gdb-ui.el (gdb-goto-info): New function.
18531         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
18533 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18535         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
18536         Give a backtrace if requested.
18538         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
18540         * progmodes/python.el (python-mouse-2-command, python-RET-command):
18541         Remove unused functions.
18542         (python-orig-start-line, python-orig-file): Remove.
18543         (python-orig-start): New var.
18544         (python-input-filter, python-compilation-line-number)
18545         (python-send-region, python-load-file): Use it.
18547         * info.el (info): Always jump to *info*.
18549         * subr.el (posn-set-point): New function.
18551         * mouse.el (mouse-set-point): Use it.
18553         * progmodes/compile.el (compile-goto-error): Use it.
18554         (compilation-button-map): New keymap.
18555         (compilation-error-properties): Use it.
18556         (compilation-shell-minor-mode-map): Don't bind mouse-2.
18558         * smerge-mode.el (smerge-popup-context-menu): Use it.
18560         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
18561         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
18562         mouse and non-mouse case.
18564         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
18565         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
18567         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
18568         Make it work for non-mouse events.
18570         * pcvs-info.el (cvs-status-map): Update binding name.
18572 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
18574         * xml.el (xml-maybe-do-ns): New function to handle namespace
18575         parsing of both attribute and element names.
18576         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
18577         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
18578         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
18579         (xml-parse-attlist): Make it do its own namespace parsing.
18581 2004-04-14  Dave Love  <fx@gnu.org>
18583         * progmodes/python.el (run-python): Fix use of \n.
18584         (python-load-file): Remove `try' from Python fragment.
18585         (python-describe-symbol): Fix message.
18587         * comint.el: Doc fixes.
18588         (comint-last-input-start, comint-last-input-end)
18589         (comint-last-output-start): Give them values.
18590         (comint-arguments): Avoid warning.
18591         (comint-skip-prompt): Use line-end-position.
18592         (comint-backward-matching-input): Rename arg to agree with doc.
18593         (comint-extract-string): Use syntax-ppss.
18594         (comint-dynamic-simple-complete): Delete useless list construction.
18595         (comint-redirect-subvert-readonly): New.
18596         (comint-redirect-preoutput-filter): Use it.
18598         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
18599         Correctly handle negative arguments when calling hook functions.
18601 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
18603         * info.el (info-apropos): Don't clobber Info-history-list.
18605 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
18607         * progmodes/compile.el (compilation-setup):
18608         Localize overlay-arrow-position.
18609         (compilation-sentinel): Restructure code equivalently.
18610         (compilation-next-error): Find message on same line after point if
18611         not found before point.
18612         (compile-mouse-goto-error): Restore function so that compilation
18613         buffer need not be current and use compile-goto-error.
18614         (compile-goto-error): Restore function.
18615         (next-error): Set overlay-arrow-position.
18616         (compilation-forget-errors): Don't localize already local
18617         compilation-locs and remove FIXME about refontifying.
18619 2004-04-14  Kim F. Storm  <storm@cua.dk>
18621         * startup.el (emacs-quick-startup): New defvar (set by -Q).
18622         (command-line): New option -Q.  Like -q --no-site-file, but
18623         in addition it also disables menu-bar, tool-bar, scroll-bars,
18624         tool-tips, and the blinking cursor.
18625         (command-line-1): Skip startup screen if -Q.
18626         (fancy-splash-head): Use ":align-to center" prop to center splash image.
18628         * emulation/cua-base.el (cua-read-only-cursor-color)
18629         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
18631 2004-04-13  Dave Love  <fx@gnu.org>
18633         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
18634         (syntax): Don't require.
18635         (python) <defgroup>: Add :version.
18636         (python-quote-syntax): Re-written.
18637         (inferior-python-mode): Move stuff here from run-python and add
18638         some more.
18639         (python-preoutput-continuation, python-preoutput-result)
18640         (python-dotty-syntax-table): New.
18641         (python-describe-symbol): Use them.
18642         (run-python): Move stuff to inferior-python-mode.  Modify code
18643         loaded into Python.
18644         (python-send-region): Use python-proc, python-send-string.
18645         (python-send-string): Send newlines too.  Callers changed.
18646         (python-load-file): Re-written.
18647         (python-eldoc-function): New.
18648         (info-look): Don't require.
18649         (python-after-info-look): New.  A modified version of former
18650         top-level code for use with eval-after-load.
18651         (python-maybe-jython, python-guess-indent): Use widened buffer.
18652         (python-fill-paragraph): Re-written.
18653         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
18654         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
18656 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18658         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
18659         Set compilation-error-regexp-alist earlier.
18661         * progmodes/compile.el (compilation-minor-mode-map)
18662         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
18663         (compile-goto-error): Re-merge the mouse and non-mouse commands.
18665 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18667         * progmodes/compile.el (compile-goto-error): Select the buffer/window
18668         corresponding to the event.
18670 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
18672         * loadup.el: Add cygwin to system-type list, for unexec() support.
18674 2004-04-12  John Paul Wallington  <jpw@gnu.org>
18676         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
18677         (ibuffer-restore-window-config-on-quit): New variable to replace
18678         `ibuffer-delete-window-on-quit'.  Update all references.
18679         (ibuffer-prev-window-config): New variable.
18680         (ibuffer-quit): Restore previous window configuration instead of
18681         deleting window.
18682         (ibuffer): Save window configuration before showing Ibuffer buffer.
18684         * help.el (describe-mode): Doc fix.
18686 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18688         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
18689         not to treat nil as a function.
18691         * vc-arch.el (vc-arch-root): Be a bit more careful.
18692         (vc-arch-register): Save the buffer if we modified it.
18693         (vc-arch-delete-rej-if-obsolete): Save excursion.
18694         (vc-arch-find-file-hook): Use the simpler after-save-hook.
18695         (vc-arch-responsible-p, vc-arch-init-version): New functions.
18697         * net/ldap.el (ldap-search): Use list*.
18699 2004-04-12  Juri Linkov  <juri@jurta.org>
18701         * info.el (Info-follow-reference): Allow multiline reference name.
18703 2004-04-11  Dave Love  <fx@gnu.org>
18705         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
18707         * progmodes/python.el: New file.
18709 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
18711         * vc-hooks.el (vc-arg-list): Function removed.
18712         (vc-default-workfile-unchanged-p): Use condition-case to check for
18713         backward compatibility.
18715         * vc.el (vc-print-log): Use condition-case to check for backward
18716         compatibility.
18718 2004-04-11  Juri Linkov  <juri@jurta.org>
18720         * dired.el (dired-faces): New defgroup.
18721         (dired-header, dired-mark, dired-marked, dired-flagged)
18722         (dired-warning, dired-directory, dired-symlink, dired-ignored):
18723         New faces.
18724         (dired-header-face, dired-mark-face, dired-marked-face)
18725         (dired-flagged-face, dired-warning-face, dired-directory-face)
18726         (dired-symlink-face, dired-ignored-face): New face variables.
18727         (dired-font-lock-keywords): Use them instead of font-lock faces.
18728         Split the rule for dired marks into 3 separate rules: for marks,
18729         marked file names and flagged file names.
18731         * help-mode.el (help-make-xrefs): Add a final newline to the
18732         *Help* buffer.
18734 2004-04-11  John Paul Wallington  <jpw@gnu.org>
18736         * replace.el (occur-engine): Distinguish between one and several
18737         matches in the matches per buffer heading.
18739 2004-04-11  Kim F. Storm  <storm@cua.dk>
18741         * ido.el (ido-confirm-unique-completion): New defcustom.
18742         (ido-complete): Use it.
18743         (ido-write-file): Set it to t unconditionally.
18745 2004-04-10  Miles Bader  <miles@gnu.org>
18747         RCS keyword removal (only non-comment changes are enumerated here):
18749         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
18750         (byte-compile-insert-header): Don't use `byte-compile-version'.
18751         * forms.el (forms-version): Variable removed.
18752         (forms-mode): Don't use `forms-version'.
18753         * recentf.el (recentf-version): Variable removed.
18754         * progmodes/delphi.el (delphi-version): Variable removed.
18755         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
18757 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
18759         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
18761 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
18763         * info.el (info-apropos): Improve menu item regexp.
18765 2004-04-09  Simon Josefsson  <jas@extundo.com>
18767         * mail/smtpmail.el: Add comment, based on report by
18768         kdc@rcn.com (Kevin D. Clark).
18770 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18772         * progmodes/compile.el (compilation-mode-font-lock-keywords):
18773         Redo one more thing that I didn't notice Daniel had undone.
18775 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
18777         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
18778         (gdb-goto-breakpoint, gdb-display-buffer)
18779         (gdb-display-source-buffer, gdb-view-source-function)
18780         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
18781         (gdb-source-info, gdb-frame-handler): Don't specify a window
18782         for display.
18783         (gdb-info-breakpoints-custom): Remove superfluous update of
18784         assembler buffer.
18785         (gdb-many-windows): Make settable outside gdb.
18787 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
18789         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
18790         Derive from fundamental-mode rather than text-mode.
18792 2004-04-08  Juri Linkov  <juri@jurta.org>
18794         * info.el (Info-history): Doc fix.
18795         (Info-history-list): New var.
18796         (info-xref): Change magenta4 to blue, remove bold for dark and
18797         light backgrounds, change bold to underline for non-color classes.
18798         (info-xref-visited): New face.
18799         (Info-fontify-visited-nodes): New custom.
18800         (Info-hide-note-references): Add new value `hide'.  Doc fix.
18801         (Info-reference-name): New var.
18802         (Info-selection-hook): New custom.
18803         (Info-edit-mode-hook): New var.
18804         (Info-find-file): New fun.
18805         (Info-find-node): Move part of code to Info-find-file.
18806         (Info-find-node-2): Add anchors to Info-history-list.  Move point
18807         to the place with the reference name if name is defined.
18808         (Info-select-node): Add current node to Info-history-list.
18809         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
18810         (Info-search-whitespace-regexp): New custom.
18811         (Info-search-case-fold): New var.
18812         (Info-search): Add "case-sensitively" to the prompt.
18813         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
18814         (Info-search-case-sensitively, Info-search-next): New fun.
18815         (Info-up): Move point to the menu item of the current node.
18816         (Info-history): New fun.  Add *info-history* to
18817         same-window-buffer-names.
18818         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
18819         (Info-insert-toc): New fun.
18820         (Info-build-toc): New fun.
18821         (Info-follow-reference): Add new arg `fork'.  Doc fix.
18822         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
18823         with the same name prefer the reference closest to point.
18824         (Info-next-reference): Replace * by + in the *Note regexp.
18825         Add regexp for http:// and ftp://.  Skip the *Note prefix.
18826         (Info-prev-reference): Replace * by + in the *Note regexp.
18827         Add regexp for http:// and ftp://.  Skip the *Note prefix.
18828         (Info-follow-nearest-node): Add new arg `fork'.
18829         (Info-try-follow-nearest-node): Add new arg `fork'.
18830         Call browse-url for http:// and ftp:// references.
18831         Set Info-reference-name for index entries.
18832         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
18833         Info-search-next, Info-history, Info-toc, clone-buffer.
18834         (Info-menu-update): Replace * by + in the *Note regexp.
18835         (Info-mode): Add documentation for Info-history, Info-toc,
18836         Info-search-case-sensitively, Info-search-next, clone-buffer.
18837         (Info-fontify-menu-headers): Remove fun.  Move code to
18838         Info-fontify-node.
18839         (Info-fontify-node): Add docstring.  Add local vars
18840         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
18841         then fontify header line, titles, menu headers, http and ftp
18842         references, refill paragraphs.  If not-fontified-p is t or
18843         fontify-visited-p is t then fontify cross references, menu items.
18844         Fontify menu headers.  Fontify http and ftp references.
18845         Change regexp for cross references to require whitespace after *Note,
18846         add matching groups for file and node names.  Remove hack for quote.
18847         Use display property for Info-hide-note-references=t.  Use fifth
18848         or fourth match for help-echo.  Display visited nodes in a
18849         different face.  Unhide file names of external references.
18850         Unhide newlines.  Display visited menu items in a different face.
18852 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18854         * progmodes/compile.el: Require CL.
18855         (compilation-mode-font-lock-keywords): Re-install the "line as
18856         function" patch.
18858         * help-fns.el (help-C-source-directory): New var.
18859         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
18860         (describe-function-1, describe-variable): Use them.
18862         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
18863         to C source files specially.
18865 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
18867         * info.el (Info-hide-cookies-node): New function.
18868         (Info-select-node): Use it.
18869         (Info-display-images-node): Remove message with image file name.
18871 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
18873         * progmodes/compile.el (compilation-warning-face)
18874         (compilation-info-face, compilation-skip-threshold)
18875         (compilation-skip-visited, compilation-context-lines):
18876         Declare :version when added to Emacs.
18877         (compilation-error-regexp-alist-alist): Extend caml and irix.
18878         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
18879         (compilation-mode-font-lock-keywords): Temporarily undo line as
18880         function patch, which wasn't ready.
18882 2004-04-07  Kenichi Handa  <handa@m17n.org>
18884         * international/latin1-disp.el (latin1-display-setup): Check each
18885         character is displayable or not instead of calling
18886         latin1-display-check-font.
18888 2004-04-06  Kenichi Handa  <handa@m17n.org>
18890         * language/ethio-util.el (ethio-sera-being-called-by-w3):
18891         New variable.
18892         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
18893         instead of sera-being-called-by-w3.
18894         (ethio-fidel-to-sera-buffer): Likewise.
18895         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
18896         instead of sera-being-called-by-w3.
18897         (ethio-write-file): Likewise.
18899 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18901         * printing.el: Doc fix.
18903 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
18905         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
18906         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
18907         (gdb-setup-windows): Only use separate IO buffer if required.
18909 2004-04-06  Kim F. Storm  <storm@cua.dk>
18911         * term.el (term-is-xemacs): Remove.
18912         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
18913         (term-window-width): New function.
18914         (term-mode, term-check-size): Use it.
18915         (term-mode): Disable overflow-newline-into-fringe in term buffer.
18917 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18919         * cus-edit.el (custom-add-parent-links): Change unbound variable
18920         `symbol' to `name'.
18922 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
18923         * info.el (info-apropos): New function.
18924         (Info-mode-menu): Add it.
18925         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
18927         * help-mode.el (help-make-xrefs): Recognize aliased variable with
18928         inherited docstring.
18930         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
18932 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18934         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
18936         * progmodes/compile.el (font-lock): Don't require any more.
18937         (compilation-error-properties, compilation-start, compilation-sentinel)
18938         (compilation-filter, next-error): Use with-current-buffer.
18939         (compilation-skip-to-next-location, compilation-skip-threshold)
18940         (compilation-skip-visited): Move to silence the byte-compiler.
18941         (compilation-setup): Simplify.
18942         (compilation-next-error): Use line-(beginning|end)-position.
18943         Make sure `pt' is non-nil before using compilation-loop.
18944         (compile-goto-error): Add optional event arg.  Use it.
18945         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
18946         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
18947         Update the binding for mouse-2.
18948         (first-error): Set compilation-current-error to nil rather than bob.
18949         (compilation-parsing-end, compilation-parse-errors-function)
18950         (compilation-error-list, compilation-old-error-list):
18951         "New" compatibility variables.
18952         (compile-buffer-substring, compilation-compat-error-properties)
18953         (compilation-compat-parse-errors, compilation-forget-errors):
18954         New compatibility functions.
18955         (compilation-mode-font-lock-keywords): Use them.
18957 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
18959         * autorevert.el (auto-revert-handler): If point (or a window
18960         point) is at the end of the buffer, keep it there after
18961         reverting.  This allows to tail a file.
18962         Mention this in the `Commentary'.
18964         * format.el (format-write-file): Add optional argument CONFIRM
18965         and make it behave like the analogous argument to `write-file'.
18967 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18969         * progmodes/ebnf2ps.el: Doc fix.
18970         (ebnf-version): New version number (4.2).
18971         (ebnf-syntax): Customization and docstring fix.
18972         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
18973         Put autoloaded funs before first use.
18974         (ebnf-style-database): Add dtd entry.
18975         (ebnf-syntax-alist): Add dtd initialization.
18976         (ebnf-token-sequence): New fun.
18977         (ebnf-comment-table): Add new comment action character.
18978         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
18980         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
18981         Type Definition for XML).
18983         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
18984         * progmodes/ebnf-bnf.el (ebnf-sequence):
18985         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
18986         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
18987         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
18988         Code simplification: call ebnf-token-sequence.
18990 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
18992         * calendar/timeclock.el (timeclock-relative)
18993         (timeclock-get-project-function, timeclock-get-workday-function)
18994         (timeclock-query-out, timeclock-when-to-leave)
18995         (timeclock-when-to-leave-string, timeclock-log-data)
18996         (timeclock-generate-report, timeclock-in): Doc fixes.
18998 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19000         * url/: New dir.  Import the URL package from its repository.
19002 2004-04-03  Andreas Schwab  <schwab@suse.de>
19004         * diff-mode.el (diff-mode): Fix missing quote.
19006 2004-04-03  Juri Linkov  <juri@jurta.org>
19008         * descr-text.el (describe-property-list): Add `font-lock-face'.
19010         * dired.el (dired-font-lock-keywords): Fix permission regexps.
19012 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19014         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
19015         Use utf-16le on little endian machines and utf-16be otherwise.
19017 2004-04-02  David Kastrup  <dak@gnu.org>
19019         * net/browse-url.el (browse-url-generic): Use call-process
19020         instead of start-process to allow browsers that fork and detach.
19022 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
19024         * compile.el (compilation-current-error): New var.
19025         (compilation-setup, compile-mouse-goto-error)
19026         (compile-goto-error, next-error): Use it.
19027         (compilation-skip-to-next-location): Default to t, which gives
19028         contiguous skipping like old compile (where this was redundant).
19029         (compilation-next-error): Prevent previous-* commands from moving
19030         back to message at or just before point.
19032 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
19034         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
19035         (gdb-source-info): Don't display source at startup, if required.
19036         (gdb-show-main): New option.
19037         (gdba): Update documentation.
19038         (gdb-source): Cover case of auto-display output.
19040 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
19042         * autorevert.el: Delete obsolete autoloads and defvars.
19043         (auto-revert-check-vc-info): New user option.
19044         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
19045         (auto-revert-handler-vc): Delete.
19046         (auto-revert-handler): Treat return value `fast' of
19047         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
19049         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
19050         return `fast'.
19052         * files.el (buffer-stale-function): Doc change.
19054 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19056         * printing.el: New tip on Tips section.
19057         (pr-version): New version number (6.7.4).
19058         (pr-shell-file-name): Initialization fix.
19060 2004-03-31  Juri Linkov  <juri@jurta.org>
19062         * dired.el: Add autoload for `dired-do-touch'.
19063         (dired-touch-program): New var.
19064         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
19065         (dired-no-confirm): Add `touch' to docstring.
19067         * dired-aux.el (dired-do-touch): New fun.
19068         (dired-do-chxxx): Add argument -t for touch operation.
19070         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
19071         `dired-move-to-filename-regexp'.
19073 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
19075         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
19077 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19079         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
19080         and only if the buffer was modified.
19082 2004-03-30  Kenichi Handa  <handa@m17n.org>
19084         * international/characters.el: Delete pairs for U+2308..U+230B.
19086 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
19088         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
19089         to detect the beginning of a level 2 or 3 annotation.
19091 2004-03-29  Kenichi Handa  <handa@m17n.org>
19093         * international/ucs-tables.el (ucs-insert): Fix the error message.
19095 2004-03-29  Kenichi Handa  <handa@m17n.org>
19097         * international/mule-util.el (char-displayable-p): Fix generation
19098         of XLFD file name.
19100         * Makefile.in (setwins, setwins_almost): Change directory to $wd
19101         before finding directories by `find'.
19103 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19105         * subr.el (interactive-form): Delete.  Now implemented in C.
19107         * pcvs.el (cvs-parse-process): Workaround for Darwin.
19109         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
19110         (vc-diff-label): New fun.
19111         (vc-diff-internal): Use it.
19113         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
19115 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19117         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
19119         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
19120         specify XML (EBNFX).
19122         * progmodes/ebnf2ps.el: Doc fix.
19123         (ebnf-version): New version number (4.1).
19124         (ebnf-syntax): Adjust customization.
19125         (ebnf-style-database): Add ebnfx entry.
19126         (ebnf-syntax-alist): Add ebnfx initialization.
19127         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
19129         * printing.el: Doc fix.
19130         (pr-version): New version number (6.7.3).
19131         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
19132         returns nil for mouse position.  Reported by Drew Adams
19133         <drew.adams@oracle.com>.
19134         (pr-update-menus): Modify interactive declaration.  Reported by Drew
19135         Adams <drew.adams@oracle.com>.
19137 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
19139         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
19140         (gud-gdba-marker-filter): Log the process input and output, if
19141         required.  From Stefan Monnier.
19142         (gdb-debug-log, gdb-enable-debug-log): New variables.
19143         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
19145 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19147         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
19148         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
19150 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
19152         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
19153         Call vc-find-file-hook here instead of in auto-revert-buffers.
19154         (auto-revert-buffers): Delete call to vc-find-file-hook.
19155         (auto-revert-verbose, global-auto-revert-non-file-buffers)
19156         (global-auto-revert-mode, auto-revert-set-timer)
19157         (auto-revert-handler, auto-revert-buffers): Doc fixes.
19159 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
19161         * woman.el (woman-change-fonts): Rename local variable
19162         woman-font-alist to font-alist to avoid a compiler warning.
19164 2004-03-27  Dave Love  <fx@gnu.org>
19166         * emacs-lisp/rx.el (rx): Doc fix.
19167         Fix copyright years.
19169         * strokes.el (strokes-global-set-stroke-string): New function.
19170         (strokes-list-strokes): Cope with strings, not just commands.
19171         Set foreground color of image.
19172         (strokes-global-set-stroke): Doc fix.
19174 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
19176         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
19177         Auto Revert mode.
19178         (Buffer-menu-files-only): New variable.
19179         (Buffer-menu-toggle-files-only): New function.
19180         (Buffer-menu-mode-map): Bind it to `T'.
19181         (Buffer-menu-mode): Mention `T' in docstring.
19182         Set buffer-stale-function.
19183         (list-buffers-noselect): Mark buffer non-modified and set
19184         Buffer-menu-files-only.
19186         * dired.el (buffer-stale-function): Remove no longer needed defvar.
19188         * autorevert.el (auto-revert-handler): Print revert message
19189         before, rather than after, reverting.
19190         (buffer-stale-function): Move to files.el.
19192         * files.el (buffer-stale-function): Move here from autorevert.el.
19194 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19196         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
19198         * calc/calc.el (calc-mode-map): Use mapc.
19200         * apropos.el (apropos-mode): Don't autoload.
19201         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
19202         (apropos): Use it.
19203         (apropos-print): Add optional `text' argument.
19204         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
19205         Don't assume point-min == 1.
19207         * bs.el (bs-buffer-list): Use buffer-local-value.
19208         (bs--set-toggle-to-show): Use with-current-buffer.
19210         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
19211         New funs.
19212         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
19214         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
19216         * dabbrev.el (dabbrev-expand): Fix regexp construction.
19217         (dabbrev--find-expansion): Use pop.
19218         (dabbrev--search): Use match-string-no-properties.
19220         * dired.el (dired-mode): Use run-mode-hooks.
19221         (dired-move-to-end-of-filename): Use match-string.
19223         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
19224         is bound before using it.
19225         (ediff-verbose-p): Make it into a var since it's not constant.
19227         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
19229         * faces.el (read-face-font): Don't cons up unnecessarily.
19230         (header-line, tool-bar): Share common parts.
19232         * files.el (file-relative-name): Use compare-strings.
19234         * finder.el (finder-mode): Follow coding convention.
19236         * subr.el (read-number): New function.
19238         * ses.el (ses-read-number): Move to subr.el.
19239         (ses-set-header-row): Use read-number.
19241 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
19243         * vc-hooks.el (vc-arg-list): New function, which handles both
19244         compiled and uncompiled code.
19245         (vc-default-workfile-unchanged-p): Use it.
19247         * vc.el (vc-print-log): Undo prev change, use new function
19248         vc-arg-list from vc-hooks.el.
19250 2004-03-26  Masatake YAMATO  <jet@gyve.org>
19252         * simple.el (completion-setup-function): Emphasize the
19253         first uncommon characters in the completions; and de-emphasize
19254         the common prefix substrings.
19255         (completion-emphasis): New face.
19256         (completion-de-emphasis): New face.
19258 2004-03-25  Juanma Barranquero  <lektu@terra.es>
19260         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
19261         Comment out (it's unused and unfinished code).
19263 2004-03-25  Sam Steingold  <sds@gnu.org>
19265         * vc.el (vc-print-log): Fix a bug in the last patch:
19266         backend-function may be a byte-compiled object, not a lambda.
19268 2004-03-25  Juri Linkov  <juri@jurta.org>
19270         * descr-text.el (describe-property-list): Add a button
19271         for `face' property that calls `describe-face'.
19272         Suggested by Luis Fernandes <elf@ee.ryerson.ca>
19274         * international/mule.el (keyboard-coding-system):
19275         * kmacro.el (kmacro-call-macro): Fix docstring.
19277         * dired.el: Fix comments.
19279         * textmodes/fill.el (fill): Fix Info link.
19281         * font-lock.el (fast-lock, lazy-lock):
19282         * jit-lock.el (jit-lock): Remove links to removed Support Modes
19283         Info node.
19285         * eshell/eshell.el (eshell): Fix broken info-link.
19287         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
19288         * eshell/em-banner.el (eshell-banner):
19289         * eshell/em-smart.el (eshell-smart):
19290         * eshell/esh-cmd.el (eshell-cmd):
19291         Comment out broken info-links to incomplete Info manual.
19293         * info-xref.el: Fix commentary.
19295 2004-03-25  Kevin Ryde  <user42@zip.com.au>
19297         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
19298         Remove spurious node duplicate suppression, doesn't work, not wanted.
19299         (info-xref-output): Take format style args, add "sit-for 0" to let
19300         user see the results as they progress.
19301         (info-xref-check-all-custom): New function.
19303 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
19305         * gdb-ui.el: Moved to progmodes.
19307 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19309         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
19311 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
19313         * calendar/appt.el (appt-check): Remove superfluous progn.
19314         When finished with diary buffer: if it was not being displayed
19315         before, kill it; otherwise restore its original state.
19316         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
19318         * calendar/calendar.el (calendar-set-mode-line): Use total
19319         available mode-line width, rather than frame-width.
19321         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
19322         after mode change so effect not lost.
19324 2004-03-23  Dave Love  <fx@gnu.org>
19326         * dired.el (dired) <defgroup>: Add link to manual.
19327         (dired-font-lock-keywords): Add highlighting on unusual permissions.
19328         (dired-revert): Use dolist.
19329         (dired-mode-map): Add U binding.
19330         (dired-mode): Add font-lock-beginning-of-syntax-function.
19331         (dired-garbage-files-regexp): Make it a defcustom.
19333 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19335         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
19336         is equivalent to nil.
19337         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
19338         (vc-arch-mode-line-string): Accept `added' state.
19339         (vc-arch-state): Use inode-sigs if available.
19340         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
19341         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
19342         (vc-arch-tagline-re): New var.
19343         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
19344         New functions.
19345         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
19346         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
19348         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
19349         (vc-file-not-found-hook): Use it.
19351         * diff-mode.el (diff-default-read-only): Change default.
19352         (diff-mode-hook): Make it a defcustom.  Add some options.
19353         (diff-mode-map): Bind diff-refine-hook.
19354         (diff-yank-handler): New var.
19355         (diff-yank-function): New fun.
19356         (diff-font-lock-keywords): Use them.
19357         (diff-end-of-file): Handle case where file-header looks like diff text.
19358         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
19359         (diff-file-kill): Delete a subsequent empty line, if applicable.
19360         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
19361         (diff-find-file-name): Use it.
19362         (diff-tell-file-name): New command.
19363         (diff-mode): Be careful with view-mode.
19364         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
19365         New functions, for use in diff-mode-hook.
19366         (diff-find-source-location): Catch "regex too large" errors.
19367         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
19368         (diff-refine-hunk): New command.
19370         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
19371         (smerge-context-menu-map): Remove unused var.
19372         (smerge-keep-all): Preserve markers.
19373         (smerge-keep-n): New fun.
19374         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
19375         (smerge-keep-current, smerge-ediff): Use it.
19376         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
19377         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
19378         (smerge-resolve): Resolve trivial 3-part conflicts.
19380 2004-03-23  Juri Linkov  <juri@jurta.org>
19382         * man.el (Man-width): New var.
19383         (Man-getpage-in-background): Use it.
19384         (Man-support-local-filenames): New var and fun.
19385         (Man-build-man-command): Don't add a second %s.
19386         (Man-fontify-manpage): Clean up message.
19387         (Man-mode): Set outline-regexp, outline-level,
19388         imenu-generic-expression.
19390         * woman.el (woman-fill-frame): Doc fix.
19391         (woman-decode-region): Use window-width instead of frame-width.
19393         * abbrevlist.el (list-one-abbrev-table):
19394         * descr-text.el (describe-char):
19395         * international/mule-diag.el (describe-current-coding-system):
19396         * international/quail.el (quail-insert-decode-map):
19397         Use window-width instead of frame-width.
19399         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
19400         (jka-compr-mode-alist-additions): Add tbz.
19401         (jka-compr-write-region, jka-compr-insert-file-contents):
19402         Add message for undefined compress-program.
19403         (jka-compr-write-region): Remove redundant var bindings.
19405         * dired-x.el (dired-guess-shell-alist-default): Add choices for
19406         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
19407         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
19408         (dired-man): Use dired-guess-shell-command.
19409         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
19410         Change default nil to t.
19412         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
19413         (dired-compare-directories): Add default value for empty input.
19415         * help-at-pt.el: Move suggestions for key bindings to Commentary.
19417         * time.el (display-time-string-forms): Fix help-echo date format.
19419 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
19421         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
19422         (buffer-stale-function): New variable.
19423         (auto-revert-list-diff, auto-revert-dired-file-list)
19424         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
19425         (auto-revert-handler): Take over some functionality of deleted
19426         functions.
19427         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
19429         * dired.el (dired-directory-changed-p): New fun, extracted from
19430         dired-internal-noselect.
19431         (dired-buffer-stale-p): New fun.
19432         (dired-internal-noselect): Use dired-directory-changed-p.
19433         Eliminate revert messages.
19434         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
19436 2004-03-23  Kenichi Handa  <handa@m17n.org>
19438         * international/characters.el: Setup syntaxes for more parentheses
19439         Unicode characters.
19441         * international/mule-cmds.el (select-safe-coding-system):
19442         Merge coding-system and auto-cs before comparing them.
19444 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19446         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
19448         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
19449         normal-auto-fill-function and comment-indent-function.
19450         The default values now work just as well.
19451         Don't set font-lock-beginning-of-syntax-function since we already set
19452         syntax-begin-function.
19453         (lisp-outline-level): Put ;;;###autoload at same level as (.
19454         (prin1-char): Quote special chars.
19456         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
19457         than with-no-warnings.
19459         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
19460         if the source location can't be found.
19461         (edebug-compute-previous-result): Use prin1-char.
19463         * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
19464         (debug-ignored-errors): Add an entry.
19466         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
19467         (byte-compile-file): Output warning when deleting a file.
19469         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
19470         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
19472         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
19473         (byte-compile-inline-expand): Use backquote.
19474         (byte-optimize-pure-func): Rename from byte-optimize-concat.
19475         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
19477         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
19479         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
19481 2004-03-22  Juri Linkov  <juri@jurta.org>
19483         * finder.el (finder-known-keywords): Fix data, tex, unix.
19485         * play/landmark.el: Fix keywords.
19487         * language/ethio-util.el (ethio-find-file): Doc fix.
19489         * emacs-lisp/warnings.el: Doc fix.
19491         * textmodes/ispell.el (ispell-help): Doc fix.
19493 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
19495         * format.el (format-insert-file): Always return a list of two
19496         elements, like insert-file-contents does.
19498 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
19500         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
19501         and vc-BACKEND-diff.
19502         (vc-print-log): If the print-log implementation supports it, use
19503         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
19504         (vc-version-diff, vc-diff-internal): Doc fixes.
19506         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
19507         implementation supports it, let diff output go to *vc*,
19508         not *vc-diff*, since this is an internal call.
19510         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
19512         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
19514         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
19516 2004-03-21  Dave Love  <fx@gnu.org>
19518         * progmodes/cfengine.el (cfengine-mode):
19519         Set parse-sexp-ignore-comments.
19521         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
19523 2004-03-21  Juanma Barranquero  <lektu@terra.es>
19525         * allout.el (allout-mode): Fix docstring.
19527 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
19529         * files.el (insert-directory): Fix bug if SWITCHES is a list.
19531         * autorevert.el (auto-revert-interval): Make new value take
19532         effect immediately when set through Custom.
19533         (auto-revert-set-timer): Add interactive declaration.
19535 2004-03-19  David Ponce  <david@dponce.com>
19537         * ruler-mode.el (ruler-mode-header-line-format-old):
19538         Don't `make-variable-buffer-local'.
19539         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
19540         (ruler-mode-header-line-format): Simply funcall the above.
19541         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
19542         to save/restore a previous header line format.
19543         (ruler-mode-space): Don't depend on a numeric WIDTH value.
19544         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
19545         fringes and margins width.
19546         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
19548 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
19550         * log-edit.el (log-edit-font-lock-keywords): Typo.
19552         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
19553         (tex-send-tex-command): Rather than here.
19554         (tex-compilation-parse-errors): Simplify.
19556         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
19558         * time.el (display-time-string-forms): Add help-echo with date on time.
19560         * composite.el (compose-region): Use restore-buffer-modified-p.
19562         * disp-table.el (standard-display-8bit): Simplify.
19564         * server.el (server-process-filter): Delete temp frame.
19566         * add-log.el (add-change-log-entry): Simplify.
19568 2004-03-19  Kim F. Storm  <storm@cua.dk>
19570         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
19571         (hexl-follow-line): Don't require 'fringe.
19573         * progmodes/compile.el (compilation-start): Always set
19574         compilation-last-buffer and return it.
19576 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
19578         * simple.el (clone-buffer): Doc fix.
19580 2004-03-18  Juanma Barranquero  <lektu@terra.es>
19582         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
19584 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19586         * log-edit.el (log-edit-font-lock-keywords): New var.
19587         (log-edit-mode): Use it.
19589 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
19591         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
19592         properly for watching in speedbar.
19594 2004-03-17  Masatake YAMATO  <jet@gyve.org>
19596         * smerge-mode.el (smerge-popup-context-menu):
19597         Put `unwind-protect' around `overlay-put' and `popup-menu'.
19599 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19601         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
19602         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
19603         Take sealed revisions into account.
19604         (vc-arch-checkin): Extract a summary line from the message.
19606 2004-03-16  Masatake YAMATO  <jet@gyve.org>
19608         * register.el (register): Provide `register' feature.
19610 2004-03-15  Masatake YAMATO  <jet@gyve.org>
19612         Added context menu support in smerge mode.
19613         Most of the part is written by Stefan Monnier.
19615         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
19616         New keymap and menu.
19617         (smerge-text-properties): New function.
19618         (smerge-remove-props): New function.
19619         (smerge-popup-context-menu): New function.
19620         (smerge-resolve): Call `smerge-remove-props'.
19621         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
19622         (smerge-keep-current): Ditto.
19623         (smerge-kill-current): New function.
19624         (smerge-match-conflict): Put text properties.
19625         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
19627 2004-03-15  David Ponce  <david@dponce.com>
19629         * ruler-mode.el (ruler-mode-left-fringe-cols)
19630         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
19631         (ruler-mode-right-scroll-bar-cols): Remove.
19632         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
19633         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
19634         Use fringe-columns and scroll-bar-columns.
19636 2004-03-15  Masatake YAMATO  <jet@gyve.org>
19638         * hl-line.el (hl-line-range-function): New variable.
19639         (hl-line-move): New function.
19640         (global-hl-line-highlight): Use `hl-line-move'.
19641         (hl-line-highlight): Ditto.
19643         * scroll-bar.el (scroll-bar-columns):
19644         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
19646         * ruler-mode.el (top-level): Require scroll-bar and fringe.
19647         (ruler-mode-left-fringe-cols)
19648         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
19649         (ruler-mode-right-scroll-bar-cols)
19650         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
19651         (ruler-mode-ruler-function): New variable.
19652         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
19653         if the value for `ruler-mode-ruler-function' is given.
19655         * hexl.el (hexl-mode-hook): Make the hook customizable.
19656         (hexl-address-area, hexl-ascii-area): New customize variables.
19657         (hexlify-buffer): Put font-lock-faces on the address area and
19658         the ascii area.
19659         (hexl-activate-ruler): New function.
19660         (hexl-follow-line): New function.
19661         (hexl-highlight-line-range): New function.
19662         (hexl-mode-ruler): New function.
19664 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19666         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
19667         (vc-default-find-file-hook): New fun.
19668         (vc-find-file-hook): Call new find-file-hook operation.
19670         * vc-arch.el: New file.
19672 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
19674         * info-look.el (info-lookup): Reuse an existing Info window.
19676 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
19678         * woman.el (woman-preserve-ascii): Default value changed to t and
19679         doc string revised.
19681 2004-03-12  Richard M. Stallman  <rms@gnu.org>
19683         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
19684         Fix minor bug.
19686         * replace.el (occur-engine): Change message for count of matches.
19688         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
19689         For strings, do compare text properties.
19691 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
19693         * progmodes/compile.el (compile-auto-highlight)
19694         (compilation-error-list, compilation-old-error-list)
19695         (compilation-parse-errors-function, compilation-parsing-end)
19696         (compilation-error-message, compilation-directory-stack)
19697         (compilation-enter-directory-regexp-alist)
19698         (compilation-leave-directory-regexp-alist)
19699         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
19700         (compilation-current-file, compilation-regexps): Remove vars.
19702         (compile-error-at-point, compilation-error-filedata)
19703         (compilation-error-filedata-file-name, compile-reinitialize-errors)
19704         (compilation-next-error-locus, compilation-forget-errors)
19705         (count-regexp-groupings, compilation-parse-errors)
19706         (compile-collect-regexps, compile-buffer-substring): Remove funs.
19708         (compile-internal): Make obsolete.
19710         (compilation-first-column, compilation-error)
19711         (compilation-directory-matcher, compilation-page-delimiter)
19712         (compilation-mode-font-lock-keywords, compilation-debug)
19713         (compilation-error-face, compilation-warning-face)
19714         (compilation-info-face, compilation-line-face)
19715         (compilation-column-face, compilation-enter-directory-face)
19716         (compilation-leave-directory-face, compilation-skip-threshold)
19717         (compilation-skip-visited, compilation-context-lines): New vars.
19719         (compilation-warning-face, compilation-info-face)
19720         (compilation-message-face): New faces.
19722         (compilation-error-regexp-alist-alist): New constant.
19724         (compilation-face, compilation-directory-properties)
19725         (compilation-assq, compilation-error-properties, compilation-start)
19726         (define-compilation-mode, compilation-loop)
19727         (compilation-set-window): New functions.
19729         (compile): Additional argument for interactive compiles like TeX.
19731         * progmodes/grep.el (kill-grep): Move here from compile.el
19732         (grep-error, grep-hit-face, grep-error-face)
19733         (grep-mode-font-lock-keywords): New variables.
19734         (grep-regexp-alist): Simplify regexp and add `binary' case.
19735         (grep-mode): New mode.
19736         (grep-process-setup): Simplify.
19738 2004-03-11  Jason Rumney  <jasonr@gnu.org>
19740         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
19741         letters on DOS/Windows.
19743 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19745         * server.el (server-name): New var.
19746         (server-socket-dir): New var to replace server-socket-name.
19747         (server-start): Use them.
19749 2004-03-11  Simon Josefsson  <jas@extundo.com>
19751         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
19752         died to avoid infloop.  Reported by Jonathan Glauner
19753         <jglauner@sbum.org>.
19755 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19757         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
19758         (smerge-mode-menu): Use it to deactivate menu entries.
19759         (smerge-keep-current): New fun.
19760         (smerge-keep-current): Use it.
19762 2004-03-10  John Paul Wallington  <jpw@gnu.org>
19764         * foldout.el (foldout-fold-list, foldout-modeline-string):
19765         Declare them as variables, not constants.
19767 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19769         * ps-print.el: Modification to print *Messages* buffer.
19770         (ps-print-version): New version 6.6.4.
19771         (ps-message-log-max): New fun.
19772         (ps-spool-without-faces, ps-spool-with-faces)
19773         (ps-count-lines-preprint): Code fix.
19775         * printing.el: New tips in Tips section.
19777 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19779         * delim-col.el: Doc fix.
19781         * printing.el: Doc fix.  New doc section (Tips).
19783 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
19785         * type-break.el (type-break-emacs-variant): Remove.
19786         (type-break-run-at-time, type-break-cancel-function-timers):
19787         Use fboundp rather than version name and number.
19789 2004-03-09  Masatake YAMATO  <jet@gyve.org>
19791         * hexl.el (hexl-mode): Use `make-local-variable' instead of
19792         `make-variable-buffer-local'.
19794 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
19796         * find-dired.el (find-dired): Call `shell-command' instead of
19797         `start-process-shell-command'.  By this, Tramp takes over
19798         handling of remote directories.
19800 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
19802         * newcomment.el (comment-use-global-state): New var.
19803         (comment-search-forward): Use it.
19805         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
19807         * cus-edit.el (fill) <defgroup>: Move to fill.el.
19809         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
19810         (enable-kinsoku): Make it a defcustom.
19811         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
19812         paragraph to same-comment-start-marker.
19814 2004-03-07  Dave Love  <fx@gnu.org>
19816         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
19817         (browse-url-mail): Use it.
19819         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
19820         (rfc2368-unhexify-string): Use replace-regexp-in-string.
19822 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
19824         * woman.el (woman-man.conf-path): Doc fix.
19825         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
19827 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
19829         * sort.el (sort-columns): Remove ms-dos from the list of systems
19830         where the external `sort' command is not used.
19832 2004-03-07  Kim F. Storm  <storm@cua.dk>
19834         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
19835         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
19836         from overlay-arrow-variable-list.
19837         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
19839 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
19841         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
19842         overlay arrow string properly for the assembler buffer.
19844 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19846         * mail/sendmail.el (mail-mode): Fix last change.
19848 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
19850         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
19851         for the assembler buffer.
19852         (gdb-assembler-custom): Position the overlay arrow.
19853         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
19855 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19857         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
19859         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
19860         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
19862         * mail/sendmail.el (mail-mode): Set comment-start-skip.
19864         * newcomment.el (uncomment-region): Allow non-terminated comment.
19865         (comment-normalize-vars): Check the user-specified comstart marker.
19867 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19869         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
19870         Otherwise, do use it if the region only contains font-lock text
19871         properties.
19873 2004-03-04  Masatake YAMATO  <jet@gyve.org>
19875         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
19876         as the callback function for eldoc.
19877         (hexl-print-current-point-info): New function.
19878         (hexl-current-address): Print the address in both decimal
19879         and hexadecimal format.
19881 2004-03-04  Richard M. Stallman  <rms@gnu.org>
19883         * mail/rmail.el (rmail-convert-to-babyl-format):
19884         Specify t for UNIBYTE when calling mail-unquote-printable-region.
19886         * mail/mail-utils.el (mail-unquote-printable-region):
19887         New arg UNIBYTE.
19889         * startup.el (command-switch-alist): Doc fix.
19891         * simple.el (undo): Temporarily set this-command to `undo-start',
19892         then set it to `undo' once undo-start returns without error.
19894         * simple.el (minibuffer-history-sexp-flag): Doc fix.
19896         * simple.el (kill-line): Don't disregard trailing whitespace
19897         in eol condition, if show-trailing-whitespace is set.
19899         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
19900         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
19901         When disabling, restore old values only if mouse-sel-has-been-enabled.
19903         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
19904         (isearch-{-char): New function.
19905         (isearch-mode-map): Bind { to isearch-{-char.
19907         * font-lock.el (lisp-font-lock-keywords-2):
19908         Turn off the CL with-... and do-... general patterns.
19909         Instead, recognize several specific with... and do... constructs.
19911         * files.el (switch-to-buffer-other-window):
19912         Bind same-window-buffer-names and same-window-regexps to nil.
19913         (switch-to-buffer-other-frame): Likewise.
19915 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19917         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
19918         recognizing leading comment on code line.
19920 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19922         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
19923         hidden files/directories.
19925 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19927         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
19928         only comment-start (in case the mode hasn't set it).
19930         * Makefile.in (AUTOGENEL): New var.
19931         (bootstrap-prepare): Rename from bootstrap-clean.
19932         Don't remove elc files.
19933         (maintainer-clean): New target.
19935         * xml.el (xml-get-attribute-or-nil): Simplify.
19937 2004-03-02  Juri Linkov  <juri@jurta.org>
19939         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
19940         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
19941         URL to prevent their substitution with the environment variable
19942         values by browsers.
19944 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19946         * ps-print.el: Doc fix.
19947         (ps-print-version): New version number (6.6.3).
19948         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
19949         Docstring fix.
19950         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
19951         before printing.
19952         (ps-time-stamp-yyyy-mm-dd): New fun.
19953         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
19955 2004-03-02  Kim F. Storm  <storm@cua.dk>
19957         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
19959 2004-03-01  Juanma Barranquero  <lektu@terra.es>
19961         * allout.el (allout-rebullet-heading): Fix typo in docstring.
19963         * desktop.el (desktop-file-version)
19964         (desktop-after-read-hook): Fix typos.
19965         (desktop-clear-preserve-buffers): Remove redundant info in
19966         docstring already shown by the obsolescence message.
19967         (desktop-truncate, desktop-internal-v2s)
19968         (desktop-value-to-string): Change argument name to match docstring.
19970         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
19972         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
19973         docstring.
19975 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19977         * printing.el: Replace "As Is..." in PostScript file print/preview by
19978         "No Preprocessing...".  Suggested by Colin Marquardt
19979         <_marquardt_@zmd.de>.
19980         (pr-insert-section-4): Adjust buffer interface.
19982 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
19984         Version 2.0.39 of Tramp released.
19986         * net/tramp.el (tramp-handle-file-local-copy)
19987         (tramp-handle-write-region, tramp-open-connection-rsh):
19988         Variable name typo.  Small change.  From Patrick Tullmann
19989         <tullmann@flux.utah.edu>.
19990         (tramp-process-connection-type): New variable.
19991         (tramp-maybe-open-connection): Use it.
19992         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
19993         (tramp-touch): Set last-modified time of a remote file.
19994         (tramp-handle-write-region): Say which function is used when encoding.
19996 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
19998         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
19999         case of non-existing filename, too.  Reported by Christoph Bauer
20000         <c_bauer@informatik.uni-kl.de>.
20001         (tramp-smb-get-file-entries): The directory in question should
20002         have permissions "drwxrwxrwx".  Just virtual, because we don't
20003         know the real permissions.  Don't we know?
20004         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
20005         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
20006         (tramp-smb-wait-for-output): Optimize algorithm getting pending
20007         output.  If it was received chunkwise, there have been problems.
20008         Remove the "prompt not found" error message; it is obvious.
20009         Simplify algorithm.
20010         (tramp-smb-process-running): Remove.  Since we acknowledge the
20011         virtual prompt for shares, there's no need for distinction of
20012         reading shares (process ends afterwards) and interactive mode of
20013         smblient.
20014         (tramp-smb-open-connection): Setting process sentinel removed.
20015         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
20016         "NT_STATUS_NETWORK_ACCESS_DENIED".
20017         (tramp-smb-maybe-open-connection): Set `process-connection-type'
20018         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
20019         (top-level): Setting default value in `tramp-default-method-alist'
20020         corrected.  Order of USER and HOST have been wrong.
20021         Nobody complained for months ...
20022         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
20023         (tramp-smb-open-connection): Clear password cache if login has failed.
20025         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
20026         `tramp-unified-filenames'.
20027         (tramp-completion-mode): Make test for XEmacs explicitly.
20028         `event-to-character' can exists in Emacs packages too.
20029         Reported by Matt Swift <swift@alum.mit.edu>.
20030         (tramp-buffer-name): Buffer name must contain the user if exists.
20031         Reported by Adrian Phillips <a.phillips@met.no>.
20032         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
20033         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
20034         (tramp-do-copy-or-rename-file-out-of-band): Rename from
20035         `tramp-do-copy-or-rename-file-one-local', because it handles also
20036         the case both files use the same out-of-band method.
20037         Implementation added.
20038         (tramp-handle-file-local-copy, tramp-handle-write-region):
20039         Out-of-band handling removed.  `copy-file' called instead, which
20040         calls `tramp-do-copy-or-rename-file-out-of-band'.
20041         (tramp-action-password): Check for out-of-band method removed.
20042         This function is used for 'login-program.
20043         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
20044         appropriate.
20045         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
20046         and `tramp-parse-sknownhosts'.
20047         (tramp-completion-function-alist): It's a defvar now, because we
20048         want to apply the optimized `tramp-set-completion-function'
20049         instead of a static list.
20050         (tramp-set-completion-function): Implementation tuned.
20051         Avoid double entries, and entries where the function or the
20052         file/directory doesn't exist.
20053         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
20054         for SSH2.
20055         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
20056         (tramp-handle-dired-compress-file): New function.
20057         (tramp-async-proc): New variable.
20058         (tramp-handle-shell-command): Adding asynchronous processes.
20059         They are far from being perfect, but it works at least for
20060         `find-grep-dired' and `find-name-dired' in Emacs 22.1.
20061         (top-level): Require password.el if visible.  Should be mandatory
20062         once No Gnus has found its way into (X)Emacs.
20063         (tramp-read-passwd): Invoke `password-read' if available,
20064         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
20065         fallback any longer.
20066         (tramp-clear-passwd): New function.
20067         (tramp-process-actions, tramp-process-multi-actions):
20068         Clear password cache if login has failed.
20070         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
20071         its own module.
20072         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
20073         `ange-ftp-ftp-name-res'.  There could be incorrect values from
20074         previous calls in case the "ftp" method is used in the Tramp file
20075         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
20077 2004-02-28  Richard M. Stallman  <rms@gnu.org>
20079         * term.el (term-mouse-paste): Call mouse-set-point.
20081         * thumbs.el: New file.
20083 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20085         * progmodes/ebnf-abn.el: Doc fix.
20087         * progmodes/ebnf-bnf.el: Doc fix.
20088         (ebnf-repeat): Code fix.
20090         * progmodes/ebnf2ps.el: Doc fix.
20091         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
20093 2004-02-28  Juri Linkov  <juri@jurta.org>
20095         * ffap.el (dired-at-point): Additional writability test for
20096         relative directory names.
20097         (dired-at-point-prompter): Treat directories as a directory, get
20098         the directory component from files.
20099         (ffap-string-at-point): Return string from region if region is active.
20100         (ffap-file-at-point): Remove redundant code.
20102 2004-02-28  Kim F. Storm  <storm@cua.dk>
20104         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
20105         Initialize margin area images to nil.
20106         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
20107         (breakpoint-enabled-bitmap-face)
20108         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
20109         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
20110         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
20111         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
20112         (gdb-reset): Use gdb-remove-breakpoint-icons.
20113         (gdb-put-string): Add dprop arg to specify alternative display
20114         property (for setting fringe bitmap).
20115         (gdb-remove-strings): Doc fix.
20116         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
20117         icon in fringe (if available), or else as icon or text in display
20118         margin.  Creates necessary icons in breakpoint-bitmap,
20119         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
20120         Also make left window margin if required.
20121         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
20122         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
20123         no longer needed.
20124         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
20125         gdb-put-breakpoint-icon.
20126         (gdb-assembler-mode): Don't set left-margin-width here.
20128 2004-02-27  Kevin Ryde  <user42@zip.com.au>
20130         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
20131         comma, so that it DTRT in macros.
20133 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
20135         * progmodes/sh-script.el (sh-shell-arg)
20136         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
20137         (sh-leading-keywords, sh-other-keywords): Fix custom type.
20139 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
20141         * faces.el (face-spec-set-match-display): Add a new attribute,
20142         `min-colors'.
20143         (region, highlight, secondary-selection): Use `min-colors'.
20145         * custom.el (defface): Add documentation for `min-colors'.
20147         * font-lock.el (font-lock-comment-face, font-lock-string-face)
20148         (font-lock-keyword-face, font-lock-function-name-face)
20149         (font-lock-variable-name-face, font-lock-constant-face):
20150         Use `min-colors'.
20152         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
20154 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20156         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
20157         define assq-delete-all if it's not defined.
20158         (ebnf-generate-region): Code fix.
20160         * printing.el: Doc fix.
20161         (pr-version): New version number (6.7.2).
20162         (pr-command): Return empty string if command is an empty string.
20164 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20166         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
20168         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
20169         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
20170         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
20171         "tt" ["test"] ).  Reported by Markus Dreyer
20172         <mdreyer@ix.urz.uni-heidelberg.de>.
20173         (ebnf-version): New version number (4.0).
20174         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
20175         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
20176         (ebnf-delete-style): New commands.
20177         (ebnf-directory, ebnf-file): New funs.
20178         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
20179         (ebnf-production-name-p, ebnf-stop-on-error): New options.
20180         (ebnf-syntax-alist): New var.
20181         (ebnf-element-width): New fun replacing ebnf-list-width.
20182         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
20183         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
20184         (ebnf-prologue): Adjust vars.
20185         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
20186         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
20187         (ebnf-check-style-values, ebnf-generate-production)
20188         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
20189         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
20190         (ebnf-token-repeat): Code fix.
20192         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
20193         %right, %left and %prec.  Suggested by Matthew K. Junker
20194         <junker@alum.mit.edu>.
20195         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
20197         * progmodes/ebnf-iso.el: Doc fix.
20198         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
20199         (ebnf-iso-lex): Code fix.
20201         * progmodes/ebnf-bnf.el: Doc fix.
20202         (ebnf-bnf-lex): Code fix.
20204         * progmodes/ebnf-otz.el: Doc fix.
20206 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
20208         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
20209         (abbrev-prefix-mark): Doc fix.
20211 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
20213         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
20214         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
20215         (gdb-var-delete): Make interactive (really).
20216         (gdb-edit-value): Make non-interactive.
20218         * progmodes/gud.el (gud-speedbar-menu-items):
20219         Add gdb-var-delete and, indirectly, gdb-edit-value.
20220         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
20221         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
20222         (gud-gdb-marker-filter): Add comment for annotations.
20224 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
20226         * calendar/calendar.el (generate-calendar)
20227         (calendar-read-date): Prevent display of BC calendars once more -
20228         reverts 2003-10-01 change.
20229         (generate-calendar-month): Doc fix.
20231 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
20233         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
20234         return value of increment-calendar-month.
20236 2004-02-21  Stephen Compall  <s11@member.fsf.org>
20238         * saveplace.el (save-place-forget-unreadable-files)
20239         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
20240         (save-place-forget-unreadable-files): New function.
20241         (save-place-alist-to-file): Use it to filter out files that are
20242         no longer readable.
20244         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
20245         current Texinfo environment, using the same method as in
20246         `texinfo-insert-@end', and insert a space rather than a newline if
20247         point in a @table environment.
20249 2004-02-21  Juri Linkov  <juri@jurta.org>
20251         * ffap.el (ffap-file-at-point): Try parent directories.
20253 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
20255         * vcursor.el (vcursor-modifiers): New defcustom.
20256         (vcursor-cs-binding): Use vcursor-modifiers instead of a
20257         hard-coded list.
20259 2004-02-21  Masatake YAMATO  <jet@gyve.org>
20261         * play/animate.el (animate-birthday-present): Accept names other
20262         than `Sarah', too.
20264 2004-02-21  Juri Linkov  <juri@jurta.org>
20266         * startup.el: Remove table of command line arguments from the
20267         Commentary section.
20269 2004-02-20  John Wiegley  <johnw@newartisans.com>
20271         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
20272         again" modifier from 'e' to 'E', since 'e' is also used by the
20273         "file extension" modifier.
20275 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
20277         * help-fns.el (describe-categories): Doc fix.
20279 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
20281         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
20282         temporary file for buffer already visiting one.  This change makes
20283         output likely to be directly usable by patch program.
20284         Suggested by Adrian Aichner  <adrian@xemacs.org>
20286 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
20288         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
20289         case of variables defined in compound statements.
20290         (gdb-setup-windows, gdb-source-info, gdb-source-info):
20291         Simplify constructions using switch-to-buffer.
20293 2004-02-19  Simon Josefsson  <jas@extundo.com>
20295         * play/morse.el: Fix typo.
20296         (morse-code): Add @.
20298 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
20300         * calendar/appt.el (appt-display-format): Change default to
20301         'ignore, for backwards compatibility.
20302         (appt-display-message): If appt-display-format is 'ignore,
20303         respect old vars appt-msg-window and appt-visible.
20304         (appt-activate): Don't depend on return value of cancel-timer.
20306         * calendar/calendar.el (calendar-holidays): Doc fix.
20308         * calendar/cal-coptic.el (coptic-prompt-for-date):
20309         Use assoc-string instead of assoc-ignore-case.
20310         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
20311         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
20312         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
20313         * calendar/cal-islam.el (calendar-goto-islamic-date)
20314         (mark-islamic-diary-entries): Ditto.
20315         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
20316         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
20317         (calendar-read-mayan-tzolkin-date): Ditto.
20318         * calendar/calendar.el (calendar-read-date): Ditto.
20319         * calendar/diary-lib.el (mark-diary-entries): Ditto.
20321 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
20323         * progmodes/executable.el (executable-command-find-posix-p):
20324         Fix choice of the directory.
20326 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
20328         * simple.el (interprogram-cut-function)
20329         (interprogram-paste-function, kill-new, kill-append):
20330         Doc fixes.
20331         (kill-region): Make it return nil.  Doc fix.
20332         (yank-pop): Make its argument optional.
20333         (yank): Make ARG `-' equivalent to `-1'.
20335 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
20337         * mail/rmail.el (rmail-get-new-mail): Don't reference
20338         rmail-use-spam-filter if rmail-spam-filter is not loaded.
20340 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
20342         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
20343         if one of global-auto-revert-non-file-buffers or autorevert-mode
20344         is non-nil.
20346 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
20348         * subr.el (delete-dups): A better implementation from Karl Heuer
20349         <kwzh@gnu.org>.
20351 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
20353         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
20354         correct place.
20355         * progmodes/icon.el (icon-indent-command): Ditto.
20356         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
20358 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
20360         * progmodes/grep.el (grep-compute-defaults): Undo change from
20361         2004-01-29: don't use executable-command-find-posix-p.
20363 2004-02-16  Richard Sharman  <rsharman@pobox.com>
20365         * hilit-chg.el: Use require instead of eval-and-compile.
20366         (highlight-compare-buffers): New function.
20368 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
20370         * man.el (Man-fontify-manpage): Render section headings in
20371         `Man-overstrike-face' even when overstrike was not used by man
20372         formatter for section headings.
20374 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
20376         * rmail-spam-filter.el (vm-use-spam-filter)
20377         (rsf-min-region-length-added-to-spam-list): New variables.
20378         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
20379         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
20380         spam testing.  Don't delete spam message if automatic deletion
20381         after output via variable rmail-delete-after-output is turned on.
20382         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
20383         rsf-bbdb-dont-create-entries-for-spam.
20384         (check-field): New function, extracted from code in
20385         rmail-spam-filter to ease addition of header fields like content-type.
20386         (message-content-type): New variable to check the content-type:
20387         field added, also in defcustom of rsf-definitions-alist.
20388         (rmail-spam-filter): Replace repeated test code for header fields
20389         by calls to check-field; change the call to
20390         rmail-output-to-rmail-file such that rmail-current-message stays
20391         the same to avoid wrong deletion of unseen flags.
20392         (rsf-add-contents-type): New function to convert old format
20393         of rmail-spam-definitions-alist into new one.
20394         Change prefixes of all variables and functions from
20395         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
20397 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
20399         * loadhist.el (unload-hook-features-list): New defvar.
20401 2004-02-16  Dave Love  <fx@gnu.org>
20403         * loadhist.el (unload-feature): Doc fix.  Rename flist to
20404         unload-hook-features-list.
20406 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
20408         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
20409         cookie.  Don't check if we are looking-at open-formula.
20411 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
20413         * subr.el (match-string-no-properties): Use substring-no-properties.
20415 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
20417         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
20418         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
20419         Use lower-case "rx" in all error message.
20421 2004-02-16  Dave Love  <fx@gnu.org>
20423         * emacs-lisp/rx.el (rx-or): Put group around result.
20424         (rx-constituents): Add backref.
20425         (rx-syntax): Add string-delimiter, comment-delimiter.
20426         (rx-categories): Add combining-diacritic.
20427         (rx-check-not, rx-greedy, rx): Doc fix.
20428         (rx-backref, rx-check-backref): New.
20430 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
20432         * newcomment.el (uncomment-region): Allow eob as comment end.
20434 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
20436         * filecache.el: All message and error commands now use prefix
20437         "Filecache:" to make it easy to read *Messages* buffer.
20439 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
20441         * autorevert.el: Add support to detect changed dired and VC buffers.
20442         (auto-revert-active-p, auto-revert-list-diff)
20443         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
20444         (auto-revert-handler, auto-revert-active-p): New functions.
20445         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
20446         and `auto-revert-active-p'.
20447         (eval-when-compile): Defvar dired-directory and vc-mode.
20448         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
20449         (auto-revert-handler-vc): New functions.
20451 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
20453         * progmodes/compile.el (compilation-directory): New defvar.
20454         (compile): Save current directory in compilation-directory.
20455         (recompile): Bind default-directory to compilation-directory if
20456         that is non-nil.
20458 2004-02-16  Dave Love  <fx@gnu.org>
20460         * newcomment.el (comment-insert-comment-function)
20461         (comment-region-function, uncomment-region-function): New.
20462         (comment-indent): Use comment-insert-comment-function.
20463         (uncomment-region): Use uncomment-region-function.
20464         (comment-region): Use comment-region-function.
20466         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
20468 2004-02-16  Richard Stallman  <rms@gnu.org>
20470         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
20471         loaddefs* and ldefs-boot*.
20473 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
20475         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
20476         and email address at the beginning and end of the address.
20478         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
20479         anchored at the beginning of the email address.
20481 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
20483         * international/ccl.el (ccl-compile-write): Pass `left' to
20484         ccl-embed-code to generate correct code of write-expr-register.
20486 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
20488         * progmodes/grep.el (grep-compute-defaults): Fix typos.
20490 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20492         * x-dnd.el: Mention support for Motif in commentary.
20493         (x-dnd-handle-drag-n-drop-event): Ditto.
20495 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
20497         * ses.el: Use "ses--" prefixes for buffer-local variables.
20498         Use (point-min) instead of 1, even when we know the buffer
20499         is unnarrowed.
20500         (ses-build-load-map): Delete.  Distribute its content to defconsts for
20501         the three maps.
20502         (ses-menu, ses-header-line-menu): New menus.
20503         (ses-mode-map): Use them.
20504         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
20506 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
20508         * Makefile.in: Fix the CC Mode recompile kludge so it works
20509         when building in a different directory.
20511 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
20513         * simple.el (kill-new): Put yank-handler property on the entire string.
20515 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20517         * diff.el: Don't use compile any more, use diff-mode instead.
20518         (diff-regexp-alist, diff-old-file, diff-new-file)
20519         (diff-parse-differences, diff-process-setup): Remove.
20520         (diff-sentinel): New fun.
20521         (diff): Use it.  Run the process ourselves.
20522         Use diff-mode for the rest of the processing.
20524         * diff.el (diff): Simplify code handling `switch'.
20526 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20528         * pcvs-defs.el (cvs-menu): Add `tag'.
20530 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
20532         * simple.el (kill-append): Doc fix.
20534         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20535         Adapt outline-regexp to the new conventions for commenting out code.
20537 2004-02-11  John Paul Wallington  <jpw@gnu.org>
20539         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
20541 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20543         * diff.el (diff-switches): New fun.
20544         (diff, diff-backup): Use it.
20545         (diff): Clean up the args construction.  Use backquote.
20546         Use listp instead of consp to avoid putting a nil arg.
20547         (diff): Add a revert-buffer function.
20549 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20551         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
20552         handled by x-dnd-handle-file-name.
20553         (x-dnd-known-types): Add COMPOUND_TEXT.
20554         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
20555         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
20556         x-dnd-empty-state.
20557         (x-dnd-forget-drop): Ditto.
20558         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
20559         (x-dnd-handle-one-url): Return private when inserting text.
20560         (x-dnd-insert-ctext): New function.
20561         (x-dnd-handle-file-name): New function for FILE_NAME.
20562         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
20563         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
20564         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
20566 2004-02-10  Kenichi Handa  <handa@m17n.org>
20568         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
20569         instead of while loop.
20571 2004-02-10  Miles Bader  <miles@gnu.org>
20573         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
20575 2004-02-09  Kenichi Handa  <handa@m17n.org>
20577         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
20578         have end-of-line.
20580 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
20582         * Makefile.in: Added extra dependencies in the recompile target
20583         needed to cope with the compile time macro expansions in CC Mode.
20585 2004-02-09  Kim F. Storm  <storm@cua.dk>
20587         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
20588         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
20589         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
20590         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
20591         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
20592         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
20593         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
20594         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
20595         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
20596         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
20597         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
20599 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20601         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
20602         Don't allow shrink if there's a window on our right.
20604         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
20605         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
20606         Bring together declaration and initialization.
20607         (prolog-mode-variables): Don't set the syntax table.
20608         Don't set paragraph-start and comment-indent-function.
20609         Add /*..*/ to the comment regexps.
20610         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
20611         (prolog-mode-map): Don't bind TAB.
20612         (prolog-mode): Set the syntax table.
20613         (prolog-comment-indent): Remove.
20614         (inferior-prolog-mode-map): Initialize in the declaration.
20615         (inferior-prolog-mode-syntax-table)
20616         (inferior-prolog-mode-abbrev-table): New vars.
20617         (inferior-prolog-mode): Derive from comint-mode.
20618         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
20619         minibuffer windows.
20621         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
20622         in file names, as long as it is unambiguous.
20624 2004-02-08  Andreas Schwab  <schwab@suse.de>
20626         * textmodes/reftex-toc.el
20627         (reftex-toc-load-all-files-for-promotion): Remove useless use of
20628         format.  Doc fix.
20630         * textmodes/refer.el (refer-find-entry-internal): Remove extra
20631         format string arguments.
20633         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
20634         string argument.
20636         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
20638         * play/zone.el (zone-call): Fix format string.
20640         * net/webjump.el (webjump-builtin): Add missing format string argument.
20642         * midnight.el (midnight-delay-set): Remove extra format string argument.
20644         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
20646         * hexl.el (hexl-insert-char): Add missing format string argument.
20648         * format.el (format-decode): Fix format string.
20650         * emulation/vi.el (vi-mode): Remove extra format string argument.
20651         (vi-repeat-last-search): Likewise.
20652         (vi-reverse-last-search): Likewise.
20653         (vi-goto-mark): Likewise.
20654         (vi-reverse-last-find-char): Likewise.
20655         (vi-repeat-last-find-char): Likewise.
20656         (vi-locate-def): Likewise.
20658         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
20660         * ediff-util.el (ediff-toggle-read-only): Remove extra format
20661         string argument.
20662         (ediff-toggle-regexp-match): Likewise.
20664         * dired-aux.el (dired-do-query-replace-regexp): Add missing
20665         format string argument.
20667         * calc/calc-map.el (calc-get-operator): Remove extra format
20668         string argument.
20670         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
20672         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
20673         string argument.
20675         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
20677         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
20679         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
20681         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
20682         (cl-struct-setf-expander): Likewise.
20684         * vc.el (with-vc-file): Fix unsafe uses of error.
20685         (vc-cancel-version): Likewise.
20687 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
20689         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
20690         thousands separator; fixes <class>:<line-number> regexp for
20691         non-english locales.
20693 2004-02-08  Andreas Schwab  <schwab@suse.de>
20695         * view.el (view-mode-enable): Revert previous change.
20697 2004-02-07  Kim F. Storm  <storm@cua.dk>
20699         * simple.el (line-number-at-pos): Rename from line-at-pos.
20700         Uses changed (what-line and vc-annotate-warp-version).
20702 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20704         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
20705         (diff-mode): Remove aborted attempt at support for compile.el.
20706         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
20708 2004-02-06  Andreas Schwab  <schwab@suse.de>
20710         * view.el (view-mode-enable): Add view-mode-map to
20711         minor-mode-overriding-map-alist.
20713 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20715         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
20717 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20719         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
20720         with point inside rather than after the paragraph.
20722 2004-02-04  Sam Steingold  <sds@gnu.org>
20724         * mail/smtpmail.el (smtpmail-try-auth-methods):
20725         Do not try authentication when no mechanism is available.
20726         Pass port-name as defaultport to `netrc-machine'.
20728 2004-02-04  Stephen Eglen  <stephen@gnu.org>
20730         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
20731         to show how minibuffer height can be constrained.
20733 2004-02-04  John Paul Wallington  <jpw@gnu.org>
20735         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
20737 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20739         * x-dnd.el: New file for drag and drop.
20741         * term/x-win.el: require x-dnd, set after-make-frame-functions
20742         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
20743         drag-n-drop event.
20745         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
20746         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
20747         (dired-dnd-handle-file): New functions for drag and drop support.
20748         (dired-mode): Initialize drag and drop if x-dnd present.
20750 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20752         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
20753         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
20754         (cperl-mode): Set fill-paragraph-function.
20755         (cperl-fill-paragraph): Make it non-interactive.
20757 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
20759         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
20761 2004-02-02  David Kastrup  <dak@gnu.org>
20763         * replace.el (perform-replace): Allow 'literal argument in
20764         regexp-flag to indicate literal replacement.
20765         (query-replace-regexp-eval): Use it.
20767 2004-02-01  Andreas Schwab  <schwab@suse.de>
20769         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
20771 2004-02-01  Stephen Eglen  <stephen@gnu.org>
20773         * info-look.el: Add support for maxima-mode.  Update commentary
20774         because info-lookup-symbol is now bound to C-h S.
20776 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
20778         * simple.el (edit-and-eval-command): Bind print-level and
20779         minibuffer-history-sexp-flag around call to read-from-minibuffer.
20780         Correct initial position in command-history.
20782 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
20784         * files.el (read-directory-name): Adapt the docstring to recent
20785         change in Fread_file_name.
20787 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
20789         * ses.el (ses-print-cell): If print format too wide for column
20790         width, truncate decimal places if that helps to avoid "#####" fill.
20791         * ses.el (ses-initial-column-width): Revert previous change.
20793 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
20795         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
20796         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
20797         Add edebug info.
20798         (jit-lock-mode): Setup/cancel the new timer.
20799         (jit-lock-context-fontify): New fun.  Extracted from
20800         context fontification code of jit-lock-stealth-fontify.
20801         (jit-lock-stealth-fontify): Don't do context fontification any more.
20803         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
20804         (jit-lock-fontify-now): Handle the `quit' case.
20805         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
20807 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
20809         * progmodes/executable.el (executable-command-find-posix-p):
20810         New.  Check if find handles arguments Posix-style.
20812         * progmodes/grep.el (grep-compute-defaults):
20813         Use executable-command-find-posix-p.
20814         (grep-find): Check `grep-find-command'.
20816         * filecache.el (file-cache-find-posix-p): Delete.
20817         (file-cache-add-directory-using-find):
20818         Use `executable-command-find-posix-p'.
20820 2004-01-29  Dave Love  <fx@gnu.org>
20822         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
20823         Iterate the hook function if arg is given.
20824         (mark-defun, narrow-to-defun): Change order of finding the limits.
20826         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
20827         (byte-compile-format-warn): New.
20828         (byte-compile-callargs-warn): Use it.
20829         (Format, message, error): Add byte-compile-format-like property.
20830         (byte-compile-maybe-guarded): New.
20831         (byte-compile-if, byte-compile-cond): Use it.
20832         (byte-compile-lambda): Compile interactive forms,
20833         just to make warnings about them.
20835 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
20837         * ses.el (ses-initial-column-width): Increase to 14, so it will
20838         work well with the default printer of "%.7g" for extreme values
20839         like "-1.234567e+07".
20841 2004-01-29  Kenichi Handa  <handa@m17n.org>
20843         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
20845 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
20847         * dos-w32.el: Added support for the `default-printer-name' function.
20849 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
20851         * server.el (server-socket-name): Don't use the hostname in the
20852         socket name since /tmp is local to the host anyway.
20854         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
20855         robust check of widening and fix var-naming.
20857 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
20859         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
20860         or rmail-spam- to rsf- in all function and variable names.
20861         (rsf-min-region-to-spam-list): New variable.
20862         (rsf-bbdb-auto-delete-spam-entries): Rename from
20863         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
20864         scanned together with the recipients field for spam testing; Don't
20865         delete spam message if rmail-delete-after-output is non-nil;
20866         (rsf-check-field): New function, extracted from code in
20867         rmail-spam-filter to ease addition of header fields like
20868         content-type:;
20869         (message-content-type): New variable.  The content-type: field was
20870         added also in defcustom of rsf-definitions-alist;
20871         (rmail-spam-filter): Replace repeated test code for header fields
20872         by calls to check-field; change the call to
20873         rmail-output-to-rmail-file such that rmail-current-message stays
20874         the same to avoid wrong deletion of unseen flags.
20875         (rmail-use-spam-filter): Add autoload cookie.
20877 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
20879         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
20880         (file-cache-add-directory-using-find): Add Cygwin support.
20881         (file-cache-find-command-posix-flag): New user variable.
20883         * filecache.el (file-cache-add-directory): Check for
20884         directories an remove them from dir-files.
20886 2004-01-27  Richard M. Stallman  <rms@gnu.org>
20888         * man.el (Man-fontify-manpage): Clean up message.
20890 2004-01-27  Kenichi Handa  <handa@m17n.org>
20892         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
20893         (sentence-end): Define using sentence-end-without-space.
20895         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
20896         a sentence ends with one of a character in sentence-end-without-space.
20898 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20900         * font-lock.el (font-lock): Add jit-lock as explicit group member.
20901         (jit-lock): Group declaration moved to jit-lock.el.
20902         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
20903         when necessary.
20905         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
20906         (jit-lock-context-unfontify-pos): Rename from
20907         jit-lock-first-unfontify-pos.
20908         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
20910 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
20912         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
20913         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
20914         (fortran-fill): When filling a string, adjust re-search-backward
20915         argument for special case of string just on fill-column.
20916         When filling non-string, allow one extra char if
20917         fortran-break-before-delimiters is non-nil.
20918         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
20919         Use fortran-break-delimiters-re and fortran-no-break-re to
20920         correctly handle cases such as "**".
20922         * progmodes/f90.el (f90-break-delimiters): Doc fix.
20923         (f90-no-break-re): Add some extra tokens.  Doc fix.
20925 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
20927         * mail/rmail-spam-filter.el:
20928         Use two semicolons as Commentary line prefix.
20929         Add ";;; Code:" stylized comment.
20930         Delete end-of-line whitespace.
20931         Wrap (require 'cl) with `eval-when-compile'.
20933 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
20935         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
20936         at the top level of vc.el.
20938 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
20940         * vc.el (vc-current-line): Function removed.  This is now done by
20941         the new function line-at-pos in simple.el.
20942         (vc-annotate-warp-version): Use line-at-pos instead of
20943         vc-current-line.
20945 2004-01-22  Kim F. Storm  <storm@cua.dk>
20947         * simple.el (line-at-pos): New defun.
20948         (what-line): Use it.  Optimize by only counting lines in narrowed
20949         region once.
20951 2004-01-22  Kenichi Handa  <handa@m17n.org>
20953         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
20954         point (register r1) only for charset mule-unicode-0100-24ff.
20956 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
20958         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
20959         trailing white space and ensure a final newline.
20961         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
20962         Add autoload cookie.
20964 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
20966         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
20967         activate view-mode explicitly.
20969 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20971         * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
20972         menu-bar-enable-clipboard and make Paste use clipboard first.
20974 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20976         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
20977         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
20978         (vc-mcvs-cvs): Remove.
20979         (vc-mcvs-command): Remove use of assert.
20981         * outline.el (outline-insert-heading): Tighten up match.
20982         (outline-demote, outline-move-subtree-down): Don't assume anything
20983         about outline-regexp.
20985         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
20986         (texinfo-show-structure): Explicitly add ^, and simplify.
20988 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
20990         * calendar/appt.el (appt-check): Restore usage of
20991         appt-issue-message deleted in previous change.
20992         (top-level): Activate package when loaded (needed for backwards
20993         compatibility).
20995 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20997         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
20998         following previous change to smtpmail-send-data.
21000 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
21002         * vc.el (vc-default-previous-version): Doc enhancement.
21003         (vc-default-next-version): New function.
21004         (vc-print-log): New arg FOCUS-REV.
21005         (vc-annotate-mode): Derive from view-mode.
21006         (vc-annotate): New args REVISION, DISPLAY-MODE.
21007         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
21008         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
21009         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
21010         (vc-annotate-show-diff-revision-at-line, vc-current-line)
21011         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
21013         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
21015 2004-01-19  Karl Berry  <karl@gnu.org>
21017         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
21018         or "TexInfo".
21020 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
21022         * subr.el (delete-dups): New function.
21024 2004-01-19  Karl Berry  <karl@gnu.org>
21026         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
21027         with ^, since that's what texinfo-show-structure
21028         documentation says (plus it works much better in texinfo.txi).
21030 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
21032         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
21034 2004-01-18  David Ponce  <david@dponce.com>  (tiny change)
21036         * progmodes/which-func.el (which-function-mode): Don't cancel
21037         which-func-update-timer if not set.
21039 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
21041         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
21042         Remove spurious left square bracket in XX:XXam regexp.
21044 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
21046         * progmodes/cc-defs.el: Do not require cl at run time.
21048 2004-01-16  Richard M. Stallman  <rms@gnu.org>
21050         * emacs-lisp/cl.el (cl-cannot-unload): New function.
21051         (cl-unload-hook): Defvar this to run cl-cannot-unload.
21053         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
21054         Call rmail-spam-filter.  Delete and expunge spam.
21055         Print number of spam messages deleted.
21056         Save and restore the deletion status of old messages when reading
21057         new mail with spam filter, so that expunging spam does not expunge
21058         msgs deleted by the user.
21059         (rmail-only-expunge): Add an optional argument dont-show to
21060         prevent showing message after expunge.
21062 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
21064         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
21065         * subr.el (declare): New macro.
21067 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
21069         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
21071 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
21073         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21074         Test window-system rather than system-type (for X11/Mac).
21076 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
21078         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
21080 2004-01-12  Richard M. Stallman  <rms@gnu.org>
21082         * mail/rmail.el (rmail-convert-to-babyl-format):
21083         Use mail-unquote-printable-region.
21084         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
21085         (rmail-hex-char-to-integer): Functions deleted.
21087         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
21088         (mail-unquote-printable-region): New arg NOERROR.
21089         For invalid encoding, either signal an error to just return nil.
21091 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
21093         * calendar/appt.el: Update copyright and commentary.
21094         (appt-issue-message): Make obsolete.
21095         (appt-visible, appt-msg-window): Make obsolete, in favor of
21096         appt-display-format.
21097         (appt-display-mode-line, appt-display-duration)
21098         (appt-display-diary, appt-time-msg-list, appt-mode-string)
21099         (appt-prev-comp-time, appt-display-count, appt-timer)
21100         (appt-convert-time): Doc change.
21101         (appt-disp-window-function, appt-delete-window-function):
21102         Use defcustom rather than defvar.
21103         (appt-display-format): New variable.
21104         (appt-display-message): New function with display code from appt-check.
21105         (appt-check): Add optional FORCE argument.  Doc change.
21106         Add appt-make-list to diary-hook if displaying diary.
21107         Remove checking of view-diary-entries-initially.
21108         Message display section removed to new function appt-display-message.
21109         (appt-display-window): Doc change.  Remove unused internal var
21110         this-buffer.  Do not beep, since appt-display-message does that.
21111         (appt-make-list): Doc change.  Use caar.
21112         (appt-sort-list): Simplify by using builtin sort function.
21113         (appt-update-list): New function for updating appts when diary is
21114         saved.
21115         (appt-activate): New autoloaded function to toggle package
21116         functionality.
21118         * calendar/cal-x.el: (calendar-one-frame-setup)
21119         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
21121         * calendar/calendar.el: Update copyright.
21122         (view-diary-entries-initially, european-calendar-style): Doc change.
21123         (calendar-setup): Make defcustom rather than defvar.
21124         (mark-visible-calendar-date): Initialize temp-face and faceinfo
21125         in let binding so local to function.
21127         * calendar/diary-lib.el: Update copyright.
21128         (diary, diary-entry-time): Doc change.
21129         (list-diary-entries): Doc change.  Trivial logic change.
21130         (fancy-diary-display): Restore make-face command mistakenly
21131         deleted 2003-05-08.
21132         (show-all-diary-entries): Allow to pop-up frame if needed.
21134 2004-01-09  John Paul Wallington  <jpw@gnu.org>
21136         * bindings.el (mode-line-change-eol): Add EVENT parameter.
21137         Temporarily select EVENT's window for changing eol type.
21139 2004-01-09  Deepak Goel  <deego@gnufans.org>
21141         * calendar/diary-lib.el (diary-entry-time):
21142         Also accept time in the form XX[.XX][am/pm/AM/PM].
21143         (fancy-diary-font-lock-keywords): Likewise.
21144         (diary-font-lock-keywords): Likewise.
21145         * calendar/appt.el (appt-add): Likewise.
21146         (appt-make-list): Likewise.
21147         (appt-convert-time): Likewise.
21149 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
21151         * gdb-ui.el (gdb-ann3): Revert previous change.
21152         (gdb-source-info): Allow for case of where compilation directory
21153         is not recorded.
21155 2004-01-08  John Paul Wallington  <jpw@gnu.org>
21157         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
21159 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
21161         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
21163         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
21164         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
21165         problems.
21166         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
21168 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
21170         * files.el (write-file-functions, write-contents-functions):
21171         Clarify docstrings.
21173 2004-01-07  Kenichi Handa  <handa@m17n.org>
21175         * international/mule.el (set-auto-coding): Fix for the case that
21176         end-of-line is only CR.
21178 2004-01-07  Kim F. Storm  <storm@cua.dk>
21180         * subr.el (event-start, event-end): Doc fix.
21181         (posn-string, posn-image): New defuns.
21182         (posn-object): Return either image or string object.
21183         (posn-object-x-y): Return 8th element of position.
21184         (posn-object-width-height): New defun.
21186 2004-01-06  Andreas Schwab  <schwab@suse.de>
21188         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
21189         output.
21191 2004-01-05  Karl Berry  <karl@gnu.org>
21193         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
21194         / and *, too.
21196 2003-12-31  Simon Josefsson  <jas@extundo.com>
21198         * files.el (before-save-hook): Add.
21199         (basic-save-buffer): Use before-save-hook.
21201         * emacs-lisp/copyright.el: Fix comment to recommend
21202         before-save-hook instead of write-file-functions.
21204 2004-01-05  Richard M. Stallman  <rms@gnu.org>
21206         * finder.el (finder-commentary): Call delete-other-windows.
21208         * net/ange-ftp.el (ange-ftp-file-attributes):
21209         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
21211 2004-01-04  Karl Berry  <karl@gnu.org>
21213         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
21214         comment characters % and # in the copyright year notice,
21215         as well as ;.
21217 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
21219         * wid-edit.el (default): Define dummy :value-delete.
21220         Reported by Jesper Harder <harder@ifa.au.dk>.
21222 2004-01-03  Richard M. Stallman  <rms@gnu.org>
21224         * progmodes/compile.el (compile-internal): Use point, not point-min,
21225         for set-window-point.
21227         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
21229         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
21231         * progmodes/grep.el (grep-mode-map):
21232         Don't remap next-line, previous-line.
21234 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
21236         * speedbar.el (speedbar-edit-line): Change regexp to position
21237         the cursor on the first character of this line's button.
21239 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
21241         * subr.el (functionp): Doc fix.
21243 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
21245         * progmodes/idlwave.el (idlwave-make-tags):
21246         * textmodes/flyspell.el (flyspell-large-region):.
21247         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
21248         * emulation/viper-util.el (viper-glob-unix-files):
21249         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
21250         * man.el (Man-init-defvars):
21251         * jka-compr.el (jka-compr-call-process):
21252         * files.el (get-free-disk-space,insert-directory):
21253         * ediff-ptch.el (ediff-test-patch-utility):
21254         * ediff-diff.el (ediff-test-utility):
21255         * dired-aux.el (dired-check-process):
21256         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
21257         test the return value of call-process, because it can be a string.
21259 2003-12-31  John Paul Wallington  <jpw@gnu.org>
21261         * bindings.el (completion-ignored-extensions): Add .pfsl.
21263 2003-12-31  Kim F. Storm  <storm@cua.dk>
21265         * ido.el (ido-nonreadable-directory-p): New defun to check for
21266         nonreadable directory without activating tramp (to avoid problems
21267         with checking incomplete tramp paths).
21268         (ido-set-current-directory, ido-file-internal)
21269         (ido-file-name-all-completions1): Use it.
21271 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
21273         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
21274         documentation if the anchor (or node) name is preceded by `info
21275         anchor' or `Info anchor' in addition to earlier `info node' and
21276         `Info node'.
21277         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
21279 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
21281         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
21282         error in arguments to base64-decode-region.  Remove ^M characters
21283         after decoding base64.
21285 2003-12-30  Simon Josefsson  <jas@extundo.com>
21287         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
21288         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
21289         have only been distributed with Emacs for some years.
21290         (texinfo-mode-hook): Customize.
21292 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
21294         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
21295         cleaner (suggested by Richard Stallman).
21297         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
21298         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
21299         file-name clashes on 8+3 DOS filesystems.
21301         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
21302         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
21303         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
21304         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
21305         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
21306         file-name clashes on 8+3 filesystems.
21308         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
21309         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
21310         file-name clashes on 8+3 DOS filesystems.
21312 2003-12-29  Richard M. Stallman  <rms@gnu.org>
21314         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
21315         Upcase the character.
21317         * textmodes/flyspell.el (mail-mode-flyspell-verify):
21318         Search for header separator alone on a line, literally,
21319         and search for it backward, not forward.
21320         (flyspell-abbrev-table): Always use global-abbrev-table
21321         if there is no local one.
21323         * progmodes/sh-script.el (sh-get-indent-info):
21324         Don't move point back if at bob.
21326         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
21328         * play/handwrite.el (handwrite): Make the handwrite credit message
21329         a comment rather than an output command.
21331         * obsolete/sc.el: Display message that this file is obsolete.
21333         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
21335         * mail/rfc822.el (rfc822-address-start): Declare variable.
21336         Renamed from address-start.  All uses changed.
21338         * term.el (term-exec): Set up sentinel.
21339         (term-sentinel): New function.
21340         (term-handle-exit): New function.
21342         * subr.el (assoc-ignore-case, assoc-ignore-representation):
21343         Use assoc-string, and mark them obsolete.
21344         (delay-mode-hooks): Mark as permanent local.
21346         * simple.el (sendmail-user-agent-compose): Use assoc-string.
21348         * register.el (copy-rectangle-to-register): Doc fix.
21350         * info.el (Info-insert-dir): Use assoc-string.
21352         * info-look.el (info-lookup): Use assoc-string.
21354         * frame.el (pop-up-frame-function): Use quote, not `function'.
21355         (frame-notice-user-settings): Calculate ADJUSTED-TOP
21356         copying with lists as coordinate values.
21358         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
21360         * find-dired.el (kill-find): New command.
21361         (find-dired): Make buffer read-only.
21362         Set up a keymap with C-c C-k running kill-find.
21363         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
21365         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
21367         * filecache.el (file-cache-ignore-case): New variable.
21368         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
21370         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
21371         (comint-dynamic-complete-as-filename): Rename local vars.
21372         (comint-dynamic-list-filename-completions): Likewise.
21374         * comint.el (comint-dynamic-list-completions-config): New var.
21375         (comint-dynamic-list-completions): Handle both SPC and TAB right.
21377         * comint.el (comint-file-name-chars): Add [].
21378         (comint-word): Use skip-chars-backward, not search.
21380         * shell.el (shell-file-name-chars): Add [].
21382         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
21384         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
21386         * generic.el (define-generic-mode): Doc fix.
21388 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
21390         * files.el (kill-some-buffers): Doc fix.
21392 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
21394         * comint.el (comint-watch-for-password-prompt): Pass `string' as
21395         arg to send-invisible
21396         (send-invisible): Doc fix.  The argument is now a prompt, not the
21397         string to send.
21398         (comint-read-noecho): Doc fix.
21400 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
21402         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
21403         "@", as required by some ISP hosting service.  Fix defcustom
21404         argument syntax errors that prevented use of customization.
21406 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
21408         * xml.el (xml-get-attribute-or-nil): Doc fix.
21410 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
21412         * net/zone-mode.el (zone-mode): Use write-file-functions, not
21413         write-file-hooks.
21415 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
21417         * autorevert.el (auto-revert-interval): Doc fix.
21419 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
21421         * xml.el (xml-get-attribute-or-nil): New function, like
21422         xml-get-attribute, but returns nil if the attribute was not found.
21423         (xml-get-attribute): Convert to defsubst, uses
21424         xml-get-attribute-or-nil.
21426 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
21428         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
21430 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
21432         * custom.el (custom-declare-theme): Use `value' when putting
21433         properties on `theme'.
21435 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
21437         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
21438         for each yank-handler segment.
21439         (insert-for-yank-1): New function, with the body of the previous
21440         insert-for-yank.
21442         * textmodes/table.el (table-yank-handler): New defcustom.
21443         (table--put-cell-indicator-property): Put yank-handler property
21444         that indicates the yank handler for the table cell.
21446 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
21448         * generic-x.el (etc-modules-conf-generic-mode): A more complete
21449         set of keywords.
21451 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
21453         * international/mule-cmds.el (reset-language-environment)
21454         (set-language-environment): Don't invoke fontset-related functions
21455         if fontset-list is not fboundp.
21457 2003-12-29  Kenichi Handa  <handa@m17n.org>
21459         * international/mule-cmds.el (reset-language-environment):
21460         Call set-overriding-fontspec-internal with nil.
21461         (set-language-environment): Call set-overriding-fontspec-internal
21462         if the language environment specify `overriding-fontspec'.
21463         (language-info-alist): Doc added.
21465         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
21466         characters of mule-unicode-0100-24ff.
21467         (ccl-encode-windows-1251-font): New CCL program.
21468         ("Bulgarian"): Specify overriding-fontspec.
21469         ("Belarusian"): Likewise.
21471 2003-12-28  Sam Steingold  <sds@gnu.org>
21473         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
21474         parameter ID-FORMAT to conform with the 2003-11-30 patch.
21476 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
21478         * progmodes/gud.el (gud-gdb-command-name): Set default to
21479         "gdb --annotate=3".
21480         (gud-gdb-marker-filter): Look out for annotations.
21481         (gdb-first-pre-prompt): New variable.
21482         Remove trailing white space.
21484         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
21485         if necessary.
21486         (gdb-ann3): New function.  Initialize M-x gdb as for M-x gdba if
21487         annotations are detected.
21488         (gud-gdba-marker-filter): Use global variable gud-marker-acc
21489         instead of a local one to allow transition from
21490         gud-gdb-marker-filter.
21491         Remove trailing white space.
21493 2003-12-27  Kim F. Storm  <storm@cua.dk>
21495         * ido.el: Handle non-readable directories.
21496         (ido-decorations): Add 9th element for non-readable directory.
21497         (ido-directory-nonreadable): New dynamic var.
21498         (ido-set-current-directory): Set it.
21499         (ido-read-buffer, ido-file-internal):
21500         (ido-read-file-name, ido-read-directory-name): Let-bind it.
21501         (ido-file-name-all-completions1): Return empty list for
21502         non-readable directory.
21503         (ido-exhibit): Print [Not readable] if directory is not readable.
21504         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
21505         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
21506         Use it.
21508 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
21510         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
21511         calls to directory-files-and-attributes and file-attributes.
21512         (ls-lisp-format): Remove system dependent handling of user and
21513         group id's.
21515 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
21517         * ffap.el (ffap-read-file-or-url): Revert previous change.
21519 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
21521         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
21522         new list of included files called `files-with-node-lines', that
21523         only have node lines.  This way @include commands can include any
21524         file, such as version and update files without node lines, not
21525         just files that are chapters.
21527 2003-12-25  Andreas Schwab  <schwab@suse.de>
21529         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
21530         file not found.
21532 2003-12-08  Miles Bader  <miles@gnu.org>
21534         * dired.el (dired-between-files): Always use dired-move-to-filename,
21535         which is more robust in non-english locales.
21537 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
21539         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
21541 2003-12-24  Andreas Schwab  <schwab@suse.de>
21543         * shell.el (shell-file-name-quote-list): Add backslash.
21545         * comint.el (comint-quote-filename): Correctly handle backslash
21546         in comint-file-name-quote-list.
21548 2003-12-24  Kenichi Handa  <handa@m17n.org>
21550         * international/mule-cmds.el (set-default-coding-systems):
21551         Call ucs-set-table-for-input for all buffers that don't have local
21552         value of buffer-file-coding-system.
21554         * international/ucs-tables.el (ucs-set-table-for-input):
21555         If translation-table-for-encode is a symbol, get its
21556         translation-table property.
21558 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
21560         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
21561         to `completing-read' on a recently fixed bug.
21563         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
21564         instead of SPACE, to get the list of possible fringe modes.
21565         SPACE only works if both `partial-completion-mode' and
21566         `completion-auto-help' are nil.
21568         * complete.el (PC-is-complete-p): Delete.
21569         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
21570         calls to `test-completion'.
21572 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
21574         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
21575         to edit values when there are no children.
21577         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
21578         a mode called "Assembler" already exists.
21579         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
21580         (gud-watch): Use format option.  Remove font properties from string.
21581         (gdb-var-create-handler, gdb-var-list-children-handler):
21582         Don't bother about properties as there are none.
21583         (gdb-var-create-handler, gdb-var-list-children-handler)
21584         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
21585         with two arguments.
21586         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
21587         Let speedbar show value changes with a different font.
21588         (gdb-edit-value): New defun.
21589         (gdb-clear-partial-output, gdb-clear-inferior-io)
21590         (def-gdb-auto-update-handler): Use erase-buffer.
21591         (gdb-frame-handler): Display watch expressions in
21592         FUNCTION::VARIABLE format if required.
21594 2003-12-23  John Paul Wallington  <jpw@gnu.org>
21596         * info.el (Info-unescape-quotes, Info-split-parameter-string)
21597         (Info-goto-emacs-command-node): Doc fixes.
21599 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
21601         * cus-edit.el (custom-add-parent-links): Define "many".
21603 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
21605         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
21606         (widget-child-validate, widget-type-value-create)
21607         (widget-type-default-get, widget-type-match): New functions.
21608         (lazy): New widget.
21609         (menu-choice, checklist, radio-button-choice, editable-list)
21610         (group, documentation-string): Remove redundant (per 2003-10-25
21611         change) calls to `widget-children-value-delete'.
21612         (widget-choice-value-get, widget-choice-value-inline): Remove.
21613         (menu-choice): Update widget.
21615 2003-12-03  Kenichi Handa  <handa@m17n.org>
21617         * language/cyrillic.el: Register "microsoft-cp1251" in
21618         ctext-non-standard-encodings-alist.
21619         ("Bulgarian"): Add ctext-non-standard-encodings.
21620         ("Belarusian"): Likewise.
21622         * international/mule-conf.el (compound-text-with-extensions):
21623         Change the type to 2 (iso-2022 base).
21625         * international/mule.el (ctext-non-standard-encodings-alist):
21626         Change the format.
21627         (ctext-non-standard-encodings): New variable.
21628         (ctext-post-read-conversion): Fully re-written.
21629         (ctext-non-standard-designations-alist): Delete it.
21630         (ctext-non-standard-encodings-table): New function.
21631         (ctext-pre-write-conversion): Fully re-written.
21633 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
21635         * cus-edit.el (custom-add-parent-links): Add documentation links
21636         for parent, if the item has none of its own.
21638 2003-11-30  Richard M. Stallman  <rms@gnu.org>
21640         * dired-aux.el (dired-do-query-replace-regexp):
21641         Report files visited read-only.
21643 2003-11-30  Juri Linkov  <juri@jurta.org>
21645         * dired-aux.el (dired-compare-directories): New command.
21646         (dired-file-set-difference, dired-files-attributes): New functions.
21648 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
21649         Version 2.0.38 of Tramp released.
21651         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
21652         Charles Curley <charlescurley@charlescurley.com>.
21653         (tramp-multi-connection-function-alist): Add ssht entry which adds
21654         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
21655         Aichner.
21656         (tramp-get-method-parameter): New function to retrieve a method
21657         parameter.  This allows for omission of method parameters.
21658         Callers adjusted.
21660 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
21662         * net/tramp.el: Add new optional parameter ID-FORMAT to
21663         `file-attributes'.  Calls of `file-attributes' won't use this
21664         parameter for backward compatibility reasons.
21665         (tramp-perl-file-attributes): Add a new parameter to Perl script
21666         in order to handle uid/gid as strings, if desired.
21667         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
21668         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
21669         order to make the function more general.
21670         (tramp-handle-file-attributes): Replace proprietary optional
21671         parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
21672         (tramp-handle-file-attributes-with-perl): Handle parameter
21673         NONNUMERIC if set.  This wasn't done in the past.
21674         (tramp-post-connection): Apply second parameter "$2" if
21675         `tramp-remote-perl' is called.
21677         * net/tramp-smb.el (tramp-smb-handle-delete-file):
21678         Correct cut'n'waste error (`filename' instead of `directory').
21679         (tramp-smb-handle-directory-files-and-attributes)
21680         (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
21681         introduced parameter ID-FORMAT.
21682         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
21683         error (`directory' instead of `ldir').
21685         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
21686         `file-attributes' has a second parameter.  If yes, apply it with
21687         value "'integer".  Otherwise, don't use that parameter (default is
21688         integer format).
21690 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
21692         * help.el (help-map): Bind `display-local-help' to `C-h .'.
21693         (help-for-help): Add `C-h .' to the listed Help options.
21694         Remove trailing whitespace.
21696         * help-at-pt.el: New file.
21698 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
21700         * subr.el (noreturn, 1value): New macros for test coverage.
21701         See `testcover.el'.
21703         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
21705         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
21706         for macro `1value'.
21707         (testcover-1value): New function.  Checks that a 1value form
21708         actually returns only one value.  Requested by RMS.
21710 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
21712         * gdb-ui.el (gud-watch, gdb-var-create-handler)
21713         (gdb-var-list-children, gdb-var-list-children-handler)
21714         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
21715         gdb commands that use mi to keep them out of the command history.
21717 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21719         * cus-start.el (all): Add use-file-dialog.
21721 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
21723         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
21725 2003-11-27  Kim F. Storm  <storm@cua.dk>
21727         * subr.el (posn-object-x-y): New defun.
21729 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21731         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
21732         Don't use `space' for \\\n.
21733         Be more selective as to which # are comment-starters.
21735 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
21737         * subr.el (number-sequence): Improve handling of floating point
21738         arguments (suggested by Kim Storm).  Allow negative arguments.
21740 2003-11-26  Kenichi Handa  <handa@m17n.org>
21742         * international/mule-cmds.el (standard-display-european-internal):
21743         Cancel the standard-display-table setting for ` and '.
21745 2003-11-26  Kim F. Storm  <storm@cua.dk>
21747         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
21748         New defcustoms to add ffap-like functionality to ido.
21749         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
21750         (ido-no-final-slash): New defun.
21751         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
21752         (ido-read-file-name): ): Toggle VC checking via
21753         vc-handled-backends instead of vc-master-templates.
21754         (ido-file-internal): Handle ido-use-url-at-point and
21755         ido-use-filename-at-point via code borrowed from ffap-guesser.
21756         Handle new ido-exit code ffap.
21757         (ido-sort-list): Ignore final slash when sorting file names.
21759 2003-11-25  Kim F. Storm  <storm@cua.dk>
21761         * emulation/cua-base.el (cua--standard-movement-commands):
21762         Add forward-sentence and backward-sentence.
21764 2003-11-25  Stephen Eglen  <stephen@gnu.org>
21766         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
21767         iswitchb-exit is set to 'usefirst when user selects buffer at head
21768         of list using RET.  (Selecting buffers at the head of the list was
21769         broken if the substring was also a complete buffername.)
21771 2003-11-23  Kim F. Storm  <storm@cua.dk>
21773         * progmodes/compile.el (grep-command, grep-use-null-device)
21774         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
21775         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
21776         (grep-regexp-alist, grep-program, find-program)
21777         (grep-find-use-xargs, grep-history, grep-find-history)
21778         (grep-process-setup, grep-compute-defaults)
21779         (grep-default-command, grep, grep-tag-default, grep-find)
21780         (grep-expand-command-macros, grep-tree-last-regexp)
21781         (grep-tree-last-files, grep-tree): Move grep variables, functions
21782         and commands to new file grep.el.
21783         (compilation-mode-map): Remove grep commands from Compile sub-menu.
21784         (compilation-process-setup-function): Doc fix.
21785         (compilation-highlight-regexp, compilation-highlight-overlay): New
21786         defvars used for highlighting current compile error in source buffer.
21787         (compile-internal): New optional args HIGHLIGHT-REGEXP and
21788         LOCAL-MAP which overrides compilation-highlight-regexp and
21789         compilation-mode-map for this compilation.
21790         Delay calling compilation-set-window-height until after running
21791         compilation-process-setup-function so it can buffer-local override
21792         compilation-window-height.
21793         Check buffer-local value of compilation-scroll-output.
21794         (compilation-set-window-height): Use buffer-local value of
21795         compilation-window-height.
21796         (compilation-revert-buffer): Don't pass (undefined)
21797         preserve-modes arg to revert-buffer.
21798         (next-error-no-select, previous-error-no-select): New commands.
21799         (compilation-goto-locus): Temporarily highlight current match in
21800         source buffer using compilation-highlight-regexp.
21802         * progmodes/grep.el: New file with grep code from compile.el.
21803         (grep): New defcustom group.
21804         (grep-window-height): New defcustom, like compilation-window-height.
21805         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
21806         (grep-scroll-output): New defcustom, like compilation-scroll-output.
21807         (grep-command, grep-use-null-device, grep-find-command)
21808         (grep-tree-files-aliases, grep-tree-ignore-case)
21809         (grep-tree-ignore-CVS-directories): Move to grep custom group.
21810         (grep-setup-hook): New hook variable.
21811         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
21812         (grep-last-buffer): New defvar, override compilation-last-buffer.
21813         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
21814         Call compile-internal with args highlight-regexp and grep-mode-map.
21816 2003-11-23  Kim F. Storm  <storm@cua.dk>
21818         * subr.el (event-start, event-end): Doc fix.
21819         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
21820         (posn-area, posn-actual-col-row, posn-object): New defuns.
21821         (posn-col-row): Simplify doc.  Rewrite to use cond.
21822         (posn-point): Also return buffer position for events outside text
21823         area (that info is now present in the event position).
21825         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
21826         mouse-set-point so that hscroll still works now that clicks on
21827         fringes generate specific mouse events.
21828         (mouse-set-point): Note that it now works in fringes and margins
21829         too due to new semantics of posn-point in fringes and margins.
21831         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
21832         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
21834 2003-11-20  Kim F. Storm  <storm@cua.dk>
21836         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
21837         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
21838         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
21839         to 100 for icons to avoid increasing line height when shown.
21841 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
21843         * newcomment.el (comment-normalize-vars): Initialize properly if
21844         comment-start was nil.
21846 2003-11-19  Andreas Schwab  <schwab@suse.de>
21848         * simple.el (set-variable): Fix indentation.
21850 2003-11-17  Kenichi Handa  <handa@m17n.org>
21852         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
21853         Fix docstring.
21855 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
21857         * international/latin1-disp.el (latin1-display): Fix docstring.
21859 2003-11-16  John Wiegley  <johnw@newartisans.com>
21861         * eshell/em-ls.el (eshell-ls-file): There are times with
21862         size-width is nil and uncomputed (when directories are created in
21863         dired, for example); in this case, 4 is reasonable default value,
21864         although it may caused skewed new entries (which could be avoided
21865         by returning the original value of 8 in all cases, but 99% of the
21866         time this is a waste of whitespace).
21868 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
21870         * cc-engine.el (c-guess-continued-construct)
21871         (c-guess-basic-syntax): Check a little more carefully if it's a
21872         function declaration when an unknown construct followed by a block
21873         is found inside a statement context.  This avoids macros followed
21874         by blocks to be taken as function declarations.
21876         (c-guess-continued-construct): Change the analysis of a statement
21877         continuation with a brace open to `substatement-block', for
21878         consistency with recognized statements.
21880         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
21881         start is in a position so that `c-beginning-of-statement-1' jumped
21882         to the beginning of the same statement.
21884         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
21885         Don't accept binary operators in the arglist if we're in a function
21886         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
21887         template recognition in cases like "if (a < b || c > d)".
21889         (c-restricted-<>-arglists): New more appropriate name for
21890         `c-disallow-comma-in-<>-arglists'.
21892         Accessing functions updated for the variable name change.
21894         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
21895         match data could get clobbered if NOT-INSIDE-TOKEN is used.
21897         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
21898         labels.
21900         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
21901         instead of duplicating parts of it.  This fixes bogus label
21902         recognition.
21904         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
21905         of checking the context in which to apply the minimum indentation,
21906         so that it isn't enforced in e.g. namespace blocks.
21908         * cc-vars.el (c-inside-block-syms): New constant used by
21909         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
21910         to somewhat reduce the risk of becoming stale.
21912         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
21913         cc-cmds to cc-engine to allow use from cc-align.
21915         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
21916         qualified identifiers containing "::".
21918         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
21919         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
21921         * cc-vars.el (c-emacs-features): Use a space in front of the name
21922         of the temporary buffer.  That also avoids dumping problems in
21923         XEmacs due to undo info being left around after the buffer is killed.
21925         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
21926         arglist to see if it's a K&R style declaration.
21928         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
21929         before returning `knr-argdecl-intro'.
21931 2003-11-16  John Wiegley  <johnw@newartisans.com>
21933         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
21934         field in a long-listing always 8 characters, use `size-width',
21935         which has already been computed.
21937 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
21939         * subr.el (minor-mode-list): Add `hs-minor-mode'.
21941 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
21943         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
21944         Support operation while narrowed, with `diff-restrict-view'.
21946 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
21948         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
21949         Take additional optional arg NARROWFUN.  For the generated functions:
21950         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
21951         include frags that arrange to check for and save narrowing state before
21952         the move and then conditionally call NARROWFUN after the move.
21954 2003-11-14  John Wiegley  <johnw@newartisans.com>
21956         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
21957         that was optional, but obviously missing based on surrounding code.
21959         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
21960         string arguments to numbers unless the whole argument was seen as
21961         a number.
21963 2003-11-14  Kenichi Handa  <handa@m17n.org>
21965         * international/mule.el (ctext-non-standard-encodings-alist):
21966         Fix coding systems.
21968 2003-11-10  Kenichi Handa  <handa@m17n.org>
21970         * language/kannada.el ("Kannada"): Add sample-text.
21972         * language/knd-util.el (kannada-compose-region)
21973         (kannada-compose-string, kannada-post-read-conversion):
21974         Add autoload cookie.
21976         * international/quail.el (quail-completion): Change the message
21977         "corresponding translations" to "corresponding characters".
21979 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
21981         * descr-text.el (describe-char): Fix typo.
21983 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
21985         These changes are to support Kannada language/script.
21987         * Makefile.in (DONTCOMPILE): Add kannada.el.
21989         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
21991         * loadup.el: Preload kannada.el.
21993         * language/ind-util.el (ucs-kannada-to-is13194-alist)
21994         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
21995         New variables.
21997         * language/kannada.el: New file.
21999         * language/knd-util.el: New file.
22001 2003-11-07  Andreas Schwab  <schwab@suse.de>
22003         * progmodes/autoconf.el (autoconf-font-lock-keywords):
22004         Also highlight AH_*.
22006         * xml.el (xml-parse-dtd): Fix misplaced paren.
22008 2003-11-07  Kenichi Handa  <handa@m17n.org>
22010         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
22012 2003-11-05  Juri Linkov  <juri@jurta.org>
22014         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
22015         (desktop-buffer-file): Use saved buffer-file-coding-system
22016         for file reading.  Set auto-insert to nil to prevent automatic
22017         insertion into restored empty files.
22019 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
22021         * files.el (risky-local-variable-p): Make second argument optional.
22023 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22025         * subr.el (add-hook): Fix last change.
22027 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
22029         * mail/rmail.el (rmail-convert-to-babyl-format):
22030         If base64-decode-region signals an error, catch it and silently
22031         ignore it.
22033 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
22035         * xml.el (xml-parse-region): Allow comments to appear after the
22036         topmost element has closed.
22037         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
22038         (xml-ns-expand-attr): New functions to do namespace handling.
22039         (xml-intern-attrlist): Back-compatible handling of attribute names.
22040         (xml-parse-tag): Move namespace handling to separate functions.
22041         Now produces elements in the form ((:ns . "element") (attr-list)
22042         children) instead of ('ns:element (attr-list) children).
22043         (xml-parse-attlist): Fix attribute parsing.
22044         (xml-parse-dtd): Change parsing so that it produces strings
22045         instead of interned symbols.
22047 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
22049         * dired.el (dired-ls-sorting-switches): Doc fix.
22051 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
22053         * emacs-lisp/rx.el (rx-or): Fix the case of
22054         "(rx (and ?a (or ?b ?c) ?d))".
22056 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
22058         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
22059         (texinfo-format-region): Use it.
22060         (texinfo-format-buffer-1): Ditto.
22062 2003-11-01  Alan Mackenzie  <acm@muc.de>
22064         Changes to allow scrolling whilst in isearch mode:
22065         * isearch.el (isearch-unread-key-sequence): New function,
22066         extracted from isearch-other-meta-char.
22067         (top level): (put 'foo 'isearch-scroll) on all Emacs's
22068         "scrollable" standard functions.
22069         (isearch-allow-scroll): New customizable variable.
22070         (isearch-string-out-of-window, isearch-back-into-window)
22071         (isearch-reread-key-sequence-naturally)
22072         (isearch-lookup-scroll-key): New functions.
22073         (isearch-other-meta-char): Doc string and functionality enhanced.
22074         Now accepts a prefix argument.
22075         (isearch-lazy-highlight-window-end): New variable.
22076         (isearch-lazy-highlight-new-loop): Pay attention to the window's
22077         end (thru isearch-lazy-highlight-window-end), not only its start.
22079         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
22080         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
22081         (universal-argument, universal-argument-more, negative-argument)
22082         (digit-argument, universal-argument-other-key): Minor changes.
22084 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
22086         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
22087         recursively if the last message is deleted, thus avoiding an
22088         infinite loop.
22090 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22092         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
22093         (tex-main-file): Don't add .tex if the extension is already present.
22094         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
22096 2003-10-29  Lute Kamstra  <lute@gnu.org>
22098         * progmodes/octave-inf.el (inferior-octave-prompt):
22099         Recognize version number in prompt.
22101 2003-10-28  Dave Love  <fx@gnu.org>
22103         * international/characters.el: Fix some Unicode ranges.
22105 2003-10-28  Kenichi Handa  <handa@m17n.org>
22107         * disp-table.el (standard-display-8bit)
22108         (standard-display-default, standard-display-ascii)
22109         (standard-display-g1, standard-display-graphic)
22110         (standard-display-underline): Assure that standard-display-table
22111         is a display table.
22113 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
22115         * simple.el (reindent-then-newline-and-indent): Delete space *after*
22116         reindenting the first line.
22118 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
22120         * wid-edit.el (widget-default-delete): Always delete child widgets.
22122 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
22124         * newcomment.el (comment-indent): Don't call indent-according-to-mode
22125         if the line has code.
22126         Don't try to line up with something that's too far left.
22128         * progmodes/octave-mod.el (octave-comment-start): Simplify.
22129         (octave-mode-syntax-table): Add % as a comment starter.
22130         (octave-point): Remove.
22131         (octave-in-comment-p, octave-in-string-p)
22132         (octave-not-in-string-or-comment-p, calculate-octave-indent)
22133         (octave-blink-matching-block-open, octave-auto-fill):
22134         Use line-(beginning|end)-position instead.
22136 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
22138         * emacs-lisp/authors.el (authors-aliases): Add correct realname
22139         for Francesco Potort\e,Al\e(B.
22141 2003-10-23  Dave Love  <fx@gnu.org>
22143         * international/mule-cmds.el (locale-charset-to-coding-system):
22144         Don't rely on nil being a coding system.
22146         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
22147         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
22148         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
22150 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
22152         * gdb-ui.el (gdb-current-language): New variable.
22153         (gdb-update-flag): Remove variable.
22154         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
22155         (gdb-take-last-elt): Remove function.
22156         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
22157         (gdb-post-prompt): Check for variable object changes here.
22159         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
22160         object changes in gdb-ui.el.
22162 2003-10-21  Richard M. Stallman  <rms@gnu.org>
22164         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
22166         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
22167         Don't check for foo*/ wildcard form here.
22168         (insert-directory): Recognize foo*/ as a wildcard.
22169         Separate wildcard-regexp variable from the arg, wildcard.
22171         * subr.el (add-hook): Correctly detect when make-local-hook was used.
22172         (remove-hook): Correctly handle strange cases about local hooks.
22174 2003-10-21  David Ponce  <david@dponce.com>
22176         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
22177         argument REAL, to return a real number instead of a rounded
22178         integer value.  Define as inline function.
22179         (ruler-mode-right-fringe-cols): Likewise.
22180         (ruler-mode-scroll-bar-cols): New function.
22181         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
22182         (ruler-mode-right-scroll-bar-cols): Likewise.
22183         (ruler-mode-space): New function.
22184         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
22185         scroll bar mode and margins in a more robust way.
22187 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
22189         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
22190         (antlr-c-init-language-vars): New function.
22191         (antlr-mode): Use it with cc-mode before v5.29.
22192         (antlr-c-common-init): Don't set some local vars here.
22193         (antlr-mode): Set them here.
22194         (antlr-c-forward-sws): New function alias.
22195         (antlr-mode): Redefine with cc-mode before v5.30.
22196         (antlr-skip-sexps): Use it.
22197         (antlr-skip-exception-part): Ditto.
22198         (antlr-skip-file-prelude): Ditto.
22199         (antlr-outside-rule-p): Ditto.
22200         (antlr-end-of-body): Ditto.
22201         (antlr-option-kind): Ditto.
22202         (antlr-insert-option-area): Ditto.
22203         (antlr-file-dependencies): Ditto.
22205 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
22207         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
22208         Move backward only if point was not inside an entry.
22210 2003-10-21  Richard M. Stallman  <rms@gnu.org>
22212         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
22214 2003-10-21  Juri Linkov  <juri@jurta.org>
22216         * compare-w.el: Automatically skip non-matching text to resync.
22217         (compare-windows-whitespace): Doc fix.
22218         (compare-windows-sync, compare-windows-sync-string-size)
22219         (compare-windows-recenter, compare-ignore-whitespace)
22220         (compare-windows-highlight, compare-windows-face): New variables.
22221         (compare-windows): Use compare-windows-sync.
22222         (compare-windows-highlight, compare-windows-dehighlight)
22223         (compare-windows-sync-regexp)
22224         (compare-windows-sync-default-function): New functions.
22226 2003-10-21  Juri Linkov  <juri@jurta.org>
22228         * diff.el (diff-parse-differences): Don't visit the files now;
22229         instead, just record the error locus.
22231 2003-10-21  Dave Love  <fx@gnu.org>
22233         * progmodes/cfengine.el: New file.
22235 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22237         * complete.el (PC-do-completion): Do not forget to use `pred' as the
22238         default-directory when completing file names.
22240 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
22242         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
22243         followed by the word `face', it gets treated as a face, even if
22244         it is also defined as a variable or a function.
22246 2003-10-20  Dave Love  <fx@gnu.org>
22248         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
22249         Avoid incf in macro expansion.
22251 2003-10-20  John Paul Wallington  <jpw@gnu.org>
22253         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
22254         `evenp' so we don't implicitly require cl library at runtime.
22256 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
22258         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
22259         (help-make-xrefs): Only make cross-references for faces if
22260         preceded or followed by the word `face'.  Do not make a
22261         cross-reference for variables without variable documentation,
22262         unless preceded by the word `variable' or `option'.  Update doc
22263         string accordingly.
22265 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
22267         * progmodes/hideshow.el: Rewrite one-armed `if'
22268         constructs using either `when' or `unless'.
22269         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
22271 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
22273         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
22274         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
22275         instead of 12x12.
22277 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
22279         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
22280         message while converting to Babyl.
22282 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
22284         * allout.el (allout-mode): Doc fix.
22286 2003-10-16  Lute Kamstra  <lute@gnu.org>
22288         * subr.el (force-mode-line-update): Fix docstring.
22290 2003-10-14  Dave Love  <fx@gnu.org>
22292         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
22293         (default-input-method): Add :link, improve :type.
22294         (locale-charset-language-names): Fix utf-8 pattern.
22295         (locale-charset-match-p, locale-charset-alist)
22296         (locale-charset-to-coding-system): New.
22297         (set-locale-environment): Deal with codeset part of locale specs.
22299 2003-10-14  Lute Kamstra  <lute@gnu.org>
22301         * fringe.el (fringe-mode): Use active voice in docstring.
22302         (set-fringe-style): Ditto.
22304 2003-10-13  Lute Kamstra  <lute@gnu.org>
22306         * fringe.el (fringe-mode): Fix docstring.
22307         (set-fringe-style): Ditto.
22309 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
22311         * ediff-mult.el (ediff-filegroup-action):
22312         Use ediff-default-filtering-regexp.
22314         * ediff-util.el (ediff-recenter): Don't call
22315         ediff-restore-highlighting twice.
22316         (ediff-select-difference): Set current difference.
22317         (ediff-unselect-and-select-difference): Add comment.
22319         * ediff.el (ediff-directories,ediff-directory-revisions)
22320         (ediff-directories3,ediff-merge-directories)
22321         (ediff-merge-directories-with-ancestor)
22322         (ediff-merge-directory-revisions)
22323         (ediff-merge-directory-revisions-with-ancestor):
22324         Use ediff-default-filtering-regexp.
22326 2003-10-12  Andreas Schwab  <schwab@suse.de>
22328         * international/mule-cmds.el (locale-charset-language-names):
22329         Simplify regex by removing unused grouping.
22331 2003-10-10  Dave Love  <fx@gnu.org>
22333         * bindings.el: Don't bind stop.
22335 2003-10-08  Miles Bader  <miles@gnu.org>
22337         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
22338         face instead of attempting to emulate it.
22340 2003-10-07  Kenichi Handa  <handa@m17n.org>
22342         * international/mule-diag.el (list-coding-systems-1): List coding
22343         systems that are loaded automatically.
22345         * international/code-pages.el (iso-8859-11): Add autoload cookie.
22347         * international/mule.el (autoload-coding-system): New function.
22349 2003-10-07  Andreas Schwab  <schwab@suse.de>
22351         * log-edit.el (log-edit-changelog-entries): Prefer local value of
22352         change-log-default-name in the buffer visiting the file.
22354 2003-10-06  Dave Love  <fx@gnu.org>
22356         * files.el (find-file-hook): Customize.
22357         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
22359         * bindings.el (completion-ignored-extensions): Remove .log.
22360         (global-map): Add again, open, stop keys.
22362 2003-10-05  Richard M. Stallman  <rms@gnu.org>
22364         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
22365         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
22366         Use sh-modify directly.
22367         (sh-select): Use sh-append, not eval.
22369         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
22371         * info.el (Info-following-node-name): New function.
22373         * loadhist.el (unload-feature-special-hooks):
22374         Rename from loadhist-hook-functions.
22375         (loadhist-hook-functions): Now an alias.
22377 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
22379         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
22380         file-name clashes on 8+3 filesystems.
22382         * Makefile.in (DONTCOMPILE, bootstrap-clean):
22383         Rename loaddefs-boot.el to ldefs-boot.el
22385         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
22386         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
22388 2003-10-03  Lute Kamstra  <lute@gnu.org>
22390         * info.el (Info-mode): Revert previous change.
22391         (Info-escape-percent): New function.
22392         (Info-fontify-node): Use it.
22394 2003-10-02  Andreas Schwab  <schwab@suse.de>
22396         * loaddefs-boot.el: Regenerated.
22398 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
22400         * ffap.el: Remove defadvice related code from CVS since `complete'
22401         provides a `PC-completion-as-file-name-predicate' variable that
22402         ffap can override.
22404 2003-10-02  Kenichi Handa  <handa@m17n.org>
22406         * international/utf-8.el (ccl-decode-mule-utf-8):
22407         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
22409         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
22410         * international/subst-big5.el: Likewise.
22411         * international/subst-gb2312.el: Likewise.
22412         * international/subst-ksc.el: Likewise.
22414 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
22416         * calendar/calendar.el (increment-calendar-month)
22417         (calendar-leap-year-p, calendar-absolute-from-gregorian)
22418         (generate-calendar, calendar-read-date, calendar-interval)
22419         (calendar-day-of-week): Handle years BC.
22420         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
22422 2003-10-01  Dave Love  <fx@gnu.org>
22424         * language/cyrillic.el (cp1251): Alias for windows-1251.
22426         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
22427         bootstrap.
22429 2003-10-01  Lute Kamstra  <lute@gnu.org>
22431         * files.el: Fix typo.
22432         * imenu.el (imenu--generic-function): Docstring fix.
22434 2003-09-30  Richard M. Stallman  <rms@gnu.org>
22436         * dired.el (dired-mode): Handle dired-directory as a list.
22438 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
22440         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
22442         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
22444         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
22445         Replace gud-display with gud-watch.
22446         (gud-speedbar-buttons): Add stuff for watching expressions
22447         in the speedbar when using M-x gdba.  Use dolist on old part
22448         of this function.
22450         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
22451         (gdb-update-flag): New variables.
22452         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
22453         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
22454         (gud-watch, gdb-var-create-handler) : New functions.
22455         (gdb-var-list-children, gdb-var-list-children-handler)
22456         (gdb-var-create-regexp, gdb-var-update-regexp)
22457         (gdb-var-list-children-regexp): New constants.
22458         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
22459         (gdb-annotation-rules): Reduce annotation set (level 3).
22460         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
22461         (gdb-post-prompt): Don't update GDB buffers every time speedbar
22462         updates.
22463         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
22464         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
22465         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
22466         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
22467         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
22468         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
22469         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
22470         (gud-display, gud-display1)
22471         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
22472         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
22473         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
22474         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
22475         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
22476         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
22477         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
22478         (gdb-display-display-buffer, gdb-toggle-display)
22479         (gdb-delete-display, gdb-expressions-popup-menu)
22480         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
22481         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
22482         to display buffer.
22484 2003-09-30  Richard M. Stallman  <rms@gnu.org>
22486         * progmodes/ada-mode.el (ada-mode): Don't use advice.
22487         Instead, set which-func-functions.
22489         * progmodes/which-func.el (which-func-modes): Add ada-mode.
22490         (which-func-functions): New variable.
22491         (which-function): Use that.
22493         * info.el (Info-mode): Double each `%' in header line.
22495         * emacs-lisp/lisp-mnt.el (lm-with-file):
22496         When FILE is nil, run BODY in current buffer.
22498         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
22500         * help.el (describe-mode): Start with a brief list of minor modes.
22501         Find them thru minor-mode-list so as to find them all.
22502         Show them in alphabetical order.
22504         * mail/sendmail.el (mail-aliases): Doc fix.
22506         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
22508 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
22510         * mail/rmailsum.el (rmail-make-summary-line-1):
22511         Change comma after last label to a space.
22512         (rmail-summary-font-lock-keywords): Adapt to that change.
22514 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
22516         * progmodes/scheme.el (scheme-mode-variables): When setting
22517         `font-lock-defaults', also specify that "#" should
22518         be interpreted with `word' syntax.
22519         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
22521 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
22523         * desktop.el: A lot of comments updated.
22524         (desktop-save-mode): Minor mode introduced.
22525         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
22526         (desktop-load-default): Function made obsolete.
22527         (desktop-locals-to-save): Variable made customizable.
22528         (desktop-read): Optional parameter `dirname' added.
22529         (desktop-change-dir, desktop-revert): Parameter `dirname' in
22530         `desktop-read' used.
22531         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
22533 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
22535         * whitespace.el (whitespace-clean-msg): Add user customizable message
22536         for displaying ``clean'' output.
22537         (whitespace-buffer): Use `whitespace-clean-msg'.
22538         (whitespace-global-mode): Fix typo.
22540 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
22542         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
22544 2003-09-29  Lute Kamstra  <lute@gnu.org>
22546         * bindings.el (mode-line-modes): Remove superfluous :propertize
22547         construct in initialization.
22548         (mode-line-position): Change cons cell into proper list in
22549         initialization.
22551 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
22553         * international/mule.el (decode-coding-inserted-region): Use car
22554         of the return value of find-operation-coding-system.
22556 2003-09-29  Kenichi Handa  <handa@m17n.org>
22558         * descr-text.el (describe-char): Fix previous change.
22560 2003-09-28  Kenichi Handa  <handa@m17n.org>
22562         * descr-text.el (describe-char-display): New function.
22563         (describe-char): Pay attention to display table on describing how
22564         a character is displayed.
22566         * international/mule-cmds.el (encoded-string-description):
22567         Prepend "0x" to each encoded byte.
22569 2003-09-28  Andreas Schwab  <schwab@suse.de>
22571         * find-file.el (ff-special-constructs): Add autoload cookie.
22573 2003-09-28  Kevin Ryde  <user42@zip.com.au>
22575         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
22576         makeinfo appends to duplicate index entries.
22578 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
22580         * dired-x.el (dired-clean-tex): Doc fix.
22582         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
22583         using a Chinese tutorial.
22585 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
22587         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
22588         between "MAIL FROM:" and "RCPT TO:" and the following address.
22590 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
22592         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
22594 2003-09-28  David Ponce  <david@dponce.com>
22596         * recentf.el (recentf-initialize-file-name-history): New defcustom.
22597         (recentf-load-list): When `recentf-initialize-file-name-history'
22598         is non-nil, initialize an empty `file-name-history' with the
22599         recent list.
22601 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
22603         * man.el (Man-default-man-entry): Remove the leading `*' from the
22604         word at point.
22606 2003-09-26  Lute Kamstra  <lute@gnu.org>
22608         * bindings.el (mode-line-position): Mention size indication in
22609         docstring.
22611 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
22613         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
22615         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
22616         because it's autoloaded now.
22618 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
22620         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
22621         (sh-font-lock-keywords, sh-feature): Fix previous change of
22622         sh-feature to avoid infloop with sh-font-lock-keywords.
22624 2003-09-25  Kim F. Storm  <storm@cua.dk>
22626         * frame.el (frame-current-scroll-bars): New defun.
22628         * window.el (window-current-scroll-bars): New defun.
22630 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
22632         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
22633         cause errors when the state cache contains info on parts that have
22634         been narrowed out.
22636 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
22638         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
22639         `c-setup-paragraph-variables' has to be used when this variable is
22640         changed; it doesn't work to reinitialize the mode since that
22641         typically clobbers the variable.
22643         * progmodes/cc-styles.el (c-setup-paragraph-variables):
22644         Make it interactive.
22646 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
22648         * progmodes/cc-fonts.el (c-font-lock-declarations):
22649         Fix recognition of constructors and destructors for classes whose
22650         names are matched by `*-font-lock-extra-types'.
22652         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
22653         followed by an identifier in C++ then it's a type.
22655 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
22657         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
22658         problem that primarily affected XEmacs.  Don't use faces to find
22659         unterminated strings since Emacs and XEmacs fontify strings
22660         differently - this function should now work better in XEmacs.
22662 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
22664         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
22665         `expand-abbrev' workaround which caused braces to misbehave inside
22666         macros.
22668         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
22669         handling.  This bug could cause interactive font locking to bail out.
22671 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
22673         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
22674         Handle paren-style types in Pike.  Also fixed some cases of
22675         insufficient handling of unbalanced parens.
22677 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
22679         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
22680         common shell prompts that are not common filename or URL characters.
22681         (ffap-file-at-point): Use the new regexp to strip the prompts from
22682         the file names.  This is an issue mostly for user prompts that
22683         don't have a trailing space and find-file-at-point is invoked from
22684         within a shell inside Emacs.
22686 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
22688         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
22689         stamps numerically, rather than textually.
22691 2003-09-24  Kenichi Handa  <handa@m17n.org>
22693         * language/devan-util.el (devanagari-post-read-conversion):
22694         * language/mlm-util.el (malayalam-post-read-conversion):
22695         * language/tml-util.el (tamil-post-read-conversion):
22696         Add autoload cookie.
22698         * international/utf-8.el (utf-8-post-read-conversion):
22699         Call post-read-conversion functions for Devanagari, Malayalam,
22700         and Tamil.
22702 2003-09-23  Dave Love  <fx@gnu.org>
22704         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
22706 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
22708         * progmodes/gud.el (perldb): Add gud-until to list of commands.
22709         Update gud-remove.
22711 2003-09-22  Richard M. Stallman  <rms@gnu.org>
22713         * progmodes/sh-script.el (sh-mode-default-syntax-table):
22714         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
22715         (sh-mode-syntax-table-input): New variable.
22716         (sh-require-final-newline): Don't use eval.
22717         (sh-builtins, sh-leading-keywords, sh-other-keywords)
22718         (sh-variables, sh-font-lock-keywords): Don't use eval.
22719         (sh-set-shell): When setting require-final-newline,
22720         treat value = `require-final-newline' as don't change it.
22721         Set sh-mode-syntax-table locally based on
22722         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
22724         * progmodes/compile.el (compile-internal):
22725         Call compilation-set-window-height before setting window start.
22727 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
22729         * emacs-lisp/bytecomp.el (byte-compile-log-file):
22730         Clear out byte-compile-last-warned-form.
22732 2003-09-22  Richard M. Stallman  <rms@gnu.org>
22734         * woman.el (woman-file-name, woman-follow-word):
22735         If current-word returns nil, use "".
22737         * simple.el (eval-expression): Bind standard-output in to-buffer case.
22739 2003-09-22  Richard M. Stallman  <rms@gnu.org>
22741         * emacs-lisp/lisp-mnt.el (lm-with-file):
22742         Don't visit the file, just use insert-file-contents in temp buffer.
22744 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
22746         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
22747         Add surrounding \\( and \\) around the header, as in
22748         for lm-history-header 'Change Log\\|History'.
22750 2003-09-22  John Paul Wallington  <jpw@gnu.org>
22752         * progmodes/ld-script.el: Add Commentary section,
22753         minor cleanup of file header.
22754         (ld-script-font-lock-keywords): Doc fix.
22755         (toplevel): Provide `ld-script' feature.
22757 2003-09-21  Kim F. Storm  <storm@cua.dk>
22759         * scroll-bar.el (set-scroll-bar-mode): Initialize to
22760         new built-in variable default-frame-scroll-bars.
22761         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
22762         scroll-bar-mode; notably, use it instead of t when we toggle
22763         scroll-bars on.
22764         (toggle-scroll-bar): Use default-frame-scroll-bars.
22766 2003-09-19  Masatake YAMATO  <jet@gyve.org>
22768         * pcvs.el (cvs-do-removal): Change the prompt depending on
22769         `filter' value.
22771 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
22773         * startup.el (command-line-1): Stop startup-echo-area-message
22774         being hidden by "Loading image..." message.
22775         (use-fancy-splash-screens-p, display-splash-screen):
22776         Move display-graphic-p test from latter to former.
22778         * progmodes/sh-script.el (sh-font-lock-keywords):
22779         Highlight escaped EOLs differently from other backslash constructs.
22781 2003-09-19  Richard M. Stallman  <rms@gnu.org>
22783         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
22784         New functions.
22785         (edebug-enter, edebug-outside-excursion): Use them.
22787         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
22788         Fix the condition for whether to print "In WHERE".
22790 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
22792         * finder.el (finder-mode-hook): New variable.
22793         (finder-mode): Run hook finder-mode-hook
22795 2003-09-18  Masatake YAMATO  <jet@gyve.org>
22797         * progmodes/ebrowse.el: Fix broken magic autoload comments.
22799 2003-09-17  Mario Lang  <mlang@delysid.org>
22801         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
22802         "p %e" to actually print the value in the GUD buffer.
22804 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
22806         From David Ponce <david.ponce@wanadoo.fr>:
22807         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
22808         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
22809         from loaddefs-boot.el if necessary.
22811 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
22813         * progmodes/gud.el (gud-find-class): Make jdb work again since
22814         cc-mode changed the syntactic information.
22816 2003-09-15  David Ponce  <david@dponce.com>
22818         * recentf.el: (recentf-exclude): Accept predicates too.
22819         (recentf-file-readable-p): New function.
22820         (recentf-include-p): Handle predicates in recentf-exclude.
22821         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
22822         (recentf-cleanup): Likewise.
22823         (recentf-save-list): Use write-file to handle backup of
22824         recentf-save-file.
22826 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
22828         * loaddefs-boot.el: Renamed from `loaddefs.el'
22829         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
22830         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
22831         necessary.
22833 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
22835         * electric.el (Electric-pop-up-window): For the `one-window' case,
22836         no longer disconcertingly move point in the original buffer.
22838 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
22840         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
22842 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
22844         * dired.el (dired-mode-map): Fix typo.
22846 2003-09-11  Richard M. Stallman  <rms@gnu.org>
22848         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
22850 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
22852         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
22853         the function is less noisy.  Now only `kill-buffer' can ask questions.
22855 2003-09-10  Mario Lang  <mlang@delysid.org>
22857         * battery.el: Update Commentary and Copyright.
22858         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
22859         appear due to wrong ordering of the expressions in `or'.
22861 2003-09-09  Lute Kamstra  <lute@gnu.org>
22863         * misc.el (upcase-char): Fix docstring.
22864         (zap-up-to-char): New command.
22866 2003-09-08  David Ponce  <david@dponce.com>
22868         Ensure that recentf correctly updates the menu bar.
22869         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
22870         (recentf-menu-bar): New function.
22871         (recentf-clear-data): Use it
22872         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
22873         of easy-menu-change.
22875 2003-09-08  Lute Kamstra  <lute@gnu.org>
22877         * simple.el (size-indication-mode): New.
22878         * bindings.el (mode-line-position): Add buffer size indicator.
22880 2003-09-04  Mario Lang  <mlang@delysid.org>
22882         * battery.el (battery-linux-proc-acpi): New function.
22883         (battery-status-function): Modify default value calculation to also
22884         check for availability of ACPI.
22885         (battery-echo-area-format): Ditto.
22886         (battery-mode-line-format): Ditto.
22888 2003-09-06  Dave Love  <fx@gnu.org>
22890         * ielm.el (ielm-mode-hook): Add :options.
22892         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
22893         (eldoc-print-current-symbol-info): Use it.
22895 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
22897         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
22898         being displayed in GUD buffer.
22899         (gdb-idle-input-queue): Remove var.  Use just one queue.
22900         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
22901         Remove functions.  Use just one queue.
22902         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
22903         (gdb-invalidate-assembler, gdb-get-current-frame):
22904         Modify functions.  Use just one queue.
22906 2003-09-04  Dave Love  <fx@gnu.org>
22908         * cus-start.el: Add blink-cursor-alist.
22910         * ruler-mode.el (ruler-mode-fill-column-char)
22911         (ruler-mode-current-column-char): Use char-displayable-p,
22912         not window-system.
22914         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
22916         * language/european.el (windows-1252): Move from code-pages.
22918         * language/cyrillic.el ("Windows-1251"): Delete.
22919         ("Bulgarian", "Belarusian"): Remove `features'.
22920         (windows-1251): Move from code-pages.
22922         * international/mule-diag.el (non-iso-charset-alist):
22923         Remove `codepage' stuff.
22924         (print-designation, list-coding-systems-1): Output fixes.
22926         * international/code-pages.el (cp-make-translation-table)
22927         (cp-valid-codes): Made defsubsts.
22928         (cp-fix-safe-chars): Delete.
22929         (mule-diag): Don't require.
22930         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
22931         (top-level): Check for defined coding system when defining
22932         cp... aliases.  Change w32-add-charset-info test to avoid warning.
22933         (non-iso-charset-alist): Defvar when compiling.
22934         (cp-make-coding-system): Doc fix.
22936 2003-09-02  Jason Rumney  <jasonr@gnu.org>
22938         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
22939         line-ends from CVS before doing conversion.
22941 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
22943         * calendar/diary-lib.el (diary-header-line-flag)
22944         (diary-header-line-format): New variables.
22945         (list-diary-entries): Use them to set header line in simple diary.
22947         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
22948         other than font-lock-string-face to highlight backslashes.
22950 2003-09-01  Jason Rumney  <jasonr@gnu.org>
22952         * international/titdic-cnv.el (tit-read-key-value): Include \r in
22953         regexp.
22955 2003-09-01  Dave Love  <fx@gnu.org>
22957         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
22959         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
22960         and :help; also line and column numbers labels.
22962         * international/mule-util.el (char-displayable-p): Move from
22963         latin1-disp, rename and autoload.
22965         * international/latin1-disp.el (latin1-char-displayable-p):
22966         Now obsolete alias.  Replace uses with char-displayable-p.
22967         (latin1-display-ucs-per-lynx): Fix last change.
22969         * international/mule-cmds.el (standard-display-european-internal):
22970         Don't use char code for Latin-1 NBSP.
22971         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
22972         U+2018, U+2019 for `'.
22973         (select-safe-coding-system): Message fix.
22975 2003-09-01  Kenichi Handa  <handa@m17n.org>
22977         * international/fontset.el (setup-default-fontset): For Thai
22978         font, specify "*" family.
22980 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
22982         * progmodes/compile.el (previous-error): Accept a prefix
22983         argument, similarly to next-error.
22985 2003-08-31  Masatake YAMATO  <jet@gyve.org>
22987         * pcvs.el (cvs-do-removal): Use = instead of eq to check
22988         the number of files.  Bind the number of files to a local
22989         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
22991 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
22993         * vc-hooks.el (vc-make-version-backup): Fix the change made on
22994         2003-07-26: msdos-long-file-names is a function, not a variable.
22996 2003-08-29  Richard M. Stallman  <rms@gnu.org>
22998         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
22999         Do nothing with mail-personal-alias-file if it is nil.
23001         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
23002         Do nothing if mail-personal-alias-file is nil.
23004         * term.el (term-exec-1): Bind coding-system-for-read.
23006         * dired.el (dired-mouse-find-file-other-window):
23007         Use dired-view-command-alist here, as in dired-view-file.
23008         (dired-view-command-alist): Use %s to substitute file name.
23009         Handle .ps_pages, .eps, .jpg, .gif, .png.
23011 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
23013         * info.el (Info-mode-map): Bind S-tab and <backtab> to
23014         `Info-prev-reference', instead of M-tab.
23016 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
23018         * simple.el (blink-matching-open): Work correctly on chars that
23019         are designated as parens through the syntax-table text property.
23021 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
23023         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
23024         line break position in the middle of a non-kinsoku (e.g. latin)
23025         word, making it skip until either a space or a character with
23026         category "|".
23027         (kinsoku-longer): Test for end of buffer.
23029 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
23031         * mail/rmail.el (rmail-convert-to-babyl-format):
23032         Detect quoted-printable- and base64-encoded messages and decode them
23033         automatically.  Set the message's encoding from the charset=
23034         header, if any.  Decode base64-encoded messages in Mail format as well.
23036 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
23038         * mail/smtpmail.el: Fix previous change.
23039         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
23040         calling smtpmail-via-smtp.
23041         (smtpmail-via-smtp): Add fall-back values for envelope-from.
23043 2003-08-26  John Paul Wallington  <jpw@gnu.org>
23045         * image.el (image-jpeg-p): Don't search beyond length of data.
23047 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
23049         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
23050         misfeature in `expand-abbrev' which caused electric keywords like
23051         "else" to disappear if an open brace was typed directly afterwards.
23053 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
23055         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
23056         mandatory in `define-widget'.
23058         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
23059         Don't align the operators "!=", "<=" and ">=" as assignment operators.
23061         (c-assignment-operators): New language constant that only contains
23062         the assignment operators.
23064         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
23066 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
23068         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
23069         Safeguard against unbalanced sexps.
23071 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
23073         * version.el (emacs-version): Check for gtk.  Include gtk version info.
23075 2003-08-25  John Paul Wallington  <jpw@gnu.org>
23077         * man.el (Man-default-man-entry): Don't whizz past the section
23078         number before looking for it.
23080 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
23082         * progmodes/gud.el (gud-display-line): Don't set window-point if
23083         source buffer is not visible.  (Only happens with M-x gdba.)
23085         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
23086         documentation.
23087         (gdb-source, gdb-source-info): Update to assembler unnecessary
23088         as its done after each GDB command anyway.
23089         (gdb-pre-prompt): Use with-current-buffer.
23090         (gdb-insert-field): Add help-echo text.
23091         (gdb-invalidate-assembler): Re-display of assembler now done in
23092         gdb-info-breakpoints-custom.
23093         (gdb-info-breakpoints-custom): Force re-display of assembler to
23094         happen *after* update of breakpoints buffer.
23095         (gdb-display-source-buffer): Don't choke if gdb-source-window
23096         isn't visible.
23097         (gdb-put-string, gdb-put-arrow): Remove free variables.
23099 2003-08-24  John Paul Wallington  <jpw@gnu.org>
23101         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
23103         * man.el (Man-default-man-entry): Strip text properties when
23104         snarfing parts of entry because `format' preserves properties.
23106 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
23108         * files.el (file-newest-backup): Use `expand-file-name'.
23110         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
23111         Allow the diary to pop up a new frame, if needed.
23113         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
23114         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
23115         (smtpmail-send-it): Make treatment of envelope-from consistent with
23116         sendmail.el.
23118         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
23119         (sh-leading-keywords): Add the bash `time' reserved word.
23120         (sh-variables): Add some bash variables.
23121         (sh-add-completer): Fix nil branch of case statement.
23123 2003-08-24  Masatake YAMATO  <jet@gyve.org>
23125         * progmodes/ld-script.el: New file.
23127 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
23129         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
23131 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
23133         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
23134         Better explain obsolescence, and what to use instead.
23136 2003-08-23  Masatake YAMATO  <jet@gyve.org>
23138         * pcvs.el (cvs-do-removal): Show the deleted file name
23139         on the prompt.
23141 2003-08-20  Dave Love  <fx@gnu.org>
23143         * international/mule.el (make-coding-system)
23144         (set-buffer-file-coding-system): Doc fix.
23146         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
23148         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
23150         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
23152         * international/utf-16.el: Add mime-text-unsuitable coding system
23153         properties.
23155         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
23157         * cus-edit.el: Add some :links.
23158         (bib): Remove.
23160         * textmodes/bib-mode.el (bib): Add :group external.
23162 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
23164         * wid-edit.el (widget-echo-help): Make it handle expressions that
23165         evaluate to strings.
23167 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
23169         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
23171         Simplify selection of SQL products to define highlighting and
23172         interactive mode.  Includes detailed instructions on adding
23173         support for new products.
23175         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
23176         product for use in highlighting and interactive mode.
23177         (sql-interactive-product): New variable.  SQL product for
23178         sql-interactive-mode.
23179         (sql-product-support): New variable.  Specifies product-specific
23180         parameters to drive highlighting and interactive mode.
23181         (sql-imenu-generic-expression): Add more object types.
23182         (sql-sqlite-options): Correct comment.
23183         (sql-ms-program): Use "osql" rather than "isql".
23184         (sql-prompt-regexp, sql-prompt-length): Update comment.
23185         (sql-mode-menu): Add "Start SQLi session" entry.
23186         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
23187         (sql-mode-abbrev-table): Add abbreviations.  Support of
23188         SYSTEM-FLAG on define-abbrev.  Support was removed with last
23189         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
23190         (sql-mode-font-lock-object-name): Add font-lock pattern for object
23191         names.
23192         (sql-mode-ansi-font-lock-keywords): Set as default value.
23193         (sql-mode-oracle-font-lock-keywords): Set as default value.
23194         Support Oracle 9i keywords.
23195         (sql-mode-postgres-font-lock-keywords): Set as default value.
23196         (sql-mode-linter-font-lock-keywords): Set as default value.
23197         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
23198         SQLServer 2000.
23199         (sql-mode-sybase-font-lock-keywords)
23200         (sql-mode-interbase-font-lock-keywords)
23201         (sql-mode-sqlite-font-lock-keywords)
23202         (sql-mode-strong-font-lock-keywords)
23203         (sql-mode-mysql-font-lock-keywords)
23204         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
23205         keywords.
23206         (sql-mode-font-lock-defaults): Update comment.
23207         (sql-product-feature): New function.  Returns feature associated
23208         with a product from `sql-product-support' alist.
23209         (sql-product-font-lock): New function.  Set font-lock support
23210         based on `sql-product'.
23211         (sql-add-product-keywords): New function.  Add font-lock rules to
23212         product-specific keyword variables.
23213         (sql-set-product): New function.  Set `sql-product' and apply
23214         appropriate font-lock highlighting.
23215         (sql-highlight-product): New function.  Set font-lock support
23216         based on a product.  Also set mode name to include product name.
23217         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
23218         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
23219         Use `sql-set-product'.
23220         (sql-highlight-ms-keywords)
23221         (sql-highlight-sybase-keywords)
23222         (sql-highlight-interbase-keywords)
23223         (sql-highlight-strong-keywords)
23224         (sql-highlight-mysql-keywords)
23225         (sql-highlight-sqlite-keywords)
23226         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
23227         (sql-get-login): Prompt in the same order as the tokens.
23228         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
23229         (sql-product-interactive): New function.  Common portions of
23230         product-specific interactive mode wrappers.
23231         (sql-interactive-mode): Rewritten to use product features.
23232         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
23233         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
23234         (sql-db2, sql-linter): Use `sql-product-interactive'.
23235         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
23236         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
23237         (sql-connect-ingres, sql-connect-postgres)
23238         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
23239         New functions.  Format command line parameters and invoke comint on
23240         the appropriate interpreter.  Code was in the corresponding
23241         `sql-xyz' function before.
23242         (sql-connect-ms): New function.  Support -E argument to use
23243         operating system credentials for authentication.
23245 2003-08-18  Kenichi Handa  <handa@m17n.org>
23247         * international/mule.el (encode-char): Fix for the ASCII case.
23249 2003-08-15  Kenichi Handa  <handa@m17n.org>
23251         * international/fontset.el (setup-default-fontset): Change "*" to
23252         nil in the specifications of font family.
23254 2003-08-18  Kim F. Storm  <storm@cua.dk>
23256         * kmacro.el (kmacro-keymap): Group related bindings in
23257         initialization for clarity.  Bind C-s to start macro.
23258         Remove C-r binding.
23259         (kmacro-initial-counter-value): New defvar to hold initial counter
23260         value in case we set the value before defining a macro.
23261         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
23262         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
23263         not defining or executing macro.  Doc fix.
23264         (kmacro-add-counter): Clear kmacro-initial-counter-value.
23265         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
23266         temporarily view older elements on the macro ring without cycling
23267         the ring.
23268         (kmacro-display): Doc fix.
23269         (kmacro-exec-ring-item): New helper function.
23270         (kmacro-call-ring-2nd): Use it.
23271         (kmacro-call-ring-2nd-repeat): Doc fix.
23272         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
23273         (kmacro-end-or-call-macro): Execute last viewed macro (using
23274         kmacro-exec-ring-item) from ring if this follows
23275         kmacro-view-macro.  This allows us to find a macro on the ring
23276         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
23277         the ring to bring it to the head of the ring.
23278         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
23279         Allow binding to reserved keys without specifying C-x C-k prefix.
23280         Ask for confirmation if entered key sequence is already bound to
23281         a non-macro command.
23282         (kmacro-view-macro): Repeating command will show older elements
23283         on the macro ring; C-k will execute the last viewed macro.
23284         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
23285         property from 'ring to 'head.
23287 2003-08-17  Alan Shutko  <ats@acm.org>
23289         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
23290         keeping December out of the alist.
23292 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
23294         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
23295         * calendar/calendar.el (calendar-mode-map): Bind it to key.
23296         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
23297         (calendar-flatten): New function.
23298         (calendar-mouse-view-other-diary-entries)
23299         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
23300         in the menu title and to show multi-line diary entries correctly
23301         in the menu.
23303 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
23305         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
23306         defcustom, because the default was recently changed.
23308 2003-08-16  Richard M. Stallman  <rms@gnu.org>
23310         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
23312         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
23313         New subroutine, broken out of eval-last-sexp-1.
23314         (eval-last-sexp-1): Use eval-last-sexp-print-value.
23316         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
23318         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
23320         * simple.el (eval-expression): Use eval-last-sexp-print-value.
23322 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
23324         * progmodes/compile.el (compilation-error-regexp-alist):
23325         Add Java ANt error detection as described in document
23326         http://ant.apache.org/faq.html
23328 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
23330         * simple.el (backward-word, forward-to-indentation)
23331         (backward-to-indentation): Argument changed to optional.
23332         (next-line, previous-line): Use `or' instead of `unless'.
23334 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
23336         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
23337         instead of a constant.
23339 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
23341         * shell.el (shell): With prefix-arg, suggest a new buffer name.
23343 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
23345         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
23346         (vc-sccs-workfile-version): Search the entire delta table, rather
23347         than just the first entry, because that might be a deleted version.
23349 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
23351         * menu-bar.el (menu-bar-options-menu): Supply a body for the
23352         [save-place] binding in the Options menu.  Have it require
23353         'saveplace' and then toggle the variable manually, to avoid an
23354         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
23355         for the bug report.
23357 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
23359         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
23360         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
23361         (gdb-info-threads-custom): Add help-echo text.
23362         (gdb-display-back): Don't use purecopy.
23363         (gdb-info-breakpoints-custom, gdb-reset)
23364         (gdb-assembler-custom): Use display-images-p to test if breakpoint
23365         icons can be displayed.
23367 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
23369         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
23371 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
23373         * bookmark.el (bookmark-completing-read):
23374         Return a string, instead of a list of one string.
23375         Use a popup menu if activated from the mouse.
23376         (bookmark-edit-annotation): Remove unused vars.
23377         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
23378         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
23379         to bookmark-completing-read.
23380         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
23381         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
23382         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
23383         and erase-buffer.
23384         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
23385         (bookmark-menu-jump, bookmark-menu-insert)
23386         (bookmark-popup-menu-and-apply-function)
23387         (bookmark-menu-popup-paned-bookmark-menu): Remove.
23388         (bookmark-menu-build-paned-menu): Remove by folding it into
23389         bookmark-menu-popup-paned-menu.
23390         (menu-bar-bookmark-map): Move the define-key statements here.
23391         Use the "non-menu" commands since they now pop up a menu if needed.
23392         (bookmark-exit-hook-internal): Simplify.
23394 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
23396         * reftex-toc.el (reftex-toc-rename-label): New function.
23397         (reftex-toc-check-docstruct): New function.
23399         * reftex.el (reftex-region-active-p): New function.
23401         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
23402         regexp to find the \bibliography macro.
23404         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
23405         which does not exist in LaTeX.
23406         (reftex-cite-format-builtin): Added amsrefs support.
23407         (reftex-toc-confirm-promotion): New option
23409         * reftex-toc.el
23410         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
23411         (reftex-toc-demote, reftex-toc-promote)
23412         (reftex-toc-do-promote, reftex-toc-promote-prepare)
23413         (reftex-toc-promote-action, reftex-toc-extract-section-number)
23414         (reftex-toc-newhead-from-alist)
23415         (reftex-toc-load-all-files-for-promotion): New functions.
23416         (reftex-toc-help): Added description of new keys.
23417         (reftex-toc-split-windows-fraction): New option.
23418         (reftex-recenter-toc-when-idle): Search *toc* window on all
23419         visible frames.
23420         (reftex-toc): Additional parameter REUSE
23421         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
23422         with REUSE argument.
23423         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
23424         the call of `reftex-toc'.
23425         (reftex-make-separate-toc-frame): New function .
23426         (reftex-toc-recenter): When called with triple prefix arg, call
23427         `reftex-make-separate-toc-frame' first.
23428         (reftex-toc-toggle-dedicated-frame): New command.
23429         (reftex-toc-quit): Adapted to delete frame when called in
23430         dedicated frame.
23432         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
23433         all enclosing macros.
23436 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
23438         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
23439         first use.
23441 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
23443         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
23445 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
23447         * calendar/calendar.el (list-diary-entries-hook)
23448         (diary-display-hook, nongregorian-diary-listing-hook)
23449         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
23450         Add some customize options for these hooks.
23451         (calendar-abbrev-construct): Don't try to take a substring longer
23452         than the original string.
23454 2003-08-05  Richard M. Stallman  <rms@gnu.org>
23456         * emacs-lisp/testcover.el (noreturn): Report error if does return.
23457         (testcover-reinstrument-clauses): Doc fix.
23459         * emacs-lisp/warnings.el: Doc fixes, args renamed.
23460         (warning-type-format): Rename from warning-group-format.
23462         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
23463         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
23464         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
23465         to prevent warnings about defvar for an obsolete variable.
23467         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
23468         warning-group-format renamed to warning-type-format.
23470         * subr.el (read-passwd): Use clear-string instead of fillarray.
23472         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
23473         Use vconcat instead of concat.
23474         (edmacro-sanitize-for-string): New function.
23476 2003-08-05  Dave Love  <fx@gnu.org>
23478         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
23479         line-number-display-limit-width.
23481         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
23483 2003-08-05  Kenichi Handa  <handa@m17n.org>
23485         * international/code-pages.el: Don't require mule-diag.
23487         * international/mule-diag.el (non-iso-charset-alist):
23488         Add autoload cookie.
23490         * language/devan-util.el (dev-glyph-order): Add an entry for the
23491         glyph code #xC4.
23493 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
23495         * calendar/calendar.el (diary-file, diary-file-name-prefix)
23496         (european-calendar-style, diary-date-forms)
23497         (calendar-day-name-array, calendar-month-name-array): Doc change.
23498         (generate-calendar-month): Adapt for new behavior of
23499         `calendar-day-name' function.
23500         (calendar-abbrev-length, calendar-day-abbrev-array)
23501         (calendar-month-abbrev-array): New variables.
23502         (calendar-abbrev-construct): New function.
23503         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
23504         rather than fixing abbrevs at some width.  Calling syntax change.
23505         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
23506         (calendar-date-string): Adapt for new behaviors of
23507         `calendar-day-name' and `calendar-month-name' functions.
23509         * calendar/diary-lib.el (list-diary-entries): Adapt for new
23510         behavior of `calendar-day-name' and `calendar-month-name' functions.
23511         (diary-name-pattern): Use abbrev arrays, rather than fixing
23512         abbrevs at three chars.  Calling syntax change.
23513         (mark-diary-entries): Adapt for new behaviors of
23514         `diary-name-pattern' and `calendar-make-alist' functions.
23515         (fancy-diary-font-lock-keywords): Adapt for new behavior of
23516         `diary-name-pattern' function.
23517         (font-lock-diary-date-forms): Use abbrev arrays, rather than
23518         fixing abbrevs at three chars.  Calling syntax change.
23519         (cal-hebrew, cal-islam): Require when compiling.
23520         (diary-font-lock-keywords): Adapt for new behavior of
23521         `font-lock-diary-date-forms' function.
23523         * calendar/cal-hebrew.el: Reposition some code so defined before used.
23524         (calendar-hebrew-month-name-array-common-year)
23525         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
23526         (list-hebrew-diary-entries): Adapt for new behaviors of
23527         `calendar-day-name' and `add-to-diary-list' functions.
23528         (mark-hebrew-diary-entries): Adapt for new behaviors of
23529         `diary-name-pattern' and `calendar-make-alist' functions.
23531         * calendar/cal-islam.el (calendar-islamic-month-name-array):
23532         Add doc string.
23533         (list-islamic-diary-entries): Adapt for new behaviors of
23534         `calendar-day-name' and `add-to-diary-list' functions.
23535         (mark-islamic-diary-entries): Adapt for new behaviors of
23536         `diary-name-pattern' and `calendar-make-alist' functions.
23538         * calendar/cal-menu.el (cal-menu-update): Adapt for new behavior of
23539         `calendar-month-name' function.
23541         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
23543         * calendar/solar.el (solar-seasons-data): Move definition before use.
23545         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
23546         (cal-tex-LaTeX-hourbox): Move definition before use.
23548         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
23549         * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
23550         * lunar.el, solar.el (displayed-month, displayed-year):
23551         Define for compiler.
23553 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
23555         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
23556         MODE.  Renamed from c-init-c-language-vars'.
23557         (c-initialize-cc-mode): Change accordingly.
23558         (c-common-init): Ditto.
23559         (c-mode): Ditto.
23560         (c++-mode): Use `c-init-language-vars-for'.
23561         (objc-mode): Ditto.
23562         (java-mode): Ditto.
23563         (idl-mode): Ditto.
23564         (pike-mode): Ditto.
23565         (awk-mode): Ditto.
23567 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
23569         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
23570         or not the point moved.
23572         (c-search-decl-header-end): Don't trip up on operator identifiers
23573         in C++ and operators like == in all languages.
23575         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
23576         Detect leading labels correctly.
23578 2003-08-02  Andreas Schwab  <schwab@suse.de>
23580         * textmodes/ispell.el: Don't redo key bindings on loading, put
23581         them only in loaddefs.el.
23582         * bookmark.el: Likewise.
23583         * dabbrev.el: Likewise.
23584         * emerge.el: Likewise.
23586         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
23587         has more than one member.
23589         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
23591 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
23593         * lpr.el (printify-region): It was ending conversion before the
23594         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
23596 2003-07-31  John Paul Wallington  <jpw@gnu.org>
23598         * net/browse-url.el (browse-url-epiphany): Doc fix.
23600 2003-07-30  Kenichi Handa  <handa@m17n.org>
23602         * international/fontset.el (setup-default-fontset):
23603         Change registry names of Akurti fonts.
23605 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
23607         * comint.el (comint-read-noecho): Use `clear-string' instead of
23608         `fillarray'.
23610 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
23612         * outline.el (outline-mode-hook): Add defvar.
23614 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
23616         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
23617         Restore assembler in source window if that is what has been selected.
23618         (menu): Add gdb-restore-windows to menu.  Make gdba
23619         specific menus only visible from gdba.
23621 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
23623         * progmodes/compile.el (compilation-environment): New user variable.
23624         (compile-internal): Respect it.
23626 2003-07-23  Masatake YAMATO  <jet@gyve.org>
23628         * progmodes/gud.el (gdb-script-font-lock-keywords):
23629         Put `font-lock-function-name-face' on a symbol which includes
23630         `-' like `hook-run'.  Put font-lock-variable-name-face
23631         on a symbol starting with $.
23633 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
23635         * files.el (set-visited-file-name): Use truename for buffer-file-name.
23637 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
23639         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
23641 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
23643         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
23644         Use with-no-warnings.
23645         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
23646         rather than to find-file-not-found-hook, which doesn't exist.
23648 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
23650         * international/quail.el (quail-translate-key): Fix previous change.
23652 2003-07-25  John Paul Wallington  <jpw@gnu.org>
23654         * server.el (server-start): Check `server-process' is non-nil
23655         before killing it to avoid killing current buffer's process.
23657         * simple.el (choose-completion-string): Use `minibufferp';
23658         test `completion-reference-buffer' if `buffer' arg is nil.
23659         (push-mark): Use `when' and `unless'.
23660         (pop-mark): Use `when'.
23662         * mouse-sel.el (mouse-sel-get-selection-function):
23663         Check `x-last-selected-text-primary'.  Don't barf if it or
23664         `x-last-selected-text' aren't bound.
23666 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
23668         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
23670 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
23672         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
23674 2003-07-23  John Paul Wallington  <jpw@gnu.org>
23676         * tooltip.el (defface tooltip): Inherit from variable-pitch.
23678 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
23680         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
23681         string.  Defvar the derived hook.
23683         * macros.el (insert-kbd-macro): Escape double quote character.
23684         From Thomas W Murphy <twm@andrew.cmu.edu>.
23686 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
23688         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
23689         to match the specific mark rather than reusing comment-start-skip.
23691 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
23693         * progmodes/hideshow.el (hs-special-modes-alist):
23694         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
23696 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
23698         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
23699         value using ?\s.
23701 2003-07-21  John Paul Wallington  <jpw@gnu.org>
23703         * subr.el (with-selected-window): Add closing paren.
23705 2003-07-21  Richard M. Stallman  <rms@gnu.org>
23707         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
23708         (lisp-mode): Likewise.
23710         * subr.el (with-selected-window): Copy code form save-selected-window
23711         so as to call select-window with norecord arg.
23712         (dynamic-completion-table): Doc fix.
23713         (lazy-completion-table): Doc fix.
23715         * international/mule-cmds.el (set-locale-environment):
23716         langinfo renamed to locale-info.
23718         * international/mule.el (auto-coding-functions): Doc fix.
23720 2003-07-21  Kenichi Handa  <handa@m17n.org>
23722         * international/quail.el (quail-translate-key):
23723         Update quail-current-str correctly.
23725 2003-07-21  Andreas Schwab  <schwab@suse.de>
23727         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
23728         ?, to "_".
23730 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
23731         Version 2.0.36 of Tramp released.
23733         * net/tramp.el (tramp-default-password-end-of-line): Rename from
23734         tramp-password-end-of-line.
23735         (tramp-password-end-of-line): New method parameter.
23736         (tramp-get-password-end-of-line): Function to access method
23737         parameter `tramp-password-end-of-line', or variable
23738         `tramp-default-password-end-of-line' (default value).
23739         (tramp-methods): Add entries for new parameter
23740         tramp-password-end-of-line.
23741         (tramp-enter-password): Use new function
23742         `tramp-get-password-end-of-line'.
23743         (tramp-handle-insert-file-contents): Do not
23744         unconditionally inhibit the file operation file-local-copy, only
23745         do that when the inhibit-file-name-operation is currently
23746         insert-file-contents.  This fixes finding remote CVS-controlled
23747         files.  (It would barf on inserting the CVS/Entries file
23748         literally, because the file-local-copy handler wasn't called.)
23749         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
23750         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
23751         (tramp-initial-commands): New variable.
23752         (tramp-process-initial-commands): New function, using the variable.
23753         (tramp-open-connection-setup-interactive-shell): Call the new function.
23754         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
23755         method into the buffer name, never use nil.  Reported by Hanak
23756         David <dhanak@inf.bme.hu>.
23757         (tramp-open-connection-setup-interactive-shell): Erase buffer
23758         before sending "stty -onlcr".
23760         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
23762 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
23764         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
23766 2003-07-19  John Paul Wallington  <jpw@gnu.org>
23768         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
23769         (artist-draw-rect, artist-draw-square): Doc fixes.
23771         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
23773         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
23775 2003-07-19  Kenichi Handa  <handa@m17n.org>
23777         * international/kkc.el (kkc-show-conversion-list-update):
23778         Highlight the correct candidate in the message.
23780 2003-07-18  John Paul Wallington  <jpw@gnu.org>
23782         * simple.el (current-word): Don't include punctuation char when
23783         `really-word' arg is non-nil.
23785 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
23787         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
23788         moved to the directory obsolete.
23790 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
23792         * info.el (Info-menu-entry-name-re): Allow newlines in
23793         menu entry names.
23795         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
23796         syntax-ppss-after-change-function.
23797         (syntax-ppss-after-change-function): New alias.  Update uses.
23798         (syntax-ppss): Catch the case where the buffer is narrowed.
23800 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
23802         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
23803         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
23805 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
23807         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
23808         since it might be modified.
23810         * progmodes/cc-langs.el (c++-make-template-syntax-table)
23811         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
23812         names to these language constants.
23814 2003-07-15  Kim F. Storm  <storm@cua.dk>
23816         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
23817         All uses changed.
23819 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
23821         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
23822         Namespace support.
23824 2003-07-13  Juanma Barranquero  <lektu@terra.es>
23826         * frame.el (modify-all-frames-parameters): Reinstall (copyright
23827         papers received).
23829 2003-07-13  Karl Eichwalder  <ke@suse.de>
23831         * textmodes/po.el (po-find-charset): White space at the start of the
23832         Content-Type field body is non-mandatory.
23834 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
23836         * textmodes/texinfo.el (texinfo-section-list):
23837         Append appendixsection; a synonym for appendixsec.
23839 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
23841         * man.el (Man-translate-cleanup): New.
23842         (Man-translate-references): Call `Man-translate-cleanup' to clean
23843         leading, trailing and middle spaces.
23845 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
23847         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
23848         Handle `dired-directory' being a list.
23850 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
23852         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
23853         it doesn't exist.
23855 2003-07-12  Richard M. Stallman  <rms@gnu.org>
23857         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
23859         * progmodes/cc-defs.el (c-make-keywords-re):
23860         Don't use delete-duplicates.
23861         (c-lang-const): Don't use mapcan.
23863         * apropos.el (apropos-show-scores): Make it customizable.
23864         Document new meaning.
23865         (apropos): Compute scores from symbols.
23866         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
23868 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
23870         * ps-bdf.el: Fix copyright line.
23871         (bdf-directory-list): Fix initialization code.
23873 2003-07-11  John Paul Wallington  <jpw@gnu.org>
23875         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
23876         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
23877         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
23879 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
23881         * emacs-lisp/ring.el (ring-elements): Doc fix.
23883 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
23885         * calendar/timeclock.el (timeclock-relative)
23886         (timeclock-ask-before-exiting, timeclock-use-display-time):
23887         Doc changes.
23888         (timeclock-modeline-display): Give a message if
23889         `timeclock-use-display-time' is non-nil but `display-time-mode'
23890         is not active.
23892 2003-07-11  Kenichi Handa  <handa@m17n.org>
23894         * international/mule-cmds.el (set-language-environment):
23895         Set current-language-environment to the correct string.
23897 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
23899         * ps-print.el: Print line number correctly in a region.  Reported by
23900         Tim Allen <timallen@ls83.fsnet.co.uk>.
23901         (ps-print-version): New version number (6.6.2).
23902         (ps-printing-region): Code fix.
23904 2003-07-10  John Paul Wallington  <jpw@gnu.org>
23906         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
23907         this function can be called from `add-completions-from-tags-table'.
23909 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
23911         * calendar/timeclock.el (timeclock-use-display-time)
23912         (timeclock-day-over-hook, timeclock-workday-remaining)
23913         (timeclock-status-string, timeclock-when-to-leave)
23914         (timeclock-when-to-leave-string, timeclock-log-data)
23915         (timeclock-find-discrep, timeclock-day-base)
23916         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
23917         (timeclock-modeline-display): Set the variable
23918         `timeclock-modeline-display'.
23919         (timeclock-update-modeline): Doc fix.  Respect value of
23920         `timeclock-relative'.
23922 2003-07-09  Richard M. Stallman  <rms@gnu.org>
23924         * textmodes/reftex-parse.el (reftex-all-document-files):
23925         Add autoload cookie.
23927         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
23928         (reftex-scanning-info-available-p): Add autoload cookie.
23930         * international/mule-cmds.el
23931         (set-display-table-and-terminal-coding-system): Delete duplicate
23932         aset on standard-display-table.
23934         * view.el (view-file): If existing buffer's major mode is special,
23935         don't go into view mode.
23937         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
23939 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
23941         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
23942         buffer changes; there's third party code that calls this function
23943         directly.
23945 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
23947         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
23948         (autodoc-font-lock-keywords): Don't byte compile on font lock
23949         initialization when running from byte compiled files.
23951 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
23953         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
23954         statement ends with auto-increment "++".
23956 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
23958         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
23959         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
23960         these are changed, so declare them as variables and not constants.
23962 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
23964         * subr.el (dolist, dotimes): Doc fix.
23966 2003-07-08  Kim F. Storm  <storm@cua.dk>
23968         * international/mule-cmds.el
23969         (set-display-table-and-terminal-coding-system): Don't break
23970         bootstrap if standard-display-table isn't setup yet.
23972 2003-07-07  Richard M. Stallman  <rms@gnu.org>
23974         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
23975         Give it a doc string, and autoload it.
23977         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
23978         Use with-no-warnings.
23980         * info.el (Info-search): If find invisible text, search again.
23982         * isearch.el (search-whitespace-regexp): Add a shy group around it.
23984         * man.el (Man-name-regexp): Match + as part of name.
23986         * simple.el (visible-mode): Rename from vis-mode.
23987         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
23989         * simple.el (current-word): New arg REALLY-WORD specifies
23990         don't include punctuation chars.
23992         * emacs-lisp/debug.el (debug, debugger-env-macro):
23993         Use with-no-warnings while accessing and binding unread-command-char.
23995         * international/mule-cmds.el
23996         (set-display-table-and-terminal-coding-system): Use explicit loop
23997         instead of calling standard-display-default.
23999         * net/ange-ftp.el (ange-ftp-file-symlink-p):
24000         Use condition-case to catch error in ange-ftp-get-files.
24002         * net/browse-url.el (browse-url-browser-function):
24003         Add alternative for Epiphany.
24004         (browse-url-epiphany-program, browse-url-epiphany-arguments)
24005         (browse-url-epiphany-startup-arguments)
24006         (browse-url-epiphany-new-window-is-tab): New variables.
24007         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
24009         * progmodes/compile.el (compile-auto-highlight): Default now t.
24010         (compile): Doc fix.
24011         (compilation-next-error): Fix previous change.
24013         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
24015         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
24017 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
24019         * gdb-ui.el (gdb-source-info): Display current frame when
24020         attaching to an existing process.
24021         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
24022         while laying out windows when attaching to an existing process.
24024 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
24026         * info.el (Info-menu): Use Info-menu-entry-name-re.
24028 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
24030         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
24031         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
24033         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
24034         to match the same text.
24036 2003-07-06  John Paul Wallington  <jpw@gnu.org>
24038         * vc.el (vc-annotate-offset): Move defvar up.
24040 2003-07-06  Kim F. Storm  <storm@cua.dk>
24042         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
24043         This should fix the infinite loop when extracting menu names.
24045 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
24047         * files.el (auto-mode-alist, interpreter-mode-alist):
24048         Remove entries to CC Mode modes to avoid duplicates; they are now added
24049         with autoload directives in cc-mode.el.
24051 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
24053         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
24054         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
24055         these are changed, so declare them as variables and not constants.
24057         * progmodes/cc-mode.el: Fix some autoload problems: Try to
24058         ensure that the entry for ".c" extension comes before the one for
24059         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
24060         Fix incorrect entries that were added to `interpreter-mode-alist'.
24061         Move the autoload directives for AWK to the top level since they
24062         aren't recognized anywhere else.  Do not use the new AWK mode doc
24063         in the autoload form for the old AWK mode.
24065 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
24067         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
24068         (bibtex-sort-ignore-string-entries): Default value t.
24069         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
24070         erroneously in previous version.
24071         (bibtex-string-files): Docstring reflects new parsing scheme.
24072         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
24073         docstring, add # as one of the chars to crush
24074         (bibtex-autokey-prefix-string, bibtex-autokey-names)
24075         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
24076         (bibtex-autokey-name-change-strings)
24077         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
24078         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
24079         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
24080         (bibtex-autokey-title-terminators)
24081         (bibtex-autokey-titlewords-stretch)
24082         (bibtex-autokey-titleword-ignore)
24083         (bibtex-autokey-titleword-case-convert)
24084         (bibtex-autokey-titleword-abbrevs)
24085         (bibtex-autokey-titleword-abbrevs)
24086         (bibtex-autokey-titleword-change-strings)
24087         (bibtex-autokey-titleword-length)
24088         (bibtex-autokey-titleword-separator)
24089         (bibtex-autokey-name-year-separator)
24090         (bibtex-autokey-year-title-separator)
24091         (bibtex-autokey-before-presentation-function)
24092         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
24093         Fix docstring.
24094         (bibtex-strings, bibtex-reference-keys):
24095         Use lazy-completion-table and make-variable-buffer-local.
24096         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
24097         (bibtex-braced-string-syntax-table)
24098         (bibtex-quoted-string-syntax-table): New variables.
24099         (bibtex-parse-nested-braces): Remove.
24100         (bibtex-parse-field-string): Use syntax table and forward-sexp.
24101         (bibtex-parse-association): Simplify.
24102         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
24103         (bibtex-parse-field-text): Simplify.
24104         (bibtex-search-forward-field, bibtex-search-backward-field):
24105         argument BOUND can take value t.
24106         (bibtex-start-of-field, bibtex-start-of-name-in-field)
24107         (bibtex-end-of-name-in-field, bibtex-end-of-field)
24108         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
24109         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
24110         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
24111         (bibtex-skip-to-valid-entry): Return buffer position of beginning
24112         and ending of entry.  Update for changes of bibtex-search-entry.
24113         Simplify.
24114         (bibtex-map-entries): FUN is called with three arguments.
24115         (bibtex-search-entry): Return a cons pair with buffer positions of
24116         beginning and end of entry.
24117         (bibtex-enclosing-field): Simplify.
24118         (bibtex-format-entry): Use booktitle to set a missing title.
24119         (bibtex-autokey-get-names): Fiddle with regexps.
24120         (bibtex-generate-autokey): Use identity.
24121         (bibtex-parse-keys): Use simplified parsing algorithm if
24122         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
24123         arguments.  Return alist of keys.
24124         (bibtex-parse-strings): Simplify.  Return alist of strings.
24125         (bibtex-complete-string-cleanup): Fix docstring.
24126         (bibtex-read-key): New function.
24127         (bibtex-mode): Fix docstring.  Do not parse for keys and
24128         strings when the mode is entered.  Set fill-paragraph-function to
24129         bibtex-fill-field.  Setup font-lock-mark-block-function the way
24130         font-lock intended.
24131         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
24132         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
24133         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
24134         (bibtex-Preamble): Avoid hard coded constants.
24135         (bibtex-make-field): Fix docstring.  Simplify.
24136         (bibtex-beginning-of-entry): Always return new position of point.
24137         (bibtex-end-of-entry): Rearrange cond clauses.
24138         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
24139         Update for changes of bibtex-map-entries.
24140         (bibtex-ispell-abstract): Do not move point.
24141         (bibtex-entry-index): Use downcase.  Simplify.
24142         (bibtex-lessp): Handle catch-all.
24143         (bibtex-find-crossref): Turn into a command.
24144         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
24145         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
24146         preamble entries.
24147         (bibtex-fill-field-bounds): New function.
24148         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
24149         (bibtex-fill-entry): Use bibtex-fill-field-bounds
24150         (bibtex-String): Use bibtex-strings.  Always obey
24151         bibtex-sort-ignore-string-entries.
24153 2003-07-05  John Paul Wallington  <jpw@gnu.org>
24155         * cus-theme.el (customize-create-theme):
24156         Call `customize-create-theme' in Reset widget's notify function.
24158         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
24159         (ibuffer-mark-interactive): Use `or' instead of `unless'.
24160         (define-ibuffer-column name): Add summarizer.
24161         (define-ibuffer-column size): Likewise.
24162         (define-ibuffer-column filename): Likewise.
24163         (define-ibuffer-column process): Likewise.  Change BODY's output too.
24164         (define-ibuffer-column filename-and-process): Likewise, likewise.
24165         (ibuffer): Remove local vars `already-in' and `need-update'.
24167         * ibuf-ext.el: Don't require `derived' at compile-time.
24169 2003-07-05  Kim F. Storm  <storm@cua.dk>
24171         * info.el: Disable paragraph refilling.
24172         (Info-refill-paragraphs): New defcustom.
24173         (Info-fontify-node): Use it.
24175 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
24177         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
24178         thingies from constructors created by defstruct.
24180         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
24181         the default value of the variable.
24182         (byte-code-meter): Move declaration to top level.
24184         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
24186         * info.el (Info-following-node-name-re): New fun.
24187         (Info-following-node-name): Remove.
24188         (Info-insert-dir): Use the new fun.
24189         (Info-extract-pointer): Don't save restriction; use new fun.
24190         (Info-menu-entry-name-re): New const.
24191         (Info-menu-entry-name-re): Use it along with new fun.
24192         (Info-node-spec-re): Use new fun.
24193         (Info-complete-menu-item, Info-fontify-node): Use new const.
24194         (Info-goto-node, Info-follow-reference, Info-menu-update):
24195         Use match-string.
24196         (Info-follow-reference): Use assoc-string.
24197         Use a list of strings for the completion table.
24198         (Info-fontify-node): Use match-string, line-end-position.
24199         Limit the search for `node:' to the first line.
24201         * newcomment.el (uncomment-region): Remove padding coming from
24202         comment-start rather than just from comment-padding.
24204         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
24205         (vc-cvs-stay-local-p): Use vc-stay-local-p.
24206         (vc-cvs-rename-file): Remove (use the default).
24207         (vc-cvs-register): Register parent dir if needed.
24208         (vc-cvs-could-register): Return non-nil if parent can be registered.
24209         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
24210         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
24212         * vc-svn.el (vc-svn-use-edit): Make it into a const.
24213         (vc-svn-update): Fix the arguments to `svn'.
24214         (vc-svn-diff-tree): Just use `vc-svn-diff'.
24215         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
24216         Simple implementations, assuming `name' is a URL.
24218         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
24219         set of chars allowed unquoted in a case pattern.
24221         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
24223         * font-lock.el (font-lock-extra-types-widget)
24224         (c-font-lock-extra-types, c++-font-lock-extra-types)
24225         (objc-font-lock-extra-types, java-font-lock-extra-types)
24226         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
24227         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
24228         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
24229         (font-lock-match-c++-structor-declaration)
24230         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
24231         (c++-font-lock-keywords-3, c++-font-lock-keywords)
24232         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
24233         (objc-font-lock-keywords-3, objc-font-lock-keywords)
24234         (java-font-lock-keywords-1, java-font-lock-keywords-2)
24235         (java-font-lock-keywords-3, java-font-lock-keywords)
24236         (java-font-lock-syntactic-face-function): Remove obsolete code
24237         and constants.  It's all in cc-fonts.el now.
24239 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
24241         * mail/sendmail.el (mail-specify-envelope-from)
24242         (mail-envelope-from): Doc fix.
24244 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
24246         * generic-x.el: Do away with the dependency on `c-emacs-features'
24247         when populating `rul-generic-mode-syntax-table'; we already know
24248         this isn't XEmacs.
24250 See ChangeLog.10 for earlier changes.
24252 ;; Local Variables:
24253 ;; coding: iso-2022-7bit
24254 ;; End:
24256     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
24257   Copying and distribution of this file, with or without modification,
24258   are permitted provided the copyright notice and this notice are preserved.
24260 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1