(grep-regexp-alist): Set 5th arg `TYPE' to
[emacs.git] / lisp / ChangeLog
blobe9d4b0cb6fcb6d667a350982fdd09e863bd7d586
1 2005-08-06  Juri Linkov  <juri@jurta.org>
3         * progmodes/compile.el (compilation-mode-font-lock-keywords):
4         Use `compilation-text-face', `compilation-info-text-face' and
5         `compilation-error-text-face' instead of `font-lock-keyword-face'.
6         (compilation-error): New face.
7         (compilation-error-file-name): Inherit from
8         `compilation-error' instead of `font-lock-warning-face'.
9         (compilation-warning-file-name): Inherit from
10         `compilation-warning' instead of `font-lock-warning-face'.
11         (compilation-info, compilation-error-file-name)
12         (compilation-warning-file-name, compilation-info-file-name)
13         (compilation-line-number, compilation-column-number): Doc fix.
14         (compilation-error-text-face, compilation-warning-text-face)
15         (compilation-info-text-face): New face variables.
16         (compilation-line-face, compilation-column-face)
17         (compilation-enter-directory-face)
18         (compilation-leave-directory-face): Doc fix.
19         (compilation-text-face): New function.
21         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to
22         0 instead of 1 to display binary file names as info file links.
23         (grep-error-face): Use `compilation-error-face' instead of
24         `font-lock-keyword-face'.
25         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
26         and `compilation-warning-text-face' instead of `font-lock-keyword-face'.
27         Use `compilation-error-text-face' instead of `grep-error-face'.
29 2005-08-05  Kenichi Handa  <handa@m17n.org>
31         * international/code-pages.el: Add autoload cookies for all coding
32         systems.
34 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
36         * cus-start.el (all): Put undo.c where it alphabetically belongs.
38 2005-08-04  Juri Linkov  <juri@jurta.org>
40         * progmodes/compile.el (compilation-mode-map):
41         * progmodes/grep.el (grep-mode-map):
42         Bind TAB to `compilation-next-error' and [backtab] to
43         `compilation-previous-error'.
45         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
46         matching line numbers, column numbers and their ranges with regexp
47         matching only line numbers.
48         (grep-context-face): New face variable.
49         (grep-mode-font-lock-keywords): Use it.
51         * faces.el (read-face-name): Delete duplicate faces.
53 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
55         * thumbs.el (thumbs-find-image): Don't make variables
56         automatically buffer local.
57         (thumbs-current-tmp-filename, thumbs-current-image-filename)
58         (thumbs-image-num): Make automatically buffer local.
59         (thumbs-show-thumbs-list): Use `make-local-variable', not
60         `make-variable-buffer-local'.
61         (thumbs-insert-image): Make `thumbs-current-image-size'
62         buffer-local.
64         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
65         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
66         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
67         (bother, bye, canyou, chatlst, continue, deathlst, describe)
68         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
69         (feelings-about, foullst, found, hello, history, howareyoulst)
70         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
71         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
72         (neglst, obj, object, owner, please, problems, qlist)
73         (random-adjective, relation, remlst, repetitive-shortness)
74         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
75         (shortlst, something, sportslst, stallmanlst, states, subj)
76         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
77         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
78         Defvar at compile time.
80         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
81         not `make-variable-buffer-local'.
83 2005-08-02  Kim F. Storm  <storm@cua.dk>
85         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
86         rectangle overlay in selected window.
88 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
90         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
91         instead of display group.  Make `indicate-buffer-boundaries'
92         customizable through Custom.
94 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
96         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
97         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
98         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
99         (gdb-put-string): Fix typos in docstrings.
101 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
103         Update copyright notices of files in progmodes directory for
104         release of Emacs 22.1.
106         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
108         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.  Don't
109         barf if the GUD buffer has been killed.
111 2005-08-01  Kim F. Storm  <storm@cua.dk>
113         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
115 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
117         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
118         (byte-compile-form-make-variable-buffer-local): New functions to warn
119         about misuses of make-variable-buffer-local where make-local-variable
120         was meant.
122 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
124         * bs.el (bs-attributes-list): Doc fix.
125         (bs): Update url-link.
127         * desktop.el (desktop-save-buffer): Fix typos in docstring.
128         (desktop-load-default): Simplify.
130         * ibuffer.el (ibuffer-columnize-and-insert-list)
131         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
132         (ibuffer-unmark-all, ibuffer-toggle-marks)
133         (ibuffer-unmark-forward, ibuffer-unmark-backward)
134         (ibuffer-compile-make-format-form, ibuffer-format-column)
135         (ibuffer-current-buffers-with-marks)
136         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
137         (ibuffer): Doc fix.
138         (ibuffer-mode): Fix typo in docstring.
139         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
140         with `define-obsolete-variable-alias'.
141         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
143 2005-07-29  Kenichi Handa  <handa@m17n.org>
145         * international/mule-cmds.el (select-message-coding-system):
146         Be sure to use LF for end-of-line.  If no coding system is decided,
147         return iso-8859-1-unix.
149 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
151         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
152         (ange-ftp-pending-error-line): New vars.
153         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
154         to handle the non-fatal no-route-to-host messages.
155         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
157 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
159         * isearch.el (isearch-mode-map, isearch-other-meta-char)
160         (isearch-quote-char, isearch-printing-char)
161         (isearch-text-char-description): "?\ " -> "?\s".
162         (isearch-lazy-highlight-cleanup)
163         (isearch-lazy-highlight-initial-delay)
164         (isearch-lazy-highlight-interval)
165         (isearch-lazy-highlight-max-at-a-time)
166         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
167         Declare with define-obsolete-*-alias macros.
168         (isearch-forward): Fix typo in docstring.
169         (search-invisible, search-ring-yank-pointer)
170         (regexp-search-ring-yank-pointer): Doc fixes.
172         * recentf.el (recentf-menu-append-commands-p): Declare with
173         `define-obsolete-variable-alias'.
174         (recentf-max-saved-items, recentf-menu-filter)
175         (recentf-arrange-by-rule-subfilter): Doc fixes.
176         (recentf-menu-append-commands-flag)
177         (recentf-initialize-file-name-history, recentf-expand-file-name)
178         (recentf-clear-data): Fix typos in docstrings.
180 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
182         * progmodes/gdb-ui.el: Smarten comments.
183         (gdb-info-breakpoints-custom): Use nowarn when finding file.
185 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
187         * term/apollo.el (terminal-init-apollo): New function containing
188         all former top level forms in the file.
189         * term/bobcat.el (terminal-init-bobcat):
190         * term/cygwin.el (terminal-init-cygwin):
191         * term/iris-ansi.el (terminal-init-iris-ansi):
192         * term/linux.el (terminal-init-linux):
193         * term/news.el (terminal-init-news):
194         * term/rxvt.el (terminal-init-rxvt):
195         * term/sun.el (terminal-init-sun):
196         * term/tvi970.el (terminal-init-tvi970):
197         * term/vt100.el (terminal-init-vt100):
198         * term/vt102.el (terminal-init-vt102):
199         * term/vt125.el (terminal-init-vt125):
200         * term/vt200.el (terminal-init-vt200):
201         * term/vt201.el (terminal-init-vt201):
202         * term/vt220.el (terminal-init-vt220):
203         * term/vt240.el (terminal-init-vt240):
204         * term/vt300.el (terminal-init-vt300):
205         * term/vt320.el (terminal-init-vt320):
206         * term/vt400.el (terminal-init-vt400):
207         * term/vt420.el (terminal-init-vt420):
208         * term/wyse50.el (terminal-init-wyse50):
209         * term/xterm.el (terminal-init-xterm): Likewise.
211         * term/README: Describe the terminal-init-* functionality.
213         * startup.el (command-line): After loading the terminal initialization
214         file call the corresponding terminal initialization function.
216 2005-07-27  Kenichi Handa  <handa@m17n.org>
218         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
219         negative.
221         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
222         (ps-mule-composition-prologue): Fix for the case that
223         RelativeCompose is false.
225 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
227         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
229         * descr-text.el (describe-char): Handle the case where the list of
230         chars is displayed in a separate frame.
231         Be a bit more discriminating when looking for the char.
233 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
235         * bookmark.el (bookmark-automatically-show-annotations)
236         (bookmark-read-annotation-text-func): Doc fixes.
237         (bookmark-save): Improve argument/docstring consistency.
238         (bookmark-get-bookmark, bookmark-get-bookmark-record)
239         (bookmark-alist-from-buffer)
240         (bookmark-upgrade-file-format-from-0)
241         (bookmark-grok-file-format-version)
242         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
243         (bookmark-read-annotation-mode)
244         (bookmark-insert-current-bookmark, bookmark-jump)
245         (bookmark-exit-hook): Fix typos in docstrings.
246         (bookmark-exit-hooks): Define as obsolete alias.
247         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
248         not `bookmark-exit-hooks'.  Fix docstring.
249         (bookmark-bmenu-select): "?\ " -> "?\s".
251 2005-07-25  Ari Roponen <arjuropo@cc.jyu.fi>  (tiny change)
253         * startup.el (command-line): Fix typo.
255 2005-07-24  Richard M. Stallman  <rms@gnu.org>
257         * tooltip.el (tooltip-mode): Test emacs-basic-display,
258         not emacs-quick-startup.
260 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
262         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
263         (reb-next-match, reb-show-subexp): Use `with-selected-window'
264         instead of `reb-with-current-window'.
265         (reb-prev-match): Likewise.  Also, don't move left if the search
266         was unsuccessful.
267         (reb-initialize-buffer): New function.
268         (re-builder, reb-change-syntax): Use it.
270         * man.el (Man-goto-page): Make second argument NOERROR optional.
272 2005-07-23  Richard M. Stallman  <rms@gnu.org>
274         * man.el (Man-bgproc-sentinel): Check here for failure to find
275         any man page in the output, and report the error here.
276         (Man-arguments): Make it permanent local.
277         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
278         (Man-mode): Pass t for NOERROR.
280         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
281         (grep-mode-font-lock-keywords):
282         Don't use compilation-...-face for messages that are not file names.
284         * progmodes/compile.el (compilation-mode-font-lock-keywords):
285         Don't use compilation-...-face for messages that are not file names.
287 2005-07-22  Juri Linkov  <juri@jurta.org>
289         * startup.el (normal-splash-screen): Update menu name.
291         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
293 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
295         * term/xterm.el: Load term/rxvt if the terminal is actually an
296         rxvt terminal.
297         (xterm-rxvt-set-background-mode): Remove, not used anymore.
299         * term/rxvt.el (function-key-map): Use substitute-key-definition
300         to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
302         * term/cygwin.el: New file.
304 2005-07-22  Kim F. Storm  <storm@cua.dk>
306         * image-file.el (insert-image-file, image-file-yank-handler):
307         Fix last change to maintain a (unique) yank-handler on yanked images.
309 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
311         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
312         of the file size (as in "177B" for 177 bytes).  This happens with
313         "ls -lh" on FreeBSD.
315 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
317         * hilit-chg.el (highlight-changes-global-initial-state)
318         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
319         (hilit-chg-fixup, highlight-changes-mode):
320         Fix typos in docstrings.
321         (highlight-changes-global-modes, highlight-changes-rotate-faces):
322         Doc fixes.
324 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
326         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
327         mode function using `eval-after-load'.
329 2005-07-21  Kim F. Storm  <storm@cua.dk>
331         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
332         included when reporting an emacs crash, and tell about the DEBUG file.
334         * image-file.el (insert-image-file): Add yank-handler.
335         (image-file-yank-handler): Yank handler to make unique copies of
336         images when they are yanked into a buffer next to each other.
338 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
340         * comint.el (comint-use-prompt-regexp, comint-send-input)
341         (comint-source-default, comint-extract-string)
342         (comint-get-source, comint-word, comint-completion)
343         (comint-source, comint-prompt-read-only, comint-update-fence):
344         Fix typos in docstrings.
345         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
346         Declare with define-obsolete-*-alias macros.
347         (comint-previous-matching-input-from-input)
348         (comint-next-matching-input-from-input)
349         (comint-previous-matching-input, comint-next-matching-input)
350         (comint-forward-matching-input):
351         Improve argument/docstring consistency.
353         * desktop.el (desktop-clear-preserve-buffers-regexp):
354         Also preserve the *server* buffer.
356         * simple.el (clone-indirect-buffer): Doc fix.
357         (fixup-whitespace, just-one-space)
358         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
359         (next-error, next-error-highlight)
360         (next-error-highlight-no-select, next-error-last-buffer)
361         (next-error-buffer-p, next-error-find-buffer, next-error)
362         (previous-error, next-error-no-select, previous-error-no-select)
363         (open-line, split-line, minibuffer-prompt-width, kill-new)
364         (binary-overwrite-mode): Fix typos in docstrings.
365         (set-fill-column): Fix typo in message.
367         * skeleton.el (skeleton-proxy-new): Doc fix.
369         * strokes.el (strokes-load-hook): Doc fix.
370         (strokes-grid-resolution, strokes-get-grid-position)
371         (strokes-renormalize-to-grid, strokes-read-stroke)
372         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
373         (strokes-global-map): Fix typos in docstrings.
374         (strokes-help): Doc fix.  Fix help message and pass it through
375         `substitute-command-keys'.
377         * tempo.el (tempo-insert-prompt, tempo-interactive)
378         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
379         (tempo-insert-string-functions, tempo-local-tags)
380         (tempo-define-template, tempo-insert-template)
381         (tempo-insert-prompt-compat, tempo-is-user-element)
382         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
383         Fix typos in docstrings.
385         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
386         (vcursor-key-bindings, vcursor-use-vcursor-map)
387         (vcursor-find-window, vcursor-scroll-down)
388         (vcursor-disable, vcursor-beginning-of-buffer)
389         (vcursor-end-of-buffer): Fix typos in docstrings.
390         (vcursor-relative-move, vcursor-get-char-count):
391         Improve argument/docstring consistency.
393         * version.el: "?\ " -> "?\s".
395         * wid-edit.el (widget-default-create, widget-after-change)
396         (widget-default-format-handler, widget-checklist-add-item)
397         (widget-radio-add-item, widget-choose, widget-specify-secret)
398         (widget-field-value-create, widget-field-value-get)
399         (widget-editable-list-format-handler)
400         (widget-editable-list-entry-create, widget-group-value-create)
401         (widget-documentation-link-add)
402         (widget-documentation-string-value-create): "?\ " -> "?\s".
403         (widget-convert-text): Doc fix.
404         (widget-narrow-to-field, widget-field-find)
405         (widget-url-link-action, widget-emacs-library-link-action)
406         (widget-color-notify): Fix typos in docstrings.
408         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
409         (x-select-text, set-w32-system-coding-system)
410         (w32-add-charset-info): Fix typos in docstrings.
412         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
413         (cua-enable-cua-keys, cua-use-hyper-key)
414         (cua-virtual-rectangle-edges): Fix typos in docstrings.
415         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
417         * net/tramp.el (tramp-handle-load): Fix typo in error message.
419         * emacs-lisp/re-builder.el (regexp-builder): Declare with
420         `defalias' instead of faking it.
422         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
423         (eshell-ls-missing, eshell-ls-dired-initial-args)
424         (eshell-ls-use-in-dired): Fix typos in docstrings.
426 2005-07-20  Kim F. Storm  <storm@cua.dk>
428         * emulation/cua-base.el (cua-mode): Improve doc string.
430 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
432         * abbrev.el (expand-region-abbrevs): Doc fix.
433         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
434         Improve argument/docstring consistency.
436         * arc-mode.el (archive-get-descr, archive-alternate-display):
437         Doc fixes.
438         (archive-l-e): Improve argument/docstring consistency.
439         (archive-tmpdir, archive-unixdate, archive-unixtime)
440         (archive-chmod-entry): Fix typos in docstrings.
441         (archive-unflag, archive-unflag-backwards)
442         (archive-unmark-all-files): "?\ " -> "?\s".
444         * buff-menu.el (Buffer-menu-unmark): Doc fix.
445         (Buffer-menu-not-modified, Buffer-menu-execute)
446         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
447         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
449         * composite.el (compose-string, encode-composition-rule)
450         (compose-last-chars): Fix typos in docstrings.
452         * desktop.el (desktop-enable, desktop-basefilename):
453         Declare with `define-obsolete-variable-alias'.
454         (desktop-internal-v2s): Don't quote keywords.
455         (desktop-clear): "?\ " -> "?\s".
457         * dired.el (dired-align-file, dired-flag-backup-files)
458         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
459         (dired-listing-switches, dired-ls-F-marks-symlinks)
460         (dired-dwim-target, dired-load-hook, dired-mode-hook)
461         (dired-directory, dired-faces, dired, dired-revert)
462         (dired-mode, dired-summary, dired-view-file)
463         (dired-copy-filename-as-kill, dired-delete-file)
464         (dired-no-confirm, dired-unmark-all-marks)
465         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
466         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
467         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
468         Fix typos in message strings.
470         * dired-x.el (virtual-dired): Declare with `defalias'.
471         (dired-mark-unmarked-files, dired-local-variables-file)
472         (dired-omit-here-always): Doc fix.
473         (dired-omit-mode, dired-find-subdir)
474         (dired-enable-local-variables, dired-clean-up-buffers-too)
475         (dired-extra-startup, dired-mark-extension, dired-jump)
476         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
477         (dired-smart-shell-command, dired-guess-shell-alist-user)
478         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
479         (dired-x-bind-find-file, dired-x-submit-report):
480         Fix typos in docstrings.
481         (dired-mark-unmarked-files): "?\ " -> "?\s".
483         * dirtrack.el (dirtrack-list): Fix typos in docstring.
485         * faces.el (describe-face): "?\ " -> "?\s".
486         (read-all-face-attributes, read-face-font, modify-face)
487         (face-attr-construct, italic): Fix typos in docstrings.
488         (frame-update-face-colors): Declare with
489         `define-obsolete-function-alias'.
491         * files.el (find-file-noselect, recode-file-name): Doc fixes.
492         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
493         (magic-mode-alist, buffer-file-numbers-unique)
494         (write-file-functions, get-free-disk-space):
495         Fix typos in docstrings.
496         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
497         (write-contents-hooks, write-file-hooks):
498         Declare with `define-obsolete-variable-alias'.
500         * forms-d2.el (arch-rj): Fix typo in docstrings.
501         (arch-tocol): Likewise.  "?\ " -> "?\s".
503         * frame.el (set-frame-font, cursor-in-non-selected-windows):
504         Fix typo in docstring.
505         (set-screen-width, set-screen-height): Delete redundant info in
506         doctrings.
507         (new-frame, screen-height, screen-width): Declare with
508         `define-obsolete-function-alias'.
509         (delete-frame-hook, blink-cursor): Declare with
510         `define-obsolete-variable-alias'.
512         * paths.el (prune-directory-list): Fix typos in docstring.
514         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
515         (cvs-prefix-get): Fix typos in docstrings.
517         * ps-print.el (ps-extend-face-list, ps-extend-face)
518         (ps-print-background-image): Fix typos in docstrings.
519         (ps-default-fg, ps-default-bg): Doc fixes.
521         * s-region.el (s-region-bind): Doc fix.
522         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
524         * textmodes/org.el (org-table-formula-substitute-names)
525         (org-table-get-vertical-vector): Doc fixes.
526         (org-table-recalculate): Remove unused argument to `message'.
528 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
530         * textmodes/org.el (org-table-column-names)
531         (org-table-column-name-regexp)
532         (org-table-named-field-locations): New variables.
533         (org-archive-subtree): Protect `this-command' when calling
534         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
535         the kill buffer.
536         (org-complete): Remove fixed-formula completion.
537         (org-edit-formulas-map): New variable.
538         (org-table-edit-formulas): New command.
539         (org-finish-edit-formulas, org-abort-edit-formulas)
540         (org-show-variable, org-table-get-vertical-vector): New functions.
541         (org-table-maybe-eval-formula): Handle `:=' fields.
542         (org-table-get-stored-formulas, org-table-store-formulas)
543         (org-table-get-formula, org-table-modify-formulas)
544         (org-table-replace-in-formulas): Handle named field formulas.
545         (org-table-get-specials): Store locations of named fields.
547 2005-07-19  Juri Linkov  <juri@jurta.org>
549         * progmodes/grep.el (grep-regexp-alist)
550         (grep-mode-font-lock-keywords, grep-process-setup):
551         Use default GNU grep match color "01;31m" instead of "01;41m".
552         (grep-regexp-alist, grep-mode-font-lock-keywords):
553         Use `\\[[0-9]*m' instead of `\\[00m'.
554         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
555         sgr_start where its handling is more important.  Use the real
556         length of sgr_start instead of constant 8.
557         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
558         specially.  Delete all remaining escape sequences.
559         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
560         (grep-regexp-alist): Make hyperlink only for binary file name
561         instead of the whole line.
562         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
563         (grep-mode): Add autoload.
565         * emacs-lisp/find-func.el (find-function-regexp):
566         Add `define-compilation-mode'.
568 2005-07-19  Juri Linkov  <juri@jurta.org>
570         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
571         (compare-windows-sync-string-size, compare-windows-recenter)
572         (compare-windows-highlight, compare-windows): Add version 22.1.
573         (compare-windows) <defface>: Inherit from lazy-highlight instead
574         of duplicating its default value.
576         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
577         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
579         * descr-text.el (describe-char): Create link buttons for `charset'
580         and `code point'.  Add the current input method name with a link
581         button to `to input' field.  Print face names of display table
582         characters in `The display table entry is displayed by' section
583         instead of printing face-id in the `display' field.
584         Guess hardcoded faces and create a link button for them.
585         Skip empty fields when calculating max-width.
586         Treat `widget-create' specially while inserting strings from the
587         collected field list.
588         (describe-char-after): Made obsolete in version 22.1, not 21.5.
590         * diff-mode.el (diff-file-header): Change foreground color from
591         yellow to green on light backgrounds.
592         (diff-context): Inherit from `shadow' only for color/grayscale
593         with more than 88 colors.
594         (diff-indicator-removed, diff-indicator-added)
595         (diff-indicator-changed): New faces.
596         (diff-font-lock-keywords): Use new faces.  Regroup rules.
597         Add "^---$" for `normal' diff format.  Fontify `#' lines with
598         font-lock-comment-delimiter-face and font-lock-comment-face.
599         Add `#' to ^[^...] in the rule for `diff-context-face'.
601         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
602         a button-like box.  Inherit from `highlight' on low colors.
603         (shadow): Use shades of gray only for color/grayscale with
604         more than 88 colors.  Use green for light backgrounds with
605         8 colors, and yellow for dark backgrounds with 8 colors.
607         * font-lock.el (font-lock-regexp-grouping-backslash):
608         Don't inherit from escape-glyph (use bold for all cases).
610         * info.el (info-xref-visited): Use light foreground color `violet'
611         for dark backgrounds instead of dark color `magenta3'.
612         (info-title-1): Use `yellow' color for dark backgrounds.
614         * isearch.el (isearch): Use not-too-dark magenta3 instead of
615         too-light magenta2.
617         * replace.el (match): Use slightly more light RoyalBlue3 instead
618         of dark RoyalBlue4.
620         * wid-edit.el (widget-inactive): Inherit from `shadow'.
622 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
624         * novice.el (disabled-command-hook): Declare it with
625         `define-obsolete-variable-alias'.
627         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
628         (desktop-buffer-misc-functions, desktop-buffer-handlers)
629         (desktop-load-default): Add release to obsolescence info.
630         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
631         (desktop-append-buffer-args, desktop-read):
632         Fix typos in docstrings.
633         (desktop-kill): Fix typo in message.
634         (desktop-save): Doc fix.
636 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
638         * viper-cmd.el (viper-escape-to-state): Bug fix.
639         (viper-envelop-ESC-key): Change the definition of fast
640         keysequence so it'll work with keyboard macros.
642         * ediff.el (ediff-patch-buffer): Change the docstring.
644 2005-07-19  Kenichi Handa  <handa@m17n.org>
646         * international/mule-cmds.el (select-safe-coding-system): Try to
647         use an auto-coding (if any) before anything else.  If the found
648         auto-coding is invalid, show a warning message.
650         * international/mule.el (find-auto-coding): New function created
651         by modifying the body of set-auto-coding.
652         (set-auto-coding): Use find-auto-coding to find a coding.
654 2005-07-18  Richard M. Stallman  <rms@gnu.org>
656         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
657         not isearch-mode-end-hook-error.
658         (allout-before-change-protect): Fix error message.
660 2005-07-18  Juri Linkov  <juri@jurta.org>
662         * allout.el (allout-mode):
663         * calculator.el (calculator-copy):
664         * custom.el (custom-known-themes):
665         * dired.el (dired-desktop-buffer-misc-data)
666         (dired-restore-desktop-buffer):
667         * dired-x.el (dired-omit-marker-char):
668         * files.el (basic-save-buffer):
669         * font-core.el (font-lock-mode):
670         * calendar/calendar.el (calendar-goto-hebrew-date)
671         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
672         (calendar-goto-persian-date):
673         * language/ethio-util.el (ethio-sera-to-fidel-region):
674         * textmodes/picture.el (picture-mode):
675         Delete duplicate duplicate words.
677 2005-07-18  Juri Linkov  <juri@jurta.org>
679         * isearch.el (isearch-mode-map): Remove key bindings for regexp
680         chars * ? } |.
681         (isearch-fallback): Don't call `isearch-process-search-char'.
682         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
683         (isearch-process-search-char): Call `isearch-fallback' for regexp
684         chars * ? } |.
685         (isearch-return-char): Make obsolete with `make-obsolete' instead
686         of simply documenting it as obsolete in the docstring.
687         (isearch-fallback): Refill docstring.
689         * international/isearch-x.el
690         (isearch-process-search-multibyte-characters): Remove unneeded `concat'.
691         Add intermediate values to `junk-hist' instead of `minibuffer-history'.
692         Test the length of `str'.
694 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
696         * allout.el (allout-resolve-xref): Fix typos in error strings.
697         (allout-before-change-protect): Remove unneeded `concat'.
699         * array.el (array-mode, array-reconfigure-rows)
700         (untabify-backward): Fix typos in docstrings.
701         (array-reconfigure-rows): Use `insert-buffer-substring', not
702         `insert-buffer'.
704         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
705         * progmodes/ada-mode.el (ada-make-body):
706         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
708         * dired.el (dired-log):
709         * tar-mode.el (tar-subfile-save-buffer):
710         * play/zone.el (zone-pgm-stress-destress):
711         Use `insert-buffer-substring', not `insert-buffer'.
713 2005-07-17  Simon Josefsson  <jas@extundo.com>
715         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
717 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
719         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
720         Add plain auth method.
721         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
723 2005-07-17  Kim F. Storm  <storm@cua.dk>
725         * ido.el (dired-other-window): Add ido property.
727 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
729         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
730         Fix typo in docstring.
731         (byte-compile-interactive-only-functions): Add `insert-buffer' and
732         `insert-file-literally'.
734         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
735         info and delete redundant message.  Doc fix.
736         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
737         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
739 2005-07-16  Richard M. Stallman  <rms@gnu.org>
741         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
742         (byte-compile-and): Use byte-compile-and-recursion.
743         (byte-compile-or-recursion): New function.
744         (byte-compile-or): Use that.
745         (byte-compile-if): Guard the else-clause too.
746         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
748         * isearch.el (isearch-mode-end-hook-quit): New variable.
749         (isearch-done): Bind it.
750         (isearch-mode-end-hook): Doc fix.
752         * allout.el (allout-isearch-did-quit): Variable deleted.
753         (allout-real-isearch-abort): Function name no longer used.
754         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
755         (allout-isearch-rectification): isearch-mode always exists.
756         Don't set allout-isearch-did-quit.
757         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
758         allout-isearch-did-quit.
759         (allout-enwrap-isearch): Just add the hook.
760         (allout-isearch-abort): Function deleted.
761         (allout-pre-command-business): Avoid warning.
763         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
764         Correctly avoid warnings.
765         (pascal-outline): Likewise.
767         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
769         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
771         * play/tetris.el (tetris-mode): Avoid warning.
773         * play/snake.el (snake-mode): Avoid warning.
775         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
776         (gamegrid-set-display-table): Avoid warning.
777         (gamegrid-set-timer): Likewise.
778         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
779         (gamegrid-add-score-with-update-game-score-1): Take FILE
780         as argument.
781         (gamegrid-add-score-with-update-game-score): Pass that argument.
782         Rename have-shared-game-dir to gamegrid-shared-game-dir.
784         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
786         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
787         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
789         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
790         and insert-file.
792         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
793         (sc-ask): Avoid warnings.
795         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
796         (eshell-hist-initialize): Use that var the natural way.
798         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
800         * emacs-lisp/re-builder.el (reb-cook-regexp):
801         Avoid warning calling lre-compile-string.
802         (reb-color-display-p): Avoid warning.
804         * calculator.el (calculator-last-input): Guard uses
805         of event-key and key-press-event-p.
806         (event-key, key-press-event-p): Delete definitions.
808         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
809         (find-gc-source-directory, find-gc-subrs-callers)
810         (find-gc-noreturn-list, find-gc-source-files)
811         (find-gc-subrs-called): Vars renamed and defvar'd.
813         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
814         (checkdoc-overlay-put, checkdoc-delete-overlay)
815         (checkdoc-overlay-start, checkdoc-overlay-end)
816         (checkdoc-mode-line-update, checkdoc-char=):
817         Define such that compiler knows they are defined.
818         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
819         (checkdoc-read-event): Delete.  Use read-event directly.
821         * whitespace.el (whitespace-make-overlay)
822         (whitespace-overlay-put, whitespace-delete-overlay)
823         (whitespace-overlay-start, whitespace-overlay-end):
824         Define such that compiler knows they are defined.
825         (whitespace): Move conditional inside.
827         * tempo.el (tempo-insert-template): Suppress warning.
829         * ediff-diff.el (longlines-mode): Add defvar.
831 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
833         * server.el: Bind "C-x #" in a way that works even if C-x is
834         redefined to a command key, not a prefix key.
836 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
838         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
839         cl-make-type-test till execution time.
841 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
843         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
844         arg ARG and use it.
846 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
848         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
850 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
852         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
853         a defcustom with two :set or :type keywords.
855 2005-07-15  Richard M. Stallman  <rms@gnu.org>
857         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
858         Don't give ^M comment-end syntax.
860 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
862         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
863         Don't consider gdbmi (gdb-mi.el has its own update functions).
864         (gdb-var-delete): Make it work for gdbmi as well.
865         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
867         * progmodes/gud.el (etags, sdb): Only require etags when needed.
868         (gud-speedbar-menu-items): Correct logic for enabling items.
870 2005-07-15  Kim F. Storm  <storm@cua.dk>
872         * ido.el: Fix commentary.
873         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
874         Use with-no-warnings around ffap-guesser.
875         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
876         Let bind minibuffer-completing-file-name to t.
878 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
880         * startup.el (site-run-file, keyboard-type): Doc fixes.
881         (command-line): Check for "--basic-display" argument; also for
882         "--quick", not "--bare-bones" (which was renamed).
883         (fancy-splash-text): Add missing item "Getting New Versions".
884         (normal-splash-screen): Fix typos and improve consistency with
885         `fancy-splash-text'.  Update copyright year.
887         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
888         valid binding for `help-char'.
890         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
892 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
894         * term.el (term-mode): Disable cua-mode for term buffers.
896 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
898         * add-log.el (add-log-mailing-address, change-log-merge):
899         Doc fixes.
900         (change-log-get-method-definition): Fix typo in docstring.
902 2005-07-14  Kim F. Storm  <storm@cua.dk>
904         * emulation/cua-base.el:
905         (cua--pre-command-handler-1, cua--pre-command-handler)
906         (cua--post-command-handler-1, cua--post-command-handler):
907         Split in two.  Check (buffer local) value of cua-mode.
908         (cua-selection-mode): New command.
910 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
912         * custom.el (custom-initialize-safe-set)
913         (custom-initialize-safe-default): Doc fixes.
915         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
916         and simplify :init-value again.
918         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
919         and simplify :init-value again.  Delete autoload.
921         * startup.el (command-line): Use `custom-reevaluate-setting' again
922         for tooltip-mode.
924         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
925         a defcustom with two :initialize keywords.
927 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
929         * allout.el (my-mark-marker, allout-isearch-prior-pos)
930         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
931         (allout-post-command-business, allout-flag-region)
932         (isearch-reenable-font-lock, allout-yank)
933         (allout-insert-latex-header, allout-insert-latex-trailer)
934         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
935         (allout-latex-verb-quote): Fix typos in docstrings.
936         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
937         (allout-unprotected, allout-prefix-data):
938         Improve argument/docstring consistency.
939         (allout-chart-subtree): Fix argument spec.
940         (allout-open-topic): Rename `use_sib_bullet' argument to
941         `use-sib-bullet'.  Doc fix.
943         * whitespace.el (whitespace-check-buffer-leading)
944         (whitespace-check-buffer-trailing)
945         (whitespace-check-buffer-indent)
946         (whitespace-check-buffer-spacetab)
947         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
948         (whitespace-check-leading-whitespace)
949         (whitespace-check-trailing-whitespace)
950         (whitespace-check-spacetab-whitespace)
951         (whitespace-check-indent-whitespace)
952         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
953         (whitespace-modes): Fix typos in docstrings.
954         (defgroup, defcustom): Doc fixes.
956         * winner.el (winner-mode, winner-boring-buffers)
957         (winner-pending-undo-ring): Doc fixes.
958         (winner-ring): Remove unneeded `progn'.
959         (winner-equal): `defsubst' it.
960         (winner-redo): Fix message.
962 2005-07-13  Kim F. Storm  <storm@cua.dk>
964         * simple.el (line-move-1): Always use vertical-motion to
965         do the last (or only) line move to ensure some movement.
966         Undo 2005-06-23 change--don't check for overlays.
968 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
970         * term/mac-win.el (ccl-encode-mac-roman-font)
971         (ccl-encode-mac-centraleurroman-font)
972         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
973         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
974         Change charset-id boundary of dimension to ?\xef.
975         (mac-char-fontspec-list): New constant.
976         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
977         argument.  Nil uses itself as family in font-spec.  Previous
978         behavior for nil is now provided by non-nil non-string argument.
979         All callers changed.  Add font-specs for Mac fonts to
980         "fontset-default" unless iso8859-1 fonts are installed.
982 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
984         * progmodes/sh-script.el (sh-get-indent-info): Only indent
985         a continuation line if the \ is preceded by SPC or TAB.
986         (sh-get-indent-info): Simplify.
987         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
988         Use with-current-buffer.
990         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
991         when the matched text is empty.
993 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
995         * startup.el (command-line): Revert to previous handling of
996         tooltip-mode.  Explain in comment why the complexity is needed.
998         * tooltip.el (tooltip-mode): Revert to previous implementation of
999         its defcustom.
1001         * frame.el (blink-cursor-mode): Revert to previous implementation
1002         of its defcustom.  Update comment.
1004 2005-07-12  Lars Hansen  <larsh@soem.dk>
1006         * desktop.el: Update e-mail address.
1008 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1010         * term/mac-win.el (mac-services-mail-selection)
1011         (mac-services-mail-to): New functions.
1012         (mac-application-menu-map): Bind them.
1014 2005-07-12  wulei <milton@wulei.net>  (tiny change)
1016         * progmodes/gdb-ui.el: Add note about buffering with Windows.
1018 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
1020         * custom.el (custom-reevaluate-setting): Doc fix.
1022 2005-07-11  Jay Belanger  <belanger@truman.edu>
1024         * calc/calc.el (calc-embedded-announce-formula-alist)
1025         (calc-embedded-open-close-plain-alist)
1026         (calc-embedded-open-close-mode-alist): Add checks for additional
1027         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
1029 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
1031         * custom.el (custom-enable-theme): Don't add theme to
1032         `custom-enabled-themes' with `push' because there is no
1033         setf-method for `delq'.
1035 2005-07-11  Richard M. Stallman  <rms@gnu.org>
1037         * custom.el (custom-declare-variable): Doc fix.
1039         * dired-aux.el (dired-compare-directories): Remove "." and ".."
1040         from the alists.
1042         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
1043         Do nothing if edebug-active.
1045         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
1046         (edebug-display): Do it here instead.
1048 2005-07-10  Richard M. Stallman  <rms@gnu.org>
1050         * cus-face.el (custom-theme-set-faces): Make it work.
1051         (custom-reset-faces): Doc fix.
1052         (custom-theme-reset-internal-face, custom-theme-face-value):
1053         Functions deleted.
1055         * custom.el (custom-push-theme): Maintain list of the settings
1056         of a given theme in its theme-settings property.
1057         Maintain position of old settings in the theme-value
1058         or theme-face property.
1059         (custom-enabled-themes): New variable.
1060         (custom-theme-enabled-p): New function.
1061         (provide-theme): Update custom-enabled-themes.
1062         Disable and reenable the `user' theme.
1063         (require-theme): Doc fix.
1064         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
1065         (custom-theme-value, custom-theme-variable-value): Likewise.
1066         (custom-theme-reset-internal): Likewise.
1067         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
1068         (custom-enable-theme, custom-disable-theme): New functions.
1069         (custom-variable-theme-value, custom-face-theme-value): Likewise.
1070         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
1071         (custom-theme-reset-variables): Simplify.
1072         (deftheme, custom-declare-theme, custom-make-theme-feature):
1073         Definitions moved.
1075 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
1077         * longlines.el (longlines-show-region)
1078         (longlines-unshow-hard-newlines): Recognize hard newlines by
1079         non-nil hard property, instead of t.
1081 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
1083         * viper-cmd.el (viper--key-maps): New variable.
1084         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
1085         emulation-mode-map-alists.
1086         (viper-envelop-ESC-key): Use viper-subseq.
1087         (viper-search-forward/backward/next): Disable debug-on-error.
1089         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
1090         (viper-ESC-key): New defcustoms.
1092         * viper-macs.el (ex-map-read-args): Use viper-subseq.
1094         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
1095         (viper-subseq): Copy of subseq from cl.el.
1097         * viper.el (viper-go-away, viper-set-hooks): Use
1098         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
1100         * viper-mous.el (viper-current-frame-saved): Use defvar.
1102         * viper-init.el: Get rid of -face in face names.
1104         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
1105         Make it work with longlines mode
1107         * ediff-mult.el (ediff-meta-mode-hook): New variable.
1109         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
1111         * ediff-init: Get rid of -face in face names.
1113 2005-07-10  Richard M. Stallman  <rms@gnu.org>
1115         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
1116         and with-timeout-unsuspend.
1118         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
1119         and with-timeout-unsuspend.
1121         * emacs-lisp/timer.el (with-timeout-timers): New variable.
1122         (with-timeout): Bind that variable to record timers.
1123         (with-timeout-suspend, with-timeout-unsuspend): New functions.
1125         * emacs-lisp/debug.el (debug-help-follow): New function.
1126         (debugger-mode-map): Use that instead of help-follow.
1127         (debugger-setup-buffer): Use eval-buffer-list
1128         to handle eval-buffer frames.
1130 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
1132         * timezone.el (timezone-parse-date): Change first regexp
1133         so it will not mistakenly match dates with no time zone.
1135 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
1137         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
1139 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
1141         * custom.el (custom-initialize-safe-set)
1142         (custom-initialize-safe-default): New functions.
1144         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
1145         and simplify :init-value.
1147         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
1148         and simplify :init-value.  Delete obsolete comment.
1150         * startup.el (command-line): Use `custom-reevaluate-setting' to
1151         handle `tooltip-mode'.  Delete obsolete comment.
1153         * files.el (set-visited-file-name): Avoid calling
1154         `file-name-nondirectory' with a nil argument.
1156 2005-07-09  Richard M. Stallman  <rms@gnu.org>
1158         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
1159         was called with nil for the buffer, handle the read position right.
1160         Handle read position for eval-region, too.
1162 2005-07-09  Juri Linkov  <juri@jurta.org>
1164         * fringe.el (fringe-mode): Add period in docstring.
1165         (fringe-query-style): Build prompt depending on `all-frames' arg.
1167         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
1168         to not create links to unrelated functions in the Help buffer.
1170         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
1171         Doc fix.
1173         * simple.el (next-error-hook): New variable.
1174         (next-error): Use it.  Doc fix.
1176         * textmodes/ispell.el (ispell-command-loop): Add current
1177         dictionary name and program name to mode-line-format.
1178         (ispell-region, ispell-process-line): Add current dictionary name
1179         and program name to messages.
1181 2005-07-08  Jay Belanger  <belanger@truman.edu>
1183         * calc/calc.el (calc-embedded-announce-formula-alist)
1184         (calc-embedded-open-close-formula-alist)
1185         (calc-embedded-open-close-word-alist)
1186         (calc-embedded-open-close-plain-alist)
1187         (calc-embedded-open-close-new-formula-alist)
1188         (calc-embedded-open-close-mode-alist)
1189         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
1190         (calc-embedded-mode-hook): New variables.
1192         * calc/calc-embed.el (calc-embedded-firsttime)
1193         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
1194         New variables.
1195         (calc-do-embedded): Use calc-embedded-firsttime,
1196         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
1197         determine whether or not to run hooks.
1198         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
1199         calc-embedded-firsttime-formula appropriately.
1200         Set calc-embedded delimiter variables according to mode.
1202 2005-07-08  Richard M. Stallman  <rms@gnu.org>
1204         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
1205         Check for "emacs", etc., as entire symbol, not just as word.
1206         (checkdoc-file-comments-engine): Use regexp-quote on FN.
1208         * files.el (set-visited-file-name): Report the error
1209         for "empty filename" earlier.
1210         (kill-some-buffers): Ignore buffers already dead.
1212         * fringe.el (fringe-mode): Doc fix.
1214         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
1215         Check for (featurep 'xemacs) and turn off warnings in what it guards.
1216         Use unwind-protect to ensure byte-compile-unresolved-functions
1217         is updated.
1219         * whitespace.el (whitespace-buffer-leading-cleanup):
1220         Simplify w/ skip-chars-forward.
1221         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
1223         * mail/rmail.el (rmail-only-expunge): Fix paren error.
1224         Unconditionally try to leave point at the same old place.
1226 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
1228         * comint.el (comint-postoutput-scroll-to-bottom)
1229         (comint-show-maximum-output): Take scroll-margin into consideration.
1231 2005-07-08  Kim F. Storm  <storm@cua.dk>
1233         * ido.el (ido-use-filename-at-point): New choice `guess'.
1234         (ido-file-internal): Try ffap-guesser if selected.
1236         * ido.el (ido-before-fallback-functions): New hook.
1237         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
1238         (ido-read-file-name): Run it.
1240 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1242         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
1243         strings rather than a list of symbols to the completion function.
1245 2005-07-07  Jay Belanger  <belanger@truman.edu>
1247         * calc/calc-units.el (math-apply-units): Change the places in
1248         which units are simplified.
1250 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
1252         * cus-edit.el (customize-option, customize-option-other-window):
1253         Make them handle aliases.
1255         * custom.el (custom-variable-p): Make it recursively follow
1256         aliases.  Mention that in the docstring.
1258 2005-07-07  Richard M. Stallman  <rms@gnu.org>
1260         * cus-start.el (exec-path): Use `directory' instead of `file'.
1261         Fix tag for nil.
1263 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
1265         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
1266         when called non-interactively.  Doc fix.
1268 2005-07-07  Lute Kamstra  <lute@gnu.org>
1270         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
1271         new address as well.
1273 2005-07-07  Kenichi Handa  <handa@m17n.org>
1275         * international/mule.el (make-coding-system):
1276         Describe `ascii-incompatible' property in the docstring.
1277         (set-file-name-coding-system): Signal an error if coding-system is
1278         ascii-incompatible.
1279         (set-keyboard-coding-system): Likewise.
1281         * international/mule-cmds.el (set-default-coding-systems):
1282         Don't set default-file-name-coding-system and
1283         default-keyboard-coding-system if coding-system is ASCII-incompatible.
1285         * international/utf-16.el: Declare that all UTF-16-based coding
1286         systems are ASCII-incompatible.
1288 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
1290         * progmodes/gud.el: Require font-lock for displaying errors.
1291         Used by gdb-ui.el.
1293 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
1295         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
1296         values for the pattern lists which are `read'able but not
1297         `append'able (like symbols).
1299 2005-07-06  Richard M. Stallman  <rms@gnu.org>
1301         * progmodes/flymake.el (flymake-float-time): Instead of
1302         with-no-warnings, test for xemacs.
1303         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
1304         to avoid warning.
1306 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
1308         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
1310 2005-07-05  Lute Kamstra  <lute@gnu.org>
1312         * battery.el: Add support for Darwin (with much debugging help
1313         from Samuel Lauber <sam124@operamail.com>).
1314         (battery-status-function, battery-echo-area-format)
1315         (battery-mode-line-format): Add support for pmset on Darwin.
1316         (battery-load-low, battery-load-critical): New user options.
1317         (battery-pmset): New function.
1319 2005-07-05  Lute Kamstra  <lute@gnu.org>
1321         Update FSF's address in GPL notices.
1323         * textmodes/page-ext.el: Update FSF's address.
1325 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1327         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
1328         filling from using prefix when filling a single-line docstring.
1330         * progmodes/flymake.el: Remove useless eval-when-compile.
1332         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
1334 2005-07-04  Richard M. Stallman  <rms@gnu.org>
1336         * textmodes/org.el (org-file-apps-defaults-gnu):
1337         Rename from org-file-apps-defaults-linux.
1338         (org-default-apps): Don't test system-type for `linux'.
1339         (org-file-apps): Doc fix.
1341 2005-07-04  David Ponce  <david@dponce.com>
1343         * tree-widget.el: Improve header Commentary section.
1344         (tree-widget) [defgroup]
1345         (tree-widget-image-enable, tree-widget-themes-directory)
1346         (tree-widget-theme, tree-widget-image-properties-emacs)
1347         (tree-widget-image-properties-xemacs, tree-widget-create-image)
1348         (tree-widget-image-formats, tree-widget-control)
1349         (tree-widget-empty-control, tree-widget-leaf-control
1350         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
1351         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
1352         (tree-widget-keep, tree-widget-after-toggle-functions)
1353         (tree-widget-open-node, tree-widget-close-node): Doc fix.
1354         (tree-widget-open-control, tree-widget-close-control): Fix doc and
1355         :help-echo message.
1356         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
1357         (tree-widget-image-properties): Doc fix.  Clearer implementation.
1358         (tree-widget--cursors): New constant.
1359         (tree-widget-lookup-image): New function split from
1360         `tree-widget-find-image'.  Clearer implementation.
1361         (tree-widget-find-image): Use it.
1362         (tree-widget-button-keymap): Use `set-keymap-parent'.
1363         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
1364         Define the sub-widgets here.
1365         (tree-widget-node): Check that :node is not a tree-widget.
1366         (tree-widget-get-super, tree-widget-open-control)
1367         (tree-widget-close-control, tree-widget-empty-control)
1368         (tree-widget-leaf-control, tree-widget-guide)
1369         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
1370         (tree-widget-no-handle, tree-widget-value-delete)
1371         (tree-widget-map): Remove.
1372         (tree-widget-children-value-save): Doc fix.  Simplified.
1373         (tree-widget-value-create): Update according to previous changes.
1375 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
1377         * textmodes/org.el: Leading space replaced by TABS.
1378         (org-recalc-marks, org-table-rotate-recalc-marks)
1379         (org-table-get-specials): Treat "^" and "_" marks.
1380         (org-table-justify-field-maybe): Optional argument NEW.
1381         (org-table-eval-formula): Parsing of the format simplified.
1382         New modes C,I.  Honor the %= parameter in the current table.
1383         Avoid unnecessary re-align by using the NEW argument to
1384         `org-table-justify-field-maybe'.
1385         (org-calc-default-modes): Default for date-format mimicks org-mode.
1386         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
1388 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
1390         * cus-face.el (custom-theme-set-faces): Make it handle face
1391         aliases whose alias declarations are pre- or autoloaded.
1393 2005-07-04  Juri Linkov  <juri@jurta.org>
1395         * faces.el (read-face-name): Put the code for getting a face name
1396         from the buffer before adding the faces from the `face' property.
1397         Use `completing-read-multiple' instead of `completing-read'.
1398         Require `crm'.  Add default value and post-process the returned
1399         list of faces.
1401         * emacs-lisp/crm.el (crm-find-current-element)
1402         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
1404         * emacs-lisp/lisp-mode.el (eval-defun-1):
1405         * emacs-lisp/edebug.el (edebug-eval-defun):
1406         Remove unnecessary quotes.
1408 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
1410         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
1411         (prolog-indent-level): Fix typo in docstring.
1413         * info.el (Info-history, Info-history-forward)
1414         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
1416         * add-log.el (add-change-log-entry):
1417         * comint.el (comint-dynamic-list-input-ring)
1418         (comint-dynamic-list-completions):
1419         * dabbrev.el (dabbrev-expand):
1420         * delim-col.el (delimit-columns-rectangle-line):
1421         * diff-mode.el (diff-context->unified, diff-reverse-direction)
1422         (diff-unified->context):
1423         * ediff-init.el (ediff-abbrev-jobname):
1424         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
1425         (ediff-replace-session-activity-marker-in-meta-buffer):
1426         * info.el (Info-summary):
1427         * lpr.el (printify-region):
1428         * printing.el (pr-create-interface):
1429         * ps-print.el (ps-print-quote):
1430         * ses.el (ses-column-widths, ses-print-cell)
1431         (ses-adjust-print-width, ses-center):
1432         * shell.el (shell-file-name-quote-list):
1433         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
1434         (strokes-fill-current-buffer-with-whitespace)
1435         (strokes-xpm-for-stroke, strokes-list-strokes)
1436         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
1437         * term.el (term-dynamic-list-input-ring)
1438         (term-dynamic-list-completions):
1439         * calc/calc.el (math-format-stack-value):
1440         * emacs-lisp/edebug.el (edebug-display-freq-count):
1441         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
1442         (delphi-new-comment-line):
1443         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
1444         * progmodes/executable.el (executable-set-magic):
1445         * progmodes/python.el (inferior-python-mode):
1446         * progmodes/scheme.el (scheme-mode-syntax-table):
1447         * progmodes/sh-script.el (sh-maybe-here-document):
1448         * progmodes/sql.el (sql-copy-column):
1449         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
1450         * textmodes/bibtex.el (bibtex-mode):
1451         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
1452         (sgml-auto-attributes):
1453         * textmodes/table.el (table-insert, table-shorten-cell)
1454         (table--generate-source-scan-lines, table-delete-row)
1455         (*table--cell-delete-char, table--spacify-frame)
1456         (table--horizontally-shift-above-and-below)
1457         (table--cell-insert-char, table--cell-blank-str)
1458         (table--fill-region-strictly):
1459         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
1460         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
1462         * add-log.el (change-log):
1463         * apropos.el (apropos):
1464         * comint.el (comint-completion, comint-source):
1465         * dabbrev.el (dabbrev):
1466         * delim-col.el (columns):
1467         * diff-mode.el (diff-mode):
1468         * ediff.el (ediff):
1469         * ediff-diff.el (ediff-diff):
1470         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
1471         * ediff-mult.el (ediff-mult):
1472         * ediff-ptch.el (ediff-ptch):
1473         * ediff-wind.el (ediff-window):
1474         * facemenu.el (facemenu):
1475         * indent.el (indent):
1476         * info.el (info):
1477         * jka-cmpr-hook.el (compression, jka-compr):
1478         * lpr.el (lpr):
1479         * outline.el (outlines):
1480         * pcmpl-cvs.el (pcmpl-cvs):
1481         * pcmpl-rpm.el (pcmpl-rpm):
1482         * printing.el (printing):
1483         * ps-print.el (postscript, ps-print, ps-print-horizontal)
1484         (ps-print-vertical, ps-print-headers, ps-print-font)
1485         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
1486         (ps-print-background, ps-print-printer, ps-print-page)
1487         (ps-print-miscellany):
1488         * ses.el (ses):
1489         * shell.el (shell, shell-directories, shell-faces):
1490         * startup.el (initialization):
1491         * strokes.el (strokes):
1492         * term.el (term):
1493         * uniquify.el (uniquify):
1494         * w32-vars.el (w32):
1495         * calc/calc.el (calc):
1496         * emacs-lisp/bytecomp.el (bytecomp):
1497         * emacs-lisp/cl-indent.el (lisp-indent):
1498         * emacs-lisp/edebug.el (edebug):
1499         * emacs-lisp/elp.el (elp):
1500         * emacs-lisp/testcover.el (testcover):
1501         * emacs-lisp/trace.el (trace):
1502         * emulation/viper-ex.el (viper-ex):
1503         * emulation/viper-mous.el (viper-mouse):
1504         * mail/mailalias.el (mailalias):
1505         * mail/supercite.el (supercite, supercite-frames)
1506         (supercite-attr, supercite-cite, supercite-hooks):
1507         * net/rcompile.el (remote-compile):
1508         * net/rlogin.el (rlogin):
1509         * obsolete/ooutline.el (outlines):
1510         * progmodes/delphi.el (delphi):
1511         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
1512         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
1513         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
1514         (ebnf-optimization):
1515         * progmodes/etags.el (etags):
1516         * progmodes/executable.el (executable):
1517         * progmodes/idlwave.el (idlwave):
1518         * progmodes/pascal.el (pascal):
1519         * progmodes/prolog.el (prolog):
1520         * progmodes/python.el (python):
1521         * progmodes/scheme.el (scheme):
1522         * progmodes/sh-script.el (sh, sh-script):
1523         * progmodes/sql.el (SQL):
1524         * progmodes/tcl.el (tcl):
1525         * textmodes/bibtex.el (bibtex, bibtex-autokey):
1526         * textmodes/enriched.el (enriched):
1527         * textmodes/makeinfo.el (makeinfo):
1528         * textmodes/sgml-mode.el (sgml):
1529         * textmodes/table.el (table-hooks):
1530         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
1531         * textmodes/texinfo.el (texinfo):
1532         * textmodes/two-column.el (two-column):
1533         Finish `defgroup' description with period.
1535         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
1536         * eshell/esh-var.el (eshell-var):
1537         * progmodes/vhdl-mode.el (vhdl-testbench):
1538         * textmodes/org.el (org): Fix typos in docstrings.
1540         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
1541         consistency.
1543         * progmodes/flymake.el (flymake-find-file): Remove.
1544         (flymake-float-time): Use `with-no-warnings'.
1545         (flymake-check-start-time, flymake-check-was-interrupted)
1546         (flymake-err-info, flymake-is-running, flymake-last-change-time)
1547         (flymake-new-err-info): `defvar' at compile time.
1549 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
1551         * replace.el (occur-hook): Doc fix.
1552         (occur-1): Don't call `occur-hook' if there are no matches.
1554 2005-07-03  Richard M. Stallman  <rms@gnu.org>
1556         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
1557         global-map, save the same map.
1558         (global-map): Don't alter it at top level.
1559         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
1560         Then alter it here instead.
1561         (tpu-edt-off): Set global-map to the saved one.
1563         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
1564         All references simplified.
1565         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
1566         (zmacs-regions): Add defvar.
1567         (repeat-complex-command-map): Everything about that deleted.
1569         * textmodes/artist.el (artist-key-is-drawing)
1570         (artist-key-endpoint1, artist-key-poly-point-list)
1571         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
1572         (artist-key-compl-table, artist-rb-save-data)
1573         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
1574         Don't put them in eval-when-compile.
1575         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
1577         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
1578         Use with-no-warnings.
1580         * net/browse-url.el (dos-windows-version): Add defvar.
1582         * mail/supercite.el (filladapt-prefix-table): Add defvar.
1584         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
1585         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
1586         (rmail-new-summary-line-count): Rename from new-summary-line-count.
1587         Add defvar.
1588         (rmail-summary-beginning-of-message): Use with-no-warnings.
1589         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
1591         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
1592         Use with-no-warnings.
1594         * emulation/vi.el (vi-mark-region): Use c-mark-function.
1595         (c-mark-function): Add point-moving-unit property.
1596         (vi-goto-line): Use with-no-warnings.
1598         * emulation/edt.el (edt-last-copied-word): Add defvar.
1599         (zmacs-region-stays): Likewise.
1600         (edt-mark-section-wisely): Use c-mark-function for C.
1601         Use makr-defun for Fortran.
1602         (time-string): defvar deleted.
1603         (edt-display-the-time): Don't set time-string.
1605         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
1607         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
1608         Don't warn when name is not constant
1609         or for defining the group `emacs'.
1611         * tooltip.el (gud-tooltip-mode): Add defvar.
1613         * startup.el (default-frame-background-mode): Add defvar.
1615         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
1617         * info.el (tool-bar-map): Add defvar.
1619         * dired.el (dnd-protocol-alist): Add defvar.
1621         * dired-aux.el (dired-query): Display question with answer, when
1622         the user answers.
1624         * custom.el (custom-add-option): Doc fix.
1626         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
1628 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
1630         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
1631         bogus name from the last change.
1633 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
1635         * custom.el (custom-declare-variable): Fix typos in comment.
1636         (custom-known-themes): Doc fix.
1637         (custom-theme-directory): New defcustom.
1638         (require-theme): Make it check `custom-theme-directory'.
1640         * cus-theme.el (custom-new-theme-mode): New function.
1641         (custom-theme-name, custom-theme-variables, custom-theme-faces)
1642         (custom-theme-description): Add compiler defvars.
1643         (customize-create-theme): Add doc to the "*New Custom Theme*"
1644         buffer.  Use `custom-new-theme-mode'.
1645         (custom-theme-write): Put the created buffer in emacs-lisp-mode
1646         and save it to the `custom-theme-directory'.  Make this the
1647         default directory of the buffer.
1649 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
1651         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
1652         Fix unbalanced parentheses.
1654 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1656         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
1657         into flymake-mode and delegate to flymake-mode.
1659         * find-file.el (ff-which-function-are-we-in): Clean up.
1661 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
1663         * replace.el (occur-rename-buffer): Fix docstring.
1665         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
1666         (edt-last-copied-word, edt-learn-macro-count)
1667         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
1668         (edt-rect-start-point, edt-user-global-map, rect-start-point)
1669         (time-string, zmacs-region-stays):
1670         * emulation/edt-mapper.el (edt-save-function-key-map)
1671         (EDT-key-name): `defvar' to silence the byte-compiler.
1673 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
1675         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
1676         font-lock-regexp-backslash.  Doc fix.
1677         (font-lock-regexp-backslash-grouping-construct): Rename from
1678         font-lock-regexp-backslash-construct.  Doc fix.
1679         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
1680         grouping constructs.
1682 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
1684         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
1685         updating all the prerequisites.
1687 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
1689         * textmodes/org.el (org-agenda-start-on-weekday)
1690         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
1691         (org-agenda-use-time-grid, org-archive-location)
1692         (org-allow-space-in-links, org-usenet-links-prefer-google)
1693         (org-enable-table-editor, org-export-default-language)
1694         (org-export-html-show-new-buffer, org-fill-paragraph)
1695         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
1696         (org-goto-quit, org-occur, org-eval-in-calendar)
1697         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
1698         (org-agenda-diary-entry, org-remember-help)
1699         (org-table-convert-region, org-at-table-p)
1700         (org-table-move-row-down, org-table-move-row-up)
1701         (org-table-copy-region, org-table-toggle-vline-visibility)
1702         (org-table-get-stored-formulas, org-table-get-specials)
1703         (org-recalc-commands, org-table-eval-formula)
1704         (org-table-formula-substitute-names, orgtbl-make-binding)
1705         (org-format-org-table-html, org-format-table-table-html)
1706         (org-format-table-table-html-using-table-generate-source)
1707         (org-customize): Fix typos in docstrings.
1708         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
1709         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
1710         (org-back-to-heading): Doc fixes.
1711         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
1712         (org-agenda-change-all-lines, org-get-header):
1713         Improve argument/docstring consistency.
1714         (orgtbl-error): Fix error message.
1716         * progmodes/flymake.el (flymake-find-possible-master-files)
1717         (flymake-master-file-compare, flymake-get-line-err-count)
1718         (flymake-highlight-line, flymake-gui-warnings-enabled):
1719         Fix typos in docstrings.
1720         (flymake-parse-line, flymake-get-project-include-dirs-function)
1721         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
1722         Doc fixes.
1723         (flymake-get-project-include-dirs-function)
1724         (flymake-make-err-menu-data):
1725         Improve argument/docstring consistency.
1727 2005-07-01  Lute Kamstra  <lute@gnu.org>
1729         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
1730         Catch errors with ignore-errors.  Use temporary buffer.
1731         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
1733         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
1734         background color faces.
1735         (facemenu-set-foreground, facemenu-set-background):
1736         Use facemenu-set-face-from-menu.
1737         (facemenu-set-face-from-menu): Treat face names that start with
1738         "fg:" or "bg:" as special.
1739         (facemenu-add-new-color): Don't create faces.  Simplify.
1741 2005-06-30  Richard M. Stallman  <rms@gnu.org>
1743         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
1744         (crm-find-current-element): Likewise.
1746 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
1748         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
1750 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1752         * arc-mode.el (archive-extract): Make it work as a mouse binding.
1753         (archive-mouse-extract): Make it an obsolete alias.
1754         (archive-mode-map): Don't use archive-mouse-extract any more.
1755         (archive-mode, archive-extract): write-contents-hooks ->
1756         write-contents-functions.
1757         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
1758         first arg.
1759         (archive-rename-entry): Update the call.
1760         (archive-zip-summarize): Remove unused var `method'.
1761         (archive-lzh-summarize): Remove unused var `creator'.
1763         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
1764         dedicated frame upon exit.
1766         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
1767         (archive-zip-extract, archive-zip-expunge)
1768         (archive-zip-update, archive-zip-update-case): Use executable-find.
1769         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
1770         Use restore-buffer-modified-p.
1771         (archive-extract, archive-add-new-member, archive-write-file-member):
1772         Use with-current-buffer.
1773         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
1775 2005-06-30  Andreas Schwab  <schwab@suse.de>
1777         * progmodes/gud.el (gud-filter): Remove unneeded progn.
1779 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
1781         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
1783 2005-06-30  Juri Linkov  <juri@jurta.org>
1785         * faces.el (vertical-border): Inherit from mode-line-inactive
1786         only on tty.
1788 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
1790         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
1791         example, -NLINES in the `occur' docstring).
1793         * replace.el (occur-1): When no matches are found, do not set the
1794         `buffer-read-only' and modified flags for the occur buffer,
1795         because it is deleted.
1797         * emulation/cua-base.el (cua-check-pending-input)
1798         (cua-repeat-replace-region, cua-mode, cua-debug)
1799         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
1800         Fix typos in docstrings.
1802         * emulation/cua-gmrk.el (cua-toggle-global-mark)
1803         (cua-cut-region-to-global-mark)
1804         (cua--cut-rectangle-to-global-mark):
1805         Remove period from end of messages.
1807         * emulation/cua-rect.el (cua-do-rectangle-padding):
1808         Remove period from end of messages.
1809         (cua--rectangle-seq-format): Fix typo in docstring.
1810         (cua-sequence-rectangle, cua-fill-char-rectangle):
1811         Improve argument/docstring consistency.
1813 2005-06-29  Juri Linkov  <juri@jurta.org>
1815         * faces.el (default-frame-background-mode): New internal variable.
1816         (frame-set-background-mode): Use it.
1818         * startup.el (normal-top-level): Set default-frame-background-mode
1819         instead of frame-background-mode.  Before setting it, test for its
1820         nil value.  Remove tests for frame-background-mode and frame
1821         parameter `reverse'.  Add test for "unspecified-fg".
1823         * term/xterm.el (xterm-rxvt-set-background-mode):
1824         * term/rxvt.el (rxvt-set-background-mode):
1825         Set default-frame-background-mode instead of frame-background-mode.
1827 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
1829         * simple.el (set-variable): Warn about obsolete user variables.
1831         * imenu.el (imenu--completion-buffer):
1832         * mouse.el (mouse-buffer-menu-alist):
1833         * msb.el (msb-invisible-buffer-p):
1834         * calendar/diary-lib.el (diary-header-line-format):
1835         * emacs-lisp/pp.el (pp-buffer):
1836         * progmodes/cperl-mode.el (cperl-do-auto-fill):
1837         * textmodes/picture.el (picture-replace-match):
1838         Change space constants followed by a sexp to "?\s ".
1840         * play/decipher.el (decipher-loop-with-breaks):
1841         * textmodes/texinfo.el (texinfo-insert-@item): Change space
1842         constants "protected" from end of line by a comment to "?\s".
1844 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1846         * font-lock.el (save-buffer-state): Use `declare'.
1848         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
1849         reset the syntax-table to cperl-mode-syntax-table.
1850         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
1851         "foo_print_bar" is not matched as a reserved keyword.
1853 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
1855         * textmodes/org.el (orgtbl-setup): New function, for delayed
1856         setup for the orgtbl commands.
1857         (org-calc-default-modes): New option.
1858         (orgtbl-make-binding): Use `defun' to get better help display.
1859         (org-diary): Call `org-compile-prefix-format'.
1860         (org-table-formula-substitute-names): New function.
1861         (org-agenda-day-view, org-agenda-week-view): New commands.
1862         (org-agenda-toggle-week-view): Command removed.
1863         (org-tbl-menu): Split off from org-org-menu.
1864         (org-mode): Move removal of outline-mode menus to here.
1865         (org-table-formula-debug): New option.
1866         (org-table-insert-row): Keep first field if just "#" or "*".
1867         (org-mode): Paragraph regexps fixed.
1868         (org-table-recalculate-regexp): New constant.
1869         (org-table-justify-field-maybe): Avoid replace if not necessary.
1870         (org-copy-special, org-cut-special): Use `call-interactively'.
1871         (org-table-copy-region): Take region from `interactive' call.
1872         (org-trim): Return string even if no match.
1873         (org-formula): New face.
1874         (org-set-font-lock-defaults): No longer highlight "FIXME".
1875         But highlight formula-related fields in table.
1876         (org-table-p): Use regexp, not fontification.
1877         (org-table-align): Handle white space at end of line.
1878         (org-table-formula-evaluate-inline): New option.
1879         (org-mode): Auto-wrapping in comment lines turned off.
1880         (org-table-copy-down): Evaluate only in copied field, not in
1881         destination.
1882         (org-table-current-formula): Variable removed.
1883         (org-table-store-formulas, org-table-get-stored-formulas)
1884         (org-table-modify-formulas, org-table-replace-in-formulas)
1885         (org-table-maybe-eval-formula): New functions.
1886         (org-table-get-formula): Modify to use stored formulas.
1887         (org-table-insert-column, org-table-delete-column)
1888         (org-table-move-column): Call `org-table-modify-formulas'.
1889         (org-complete): Add completion for keyword formulas.
1890         (orgtbl-mode): Pull orgtbl-mode-map to start of
1891         minor-mode-map-alist.
1893 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1895         * progmodes/python.el (python-check): Require `compile' before
1896         modifying its variables.
1898         * newcomment.el (comment-indent-default): Don't get fooled by an early
1899         end of buffer.
1901 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1903         * ps-print.el (ps-print-version): Fix version number.
1905 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
1907         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
1909 2005-06-28  Richard M. Stallman  <rms@gnu.org>
1911         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
1912         (flyspell-local-mouse-map): Declaration deleted.
1913         (flyspell-mouse-map): Bind only mouse-2.
1914         (flyspell-mode-map): Don't test flyspell-use-local-map.
1915         (flyspell-overlay-keymap-property-name): Var deleted.
1916         (flyspell-mode-on): Don't make local bindings for
1917         flyspell-mouse-map and flyspell-mode-map.
1918         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
1920         * textmodes/ispell.el (ispell-word): Do not ignore short words.
1922         * progmodes/compile.el (compilation-next-error-function):
1923         Don't switch buffers; operate on the current buffer.
1925         * progmodes/compile.el (compilation-error-file-name)
1926         (compilation-warning-file-name, compilation-info-file-name)
1927         (compilation-line-number, compilation-column-number): New faces.
1928         (compilation-error-face, compilation-warning-face)
1929         (compilation-info-face, compilation-line-face)
1930         (compilation-column-face): Use them.
1932         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
1934         * comint.el (comint-password-prompt-regexp): Accept ", try again".
1936         * bindings.el (global-map): Bind insertchar and its variants.
1938 2005-06-27  Richard M. Stallman  <rms@gnu.org>
1940         * textmodes/artist.el (artist-text-overwrite)
1941         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
1943 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1945         * ps-print.el: It was not working the page selection for printing.
1946         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
1947         (ps-print-version): New version 6.6.7.
1948         (ps-end-sheet): New fun.
1949         (ps-header-sheet, ps-end-job): Call it.
1951 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
1953         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
1955 2005-06-27  Lute Kamstra  <lute@gnu.org>
1957         * facemenu.el (facemenu-unlisted-faces): Add foreground and
1958         background color faces.
1959         (facemenu-get-face): Delete function.
1960         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
1961         (facemenu-add-new-color): Make second argument mandatory.
1962         Create the appropriate face and return it.  Simplify.
1963         (facemenu-set-foreground, facemenu-set-background): Don't check if
1964         color is defined.  Use return value of facemenu-add-new-color.
1966 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
1968         * progmodes/gud.el (gud-filter): Add missing argument to
1969         with-selected-window.
1971 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1973         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
1974         a :require to the defcustom.
1976         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
1977         defcustoms corresponding to minor modes.
1979 2005-06-26  David Ponce  <david@dponce.com>
1981         * recentf.el: Require tree-widget instead of wid-edit.
1982         (recentf-filename-handler): Fix widget :type.
1983         (recentf-cancel-dialog, recentf-open-more-files)
1984         (recentf-open-files-action): Doc fix.
1985         (recentf-dialog-goto-first): New function.
1986         (recentf-dialog-mode-map): Set parent keymap first.
1987         (recentf-dialog-mode): Define with define-derived-mode.
1988         Don't display continuation lines in dialogs.
1989         (recentf-edit-list): Rename from recentf-edit-selected-items.
1990         (recentf-edit-list-select): Rename from recentf-edit-list-action.
1991         Simplify.
1992         (recentf-edit-list-validate): New function.
1993         (recentf-edit-list): Update accordingly.
1994         (recentf-open-files-item-shift): Remove.
1995         (recentf-open-files-item): Convert menu elements into tree and
1996         link widgets.  Don't create the widgets.
1997         (recentf-open-files): Update accordingly.
1998         (recentf-save-list): Untabify.
2000 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
2002         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
2003         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
2004         partially contained in the active region.  Do not take active
2005         region into account when called from Lisp, unless INTERACTIVE arg
2006         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
2007         avoid trouble with fields.  Make marker point nowhere when no
2008         longer used.  Always return nil.  Doc fix.
2009         (flush-lines): Add INTERACTIVE arg.  Do not take active region
2010         into account when called from Lisp, unless INTERACTIVE arg is
2011         non-nil.  Use `forward-line' instead of `beginning-of-line' to
2012         avoid trouble with fields.  Make marker point nowhere when no
2013         longer used.  Always return nil.  Doc fix.
2014         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
2015         interchangeable.  Do not take active region into account when
2016         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
2017         message in echo area when called from Lisp, unless INTERACTIVE arg
2018         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
2019         Return the number of matches.  Doc fix.
2020         (occur): Doc fix.
2021         (perform-replace): Make comment follow double space convention for
2022         the sake of `outline-minor-mode'.
2024         * faces.el (facep): Doc fix.
2026 2005-06-25  Richard M. Stallman  <rms@gnu.org>
2028         * facemenu.el (facemenu-enable-faces-p): New function.
2029         (facemenu-background-menu, facemenu-foreground-menu)
2030         (facemenu-face-menu): Add menu-enable property.
2032         * jka-compr.el (jka-compr-insert-file-contents):
2033         Special handling if cannot find the uncompression program.
2035         * cus-face.el (custom-face-attributes): Add autoload.
2037         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2038         Bind comment-indent-function locally.
2040         * window.el (save-selected-window): Use save-current-buffer.
2042         * subr.el (with-selected-window): Use save-current-buffer.
2044         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
2045         and with-current-buffer.
2047 2005-06-24  Richard M. Stallman  <rms@gnu.org>
2049         * simple.el (line-move-1): Fix previous change.
2051 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
2053         * replace.el (occur-1): Set `buffer-read-only' and the
2054         buffer-modified flag before running `occur-hook' to protect
2055         against unintentional buffer switches that can lead to data loss.
2057 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
2059         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
2060         (gud-gdb-marker-filter): Use font-lock-warning-face for any
2061         initial error.
2063         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
2064         after fresh input.
2065         (gdb-var-create-handler): Put name of expression in quotes.
2067 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
2069         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
2070         elements of RING in order, and without bogus nil elements.
2072 2005-06-23  Richard M. Stallman  <rms@gnu.org>
2074         * simple.el (set-variable): Args renamed; doc fix.
2075         (line-move-1): When there are overlays around, use vertical-motion.
2077         * faces.el (escape-glyph): Use brown against light background.
2078         (nobreak-space): Rename from no-break-space.
2079         Fix previous change.
2081         * dired-aux.el (dired-do-copy): Fix arg prompt.
2083         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
2085 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
2087         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
2088         rather than "Distributor".
2090 2005-06-23  Lute Kamstra  <lute@gnu.org>
2092         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
2093         (debug-on-entry): Use it.  New interactive declaration that uses
2094         function-called-at-point.
2096 2005-06-23  Kim F. Storm  <storm@cua.dk>
2098         * subr.el (save-match-data): Add comment about using evaporate arg
2099         to set-match-data.
2101 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
2103         * cus-edit.el (customize-face)
2104         (customize-face-other-window): Handle face aliases.
2106         * faces.el (face-documentation, set-face-attribute)
2107         (face-spec-set): Handle face aliases.
2109 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
2111         * help-mode.el (help-make-xrefs): If a symbol representing a face
2112         name is not followed by the word "face", it could still be a
2113         function or variable name, so don't bypass other checks.
2115 2005-06-22  Juri Linkov  <juri@jurta.org>
2117         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
2118         Replace aliased functions with calls where second arg `inherit' is t.
2120 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
2122         * progmodes/gdb-ui.el (gdb-error): New variable.
2123         (gdb-error): New function.
2124         (gdb-annotation-rules): Act on error-begin and error annotations.
2125         (gdb-concat-output): Use font-lock-warning-face for errors.
2127 2005-06-22  Miles Bader  <miles@gnu.org>
2129         * bindings.el (propertized-buffer-identification): Use renamed
2130         `Buffer-menu-buffer' face.
2132         * faces.el (vertical-border): Rename from `vertical-divider'.
2133         (escape-glyph): Change dark-background color back to `cyan'.
2135 2005-06-21  Juri Linkov  <juri@jurta.org>
2137         * faces.el (face-user-default-spec): Try getting `customized-face'
2138         prior to `saved-face'.
2139         (frame-background-mode): Refill docstring.
2141         * emacs-lisp/lisp-mode.el (eval-defun-1):
2142         * emacs-lisp/edebug.el (edebug-eval-defun):
2143         Set `saved-face' temporarily to nil before calling form.
2144         Set `customized-face' to the new spec after that.
2146 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
2148         * subr.el (1value, lambda, key-substitution-in-progress):
2149         Doc fixes.
2151         * autoinsert.el (auto-insert-alist):
2152         * ses.el (ses-call-printer):
2153         * subr.el (noreturn):
2154         * emacs-lisp/lisp.el (check-parens):
2155         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
2156         * net/browse-url.el (browse-url-mosaic):
2157         * progmodes/cc-defs.el (c-safe-scan-lists):
2158         * progmodes/ebnf-abn.el (ebnf-abn-lex):
2159         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
2160         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
2161         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
2162         * progmodes/ebnf-iso.el (ebnf-iso-lex):
2163         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
2165 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
2167         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
2169 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
2171         * calendar/appt.el (appt-make-list): Activate the package, if
2172         not already active (for backwards compatibility).
2174 2005-06-20  Kim F. Storm  <storm@cua.dk>
2176         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
2178 2005-06-20  Miles Bader  <miles@gnu.org>
2180         * faces.el (vertical-divider): New face.
2182 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
2184         * simple.el (kill-whole-line): Doc fix.
2185         (next-error-buffer-p, next-error-find-buffer)
2186         (clone-indirect-buffer): Fix typos in docstrings.
2187         (comment-line-break-function): Doc fix: don't say variable
2188         is automatically buffer-local (it isn't).
2190 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
2192         * net/tramp-ftp.el (top):
2193         * net/tramp-smb.el (top):
2194         * net/tramp-util.el (top):
2195         * net/tramp-uu.el (top):
2196         * net/tramp-vc.el (top):
2197         * net/tramp.el (top): Revert copyright years back to original
2198         ones.  Tramp has a life outside GNU Emacs.
2200 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
2202         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
2204 2005-06-18  Juri Linkov  <juri@jurta.org>
2206         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
2207         end of first regexp to limit the match to the position between
2208         line number and source line with same separator character as used
2209         between file name and line number.  In the second regexp limit
2210         mouse-face area to file name and line number by adding new group
2211         for them and referring it in HYPERLINK arg.
2212         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
2213         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
2214         previous line where grep markers may be already removed.
2216 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
2218         * progmodes/ps-mode.el: Update version and maintainer's email address.
2220 2005-06-18  Steve Youngs  <steve@xemacs.org>
2222         * net/browse-url.el (browse-url-browser-function)
2223         (browse-url-default-browser): Add firefox.
2224         (browse-url-firefox-program, browse-url-firefox-arguments)
2225         (browse-url-firefox-startup-arguments)
2226         (browse-url-firefox-new-window-is-tab): New defcustoms.
2227         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
2229 2005-06-17  Richard M. Stallman  <rms@gnu.org>
2231         * startup.el (command-line): Warn if specified user name has
2232         no home directory.
2234         * term.el (term-get-old-input, term-input-filter, term-input-sender)
2235         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
2237         * longlines.el (longlines-mode, longlines-show-hard-newlines):
2238         Doc fixes.
2240         * faces.el (underline): Try bold if terminal doesn't support underline.
2242         * mail/sendmail.el (mail-setup-with-from): New variable.
2243         (mail-insert-from-field): New function.
2244         (sendmail-send-it): Call it.
2245         (mail-setup): Optionally call it here.
2247         * term/linux.el: Call tty-no-underline.
2249 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
2251         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
2253 2005-06-17  Miles Bader  <miles@gnu.org>
2255         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
2256         (ediff-current-diff-C, ediff-current-diff-Ancestor)
2257         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
2258         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
2259         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
2260         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
2261         Remove "-face" suffix from face names.
2262         (ediff-current-diff-face-A, ediff-current-diff-face-B)
2263         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
2264         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
2265         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
2266         (ediff-even-diff-face-A, ediff-even-diff-face-B)
2267         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
2268         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
2269         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
2270         New backward-compatibility aliases for renamed faces.
2271         (ediff-current-diff-face-A, ediff-current-diff-face-B)
2272         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
2273         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
2274         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
2275         (ediff-even-diff-face-A, ediff-even-diff-face-B)
2276         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
2277         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
2278         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
2279         Use renamed ediff faces.
2281         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
2282         Remove "-face" suffix from face names.
2283         (eshell-test-ok-face, eshell-test-failed-face):
2284         New backward-compatibility aliases for renamed faces.
2285         (eshell-run-test): Use renamed eshell-test faces.
2287         * eshell/em-prompt.el (eshell-prompt):
2288         Remove "-face" suffix from face name.
2289         (eshell-prompt-face): New backward-compatibility alias for renamed face.
2290         (eshell-emit-prompt): Use renamed eshell-prompt face.
2292         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
2293         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
2294         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
2295         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
2296         Remove "-face" suffix from face names.
2297         (eshell-ls-directory-face, eshell-ls-symlink-face)
2298         (eshell-ls-executable-face, eshell-ls-readonly-face)
2299         (eshell-ls-unreadable-face, eshell-ls-special-face)
2300         (eshell-ls-missing-face, eshell-ls-archive-face)
2301         (eshell-ls-backup-face, eshell-ls-product-face)
2302         (eshell-ls-clutter-face):
2303         New backward-compatibility aliases for renamed faces.
2304         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
2306         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
2307         Remove "-face" suffix from face name.
2308         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
2309         instead of literal face.
2311 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
2313         * emacs-lisp/warnings.el (display-warning, lwarn)
2314         (warning-minimum-log-level): Doc fixes.
2315         (warning-minimum-level, warning-minimum-log-level):
2316         Add :debug to :type choices.
2318         * progmodes/ada-mode.el (ada-format-paramlist)
2319         (ada-get-indent-case, ada-check-matching-start)
2320         (ada-check-defun-name, ada-goto-matching-decl-start)
2321         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
2322         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
2323         (ada-make-subprogram-body): Follow error conventions.
2324         (ada-case-exception-file, ada-indent-comment-as-code)
2325         (ada-indent-handle-comment-special, ada-indent-renames)
2326         (ada-indent-return, ada-search-directories-internal)
2327         (ada-tab-policy, ada-case-exception-substring)
2328         (ada-other-file-alist, ada-matching-start-re)
2329         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
2330         (ada-imenu-generic-expression, ada-compile-goto-error)
2331         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
2332         (ada-popup-menu, ada-add-extensions, ada-mode)
2333         (ada-region-selected, ada-create-case-exception)
2334         (ada-create-case-exception-substring, ada-after-keyword-p)
2335         (ada-activate-keys-for-case, ada-adjust-case-region)
2336         (ada-adjust-case-buffer, ada-format-paramlist)
2337         (ada-scan-paramlist, ada-insert-paramlist)
2338         (ada-indent-newline-indent)
2339         (ada-indent-newline-indent-conditional)
2340         (ada-justified-indent-current, ada-goto-previous-word)
2341         (ada-indent-current, ada-get-indent-open-paren)
2342         (ada-get-indent-paramlist, ada-get-indent-end)
2343         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
2344         (ada-get-indent-block-start, ada-get-indent-subprog)
2345         (ada-get-indent-noindent, ada-get-indent-label)
2346         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
2347         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
2348         (ada-goto-stmt-end, ada-goto-next-word)
2349         (ada-check-matching-start, ada-check-defun-name)
2350         (ada-goto-matching-decl-start, ada-goto-matching-start)
2351         (ada-goto-matching-end, ada-search-ignore-string-comment)
2352         (ada-in-decl-p, ada-looking-at-semi-or)
2353         (ada-looking-at-semi-private, ada-in-paramlist-p)
2354         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
2355         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
2356         (ada-next-procedure, ada-previous-procedure, ada-next-package)
2357         (ada-previous-package, ada-create-menu)
2358         (ada-fill-comment-paragraph-justify)
2359         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
2360         (ada-other-file-name, ada-last-which-function-line)
2361         (ada-last-which-function-subprog, ada-which-function)
2362         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
2363         (ada-gen-treat-proc, ada-check-emacs-version)
2364         (ada-continuation-indent, ada-align-region-separate):
2365         Fix typos in docstrings.
2366         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
2368 2005-06-16  Lute Kamstra  <lute@gnu.org>
2370         * simple.el (fundamental-mode): Run after-change-major-mode-hook
2371         conditionally.
2373 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
2375         * comint.el (comint-replace-by-expanded-filename)
2376         (comint-prompt-regexp, comint-delimiter-argument-list)
2377         (comint-preinput-scroll-to-bottom):
2378         * info.el (Info-hide-cookies-node):
2379         * ls-lisp.el (ls-lisp-classify):
2380         * find-file.el (ff-search-directories, ff-special-constructs)
2381         (ff-find-other-file):
2382         * font-lock.el (font-lock-keywords):
2383         * shell.el (shell-prompt-pattern)
2384         (shell-dynamic-complete-functions, shell-mode)
2385         (shell-delimiter-argument-list):
2386         * term.el (term-replace-by-expanded-filename)
2387         (term-prompt-regexp, term-delimiter-argument-list):
2388         * woman.el (woman-ignore, woman0-if):
2389         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
2390         * emacs-lisp/elint.el (elint-init-env):
2391         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
2392         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
2393         * language/ethio-util.el (ethio-tilde-escape)
2394         (ethio-use-three-dot-question):
2395         * net/zone-mode.el (zone-mode-load-time-setup):
2396         * progmodes/cc-align.el (c-lineup-argcont):
2397         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
2398         * progmodes/cperl-mode.el (cperl-set-style-back):
2399         * progmodes/inf-lisp.el (inferior-lisp-prompt):
2400         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
2401         Fix spellings in docstrings.
2403         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
2404         * progmodes/modula2.el (m2-for): Fix spellings.
2406         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
2408         * simple.el (undo-more): Don't use `format' on `error' arguments.
2409         Improve argument/docstring consistency.
2410         (pending-undo-list): Doc fix.
2412         * smerge-mode.el (smerge-ensure-match):
2413         * emulation/vip.el (vip-ex):
2414         * net/zone-mode.el (zone-mode-update-serial):
2415         * progmodes/idlwave.el (idlwave-complete):
2416         * progmodes/vhdl-mode.el (vhdl-visit-file)
2417         (vhdl-compose-wire-components):
2418         Don't use `format' on `error' arguments.
2420         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
2421         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
2422         (tooltip-help-tips): Fix typos in docstrings.
2424 2005-06-16  David Ponce  <david@dponce.com>
2426         * tree-widget.el (tree-widget-value-create): Simplify last change.
2428 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
2430         * ido.el (ido-incomplete-regexp): New variable.
2431         (ido-set-matches-1): Handle invalid-regexp error and set
2432         ido-incomplete-regexp.
2433         (ido-incomplete-regexp): New face.
2434         (ido-completions): Use it.
2435         (ido-complete, ido-exit-minibuffer, ido-completions):
2436         Handle incomplete regexps.
2437         (ido-completions): Add check for complete match when entering a regexp.
2439 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2441         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
2443 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2445         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
2446         by field delimiters.
2448 2005-06-15  David Ponce  <david@dponce.com>
2450         * tree-widget.el: eval-and-compile inlined functions so they will
2451         be available at run-time too.
2452         (tree-widget-super-format-handler)
2453         (tree-widget-format-handler): Remove.
2454         (tree-widget-value-create): Handle the :indent property.
2456 2005-06-15  Miles Bader  <miles@gnu.org>
2458         * progmodes/which-func.el (which-func): Only inherit
2459         `font-lock-function-name-face' when that makes sense against the
2460         default mode-line face, otherwise set the face color explicitly.
2462         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
2463         faces instead of (non-existent) variables.
2465 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2467         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
2468         (iswitchb-get-matched-buffers): Likewise.  Simplify.
2470 2005-06-14  Miles Bader  <miles@gnu.org>
2472         * progmodes/ld-script.el (ld-script-location-counter):
2473         Remove "-face" suffix from face name.
2474         (ld-script-location-counter-face):
2475         New backward-compatibility alias for renamed face.
2476         (ld-script-location-counter-face): Use renamed face.
2478         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
2479         (cperl-hash): Remove "-face" suffix from face names.
2480         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
2481         New backward-compatibility aliases for renamed faces.
2482         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
2483         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
2485         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
2486         name.
2487         (which-func-face): New backward-compatibility alias for renamed face.
2488         (which-func-format): Use renamed which-func face.
2490         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
2491         (vhdl-function, vhdl-directive, vhdl-reserved-word)
2492         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
2493         names.
2494         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
2495         (vhdl-speedbar-configuration, vhdl-speedbar-package)
2496         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
2497         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
2498         (vhdl-speedbar-architecture-selected)
2499         (vhdl-speedbar-configuration-selected)
2500         (vhdl-speedbar-package-selected)
2501         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
2502         names.
2503         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
2504         Use renamed faces.
2505         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
2506         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
2507         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
2508         Use renamed faces.
2509         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
2510         names.
2511         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
2512         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
2513         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
2514         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
2515         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
2516         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
2518         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
2519         face name.
2520         (sh-heredoc-face): New backward-compatibility alias for renamed face.
2521         (sh-heredoc-face): Use renamed sh-heredoc face.
2523         * progmodes/idlw-help.el (idlwave-help-link):
2524         Remove "-face" suffix from face name.
2525         (idlwave-help-link-face):
2526         New backward-compatibility alias for renamed face.
2527         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
2529         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
2530         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
2531         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
2532         New backward-compatibility aliases for renamed faces.
2533         (idlwave-shell-disabled-breakpoint-face)
2534         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
2536         * progmodes/flymake.el (flymake-errline, flymake-warnline):
2537         Remove "-face" suffix from face names.
2538         (flymake-errline-face, flymake-warnline-face):
2539         New backward-compatibility aliases for renamed faces.
2540         (flymake-highlight-line): Use renamed flymake faces.
2542         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
2543         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
2544         (ebrowse-member-class, ebrowse-progress):
2545         Remove "-face" suffix from face names.
2546         (ebrowse-tree-mark-face, ebrowse-root-class-face)
2547         (ebrowse-file-name-face, ebrowse-default-face)
2548         (ebrowse-member-attribute-face, ebrowse-member-class-face)
2549         (ebrowse-progress-face):
2550         New backward-compatibility aliases for renamed faces.
2551         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
2552         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
2553         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
2554         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
2556         * progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax)
2557         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
2558         (antlr-literal): Remove "-face" suffix and "font-lock-" from face names.
2559         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
2560         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
2561         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
2562         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face):
2563         New backward-compatibility aliases for renamed faces.
2564         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
2565         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
2566         (antlr-tokenref-face, antlr-literal-face): Variables renamed to remove
2567         "font-lock-".  Use renamed antlr-mode faces.
2568         (antlr-font-lock-additional-keywords): Use renamed faces.
2569         Replace literal face-names with face variable references.
2571         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
2572         face name.
2573         (Buffer-menu-buffer-face): New backward-compatibility alias for
2574         renamed face.
2575         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
2577 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
2579         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
2580         Eliminate "-face" suffix.
2581         (makefile-targets): Inherit from font-lock-function-name-face and
2582         eliminate "-face" suffix.
2583         (makefile-shell): Remove attributes and eliminate "-face" suffix.
2584         (makefile-*-font-lock-keywords): Append makefile-targets in rule
2585         actions, instead of prepending, to make it less visible.
2586         (makefile-previous-dependency, makefile-match-dependency):
2587         Don't match a target on a continuation line.
2589         * files.el (auto-mode-alist): Put Makefile in gmake mode.
2591 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
2593         * progmodes/gdb-ui.el (menu): Re-order menu items.
2594         (gdb-tooltip-print): Respect tooltip-use-echo-area.
2596         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
2597         Define in tooltip.el.
2598         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
2599         (gud-tooltip-tips): Respect tooltip-use-echo-area and
2600         gud-tooltip-echo-area.
2602         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
2603         backward compatibility and make obsolete.
2604         (tooltip-help-tips): Use tooltip-use-echo-area.
2605         (tooltip-show-help-function): Rename to...
2606         (tooltip-show-help): ...this, because it is a function.
2607         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
2609 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
2611         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
2612         (edebug-print-length, edebug-print-level, edebug-print-circle)
2613         (edebug-modify-breakpoint, edebug-eval-last-sexp)
2614         (edebug-eval-print-last-sexp): Doc fixes.
2616 2005-06-14  Kim F. Storm  <storm@cua.dk>
2618         * ido.el (ido-mode): Make a new keymap every time we enable ido,
2619         as the coverage buffer/file/both may change.
2621 2005-06-14  Lute Kamstra  <lute@gnu.org>
2623         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
2624         and run-mode-hooks.  Simplify.
2626         * mail/rmailedit.el (rmail-edit-mode):
2627         * progmodes/octave-inf.el (inferior-octave-mode):
2628         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
2630         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
2631         and run-mode-hooks.
2632         (recentf-edit-list, recentf-open-files): Don't call
2633         kill-all-local-variables directly.
2635         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
2637 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
2639         * emacs-lisp/byte-run.el (make-obsolete)
2640         (define-obsolete-function-alias): Rename arguments FUNCTION and
2641         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
2642         (make-obsolete-variable, define-obsolete-variable-alias):
2643         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
2644         respectively.
2646         * isearchb.el (isearchb-activate):
2647         * pcvs.el (cvs-mode):
2648         * ses.el (ses-load):
2649         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
2650         * net/tramp.el (tramp-find-file-exists-command)
2651         (tramp-find-shell):
2652         * progmodes/ada-mode.el (ada-create-case-exception)
2653         (ada-create-case-exception-substring, ada-make-subprogram-body):
2654         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
2655         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
2656         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
2657         * textmodes/org.el (org-promote, org-evaluate-time-range)
2658         (org-agenda-next-date-line, org-agenda-previous-date-line)
2659         (org-agenda-error, org-open-at-point, org-table-move-row)
2660         (org-format-table-table-html-using-table-generate-source)
2661         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
2662         * textmodes/reftex.el (reftex-access-scan-info):
2663         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
2664         (reftex-toc-promote-prepare): Follow error conventions.
2666         * diff-mode.el (diff-mode): Fix typo in docstring.
2668         * forms.el (forms--intuit-from-file): Fix reference to
2669         `forms-number-of-fields' in error message.
2670         (forms-print): Fix quoting in error message.
2672         * forms.el (forms-mode):
2673         * emulation/vi.el (vi-goto-insert-state):
2674         * progmodes/flymake.el (flymake-new-err-info)
2675         (flymake-start-syntax-check-for-current-buffer)
2676         (flymake-simple-cleanup):
2677         * eshell/esh-var.el (eshell/export):
2678         * progmodes/gud.el (xdb):
2679         * textmodes/flyspell.el (flyspell-incorrect-hook)
2680         (flyspell-maybe-correct-transposition)
2681         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
2683 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
2685         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
2686         minibuffer prompt.
2688 2005-06-13  Kim F. Storm  <storm@cua.dk>
2690         * subr.el (add-to-ordered-list): New defun.
2692         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
2693         add cua--keymap-alist to emulation-mode-map-alists.
2695 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2697         * subr.el (complete-in-turn): New macro.
2698         (dynamic-completion-table, lazy-completion-table): Add debug info.
2700         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
2701         in preference to face aliases.
2703         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
2704         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
2705         Remove unused vars `start' and `firstline'.
2706         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
2707         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
2709 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
2711         * cus-start.el (all): Don't complain about missing GTK-related
2712         variables, unless either `gtk' is boundp or this isn't a
2713         `windows-nt' build.
2715 2005-06-13  Lute Kamstra  <lute@gnu.org>
2717         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
2718         run-mode-hooks.
2720         * ediff-mult.el (ediff-meta-mode):
2721         * ediff-util.el (ediff-mode): Use run-mode-hooks.
2723         * ledit.el (ledit-mode): Use delay-mode-hooks.
2725         * woman.el (woman-mode-line-format): Delete constant.
2726         (woman-mode-map): Initialize it properly.
2727         (woman-mode): Set mode-class property to special.
2728         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
2729         Set major-mode and mode-name.  Don't set mode-line-format directly.
2730         (Man-getpage-in-background): Don't reference woman-mode-line-format.
2732         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
2733         string argument obsolete.
2735 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
2737         * textmodes/org.el (org-CUA-compatible): New option.
2738         (org-disputed-keys): New variable.
2739         (org-key): New function.
2740         (orgtbl-make-binding): Add docstring to the created function.
2741         (org-mode): Set paragraph start/separate regexps.
2742         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
2743         (org-archive-location, org-archive-mark-done)
2744         (org-archive-stamp-time): New options.
2745         (org-archive-subtree): New command.
2746         (org-fill-paragraph): New function.
2747         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
2748         (org-fake-empty-table-line): Function removed.
2749         (org-format-org-table-html): Do not create empty table lines at
2750         separator lines.  Improved table header treatment.
2751         (org-link-format): New option.
2752         (org-make-link): New function.
2753         (org-insert-link, org-store-link): Use org-make-link.
2754         (org-open-file): Quote file name for shell command, to allow
2755         spaces in file names.
2756         (org-link-regexp): Fix bug with mailto link.
2757         (org-link-maybe-angles-regexp, org-protected-link-regexp):
2758         New constants.
2759         (org-export-as-html): Deal with the optional angles around a link.
2760         Better treatment of file: links.
2761         (org-open-at-point): Replace @{ and @} with < and >.
2762         (org-run-mode-hooks): Function removed.
2763         (org-agenda-mode): No longer use `org-run-mode-hooks'.
2765 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
2767         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
2768         MI command -data-list-register-values.
2769         (gdb-post-prompt): Indent properly.
2771 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
2773         * hilit-chg.el (highlight-changes-colors): Rename from
2774         `highlight-changes-colours'.
2775         (highlight-changes-colours): Keep as obsolete alias.
2776         (highlight-changes-face-list): Doc fix.
2777         (hilit-chg-make-list): Use `highlight-changes-colors'.
2779 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
2781         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
2782         defun-prompt-regexp.
2784 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
2786         * loadup.el: Don't say we are dumping under 2 names on windows-nt
2787         and cygwin.
2789         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
2790         Don't use an old loaddefs.el, as in Makefile.in.
2792 2005-06-12  Lute Kamstra  <lute@gnu.org>
2794         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
2796         * man.el (Man-mode-map): Initialize it properly.
2797         (Man-mode): Set mode-class property to special.
2799         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
2801 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
2803         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
2804         A newline is needed in the docstring there.
2806         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
2807         Doc fixes.
2809 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2811         * printing.el: Doc fix.  The menubar is no more changed when printing
2812         is loaded, it only changes when pr-menu-bind or pr-update-menus is
2813         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
2814         (pr-version): New version number (6.8.4).
2815         (pr-menu-bind): New command.
2816         (pr-update-menus): Docstring and code fix.
2817         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
2818         Docstring fix.
2819         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
2820         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
2822 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
2824         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
2825         "Returns" to "return", document useful return values, etc.
2827 2005-06-11  Alan Mackenzie  <acm@muc.de>
2829         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
2830         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
2831         (adaptive-file-function): Minor amendment to doc-string.
2833 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
2835         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
2836         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
2837         Fix :type--it is `integer', not `string'.
2839         * faces.el (modeline-highlight): Rename from (the erroneous)
2840         `modeline-higilight'.
2842 2005-06-11  Lute Kamstra  <lute@gnu.org>
2844         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
2845         lisp-interaction-mode-map but make it the parent.
2846         (edebug-eval-mode): Use define-derived-mode.
2848 2005-06-11  Andreas Schwab  <schwab@suse.de>
2850         * bindings.el: Add binding of `ESC functionkey' for every
2851         `M-functionkey'.
2852         * hexl.el (hexl-mode-map): Likewise.
2854 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
2856         * progmodes/compile.el (compilation-error-regexp-alist-alist)
2857         [msft]: update regexp for newer msft compilers.
2859 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
2861         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
2862         ATTLIST portions of included DTDs.
2863         (xml-parse-dtd): Eliminate use of inefficient match-data.
2865 2005-06-10  Miles Bader  <miles@gnu.org>
2867         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
2868         (mpuz-text): Remove "-face" suffix from face names.
2869         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
2870         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
2871         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
2873         * play/gomoku.el (gomoku-O, gomoku-X):
2874         Remove "-face" suffix from face names.
2875         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
2876         New backward-compatibility aliases for renamed faces.
2877         (gomoku-font-lock-keywords): Use renamed gomoku faces.
2879 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
2881         * thumbs.el: Fixes for changes of 2005-06-09.
2882         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
2883         as a directory.
2884         (thumbs-thumbname): Remove directory separator from format string;
2885         `thumbs-thumbsdir' now returns a valid directory name.
2886         (thumbs-temp-dir): New defsubst.
2887         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
2888         Use it.
2890         * cus-edit.el (minibuffer):
2891         * files.el (make-backup-file-name-function):
2892         * filesets.el (filesets-external-viewers):
2893         * hilit-chg.el (highlight-changes-colours)
2894         (highlight-changes-face-list, highlight-changes-rotate-faces):
2895         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
2896         * kmacro.el (kmacro-call-macro):
2897         * log-edit.el (log-edit-changelog-full-paragraphs):
2898         * mouse.el (mouse-1-click-follows-link):
2899         * skeleton.el (skeleton-autowrap):
2900         * subr.el (insert-for-yank-1):
2901         * tempo.el (tempo-insert-region):
2902         * terminal.el (terminal-emulator):
2903         * time.el (display-time-mail-face):
2904         * vc.el (vc-annotate):
2905         * vcursor.el (vcursor-copy-line):
2906         * woman.el (woman-bold-headings, woman-ignore)
2907         (woman-default-faces, woman-monochrome-faces):
2908         * calendar/todo-mode.el (todo-insert-threshold):
2909         * emulation/pc-select.el (pc-select-selection-keys-only)
2910         (pc-selection-mode):
2911         * emulation/vip.el (vip-find-char-forward):
2912         * emulation/viper-cmd.el (viper-find-char-forward):
2913         * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
2914         (input-method-exit-on-invalid-key):
2915         * international/mule-diag.el (describe-coding-system):
2916         * international/ucs-tables.el (unify-8859-on-encoding-mode):
2917         * net/browse-url.el (browse-url-xterm-program):
2918         * obsolete/lazy-lock.el (lazy-lock-mode):
2919         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
2920         (cperl-mode):
2921         * progmodes/cpp.el (cpp-face-light-name-list)
2922         (cpp-face-dark-name-list):
2923         * progmodes/delphi.el (delphi-newline-always-indents):
2924         Fix spellings in docstrings.
2926         * ido.el (ido-mode, ido-file-extensions-order)
2927         (ido-default-file-method, ido-default-buffer-method)
2928         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
2929         (ido-decorations, ido-read-file-name-as-directory-commands)
2930         (ido-read-file-name-non-ido, ido-work-directory-list)
2931         (ido-ignore-item-temp-list, ido-current-directory)
2932         (ido-magic-forward-char, ido-enter-find-file)
2933         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
2934         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
2936 2005-06-10  Lute Kamstra  <lute@gnu.org>
2938         * play/dunnet.el (dun-mode): Use define-derived-mode.
2939         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
2940         obsolete alias.
2942         * play/doctor.el (doctor-mode-map): Remove defvar.
2943         (doctor-mode): Use define-derived-mode.
2945         * mail/mspools.el (mspools-mode):
2946         * net/eudc-hotlist.el (eudc-hotlist-mode):
2947         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
2949 2005-06-10  Miles Bader  <miles@gnu.org>
2951         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2952         Remove "-face" suffix from face names.
2953         (flyspell-incorrect-face, flyspell-duplicate-face):
2954         New backward-compatibility aliases for renamed faces.
2955         (flyspell-mode-on, make-flyspell-overlay)
2956         (flyspell-highlight-incorrect-region)
2957         (flyspell-highlight-duplicate-region)
2958         (flyspell-display-next-corrections)
2959         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
2961         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
2962         from face name.
2963         (texinfo-heading-face): New backward-compatibility alias for
2964         renamed face.
2965         (texinfo-heading-face): Use renamed texinfo-heading face.
2967         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
2968         suffix from face names.
2969         (tex-math-face, tex-verbatim-face):
2970         New backward-compatibility aliases for renamed faces.
2971         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
2972         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
2973         literal face name.
2975         * textmodes/table.el (table-cell): Remove "-face" suffix from face
2976         name.
2977         (table-cell-face): New backward-compatibility alias for renamed face.
2978         (table--put-cell-face-property, table--update-cell-face):
2979         Use renamed table-cell face.
2981         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
2982         from face name.
2983         (sgml-namespace-face): New backward-compatibility alias for
2984         renamed face.
2985         (sgml-namespace-face): Use renamed sgml-namespace face.
2987         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
2988         (org-level-4, org-level-5, org-level-6, org-level-7)
2989         (org-level-8, org-warning, org-headline-done)
2990         (org-deadline-announce, org-scheduled-today)
2991         (org-scheduled-previously, org-link, org-done, org-table)
2992         (org-time-grid): Remove "-face" suffix from face names.
2993         (org-level-1-face, org-level-2-face, org-level-3-face)
2994         (org-level-4-face, org-level-5-face, org-level-6-face)
2995         (org-level-7-face, org-level-8-face, org-warning-face)
2996         (org-headline-done-face, org-deadline-announce-face)
2997         (org-scheduled-today-face, org-scheduled-previously-face)
2998         (org-link-face, org-done-face, org-table-face)
2999         (org-time-grid-face):
3000         New backward-compatibility aliases for renamed faces.
3001         (org-level-faces, org-set-font-lock-defaults, org-timeline)
3002         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
3003         (org-agenda-get-timestamps, org-agenda-get-scheduled)
3004         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
3006         * emulation/viper-init.el (viper-search, viper-replace-overlay)
3007         (viper-minibuffer-emacs, viper-minibuffer-insert)
3008         (viper-minibuffer-vi): Remove "-face" suffix from face names.
3009         (viper-search-face, viper-replace-overlay-face)
3010         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
3011         (viper-minibuffer-vi-face):
3012         New backward-compatibility aliases for renamed faces.
3013         (viper-search-face, viper-replace-overlay-face)
3014         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
3015         (viper-minibuffer-vi-face): Use renamed viper faces.
3017         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
3018         Remove "-face" suffix from face names.
3019         (testcover-nohits-face, testcover-1value-face):
3020         New backward-compatibility aliases for renamed faces.
3021         (testcover-mark): Use renamed testcover faces.
3023         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
3024         face name.
3025         (diary-button-face): New backward-compatibility alias for renamed face.
3026         (diary-entry): Use renamed diary-button face.
3028         * calendar/calendar.el (diary, calendar-today, holiday)
3029         (mark-visible-calendar-date): Remove "-face" suffix from face names.
3030         (diary-face, calendar-today-face, holiday-face):
3031         New backward-compatibility aliases for renamed faces.
3032         (eval-after-load "facemenu", diary-entry-marker)
3033         (calendar-today-marker, calendar-holiday-marker, diary-face):
3034         Use renamed calendar faces.
3036         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
3037         (compare-windows-face): New backward-compatibility alias for
3038         renamed face.
3039         (compare-windows-highlight): Use renamed compare-windows face.
3041         * strokes.el (strokes-char): Remove "-face" suffix from face name.
3042         (strokes-char-face): New backward-compatibility alias for renamed face.
3043         (strokes-encode-buffer): Use renamed strokes-char face.
3045         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
3046         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
3047         Remove "-face" suffix from face names.
3048         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
3049         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
3050         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
3051         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
3052         Use renamed pcvs faces.
3053         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
3054         * pcvs-defs.el (cvs-mode-map): Likewise.
3055         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
3057         * info.el (info-title-1, info-title-2, info-title-3)
3058         (info-title-4): Remove "-face" suffix from and downcase face names.
3059         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
3060         (Info-title-4-face):
3061         New backward-compatibility aliases for renamed faces.
3062         (Info-fontify-node): Use renamed info faces.
3064         * hilit-chg.el (highlight-changes, highlight-changes-delete):
3065         Remove "-face" suffix from face names.
3066         (highlight-changes-face, highlight-changes-delete-face):
3067         New backward-compatibility aliases for renamed faces.
3068         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
3069         (hilit-chg-make-list): Use renamed highlight-changes faces.
3071         * generic-x.el (show-tabs-tab, show-tabs-space):
3072         Remove "-face" suffix from face names.
3073         (show-tabs-tab-face, show-tabs-space-face):
3074         New backward-compatibility aliases for renamed faces.
3075         (show-tabs-generic-mode-font-lock-defaults-1)
3076         (show-tabs-generic-mode-font-lock-defaults-2):
3077         Use renamed show-tabs faces.
3079         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
3080         (smerge-markers): Remove "-face" suffix from face names.
3081         (smerge-mine-face, smerge-other-face, smerge-base-face)
3082         (smerge-markers-face):
3083         New backward-compatibility aliases for renamed faces.
3084         (smerge-mine-face, smerge-other-face, smerge-base-face)
3085         (smerge-markers-face): Use renamed smerge faces.
3087         * log-view.el (log-view-file, log-view-message):
3088         Remove "-face" suffix from face names.
3089         (log-view-file-face, log-view-message-face):
3090         New backward-compatibility aliases for renamed faces.
3091         (log-view-file-face, log-view-message-face): Use renamed log-view faces.
3093         * paren.el (show-paren-match, show-paren-mismatch):
3094         Remove "-face" suffix from face names.
3095         (show-paren-match-face, show-paren-mismatch-face):
3096         New backward-compatibility aliases for renamed faces.
3097         (show-paren-function): Use renamed show-paren faces.
3099         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
3100         (ruler-mode-margins, ruler-mode-fringes)
3101         (ruler-mode-column-number, ruler-mode-fill-column)
3102         (ruler-mode-comment-column, ruler-mode-goal-column)
3103         (ruler-mode-tab-stop, ruler-mode-current-column):
3104         Remove "-face" suffix from face names.
3105         (ruler-mode-default-face, ruler-mode-pad-face)
3106         (ruler-mode-margins-face, ruler-mode-fringes-face)
3107         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
3108         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
3109         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
3110         New backward-compatibility aliases for renamed faces.
3111         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
3112         (ruler-mode-column-number, ruler-mode-fill-column)
3113         (ruler-mode-comment-column, ruler-mode-goal-column)
3114         (ruler-mode-tab-stop, ruler-mode-current-column)
3115         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
3117         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
3118         face name.
3119         (whitespace-highlight-the-space): Use renamed face.
3120         (whitespace-highlight-face): New backward-compatibility alias for
3121         renamed face.
3123         * woman.el (woman-italic, woman-bold, woman-unknown)
3124         (woman-addition, woman-symbol-face):
3125         Remove "-face" suffix from face names.
3126         (woman-italic-face, woman-bold-face, woman-unknown-face)
3127         (woman-addition-face):
3128         New backward-compatibility aliases for renamed faces.
3129         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
3130         (woman-decode-region, woman-replace-match)
3131         (woman-display-extended-fonts, woman-special-characters)
3132         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
3133         Use renamed woman faces.
3135         * longlines.el (longlines-visible-face): Face removed.
3137         * diff-mode.el (diff-header, diff-file-header, diff-index)
3138         (diff-hunk-header, diff-removed, diff-added, diff-changed)
3139         (diff-function, diff-context, diff-nonexistent): Remove "-face"
3140         suffix from face names.
3141         (diff-header-face, diff-file-header-face, diff-index-face)
3142         (diff-hunk-header-face, diff-removed-face, diff-added-face)
3143         (diff-changed-face, diff-function-face, diff-context-face)
3144         (diff-nonexistent-face): New backward-compatibility aliases for
3145         renamed faces.
3146         (diff-header-face, diff-file-header-face)
3147         (diff-index, diff-index-face, diff-hunk-header)
3148         (diff-hunk-header-face, diff-removed, diff-removed-face)
3149         (diff-added, diff-added-face, diff-changed-face, diff-function)
3150         (diff-function-face, diff-context-face, diff-nonexistent)
3151         (diff-nonexistent-face): Use renamed diff-mode faces.
3153         * progmodes/compile.el (compilation-warning-face)
3154         (compilation-info-face): Remove "-face" suffix from face names.
3155         (compilation-warning-face, compilation-info-face):
3156         New backward-compatibility aliases for renamed faces.
3157         (compilation-warning-face, compilation-info-face):
3158         Use renamed compilation faces.
3160         * add-log.el (change-log-date, change-log-name)
3161         (change-log-email, change-log-file, change-log-list)
3162         (change-log-conditionals, change-log-function)
3163         (change-log-acknowledgement): Remove "-face" suffix from face names.
3164         (change-log-date-face, change-log-name-face)
3165         (change-log-email-face, change-log-file-face)
3166         (change-log-list-face, change-log-conditionals-face)
3167         (change-log-function-face, change-log-acknowledgement-face):
3168         New backward-compatibility aliases for renamed faces.
3169         (change-log-font-lock-keywords): Use renamed change-log faces.
3171         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
3172         (custom-set, custom-changed, custom-saved, custom-button)
3173         (custom-button-pressed, custom-documentation, custom-state)
3174         (custom-comment, custom-comment-tag, custom-variable-tag)
3175         (custom-variable-button, custom-face-tag, custom-group-tag-1)
3176         (custom-group-tag): Remove "-face" suffix from face names.
3177         (custom-magic-alist, custom-magic-value-create)
3178         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
3179         (custom-invalid-face, custom-rogue-face, custom-modified-face)
3180         (custom-set-face, custom-changed-face, custom-saved-face)
3181         (custom-button-face, custom-button-pressed-face)
3182         (custom-documentation-face, custom-state-face)
3183         (custom-comment-face, custom-comment-tag-face)
3184         (custom-variable-tag-face, custom-variable-button-face)
3185         (custom-face-tag-face, custom-group-tag-face-1)
3186         (custom-group-tag-face):
3187         New backward-compatibility aliases for renamed faces.
3189         * wid-edit.el (widget-documentation, widget-button)
3190         (widget-field, widget-single-line-field, widget-inactive)
3191         (widget-button-pressed): "-face" suffix removed from face names.
3192         (widget-documentation-face, widget-button-face)
3193         (widget-field-face, widget-single-line-field-face)
3194         (widget-inactive-face, widget-button-pressed-face):
3195         New backward-compatibility aliases for renamed faces.
3196         (widget-documentation-face, widget-button-face)
3197         (widget-button-pressed-face, widget-specify-field)
3198         (widget-specify-inactive): Use renamed widget faces.
3200 2005-06-10  Kenichi Handa  <handa@m17n.org>
3202         * term/x-win.el (x-clipboard-yank): Remove condition-case
3203         wrapping.
3205 2005-06-11  Kenichi Handa  <handa@m17n.org>
3207         * add-log.el (change-log-font-lock-keywords): Make the regexp for
3208         date lines stricter.
3210 2005-06-10  Zhang Wei  <id.brep@gmail.com>  (tiny change)
3212         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
3213         of x-get-selection.
3215 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
3217         * comint.el (comint-mode, comint-snapshot-last-prompt):
3218         * frame.el (frame-current-scroll-bars):
3219         * term.el (term-mode, term-check-proc, term-input-sender)
3220         (term-simple-send, term-extract-string, term-word)
3221         (term-match-partial-filename):
3222         * window.el (window-current-scroll-bars):
3223         * emulation/cua-base.el (cua-normal-cursor-color)
3224         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
3225         (cua-global-mark-cursor-color):
3226         * mail/undigest.el (rmail-forward-separator-regex):
3227         Fix typos in docstrings.
3229         * comint.el (comint-check-proc, make-comint-in-buffer)
3230         (comint-source-default): Doc fixes.
3232         * term.el (term-send-string): Improve argument/docstring
3233         consistency.
3235 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
3237         * comint.el (comint-send-input): Bind `inhibit-read-only' around
3238         call to `delete-region'.
3239         (comint-mode-hook): Do not enable Font Lock by default.
3241 2005-06-09  Lute Kamstra  <lute@gnu.org>
3243         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
3244         could be void.
3246 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3248         * emacs-lisp/debug.el (debugger-will-be-back): New var.
3249         (debug): Use it.
3250         (debugger-step-through, debugger-continue, debugger-jump)
3251         (debugger-return-value): Set it when needed.
3252         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
3253         Use inhibit-read-only.
3255 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
3257         * window.el (shrink-window-if-larger-than-buffer)
3258         (window-size-fixed): Fix typo in docstring.
3260         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
3261         thumbnails directory on loading.
3262         (thumbs-conversion-program): Use `eq' to check the system type,
3263         not `equal'.
3264         (thumbs-temp-dir): Initialize to `temporary-file-directory',
3265         not "/tmp".  Fix docstring.
3266         (thumbs-thumbsdir): New function to return the thumbnails
3267         directory, creating it if needed.
3268         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
3269         (thumbs-temp-file): Delete variable and make it into a function.
3270         (thumbs-resize-image, thumbs-modify-image): Use it.
3271         (thumbs-kill-buffer): Simplify.
3272         (thumbs-gensym): Defalias or duplicate CL `gensym'.
3273         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
3274         docstrings.
3276 2005-06-09  Kim F. Storm  <storm@cua.dk>
3278         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
3279         set-match-data to free markers in match-data.
3281         * replace.el (replace-match-data): Pass RESEAT arg `t' to
3282         match-data to unchain markers in match-data.
3284 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3286         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
3287         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
3288         unnecessary now.
3290 2005-06-08  Richard M. Stallman  <rms@gnu.org>
3292         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
3293         give the variable a doc string that doesn't say don't set it directly.
3295         * textmodes/ispell.el (ispell-check-version):
3296         Use match-string-no-properties.
3297         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
3298         (ispell-buffer-local-words): Likewise.
3300         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
3301         except on terminals with enough colors to really display it.
3302         (makefile-dependency-regex): Delete spurious `bb'.
3304         * faces.el (escape-glyph): Use blue once again in last case.
3305         (no-break-space): Redefine so that it isn't invisible on a tty.
3307 2005-06-08  Kim F. Storm  <storm@cua.dk>
3309         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
3310         also when reading directory name.
3312 2005-06-08  Lute Kamstra  <lute@gnu.org>
3314         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
3315         (flyspell-mode-line-string): Remove autoload cookie.
3316         (flyspell-mode): Remove defvar.
3318 2005-06-07  Lute Kamstra  <lute@gnu.org>
3320         * textmodes/org.el (org-run-mode-hooks): New function.
3321         (org-agenda-mode): Use it.
3323 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
3325         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
3327 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3329         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
3331 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
3333         * font-lock.el (font-lock-add-keywords): Doc fix.
3335 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3337         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
3338         (tex-compile-default): In the absence of any history, use the order in
3339         tex-compile-alist to choose the preferred command.
3340         (tex-compile-commands): Reorder a bit.
3342         * textmodes/flyspell.el (flyspell-auto-correct-binding)
3343         (flyspell-incorrect-face, flyspell-duplicate-face):
3344         Use (X)Emacs-agnostic code.
3345         (flyspell-mode-map): Don't overwrite at each load.  Remove code
3346         redundant with the subsequent add-minor-mode.  Merge Emacs and
3347         XEmacs code.
3348         (flyspell-word): Minor simplification.
3349         (flyspell-math-tex-command-p): Quieten the byte-compiler.
3350         (flyspell-external-point-words): Remove unused vars `size' and `start'.
3351         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
3352         Merge the corresponding Emacs code.
3353         (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
3355         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
3356         a dedicated window.
3358         * international/latexenc.el (latexenc-find-file-coding-system):
3359         Undo part of last patch, to turn off a compiler warning.
3361 2005-06-06  Juri Linkov  <juri@jurta.org>
3363         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
3364         Rename `tmm-inactive-face' to `tmm-inactive'.
3366 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
3368         * iswitchb.el: Rename faces.
3370 2005-06-06  Kim F. Storm  <storm@cua.dk>
3372         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
3373         (cua-global-mark): Remove -face suffix from face names.
3375         * emulation/cua-gmrk.el (cua--init-global-mark):
3376         Remove cua-global-mark face setup.
3378 2005-06-06  Richard M. Stallman  <rms@gnu.org>
3380         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
3381         just like other allowed characters.
3382         (makefile-match-dependency): Exclude leading and training whitespace
3383         from the range of regexp subexp 1.
3384         (makefile-macroassign-regex): Don't try to match the body,
3385         just the name of the macro being defined.
3387         * info.el (Info-read-node-name-2): New function.
3388         (Info-read-node-name-1): Use that.
3389         Add a completion-base-size-function property.
3391         * simple.el (completion-setup-function): Look for
3392         completion-base-size-function property of
3393         minibuffer-completion-table.
3395         * files.el (locate-file-completion): Doc fix.
3397         * printing.el: Don't call pr-update-menus; user must do that.
3399         * emacs-lisp/debug.el (debugger-window): New variable.
3400         (debug): Use debugger-window if it is set and still alive.
3401         Record debugger-window for next entry.
3403         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
3405 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
3407         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
3408         (hack-one-local-variable, hack-local-variables)
3409         (hack-local-variables-prop-line): Pass that arg.
3411 2005-06-06  Kim F. Storm  <storm@cua.dk>
3413         * ido.el (ido-first-match, ido-only-match, ido-subdir)
3414         (ido-indicator): Remove -face suffix from face names.
3416 2005-06-06  Juri Linkov  <juri@jurta.org>
3418         * font-lock.el (font-lock-regexp-backslash)
3419         (font-lock-regexp-backslash-construct): New faces.
3420         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
3421         after `('.  Add `while-no-input' to control structures.
3423         * faces.el (no-break-space, shadow): New faces.
3424         (escape-glyph): Use less loud colors pink2 and red4.
3426         * diff-mode.el (diff-context-face)
3427         * dired.el (dired-ignored)
3428         * rfn-eshadow.el (file-name-shadow)
3429         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
3431         * info.el (Info-title-1-face): Use green instead of yellow because
3432         bold yellow is not readable on light backgrounds.
3434         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
3435         before selecting the desired mode to not spend time fontifying
3436         old contents.
3438 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
3440         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
3441         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
3443         * ps-print.el (ps-default-fg, ps-default-bg):
3444         Fix typos in docstrings.
3446         * isearchb.el (isearchb): Don't pass a spurious second argument to
3447         `iswitchb-completions'.
3449 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
3451         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
3452         to preserve point.
3453         (gdb-find-file-hook): Add doc string.
3455         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
3456         C dereferenced pointer expression.
3457         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
3459         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
3461         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
3462         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
3463         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
3464         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
3465         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
3466         Make background transparent.
3468 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
3470         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
3471         (font-lock-remove-keywords): Doc fix.
3472         (font-lock-mode-major-mode): Compiler defvar.
3473         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
3475         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
3476         (font-lock-mode): Update `font-lock-mode-major-mode'.
3477         (font-lock-set-defaults): Compiler defvar.
3478         (font-lock-default-function): Take `font-lock-mode-major-mode'
3479         into account.
3481         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
3482         keep track of which major mode it enabled the minor mode for.
3483         Use find-file-hook again.  Update docstring.
3485         * simple.el (eval-expression-print-level)
3486         (eval-expression-print-length, eval-expression-debug-on-error):
3487         Doc fixes.
3489 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
3491         * iswitchb.el (iswitchb-single-match-face)
3492         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
3493         (iswitchb-invalid-regexp-face): New faces.
3494         (iswitchb-completions): Use them.
3495         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
3496         now marked as an obsolete alias.
3497         (iswitchb-read-buffer): Remove check for bound font variables.
3498         (iswitchb-invalid-regexp): New free variable.
3499         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
3500         set iswitchb-invalid-regexp.
3501         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
3502         invalid regexps.
3503         (iswitchb-completions): Add check for complete match when entering
3504         a regexp.
3505         (iswitchb-completions): Remove require-match argument.
3506         (iswitchb-exhibit): Fix caller.
3507         (iswitchb-common-match-inserted): New variable.
3508         (iswitchb-complete, iswitchb-completion-help): Use it.
3510 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
3512         * url-http.el (url-http-chunked-encoding-after-change-function):
3513         Use `url-http-debug' instead of `message'.
3515 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
3517         * url-http.el (url-http-parse-headers): Pass redirected URL as a
3518         callback argument.
3520 2005-06-04  Kim F. Storm  <storm@cua.dk>
3522         * simple.el (line-move): Only call sit-for when moving backwards.
3524         * ido.el (ido-make-merged-file-list-1): New defun split from
3525         ido-make-merged-file-list.
3526         (ido-make-merged-file-list): Bind throw-on-input around call to
3527         ido-make-merged-file-list-1.  Return input-pending-p if
3528         interrupted by more input available.
3529         (ido-read-internal): Handle input-pending-p return value from
3530         ido-make-merged-file-list.
3532 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3534         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
3535         compatibility code.
3537         * international/latexenc.el (latexenc-find-file-coding-system):
3538         Don't inherit the EOL part of the coding-system from the
3539         tex-main buffer.  Fit within 80 columns.
3541 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
3543         * tmm.el (tmm-inactive-face): New face.
3544         (tmm-remove-inactive-mouse-face): New function.
3545         (tmm-prompt, tmm-add-one-shortcut)
3546         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
3547         but not selectable.
3549 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
3551         * faces.el (face-equal): Improve argument/docstring consistency.
3553 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
3555         * progmodes/make-mode.el (makefile-targets-face)
3556         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
3557         (makefile-bsdmake-dependency-regex)
3558         (makefile-makepp-rule-action-regex)
3559         (makefile-bsdmake-rule-action-regex): New constants.
3560         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
3562         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3563         Allow (...) within `...' for makepp messages.
3565 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
3567         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
3569         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
3570         "." files are deleted from all file lists before comparison.
3572         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
3573         (viper-ESC-key): Made them customizable.
3575         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
3577 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
3579         * autorevert.el (auto-revert-buffers): Use save-match-data.
3581 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3583         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
3584         menu items with a nil command binding.
3586 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
3588         * emacs-lisp/cl-macs.el (defsetf):
3589         Improve argument/docstring consistency.
3591         * faces.el (list-faces-display): Improve the formatting by
3592         computing the maximum length required for any face-name (reworked
3593         patch of 1999-01-11, accidentally deleted on 1999-07-21).
3594         (internal-find-face): Remove redundant info in docstring.
3596 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
3598         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
3599         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
3600         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
3601         (gdb-assembler-custom): Improve regexps.
3602         (def-gdb-auto-update-handler): Use window point to preserve point.
3604 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3606         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
3608 2005-05-31  Jay Belanger  <belanger@truman.edu>
3610         * calc/calc-embed.el (calc-embedded-word): Change argument passed
3611         to calc-embedded.
3612         (calc-embedded-make-info): Have plain prefix argument select
3613         entire line.
3615 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
3617         * faces.el (list-faces-display): Signal error if passed a regexp
3618         that matches no face name.
3620         * simple.el (filter-buffer-substring): Fix typo in docstring.
3622 2005-05-31  Richard M. Stallman  <rms@gnu.org>
3624         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
3625         (vhdl-emacs-21): Doc fix.
3626         (vhdl-mode): Unconditionally set comment-padding.
3627         (vhdl-fixup-whitespace-region): Insert spaces only where
3628         there are none.
3629         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
3631 2005-05-30  John Wiegley  <johnw@newartisans.com>
3633         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
3634         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
3635         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
3636         `directory-sep-char' to ?/, and all uses of `string-to-int' to
3637         `string-to-number'.
3639 2005-05-30  Jay Belanger  <belanger@truman.edu>
3641         * calc/calc.el (calc-bug-address): Fix docstring.
3642         (calc-window-hook, calc-trail-window-hook): New variables.
3643         (calc-trail-display): Restore use of calc-trail-window-hook.
3644         (calc): Restore use of calc-window-hook.
3646 2005-05-31  Masatake YAMATO  <jet@gyve.org>
3648         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
3650         * help-fns.el (help-C-file-name): Add autoload mark for
3651         `find-function-noselect'.
3653 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3655         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
3656         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
3658 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
3660         * calendar/diary-lib.el (mark-included-diary-files): Only kill
3661         included diary buffer if it was not already being visited.
3662         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
3664         * calendar/icalendar.el (top-level): Do not require 'appt.
3666         * mail/supercite.el (sc-select-attribution): Only use a list
3667         element from sc-attrib-selection-list if it returns a string.
3668         Reported by Davide G. M. Salvetti <salve@debian.org>.
3670 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
3672         * thumbs.el (thumbs-thumbname): The resulting thumbname now
3673         includes a hash value to improve its uniqueness, and has a ".jpg"
3674         extension.  Also, it is now a valid filename on all systems.
3675         (thumbs-make-thumb): Use `let', not `let*'.
3676         (thumbs-show-thumbs-list): Check for JPEG availability.
3678 2005-05-30  Richard M. Stallman  <rms@gnu.org>
3680         * filesets.el (filesets-menu-ensure-use-cached):
3681         Prevent warning when emacs-version>= is undefined.
3683         * printing.el (pr-interactive-n-up): Use string-to-number.
3685         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
3687         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
3688         Warn only when name to be defined is quoted.
3690 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
3692         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
3693         Make regexp more robust.
3694         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
3695         Force regeneration of disassembly.
3697 2005-05-29  Jay Belanger  <belanger@truman.edu>
3699         * calc/calc.el (calc-user-invocation): Check if
3700         calc-invocation-macro is non-nil.
3702 2005-05-29  Juri Linkov  <juri@jurta.org>
3704         * add-log.el (change-log-font-lock-keywords):
3705         Add `+' to e-mail regexp to accept mail address with keywords.
3707         * man.el (Man-name-regexp): Add `:' to accept qualified names.
3709 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
3711         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
3713         * ielm.el (inferior-emacs-lisp-mode): Ditto.
3715 2005-05-29  Richard M. Stallman  <rms@gnu.org>
3717         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
3718         Undo the change that moves to end of the current word.
3720 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
3722         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
3723         Throw error when count <= 0 to ensure input is a number.
3724         (gdb-read-memory-custom): Pick up address from buffer.
3725         (gdb-memory-mode): Allow user to increment and decrement
3726         memory address from header line.
3728 2005-05-29  Richard M. Stallman  <rms@gnu.org>
3730         * flyspell.el (flyspell-version): Function deleted.
3731         (flyspell-auto-correct-previous-hook): Doc fix.
3733         * jit-lock.el (jit-lock-function, jit-lock-after-change):
3734         Do nothing if memory is full.
3736         * font-lock.el (font-lock-fontify-syntactically-region):
3737         Pass t for GREEDY to looking-back.
3739         * saveplace.el (save-place-alist-to-file): Write the file
3740         using write-region.
3742         * subr.el (looking-back): New argument GREEDY.
3744         * progmodes/compile.el (compilation-start): Set the mode
3745         before inserting the initial text.
3747         * progmodes/which-func.el (which-func-update-1): Turn the mode
3748         off in case of error by setting which-func-mode.
3750 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
3752         * flyspell.el (flyspell-auto-correct-previous-word):
3753         Narrow down to what's on the screen, and recenter overlays
3754         at the end of the next word.
3756 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
3758         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
3759         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
3760         (flyspell-abbrev-p): Default to nil.
3761         (flyspell-use-global-abbrev-table-p): Doc fix.
3762         (flyspell-large-region): Allow nil as value.
3763         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
3765         (mail-mode-flyspell-verify): More robust handling
3766         of `mail-header-separator'.  More efficient signature detection.
3767         Allow for regexp metacharacters in message-header-separator.
3768         Adding `To' not to be checked in mail-mode-flyspell-verify.
3770         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
3771         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
3772         Bind flyspell-auto-correct-binding.
3773         Bind C-. and C-, .
3774         (flyspell-mode-map): Likewise.
3775         (flyspell-mode): Doc fix.
3776         (flyspell-accept-buffer-local-defs): Preserve current buffer.
3777         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
3778         (flyspell-word-cache-result): New var, always local.
3779         (flyspell-check-pre-word-p): Doc fix.
3780         (flyspell-check-changed-word-p): Handle spc like newline.
3781         (flyspell-post-command-hook): Set flyspell-word-cache-result.
3782         (flyspell-word-search-backward, flyspell-word-search-forward):
3783         New functions.
3784         (flyspell-word): Return t if nothing to check.
3785         When parsing TeX code, check for after } or \.
3786         Use flyspell-word-search-backward to find previous word.
3787         Return nil if duplicated word.
3788         For word already checked, return same value as last time.
3789         Set flyspell-word-cache-result after checking.
3790         Don't clobber the return value.
3791         (flyspell-get-word): Major rewrite.
3792         (flyspell-external-point-words): New locals pword, pcount.
3793         Fix size used in progress message.
3794         Find the proper corresponding word in flyspell-large-region-buffer.
3795         (flyspell-region): Check for flyspell-large-region = nil.
3796         (flyspell-highlight-incorrect-region): Clean up overlays in region.
3797         (flyspell-auto-correct-word): Check that WORD is a cons.
3798         (flyspell-correct-word): Likewise.
3800 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
3802         * progmodes/make-mode.el (makefile-rule-action-regex)
3803         (makefile-macroassign-regex, makefile-makepp-mode)
3804         (makefile-bsdmake-mode): Continuation lines may be empty.
3805         Reported by Joshua Varner.
3806         (makefile-makepp-font-lock-keywords): Add $(stem).
3808 2005-05-28  Karl Berry  <karl@gnu.org>
3810         * textmodes/tex-mode.el: Now that tex-send-command calls
3811         shell-quote-argument (2005-03-31 change), remove all calls to
3812         shell-quote-argument; they all end up invoking tex-send-command.
3813         The double quoting loses on filenames with non-safe characters,
3814         such as "@".  Reported by Frederik Fouvry.
3816 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
3818         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
3819         about preserving point.
3821 2005-05-27  Jay Belanger  <belanger@truman.edu>
3823         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
3824         Info-goto-node.
3826         * calc/calc-embed.el (calc-embed-arg): New variable.
3827         (calc-do-embedded-activate, calc-embedded-activate-formula)
3828         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
3829         variable by new variable.
3830         (calc-embedded-make-info): Replace undeclared variable by new
3831         variable.  When selecting region with positive prefix
3832         argument, use end of previous line instead of beginning of line.
3834         * calc/calc-aent.el (calc-arg-values): Declare it.
3836         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
3837         Declare them.
3839         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
3841         * calc/calc.el (calc-alg-map): Declare it.
3843         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
3845 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
3847         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
3848         (gdb-registers-buffer, toggle-gdb-all-registers):
3849         Toggle display of floating point registers.
3850         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
3852         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
3853         (toggle-gud-tooltip-dereference):
3854         Rename from gud-toggle-tooltip-dereference.
3856 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3858         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
3860 2005-05-27  Jay Belanger  <belanger@truman.edu>
3862         * calc/calc-prog.el (calc-kbd-report): Remove.
3863         (calc-kbd-query): Rewrite.
3865 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
3867         * image.el (image-library-alist): Move to image.c.
3868         (image-type-available-p): Doc fix.
3870 2005-05-27  Lute Kamstra  <lute@gnu.org>
3872         * calc/calc.el (calc):
3873         * outline.el (outline-1, outline-2, outline-3, outline-4)
3874         (outline-5, outline-6, outline-7, outline-8):
3875         * textmodes/dns-mode.el (dns-mode):
3876         * textmodes/sgml-mode.el (sgml-namespace-face):
3877         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
3878         (tex-verbatim-face, tex-use-reftex):
3879         * textmodes/texinfo.el (texinfo-heading-face):
3880         Specify customization group.
3882         * longlines.el: Don't require easy-mmode.
3883         (longlines-visible-face): Specify customization group.
3885 2005-05-27  Kenichi Handa  <handa@m17n.org>
3887         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
3888         encoding table of windows-1251.
3890         * international/ucs-tables.el (ucs-set-table-for-input):
3891         If translation-table-for-input of a coding system is a symbol, get
3892         its translation-table property.
3894         * international/code-pages.el: Don't register a coding system into
3895         non-iso-charset-alist more than once.
3896         (cp-make-coding-system): Likewise.
3898 2005-05-26  John Wiegley  <johnw@newartisans.com>
3900         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
3901         `eshell-resume-eval' is wrapped in a list, it indicates that the
3902         command was run asynchronously.  In that case, unwrap the value
3903         before checking the delimiter value.
3905         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
3906         character before a space at the end of a line is \, assume the space
3907         is part of the last argument rather than a final argument separator.
3909         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
3910         is in use, and the target is `t' or `nil' (which are the most common
3911         values), don't assume that the symbol target is a buffer.
3913 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
3915         * calendar/calendar.el (calendar-mode-line-format):
3916         Use mode-line-highlight as mouse-face.
3918         * time.el (display-time-string-forms, display-time-update):
3919         Use mode-line-highlight as mouse-face.
3921 2005-05-26  Jay Belanger  <belanger@truman.edu>
3923         * calc/calc.el (calc-language-alist): Remove extra defvar.
3925 2005-05-26  Lute Kamstra  <lute@gnu.org>
3927         * arc-mode.el (archive-mode):
3928         * bookmark.el (bookmark-read-annotation-mode)
3929         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
3930         * bs.el (bs-mode):
3931         * calc/calc-yank.el (calc-edit-mode):
3932         * calc/calc.el (calc-mode, calc-trail-mode):
3933         * calculator.el (calculator-mode):
3934         * chistory.el (command-history-mode):
3935         * comint.el:
3936         * cus-edit.el (custom-mode):
3937         * descr-text.el (describe-text-mode):
3938         * ebuff-menu.el (Electric-buffer-menu-mode):
3939         * ediff-util.el (ediff-mode):
3940         * emacs-lisp/re-builder.el (reb-mode):
3941         * emulation/vi.el (vi-mode-setup):
3942         * emulation/ws-mode.el (wordstar-mode):
3943         * eshell/esh-mode.el (eshell-mode):
3944         * forms.el (forms-mode):
3945         * help-mode.el (help-mode):
3946         * hexl.el (hexl-mode):
3947         * ibuffer.el (ibuffer-mode):
3948         * ielm.el (inferior-emacs-lisp-mode):
3949         * info.el (Info-mode, Info-edit-mode):
3950         * international/swedish.el:
3951         * ledit.el (ledit-from-lisp-mode):
3952         * locate.el (locate-mode):
3953         * mail/rmail.el (rmail-mode):
3954         * mail/rmailedit.el (rmail-edit-mode):
3955         * mail/rmailsum.el (rmail-summary-mode):
3956         * mail/supercite.el (sc-electric-mode):
3957         * net/eudc.el (eudc-mode):
3958         * net/quickurl.el (quickurl-list-mode):
3959         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
3960         * obsolete/ooutline.el (outline-mode):
3961         * obsolete/options.el (Edit-options-mode):
3962         * obsolete/rnews.el (news-mode):
3963         * obsolete/rnewspost.el (news-reply-mode):
3964         * play/5x5.el (5x5-mode):
3965         * play/decipher.el (decipher-mode, decipher-stats-mode):
3966         * play/gomoku.el (gomoku-mode):
3967         * play/snake.el (snake-mode):
3968         * play/solitaire.el (solitaire-mode):
3969         * play/tetris.el (tetris-mode):
3970         * progmodes/ada-mode.el (ada-mode):
3971         * progmodes/antlr-mode.el (antlr-mode):
3972         * progmodes/autoconf.el (autoconf-mode):
3973         * progmodes/dcl-mode.el (dcl-mode):
3974         * progmodes/delphi.el (delphi-mode):
3975         * progmodes/ebrowse.el (ebrowse-tree-mode)
3976         (ebrowse-electric-list-mode, ebrowse-member-mode)
3977         (ebrowse-electric-position-mode):
3978         * progmodes/f90.el (f90-mode):
3979         * progmodes/fortran.el (fortran-mode):
3980         * progmodes/icon.el (icon-mode):
3981         * progmodes/idlw-help.el (idlwave-help-mode):
3982         * progmodes/idlw-shell.el (idlwave-shell-mode):
3983         * progmodes/idlwave.el (idlwave-mode):
3984         * progmodes/inf-lisp.el (inferior-lisp-mode):
3985         * progmodes/m4-mode.el (m4-mode):
3986         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
3987         * progmodes/modula2.el (modula-2-mode):
3988         * progmodes/octave-inf.el (inferior-octave-mode):
3989         * progmodes/octave-mod.el (octave-mode):
3990         * progmodes/pascal.el (pascal-mode):
3991         * progmodes/sh-script.el (sh-mode):
3992         * progmodes/sql.el (sql-mode, sql-interactive-mode):
3993         * progmodes/vhdl-mode.el (vhdl-mode):
3994         * progmodes/xscheme.el (scheme-interaction-mode):
3995         * replace.el (occur-mode):
3996         * ses.el (ses-mode):
3997         * simple.el (completion-list-mode):
3998         * skeleton.el:
3999         * speedbar.el (speedbar-mode):
4000         * term.el (term-mode):
4001         * terminal.el (terminal-edit-mode):
4002         * textmodes/reftex-index.el (reftex-index-mode)
4003         (reftex-index-phrases-mode):
4004         * textmodes/reftex-sel.el (reftex-select-label-mode)
4005         (reftex-select-bib-mode):
4006         * textmodes/reftex-toc.el (reftex-toc-mode):
4007         * wdired.el (wdired-change-to-wdired-mode):
4008         * wid-browse.el (widget-browse-mode):
4009         Use run-mode-hooks.
4011         * array.el (array-mode):
4012         * calendar/todo-mode.el (todo-mode):
4013         * man.el (Man-mode):
4014         * play/landmark.el (lm-mode):
4015         * play/mpuz.el (mpuz-mode):
4016         Use kill-all-local-variables and run-mode-hooks.
4018         * subr.el (delay-mode-hooks): Specify indentation.
4020 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
4022         * xml.el (xml-substitute-special): Don't die for undefined xml entities.
4024 2005-05-26  Jay Belanger  <belanger@truman.edu>
4026         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
4027         of nil.
4029 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
4031         * progmodes/gdb-ui.el (gdb-frame-address):
4032         Rename from gdb-current-address.
4033         (gdb-previous-frame-address): Rename from gdb-previous-address.
4034         (gdb-selected-frame): Rename from gdb-current-frame.
4035         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
4036         (gdb-frame-number): Rename from gdb-current-stack-level.
4037         (gdb-ann3): Match new mode-name for disassembly buffer.
4038         Extend initialization of variables.
4039         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
4040         (gdb-memory-mode): Use mouse-face in header line.
4041         (gdb-assembler-buffer-name): Call it disassembly and give frame
4042         in mode line.
4043         (gdb-source-spec-regexp, gdb-assembler-custom)
4044         (gdb-invalidate-assembler, gdb-frame-handler):
4045         Make robust to leading zeroes in address format.
4047 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
4049         * textmodes/org.el (org-mode): Use `define-derived-mode' to
4050         define `org-mode'.
4051         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
4053 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4055         * log-edit.el (log-edit-changelog-entries): Distinguish between
4056         filenames like xfns.c and fns.c.
4058 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
4060         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
4061         point after reverting.
4062         (Buffer-menu-make-sort-button): Handle the case where
4063         `Buffer-menu-use-header-line' is nil.
4065 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
4067         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
4068         New funcs.  In minibuffer-local-completion-map bind `]', `/'
4069         and `:' to them.
4071 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4073         * startup.el (normal-top-level): Allow modification of load-path while
4074         we're iterating over it.
4076 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
4078         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
4079         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
4080         (thumbs-resize-interactive, thumbs-insert-image)
4081         (thumbs-insert-thumb, thumbs-dired-show-marked)
4082         (thumbs-find-image-at-point, thumbs-delete-images)
4083         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
4084         (thumbs-increment-image-size, thumbs-decrement-image-size):
4085         Fix typos in docstrings.
4087 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
4089         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
4090         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
4091         (cperl-mode): Use them.
4093 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
4095         * window.el (quit-window, shrink-window-if-larger-than-buffer):
4096         Doc fixes.
4098 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
4100         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
4101         Bind C-d to gdb-inferior-io-eof.
4103         * dired.el (dired-dnd-popup-notice): Use message-box.
4105 2005-05-23  Masatake YAMATO  <jet@gyve.org>
4107         * bindings.el (mode-line-major-mode-keymap):
4108         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
4110         * faces.el (mode-line-highlight): New face.
4112         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
4113         as mouse-face.
4115         * bindings.el (top-level, help-echo, mode-line-modified)
4116         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
4117         as mouse-face.
4119 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
4121         * progmodes/cc-engine.el (c-guess-basic-syntax):
4122         Remove spurious call to `zerop'.
4124         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
4126 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
4128         CC Mode update to 5.30.10:
4130         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
4131         could go past the limit in decoration level 2, thereby causing
4132         errors during interactive fontification.
4134         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
4135         the file is evaluated interactively.
4137         * cc-engine.el (c-guess-basic-syntax): Handle operator
4138         declarations somewhat better in C++.
4140         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
4141         make use of `run-mode-hooks' which has been added in Emacs 21.1.
4142         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
4143         (awk-mode): Use it.
4144         (make-local-hook): Suppress warning about obsoleteness.
4146         * cc-engine.el, cc-align.el, cc-cmds.el
4147         (c-append-backslashes-forward, c-delete-backslashes-forward)
4148         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
4149         Compensate for return value from `forward-line' when it has moved
4150         but not to a different line due to eob.
4152         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
4153         `objc-method-intro' and `objc-method-args-cont'.
4155 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
4157         CC Mode update to 5.30.10:
4159         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
4160         in the copyright statement.  Incidentally, change "along with GNU
4161         Emacs" to "along with this program" where it occurs.
4163         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
4164         so that it is interactive, hence can be found by M-x awk-mode
4165         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
4166         <gmorris+emacs@ast.cam.ac.uk>.
4168         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
4169         Mode's regexps.
4171 2005-05-23  Kevin Ryde  <user42@zip.com.au>
4173         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
4174         c-parse-state, to avoid a lisp error (on bad code).
4176 2005-05-23  Lute Kamstra  <lute@gnu.org>
4178         * subr.el (font-lock-defaults): Remove defvar as it's already
4179         defined in font-core.el.
4181         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
4183 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
4185         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
4186         more general and work when GDB variable "print pretty" is on,
4187         as with Emacs, for example.
4189 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
4191         * font-core.el: Update comment.
4193         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
4194         Use `after-change-major-mode-hook' instead of `find-file-hook'.
4196         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
4198 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
4200         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
4201         and `yank-handler' in the doc strings.
4203 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4205         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
4207 2005-05-22  Richard M. Stallman  <rms@gnu.org>
4209         * help.el (describe-key): Move print-help-return-message call
4210         out of conditional.
4212         * progmodes/etags.el (list-tags): Use with-no-warnings.
4214         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
4215         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
4216         (starttls-extra-args, starttls-extra-arguments): Add defvars.
4218         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
4220         * language/viet-util.el (viet-viscii-nonascii-translation-table):
4221         Add defvar.
4223         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
4224         Use defvar, not defconst.
4226         * hexl.el (hexl-follow-line): Use with-no-warnings.
4228         * emulation/tpu-extras.el: Use write-file-functions instead of
4229         write-file-hooks.
4231         * dired.el (dired-font-lock-keywords): Fontify files with junk
4232         extensions even if marked by -F.
4234 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
4236         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
4237         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
4238         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
4239         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
4240         (concatenate, list-length, get*, getf, cl-remprop):
4241         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
4242         (etypecase, progv, lexical-let, lexical-let*)
4243         (multiple-value-bind, multiple-value-setq, shiftf):
4244         Improve argument/docstring consistency.
4246         * subr.el (focus-frame, unfocus-frame):
4247         Revert deletion on 2005-05-01.
4249 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
4251         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
4252         doesn't exist.
4254         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
4255         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
4257 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
4259         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
4260         already deleted variables: auto-fill-hook, blink-paren-hook,
4261         lisp-indent-hook, inhibit-local-variables, unread-command-event,
4262         suspend-hooks, comment-indent-hook, meta-flag,
4263         before-change-function, after-change-function,
4264         font-lock-doc-string-face.
4266 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
4268         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
4270 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
4272         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
4273         rmail-dont-reply-to.
4275 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
4277         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
4278         literal blank when splitting new-header-values.
4280 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
4282         * calendar/cal-menu.el (cal-menu-update): Add separator as a
4283         string so that tmm doesn't create a completion entry for it.
4285         * textmodes/table.el (table-disable-menu): Ditto.
4287 2005-05-21  Richard M. Stallman  <rms@gnu.org>
4289         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
4291         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
4293         * net/rcompile.el (remote-compile): Use compilation-start.
4295         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
4297 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
4299         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
4300         Default to makefile-bsdmake-mode on BSD systems.
4302         * imenu.el (imenu-generic-expression, imenu--generic-function'):
4303         REGEXP may also be a search function now.  The part of doc-string
4304         for describing the structure was 95% identical to that of
4305         `imenu--generic-function'.  Unify it there.
4307         * progmodes/make-mode.el (makefile-imenu-generic-expression):
4308         Use function to find dependencies, because regexp alone is so complex,
4309         it easily goes into an endless loop.
4310         (makefile-makepp-mode): Also add submenu for Perl functions
4311         defined in the makefile.
4312         (makefile-bsdmake-mode): Special imenu-generic-expression no
4313         longer needed, due to function call.
4314         (makefile-match-dependency): Take BOUND into account when checking
4315         if we're through.
4317 2005-05-20  Jay Belanger  <belanger@truman.edu>
4319         * calc/calc-units.el (calc-invalidate-units-table):
4320         Use inhibit-read-only.
4321         (math-build-units-table-buffer): Use view-mode.
4323 2005-05-20  David Kastrup  <dak@gnu.org>
4325         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
4326         easy-menu-add is not a nop on Emacs; and clarify when to call it.
4328 2005-05-20  Lute Kamstra  <lute@gnu.org>
4330         * diff-mode.el (diff-header-face, diff-file-header-face)
4331         (diff-index-face, diff-hunk-header-face, diff-removed-face)
4332         (diff-added-face, diff-changed-face, diff-function-face)
4333         (diff-context-face, diff-nonexistent-face): Put them in the
4334         diff-mode customization group.
4336 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4338         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
4340         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
4342         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
4343         Minor regexp-optimization.
4345 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
4347         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
4348         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
4349         (org-agenda-add-time-grid-maybe): New function.
4350         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
4351         (org-table-create): `dotimes' instead of `mapcar'.
4352         (org-xor): Simplify implementation.
4353         (org-agenda): `inhibit-redisplay' turned on.
4354         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
4355         a consistent line after a state change.
4356         (org-agenda-remove-times-when-in-prefix): New option.
4357         (org-prefix-has-time): New variable.
4358         (org-parse-time-string): Optional argument NODEFAULT.
4359         (org-format-agenda-item): Parse items for time-of-day
4360         specifications and move these into the prefix if possible.
4361         (org-agenda-priority): Get current heading, not previous heading
4362         during agenda remote editing.
4364 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
4366         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
4367         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
4368         (remove-duplicates, delete-duplicates, substitute)
4369         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
4370         (nsubstitute-if-not, find, find-if, find-if-not, position)
4371         (position-if, position-if-not, count, count-if, count-if-not)
4372         (mismatch, search, sort*, stable-sort, merge, member*)
4373         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
4374         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
4375         (intersection, nintersection, set-difference, nset-difference)
4376         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
4377         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
4378         (nsublis, tree-equal): Improve argument/docstring consistency.
4380         * subr.el (send-string, send-region):
4381         Remove obsolescence declaration.
4382         (window-dot, set-window-dot, read-input, show-buffer)
4383         (eval-current-buffer, string-to-int):
4384         Add release number to obsolescence declarations.
4386 2005-05-19  Kim F. Storm  <storm@cua.dk>
4388         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
4389         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
4391 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
4393         * faces.el (list-faces-display): Make back button respect optional
4394         regexp arg.
4396 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
4398         * calculator.el (calculator-radix-grouping-mode)
4399         (calculator-radix-grouping-digits, calculator-displayer)
4400         (calculator-radix-grouping-separator, calculator-copy-displayer):
4401         * dabbrev.el (dabbrev-search-these-buffers-only):
4402         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
4403         (diff-advance-after-apply-hunk, diff-mode-hook)
4404         (diff-minor-mode-prefix):
4405         * imenu.el (imenu-use-popup-menu):
4406         * jit-lock.el (jit-lock-context-time):
4407         * newcomment.el (comment-fill-column, comment-column)
4408         (comment-style, comment-padding, comment-multi-line)
4409         (comment-empty-lines, comment-auto-fill-only-comments):
4410         * reveal.el (reveal-around-mark):
4411         * uniquify.el (uniquify-buffer-name-style)
4412         (uniquify-after-kill-buffer-p)
4413         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
4414         (uniquify-min-dir-content, uniquify-separator)
4415         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
4416         * w32-vars.el (w32-fixed-font-alist):
4417         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
4418         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
4419         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
4420         * progmodes/perl-mode.el (perl-indent-level)
4421         (perl-continued-statement-offset, perl-continued-brace-offset)
4422         (perl-brace-offset, perl-brace-imaginary-offset)
4423         (perl-label-offset, perl-indent-continued-arguments)
4424         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
4425         * progmodes/tcl.el (tcl-indent-level)
4426         (tcl-continued-indent-level, tcl-auto-newline)
4427         (tcl-tab-always-indent, tcl-electric-hash-style)
4428         (tcl-help-directory-list, tcl-use-smart-word-finder)
4429         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
4430         (inferior-tcl-source-command):
4431         * textmodes/fill.el (enable-kinsoku):
4432         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
4433         * textmodes/table.el (table-yank-handler):
4434         Specify missing group (and type, if simple) in defcustom.
4436 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
4438         * progmodes/compile.el (compilation-finish-function): Fix defvar.
4440 2005-05-19  Richard M. Stallman  <rms@gnu.org>
4442         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
4444         * subr.el (event-basic-type): Don't get an error.
4445         (left-fringe-p): Function deleted.
4447         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
4448         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
4450         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
4451         in recursive copy.
4453         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
4455         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
4457         * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
4458         Call byte-compile-nogroup-warn if appropriate.
4460         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
4461         (compilation-set-window): Don't call left-fringe-p; do it directly.
4463 2005-05-19  Jay Belanger  <belanger@truman.edu>
4465         * calc/calc-graph.el (calc-graph-format-data): Make sure
4466         var-PlotRejects is bound before trying to check its value.
4468 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
4470         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
4471         definition of this variable from reftex-global.el to reftex.el,
4472         because it is needed in the menu.
4474 2005-05-19  Lute Kamstra  <lute@gnu.org>
4476         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
4477         years are fixed.  Don't insert a space after a dash.
4479 2005-05-19  Kim F. Storm  <storm@cua.dk>
4481         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
4483 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
4485         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
4486         strings, because (eq ... ?\\) is fairly frequent.
4488         * progmodes/make-mode.el (makefile-add-this-line-targets):
4489         Simplify and integrate into `makefile-pickup-targets'.
4490         (makefile-add-this-line-macro): Simplify and integrate into
4491         `makefile-pickup-macros.
4492         (makefile-pickup-filenames-as-targets): Simplify.
4493         (makefile-previous-dependency, makefile-match-dependency):
4494         Don't stumble over `::'.
4496 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
4498         * subr.el (post-command-idle-hook, post-command-idle-delay):
4499         Remove obsoletion of post-command-idle-hook and
4500         post-command-idle-delay.
4502         * faces.el (list-faces-display): Provide button when describe-face
4503         is called to take user back to the list of faces.
4505         * help-fns.el (describe-variable): Remove hyperlinks in a
4506         variable's value as these are quite frequently inappropriate.
4508         * follow.el (follow-submit-feedback, follow-mode):
4509         Remove references to post-command-idle-hook.
4511 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
4513         * progmodes/make-mode.el (makefile-previous-dependency)
4514         (makefile-match-dependency): Check for := (and in bsd mode also
4515         !=) to give a better result, even when font-lock is not on.
4517 2005-05-18  Jay Belanger  <belanger@truman.edu>
4519         * calc/calc-help.el (calc-s-prefix-help):
4520         Add `calc-copy-special-constant' to help string.
4522 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
4524         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
4526 2005-05-18  Jay Belanger  <belanger@truman.edu>
4528         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
4529         in linear factors are in proper order.
4531 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
4533         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
4534         Support for jurabib.
4536         * textmodes/reftex.el (featurep): Define aliases for overlay
4537         commands, for XEmacs compatibility, and use these aliases in
4538         overlay initializations.
4539         (reftex-highlight): Use `reftex-move-overlay'.
4540         (reftex-unhighlight): Use `reftex-delete-overlay'.
4541         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
4542         (reftex-access-search-path): Use `reftex-uniquify' instead of
4543         `reftex-uniq'
4545         * textmodes/reftex-sel.el (reftex-select-unmark):
4546         Overlay `before-string' property modification enables for Emacs as well.
4547         (reftex-select-item): Use `reftex-delete-overlay'.
4548         (reftex-select-mark): Use `reftex-make-overlay' and
4549         `reftex-overlay-put'.
4550         (reftex-select-unmark): Use `reftex-delete-overlay' and
4551         `reftex-overlay-put'.
4553 2005-05-18  Lute Kamstra  <lute@gnu.org>
4555         * emacs-lisp/lisp.el (check-parens): Fix docstring.
4557 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
4559         * add-log.el (add-change-log-entry):
4560         * array.el (array-make-template, array-reconfigure-rows)
4561         (array-init-max-row, array-init-max-column)
4562         (array-init-columns-per-line, array-init-field-width):
4563         * replace.el (replace-match-maybe-edit, perform-replace):
4564         * textmodes/spell.el (spell-region):
4565         Replace `read-input' by `read-string'.
4567         * forms.el (forms-mode):
4568         * finder.el (finder-compile-keywords):
4569         * shadowfile.el (shadow-read-files):
4570         Replace `eval-current-buffer' by `eval-buffer'.
4572         * terminal.el (te-pass-through):
4573         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
4574         (ange-ftp-raw-send-cmd):
4575         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
4576         (send-process-next-char, telnet-initial-filter, telnet):
4577         Replace `send-string' by `process-send-string'.
4579         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
4580         (prolog-consult-region): Replace `send-string' by
4581         `process-send-string'; replace `send-region' by `process-send-region'.
4583         * progmodes/delphi.el (delphi-log-msg):
4584         Replace `set-window-dot' by `set-window-point'.
4586         * subr.el (window-dot, set-window-dot, read-input, send-string)
4587         (send-region, show-buffer, eval-current-buffer):
4588         Make really obsolete, as the comment says.
4590 2005-05-17  Kim F. Storm  <storm@cua.dk>
4592         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
4593         (cua--init-keymaps): Bind C-return instead of S-return to set
4594         rectangle mark.
4596         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
4597         instead of S-return to toggle/clear rectangle mark.
4599 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
4601         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
4602         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
4603         Also fontify plain strings assigned to variables, mostly so that a
4604         colon has a face and is thus not taken as a dependency separator.
4605         (makefile-previous-dependency): Inline the new matcher, because it
4606         is too complex to work in both directions.
4607         (makefile-match-dependency): Eliminate `backward' arg (see above).
4608         Completely reimplemented so as to not sometimes go into an endless
4609         loop.  It should also be more efficient, because first it only
4610         searches for `:', instead of applying the very complex regexp.
4611         (makefile-mode): Cancel `font-lock-support-mode', because blocks
4612         to be fontified in one piece can be too long for JIT.
4613         Makefiles are never *that* big.
4615 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
4617         * dired.el (dired-mode): Simplify.
4619 2005-05-17  Lute Kamstra  <lute@gnu.org>
4621         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
4622         defcustom for the mode hook variable.
4624         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
4625         Emacs Lisp Reference Manual.
4627 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
4629         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
4630         (evenp, list*):
4631         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
4632         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
4634         * net/tramp-smb.el (tramp-smb-open-connection):
4635         Pass `tramp-chunksize' as fifth (required) argument.
4637 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
4639         * font-lock.el (lisp-font-lock-keywords-1):
4640         Set `font-lock-negation-char-face' for [^...] char group.
4641         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
4643         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
4644         a var, and refine it to mask one more level of nested vars.
4645         (makefile-rule-action-regex): Turn it into a var, and refine it so
4646         it recognizes backslashed continuation lines as belonging to the
4647         same command.
4648         (makefile-macroassign-regex): Refine it so it recognizes
4649         backslashed continuation lines as belonging to the same command.
4650         (makefile-var-use-regex): Don't look at the next char, because it
4651         might be the same one to be skipped by the initial [^$], leading
4652         to an overlooked variable use.
4653         (makefile-make-font-lock-keywords): Remove two parameters, which
4654         are now variables that some of the modes set locally.
4655         Handle dependency and rule action matching through functions, because
4656         regexps alone match too often.  Dependency matching now comes
4657         last, so it can check, whether a colon already matched something else.
4658         (makefile-mode): Inform that font-lock improves makefile parsing
4659         capabilities.
4660         (makefile-match-dependency, makefile-match-action): New functions.
4662 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
4664         * emacs-lisp/cl-extra.el (equalp): Doc fix.
4666         * align.el (align-regexp):
4667         * ansi-color.el (ansi-color-get-face):
4668         * array.el (array-reconfigure-rows, array-init-max-row)
4669         (array-init-max-column, array-init-columns-per-line)
4670         (array-init-field-width):
4671         * dired-aux.el (dired-trample-file-versions):
4672         * dired-x.el (dired-mark-sexp):
4673         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
4674         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
4675         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
4676         * faces.el (face-read-integer):
4677         * files.el (backup-extract-version, insert-directory):
4678         * hexl.el (hexl-insert-decimal-char):
4679         * server.el (server-process-filter):
4680         * shell.el (shell-extract-num):
4681         * startup.el (command-line-1):
4682         * term.el (term-command-hook):
4683         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
4684         (time-stamp-do-number):
4685         * time.el (display-time-update):
4686         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
4687         (timezone-fix-time):
4688         * vms-patch.el (vms-suspend-resume-hook):
4689         * calendar/appt.el (appt-convert-time):
4690         * calendar/cal-bahai.el (mark-bahai-diary-entries):
4691         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
4692         * calendar/cal-islam.el (mark-islamic-diary-entries):
4693         * calendar/calendar.el (calendar-cursor-to-date)
4694         (calendar-star-date):
4695         * calendar/diary-lib.el (diary-attrtype-convert)
4696         (mark-diary-entries, diary-entry-time):
4697         * calendar/solar.el (solar-get-number):
4698         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
4699         * emacs-lisp/re-builder.el (reb-display-subexp):
4700         * emulation/edt.el (edt-set-scroll-margins):
4701         * emulation/tpu-extras.el (tpu-set-scroll-margins):
4702         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
4703         (vip-get-ex-count):
4704         * emulation/viper-ex.el (viper-get-ex-token)
4705         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
4706         * international/fontset.el (fontset-plain-name):
4707         * mail/feedmail.el (feedmail-look-at-queue-directory):
4708         * mail/mailalias.el (mail-get-names):
4709         * mail/rmail.el (rmail-convert-to-babyl-format):
4710         * mail/rmailsum.el (rmail-make-basic-summary-line)
4711         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
4712         (rmail-summary-goto-msg):
4713         * mail/smtpmail.el (smtpmail-read-response):
4714         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
4715         (ange-ftp-vms-add-file-entry):
4716         * play/gametree.el (gametree-looking-at-ply)
4717         (gametree-current-branch-score):
4718         * progmodes/ada-xref.el (ada-prj-find-prj-file)
4719         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
4720         * progmodes/cperl-mode.el (condition-case):
4721         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
4722         (ebrowse-set-member-buffer-column-width)
4723         (ebrowse-select-1st-to-9nth):
4724         * progmodes/etags.el (etags-snarf-tag):
4725         * progmodes/flymake.el (flymake-parse-line):
4726         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
4727         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
4728         (idlwave-shell-menu-def):
4729         * progmodes/ps-mode.el (ps-run-goto-error):
4730         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
4731         (vhdl-speedbar-contract-level):
4732         * term/mac-win.el (x-handle-numeric-switch):
4733         * term/sun-mouse.el (sun-get-frame-data):
4734         * term/w32-win.el (x-handle-numeric-switch):
4735         * term/x-win.el (x-handle-numeric-switch):
4736         * textmodes/ispell.el (ispell-parse-output):
4737         * textmodes/nroff-mode.el (nroff-outline-level):
4738         * textmodes/reftex-cite.el (reftex-bib-sort-year)
4739         (reftex-bib-sort-year-reverse, reftex-format-citation):
4740         * textmodes/reftex-parse.el (reftex-init-section-numbers)
4741         (reftex-section-number):
4742         * textmodes/texinfmt.el (texinfo-paragraphindent):
4743         Replace `string-to-int' by `string-to-number'.
4745         * international/latexenc.el: Add page marker to force the "Local
4746         Variables:" string out of the last page.
4748 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
4750         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
4751         tooltip-change-major-mode.
4752         (gud-tooltip-print-command): Remove case where gud-minor-mode
4753         is gdb ("--fullname").
4754         (gud-tooltip-tips): Turn GUD tooltips off for this case and
4755         explain to user.
4757 2005-05-16  Jay Belanger  <belanger@truman.edu>
4759         * calc/calc-store.el (calc-copy-special-constant): New function.
4761         * calc/calc-ext.el (calc-init-extensions): Add binding for
4762         `calc-copy-special-constant'.
4764         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
4765         for the `calc-copy-special-constant' command.
4767 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
4769         * subr.el (left-fringe-p): New function.
4771         * progmodes/compile.el (compilation-setup): Set local value of
4772         overlay-arrow-string to "" always.
4773         (compilation-set-window): Left fringe then don't scroll.
4774         No left fringe then no arrow and scroll message to top.
4775         (compilation-context-lines): Adjust doc string accordingly.
4777 2005-05-16  Kim F. Storm  <storm@cua.dk>
4779         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
4780         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
4781         (ido-wide-find-dir-or-delete-dir): New command for M-d.
4782         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
4783         (ido-read-file-name): Handle commands with ido property value
4784         equal to find-file as reading a file name, to allow C-d to enter dired.
4785         (ibuffer-find-file): Add ido property with value find-file.
4787 2005-05-15  Kim F. Storm  <storm@cua.dk>
4789         * subr.el (open-network-stream-nowait): Remove.
4790         (open-network-stream-server): Remove.
4792 2005-05-15  Richard M. Stallman  <rms@gnu.org>
4794         * faces.el (describe-face): Output a definition link button.
4796         * help-mode.el (help-face-def): New button type.
4798         * emacs-lisp/copyright.el (copyright-fix-years):
4799         Match properly if the first year is 2-digit.
4800         Don't mess up the whitespace after the years by filling.
4802         * dired-aux.el (dired-mark-confirm):
4803         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
4805         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
4806         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
4807         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
4809         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4810         Set font-lock-comment-start-skip.
4812         * font-lock.el (font-lock-comment-start-skip): New variable.
4813         (font-lock-comment-end-skip): New variable.
4814         (font-lock-fontify-syntactically-region): Use them if non-nil.
4816 2005-05-15  Jay Belanger  <belanger@truman.edu>
4818         * calc/calc-store.el (calc-store-value): Return a string rather
4819         than display it as a message.
4820         Use calc-var-name for variable name.
4821         (calc-store-into): Add the result of calc-store-value to message.
4822         (calc-copy-variable): Add a message.
4823         (calc-store-exchange): Improve error messages.
4824         (calc-store-binary, calc-store-map): Don't reset the values of
4825         special constants.
4827 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
4829         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
4830         manual to docstring.
4832         * files.el (hack-local-variables-confirm): Add STRING argument.
4833         Make the function handle non file visiting buffers correctly.
4834         (hack-local-variables-prop-line, hack-local-variables)
4835         (hack-one-local-variable): Use STRING arg of
4836         `hack-local-variables-confirm'.
4838 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
4840         Sync with Tramp 2.0.49.
4842         * tramp.el (tramp-handle-dired-call-process)
4843         (tramp-handle-insert-directory):`insert-buffer' cannot be used
4844         because the contents of the Tramp buffer is changed before
4845         insertion (`expand-file' and alike).
4846         (tramp-handle-insert-directory): If `localname' has an empty
4847         nondirectory name, it must not be quoted.
4848         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
4849         variable `tramp-chunksize'.  Change callees.
4850         (tramp-open-connection-setup-interactive-shell): Check remote host
4851         for buggy `send-process-string' implementation.
4852         Set `tramp-chunksize' if found.  Reported by Michael Kifer
4853         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
4854         (tramp-handle-shell-command): `insert-buffer' cannot be used
4855         because the contents of the Tramp buffer is changed before
4856         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
4857         <frederic.bothamy@free.fr>.
4858         (tramp-set-auto-save): Actions should be done for Tramp file name
4859         handler only.  Ange-FTP has its own auto-save mechanism.
4860         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
4861         (tramp-set-auto-save-file-modes): Set file modes of
4862         `buffer-auto-save-file-name' to ?\600 as fallback solution.
4863         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
4864         (tramp-bug): Remove obsolete variable.
4865         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
4866         for presence of `mml-mode'.  Make it running for older Emacsen as well.
4868 2005-05-14  John Paul Wallington  <jpw@pobox.com>
4870         * ibuf-ext.el (define-ibuffer-filter filename):
4871         If `dired-directory' is a list, use its car.
4873 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
4875         * ibuffer.el (define-ibuffer-column filename):
4876         If `dired-directory' is a list, use its car.
4878 2005-05-14  Richard M. Stallman  <rms@gnu.org>
4880         * subr.el (symbol-file): Doc fix.
4882         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
4883         (byte-compile-form): Call byte-compile-nogroup-warn.
4884         (byte-compile-warning-types): Doc fix.
4886         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
4888         * progmodes/cc-engine.el (c-literal-faces):
4889         Add font-lock-comment-delimiter-face.
4891         * net/net-utils.el (dig): Use with-no-warnings.
4893         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
4894         (sc-recite-frame-alist, sc-default-cite-frame)
4895         (sc-default-uncite-frame, sc-default-recite-frame)
4896         (sc-attrib-selection-list, sc-rewrite-header-list):
4897         Mark as risky-local-variable.
4899         * international/ogonek.el (ogonek-jak, ogonek-how):
4900         Don't use beginning-of-buffer.
4902         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
4904         * calendar/solar.el (solar-data-list): Move definition up.
4906         * dnd.el (dnd-protocol-alist): Add autoload.
4908         * progmodes/sh-script.el: Many doc usage fixes.
4909         (sh-indent-after-do): Change default to match common styles.
4911 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
4913         * files.el (interpreter-mode-alist)
4914         (auto-mode-interpreter-regexp): Doc fixes.
4916 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
4918         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
4920         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
4922 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4924         * dired.el (dired-mode): make-variable-buffer-local =>
4925         make-local-variable.
4927 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4929         * term/mac-win.el (mac-select-convert-to-string): Try coding
4930         systems in mac-script-code-coding-systems if specified one cannot
4931         encode string for `com.apple.traditional-mac-plain-text'.
4933 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
4935         * progmodes/make-mode.el (makefile-targets-face)
4936         (makefile-shell-face, makefile-makepp-perl-face): New faces.
4937         (makefile-dependency-regex): Fix it to not make the colon in
4938         $(var:a=b) special.
4939         (makefile-rule-action-regex): New regexp for highlighting embedded
4940         Shell strings.
4941         (makefile-macroassign-regex): Handle != for highlighting as
4942         embedded Shell strings.
4943         (makefile-var-use-regex): New const.
4944         (makefile-statements, makefile-automake-statements)
4945         (makefile-gmake-statements, makefile-makepp-statements)
4946         (makefile-bsdmake-statements): New consts.
4947         (makefile-make-font-lock-keywords): New function.
4948         (makefile-automake-font-lock-keywords)
4949         (makefile-gmake-font-lock-keywords)
4950         (makefile-makepp-font-lock-keywords)
4951         (makefile-bsdmake-font-lock-keywords): New consts.
4952         (makefile-mode-map): Add switchers between the various submodes.
4953         (makefile-mode): Document the availability of the variants.
4954         (makefile-automake-mode, makefile-gmake-mode)
4955         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
4957         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
4958         new variants of makefile-mode.
4960 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4962         * font-lock.el (font-lock-comment-delimiter-face): Fix up
4963         the inheritance.
4965 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
4967         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
4968         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
4970         * files.el (normal-mode): Extend the scope of the
4971         `enable-local-variables' binding to include the `set-auto-mode' call.
4972         (magic-mode-alist): Doc fix.
4974 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4976         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
4977         font-lock-comment-face rather than copying its setting.
4979 2005-05-12  Andreas Schwab  <schwab@suse.de>
4981         * eshell/esh-mode.el (eshell-send-input): Doc fix.
4983 2005-05-12  Lute Kamstra  <lute@gnu.org>
4985         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
4986         defcustom for the mode hook variable.  Delete the last argument.
4987         * generic-x.el: Fix callers of define-generic-mode.
4988         (generic-x-modes): Delete group.
4989         (show-tabs-tab-face, show-tabs-space-face): Put them in the
4990         generic-x customization group.
4992 2005-05-12  Kim F. Storm  <storm@cua.dk>
4994         * font-lock.el (font-lock-negation-char-face): Default to "off".
4996         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
4997         font-lock-negation-char-face to ! in !=.
4999 2005-05-12  Masatake YAMATO  <jet@gyve.org>
5001         * add-log.el (find-change-log): Fix typos in the docstring
5002         of function.
5004 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5006         * international/latexenc.el (latexenc-find-file-coding-system):
5007         Avoid `re-search-forward' when looking for input encoding because
5008         of speed and safety.  Better regular expressions for recognizing
5009         input encoding.  Limit a search for TeX-master/tex-main-file to
5010         the local variable section.
5012 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
5014         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
5015         syntax of $ to "'" (quote).
5017 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
5019         * dnd.el (dnd-protocol-alist): Improve custom type.
5021         * dired.el (dired-dnd-protocol-alist): New variable.
5022         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
5023         `dired-mode-hook' to the end.
5025 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5027         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
5028         comment-end if comment-start-skip is not set.
5029         Obey the font-lock-comment-delimiter-face variables.
5031 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5033         * files.el (executable-find): Move from executable.el.  Use locate-file.
5034         * progmodes/executable.el (executable-find): Move to files.el.
5036         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
5037         when trying to ensure forward progress.
5039 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
5041         * mouse-sel.el (mouse-sel-follow-link-p): New function.
5042         (mouse-select, mouse-select-internal, mouse-extend-internal):
5043         Use it to implement mouse-1-click-follows-link functionality.
5045 2005-05-11  Richard M. Stallman  <rms@gnu.org>
5047         * font-lock.el (font-lock-fontify-syntactically-region):
5048         Use font-lock-comment-delimiter-face for comment delimiters.
5050 2005-05-10  Jay Belanger  <belanger@truman.edu>
5052         * calc/calc-help.el (calc-m-prefix-help): Add mention of
5053         preserving embedded modes.
5055 2005-05-10  Richard M. Stallman  <rms@gnu.org>
5057         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
5059         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
5060         Move from ada-stmt.el.
5061         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
5063         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
5064         Move to ada-mode.el.
5065         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
5067         * cus-edit.el (custom-file): Call file-chase-links.
5069         * files.el (read-directory-name): Fix previous change.
5070         (hack-local-variables-confirm): New function.
5071         (hack-local-variables-prop-line, hack-local-variables)
5072         (hack-one-local-variable): Use it.
5074 2005-05-10  Lute Kamstra  <lute@gnu.org>
5076         * font-lock.el (font-lock-keywords-alist)
5077         (font-lock-removed-keywords-alist): Clarify docstrings.
5079 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
5081         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
5082         (gdb-source-info): Check for preprocessor info.
5083         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
5084         a macro for a function.
5085         (gdb-info-breakpoints-custom): Try to find file again if not already
5086         found (user might have used GDB dir command).
5087         (gdb-get-location): Update gdb-location-alist correctly for change
5088         to gdb-info-breakpoints-custom.
5090         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
5091         (gud-tooltip-print-command): Add gdbmi case.
5092         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
5093         preprocessor info.
5095 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
5097         * startup.el (fancy-splash-insert): Fix typo in doc string.
5099 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
5101         * obsolete/float.el (string-to-float):
5102         * obsolete/hilit19.el (hilit-add-pattern):
5103         * obsolete/rnews.el (news-parse-range, news-select-message)
5104         (news-get-pruned-list-of-files): Replace `string-to-int' by
5105         `string-to-number'.
5107         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
5108         `find-file-not-found-hooks'; use `add-hook'.
5109         (uncompress-while-visiting): Set `write-file-functions', not
5110         `write-file-hooks'; use `add-hook'.
5112 2005-05-09  Kim F. Storm  <storm@cua.dk>
5114         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
5115         (cua-paste): Handle clipboard action.
5116         (cua--init-keymaps): Remap clipboard-kill-region and
5117         clipboard-kill-ring-save.
5119 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
5121         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
5122         Improve commentary.
5124         * simple.el (next-error-overlay-arrow-position): Revert the change
5125         made on 2005-04-30.
5127 2005-05-07  Jay Belanger  <belanger@truman.edu>
5129         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
5130         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
5131         `calc-sel-reselect'.
5133         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
5134         Calc is in embedded mode.
5136 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
5138         * progmodes/compile.el (compilation-setup):
5139         Set overlay-arrow-string to an empty string on text terminals.
5141         * textmodes/ispell.el (ispell-program-name): Try looking for
5142         "aspell" along exec-path, and if found, use it as the default
5143         speller program.
5145 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
5147         * international/mule.el (sgml-xml-auto-coding-function):
5148         Recognize encoding='FOO' in single quotes as well as in double quotes.
5150 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
5152         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
5153         as well as `interactive', so that defmacro* would recognize
5154         `declare' forms.
5156 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
5158         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
5159         Explain more about the LIGHTER arg's usage in the doc string.
5160         Add commentary to clarify what the code does.  Fix the regexp that
5161         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
5162         since it could have characters special to regular expressions.
5164 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
5166         * replace.el (occur-1): Bind inhibit-read-only so that
5167         erase-buffer doesn't barf on read-only text properties (likewise
5168         for add-text-properties in occur-engine).  Mark buffer as unmodified.
5169         (occur-engine): Don't set buffer-read-only here.
5171 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5173         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
5174         list-buffers-directory.  This caused the *cvs-commit* buffer to be
5175         sometimes mistakenly reused as a *cvs* buffer.
5177 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
5179         * tooltip.el: Move code for GUD tooltips into gud.el.
5180         (require): CL no longer needed to compile case.
5181         (tooltip-mode): Do not toggle functions for GUD tooltips.
5182         (tooltip-gud-tips-p): Remove.  Replace with minor mode
5183         gud-tooltip-mode in gud.el.
5184         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
5185         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
5186         tooltip-gud prefix with gud-tooltip and obsolete.
5187         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
5188         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
5189         (tooltip-mouse-motion): Mouse movement functions/variable.
5190         Rename in gud.el by adding gud prefix.
5191         (tooltip-gud-original-filter, tooltip-gud-dereference)
5192         (tooltip-gud-event, tooltip-toggle-gud-tips)
5193         (tooltip-gud-process-output, tooltip-gud-print-command)
5194         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
5195         gud.el by replacing tooltip-gud prefix with gud-tooltip.
5196         (gdb-tooltip-print): Move to gdb-ui.el.
5198         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
5199         (require): CL needed to compile case.
5200         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
5201         tooltip-gud-tips-p.  Make it a minor-mode.
5202         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
5203         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
5204         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
5205         (gud-tooltip-change-major-mode)
5206         (gud-tooltip-activate-mouse-motions-if-enabled)
5207         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
5208         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
5209         (gud-tooltip-original-filter, gud-tooltip-dereference)
5210         (gud-tooltip-event, tooltip-toggle-gud-tips)
5211         (gud-tooltip-process-output, gud-tooltip-print-command)
5212         (gud-tooltip-tips): Move from tooltip.el.
5214         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
5215         (gdb-cpp-define-alist-flags): Doc fix.
5216         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
5217         gud-tooltip-mode is t.
5219 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5221         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
5222         evaporate if their text is deleted.
5223         (goto-address-at-point): Make it work as a mouse binding as well.
5224         (goto-address-at-mouse): Obsolete it.  Update users.
5226 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
5228         * calendar/appt.el (top-level): No longer activate on load.
5230 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
5232         * calendar/cal-bahai.el (mark-bahai-diary-entries):
5233         * net/webjump.el (webjump):
5234         * progmodes/idlw-help.el (idlwave-do-context-help1)
5235         (idlwave-highlight-linked-completions):
5236         * textmodes/po.el (po-find-file-coding-system-guts):
5237         Replace `assoc-ignore-case' by `assoc-string'.
5239 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
5241         * files.el (locate-file): Doc fix.
5243         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
5244         Remove the redundant test for ms-dos.
5246         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
5247         look for the preprocessor with exec-suffixes.  If not found in
5248         standard places, look in exec-path.  Remove most of the tests that
5249         used system-type.
5251         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
5253         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
5255         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
5256         file-name clash with jka-compr.el on 8+3 filesystems.
5258 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5260         * term/mac-win.el: Don't define or bind scroll bar functions if
5261         x-toolkit-scroll-bars is t.
5262         (x-select-text, x-get-selection-value):
5263         Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
5264         (PRIMARY): Put mac-scrap-name property.
5265         (mac-select-convert-to-file-url): New function.
5266         (public.file-url): New selection target type.  Add to
5267         selection-converter-alist.
5268         (x-get-selection, x-selection-value): Handle it.
5269         (x-cut-buffer-or-selection-value): New alias.
5271 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5273         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
5274         entry to avoid calling bibtex-find-entry with arg global
5275         being t.  Remove arg key.
5276         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
5277         (bibtex-copy-summary-as-kill): Change accordingly.
5279 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5281         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
5282         (org-agenda-date-later): Use with-current-buffer.
5284 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
5286         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
5287         (define-obsolete-variable-alias): Doc Fixes.
5289 2005-05-06  Kim F. Storm  <storm@cua.dk>
5291         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
5292         vertical-motion when selective-display is active.
5294         * ido.el (ido-setup-hook): New hook.
5295         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
5296         (ido-input-stack): New var.
5297         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
5298         ido-next-work-file binding to M-O.
5299         Bind M-f to ido-wide-find-file-or-pop-dir.
5300         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
5301         (ido-read-internal): Run ido-setup-hook.
5302         Catch quit in read-file-name and read-string to cancel edit.
5303         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
5304         Automatically pop-all when completing a directory name (RET).
5305         (ido-file-internal): Add with-no-warnings around ffap and dired code.
5306         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
5307         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
5308         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
5309         New functions for M-b/M-f to move among the directory components.
5310         (ido-make-merged-file-list): Catch quit to cancel merge.
5311         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
5312         (ido-completion-help): No warnings for ido-completion-buffer-full.
5314 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
5316         * font-lock.el (font-lock-negation-char-face): New face and variable.
5317         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
5318         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
5319         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
5320         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
5322 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
5324         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
5325         Fix typo in docstring.
5327         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
5328         (ebrowse-print-statistics-line)
5329         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
5331         * term/w32-win.el (image-library-alist): Add additional name for
5332         Xpm library.
5334 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
5336         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
5337         use gcc instead of cpp.
5339         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
5340         (gdb-create-define-alist): Use it.
5341         (gdb-cpp-define-alist-program): Update for MS-DOS.
5343 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
5345         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
5347 2005-05-04  Richard M. Stallman  <rms@gnu.org>
5349         * help.el (describe-key): No error when UNTRANSLATED is nil.
5351         * simple.el (line-move-1): Fix previous change to signal errors
5352         appropriately.
5354 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
5356         * calendar/icalendar.el (icalendar-version): Now at 0.12.
5357         (icalendar-duration-correction): Remove.
5358         (icalendar--get-event-properties): Split result at commas.
5359         (icalendar--decode-isoduration): New optional argument
5360         DURATION-CORRECTION.
5361         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
5362         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
5363         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
5364         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
5365         (icalendar--convert-anniversary-to-ical): New functions, extracted
5366         from icalendar-export-region, with bug fixes.
5367         (icalendar-export-region): Use the above functions.
5368         (icalendar-import-buffer): Check before saving diary file.
5369         (icalendar--convert-recurring-to-diary)
5370         (icalendar--convert-non-recurring-all-day-to-diary)
5371         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
5372         extracted from icalendar--convert-ical-to-diary, with bug fixes.
5373         (icalendar--convert-ical-to-diary): Use the above functions.
5375 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
5377         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
5378         Remove these recent additions.
5379         (c-mode): Restore to before 2005-04-28.
5381         * progmodes/cc-vars.el (cc-define-list-program): Remove this
5382         recent addition.
5384         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
5385         (gdb-define-alist): New variables.
5386         (gdb-create-define-alist): New function.
5387         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
5388         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
5389         with string-to-number.
5390         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
5392         * progmodes/gud.el: Replace string-to-int with string-to-number.
5393         (gud-find-file): Handle gdb-define-alist.
5395         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
5397 2005-05-02  Jay Belanger  <belanger@truman.edu>
5399         * calc/calc-aent.el (math-read-token):
5400         * calc/calc-bin.el (calc-word-size):
5401         * calc/calc-ext.el (calc-read-number-fancy):
5402         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
5403         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
5404         * calc/calc-frac.el (calc-over-notation):
5405         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
5406         (calc-graph-num-points, calc-graph-init):
5407         * calc/calc-prog.el (calc-read-parse-table-part)
5408         (calc-edit-macro-repeats):
5409         * calc/calc-yank.el (calc-do-grab-rectangle):
5410         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
5411         Replace `string-to-int' by `string-to-number'.
5413 2005-05-02  Kim F. Storm  <storm@cua.dk>
5415         * kmacro.el: Use executing-kbd-macro-index variable.
5417 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
5419         * net/rlogin.el (rlogin-parse-words): Delete func.
5420         (rlogin): Use split-string, not rlogin-parse-words.
5421         Also, if there are option-like elements in the parsed args,
5422         take the host to be the first arg immediately following them.
5423         Suggested by Michael Mauger.
5425 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
5427         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
5429 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
5431         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
5432         (cc-mode-cpp-program): Rename to cc-define-list-program and
5433         move to cc-vars.el.
5435         * progmodes/cc-vars.el (cc-define-list-program):
5436         Change to "gcc -E -dM -".  Make customizable.
5438 2005-05-02  Kim F. Storm  <storm@cua.dk>
5440         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
5442 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
5444         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
5446         * international/mule-util.el (truncate-string): Remove alias and
5447         obsolete declaration.
5449         * international/mule-cmds.el (update-iso-coding-systems):
5450         Remove alias and obsolete declaration.
5452         * international/mule.el (coding-system-parent): Remove alias and
5453         obsolete declaration.
5455         * subr.el (define-function, sref): Remove aliases and obsolete
5456         declarations.
5457         (chars-in-region): Remove obsolete declaration.
5459 2005-05-01  Richard M. Stallman  <rms@gnu.org>
5461         * info.el (Info-mode): Set widen-automatically to nil, locally.
5463         * simple.el (widen-automatically): New variable.
5464         (pop-global-mark): Obey widen-automatically.
5466 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
5468         * term/xterm.el (function-key-map): Call substitute-key-definition
5469         before the keymap size is increased by a lot of define-key calls.
5471 2005-05-01  Richard M. Stallman  <rms@gnu.org>
5473         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
5474         Rename ARG to ELEMENT.  Doc fix.
5476 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
5478         * allout.el (allout-exposure): Remove macro and obsolete declaration.
5479         Remove references to allout-exposure/change to allout-new-exposure.
5481         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
5482         bytecode symbols.
5484         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
5485         (compiled-function-p, focus-frame, unfocus-frame):
5486         Remove aliases and obsolete declarations.
5487         Back out inadvertent changes from previous commit.
5489 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
5491         * files.el (require-final-newline): Make Custom tags consistent
5492         with mode-require-final-newline.
5493         (mode-require-final-newline): Doc fix.
5495 2005-05-01  Stefan Monnier <monnier@iro.umontreal.ca>
5497         * international/latexenc.el (latexenc-find-file-coding-system):
5498         Fix regular expressions.
5500 2005-05-01  David Kastrup <dak@gnu.org>
5502         * international/latexenc.el (latexenc-find-file-coding-system):
5503         Fix regular expressions.
5505 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
5507         * subr.el (string-to-int): Make obsolete.
5509 2005-04-30  Richard M. Stallman  <rms@gnu.org>
5511         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
5513         * loadup.el: load jka-comp-hook.
5515         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
5516         (jka-compr-handler): Add autoload.  `put' calls moved
5517         to jka-comp-hook.el.
5518         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
5519         (jka-compr-inhibit): Autoload.
5521         * jka-comp-hook.el: New file.
5522         Enable the mode by default.
5524         * files.el (backup-buffer-copy): Use copy-file instead
5525         of write-region, and put back the 'excl.
5527 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
5529         * progmodes/flymake.el (flymake-split-string)
5530         (flymake-split-string, flymake-log, flymake-pid-to-names)
5531         (flymake-reg-names, flymake-get-source-buffer-name)
5532         (flymake-unreg-names, flymake-add-line-err-info)
5533         (flymake-add-err-info): Clarify docstrings.
5534         (flymake-popup-menu, flymake-make-emacs-menu)
5535         (flymake-make-xemacs-menu): Add docstrings.
5536         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
5537         Set variables directly throughout.
5539 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
5541         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
5542         exists.  Initialize cc-define-alist.
5543         (c-mode): Add cc-create-define-alist locally to after-save-hook.
5544         If there is no file (Macroexpansion) don't create an alist.
5546 2005-04-29  Sam Steingold  <sds@gnu.org>
5548         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
5549         (cc-create-define-alist): Use it instead of the hard-coded string.
5551 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5553         * international/mule-conf.el (file-coding-system-alist): Fix regexp
5554         for latexenc.
5556 2005-04-29  Lute Kamstra  <lute@gnu.org>
5558         * emacs-lisp/generic.el: Improve commentary section.
5559         (define-generic-mode): Improve docstring.
5561 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
5563         * textmodes/org.el (many places): Change to quiet the byte compiler.
5564         (org-prefix-format-compiled): New variable.
5565         (org-compile-prefix-format): New function.
5566         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
5567         (org-agenda-prefix-format,org-timeline-prefix-format): New options.
5568         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
5569         (org-get-entries-from-diary): Use `org-get-time-of-day' for
5570         consistency with entries from `org-mode' files.
5571         (org-get-time-of-day): Fix bug with partial matches early in a line.
5572         (org-non-link-chars): New constant.
5573         (org-link-regexp): Respect `org-non-link-chars'.
5574         (org-agenda-day-view): Remove command.
5575         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
5576         (org-follow-bbdb-link, org-store-link): Search also company field.
5577         (org-highlight-overlay): New variable.
5578         (org-highlight, org-unhighlight): New functions.
5579         (org-agenda-mode): Add pre-command-hook to remove highlight.
5580         (org-evaluate-time-range): Behavior depends upon whether time stamp
5581         contains a time or not.
5582         (org-show-subtree, org-show-entry): New functions.
5583         (org-agenda-cleanup-fancy-diary): Remove empty lines.
5585 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
5587         * comint.el (comint-output-filter-functions): Add autoload cookie.
5589 2005-04-28  Kim F. Storm  <storm@cua.dk>
5591         * ido.el (ido-everywhere): Fix last change.
5593 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5595         * international/latexenc.el: New file.
5596         * international/mule-conf.el (file-coding-system-alist): For .tex,
5597         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
5599 2005-04-28  Lute Kamstra  <lute@gnu.org>
5601         * font-lock.el (font-lock-add-keywords)
5602         (font-lock-remove-keywords): Clarify docstring.
5603         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
5604         Don't start docstrings with a `*'.
5605         (font-lock-update-removed-keyword-alist): Give it a docstring.
5607         * generic-x.el: Update commentary section.
5608         Only require font-lock when compiling.
5609         Define all modes conditionally.
5610         Place all generic modes in the generic-x-modes customization group.
5611         (generic-x-modes): New customization group.
5612         (generic-default-modes, generic-mswindows-modes)
5613         (generic-unix-modes, generic-other-modes): New constants.
5614         (generic-define-mswindows-modes, generic-define-unix-modes):
5615         Update docstrings.  Make them obsolete.
5616         (generic-extras-enable-list): New default value.  Update docstring.
5617         Improve :type.  Change :set function.
5618         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
5619         Fix docstring.
5621         * emacs-lisp/generic.el (generic-mode-internal):
5622         Simplify font-lock-defaults.
5623         (define-generic-mode): Fix docstring.
5625 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5627         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
5628         font-lock-face property to highlight matches.
5630 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
5632         * progmodes/cc-mode.el (cc-create-define-alist): New function.
5633         (cc-define-alist): New variable.
5634         (c-mode): Make it local and initialize it.
5636         * progmodes/gdb-ui.el (gdb-active-process): New variable.
5637         (gdb-exited): New function.
5638         (gdb-annotation-rules): Use it.
5639         (gdb-starting): Set gdb-active-process to t.
5640         (gdb-stopping): Amend doc string.
5641         (gdb-reset): Set gdb-active-process to nil.
5643         * tooltip.el (tooltip-gud-tips): Show the associated #define
5644         directives when a C program under GDB is not executing.
5646 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5648         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
5649         font-lock-fontify-syntactic-keywords.
5651         * font-lock.el (font-lock-default-fontify-region): Don't force
5652         parse-sexp-lookup-properties to nil.
5654 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
5656         * man.el (man-mode-syntax-table): Set up `:' to have
5657         word-constituent syntax.
5659 2005-04-27  Lute Kamstra  <lute@gnu.org>
5661         * novice.el (disable-command): Don't add spurious newlines to the
5662         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
5664 2005-04-26  Jay Belanger  <belanger@truman.edu>
5666         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
5667         than one window before deleting window.
5669 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
5671         * shell.el (shell-prompt-pattern): Doc fix.
5672         (shell-mode): Set paragraph-separate buffer locally to "\\'".
5674         * comint.el (comint-prompt-regexp, comint-get-old-input)
5675         (comint-use-prompt-regexp)
5676         (comint-use-prompt-regexp-instead-of-fields)
5677         (comint-replace-by-expanded-history, comint-send-input)
5678         (comint-output-filter, comint-get-old-input-default)
5679         (comint-line-beginning-position, comint-bol, comint-show-output)
5680         (comint-backward-matching-input, comint-forward-matching-input)
5681         (comint-next-prompt, comint-previous-prompt):
5682         Rename `comint-use-prompt-regexp-instead-of-fields' to
5683         `comint-use-prompt-regexp'.  Keep old name as alias and declare
5684         obsolete.
5685         (comint-use-prompt-regexp): Shorten first line of doc string.
5687         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
5688         Set paragraph-separate buffer locally to "\\'".
5690         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
5691         Adapt to above name change.
5693         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
5694         (smbclient-prompt-regexp): Ditto.
5696         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
5698 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
5700         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
5701         gdb-location-list.
5702         Break lines that are over 80 characters wide.
5704 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5706         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
5707         New fun and var, to preserve compatibility.
5709         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
5711 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
5713         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
5714         name to file-newer-than-file-p.
5716 2005-04-26  Richard M. Stallman  <rms@gnu.org>
5718         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
5720         * progmodes/python.el (python-mode):
5721         Use new name eldoc-documentation-function.
5723         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
5725         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
5726         (eldoc-documentation-function):
5727         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
5729 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
5731         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
5733 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
5735         * term/xterm.el (function-key-map): Fix strings for
5736         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
5737         {C,S,A,C-S}-{f1-f12}.
5739 2005-04-26  Kenichi Handa  <handa@m17n.org>
5741         * international/mule-cmds.el (select-safe-coding-system):
5742         Fix previous change.
5744 2005-04-26  Lute Kamstra  <lute@gnu.org>
5746         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
5748         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
5749         (font-lock-comment-delimiter-face): Ditto.
5751         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
5753 2005-04-25  Jay Belanger  <belanger@truman.edu>
5755         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
5756         to t while inserting information; use help-mode.
5758 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
5760         * term.el (ansi-term-color-vector): Use the xterm colors.
5761         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
5763 2005-04-25  Lute Kamstra  <lute@gnu.org>
5765         * font-core.el (font-lock-defaults): Fix docstring.
5767         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
5769 2005-04-25  Kenichi Handa  <handa@m17n.org>
5771         * international/mule-cmds.el (select-safe-coding-system):
5772         Don't check consistency with coding: spec, etc if raw-text or
5773         no-conversion was found to be safe.
5775 2005-04-24  Richard M. Stallman  <rms@gnu.org>
5777         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
5778         citation markers at start of each line.
5780         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
5781         citation markers at start of each line.
5783         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
5785         * files.el (mode-require-final-newline): Fix previous change.
5786         (require-final-newline): Fix type label.
5788 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
5790         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
5791         statement in buffer (broken by 2004-11-24 change).
5793 2005-04-24  Kim F. Storm  <storm@cua.dk>
5795         * ido.el (ido-everywhere): Save and restore old read-buffer-function
5796         and read-file-name-function values.  Don't overwrite existing
5797         non-nil values if ido-mode is enabled without ido-everywhere.
5799 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
5801         * files.el (mode-require-final-newline): Minor doc fix.
5803 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
5805         * subr.el (syntax-after): Doc fix.
5806         (syntax-class): If argument is nil, return nil.  Mask off upper 16
5807         bits, not 8 bits.
5809         * files.el (mode-require-final-newline): Doc fix.
5810         (backup-buffer-copy): Fix last change.
5812 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5814         * term/mac-win.el: Require select.  Set selection-coding-system to
5815         mac-system-coding-system.  Call menu-bar-enable-clipboard.
5816         (x-last-selected-text-clipboard, x-last-selected-text-primary)
5817         (x-select-enable-clipboard): New variables.
5818         (x-select-text, x-get-selection, x-selection-value)
5819         (x-get-selection-value, mac-select-convert-to-string)
5820         (mac-services-open-file, mac-services-open-selection)
5821         (mac-services-insert-text): New functions.
5822         (CLIPBOARD, FIND): Put mac-scrap-name property.
5823         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
5824         (public.tiff): Put mac-ostype property.
5825         (selection-converter-alist): Add entries for them.
5826         (mac-application-menu-map): New keymap.
5827         (interprogram-cut-function, interprogram-paste-function): Set to
5828         x-select-text and x-get-selection-value, respectively.
5829         (split-window-keep-point): Set to t.
5831 2005-04-23  Richard M. Stallman  <rms@gnu.org>
5833         * files.el (read-directory-name): Always pass non-nil
5834         DEFAULT-FILENAME arg to read-file-name.
5835         (backup-buffer-copy, basic-save-buffer-2): Take care against
5836         writing thru an unexpected existing symlink.
5837         (revert-buffer): In indirect buffer, revert the base buffer.
5838         (magic-mode-alist): Doc fix.
5839         (buffer-stale-function): Doc fix.
5840         (minibuffer-with-setup-hook): Avoid warning.
5841         (mode-require-final-newline): Doc and custom fix.
5843         * follow.el (follow-end-of-buffer): Use with-no-warnings.
5845         * font-lock.el (font-lock-comment-face): On terminals with few colors,
5846         use the default appearance.
5847         (font-lock-comment-delimiter-face): New face, new variable.
5849         * imenu.el (imenu--generic-function): The official position of a
5850         definition is the start of the line that BEG is in.
5852         * midnight.el (midnight-timer): Move defvar up.
5854         * mouse.el (mouse-drag-region-1): Delete some debugging code.
5856         * saveplace.el (save-place-to-alist): Use with-no-warnings.
5858         * startup.el (command-line): Use with-no-warnings.
5860         * window.el (window-size-fixed): New defvar.
5862         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
5864         * mail/rmail.el (rmail-font-lock-keywords):
5865         Use font-lock-comment-delimiter-face.
5867         * mail/sendmail.el (mail-font-lock-keywords):
5868         Use font-lock-comment-delimiter-face.
5870         * progmodes/compile.el (next-error-highlight-timer): New defvar.
5872 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
5874         * progmodes/compile.el (compilation-mode-font-lock-keywords):
5875         Specify t for LAXMATCH when matching directories.
5876         Save match data around compilation-compat-error-properties form.
5878 2005-04-23  David Kastrup  <dak@gnu.org>
5880         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
5881         Mention that the autoloaded aliases should be kept for AUCTeX.
5883 2005-04-23  Andreas Schwab  <schwab@suse.de>
5885         * isearch.el (isearch-forward): Doc fix.
5887 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
5889         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
5890         (jit-lock-stealth-nice): Change default value to 0.5.
5892 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
5894         * abbrev.el (write-abbrev-file): Write table entries in
5895         alphabetical order by table name.
5897 2005-04-22  Kim F. Storm  <storm@cua.dk>
5899         * ido.el (ido-read-internal): Fix `list' completion.
5901 2005-04-22  Kenichi Handa  <handa@m17n.org>
5903         * recentf.el (recentf-save-file-coding-system): New variable.
5904         (recentf-save-list): Encode the file by
5905         recentf-save-file-coding-system and add coding: tag.
5907 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
5909         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
5911 2005-04-21  Lute Kamstra  <lute@gnu.org>
5913         * loadhist.el (unload-feature): Don't remove a function from hooks
5914         if it is about to be restored to an autoload .  Remove functions
5915         that will become unbound from auto-mode-alist.  Simplify the code.
5917         * subr.el (assq-delete-all): New implementation that is linear,
5918         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
5919         (rassq-delete-all): New function.
5921         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
5922         Add size-indication-mode.
5924 2005-04-21  Kenichi Handa  <handa@m17n.org>
5926         * international/mule-cmds.el: Add autoload for widget-value in
5927         eval-when-compile.
5929 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
5931         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
5932         Add tooltip-mode.
5934         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
5936 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
5938         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
5939         (inferior-lisp-filter-regexp, inferior-lisp-program)
5940         (inferior-lisp-load-command, inferior-lisp-prompt)
5941         (inferior-lisp-mode-hook, lisp-source-modes)
5942         (inferior-lisp-load-hook): defvar->defcustom.
5943         (inferior-lisp-program, inferior-lisp-prompt)
5944         (inferior-lisp-load-hook): Doc fixes.
5945         (inferior-lisp-install-letter-bindings): Small change in
5946         introductory comment.
5948 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
5950         * vc.el (vc-annotate-color-map): Change some colors so that text
5951         using them as foreground is readable on both white and black
5952         backgrounds.
5954 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5956         * international/mule-conf.el (translation-table-for-input):
5957         Remove redundant declaration.
5959 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
5961         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
5963         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
5964         (tooltip-toggle-gud-tips): New function.
5966 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5968         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
5969         right angle brackets.
5971 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
5973         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
5975 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5977         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
5978         Remove.  Update callers to use expand-file-name instead.
5980         * subr.el (syntax-class): New function.
5982         * simple.el (blink-matching-open): Use it.
5984         * paren.el (show-paren-function): Use it to recognize parens that are
5985         also used in 2-char comment markers.
5987 2005-04-19  Lute Kamstra  <lute@gnu.org>
5989         * loadhist.el (unload-feature): Update for new format of
5990         load-history.  Simplify the code.
5992 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5994         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
5995         (mac-add-charset-info): New function.  Initialize variable
5996         mac-charset-info-alist using it.
5997         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
5998         for translation.
5999         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
6000         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
6001         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
6002         New CCL programs.
6004 2005-04-19  Kim F. Storm  <storm@cua.dk>
6006         * simple.el (next-buffer, prev-buffer, next-error)
6007         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
6008         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
6010         * bindings.el (next-buffer, prev-buffer, next-error)
6011         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
6012         (clone-indirect-buffer-other-window): Move bindings from simple.el.
6013         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
6014         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
6016 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6018         * isearch.el (isearch-edit-string): Make the search-ring available for
6019         minibuffer history commands.
6020         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
6021         the default history commands now work just as well.
6022         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
6024 2005-04-18  Kim F. Storm  <storm@cua.dk>
6026         * emulation/cua-base.el (cua--pre-command-handler): Add more
6027         elaborate check for shift modifier on non-window systems.
6029 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
6031         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
6033 2005-04-18  Kim F. Storm  <storm@cua.dk>
6035         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
6036         and make it optional.  Don't test tooltip-gud-echo-area here.
6037         (tooltip-gud-process-output, gdb-tooltip-print):
6038         Pass tooltip-gud-echo-area to tooltip-show.
6039         (tooltip-help-tips): Remove second optional arg to tooltip-show.
6041 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6043         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
6044         `display-graphic-p' may not be bound yet.
6046 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
6048         * startup.el (command-line): No longer enable Xterm Mouse mode by
6049         default in terminals compatible with xterm.
6051         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
6053 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
6055         * tooltip.el (tooltip-gud-echo-area): Rename from
6056         tooltip-use-echo-area.
6057         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
6058         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
6059         area independently of where help tooltips are displayed.
6061 2005-04-17  David Kastrup  <dak@gnu.org>
6063         * cus-theme.el (custom-theme-write-variables): Quote variables
6064         where necessary.
6066 2005-04-17  Richard M. Stallman  <rms@gnu.org>
6068         * simple.el (yank-excluded-properties): Add follow-link to value.
6070         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
6072         * startup.el (fancy-splash-max-time): Just 30 seconds.
6073         (fancy-splash-delay): Just 7.
6074         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
6076         * loadhist.el (unload-feature): Update for new format of load-history.
6077         Simplify the code.
6079         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
6080         (rmail-font-lock-keywords): Don't fontify the text of a citation.
6082         * mail/sendmail.el (mail-font-lock-keywords):
6083         Don't fontify subject text.
6084         Don't fontify the text of a citation.
6086 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
6088         * comint.el (comint-output-filter): Run comint-output-filter-functions
6089         with point where the user had it.
6091 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6093         * international/ucs-tables.el (ucs-set-table-for-input):
6094         Disable when using unify-on-decoding.
6096 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
6098         * emulation/cua-base.el (cua-global-mark-face): Add special case
6099         for displays supporting a high number of colors.
6101 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
6103         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
6105 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
6107         * filesets.el (filesets-add-buffer): If user supplies a name of a
6108         non-existing fileset, create a new fileset.
6110 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
6112         * textmodes/org.el (org-up-heading-all): Fix bug with
6113         `outline-up-heading-all'.
6115 2005-04-16  Andreas Schwab  <schwab@suse.de>
6117         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
6118         /etc/permissions.d/* and /etc/aliases.d/*.
6120 2005-04-16  Kenichi Handa  <handa@m17n.org>
6122         * international/code-pages.el (cp-make-coding-system):
6123         Set `translation-table-for-input' property value to the symbol
6124         ucs-mule-to-mule-unicode, not to that value.
6125         (pt154): Escape guillemet by `\'.
6127 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
6129         * loadup.el: Load tooltip if x-show-tip is fboundp.
6131         * startup.el (command-line): Add comment.
6133         * tooltip.el (tooltip-mode): Specify correct standard value for
6134         Custom in init-value.
6136 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
6138         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
6139         possible.
6141 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
6143         * textmodes/org.el (org-agenda-date-prompt): Rename from
6144         `org-agenda-date-today'.
6145         (org-evaluate-time-range): Insert at point instead of directly
6146         after time range.
6147         (org-first-headline-recenter, org-subtree-end-visible-p)
6148         (org-optimize-window-after-visibility-change): New functions
6149         (org-agenda-post-command-hook): Don't allow point at end of line,
6150         to make sure it always hits the text properties.
6151         (org-agenda-next-date-line, org-agenda-previous-date-line):
6152         New commands.
6153         (org-set-regexps-and-options): Category may contain white space.
6154         (org-agenda-get-deadlines, org-agenda-get-scheduled):
6155         Improve marker positions.
6156         (org-agenda-new-marker): Argument POS made optional.
6157         (org-agenda-get-timestamps): Deadlines which are done are listed
6158         in org-done-face now.
6159         (org-agenda-get-todos, org-agenda-get-timestamps)
6160         (org-agenda-get-deadlines, org-agenda-get-scheduled):
6161         Set `undone-face' and `done-face' properties.
6162         (org-last-todo-state-is-todo): New variable.
6163         (org-todo): Set `org-last-todo-state-is-todo'.
6164         (org-agenda-todo): Change face according to
6165         `org-last-todo-state-is-todo'.  And change other lines referring to
6166         the same entry.
6167         (org-calendar-goto-agenda): New command.
6168         (org-calendar-to-agenda-key): New option.
6169         (org-startup-folded): New allowed value `content'.
6170         (org-set-regexps-and-options): Accept new value `content' for
6171         `org-startup-folded'.
6172         (org-get-current-options): Handle new value `content' for
6173         `org-startup-folded'.
6174         (org-insert-todo-heading): New command.
6175         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
6176         interactively in empty file and option
6177         `org-insert-mode-line-in-empty-file' has been set.
6178         (org-agenda-todo,org-agenda-priority): Modify to use
6179         `org-agenda-change-all-lines'.
6180         (org-warning-face): Change color on dark background
6182 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6184         * international/mule-cmds.el (set-locale-environment): On Mac OS,
6185         use preferences AppleLocale and AppleLanguages, and variable
6186         mac-system-locale for default locale.  On Mac OS Classic, use
6187         mac-system-coding-system for default coding systems.
6189         * term/mac-win.el: Don't set file-name-coding-system.
6190         Decode variables system-name, emacs-build-system, user-login-name, and
6191         user-full-name by mac-system-coding-system on Mac OS Classic.
6192         (mac-system-coding-system): New variable.
6194 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
6196         * startup.el (command-line): Handle `xterm-mouse-mode' before
6197         reading init file.
6199         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
6201 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
6203         * progmodes/sh-script.el (sh-here-document-word): Make it a
6204         defcustom.  Doc fix.
6205         (sh-add): Bash uses $(( )) for arithmetic.
6206         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
6207         (sh-maybe-here-document): Remove quotes and leading whitespace
6208         from heredoc word when closing.  Indent heredoc with tabs if word
6209         starts with "-".
6211 2005-04-13  Richard M. Stallman  <rms@gnu.org>
6213         * simple.el (undo): Fix previous change.
6215         * custom.el (defface): Doc fix.
6217 2005-04-13  Lute Kamstra  <lute@gnu.org>
6219         * Makefile.in (DONTCOMPILE): Remove list.
6220         (compile, compile-always): Don't use DONTCOMPILE.
6221         (update-authors): Load the library in which batch-update-authors
6222         is defined.
6223         * makefile.w32-in (DONTCOMPILE): Remove list.
6224         (compile, compile-always): Fix comments.
6225         (update-authors): Load the library in which batch-update-authors
6226         is defined.
6228         * generic-x.el (generic-mode-ini-file-find-file-hook):
6229         Rename to ini-generic-mode-find-file-hook.
6230         Keep generic-mode-ini-file-find-file-hook as an alias.
6231         (ini-generic-mode-find-file-hook): Rename from
6232         generic-mode-ini-file-find-file-hook.  Fix docstring.
6233         (ini-generic-mode): Docstring change.
6234         (bat-generic-mode-run-as-comint): Silence the byte compiler.
6236         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
6237         called from lisp.
6239         * generic.el: Move to the emacs-lisp subdir.
6241 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
6243         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
6244         and C-S- function and cursor motion keys.
6246 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
6248         * startup.el (command-line): Enable Xterm Mouse mode by default.
6249         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
6250         for Custom.  No longer show "Mouse" in mode line when enabled.
6251         Doc fix.
6253 2005-04-12  Kim F. Storm  <storm@cua.dk>
6255         * emulation/cua-base.el (cua-rectangle-face)
6256         (cua-rectangle-noselect-face): Define face attributes here.
6258         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
6260 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6262         * startup.el (command-line): Turn off blinking cursor if
6263         cursorBlink in resources is off or false.
6265 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6267         * term/mac-win.el (dnd): Require dnd.
6268         (mac-drag-n-drop): Call dnd-handle-one-url.
6269         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
6270         (kTextEncodingISOLatin2): Remove constants.
6271         (mac-script-code-coding-systems): New constant.
6272         (mac-handle-language-change): New function.
6273         (special-event-map): Bind it to `language-change' event.
6274         (mac-centraleurroman, mac-cyrillic): New coding systems.
6275         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
6276         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
6277         and mac-cyrillic-encoder to encode-mac-centraleurroman and
6278         encode-mac-cyrillic, respectively.
6280 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
6282         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
6283         Don't set overlay-arrow-string to "=>" as this is done
6284         globally in C now.
6286 2005-04-12  Lute Kamstra  <lute@gnu.org>
6288         * generic-x.el (rc-generic-mode, rul-generic-mode):
6289         Fix auto-mode-alist entries.
6290         (etc-fstab-generic-mode): Tweak fontification.
6292         * generic.el (generic-make-keywords-list): Fix docstring.
6293         (generic-mode-internal): Simplify generic-font-lock-keywords.
6295 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
6297         * whitespace.el (whitespace-buffer-leading)
6298         (whitespace-buffer-trailing): Revert the incorrect test inversion.
6299         However, fix the highlight area for the leading and
6300         trailing whitespaces to show space.
6302 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
6304         * whitespace.el (whitespace-version): Bump to 3.5
6306         (whitespace-buffer-leading, whitespace-buffer-trailing):
6307         Invert sense of the test to highlight the whitespace.
6309 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
6311         * progmodes/gud.el (gud-display-line): GUD uses its own
6312         overlay arrow now so don't set overlay-arrow-string.
6313         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
6315 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
6317         * term.el (term-ansi-current-bold, term-ansi-current-underline)
6318         (term-ansi-current-reverse, term-ansi-current-invisible)
6319         (term-ansi-face-already-done): Change to boolean.
6320         (term-reset-terminal, term-handle-colors-array): Handle the above
6321         vars accordingly.
6322         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
6323         (term-emulate-terminal): Use the new name.
6325         * faces.el (secondary-selection): Use yellow1, not yellow.
6326         (trailing-whitespace): Use red1, not red.
6328 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6330         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
6331         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
6332         (dired-dnd-handle-file): Call dnd-get-local-file-uri
6334         * cus-edit.el (dnd): New group.
6336         * term/w32-win.el (dnd): Require dnd
6337         (w32-drag-n-drop): Call dnd-handle-one-url.
6339         * x-dnd.el: Require dnd.
6340         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
6341         Call dnd-handle-one-url.
6342         (x-dnd-types-alist, x-dnd-insert-utf8-text)
6343         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
6344         to dnd-insert-text.
6345         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
6346         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
6347         (x-dnd-get-local-file-name, x-dnd-open-local-file)
6348         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
6350         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
6352 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
6354         * wdired.el: Doc fixes.
6355         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
6356         (wdired-use-dired-vertical-movement): Rename from
6357         wdired-always-move-to-filename-beginning.
6358         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
6359         (wdired-change-to-wdired-mode): Change mode name.
6360         (wdired-newline): Delete.
6362 2005-04-11  Richard M. Stallman  <rms@gnu.org>
6364         * whitespace.el (whitespace-highlight-the-space):
6365         Don't call whitespace-unhighlight-the-space here.
6367         * simple.el (undo): Record t in undo-equiv-table
6368         for the redo record made by an undo-in-region.
6370 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
6372         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
6373         (gdb-frame-inferior-io-buffer): New Functions to control
6374         display of separate IO buffer.
6375         (menu): Add them to menu-bar.
6376         (gdb-display-buffer): Check for buffer another frame.
6377         Protect GUD buffer.
6378         (gdb-setup-windows): Create IO buffer if not already there.
6379         (gdb-memory-mode): Remove purecopy noops.
6381 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
6383         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
6384         and pass to self-insert-command.
6386 2005-04-11  Lute Kamstra  <lute@gnu.org>
6388         * generic.el: Commentary section cleanup.
6389         (generic): Delete.
6390         (generic-use-find-file-hook, generic-lines-to-scan)
6391         (generic-find-file-regexp, generic-ignore-files-regexp)
6392         (default-generic-mode, generic-mode-find-file-hook)
6393         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
6394         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
6395         (generic-use-find-file-hook, generic-lines-to-scan)
6396         (generic-find-file-regexp, generic-ignore-files-regexp)
6397         (default-generic-mode, generic-mode-find-file-hook)
6398         (generic-mode-ini-file-find-file-hook): Move from generic.el.
6400 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
6402         * bookmark.el (bookmark-write-file): Catch errors writing file.
6403         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
6405 2005-04-10  Richard M. Stallman  <rms@gnu.org>
6407         * startup.el (fancy-splash-tail): Update copyright year.
6408         (command-line): Split part of -Q into -D.
6409         (emacs-basic-display): New defvar.
6410         (fancy-splash-text): Correct name of menu item.
6412         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
6414         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
6415         lines in one node.
6417         * comint.el (comint-send-input): New arg ARTIFICIAL.
6418         Callers in this file changed.
6420         * abbrev.el (define-abbrevs): Read system abbrevs properly.
6422         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
6424 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
6426         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
6427         `ldap-search-internal'.
6429 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6431         * files.el (set-auto-mode-1): Use line-end-position.
6433         * international/latin-1.el:
6434         * international/latin-2.el:
6435         * international/latin-3.el:
6436         * international/latin-4.el:
6437         * international/latin-5.el:
6438         * international/latin-8.el:
6439         * international/latin-9.el: Give punctuation syntax to NBSP.
6441         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
6442         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
6443         Use char-classes to accept non-ascii letters, accepted in some recent
6444         bibtex implementations.
6446 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
6448         * custom.el (custom-set-minor-mode): Any non-nil value for the
6449         variable should enable the mode when set through Custom.
6451 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6453         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
6454         TAB binding so tab-always-indent is obeyed.
6455         (vhdl-minibuffer-local-map): Move initialization into declaration.
6456         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
6457         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
6458         (vhdl-hooked-abbrev): Avoid test for XEmacs.
6459         (vhdl-current-line): Use line-beginning-position.
6460         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
6461         with-output-to-temp-buffer, so the current position can be recorded.
6463 2005-04-10  Masatake YAMATO  <jet@gyve.org>
6465         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6466         Add regexp for gcov.
6468 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6470         * calendar/time-date.el (time-to-seconds, seconds-to-time)
6471         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
6472         syntax which Emacs 20 doesn't support.
6474 2005-04-09  Richard M. Stallman  <rms@gnu.org>
6476         * help.el (describe-key-briefly, describe-key):
6477         Replace strings as event types with "(any string)".
6479 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6481         * arc-mode.el (archive-mode-map): Move initialization into
6482         the declaration.  Override *all* bindings of `undo'.
6483         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
6485 2005-04-09  Jay Belanger  <belanger@truman.edu>
6487         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
6489 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
6491         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
6492         (xterm-register-default-colors): Update color values computation
6493         to match xterm-200.
6495 2005-04-09  Kenichi Handa  <handa@m17n.org>
6497         * international/code-pages.el (iso-latin-7): Fix the map.
6499 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
6501         * emacs-lisp/lisp.el (defun-prompt-regexp)
6502         (parens-require-spaces, buffer-end, end-of-defun)
6503         (insert-parentheses): Doc fixes.
6505 2005-04-08  Kim F. Storm  <storm@cua.dk>
6507         * comint.el (comint-highlight-prompt): Fix face spec.
6508         * hi-lock.el (hi-green): Likewise.
6510 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
6512         * cus-edit.el (custom-modified-face):
6513         * comint.el (comint-highlight-input): Fix previous changes.
6514         * term.el (term-handle-ansi-escape): Add a comment.
6516 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6518         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
6519         in the buffer and in whitespace-highlighted-space.
6520         (whitespace-unhighlight-the-space): Simplify.
6521         (whitespace-buffer): Simplify.
6523 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
6525         * textmodes/table.el (table-cell-face): Add special case for
6526         displays supporting a high number of colors.
6527         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
6528         (vhdl-font-lock-reserved-words-face)
6529         (vhdl-speedbar-architecture-face)
6530         (vhdl-speedbar-instantiation-face)
6531         (vhdl-speedbar-architecture-selected-face)
6532         (vhdl-speedbar-instantiation-selected-face): Likewise.
6533         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
6534         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
6535         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
6536         (ebrowse-root-class-face, ebrowse-member-attribute-face)
6537         (ebrowse-progress-face): Likewise.
6538         * progmodes/compile.el (compilation-info-face): Likewise.
6539         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
6540         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
6541         * calendar/calendar.el (diary-face): Likewise.
6542         * woman.el (woman-italic-face, woman-bold-face)
6543         (woman-unknown-face): Likewise.
6544         * wid-edit.el (widget-button-pressed-face): Likewise.
6545         * whitespace.el (whitespace-highlight-face): Likewise.
6546         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
6547         * pcvs-info.el (cvs-marked-face): Likewise.
6548         * info.el (info-xref): Likewise.
6549         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
6550         * hilit-chg.el (highlight-changes-face)
6551         (highlight-changes-delete-face): Likewise.
6552         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
6553         (hi-red-b): Likewise.
6554         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
6555         * font-lock.el (font-lock-keyword-face)
6556         (font-lock-function-name-face, font-lock-warning-face): Likewise.
6557         * cus-edit.el (custom-invalid-face, custom-modified-face)
6558         (custom-set-face, custom-changed-face, custom-variable-tag-face)
6559         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
6560         * comint.el (comint-highlight-prompt): Likewise.
6562 2005-04-08  Lute Kamstra  <lute@gnu.org>
6564         * font-lock.el (font-lock-keywords): Docstring fixes.
6566 2005-04-08  Kenichi Handa  <handa@m17n.org>
6568         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
6569         chars are more than a limit, print " and more..." at the tail.
6571 2005-04-08  Kim F. Storm  <storm@cua.dk>
6573         * emacs-lisp/authors.el (authors-aliases): Update list.
6574         (authors-ignored-files): New list.
6575         (authors-fixed-entries): Fix typo.
6576         (authors-renamed-files-alist): Update list.
6577         (authors-add): Check authors-ignored-files.
6579 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
6581         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
6582         optional, to ensure backward compatibility.
6584 2005-04-08  Stephen Eglen  <stephen@gnu.org>
6586         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
6588 2005-04-08  Kim F. Storm  <storm@cua.dk>
6590         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
6592         * mouse.el (mouse-on-link-p): Doc fix.
6594 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
6596         * ielm.el (ielm-prompt-read-only): Doc fix.
6598         * comint.el (comint-prompt-read-only): Doc fix.
6600 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
6602         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
6603         ensure dired always handles wildcards passed to ffap.
6604         (find-file-at-point): Use it.
6605         (ffap-dired-wildcards): Doc fix.
6607 2005-04-07  Juri Linkov  <juri@jurta.org>
6609         * simple.el (next-error-overlay-arrow-position): New defvar.
6610         Put "=>" on its property `overlay-arrow-string'.  Add it to
6611         `overlay-arrow-variable-list'.
6613         * progmodes/compile.el (compilation-setup):
6614         Set `next-error-overlay-arrow-position' to nil.  Also set it to
6615         nil in the local hook `kill-buffer-hook'.  Make local variable
6616         `overlay-arrow-string' and set it to "=>".
6617         (compilation-goto-locus): Set BOL position to
6618         `next-error-overlay-arrow-position' instead of
6619         `overlay-arrow-position'.
6621         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
6622         locally instead of adding it to the global hook.
6623         (Info-kill-buffer): Move up.
6625 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
6627         * term/xterm.el (xterm-standard-colors): Update color values from
6628         xterm-200.
6630 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6632         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
6634         * fast-lock.el:
6635         * lazy-lock.el: Move them to the obsolete subdir.
6637 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
6639         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
6640         (wdired-add-replace-advice): Remove.
6641         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
6643 2005-04-06  Kim F. Storm  <storm@cua.dk>
6645         * startup.el (command-line): Add --bare-bones alias for -Q.
6647 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6649         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
6650         create the startup fontset if a font specification ends with
6651         `mac-roman'.
6653 2005-04-06  Lute Kamstra  <lute@gnu.org>
6655         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
6656         change.
6658         * emacs-lisp/copyright.el (copyright-update-year): Replace the
6659         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
6661 2005-04-05  Lute Kamstra  <lute@gnu.org>
6663         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
6664         (define-generic-mode): Ditto.  Fix debug declaration.
6666         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
6667         Put them in the generic-x group.
6669         * calendar/timeclock.el (timeclock): Doc fix.
6671         * generic.el (define-generic-mode): Don't use custom-current-group.
6672         Document default :group value.
6673         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
6674         (define-global-minor-mode): Don't use custom-current-group.
6676 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
6678         * startup.el (command-line-1): Display startup-echo-area-message
6679         when fancy splash screen is in use.
6681         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
6682         (sh-escaped-newline): New face.
6683         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
6684         newline, and use sh-escaped-newline face.
6686         * progmodes/tcl.el (tcl-escaped-newline): New face.
6687         (tcl-builtin-list): New variable.
6688         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
6689         newlines.  Fix keywords subexpression number.
6691 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
6693         * textmodes/org.el (org-diary-default-entry): Fix call to
6694         `add-to-diary-entry'.
6696 2005-04-05  Kim F. Storm  <storm@cua.dk>
6698         * ediff-init.el: Use (featurep 'xemacs).
6700 2005-04-05  David Ponce  <david@dponce.com>
6702         * cus-edit.el (face): Derive from symbol widget.  Display sample
6703         of the current face on the fly.
6704         (widget-face-sample-face-get, widget-face-notify): New functions.
6705         (widget-face-value-create): Remove.
6707         * wid-edit.el (widget-field-end): Temporarily remove field
6708         narrowing before to call `get-char-property'.
6710 2005-04-04  Jay Belanger  <belanger@truman.edu>
6712         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
6713         (math-read-subscripts): New variable.
6714         (math-read-preprocess-string): Process subscripts.
6716 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
6718         * comint.el (comint-prompt-read-only): Doc fix.
6720         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
6721         `-1'.  Doc fix.
6723 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
6725         * textmodes/org.el (org-insert-mode-line-in-empty-file):
6726         Change default value to nil.
6728 2005-04-04  Lute Kamstra  <lute@gnu.org>
6730         * autorevert.el (auto-revert-mode): Specify :group.
6731         * battery.el (display-battery-mode): Specify :group.
6732         * diff-mode.el (diff-minor-mode): Specify :group.
6733         * font-core.el (font-lock-mode): Specify :group.
6734         * hl-line.el (hl-line-mode): Specify :group.
6735         * iimage.el (iimage): New customization group.
6736         (iimage-mode): Specify :group.
6737         * longlines.el (longlines-mode): Specify :group.
6738         * master.el: Don't require easy-mmode.
6739         (master): New customization group.
6740         (master-mode): Specify :group.
6741         * msb.el (msb-mode): Specify :group.
6742         * reveal.el (reveal-mode): Specify :group.
6743         * simple.el (next-error-follow-minor-mode): Specify :group.
6744         * smerge-mode.el (smerge-mode): Specify :group.
6745         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
6746         * emulation/cua-base.el (cua-mode): Specify :group.
6747         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
6748         * language/thai-util.el (thai-auto-composition-mode)
6749         (thai-word-mode): Specify :group.
6750         * mail/supercite.el (sc-minor-mode): Specify :group.
6751         * progmodes/cwarn.el (cwarn-mode): Specify :group.
6752         * progmodes/flymake.el (flymake-mode): Specify :group.
6753         * progmodes/glasses.el (glasses-mode): Specify :group.
6754         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
6755         * textmodes/enriched.el (enriched-mode): Specify :group.
6756         * textmodes/refill.el (refill-mode): Specify :group.
6758         * add-log.el (change-log-font-lock-keywords): Names in
6759         parenthesized lists can contain spaces.
6761 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
6763         * startup.el (fancy-splash-text): Shorten default text of
6764         "Emacs Tutorial" line.  Also, if the current language env
6765         indicates an available tutorial file other than TUTORIAL,
6766         extract its title and append it to the line in parentheses.
6767         (fancy-splash-insert): If arg is a thunk, funcall it.
6769 2005-04-04  Jay Belanger  <belanger@truman.edu>
6771         * calc.el (calc-language-alist): Add tags to customization type.
6773 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
6775         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
6776         Doc fix.
6778 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
6780         * add-log.el (change-log-font-lock-keywords): The manual
6781         describing a Change Log entry, says: (...) "Aside from these
6782         header lines, every line in the change log starts with a space or
6783         a tab.".  The font-lock was not highlighting lines started with
6784         spaces, added support for it.
6786 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6788         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
6789         (bibtex-generate-url-list): Update docstring accordingly.  Put the
6790         complex example in the docstring.
6791         (bibtex-font-lock-url): Use pop.
6793 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6795         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
6797         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
6799 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
6801         * filesets.el (filesets-set-default): Doc fix.
6803 2005-04-03  Lute Kamstra  <lute@gnu.org>
6805         * generic.el (define-generic-mode): Add argument to specify
6806         keywords for defcustom.
6807         (default-generic-mode): Specify :group.
6809         * generic-x.el: Specify :group for all generic modes.
6811         * desktop.el (desktop-no-desktop-file-hook)
6812         (desktop-after-read-hook): Doc fix.
6814 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
6816         * simple.el (visible-mode): Use explicit :group keyword.
6817         This changes the group of `visible-mode-hook' from paren-blinking
6818         to editing-basics.
6820 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
6822         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
6823         mailbox specifications as well as URLs.
6824         (rmail-insert-inbox-text): Remove unused conditional branches.
6826 2005-04-01  Jay Belanger  <belanger@truman.edu>
6828         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
6829         (calc-gnuplot-print-command): Move definitions to calc.el.
6831         * calc/calc-embed.el (calc-embedded-announce-formula)
6832         (calc-embedded-open-formula, calc-embedded-close-formula)
6833         (calc-embedded-open-word, calc-embedded-close-word)
6834         (calc-embedded-open-plain, calc-embedded-close-plain)
6835         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
6836         (calc-embedded-open-mode, calc-embedded-close-mode):
6837         Move definitions to calc.el.
6839         * calc/calc.el (calc-settings-file, calc-language-alist):
6840         Make customizable.
6841         (calc-embedded-announce-formula, calc-embedded-open-formula)
6842         (calc-embedded-close-formula, calc-embedded-open-word)
6843         (calc-embedded-close-word, calc-embedded-open-plain)
6844         (calc-embedded-close-plain, calc-embedded-open-new-formula)
6845         (calc-embedded-close-new-formula, calc-embedded-open-mode)
6846         (calc-embedded-close-mode, calc-gnuplot-name)
6847         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
6848         from other files and make customizable.
6850 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6852         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
6853         Use buffer-live-p.
6854         (cvs-mode-run): Don't call cvs-update-header here.
6855         (cvs-run-process): Call cvs-update-header.
6856         Use process properties for cvs-postprocess and cvs-buffer so that
6857         the sentinel can behave better if the temp buffer is killed.
6858         Use a pipe rather than a tty, to better handle unexpected prompts.
6859         (cvs-sentinel): Rewrite.  Call cvs-update-header.
6861 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
6863         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
6864         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
6866 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6868         * generic.el (define-generic-mode): Add indentation rule.
6870 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
6872         * files.el (mode-require-final-newline): Make Custom correctly
6873         report a nil value and allow to set it to nil via Custom.
6874         Doc fix.
6876 2005-04-01  Kenichi Handa  <handa@m17n.org>
6878         * international/characters.el: Enable the correct case setting for
6879         dotless-i and dotted-I.
6881 2005-04-01  Kim F. Storm  <storm@cua.dk>
6883         * ido.el (ido-file-internal): Fall back to non-ido command if
6884         initial directory is on slow ftp (or tramp) host.
6886 2005-03-31  Richard M. Stallman  <rms@gnu.org>
6888         * emacs-lisp/autoload.el (make-autoload):
6889         Handle define-global-minor-mode.
6891         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
6892         Rename from easy-mmode-define-global-mode.
6893         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
6895         * progmodes/scheme.el (scheme-mode-syntax-table):
6896         Update syntax of | and # for two-character comment syntax.
6898 2005-03-31  Lute Kamstra  <lute@gnu.org>
6900         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
6901         (define-minor-mode): Call custom-current-group at load-time.
6903         * generic.el (define-generic-mode): Add debug declaration.
6904         Add defcustom for the mode hook.
6905         (generic-mode-internal): Use run-mode-hooks.
6907 2005-03-31  Kim F. Storm  <storm@cua.dk>
6909         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
6910         (mouse-fixup-help-message): New defun called by show_help_echo
6911         to fixup mouse-2 prefix in help messages when applicable.
6913         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
6915 2005-03-31  Kenichi Handa  <handa@m17n.org>
6917         * language/thai-word.el (thai-find-word-ends): Pay attention to
6918         the case that we reach the end of buffer.
6920         * textmodes/fill.el (fill-text-properties-at): New function.
6921         (fill-newline): Use fill-text-properties-at instead of
6922         text-properties-at.
6924 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
6926         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
6927         not comint-quote-filename.
6929 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
6931         * help-fns.el (help-with-tutorial): Revert last change.
6933 2005-03-31  Kim F. Storm  <storm@cua.dk>
6935         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
6937 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
6939         * calendar/cal-china.el: Update reference to "Calendrical
6940         Calculations" book; there's a new edition.
6941         * calendar/cal-coptic.el: Likewise.
6942         * calendar/cal-french.el: Likewise.
6943         * calendar/cal-hebrew.el: Likewise.
6944         * calendar/cal-islam.el: Likewise.
6945         * calendar/cal-iso.el: Likewise.
6946         * calendar/cal-julian.el: Likewise.
6947         * calendar/cal-mayan.el: Likewise.
6948         * calendar/cal-persia.el: Likewise.
6949         * calendar/calendar.el: Likewise.
6950         * calendar/holidays.el: Likewise.
6951         * calendar/lunar.el: Likewise.
6952         * calendar/solar.el: Likewise.
6954         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
6955         white space from doc string.
6957 2005-03-30  Jay Belanger  <belanger@truman.edu>
6959         * calc/calc-help.el (calc-full-help): Remove email address.
6961 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
6963         * help-fns.el (help-with-tutorial): Delete title line.
6965 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
6967         * calendar/cal-x.el (calendar-one-frame-setup)
6968         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
6969         rather than 'symbol for set-window-dedicated-p.
6971         * calendar/appt.el (appt-buffer-name): Make it a constant.
6972         (appt-add): Doc fix.
6974         * filesets.el (filesets-menu-path, filesets-menu-before)
6975         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
6976         (filesets-menu-cache-file): Use directory ~/.emacs.d.
6977         (filesets-add-submenu): Delete and use add-submenu instead.
6979 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
6981         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
6982         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
6983         (org-diary-default-entry): New function.
6984         (org-get-entries-from-diary): Better parsing of diary entries.
6985         (org-agenda-check-no-diary): New function.
6986         ("diary-lib"): Advice to function `add-to-diary-list', to allow
6987         linking to diary entries.
6988         (org-agenda-execute-calendar-command): New function.
6989         (org-agenda): Improve visible section in window.
6990         Use `org-fit-agenda-window'.
6991         (org-fit-agenda-window): New option.
6992         (org-move-subtree-down): Better handling of empty lines
6993         at end of subtree.
6994         (org-cycle): Numeric prefix is interpreted now as show-subtree N
6995         levels up.
6996         (org-fontify-done-headline): New option.
6997         (org-headline-done-face): New face.
6998         (org-set-font-lock-defaults): Use `org-headline-done-face'.
6999         (org-table-copy-down): Rename from `org-table-copy-from-above'.
7000         When current field is non-empty, it is copied to next row.
7001         (org-table-copy-from-above): Fix bug which made it
7002         impossible to copy fields containing only a single non-white character.
7004 2005-03-30  Kim F. Storm  <storm@cua.dk>
7006         * kmacro.el (kmacro-end-macro): Isearch may store this command
7007         into the macro -- so ignore it when executing keyboard macro.
7009 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
7011         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
7013 2005-03-29  Kenichi Handa  <handa@m17n.org>
7015         * language/thai.el ("Thai"): Set setup-function and exit-function
7016         for Thai language environment.
7018         * language/thai-util.el: Require thai-word.
7019         (thai-word-mode-map): New variable.
7020         (thai-word-mode): New minor mode.
7021         (setup-thai-language-environment-internal): New function.
7022         (exit-thai-language-environment-internal): New function.
7024         * language/thai-word.el (thai-word-table): Declare it by defvar,
7025         use dolist to initialize it.
7026         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
7027         (thai-fill-find-break-point): New functions.
7029 2005-03-29  Richard M. Stallman  <rms@gnu.org>
7031         * simple.el (idle-update-delay): Move definition up.
7032         (set-mark): Doc fix.
7034 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
7036         * longlines.el: New file.
7038         * simple.el (buffer-substring-filters): New variable.
7039         (filter-buffer-substring): New function.
7040         (kill-region, copy-region-as-kill): Use it.
7042         * register.el (copy-to-register, append-to-register)
7043         (prepend-to-register): Use filter-buffer-substring.
7045 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
7047         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
7048         (gud-filter-pending-text): Move in front of gdb.
7049         (gud-overlay-arrow-position): New variable.
7050         (gud-sentinel, gud-display-line): Use it in place of
7051         overlay-arrow-position.
7053 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
7055         * progmodes/fortran.el (fortran-if-indent): Doc fix.
7056         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
7057         (fortran-font-lock-keywords-4): New variable.
7058         (fortran-blocks-re, fortran-end-block-re)
7059         (fortran-start-block-re): New constants, for hideshow.
7060         (hs-special-modes-alist): Add a Fortran entry.
7061         (fortran-mode-map): Bind fortran-end-of-block,
7062         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
7063         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
7064         (fortran-looking-at-if-then, fortran-end-of-block)
7065         (fortran-beginning-of-block): New functions, for hideshow.
7067         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
7068         Doc fix.  Tweak regexp.
7069         (f90-beginning-of-block): Push mark first.
7071 2005-03-29  Jay Belanger  <belanger@truman.edu>
7073         * calc/calc.el: Update copyright date.
7074         (calc-version): Increase to 2.1.
7075         (calc-version-date): Remove.
7077         * calc/calc-help.el: Update copyright date.
7078         (calc-full-help): Remove reference to calc-version-date.
7079         Update copyright date.
7081 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7083         * vc.el (vc-do-command): Use a pipe for async processes, so password
7084         prompts don't show up at places where the user can't reply.
7086 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
7088         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
7089         on the file name we pass to the inferior shell.
7091 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
7093         * progmodes/which-func.el (which-function): Be robust in the face of an
7094         imenu--make-index-alist failure.
7096 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7098         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
7100         * progmodes/python.el (python-preoutput-filter): Fix last change.
7102 2005-03-29  Lute Kamstra  <lute@gnu.org>
7104         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
7105         functions and compiled macros.
7106         (debug-convert-byte-code): Handle macros too.
7107         (debug-on-entry-1): Don't signal an error when trying to clear a
7108         function that is not set to debug on entry.
7110 2005-03-29  Jay Belanger  <belanger@truman.edu>
7112         * calc/calc-lang.el: Add functions to math-function-table
7113         properties of tex and math.
7115 2005-03-29  Kenichi Handa  <handa@m17n.org>
7117         * ps-mule.el (ps-mule-plot-string): Translate characters by
7118         ps-print-translation-table.
7119         (ps-mule-begin-job): Call find-charset-region/string with
7120         ps-print-translation-table.
7121         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
7123         * ps-print.el (ps-print-translation-table): New variable.
7124         (ps-plot-region): Translate characters by ps-print-translation-table.
7126 2005-03-29  Juri Linkov  <juri@jurta.org>
7128         * simple.el (next-error-highlight-timer): New variable.
7130         * progmodes/compile.el (compilation-goto-locus):
7131         Use `next-error-highlight-timer' instead of `sit-for'.
7133 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7135         * mail/supercite.el (sc-mail-field): Use assoc-string.
7136         (sc-get-address): Simplify regexps.
7138         * files.el (minibuffer-with-setup-hook): New macro.
7139         (find-file-read-args): Use it to avoid let-binding
7140         minibuffer-with-setup-hook (which breaks turning on/off
7141         file-name-shadow-mode while in the prompt).
7143         * complete.el (PC-read-include-file-name-internal): Use test-completion.
7145 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
7147         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
7149 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7151         * window.el (window-buffer-height): Use count-screen-lines.
7153         * progmodes/python.el (python-preoutput-leftover): New var.
7154         (python-preoutput-filter): Use it.
7155         (python-send-receive): Loop until all the result has been received.
7157 2005-03-28  Juri Linkov  <juri@jurta.org>
7159         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
7161         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
7162         "Recover Crashed Session".
7163         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
7164         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
7165         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
7166         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
7167         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
7168         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
7169         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
7170         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
7172         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
7173         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
7174         Ediff Sessions", "Toggle use of separate control buffer frame",
7175         "Use separate frame for Ediff control buffer".
7177         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
7178         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
7179         "Rename Bookmark", "Delete Bookmark".
7181         * info.el (Info-mode-menu): Remove ellipsis from "Index".
7182         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
7183         Add `:active Info-index-alternatives' to "Next Matching Item".
7185         * wdired.el (wdired-change-to-wdired-mode):
7186         Mention `wdired-abort-changes' key in the initial message.
7188         * international/mule.el (auto-coding-alist): Associate non-ascii
7189         image filename extensions with `no-conversion'.
7191 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7193         * international/iso-acc.el:
7194         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
7196 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
7198         * textmodes/sgml-mode.el (html-mode): Doc update.
7200         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
7202 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
7204         * term.el (term-move-columns): Fix face after extending a line.
7205         (term-insert-spaces): Likewise.
7206         (term-reset-terminal): Fix off by one error.
7208 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
7210         * international/mule.el (auto-coding-alist): Add .xpi files.
7212         * files.el (auto-mode-alist): Add .xpi files.
7214 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
7216         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
7218 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
7220         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
7222 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
7224         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
7225         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
7227         * calendar/cal-move.el (calendar-beginning-of-year): Move the
7228         cursor to Jan 1 when needed.
7229         (calendar-end-of-year): Fix -/+ typo.
7230         Reported by Chong Yidong <cyd@stupidchicken.com>.
7232 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7234         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
7236         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
7237         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
7239 2005-03-25  Richard M. Stallman  <rms@gnu.org>
7241         * filesets.el (filesets-init): Add autoload.
7243         * mail/mailalias.el (mail-directory): Doc fix.
7245 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
7247         * mail/mailalias.el (mail-directory-process): Do nothing if
7248         mail-directory-process is an atom.
7249         (mail-get-names): Ignore mail-directory-names if it is an atom.
7250         (mail-directory-process defvar): Doc fix.
7251         (mail-names): Doc fix.
7253 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
7255         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
7257 2005-03-26  Kenichi Handa  <handa@m17n.org>
7259         * international/mule-util.el (detect-coding-with-priority):
7260         Call update-coding-systems-internal before detect-coding-region.
7262 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
7264         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
7265         (gdb-frames-mode-map): Add follow-link property.
7267 2005-03-25  Jay Belanger  <belanger@truman.edu>
7269         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
7270         for variables.
7272 2005-03-25  Juri Linkov  <juri@jurta.org>
7274         * image-mode.el: Optimize image filename extension regexps in
7275         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
7276         in `auto-mode-alist'.
7277         (image-mode): Add `image-toggle-display-text' to local hook
7278         `change-major-mode-hook'.  Display the image as an image by
7279         default.  Set `cursor-type' and `truncate-lines' if the image
7280         is already displayed.  Take into account the current mode (image
7281         or text) in message.
7282         (image-minor-mode): New minor mode.
7283         (image-mode-maybe, image-toggle-display-text): New functions.
7284         (image-toggle-display): Use called-interactively-p.
7285         Let-bind `inhibit-read-only' to t.
7287         * image-mode.el (image-minor-mode): Set `cursor-type' and
7288         `truncate-lines' if the image is already displayed.  Add turning
7289         image-minor-mode off to `change-major-mode-hook'.  Add message.
7290         Call `image-toggle-display-text' after turning image-minor-mode off.
7292 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7294         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
7295         Terminal.app, use utf-8.
7296         (set-display-table-and-terminal-coding-system): Add coding-system arg.
7297         (set-locale-environment): Use it.
7299         * term/xterm.el: Undo last change, better done in mule-cmds.el.
7301         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
7303         * progmodes/python.el (python-close-block-statement-p)
7304         (python-outdent-p, python-current-defun): Use symbol-end.
7306 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
7308         * files.el (save-some-buffers): Doc fix.
7310 2005-03-25  Werner Lemberg  <wl@gnu.org>
7312         * complete.el, thumbs.el: Replace `legal' with `valid'.
7313         * calendar/calendar.el: Replace `legal' with `valid'.
7314         * emacs-lisp/advice.el: Replace `legal' with `valid'.
7315         * mail/supercite.el: Replace `legal' with `valid'.
7316         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
7317         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
7318         Replace `legal' with `valid'.
7319         * textmodes/reftex-vars.el, textmodes/reftex.el:
7320         Replace `legal' with `valid'.
7322 2005-03-25  Werner Lemberg  <wl@gnu.org>
7324         * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
7325         * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
7326         * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
7327         * emulation/vip.el: Replace `illegal' with `invalid'.
7328         * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
7329         * mail/supercite.el: Replace `illegal' with `invalid'.
7330         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
7331         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
7332         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
7333         * progmodes/sh-script.el, progmodes/xscheme.el:
7334         Replace `illegal' with `invalid'.
7335         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
7336         * textmodes/reftex-index.el, textmodes/reftex-parse.el
7337         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
7338         * textmodes/reftex.el, textmodes/org.el:
7339         Replace `illegal' with `invalid'.
7341 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7343         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
7344         (flymake-find-buildfile, flymake-find-possible-master-files)
7345         (flymake-check-include, flymake-parse-line): Replace loops over the
7346         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
7348         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
7349         Substitute file-name-as-directory in the rest of the file.
7350         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
7351         (flymake-replace-region): Remove unused arg `buffer'.
7352         (flymake-check-patch-master-file-buffer): Update calls to it.
7353         (flymake-add-err-info): Remove unused var `count'.
7354         (flymake-mode): Use define-minor-mode.
7356         * progmodes/flymake.el: Use with-current-buffer.
7357         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
7358         flymake-replace-regexp-in-string, flymake-line-beginning-position)
7359         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
7360         Avoid testing for `xemacs'.
7361         (flymake-nop): Move.
7362         (flymake-region-has-flymake-overlays): Return the computed value.
7363         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
7364         Remove unused var `endline'.
7365         (flymake-get-line-count): Remove unused function.
7366         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
7368         * emulation/vi.el:
7369         * generic.el:
7370         * hilit-chg.el (global-highlight-changes):
7371         * hi-lock.el (hi-lock-mode):
7372         * follow.el: find-file-hooks -> find-file-hook.
7374         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
7376 2005-03-24  Juri Linkov  <juri@jurta.org>
7378         * dired.el (dired-mode-map): Add menu item "Compare directories"
7379         for dired-compare-directories.
7381         * dired-aux.el (dired-compare-directories): Add autoload cookie.
7382         Doc fix.  Replace `read-file-name' with `read-directory-name'.
7384 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7386         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
7388 2005-03-24  Jay Belanger  <belanger@truman.edu>
7390         * calc/calc-embed.el (calc-embedded-mode-change): Save all
7391         relevant mode settings in calc-embedded-original-modes when modes
7392         are permanently changed.
7394 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7396         * autoinsert.el: find-file-hooks -> find-file-hook.
7398 2005-03-24  Lute Kamstra  <lute@gnu.org>
7400         * generic.el (generic-font-lock-defaults): Make it obsolete.
7401         (generic-font-lock-keywords): New variable to replace
7402         generic-font-lock-defaults.
7403         (generic-mode-set-font-lock): Delete it.
7404         (generic-mode-internal): Don't call generic-mode-set-font-lock.
7405         (generic-bracket-support): Add docstring.
7407         * generic-x.el: Rename generic-font-lock-defaults to
7408         generic-font-lock-keywords throughout.
7409         (mailagent-rules-setup-function): Delete it.
7410         (mailagent-rules-generic-mode): Use anonymous function instead.
7411         (show-tabs-generic-mode-font-lock-defaults-1)
7412         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
7413         Quote faces.
7414         (show-tabs-tab-face, show-tabs-space-face): Specify background,
7415         not foreground.
7417         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7418         Recognize define-generic-mode.
7420 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7422         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
7423         if there's no completion table.
7425 2005-03-23  Miles Bader  <miles@gnu.org>
7427         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
7428         Remove tty-specific variants, as they're no longer needed.
7430 2005-03-23  Lute Kamstra  <lute@gnu.org>
7432         * generic-x.el: Code cleanup: make args constant whenever possible.
7433         (installshield-statement-keyword-list)
7434         (installshield-system-functions-list)
7435         (installshield-system-variables-list, installshield-types-list)
7436         (installshield-funarg-constants-list): Make them constants.
7438         * generic.el (generic-make-keywords-list): Add autoload cookie.
7440         * calendar/time-date.el: Add comment on time value formats.
7441         Don't require parse-time.
7442         (with-decoded-time-value): New macro.
7443         (encode-time-value): New function.
7444         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
7445         (days-to-time): Return a valid time value when arg is huge.
7446         (time-since): Use time-subtract.
7447         (time-to-number-of-days): Use time-to-seconds.
7449 2005-03-23  David Ponce  <david@dponce.com>
7451         * recentf.el: (recentf-keep): New option.
7452         (recentf-menu-action): Default to `find-file'.
7453         (recentf-keep-non-readable-files-flag)
7454         (recentf-keep-non-readable-files-p)
7455         (recentf-file-readable-p, recentf-find-file)
7456         (recentf-cleanup-remote): Remove.
7457         (recentf-include-p): More robust.
7458         (recentf-keep-p): New function.
7459         (recentf-remove-if-non-kept): Rename from
7460         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
7461         All callers updated.
7462         (recentf-menu-items-for-commands): Fix help string.
7463         (recentf-track-closed-file): Update.  Doc fix.
7464         (recentf-cleanup): Update.  Count removed files.  Doc fix.
7466 2005-03-23  Kim F. Storm  <storm@cua.dk>
7468         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
7469         Don't inherit from fringe face (now happens automatically).
7471 2005-03-22  Kim F. Storm  <storm@cua.dk>
7473         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
7474         position values.
7476 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7478         * menu-bar.el (showhide-date-time): Remove.
7479         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
7480         (menu-bar-make-mm-toggle): Simplify.
7482 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
7484         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
7485         Accept qualified variable and function names.
7487 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
7489         * bindings.el (completion-ignored-extensions):
7490         Remove ".lis" for `vax-vms'.
7492 2005-03-22  Andreas Schwab  <schwab@suse.de>
7494         * generic-x.el: Revert last change.
7495         * ldefs-boot.el: Update.
7497 2005-03-22  Jay Belanger  <belanger@truman.edu>
7499         * calc/calc-embed (calc-embedded-original-modes): New variable.
7500         (calc-embedded-save-original-modes)
7501         (calc-embedded-restore-original-modes): New functions.
7502         (calc-do-embedded): Save original modes when entering embedded mode
7503         and restore when leaving embedded mode.
7504         (calc-embedded-modes-change): Change the value of
7505         calc-embedded-original-modes to reflect permanent changes.
7507 2005-03-22  Lute Kamstra  <lute@gnu.org>
7509         * generic-x.el: Require generic again.
7511 2005-03-22  Miles Bader  <miles@gnu.org>
7513         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
7514         Tweak details to look good on both ttys and bitmap displays, light
7515         or dark background, etc.
7517 2005-03-21  Kim F. Storm  <storm@cua.dk>
7519         * tooltip.el (tooltip-show-help-function): Check car and cdr of
7520         mouse position.
7522 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7524         * icomplete.el: Don't forcibly turn on the mode upon load.
7525         (icomplete-mode): Use define-minor-mode.
7526         (icomplete-eoinput): Default to nil.
7527         (icomplete-minibuffer-setup): Remove autoload.
7528         (icomplete-tidy): Simplify.
7529         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
7530         in the initial state or if the user has modified the field.
7531         Fix handling of icomplete-max-delay-chars.
7532         Remove code that handles the oddball case where
7533         minibuffer-completion-table is an integer.
7534         Wrap icomplete-completions in while-no-input in case building
7535         completions takes more time than expected.
7536         (icomplete-completions): Simplify.
7538 2005-03-21  Richard M. Stallman  <rms@gnu.org>
7540         * jka-compr.el (jka-compr-really-do-compress):
7541         Make variable buffer-local.
7543         * image-mode.el: Handle .xpm files too.
7544         (image-toggle-display): Preserve modification flag.
7546         * help.el (where-is): Don't mention aliases with no key bindings.
7548 2005-03-21  Lute Kamstra  <lute@gnu.org>
7550         * generic.el: Fix commentary section.  Don't require cl for compilation.
7551         (generic-mode-list): Add autoload cookie.
7552         (generic-use-find-file-hook, generic-lines-to-scan)
7553         (generic-find-file-regexp, generic-ignore-files-regexp)
7554         (generic-mode, generic-mode-find-file-hook)
7555         (generic-mode-ini-file-find-file-hook): Fix docstrings.
7556         (define-generic-mode): Make it a defmacro.  Fix docstring.
7557         (generic-mode-internal): Code cleanup.  Add autoload cookie.
7558         (generic-mode-set-comments): Code cleanup.
7559         * generic-x.el: Don't prevent compilation.  Don't require generic.
7560         Follow coding conventions.  Minor code cleanup.
7561         (etc-fstab-generic-mode): Add some keywords.
7562         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
7563         define-generic-mode like a function declaration.
7565 2005-03-21  Jay Belanger  <belanger@truman.edu>
7567         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
7568         changing modes.
7570 2005-03-21  Sam Steingold  <sds@gnu.org>
7572         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
7574 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
7576         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
7577         Add underscore to "f$ lexicals" regexp.
7579 2005-03-20  Juri Linkov  <juri@jurta.org>
7581         * subr.el (progress-reporter-do-update): When `min-value' is equal
7582         to `max-value', set `percentage' to 0 and prevent division by zero.
7584 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
7586         Sync with Tramp 2.0.48.
7588         * tramp.el (all): Change all addresses to .gnu.org.
7589         (tramp-append-tramp-buffers): New defun.
7590         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
7591         Catch `dont-send' signal.
7592         (tramp-set-auto-save-file-modes): Set always permissions, because
7593         there might be an old auto-saved file belonging to another
7594         original file.  This could be a security threat.  Reported by
7595         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
7596         Check for Emacs 21.3.50 removed.
7598         * tramp-smb.el (all): Remove debug construct for
7599         `with-parsed-tramp-file-name'.
7600         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
7601         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
7602         No error message if DIRECTORY or FILENAME doesn't exist.
7603         (tramp-smb-open-connection): Check existence of
7604         `tramp-smb-program'.
7606 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7608         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
7609         Properly handle the case where the `m' or `s' command's argument is not
7610         yet terminated.
7611         (perl-indent-new-calculate): New function.
7612         (perl-indent-line): Use it.
7614 2005-03-20  Miles Bader  <miles@gnu.org>
7616         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
7617         in text-mode too.  Change to new face names.
7618         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
7619         Add `:weight bold' attribute.
7620         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
7622 2005-03-19  Juri Linkov  <juri@jurta.org>
7624         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
7626         * international/mule.el (auto-coding-alist): Sync with
7627         `auto-mode-alist' by adding upper case archive file extensions
7628         and adding ear/war to jar extension.
7630 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
7632         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
7633         running, restart it.
7635 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
7637         * finder.el (finder-current-item): Throw an error on an empty line.
7639         * man.el (Man-follow-manual-reference): If current-word returns
7640         nil, use "".
7642 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
7644         * simple.el (goto-line): Doc fix.
7646 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
7648         * files.el (save-buffer): Doc fix.
7650 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
7652         * recentf.el (recentf-cleanup-remote): New variable.
7653         (recentf-cleanup): Use it to conditionally check availability of
7654         remote files.
7656 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
7658         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
7659         function names.
7661 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
7663         * language/thai-word.el: New file.
7665 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
7667         * files.el (backup-buffer): If the file's directory is not
7668         writable, use copy instead of move to backup the file.
7670 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
7672         * obsolete/keyswap.el: Moved to obsolete/ from term/.
7674 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7676         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
7677         Use functionp instead of symbolp and fboundp.  Reported by Drkm
7678         <darkman_spam@yahoo.fr>.
7679         (ps-print-version): New version 6.6.6.
7681 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
7683         * textmodes/table.el (table--line-column-position): New idiom.
7684         (table--row-column-insertion-point-p): New function to test
7685         validity of row and column insertion operation at a location.
7686         (table-global-menu, table-cell-menu): Use above functions for
7687         deterministic test operation.
7688         (table--editable-cell-p): Behave in deterministic fashion.
7690 2005-03-18  Juri Linkov  <juri@jurta.org>
7692         * isearch.el (isearch-lazy-highlight-new-loop):
7693         Make arguments beg and end optional.
7694         (isearch-update): Remove optional arguments nil from
7695         isearch-lazy-highlight-new-loop.
7696         (isearch-lazy-highlight-search): Let-bind case-fold-search to
7697         isearch-lazy-highlight-case-fold-search instead of
7698         isearch-case-fold-search, and let-bind isearch-regexp to
7699         isearch-lazy-highlight-regexp.
7700         Use isearch-lazy-highlight-last-string instead of isearch-string.
7702         * replace.el (perform-replace): Remove bindings of global
7703         variables isearch-string, isearch-regexp, isearch-case-fold-search.
7704         Add three new arguments to `replace-highlight'.
7705         (replace-highlight): Add arguments string, regexp, case-fold.
7706         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
7707         to allow isearch-lazy-highlight-new-loop to use these values
7708         to set corresponding isearch-lazy-highlight-* internal
7709         variables whose values lazy highlighting will use regardless of
7710         changes to global variables isearch-string, isearch-regexp,
7711         isearch-case-fold-search during lazy highlighting loop.
7712         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
7713         to `lazy-highlight-cleanup'.
7715         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
7716         (ispell-highlight-face): Set default face to `isearch' when
7717         lazy highlighting is enabled.
7718         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
7719         priority to 1.  Add lazy highlighting.
7720         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
7721         from `isearch-dehighlight'.
7723 2005-03-18  David Ponce  <david@dponce.com>
7725         * files.el (hack-local-variables): Do a case-insensitive search
7726         for End.
7728 2005-03-18  Juri Linkov  <juri@jurta.org>
7730         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
7731         `isearch-lazy-highlight-cleanup', add alias to old name and
7732         declare obsolete.  Add release numbers to other obsolete vars.
7733         (isearch-done, isearch-lazy-highlight-new-loop):
7734         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
7735         (lazy-highlight-cleanup) <variable>: Doc fix.
7736         (isearch-lazy-highlight-update): Rename obsolete
7737         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
7739 2005-03-18  Kenichi Handa  <handa@m17n.org>
7741         * language/thai-util.el: Fix categorization of Thai characters in
7742         thai-category-table.
7743         (thai-composition-pattern): Adjust it for the above change.
7744         (thai-self-insert-command, thai-compose-syllable): New functions.
7745         (thai-compose-region): Use thai-compose-syllable.
7746         (thai-compose-string): Likewise.
7747         (thai-composition-function): Likewise.
7748         (thai-auto-composition): New function.
7749         (thai-auto-composition-mode): New minor mode.
7751         * language/thai.el: Fix patterns to be registered in
7752         composition-function-table.
7754         * international/quail.el (quail-input-method): Locally bind
7755         inhibit-modification-hooks to t.
7757 2005-03-17  Richard M. Stallman  <rms@gnu.org>
7759         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
7760         (perl-mode): Use run-mode-hooks.
7762         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
7763         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
7764         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
7766         * mail/sendmail.el (sendmail-send-it): Reenable the code
7767         to compute resend-to-address and use it.
7769         * tar-mode.el (tar-mode): Turn off undo unconditionally.
7771         * image-mode.el: New file.
7773         * image.el (insert-sliced-image): Add autoload cookie.
7775         * font-lock.el (font-lock-lines-before): New user option.
7776         (font-lock-after-change-function): Obey it.
7778         * bindings.el (esc-map): Make M-g a prefix.
7779         Bind M-g g and M-g M-g to goto-line.
7781         * faces.el (face-id): Doc fix.
7783 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
7785         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
7786         (rmail-show-message): Use rmail-unknown-mail-followup-to.
7787         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
7789         * mail/sendmail.el (mail-yank-ignored-headers)
7790         (mail-font-lock-keywords, mail-mode-fill-paragraph):
7791         Add Mail-Followup-To and Mail-Reply-To headers.
7792         (mail-citation-hook): Add autoload cookie.
7793         (mail-mode): Doc fix.
7794         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
7795         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
7796         (mail-mode-fill-paragraph): Handle those headers.
7797         (mail-mailing-lists): New variable.
7798         (mail-mail-reply-to, mail-mail-followup-to): New functions.
7800 2005-03-17  Juri Linkov  <juri@jurta.org>
7802         * isearch.el (isearch-fallback): Check for `(car previous)'
7803         before calling `isearch-other-end-state'.
7805 2005-03-17  Kim F. Storm  <storm@cua.dk>
7807         * simple.el (move-beginning-of-line): Move to beginning of buffer
7808         line, as well as beginning of screen line.
7810 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
7812         * calendar/diary-lib.el (mark-diary-entries): Use new optional
7813         argument REDRAW rather than calendar-redrawing variable.
7814         * calendar/calendar.el (calendar-redrawing): Delete.
7815         (redraw-calendar): Do not bind calendar-redrawing.
7817 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
7819         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
7820         diary-file buffer.
7822 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7824         * help.el (describe-mode): Allow a :minor-mode-function property to
7825         specify a different minor mode toggle function than the variable.
7826         * simple.el (auto-fill-function):
7827         * subr.el (add-minor-mode): Use it.
7829 2005-03-16  Kenichi Handa  <handa@m17n.org>
7831         * language/ethio-util.el (sera-being-called-by-w3): New variable.
7832         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
7833         (ethio-fidel-to-sera-buffer): Likewise.
7835 2005-03-16  Juri Linkov  <juri@jurta.org>
7837         * emacs-lisp/find-func.el (find-function-regexp):
7838         Add defun-emitting macro `menu-bar-make-toggle'.
7840         * isearch.el: Put `isearch-scroll' property to
7841         `split-window-horizontally'.
7843         * info.el: Update error messages for `debug-ignored-errors'.
7844         (Info-isearch-search): Doc fix.
7845         (Info-find-node): Move up code to go into info buffer before
7846         recording the node to the history.
7847         (Info-fontify-node): Fontify titles only if the next line
7848         has two or more `*', `=', `-', `.'.
7849         Display "go to this node" for empty (match-string 3).
7851 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7853         * term/mac-win.el: Add mouse pointer shape constants.
7855 2005-03-15  Kim F. Storm  <storm@cua.dk>
7857         * simple.el (move-beginning-of-line): Use vertical-motion.
7859 2005-03-15  Juri Linkov  <juri@jurta.org>
7861         * isearch.el (isearch-error): New variable.
7862         (isearch-invalid-regexp, isearch-within-brackets): Remove.
7863         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
7864         (isearch-within-brackets-state): Remove.
7865         (isearch-case-fold-search-state, isearch-pop-fun-state):
7866         Decrease frame index.
7867         (isearch-mode, isearch-top-state, isearch-push-state)
7868         (isearch-edit-string, isearch-abort, isearch-search-and-update)
7869         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
7870         (isearch-search, isearch-lazy-highlight-new-loop):
7871         Replace `isearch-invalid-regexp' with `isearch-error'.
7872         Remove `isearch-within-brackets'.
7873         (isearch-search): Add `search-failed' handler to `condition-case'.
7874         (isearch-lazy-highlight-search): Add `condition-case' to catch
7875         errors and allow `isearch-lazy-highlight-update' to try
7876         highlighting from the beginning of the window.
7877         (isearch-repeat): Move up code to set isearch-wrapped to t
7878         before calling isearch-wrap-function.
7880         * info.el (Info-isearch-initial-node): New internal variable.
7881         (Info-search): Signal an error in isearch mode when search leaves
7882         the initial node.  Signal an error when `bound' is non-nil and
7883         nothing was found in the current subfile.
7884         (Info-isearch-search): Remove `condition-case'.
7885         (Info-isearch-wrap): Don't wrap when search failed during leaving
7886         the initial node.  If `Info-isearch-search' is nil, wrap around
7887         the current node.
7888         (Info-isearch-start): New fun.
7889         (Info-mode): Add buffer-local hook `Info-isearch-start' to
7890         `isearch-mode-hook'.
7892 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7894         * simple.el (normal-erase-is-backspace): Set default to t if
7895         running on Mac.
7897         * term/mac-win.el (function-key-map): Sync with x-win.el.
7899 2005-03-15  Kenichi Handa  <handa@m17n.org>
7901         * international/mule-cmds.el (locale-language-names): Modify the
7902         format of elements and add more entries.
7903         (locale-preferred-coding-systems): Add more entries.
7904         (set-locale-environment): Adjust for the change of
7905         locale-language-names.
7907 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7909         * pcvs.el (smerge-ediff): Remove bogus autoload.
7911 2005-03-14  Lute Kamstra  <lute@gnu.org>
7913         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
7914         Ignore a `*' at the beginning of a line.
7916         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
7917         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
7918         subr.el.
7919         (dont-compile, eval-when-compile, eval-and-compile): Use declare
7920         to specify indentation.
7922         * generic.el (define-generic-mode): Let generic-mode-list be a
7923         list of strings; test membership with equal.
7925 2005-03-14  Kim F. Storm  <storm@cua.dk>
7927         * simple.el (next-line, previous-line): Add optional try-vscroll
7928         arg to recognize interactive use.  Pass it on to line-move.
7929         (line-move): Don't perform auto-window-vscroll when defining or
7930         executing keyboard macro to ensure consistent behavior.
7932 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7934         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
7936 2005-03-13  Lute Kamstra  <lute@gnu.org>
7938         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
7939         debugger-setup-buffer so that backtrace marks the frames set to
7940         debug-on-exit and we don't have to do it manually.  Set an extra
7941         debug-on-exit for macro's.
7942         (debugger-setup-buffer): Don't mark the top frame manually.
7944 2005-03-12  Lute Kamstra  <lute@gnu.org>
7946         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
7947         lisp-indent-function throughout.
7948         (with-no-warnings): Set lisp-indent-function property.
7950 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
7952         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
7953         Add entry for backslash.
7955 2005-03-12  Juri Linkov  <juri@jurta.org>
7957         * info.el (Info-search): Four fixes for backward search.
7959 2005-03-11  Jay Belanger  <belanger@truman.edu>
7961         * calc/calc.el (calc-language-alist): New variable.
7962         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
7963         (calc-embedded-find-modes): Use calc-language-alist instead of
7964         calc-embedded-language-alist.
7966 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
7968         * calendar/calendar.el (calendar-redrawing): New internal
7969         variable.
7970         (redraw-calendar): Remove bogus save-excursion from previous
7971         change.  Bind calendar-redrawing to t for mark-diary-entries.
7972         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
7973         calendar if that is why we were called.
7975 2005-03-11  Kenichi Handa  <handa@m17n.org>
7977         * international/mule.el (make-coding-system): Set property
7978         coding-system-define-form to nil.
7979         (define-coding-system-alias): Likewise.
7981 2005-03-11  Kenichi Handa  <handa@m17n.org>
7983         These changes are suggested by Dave Love <fx@gnu.org>.
7985         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
7986         coding: tag.
7987         (adaptive-fill-regexp): Add more bullets.
7988         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
7989         regexps.
7991 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7993         * help.el (describe-mode): Properly handle non-trivial lighters.
7994         Don't ignore minor modes that are not listed in minor-mode-list.
7996         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
7997         feature ON when the user requests to turn it OFF.
7999 2005-03-10  Lute Kamstra  <lute@gnu.org>
8001         * emacs-lisp/debug.el (debug-entry-code): Delete it.
8002         (implement-debug-on-entry): New function to replace debug-entry-code.
8003         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
8004         second argument as the 2005-03-07 change makes it obsolete.
8005         (debug-on-entry, cancel-debug-on-entry): Update call to
8006         debug-on-entry-1.
8007         (debug, debugger-setup-buffer): Comment update.
8008         (debugger-frame-number): Update to work with implement-debug-on-entry.
8010 2005-03-10  Jay Belanger  <belanger@truman.edu>
8012         * calc/calc-embed.el (math-ms-args): Declare it.
8013         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
8014         math-ms-args.
8015         (calc-embedded-subst): Use math-multi-subst-rec to substitute
8016         variables.
8018 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
8020         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
8021         Use message-box.
8023         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
8024         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
8025         (tooltip-gud-tips): Simplify.
8026         (tooltip-gud-tips-p): Remove superfluous :set.
8027         (tooltip-gud-modes): Add fortran-mode.
8028         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
8030         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
8032 2005-03-09  Kim F. Storm  <storm@cua.dk>
8034         * play/animate.el (animate-place-char): Use forward-line instead
8035         of next-line to improve performance.
8037 2005-03-09  Simon Josefsson  <jas@extundo.com>
8039         * net/browse-url.el (browse-url-default-browser): Doc fix.
8041 2005-03-09  Miles Bader  <miles@gnu.org>
8043         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
8044         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
8046 2005-03-09  Kenichi Handa  <handa@m17n.org>
8048         * international/latin-1.el: Set case and syntax for 255 only if
8049         set-case-syntax-set-multibyte is nil.
8051         * textmodes/ispell.el (ispell-insert-word): New function.
8052         (ispell-word): Use ispell-insert-word to insert a new word.
8053         (ispell-process-line): Likewise.
8054         (ispell-complete-word): Likewise.
8056 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
8058         * calendar/calendar.el (redraw-calendar): Preserve point.
8059         Reported by Matt Hodges <MPHodges@member.fsf.org>.
8060         (calendar-week-start-day): Move after definition of
8061         redraw-calendar.  Delete buffer test, since redraw-calendar has
8062         that now.
8064         * calendar/diary-lib.el (mark-diary-entries): Only call
8065         redraw-calendar in the first of any recursive calls.
8066         Reported by Alan Shutko <ats@acm.org>.
8068 2005-03-08  Juri Linkov  <juri@jurta.org>
8070         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
8071         (html-horizontal-rule, html-line, html-image, html-checkboxes)
8072         (html-radio-buttons): Add a space before the trailing `/>' where
8073         sgml-xml-mode is non-nil.
8074         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
8075         the subsequent tag of the empty XML tag.
8076         (html-href-anchor): Don't set initial input to "http:".
8077         (html-image): Ask for the image URL and set point inside alt="".
8078         (html-name-anchor): Duplicate the name in the `id' attribute when
8079         sgml-xml-mode is non-nil.
8080         (html-paragraph): Remove \n before <p>.
8081         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
8082         instead of `checked' when sgml-xml-mode is non-nil.
8084         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
8085         Remove 1 space before #RRGGBB to not truncate it on terminal
8086         windows w/o fringes.  Remove 1 space between bg and fg examples
8087         to get more space.
8088         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
8089         avoid byte-compile warnings.
8091         * image-file.el (image-file-handler): Put `safe-magic' property to
8092         `image-file-handler'.
8094         * info.el (Info-isearch-search): Emulate word search in
8095         isearching through multiple Info nodes with Info-search.
8096         (Info-isearch-wrap): Allow isearch-word.
8098 2005-03-08  Lute Kamstra  <lute@gnu.org>
8100         * emacs-lisp/debug.el (debugger-step-through): Make sure that
8101         stepping into the debugger's code is not possible.
8102         (debugger-jumping-flag): Docstring update.
8104 2005-03-08  Jay Belanger  <belanger@truman.edu>
8106         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
8107         embedded mode begins.
8108         (calc-embedded-language-alist): New variable.
8109         (calc-embedded-find-modes): Use calc-embedded-language-alist to
8110         set default language mode.
8112 2005-03-08  Kenichi Handa  <handa@m17n.org>
8114         * international/ccl.el (define-ccl-program): Fix docstring about
8115         extra 256 bytes assured for the output buffer.
8117         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
8118         Fix BUFFER_MAGNIFICATION to 2.
8119         (ccl-encode-mule-utf-16be-with-signature): Likewise.
8121 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
8123         * align.el (align-rules-list): Added an alignment rule for CSS
8124         declarations (applies to css-mode and html-mode buffers).
8126 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8128         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
8130 2005-03-07  Kim F. Storm  <storm@cua.dk>
8132         * simple.el (move-beginning-of-line): New command.
8134         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
8136         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
8138         * emulation/cua-base.el: Put CUA move property on move-end-of-line
8139         and move-beginning-of-line.
8141         * apropos.el (apropos-print): Omit command from M-x ... RET.
8143 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
8145         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
8146         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
8148 2005-03-06  Richard M. Stallman  <rms@gnu.org>
8150         * bindings.el (esc-map): Bind M-g to goto-line.
8152         * facemenu.el (global-map): Bind M-o, not M-g.
8154 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8156         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
8157         "Open Directory" as for "Open File".
8159 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
8161         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
8162         (push-mark-command): Run activate-mark-hook.
8164 2005-03-06  Richard M. Stallman  <rms@gnu.org>
8166         * help-mode.el (help-mode-finish): Don't alter the element
8167         in view-return-to-alist if there already is one.
8169         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
8170         make sure the current buffer is the expected one.
8172         * novice.el (disabled-command-function): Output in *Disabled Command*.
8173         Explicitly ignore non-keyboard events, and explicitly handle C-g.
8175         * textmodes/flyspell.el (flyspell-large-region):
8176         Pass args differently for aspell.
8178         * files.el (mode-require-final-newline): Doc fix.
8180 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
8182         * progmodes/which-func.el (which-function):
8183         Specify NOERROR when calling imenu--make-index-alist.
8185 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8187         * simple.el (normal-erase-is-backspace): Define default value.
8189         * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
8190         (custom-reevaluate-setting): Simple function to handle
8191         variables that are defined before their default value can really
8192         be computed.
8194         * startup.el (command-line): Use it for temporary-file-directory,
8195         small-emporary-file-directory, auto-save-file-name-transforms,
8196         blink-cursor-mode, and normal-erase-is-backspace.
8198         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
8199         progress, even with buggy anchored keywords.
8201 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
8203         * simple.el (goto-line): Remove unbalanced final parenthesis.
8205 2005-03-05  Richard M. Stallman  <rms@gnu.org>
8207         * simple.el (goto-line): Use a number at point as the default.
8208         With C-u as arg, switch buffers.
8210 2005-03-05  Juri Linkov  <juri@jurta.org>
8212         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
8213         with `no-blinking-cursor'.
8215         * startup.el (no-blinking-cursor): New defvar.
8216         (command-line): Add `--no-blinking-cursor' to longopts.
8217         Set `no-blinking-cursor' to t for command line arguments
8218         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
8219         with `no-blinking-cursor' in the condition for calling
8220         `blink-cursor-mode'.
8222 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
8224         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
8225         (menu-bar-options-save): Add blink-cursor-mode.
8226         (menu-bar-options-menu): Add blink-cursor-mode.
8228 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
8230         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
8231         (icalendar-export-file, icalendar-export-region)
8232         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
8233         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
8235 2005-03-04  Lute Kamstra  <lute@gnu.org>
8237         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
8238         (debug-function-list): Ditto.
8240 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
8242         * textmodes/texinfmt.el (texinfo-append-refill):
8243         Redefine the types of line to which @refill
8244         is not appended by replacing a search for `@refill\\|@bye' with
8245         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
8246         itemize@refill' bug and the unfilled long lines bug.
8247         (texinfmt-version): Update number and date.
8249 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8251         * international/code-pages.el (windows-1250, windows-125[2-8])
8252         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
8254 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8256         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
8257         bound yet.
8259 2005-03-02  Romain Francoise  <romain@orebokech.com>
8261         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
8262         buffer after removing limits.
8263         (ibuffer-pop-filter): Ditto.
8264         Update copyright.
8266 2005-03-02  Miles Bader  <miles@gnu.org>
8268         * button.el (make-text-button): If the user doesn't specify a
8269         type, use the default.  Rewrite to use `add-text-properties' and
8270         plist functions.
8272 2005-03-01  Lute Kamstra  <lute@gnu.org>
8274         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
8275         (debugger-jumping-flag): New var.
8276         (debug-entry-code): Use it.
8277         (debugger-jump): Use debugger-jumping-flag and add
8278         debugger-reenable to post-command-hook.
8279         (debugger-reenable): Use debugger-jumping-flag and remove itself
8280         from post-command-hook.
8281         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
8282         debugger-reenable.
8284 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
8286         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
8287         inclusion of "itemize\\|", which may be unnecessary, is certainly
8288         inelegant, and stops refilling in itemize lists when formatting
8289         Japanese Texinfo files to Info.
8290         Update copyright to 2005.
8292 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
8294         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
8295         of an error if GDB can't find the source file.
8297 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
8299         * calendar/calendar.el (redraw-calendar): Work from any buffer,
8300         not just the calendar.
8302         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
8303         first.
8304         (diary-redraw-calendar): New function.
8305         (make-diary-entry): Add diary-redraw-calendar to local
8306         write-contents-functions.  Turn off selective display before
8307         inserting in diary.
8309 2005-03-01  Kim F. Storm  <storm@cua.dk>
8311         * emacs-lisp/copyright.el (copyright-fix-years): New command.
8313 2005-03-01  Lute Kamstra  <lute@gnu.org>
8315         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
8316         that debug-entry-code can be safely removed from a function while
8317         this code is being evaluated.  Revert the 2005-02-27 change as the
8318         new implementation no longer requires it.  Make sure that a
8319         function body containing just a string is not mistaken for a docstring.
8320         (debug): Skip one more frame in case of debug on entry.
8321         (debugger-setup-buffer): Delete one more frame line in case of
8322         debug on entry.
8323         (debugger-frame-number): Update to use the new text introduced by
8324         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
8326 2005-02-28  Kim F. Storm  <storm@cua.dk>
8328         * double.el (double-translate-key): Call force-window-update after
8329         read-event to avoid crash in redisplay.
8331 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8333         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
8334         (debug): Use it.  Move the inhibit-trace earlier.
8335         (debug-entry-code): New const.
8336         (debug-on-entry-1): Use it.
8338 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
8340         * international/utf-16.el (ccl-encode-mule-utf-16le):
8341         Fix BUFFER_MAGNIFICATION to 2.
8342         (ccl-encode-mule-utf-16be): Likewise.
8344 2005-02-28  Kenichi Handa  <handa@m17n.org>
8346         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
8347         Fix BUFFER_MAGNIFICATION to 4.
8348         (ccl-encode-mule-utf-16be-with-signature): Likewise.
8350 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
8352         * speedbar.el (speedbar-update-flag): Doc fix.
8353         (speedbar-show-info-under-mouse): Give set-mouse-position the right
8354         argument.
8356 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8358         * reveal.el (reveal-post-command): Don't try to reveal overlays which
8359         have a non-nil `invisible' property but are actually visible.
8361         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
8362         for perldoc sections.
8363         (perl-outline-regexp, perl-outline-level): New var and function.
8364         (perl-mode): Use them.
8366 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
8368         * calendar/diary-lib.el (diary-remind): Discard any mark portion
8369         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
8371 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
8373         * cus-edit.el: Comment change.
8374         (custom-buffer-create-internal): Slightly reword text at top of
8375         Custom buffers.  Mention there that saving an option edits the
8376         init file.  Add link to Emacs manual node on `custom-file'.
8377         (custom-magic-alist): Rewrite individual State messages to use
8378         capitalized keywords.  Doc fix.
8380 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
8382         * calendar/calendar.el (calendar-buffer): Move above
8383         calendar-week-start-day.
8384         (calendar-week-start-day): Doc fix.  Add :set function.
8385         (calendar-minimum-window-height): New variable.
8386         (generate-calendar-window): Only resize window if selected-window
8387         is displaying the calendar buffer.  Use new variable
8388         calendar-minimum-window-height.
8389         (generate-calendar): Reword error message.
8390         (calendar-mode-map): Bind DEL to scroll-other-window-down.
8392 2005-02-27  Andreas Schwab  <schwab@suse.de>
8394         * vc.el (vc-do-command): Don't run command asynchronously when
8395         operating in a remote directory.
8397         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
8398         change from sync with Tramp 2.0.47.
8400 2005-02-27  Richard M. Stallman  <rms@gnu.org>
8402         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
8404         * textmodes/flyspell.el (flyspell-mode-on):
8405         Call ispell-change-dictionary only if necessary.
8407         * emacs-lisp/re-builder.el (regexp-builder): New function.
8409         * register.el (describe-register-1): Explicitly handle
8410         yank-excluded-properties = t.
8412         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
8413         (custom-magic-alist): Change the status descriptions again.
8414         (face widget-type): Total rewrite based on `restricted-sexp'
8415         to eliminate the confusing double hiding levels.
8417         * emacs-lisp/debug.el (debug-on-entry-1):
8418         If function body is empty, add nil as body form.
8420 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8422         * emacs-lisp/trace.el (inhibit-trace): New var.
8423         (trace-make-advice): Use it.
8425         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
8427 2005-02-26  Kim F. Storm  <storm@cua.dk>
8429         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
8430         (mouse-on-link-p, mouse-drag-region-1): Use it.
8432 2005-02-25  Lute Kamstra  <lute@gnu.org>
8434         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
8436 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
8438         * frame.el (blink-cursor-mode): Add :group keyword.
8440 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
8442         * calendar/icalendar.el (icalendar--decode-isodatetime):
8443         New optional argument DAY-SHIFT.
8444         (icalendar-export-region): Fix coding-system-for-write.
8445         (icalendar--convert-ical-to-diary): Shift end-day of all-day
8446         events by one.
8448 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8450         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
8452 2005-02-24  Kim F. Storm  <storm@cua.dk>
8454         * international/iso-acc.el (iso-accents-compose): Fix crash
8455         during redisplay.  Call force-window-update after read-event
8456         and delete-region to signal that window is not accurate.
8458 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8460         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
8461         Remove unused and inexistent var `inhibit-trace'.
8462         (debugger-mode): Use run-mode-hooks.
8463         (debugger-list-functions): Add buttons; setup xref stack.
8465 2005-02-23  Richard M. Stallman  <rms@gnu.org>
8467         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
8468         appointment says it was explicitly made.
8469         (appt-add): Set the 3rd element.
8470         (appt-make-list): Preserve explicit appointments.
8472         * subr.el (find-tag-default): Catch errors in forward-sexp.
8474 2005-02-23  Juri Linkov  <juri@jurta.org>
8476         * info.el (Info-isearch-search): New defcustom.
8477         (Info-isearch-search): Call the default isearch function
8478         when Info-isearch-search is nil.
8479         (Info-isearch-wrap): Use variable Info-isearch-search.
8481 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
8483         * cus-edit.el: Comment change.
8485 2005-02-22  Kim F. Storm  <storm@cua.dk>
8487         * progmodes/hideif.el (hide-ifdef-use-define-alist):
8488         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
8490 2005-02-22  Simon Josefsson  <jas@extundo.com>
8492         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
8493         New variable.
8494         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
8495         Oskarsson" <myrkraverk@users.sourceforget.net>.
8497 2005-02-22  Kim F. Storm  <storm@cua.dk>
8499         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
8500         check that window of that event is the selected window.
8501         (mouse-drag-region-1): Compare mouse event window to selected
8502         window before setting point.
8504         * tooltip.el (tooltip-show-help-function): Pass event to
8505         mouse-on-link-p so it can check selected window.
8507 2005-02-22  Kenichi Handa  <handa@m17n.org>
8509         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
8510         (ps-mule-show-warning): New function.
8511         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
8512         characters are found.
8514         * ps-print.el (ps-header-footer-string): Return a list of header
8515         and footer strings.
8517 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8519         * pcvs.el (cvs-retrieve-revision): Fix thinko.
8521 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8523         * frame.el (blink-cursor-mode): Use define-minor-mode.
8525         * term/mac-win.el (function-key-map): Use char-names more consistently.
8526         (file-name-coding-system): Only set it for MacOS-9.  The other case is
8527         already handled in mule-cmds.el (where it also works when mac-win.el
8528         is not used).
8530 2005-02-21  Kenichi Handa  <handa@m17n.org>
8532         * international/mule.el (ctext-pre-write-conversion): Always use
8533         " *code-converting-work*" buffer for work.
8535         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
8537 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
8539         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
8541 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
8543         * ses.el (undo-more): Restore defadvice, but only the part that
8544         allows changes outside the restricted area of the buffer.
8546 2005-02-20  Kim F. Storm  <storm@cua.dk>
8548         * simple.el (line-move): Add fourth optional arg try-vscroll which
8549         must be set to perform auto-window-vscroll.
8550         When moving backwards and doing auto-window-vscroll, automatically
8551         vscroll to the last part of lines which are taller than the window.
8552         (next-line, previous-line): Set try-vscroll arg on line-move.
8554 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
8556         * replace.el (query-replace, query-replace-regexp)
8557         (replace-string, replace-regexp): When operating on region, make
8558         the minibuffer prompt say so.
8560         * isearch.el (isearch-forward): Document isearch-query-replace and
8561         isearch-query-replace-regexp keybindings.
8563 2005-02-19  Jay Belanger  <belanger@truman.edu>
8565         * calc/calc-aent.el (math-read-token): Add local variable.
8567         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
8568         (calc-edit-top): Move declaration to earlier in file.
8569         (calc-edit-macro-repeats): Add local variables.
8571         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
8572         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
8573         calcFunc-tanh.
8574         Adjust integration rule for calcFunc-tan.
8576 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
8578         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
8579         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
8580         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
8581         (viper-skip-separators): Bug fix.
8582         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
8583         particular major mode.
8584         (viper-del-backward-char-in-replace): Don't put deleted char on the
8585         kill ring.
8587         * viper-ex.el (viper-color-display-p): New function.
8588         (viper-has-face-support-p): Use viper-color-display-p.
8590         * viper-keym.el (viper-gnus-modifier-map): New keymap.
8592         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
8594         * viper-util.el (viper-glob-unix-files): Fix shell status check.
8595         (viper-file-remote-p): Make equivalent to file-remote-p.
8597         * viper.el (viper-major-mode-modifier-list):
8598         Use viper-gnus-modifier-map.
8600 2005-02-19  David Kastrup  <dak@gnu.org>
8602         * subr.el (subregexp-context-p): Fix garbled doc string by adding
8603         quoting.
8605 2005-02-19  Jay Belanger  <belanger@truman.edu>
8607         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
8608         Remove extra definitions.
8609         (calc-coth): New function.
8610         (calcFunc-cot): Fix `let'.
8612 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
8614         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
8615         the reasons we use "type pc" in these faces.
8617         * button.el (button): Ditto.
8619 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
8621         * replace.el (query-replace-read-from): Set the value of
8622         query-replace-from-history-variable to handle the case of an empty
8623         string entered to accept the suggested default.
8625         * net/tramp.el (tramp-file-name-for-operation):
8626         Use dired-call-process instead of dired-call-process-command.
8628 2005-02-19  Jay Belanger  <belanger@truman.edu>
8630         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
8631         (math-div-non-trig): New variables.
8632         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
8633         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
8634         (math-combine-prod, math-div-symb-fancy): Add simplifications for
8635         trig expressions.
8637 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
8639         * progmodes/gdb-ui.el (gdb-var-update-handler)
8640         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
8641         for watch expressions,
8642         (gdb-var-create-handler): Don't set speedbar-update-flag.
8643         (gdb-post-prompt): Simplify test for speedbar.
8645 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
8647         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
8648         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
8649         we use the syntax table of the correct buffer.
8650         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
8651         Felix Gatzemeier.
8653         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
8654         (ediff-file-remote-p): Make synonymous with file-remote-p.
8655         In all deffaces ediff-*-face-*, use min-colors.
8657         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
8658         ediff-recurse-to-subdirectories.
8659         (ediff-mark-if-equal): Check that the arguments are strings, use
8660         ediff-same-contents (after to Felix Gatzemeier).
8662         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
8663         nil.
8665 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8667         * log-view.el (log-view-message-re): Fix up Subversion regexp.
8669 2005-02-18  David Kastrup  <dak@gnu.org>
8671         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
8672         use `mark-active' when defined.
8674 2005-02-18  Kenichi Handa  <handa@m17n.org>
8676         * ps-print.el (ps-font-info-database): New entry
8677         ZapfChancery-MediumItalic with correct font name.  Fix font name
8678         of the entry Zapf-Chancery-MediumItalic.
8680 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
8682         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
8684 2005-02-16  Kim F. Storm  <storm@cua.dk>
8686         * ido.el (ido-fallback-command): Pass user input to fallback command.
8688 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
8690         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
8691         (gdb-find-file-hook): Add server prefix.
8693 2005-02-16  Richard M. Stallman  <rms@gnu.org>
8695         * replace.el (perform-replace): Pass new args to replace-highlight.
8696         (replace-highlight): Take region args,
8697         and pass them to isearch-lazy-highlight-new-loop.
8699         * novice.el (disabled-command-hook): Autoload the defalias
8700         and the make-obsolete-variable call.
8702         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
8704         * isearch.el (isearch-lazy-highlight-start-limit)
8705         (isearch-lazy-highlight-end-limit): New variables limit
8706         the region for highlighting.
8707         (isearch-lazy-highlight-new-loop): New args BEG and END.
8708         (isearch-lazy-highlight-search): Use the new vars.
8709         (isearch-lazy-highlight-update): Likewise.
8711         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
8713         * cus-start.el (all): Use default-boundp.
8715 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
8717         * menu-bar.el (menu-bar-select-frame): Handle current frame.
8719 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
8721         * autorevert.el (auto-revert-stop-on-user-input)
8722         (auto-revert-verbose): Doc fixes.
8724 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
8726         * international/mule-cmds.el (set-locale-environment): Remove call
8727         to set-selection-coding-system on Windows.
8729 2005-02-15  Jay Belanger  <belanger@truman.edu>
8731         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
8732         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
8733         calcFunc-coth.
8734         (math-simplify-sqrt): Add simplifications.
8736         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
8737         to list.
8739         * calc/calc-ext.el: Add functions to autoloads.
8741         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
8742         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
8743         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
8744         (math-csc-raw, math-cot-raw): New functions.
8746         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
8748         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
8749         the variable name in a message.
8751         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
8752         calcFunc-csc, calcFunc-cot.
8754         * calc/calcalg2.el: Add derivative and integration rules for
8755         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
8756         calcFunc-csch, calcFunc-coth.
8757         (math-do-integral-methods): Add to checks for when to use
8758         substitutions.
8760         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
8762 2005-02-15  Lute Kamstra  <lute@gnu.org>
8764         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8765         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
8766         <monnier@iro.umontreal.ca>
8767         (lisp-outline-level): Improve efficiency.  Suggested by David
8768         Kastrup <dak@gnu.org>.
8770 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
8772         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
8773         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
8774         (gdb-set-gud-minor-mode-existing-buffers): New functions.
8775         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
8776         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
8778 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
8780         * cus-start.el (all): Comment change.
8782 2005-02-14  Lute Kamstra  <lute@gnu.org>
8784         * cus-start.el (all): Check if symbol is void.
8786 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
8788         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
8789         optional argument to \cite.
8791 2005-02-14  Richard M. Stallman  <rms@gnu.org>
8793         * cus-edit.el (custom-buffer-create-internal): Update help message.
8794         (custom-magic-alist): Update help messages.
8796         * cus-start.el (all): Allow a var to specify a standard value.
8798 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
8800         * custom.el (custom-theme-set-variables): Handle variable aliases.
8802         * frame.el (blink-cursor-timer): Doc fix.
8803         (blink-cursor): Make it an alias for `blink-cursor-mode' and
8804         declare obsolete.
8805         (blink-cursor-mode): Define with defcustom and use correct
8806         standard expression in that defcustom.
8807         * startup.el (command-line): Adapt to above changes in frame.el.
8809 2005-02-11  Lute Kamstra  <lute@gnu.org>
8811         * apropos.el (apropos-score-doc): Prevent division by zero.
8813 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
8815         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
8816         (icalendar--get-event-property-attributes)
8817         (icalendar--get-event-properties)
8818         (icalendar--datetime-to-diary-date): New functions.
8819         (icalendar--split-value): Doc fix.
8820         (icalendar--datetime-to-noneuropean-date)
8821         (icalendar--datetime-to-european-date): New optional argument
8822         SEPARATOR.  Return result as a string instead of a list.
8823         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
8824         (icalendar--convert-string-for-export): Rename arg S to STRING.
8825         (icalendar-export-region): Doc fix.  Change name of error buffer.
8826         Save output buffer.
8827         (icalendar-import-file): Add blank at end of prompt.
8828         (icalendar-import-buffer): Doc fix.  Do not switch to error
8829         buffer.  Indicate status in return value.
8830         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
8831         buffer.  Save output buffer.  Handle exception from recurrence
8832         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
8833         events.  Fix problems with weekly all-day events.
8835 2005-02-10  Richard M. Stallman  <rms@gnu.org>
8837         * simple.el (eval-expression-print-format):
8838         Avoid warning about edebug-active.
8840         * help.el (help-for-help-internal): Rename from help-for-help.
8841         (help-for-help): Define with defalias.
8843         * font-core.el (font-lock-default-function): Use with-no-warnings.
8845         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
8847         * custom.el (defface): Doc fix.
8849 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
8851         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
8852         width 0" to prevent word wrapping problems.
8854 2005-02-09  Kim F. Storm  <storm@cua.dk>
8856         * ido.el (ido-file-extensions-order): New defcustom.
8857         (ido-file-extension-lessp, ido-file-extension-aux)
8858         (ido-file-extension-order): New advanced file ordering.
8859         (ido-file-lessp): New simple file ordering.
8860         (ido-sort-list): Remove.
8861         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
8862         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
8864 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
8866         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
8867         that some versions of grep produce.
8868         (grep-mode-font-lock-keywords): Likewise.
8870 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
8872         * progmodes/gdb-ui.el (gdb-location-list): New variable.
8873         (gdb-cdir): Delete.
8874         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
8875         (gdb-source-info): Treat case when source file is in another
8876         directory properly.
8877         (gdb-get-location): New function.
8879 2005-02-07  Jay Belanger  <belanger@truman.edu>
8881         * calc/calc-prog.el (calc-write-parse-table-part)
8882         (calc-fix-token-name): Fix a check for language type.
8884         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
8886 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
8888         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
8889         as directory not writable.
8891 2005-02-07  Kim F. Storm  <storm@cua.dk>
8893         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
8894         (cua--standard-movement-commands): Remove list.
8895         Instead, set CUA property value to move for movement commands.
8896         (cua-movement-commands): Remove.  Users must set CUA prop instead.
8897         (cua--pre-command-handler): Check CUA property.
8898         (cua--init-keymaps): Don't remap undo commands.
8899         (cua-mode): Don't call cua--rectangle-on-off.
8901         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
8902         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
8903         (cua--rect-undo-set-point): New var.
8904         (cua--rectangle-undo-boundary): Setup undo apply entry.
8905         (cua--rect-undo-handler): New function for rectangle undo.
8906         (cua--rect-start-position, cua--rect-end-position): Add.
8907         (cua--rectangle-post-command): Call cua--rectangle-set-corners
8908         for restored rectangle.  Set point if cua--rect-undo-set-point.
8910 2005-02-06  Jay Belanger  <belanger@truman.edu>
8912         * calc/calc-lang.el (calc-tex-language): Display more information
8913         in messages.
8915         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
8916         in TeX mode.
8918 2005-02-06  Richard M. Stallman  <rms@gnu.org>
8920         * emacs-lisp/lisp.el (buffer-end): Doc fix.
8922 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
8924         * net/ldap.el (ldap-search-internal): Support attributes with
8925         optional descriptions separated by a semi-colon, as in
8926         "userCertificate;binary".
8928 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8930         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
8931         isn't a cons (i.e. the version is 0).
8933 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
8935         * help.el (help-for-help): Doc fix.
8937 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
8939         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
8940         GDB-Windows on the menu-bar as this works better.
8942 2005-02-04  Jay Belanger  <belanger@truman.edu>
8944         * calc/calc-embed.el (calc-embedded-update): Don't put in
8945         unnecessary newlines.  Adjust the end of formula marker.
8947         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
8948         (math-latex-parse-two-args): New function.
8950 2005-02-03  Lute Kamstra  <lute@gnu.org>
8952         * help-fns.el (help-with-tutorial): Make sure that users cannot
8953         remove the entire text of the tutorial by means of `undo'.
8955 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8957         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
8958         in recent changes, where the ispell process was repeatedly
8959         killed & restarted.
8961         * international/mule-cmds.el (set-locale-environment): Set file-name
8962         coding system to utf-8 on Darwin systems.
8963         (set-default-coding-systems): Don't set default-file-name-coding-system
8964         on Darwin systems.
8966 2005-02-03  Richard M. Stallman  <rms@gnu.org>
8968         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
8970 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
8972         * faces.el (list-faces-display): Add optional argument.
8974 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8976         * font-core.el (font-lock-default-function): Handle the rare case where
8977         only font-lock-keywords is set.
8979 2005-02-02  Kenichi Handa  <handa@m17n.org>
8981         * international/characters.el: Cancel previous change for
8982         I-WITH-DOT-ABOVE and DOTLESS-i.
8984         * international/latin-5.el: Cancel previous change.
8986 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
8988         * progmodes/gud.el: Correction to syntax in gud-menu-map.
8990 2005-02-02  Kenichi Handa  <handa@m17n.org>
8992         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
8993         DOTLESS-i.
8995         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
8996         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
8998         * case-table.el (get-upcase-table): New function.
8999         (copy-case-table): Copy upcaes table too if non-nil.
9000         (set-case-syntax-delims): Maintain upcase table too.
9001         (set-case-syntax-pair): Likewise.
9002         (set-upcase-syntax, set-downcase-syntax): New functions.
9003         (set-case-syntax): Maintain upcase table too.
9005 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
9007         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
9009         * progmodes/gud.el (gud-goto-info): New function.
9010         (gud-tool-bar-map): Use correct icon.
9012 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
9014         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
9015         When delegating, order args in the funcall correctly.
9017 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
9019         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
9021 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
9023         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
9024         buffer not visiting a file.
9026 2005-01-31  Jay Belanger  <belanger@truman.edu>
9028         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
9029         bound on the line with the formula.
9031 2005-01-31  Kim F. Storm  <storm@cua.dk>
9033         * ses.el (ses-create-cell-variable-range)
9034         (ses-destroy-cell-variable-range, ses-reset-header-string)
9035         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
9036         (ses-insert-row): Fix format of apply undo entries.
9038 2005-01-31  Jay Belanger  <belanger@truman.edu>
9040         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
9041         parts.
9043         * calc/calc-embed.el (calc-embedded-open-formula)
9044         (calc-embedded-close-formula): Ignore matrix environments.
9046         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
9047         TeX mode.
9049         * calc/calc-lang.el (math-function-table, math-oper-table)
9050         (math-variable-table): Adjust the LaTeX portions.
9052         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
9053         (math-latex-ignore-words): New constant.
9055 2005-01-31  Richard M. Stallman  <rms@gnu.org>
9057         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
9058         (ispell-local-dictionary): Doc fix.
9059         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
9060         Don't reinitialize at run time.  Don't defcustom.
9061         All uses changed to append ispell-local-dictionary-alist,
9062         or check it first.
9063         (ispell-current-dictionary): New variable for dictionary in use.
9064         (ispell-dictionary): Now used only for global default.
9065         (ispell-start-process): Set ispell-current-dictionary,
9066         not ispell-dictionary.
9067         (ispell-change-dictionary): Use this only for setting
9068         user preferences.
9069         (ispell-internal-change-dictionary): New function
9070         to change the current dictionary in use.
9071         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
9072         Use ispell-current-dictionary.
9073         Handle ispell-local-dictionary-overridden.
9074         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
9076 2005-01-31  Jay Belanger  <belanger@truman.edu>
9078         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
9080         * calc/calc-ext.el: Add calc-latex-language to autoloads.
9081         (calc-mode-map): Add calc-latex-language.
9083         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
9084         (math-latex-print-frac): New functions.
9085         (math-oper-table, math-function-table, math-variable-table)
9086         (math-complex-format, math-input-filter): Add latex properties.
9087         (calc-set-language): Set math-expr-special-function-mapping.
9089         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
9090         (calc-write-parse-table-part): Add LaTeX support.
9092         * calc/calc.el (calc-language): Adjust docstring.
9093         (calc-set-mode-line): Add LaTeX support.
9094         (math-expr-special-function-mapping): New variable.
9095         (math-tex-ignore-words): Add to list.
9097         * calc/calccomp.el (math-compose-expr, math-compose-rows):
9098         Add LaTeX support.
9099         (math-compose-expr): Add support for special functions.
9101         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
9103 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
9105         * progmodes/gdb-ui.el (gdb-memory-address)
9106         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
9107         (gdb-memory-mode-map, gdb-memory-format-keymap)
9108         (gdb-memory-format-menu, gdb-memory-unit-keymap)
9109         (gdb-memory-unit-menu): New variables for a buffer
9110         that lets the user examine program memory.
9111         (gdb-memory-set-address, gdb-memory-set-repeat-count)
9112         (gdb-memory-format-binary, gdb-memory-format-octal)
9113         (gdb-memory-format-unsigned, gdb-memory-format-signed)
9114         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
9115         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
9116         (gdb-memory-unit-word, gdb-memory-unit-halfword)
9117         (gdb-memory-unit-byte, gdb-memory-unit-menu)
9118         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
9119         (gdb-memory-mode, gdb-memory-buffer-name)
9120         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
9121         New functions for above buffer.
9123 2005-01-30  Richard M. Stallman  <rms@gnu.org>
9125         * cus-edit.el (custom-bury-buffer): Function deleted.
9126         (custom-buffer-done-function): Option deleted.
9127         (custom-buffer-done-kill): New (replacement option.
9128         (Custom-buffer-done): Call quit-window.
9129         (custom-buffer-create-internal): Update for above changes.
9131 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
9133         * simple.el (undo-ask-before-discard): New var.
9134         (undo-outer-limit-truncate): Implement it.
9135         (undo-extra-outer-limit): Doc update.
9137 2005-01-29  Richard M. Stallman  <rms@gnu.org>
9139         * ses.el (undo-more): Delete defadvice.
9140         (ses-begin-change): Doc fix.
9142         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
9143         instead of rebinding C-x u and C-_.
9145         * files.el (normal-backup-enable-predicate): Return nil for files
9146         in /tmp, regardless of temporary-file-directory.
9148         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
9150         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
9151         (open-rectangle, delete-whitespace-rectangle-line)
9152         (clear-rectangle-line): If FILL, pass t instead of FILL
9153         for move-to-column's 2nd arg.
9155         * simple.el (undo): Fix the test for continuing a series of undos.
9156         (undo-more): Set pending-undo-list to t when we reach end.
9157         (pending-undo-list): Move up defvar.
9159         * wid-edit.el (widget-button-click):
9160         Shorten the range of the track-mouse binding.
9162         * comint.el (comint-insert-input): Undo previous changes;
9163         use last-input-event in interactive spec.
9165 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
9167         * progmodes/compile.el (compilation-start): Bind buffer-read-only
9168         to nil before invoking call-process.  Reset buffer's modified flag
9169         after fontifying it in the no-async branch.
9171         * wid-edit.el (widget-specify-button): If mouse pointer shape
9172         cannot be changed, use mouse face instead.
9174 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
9176         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
9177         (gdb-goto-breakpoint): Make breakpoint handling work on template
9178         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
9179         (gdb-assembler-custom): Update to recognize breakpoint information
9180         added on 2005-01-19.
9182 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9184         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
9185         (dsssl-mode): Use define-derived-mode.
9186         (scheme-mode-initialize): Remove.
9187         (scheme-mode): Use run-mode-hooks.
9189         * cus-edit.el (customize-group-other-window)
9190         (custom-buffer-create-other-window): Don't override special-display-*.
9191         (custom-mode-map): Make it dense.
9193         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
9194         sets the default value.
9196 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
9198         * descr-text.el: Add more keywords.
9200 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9202         * speedbar.el: Avoid unnecessary use of locate-library.
9204         * international/mule-cmds.el (standard-display-european-internal):
9205         Don't fiddle with latin-1 non-break space any more since it's now
9206         special cased in the C code.
9207         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
9209 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
9211         * cus-start.el (all): Add `undo-outer-limit'.
9213 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9215         * textmodes/bibtex.el (bibtex-format-entry):
9216         Use `bibtex-empty-field-re' only on the text of fields, not on entire
9217         field lines.
9218         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
9219         not on part of a buffer.
9221 2005-01-25  Lute Kamstra  <lute@gnu.org>
9223         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
9224         nonempty field text strings like "{letters\\macro{}more letters}".
9225         Clarify docstring.
9226         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
9227         (bibtex-entry-offset, bibtex-parse-association)
9228         (bibtex-parse-field-name): Fix typos in docstrings.
9229         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
9231 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
9233         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
9234         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
9235         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
9236         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
9238         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
9239         isearch minor mode.
9241 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
9243         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
9245 2005-01-24  Lute Kamstra  <lute@gnu.org>
9247         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
9248         CASECHARS and NOT-CASECHARS regular expressions of the
9249         "nederlands" and "nederlands8" dictionaries to prevent a "Range
9250         striding over charsets" error.
9252 2005-01-24  Jay Belanger  <belanger@truman.edu>
9254         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
9255         display variable name.
9257 2005-01-24  Kenichi Handa  <handa@m17n.org>
9259         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
9260         Fix setting of the element of encoded-kbd-iso2022-invocations.
9262 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
9264         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
9265         (gdb-threads-select): Change to also accept mouse events.
9266         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
9267         (gdb-threads-mouse-select): Delete.
9269 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
9271         * files.el (insert-directory): Take care of empty directory,
9272         listed without -a switch.
9274 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9276         * textmodes/refill.el (refill-post-command-function):
9277         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
9278         to the list of functions that we should be careful not to undo.
9279         (refill-late-fill-paragraph-function): Remove.
9280         (refill-saved-state): New var.
9281         (refill-mode): Use it to save fill-paragraph-function.
9282         Save also the value of auto-fill-function.
9284         * term/w32-win.el: Simplify code.
9286 2005-01-23  Kim F. Storm  <storm@cua.dk>
9288         * simple.el (line-move): Adapt to new return value from
9289         pos-visible-in-window-p.
9291         * simple.el (line-move): Fix last change.  Check partial
9292         visibility at point rather than at window-start.
9294 2005-01-22  Jason Rumney  <jasonr@gnu.org>
9296         * term/w32-win.el (xw-defined-colors): Remove debug-message.
9298 2005-01-22  David Kastrup  <dak@gnu.org>
9300         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
9302 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
9304         * type-break.el (type-break-mode): Add a test for
9305         type-break-file-name being non-nil.
9307 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
9309         * net/eudc.el (top level): Call (message "") via progn, so that
9310         eudc-options-file is loaded.
9312 2005-01-22  Kim F. Storm  <storm@cua.dk>
9314         * simple.el (line-move-1): Rename from line-move.
9315         (line-move): New function that adjusts vscroll for partially
9316         visible rows, and calls line-move-1 otherwise.
9318 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
9320         * pcomplete.el: define pcomplete-read-event instead of read-event,
9321         since it's not a complete read-event implementation
9323 2005-01-20  Jay Belanger  <belanger@truman.edu>
9325         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
9326         for called function.
9328 2005-01-20  Steven Tamm  <steventamm@mac.com>
9330         * term/mac-win.el (process-connection-type): Remove.
9331         Controlled now by s/darwin.h:PTY_ITERATION.
9333 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9335         * window.el (handle-select-window): Don't switch window when we're
9336         in the minibuffer.
9338 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
9340         * subr.el (dotimes-with-progress-reporter): New macro.
9342         * ses.el (ses-dotimes-msg): Remove macro.
9343         Use `dotimes-with-progress-reporter' instead.
9345 2005-01-19  Steven Tamm  <steventamm@mac.com>
9347         * term/mac-win.el (process-connection-type): Use new
9348         operating-system-release variable to use ptys on Darwin 7 (OS X
9349         10.3) when using carbon build.
9351 2005-01-19  Jay Belanger  <belanger@truman.edu>
9353         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
9354         flags if the last command was a tab or M-tab.
9356         * calc/calc-prog.el (calc-user-define-edit): Put original formula
9357         in formula editing buffer.
9359 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
9361         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
9362         breakpoint image symbol in margin.
9364 2005-01-19  Jay Belanger  <belanger@truman.edu>
9366         * calc/calc-prog.el (calc-execute-kbd-macro):
9367         Ignore calc-keep-arg-flag.
9369 2005-01-19  Kenichi Handa  <handa@m17n.org>
9371         * textmodes/ispell.el (ispell-looking-at): New function.
9372         (ispell-process-line): Use ispell-looking-at to compare the ispell
9373         output and the buffer contents.
9375 2005-01-18  Jay Belanger  <belanger@truman.edu>
9377         * calc/calc.el (calc-display-raw): Fix docstring.
9379 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9381         * simple.el (blink-matching-open): Strip extra info from syntax.
9383         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
9384         funny chars in the end-of-here-doc marker.
9386 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
9388         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
9389         that enable/disabled state of breakpoints is shown correctly in
9390         fringe and on ttys.
9391         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
9392         Add breakpoint information as text properties.
9393         (gdb-mouse-toggle-breakpoint):
9394         Rename to gdb-mouse-set-clear-breakpoint.
9395         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
9396         breakpoints in the margin.
9397         (gdb-remove-strings): Simplify.
9399 2005-01-17  Jay Belanger  <belanger@truman.edu>
9401         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
9402         erasing buffer.
9404 2005-01-17  Richard M. Stallman  <rms@gnu.org>
9406         * progmodes/grep.el (grep-find): Copy from `grep' the condition
9407         for calling grep-compute-defaults.
9409         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
9410         if buffer is empty.
9412         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
9414 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9416         * hilit-chg.el (highlight-changes-mode): Don't autoload.
9418         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
9419         non-preloaded variables.
9421 2005-01-17  Steven Tamm  <steventamm@mac.com>
9423         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
9424         tex-shell cause to force interactivity when using pipes.
9426 2005-01-17  Kim F. Storm  <storm@cua.dk>
9428         * simple.el (just-one-space): Make arg optional.
9430 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
9432         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
9433         posn-at-x-y to t to access left-margin.
9435 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
9437         Sync with Tramp 2.0.47.
9439         * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
9440         catching keep-date problems in cp/scp operations.
9441         (tramp-handle-copy-file): Don't call `set-file-modes'
9442         unconditionally.  Specialized functions should know better what is
9443         necessary.  This improves performance a little bit, and the
9444         functions could catch errors with `cp -p' and `scp -p'.
9445         (tramp-do-copy-or-rename-file-via-buffer)
9446         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
9447         when appropriate.
9448         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
9449         Call `set-file-modes' when appropriate.
9450         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
9451         Johnsson <isak@hypergene.com>
9452         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
9453         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
9454         <joakim@verona.se>
9455         (tramp-file-name-for-operation): Mark `shell-command' as magic for
9456         Emacs only.
9458         * tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
9459         `find-file-hooks' and `dired-mode-hook'.
9460         (tramp-minor-mode-map): Respective map.  Add remapping for
9461         `compile' and `recompile'.
9462         (tramp-remap-command, tramp-recompile): New defuns.
9463         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
9464         in buffer "*Compilation*".  Call the commands asynchronously.
9466         * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
9467         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
9468         `shell-command', because it isn't magic in XEmacs.  Reported by
9469         Adrian Aichner <adrian@xemacs.org>.
9471         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
9472         `substitute-in-file-name.
9473         (tramp-smb-handle-substitute-in-file-name): New defun.
9474         (tramp-smb-advice-PC-do-completion): Delete advice.
9476 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
9478         * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
9479         Fix error in deleting region.
9481 2005-01-15  Richard M. Stallman  <rms@gnu.org>
9483         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
9484         In non-temp buffer, switch syntax table temporarily.
9486         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
9488         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
9490         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
9492         * imenu.el (imenu--split-menu): Copy menulist before sorting.
9493         (imenu--generic-function): Use START, not BEG, as pos of definition.
9495         * simple.el (just-one-space): Argument specifies number of spaces.
9497         * simple.el (eval-expression-print-format): Avoid warning
9498         about edebug-active.
9500 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
9502         * progmodes/sh-script.el: Code copied from make-mode.el
9503         with small changes,
9504         (sh-mode-map): Bind C-c C-\.
9505         (sh-backslash-column, sh-backslash-align): New variables.
9506         (sh-backslash-region, sh-append-backslash): New functions.
9508 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
9510         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
9511         (rmail-pop-password, rmail-pop-password-required): Move to
9512         rmail-obsolete group.
9513         (rmail-set-pop-password): Rename to rmail-set-remote-password.
9514         All callers updated.
9515         (rmail-get-pop-password): Rename to rmail-get-remote-password.
9516         Take an argument specifying whether it is POP or IMAP mailbox we
9517         are using.  All callers updated.
9518         (rmail-pop-password-error): Rename to
9519         rmail-remote-password-error.  Added mailutils-specific error message.
9520         (rmail-movemail-search-path)
9521         (rmail-movemail-variant-in-use): New variables.
9522         (rmail-remote-password, rmail-remote-password-required):
9523         New customization variables.
9524         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
9525         (rmail-parse-url): New function.
9526         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
9527         with GNU mailutils movemail.
9529 2005-01-15  Kevin Ryde  <user42@zip.com.au>
9531         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
9532         suffix to space, $ or '$, to correctly position point when going
9533         to @table style constants like DBL_MAX.
9535 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
9537         * type-break.el (type-break-mode, type-break-file-time)
9538         (type-break-file-keystroke-count, type-break-choose-file):
9539         Don't store data in or load data from the file if type-break-file-name
9540         is nil.
9541         (type-break-file-name): Doc update as per the above.
9543 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
9545         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
9546         lookup-key might return nil; handle that.
9548 2005-01-15  Alan Mackenzie  <acm@muc.de>
9550         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
9551         rather than the element found, thus enabling the tree to be setcar'd.
9553 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
9555         * textmodes/org.el (org-show-following-heading): New option.
9556         (org-show-hierarchy-above): Use `org-show-following-heading'.
9557         (org-cycle): Documentation fix.
9559         * textmodes/org.el (orgtbl-optimized): New option
9560         (orgtbl-mode): New command, a minor mode.
9561         (orgtbl-mode-map): New variable.
9562         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
9563         (orgtbl-error, orgtbl-self-insert-command)
9564         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
9566         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
9567         a local variable in each org-mode buffer.
9569         * textmodes/org.el (org-set-regexps-and-options): Rename from
9570         `org-set-regexps'.  Added checking for STARTUP keyword.
9571         (org-get-current-options): Add STARTUP options.
9572         (org-table-insert-row): Make mode intelligent about when
9573         realignment is needed.
9574         (org-self-insert-command, org-delete-backward-char, org-delete-char):
9575         New commands.
9576         (org-enable-table-editor): New default value `optimized'.
9577         (org-table-blank-field): Support blanking regions if active.
9579 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
9581         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
9582         if the year is not given.
9584         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
9585         Add new escapes %m and %M, fixed bug with %F by adding
9586         save-match-data.
9587         (reftex-reference): Remove ?. from list of spaces.
9588         (reftex-label-info): Add automatic label prefix recognition.
9590         * textmodes/reftex-index.el (reftex-index-next-phrase):
9591         Add slave parameter to call of `reftex-index-this-phrase'.
9592         (reftex-index-this-phrase): New optional argument.
9593         (reftex-index-region-phrases): Add slave parameter to call of
9594         `reftex-index-this-phrase'.
9595         (reftex-display-index): New argument redo.
9596         (reftex-index-rescan): Add 'redo to arguments of
9597         `reftex-display-index'.
9598         (reftex-index-Rescan, reftex-index-revert)
9599         (reftex-index-switch-index-tag): Add 'redo to arguments of
9600         `reftex-display-index'.
9601         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
9602         indexing.  Fix bug with matching is there is a quote before or
9603         after the word.
9605         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
9606         Fix bug when collecting citation keys in lines with comments.
9607         (reftex-citation): Prefix argument no longer rescans the document,
9608         but forces prompting for optional arguments of cite macros.
9609         (reftex-do-citation): Prompting for optional arguments implemented.
9611         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
9612         Add optional arguments to most cite commands.
9613         (reftex-cite-cleanup-optional-args): New option
9614         (reftex-cite-prompt-optional-args): New option.
9615         (reftex-trust-label-prefix): New option.
9617         * textmodes/reftex-toc.el (reftex-toc-find-section):
9618         Add push-mark before changing the position in the buffer.
9620         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
9621         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
9623 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
9625         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
9626         more carefully.
9628 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9630         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
9631         (sgml-mode): Use it.
9632         (sgml-get-context): Better keep track of implicitly closed tags.
9634 2005-01-13  Kenichi Handa  <handa@m17n.org>
9636         * textmodes/ispell.el: These changes are to fix misalignment error
9637         caused by equivalent characters of different Emacs charsets.
9638         (ispell-unified-chars-table): New variable.
9639         (ispell-get-decoded-string): New function.
9640         (ispell-get-casechars, ispell-get-not-casechars)
9641         (ispell-get-otherchars): Call ispell-get-decoded-string.
9643 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
9645         * custom.el (custom-declare-variable): Just put symbol instead
9646         of (defvar . symbol) in `current-load-list'.
9648 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9650         * emacs-lisp/elint.el: Fixed typo in Commentary section.
9652 2005-01-12  Jay Belanger  <belanger@truman.edu>
9654         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
9655         to create a Calc summary.
9657 2005-01-12  Kim F. Storm  <storm@cua.dk>
9659         * mouse.el (mouse-on-link-p): Change functionality and doc
9660         string to comply with latest description in lisp ref.
9662 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
9664         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
9665         Enable mouse clicks on mode-line, header-line and margin.
9666         (event-type): Give mouse event symbols an 'event-kind property
9667         with value 'mouse-click.
9669 2005-01-12  Juri Linkov  <juri@jurta.org>
9671         * facemenu.el (list-colors-display): Add new arg buffer-name.
9672         Use it.  Fix docstring.  Replace code for identifying duplicate
9673         colors by the name with call to `list-colors-duplicates' which
9674         identifies duplicate colors by the value unless the color
9675         is one of special Windows colors.  Set truncate-lines to t.
9676         Print sorted duplicate color names on each line.  Indent to 22
9677         \(the longest color name in rgb.txt) instead of 20.  Optimize.
9678         (list-colors-duplicates): New function.
9679         (facemenu-color-name-equal): Delete function.
9681         * facemenu.el (list-colors-print): New function created from code
9682         in list-colors-display.  Print #RRGGBB at the window right edge.
9683         (list-colors-display): When temp-buffer-show-function is not
9684         defined, call list-colors-print from temp-buffer-show-hook
9685         to get the right value of window-width in list-colors-print
9686         after the buffer is displayed.
9688         * simple.el (pop-mark): Move deactivate-mark out of conditional
9689         part to deactivate the active mark regardless of the state of the
9690         mark ring.
9692         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
9693         variables line in desktop files.
9695 2005-01-12  Juri Linkov  <juri@jurta.org>
9697         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
9698         Bring together isearch highlight related options.
9699         (lazy-highlight): Replace group `replace' by `matching'.
9700         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
9701         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
9702         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
9703         and declare them obsolete.
9704         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
9705         (isearch-faces): Remove defgroup.
9706         (isearch-overlay, isearch-highlight, isearch-dehighlight):
9707         Move isearch highlighting code closer to lazy highlighting code.
9709         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
9710         (query-replace-highlight, query-replace-lazy-highlight)
9711         (query-replace): Move definitions to the beginning of the file.
9713 2005-01-11  Juri Linkov  <juri@jurta.org>
9715         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
9716         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
9717         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
9719         * info.el (Info-history-forward): New variable.
9720         (Info-select-node): Reset Info-history-forward to nil.
9721         (Info-last): Turn into defalias.
9722         (Info-history-back): Rename from Info-last.
9723         Add current node to Info-history-forward.
9724         (Info-history-forward): New fun.
9725         (Info-mode-map): Replace Info-last by Info-history-back.
9726         Bind Info-history-forward to "r".
9727         (Info-mode-menu): Replace Info-last by Info-history-back.
9728         Fix menu item text.  Add menu item for Info-history-forward.
9729         (info-tool-bar-map): Replace Info-last by Info-history-back.
9730         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
9731         for Info-history-forward.
9732         (Info-mode): Replace Info-last by Info-history-back in docstring.
9733         Add local variable Info-history-forward.
9734         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
9736 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9738         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
9739         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
9740         Ignore select-window events rather than fiddle with
9741         mouse-autoselect-window.
9743 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
9745         * type-break.el (type-break-mode): Fix previous change.
9747 2005-01-10  Jay Belanger  <belanger@truman.edu>
9749         * calc/calc-ext.el (calc-reset): Reset when inside embedded
9750         calculator; only reset when point is inside a calculator.
9751         Don't adjust the window height if the window takes up the whole height
9752         of the frame.
9754 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
9756         * ebuff-menu.el (Electric-buffer-menu-mode):
9757         Preserve value of buffer-local var header-line-format.
9759 2005-01-09  Jay Belanger  <belanger@truman.edu>
9761         * calc/calc.el (calc-mode-var-list-restore-saved-values):
9762         Make sure settings file exists before accessing it.
9764         * calc/calc-embed.el (calc-embedded-subst):
9765         Replace math-multi-subst-rec, which is only supposed to be called
9766         by math-multi-subst, by math-multi-subst.
9768 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
9770         * vc.el (vc-allow-async-revert): New user option.
9771         (vc-disable-async-diff): New internal variable.
9772         (vc-revert-buffer): Use them to disable asynchronous diff.
9774         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
9775         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
9776         asynchronously if vc-disable-async-diff is t.
9778 2005-01-09  Jay Belanger  <belanger@truman.edu>
9780         * calc/calc.el (defcalcmodevar): New macro.
9781         (calc-mode-var-list-restore-default-values)
9782         (calc-mode-var-list-restore-saved-values): New functions.
9783         (calc-mode-var-list): Use defcalcmodevar to define it.
9784         (calc-always-load-extensions, calc-line-numbering)
9785         (calc-line-breaking, calc-display-just, calc-display-origin)
9786         (calc-number-radix, calc-leading-zeros, calc-group-digits)
9787         (calc-group-char, calc-point-char, calc-frac-format)
9788         (calc-prefer-frac, calc-hms-format, calc-date-format)
9789         (calc-float-format, calc-full-float-format, calc-complex-format)
9790         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
9791         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
9792         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
9793         (calc-matrix-brackets, calc-language, calc-language-option)
9794         (calc-left-label, calc-right-label, calc-word-size)
9795         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
9796         (calc-display-raw, calc-internal-prec, calc-angle-mode)
9797         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
9798         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
9799         (calc-window-height, calc-display-trail, calc-show-selections)
9800         (calc-use-selections, calc-assoc-selections)
9801         (calc-display-working-message, calc-auto-why, calc-timing)
9802         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
9803         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
9804         (calc-gnuplot-default-device, calc-gnuplot-default-output)
9805         (calc-gnuplot-print-device, calc-gnuplot-print-output)
9806         (calc-gnuplot-geometry, calc-graph-default-resolution)
9807         (calc-graph-default-resolution-3d, calc-invocation-macro)
9808         (calc-show-banner): Use defcalcmodevar to declare them and set
9809         their default values.
9811         * calc/calc-ext.el (calc-reset): Restore saved values of variables
9812         instead of default values (but restore default values if there is
9813         an argument of 0).
9815 2005-01-09  David Kastrup  <dak@gnu.org>
9817         * desktop.el (desktop-restore-eager): Fix typo in type.
9819 2005-01-08  Richard M. Stallman  <rms@gnu.org>
9821         * cus-edit.el (customize): Delete :link.
9823 2005-01-08  Jay Belanger  <belanger@truman.edu>
9825         * calc/calc.el (calc-mode): Remove the extension from the
9826         `calc-settings-file' file name when loading it.
9828 2005-01-08  Kim F. Storm  <storm@cua.dk>
9830         * info.el (Info-mode-map, Info-next-link-keymap)
9831         (Info-prev-link-keymap, Info-up-link-keymap):
9832         Map follow-link to mouse-face.
9833         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
9835 2005-01-08  Jay Belanger  <belanger@truman.edu>
9837         * calc/calc.el (calc-settings-file): Change default value.
9838         Suggested by cgw in a comment in calc-mode.el.
9840         * calc/calc-mode.el (calc-settings-file-name):
9841         Compare calc-settings-file to user-init-file instead of ~/.emacs.
9842         Replace ~/.emacs in a prompt by calc-settings-file.
9844 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
9846         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
9847         (desktop-lazy-idle-delay): New customizable variables.
9848         (desktop-buffer-args-list): New variable.
9849         (desktop-append-buffer-args): New function.
9850         (desktop-save): Call desktop-append-buffer-args for some buffers.
9851         (desktop-lazy-create-buffer): New function.
9852         (desktop-idle-create-buffers): New function.
9853         (desktop-read): Add message about buffers to restore lazily.
9854         (desktop-lazy-abort): New command.
9855         (desktop-clear): Call desktop-lazy-abort.
9856         (desktop-lazy-complete): New command.
9858 2005-01-06  Richard M. Stallman  <rms@gnu.org>
9860         * emacs-lisp/find-func.el (find-face-definition):
9861         Rename from find-face.
9863 2005-01-06  Kim F. Storm  <storm@cua.dk>
9865         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
9867         * man.el (Man-xref-man-page, Man-xref-header-file)
9868         (Man-xref-normal-file): Add follow-link property.
9870 2005-01-06  Jay Belanger  <belanger@truman.edu>
9872         * calc/calc-units.el: Make sure the proper macro definitions are
9873         available when compiling.
9875 2005-01-06  Juri Linkov  <juri@jurta.org>
9877         * isearch.el (isearch-lazy-highlight-update):
9878         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
9880 2005-01-06  Miles Bader  <miles@gnu.org>
9882         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
9883         (isearch-lazy-highlight-face): Use new name.
9885 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9887         * uniquify.el (uniquify-rationalize-file-buffer-names):
9888         Re-add an interactive spec.
9889         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
9890         to the same name.
9892         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
9893         (isearch-update, isearch-done): Adjust calls accordingly.
9895 2005-01-05  Richard M. Stallman  <rms@gnu.org>
9897         * custom.el (custom-set-variables, custom-theme-set-variables):
9898         Clarify documentation.
9900         * emacs-lisp/find-func.el (find-variable)
9901         (find-variable-other-window, find-variable-other-frame):
9902         Fix the TYPE args to find-function-read and find-function-do-it.
9903         (find-function): Doc fix.
9904         (find-function-at-point): Replace function-at-point alias.
9906 2005-01-04  Richard M. Stallman  <rms@gnu.org>
9908         * cus-face.el (custom-declare-face):
9909         Record defface in current-load-list.
9911         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
9913         * emacs-lisp/find-func.el: Doc fixes.
9914         (find-face-regexp): New variable.
9915         (find-function-regexp-alist): New variable.
9916         (find-function-C-source): Third arg is now TYPE.
9917         (find-function-search-for-symbol): Handle general TYPE.
9918         (find-function-read, find-function-do-it): Handle general TYPE.
9919         (find-definition-noselect, find-face): New functions.
9920         (function-at-point): Alias deleted.
9922 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9924         * battery.el (display-battery-mode): Rename from display-battery.
9925         Handle the case where it gets turned off.
9927 2005-01-04  Richard M. Stallman  <rms@gnu.org>
9929         * cus-edit.el (customize): Make :link point to user doc.
9931         * man.el (Man-fontify-manpage): Turn off undo generation.
9933         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
9935 2005-01-04  Andreas Schwab  <schwab@suse.de>
9937         * files.el (insert-directory): Only look for error lines in
9938         inserted text.  Don't move too far after processing --dired markers.
9940 2005-01-04  Richard M. Stallman  <rms@gnu.org>
9942         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
9943         Don't expand if the character is @, period, dash, etc.
9944         (define-mail-abbrev): Quote names that contain problem characters.
9946 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
9948         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
9950 2005-01-03  Richard M. Stallman  <rms@gnu.org>
9952         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
9953         (query-replace-highlight, query-replace-lazy-highlight)
9954         (query-replace): Definitions moved up.  Doc fix.
9956 2005-01-03  Richard M. Stallman  <rms@gnu.org>
9958         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
9959         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
9960         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
9961         (lazy-highlight-face): Rename from isearch-lazy-...
9962         Change all references to them.
9964 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
9966         * cus-edit.el (custom-file): Doc fix for defcustom.
9967         (custom-file): The function no longer sets the variable
9968         `custom-file' to its return value.
9970         * startup.el (command-line): No longer load `custom-file'.
9972 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9974         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
9976         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
9977         Don't confuse module-prefixed identifiers for labels.
9978         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
9980 2005-01-02  Richard M. Stallman  <rms@gnu.org>
9982         * files.el (basic-save-buffer-1): Fix previous change.
9984         * loadhist.el (file-loadhist-lookup): New function.
9985         (file-provides, file-requires): Use it.
9987         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
9988         instead of calculating the right size.
9990 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
9992         * vc-svn.el (vc-svn-diff): Stay local if possible.
9994 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9996         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
9998         * files.el (hack-local-variables): Fix last change.
10000 2005-01-02  Jay Belanger  <belanger@truman.edu>
10002         * calc/calc-yank.el (calc-edit-top): New variable.
10003         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
10004         object.  Change header properties.
10005         (calc-edit-finish, calc-edit-finish-stack-object)
10006         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
10007         edited object.
10008         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
10009         for the beginning of the edited object.
10010         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
10011         for the beginning of the edited object.
10012         * calc/calc-prog.el (calc-edit-macro-finish-edit)
10013         (calc-finish-formula-edit, calc-macro-repeats)
10014         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
10015         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
10016         beginning of the edited object.
10017         (calc-user-define-edit): Change the header for editing macros.
10018         Remove unnecessary variable.
10020 2005-01-01  Jay Belanger  <belanger@truman.edu>
10022         * calc/calc-yank.el (calc-edit-mode): Change default header.
10023         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
10024         * calc/calc-store.el (calc-edit-variable): Change title to match new
10025         header.
10026         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
10027         mode to match new header.
10028         (calc-user-define-edit): Change titles to include names of commands.
10029         (calc-finish-formula-edit): Adjust to handle new header.
10030         (calc-finish-macro-edit): Remove.
10031         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
10032         (calc-edit-macro-command, calc-edit-macro-command-type)
10033         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
10034         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
10035         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
10036         (calc-edit-macro-finish-edit): New functions.
10037         (calc-user-define-edit): Use new functions to edit named calc macros.
10039 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
10041         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
10043         * ses.el (copy-region-as-kill): Deactivate mark.
10045 2005-01-01  Richard M. Stallman  <rms@gnu.org>
10047         * replace.el (occur-1): If the output buffer is also an input,
10048         don't kill it, rename it.
10050         * faces.el (set-face-background, set-face-foreground): Doc fix.
10052         * cus-face.el (custom-face-attributes): Fix :help-echo strings
10053         for :foreground and :background.
10055         * dired.el (dired-view-command-alist): Variable deleted.
10056         (dired-view-file, dired-mouse-find-file-other-window):
10057         Delete the code to use it.
10059 2005-01-01  Kim F. Storm  <storm@cua.dk>
10061         * image.el (insert-sliced-image): Use t for line-height property.
10063 2004-12-31  Jay Belanger  <belanger@truman.edu>
10065         * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
10066         for "var-" at the beginning of the minibuffer.
10068 2004-12-31  Richard M. Stallman  <rms@gnu.org>
10070         * faces.el (read-face-name):
10071         Don't treat an attribute spec as a list of faces.
10073         * simple.el (undo): Use undo-equiv-table to detect
10074         unexpected changes since previous undo.
10075         (undo-list-saved): Variable deleted.
10076         (buffer-disable-undo): Don't alter undo-list-saved.
10078         * files.el (require-final-newline): Allow `visit' and `visit-save'.
10079         (mode-require-final-newline): New option.
10080         (after-find-file): Handle require-final-newline with new values.
10081         (basic-save-buffer): Handle new values of require-final-newline.
10083         * progmodes/sh-script.el (sh-require-final-newline):
10084         Alist value now controls whether to use mode-require-final-newline.
10085         (sh-set-shell): Implement that new meaning.
10087         * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
10088         * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
10089         * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
10090         Delete old-Emacs compatibility code.
10091         (antlr-c-common-init): Function deleted.
10093         * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
10094         * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
10095         * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
10096         * progmodes/python.el (python-mode): Use mode-require-final-newline.
10097         * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
10098         * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
10099         * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
10100         * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
10101         * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
10102         * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
10103         * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
10104         * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
10105         * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
10106         * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
10107         * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
10108         * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
10110 2004-12-31  Jay Belanger  <belanger@truman.edu>
10112         * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
10113         way to return to Calc.
10115         * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
10116         finish, C-xk as the way to cancel the edit.  Add cancel routine to
10117         kill-buffer-hook.
10119         * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
10120         MacEdit code.
10122         * calc/calc-prog.el: Remove obsolete MacEdit code.
10123         (calc-macro-edit-algebraic, calc-macro-edit-variable)
10124         (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
10126 2004-12-31  Kenichi Handa  <handa@m17n.org>
10128         * international/mule.el (buffer-file-coding-system-explicit):
10129         Rename for explicit-buffer-file-coding-system.
10130         (after-insert-file-set-coding): Adjust for the above change.
10132         * files.el (revert-buffer): Change explicit-buffer-file-coding-system
10133         to buffer-file-coding-system-explicit.
10134         (basic-save-buffer-1): Likewise.
10136 2004-12-30  Richard M. Stallman  <rms@gnu.org>
10138         * textmodes/artist.el (artist-butlast-fn): Var deleted.
10139         (artist-butlast, artist-last): Functions deleted.
10140         (artist-ellipse-mirror-quadrant): Call last and butlast directly.
10141         (artist-compute-key-compl-table): Call remq directly.
10142         (artist-remove-nulls): Function deleted.
10143         (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
10144         (artist-push, artist-pop): Macro deleted.
10146 2004-12-30  Andreas Leue  <al@sphenon.de>
10148         * textmodes/artist.el (artist-version): 1.2.6
10149         (artist-prev-next-op-alist): New variable.
10150         (artist-select-next-op-in-list): New function.
10151         (artist-select-prev-op-in-list): New function.
10152         (artist-make-prev-next-op-alist): New function.
10153         (artist-is-in-op-list-p): New function.
10154         (artist-get-first-non-nil-op): New function.
10155         (artist-get-last-non-nil-op): New function.
10156         (artist-mode-init): Call artist-get-last-non-nil-op to initialize
10157         artist-prev-next-op-alist.
10158         (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
10159         change drawing operation.
10161 2004-12-30  Luc Teirlinck  <teirllm@auburn.edu>
10163         * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
10165 2004-12-31  Masatake YAMATO  <jet@gyve.org>
10167         * server.el (server-process-filter): Suppress `error', too.
10169 2004-12-30  Jay Belanger  <belanger@truman.edu>
10171         * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
10172         Change the way a variable is displayed in a message.
10174         * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
10175         (calc-user-define-permanent, calc-execute-kbd-macro):
10176         Replace old function MacEdit-parse-keys with edmacro-parse-keys.
10178 2004-12-30  Kenichi Handa  <handa@m17n.org>
10180         * files.el (basic-save-buffer-1):
10181         Set explicit-buffer-file-coding-system to last-coding-system-used.
10182         (revert-buffer): Pay attention to
10183         explicit-buffer-file-coding-system (not buffer-file-coding-system)
10184         on bind coding-system-for-read.
10186         * international/mule.el (explicit-buffer-file-coding-system):
10187         New buffer local variable.
10188         (after-insert-file-set-coding): Set it to coding-system-for-read.
10190 2004-12-29  Luc Teirlinck  <teirllm@auburn.edu>
10192         * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
10194 2004-12-29  Sanghyuk Suh  <han9kin@mac.com>
10196         * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
10197         that include line numbers.
10199 2004-12-29  Milan Zamazal  <pdm@zamazal.org>
10201         * files.el (hack-local-variables): If no PREFIX, set it to "^".
10202         Redundant variable PREFIXLEN removed.
10204 2004-12-28  Matt Hodges  <MPHodges@member.fsf.org>
10206         * eshell/em-hist.el (eshell-previous-matching-input):
10207         Start the deletion from the end of the output.
10209 2004-12-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10211         * term/mac-win.el: Require x-dnd.
10212         (mac-drag-n-drop): Sync with W32 version.  Use x-dnd.el functions.
10214 2004-12-29  David Kastrup  <dak@gnu.org>
10216         * international/mule.el (decode-coding-inserted-region):
10217         Don't barf if `buffer-undo-list' is already set to `t'.
10219 2004-12-29  Jay Belanger  <belanger@truman.edu>
10221         * calc/calc-prog.el (calc-user-define-formula): Put default values
10222         for function names in prompts.
10223         (calc-user-define-permanent, calc-user-define-composition)
10224         (calc-user-define-formula): Remove the need for "calcFunc-" in the
10225         default input for algebraic functions.
10227 2004-12-29  Thien-Thi Nguyen  <ttn@gnu.org>
10229         * vc-rcs.el (vc-rcs-annotate-command):
10230         Fix omission bug: Call `vc-setup-buffer'.
10232 2004-12-29  Kenichi Handa  <handa@m17n.org>
10234         * international/mule.el (recode-region): New function.
10236 2004-12-28  Richard M. Stallman  <rms@gnu.org>
10238         * simple.el (undo-extra-outer-limit): New variable.
10239         (undo-outer-limit-truncate): Test and set it.
10241         * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
10242         enables the feature to extend the existing region.
10244         * simple.el (mark-word): New arg ALLOW-EXTEND
10245         enables the feature to extend the existing region.
10247         * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
10248         enables the feature to extend the existing region.
10250         * startup.el (site-run-file): Don't allow setting it with Custom.
10252         * simple.el (buffer-disable-undo): Fix previous change.
10254 2004-12-27  Masatake YAMATO  <jet@gyve.org>
10256         * hexl.el (hexlify-buffer): Remove fontification here.
10257         Use font lock mechanism instead.
10258         (hexl-font-lock-keywords): New font lock kewords.
10259         (hexl-mode-old-font-lock-keywords): New variable.
10260         (hexl-mode): Store the old font lock keywords.
10261         (hexl-mode-exit): Restore the old font lock keywords.
10263 2004-12-27  Richard M. Stallman  <rms@gnu.org>
10265         * simple.el (undo): Fix previous change.
10267 2004-12-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10269         * term/mac-win.el: Sync with x-win.el.  Rearrange the contents.
10270         Call mac-clear-font-name-table if invoked on Mac OS 8/9.
10271         Call x-open-connection on Mac OS X.
10273 2004-12-27  Richard M. Stallman  <rms@gnu.org>
10275         * files.el (buffer-save-without-query): New var (buffer-local).
10276         (save-some-buffers): Save those buffers first, w/o asking.
10278         * files.el (insert-directory-ls-version): New variable.
10279         (insert-directory): When ls returns an error, test the version
10280         number to decide what the return code means.
10281         With --dired output format, detect and distinguish lines
10282         that are really error messages.
10283         (insert-directory-adj-pos): New function.
10285         * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
10287         * battery.el (battery-mode-line-format): Remove initial spaces.
10289         * uniquify.el (uniquify-rationalize-file-buffer-names):
10290         Delete interactive spec.
10292         * type-break.el (type-break-mode): Set buffer-save-without-query.
10293         Remove code that tried to set save-some-buffers-always.
10294         (type-break-file-keystroke-count): Bind deactivate-mark.
10296         * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
10298         * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
10299         Test that the buffer is live, and maybe reject current buffer too.
10300         Clarify.
10301         (next-error-find-buffer): Rewrite for clarity.
10303         * loadup.el: Don't use buffer-disable-undo; do it directly.
10305         * help-fns.el (describe-function-1): Call symbol-file with `defun'.
10306         (describe-variable): Call symbol-file with `defvar'.
10308         * subr.el (messages-buffer-max-lines): Alias for message-log-max.
10309         (symbol-file): Rewritten to handle new load-history format.
10310         Now takes an arg TYPE to specify looking for a particular
10311         type of definition only.
10313         * emacs-lisp/debug.el (debugger-make-xrefs):
10314         Call symbol-file with `defun'.
10316         * emacs-lisp/find-func.el (find-function-noselect):
10317         Call symbol-file with `defun'.
10318         (find-variable-noselect): Call symbol-file with `defvar'.
10320         * eshell/esh-cmd.el (eshell-find-alias-function):
10321         Call symbol-file with `defun'.
10323         * eshell/esh-test.el (eshell-test-goto-func):
10324         Call symbol-file with `defun'.
10326         * mail/rmail.el (rmail-resend):
10327         Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
10329         * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
10331         * progmodes/compile.el (compilation-find-buffer): Rename arg.
10333         * textmodes/texinfmt.el (texinfo-format-buffer-1):
10334         Call buffer-disable-undo.
10336         * simple.el (undo-list-saved): New variable (buffer-local).
10337         (undo): Set and test it.
10338         (buffer-disable-undo): Move here from buffer.c.
10339         Clear out undo-list-saved.
10341         * international/mule.el (decode-coding-inserted-region):
10342         Set buffer-undo-list in a correct and optimal way.
10344         * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
10345         (cperl-font-lock-unfontify-region-function): No need to save and
10346         restore info, since font-lock.el does it for us.
10348         * ansi-color.el (save-buffer-state): Definition deleted.
10349         (ansi-color-unfontify-region): Don't use save-buffer-state.
10351 2004-12-27  Dave Love  <fx@gnu.org>
10353         * wid-edit.el (function): Use restricted-sexp as parent.
10355 2004-12-27  Kevin Ryde  <user42@zip.com.au>
10357         * simple.el (next-matching-history-element): Use same
10358         `interactive' form as previous-matching-history-element.
10360         * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
10361         it can appear unencoded and has been seen from yahoo.
10363 2004-12-27  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
10365         * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
10366         in upper case.  Reported by Wojciech Polak <polak@gnu.org>.
10368 2004-12-27  Kenichi Handa  <handa@m17n.org>
10370         * international/utf-8.el (utf-translate-cjk-load-tables):
10371         Bind coding-system-for-read to nil while loading subst-*.
10373 2004-12-26  Jay Belanger  <belanger@truman.edu>
10375         * calc/calc-store.el (calc-read-var-name): Remove "var-" from
10376         default input.
10378 2004-12-26  Luc Teirlinck  <teirllm@auburn.edu>
10380         * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
10381         before reverting and disable undo recording while reverting.
10383 2004-12-26  Thien-Thi Nguyen  <ttn@gnu.org>
10385         * progmodes/hideshow.el (hs-set-up-overlay): New user var.
10386         (hs-make-overlay): New function.
10387         (hs-isearch-show-temporary): Handle `display' overlay prop specially.
10388         (hs-flag-region): Delete function.
10389         (hs-hide-comment-region): No longer use `hs-flag-region'.
10390         Instead, use `hs-discard-overlays' and `hs-make-overlay'.
10391         (hs-hide-block-at-point): Likewise.
10392         (hs-hide-level-recursive): Use `hs-discard-overlays'.
10393         (hs-hide-all, hs-show-all): Likewise.
10394         (hs-show-block): Likewise.
10395         Also, use overlay prop `hs-b-offset', not `hs-ofs'.
10397 2004-12-24  Thien-Thi Nguyen  <ttn@gnu.org>
10399         * progmodes/hideshow.el: Require `cl' when compiling.
10400         Remove XEmacs and Emacs 19 compatibility.
10401         Use `dolist' and `add-to-list' for load-time actions.
10402         (hs-discard-overlays): Use `dolist'.
10403         (hs-show-block): Likewise.
10405 2004-12-23  Dan Nicolaescu  <dann@ics.uci.edu>
10407         * faces.el (mode-line, mode-line-inactive): Use min-colors.
10409 2004-12-23  Thien-Thi Nguyen  <ttn@gnu.org>
10411         * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
10412         When extending backwards, move outside the current comment first.
10414 2004-12-22  Kenichi Handa  <handa@m17n.org>
10416         * international/quail.el (quail-start-translation): Fix prompt
10417         string for the case if input-method-use-echo-area being non-nil.
10418         (quail-start-conversion): Likewise.
10419         (quail-show-guidance): Don't show guidance if
10420         input-method-use-echo-area is non-nil.
10422 2004-12-21  Richard M. Stallman  <rms@gnu.org>
10424         * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
10426 2004-12-21  Markus Rost  <rost@ias.edu>
10428         * calendar/diary-lib.el (mark-diary-entries):
10429         Set mark-diary-entries-in-calendar only after checking for diary-file.
10431 2004-12-21  Richard M. Stallman  <rms@gnu.org>
10433         * faces.el (escape-glyph): Use blue against light foreground.
10435         * simple.el (undo-outer-limit-truncate): New function.
10436         (undo-outer-limit-function): Use undo-outer-limit-truncate.
10438 2004-12-21  Eli Barzilay  <eli@barzilay.org>
10440         * calculator.el (calculator-radix-grouping-mode)
10441         (calculator-radix-grouping-digits)
10442         (calculator-radix-grouping-separator):
10443         New defcustoms for the new radix grouping mode functionality.
10444         (calculator-mode-hook): Now used in electric mode too,
10445         (calculator): Call it.
10446         (calculator-mode-map): Some new keys.
10447         (calculator-message): New function.  Some new calls.
10448         (calculator-op, calculator-set-register): Use it.
10449         (calculator-string-to-number): New function, mostly moved and
10450         updated code from calculator-curnum-value.
10451         (calculator-curnum-value): Use it.
10452         (calculator-paste): Use it, and update grabbing the current-kill.
10453         (calculator-rotate-displayer)
10454         (calculator-rotate-displayer-back): Toggle digit grouping when
10455         in radix mode, use calculator-message.
10456         (calculator-displayer-prev, calculator-displayer-next):
10457         Change digit group size when in radix mode.
10458         (calculator-number-to-string): Rename from
10459         calculator-num-to-string.  Now deals with digit grouping in
10460         radix mode.
10461         (calculator-update-display, calculator-put-value): Use the new name.
10462         (calculator-fact): Return a floating point number.
10463         (calculator-mode): Doc fix.
10465 2004-12-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
10467         * calendar/calendar.el (view-other-diary-entries): Add autoload.
10468         * calendar/diary-lib.el (view-other-diary-entries):
10469         Use current-prefix-arg in interactive spec.
10471 2004-12-19  Jay Belanger  <belanger@truman.edu>
10473         * calc/calc-aent.el (calcAlg-blank-matching-open):
10474         Temporarily adjust the syntax of both delimiters of half-open intervals.
10476 2004-12-19  Kim F. Storm  <storm@cua.dk>
10478         * mouse.el (mouse-1-click-follows-link): Doc fix.
10480 2004-12-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10482         * term/mac-win.el (encoding-vector, mac-font-encoder-list)
10483         (ccl-encode-mac-centraleurroman-font): Use centraleurroman
10484         instead of centraleuropean as the name
10486 2004-12-17  Michael Albinus  <michael.albinus@gmx.de>
10488         Sync with Tramp 2.0.46.
10490         * net/tramp.el (tramp-maybe-send-perl-script): Change order of
10491         parameters wrt Tramp convention.
10492         (tramp-handle-file-attributes-with-perl)
10493         (tramp-handle-directory-files-and-attributes): Apply it.
10494         (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
10495         `copy-program'.  Reported by Zack Weinberg
10496         <zack@codesourcery.com>.
10497         (top): Set `edebug-form-spec' property directly rather than
10498         calling `def-edebug-spec'.
10500         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
10501         advice less fragile.  Surround temporary redefinition of
10502         `substitute-in-file-name' with `unwind-protect'.  Suggested by
10503         Matt Hodges <MPHodges@member.fsf.org>.
10505 2004-12-17  Juri Linkov  <juri@jurta.org>
10507         * replace.el (occur-accumulate-lines, occur-engine):
10508         Make forcing deferred font-lock fontification jit-specific.
10510 2004-12-17  Kim F. Storm  <storm@cua.dk>
10512         * mouse.el (mouse-1-click-follows-link): New defcustom.
10513         (mouse-on-link-p): New function.
10514         (mouse-drag-region-1): Implement mouse-1-click-follows-link
10515         functionality.  Map a mouse-1 click event into a mouse-2 (or
10516         other) event when position is inside a link.
10518         * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
10519         prefix in tooltip text with "mouse-1" when this is a link
10520         recognized by mouse-1-click-follows-link functionality.
10522         * help.el (describe-key): Report effective and original binding
10523         for mouse-1 when clicked on a link.
10524         (describe-mode): Add follow-link property to "minor-mode" button.
10526         * help-fns.el (describe-variable): Add follow-link property to
10527         "below" button.
10529         * help-mode.el (help-xref): Add follow-link property.
10531         * apropos.el (apropos-symbol, apropos-function, apropos-macro)
10532         (apropos-command, apropos-variable, apropos-face, apropos-group)
10533         (apropos-widget, apropos-plist): Add follow-link property.
10535         * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
10536         checks if position is in a filename, rather than some other
10537         clickable item.  Function looks for cvs-filename-face at position.
10539         * wid-edit.el (widget-specify-field, widget-specify-button):
10540         Map a :follow-link keyword into a follow-link property.
10541         (link): Add :follow-link keyword, map to RET binding.
10543         * dired.el (dired-mode-map): Map follow-link to mouse-face.
10545         * progmodes/compile.el (compilation-minor-mode-map)
10546         (compilation-button-map, compilation-mode-map): Likewise.
10548 2004-12-17  Thien-Thi Nguyen  <ttn@gnu.org>
10550         * play/zone.el (zone): Init `line-spacing' from orig buffer.
10551         (zone-replace-char): Take `count' and `del-count'
10552         instead of `direction'.  Update callers.  When `del-count' is
10553         non-nil, delete that many characters, otherwise `count' characters
10554         backwards.  Insert the newly-replaced string `count' times.
10555         (zone-fret): Handle chars w/ width greater than one.
10556         (zone-fall-through-ws): No longer take window width `ww'.
10557         Update callers.  Add handling for `char-width' greater than one.
10558         (zone-pgm-drip): Update var holding window-end position every cycle.
10560 2004-12-17  Andre Spiegel  <spiegel@gnu.org>
10562         * vc.el (vc-default-update-changelog): Use insert-file-contents,
10563         rather than insert-file.
10565 2004-12-16  Jay Belanger  <belanger@truman.edu>
10567         * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
10568         (math-init-random-base, math-random-digit): Check to see if
10569         var-RandSeed is bound.
10570         (math-random-last): Declare it.
10571         (math-random-digit): Don't make math-random-last local.
10573 2004-12-16  Thien-Thi Nguyen  <ttn@gnu.org>
10575         * play/zone.el (zone): Fix omission bug: Use a self-disabling
10576         one-shot thunk for uniform (error, quit, normal) recovery.
10577         Reported by John Paul Wallington.
10578         (zone-pgm-random-life): Fix bug:
10579         Recognize empty initial field by lack of "@" chars.
10581 2004-12-16  Juri Linkov  <juri@jurta.org>
10583         * help.el (function-called-at-point):
10584         * help-fns.el (variable-at-point): As a last resort try stripping
10585         non-word prefixes and suffixes.
10587         * descr-text.el (describe-property-list): Don't treat syntax-table
10588         specially.  Use describe-text-sexp which inserts [show] button
10589         for large objects and handles printing errors.  Sort properties
10590         by names in alphabetical order instead of by value sizes.
10591         Add `mouse-face' to list of properties for `describe-face' widget.
10592         (describe-char): Mask out face-id from 19 bits of character.
10593         Print face-id separately.
10595         * replace.el (occur-accumulate-lines, occur-engine):
10596         Fontify unfontified matching lines in the source buffer
10597         before copying them.
10598         (occur-engine): Don't put mouse-face on context lines.
10599         (occur-next-error): Set point to line beginning/end
10600         before searching for prev/next property to skip multiple
10601         matches on a line (not supported by occur engine).
10602         Remove redundant prefix-numeric-value.
10604 2004-12-15  Juri Linkov  <juri@jurta.org>
10606         * replace.el (match): New face.
10607         (list-matching-lines-face): Change default from `bold' to `match'.
10609         * progmodes/grep.el (grep-match-face): New defvar.
10610         (grep-mode-font-lock-keywords): Use grep-match-face instead of
10611         compilation-column-face to highlight grep matches.
10613         * apropos.el (apropos-match-face): Change default from
10614         `secondary-selection' to `match'.
10616         * info-look.el (info-lookup-highlight-face): Change default from
10617         `highlight' to `match'.
10619 2004-12-15  Daniel Pfeiffer  <occitan@esperanto.org>
10621         * progmodes/executable.el (executable-interpret): Eliminate
10622         obsolete compile-internal, and switch to comint for interaction.
10624 2004-12-15  J.D. Smith  <jdsmith@as.arizona.edu>
10626         * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
10627         `&&' when skipping multiple statements on a line.
10629 2004-12-15  Thien-Thi Nguyen  <ttn@gnu.org>
10631         * play/zone.el (zone): Set `truncate-lines'.
10632         Also, init `tab-width' with value from original buffer.
10633         (zone-shift-up): Rewrite for speed.
10634         (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
10635         (zone-pgm-jitter): Remove redundant entries from ops vector.
10636         (zone-exploding-remove): Reduce iteration count.
10637         (zone-cpos): Convert to defsubst.
10638         (zone-replace-char): New defsubst.
10639         (zone-park/sit-for): Likewise.
10640         (zone-fret): Take window-start arg.
10641         Update callers.  Use `zone-park/sit-for'.
10642         (zone-fill-out-screen): Rewrite.
10643         (zone-fall-through-ws): Likewise.  Update callers.
10644         (zone-pgm-drip): Use `zone-replace-char'.
10645         Move var inits before while-loop.  Use `zone-park/sit-for'.
10646         (zone-pgm-random-life): Handle empty initial field.
10647         Use `zone-replace-char' and `zone-park/sit-for'.
10649 2004-12-15  Juri Linkov  <juri@jurta.org>
10651         * isearch.el (isearch-update): Test isearch-lazy-highlight
10652         before calling isearch-lazy-highlight-new-loop.
10653         (isearch-lazy-highlight-new-loop):
10654         Don't test isearch-lazy-highlight.
10656         * replace.el (perform-replace): Add isearch-case-fold-search.
10657         Use delimited-flag for isearch-regexp.
10658         Reset isearch-lazy-highlight-last-string to force lazy
10659         highlighting when called from isearch mode.
10660         (query-replace-highlight): Revert defcustom type to boolean.
10661         (query-replace-lazy-highlight): New defcustom.
10662         (query-replace): New face.
10663         (perform-replace, replace-highlight, replace-dehighlight):
10664         Test query-replace-lazy-highlight instead of special value
10665         `isearch' of query-replace-highlight.
10666         (replace-dehighlight): Don't call isearch-dehighlight.
10667         (replace-highlight): Don't call isearch-highlight.
10668         Use face `query-replace' unconditionally.
10670 2004-12-14  Kim F. Storm  <storm@cua.dk>
10672         * simple.el (inhibit-mark-movement): Remove defvar.
10673         (beginning-of-buffer, end-of-buffer): Don't use it.
10675         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
10676         Don't use inhibit-mark-movement.
10678         * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
10679         (cua--undo-push-mark): Remove.
10680         (cua--pre-command-handler, cua--post-command-handler):
10681         Don't fiddle with inhibit-mark-movement.
10683 2004-12-14  Juri Linkov  <juri@jurta.org>
10685         * buff-menu.el (list-buffers-noselect): Collect internal info
10686         for every buffer in BUFFER-LIST arg too.
10687         (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
10688         (Buffer-menu-switch-other-window, Buffer-menu-2-window):
10689         Bind same-window-buffer-names and same-window-regexps to nil.
10691 2004-12-13  Juri Linkov  <juri@jurta.org>
10693         * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
10695         * mail/supercite.el (sc-cite-frame-alist): Doc fix.
10696         (sc-cite-region, sc-uncite-region, sc-recite-region):
10697         Fix previous change to handle not alist as a symbol, but
10698         a citation frame as a symbol that represents a variable name.
10700 2004-12-13  Richard M. Stallman  <rms@gnu.org>
10702         * filecache.el (file-cache-add-directory-using-find):
10703         Only set up file-cache-find-command-posix-flag if we will use it.
10705         * bindings.el (mode-line-buffer-identification-keymap):
10706         Don't cancel the mode-line's usual down-mouse-1 binding.
10708         * cus-edit.el (custom-face-selected): Handle `default' specs.
10709         (custom-face-edit): Increase extra-offset.
10710         (custom-display): Handle `default' specs.
10712         * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
10714         * emacs-lisp/elint.el (elint-standard-variables)
10715         (elint-unknown-builtin-args): Move definitions up.
10717         * net/browse-url.el (browse-url-url-at-point): Add autoload.
10719         * info.el (info-xref-visited): Use `default' instead of t.
10720         (Info-try-follow-nearest-node): Don't explicitly load browse-url.
10722         * faces.el (header-line, mode-line-inactive, tool-bar):
10723         Use `default' instead of t for setting the defaults.
10724         (face-spec-choose): Separate `t' from `default'.
10726         * subr.el (while-no-input): New macro.
10728 2004-12-13  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>  (tiny change)
10730         * filecache.el (file-cache-add-directory-using-find):
10731         Only test file-cache-find-command-posix-flag on some systems.
10733 2004-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10735         * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
10736         Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
10737         (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
10738         (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
10739         (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
10741 2004-12-12  Juri Linkov  <juri@jurta.org>
10743         * files.el (find-file-other-window, find-file-other-frame):
10744         Add the first buffer to the returned value to return the complete
10745         list of all visited buffers.
10746         (find-file-read-only, find-file-read-only-other-window)
10747         (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
10748         `find-file-read-args'.  Signal an error about non-existent file
10749         only if file name doesn't contain wildcards.  Toggle read-only in
10750         all visited buffers.
10751         (find-alternate-file, find-alternate-file-other-window):
10752         Add optional arg `wildcards'.  Doc fix.  Set `wildcards' to t when
10753         called interactively.  Pass arg `wildcards' to other functions.
10754         (find-file-noselect): Doc fix.
10756         * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
10757         Doc fix.
10758         (ffap-directory-finder): New variable.
10759         (ffap-string-at-point-mode-alist): Add * and ? to `file'.
10760         (ffap-file-at-point): Add /* to immediately rejected names.
10761         Return absolute file names matching ffap-dired-wildcards.
10762         (ffap-read-file-or-url): Set default value for `completing-read'
10763         to `buffer-file-name'.
10764         (find-file-at-point): When filename matches ffap-dired-wildcards,
10765         call ffap-file-finder with t arg `wildcards', instead of dired.
10766         (ffap-other-window, ffap-other-frame): Return visited buffers.
10767         (ffap-read-only, ffap-read-only-other-window)
10768         (ffap-read-only-other-frame, ffap-alternate-file): New commands.
10769         (dired-at-point): Call ffap-directory-finder instead of dired.
10770         (ffap-dired-other-window, ffap-dired-other-frame)
10771         (ffap-list-directory): New commands.
10772         (ffap-bindings): New keybindings for new commands.
10774 2004-12-12  Juri Linkov  <juri@jurta.org>
10776         * simple.el (beginning-of-buffer, end-of-buffer):
10777         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
10778         Do not push mark when mark is active in transient-mark-mode.
10780         * simple.el (mark-word):
10781         * emacs-lisp/lisp.el (mark-sexp, mark-defun):
10782         * textmodes/paragraphs.el (mark-paragraph):
10783         Extend the region when mark is active in transient-mark-mode,
10784         regardless of the last command.  Doc fix.
10786         * simple.el (mark-word): Preserve direction when repeating.
10787         Make arg optional.  Interactive "p" -> "P".
10788         (transient-mark-mode, inhibit-mark-movement): Doc fix.
10790         * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
10791         preserving direction, to mark forward instead of backward when mark
10792         is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
10794 2004-12-12  Juri Linkov  <juri@jurta.org>
10796         * isearch.el (isearch-edit-string): Set 7th arg of
10797         `read-from-minibuffer' to `t' to inherit the current input
10798         method (whose name is indicated by [IM] in the minibuffer prompt)
10799         from the current buffer to the minibuffer.
10800         (isearch-lazy-highlight-update): Put body to `with-local-quit'
10801         to allow C-g quitting for lazy highlighting looping inside the
10802         search with nested repetition operators.  Add overlay to the list
10803         before setting its face and other properties to avoid the case of
10804         code quitting after placing the new overlay but before it's
10805         recorded on the list.  Select the window where isearch was
10806         activated, to highlight matches in the right window when isearch
10807         switches the current window to the minibuffer.
10809         * international/isearch-x.el
10810         (isearch-process-search-multibyte-characters):
10811         Use `isearch-message' as initial input for `read-string' instead
10812         of adding it to the minibuffer prompt.  After reading a string
10813         remove the initial value of `isearch-message' from the string.
10815         * replace.el (replace-match-maybe-edit): Doc fix.
10816         (perform-replace): Don't call `replace-highlight' when automatic
10817         replacement is requested in literal mode, since it is intended
10818         only to highlight words during entering a new replacement string
10819         for \? in non-literal mode.
10821         * replace.el (query-replace-highlight): Add new value `isearch'
10822         that allows query replacement to use isearch highlighting.
10823         Change type from `boolean' to `choice'.  Doc fix.
10824         (replace-highlight, replace-dehighlight, perform-replace):
10825         Use isearch highlighting if query-replace-highlight eq `isearch'.
10827 2004-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10829         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
10830         (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
10832         * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
10833         case of \end{verbatim}.
10835 2004-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
10837         * term.el (term-termcap-format): Synchronize with terminfo.
10838         (term-emulate-terminal): Handle reset.
10839         (term-reset-terminal): New function.
10841 2004-12-11  Thien-Thi Nguyen  <ttn@gnu.org>
10843         * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
10844         (zone-fill-out-screen): New func.
10845         (zone-pgm-drip): Use `zone-fill-out-screen'.
10846         Also, no longer go to point-min on every cycle.
10847         (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
10848         (zone-pgm-random-life-wait): New user var.
10849         (zone-pgm-random-life): New func.
10851 2004-12-10  Thien-Thi Nguyen  <ttn@gnu.org>
10853         * files.el (auto-mode-alist): Map .com to DCL mode.
10855 2004-12-09  Richard M. Stallman  <rms@gnu.org>
10857         * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
10859 2004-12-09  Nick Roberts  <nickrob@snap.net.nz>
10861         * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
10862         buffer with a display margin.
10864 2004-12-08  Jay Belanger  <belanger@truman.edu>
10866         * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
10867         (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
10869 2004-12-08  Richard M. Stallman  <rms@gnu.org>
10871         * faces.el: Delete code to set display table.
10872         (escape-glyph): Redefine to be less loud.  (Copy minibuffer-prompt.)
10874 2004-12-08  Jay Belanger  <belanger@truman.edu>
10876         * calc/calc.el: Add math-read-preprocess-string to autoloads.
10878         * calc/calc-ext.el (math-read-replacement-list)
10879         (math-read-superscripts, math-read-preprocess-string): Move to
10880         calc-aent.el.
10882         * calc/calc-aent.el (math-read-replacement-list)
10883         (math-read-superscripts, math-read-preprocess-string): Move from
10884         calc-ext.el.
10886 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10888         * isearch.el (isearch-quote-char): Fix up typo in last change.
10890 2004-12-07  Luc Teirlinck  <teirllm@auburn.edu>
10892         * mouse.el (mouse-set-font): Handle the case where the command was
10893         not invoked using the mouse.
10895         * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
10896         (edmacro-finish-edit): Further update for keyboard macros that are
10897         lambda forms.
10898         (edmacro-sanitize-for-string): Correctly remove Meta modifier.
10900 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10902         * font-lock.el (font-lock-unfontify-region): Save buffer state.
10903         (font-lock-default-unfontify-region): Don't save buffer state any more.
10905 2004-12-07  Jay Belanger  <belanger@truman.edu>
10907         * calc/calc-help.el (calc-describe-key):
10908         Set calc-summary-indentation even when Calc Summary buffer exists.
10910 2004-12-07  Glenn Morris  <gmorris@ast.cam.ac.uk>
10912         * calendar/holidays.el (holiday-easter-etc): Make arguments
10913         optional for backwards compatibility.  Doc fix.
10914         Remove un-necessary local vars mandatory, output-list.
10915         (holiday-advent): Make arguments optional for backwards
10916         compatibility.  Doc fix.
10918 2004-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10920         * paren.el (show-paren-function): Fix last change (2004-12-02).
10922         * international/mule-util.el (char-displayable-p): Return nil for
10923         unibyte mode.
10925         * subr.el (subregexp-context-p): New function.
10927         * isearch.el (isearch-quote-char): Use it.
10929         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
10930         (regexp-opt-not-groupie*-re): Remove.
10931         (regexp-opt): Properly handle inputs with duplicate entries.
10933 2004-12-06  Richard M. Stallman  <rms@gnu.org>
10935         * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
10937         * cus-edit.el (custom-file): Doc fix.
10939         * textmodes/org.el: New file.
10941 2004-12-06  Kenichi Handa  <handa@m17n.org>
10943         * ldefs-boot.el: Update international/mule-util.el section.
10945 2004-12-05  Sam Steingold  <sds@gnu.org>
10947         * net/tramp.el (tramp-handle-file-accessible-directory-p):
10948         Fix `tramp-time-diff' comparison logic.
10950 2004-12-05  Paul Pogonyshev  <pogonyshev@gmx.net>
10952         * progmodes/which-func.el (which-function):
10953         Use `run-hook-with-args-until-success' instead of a custom loop.
10954         Fixes bug with local hooks.
10956 2004-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10958         * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
10959         Use delete-dups when calculating the initial value.
10960         (bibtex-autokey-get-title): Use <=.
10961         (bibtex-goto-line): New function.
10962         (bibtex-reposition-window): Use line numbers instead of point
10963         positions.  Use window-body-height.
10964         (bibtex-find-crossref): Use bibtex-reposition-window.
10965         (bibtex-find-entry): Use bibtex-reposition-window.  Always return
10966         position of entry if key is found or nil if not found.
10968 2004-12-05  Richard M. Stallman  <rms@gnu.org>
10970         * cus-edit.el (custom-file): Doc fix.
10972         * progmodes/sh-script.el (sh-indent-for-then): Change default.
10974 2004-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10976         * simple.el (blink-matching-open):
10977         * textmodes/tex-mode.el (tex-validate-region):
10978         Obey syntax-table text properties.
10980 2004-12-02  Per Abrahamsen  <abraham@dina.kvl.dk>
10982         * wid-edit.el (widget-specify-field): Add `real-field' property to
10983         boundary.
10984         (widget-field-at): Use it.
10986 2004-12-02  Richard M. Stallman  <rms@gnu.org>
10988         * progmodes/cc-mode.el (awk-mode autoload):
10989         Supply t meaning interactive function.
10991         * isearch.el (search-whitespace-regexp): Remove the group.  Doc fix.
10992         (isearch-mode-map): No special definition for space.
10993         (isearch-whitespace-chars): Command deleted.
10994         (isearch-forward-regexp): Doc fix.
10995         (isearch-quote-char): When a space is not inside brackets,
10996         use `[ ]' instead of just space.
10997         (isearch-lazy-highlight-search): Bind search-spaces-regexp.
10999         * imenu.el (imenu--generic-function): Delete code to exclude
11000         matches in comments.
11002         * man.el (Man-reverse-face): Change default to `highlight'.
11004         * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
11005         (occur-engine): Use `face' prop rather than `font-lock-face'
11006         when specifying use of `match-face'.
11007         (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
11009         * emacs-lisp/elint.el (elint-standard-variables): Update list.
11011         * add-log.el (add-log-current-defun): Handle the case where point
11012         is in the header part of a DEFUN construct.
11014 2004-12-02  Dave Love  <fx@gnu.org>
11016         * progmodes/python.el (python-font-lock-syntactic-keywords):
11017         Fix previous change.
11019 2004-12-02  Richard G Bielawski  <Richard.G.Bielawski@wellsfargo.com>  (tiny change)
11021         * paren.el (show-paren-function): Check for matching chars
11022         specified by text props.
11024 2004-12-02  Jay Belanger  <belanger@truman.edu>
11026         * calc/calc.el (calc-read-key-sequence): Leave the old message visible
11027         when reading a new key sequence.
11029 2004-12-02  Kim F. Storm  <storm@cua.dk>
11031         * faces.el (escape-glyph): Rename from glyph.
11032         (standard-display-table): Set it here.  Add escape-glyph face to
11033         extra slot characters.
11035         * disp-table.el: Undo 2004-12-01 change.  Display table is now
11036         setup in faces.el.
11038 2004-12-02  Mark A. Hershberger  <mah@everybody.org>
11040         * xml.el (xml-parse-dtd): Don't show validity messages when
11041         xml-validating-parser is nil.
11042         (xml-substitute-special): Fix validity error messages to
11043         actually show the unexpandable entity.  Added validity error if &
11044         isn't followed by an entity.
11045         (xml-parse-tag): Concatenate any string following the a
11046         <![CDATA[]]> section to the parsed CDATA.
11047         (xml-parse-dtd): Skip parameter entity declarations and use of
11048         parameter entities.
11050 2004-12-01  Luc Teirlinck  <teirllm@auburn.edu>
11052         * kmacro.el (kmacro-default-counter-format): New var.
11053         (kmacro-set-format): Use it.  Delete `(printf format)' from prompt.
11054         (kmacro-display): Remove `nil' from `and' form.  Delete call to
11055         `format' inside `message'.
11056         (kmacro-start-macro): Use `kmacro-default-counter-format'.
11058 2004-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11060         * pcvs.el (cvs-header-msg): New function.
11061         (cvs-update-header): Use it.  Change calling convention.
11062         Correctly handle the case of having simultaneous active processes.
11063         (cvs-sentinel): Don't call cvs-update-header any more.
11064         (cvs-mode-run): Update call and add cvs-update-header to postproc.
11066 2004-12-01  Jay Belanger  <belanger@truman.edu>
11068         * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
11069         Change message.
11071 2004-12-01  Juri Linkov  <juri@jurta.org>
11073         * progmodes/prolog.el (prolog-mode-variables):
11074         Fix imenu-generic-expression.
11076 2004-12-01  Daniel Pfeiffer  <occitan@esperanto.org>
11078         * faces.el (glyph): New face.
11080         * disp-table.el: Add an autoloaded table, that doesn't require
11081         this library, with glyph face.
11083         * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
11084         (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
11085         (conf-quote-normal): Allow normalizing only ' or ".
11086         (conf-mode): Regexp-quote constructed comment-start and don't
11087         match section {} where "name" contains braces.
11089         * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
11090         files.
11092 2004-12-01  Kenichi Handa  <handa@m17n.org>
11094         * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
11095         (x-select-text): Don't treat eight-bit-control/graphic chars
11096         specially.  Store the encoded text in the X cut buffer.
11097         (x-cut-buffer-or-selection-value): Compare the X cut buffer text
11098         with x-last-selected-text-cut-encoded.
11100 2004-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11102         * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
11104 2004-11-30  Markus Rost  <rost@ias.edu>
11106         * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
11107         AUCTeX.
11109 2004-11-30  Jay Belanger  <belanger@truman.edu>
11111         * calc/calc-arith.el (math-possible-signs): Made stronger checks
11112         on signs of intervals.
11113         (math-pow-of-zero): Strengthen checks for positive and negative
11114         exponents.
11116         * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
11117         * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
11118         * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
11119         * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
11120         * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
11121         * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
11122         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
11123         * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
11124         * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
11125         * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
11126         * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
11127         * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
11128         * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
11129         with provide statements.
11131         * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
11133         * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
11135         * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
11136         (calc-load-everything, math-defsimplify): Replace dummy autoloading
11137         functions by require statements.
11138         (math-defsimplify): Move to calc-alg.el, add to autoloads.
11140         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
11141         (calc-gnuplot-print): Give them values.
11143         * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
11144         autoloads.
11145         Add calc-do-embedded-activate to autoloads.
11146         (calc-gnuplot-name, calc-gnuplot-plot-command)
11147         (calc-gnuplot-print-command): Move them to calc-graph.el.
11149 2004-11-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11151         * term/mac-win.el (ccl-encode-mac-roman-font)
11152         (ccl-encode-mac-cyrillic-font)
11153         (ccl-encode-mac-centraleuropean-font, encoder-list)
11154         (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
11155         Support Cyrillic, CentralEuropean, and Dingbat font display
11157 2004-11-30  Andre Spiegel  <spiegel@gnu.org>
11159         * vc-hooks.el (vc-recompute-state): Move here from vc.el.
11161         * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
11162         still nil.
11164 2004-11-29  Luc Teirlinck  <teirllm@auburn.edu>
11166         * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
11167         (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
11169 2004-11-29  Jay Belanger  <belanger@truman.edu>
11171         * calc/calc-arith.el (math-pow-of-zero): Take into account different
11172         cases of the base and exponent.
11174 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
11176         * simple.el (next-error-buffer-p): Allow for inclusive and
11177         exclusive tests for finding a buffer.
11178         (next-error-find-buffer): Pass the exclusive and inclusive tests
11179         to next-error-buffer-p.
11181         * replace.el (occur-next-error): Switch to the Occur buffer when
11182         appropriate, use the exclusive filter to next-error-find-buffer to
11183         do it.  Use the absolute value of the motion amount.
11185 2004-11-29  Kenichi Handa  <handa@m17n.org>
11187         * startup.el (command-line): Decode all default-directory by
11188         locale-coding-system.
11190 2004-11-29  Jay Belanger  <belanger@truman.edu>
11192         * calc/calc-aent.el: Remove unnecessary eval-when-compile.
11193         (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
11194         (math-read-expr-level, calc-check-user-syntax, math-read-factor):
11195         Replace calls to calc-extensions by appropriate require, replace
11196         calc-extensions-loaded by appropriate featurep.
11198         * calc/calc-ext.el: Move require to end of file.
11199         Remove redundant loading of calc.el.
11200         (calc-extensions-loaded): Remove unnecessary variable.
11201         (calc-extensions): Remove unnecessary function.
11202         (calc-load-everything): Replace calc-need-macros by appropriate require.
11204         * calc/calc-macs.el: Move provide to end of file.
11205         (calc-need-macros): Remove unnecessary function.
11207         * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
11208         (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
11209         (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
11210         Replace calc-extensions by appropriate require.
11211         (calc-power): Replace calc-extensions-loaded by appropriate featurep.
11213         * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
11214         Replace calc-need-macros by appropriate require.
11216         * calc/calc.el: Move require to end of file.
11217         (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
11218         Remove unnecessary variable.
11219         (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
11220         (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
11221         (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
11222         (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
11223         (math-stack-value-offset, math-format-value, math-format-flat-expr)
11224         (math-format-number, math-format-bignum, math-read-number)
11225         (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
11226         (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
11227         by appropriate require.
11228         (calc-check-defines): Replace calc-need-macros by appropriate require.
11230 2004-11-29  Kim F. Storm  <storm@cua.dk>
11232         * macros.el (insert-kbd-macro): Handle kmacro functions.
11234 2004-11-28  Juri Linkov  <juri@jurta.org>
11236         * compare-w.el (compare-windows-highlight): Attach each overlay
11237         to its window to properly highlight differences while comparing
11238         two windows of the same buffer.  Fix arguments.
11239         (compare-windows-sync-default-function): Fix arguments of
11240         `compare-windows-highlight'.
11242         * emacs-lisp/edebug.el (edebug-set-global-break-condition):
11243         Use `read-expression-history'.  Set initial contents only if
11244         `edebug-global-break-condition' is non-nil.  Set histpos to 1
11245         if initial contents is equal to the last history element.
11246         (edebug-set-conditional-breakpoint): Instead of temporarily
11247         prepending the current condition to the history, set initial
11248         contents to the current condition.  Set histpos to 1 if initial
11249         contents is equal to the last history element.
11251         * info.el (Info-search-whitespace-regexp): Remove shy group.
11252         (Info-search): Forward line if search is on the header line.
11253         Use search-whitespace-regexp in two other places.
11255 2004-11-27  Luc Teirlinck  <teirllm@auburn.edu>
11257         * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
11258         warning.  Delay real definition, which uses
11259         `set-fringe-indicators-1' till after the definition of that function.
11261 2004-11-28  Kim F. Storm  <storm@cua.dk>
11263         * fringe.el (fringe): New defgroup.
11264         (fringe-mode): Move to fringe group.
11265         (fringe-indicators): New defcustom.
11266         (set-fringe-indicators-1): New defun.
11268         * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
11269         (menu-bar-showhide-fringe-ind-menu): New keymap.
11270         (menu-bar-showhide-fringe-ind-empty)
11271         (menu-bar-showhide-fringe-ind-mixed)
11272         (menu-bar-showhide-fringe-ind-box)
11273         (menu-bar-showhide-fringe-ind-right)
11274         (menu-bar-showhide-fringe-ind-left)
11275         (menu-bar-showhide-fringe-ind-none): New defuns.
11276         (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
11278 2004-11-27  Richard M. Stallman  <rms@gnu.org>
11280         * comint.el (comint-read-noecho): Add trivial compatibility definition.
11282         * generic.el (define-generic-mode): Doc fix.
11284         * menu-bar.el (menu-bar-options-save): For the options
11285         that are toggled with menu-bar-make-mm-toggle, don't check
11286         for customized-value prop.
11288 2004-11-27  Eli Zaretskii  <eliz@gnu.org>
11290         * mail/supercite.el (sc-cite-region): Handle the case where
11291         sc-cite-frame-alist is a symbol.
11292         (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
11293         a symbol.
11294         (sc-recite-region): Handle the case where sc-recite-frame-alist is
11295         a symbol.
11297 2004-11-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
11299         * wid-edit.el (widget-narrow-to-field): New function.
11300         (widget-complete): Use it.
11302 2004-11-27  Jay Belanger  <belanger@truman.edu>
11304         * calc/calc-aent.el (calc-eval-error): Declare and initialize the
11305         variable.
11306         (calc-eval-error): Don't check if the variable calc-eval-error is bound.
11307         (calc-buffer, calc-digit-value, math-expr-data): Declare them.
11308         (math-alg-inequalities): Move declaration to earlier in the file.
11310         * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
11311         (calc-gnuplot-input, math-normalize-a, math-integral-cache):
11312         Declare them.
11314         * calc/calc-lang.el (math-expr-data, math-expr-token)
11315         (math-exp-old-pos): Declare them.
11317         * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
11318         (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
11320 2004-11-27  Kim F. Storm  <storm@cua.dk>
11322         * progmodes/flymake.el: Use (featurep 'xemacs).
11323         (flymake-makehash): Change to defsubst.  Use fboundp.
11324         (flymake-time-to-float): Remove.
11325         (flymake-float-time): Merge code from flymake-time-to-float here.
11326         (flymake-replace-regexp-in-string): Change to defsubst.
11327         (flymake-split-string-remove-empty-edges):
11328         Rename to flymake-split-string.
11329         (flymake-split-string): Remove previous defalias.
11330         (flymake-get-temp-dir): Change to defsubst.
11331         (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
11332         Define for xemacs only.
11333         (flymake-master-file-count-limit): Change into compiler defvar only.
11334         (flymake-find-possible-master-files): Let-bind it dynamically while
11335         sorting files using flymake-master-file-compare.
11337 2004-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11339         * font-lock.el (font-lock-compile-keywords): Don't complain if the end
11340         of defun-prompt-regexp matches inside a comment/string but the
11341         beginning is correctly outside everything.
11343         * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
11344         appears within a string or a comment.
11346         * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
11347         rather than make-symbol for symbols which are used in
11348         a symbol-macrolet or equivalent.
11350 2004-11-26  Jay Belanger  <belanger@truman.edu>
11352         * calc-misc.el (calc-last-why-command): Declare it.
11354         * calc-vec.el (math-grade-vec): New variable.
11355         (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
11356         Replace variable grade-vec by declared variable.
11357         (math-rb-close): New variable.
11358         (math-read-brackets, math-read-vector): Replace variable close by
11359         declared variable.
11361         * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
11362         (calc-one-window, calc-edit-handler, calc-restore-trail)
11363         (calc-allow-ret): Declare them.
11365         * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
11366         (math-lud-cache, math-log2-cache, math-radix-digits-cache)
11367         (math-radix-float-cache-tag, math-random-cache)
11368         (math-max-digits-cache, math-integral-cache, math-units-table)
11369         (math-format-date-cache, math-holidays-cache-tag): Declare them.
11370         (math-moc-func): New variable.
11371         (math-map-over-constants, math-map-over-constants-rec):
11372         Replace variable func by declared variable.
11374         * calc/calc-store.el (calc-given-value, calc-store-opers):
11375         Declare them.
11376         (calc-var-name-map): Move declaration to earlier in the file.
11377         (calc-pv-pos): New variable.
11378         (calc-permanent-variable, calc-insert-permanent-variable):
11379         Replace variable pos by declared variable.
11381         * calc/calc-mtx.el (calc-det-lu): New variable.
11382         (math-det-raw, math-det-step): Replace variable lu by declared variable.
11384         * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
11385         (math-multi-subst, math-multi-subst-rec): Replace variables temp
11386         and arg by declared variables.
11387         (calcFunc-reducer): Fix incorrect variable.
11388         (math-inner-mul-func, math-inner-add-func): New variables.
11389         (calcFunc-inner, math-inner-mats): Replace variables mul-func
11390         and add-func by declared variables.
11392         * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
11393         (calc-digit-value): Declare them.
11395         * calc/calc-help.el (Info-history): Declare it.
11396         (calc-describe-key): Make calc-summary-indentation a local variable.
11397         (calc-help-long-names): Move declaration to earlier in file.
11399         * calc/calc-embed.el (calc-original-buffer): Declare it.
11400         (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
11401         (calc-embed-bot): New variables.
11402         (calc-do-embedded, calc-embedded-mark-formula)
11403         (calc-embedded-find-bounds, calc-embedded-duplicate)
11404         (calc-embedded-new-formula, calc-embedded-make-info):
11405         Replace vars outer-top, outer-bot, bot and top by declared variables.
11406         (calc-embed-prev-modes): New variable.
11407         (calc-embedded-set-modes, calc-embedded-update): Replace variable
11408         prev-modes with declared variable.
11409         (calc-embed-vars-used): New variable.
11410         (calc-embedded-make-info, calc-embedded-evaluate-expr)
11411         (calc-embedded-update, calc-embedded-find-vars): Replace variable
11412         vars-used by declared variable.
11414         * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
11415         (math-format-radix-float): Remove unnecessary setq.
11416         (math-radix-float-cache): Declare it.
11418         * calc/calcsel2.el (calc-keep-selection): Declare it.
11420         * calc/calc-maint.el: Remove file.
11422 2004-11-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11424         * textmodes/bibtex.el (bibtex-sort-entry-class)
11425         (bibtex-comment-start): Use defcustom.
11426         (bibtex-entry-field-alist): Use nil if initial content of the
11427         field is undefined.  Fix docstring.
11428         (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
11429         (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
11430         (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
11431         (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
11432         Fix docstring.
11433         (bibtex-autokey-title-terminators): Use only one regexp.
11434         (bibtex-string-maybe-empty-head): New variable.
11435         (bibtex-remove-delimiters-string): New function.
11436         (bibtex-text-in-field-bounds, bibtex-text-in-string):
11437         Use bibtex-remove-delimiters-string.
11438         (bibtex-progress-message, bibtex-field-left-delimiter)
11439         (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
11440         (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
11441         (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
11442         Simplify.
11443         (bibtex-format-entry): Use save-excursion for inherited booktitle.
11444         Use eq and bibtex-remove-delimiters-string.  For end markers use
11445         insertion type so that marker stays after inserted text.
11446         (bibtex-autokey-get-names): Return empty string if name is missing.
11447         (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
11448         calling bibtex-autokey-name-case-convert.
11449         (bibtex-autokey-demangle-title):
11450         Call bibtex-autokey-titleword-case-convert.  Remove call to
11451         bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
11452         (bibtex-global-key-alist, bibtex-read-string-key): New functions.
11453         (bibtex-read-key): New optional arg global.
11454         (bibtex-files-expand): New optional arg force.
11455         (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
11456         (bibtex-complete-crossref-cleanup): Rename from
11457         bibtex-complete-key-cleanup.  Simplify code.
11458         (bibtex-copy-summary-as-kill): Remove arg key.  Use looking-at.
11459         Operate on current entry.
11460         (bibtex-button): Add docstring.
11461         (bibtex-entry): Simplify.
11462         (bibtex-make-field): Replace optional arg called-by-yank with more
11463         specific args move and interactive.
11464         (bibtex-end-of-entry): Use forward-sexp.
11465         (bibtex-find-entry-globally): Remove.
11466         (bibtex-find-crossref): Allow for crossref key located in other buffer.
11467         Bound to C-c C-x.
11468         (bibtex-find-entry): New optional args global and display.
11469         (bibtex-find-text): Fix docstring.  Remove arg as-if-interactive.
11470         (bibtex-validate): Use arg force of bibtex-files-expand.
11471         (bibtex-clean-entry): Bugfix, clean string entries properly.
11472         Always keep point at beginning of entry.
11473         (bibtex-complete): Bugfix.  Handle string entries properly.
11474         Call cleanup functions only if needed.
11475         (bibtex-String): Use bibtex-read-string-key.
11476         (bibtex-url): Use bibtex-remove-delimiters-string.  Do not alter
11477         case of replacement text.
11479 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
11481         * tramp.el (tramp-handle-directory-files-and-attributes): New function.
11482         (tramp-perl-directory-files-and-attributes): New constant.
11483         (tramp-file-name-handler-alist): Delete file-directory-files, add
11484         directory-files-and-attributes.
11485         (tramp-perl-file-attributes): Surround uid and gid by double
11486         quotes.  Change parameter id-format from nonnumeric.
11487         (tramp-convert-file-attributes): New function.
11488         (tramp-handle-file-attributes): Use it.
11489         (tramp-maybe-send-perl-script): New function.
11490         (tramp-handle-file-attributes-with-perl): Use it.  Don't convert
11491         file mode.  Change parameter id-format from nonnumeric.
11492         (tramp-handle-file-attributes-with-ls): Change parameter id-format
11493         from nonnumeric.
11494         (tramp-post-connection): Don't send tramp-perl-file-attributes
11495         script.  Reset connection property "perl-scripts".
11496         (tramp-handle-insert-directory): Run real handler when ls-lisp is
11497         in use.
11499 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
11501         * desktop.el (desktop-read): Replace mapcar with mapc.
11502         (desktop-create-buffer): Replace mapcar with mapc.
11503         Remove redundant piece of code.
11505 2004-11-27  Nick Roberts  <nickrob@snap.net.nz>
11507         * progmodes/gud.el (gud-display-line): Use display-buffer
11508         for GDB-UI as for GUD.
11510         * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
11511         Delete variables.
11512         (gdb-ann3): Don't make GUD buffer dedicated.
11513         (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
11514         (gdb-display-source-buffer): Delete function.
11515         (gdb-view-source-function, gdb-view-assembler): Delete functions.
11516         (menu): Delete menu bindings for viewing source/assembler.
11517         (gdb-setup-windows, gdb-restore-windows):
11518         Don't dedicate GUD.  No assembler now.
11519         (gdb-reset): No need to undedicate source buffers now.
11520         (gdb-source-info): No assembler now.
11522 2004-11-26  Nick Roberts  <nickrob@snap.net.nz>
11524         * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
11525         width to those for special frames.
11526         (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
11527         Use display-buffer.
11528         (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
11529         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
11530         (gdb-frame-assembler-buffer): Rework like
11531         gdb-frame-breakpoints-buffer.
11533 2004-11-25  Richard M. Stallman  <rms@gnu.org>
11535         * progmodes/flymake.el: Reindent.
11536         (flymake-split-string): Turn into defalias.
11537         (flymake-fix-file-name): Rename from flymake-fix-path-name.
11538         (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
11539         (flymake-get-common-file-prefix): Rename from ...path...  Doc fix.
11540         (flymake-build-relative-filename): Rename from ...path.
11541         Fix error message.
11543 2004-11-25  Cheng Gao  <chenggao@gmail.com>
11545         * progmodes/flymake.el: Much whitespace and capitalization change.
11546         Move `provide' to end.  Require `compile' only when compiling.
11548 2004-11-24  Jay Belanger  <belanger@truman.edu>
11550         * calc/calc-alg.el: Added comment.
11551         (math-polynomial-base): Replace variable mpb-top-expr by
11552         math-poly-base-top-expr.
11554         * calc/calc-poly.el (math-poly-base-top-expr): New variable.
11555         (math-polynomial-p1): Replace variable mpb-top-expr by declared
11556         variable.
11557         (math-poly-base-total-base): New variable.
11558         (math-total-polynomial-base, math-polynomial-p1): Replace variable
11559         mpb-total-base by declared variable.
11560         (math-factored-vars, math-to-list): Declare it.
11561         (math-fact-expr): New variable.
11562         (calcFunc-factors, calcFunc-factor, math-factor-expr)
11563         (math-factor-expr-try, math-factor-expr-part): Replace variable
11564         expr by declared variable.
11565         (math-fet-x): New variable.
11566         (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
11567         by declared variable.
11568         (math-factor-poly-coefs): Make temp a local variable.
11570         * calc/calc-units.el (calc-convert-units): Make units a local
11571         variable.
11572         (calc-num-units, calc-den-units): New variables.
11573         (calc-explain-units, calc-explain-units-rec): Replace variables
11574         num-units and den-units by declared variables.
11575         (math-cu-unit-list): New variable.
11576         (math-build-units-table, math-compare-unit-names)
11577         (math-convert-units, math-convert-units-rec): Replace variable
11578         unit-list by declared variable.
11579         (math-fbu-base, math-fbu-entry): New variables.
11580         (math-find-base-units, math-find-base-units-rec): Replace variables
11581         base and entry by declared variables.
11582         (math-which-standard): New variable.
11583         (math-to-standard-units, math-to-standard-rec): Replace variable
11584         which-standard by declared variable.
11585         (math-fcu-u): New variable.
11586         (math-find-compatible-unit, math-find-compatible-unit-rec):
11587         Replace variable u by declared variable.
11588         (math-cu-new-units, math-cu-pure): New variables.
11589         (math-convert-units, math-convert-units-rec): Replace variables
11590         new-units and pure by declared variables.
11591         (math-try-cancel-units): New variable.
11592         (math-simplify-units-quotient): Replace variable try-cancel-units by
11593         declared variable.
11595 2004-11-24  Richard M. Stallman  <rms@gnu.org>
11597         * textmodes/ispell.el (ispell-check-version):
11598         If default-directory is nonexistent, use home dir.
11600         * progmodes/grep.el (grep-regexp-alist):
11601         Don't match parens around line numbers.
11603         * progmodes/cperl-mode.el (cperl-indent-region)
11604         (cperl-imenu--create-perl-index, cperl-xsub-scan):
11605         Don't print progress messages.
11607         * progmodes/compile.el (compilation-mode-map):
11608         Don't inherit from compilation-minor-mode-map;
11609         copy its bindings instead.  But the menu bar Compile
11610         entry now does inherit from compilation-menu-map.
11612         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
11613         Use with-no-warnings around compiler-macroexpand.
11615         * imenu.el: Don't always require newcomment.
11616         (imenu--generic-function): Call comment-normalize-vars
11617         if we have a comment syntax.
11618         Exit the loop if REGEXP matches the null string.
11619         Test comment-start as well as comment-start-skip
11620         when deciding whether to check for comments.
11622         * tooltip.el (tooltip-mode): Doc fix.
11624         * term.el (term-escape-char, term-mode): Doc fixes.
11626 2004-11-24  Dave Love  <fx@gnu.org>
11628         * progmodes/python.el (python-font-lock-syntactic-keywords):
11629         Check for escapes in the regexp.
11630         (python-quote-syntax): Don't do it here.
11632 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
11634         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
11635         (gdb-frames-mode-map, gdb-threads-mode-map)
11636         (gdb-registers-mode-map, gdb-locals-mode-map)
11637         (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
11638         (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
11640         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
11641         (dedicated-switch-to-buffer): Rework.
11642         (gdb-var-evaluate-expression-handler, gdb-put-string):
11643         Remove unused variable bindings.
11644         (gdb-setup-windows, gdb-display-buffer):
11645         Simplify.  Use pop-to-buffer.
11646         (gdb-view-source-function): Simplify.
11647         (gdb-frame-breakpoints-buffer):
11648         Use pop-to-buffer, special-display-regexps.
11650 2004-11-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
11652         * progmodes/f90.el (f90-smart-end)
11653         (f90-previous-statement, f90-beginning-of-block): Doc fix.
11654         (f90-calculate-indent): Handle un-named PROGRAM blocks.
11655         (f90-end-of-block): Doc fix.  Make check of outermost block
11656         conditional on value of `f90-smart-end'.
11657         (f90-block-match): Hack to deal with un-named PROGRAM blocks.
11658         Handle case where END-BLOCK is nil.
11659         (f90-match-end): Handle un-named PROGRAM blocks.
11660         (f90-backslash-not-special): New function.
11662 2004-11-24  Jay Belanger  <belanger@truman.edu>
11664         * calc/calc.el (calc-embedded-active): Removed unnecessary
11665         declaration.
11666         (calc-show-banner): Removed redundant declaration.
11668         * calc/calc-graph.el (calc-gnuplot-default-device)
11669         (calc-gnuplot-default-output, calc-gnuplot-print-device)
11670         (calc-gnuplot-print-output, calc-gnuplot-geometry)
11671         (calc-graph-default-resolution, calc-graph-default-resolution-3d):
11672         Remove redundant initial values.
11674         * calc/calc-arith.el (math-scalar-functions)
11675         (math-nonscalar-functions, math-scalar-if-args-functions)
11676         (math-real-functions, math-positive-functions)
11677         (math-nonnegative-functions, math-real-scalar-functions)
11678         (math-real-if-arg-functions, math-integer-functions)
11679         (math-num-integer-functions, math-rounding-functions)
11680         (math-float-rounding-functions, math-integer-if-args-functions)
11681         (math-super-types): Move declarations to earlier in file.
11682         (math-unit-prefixes): Declared it.
11683         (math-floor-prec, math-trunc-prec): New variables.
11684         (math-trunc-fancy): Replace variable prec by declared variable.
11685         (math-floor-fancy): Replace variable prec by declared variable.
11686         (math-com-bterms): New variable.
11687         (math-commutative-equal, math-commutative-collect):
11688         Replace variable bterms by declared variable.
11690         * calc/calc-misc.el (math-trunc): Replace variable prec by
11691         math-trunc-prec.
11692         (math-floor): Replace variable prec by math-floor-prec.
11694         * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
11695         (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
11696         (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
11697         (math-format-date, math-format-date-part): Replace variables
11698         date, dt, year, month, day, weekday, hour, minute, second and
11699         bc-flag by declared variables.
11700         (math-pd-str): New variable.
11701         (math-parse-date, math-parse-date-word, math-parse-standard-date):
11702         Replace variable str by declared variable.
11703         (math-daylight-savings-hook, math-tzone-names): Move definitions
11704         to earlier in the file.
11705         (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
11706         (math-sh-year): New variable.
11707         (math-setup-add-holidays, math-setup-holidays)
11708         (math-setup-year-holidays): Replace variable `year' by declared
11709         variable.
11711         * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
11712         New variables.
11713         (math-nth-root-float, math-nth-root-float-iter): Replace variables
11714         n, nf and nfm1 by declared variables.
11715         (math-nri-n): New variable.
11716         (math-nth-root-integer, math-nth-root-int-iter): Replace variable
11717         n by declared variable.
11718         (calcFunc-log): Removed misplaced condition.
11720 2004-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11722         * generic.el (generic-mode-set-comments): Accept an empty comment-end.
11724 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
11726         * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
11727         (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
11728         Dedicate gdb-related windows.
11729         (gdb-display-buffer): Dedicate gdb-related windows.
11730         Don't grab other frames.
11731         (gdb-reset): Remove dedicated property after debugging.
11733 2004-11-24  Jay Belanger  <belanger@truman.edu>
11735         * calc/calc-sel.el: Add comment.
11737         * calc/calc.el (math-stack-value-offset): Replace variables c,
11738         wid and off with math-svo-c, math-svo-wid and math-svo-off.
11740         * calc/calccomp.el (math-comp-sel-tag): Declare it.
11741         (math-svo-c, math-svo-wid, math-svo-off): New variables.
11742         (math-stack-value-offset-fancy): Replace variables c, wid and off
11743         by declared variables.
11744         (math-comp-just, math-comp-comma-spc): New variables.
11745         (math-compose-expr, math-compose-matrix): Replace variables `just'
11746         and comma-spc by declared variable.
11747         (math-comp-vector-prec): New variable.
11748         (math-compose-expr, math-compose-matrix, math-compose-rows):
11749         Replace variable vector-prec by declared variable.
11750         (math-comp-left-bracket, math-comp-right-bracket)
11751         (math-comp-comma): New variables.
11752         (math-compose-expr, math-compose-rows): Replace variables
11753         left-bracket, right-bracket and comma by declared variables.
11754         (math-comp-full-width): New variable.
11755         (math-comp-to-string-flat, math-comp-to-string-flat-term):
11756         Replace variable full-width by declared variable.
11757         (math-comp-highlight, math-comp-word, math-comp-level)
11758         (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
11759         (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
11760         New variables.
11761         (math-comp-to-string-flat, math-comp-to-string-flat-term)
11762         (math-comp-sel-flat-term): Replace variables comp-highlight,
11763         comp-word, comp-level, comp-margin, comp-pos and comp-buf by
11764         declared variables.
11765         (math-comp-simplify, math-comp-simplify-term)
11766         (math-comp-add-string, math-comp-add-string-sel):
11767         Replace variables comp-highlight, comp-buf, comp-base,
11768         comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
11770 2004-11-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11772         * cus-start.el (all): Add x-use-old-gtk-file-dialog.
11774         * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
11775         and x-server-version may throw.
11777 2004-11-23  Kim F. Storm  <storm@cua.dk>
11779         * subr.el (substitute-key-definition-key): Optimize.
11780         Don't call indirect-function for nil defn (always signals error).
11782         * ido.el (ido-read-internal): Fix require-match check when
11783         ido-directory-too-big is set.
11785 2004-11-23  Jay Belanger  <belanger@truman.edu>
11787         * calc/calc-ext.el (math-read-replacement-list)
11788         (math-read-superscripts): New variables.
11789         (math-read-preprocess-string): New function.
11790         (math-read-expr): Filter input through math-read-preprocess-string.
11792         * calc/calc-aent.el (math-read-exprs): Filter input through
11793         math-read-preprocess-string.
11795 2004-11-23  Daniel Pfeiffer  <occitan@esperanto.org>
11797         * progmodes/compile.el (compilation-start): In cd command use
11798         substitute-env-vars -- not quite shell compatible but better than
11799         nothing.
11800         (compilation-error-regexp-alist-alist): Simplify ftnchek to only
11801         handle the newer versions messages, which are more parseable.
11803 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11805         * reveal.el (reveal-mode-map): New var.
11806         (reveal-mode): Use it.
11808 2004-11-23  Nick Roberts  <nickrob@snap.net.nz>
11810         * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
11811         (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
11813 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11815         * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
11816         header-line when needed.
11817         Use fixed-pitch only in the header-line.
11818         Build the underline automatically.  Use emdash if available.
11820 2004-11-22  Richard M. Stallman  <rms@gnu.org>
11822         * dired.el (dired-recursive-copies): Move from dired-aux.el.
11823         * dired-aux.el (dired-recursive-copies): Move to dired.el.
11825 2004-11-22  Nick Roberts  <nickrob@snap.net.nz>
11827         * progmodes/gdb-ui.el (gdb-resync): New function.
11828         (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
11829         (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
11830         Use it to fail more gracefully.
11831         (gdb-variables): Delete variable.
11832         Re-order variables to reduce byte-compiler warnings.
11834 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11836         * descr-text.el (describe-char):
11837         * paren.el (show-paren-function):
11838         * subr.el (syntax-after): Undo last change.
11840         * progmodes/python.el (run-python): Don't hard code *Python*.
11841         Don't modify global process-environment.
11842         (python-send-region, python-load-file): Don't assume that
11843         python-buffer == (process-buffer (python-proc)).
11844         (python-switch-to-python): Simplify.
11846         * dired.el (dired-align-file): Don't assume line starts with spaces.
11848 2004-11-21  Jay Belanger  <belanger@truman.edu>
11850         * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
11851         Replace variable `lines' by math-read-big-lines.
11852         (math-read-big-expr): Replace variables the-baseline, the-h2
11853         and err-msg by math-read-big-baseline, math-read-big-h2 and
11854         math-read-err-msg.
11855         (math-read-big-bigp): Replace variable h2 with math-rb-h2.
11857         * calc/calc-lang.el (math-read-big-rec): Fix typo.
11858         (math-read-big-balance): Replace unbound variable by value.
11859         (math-read-big-lines): New variable.
11860         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
11861         (math-read-big-error, math-read-big-balance): Replace variable
11862         `lines' by declared variable.
11863         (math-read-big-baseline, math-read-big-h2): New variables.
11864         (math-read-big-rec): Replace variables the-baseline and the-h2
11865         by declared variables.
11866         (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
11867         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
11868         (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
11869         declared variables.
11870         (math-read-big-err-msg): New variable.
11871         (math-read-big-error): Replace variable err-msg by declared variable.
11873 2004-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11875         * ses.el: Add coding cookie.
11876         Fix up docstrings, follow new commenting conventions.
11877         (ses-header-line-menu): Fix missing variable rename for header-row.
11878         (ses-cell-size): Remove.
11879         (ses-make-cell): New function.
11880         (ses-cell, ses-insert-row, ses-insert-column): Use it.
11881         (ses-calculate-cell): Remove unused var `symbol'.
11882         (ses-narrowed-p): New function.
11883         (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
11884         (ses-initial-file-trailer): Change ;;; to ;; for local vars.
11885         (ses-load, ses-reconstruct-all): Adjust string search accordingly.
11886         (ses-setup): Use restore-buffer-modified-p.
11887         (ses-cleanup): Remove unused var `end'.
11888         (ses-header-string-left-offset): Remove.
11889         (ses-create-header-string): Adjust to new behavior of `align-to'.
11890         Truncate excessively large fields to preserve alignment.
11891         (ses-reconstruct-all): Remove unused var `refs'.
11892         (ses-read-cell-printer): Remove unused var `prompt'.
11893         (ses-delete-row): Remove unused var `pos'.
11894         (ses-delete-column): Remove unused var `new'.
11896 2004-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11898         * ps-print.el: Insert :version tag into all defgroup and defcustom.
11899         Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
11900         Eliminate eval-and-compile usage.
11901         (ps-insert-file): Use insert-file-contents instead of insert-file.
11902         (ps-setup): Code fix.
11904         * printing.el (pr-setup, lpr-setup): Code fix.
11906 2004-11-21  Jay Belanger  <belanger@truman.edu>
11908         * calc/calc-prog.el (math-integral-cache-state, calc-lang)
11909         (calc-original-buffer): Declare them.
11910         (calc-user-formula-alist): New variable.
11911         (calc-user-define-formula, calc-fix-user-formula)
11912         (calc-user-define-composition, calc-finish-formula-edit):
11913         Replace variable `alist' by declared variable.
11914         (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
11915         (var-q7, var-q7, var-q8, var-q9): Declare them.
11916         (calc-kbd-push): Don't check to see if var-q0 through var-q9
11917         are bound.
11918         (calcFunc-typeof): Replace undeclared variable by expression.
11919         (math-exp-env): New variable.
11920         (math-define-body, math-define-exp): Replace exp-env by declared var.
11921         (math-define-exp): Replace misplaced variable by expression.
11923         * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
11924         (calc-curve-model, calc-curve-coefnames): New variables.
11925         (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
11926         varnames, model and coefnames by declared variables.
11927         (math-root-widen): New variable.
11928         (math-search-root, math-find-root): Replace variable root-widen by
11929         declared variable.
11930         (var-DUMMY): Declare it.
11931         (math-root-vars, math-min-vars): Move the declarations to earlier in
11932         the file.
11933         (math-brent-min): Make d a local variable.
11934         (math-find-minimum): Replace non-existent variable.
11935         (math-ninteg-romberg): Remove unnecessary variable.
11936         (math-ninteg-temp): New variable.
11937         (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
11938         integ-temp by declared variable.
11939         (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
11940         New variables.
11941         (math-general-fit): Replace variables first-var, first-coef and
11942         new-coefs by declared variables.
11943         (calcFunc-fitvar): Replace variable first-var by declared variable.
11944         (calcFunc-fitparam): Replace variable first-coef by declared variable.
11945         (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
11946         (math-all-vars-vars, math-all-vars-found): New variables.
11947         (math-all-vars-in, math-all-vars-rec): Replace variables vars and
11948         found by declared variable math-all-vars-vars.
11950 2004-11-20  Luc Teirlinck  <teirllm@auburn.edu>
11952         * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
11953         of `defconst'.
11955 2004-11-20  Richard M. Stallman  <rms@gnu.org>
11957         * isearch.el (isearch-mode-map): Don't bind SPC.
11958         (isearch-whitespace-chars): Function deleted.
11959         (isearch-search): Bind search-spaces-regexp.
11960         (isearch-lazy-highlight-search): Likewise.
11961         (search-whitespace-regexp): Doc fix.
11962         (isearch-forward-regexp): Doc fix.
11964         * emacs-lisp/bytecomp.el (byte-compile-form):
11965         Move the calls to byte-compile-set-symbol-position,
11966         to avoid having two for the same symbol occurrence.
11968         * comint.el (comint-input-ring-size): Increase to 150.
11970         * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
11971         New variables.
11972         (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
11973         (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
11975         * imenu.el (imenu--generic-function):
11976         Ensure we keep moving backward even if BEG isn't further back.
11978         * replace.el (query-replace-read-to, query-replace-read-from):
11979         Specify t for KEEP-ALL in read-from-minibuffer.
11981         * progmodes/python.el (python-switch-to-python):
11982         If Python isn't running, start it.
11983         Don't alter debug-ignored-errors.
11985         * progmodes/cperl-mode.el (cperl-indent-region):
11986         Don't mind imenu-scanning-message.
11988         * bindings.el (global-map): Bind C-e to move-end-of-line.
11990         * simple.el (line-move-finish): New arg FORWARD.
11991         Ignore invisible newlines, not intangible ones.
11992         Conditions for acceptable stopping positions depend on FORWARD.
11993         (line-move): Pass FORWARD arg to line-move-finish.
11995         * buff-menu.el (list-buffers-noselect): Eliminate space at the start
11996         of HEADER.  Compensate for this change in the code to add display
11997         properties.  Don't make the first line intangible.
11999         * info.el (Info-search): Fix previous change.
12001 2004-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
12003         * Makefile.in (recompile): Revert 2004-11-19 change.
12004         (compile): Likewise.
12006 2004-11-19  Luc Teirlinck  <teirllm@auburn.edu>
12008         * Makefile.in (compile): Set `max-specpdl-size' before compiling.
12010 2004-11-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12012         * progmodes/ebnf2ps.el: Fix typos.  Insert :version tag into all
12013         defgroup and defcustom.  Eliminate eval-and-compile usage.
12015         * progmodes/ebnf-otz.el: Fix typos.
12017 2004-11-19  Jay Belanger  <belanger@truman.edu>
12019         * calc/calc-yank.el (calc-edit-disp-trail): New variable.
12020         (calc-edit-finish, calc-finish-stack-edit): Replace variable
12021         disp-trail by declared variable.
12023         * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
12024         (calc-finish-selection-edit): Replace variable disp-trail by
12025         declared variable.
12026         (calc-selection-cache-entry): Move declaration to earlier in the file.
12027         (calc-selection-cache-num, calc-selection-cache-comp)
12028         (calc-selection-cache-offset, calc-selection-true-num)
12029         (calc-final-point-line, calc-final-point-column)
12030         (calc-original-buffer): Declare them.
12031         (calc-fnp-op, calc-fnp-num): New variables.
12032         (calc-find-nth-part, calc-find-nth-part-rec)
12033         (calc-select-previous): Replace op and num by declared variables.
12034         (calc-rsf-old, calc-rsf-new): New variables.
12035         (calc-replace-sub-formula, calc-replace-sub-formula-rec):
12036         Replace variables old and new by declared variables.
12037         (calc-sel-reselect): New variable.
12038         (calc-auto-selection, calc-enter-selection, calc-edit-selection)
12039         (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
12040         (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
12041         reselect with declared variable.
12043         * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
12044         (math-bound-vars, math-conds, math-copy-neg, math-rhs)
12045         (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
12046         (math-import-list, math-rewrite-phase): Declare them.
12047         (math-rewrite): Use let* to declare variables.
12048         (calc-rewrite-selection): Make rules a local variable.
12049         (calc-rewr-sel): New variable.
12050         (calc-rewrite-selection, calc-locate-selection-marker)
12051         (calc-rewrite): Use the declared variable calc-rewr-sel instead
12052         of sel.
12053         (math-rewrite-whole-expr): New variable.
12054         (math-rewrite, math-rewrite-phase): Replace variable expr by
12055         declared variable.
12056         (math-rewrite-heads-heads, math-rewrite-heads-skips)
12057         (math-rewrite-heads-blanks ): New variables.
12058         (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
12059         heads, skips and blanks by declared variables.
12060         (math-rwcomp-subst-old, math-rwcomp-subst-new)
12061         (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
12062         New variables.
12063         (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
12064         old, new, old-func and new-func by declared variables.
12065         (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
12066         Remove unnecessary variable.
12067         (math-apply-rw-regs): New variable.
12068         (math-apply-rewrites, math-rwapply-replace-regs)
12069         (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
12070         (math-apply-rw-ruleset): New variable.
12071         (math-apply-rewrites, math-rwapply-remember): Replace variable
12072         ruleset by declared variable.
12074 2004-11-19  Richard M. Stallman  <rms@gnu.org>
12076         * info.el (Info-search): Use search-whitespace-regexp.
12078 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
12080         * vc-rcs.el (vc-rcs-parse): New function.
12081         (vc-rcs-annotate-command): Likewise.
12082         (vc-rcs-annotate-current-time): Likewise.
12083         (vc-rcs-annotate-time): Likewise.
12084         (vc-rcs-annotate-extract-revision-at-line): Likewise.
12086 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
12088         * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
12090 2004-11-18  Jay Belanger  <belanger@truman.edu>
12092         * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
12094 2004-11-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12096         * printing.el: Eliminate use of interactive-p and eval-and-compile.
12097         Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
12098         Use make-temp-file to generate PostScript files in any situation.
12099         (pr-ps-temp-file): Now specify a prefix to generate temporary files.
12100         (pr-interactive-p): Eliminate var.
12101         (pr-save-interactive): Eliminate macro.
12102         (pr-interface, pr-ps-directory-preview)
12103         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
12104         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
12105         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
12106         (pr-ps-buffer-ps-print, pr-ps-region-preview)
12107         (pr-ps-region-using-ghostscript, pr-ps-region-print)
12108         (pr-ps-region-ps-print, pr-ps-mode-preview)
12109         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
12110         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
12111         (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
12112         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
12113         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
12114         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
12115         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
12116         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
12117         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
12118         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
12119         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
12120         (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
12121         Eliminate pr-save-interactive usage.
12122         (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
12123         Eliminate pr-interactive-p usage.
12124         (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
12125         (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
12126         (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
12127         (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
12128         (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
12129         (pr-toggle-header-menu, pr-toggle-header-frame-menu)
12130         (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
12131         New funs.
12132         (pr-ps-file): Use make-temp-file to generate a temporary file.
12134 2004-11-17  Jay Belanger  <belanger@truman.edu>
12136         * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
12137         a local variable.
12138         (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
12139         (math-top-only): New variable.
12140         (math-simplify, math-simplify-step): Replace variable top-only by
12141         declared variable math-top-only.
12142         (math-simplify-expr): Declare it.
12143         Replace argument expr in all calls of math-defsimplify by
12144         math-simplify-expr.
12145         (math-simplify-plus, math-simplify-times, math-simplify-divide)
12146         (math-simplify-divisor, math-simplify-one-divisor)
12147         (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
12148         (math-simplify-pow): Replace variable expr by declared variable
12149         math-simplify-expr.
12150         (math-simplify-divisor): Remove local variables temp and op.
12151         (math-simplify-one-divisor): Make temp and op local variables.
12152         (math-simplify-divisor-nover, math-simplify-divisor-dover):
12153         New variables.
12154         (math-simplify-divisor, math-simplify-one-divisor):
12155         Replace variables nover and dover by declared variables.
12156         (math-expr-subst-new, math-expr-subst-old): New variables.
12157         (math-expr-subst, math-expr-subst-rec): Replace variables new
12158         and old by declared variables.
12159         (math-is-poly-degree, math-is-poly-loose): New variables.
12160         (math-is-polynomial, math-is-poly-rec): Replace variables degree
12161         and loose by declared variables.
12162         (math-poly-base-const-ok, math-poly-base-pred): New variables.
12163         (math-polynomial-base, math-polynomial-base-rec):
12164         Replace variables const-ok and mpb-pred by declared variables.
12166         * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
12168         * calc/calc-ext.el (math-defsimplify): Change the argument in
12169         the created function to math-simplify-expr.
12171         * calc/calc-units.el (math-simplify-expr): Declare it.
12172         Replace argument expr in all calls of math-defsimplify by
12173         math-simplify-expr.
12174         (math-simplify-units-prod): Replace variable expr by declared
12175         variable math-simplify-expr.
12177 2004-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12179         * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
12180         Replace mapcar->dolist, format->string.
12182 2004-11-17  Miles Bader  <miles@gnu.org>
12184         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
12185         * progmodes/idlwave.el: Remove RCS keywords.
12187 2004-11-17  J.D. Smith  <jdsmith@as.arizona.edu>
12189         * progmodes/idlwave.el, progmodes/idlw-toolbar.el
12190         * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
12191         Update to IDLWAVE version 5.5.  Too many changes to list them here.
12192         * progmodes/idlw-help.el: New file.
12194 2004-11-16  Richard M. Stallman  <rms@gnu.org>
12196         * international/iso-cvt.el (iso-tex2iso-trans-tab):
12197         Discard spaces after \i according to TeX rules.
12199         * international/mule.el (set-buffer-file-coding-system):
12200         New arg NOMODIFY.
12201         (after-insert-file-set-coding): Pass that new arg.
12202         Prevent set-buffer-multibyte from trying to lock the file.
12204         * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
12206         * saveplace.el (save-place): Doc fix.
12208         * dabbrev.el (dabbrev-expand): When handling SPC M-/,
12209         temporarily widen before finding the following word to copy.
12211         * emacs-lisp/lucid.el (map-keymap): Definition deleted.
12212         (cl-map-keymap): Definition deleted.
12214         * subr.el (map-keymap-internal): New function.
12216 2004-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12218         * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
12219         when pressing rather than when releasing mouse-2.  Simplify.
12221 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12223         * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
12224         (compilation-mode): Set it here instead.
12226         * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
12228         * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
12229         (loop, cl-parse-loop-clause, defsetf): Use backquote.
12231 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12233         * progmodes/compile.el (compilation-internal-error-properties):
12234         Fix up a transposition-typo.  Check end-col before using it.
12236 2004-11-14  Frederic Han  <han@math.jussieu.fr>  (tiny change)
12238         * international/iso-cvt.el (iso-tex2iso-trans-tab):
12239         Discard whitespace after macro \i when converting it.
12241 2004-11-16  Juri Linkov  <juri@jurta.org>
12243         * emacs-lisp/find-func.el (find-function-regexp):
12244         Optimize `define-minor-mode'.  Add `defun-cvs-mode'.
12245         Add `deffoo'.  Add `f' to [^cgv] to exclude `defface'.
12246         Remove invalid `\W' from [^cgv\W].  Doc fix.
12247         (find-function-search-for-symbol): Replace "\\>" with "\\_>".
12249 2004-11-15  Luc Teirlinck  <teirllm@auburn.edu>
12251         * play/life.el: Maintainer is now FSF.
12252         (life-patterns, life-neighbor-deltas, life-window-start)
12253         (life-current-generation, life-generation-string): Use defvar
12254         instead of defconst.
12256 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12258         * progmodes/compile.el (compilation-move-to-column): New fun.
12259         (compilation-internal-error-properties)
12260         (compilation-next-error-function): Use it to make sure we don't go past
12261         the end of line.
12263 2004-11-15  John Paul Wallington  <jpw@gnu.org>
12265         * autoinsert.el (auto-insert-alist): Insert the user's name in
12266         copyright notice, rather than Free Software Foundation, for the
12267         Emacs Lisp header case too.
12269 2004-11-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12271         * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
12272         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
12273         (pr-switches-string): If SWITCHES is nil, return nil.  Otherwise,
12274         return the list of string in a string.
12275         (pr-call-process): Message if calling process returns an error, that
12276         is, the exit status is different of zero.
12278 2004-11-15  Jay Belanger  <belanger@truman.edu>
12280         * calc/calcalg2.el (math-integrate-by-parts): Remove unused
12281         variable var-thing.
12282         (math-integ-depth, math-integ-level, math-integral-limit)
12283         (math-enable-subst, math-any-substs, math-integ-msg)
12284         (math-prev-parts-v, math-good-parts, math-max-integral-limit)
12285         (math-int-threshold, math-int-factors, math-double-roots)
12286         (math-solve-simplifying, var-IntegLimit, math-solve-sign)
12287         (var-GenCount): Declare these variables.
12288         (calcFunc-integ): Don't check if var-IntegLimit is bound.
12289         (math-integral-cache, math-integral-cache-state):
12290         Move declarations to earlier in the file.
12291         (math-deriv-var, math-deriv-total, math-deriv-symb)
12292         (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
12293         (math-so-far, math-integ-expr, math-expr-parts, calc-low)
12294         (calc-high, math-solve-var, math-solve-full, math-solve-vars)
12295         (math-try-solve-sign, math-solve-b, math-solve-system-vv)
12296         (math-solve-res): New variables
12297         (math-derivative, calcFunc-deriv, calcFunc-tderiv)
12298         (math-integral, math-replace-integral-parts)
12299         (math-integrate-by-parts, calc-dump-integral-cache)
12300         (math-try-integral, math-do-integral, math-do-integral)
12301         (math-do-integral-methods, math-try-solve-for)
12302         (math-try-solve-prod, math-solve-poly-funny-powers)
12303         (math-solve-crunch-poly, math-decompose-poly)
12304         (math-solve-find-root-term, math-find-root-in-prod)
12305         (math-integ-try-linear-substitutions)
12306         (math-integ-try-substitutions, math-expr-rational-in)
12307         (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
12308         (math-solve-prod, math-solve-quartic, math-poly-all-roots)
12309         (math-solve-for, math-solve-system, math-solve-system-rec)
12310         (math-solve-get-sign, math-solve-get-int)
12311         (math-solve-system-subst): Replace undeclared variables with newly
12312         declared variables.
12314 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12316         * winner.el (winner-active-region, winner-edges, winner-window-list):
12317         Define at toplevel.
12318         (winner-mode-map): Move init inside declaration.
12320 2004-11-14  Luc Teirlinck  <teirllm@auburn.edu>
12322         * files.el (convert-standard-filename): Doc fix.
12324 2004-11-14  Daniel Pfeiffer  <occitan@esperanto.org>
12326         * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
12327         passwd, group, shadow, default/* and pam.d/*.
12329 2004-11-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12331         * printing.el (pr-menu-spec): Adjust menu specification.
12333 2004-11-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12335         * printing.el: Doc fix.  Insert :version tag into all defcustom.
12336         Handle interactive-p as is recommended in Emacs Lisp Reference.
12337         Set the file permission bits for newly created files.
12338         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
12339         The printing menu specification (in `pr-menu-spec') was merged.
12340         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12341         (pr-version): New version number (6.8.3).
12342         (pr-file-modes): New option.
12343         (pr-interactive-p): New var.
12344         (pr-save-interactive, pr-save-file-modes): New macros.
12345         (pr-setup): Code fix.
12346         (pr-menu-spec): Menu specification merged.
12347         (pr-call-process, pr-text2ps): Set file permission bits.
12348         (pr-despool-print): Set file permission bits.  Handle interactive-p as
12349         is recommended.
12350         (pr-interface, pr-ps-directory-preview)
12351         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
12352         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
12353         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
12354         (pr-ps-buffer-ps-print, pr-ps-region-preview)
12355         (pr-ps-region-using-ghostscript, pr-ps-region-print)
12356         (pr-ps-region-ps-print, pr-ps-mode-preview)
12357         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
12358         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
12359         (pr-despool-using-ghostscript, pr-despool-ps-print)
12360         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
12361         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
12362         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
12363         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
12364         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
12365         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
12366         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
12367         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
12368         (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
12369         (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
12370         Handle interactive-p as is recommended.
12372 2004-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12374         * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
12375         (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
12377         * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
12378         so it doesn't forget to highlight the beginning of the region either.
12380 2004-11-13  Daniel Pfeiffer  <occitan@esperanto.org>
12382         * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
12383         (c-font-lock-init): Eliminate obsolete make-local-hook.
12384         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
12385         (awk-mode): Use run-mode-hooks.
12387         * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
12389 2004-11-13  Kim F. Storm  <storm@cua.dk>
12391         * mouse.el (mouse-drag-copy-region): Add :version.
12392         (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
12393         while dragging mode line, so mode line can be dragged downwards.
12394         (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
12395         while pressing mouse button so window doesn't scroll until we
12396         release the mouse if clicking on partially visible line.
12398 2004-11-12  Jay Belanger  <belanger@truman.edu>
12400         * calc/calc-graph.el (calc-dumb-map): Declare it.
12401         (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
12402         than unbound.
12403         (calc-graph-name): Made `end' a local variable.
12404         (calc-graph-lookup): Made `varname' a local variable.
12405         (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
12406         Declare them.
12407         (calc-graph-format-data): Don't check if var-PlotRejects is bound.
12408         (calc-graph-plot, calc-graph-compute-3d): Remove references to
12409         the unused variable y3vec.
12410         (calc-graph-show-dumb): Remove reference to unused variable found-pt.
12411         (calc-graph-kill-hook, calc-graph-plot): Remove reference to
12412         calc-graph-prev-kill-hook.
12413         (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
12414         (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
12415         (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
12416         (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
12417         (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
12418         (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
12419         (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
12420         (calc-graph-y3value, calc-graph-y3name)
12421         (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
12422         (calc-graph-stepcount, calc-graph-is-splot)
12423         (calc-graph-surprise-splot, calc-graph-blank)
12424         (calc-graph-non-blank, calc-graph-curve-num): New variables.
12425         (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
12426         (calc-graph-recompute-2d, calc-graph-compute-3d)
12427         (calc-graph-format-data): Replace undeclared variables with the
12428         above newly declared variables.
12430 2004-11-12  Diane Murray  <dsm@muenster.de>  (tiny change)
12432         * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
12433         `rsf-beep' and `rsf-sleep-after-message'.
12435         * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
12436         list if `message-sender' is non-nil.
12438 2004-11-12  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
12440         * desktop.el (desktop-create-buffer, desktop-save): Avoid some
12441         consing by using mapc instead of mapcar.
12443 2004-11-12  Nick Roberts  <nickrob@snap.net.nz>
12445         * tooltip.el (require): Explain why CL is needed.
12447 2004-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12449         * printing.el: Insert :version into defgroup (printing).  All reference
12450         to Files option in menubar were changed to File.
12451         (pr-version): New version number (6.8.2).
12452         (pr-get-symbol): Call easy-menu-intern.
12453         (pr-region-active-p): Now is a fun (it was defsubst).  To avoid
12454         compilation gripes.
12456 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12458         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
12459         new byte-compile-function-environment binding to t.
12461         * font-lock.el (font-lock-fontify-syntactically-region):
12462         Don't forget to highlight the last char when we hit `end'.
12464         * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
12465         (mwheel-scroll): Adjust accordingly.
12467         * cvs-status.el: Reduce spurious warnings.
12468         (cvs-status-checkout): Remove.
12469         (cvs-status-mode-map): Use cvs-mode-checkout instead.
12471         * pcvs.el (cvs-mode-checkout): New command.
12473         * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
12475         * tooltip.el: Require CL.
12477         * emacs-lisp/bytecomp.el: Use push.
12478         (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
12479         (defalias): Remove the `byte-compile' property and add
12480         a `byte-hunk-handler'.
12482 2004-11-11  Juri Linkov  <juri@jurta.org>
12484         * info.el (Info-search): Save match data for isearch.
12485         Skip Tag Table node.
12487         * descr-text.el (describe-char): Replace syntax-after with code
12488         from its previous version.
12490         * files.el (magic-mode-alist): Use optimization for SGML mode too.
12491         (set-auto-mode): Doc fix.  Remove unused variable `xml'.
12493         * international/mule.el (sgml-html-meta-auto-coding-function):
12494         Remove > after <html to allow HTML attributes.
12496 2004-11-11  Jay Belanger  <belanger@truman.edu>
12498         * calc/calc-comb.el (math-prime-factors-finished): Declare it as
12499         a variable.
12500         (calcFunc-dfac): Replace unbound max by n.
12501         (math-stirling-local-cache): New variable.
12502         (math-stirling-number, math-stirling-1, math-stirling-2):
12503         Replace the variable `cache' by the declared variable
12504         math-stirling-local-cache.
12505         (var-RandSeed): Declare it as a variable.
12506         (math-init-random-base, math-random-digit): Don't check to see if
12507         var-RandSeed is bound.
12508         (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
12509         Declare them instead of just setting them.
12510         (math-init-random-base): Made i a local variable.
12511         (math-random-digit): Made math-random-last a local variable.
12512         (math-prime-test-cache): Move declaration to before it is used.
12513         (math-prime-test-cache-k, math-prime-test-cache-q)
12514         (math-prime-test-cache-nm1, math-prime-factors-finished):
12515         Declare them as variables.
12517 2004-11-11  Jay Belanger  <belanger@truman.edu>
12519         * calc/calc-ext.el (math-defcache): Use defvar for the new
12520         variables it creates.
12522 2004-11-11  Lars Hansen  <larsh@math.ku.dk>
12524         * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
12525         (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
12526         (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
12527         (desktop-save): Add :version.
12529 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12531         * printing.el (pr-get-symbol): Don't downcase.
12533 2004-11-10  Jay Belanger  <belanger@truman.edu>
12535         * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
12536         string to kill-ring.
12538         * calc/calc-aent.el (calc-alg-exp, math-toks)
12539         (math-exp-pos,math-exp-old-pos, math-exp-token)
12540         (math-exp-keep-spaces, math-exp-str): New variables.
12541         (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
12542         (calcAlg-enter): Use declared variable calc-alg-exp.
12543         (math-build-parse-table, math-find-user-token): Use declared
12544         variable math-toks.
12545         (math-read-exprs, math-read-token, calc-check-user-syntax)
12546         (calc-match-user-syntax, match-factor-after, math-read-factor):
12547         Use declared variables math-exp-pos math-exp-old-pos.
12548         (math-read-exprs, math-read-token, math-read-expr-level)
12549         (calc-check-user-syntax, calc-match-user-syntax)
12550         (match-factor-after, math-read-factor): Use declared variable
12551         math-exp-token.
12552         (math-read-exprs, math-read-expr-list, math-read-token)
12553         (math-read-factor): Use declared variable math-exp-keep-spaces.
12554         (math-read-exprs, math-read-token): Use declared variable
12555         math-exp-str.
12556         (calc-match-user-syntax): Make m a local variable.
12558         * calc/calc-ext.el (math-read-expr): Use declared variables
12559         math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
12560         math-exp-keep-spaces.
12562         * calc/calc-forms.el (math-read-angle-bracket): Use declared
12563         variables math-exp-pos, math-exp-str.
12565         * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
12566         math-exp-old-pos.
12567         (math-parse-fortran-vector, math-parse-fortran-vector-end)
12568         (math-parse-eqn-prime): Use declared variable math-exp-token.
12570         * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
12571         Use declared variable math-exp-pos.
12572         (math-check-for-commas): Use declared variable math-exp-str.
12573         (math-read-brackets): Use declared variables math-exp-old-pos,
12574         math-exp-keep-spaces.
12575         (math-read-brackets, math-read-vector, math-read-matrix):
12576         Use declared variable math-exp-token.
12578 2004-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12580         * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
12581         where the keymap is a symbol.
12582         (easy-menu-add-item): Use keymap-prompt.  Simplify.
12584         * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
12586         * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
12587         (sgml-parse-tag-backward): Use it to skip spurious < or >.
12589 2004-11-10  Thien-Thi Nguyen  <ttn@gnu.org>
12591         * ebuff-menu.el: Doc fixes throughout.
12592         (electric-buffer-menu-mode-hook): New defvar.
12594 2004-11-10  Nick Roberts  <nickrob@snap.net.nz>
12596         * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
12597         The resulting compiler warnings appear to be harmless.
12599 2004-11-10  Daniel Pfeiffer  <occitan@esperanto.org>
12601         * textmodes/conf-mode.el: New file.
12603         * files.el (auto-mode-alist, magic-mode-alist): Use it.
12605 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12607         * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
12609 2004-11-09  Jay Belanger  <belanger@truman.edu>
12611         * calc/calc-ext.el (calc-init-extensions): Remove old code.
12613         * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
12614         (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
12615         (calc-z-prefix-help, calc-user-function-list): Use declared
12616         variables calc-z-prefix-buf, calc-z-prefix-msgs.
12617         (math-map-tree, math-map-tree-rec): Use declared variables
12618         math-mt-many, math-mt-func.
12619         (math-read-expression, math-read-string): Use declared variable
12620         math-expr-data.
12622         * calc/calc-ext.el (math-normalize-nonstandard): Use declared
12623         variable math-normalize-a.
12625         * calc/calc.el (math-normalize-a): New variable.
12626         (math-normalize): Use declared variable math-normalize-a.
12628         * calc/calc-poly.el (math-expand-form): Use declared variable
12629         math-mt-many.
12631         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
12632         Use declared variable math-mt-many.
12633         (math-rewrite): Use declared variable math-mt-func.
12635         * calc/calc-vec.el (math-read-brackets, math-read-vector)
12636         (math-read-matrix): Use declared variable math-expr-data.
12638         * calc/calc-lang.el (math-parse-fortran-vector)
12639         (math-parse-fortran-vector-end, math-parse-tex-sum)
12640         (math-parse-eqn-matrix, math-parse-eqn-prime)
12641         (math-read-math-subscr): Use declared variable math-expr-data.
12643         * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
12644         (math-read-expr-level, math-read-token, calc-check-user-syntax)
12645         (calc-match-user-syntax, math-read-if, math-factor-after)
12646         (math-read-factor): Use declared variable math-expr-data.
12648 2004-11-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
12650         * calendar/diary-lib.el (diary-from-outlook)
12651         (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
12652         interactive-p; but rather new optional argument NOCONFIRM.
12654 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12656         * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
12657         (easy-menu-name-match): Revert correspondingly.
12659 2004-11-09  Richard M. Stallman  <rms@gnu.org>
12661         * emacs-lisp/bytecomp.el (byte-compile-defalias):
12662         Turn off warnings for the new function even if definition not constant.
12663         If the definition isn't a quoted symbol, record (FUNCTION . t).
12664         (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
12665         (byte-compile-callargs-warn): Handle (FUNCTION . t).
12666         (display-call-tree, byte-compile-arglist-warn):
12667         Handle t returned by byte-compile-fdefinition.
12669 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12671         * Makefile.in (maintainer-clean): Depend on distclean.
12673         * help-fns.el (help-C-file-name): File name must be in build-files
12674         to be returned.
12676 2004-11-09  Jay Belanger  <belanger@truman.edu>
12678         * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
12679         (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
12681         * calc/calc.el (calc, calc-trail-display, calc-mode):
12682         Remove obsolete sections.
12684         * calc/calc.el (calc-x-paste-text): Remove.
12686         * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
12687         mouse-2.
12689 2004-11-09  Nick Roberts  <nickrob@snap.net.nz>
12691         * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
12692         (gdb-info-frames-custom, gdb-frame-handler): Use it to find
12693         current frame (in case of recursive calls).
12694         (gdb-show-changed-values): Add :version keyword.
12696 2004-11-09  Kenichi Handa  <handa@m17n.org>
12698         * international/mule-cmds.el: Change coding: tag back to
12699         iso-2022-7bit.
12701 2004-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12703         * international/mule-cmds.el: Change coding-system to utf-8.
12704         (select-safe-coding-system-interactively):
12705         New function extracted from select-safe-coding-system.
12706         (select-safe-coding-system): Use it.
12708 2004-11-08  Richard M. Stallman  <rms@gnu.org>
12710         * subr.el (syntax-after): Doc fix.
12712         * paren.el (show-paren-function): Change calls to syntax-after
12713         for new way of returning the value.
12715         * menu-bar.el (menu-bar-file-menu): Make this the real name
12716         and menu-bar-files-menu the alias.  Use the former.
12717         (global-map): Use `file', not `files', as the symbol.
12719         * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
12721         * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
12722         Don't use beginning-of-buffer.
12723         (filesets-cmd-show-result): Use with-no-warnings.
12725 2004-11-08  Juri Linkov  <juri@jurta.org>
12727         * progmodes/compile.el (compile): Don't overwrite last command in
12728         minibuffer history with default command if they are not equal.
12730 2004-11-08  Jay Belanger  <belanger@truman.edu>
12732         * calc/calcalg2.el (math-do-integral-methods): Try linear then
12733         non-linear substitutions.
12735 2004-11-08  Jay Belanger  <belanger@truman.edu>
12737         * calc/calcalg2.el (math-linear-subst-tried): New variable.
12738         (math-do-integral): Set `math-linear-subst-tried' to nil.
12739         (math-do-integral-methods): Use `math-linear-subst-tried' to
12740         determine what type of substitution to try.
12741         (math-integ-try-linear-substituion):
12742         Set `math-linear-subst-tried' to t.
12744 2004-11-08  Kim F. Storm  <storm@cua.dk>
12746         * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
12748 2004-11-07  Juri Linkov  <juri@jurta.org>
12750         * info-look.el (info-lookup): Allow reusing in the current buffer
12751         not only *info* buffer, but all (even renamed) Info buffers
12752         by checking for major-mode instead of *info* buffer name.
12753         (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
12754         (octave-mode, maxima-mode) <doc-spec>:
12755         Allow long dashes generated by Texinfo 4.7 before definitions.
12756         (texinfo-mode) <doc-spec>: Add space to suffix to find command
12757         definitions with argument separated by space.
12759 2004-11-06  Richard M. Stallman  <rms@gnu.org>
12761         * simple.el (next-error group, face): Move before first use.
12762         (next-error-highlight, next-error-highlight-no-select): Likewise.
12764         * simple.el (line-move-invisible-p): Rename from line-move-invisible.
12765         (line-move): New args NOERROR and TO-END.
12766         Return t if succeed in moving specified number of lines.
12767         (move-end-of-line): New function.
12769         * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
12770         (end-of-buffer-other-window): Likewise.
12772         * simple.el (line-move-ignore-invisible): Default to t.
12774         * subr.el (syntax-after): Return the syntax letter, not the raw code.
12776         * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
12778         * international/iso-cvt.el (iso-cvt-define-menu):
12779         Rename menu-bar-files-menu to menu-bar-file-menu.
12781         * net/browse-url.el (browse-url-gnome-moz-program)
12782         (browse-url-gnome-moz-arguments): Move up before first use.
12784         * net/tramp.el (tramp group): Add :version.
12786         * progmodes/ada-xref.el (ada-gdb-application):
12787         Use goto-char instead of beginning-of-buffer.
12789         * progmodes/cperl-mode.el (cperl-info-on-command):
12790         Use goto-char instead of beginning-of-buffer.
12792         * progmodes/idlw-shell.el (idlwave-shell-examine-map):
12793         Move up before first use.
12794         (idlwave-shell-temp-pro-file): Likewise.
12795         (idlwave-shell-temp-rinfo-save-file): Likewise.
12796         (idlwave-shell-temp-file): Minor doc fix.
12798         * textmodes/flyspell.el (flyspell-external-point-words):
12799         Use goto-char instead of beginning-of-buffer.
12801 2004-11-06  Kai Grossjohann  <kai.grossjohann@gmx.net>
12803         * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
12804         /dev/stdout" before trying "uudecode -o -".  Suggested by Han Boetes.
12805         (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
12807 2004-11-06  David Ponce  <david@dponce.com>
12809         * recentf.el (recentf-menu-path): Use menu item name.
12811 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
12813         * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
12814         display doesn't support images.
12816 2004-11-06  Andreas Schwab  <schwab@suse.de>
12818         * tempo.el (tempo-match-finder): Doc fix.
12820         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
12822 2004-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12824         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
12825         (easy-menu-lookup-name): New fun to replace it.
12826         (easy-menu-get-map): Use it to obey menu item names (rather than just
12827         keys) when looking up `path'.
12828         (easy-menu-always-true-p): Rename from easy-menu-always-true.
12829         (easy-menu-convert-item-1): Adjust to new name.
12831 2004-11-06  Peter Heslin  <pj@heslin.eclipse.co.uk>  (tiny change)
12833         * outline.el (hide-body): Don't hide lines at the top of the file
12834         that precede the first header line.
12836 2004-11-06  Paul Pogonyshev  <pogonyshev@gmx.net>
12838         * align.el (align-areas): Delete whitespace before reindenting, so
12839         that tabs are never placed after spaces.
12841 2004-11-06  Alan Shutko  <ats@acm.org>
12843         * macros.el (insert-kbd-macro): Do completions based on macros,
12844         rather than all commands.
12846 2004-11-06  David Hansen  <david.hansen@gmx.net>  (tiny change)
12848         * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
12849         to solve a bug whereby tags with 'b' don't match.
12851 2004-11-05  Juri Linkov  <juri@jurta.org>
12853         * info.el (Info-search): Don't search in node header lines
12854         and file headers.
12856         * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
12857         symbol-constituent characters after dot, not only digits.
12859 2004-11-04  Daniel Pfeiffer  <occitan@esperanto.org>
12861         * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
12863 2004-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12865         * dired.el (dired-read-dir-and-switches): Call read-directory-name
12866         if a dialog will be used, read-file-name otherwise.
12868 2004-11-04  Richard M. Stallman  <rms@gnu.org>
12870         * textmodes/table.el (table group): Add :version.
12872         * textmodes/ispell.el (ispell-word):
12873         Don't alter args; set them only thru `interactive' spec.
12875         * textmodes/flyspell.el (flyspell-word):
12876         Don't alter FOLLOWING; set it only thru `interactive' spec.
12878         * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
12880         * net/browse-url.el (browse-url-maybe-new-window):
12881         Use called-interactively-p.
12883         * mail/supercite.el (sc-cite-region):
12884         Don't use interactive-p.  Add arg INTERACTIVE.
12885         (sc-version): Don't use interactive-p.  Rename arg to MESSAGE.
12887         * international/mule-cmds.el (set-input-method, toggle-input-method):
12888         Don't use interactive-p.  Add arg INTERACTIVE.
12890         * eshell/esh-mode.el (eshell-show-maximum-output):
12891         Don't use interactive-p.
12892         (eshell-truncate-buffer): Just message, no error, if buffer is short.
12894         * mouse.el (mouse-show-mark): Get positions to delete from mark
12895         and point, not from mouse-drag-overlay.
12897         * imenu.el (imenu-eager-completion-buffer): Add :version.
12899         * filesets.el (filesets group): Add :version.
12901 2004-11-03  Daniel Pfeiffer  <occitan@esperanto.org>
12903         * files.el (xml-based-modes): Delete var.
12904         (magic-mode-alist): New more general var.
12905         (set-auto-mode): Use it.
12907         * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
12908         when clicking from another window.
12910 2004-11-03  Thien-Thi Nguyen  <ttn@gnu.org>
12912         * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
12913         (vc-cvs-annotate-time): Incorporate value of deleted var.
12914         Remove special-case handling of beginning-of-buffer cruft.
12915         Cache ending position (point) and return value in text property
12916         `vc-cvs-annotate-time', and consult it on subsequent invocations.
12918         * vc-cvs.el (vc-cvs-annotate-command):
12919         Delete extraneous lines from beginning of buffer.
12920         * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
12922         * progmodes/grep.el (grep-default-command): Take empty string
12923         for tag if all other methods yield nil.  Shell-quote the tag.
12925         * vc.el (vc-annotate-display-autoscale): Add prefix-arg
12926         spec in `interactive' form, and mention it in the docstring.
12927         Also, make sure point is at bol after calling `annotate-time'.
12929 2004-11-02  Richard M. Stallman  <rms@gnu.org>
12931         * cus-edit.el (customize-group-other-window):
12932         Select the window that displays the custom buffer.
12933         (custom-buffer-create-other-window): Likewise.
12935         * comint.el (comint-insert-input): Fix previous change.
12937         * emacs-lisp/elp.el (elp-instrument-function):
12938         Use called-interactively-p.
12940         * emacs-lisp/easymenu.el (easy-menu-intern):
12941         Don't downcase; rather, case-flip the first letter of each word.
12943         * emacs-lisp/easy-mmode.el (define-minor-mode):
12944         Use called-interactively-p.
12946         * emacs-lisp/bytecomp.el (byte-compile-warning-types):
12947         Add interactive-only.
12948         (byte-compile-warnings): Add interactive-only as option.
12949         (byte-compile-interactive-only-functions): New variable.
12950         (byte-compile-form): Warn about calls to functions
12951         in byte-compile-interactive-only-functions.
12953         * emacs-lisp/autoload.el (update-file-autoloads):
12954         Don't use interactive-p; take new arg SAVE-AFTER.
12956         * emacs-lisp/advice.el (ad-make-advised-definition):
12957         Use called-interactively-p.
12959 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12961         * files.el (find-file-existing): New function.
12963         * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
12964         find-file-existing.  Add "New File..." that calls find-file.
12966         * diropen.pbm, diropen.xpm: New files.
12968         * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
12969         icon diropen.  New tool bar item find-file-existing uses icon open.
12971         * dired.el (dired-read-dir-and-switches): Call read-directory-name
12972         instead of read-file-name.
12974 2004-11-02  Ulf Jasper  <ulf.jasper@web.de>
12976         * calendar/icalendar.el (icalendar-version): Increase to 0.08.
12977         (icalendar--split-value): Change name of work buffer.
12978         (icalendar--get-weekday-abbrev): Return nil on error.
12979         (icalendar--date-to-isodate): New function.
12980         (icalendar-convert-diary-to-ical)
12981         (icalendar-extract-ical-from-buffer): Use only two args for
12982         make-obsolete (XEmacs compatibility).
12983         (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
12984         (icalendar-export-region): Doc fix.
12985         If error, return non-nil and write errors to a buffer.
12986         Use correct weekday for weekly recurring events.
12987         Check whether date has been parsed for ordinary events.
12988         Make weekly events start in the year 2000.
12989         DTEND is non-inclusive, shift end date by one day if
12990         necessary (not for entries that have date and time).
12991         Rename local let variables: oops -> found-error, datestring ->
12992         startdatestring.
12994 2004-11-02  Kim F. Storm  <storm@cua.dk>
12996         * files.el (set-auto-mode-0): Don't rely on dynamic binding of
12997         keep-mode-if-same variable.  Add it as optional arg instead.
12998         (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
13000         * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
13001         substitute-command-keys will select lower-case bindings like those
13002         used in the static help texts.
13004         * descr-text.el (describe-text-properties): Don't err if called in
13005         the *Help* buffer; output to *Help-2* buffer instead.
13007         * kmacro.el (group kmacro): Add :version.
13008         (kmacro-keyboard-quit): New function to cleanup on C-g.
13009         (kmacro-start-macro): Set defining-kbd-macro to append when
13010         appending to last macro.
13012         * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
13014 2004-11-02  Nick Roberts  <nickrob@snap.net.nz>
13016         * progmodes/gdb-ui.el (gdb-enable-debug-log)
13017         (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
13018         (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
13019         Add :version keyword.
13021 2004-11-02  Pavel Kobiakov  <pk_at_work@yahoo.com>
13023         * progmodes/flymake.el (flymake-err-line-patterns):
13024         Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
13025         `compilation-error-regexp-alist-alist' to internal Flymake format.
13027         * progmodes/flymake.el: Eliminate byte-compiler warnings.
13029 2004-11-01  Jay Belanger  <belanger@truman.edu>
13031         * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
13032         with `interactive "s"'.
13034 2004-11-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13036         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
13037         Revert change from 2004-10-16.  '*' checks the current buffer, but the
13038         mouse click may be in another buffer.
13040 2004-11-01  John Paul Wallington  <jpw@gnu.org>
13042         * files.el (large-file-warning-threshold): Add :version keyword.
13043         (kill-some-buffers): Doc fix.
13045         * thumbs.el (group thumbs): Add :version keyword.
13047         * textmodes/bibtex.el (bibtex-make-field): Fix typo.
13049 2004-11-01  Richard M. Stallman  <rms@gnu.org>
13051         * textmodes/ispell.el (ispell-word): Don't use interactive-p.
13053         * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
13055         * allout.el (allout group): Add :version.
13056         (allout-init): Don't use interactive-p.
13057         (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
13058         (allout-forward-current-level, allout-backward-current-level):
13059         Don't use interactive-p.
13061         * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
13062         (bibtex-find-text): Likewise.
13064         * progmodes/vhdl-mode.el (vhdl-fill-region)
13065         (vhdl-beginning-of-statement): Don't use interactive-p.
13067         * progmodes/idlwave.el (idlwave-update-routine-info):
13068         Don't use interactive-p.
13070         * progmodes/idlw-shell.el (idlwave-shell-send-char):
13071         Don't use interactive-p.
13073         * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
13074         Don't use interactive-p.
13076         * progmodes/ada-xref.el (ada-make-body-gnatstub):
13077         Don't use interactive-p.
13079         * play/fortune.el (fortune-to-signature): Don't use interactive-p.
13080         (fortune-in-buffer): Doc fix.
13082         * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
13084         * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
13085         don't select the temporary buffer.
13086         (eudc-get-email): New optional arg ERROR; don't use interactive-p.
13087         (eudc-get-phone): Likewise.
13089 2004-11-01  Kim F. Storm  <storm@cua.dk>
13091         * man.el (Man-xref-normal-file): Fix help-echo.
13093 2004-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13095         * reveal.el (reveal-last-tick): New var.
13096         (reveal-post-command): Use it to avoid closing overlays when we're
13097         appending text to them.
13099 2004-10-31  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13101         * textmodes/bibtex.el: Require button.
13102         (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
13103         (bibtex-reference-keys): Distinguish between header keys and
13104         crossref keys.
13105         (bibtex-beginning-of-field): New function.
13106         (bibtex-url-map): Remove.
13107         (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
13108         (bibtex-font-lock-url-regexp): Assume that field names begin at
13109         the beginning of a line.
13110         (bibtex-font-lock-url): Simplify.  Do not use bibtex-enclosing-field.
13111         Remove field delimiters.  Use bibtex-beginning-of-field.
13112         Bugfix, point can be inside a field with a url.
13113         (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
13114         New functions.
13115         (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
13116         (bibtex-key-in-head): Simplify.
13117         (bibtex-current-line): Use bolp.
13118         (bibtex-parse-keys): Remove unused arg `add'.
13119         Use bibtex-type-in-head and bibtex-key-in-head.
13120         (bibtex-parse-entry, bibtex-autofill-entry):
13121         Use bibtex-type-in-head and bibtex-key-in-head.
13122         (bibtex-autokey-get-field): Do not alter case of replacement text.
13123         (bibtex-autokey-get-names): Do all processing of name list.
13124         (bibtex-autokey-get-year): New function.
13125         (bibtex-autokey-get-title): Do all processing of title words.
13126         (bibtex-generate-autokey): Simplify.
13127         (bibtex-string-files-init): Use default-directory.
13128         Allow for absolute file names in bibtex-string-files.
13129         (bibtex-files, bibtex-file-path): New variables.
13130         (bibtex-files-expand): New function.
13131         (bibtex-find-entry-globally): New command.
13132         (bibtex-summary-function): New variable.
13133         (bibtex-summary): Default value of bibtex-summary-function.
13134         (bibtex-find-crossref): New optional args pnt and split.
13135         (bibtex-complete-key-cleanup): Call bibtex-summary-function.
13136         (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
13137         (bibtex-validate): Fix docstring.  Check only abbreviated month fields.
13138         Fix handling of required and alternative fields.
13139         Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
13140         Use cons and display-buffer.
13141         (bibtex-validate-globally): New command.
13142         (bibtex-clean-entry): Use bibtex-files-expand.  Do not call
13143         bibtex-parse-keys and bibtex-parse-strings for updating
13144         bibtex-reference-keys and bibtex-strings.
13145         (bibtex-realign): Remove blank lines past the last entry.
13146         (bibtex-reformat): Use bibtex-entry-format as default.
13147         (bibtex-choose-completion-string): Remove.
13148         (bibtex-complete): Do not use bibtex-choose-completion-string.
13149         (bibtex-url): Simplify.
13151 2004-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13153         * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
13154         (x-dnd-types-alist, x-dnd-open-file-other-window)
13155         (x-dnd-known-types): Add :version.
13157 2004-10-31  John Paul Wallington  <jpw@gnu.org>
13159         * ibuffer.el (group ibuffer): Add :version keyword.
13161 2004-10-31  Kim F. Storm  <storm@cua.dk>
13163         * ido.el (group ido): Add :version keyword.
13164         (ido-mode): Remove :version keyword.
13166         * emulation/cua-base.el (group cua): Add :version keyword.
13167         (cua-mode): Remove :version keyword.
13169 2004-10-30  Luc Teirlinck  <teirllm@auburn.edu>
13171         * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
13173         * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
13174         compiler warning.
13175         (help-at-pt-timer-delay): Add :initialize keyword.  Simplify :set
13176         function.
13177         (help-at-pt-display-when-idle): Remove autoload.
13179 2004-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13181         * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
13183 2004-10-30  Juri Linkov  <juri@jurta.org>
13185         * help.el (function-called-at-point):
13186         * help-fns.el (variable-at-point): Read -> intern.
13188 2004-10-30  Simon Josefsson  <jas@extundo.com>
13190         * progmodes/autoconf.el (autoconf-font-lock-keywords):
13191         Recognize AS_* too.
13193 2004-10-29  Simon Josefsson  <jas@extundo.com>
13195         * subr.el (read-passwd): Move back from password.el.
13197         * password.el: Remove, not ready yet.
13199 2004-10-29  Andreas Schwab  <schwab@suse.de>
13201         * speedbar.el (speedbar-frame-parameters): Improve customize type.
13203 2004-10-29  Sam Steingold  <sds@gnu.org>
13205         * mouse.el (mouse-show-mark): Replace the last occurrence of
13206         x-lost-selection-hooks with x-lost-selection-functions.
13208 2004-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13210         * mouse.el (mouse-show-mark): Adjust to new name and don't assume
13211         x-lost-selection-functions is bound.
13213         * mouse-sel.el (mouse-sel-mode):
13214         * emacs-lisp/lselect.el: Adjust to new names for
13215         x-(lost|sent)-selection-functions.
13217         * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
13218         New obsolete aliases of x-lost-selection-functions and
13219         x-sent-selection-functions.
13221 2004-10-28  Kim F. Storm  <storm@cua.dk>
13223         * imenu.el (imenu-scanning-message): Remove.
13224         (imenu-progress-message): Make it a no-op.
13226 2004-10-28  John Paul Wallington  <jpw@gnu.org>
13228         * files.el (set-auto-mode): Call `throw' correctly.
13230 2004-10-28  Juri Linkov  <juri@jurta.org>
13232         * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
13233         to search `Info-...' commands in `info' manual.
13234         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
13235         Add 'info-file "emacs" property.
13236         (Info-find-emacs-command-nodes): Fix index line number regexp.
13237         Set real line number (instead of fake 0) in first element of the
13238         returned list.
13239         (Info-goto-emacs-command-node): Use line number of first element
13240         to set point in the first found Info node.
13242         * progmodes/grep.el (grep-regexp-alist): Move match highlighting
13243         code to `grep-mode-font-lock-keywords'.
13244         (grep-mode-font-lock-keywords): Delete grep markers instead
13245         of making them invisible.
13247 2004-10-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13249         * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
13250         and x-server-version in bug report.
13252 2004-10-28  Daniel Pfeiffer  <occitan@esperanto.org>
13254         * files.el (set-auto-mode-0): New function.
13255         (set-auto-mode): Use it to handle aliased modes and to
13256         be consistent between C-x C-f and C-x C-w.
13258 2004-10-28  Kenichi Handa  <handa@m17n.org>
13260         * international/utf-8.el (utf-translate-cjk-charsets):
13261         Add katakana-jisx0201.
13263         * international/subst-jis.el: Add data for JISX0201.
13265 2004-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13267         * obsolete/hilit19.el (hilit-mode): New function.
13268         Move all the toplevel side-effecting stuff into it, so that loading
13269         hilit19 doesn't mess everything up any more.
13271 2004-10-27  Richard M. Stallman  <rms@gnu.org>
13273         * add-log.el (add-change-log-entry): Set up mailing address
13274         and full name later, and don't alter add-log-mailing-address
13275         or add-log-full-name.
13277         * elide-head.el (elide-head): Change error to message.
13278         (elide-head-show): Likewise.
13280         * apropos.el (apropos-macrop): Doc fix.
13282         * mouse.el (mouse-show-mark): Do most processing the same
13283         regardless of transient-mark-mode.
13285         * shadowfile.el (shadow-copy-files): Use interactive-p
13286         only to control whether to print a message.
13288         * tar-mode.el (tar-mode): Use write-contents-functions,
13289         not write-contents-hooks.
13291         * eshell/em-unix.el (eshell-du-sum-directory): Don't use
13292         directory-sep-char.
13294 2004-10-27  Richard M. Stallman  <rms@gnu.org>
13296         * strokes.el (strokes-unload-hook): Fix previous change.
13298         * type-break.el (type-break-run-at-time): Always use run-at-time;
13299         forget the alternatives.
13300         (type-break-cancel-function-timers): Always use cancel-function-timers;
13301         forget the alternatives.
13303         * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
13305 2004-10-27  Kenichi Handa  <handa@m17n.org>
13307         * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
13309         * international/subst-gb2312.el: Likewise.
13311         * international/subst-big5.el: Likewise.
13313         * international/subst-ksc.el: Likewise.
13315         * international/utf-8.el (utf-translate-cjk-unicode-range-string):
13316         New variable.
13317         (utf-translate-cjk-set-unicode-range): New function.
13318         (utf-translate-cjk-unicode-range): Make it customizable.
13319         (utf-8-post-read-conversion):
13320         Use utf-translate-cjk-unicode-range-string.
13321         (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
13322         Unicode ranges.
13324 2004-10-26  Daniel Pfeiffer  <occitan@esperanto.org>
13326         * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
13327         trivial variants to shorten the list.
13328         (xml-based-modes): New var.
13329         (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
13330         declaration higher priority than auto-mode-alist.
13332         * find-file.el (cc-other-file-alist): Bring it in line with
13333         cc-mode's auto-mode-alist entries and use \' instead of $.
13335         * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
13336         and add "Id" and "Name" submenus to it.
13338         * imenu.el (imenu--generic-function): Skip matches in comments.
13340 2004-10-26  Jay Belanger  <belanger@truman.edu>
13342         * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
13343         (full-calc-keypad, calc-trail-display): Use an extra argument
13344         instead of `interactive-p'.
13346         * calc/calc-misc.el (calc-other-window): Use an extra argument
13347         instead of `interactive-p'.
13349         * calc/calc-rewr.el (calc-match): Use an extra argument instead of
13350         `interactive-p'.
13352 2004-10-26  Kim F. Storm  <storm@cua.dk>
13354         * help.el (describe-key): Describe both down-event and up-event
13355         for a mouse click.
13357 2004-10-26  Richard M. Stallman  <rms@gnu.org>
13359         * woman.el (woman): Don't call interactive-p.
13361         * pcomplete.el (pcomplete): Instead of interactive-p,
13362         use an arg set non-nil by the interactive spec.
13364         * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
13365         use an arg set non-nil by the interactive spec.
13367         * man.el (Man-cleanup-manpage): Instead of interactive-p,
13368         use an arg set non-nil by the interactive spec.
13370 2004-10-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
13372         * progmodes/flymake.el (flymake-split-string):
13373         Use `flymake-split-string-remove-empty-edges' in any case.
13375 2004-10-26  Masatake YAMATO  <jet@gyve.org>
13377         * progmodes/flymake.el (flymake-err-line-patterns):
13378         Use `compilation-error-regexp-alist-alist' instead of
13379         `compilation-error-regexp-alist'.
13381 2004-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13383         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
13384         verbatim face on the \ of \end{verbatim}.
13386 2004-10-25  Jay Belanger  <belanger@truman.edu>
13388         * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
13389         erasing minibuffer.
13391 2004-10-25  Simon Josefsson  <jas@extundo.com>
13393         * subr.el (read-passwd): Move to net/password.el.
13395         * net/password.el (read-passwd): Add.  Autoload it.
13397 2004-10-25  Kai Grossjohann  <kai.grossjohann@gmx.net>
13399         * mouse-sel.el (mouse-sel-mode): Specify custom group.
13401         * simple.el (process-file): Fix logic.
13403 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
13405         * indent.el (set-left-margin, set-right-margin): Delete redundant code.
13406         (increase-right-margin): Remove erroneous call to `interactive-p'.
13408 2004-10-24  Kim F. Storm  <storm@cua.dk>
13410         * help.el (describe-mode): Fix 2004-10-13 change.
13411         Copy pure "Auto Fill" string so it can be propertized later
13412         without causing a read-only error.
13414 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
13416         * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
13417         style indexes.
13419 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
13421         * simple.el (process-file): Accept nil for INFILE.  Reported by
13422         Luc Teirlinck.
13424 2004-10-24  Masatake YAMATO  <jet@gyve.org>
13426         * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
13427         Handle periods and underscores in a function name.
13428         Remove the address fontification.
13430 2004-10-24  Masatake YAMATO  <jet@gyve.org>
13432         * progmodes/asm-mode.el (asm-font-lock-keywords):
13433         Use font-lock-variable-name-face for registers.
13435 2004-10-24  Nick Roberts  <nickrob@snap.net.nz>
13437         * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
13438         kill-all-local-variables.
13439         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
13440         (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
13441         Use kill-all-local-variables and provide mode-hooks.
13442         (gdb-assembler-font-lock-keywords): New font lock keywords definition.
13443         (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
13444         Suggested by Masatake YAMATO <jet@gyve.org>.
13446 2004-10-23  Kai Grossjohann  <kai.grossjohann@gmx.net>
13448         * simple.el (process-file): New function, similar to call-process
13449         but supports file handlers.
13450         * vc.el (vc-do-command): Use it, instead of call-process.
13451         * net/tramp-vc.el (vc-do-command): Do not advise it if
13452         process-file is fboundp.
13453         * net/tramp.el (tramp-file-name-handler-alist): Add entry for
13454         process-file.
13455         (tramp-handle-process-file): New function.
13456         (tramp-file-name-for-operation): Support process-file.
13458 2004-10-23  Ulf Jasper  <ulf.jasper@web.de>
13460         * calendar/icalendar.el (icalendar--weekday-array): New constant.
13461         (icalendar-weekdayabbrev-table)
13462         (icalendar-monthnumber-table): Delete.
13463         (icalendar--get-month-number): Use calendar-month-name-array.
13464         (icalendar--get-weekday-number): New function.
13465         (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
13466         (icalendar-export-region): Handle multi-line entries.
13467         (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
13469 2004-10-23  John Paul Wallington  <jpw@gnu.org>
13471         * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
13472         `wildcards' set to t in interactive spec.
13474         * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
13475         interactive spec rather than use `interactive-p'.
13476         (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
13477         rather than use function `interactive-p'.
13479 2004-10-22  Kenichi Handa  <handa@m17n.org>
13481         * international/mule.el (translate-region): Implement it in Lisp
13482         as a front end of translate-region-internal.
13484 2004-10-21  Jay Belanger  <belanger@truman.edu>
13486         * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
13487         Declare these variables with defvar.
13489         * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
13490         is bound, only check to see if it is bound.
13492 2004-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13494         * textmodes/tex-mode.el (tex-compilation-parse-errors):
13495         Don't output messages.
13497         * calc/calc-help.el (calc-describe-bindings): Fix last change.
13499 2004-10-21  John Paul Wallington  <jpw@gnu.org>
13501         * calc/calc-graph.el (calc-graph-init):
13502         Use `set-process-query-on-exit-flag'.
13504 2004-10-21  Daniel Pfeiffer  <occitan@esperanto.org>
13506         * progmodes/compile.el (compilation-start): Rely on `cd' to get
13507         dir right and also allow argumentless cd.
13509 2004-10-19  Richard M. Stallman  <rms@gnu.org>
13511         * textmodes/flyspell.el (flyspell-mode): Doc fix.
13513         * eshell/em-unix.el (eshell-grep):
13514         Don't bind compilation-process-setup-function.
13516         * comint.el (comint-insert-input): Use @ in `interactive'.
13517         (comint-input-filter-functions): Doc fix.
13518         (comint-kill-whole-line, comint-get-source): Doc fix.
13520         * progmodes/compile.el (compilation-setup):
13521         Don't set buffer-read-only if MINOR is non-nil.
13523 2004-10-19  Jay Belanger  <belanger@truman.edu>
13525         * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
13526         (calc-emacs-type-gnu19): Remove.
13527         (calc-digit-map, calc-read-key-sequence, calc-read-key):
13528         Remove check for old emacs versions.
13530         * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
13531         (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
13532         for current Emacs.
13534         * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
13535         the end of the minibuffer.
13536         (calc-do-alg-entry): Remove Emacs version check.  Use `copy-keymap' to
13537         copy `esc-map'.
13539         * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
13541         * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
13542         call that would be given when the current emacs was used.
13544 2004-10-19  Ulf Jasper  <ulf.jasper@web.de>
13546         * calendar/icalendar.el: Set coding to utf-8.
13547         (icalendar-version): Increase to 0.07.
13548         (icalendar-monthnumber-table): Change March pattern.
13549         (icalendar-get-all-event-properties)
13550         (icalendar-set-event-property): Delete.
13551         (icalendar-all-events): No longer interactive.
13552         (icalendar-convert-diary-to-ical)
13553         (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
13554         their replacements.
13555         (icalendar-export-file, icalendar-export-region): New functions;
13556         essentially old `icalendar-convert-diary-to-ical' but appending to
13557         target rather than overwriting.
13558         (icalendar-import-file): Append to target file rather than
13559         overwriting.  Fourth arg deleted.
13560         (icalendar-import-buffer): New name for old
13561         `icalendar-extract-ical-from-buffer'.
13562         (icalendar--convert-string-for-import): New name for
13563         old `icalendar-convert-for-import'.
13564         (include-icalendar-files): Delete.
13565         Prefix for all internal functions changed from `icalendar-'
13566         to `icalendar--'.
13568 2004-10-19  Richard M. Stallman  <rms@gnu.org>
13570         * paths.el (news-path): Fix previous change.
13572 2004-10-18  Jay Belanger  <belanger@truman.edu>
13574         * calc/calc-help.el (calc-describe-bindings):
13575         Set `buffer-read-only' to nil while working in the keybindings buffer;
13576         remove some extra information from the keybindings buffer.
13578 2004-10-18  David Ponce  <david@dponce.com>
13580         * mouse.el (mouse-drag-move-window-top): New function.
13581         (mouse-drag-mode-line-1): Use it.
13583 2004-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
13585         * info.el (Info-fontify-node): For multiline refs,
13586         arrange to unfontify newline and surrounding whitespace.
13588 2004-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13590         * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
13591         directory is missing.
13593 2004-10-17  John Paul Wallington  <jpw@gnu.org>
13595         * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
13596         New customizable variable; whether to display buffers that match
13597         `ibuffer-maybe-show-predicates' by default.
13598         (ibuffer-maybe-show-predicates): Mention it in docstring.
13599         (ibuffer-display-maybe-show-predicates): New variable.
13600         (ibuffer-update): Prefix arg now toggles whether buffers that
13601         match `ibuffer-maybe-show-predicates' should be displayed.
13602         (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
13603         locally to heed `ibuffer-default-display-maybe-show-predicates'.
13604         (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
13606 2004-10-17  Michael Albinus  <michael.albinus@gmx.de>
13608         * net/tramp.el: Redo sync with Tramp 2.0.45.  Last commit did not
13609         work correctly.
13611 2004-10-17  Daniel Pfeiffer  <occitan@esperanto.org>
13613         * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
13614         (Buffer-menu-beginning): New helper function.
13615         (Buffer-menu-execute): Use it.
13616         (Buffer-menu-select): Use it.
13617         (Buffer-menu-sort): Use it and also keep markers.
13619 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13621         * paths.el (news-directory): Rename from news-path.  Old name alias.
13622         (rmail-spool-directory): Use defvar.
13623         (sendmail-program): Use defcustom.
13624         (remote-shell-program): Use defcustom.
13625         (term-file-prefix): Use defvar.
13626         (abbrev-file-name): Use defvar.
13628         * term.el: Add maintainer.
13630         * subr.el (with-local-quit): Return nil if there's a quit.
13631         (read-passwd): Use with-local-quit.  Doc fix.
13633         * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
13634         (strokes-unload-hook): Set as a variable with add-hook.
13636         * startup.el (fancy-splash-tail, normal-splash-screen):
13637         Update copyright year.
13639         * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
13641         * server.el (server-unload-hook): Set as a variable with add-hook.
13643         * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
13645         * frame.el (special-display-popup-frame):
13646         Make the buffer current as its frame is created.
13648         * delsel.el (delsel-unload-hook): Set as a variable.
13650         * comint.el (comint-output-filter-functions):
13651         Add comint-watch-for-password-prompt.
13652         (comint-read-noecho): Function deleted.
13653         (send-invisible): Use read-passwd.
13655         * fringe.el (fringe-mode-initialize): New function.
13656         (fringe-mode): Use fringe-mode-initialize as :initialize.
13658 2004-10-17  Kim F. Storm  <storm@cua.dk>
13660         * language/indian.el (indian-script-language-alist): Swap value and doc.
13661         (indian-font-char-index-table): Doc fix.
13663 2004-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13665         * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
13667 2004-10-16  Juri Linkov  <juri@jurta.org>
13669         * progmodes/compile.el (compilation-start): Move let-binding of
13670         `process-environment' into `with-current-buffer' body.
13671         Reported by Matt Hodges <MPHodges@member.fsf.org>.
13673 2004-10-16  Richard M. Stallman  <rms@gnu.org>
13675         * pcvs-util.el (cvs-bury-buffer):
13676         Don't call get-buffer-window for effect.
13678         * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
13680         * newcomment.el (comment-auto-fill-only-comments): Add autoload.
13682         * msb.el (msb-unload-hook): Set the variable.
13684         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
13685         Use * to err if buffer is readonly.
13687         * subr.el (looking-back): Return only t or nil.
13689         * whitespace.el (whitespace-unload-hook): Set the variable.
13691         * view.el (view-mode-enable): Set view-page-size and
13692         view-half-page-size to nil.
13693         (view-set-half-page-size-default): view-half-page-size = nil
13694         means the default.
13695         (View-scroll-page-forward): Use view-page-size-default.
13696         (View-scroll-page-backward): Likewise.
13697         (view-page-size, view-half-page-size): Doc fixes.
13699         * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
13701         * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
13703         * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
13704         "cl" like other files.  Instead, call byte-compile-find-cl-functions.
13705         (byte-compile-log-1): Bind inhibit-read-only.
13706         (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
13707         (byte-compile-log-warning): Likewise.
13708         (byte-compile-file-form-require): Detect "cl" from the arg value.
13710         * progmodes/compile.el (compilation-start): Assume compilation-mode
13711         will make the buffer read-only.
13712         (compilation-mode): Take arg name-of-mode.
13713         (compilation-setup): Make buffer read-only.
13714         (compilation-handle-exit): Bind inhibit-read-only.
13716         * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
13717         (ispell-message): Likewise.
13718         (ispell-show-choices): Don't call get-buffer-window uselessly.
13719         (ispell-init-process): Use set-process-query-on-exit-flag.
13721 2004-10-16  Kim F. Storm  <storm@cua.dk>
13723         * fringe.el (fringe-bitmaps): Only initialize when defined.
13725         * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
13726         (cvs-mode-find-file): Add optional `view' arg to enter view mode.
13728         * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
13730 2004-10-15  Simon Josefsson  <jas@extundo.com>
13732         * net/password.el: Add.
13734 2004-10-14  Masatake YAMATO  <jet@gyve.org>
13736         * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
13737         (gdb-script-end-of-defun): New function.
13738         (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
13739         `gdb-script-end-of-defun' as *-of-defun-function.
13741 2004-10-13  Daniel Pfeiffer  <occitan@esperanto.org>
13743         * button.el (button-activate): Allow a marker to display as an action.
13745         * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
13747         * help.el (describe-mode): Use it to make minor mode list into
13748         hyperlinks.
13750 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13752         * vc.el (vc-annotate-display-select): Fix typo.
13754         * subr.el (substitute-key-definition-key): New function.
13755         (substitute-key-definition): Use it with map-keymap.
13756         (event-modifiers): Use push.
13757         (mouse-movement-p, with-temp-buffer): Simplify.
13759 2004-10-12  Jay Belanger  <belanger@truman.edu>
13761         * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
13762         New variables.
13763         (calc-help-index-entries): New function.
13764         (calc-describe-function): Use `calc-help-function-list' instead of
13765         obarray for completion.
13766         (calc-describe-variable): Use `calc-help-variable-list' instead
13767         of obarray for completion.
13769 2004-10-12  Richard M. Stallman  <rms@gnu.org>
13771         * info-look.el (info-lookup-file): Add info-file property.
13772         (info-lookup-symbol): Likewise.
13774         * info.el (info-xref): Add underlining.
13775         (info): Add info-file property.
13776         (Info-find-emacs-command-nodes): Specify case-sensitive search.
13778 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
13780         Sync with Tramp 2.0.45.
13782         * net/tramp.el (top): Apply `def-edebug-spec' only if function is
13783         defined.  This is not the case for XEmacs without package "edebug".
13784         (tramp-set-auto-save-file-modes): Set permissions of autosaved
13785         remote files to the permissions of the original file.  This is not
13786         the case for Emacs < 21.3.50 and XEmacs < 21.5.  Add function to
13787         `auto-save-hook'.  Reported by Thomas Prokosch <thomas@nadev.net>.
13788         (tramp-perl-decode): Fix an error in Perl implementation.
13789         $pending must be cleared every loop.  Reported by Benjamin Place
13790         <benjaminplace@sprintmail.com>
13792         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
13793         Don't activate advice during definition.  This is done later on,
13794         depending on test result of `substitute-in-file-name'.
13795         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13797 2004-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13799         * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
13801         * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
13803 2004-10-12  David Ponce  <david@dponce.com>
13805         * recentf.el (recentf-edit-list): Update the menu when the recentf
13806         list has been modified.
13808 2004-10-12  Simon Josefsson  <jas@extundo.com>
13810         * net/tls.el (tls-certtool-program): New variable.
13811         (tls-certificate-information): New function, based on
13812         ssl-certificate-information.
13814 2004-10-12  Kenichi Handa  <handa@m17n.org>
13816         * international/mule.el (coding-system-equal): Move from mule-util.el.
13818         * international/mule-util.el (coding-system-equal): Move to mule.el.
13820 2004-10-12  Kim F. Storm  <storm@cua.dk>
13822         * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
13823         reset kmacro-initial-counter-value if set.
13824         (kmacro-set-counter): Only set kmacro-counter if defining or executing
13825         macro.  Set kmacro-initial-counter-value otherwise.  Never set both.
13826         (kmacro-display): Show macro counter if non-zero.
13828         * subr.el (substitute-key-definition): Mention command remapping
13829         in doc string.
13831 2004-10-11  Jay Belanger  <belanger@truman.edu>
13833         * calc/calc-misc.el (calc-info-goto-node): New function.
13834         (calc-tutorial, calc-info-summary): Go to appropriate Calc info
13835         node in one step.
13836         (calc-describe-copying, calc-describe-distribution)
13837         (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
13838         Go to appropriate info node in one step.
13840 2004-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13842         * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
13844         * font-lock.el (font-lock-apply-highlight): Fix last change.
13846 2004-10-11  Simon Josefsson  <jas@extundo.com>
13848         * mail/smtpmail.el (smtpmail-open-stream): Look for
13849         starttls-gnutls-program instead of starttls-program iff
13850         starttls-use-gnutls is non-nil.
13851         (smtpmail-open-stream): Don't overwrite user settings of
13852         starttls-extra-arguments and starttls-extra-args.
13854 2004-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13856         * comint.el (comint-mouse-insert-input): Remove.
13857         (comint-insert-input): Make it work for mouse bindings.
13858         (comint-mode-map): Move defs into the declaration.
13859         (comint-output-filter): Typo.
13861         * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
13863 2004-10-10  Kai Grossjohann  <kai.grossjohann@gmx.net>
13865         * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
13866         (ange-ftp-call-chmod): Reference remote-shell-program instead of
13867         ange-ftp-remote-shell.
13869 2004-10-10  Andreas Schwab  <schwab@suse.de>
13871         * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
13872         `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
13873         Reported by <sri@asu.edu>.
13875 2004-10-10  Benjamin Rutt  <brutt@bloomington.in.us>
13877         * vc.el (vc-annotate-mode): Remove variable.
13878         (vc-annotate-display-select): Only call vc-annotate-mode
13879         if we're not in that mode already.
13881 2004-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13883         * imenu.el (imenu--completion-buffer): Don't return t for rescan.
13884         (imenu-choose-buffer-index): Check here for rescan instead.
13886         * font-lock.el (font-lock-apply-highlight): Explicitly check the case
13887         where the face expression evals to nil.
13889         * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
13890         (tex-font-lock-keywords-2): Use it.
13891         (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
13893         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
13895 2004-10-09  Kim F. Storm  <storm@cua.dk>
13897         * subr.el (progress-reporter-update): Define before first usage.
13898         (make-progress-reporter): Doc fix.
13900 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
13902         * textmodes/paragraphs.el (sentence-end-double-space)
13903         (sentence-end-without-period, sentence-end-without-space)
13904         (sentence-end): Doc fixes.
13906 2004-10-08  Peter Seibel  <peter@javamonkey.com>  (tiny change)
13908         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
13909         Change paragraph-start regexp so we don't fill code starting with #'(.
13911 2004-10-08  Sebastien Kirche  <seki@seki.fr>  (tiny change)
13913         * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
13914         New defcustom.
13915         (extract-address-components): Use it.
13917 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
13919         * subr.el (make-progress-reporter, progress-reporter-update)
13920         (progress-reporter-force-update, progress-reporter-do-update)
13921         (progress-reporter-done): New functions.
13923         * tar-mode.el (tar-summarize-buffer): Use progress reporter.
13925         * progmodes/etags.el (etags-tags-completion-table): Use progress
13926         reporter.
13927         (etags-tags-apropos): Likewise.
13929 2004-10-08  Alan Mackenzie  <acm@muc.de>
13931         * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
13932         of current line.
13934 2004-10-08  Masatake YAMATO  <jet@gyve.org>
13936         * server.el (server-process-filter): Wrap `process-send-region'
13937         by `condition-case' to guard the case when the pipe to PROC is closed.
13939 2004-10-07  Mark A. Hershberger  <mah@everybody.org>
13941         * xml.el (xml-substitute-special): Limit handling of external entities.
13943 2004-10-06  Nick Roberts  <nickrob@snap.net.nz>
13945         * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialize gdb-input-queue.
13947 2004-10-06  John Paul Wallington  <jpw@gnu.org>
13949         * xml.el (xml-parse-dtd): Fix `error' call.
13951 2004-10-05  Mark A. Hershberger  <mah@everybody.org>
13953         * xml.el (xml-substitute-special): Return a single string instead
13954         of a list of strings if an entity substitution is made.
13956 2004-10-05  Ulf Jasper  <ulf.jasper@web.de>
13958         * calendar/icalendar.el: New file.
13960 2004-10-05  Juri Linkov  <juri@jurta.org>
13962         * isearch.el (isearch-done): Set mark after running hook.
13963         Reported by Drew Adams <drew.adams@oracle.com>.
13965         * info.el (Info-history, Info-toc): Fix Info headers.
13966         (Info-toc): Narrow buffer before Info-fontify-node.
13967         (Info-build-toc): Don't check for special Info file names.
13968         Set main-file to nil if Info-find-file returns a symbol.
13970 2004-10-05  Emilio C. Lopes  <eclig@gmx.net>
13972         * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
13973         (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
13974         * calendar/cal-menu.el (calendar-mode-map): Ditto.
13976 2004-10-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
13978         * calendar/cal-iso.el (calendar-iso-read-args): New function,
13979         for old interactive spec from calendar-goto-iso-date.
13980         (calendar-goto-iso-date): Use it.
13981         (calendar-goto-iso-week): New function.  Suggested by Emilio
13982         C. Lopes <eclig@gmx.net>.
13984 2004-10-04  Luc Teirlinck  <teirllm@auburn.edu>
13986         * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
13987         `set-right-margin' bindings that follow the minor mode conventions.
13989 2004-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13991         * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
13992         (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
13993         (latex-block-args-alist): Add minipage and picture.
13994         (latex-block-body-alist): Use reftex-label if enabled.
13995         (latex-insert-block): Don't insert a \n if not necessary.
13996         (tex-compile-commands): Make sure dvips doesn't send to printer.
13997         (tex-compile-default): Handle the case where no executable is found.
13998         (latex-noindent-environments): New var.
13999         (latex-find-indent): Use it.  Take an empty line as an arg-breaker.
14000         If tex-indent-allhanging is non-nil, make sure we only align for macros
14001         at beginning of line.
14003 2004-10-03  Daniel Pfeiffer  <occitan@esperanto.org>
14005         * newcomment.el (comment-beginning): Doc fix and don't choke on
14006         unset `comment-end-skip' when at beginning of comment.
14008 2004-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
14010         * term.el (term-adjust-current-row-cache): Don't allow the current
14011         row to become negative.
14012         (term-emulate-terminal): Fix insert mode.  Handle tab insertion at
14013         the end of the line.  Fix scroll down.  Add comments.
14014         (term-handle-ansi-escape): Don't exceed terminal width when moving
14015         right.
14016         (term-scroll-region): Move the cursor after setting the scroll region.
14018 2004-10-01  Luc Teirlinck  <teirllm@auburn.edu>
14020         * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
14021         to `width' for consistency with docstring.  Doc fix.
14023 2004-10-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
14025         * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
14026         This is necessary for derived modes.
14028 2004-09-30  Kim F. Storm  <storm@cua.dk>
14030         * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
14031         (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
14033         * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
14034         kmacro-extract-lambda functions.
14035         (edit-kbd-macro): Handle kmacro lambda forms.
14036         Include counter and counter format in edit buffer.
14037         (edmacro-finish-edit): Get counter and format from edit buffer and
14038         update kmacro bindings when found.
14040 2004-09-29  Luc Teirlinck  <teirllm@auburn.edu>
14042         * textmodes/paragraphs.el (forward-paragraph):
14043         Avoid args-out-of-range error when point winds up at the beginning of
14044         the buffer and hard newlines are enabled.
14046         * newcomment.el (comment-multi-line): Doc fix.
14048 2004-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14050         * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
14051         (diff-fixup-modifs): Catch unified-diff file-headers.
14053 2004-09-29  Kim F. Storm  <storm@cua.dk>
14055         * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
14056         (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
14057         (gdb-put-breakpoint-icon): Use breakpoint bitmap.
14059         * fringe.el (fringe-bitmap-p): New macro.
14060         (fringe-bitmaps): Add standard fringe bitmaps on load.
14062 2004-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14064         * dired.el (dired-view-command-alist): Use more efficient regexps.
14065         Remove dubious arguments.
14066         (dired-align-file): New function.
14067         (dired-insert-directory): Use it.
14068         (dired-move-to-end-of-filename): Make the " -> " search more specific.
14069         (dired-buffers-for-dir): Remove unused var `pattern'.
14071 2004-09-28  Matthew Mundell  <matt@mundell.ukfsn.org>
14073         * calendar/diary-lib.el (list-diary-entries): Save diary buffer
14074         from diary display excursion.  Store diary buffer's point for
14075         `simple-diary-display'.
14076         (simple-diary-display): Set window point and start when
14077         displaying buffer, to preserve point.
14079 2004-09-27  Luc Teirlinck  <teirllm@auburn.edu>
14081         * textmodes/enriched.el (enriched-translations): Replace defconst
14082         with defvar.
14084 2004-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14086         * printing.el: Doc fix.
14087         (pr-version): New version number (6.8.1).
14088         (pr-ps-file-using-ghostscript): Use make-temp-file instead of
14089         make-temp-name.
14090         (pr-delete-file): Check if file exists before deleting it.
14091         Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
14093 2004-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14095         * term.el (term-display-table): New variable.
14096         (term-mode): Use it.
14097         (term-exec-1): Set the coding system to binary.
14098         (term-emulate-terminal): Decode the string before inserting it.
14100 2004-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
14102         * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
14103         (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
14104         (map): Bind S-prior, S-next and S-insert.
14105         (term-mode): Set `indent-tabs-mode' to nil.
14106         (term-paste): New function to be bound to S-insert.
14107         (term-send-del, term-send-backspace): Change the strings sent.
14108         (term-termcap-format): Synchronize with etc/e/eterm.ti.
14109         (term-handle-colors-array): Fix handling of underline and reverse.
14110         (term-handle-ansi-escape): Do not handle smcup/rmcup.  Add comments.
14111         (term-erase-in-line): Fix comparison.
14112         (term-emulate-terminal): Fix line wrap handling.
14113         (term-start-output-log): Rename from `term-set-output-log'.
14114         (term-stop-output-log): Rename from `term-stop-photo'.
14115         (term-switch-to-alternate-sub-buffer): Comment out, unused.
14117 2004-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14119         * dired.el (dired-move-to-filename): Don't output a message if
14120         raise-error is non-nil.  Fix return position and value.
14122         * files.el (insert-directory): Obey --dired even with symlinks.
14124 2004-09-25  Lars Hansen  <larsh@math.ku.dk>
14126         * ls-lisp.el (ls-lisp-format): Mark file names with property
14127         dired-filename.
14129 2004-09-25  Kim F. Storm  <storm@cua.dk>
14131         * ido.el (ido-max-directory-size): New defcustom.
14132         (ido-decorations): Add "too big" element.
14133         (ido-directory-too-big): New dynamic var.
14134         (ido-may-cache-directory): Don't cache big directories.
14135         (ido-directory-too-big-p): New defun.
14136         (ido-set-current-directory): Update ido-directory-too-big.
14137         (ido-read-internal): Make empty ido-cur-item if too-big.
14138         (ido-buffer-internal): Use ido-read-internal directly instead of
14139         ido-read-buffer.
14140         (ido-file-internal): Init ido-directory-too-big.
14141         (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
14142         and redo completion with full list.
14143         (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
14144         it, and show completions.
14145         (ido-all-completions): Let bind ido-directory-too-big to nil.
14146         (ido-exhibit): Handle ido-directory-too-big.
14147         (ido-read-buffer): Handle fallback to read-buffer.
14148         Init ido-directory-too-big.
14149         (ido-read-file-name, ido-read-directory-name, ido-completing-read):
14150         Init ido-directory-too-big.
14152 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
14154         * subr.el (delay-mode-hooks): Doc fix.
14156 2004-09-23  Luc Teirlinck  <teirllm@auburn.edu>
14158         * textmodes/enriched.el
14159         (enriched-default-text-properties-local-flag): New variable.
14160         (enriched-mode): Make sure that enabling and disabling the mode is
14161         a no-op.  Doc fix.
14163 2004-09-23  H\e,Ae\e(Bkon Malmedal  <hmalmedal@yahoo.no>  (tiny change)
14165         * calendar/holidays.el (holiday-advent): Report on a specified day
14166         offset from advent, not just advent.
14167         (holiday-easter-etc): Report on one specified day offset from
14168         easter, not all easter holidays.  Various Easter holidays moved to
14169         `christian-holidays' variable in calendar.el.
14170         * calendar/calendar.el (christian-holidays): Adapt for new
14171         behavior of `holiday-advent' and `holiday-easter-etc' functions.
14173 2004-09-23  Kim F. Storm  <storm@cua.dk>
14175         * image.el (insert-sliced-image): Add doc string.
14177         * ido.el (ido-choice-list): New dynamic var for `list' context.
14178         (ido-context-switch-command): New dynamic var.
14179         (ido-define-mode-map): Generalize switch between file/buffer contexts.
14180         (ido-read-internal): Handle new `list' context.
14181         Handle insert-buffer and insert-file ido-exit values.
14182         (ido-buffer-internal): New arg switch-cmd.  Use it to setup
14183         ido-context-switch-command.  Handle insert-file ido-exit value.
14184         (ido-read-buffer): Set ido-context-switch-command to 'ignore
14185         unless it is already bound by caller.
14186         (ido-file-internal): New arg switch-cmd.  Use it to setup
14187         ido-context-switch-command.  Handle insert-buffer ido-exit value.
14188         (ido-enter-insert-buffer, ido-enter-insert-file): New commands
14189         used for context switching.
14190         (ido-all-completions): Handle new `list' context.
14191         (ido-make-choice-list): Return choices for `list' context.
14192         (ido-find-file-in-dir, ido-display-file, ido-write-file)
14193         (ido-display-buffer, ido-kill-buffer): Disable context switching.
14194         (ido-insert-buffer, ido-insert-file): Setup context switching.
14195         (ido-exhibit): Handle `list' context.
14196         (ido-read-file-name): Disable context switching.  Handle fallback.
14197         (ido-read-directory-name): Disable context switching.
14198         (ido-completing-read): New defun like completing-read.  Setup and
14199         use new `list' context.
14201 2004-09-20  Jesper Harder  <harder@ifa.au.dk>
14203         * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
14205 2004-09-21  Jay Belanger  <belanger@truman.edu>
14207         * calc/calc-graph.el (calc-graph-add-curve): Move the call to
14208         `calc-graph-set-styles' so the gnuplot buffer will appear in a
14209         separate window.
14211 2004-09-21  Luc Teirlinck  <teirllm@auburn.edu>
14213         * subr.el (after-change-major-mode-hook): Doc fix.
14215 2004-09-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14217         * printing.el: Doc fix.  Add a new tip about the use of gsprint instead
14218         of ghostscript for monochrome PostScript file in Windows.
14220 2004-09-21  Kenichi Handa  <handa@m17n.org>
14222         * descr-text.el (describe-char): Checking of quail activation fixed.
14224 2004-09-21  Jay Belanger  <belanger@truman.edu>
14226         * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
14228 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
14230         * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
14231         after the mode hooks instead of before.  Doc fix.
14233 2004-09-20  Jason Rumney  <jasonr@gnu.org>
14235         * startup.el (command-line) [windows-nt]: Try .emacs first, then
14236         _emacs, but revert to .emacs if neither exists in home directory.
14238 2004-09-20  John Paul Wallington  <jpw@gnu.org>
14240         * bindings.el (completion-ignored-extensions): Add .dfsl.
14242 2004-09-20  Richard M. Stallman  <rms@gnu.org>
14244         * bindings.el (scroll-left): Make it disabled.
14246         * files.el (enable-local-eval): Doc fix.
14248         * indent.el (move-to-left-margin): Special case for minibuffer.
14250         * term.el (term-emulate-terminal): Turn off undo for output.
14251         Use with-current-buffer and save-selected-window.
14253         * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
14255         * progmodes/make-mode.el (makefile-fill-paragraph):
14256         Don't insist on spaces when looking for comments.  # is enough.
14258         * files.el (hack-local-variables): Copy the variables list
14259         to another buffer, strip prefixes and suffixes there, then read.
14260         (enable-local-eval): Doc fix.
14261         (ignored-local-variables): Initialize to nil.
14262         (risky-local-variable-p): Don't check ignored-local-variables here.
14263         (hack-one-local-variable): Ignore var if in ignored-local-variables.
14265 2004-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
14267         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
14268         of = to "." (punctuation).
14270 2004-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14272         * subr.el (event-basic-type): Fix mask (extend to 22bits).
14274 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
14276         * textmodes/enriched.el (enriched-rerun-flag): New variable.
14277         (enriched-before-change-major-mode): New function.
14278         Add it to `change-major-mode-hook'.
14279         (enriched-after-change-major-mode): New function.
14280         Add it to `after-change-major-mode-hook'.
14281         (enriched-mode): Make it work correctly if called from
14282         `after-change-major-mode-hook'.
14283         No longer set `indent-line-function'.
14285         * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
14287         * subr.el (after-change-major-mode-hook): New variable.
14288         (run-mode-hooks): Implement it.
14290 2004-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14292         * battery.el (battery-linux-proc-apm): Use string-to-number.
14293         (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
14294         Use dolist (and less indentation).  Use erase-buffer.
14295         Pre-initialize `design-capacity', `warn', and `low'.
14296         (battery-format): Use replace-regexp-in-string.
14298 2004-09-18  Ralph Schleicher  <rs@nunatak.allgaeu.org>
14300         * battery.el: Delete superfluous empty lines.
14301         (battery-linux-proc-acpi): Attempt to gather information from all
14302         battery subdirectories regardless of their file name.
14303         (battery-linux-proc-apm): Replace all occurrences of
14304         battery-hex-to-int-2 with string-to-int (base 16).
14305         (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
14306         (battery-hex-map): Delete variable.
14308 2004-09-18  John Paul Wallington  <jpw@gnu.org>
14310         * calc/calc-units.el (calc-quick-units): Fix overzealous
14311         s/or/unless/.
14313 2004-09-17  Jay Belanger  <belanger@truman.edu>
14315         * calc/calc.el (calc-mode-var-list): Fix the value of
14316         `calc-matrix-brackets'.
14318 2004-09-17  Romain Francoise  <romain@orebokech.com>
14320         * ibuf-ext.el (define-ibuffer-filter filename):
14321         Expand dired-directory since buffer-file-name is absolute.
14323 2004-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
14325         * ediff-init.el (ediff-current-diff-face-A)
14326         (ediff-current-diff-face-B, ediff-current-diff-face-C)
14327         (ediff-current-diff-face-Ancestor)
14328         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
14329         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
14330         (ediff-even-diff-face-A, ediff-even-diff-face-B)
14331         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
14332         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
14333         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
14334         Use min-colors.
14336         * term.el (term-down): Perform vertical motion if DOWN is negative.
14337         (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
14338         (term-termcap-format): Synchronize with the eterm terminfo entry
14339         in etc/e/eterm.ti.
14340         (term-handle-colors-array): If the current foreground or
14341         background are zero (i.e. unspecified), use the foreground and
14342         background of the default face for reverse video.
14343         (term-ansi-at-eval-string, term-ansi-default-fg)
14344         (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
14345         (term-mem): Delete unused function.
14346         (term-protocol-version): Increment.
14347         (term-current-face): Set to default.
14349 2004-09-15  Jay Belanger  <belanger@truman.edu>
14351         * calc/calc.el (calc-mode-var-list): Define this variable.
14352         (calc-always-load-extensions, calc-line-numbering)
14353         (calc-line-breaking, calc-display-just, calc-display-origin)
14354         (calc-number-radix, calc-leading-zeros, calc-group-digits)
14355         (calc-group-char, calc-point-char, calc-frac-format)
14356         (calc-prefer-frac, calc-hms-format, calc-date-format)
14357         (calc-float-format, calc-full-float-format, calc-complex-format)
14358         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
14359         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
14360         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
14361         (calc-matrix-brackets, calc-language, calc-language-option)
14362         (calc-left-label, calc-right-label, calc-word-size)
14363         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
14364         (calc-display-raw, calc-internal-prec, calc-angle-mode)
14365         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
14366         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
14367         (calc-window-height, calc-display-trail, calc-show-selections)
14368         (calc-use-selections, calc-assoc-selections)
14369         (calc-display-working-message, calc-auto-why, calc-timing)
14370         (calc-mode-save-mode, calc-standard-date-formats)
14371         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
14372         (calc-user-parse-tables, calc-gnuplot-default-device)
14373         (calc-gnuplot-default-output, calc-gnuplot-print-device)
14374         (calc-gnuplot-print-output, calc-gnuplot-geometry)
14375         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
14376         (calc-invocation-macro, calc-show-banner): Give these values as
14377         part of `calc-mode-var-list's initialization after the variables
14378         are declared with defvar.
14379         (calc-bug-address): Change email address to send bug reports to.
14380         Change the maintainer address at the top.
14381         (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
14382         than "\\.emacs" to determine if it is the user-init-file.
14384         * calc/calc-embed.el (calc-embedded-set-modes): Use
14385         `calc-mode-var-list' correctly.
14387 2004-09-15  Thien-Thi Nguyen  <ttn@gnu.org>
14389         * vc.el (annotate-time): Document point handling.
14390         (vc-annotate-display-autoscale): Doc fix.
14392 2004-09-15  Miles Bader  <miles@gnu.org>
14394         * generic.el (generic-make-keywords-list): Use symbol rather than
14395         word anchors in regexp.
14397 2004-09-14  Sean O'Rourke  <sorourke@cs.ucsd.edu>
14399         * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
14400         no file name consider `dired-directory'.
14402 2004-09-14  Kim F. Storm  <storm@cua.dk>
14404         * faces.el (cursor): Add face-no-inherit property.  Doc fix.
14406 2004-09-14  Simon Josefsson  <jas@extundo.com>
14408         * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
14410         * textmodes/dns-mode.el: Add.
14412 2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14414         * novice.el (disabled-command-hook): Use shorthand for obsolescence.
14415         (disabled-command-function): Make the ?\  char more obvious.
14417         * vc-arch.el (vc-arch-root, vc-arch-registered):
14418         * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
14420 2004-09-13  Hovav Shacham  <hovav@sha1.stanford.edu>
14422         * windmove.el (windmove-frame-edges): Report coordinates of
14423         outside edges of frame, not inside edges.
14424         (windmove-coordinates-of-position): Convert into wrapper to new
14425         function `windmove-coordinates-of-window-position';
14426         `compute-motion' always applies to selected window.
14427         (windmove-coordinates-of-position): Update documentation to refer
14428         to Emacs 21 Lisp Reference Manual.
14429         (windmove-find-other-window): Fix off-by-one errors for max x,y.
14431 2004-09-13  Kim F. Storm  <storm@cua.dk>
14433         * isearch.el (isearch-resume-in-command-history): Rename from
14434         isearch-resume-enabled and change default to nil.
14436 2004-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14438         * vc-hooks.el (vc-ignore-dir-regexp): New var.
14439         (vc-registered): Use it.
14440         (vc-find-root): New fun.
14442         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
14443         Don't tell to use \\{...} when it's already done.
14445         * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
14446         Provide a sample complex default.
14447         (bibtex-url, bibtex-font-lock-url): Adapt to new format.
14448         (bibtex-entry): Use mapc.
14450 2004-09-12  Kim F. Storm  <storm@cua.dk>
14452         * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
14454         * emulation/cua-rect.el (cua--rectangle-operation): Let bind
14455         inhibit-field-text-motion to t so rectangles work in comint buffers.
14457         * simple.el (choose-completion-string): Set buffer before running
14458         choose-completion-string-functions hook so it can be buffer-local.
14460 2004-09-12  Daniel Pfeiffer  <occitan@esperanto.org>
14462         * progmodes/compile.el (compilation-start): Parse command to see
14463         if it starts with a cd, and if so perform it for the *compilation*
14464         buffer.  Change the header to reflect this.
14466 2004-09-11  Kim F. Storm  <storm@cua.dk>
14468         * ido.el (ido-enable-dot-prefix): Doc fix.
14469         (ido-enable-dot-prefix): New defcustom.
14470         (ido-set-matches1): Use it.
14472 2004-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14474         * textmodes/bibtex.el (bibtex-mark-active)
14475         (bibtex-run-with-idle-timer): Move the `if' inside the defun.
14477 2004-09-10  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14479         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
14480         used in a case insensitive environment.
14481         (bibtex-mode-map): Rearrange order of menus.
14482         (bibtex-quoted-string-re): Obsolete.
14483         (bibtex-complete-key-cleanup): Variable replaced by new function.
14484         (bibtex-font-lock-keywords): Use backquotes.
14485         (bibtex-font-lock-url-regexp): New internal variable.
14486         (bibtex-name-in-field): New optional arg remove-opt-alt to remove
14487         "OPT" and "ALT".
14488         (bibtex-insert-current-kill, bibtex-make-field)
14489         (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
14490         (bibtex-parse-field-text): Simplify.
14491         (bibtex-string=): New helper function.
14492         (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
14493         (bibtex-map-entries): Use bibtex-string=.
14494         (bibtex-search-entry): Use not.
14495         (bibtex-enclosing-field): Fix docstring.
14496         (bibtex-assoc-regexp): Obsolete.
14497         (bibtex-format-entry): Use assoc-string and bibtex-string=.
14498         (bibtex-autokey-get-names): Handle empty name field.
14499         (bibtex-parse-strings): Use assoc-string and unless.
14500         (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
14501         Use assoc-string.
14502         (bibtex-pop): Simplify.
14503         (bibtex-mode): Set font-lock-extra-managed-props.
14504         (bibtex-entry-update): Use assoc-string.
14505         (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
14506         (bibtex-autofill-entry): Use bibtex-string=.
14507         (bibtex-print-help-message): Simplify.
14508         (bibtex-find-entry): New optional arg START.
14509         (bibtex-validate): Use bibtex-string= and assoc-string.
14510         Do not call obsolete function compilation-parse-errors.
14511         (bibtex-remove-delimiters): Only remove delimiters if present.
14512         (bibtex-copy-entry-as-kill): Add docstring.
14513         (bibtex-clean-entry): Use bibtex-string=.  Handle empty keys.
14514         Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
14515         (bibtex-complete): Use bibtex-predefined-month-strings,
14516         bibtex-string=, and new function bibtex-complete-key-cleanup.
14517         (bibtex-generate-url-list): New variable.
14518         (bibtex-url): New command bound to C-c C-l and mouse-2.
14519         (bibtex-url-map): New local keymap for bibtex-url-mouse.
14520         (bibtex-font-lock-url): New function.
14522 2004-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14524         * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
14526 2004-09-09  Kim F. Storm  <storm@cua.dk>
14528         * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
14529         counter and format with binding.
14530         (kmacro-name-last-macro): New defun.  Like name-last-kbd-macro, but
14531         the declared macro uses own macro counter and format.  Give symbol
14532         kmacro property.
14533         (kmacro-keymap): Bind kmacro-name-last-macro to n.
14534         (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
14535         (kmacro-end-and-call-macro): Doc fix.
14537 2004-09-09  Lars Hansen  <larsh@math.ku.dk>
14539         * desktop.el (desktop-clear-preserve-buffers):
14540         Remove make-obsolete-variable.
14542 2004-09-08  Richard M. Stallman  <rms@gnu.org>
14544         * buff-menu.el (list-buffers-noselect): Call format-mode-line
14545         with the buffer as argument.
14547 2004-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14549         * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
14551 2004-09-08  Juri Linkov  <juri@jurta.org>
14553         * replace.el (perform-replace): Use `query-replace-descr'.
14555         * cus-start.el (history-delete-duplicates): Specify customization.
14557         * diff-mode.el (diff-mode-map):
14558         * progmodes/compile.el (compilation-mode-map):
14559         * progmodes/grep.el (grep-mode-map):
14560         * replace.el (occur-mode-map): Rename `next-error-follow-mode'
14561         to `next-error-follow-minor-mode'.
14563 2004-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14565         * isearch.el (isearch-lazy-highlight-update): Take into account
14566         the case of zero-length match at the search bound.
14568 2004-09-08  Kim F. Storm  <storm@cua.dk>
14570         * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
14571         change.  Use zero width overlays when necessary.
14573 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
14575         * subr.el (split-string): Docfix.
14577 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
14579         * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
14580         (display-call-tree): Ensure newline after caller/calls blocks.
14582 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
14584         * startup.el (command-line-1): Make option
14585         --directory/-L modify `load-path' straight away.
14587 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
14589         * progmodes/grep.el (grep-mode): Use normal autoload cookie.
14591 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
14593         * emacs-lisp/autoload.el (make-autoload):
14594         Handle `define-compilation-mode'.
14596         * emacs-lisp/lisp-mode.el (define-compilation-mode):
14597         Specify `doc-string-elt' property.
14599 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
14601         * bs.el (bs-mode): Doc fix.
14603 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
14605         * info.el (Info-insert-dir): Fix temp buffer leak bug.
14607 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
14609         * play/blackbox.el (bb-trace-ray): Avoid double tracing.
14611 2004-09-08  Kenichi Handa  <handa@m17n.org>
14613         * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
14614         length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
14615         ps-mule-next-point -> 1+).
14617         * composite.el (encode-composition-rule): Add autoload cookie.
14619 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
14621         * format.el (buffer-auto-save-file-format): Make it permanent local.
14623 2004-09-07  Kim F. Storm  <storm@cua.dk>
14625         * emacs-lisp/authors.el (authors-aliases): Add more aliases.
14626         (authors-fixed-entries): Fix typo.
14627         (authors-canonical-author-name): Compact multiple spaces.
14628         Ignore trivial names (e.g. only first name).
14630         * term.el (term-window-width): Only use full window width on
14631         window system if overflow-newline-into-fringe is enabled.
14632         (term-mode): Don't disable overflow-newline-into-fringe.
14634 2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14636         * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
14637         motion as seen on my Mac OS X xterms.
14639         * newcomment.el (uncomment-region-default, comment-region-default):
14640         New functions extracted from uncomment-region and comment-region.
14641         (comment-region, comment-region-function, uncomment-region)
14642         (uncomment-region-function): Use them.
14644         * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
14646         * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
14647         It's not crucial but can make sense at times.
14649         * vc-arch.el (vc-arch-workfile-version): Handle the special case before
14650         the first commit.
14652         * vc.el (vc-buffer-context, vc-restore-buffer-context):
14653         Disable obsolete code.
14655 2004-09-07  Juri Linkov  <juri@jurta.org>
14657         * progmodes/grep.el (grep-highlight-matches): Change default from
14658         `t' to `auto-detect', and type from `boolean' to `choice'.  Doc fix.
14659         (grep-compute-defaults): Set `grep-highlight-matches' to `t'
14660         if grep option `--color' is available, or to `nil' otherwise.
14661         (grep-process-setup): Call `grep-compute-defaults' if
14662         `grep-highlight-matches' is not computed.  Set env-vars only
14663         if `grep-highlight-matches' is `t'.
14664         (grep-use-null-device): Remove redundant type `boolean' (`choice'
14665         is already defined).
14667         * progmodes/compile.el (compilation-start): Use copy of
14668         `process-environment' created by `copy-sequence' to not
14669         modify env-vars in the global `process-environment'.
14671 2004-09-06  Eli Zaretskii  <eliz@gnu.org>
14673         * simple.el (next-error-follow-minor-mode): Fix last change.
14675 2004-09-05  Luc Teirlinck  <teirllm@auburn.edu>
14677         * textmodes/paragraphs.el (use-hard-newlines): Make it into a
14678         permanent local.
14680 2004-09-04  Richard M. Stallman  <rms@gnu.org>
14682         * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
14683         highlighting if the search string is empty.
14685 2004-09-04  Luc Teirlinck  <teirllm@auburn.edu>
14687         * facemenu.el (facemenu-active-faces): Change condition of inner
14688         `while' loop to also check the first two elements of `face-atts'
14689         and `mask-atts'.
14691 2004-09-04  John Paul Wallington  <jpw@gnu.org>
14693         * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
14694         (thumbs-view-image-mode): Make buffer read-only.
14696 2004-09-04  Christopher J. Madsen  <cjm@pobox.com>
14698         * textmodes/ispell.el (ispell-really-aspell): New defvar.
14699         (ispell-check-version): Set it.
14700         (ispell-send-replacement): New function.
14701         (ispell-process-line): Call ispell-send-replacement.
14703 2004-09-04  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
14705         * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
14706         Support choosing seconds with "s".
14708 2004-09-04  Jari Aalto  <jari.aalto@poboxes.com>
14710         * terminal.el (te-escape): Show `?' in prompt for help key.
14712 2004-09-04  Emilio C. Lopes  <eclig@gmx.net>
14714         * emacs-lisp/lisp.el (kill-backward-up-list): New function.
14716 2004-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
14718         * simple.el (next-error-follow-minor-mode)
14719         (next-error-follow-mode-post-command-hook): New functions.
14720         (next-error-follow-last-line): New defvar.
14722         * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
14723         * progmodes/compile.el (compilation-mode-map): Likewise.
14724         * progmodes/grep.el (grep-mode-map): Likewise.
14725         * replace.el (occur-mode-map): Likewise.
14727         * newcomment.el (uncomment-region): Bind comment-use-global-state
14728         to nil.
14730 2004-09-03  Luc Teirlinck  <teirllm@auburn.edu>
14732         * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
14733         locally around the call to `revert-buffer'.
14735 2004-09-03  Juri Linkov  <juri@jurta.org>
14737         * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
14738         `isearch-adjusted' to `t'.
14739         (isearch-toggle-case-fold): Set `isearch-success' to `t'.
14740         (isearch-message-prefix): Add "pending" for isearch-adjusted.
14741         (isearch-other-meta-char): Restore isearch-point unconditionally.
14742         (isearch-query-replace): Add new arg `regexp-flag' and use it.
14743         Set point to start of match if region is not active in transient
14744         mark mode (to include the current match to region boundaries).
14745         Push the search string to `query-replace-from-history-variable'.
14746         Add prompt "Query replace regexp" for isearch-regexp.
14747         Add region beginning/end as last arguments of `perform-replace.'
14748         (isearch-query-replace-regexp): Replace code by the call to
14749         `isearch-query-replace' with arg `t'.
14751 2004-09-03  Richard M. Stallman  <rms@gnu.org>
14753         * startup.el (normal-top-level): Undo previous TERM change.
14755 2004-09-03  Kim F. Storm  <storm@cua.dk>
14757         * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
14758         highlight overlays; allow using RET when cursor is over a button.
14759         (cua--highlight-rectangle): Use it.
14760         (cua--rectangle-set-corners): Don't move backwards at eol.
14761         (cua--forward-line): Don't move into void after eob.
14763         * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
14764         point is set (and displayed) inside rectangle.
14765         (cua--rectangle-operation): Fix for highlight of empty lines.
14766         (cua--highlight-rectangle): Fix highlight for tabs.
14767         Position cursor at left/right edge of rectangle using new `cursor'
14768         property on overlay strings.
14769         (cua--indent-rectangle): Don't tabify.
14770         (cua-rotate-rectangle): Ignore that point has moved.
14772 2004-09-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14774         * term/mac-win.el: Add ASCII equivalents for some function keys.
14775         (mode-line-frame-identification): Sync with x-win.el.
14777 2004-09-02  Juri Linkov  <juri@jurta.org>
14779         * progmodes/compile.el (compilation-buffer-name): Compare major
14780         mode with second element of compilation-arguments instead of third
14781         to reflect latest changes in compilation-arguments structure.
14782         (recompile): Use global variable `compilation-directory' to get
14783         recent compilation directory only when `recompile' is invoked NOT
14784         in the compilation buffer.  Otherwise, use `default-directory' of
14785         the compilation buffer.
14786         (compilation-error-properties): Allow to funcall col and end-col.
14787         (compilation-mode-font-lock-keywords): Check col and end-col by
14788         `integerp'.
14789         (compilation-goto-locus): If end-mk is non-nil in transient mark
14790         mode don't activate the mark (and don't display message in
14791         push-mark), but highlight overlay between mk and end-mk.
14793         * progmodes/grep.el (grep-highlight-matches): New defcustom.
14794         (grep-regexp-alist): Add rule to highlight grep matches.
14795         (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
14797         * info.el (Info-fontify-node): Don't compute other-tag
14798         if Info-hide-note-references=hide.
14800         * help.el (function-called-at-point):
14801         * help-fns.el (variable-at-point):
14802         Try `find-tag-default' when other methods failed.
14804         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
14805         Do not push mark if inhibit-mark-movement is non-nil.
14807         * textmodes/ispell.el (ispell-html-skip-alists):
14808         Fix backslashes in docstring.
14810 2004-09-01  Juri Linkov  <juri@jurta.org>
14812         * isearch.el (isearch-wrap-function)
14813         (isearch-push-state-function): New defvars.
14814         (isearch-pop-fun-state): New defsubst.
14815         (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
14816         (isearch-push-state): Set the result of calling
14817         `isearch-push-state-function' to the `isearch-pop-fun-state' field.
14818         (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
14819         restore the mode-specific starting point of terminated search.
14820         (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
14821         (isearch-repeat): Call `isearch-wrap-function' if defined.
14822         (isearch-message-prefix): Don't add prefix "over" to the message
14823         for wrapped search if `isearch-wrap-function' is defined.
14824         (isearch-search): Call function saved in `isearch-pop-fun-state' to
14825         restore the mode-specific starting point of failed search.
14827         * info.el (Info-search-whitespace-regexp): Fix backslashes.
14828         (Info-search): Add new optional arguments for the sake of isearch.
14829         Replace whitespace in Info-search-whitespace-regexp literally.
14830         Add backward search.  Don't call `Info-select-node' if regexp is
14831         found in the same Info node.  Don't add node to Info-history for
14832         wrapped isearch.
14833         (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
14834         (Info-isearch-push-state, Info-isearch-pop-state): New funs.
14835         (Info-mode): Set local variables `isearch-search-fun-function',
14836         `isearch-wrap-function', `isearch-push-state-function',
14837         `search-whitespace-regexp'.
14839         * isearch.el: Remove ancient Change Log section.
14840         (isearch-string, isearch-message-string, isearch-point)
14841         (isearch-success, isearch-forward-flag, isearch-other-end)
14842         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
14843         (isearch-barrier, isearch-within-brackets)
14844         (isearch-case-fold-search): Add suffix `-state' to state-related
14845         defsubsts to avoid name clashes with other function names.
14847         * simple.el (next-error): New defgroup and defface.
14848         (next-error-highlight, next-error-highlight-no-select):
14849         New defcustoms.
14850         (next-error-no-select): Let-bind next-error-highlight to the value
14851         of next-error-highlight-no-select before calling `next-error'.
14853         * progmodes/compile.el (compilation-goto-locus):
14854         Use `next-error' face instead of `region'.  Set 4-th argument of
14855         `move-overlay' to `current-buffer' to move overlay to different
14856         source buffers.  Use new variable `next-error-highlight'.
14858         * simple.el (next-error-find-buffer): Move the rule
14859         "if current buffer is a next-error capable buffer" after the
14860         rule "if next-error-last-buffer is set to a live buffer".
14861         Simplify to test all rules in one `or'.
14862         (next-error): Doc fix.
14863         (next-error, previous-error, first-error)
14864         (next-error-no-select, previous-error-no-select):
14865         Make arguments optional.
14867 2004-08-31  Luc Teirlinck  <teirllm@auburn.edu>
14869         * macros.el (apply-macro-to-region-lines): Make it operate on all
14870         lines that begin in the region, rather than on all complete lines
14871         in the region.
14873 2004-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14875         * x-dnd.el (x-dnd-protocol-alist): Document update.
14876         (x-dnd-known-types): Defcustom it.
14877         (x-dnd-handle-motif): Print message-atom in error message.
14879 2004-08-30  John Paul Wallington  <jpw@gnu.org>
14881         * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
14882         strings rather than programatically constructing message.
14884 2004-08-30  Richard M. Stallman  <rms@gnu.org>
14886         * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
14887         Don't return a string that would read as the wrong character code.
14889 2004-08-29  Kim F. Storm  <storm@cua.dk>
14891         * emulation/cua-base.el (cua-auto-expand-rectangles):
14892         Remove automatic rectangle padding feature; replace by non-destructive
14893         virtual rectangle edges feature.
14894         (cua-virtual-rectangle-edges): New defcustom.
14895         (cua-auto-tabify-rectangles): New defcustom.
14896         (cua-paste): If paste into a marked rectangle, insert rectangle at
14897         current column, even if virtual; also paste exactly as many lines
14898         as has been marked (ignore additional lines or add empty lines),
14899         but paste whole source if only one line is marked.
14900         (cua--update-indications): No longer use overwrite-cursor to
14901         indicate rectangle padding
14903         * emulation/cua-rect.el (cua--rectangle-padding): Remove.
14904         (cua--rectangle-virtual-edges): New defun.
14905         (cua--rectangle-get-corners): Remove optional PAD arg.
14906         (cua--rectangle-set-corners): Never do padding.
14907         (cua--forward-line): Remove optional PAD arg.  Simplify.
14908         (cua-resize-rectangle-right, cua-resize-rectangle-left)
14909         (cua-resize-rectangle-down, cua-resize-rectangle-up):
14910         (cua-resize-rectangle-bot, cua-resize-rectangle-top)
14911         (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
14912         (cua--rectangle-move): Never do padding.  Simplify.
14913         (cua--tabify-start): New defun.
14914         (cua--rectangle-operation): Add tabify arg.  All callers changed.
14915         (cua--pad-rectangle): Remove.
14916         (cua--delete-rectangle): Handle delete with virtual edges.
14917         (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
14918         (cua--insert-rectangle): Handle insert at virtual column.
14919         Perform auto-tabify if necessary.
14920         (cua--activate-rectangle): Remove optional FORCE arg.
14921         Never do padding.  Simplify.
14922         (cua--highlight-rectangle): Enhance for virtual edges.
14923         (cua-toggle-rectangle-padding): Remove command.
14924         (cua-toggle-rectangle-virtual-edges): New command.
14925         (cua-sequence-rectangle): Add optional TABIFY arg.  Callers changed.
14926         (cua--rectangle-post-command): Don't force rectangle padding.
14927         (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
14929 2004-08-28  Luc Teirlinck  <teirllm@auburn.edu>
14931         * indent.el (edit-tab-stops-buffer): Doc fix.
14933 2004-08-28  Richard M. Stallman  <rms@gnu.org>
14935         * progmodes/grep.el (grep-default-command): Use find-tag-default.
14936         (grep-tag-default): Function deleted.
14938         * subr.el (find-tag-default): Move from etags.el.
14940         * progmodes/etags.el (find-tag-default): Move to subr.el.
14942         * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
14943         into the basic character if it has an uppercase form.
14945 2004-08-27  Kenichi Handa  <handa@m17n.org>
14947         * international/utf-8.el (utf-8-post-read-conversion): If the
14948         buffer is unibyte, temporarily make it multibyte.
14950 2004-08-27  Masatake YAMATO  <jet@gyve.org>
14952         * calendar/time-date.el (time-to-seconds): Add autoload cookies.
14954 2004-08-25  John Paul Wallington  <jpw@gnu.org>
14956         * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
14957         0, 1, and many mismatches in message.
14958         (tex-start-shell): Use `set-process-query-on-exit-flag'.
14960         * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
14961         (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
14963 2004-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14965         * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
14966         vc-diff-switches differently.
14968 2004-08-22  Luc Teirlinck  <teirllm@auburn.edu>
14970         * speedbar.el (speedbar-file-regexp): Give it a phony defvar
14971         before and a real defvar after
14972         `speedbar-supported-extension-expressions'.  This is to silence
14973         the compiler without breaking bootstrapping.
14975 2004-08-22  Richard M. Stallman  <rms@gnu.org>
14977         * textmodes/flyspell.el (flyspell-word):
14978         Use set-process-query-on-exit-flag.
14979         (flyspell-highlight-duplicate-region): Take POSS as arg.
14980         (flyspell-word): Pass POSS as arg.
14982         * progmodes/ada-xref.el: Many doc and style fixes.
14983         (ada-find-any-references): Use compilation-start.
14984         (ada-get-ali-file-name): Improve error msg.
14985         (ada-get-ada-file-name): Likewise.
14987         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
14988         (ange-ftp-start-process): Use set-process-query-on-exit-flag.
14990         * mail/mail-extr.el (mail-extr-all-top-level-domains):
14991         Add forward defvar.
14993         * whitespace.el (global-whitespace-mode): New alias
14994         for whitespace-global-mode.
14996         * speedbar.el (speedbar-file-regexp): Move definition up.
14997         (speedbar-mode, speedbar-set-mode-line-format):
14998         Use with-no-warnings.
14999         (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
15001         * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
15002         controls whether to display the error buffer.
15004         * ps-mule.el: Delete compatibility code for old Emacsen.
15005         (ps-mule-find-wrappoint): Don't use chars-in-region.
15007         * frame.el (display-mouse-p, display-selections-p):
15008         Use with-no-warnings.
15010         * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
15012 2004-08-22  David Kastrup  <dak@gnu.org>
15014         * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
15015         information.
15017         * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
15019 2004-08-22  Andreas Schwab  <schwab@suse.de>
15021         * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
15023 2004-08-22  Masatake YAMATO  <jet@gyve.org>
15025         * cvs-status.el (cvs-status-checkout): New function.
15026         (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
15028 2004-08-21  David Kastrup  <dak@gnu.org>
15030         * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
15031         (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
15032         has been converted to use hashtables, the relation `nil=none' is
15033         no longer valid, as `nil' is not a hashtable.  This patch tries to
15034         reduce the number of resulting errors.
15036 2004-08-21  John Paul Wallington  <jpw@gnu.org>
15038         * subr.el (process-kill-without-query): Made obsolete in
15039         version 21.4, not 21.5.
15041         * log-edit.el (vc-comment-ring, vc-comment-ring-index)
15042         (vc-previous-comment, vc-next-comment)
15043         (vc-comment-search-reverse, vc-comment-search-forward)
15044         (vc-comment-to-change-log): Likewise.
15046         * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
15048 2004-08-21  Peter Seibel  <peter@javamonkey.com>  (tiny patch)
15050         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
15051         Correct indentation of DEFMETHODS with non-standard method
15052         combinations (e.g., PROGN, MIN, MAX).
15054 2004-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15056         * startup.el (normal-top-level-add-subdirs-to-load-path):
15057         Avoid unnecessarily checking system-type.
15058         (normal-top-level): Set TERM to "dumb".  Simplify.
15060         * avoid.el (mouse-avoidance-ignore-p): New fun.
15061         Also ignore switch-frame, select-window, double, and triple clicks.
15062         (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
15063         (mouse-avoidance-fancy-hook): Use it.
15065 2004-08-20  Zoran Milojevic  <zoran@sipquest.com>  (tiny change)
15067         * avoid.el (mouse-avoidance-nudge-mouse)
15068         (mouse-avoidance-banish-destination): Stay within the current window
15069         to avoid problems with mouse-autoselect-window.
15071 2004-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15073         * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
15074         the newer format of some messages in cvs-1.12.1.
15076 2004-08-19  Masatake YAMATO  <jet@gyve.org>
15078         * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
15079         (elp-results-jump-to-definition-by-mouse)
15080         (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
15081         (elp-output-result): Use elp-output-insert-symname.
15083 2004-08-18  Kenichi Handa  <handa@m17n.org>
15085         * language/cyrillic.el: Register koi8-r in
15086         ctext-non-standard-encodings-alist.
15087         ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
15089 2004-08-17  Luc Teirlinck  <teirllm@auburn.edu>
15091         * emacs-lisp/copyright.el (copyright-update-year): Delete code
15092         that replaces 20xy with xy.
15094 2004-08-17  John Paul Wallington  <jpw@gnu.org>
15096         * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
15097         (reb-force-update): Doc fix.
15099 2004-08-16  Richard M. Stallman  <rms@gnu.org>
15101         * progmodes/which-func.el (which-func-update-1): Doc fix.
15103         * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
15104         (sh-mode-abbrev-table): New variable.
15106         * progmodes/compile.el (compilation-mode): Doc fix.
15108         * emacs-lisp/lisp-mode.el (eval-last-sexp):
15109         Don't cons a new symbol each time.
15110         (eval-last-sexp-fake-value): New variable.
15112         * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
15113         (copyright-update-year): Detect continuation of list of years.
15115         * term.el (term-default-fg-color, term-default-bg-color)
15116         (ansi-term-color-vector): Use `unspecified', not nil, as default.
15118         * imenu.el: Several doc fixes: don't say variables are buffer-local.
15120 2004-08-16  Davis Herring  <herring@lanl.gov>
15122         * isearch.el (isearch-string, isearch-message-string, isearch-point)
15123         (isearch-success, isearch-forward-flag, isearch-other-end)
15124         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
15125         (isearch-barrier, isearch-within-brackets)
15126         (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
15128 2004-08-16  Kenichi Handa  <handa@m17n.org>
15130         * ps-mule.el (ps-mule-font-info-database): Fix docstring.
15132 2004-08-15  Kenichi Handa  <handa@m17n.org>
15134         * term/x-win.el (x-selection-value): If utf8 was successful but
15135         ctext was not, use utf8 string.
15137 2004-08-14  Davis Herring  <herring@lanl.gov>
15139         * isearch.el: Remove accidental changes of March 4.  Fix backing
15140         up when a regexp isearch is made more general.  Use symbolic
15141         accessor functions for isearch stack frames to make usage clearer.
15142         (search-whitespace-regexp): Made groups in documentation shy (as
15143         is the group in the default value).
15144         (isearch-fallback): New function, addresses problems with regexps
15145         liberalized by `\|', adds support for liberalization by `\}' (the
15146         general repetition construct), and incorporates behavior for
15147         `*'/`?'.
15148         (isearch-}-char): New command, calls `isearch-fallback' with
15149         arguments appropriate to a typed `}'.
15150         (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
15151         appropriately.
15152         (isearch-mode-map): Bind `}' to `isearch-}-char'.
15153         (isearch-string, isearch-message,string, isearch-point)
15154         (isearch-success, isearch-forward-flag, isearch-other-end)
15155         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
15156         (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
15157         New inline functions to read fields of a stack frame.
15159 2004-08-14  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>  (tiny change)
15161         * battery.el (battery-linux-proc-acpi): Look into battery
15162         directories matching the literal string "CMB", too (required for
15163         Linux kernel version 2.6.7).
15165 2004-08-14  John Paul Wallington  <jpw@gnu.org>
15167         * cus-start.el (read-file-name-completion-ignore-case): Add.
15168         (blink-cursor-alist): Change version to "21.4".
15170         * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
15172 2004-08-11  Daniel Pfeiffer  <occitan@esperanto.org>
15174         * speedbar.el (speedbar-scan-subdirs): New option.
15175         (speedbar-file-lists): Don't ignore file-name case on Unix and use
15176         dolist.
15177         (speedbar-insert-files-at-point): Take an extra argument and use
15178         it to optionally find out if a subdir is empty.  Also unreadable
15179         files don't get expand buttons.
15180         (speedbar-directory): New image (unused pixmap already existed).
15181         (speedbar-expand-image-button-alist): Use it.
15183 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
15185         CC Mode update to 5.30.9:
15187         * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
15188         Move from cc-vars to cc-defs for dependency reasons.  Fix the
15189         POSIX char class test to check that it works in
15190         `skip-chars-(forward|backward)' too.
15192         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
15193         first argument starts with a special brace list.
15195         * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
15196         when `c-opt-type-concat-key' is used (i.e. in Pike).
15198         * progmodes/cc-engine.el (c-looking-at-special-brace-list):
15199         Fix bug when the inner char pair doesn't have paren syntax,
15200         i.e. "(<>)".
15202         * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
15203         whitespace safe.
15205         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
15206         position for `arglist-intro', `arglist-cont-nonempty' and
15207         `arglist-close' when there are two arglist open parens on the same
15208         line and there's nothing in front of the first.
15210         * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
15211         locking of qualified names in Java, which previously could fontify
15212         common indexing expressions in many cases.  The standard Java
15213         naming conventions are used to tell them apart.
15215         * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
15216         Fix inconsistency wrt opening parens on the first line inside a paren
15217         block.
15219         * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
15220         compile time for the sake of `c-major-mode-is'.
15222         (c-mode-is-new-awk-p): Made it a macro to delay expansion of
15223         `c-major-mode-is' in the event that this is used inside a
15224         `c-lang-defconst'.
15226         * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
15227         `c-lang-defconst' so that it works better with fallback languages.
15229         * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
15230         it to fail to record the base mode.
15232         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
15233         Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
15234         is used.  Reorder the syntax checks to get more efficient
15235         skipping in some situations.
15237         * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
15238         continuation which might precede the newly inserted '{'.
15240         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
15241         Fix cases where it could loop indefinitely.
15243         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
15244         size specs correctly.  Only fontify identifiers in front of '('
15245         with as functions - don't accept any paren char.  Tighten up
15246         initializer skipping to stop before function and class blocks.
15248         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
15249         the point could be left directly after an open paren when finding
15250         the beginning of the first decl in the block.
15252         * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
15253         table when filtering out legitimate open parens to be recorded.
15254         This could cause cache inconsistencies when e.g.
15255         `c++-template-syntax-table' was temporarily in use.
15257         * progmodes/cc-engine.el (c-on-identifier)
15258         (c-simple-skip-symbol-backward): Small fix for handling "-"
15259         correctly in `skip-chars-backward'.  Affected the operator lfun
15260         syntax in Pike.
15262         * progmodes/cc-engine.el (c-invalidate-sws-region-after):
15263         Fix bug that could cause an error from `after-change-functions' when
15264         the changed region is at bob.
15266 2004-08-11  Alan Mackenzie  <bug-cc-mode@gnu.org>
15268         CC Mode update to 5.30.9:
15270         * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
15271         to say that <TAB> doesn't insert WS into a CPP line.
15272         (c-indent-command, c-tab-always-indent): Amend doc strings.
15274         * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
15275         checks for user errors, thus eliminating cryptic and unhelpful
15276         Emacs error messages.  (1) Check the arg to `c-set-style' is a
15277         string.  (2) Check that settings to `c-offsets-alist' are not
15278         spuriously quoted.
15280         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
15281         which precedes the newly inserted `{'.
15283 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
15285         Sync with Tramp 2.0.44.
15287         * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
15288         function "tramp_file_attributes".  Otherwise, file names
15289         containing spaces are misinterpreted.  Reported by Magnus Henoch
15290         <mange@freemail.hu>.
15291         (tramp-handle-file-truename): FILENAME must be expanded first.
15292         Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
15293         obscure results.  Reported by D. Goel <deego@gnufans.org>.
15294         (tramp-handle-verify-visited-file-modtime): If file does not
15295         exist, say it is not modified if and only if that agrees with the
15296         buffer's record.  Check whether a file is visiting the buffer, or
15297         the buffer has no recorded last modification time.  Return t in
15298         case the visiting file doesn't exist.  Suggested by Luc Teirlinck
15299         <teirllm@auburn.edu>.
15300         (tramp-handle-write-region): Pass modtime explicitly to
15301         `set-visited-file-modtime', because filename can be different
15302         from (buffer-file-name) if `file-precious-flag' is set.
15303         `set-visited-file-modtime' must be called always when `visit' is t
15304         or a string.  Suggested by Luc Teirlinck <teirllm@auburn.edu>.
15305         (tramp-handle-set-visited-file-modtime): If `time-list' is not
15306         nil, don't apply the whole body.  If the file doesn't exists, set
15307         modtime to '(-1 65535).  Suggested by Luc Teirlinck
15308         <teirllm@auburn.edu>.
15310 2004-08-09  Luc Teirlinck  <teirllm@auburn.edu>
15312         * help.el (describe-bindings): Doc fix.
15314         * subr.el (kbd): Doc fix.
15316 2004-08-08  John Paul Wallington  <jpw@gnu.org>
15318         * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
15319         instead of `string-to-int'.
15320         (define-ibuffer-column mode): Fix indentation.
15322 2004-08-08  Lars Hansen  <larsh@math.ku.dk>
15324         * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
15326 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
15328         * subr.el (global-unset-key, local-unset-key): Doc fixes.
15330         * novice.el (disabled-command-function): New variable renamed from
15331         `disabled-command-hook'.
15332         (disabled-command-hook): Keep the _variable_ as alias for
15333         `disabled-command-function' and make obsolete.
15334         (disabled-command-function): Function renamed from
15335         `disabled-command-hook'.  Adapt code to name change of the variable.
15337 2004-08-07  Satyaki Das  <satyaki@theforce.stanford.edu>  (tiny change)
15339         * simple.el (completion-root-regexp): New defvar.
15340         (completion-setup-function): Use it instead of a literal string.
15342 2004-08-07  John Paul Wallington  <jpw@gnu.org>
15344         * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
15345         (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
15346         (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
15347         (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
15349 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
15351         * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
15352         (mail-extr-voodoo): Check mail-extr-disable-voodoo.
15354 2004-08-04  Kenichi Handa  <handa@m17n.org>
15356         * international/encoded-kb.el (encoded-kbd-setup-keymap):
15357         Fix previous change.
15359 2004-08-03  Kenichi Handa  <handa@m17n.org>
15361         * international/encoded-kb.el: The following changes are to
15362         utilize key-translation-map instead of minor mode map.
15363         (encoded-kbd-iso2022-non-ascii-map): Delete it.
15364         (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
15365         (encoded-kbd-last-key): New function.
15366         (encoded-kbd-iso2022-single-shift): New function.
15367         (encoded-kbd-iso2022-designation)
15368         (encoded-kbd-self-insert-iso2022-7bit)
15369         (encoded-kbd-self-insert-iso2022-8bit)
15370         (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
15371         (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
15372         key-translation-map.
15373         (encoded-kbd-setup-keymap): Setup key-translation-map.
15374         (saved-key-translation-map): New variable.
15375         (encoded-kbd-mode): Save/restore key-translation-map.
15376         Adjust for the change of encoded-kbd-setup-keymap.
15378 2004-08-02  Kim F. Storm  <storm@cua.dk>
15380         * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
15381         and call compute-motion with nil for topos and width to get proper
15382         usable width and height for both window and non-window systems.
15384         * windmove.el (windmove-coordinates-of-position): Let compute-motion
15385         calculate usable window width and height.
15387         * window.el (window-buffer-height): Call compute-motion with nil width.
15389 2004-08-01  David Kastrup  <dak@gnu.org>
15391         * replace.el (query-replace-read-from):
15392         Use `query-replace-compile-replacement'.
15393         (query-replace-compile-replacement): New function.
15394         (query-replace-read-to): Use `query-replace-compile-replacement'
15395         for repeating the last command.
15397 2004-08-01  John Paul Wallington  <jpw@gnu.org>
15399         * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
15400         (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
15401         (pr-switches): Remove period from end of error messages.
15403         * help-mode.el (help-go-back): Likewise.
15405         * abbrev.el (only-global-abbrevs): Doc fix.
15406         (edit-abbrevs-map): Define within defvar.
15407         (quietly-read-abbrev-file): Doc fix.
15409 2004-07-31  Luc Teirlinck  <teirllm@auburn.edu>
15411         * novice.el (enable-command, disable-command): Doc fixes.
15413         * subr.el (event-modifiers, event-basic-type): Doc fixes.
15415 2004-07-30  Richard M. Stallman  <rms@gnu.org>
15417         * subr.el (with-local-quit): Doc fix.
15419 2004-07-30  Luc Teirlinck  <teirllm@auburn.edu>
15421         * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
15423 2004-07-28  Luc Teirlinck  <teirllm@auburn.edu>
15425         * custom.el (defcustom): Doc fix.
15427 2004-07-28  Masatake YAMATO  <jet@gyve.org>
15429         * progmodes/etags.el (etags-tags-apropos): Show building progress.
15431 2004-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15433         * imenu.el (imenu-prev-index-position-function)
15434         (imenu-extract-index-name-function, imenu-name-lookup-function)
15435         (imenu--index-alist): Docstring redundancy fix.
15437 2004-07-25  Lars Hansen  <larsh@math.ku.dk>
15439         * wdired.el (wdired-finish-edit): Require dired-aux before locally
15440         binding dired-backup-overwrite.
15442 2004-07-25  John Paul Wallington  <jpw@gnu.org>
15444         * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
15446 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
15448         * term/tty-colors.el (tty-color-approximate): Doc fix.
15450         * select.el (x-get-selection, x-set-selection): Doc fixes.
15452         * frame.el (make-frame): Doc fix.
15454 2004-07-24  Richard M. Stallman  <rms@gnu.org>
15456         * mail/rmail.el (rmail-mime-charset-pattern):
15457         Don't include semicolon in the charset value.
15459         * replace.el (occur-next-error): Call set-window-point.
15460         (occur-engine): Handle negative NLINES.
15462 2004-07-23  Luc Teirlinck  <teirllm@auburn.edu>
15464         * frame.el (modify-all-frames-parameters): Minor doc fix.
15465         (set-frame-configuration): Doc fix.
15467 2004-07-23  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
15469         * simple.el (completion-setup-function): Compute the common parts
15470         and the first difference place correctly when
15471         partial-completion-mode is on.
15473 2004-07-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15475         * ps-print.el: Doc fix.
15476         (ps-print-version): New version 6.6.5.
15477         (ps-printing-region): Doc fix.
15478         (ps-generate-string-list): Comment fix.
15479         (ps-message-log-max): Code fix.
15481 2004-07-22  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
15483         * ps-print.el (ps-begin-file): Improve the DSC compliance of the
15484         generated PostScript.
15486 2004-08-17  Reiner Steib  <Reiner.Steib@gmx.de>
15488         * net/tls.el (tls-process-connection-type): Fix docstring.  (Sync
15489         with Gnus v5_10 branch.)
15491 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15493         * calendar/time-date.el (time-to-number-of-days): New function.
15494         Imported from Gnus.
15496 2004-07-22  Kim F. Storm  <storm@cua.dk>
15498         * progmodes/make-mode.el: Fix comments.
15500 2004-07-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15502         * printing.el: Doc fix.
15504 2004-07-20  Luc Teirlinck  <teirllm@auburn.edu>
15506         * frame.el (modify-all-frames-parameters): Minor doc fix.
15508 2004-07-20  Richard M. Stallman  <rms@gnu.org>
15510         * textmodes/fill.el (fill-nobreak-p): If this break point is
15511         at the end of the line, don't consider the newline which follows
15512         as a reason to return t.
15514 2004-07-19  John Paul Wallington  <jpw@gnu.org>
15516         * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
15518 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
15520         * dired-aux.el (dired-do-kill-lines): Expand docstring.
15521         Delete irrelevant code.
15523 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
15525         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
15526         New docstring.  From Luc Teirlinck.
15528 2004-07-17  Luc Teirlinck  <teirllm@auburn.edu>
15530         * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
15531         section.
15532         (auto-revert-handler): Do not check `auto-revert-tail-mode' for
15533         non-file buffers.  We know it is nil.
15535 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
15537         Sync with Tramp 2.0.43.
15539         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
15540         Remove outdated comment.
15541         (tramp-locked, tramp-locker): New variables for implementing a
15542         global lock.
15543         (tramp-sh-file-name-handler): Use them to implement the global lock.
15545 2004-07-13  Michael Albinus  <michael.albinus@gmx.de>
15547         * net/tramp.el (all): Code cleanup.  Change all `tramp-handle-xxx'
15548         calls to respective `xxx` calls.
15549         (tramp-process-alive-regexp): Precise doc string.
15550         (tramp-multi-action-process-alive): New defun.
15551         (tramp-multi-actions): Use it.
15552         (tramp-handle-find-backup-file-name): `copy-tree' is available
15553         since Emacs 22.1 only (XEmacs has it).  Implementation rewritten
15554         in order to avoid this function.
15555         (tramp-handle-write-region): Set current buffer.  If connection
15556         wasn't open, `file-modes' has changed it accidentally.  Reported by
15557         David Kastrup <dak@gnu.org>.
15558         (tramp-enter-password, tramp-read-passwd): New arguments USER and
15559         HOST.
15560         (tramp-action-password, tramp-multi-action-password): Apply it.
15561         (tramp-open-connection-rsh): If a port is given, the Tramp buffer
15562         name must still contain the port number.  Otherwise, we have two
15563         Tramp buffers, with all the confusion.  Reported by Myron Selby
15564         <myron@xytech.com> and Rolf Dubitzky
15565         <Dubitzky@physi.uni-heidelberg.de>.
15567         * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
15568         HOST to `tramp-enter-passwd'.
15570         * net/tramp-vc.el (all): Code cleanup.  Change all
15571         `tramp-handle-xxx' calls to respective `xxx` calls.
15573 2004-07-17  Jonathan Yavner  <jyavner@member.fsf.org>
15575         * emacs-lisp/testcover.el: New category "potentially-1valued" for
15576         functions that are not erroneous if either 1-valued or
15577         multi-valued.  Detect functions in this class.
15578         (testcover-1value-functions, testcover-compose-functions)
15579         (testcover-progn-functions) Add some additional functions to lists.
15580         (testcover-mark): Bugfix when marking up the definition for an
15581         empty function.
15583 2004-07-17  Richard M. Stallman  <rms@gnu.org>
15585         * replace.el (occur-read-primary-args): Pass default to
15586         read-from-minibuffer.
15588         * mail/footnote.el (footnote-section-tag): Use defcustom.
15590         * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
15591         Compile font-lock-keywords, not KEYWORDS.
15592         (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
15593         Add warn, check-type.  Handle cerror like error.
15595 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
15597         * progmodes/which-func.el (which-func-keymap): New var.
15598         (which-func-face): New face.
15599         (which-func-format): Use them.
15601 2004-07-16  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
15603         * buff-menu.el (list-buffers-noselect): Append the buffer's
15604         process status to its mode name.
15606 2004-07-16  Kim F. Storm  <storm@cua.dk>
15608         * simple.el (inhibit-mark-movement): New defvar.
15609         (beginning-of-buffer, end-of-buffer): Do not push mark if
15610         inhibit-mark-movement is non-nil or C-u prefix is given.
15612         * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
15613         Init to beginning-of-buffer and end-of-buffer.
15614         (cua--undo-push-mark): New defvar.
15615         (cua--pre-command-handler): Set inhibit-mark-movement if mark is
15616         already active and command is in cua--preserve-mark-commands.
15617         Also fix check for shift modifier on non-window systems.
15618         (cua--post-command-handler): Clear inhibit-mark-movement if set.
15620 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
15622         * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
15623         of two integers, instead of a cons.
15625         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
15626         `visited-file-modtime' now returns a list of two integers, instead
15627         of a cons.
15629         * dired.el (dired-directory-changed-p): Ditto.
15631         * progmodes/grep.el (grep): Doc fix.
15633 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
15635         * autorevert.el (auto-revert-tail-mode)
15636         (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
15637         (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
15638         in both at the same time.
15639         (auto-revert-tail-mode): New command.
15640         (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
15641         (auto-revert-handler): Revert only either tail or whole file.
15643         * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
15644         add auto-revert-tail-mode.
15646 2004-07-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15648         * printing.el: Doc fix.  Change name of some funs.
15649         (pr-dosify-file-name): New fun.  Replace ps-dosify-path.
15650         (pr-unixify-file-name): New fun.  Replace ps-unixify-path.
15651         (pr-standard-file-name): New fun.  Replace pr-standard-path.
15652         (pr-call-process): Code fix.
15654 2004-07-12  Luc Teirlinck  <teirllm@auburn.edu>
15656         * subr.el (with-selected-window): Doc fix.
15658 2004-07-11  Luc Teirlinck  <teirllm@auburn.edu>
15660         * subr.el (get-buffer-window-list): Doc fix.
15662 2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
15664         * files.el (switch-to-buffer-other-window): Doc fix.
15666         * window.el (save-selected-window, one-window-p)
15667         (split-window-keep-point, split-window-vertically)
15668         (split-window-horizontally): Doc fixes.
15670 2004-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15672         * printing.el: Doc fix.  Now it uses call-process instead of
15673         shell-command for low command execution.
15674         (pr-version): New version number (6.8).
15675         (pr-shell-file-name): Option removed.
15676         (pr-shell-command): Fun removed.
15677         (pr-call-process): New fun.  Replace pr-shell-command.
15678         (pr-standard-path, pr-remove-nil-from-list): New funs.
15679         (zmacs-region-stays, current-mouse-event, current-menubar): New var.
15680         (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
15681         (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
15682         (pr-ps-utility-process, pr-txt-print): Code fix.
15684 2004-07-10  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
15686         * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
15687         boolean.
15689 2004-07-09  Lars Hansen  <larsh@math.ku.dk>
15691         * wid-edit.el (widget-field-buffer): Doc fix.
15693 2004-07-09  John Paul Wallington  <jpw@gnu.org>
15695         * emacs-lisp/re-builder.el (reb-update-overlays):
15696         Distinguish between one and several matches in message.
15698 2004-07-09  Richard M. Stallman  <rms@gnu.org>
15700         * mouse.el (mouse-set-region-1): If transient-mark-mode
15701         is `identity', change it to `only'.
15703         * simple.el (current-word): Doc fix.
15705 2004-07-09  Mark A. Hershberger  <mah@everybody.org>
15707         * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
15708         so that it is more understanding of whitespace.
15710         * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
15711         (("ns" . "element") (attr-list) children) instead of
15712         ((:ns . "element") (attr-list) children) in order to reduce the
15713         number of symbols used.
15714         (xml-skip-dtd): Change to use xml-parse-dtd but set
15715         xml-validating-parsing to nil.
15716         (xml-parse-dtd): Parse entity declarations in DOCTYPEs.
15717         (xml-substitute-entity): Remove in favor of new entity substitution.
15718         (xml-substitute-special): Rewrite in to substitute complex
15719         entities from DOCTYPE declarations.
15720         (xml-parse-fragment): Parse fragments from entity declarations.
15721         (xml-parse-region, xml-parse-tag, xml-parse-attlist)
15722         (xml-parse-dtd, xml-substitute-special): Make validity checks
15723         conditioned on xml-validating-parser.  Add "Not Well Formed" to
15724         error messages about well-formedness.
15726 2004-07-08  Steven Tamm  <steventamm@mac.com>
15728         * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
15729         (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
15730         Do not treat double clicks and triple clicks specially in the
15731         scroll bar (preventing strange repositioning problems)
15733 2004-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15735         * replace.el (query-replace-regexp-eval): Fix last change.
15737 2004-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15739         * replace.el (query-replace-descr): New fun.
15740         (query-replace-read-from, query-replace-read-args): Default to the
15741         previous from&to.
15742         (query-replace-read-to): Quote the `from' string when displaying it.
15743         (query-replace-regexp-eval): Immediately check read-only status.
15744         Use query-replace-read-from to get the \n checking.
15745         Quote the `from' string when displaying it.
15746         (map-query-replace-regexp, occur-read-primary-args):
15747         Quote the `from' string when displaying it.
15749         * isearch.el (isearch-query-replace): Pass the regexp-ness and
15750         delimited-ness of the search to query-replace.
15752         * replace.el (query-replace-read-from, query-replace-read-to):
15753         New funs extracted from query-replace-read-args.
15754         (query-replace-read-args): Use them.
15756         * replace.el (query-replace-interactive, query-replace-read-args):
15757         Remove the `initial' special value.
15758         (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
15759         (occur-engine): Remove unused var `matchend'.
15761         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
15762         Use the search string without prompting.
15764 2004-07-05  Kenichi Handa  <handa@m17n.org>
15766         * international/mule.el (decode-coding-inserted-region):
15767         Set last-coding-system-used only when coding is nil.
15769 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
15771         * progmodes/grep.el (grep-compute-defaults, grep-command)
15772         (grep-program, find-program, grep-find-use-xargs, grep-history)
15773         (grep-find-history, grep-tag-default, grep-find-command)
15774         (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
15775         Add autoload cookies, for unbundled packages that load `compile'
15776         and expect all grep-related symbols to become defined.
15778 2004-07-03  KOSEKI Yoshinori  <kose@meadowy.org>
15780         * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
15781         (iimage-mode-image-search-path): New user option to search the
15782         image file.
15783         (iimage-locate-file): New function.  Emacs21.3 or earlier does not
15784         have locate-file.
15785         (iimage-mode-buffer): Use it.
15787 2004-07-03  Nick Roberts  <nickrob@gnu.org>
15789         * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
15790         carefully.
15791         (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
15793 2004-07-03  Juri Linkov  <juri@jurta.org>
15795         * replace.el (query-replace-read-args): Swallow space after 'foo,
15796         not after (quote foo).  Match space only immediately after symbol,
15797         not anywhere in the whole string.
15799 2004-07-02  Richard M. Stallman  <rms@gnu.org>
15801         * replace.el (query-replace-read-args): Swallow space after
15802         symbols, not after closeparens.  But avoid error if string ends there.
15804         * progmodes/python.el (python-beginning-of-statement):
15805         Exit the loop if backward-up-list gets error.
15807         * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
15809 2004-07-02  Andre Spiegel  <spiegel@gnu.org>
15811         * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
15812         only if vc-consult-headers is non-nil.
15814 2004-07-02  Juri Linkov  <juri@jurta.org>
15816         * pcvs.el (cvs-mode-diff-repository): New command.
15818         * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
15820 2004-07-01  Juri Linkov  <juri@jurta.org>
15822         * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
15823         C-M-y to isearch-yank-char.  Bind M-% to isearch-query-replace,
15824         C-M-% to isearch-query-replace-regexp.
15825         (minibuffer-local-isearch-map): Add arrow key bindings.
15826         Bind C-f to isearch-yank-char-in-minibuffer.
15827         (isearch-forward): Doc fix.
15828         (isearch-edit-string): Doc fix.
15829         (isearch-query-replace, isearch-query-replace-regexp): New funs.
15830         (isearch-del-char): Add optional arg.  Set isearch-yank-flag to t.
15831         (isearch-yank-char): Add optional arg.
15832         (isearch-yank-char-in-minibuffer): New fun.
15834         * replace.el (query-replace-interactive): Change type from boolean
15835         to choice.  Add value `initial'.
15836         (query-replace-read-args): Handle value `initial' of
15837         query-replace-interactive.
15839 2004-06-29  Kim F. Storm  <storm@cua.dk>
15841         * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
15842         (breakpoint-disabled-bitmap-face): Add :group 'gud.
15844         * progmodes/ada-xref.el (ada-tight-gvd-integration):
15845         Add :group 'ada.
15847         * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
15849 2004-06-29  Juri Linkov  <juri@jurta.org>
15851         * replace.el (query-replace-read-args): Swallow a space after
15852         everything except )]" which in most cases means after a symbol.
15854         * emacs-lisp/pp.el (pp-buffer): Add autoload.
15856 2004-06-28  Richard M. Stallman  <rms@gnu.org>
15858         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
15859         More changes to go with previous change in font-lock.el.
15861 2004-06-26  David Kastrup  <dak@gnu.org>
15863         * replace.el (perform-replace): Highlight the match even in
15864         non-query mode if there is potential replace string editing.
15866 2004-06-26  Kai Grossjohann  <kai.grossjohann@gmx.net>
15868         * net/tramp.el (tramp-handle-file-remote-p): New implementation to
15869         agree with new return value of `file-remote-p'.
15870         This syncs with Tramp 2.0.42.
15872         * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
15873         according to new documentation of `file-remote-p'.
15875         * files.el (file-remote-p): Fix doc to say that return value is
15876         identification of remote system, if not nil.
15877         (file-relative-name): Use new return value of `file-remote-p'.
15879 2004-06-26  Nick Roberts  <nickrob@gnu.org>
15881         * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
15882         (gdb-goto-breakpoint): Fix breakage.
15884 2004-06-26  Eli Zaretskii  <eliz@gnu.org>
15886         * man.el (Man-getpage-in-background): Add windows-nt to the list
15887         of systems where shell-file-name should be used instead of
15888         literal "sh".
15890 2004-06-25  Sam Steingold  <sds@gnu.org>
15892         * add-log.el (change-log-font-lock-keywords): Support Common Lisp
15893         function names `(setf symbol)'.
15895 2004-06-24  Richard M. Stallman  <rms@gnu.org>
15897         * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
15899         * font-lock.el (font-lock-keywords): Change format of compiled values.
15900         Document it.
15901         (font-lock-add-keywords): If font-lock-keywords is compiled,
15902         extract the uncompiled version, modify, then recompile.
15903         (font-lock-remove-keywords): Likewise.
15904         (font-lock-fontify-keywords-region): Handle changed format.
15905         (font-lock-compile-keywords): Handle changed format.
15906         (font-lock-set-defaults): Compile the keywords explicitly here.
15908 2004-06-24  David Kastrup  <dak@gnu.org>
15910         * replace.el (query-replace-read-args): Implement `\,' and `\#'
15911         replacements here.
15912         (query-replace-regexp): Doc string explaining this and the new
15913         `\?' replacement.  Remove `\,' and `\#' implementation here, as it
15914         is better placed in `query-replace-read-args'.
15915         (replace-regexp): Explain `\,', `\#' and `\?'.
15916         (replace-match-data): New function for thorough reuse/destruction
15917         of old match-data.
15918         (replace-match-maybe-edit): Function for implementing `\?' editing.
15919         (perform-replace): Fix maintaining of the match stack including
15920         already matched regions, implement `\?', fix various problems
15921         with regions while editing and other stuff.
15922         (replace-highlight): Simplify.
15924 2004-06-24  Daniel Pfeiffer  <occitan@esperanto.org>
15926         * progmodes/grep.el (grep-error-screen-columns): New variable.
15927         (grep-regexp-alist): Give it the full functionality of gnu style
15928         compilation messages with line and column ranges.  Ask me for the
15929         perl script I'm working on, that uses these.
15931 2004-06-23  Nick Roberts  <nickrob@gnu.org>
15933         * comint.el (comint-insert-clicked-input, comint-copy-old-input):
15934         Remove.
15935         (comint-insert-input, comint-mouse-insert-input): New functions
15936         based on comint-insert-clicked-input for two bindings but just
15937         one functionality.
15939 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
15941         * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
15943 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
15945         * files.el (write-contents-functions): Doc fix.
15947 2004-06-21  Juanma Barranquero  <lektu@terra.es>
15949         * image.el (image-library-alist): Rewrite docstring in active voice.
15951 2004-06-20  Richard M. Stallman  <rms@gnu.org>
15953         * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
15955         * isearch.el (isearch-repeat): Avoid testing old match data.
15956         (isearch-message): Display trailing space in special font
15957         when search is failing.
15958         (isearch-search-fun-function): Doc fix.
15960         * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
15962 2004-06-19  Luc Teirlinck  <teirllm@auburn.edu>
15964         * frame.el (show-trailing-whitespace): Doc fix.
15966         * cus-edit.el (custom-variable-documentation): New function.
15967         (custom-variable): Use it.
15969 2004-06-19  Nick Roberts  <nickrob@gnu.org>
15971         * man.el (Man-getpage-in-background): Revert previous change but
15972         make cygwin a special case.
15974 2004-06-18  Luc Teirlinck  <teirllm@auburn.edu>
15976         * autorevert.el (global-auto-revert-non-file-buffers):
15977         Update docstring.
15979 2004-06-19  Daniel Pfeiffer  <occitan@esperanto.org>
15981         * progmodes/compile.el (compilation-error-properties): Store one
15982         more than end-col, if present, so that transient-mark-mode will
15983         highlight last char too.
15984         * progmodes/grep.el (grep-regexp-alist): Match columns and column
15985         ranges, if present.
15987 2004-06-18  Jason Rumney  <jasonr@gnu.org>
15989         * makefile.w32-in: Double percent signs in for loops.
15991 2004-06-17  David Kastrup  <dak@gnu.org>
15993         * replace.el (query-replace-read-args): Only warn about use of \n
15994         and \t when we are doing a regexp replacement and the actual
15995         escaped character is n or t.
15996         (query-replace-regexp): Add \, and \# interpretation to
15997         interactive call and document it.
15998         (query-replace-regexp-eval, replace-match-string-symbols): Add \#
15999         as shortkey for replace-count.
16000         (replace-quote): New function for doubling backslashes.
16002 2004-06-17  Juanma Barranquero  <lektu@terra.es>
16004         * files.el (parse-colon-path, cd): Mention in docstring that the
16005         path separator is colon in GNU-like systems.
16007         * newcomment.el (comment-region-internal): Fix docstring.
16009         * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
16010         (ewoc-invalidate, ewoc-collect): Doc fixes.
16011         (ewoc--create-node, ewoc--delete-node-internal):
16012         Fix typos in docstring.
16014 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
16016         * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
16017         manual to docstring.
16019 2004-06-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16021         * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
16023 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
16025         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
16026         Add hyperlink to emacs-xtra manual to docstring.
16028         * autorevert.el (global-auto-revert-non-file-buffers):
16029         Add hyperlink to emacs-xtra manual to docstring, as well as an
16030         info-link.
16032 2004-06-14  Juanma Barranquero  <lektu@terra.es>
16034         * image.el (image-library-alist): New variable to map image types
16035         to external libraries.  Initialized to nil, unless system-specific
16036         configs change it.
16037         (image-type-available-p): Determine whether an image type is
16038         available by calling `init-image-library'.
16040         * term/w32-win.el (image-library-alist): Initialize to a known set
16041         of probable library names.
16043 2004-06-14  Kenichi Handa  <handa@m17n.org>
16045         * international/code-pages.el (windows-1256, cp1125): Fix tables
16046         for several characters.
16048         * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
16050 2004-06-13  Richard M. Stallman  <rms@gnu.org>
16052         * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
16054         * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
16055         not "`pc-selection-mode'".
16057         * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
16059         * simple.el (previous-matching-history-element): Specify a default.
16061         * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
16063         * cus-face.el (custom-declare-face): Simplify code.
16065         * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
16067 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
16069         * files.el (before-save-hook): Add `time-stamp' to the options.
16071         * time-stamp.el (time-stamp): Recommend adding it to
16072         `before-save-hook', rather than `write-file-functions'.
16073         Make a similar change in `Commentary' section.
16075 2004-06-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16077         * diff-mode.el (diff-current-defun): If at start of hunk, use
16078         position of first change.
16080 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
16082         * dired-x.el (dired-mark-omitted): Bind to "*O".
16084 2004-06-12  Karl Fogel  <kfogel@red-bean.com>
16086         * bookmark.el (bookmark-bmenu-relocate): New function, as
16087         suggested by David J. Biesack <David.Biesack@sas.com>.
16088         (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
16089         (bookmark-bmenu-mode): Describe binding in doc string.
16090         (bookmark-set-filename): Save the bookmark list if it's time.
16092 2004-06-13  Kenichi Handa  <handa@m17n.org>
16094         * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
16095         (ccl-untranslated-to-ucs): Fix typo.
16097 2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
16099         * progmodes/python.el (python-open-block-statement-p):
16100         Fix indentation after a block opening that contains a comment.
16102 2004-06-12  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>  (tiny change)
16104         * bindings.el (completion-ignored-extensions): Add file extensions
16105         of Python byte-compiled files.
16107 2004-06-12  Juri Linkov  <juri@jurta.org>
16109         * info.el (Info-goto-node): Add autoload.
16110         (Info-toc): Add substring-no-properties on Info file name.
16111         (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
16112         (Info-mode-map): Bind L to Info-history, T to Info-toc.
16114 2004-06-12  Kenichi Handa  <handa@m17n.org>
16116         * international/mule-cmds.el (set-language-environment):
16117         Load subst tables if necessary.
16119         * international/mule.el (decode-char): Load subst tables if necessary.
16120         (encode-char): Likewise.
16122         * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
16123         pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
16124         (utf-16le-decode-loop): Set r5 to -1 before loop.
16125         (utf-16be-decode-loop): Likewise.
16126         (ccl-decode-mule-utf-16le): Add EOF processing block.
16127         (ccl-decode-mule-utf-16be): Likewise.
16128         (ccl-decode-mule-utf-16le-with-signature): Likewise.
16129         (ccl-decode-mule-utf-16be-with-signature): Likewise.
16130         (ccl-decode-mule-utf-16): Likewise.  Set r5 to -1 initially.
16131         (ccl-mule-utf-16-encode-untrans): New CCL.
16132         (utf-16-decode-to-ucs): Handle pre-read character.
16133         (utf-16le-encode-loop): Handle surrogate pair.
16134         (utf-16be-encode-loop): Likewise.
16135         (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
16136         of utf-16le-encode-loop.
16137         (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
16138         of utf-16be-encode-loop.
16139         (mule-utf-16-post-read-conversion):
16140         Call utf-8-post-read-conversion at first.
16141         (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
16142         Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
16143         Add post-read-conversion and pre-write-conversion.
16145         * international/utf-8.el (utf-translate-cjk-charsets): New variable.
16146         (utf-translate-cjk-unicode-range): New variable.
16147         (utf-translate-cjk-load-tables): New function.
16148         (utf-lookup-subst-table-for-decode): New function.
16149         (utf-lookup-subst-table-for-encode): New function.
16150         (utf-translate-cjk-mode): Init-value changed to t.  Don't load
16151         tables here.  Update safe-charsets of utf-* coding systems.
16152         (ccl-mule-utf-untrans): New CCL.
16153         (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans.  Use `repeat'
16154         at end of each branch.
16155         (ccl-mule-utf-8-encode-untrans): New CCL.
16156         (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
16157         (ccl-untranslated-to-ucs): Handle 2-byte encoding.  Set r1 to the
16158         length of encoding.  Don't return r0.
16159         (utf-8-compose): New arg hash-table.  Handle 2-byte encoding.
16160         (utf-8-post-read-conversion): Narrow to region properly.
16161         If utf-translate-cjk-mode is on, load tables if necessary.
16162         Call utf-8-compose with hash-table arg if necessary.
16163         Call XXX-compose-region instead of XXX-post-read-conversion.
16164         (utf-8-pre-write-conversion): New function.
16165         (mule-utf-8): Include CJK charsets in safe-charsets if
16166         utf-translate-cjk-mode is on.  Add pre-write-conversion.
16168         * international/characters.el: Temporarily set
16169         utf-translate-cjk-mode to nil.
16171         * language/devan-util.el (devanagari-compose-region):
16172         Add autoload cookie.
16174         * international/ccl.el (ccl-dump-call): Fix printing the
16175         subroutine name.
16177 2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>
16179         * dired.el (dired-revert): If buffer is marked unmodified before
16180         reverting, keep it marked unmodified.
16181         Adapt to new conventions for commenting out code.
16182         (dired-make-relative): Adapt to new conventions for commenting out code.
16184 2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>
16186         * eshell/esh-module.el (eshell-load-defgroups):
16187         Bind `vc-handled-backends' to nil when opening files.
16189 2004-06-11  Juanma Barranquero  <lektu@terra.es>
16191         * files.el (parse-colon-path, cd): Doc fixes (refer to
16192         `path-separator', not colon).
16194 2004-06-10  Juanma Barranquero  <lektu@terra.es>
16196         * newcomment.el (comment-search-forward)
16197         (comment-search-backward): Fix typos in docstring.
16198         (comment-region): Doc fix.
16200 2004-06-10  Luc Teirlinck  <teirllm@auburn.edu>
16202         * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
16203         switch is no longer stored in `dired-switches-alist'.
16205         * dired-aux.el (dired-insert-subdir): Do not store R switch in
16206         `dired-switches-alist'.
16208 2004-06-10  Kim F. Storm  <storm@cua.dk>
16210         * pcvs.el (cvs-mode-diff-yesterday): New command.
16212         * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
16214 2004-06-10  Juri Linkov  <juri@jurta.org>
16216         * emacs-lisp/edebug.el (edebug-eval-defun):
16217         * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
16218         Fix docstring.
16220         * simple.el (eval-expression-print-format): Don't print additional
16221         information on the first call to `eval-print-last-sexp'.
16222         (next-error-find-buffer): Fix punctuation.
16223         (killing) <defgroup>: Fix punctuation.
16224         (yank-excluded-properties): Change group from editing to killing.
16226         * replace.el (perform-replace): Use `limit' to terminate the
16227         while-loop explicitly.
16229 2004-06-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16231         * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
16232         Use lc-*.xpm as prefix instead of *-locol.xpm.
16234         * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
16235         * toolbar/lc-help.xpm, toolbar/lc-home.xpm
16236         * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
16237         * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
16238         * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
16239         * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
16240         * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
16241         * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
16242         * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
16243         * toolbar/lc-up_arrow.xpm:
16244         Rename from *-locol.xpm.
16246 2004-06-09  Rajesh Vaidheeswarran  <rv@gnu.org>
16248         * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
16249         include forms like &<str>; as valid url patterns.
16251 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
16253         * dired.el (dired-diff, dired-backup-diff)
16254         (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
16255         (dired-do-chown, dired-do-touch, dired-do-print)
16256         (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
16257         (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
16258         (dired-create-directory, dired-do-copy, dired-do-symlink)
16259         (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
16260         (dired-do-copy-regexp, dired-do-hardlink-regexp)
16261         (dired-do-symlink-regexp, dired-upcase, dired-downcase)
16262         (dired-maybe-insert-subdir, dired-next-subdir)
16263         (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
16264         (dired-kill-subdir, dired-tree-up, dired-tree-down)
16265         (dired-hide-subdir, dired-hide-all, dired-show-file-type)
16266         (dired-run-shell-command, dired-query): Remove redundant,
16267         or incorrect, autoloads.
16269         * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
16270         does not end in a slash.  Add optional argument KILL-ROOT.
16271         Update docstring.
16272         (dired-do-touch, dired-clean-directory, dired-run-shell-command)
16273         (dired-query): Add autoloads.
16275 2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
16277         * progmodes/compile.el (compilation-set-window-height):
16278         Rearrange the save-* functions because a buffer can have several current
16279         point in different windows.
16280         (compilation-error-regexp-alist-alist): Recognize {standard input}
16281         GNU messages (for gcc --pipe) and more kinds of Oracle messages.
16283 2004-06-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16285         * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
16286         * toolbar/help-locol.xpm, toolbar/home-locol.xpm
16287         * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
16288         * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
16289         * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
16290         * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
16291         * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
16292         * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
16293         * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
16294         * toolbar/up_arrow-locol.xpm:
16295         New versions of icons that uses fewer colors.
16297         * toolbar/tool-bar.el (tool-bar-local-item)
16298         (tool-bar-local-item-from-menu): Try to use icons with fewer colors
16299         if display-color-cells is 256 or less.
16301 2004-06-08  Kim F. Storm  <storm@cua.dk>
16303         * wid-edit.el (widget-specify-button): Use hand pointer rather
16304         than mouse-face as visible mouse-over effect.
16306 2004-06-07  Karl Fogel  <kfogel@red-bean.com>
16308         * saveplace.el (save-place-alist-to-file): Bind `print-length'
16309         and `print-level' to nil when writing out `save-place-alist'.
16310         Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
16312 2004-06-07  Juanma Barranquero  <lektu@terra.es>
16314         * completion.el (completion-kill-region): Doc fix.
16316         * format.el (format-insert-annotations)
16317         (format-annotate-location): Doc fixes.
16318         (format-subtract-regions): Make arguments match their use in docstring.
16320         * simple.el (kill-region): Doc fix.
16322         * subr.el (insert-buffer-substring-no-properties)
16323         (insert-buffer-substring-as-yank): Doc fixes.
16325 2004-06-07  Luc Teirlinck  <teirllm@auburn.edu>
16327         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
16328         Update docstring.
16329         (dired-reset-subdir-switches): New function.
16331         * dired.el (dired-undo): Call `dired-build-subdir-alist'.
16332         Limit scope of `buffer-read-only' binding.
16334 2004-06-06  Emilio C. Lopes  <eclig@gmx.net>
16336         * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
16337         eshell-explicit-command-char.
16339 2004-06-06  Juanma Barranquero  <lektu@terra.es>
16341         * help-fns.el (help-argument-name): Inherit from italic face only
16342         if the frame supports it.
16344 2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16346         * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
16347         * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
16348         * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
16349         * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
16350         * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
16351         * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
16352         * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
16353         New conversions from xpm files.
16355         * toolbar/README: New file.
16357 2004-06-06  Richard M. Stallman  <rms@gnu.org>
16359         * isearch.el (isearch-mode-map): Undo previous change.
16361 2004-06-05  Juri Linkov  <juri@jurta.org>
16363         * bindings.el (debug-ignored-errors): Add regexps for history
16364         related messages.  Remove $ from "No further undo information".
16365         Move Ediff's messages to ediff.el.
16367         * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
16369         * cus-edit.el (custom-display): Add `min-colors'.
16371         * custom.el (defface): Add `supports' to docstring.
16373         * help-fns.el (help-argument-name): Add :group 'help.
16375 2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
16377         * find-dired.el (find-ls-subdir-switches): New user option.
16378         (find-dired): No longer call `abbreviate-file-name' on DIR.
16379         Set `dired-subdir-switches' buffer-locally.
16381         * locate.el: Merge the two `Commentary' sections.
16382         (locate-ls-subdir-switches): New user option.
16383         (locate): Update for other changes.
16384         (locate-mode-map): Restore Dired binding for mouse-2.
16385         Bind `locate-mouse-view-file' to M-mouse-2.
16386         Bind `l' to `locate-do-redisplay'.
16387         (locate-main-listing-line-p, locate-do-redisplay): New functions.
16388         (locate-mouse-view-file, locate-tags, locate-find-directory):
16389         Print message if used outside main listing.
16390         (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
16391         Various changes to support inserted subdirectories.
16392         (locate-insert-header): Change header of *Locate* buffer.
16394         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
16395         Change interactive default switches.
16396         (dired-rename-subdir-2): Update `dired-switches-alist'.
16397         (dired-insert-subdir, dired-kill-subdir):
16398         Handle `dired-switches-alist'.  Do not mark buffer modified.
16399         (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
16400         (dired-insert-subdir-doinsert): Omit messages.
16401         Handle `dired-subdir-switches'.
16402         (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
16404         * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
16405         (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
16406         subdirs if -R switch is used for a subdir.
16407         (dired-mode): Set `dired-switches-alist'.
16408         (dired-build-subdir-alist): Only print number of directories in
16409         echo area when invoked interactively.
16411 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
16413         * dired-x.el (dired-omit-mode): Rename from
16414         dired-omit-files-p.  Use define-minor-mode to define it.
16415         (dired-omit-files-p): Add as alias for dired-omit-mode.
16416         (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
16417         dired-mark-omitted.
16418         (dired-mark-omitted): Add.  Bind to M-O.
16420 2004-06-05  Kenichi Handa  <handa@m17n.org>
16422         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
16424 2004-06-05  Juanma Barranquero  <lektu@terra.es>
16426         * help-fns.el (help-argument-name): Reintroduce face.
16427         (help-default-arg-highlight): Use it, now that
16428         `face-differs-from-default-p' can be trusted.
16430 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
16432         * textmodes/table.el: Sentence commands added to Point Motion
16433         group; kill and backward-kill commands added to Extraction group.
16435 2004-06-04  Mario Lang  <mlang@delysid.org>
16437         * battery.el (battery-linux-proc-acpi): `mA' was hardcoded, but some
16438         systems appear to use mW, make the code handle this.  Fix a
16439         division-by-zero bug while at it, and handle kernels with
16440         a slightly different layout in /proc/acpi.
16442 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
16444         * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
16445         because the latter is a CL-ism.  This fixes the bug reported by
16446         Shawn Boyette <mdxi@collapsar.net> in
16447         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
16449 2004-06-04  Miles Bader  <miles@gnu.org>
16451         * faces.el (display-supports-face-attributes-p): Function moved to
16452         C code.  Previously only the tty-related portion of this function
16453         was done in C; however the previous attempt to do a halfway-proper
16454         job for non-tty displays in lisp didn't work properly because of
16455         funny conditions during Emacs startup.
16456         (face-differs-from-default-p): Simplify, now that
16457         display-supports-face-attributes-p works properly on all display
16458         types.  Remove :stipple from comparison; it doesn't really work
16459         in emacs anyway.
16461 2004-06-04  Miles Bader  <miles@gnu.org>
16463         * faces.el (face-differs-from-default-p): Use a different
16464         implementation, so we can really check whether FACE displays
16465         differently or not.
16467 2004-06-04  Miles Bader  <miles@gnu.org>
16469         * faces.el (display-supports-face-attributes-p): Implement a
16470         `different from default' check for non-tty displays.
16472 2004-06-03  David Kastrup  <dak@gnu.org>
16474         * woman.el (woman-mapcan): More concise code.
16475         (woman-topic-all-completions, woman-topic-all-completions-1)
16476         (woman-topic-all-completions-merge): Replace by a simpler and
16477         much faster implementation based on O(n log n) sort/merge instead
16478         of the old O(n^2) behavior.
16480 2004-06-03  Miles Bader  <miles@gnu.org>
16482         * subr.el (read-number): Use canonical format for default in prompt.
16484         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
16485         Add regexp for " [...]" style defaults.
16487 2004-06-02  Romain Francoise  <romain@orebokech.com>
16489         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
16490         groups: if the user asks for a hidden buffer, open the
16491         corresponding filter group to expose it.
16493         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
16494         `ibuffer-jump-to-buffer'.
16495         (ibuffer-jump-offer-only-visible-buffers): New user option.
16497 2004-06-02  Juanma Barranquero  <lektu@terra.es>
16499         * faces.el (frame-update-faces): Add empty docstring so the one
16500         for `ignore' doesn't show through.
16502         * subr.el (process-kill-without-query): Remove spurious "\n" on
16503         obsolescence string.
16504         (focus-frame, unfocus-frame): Add obsolescence declaration and
16505         empty docstring.
16507         * international/mule.el (register-char-codings): Make alias for
16508         `ignore'.  Move docstring to obsolescence info and remove redundancy.
16510 2004-06-02  Kim F. Storm  <storm@cua.dk>
16512         * frame.el (blink-cursor-start): Turn cursor off initially so blink
16513         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
16515 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16517         * comint.el (comint-replace-by-expanded-history-before-point):
16518         Obey `start' as the docstring says.
16519         (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
16520         (comint-update-fence): Prevent font-lock from running unnecessarily.
16521         (comint-dynamic-list-completions): Use with-current-buffer.
16523 2004-06-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16525         * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
16526         (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
16527         (bibtex-entry-update): Handle alternatives and optional fields.
16528         (bibtex-parse-entry): Bugfix, handle empty key.
16530 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
16532         * vc-arch.el (vc-arch-state): Don't assume the file exists.
16534 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
16536         * desktop.el (desktop-save): Don't save minor modes without a
16537         known mode initialization function.
16539 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
16541         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
16543         * autorevert.el: Update `Commentary' section.
16545 2004-05-30  Juanma Barranquero  <lektu@terra.es>
16547         * dos-fns.el (convert-standard-filename):
16548         * files.el (convert-standard-filename):
16549         * w32-fns.el (convert-standard-filename):
16550         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
16552 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
16554         Sync with Tramp.
16556         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
16557         (tramp-let-maybe): Move to an earlier spot in the file.
16558         Patch by Andreas Schwab.
16560 2004-05-30  Andreas Schwab  <schwab@suse.de>
16562         * dired.el (dired-get-filename): Don't use dired-re-dot.
16564 2004-05-30  Richard M. Stallman  <rms@gnu.org>
16566         * files.el (find-file): Doc fix.
16568         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
16570 2004-05-30  Nick Roberts  <nickrob@gnu.org>
16572         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
16573         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
16574         modeline of the locals buffer.
16575         (gdb-goto-breakpoint): Handle gdbmi.
16576         (gdb-get-frame-number): Change for gdbmi.
16578 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
16580         * files.el (file-remote-p): Apply file name handler for operation
16581         `file-remote-p'.  It isn't a property any longer.
16582         (file-relative-name): `fh' and `fd' get the required value via
16583         `find-file-name-handler' already.
16585         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
16586         (top): Remove setting of `file-remote-p' property for
16587         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
16589 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
16591         Version 2.0.41 of Tramp released.
16593         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
16594         Throw away if process has died.
16595         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
16596         (tramp-out-of-band-prompt-regexp): Rename to
16597         `tramp-process-alive-regexp', because its usage is widen.
16598         (tramp-actions-copy-out-of-band): Apply it.
16599         (tramp-actions-before-shell, tramp-multi-actions):
16600         Add `tramp-action-process-alive' action.
16601         (tramp-action-process-alive): New defun.
16602         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
16603         Add entry for `file-remote-p'.
16604         (tramp-handle-file-remote-p): New defun.
16605         (top): Remove setting of `file-remote-p'.  Don't set
16606         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
16608         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
16609         `file-remote-p'.
16611         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
16612         counted for (last) line.  [They should or they shouldn't?  --Stef]
16613         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
16615 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
16617         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
16618         not really necessary but seems to keep the shell history smaller
16619         in some cases.  It is no substitute for setting HISTFILE and
16620         HISTSIZE from tramp-open-connection-setup-interactive-shell,
16621         though.  Suggested by Luc Teirlinck.
16622         (tramp-open-connection-setup-interactive-shell): Export variables
16623         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
16624         (tramp-set-process-query-on-exit-flag): New compat function.
16625         (tramp-open-connection-multi, tramp-open-connection-su)
16626         (tramp-open-connection-rsh, tramp-open-connection-telnet)
16627         (tramp-do-copy-or-rename-file-out-of-band): Use it.
16628         (tramp-let-maybe): New macro, let-binds a variable only if it
16629         isn't obsolete.
16630         (tramp-check-ls-commands, tramp-handle-expand-file-name)
16631         (tramp-handle-file-truename): Use it.
16632         (tramp-completion-file-name-regexp-unified): Avoid matching
16633         filenames starting with "/:" -- those are reserved for
16634         file-name-non-special.
16636         * tramp-smb.el (tramp-smb-open-connection):
16637         Use tramp-set-process-query-on-exit-flag compat function.
16639 2004-05-29  Richard M. Stallman  <rms@gnu.org>
16641         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
16643         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
16644         (eval-last-sexp-print-value): Print char equivalent regardless
16645         of standard-output value.
16647         * thumbs.el (thumbs-subst-char-in-string): Delete.
16648         (thumbs-thumbname): Use subst-char-in-string.
16649         (thumbs-resize-image): Use condition-case, not ignore-errors.
16650         (thumbs-kill-buffer): Likewise.
16652         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
16653         (thumbs-mode): Make buffer read-only.
16654         (thumbs-make-thumb): Unconditionally accept an existing file.
16655         (thumbs-insert-thumb): Add thumb-image-file property to the image.
16656         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
16657         (thumbs-show-thumbs-list): Error if images not supported.
16658         (thumbs-save-current-image): Improve prompt string.
16659         (thumbs-mode-map): Define u, R, x.
16660         (thumbs-unmark): New command.
16661         (thumbs-emboss-image): Minor cleanup.
16662         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
16663         (thumbs-rename-images): New command.
16664         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
16666         * thumbs.el (thumbs-current-image): New function.
16667         (thumbs-file-list, thumbs-file-alist): New functions.
16668         (thumbs-find-image): Delete arg L.
16669         Don't set up thumbs-fileL as buffer-local global var.
16670         (thumbs-find-image-at-point): Use thumbs-current-image.
16671         (thumbs-set-image-at-point-to-root-window): Likewise.
16672         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
16673         Record and warn about errors.  Update thumbs-markedL for deletions.
16674         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
16675         (thumbs-redraw-buffer): Use thumbs-file-list.
16676         (thumbs-mark): Use thumbs-current-image.
16677         (thumbs-show-name): Use thumbs-current-image.
16679         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
16680         and imenu--last-menubar-index-alist.
16682         * subr.el (with-selected-window): Undo previous change.
16684 2004-05-29  John Paul Wallington  <jpw@gnu.org>
16686         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
16687         (thumbs-mouse-find-image): New command.
16688         (thumbs-mode-map): Bind it to mouse-2.
16689         (thumbs-mode): Make mode-class special.
16690         (thumbs-view-image-mode): Likewise.
16692 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
16694         * flymake.el: New file.
16696 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
16698         * files.el (find-file-noselect-1): Do not bind
16699         `inhibit-read-only' to t during execution of
16700         `find-file-not-found-functions'.
16702 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16704         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
16705         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
16707 2004-05-28  Juri Linkov  <juri@jurta.org>
16709         * simple.el (eval-expression-print-format): New fun.
16711         * simple.el (eval-expression):
16712         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
16713         * emacs-lisp/edebug.el (edebug-compute-previous-result)
16714         (edebug-eval-expression): Print additionally the value returned by
16715         `eval-expression-print-format'.
16717         * emacs-lisp/lisp.el (insert-pair-alist): New var.
16718         (insert-pair): Make arguments optional.  Find character pair
16719         from `insert-pair-alist' according to the last input event.
16720         (insert-parentheses): Make arguments optional.
16721         (raise-sexp, delete-pair): New funs.
16723         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
16724         (emacs-lisp-mode-map, lisp-interaction-mode-map):
16725         Bind C-M-q to `indent-pp-sexp'.
16727         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
16728         `pp-to-string' modified to be able to format text with newlines.
16729         (pp-to-string): Move the buffer-formatting part of the code to
16730         `pp-buffer'.  Call `pp-buffer'.
16732         * info.el (Info-desktop-buffer-misc-data): Don't save information
16733         about virtual files.
16734         (Info-restore-desktop-buffer): Restore Info buffers in prepared
16735         buffers with names obtained from the desktop file instead of the
16736         default *info* buffer.
16738 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16740         * subr.el (with-selected-window): Only save/restore the selected window.
16742         * progmodes/compile.el (compilation-error-regexp-alist):
16743         Use expand-file-name and data-directory.
16745         * progmodes/grep.el (grep-tree): Rework previous fix.
16747         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
16748         after the user marked text with the mouse.
16750         * startup.el (command-line): Keep the first regexp of
16751         auto-save-file-name-transforms intact.
16753 2004-05-28  Juanma Barranquero  <lektu@terra.es>
16755         * cus-edit.el (customize-face, customize-face-other-window)
16756         (custom-face-edit-delete): Make arguments match their use in
16757         docstring.
16758         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
16759         docstring.
16761         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
16762         not `cvs-butlast'.
16764         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
16765         `nbutlast' are in subr.el).
16767         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
16768         (set-w32-system-coding-system): Doc fixes.
16770         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
16771         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
16772         Make arguments match their use in docstring.
16773         (artist-draw-region-trim-line-endings)
16774         (artist-mouse-choose-operation): Fix typo in docstring.
16775         (artist-key-set-point-common): Doc fix.
16777 2004-05-28  Simon Josefsson  <jas@extundo.com>
16779         * mail/smtpmail.el (smtpmail-open-stream):
16780         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
16782 2004-05-26  Simon Josefsson  <jas@extundo.com>
16784         * starttls.el: Merge with my GNUTLS based starttls.el.
16785         (starttls-gnutls-program, starttls-use-gnutls)
16786         (starttls-extra-arguments, starttls-process-connection-type)
16787         (starttls-connect, starttls-failure, starttls-success): New variables.
16788         (starttls-program, starttls-extra-args): Doc fix.
16789         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
16790         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
16791         and pass on to corresponding *-gnutls function if it is set.
16793 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
16795         * autorevert.el (auto-revert-handler): Disable auto-reverting of
16796         remote files.
16798 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
16800         * files.el (file-name-non-special): There are more operations
16801         which need handling: `find-backup-file-name',
16802         `insert-file-contents', `verify-visited-file-modtime',
16803         `write-region'.  Rename t value of method to `add'.  Add new
16804         methods `quote' and `unquote-then-quote' to file-arg-indices.
16806 2004-05-25  Juri Linkov  <juri@jurta.org>
16808         * info.el (Info-toc): Call Info-mode on intermediate buffer.
16809         (Info-index-nodes): Enclose code in condition-case to catch errors.
16810         (Info-index-node): Don't search all index nodes if request is only
16811         for the current node and file is not in the cache of index nodes.
16812         (Info-mode-map): Bind Info-copy-current-node-name to `w'
16813         for consistency with dired-copy-filename-as-kill.
16814         Bind `S' to Info-search-case-sensitively.
16815         (Info-copy-current-node-name): New arg.  With zero prefix arg put
16816         the name inside a function call to `info'.  Display copied text in
16817         the echo area.
16819 2004-05-25  Sam Steingold  <sds@gnu.org>
16821         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
16822         strip the package prefix from the symbol name, if any.
16823         Make it the `find-tag-default-function' for `lisp-mode'.
16825 2004-05-25  John Paul Wallington  <jpw@gnu.org>
16827         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
16828         instead of obsolete `process-kill-without-query'.
16830         * textmodes/texinfmt.el (texinfo-indexvar-alist):
16831         Declare as variable, not constant.
16833 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
16835         * files.el (find-file-noselect-1): Fix bug introduced by
16836         Revision 1.694.  As a side effect, `inhibit-read-only'
16837         is again, by default, t during execution of
16838         `find-file-not-found-functions'.
16839         (insert-directory): Check that lines were really inserted by
16840         the --dired switch, before erasing them.
16842 2004-05-24  Nick Roberts  <nickrob@gnu.org>
16844         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
16845         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
16846         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
16847         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
16848         gud-minor-mode (gdbmi).
16850 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
16852         * net/browse-url.el (browse-url-interactive-arg): Enable user to
16853         explicitly select the text to be taken as URL.
16855 2004-05-23  Juri Linkov  <juri@jurta.org>
16857         * info.el (Info-index-nodes): New var and fun.
16858         (Info-goto-index, Info-index, info-apropos)
16859         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
16860         (Info-index): Fix docstring.  Store and restore Info-history-list.
16861         (Info-complete-nodes): New var.
16862         (Info-complete-menu-item): Use it.
16863         (Info-index-node): New fun.
16864         (Info-final-node, Info-forward-node, Info-backward-node)
16865         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
16866         Use Info-index-node.
16867         (Info-extract-menu-item, Info-extract-menu-counting): Set second
16868         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
16869         (Info-find-node-2): If a node with period in its name not found,
16870         try to find a node without the name part after period.
16871         (Info-select-node): Call Info-fontify-node only if
16872         Info-fontify-maximum-menu-size is not nil.
16873         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
16874         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
16875         Preserve Info-history-list.
16876         (Info-toc): Set Info-current-file.
16877         (Info-build-toc): Move point to the beginning of the buffer.
16878         Add main-file variable.
16879         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
16880         Use backslashed representation of the control character ^_.
16882         * textmodes/texinfmt.el (texinfo-print-index): Print index line
16883         numbers in the new Texinfo 4.7 format.
16885         * add-log.el (change-log-font-lock-keywords): Remove `:' from
16886         regexps for function and variable names.
16888         * descr-text.el (describe-property-list): Add [show] button for
16889         `syntax-table' property with action to pp to a separate buffer.
16890         (describe-char): Replace search-forward by re-search-forward with
16891         whitespace regexp after "character:" to not fail in too narrow windows.
16893         * simple.el (next-error-find-buffer): Add a rule to return
16894         next-error capable buffer if one window on the selected frame
16895         displays such buffer.
16897 2004-05-23  Nick Roberts  <nickrob@gnu.org>
16899         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
16900         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
16901         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
16902         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
16903         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
16904         Handle new value for gud-minor-mode (gdbmi).
16905         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
16906         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
16907         Change from local to global gdb variable set.
16908         (gdb-ann3): Initialize above gdb variable set.
16909         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
16910         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
16911         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
16912         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
16913         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
16914         (gdb-info-locals-handler, gdb-invalidate-assembler)
16915         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
16916         set as global variables.
16917         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
16918         Handle gdbmi.
16919         (gdb-info-breakpoints-custom): Fix regexp.
16920         (def-gdb-var): Delete.
16922         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
16923         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
16924         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
16925         a new mode.  The file (gdb-mi.el) for this mode will be included
16926         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
16927         primary interface.
16929 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
16931         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
16932         interpreted as a directory.
16934 2004-05-22  Richard M. Stallman  <rms@gnu.org>
16936         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
16937         as a close quote.
16939         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
16941         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
16942         Use assoc-string, not assoc-ignore-case.
16944         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
16946         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
16947         If moving back then fwd gets a defun that ends before point,
16948         try again moving fwd then back.
16950         * files.el (file-name-non-special): Allow t in file-arg-indices
16951         to mean requote the return value.  Use `identity' as an element
16952         rather than as the whole value.
16954         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
16956 2004-05-22  Juanma Barranquero  <lektu@terra.es>
16958         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
16959         `help-make-usage'.
16960         (help-highlight-arguments): Skip function name before searching
16961         for arguments.
16963 2004-05-21  Juanma Barranquero  <lektu@terra.es>
16965         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
16966         Don't mention in the docstring these arguments meant for
16967         internal (recursive) use only.
16968         (allout-char-spec): Comment out (it's not implemented).
16969         (allout-old-expose-topic, allout-exposure): Fix docstring and add
16970         obsolescence declaration.
16971         (allout-flatten-exposed-to-buffer)
16972         (allout-indented-exposed-to-buffer): Fix typos in docstring.
16973         (my-mark-marker): Doc fix.
16974         (produce-allout-mode-map, allout-sibling-index)
16975         (allout-isearch-expose, allout-distinctive-bullet)
16976         (allout-open-topic, allout-reindent-body)
16977         (allout-rebullet-heading, allout-process-exposed)
16978         (allout-insert-listified, allout-latex-verb-quote)
16979         (allout-insert-latex-header, allout-insert-latex-trailer):
16980         Make arguments match their use in docstring.
16981         (allout-primary-bullet, allout-old-style-prefixes)
16982         (allout-inhibit-protection, allout-init, allout-mode)
16983         (allout-before-change-protect, allout-flag-region):
16984         Use "Emacs" instead of "emacs" in docstrings.
16986 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
16988         * international/characters.el: Modify syntax of more characters.
16990 2004-05-21  Masatake YAMATO  <jet@gyve.org>
16992         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
16993         (etags-tags-completion-table): Show parsing progress.
16995 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
16997         * locate.el (locate-prompt-for-command): Shorten first line of
16998         docstring.
16999         (locate-mode): Expand docstring and include keymap summary.
17001         * files.el (find-file-noselect-1): Limit the scope of the
17002         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
17003         is, by default, nil during the execution of
17004         `find-file-not-found-functions' and `find-file-hook'.
17006 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
17008         * facemenu.el (facemenu-color-name-equal): New function.
17009         (list-colors-display): Use it to compare colors instead of
17010         facemenu-color-equal.
17012 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
17014         * compare-w.el (compare-windows-face): Use min-colors instead of
17015         checking for tty or pc types.
17017 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17019         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
17020         (completion-setup-function): Use with-current-buffer.
17021         Properly save excursion.  Simplify.
17022         Don't assume there is necessarily a `mouse-face' property somewhere.
17024         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
17026         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
17028         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
17029         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
17030         Use with-current-buffer.
17031         (byte-goto-log-buffer): Delete.
17032         (byte-compile-log-file): Call compilation-forget-errors.
17034 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
17036         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
17037         output messages into the search result.
17039 2004-05-19  Masatake YAMATO  <jet@gyve.org>
17041         * wid-edit.el (widget-radio-button-notify): Revert my last
17042         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
17044 2004-05-19  Kenichi Handa  <handa@m17n.org>
17046         * international/characters.el: Fix syntax (open/close) of CJK chars.
17048 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
17050         * help-mode.el (help-go-back): Don't depend on position of back button.
17052 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17054         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
17055         files don't contain an accidental additional /.
17057         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
17058         in source buffer.
17060 2004-05-18  Masatake YAMATO  <jet@gyve.org>
17062         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
17063         to widget-apply.  :action method assumes 2 arguments, not 3.
17065 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
17067         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
17068         New constants.
17069         (hs-special-modes-alist): Add an f90-mode entry.
17071 2004-05-17  Sam Steingold  <sds@gnu.org>
17073         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
17074         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
17076 2004-05-16  Kim F. Storm  <storm@cua.dk>
17078         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
17080 2004-05-15  John Wiegley  <johnw@newartisans.com>
17082         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
17083         (eshell-output-object-to-target): Improve output speed 20% by not
17084         calling `eshell-stringify' if something is already known to be a string.
17086 2004-05-15  Alex Ott  <ott@jet.msk.su>
17088         * textmodes/ispell.el (ispell-local-dictionary-alist):
17089         Add windows-1251 to the choice of coding systems.
17090         (ispell-dictionary-alist-6): Add support for "russianw.aff",
17091         encoded in cp1251.
17093 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
17095         * progmodes/compile.el (compilation-warning-face)
17096         (compilation-info-face): Use min-colors.
17098 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17100         * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
17101         * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
17102         * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
17103         * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
17104         * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
17105         * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
17106         * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
17107         * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
17108         * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
17109         * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
17110         * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
17111         * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
17112         * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
17113         * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
17115 2004-05-15  Kim F. Storm  <storm@cua.dk>
17117         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
17118         Use it to set triggered-p element of timer.
17119         (timer-event-handler): Set triggered-p element non-nil while running
17120         the timer function.
17122 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17124         * descr-text.el (describe-char-unicode-data)
17125         (describe-char-unicodedata-file): Re-enable the unicode code now that
17126         the licensing issues have been cleared in the unicode-4 license.
17127         (describe-text-properties-1): Remove unused `overlay' var.
17128         (describe-char): Remove unused var `buffer'.
17130 2004-05-14  David Ponce  <david@dponce.com>
17132         * tree-widget.el: New file.
17134 2004-05-13  Marcelo Toledo  <marcelo@gnu.org>
17136         * language/european.el ("Brazilian Portuguese"): Add support for
17137         Brazilian Portuguese.
17139 2004-05-13  John Wiegley  <johnw@newartisans.com>
17141         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
17142         `recentf-mode' if this variable has been customized to t.
17144         * eshell/esh-test.el (eshell-test): Call the function
17145         `emacs-version' rather than trying to build a custom version string.
17147 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17149         * net/telnet.el (telnet-mode): Use define-derived-mode.
17150         Don't modify the global value of comint-prompt-regexp.
17152 2004-05-13  John Paul Wallington  <jpw@gnu.org>
17154         * version.el (emacs-version): Check for `gtk' feature before
17155         `x-toolkit' feature.
17157 2004-05-13  Juanma Barranquero  <lektu@terra.es>
17159         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
17160         arguments in the docstring, they're used only in recursive calls.
17162         * help-fns.el (help-arg-highlighting-function)
17163         (help-argument-name): Delete.
17164         (help-default-arg-highlight): New function.
17165         (help-do-arg-highlighting): Use it.
17167 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
17169         * calendar/appt.el (appt-disp-window):
17170         Use `calendar-set-mode-line' for a centered mode-line.
17172 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
17174         * calendar/appt.el (appt-disp-window): Do not split window
17175         excessively when `split-height-threshold' is low.
17177 2004-05-12  Nick Roberts  <nickrob@gnu.org>
17179         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
17180         kill-buffer-hook here and make it local.
17181         (gud-kill-buffer-hook): Use kill-process for a sure kill.
17183 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
17185         * progmodes/compile.el (compilation-set-window-height):
17186         Use save-excursion to protect against misplaced marker.
17188 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17190         * custom.el (defface): Document that type can have value gtk.
17192         * faces.el (face-spec-set-match-display): Handle type gtk in display.
17194 2004-05-12  Kenichi Handa  <handa@m17n.org>
17196         * descr-text.el: Require quail at compile time.
17197         (describe-char): If an input method is on and it supports the
17198         character, show how to input it.
17200         * international/quail.el (quail-install-decode-map): Accept a
17201         char-table whose subtype is `quail-decode-map'.
17202         (quail-store-decode-map-key, quail-gen-decode-map1)
17203         (quail-gen-decode-map, quail-find-key1, quail-find-key)
17204         (quail-show-key): New functions.
17206 2004-05-12  Juanma Barranquero  <lektu@terra.es>
17208         * generic.el (define-generic-mode): Remove redundant arglist info.
17210         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
17211         Make arguments match their use in docstring.
17212         (help-arg-highlighting-function): New variable.
17213         (help-argument-name): Mention it in the docstring.
17214         (help-do-arg-highlight): Use it.  Expand regexp to accept also
17215         ARG-xxx and xxx-ARG references.
17217 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
17219         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
17220         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
17221         and "mailto:addr1?to=addr2" equal.
17223 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
17225         * man.el (Man-getpage-in-background): Use shell-file-name
17226         and shell-command-switch variables instead of hard-coded values.
17228 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
17230         * iimage.el: New file.
17232 2004-05-11  Juanma Barranquero  <lektu@terra.es>
17234         * custom.el (custom-initialize-default, defcustom):
17235         Fix typo in docstring.
17237         * files.el (set-visited-file-name, file-expand-wildcards):
17238         Fix docstring.
17240 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17242         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
17244         * subr.el (eventp): Be more discriminating with integers.
17246 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
17248         * progmodes/compile.el (compile): Add universal prefix arg.
17249         (compilation-error-regexp-alist-alist): Add edg patterns.
17251 2004-05-10  Sam Steingold  <sds@gnu.org>
17253         * textmodes/ispell.el (ispell-message):
17254         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
17256 2004-05-10  Dave Love  <fx@gnu.org>
17258         * progmodes/python.el (help-buffer): Autoload when compiling.
17259         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
17260         (run-python): Prepend to any existing PYTHONPATH.
17262 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
17264         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
17265         for pending breakpoints.
17267 2004-05-10  Richard M. Stallman  <rms@gnu.org>
17269         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
17270         directly without calling any functions in Rmail.
17271         (unrmail-unprune): Function deleted.
17273 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17275         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
17276         C-c C-z binding.
17278 2004-05-10  Kenichi Handa  <handa@m17n.org>
17280         * descr-text.el (describe-char): Fix previous change.  Don't make
17281         a unibyte character to multibyte in the *Help* buffer.
17283 2004-05-10  Miles Bader  <miles@gnu.org>
17285         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
17286         buffer an error if the debugger process is actually running.
17288 2004-05-10  Juanma Barranquero  <lektu@terra.es>
17290         * help-fns.el (help-argument-name): Default to italic.
17291         (help-highlight-arguments): Return always (usage . doc), even when
17292         usage is nil.
17294         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
17295         (define-ibuffer-filter): Add usage info.
17296         (define-ibuffer-op): Add usage info (but CL-style defaults for
17297         keyword args are not shown).
17299         * subr.el (remove-overlays, read-passwd): Fix docstring.
17300         (start-process-shell-command): Fix docstring.  Put usage info in a
17301         format usable by `describe-function'.
17302         (open-network-stream, open-network-stream-nowait)
17303         (open-network-stream-server): Fix docstring.
17305 2004-05-09  Jason Rumney  <jasonr@gnu.org>
17307         * international/code-pages (cp932, cp936, cp949, c950): Remove.
17308         Only define cp125* if windows-125* is already defined.
17310         * language/korean.el (cp949): Add alias.
17312         * language/chinese.el (cp936, cp950): Add aliases.
17314         * language/japanese.el (cp932): Add alias.
17316         * term/w32-win.el: Require code-pages.
17318         * international/mule-cmds.el (set-locale-environment):
17319         On MS-Windows use ansi code-page for default coding-systems.
17320         Set up paper sizes for Windows 3 letter languages.
17322         * international/code-pages.el (cp932, cp936, cp949, cp950):
17323         Add aliases.  Also add cp125* if not already defined.
17325 2004-05-09  Juanma Barranquero  <lektu@terra.es>
17327         * help-fns.el (help-highlight-arguments): Don't try to highlight
17328         missing or autoloaded arglists.  Accept structured arguments, like
17329         the first ones of `do' and `flet'.
17331         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
17332         (cvs-get-marked): Remove redundant arglist info.
17334         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
17335         Don't use CL-style default args.
17337 2004-05-08  Andreas Schwab  <schwab@suse.de>
17339         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
17341         * international/subst-ksc.el: Fix references to utf-translate-cjk
17342         into utf-translate-cjk-mode.
17343         * international/subst-big5.el: Likewise.
17344         * international/subst-gb2312.el: Likewise.
17345         * international/subst-jis.el: Likewise.
17346         * international/utf-16.el: Likewise.
17347         * international/utf-8.el: Likewise.
17349 2004-05-08  John Wiegley  <johnw@newartisans.com>
17351         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
17352         "virtual buffers" (off by default), which makes it possible to
17353         switch to the "virtual" buffers of recently visited files.  When a
17354         buffer name search fails, and this option is on, iswitchb will
17355         look at the list of recently visited files, and permit matching
17356         against those names.  When the user hits RET on a match, it will
17357         revisit that file.
17358         (iswitchb-read-buffer): Add two optional arguments, which makes
17359         isearchb.el possible.
17360         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
17361         (iswitchb-next-match): Add support for virtual buffers.
17363         * isearchb.el: This module extends iswitchb to provide "as you
17364         type" buffer selection.
17366         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
17367         Ignore the read-only property when flyspell highlighting is on.
17368         Not ignoring it leads to a series of confusing errors.
17369         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
17370         but also make sure to call flyspell-incorrect-hook.
17371         (flyspell-maybe-correct-transposition): Perform transposition test
17372         by bit twiddling a string, rather than using a temp buffer.
17373         (flyspell-maybe-correct-doubling): Use a string rather than a temp
17374         buffer.  This is also the original version of the code, which
17375         could not be checked in before due to a previous lack of
17376         assignment papers.  This version has seen heavy usage on my system
17377         for several years now.
17379         * calendar/cal-bahai.el: New file, which adds support for the
17380         Baha'i calendar to Emacs.  This calendar is based on a solar year
17381         of 19 months of 19 days, with 4 intercalary days.  Each year
17382         begins on March 21, with the calendar starting in 1844.
17384         * calendar/cal-menu.el, calendar/calendar.el
17385         * calendar/diary-lib.el, calendar/holidays.el:
17386         Added support for using cal-bahai.el.
17388         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
17389         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
17390         function can be used outside of eshell buffers.
17391         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
17393 2004-05-08  Juanma Barranquero  <lektu@terra.es>
17395         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
17396         word constituent so FOO-ARG is not recognized as an arg.
17397         (help-highlight-arguments): Don't skip lists in mandatory arguments.
17399         * simple.el (next-error): Fix typo in docstring.
17400         (open-line): Make argument names match their use in docstring.
17401         (split-line): Fix docstring.
17403         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
17404         usable by `describe-function'.
17405         (gensym, gentemp, typep, ignore-errors): Make argument names match
17406         their use in docstring.
17408         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
17409         argument to `help-setup-xref'.
17411 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
17413         Version 2.0.40 of Tramp released.
17415         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
17416         Use symbol-function to invoke functions only known on some Emacs
17417         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
17418         Scaldeferri <kevin@scaldeferri.com>.
17419         (tramp-do-copy-or-rename-file-via-buffer): Rename from
17420         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
17421         consistent with the other tramp-do-* functions.
17422         (tramp-do-copy-or-rename-file): Calls adjusted.
17423         (tramp-process-initial-commands): Avoid liveness check on shell --
17424         we know that it must be alive since we're opening a connection at
17425         this moment.
17426         (tramp-last-cmd): New internal variable.
17427         (tramp-process-echoes): New tunable.
17428         (tramp-send-command): Set tramp-last-cmd.
17429         (tramp-wait-for-output): Delete echo, if applicable.
17430         (tramp-read-passwd): Construct the key for the password cache in a
17431         way that works for multi methods, too.
17432         (tramp-bug): Add backup-directory-alist and
17433         bkup-backup-directory-info to bug reports, with Tramp counterparts.
17435 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
17437         * net/tramp*.el: Suppress byte-compiler warnings where possible.
17439         * net/tramp.el (tramp-out-of-band-prompt-regexp)
17440         (tramp-actions-copy-out-of-band): New defcustoms.
17441         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
17442         used instead of a synchronous one.  Allows password entering.
17443         (tramp-action-out-of-band): New defun.
17444         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
17445         Remove restriction with password from doc string.
17446         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
17447         `tramp-out-of-band-prompt-regexp',
17448         `tramp-actions-copy-out-of-band', `password-cache' and
17449         `password-cache-expiry'.
17450         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
17451         password caching.
17452         (tramp-touch): FILE can be a local file, too.
17453         (TODO): Remove items done.
17454         (tramp-handle-insert-directory): Properly quote file name also if
17455         not full-directory-p.  Handle wildcard case.  Reported by Andreas
17456         Schwab <schwab@suse.de>.
17457         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
17458         new file.
17459         (tramp-handle-file-local-copy, tramp-handle-write-region):
17460         The permissions of the temporary file are set if filename exists.
17461         Reported by Ted Stern <stern@cray.com>.
17462         (tramp-backup-directory-alist)
17463         (tramp-bkup-backup-directory-info): New defcustoms.
17464         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
17465         (tramp-handle-find-backup-file-name): New function.
17466         Implements Tramp's find-backup-file-name.
17468         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
17469         for `find-backup-file-name'.
17471         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
17472         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
17474 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
17476         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
17478 2004-05-07  Juanma Barranquero  <lektu@terra.es>
17480         * subr.el (lambda): Add arglist description to docstring.
17481         (declare): Fix typo in docstring.
17482         (open-network-stream): Fix docstring.
17483         (process-kill-without-query): Fix docstring and add obsolescence info.
17484         (last, butlast, nbutlast): Make arguments match their use in docstring.
17485         (insert-buffer-substring-no-properties): Likewise.
17486         (insert-buffer-substring-as-yank): Likewise.
17487         (split-string): Fix docstring.
17489         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
17490         Make argument names match their use in docstring.
17492         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
17494 2004-05-06  Nick Roberts  <nickrob@gnu.org>
17496         * progmodes/gdb-ui.el: Improve/extend documentation strings.
17497         Fit first sentence on one line for apropos-command.
17499 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17501         Changes largely merged in from Dave Love's code.
17502         * progmodes/python.el: Doc fixes.
17503         (python-mode-map): Add python-complete-symbol.
17504         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
17505         (python-comment-indent, python-complete-symbol)
17506         (python-symbol-completions, python-partial-symbol)
17507         (python-try-complete): New.
17508         (python-indent-line): Remove optional arg.  Use python-block-end-p.
17509         (python-check): Bind compilation-error-regexp-alist.
17510         (inferior-python-mode): Use rx.  Move keybindings to top level.
17511         Set comint-input-filter.
17512         (python-preoutput-filter): Use rx.
17513         (python-input-filter): Re-introduce.
17514         (python-proc): Start new process if necessary.
17515         Check python-buffer non-nil.
17516         (view-return-to-alist): Defvar.
17517         (python-send-receive): New.
17518         (python-eldoc-function): Use it.
17519         (python-mode-running): Don't defvar.
17520         (python-mode): Set comment-indent-function.
17521         Maybe update hippie-expand-try-functions-list.
17522         (python-indentation-levels): Initialize differently.
17523         (python-block-end-p): New.
17524         (python-indent-line): Use it.
17525         (python-compilation-regexp-alist): Augment.
17526         (run-python): Import `emacs' module to Python rather than loading
17527         code directly.  Set python-buffer differently.
17528         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
17529         Use python-proc.
17530         (python-send-command): Go to end of comint buffer.
17531         (python-load-file): Use python-proc, emacs.eimport.
17532         (python-describe-symbol): Simplify interactive form.
17533         Use emacs.help.  Do use temp-buffer-show-hook.
17534         Call print-help-return-message.
17535         (hippie-exp): Require when compiling.
17536         (python-preoutput-continuation): Use rx.
17538         * diff-mode.el (diff-make-unified): Fix regexp.
17540 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
17542         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
17543         filter groups from the buffer when rebuilding the Ibuffer buffer
17544         and `ibuffer-show-empty-filter-groups' is nil.
17546 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17548         * ps-print.el (ps-print-quote): Call ps-value-string.
17549         (ps-setup): Call ps-comment-string.
17550         (ps-value-string, ps-comment-string): New funs.
17552 2004-05-06  Juanma Barranquero  <lektu@terra.es>
17554         * ehelp.el (electric-help-command-loop): Check whether the last
17555         character is visible, not (point-max).
17557         * help-fns.el (help-argument-name): Default to bold; don't inherit
17558         from font-lock-variable-name-face.
17559         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
17561 2004-05-05  Kenichi Handa  <handa@m17n.org>
17563         * descr-text.el (describe-char): Copy the character with text
17564         properties and overlays into the first line, and call
17565         describe-text-properties on it.
17567 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
17569         * iswitchb.el (iswitchb-global-map): Fix typo.
17570         Remove unwanted ###autoloads from source file.
17572 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
17574         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
17575         in run-hooks.  Use substitute-command-keys in message.
17576         (wdired-abort-changes): Add message.
17578 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
17580         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
17581         (sql-emacs20-p): Remove.
17582         (sql-mode-syntax-table): Use shared GNU Emacs/XEmacs syntax.
17583         (sql-builtin-face, sql-doc-face): Remove.
17584         (sql-mode-ansi-font-lock-keywords)
17585         (sql-mode-oracle-font-lock-keywords)
17586         (sql-mode-postgres-font-lock-keywords)
17587         (sql-mode-linter-font-lock-keywords)
17588         (sql-mode-ms-font-lock-keywords)
17589         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
17590         (sql-product-font-lock): Fix font-lock reset when font rules change.
17591         (sql-highlight-product): Remove incorrect font-lock reset logic.
17593 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
17595         * ses.el (ses-set-parameter): Fix typo.
17597 2004-05-04  Kim F. Storm  <storm@cua.dk>
17599         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
17600         Must expand directory for completion to work; and don't mess with
17601         process-environment.
17602         (ido-read-file-name): If command has ido property, don't use ido
17603         if value is ignore, or read as directory if value is dir.
17604         Set ido ignore property for dired-do-rename command.
17606 2004-05-04  Juanma Barranquero  <lektu@terra.es>
17608         * ehelp.el (electric-help-command-loop, electric-help-undefined)
17609         (electric-help-help): Check against unmapped commands.
17611         * help-fns.el (help-argument-name): New face, inheriting from
17612         font-lock-variable-name-face, to highlight function arguments in
17613         `describe-function' and `describe-key'.
17614         (help-do-arg-highlight): Auxiliary function to highlight a given
17615         list of arguments in a string.
17616         (help-highlight-arguments): Highlight the function arguments and
17617         all uses of them in the docstring.
17618         (describe-function-1): Use it.  Do docstring output via `insert',
17619         not 'princ', so text attributes are preserved.
17621         * winner.el (winner-mode-map): Move `winner-undo' and
17622         `winner-redo' to C-c <left> and C-c <right>, respectively (the
17623         previous bindings conflict with `prev-buffer', `next-buffer').
17625 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17627         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
17628         (bibtex-entry-update): New command bound to C-c C-u.
17629         (bibtex-text-in-string): Fix regexp.
17630         (bibtex-assoc-of-regexp): Remove.
17631         (bibtex-progress-message): Fix docstring.
17632         (bibtex-inside-field): Use if.
17633         (bibtex-assoc-regexp): New function.
17634         (bibtex-format-entry): Make code more robust so that it formats
17635         also old entries.
17636         (bibtex-autokey-demangle-title): Merge with obsolete function
17637         bibtex-assoc-of-regexp.
17638         (bibtex-field-list): New function.
17639         (bibtex-entry): Use bibtex-field-list.
17640         (bibtex-parse-entry): Fix docstring.
17641         (bibtex-print-help-message): Use bibtex-field-list.
17642         (bibtex-make-field): Use bibtex-field-list.
17643         (bibtex-entry-index): Bugfix.  Return crossref key if required.
17644         (bibtex-lessp): Fix docstring.
17646 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
17648         * select.el (xselect-convert-to-string): Move comment to intended line.
17650 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17652         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
17653         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
17655 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17657         * term/x-win.el (x-clipboard-yank): Don't exit on error from
17658         x-get-selection.
17660 2004-05-03  Jason Rumney  <jasonr@gnu.org>
17662         * makefile.nt: Remove.
17664 2004-05-03  Kim F. Storm  <storm@cua.dk>
17666         * emulation/cua-base.el (cua--update-indications): Fix last change.
17667         (cua-mode): Deactivate mark when cua-mode is enabled.
17669 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
17671         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
17673 2004-05-03  Nick Roberts  <nickrob@gnu.org>
17675         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
17676         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
17677         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
17678         window over visible frames.
17679         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
17681 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17683         * progmodes/compile.el (compilation-gcpro): New var.
17684         (compilation-fake-loc): Use it.
17685         (compilation-forget-errors): Reset it.
17687 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
17689         * diff-mode.el (diff-header-face, diff-file-header-face):
17690         Use min-colors.
17692 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17694         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
17695         (bibtex-clean-entry): Disentangle code.
17696         (bibtex-realign): New function.
17697         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
17698         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
17699         Remove undocumented optional arg called-by-convert-alien.
17700         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
17701         for sorting instead of bibtex-sort-buffer.
17703 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
17705         * progmodes/compile.el (compilation-start): In the
17706         no-async-subprocesses branch, call sit-for to give redisplay a
17707         chance to show the updated process status in the mode line, and
17708         fontify the buffer explicitly after the process exits.
17710 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17712         * progmodes/python.el (python-compilation-line-number): Remove.
17713         (python-compilation-regexp-alist): Don't use it any more.
17714         (python-orig-start, python-input-filter): Remove.
17715         (inferior-python-mode): Don't set up comint-input-filter-functions.
17716         (python-send-region): Use compilation-fake-loc.
17718         * progmodes/compile.el (compilation-messages-start): New var.
17719         (compilation-mode): Don't setup next-error-function here.
17720         (compilation-setup): Set it up here instead (for minor modes as well).
17721         Make compilation-messages-start buffer local.
17722         (compilation-next-error-function): Use it.
17723         (compilation-forget-errors): Set compilation-messages-start.
17725 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
17727         * ielm.el (ielm-prompt-read-only): Update docstring.
17729         * comint.el (comint-prompt-read-only): Update docstring.
17730         (comint-update-fence, comint-kill-whole-line)
17731         (comint-kill-region): New functions.
17733         * simple.el (kill-whole-line): Use "p" instead of "P" in
17734         interactive form.
17736 2004-05-01  Juanma Barranquero  <lektu@terra.es>
17738         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
17739         format arglist so default values in CL-style argument lists are
17740         correctly shown.
17742 2004-05-01  Jason Rumney  <jasonr@gnu.org>
17744         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
17746 2004-05-01  Kenichi Handa  <handa@m17n.org>
17748         * international/titdic-cnv.el (miscdic-convert): Don't generate a
17749         quail file if it is up to date.
17751 2004-04-30  Juri Linkov  <juri@jurta.org>
17753         * cus-edit.el (custom-mode-map):
17754         Add key binding `C-x C-s' to `Custom-save'.
17756         * outline.el (outline-blank-line): New var.
17757         (outline-next-preface, outline-show-heading)
17758         (outline-end-of-subtree): Use it.
17760         * dired-aux.el (dired-touch-initial): New fun.
17761         (dired-do-chxxx): Call it for op-symbol `touch'.
17762         (dired-diff): Use `dired-dwim-target-directory'
17763         if current dired buffer has no buffer mark.
17765         * bindings.el (propertized-buffer-identification):
17766         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
17767         Add C-M-arrow keys for consistency.
17769         * files.el (confirm-kill-emacs):
17770         Change group from top-level `emacs' to `convenience'.
17772         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
17773         Push mark on the first call of successive command calls.
17774         (insert-pair): New fun created from `insert-parentheses' with
17775         `open' and `close' arguments added.  Enclose active regions
17776         in paired characters.  Compare adjacent characters syntax with
17777         inserted characters syntax before inserting a space.
17778         (insert-parentheses): Call `insert-pair' with ?\( ?\).
17780         * delsel.el: Don't put `delete-selection' property
17781         on `insert-parentheses' symbol to take advantage of
17782         region handling in `insert-pair' function.
17783         Suggested by Stephan Stahl <stahl@eos.franken.de>.
17785 2004-04-30  Kim F. Storm  <storm@cua.dk>
17787         * emulation/cua-base.el: Add support for changing cursor types;
17788         based on patch from Michael Mauger.
17789         (cua-normal-cursor-color, cua-read-only-cursor-color)
17790         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
17791         Customization cursor type and/or cursor color.
17792         (cua--update-indications): Handle cursor type changes.
17793         (cua-mode): Update cursor indications if enabled.
17795         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
17797         * mouse.el (mouse-drag-copy-region): New defcustom.
17798         (mouse-set-region, mouse-drag-region-1): Use it.
17800         * simple.el (kill-ring-save): If region face background color is
17801         unspecified (if no highlighting), show extent of fully visible
17802         region even if transient-mark-mode is enabled.
17804         * emulation/cua-base.el (cua--standard-movement-commands):
17805         Add cua-scroll-up and cua-scroll-down.
17806         (cua-scroll-up, cua-scroll-down): New commands.
17807         (cua--init-keymaps): Remap scroll-up and scroll-down.
17809         * emulation/cua-rect.el (cua--convert-rectangle-as):
17810         New defmacro.
17811         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
17812         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
17813         New commands (suggested by Jordan Breeding).
17815 2004-04-30  Juanma Barranquero  <lektu@terra.es>
17817         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
17819 2004-04-30  Mario Lang  <mlang@delysid.org>
17821         * diff.el (diff-switches): Fix typo in docstring.
17823 2004-04-30  Alex Schroeder  <alex@gnu.org>
17825         * xml.el (xml-debug-print-internal): Don't add newline and
17826         indentation to text nodes and write empty elements as empty tags
17827         instead of opening and closing tags.
17828         (xml-debug-print): Take optional indent-string argument.
17829         (xml-print): Alias for xml-debug-print.
17831 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
17833         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
17834         than duplicate call to `line-beginning-position'.
17836         * progmodes/f90.el (f90-get-present-comment-type):
17837         Return whitespace, as well as comment chars, for consistent filling
17838         of comment blocks.  Use `match-string-no-properties'.
17839         (f90-break-line): Trim trailing whitespace when filling comments.
17841 2004-04-30  Dave Love  <fx@gnu.org>
17843         * calendar/diary-lib.el (diary-outlook-formats): New variable.
17844         (diary-from-outlook-internal, diary-from-outlook)
17845         (diary-from-outlook-gnus, diary-from-outlook-rmail):
17846         New functions to import diary entries from Outlook-format
17847         appointments in mail messages.
17849 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17851         * progmodes/python.el (python-send-command): New fun.
17852         (python-send-region, python-load-file): Use it.
17854         * progmodes/compile.el (compilation-last-buffer): Add var alias.
17856         * help-fns.el (help-C-file-name): Use new subr-name.
17857         Prepend `src/' to the file name.
17858         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
17859         (describe-function-1, describe-variable): Only find a C source file
17860         name if DOC is already loaded.
17862         * help-mode.el (help-function-def, help-variable-def):
17863         Use the new find-function-search-for-symbol functionality.
17864         Allow FILE to be `C-source'.
17866         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
17867         (find-function-C-source): New fun.
17868         (find-function-search-for-symbol): Use it.
17870 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
17872         * progmodes/sql.el (sql-product-alist): Rename variable
17873         `sql-product-support'.  Add Postgres login parameters.
17874         (sql-set-product, sql-product-feature): Update with renamed variable.
17875         (sql-connect-postgres): Add username prompt.
17876         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
17877         Make patterns less product specific.
17878         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
17879         (sql-mode-abbrev-table): Modify initialization.
17880         (sql-builtin-face): Add variable.
17881         (sql-keywords-re): Add macro.
17882         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
17883         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
17884         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
17885         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
17886         (sql-mode-linter-font-lock-keywords)
17887         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
17888         (sql-mode-sybase-font-lock-keywords)
17889         (sql-mode-informix-font-lock-keywords)
17890         (sql-mode-interbase-font-lock-keywords)
17891         (sql-mode-ingres-font-lock-keywords)
17892         (sql-mode-solid-font-lock-keywords)
17893         (sql-mode-sqlite-font-lock-keywords)
17894         (sql-mode-db2-font-lock-keywords): Default to nil.
17895         (sql-product-font-lock): Always highlight ANSI keywords.
17896         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
17897         (sql-send-string): Add function.
17899 2004-04-29  Dave Love  <fx@gnu.org>
17901         * progmodes/cfengine.el (cfengine-beginning-of-defun)
17902         (cfengine-end-of-defun): Ensure progress through buffer.
17904         * info-look.el (cfengine-mode): Accept a terminal ().
17906 2004-04-29  Juri Linkov  <juri@jurta.org>
17908         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
17909         instead of isearch-yank-word-or-char.  Add new key bindings for
17910         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
17911         (isearch-del-char): New fun.
17912         (isearch-forward, isearch-edit-string): Update docstring.
17913         (isearch-yank-char): Doc fix.
17914         (isearch-other-meta-char): Restore point after scrolling.
17916         * progmodes/compile.el (compilation-context-lines): Add nil option
17917         to disable compilation output window scrolling.
17918         (compilation-set-window): Use it.
17920         * outline.el (outline-next-preface, outline-show-heading):
17921         Don't leave unhidden blank line before heading.
17922         (outline-end-of-subtree): Include last newline into subtree.
17923         (hide-entry): Leave point at beginning of heading instead of end.
17924         (outline-up-heading): Push mark for the first call of successive
17925         command calls.
17927 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
17929         * comint.el (comint-prompt-read-only): New variable.
17930         (comint-output-filter): Implement it.
17932         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
17933         (ielm-prompt-internal): New variable.
17934         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
17935         (ielm-send-input): Delete unused variable `buf'.
17936         (ielm-eval-input): Use `ielm-prompt-internal'.
17937         (inferior-emacs-lisp-mode): Use new variables
17938         `comint-prompt-read-only' and `ielm-prompt-internal'.
17939         Get rid of obsolete variable `directory-sep-char'.
17940         (ielm): Use `zerop'.
17942 2004-04-29  John Paul Wallington  <jpw@gnu.org>
17944         * thumbs.el (toplevel): Require cl at compile time.
17945         Remove conditional definitions of `ignore-errors' and `caddar'
17946         because they occur at run time.
17948 2004-04-28  Nick Roberts  <nickrob@gnu.org>
17950         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
17951         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
17952         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
17953         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
17955         * progmodes/gud.el (gud-common-init): Throw an error if program is
17956         already running under gdb.
17958 2004-04-28  John Paul Wallington  <jpw@gnu.org>
17960         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
17961         (thumbs-show-image-num): Move assignment of
17962         `thumbs-current-image-filename' within scope of `i'.
17963         (thumbs-emboss-image): Don't use `evenp'.
17965 2004-04-28  Richard M. Stallman  <rms@gnu.org>
17967         * progmodes/compile.el (compilation-context-lines): Default now 0.
17969 2004-04-28  Juanma Barranquero  <lektu@terra.es>
17971         Use `time-less-p' from calendar/time-date.el instead of defining
17972         custom versions of it.
17974         * pcomplete.el (pcomplete-time-less-p): Remove.
17976         * thumbs.el (time-less-p): Remove.
17978         * calendar/timeclock.el (timeclock-time-less-p): Remove.
17979         (timeclock-generate-report): Use `time-less-p'.
17981         * emacs-lisp/autoload.el (autoload-before-p): Remove.
17982         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
17984 2004-04-28  Masatake YAMATO  <jet@gyve.org>
17986         * subr.el (remove-overlays): Make arguments optional.
17988         * wid-edit.el (widget-specify-button): Put evaporate to the
17989         overlay for sample.
17990         (widget-specify-sample): Put evaporate to the overlay for sample.
17991         (widget-specify-doc): Put evaporate to the overlay for documentation.
17993 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
17995         * info.el (info-apropos): Make it an index node.  Align node names
17996         like makeinfo.
17998 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
18000         * net/browse-url.el (browse-url-netscape-sentinel)
18001         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
18002         (browse-url-epiphany-sentinel, browse-url-mosaic):
18003         Use browse-url-*-program instead of a literal program name.
18005 2004-04-27  Kevin Ryde  <user42@zip.com.au>
18007         * eshell/em-alias.el:
18008         * eshell/em-dirs.el:
18009         * eshell/em-hist.el:
18010         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
18011         features when M-x customize-group loads modules before the main
18012         eshell.el.
18014 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
18016         * subr.el (momentary-string-display): Support EXIT-CHAR that is
18017         either a character representation of an event or an event
18018         description list.
18020         * type-break.el: Capitalize Emacs and Lisp.
18021         (type-break-good-break-interval, type-break-demo-boring-stats)
18022         (type-break-terse-messages, type-break-file-name): New defcustoms.
18023         (type-break-post-command-hook)
18024         (type-break-warning-countdown-string): Quote variable names in doc.
18025         (type-break-interval-start, type-break-auto-save-file-name): New vars.
18026         (type-break-mode): Document type-break-good-break-interval and the
18027         "session" file.  Schedule break according to the session file.
18028         Kill session file buffer on exit.  Organize for save-some-buffers
18029         to always save the session file.
18030         (type-break-mode-line-message-mode, type-break-query-mode):
18031         Uppercase arguments.
18032         (type-break-file-time, type-break-file-keystroke-count, timep)
18033         (type-break-choose-file, type-break-get-previous-time)
18034         (type-break-get-previous-count): New defuns.
18035         (type-break): Avoid break querying after a completed break in the
18036         case where the query was initiated during user invocation of the
18037         break.  Optional terse messages.
18038         Use type-break-good-break-interval if type-break-good-rest-interval is
18039         nil.  File the break time.
18040         (type-break-schedule): New optional args for overriding the use of
18041         the current time.
18042         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
18043         after a break.
18044         (type-break-check): File the keystroke count.
18045         (type-break-do-query): Prevent a second query when the break is
18046         interrupted.  Optional terse message.
18047         (type-break-keystroke-reset): Record the start of a typing interval.
18048         (type-break-demo-boring): Optional terse messages.  Display word
18049         per minute and keystroke counts according to
18050         type-break-demo-boring-stats.
18052 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
18054         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
18055         directories, make sure they exist under archive-tmpdir.
18057 2004-04-27  Juri Linkov  <juri@jurta.org>
18059         * help.el (view-emacs-news): With argument, display info for the
18060         selected version by finding it among different NEWS files, and
18061         narrowing the buffer to the selected version.
18063         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
18064         same-window-buffer-names.
18065         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
18066         non-numeric prefix argument, append the number to the buffer name
18067         for numeric prefix argument.
18068         (info-other-window): Bind same-window-regexps to nil.
18069         (Info-reference-name): Rename to Info-point-loc.
18070         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
18071         and Info-find-index-name for stringy Info-point-loc.
18072         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
18073         without middle `.', but with final `.' and optional line number
18074         for it.  Set Info-point-loc for index nodes.
18075         (Info-index): Remove middle `.' from index entry regexp.
18076         Modify line number regexp.
18077         (Info-index-next): Decrement line number.
18078         (info-apropos): Remove middle `.' from index entry regexp.
18079         Add optional line number regexp at the end.  Add matched value
18080         for line number to the result list and insert it to the buffer.
18081         Replace match-string by match-string-no-properties.
18082         Reorder result list.
18083         (Info-fontify-node): Hide index line numbers.
18084         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
18085         empty matches.
18086         (Info-follow-reference): Use `str' instead of
18087         Info-following-node-name-re.
18088         (Info-toc): Use full file names.  Set Info-current-node to "Top".
18089         (Info-fontify-node): Compare file names without directory name.
18090         (Info-try-follow-nearest-node): Don't set Info-reference-name.
18091         Set second arg of Info-extract-menu-node-name for index nodes.
18092         (info-xref-visited): Use magenta3 instead of magenta4.
18093         (Info-mode): Add info-apropos to docstring.
18095         * log-view.el (log-view-diff): Replace interactive code "r"
18096         by a list to allow to call it even if region is not active.
18098         * paren.el (show-paren-highlight-openparen): New var.
18099         (show-paren-function): Turn on openparen highlighting when
18100         matching forward if show-paren-highlight-openparen is non-nil.
18102         * simple.el (kill-ring-save): Use blink-matching-delay instead of
18103         the constant value 1.
18104         (completions-common-part): Expand docstring.
18106         * textmodes/picture.el (picture-mode-map): Add arrow keys.
18108 2004-04-27  Kim F. Storm  <storm@cua.dk>
18110         * image.el (insert-sliced-image): Use line-height instead of
18111         line-spacing property on newline.
18113 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
18115         * desktop.el (desktop-buffer-misc-data-function): Rename to
18116         desktop-save-buffer and change docstring.
18117         (desktop-buffer-modes-to-save): Delete.
18118         (desktop-save-buffer-p): Use desktop-save-buffer instead of
18119         desktop-buffer-modes-to-save.
18120         (desktop-save): Rename desktop-buffer-misc-data-function to
18121         desktop-save-buffer and allow non-function value.
18122         (desktop-missing-file-warning): Correct docstring.
18124         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
18125         to desktop-save-buffer.
18127         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
18128         desktop-save-buffer.
18130         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
18132         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
18134 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
18136         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
18138 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
18140         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
18141         (ielm): Only go to the end of the buffer when starting a new process.
18143 2004-04-25  Juanma Barranquero  <lektu@terra.es>
18145         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
18146         mode line.  Bind `inhibit-read-only' to t before modifying
18147         properties of text in the buffer.
18148         (ielm): Force point to the end of buffer, even when running ielm
18149         from inside itself.
18151 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18153         * info.el (info-apropos): Reset Info-complete-cache.
18155 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
18157         * progmodes/compile.el (compilation-error-regexp-alist-alist):
18158         Also recognize severe Irix et al. messages.
18159         (compilation-normalize-filename, compile-abbreviate-directory):
18160         Delete functions.
18161         (compilation-get-file-structure): New function inherits
18162         functionality of the two preceding ones.
18163         (compilation-internal-error-properties, compilation-fake-loc):
18164         Use it so that different paths to the same file share the same
18165         markers.  Also optimize finding adjacent marker slightly.
18167 2004-04-25  Kim F. Storm  <storm@cua.dk>
18169         * image.el (insert-sliced-image): Add line-spacing t property
18170         to newlines separating image lines.
18172 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
18174         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
18176         * ielm.el (ielm-prompt-read-only): New user option.
18177         (ielm-prompt): Expand docstring to describe new behavior.
18178         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
18179         mention it in the docstring.
18181 2004-04-24  Andreas Schwab  <schwab@suse.de>
18183         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
18185         * diff.el (diff): Set default-directory in diff buffer.
18187 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
18189         * mail/sendmail.el (mail-bury): Don't delete the frame where the
18190         mail was being composed if the terminal cannot display more than
18191         one frame; instead, switch to previous frame.
18193         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
18194         (rmail-start-mail): Support rmail-mail-new-frame even on
18195         terminals that can display only one frame at a time.
18197 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18199         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
18200         (checkdoc-output-font-lock-keywords): Remove error regexp.
18201         (checkdoc-output-mode-map): Remove.
18202         (checkdoc-output-mode): Derive from compilation-mode.
18203         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
18205         * dired.el (dired-mode-map): Add a menu entry for wdired.
18207         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
18208         (rx-bracket, rx-check-any, rx-any): Clean up name space.
18210         * wdired.el (wdired-mode-map): Move init into declaration.
18211         Fix `return' binding.
18212         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
18213         Use force-mode-line-update.
18214         (wdired-get-filename): Use `unless'.
18215         (wdired-preprocess-files): Don't assume names have no \n and use / for
18216         dir separator.
18217         (wdired-normalize-filename): Use replace-regexp-in-string.
18218         (wdired-load-hooks): Remove.
18219         (wdired-mode-hooks): Rename to wdired-mode-hook.
18221         * info-look.el: Add support for cfengine-mode.
18222         (info-lookup-setup-mode): Use dolist.
18224 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
18226         * wdired.el: New file.
18228 2004-04-23  Juanma Barranquero  <lektu@terra.es>
18230         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
18232         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
18233         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
18234         (pcomplete--help, pcomplete--here): Doc fixes.
18236 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
18238         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
18239         handles wrong-number-of-arguments in backend call.
18241         * vc.el (vc-print-log): Likewise.
18243 2004-04-20  Dave Love  <fx@gnu.org>
18245         * emacs-lisp/rx.el: Doc fixes.
18246         (rx-constituents): Add/extend many forms.
18247         (rx-check): Check form is a list.
18248         (bracket): Defvar.
18249         (rx-check-any, rx-any, rx-check-not): Modify.
18250         (rx-not): Simplify.
18251         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
18252         (rx-kleene): Use rx-trans-forms.
18253         (rx-quote-for-set): Delete.
18254         (rx): Allow multiple args.
18256 2004-04-23  Kenichi Handa  <handa@m17n.org>
18258         * international/mule-util.el (char-displayable-p): Simplify by
18259         using internal-char-font.
18261 2004-04-23  Juanma Barranquero  <lektu@terra.es>
18263         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
18265 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18267         * diff-mode.el (diff-next-error): New fun.
18268         (diff-mode): Use it.
18270         * simple.el (next-error): Change arg name.
18271         Add support for the documented C-u C-x ` usage.
18273         * frame.el (special-display-popup-frame, next-multiframe-window)
18274         (previous-multiframe-window): Only consider frames on same display.
18276 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
18278         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
18279         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
18281 2004-04-22  Kim F. Storm  <storm@cua.dk>
18283         * net/telnet.el (telnet): Add optional port arg.
18285 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18287         * progmodes/compile.el (compilation-mode-font-lock-keywords):
18288         Minor sanity check on the `hyperlink' slot.
18290         * Makefile.in (recompile): Compile new files.
18292         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
18293         Add byte-recompile-directory's optional `arg'.
18295         * cvs-status.el (cvs-tree-use-charset): New var.
18296         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
18297         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
18298         (cvs-status-cvstrees): Use it.
18300         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
18301         Make it a normal major mode.
18302         (checkdoc-buffer-label): Make sure the file name is meaningful.
18303         (checkdoc-output-to-error-buffer): Remove.
18304         (checkdoc-error, checkdoc-start-section): Rewrite.
18306         * info.el (info-node, info-menu-5, info-xref, info-header-node)
18307         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
18308         (Info-title-4-face): Use new syntax.
18309         (info-xref-visited): Inherit from info-xref.
18311         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
18313 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18315         * simple.el (next-error-last-buffer, next-error-function):
18316         New variables for the next-error framework.
18317         (next-error-buffer-p): New function.
18318         (next-error-find-buffer): Generalize compilation-find-buffer.
18319         (next-error, previous-error, first-error, next-error-no-select)
18320         (previous-error-no-select): Move from compile.el.
18322         * replace.el (occur-next-error, occur-1): Hook into the next-error
18323         framework.
18325         * progmodes/compile.el (compilation-start):
18326         Set next-error-last-buffer so next-error knows where to jump.
18327         (compilation-setup): Set the buffer-local variable
18328         next-error-function to 'compilation-next-error-function.
18329         (compilation-buffer-p, compilation-buffer-internal-p): Use an
18330         alternate way to find if a buffer is a compilation buffer, for
18331         next-error convenience.
18332         (next-error-no-select, previous-error-no-select, next-error)
18333         (previous-error, first-error): Move to simple.el.
18334         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
18335         (compilation-last-buffer): Remove.
18336         (compilation-start, compilation-next-error, compilation-setup)
18337         (compilation-next-error-function, compilation-find-buffer):
18338         Remove compilation-last-buffer use.
18340 2004-04-21  Juanma Barranquero  <lektu@terra.es>
18342         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
18343         (font-lock-warning-face): Fix spacing.
18345         * makefile.w32-in (WINS): Add url/ directory.
18347 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
18349         * desktop.el (desktop-buffer-mode-handlers): New variable.
18350         Alist of major mode specific functions to restore a desktop buffer.
18351         (desktop-buffer-handlers): Make variable obsolete.
18352         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
18353         Catch errors signaled in handlers.  Update buffer count.
18354         Evaluate desktop-buffer-point.
18355         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
18356         move to dired.el.
18357         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
18358         move to info.el.
18359         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
18360         move to mail/rmail.el.
18361         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
18362         to mh-e/mh-e.el.
18363         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
18364         On fail, print message (to message buffer) even if
18365         desktop-missing-file-warning is nil.
18366         (desktop-buffer-misc-data-function): New buffer local variable.
18367         Function returning major mode specific data.
18368         (desktop-buffer-misc-functions): Make variable obsolete.
18369         (desktop-save): Use desktop-buffer-misc-data-function.
18370         (desktop-buffer-dired-misc-data): Rename to
18371         dired-desktop-buffer-misc-data and move to dired.el.
18372         (desktop-buffer-info-misc-data): Rename to
18373         Info-desktop-buffer-misc-data and move to info.el.
18374         (desktop-read): Add message about number of buffers restored/failed.
18376         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
18377         Add parameters.  Pause to display error only when
18378         desktop-missing-file-warning is non-nil.
18379         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
18380         (dired-mode): Bind desktop-buffer-misc-data-function.
18382         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
18383         Add Parameters.
18384         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
18385         (Info-mode): Bind desktop-buffer-misc-data-function.
18387         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
18388         Add Parameters.
18390         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
18391         Add Parameters.
18393 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
18395         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
18396         the case of letters in case-insensitive expansions when the
18397         abbrev is preceded by characters with letter syntax.
18399 2004-04-21  Richard M. Stallman  <rms@gnu.org>
18401         * progmodes/cperl-mode.el (cperl-putback-char):
18402         Delete Emacs 18 definition.
18404         * international/mule.el (ctext-post-read-conversion):
18405         Use assoc-string, not assoc-ignore-case.
18407         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
18409         * emacs-lisp/easymenu.el (easy-menu-add):
18410         Do call x-popup-menu, but only if it's defined.
18412         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
18414         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
18415         Handle multiple args: compile like progn.
18417         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
18418         take all args as &rest arg.
18420         * autoinsert.el (auto-insert-alist): Insert the user's name in
18421         copyright notice, rather than Free Software Foundation.
18423 2004-04-21  Kenichi Handa  <handa@m17n.org>
18425         * descr-text.el (describe-char): Make it work on *Help* buffer.
18427 2004-04-21  Kim F. Storm  <storm@cua.dk>
18429         * image.el (insert-image): Add optional SLICE arg.
18430         (insert-sliced-image): New defun.
18432 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
18434         * subr.el (read-number): Check whether `default' is nil.
18436 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18438         * progmodes/compile.el (compilation-error-properties):
18439         Split into two.
18440         (compilation-internal-error-properties): New one.
18441         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
18443 2004-04-20  Richard M. Stallman  <rms@gnu.org>
18445         * window.el (split-window-save-restore-data):
18446         Don't update the data if OLD-INFO is nil.
18448         * view.el (view-return-to-alist): Mark it permanent local.
18450         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
18452         * recentf.el (recentf-save-list): Catch and warn about errors.
18454         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
18455         so "Buffers" won't be pure.
18457         * help-mode.el (help-mode-finish): Set help-return-alist first
18458         thing, setting only the entry for the selected window.
18460         * help-fns.el (describe-function-1): If many non-control non-meta
18461         keys run the command, don't list all of them.
18463 2004-04-20  Juanma Barranquero  <lektu@terra.es>
18465         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
18466         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
18468         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
18470 2004-04-20  Kenichi Handa  <handa@m17n.org>
18472         * international/quail.el (quail-lookup-key): New optional arg
18473         NOT-RESET-INDICES.
18474         (quail-get-translations): Call quail-lookup-key with
18475         NOT-RESET-INDICES t.
18476         (quail-completion): Likewise.
18477         (quail-lookup-map-and-concat): Likewise.
18479 2004-04-20  Kenichi Handa  <handa@m17n.org>
18481         * international/quail.el (quail-update-translation): Don't insert
18482         such an unsupported multibyte char in a unibyte buffer.
18484 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
18486         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
18487         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
18488         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
18489         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
18490         (gdb-frame-assembler-buffer): Improve behavior with
18491         multiple frames.
18492         (gdb-display-buffer): Extend search to all visible frames.
18494 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
18496         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
18497         characters left after base64 decoding.
18498         (rmail-decode-region): Use -dos variety of `coding', to remove any
18499         ^M characters left after qp or base64 decoding.
18501 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18503         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
18504         messages.
18506 2004-04-19  Stephen Eglen  <stephen@gnu.org>
18508         * add-log.el (add-change-log-entry): Update doc string to mention
18509         add-log-full-name and add-log-mailing-address.
18511 2004-04-18  Juri Linkov  <juri@jurta.org>
18513         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
18514         (Info-find-node-2): Simplify error message.
18515         (Info-insert-dir): Use Info-following-node-name.
18516         (Info-goto-node): Remove *info-history* and *info-toc*.
18517         (Info-history): Create a node of the virtual history file.
18518         (Info-toc): Create a node of the virtual toc file.
18519         (Info-insert-toc): New arg `curr-file' for reference file names.
18520         (info-apropos): Remove redundant var binding for temp-file.
18521         (Info-index, Info-index-next, Info-mode): Doc fix.
18522         (Info-goto-emacs-command-node): Don't jump to *info* from
18523         non-*info* Info buffers.
18524         (Info-fontify-node): Don't show the file name of external
18525         references if `Info-hide-note-references' is `hide'.  Don't hide
18526         newlines at the end of paragraphs.
18528         * international/mule-diag.el (list-input-methods):
18529         Fix args to help-xref-button.
18531         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
18532         to put into effect local variables from TUTORIAL files.
18534         * textmodes/paragraphs.el (sentence-end) <function>: New fun
18535         with default value taken from the variable `sentence-end'.
18536         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
18537         Add nil const to :type.
18538         (sentence-end-without-period, sentence-end-double-space)
18539         (sentence-end-without-space): Doc fix.
18541         * textmodes/paragraphs.el (forward-sentence):
18542         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
18543         (fill-delete-newlines):
18544         * progmodes/cc-cmds.el (c-beginning-of-statement):
18545         Use function `sentence-end' instead of variable `sentence-end'.
18547 2004-04-18  Andreas Schwab  <schwab@suse.de>
18549         * progmodes/compile.el (compilation-start): Set window start to
18550         point-min if compilation-scroll-output is nil.
18552 2004-04-18  John Wiegley  <johnw@newartisans.com>
18554         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
18556 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
18558         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
18559         (gdb-info-breakpoints-custom): Revert previous change.
18560         (gdb-view-assembler): Update assembler if necessary.
18561         (gdb-frame-handler): Parse correctly for gdb-current-frame.
18562         (gdb-display-source-buffer): Update properly when both source and
18563         assembler are visible.
18565 2004-04-17  John Wiegley  <johnw@newartisans.com>
18567         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
18568         which limits the number of names shown in the minibuffer.  Off by
18569         default.
18570         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
18571         up iswitchb for users with a multitude of open buffers by showing
18572         only the first and last N/2 buffers in the completion list (which
18573         is enough to aid C-s/C-r, and to know that more characters are
18574         needed to refine the completion list).
18576 2004-04-17  Richard M. Stallman  <rms@gnu.org>
18578         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
18579         (file-truename): Expand all ~ constructs directly.
18580         (insert-directory): Delete any error msg output by the
18581         `insert-directory-program'.
18583         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
18584         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
18585         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
18586         (allout-init): Use find-file-hook, not find-file-hooks.
18587         (allout-mode): Eliminate Emacs 18 support.
18588         Use write-contents-functions, not local-write-file-hooks.
18590 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
18592         * progmodes/compile.el (compilation-error-properties): Fix for
18593         adding messages when there are already markers for their file.
18594         (compilation-fake-loc): New function.
18596 2004-04-16  Dave Love  <fx@gnu.org>
18598         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
18599         (python-load-file): Fix python-orig-start setting.
18601         * progmodes/compile.el: Doc fixes.
18602         (compilation-error-regexp-alist-alist)
18603         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
18604         (compilation-assq): Wrap in eval-when-compile.
18605         (compilation-mode-font-lock-keywords): Don't use list*.
18606         (compilation-start): Avoid warning.
18607         (compilation-compat-error-properties)
18608         (compilation-directory-properties): Add keymap property.
18609         (compilation-parsing-end): Make it a marker for better compatibility.
18611         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
18613 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
18615         * xml.el: Doc fixes.
18616         (xml-get-children): Only looks at sub-tags and ignore strings.
18618         * xml.el (xml-parse-tag): Avoid overwriting node-name.
18620 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18622         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
18624 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
18626         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
18628         * vc.el (vc-print-log): Likewise.
18630 2004-04-16  Masatake YAMATO  <jet@gyve.org>
18632         * simple.el (completion-setup-function): Set an initial value
18633         to `element-common-end' before entering loop.  Set a value
18634         to `element-common-end' at the end of loop.
18635         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
18636         (completions-common-part): Rename from completion-de-emphasis.
18637         (completions-first-difference): Rename from completion-emphasis.
18638         Suggested by RMS.
18640 2004-04-16  Juanma Barranquero  <lektu@terra.es>
18642         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
18643         (bookmark-edit-annotation-mode): Add mode name.
18645 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
18647         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
18648         for nested conflict markers.
18649         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
18651 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
18653         * progmodes/gdb-ui.el (gdb-goto-info): New function.
18655         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
18657 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18659         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
18660         Give a backtrace if requested.
18662         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
18664         * progmodes/python.el (python-mouse-2-command, python-RET-command):
18665         Remove unused functions.
18666         (python-orig-start-line, python-orig-file): Remove.
18667         (python-orig-start): New var.
18668         (python-input-filter, python-compilation-line-number)
18669         (python-send-region, python-load-file): Use it.
18671         * info.el (info): Always jump to *info*.
18673         * subr.el (posn-set-point): New function.
18675         * mouse.el (mouse-set-point): Use it.
18677         * progmodes/compile.el (compile-goto-error): Use it.
18678         (compilation-button-map): New keymap.
18679         (compilation-error-properties): Use it.
18680         (compilation-shell-minor-mode-map): Don't bind mouse-2.
18682         * smerge-mode.el (smerge-popup-context-menu): Use it.
18684         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
18685         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
18686         mouse and non-mouse case.
18688         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
18689         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
18691         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
18692         Make it work for non-mouse events.
18694         * pcvs-info.el (cvs-status-map): Update binding name.
18696 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
18698         * xml.el (xml-maybe-do-ns): New function to handle namespace
18699         parsing of both attribute and element names.
18700         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
18701         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
18702         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
18703         (xml-parse-attlist): Make it do its own namespace parsing.
18705 2004-04-14  Dave Love  <fx@gnu.org>
18707         * progmodes/python.el (run-python): Fix use of \n.
18708         (python-load-file): Remove `try' from Python fragment.
18709         (python-describe-symbol): Fix message.
18711         * comint.el: Doc fixes.
18712         (comint-last-input-start, comint-last-input-end)
18713         (comint-last-output-start): Give them values.
18714         (comint-arguments): Avoid warning.
18715         (comint-skip-prompt): Use line-end-position.
18716         (comint-backward-matching-input): Rename arg to agree with doc.
18717         (comint-extract-string): Use syntax-ppss.
18718         (comint-dynamic-simple-complete): Delete useless list construction.
18719         (comint-redirect-subvert-readonly): New.
18720         (comint-redirect-preoutput-filter): Use it.
18722         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
18723         Correctly handle negative arguments when calling hook functions.
18725 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
18727         * info.el (info-apropos): Don't clobber Info-history-list.
18729 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
18731         * progmodes/compile.el (compilation-setup):
18732         Localize overlay-arrow-position.
18733         (compilation-sentinel): Restructure code equivalently.
18734         (compilation-next-error): Find message on same line after point if
18735         not found before point.
18736         (compile-mouse-goto-error): Restore function so that compilation
18737         buffer need not be current and use compile-goto-error.
18738         (compile-goto-error): Restore function.
18739         (next-error): Set overlay-arrow-position.
18740         (compilation-forget-errors): Don't localize already local
18741         compilation-locs and remove FIXME about refontifying.
18743 2004-04-14  Kim F. Storm  <storm@cua.dk>
18745         * startup.el (emacs-quick-startup): New defvar (set by -Q).
18746         (command-line): New option -Q.  Like -q --no-site-file, but
18747         in addition it also disables menu-bar, tool-bar, scroll-bars,
18748         tool-tips, and the blinking cursor.
18749         (command-line-1): Skip startup screen if -Q.
18750         (fancy-splash-head): Use ":align-to center" prop to center splash image.
18752         * emulation/cua-base.el (cua-read-only-cursor-color)
18753         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
18755 2004-04-13  Dave Love  <fx@gnu.org>
18757         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
18758         (syntax): Don't require.
18759         (python) <defgroup>: Add :version.
18760         (python-quote-syntax): Re-written.
18761         (inferior-python-mode): Move stuff here from run-python and add
18762         some more.
18763         (python-preoutput-continuation, python-preoutput-result)
18764         (python-dotty-syntax-table): New.
18765         (python-describe-symbol): Use them.
18766         (run-python): Move stuff to inferior-python-mode.  Modify code
18767         loaded into Python.
18768         (python-send-region): Use python-proc, python-send-string.
18769         (python-send-string): Send newlines too.  Callers changed.
18770         (python-load-file): Re-written.
18771         (python-eldoc-function): New.
18772         (info-look): Don't require.
18773         (python-after-info-look): New.  A modified version of former
18774         top-level code for use with eval-after-load.
18775         (python-maybe-jython, python-guess-indent): Use widened buffer.
18776         (python-fill-paragraph): Re-written.
18777         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
18778         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
18780 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18782         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
18783         Set compilation-error-regexp-alist earlier.
18785         * progmodes/compile.el (compilation-minor-mode-map)
18786         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
18787         (compile-goto-error): Re-merge the mouse and non-mouse commands.
18789 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18791         * progmodes/compile.el (compile-goto-error): Select the buffer/window
18792         corresponding to the event.
18794 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
18796         * loadup.el: Add cygwin to system-type list, for unexec() support.
18798 2004-04-12  John Paul Wallington  <jpw@gnu.org>
18800         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
18801         (ibuffer-restore-window-config-on-quit): New variable to replace
18802         `ibuffer-delete-window-on-quit'.  Update all references.
18803         (ibuffer-prev-window-config): New variable.
18804         (ibuffer-quit): Restore previous window configuration instead of
18805         deleting window.
18806         (ibuffer): Save window configuration before showing Ibuffer buffer.
18808         * help.el (describe-mode): Doc fix.
18810 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18812         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
18813         not to treat nil as a function.
18815         * vc-arch.el (vc-arch-root): Be a bit more careful.
18816         (vc-arch-register): Save the buffer if we modified it.
18817         (vc-arch-delete-rej-if-obsolete): Save excursion.
18818         (vc-arch-find-file-hook): Use the simpler after-save-hook.
18819         (vc-arch-responsible-p, vc-arch-init-version): New functions.
18821         * net/ldap.el (ldap-search): Use list*.
18823 2004-04-12  Juri Linkov  <juri@jurta.org>
18825         * info.el (Info-follow-reference): Allow multiline reference name.
18827 2004-04-11  Dave Love  <fx@gnu.org>
18829         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
18831         * progmodes/python.el: New file.
18833 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
18835         * vc-hooks.el (vc-arg-list): Function removed.
18836         (vc-default-workfile-unchanged-p): Use condition-case to check for
18837         backward compatibility.
18839         * vc.el (vc-print-log): Use condition-case to check for backward
18840         compatibility.
18842 2004-04-11  Juri Linkov  <juri@jurta.org>
18844         * dired.el (dired-faces): New defgroup.
18845         (dired-header, dired-mark, dired-marked, dired-flagged)
18846         (dired-warning, dired-directory, dired-symlink, dired-ignored):
18847         New faces.
18848         (dired-header-face, dired-mark-face, dired-marked-face)
18849         (dired-flagged-face, dired-warning-face, dired-directory-face)
18850         (dired-symlink-face, dired-ignored-face): New face variables.
18851         (dired-font-lock-keywords): Use them instead of font-lock faces.
18852         Split the rule for dired marks into 3 separate rules: for marks,
18853         marked file names and flagged file names.
18855         * help-mode.el (help-make-xrefs): Add a final newline to the
18856         *Help* buffer.
18858 2004-04-11  John Paul Wallington  <jpw@gnu.org>
18860         * replace.el (occur-engine): Distinguish between one and several
18861         matches in the matches per buffer heading.
18863 2004-04-11  Kim F. Storm  <storm@cua.dk>
18865         * ido.el (ido-confirm-unique-completion): New defcustom.
18866         (ido-complete): Use it.
18867         (ido-write-file): Set it to t unconditionally.
18869 2004-04-10  Miles Bader  <miles@gnu.org>
18871         RCS keyword removal (only non-comment changes are enumerated here):
18873         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
18874         (byte-compile-insert-header): Don't use `byte-compile-version'.
18875         * forms.el (forms-version): Variable removed.
18876         (forms-mode): Don't use `forms-version'.
18877         * recentf.el (recentf-version): Variable removed.
18878         * progmodes/delphi.el (delphi-version): Variable removed.
18879         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
18881 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
18883         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
18885 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
18887         * info.el (info-apropos): Improve menu item regexp.
18889 2004-04-09  Simon Josefsson  <jas@extundo.com>
18891         * mail/smtpmail.el: Add comment, based on report by
18892         kdc@rcn.com (Kevin D. Clark).
18894 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18896         * progmodes/compile.el (compilation-mode-font-lock-keywords):
18897         Redo one more thing that I didn't notice Daniel had undone.
18899 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
18901         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
18902         (gdb-goto-breakpoint, gdb-display-buffer)
18903         (gdb-display-source-buffer, gdb-view-source-function)
18904         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
18905         (gdb-source-info, gdb-frame-handler): Don't specify a window
18906         for display.
18907         (gdb-info-breakpoints-custom): Remove superfluous update of
18908         assembler buffer.
18909         (gdb-many-windows): Make settable outside gdb.
18911 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
18913         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
18914         Derive from fundamental-mode rather than text-mode.
18916 2004-04-08  Juri Linkov  <juri@jurta.org>
18918         * info.el (Info-history): Doc fix.
18919         (Info-history-list): New var.
18920         (info-xref): Change magenta4 to blue, remove bold for dark and
18921         light backgrounds, change bold to underline for non-color classes.
18922         (info-xref-visited): New face.
18923         (Info-fontify-visited-nodes): New custom.
18924         (Info-hide-note-references): Add new value `hide'.  Doc fix.
18925         (Info-reference-name): New var.
18926         (Info-selection-hook): New custom.
18927         (Info-edit-mode-hook): New var.
18928         (Info-find-file): New fun.
18929         (Info-find-node): Move part of code to Info-find-file.
18930         (Info-find-node-2): Add anchors to Info-history-list.  Move point
18931         to the place with the reference name if name is defined.
18932         (Info-select-node): Add current node to Info-history-list.
18933         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
18934         (Info-search-whitespace-regexp): New custom.
18935         (Info-search-case-fold): New var.
18936         (Info-search): Add "case-sensitively" to the prompt.
18937         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
18938         (Info-search-case-sensitively, Info-search-next): New fun.
18939         (Info-up): Move point to the menu item of the current node.
18940         (Info-history): New fun.  Add *info-history* to
18941         same-window-buffer-names.
18942         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
18943         (Info-insert-toc): New fun.
18944         (Info-build-toc): New fun.
18945         (Info-follow-reference): Add new arg `fork'.  Doc fix.
18946         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
18947         with the same name prefer the reference closest to point.
18948         (Info-next-reference): Replace * by + in the *Note regexp.
18949         Add regexp for http:// and ftp://.  Skip the *Note prefix.
18950         (Info-prev-reference): Replace * by + in the *Note regexp.
18951         Add regexp for http:// and ftp://.  Skip the *Note prefix.
18952         (Info-follow-nearest-node): Add new arg `fork'.
18953         (Info-try-follow-nearest-node): Add new arg `fork'.
18954         Call browse-url for http:// and ftp:// references.
18955         Set Info-reference-name for index entries.
18956         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
18957         Info-search-next, Info-history, Info-toc, clone-buffer.
18958         (Info-menu-update): Replace * by + in the *Note regexp.
18959         (Info-mode): Add documentation for Info-history, Info-toc,
18960         Info-search-case-sensitively, Info-search-next, clone-buffer.
18961         (Info-fontify-menu-headers): Remove fun.  Move code to
18962         Info-fontify-node.
18963         (Info-fontify-node): Add docstring.  Add local vars
18964         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
18965         then fontify header line, titles, menu headers, http and ftp
18966         references, refill paragraphs.  If not-fontified-p is t or
18967         fontify-visited-p is t then fontify cross references, menu items.
18968         Fontify menu headers.  Fontify http and ftp references.
18969         Change regexp for cross references to require whitespace after *Note,
18970         add matching groups for file and node names.  Remove hack for quote.
18971         Use display property for Info-hide-note-references=t.  Use fifth
18972         or fourth match for help-echo.  Display visited nodes in a
18973         different face.  Unhide file names of external references.
18974         Unhide newlines.  Display visited menu items in a different face.
18976 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18978         * progmodes/compile.el: Require CL.
18979         (compilation-mode-font-lock-keywords): Re-install the "line as
18980         function" patch.
18982         * help-fns.el (help-C-source-directory): New var.
18983         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
18984         (describe-function-1, describe-variable): Use them.
18986         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
18987         to C source files specially.
18989 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
18991         * info.el (Info-hide-cookies-node): New function.
18992         (Info-select-node): Use it.
18993         (Info-display-images-node): Remove message with image file name.
18995 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
18997         * progmodes/compile.el (compilation-warning-face)
18998         (compilation-info-face, compilation-skip-threshold)
18999         (compilation-skip-visited, compilation-context-lines):
19000         Declare :version when added to Emacs.
19001         (compilation-error-regexp-alist-alist): Extend caml and irix.
19002         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
19003         (compilation-mode-font-lock-keywords): Temporarily undo line as
19004         function patch, which wasn't ready.
19006 2004-04-07  Kenichi Handa  <handa@m17n.org>
19008         * international/latin1-disp.el (latin1-display-setup): Check each
19009         character is displayable or not instead of calling
19010         latin1-display-check-font.
19012 2004-04-06  Kenichi Handa  <handa@m17n.org>
19014         * language/ethio-util.el (ethio-sera-being-called-by-w3):
19015         New variable.
19016         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
19017         instead of sera-being-called-by-w3.
19018         (ethio-fidel-to-sera-buffer): Likewise.
19019         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
19020         instead of sera-being-called-by-w3.
19021         (ethio-write-file): Likewise.
19023 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19025         * printing.el: Doc fix.
19027 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
19029         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
19030         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
19031         (gdb-setup-windows): Only use separate IO buffer if required.
19033 2004-04-06  Kim F. Storm  <storm@cua.dk>
19035         * term.el (term-is-xemacs): Remove.
19036         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
19037         (term-window-width): New function.
19038         (term-mode, term-check-size): Use it.
19039         (term-mode): Disable overflow-newline-into-fringe in term buffer.
19041 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19043         * cus-edit.el (custom-add-parent-links): Change unbound variable
19044         `symbol' to `name'.
19046 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
19047         * info.el (info-apropos): New function.
19048         (Info-mode-menu): Add it.
19049         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
19051         * help-mode.el (help-make-xrefs): Recognize aliased variable with
19052         inherited docstring.
19054         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
19056 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19058         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
19060         * progmodes/compile.el (font-lock): Don't require any more.
19061         (compilation-error-properties, compilation-start, compilation-sentinel)
19062         (compilation-filter, next-error): Use with-current-buffer.
19063         (compilation-skip-to-next-location, compilation-skip-threshold)
19064         (compilation-skip-visited): Move to silence the byte-compiler.
19065         (compilation-setup): Simplify.
19066         (compilation-next-error): Use line-(beginning|end)-position.
19067         Make sure `pt' is non-nil before using compilation-loop.
19068         (compile-goto-error): Add optional event arg.  Use it.
19069         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
19070         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
19071         Update the binding for mouse-2.
19072         (first-error): Set compilation-current-error to nil rather than bob.
19073         (compilation-parsing-end, compilation-parse-errors-function)
19074         (compilation-error-list, compilation-old-error-list):
19075         "New" compatibility variables.
19076         (compile-buffer-substring, compilation-compat-error-properties)
19077         (compilation-compat-parse-errors, compilation-forget-errors):
19078         New compatibility functions.
19079         (compilation-mode-font-lock-keywords): Use them.
19081 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
19083         * autorevert.el (auto-revert-handler): If point (or a window
19084         point) is at the end of the buffer, keep it there after
19085         reverting.  This allows to tail a file.
19086         Mention this in the `Commentary'.
19088         * format.el (format-write-file): Add optional argument CONFIRM
19089         and make it behave like the analogous argument to `write-file'.
19091 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19093         * progmodes/ebnf2ps.el: Doc fix.
19094         (ebnf-version): New version number (4.2).
19095         (ebnf-syntax): Customization and docstring fix.
19096         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
19097         Put autoloaded funs before first use.
19098         (ebnf-style-database): Add dtd entry.
19099         (ebnf-syntax-alist): Add dtd initialization.
19100         (ebnf-token-sequence): New fun.
19101         (ebnf-comment-table): Add new comment action character.
19102         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
19104         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
19105         Type Definition for XML).
19107         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
19108         * progmodes/ebnf-bnf.el (ebnf-sequence):
19109         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
19110         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
19111         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
19112         Code simplification: call ebnf-token-sequence.
19114 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
19116         * calendar/timeclock.el (timeclock-relative)
19117         (timeclock-get-project-function, timeclock-get-workday-function)
19118         (timeclock-query-out, timeclock-when-to-leave)
19119         (timeclock-when-to-leave-string, timeclock-log-data)
19120         (timeclock-generate-report, timeclock-in): Doc fixes.
19122 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19124         * url/: New dir.  Import the URL package from its repository.
19126 2004-04-03  Andreas Schwab  <schwab@suse.de>
19128         * diff-mode.el (diff-mode): Fix missing quote.
19130 2004-04-03  Juri Linkov  <juri@jurta.org>
19132         * descr-text.el (describe-property-list): Add `font-lock-face'.
19134         * dired.el (dired-font-lock-keywords): Fix permission regexps.
19136 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19138         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
19139         Use utf-16le on little endian machines and utf-16be otherwise.
19141 2004-04-02  David Kastrup  <dak@gnu.org>
19143         * net/browse-url.el (browse-url-generic): Use call-process
19144         instead of start-process to allow browsers that fork and detach.
19146 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
19148         * compile.el (compilation-current-error): New var.
19149         (compilation-setup, compile-mouse-goto-error)
19150         (compile-goto-error, next-error): Use it.
19151         (compilation-skip-to-next-location): Default to t, which gives
19152         contiguous skipping like old compile (where this was redundant).
19153         (compilation-next-error): Prevent previous-* commands from moving
19154         back to message at or just before point.
19156 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
19158         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
19159         (gdb-source-info): Don't display source at startup, if required.
19160         (gdb-show-main): New option.
19161         (gdba): Update documentation.
19162         (gdb-source): Cover case of auto-display output.
19164 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
19166         * autorevert.el: Delete obsolete autoloads and defvars.
19167         (auto-revert-check-vc-info): New user option.
19168         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
19169         (auto-revert-handler-vc): Delete.
19170         (auto-revert-handler): Treat return value `fast' of
19171         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
19173         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
19174         return `fast'.
19176         * files.el (buffer-stale-function): Doc change.
19178 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19180         * printing.el: New tip on Tips section.
19181         (pr-version): New version number (6.7.4).
19182         (pr-shell-file-name): Initialization fix.
19184 2004-03-31  Juri Linkov  <juri@jurta.org>
19186         * dired.el: Add autoload for `dired-do-touch'.
19187         (dired-touch-program): New var.
19188         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
19189         (dired-no-confirm): Add `touch' to docstring.
19191         * dired-aux.el (dired-do-touch): New fun.
19192         (dired-do-chxxx): Add argument -t for touch operation.
19194         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
19195         `dired-move-to-filename-regexp'.
19197 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
19199         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
19201 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19203         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
19204         and only if the buffer was modified.
19206 2004-03-30  Kenichi Handa  <handa@m17n.org>
19208         * international/characters.el: Delete pairs for U+2308..U+230B.
19210 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
19212         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
19213         to detect the beginning of a level 2 or 3 annotation.
19215 2004-03-29  Kenichi Handa  <handa@m17n.org>
19217         * international/ucs-tables.el (ucs-insert): Fix the error message.
19219 2004-03-29  Kenichi Handa  <handa@m17n.org>
19221         * international/mule-util.el (char-displayable-p): Fix generation
19222         of XLFD file name.
19224         * Makefile.in (setwins, setwins_almost): Change directory to $wd
19225         before finding directories by `find'.
19227 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19229         * subr.el (interactive-form): Delete.  Now implemented in C.
19231         * pcvs.el (cvs-parse-process): Workaround for Darwin.
19233         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
19234         (vc-diff-label): New fun.
19235         (vc-diff-internal): Use it.
19237         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
19239 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19241         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
19243         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
19244         specify XML (EBNFX).
19246         * progmodes/ebnf2ps.el: Doc fix.
19247         (ebnf-version): New version number (4.1).
19248         (ebnf-syntax): Adjust customization.
19249         (ebnf-style-database): Add ebnfx entry.
19250         (ebnf-syntax-alist): Add ebnfx initialization.
19251         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
19253         * printing.el: Doc fix.
19254         (pr-version): New version number (6.7.3).
19255         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
19256         returns nil for mouse position.  Reported by Drew Adams
19257         <drew.adams@oracle.com>.
19258         (pr-update-menus): Modify interactive declaration.  Reported by Drew
19259         Adams <drew.adams@oracle.com>.
19261 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
19263         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
19264         (gud-gdba-marker-filter): Log the process input and output, if
19265         required.  From Stefan Monnier.
19266         (gdb-debug-log, gdb-enable-debug-log): New variables.
19267         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
19269 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19271         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
19272         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
19274 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
19276         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
19277         Call vc-find-file-hook here instead of in auto-revert-buffers.
19278         (auto-revert-buffers): Delete call to vc-find-file-hook.
19279         (auto-revert-verbose, global-auto-revert-non-file-buffers)
19280         (global-auto-revert-mode, auto-revert-set-timer)
19281         (auto-revert-handler, auto-revert-buffers): Doc fixes.
19283 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
19285         * woman.el (woman-change-fonts): Rename local variable
19286         woman-font-alist to font-alist to avoid a compiler warning.
19288 2004-03-27  Dave Love  <fx@gnu.org>
19290         * emacs-lisp/rx.el (rx): Doc fix.
19291         Fix copyright years.
19293         * strokes.el (strokes-global-set-stroke-string): New function.
19294         (strokes-list-strokes): Cope with strings, not just commands.
19295         Set foreground color of image.
19296         (strokes-global-set-stroke): Doc fix.
19298 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
19300         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
19301         Auto Revert mode.
19302         (Buffer-menu-files-only): New variable.
19303         (Buffer-menu-toggle-files-only): New function.
19304         (Buffer-menu-mode-map): Bind it to `T'.
19305         (Buffer-menu-mode): Mention `T' in docstring.
19306         Set buffer-stale-function.
19307         (list-buffers-noselect): Mark buffer non-modified and set
19308         Buffer-menu-files-only.
19310         * dired.el (buffer-stale-function): Remove no longer needed defvar.
19312         * autorevert.el (auto-revert-handler): Print revert message
19313         before, rather than after, reverting.
19314         (buffer-stale-function): Move to files.el.
19316         * files.el (buffer-stale-function): Move here from autorevert.el.
19318 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19320         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
19322         * calc/calc.el (calc-mode-map): Use mapc.
19324         * apropos.el (apropos-mode): Don't autoload.
19325         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
19326         (apropos): Use it.
19327         (apropos-print): Add optional `text' argument.
19328         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
19329         Don't assume point-min == 1.
19331         * bs.el (bs-buffer-list): Use buffer-local-value.
19332         (bs--set-toggle-to-show): Use with-current-buffer.
19334         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
19335         New funs.
19336         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
19338         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
19340         * dabbrev.el (dabbrev-expand): Fix regexp construction.
19341         (dabbrev--find-expansion): Use pop.
19342         (dabbrev--search): Use match-string-no-properties.
19344         * dired.el (dired-mode): Use run-mode-hooks.
19345         (dired-move-to-end-of-filename): Use match-string.
19347         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
19348         is bound before using it.
19349         (ediff-verbose-p): Make it into a var since it's not constant.
19351         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
19353         * faces.el (read-face-font): Don't cons up unnecessarily.
19354         (header-line, tool-bar): Share common parts.
19356         * files.el (file-relative-name): Use compare-strings.
19358         * finder.el (finder-mode): Follow coding convention.
19360         * subr.el (read-number): New function.
19362         * ses.el (ses-read-number): Move to subr.el.
19363         (ses-set-header-row): Use read-number.
19365 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
19367         * vc-hooks.el (vc-arg-list): New function, which handles both
19368         compiled and uncompiled code.
19369         (vc-default-workfile-unchanged-p): Use it.
19371         * vc.el (vc-print-log): Undo prev change, use new function
19372         vc-arg-list from vc-hooks.el.
19374 2004-03-26  Masatake YAMATO  <jet@gyve.org>
19376         * simple.el (completion-setup-function): Emphasize the
19377         first uncommon characters in the completions; and de-emphasize
19378         the common prefix substrings.
19379         (completion-emphasis): New face.
19380         (completion-de-emphasis): New face.
19382 2004-03-25  Juanma Barranquero  <lektu@terra.es>
19384         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
19385         Comment out (it's unused and unfinished code).
19387 2004-03-25  Sam Steingold  <sds@gnu.org>
19389         * vc.el (vc-print-log): Fix a bug in the last patch:
19390         backend-function may be a byte-compiled object, not a lambda.
19392 2004-03-25  Juri Linkov  <juri@jurta.org>
19394         * descr-text.el (describe-property-list): Add a button
19395         for `face' property that calls `describe-face'.
19396         Suggested by Luis Fernandes <elf@ee.ryerson.ca>
19398         * international/mule.el (keyboard-coding-system):
19399         * kmacro.el (kmacro-call-macro): Fix docstring.
19401         * dired.el: Fix comments.
19403         * textmodes/fill.el (fill): Fix Info link.
19405         * font-lock.el (fast-lock, lazy-lock):
19406         * jit-lock.el (jit-lock): Remove links to removed Support Modes
19407         Info node.
19409         * eshell/eshell.el (eshell): Fix broken info-link.
19411         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
19412         * eshell/em-banner.el (eshell-banner):
19413         * eshell/em-smart.el (eshell-smart):
19414         * eshell/esh-cmd.el (eshell-cmd):
19415         Comment out broken info-links to incomplete Info manual.
19417         * info-xref.el: Fix commentary.
19419 2004-03-25  Kevin Ryde  <user42@zip.com.au>
19421         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
19422         Remove spurious node duplicate suppression, doesn't work, not wanted.
19423         (info-xref-output): Take format style args, add "sit-for 0" to let
19424         user see the results as they progress.
19425         (info-xref-check-all-custom): New function.
19427 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
19429         * gdb-ui.el: Moved to progmodes.
19431 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19433         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
19435 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
19437         * calendar/appt.el (appt-check): Remove superfluous progn.
19438         When finished with diary buffer: if it was not being displayed
19439         before, kill it; otherwise restore its original state.
19440         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
19442         * calendar/calendar.el (calendar-set-mode-line): Use total
19443         available mode-line width, rather than frame-width.
19445         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
19446         after mode change so effect not lost.
19448 2004-03-23  Dave Love  <fx@gnu.org>
19450         * dired.el (dired) <defgroup>: Add link to manual.
19451         (dired-font-lock-keywords): Add highlighting on unusual permissions.
19452         (dired-revert): Use dolist.
19453         (dired-mode-map): Add U binding.
19454         (dired-mode): Add font-lock-beginning-of-syntax-function.
19455         (dired-garbage-files-regexp): Make it a defcustom.
19457 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19459         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
19460         is equivalent to nil.
19461         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
19462         (vc-arch-mode-line-string): Accept `added' state.
19463         (vc-arch-state): Use inode-sigs if available.
19464         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
19465         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
19466         (vc-arch-tagline-re): New var.
19467         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
19468         New functions.
19469         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
19470         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
19472         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
19473         (vc-file-not-found-hook): Use it.
19475         * diff-mode.el (diff-default-read-only): Change default.
19476         (diff-mode-hook): Make it a defcustom.  Add some options.
19477         (diff-mode-map): Bind diff-refine-hook.
19478         (diff-yank-handler): New var.
19479         (diff-yank-function): New fun.
19480         (diff-font-lock-keywords): Use them.
19481         (diff-end-of-file): Handle case where file-header looks like diff text.
19482         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
19483         (diff-file-kill): Delete a subsequent empty line, if applicable.
19484         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
19485         (diff-find-file-name): Use it.
19486         (diff-tell-file-name): New command.
19487         (diff-mode): Be careful with view-mode.
19488         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
19489         New functions, for use in diff-mode-hook.
19490         (diff-find-source-location): Catch "regex too large" errors.
19491         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
19492         (diff-refine-hunk): New command.
19494         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
19495         (smerge-context-menu-map): Remove unused var.
19496         (smerge-keep-all): Preserve markers.
19497         (smerge-keep-n): New fun.
19498         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
19499         (smerge-keep-current, smerge-ediff): Use it.
19500         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
19501         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
19502         (smerge-resolve): Resolve trivial 3-part conflicts.
19504 2004-03-23  Juri Linkov  <juri@jurta.org>
19506         * man.el (Man-width): New var.
19507         (Man-getpage-in-background): Use it.
19508         (Man-support-local-filenames): New var and fun.
19509         (Man-build-man-command): Don't add a second %s.
19510         (Man-fontify-manpage): Clean up message.
19511         (Man-mode): Set outline-regexp, outline-level,
19512         imenu-generic-expression.
19514         * woman.el (woman-fill-frame): Doc fix.
19515         (woman-decode-region): Use window-width instead of frame-width.
19517         * abbrevlist.el (list-one-abbrev-table):
19518         * descr-text.el (describe-char):
19519         * international/mule-diag.el (describe-current-coding-system):
19520         * international/quail.el (quail-insert-decode-map):
19521         Use window-width instead of frame-width.
19523         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
19524         (jka-compr-mode-alist-additions): Add tbz.
19525         (jka-compr-write-region, jka-compr-insert-file-contents):
19526         Add message for undefined compress-program.
19527         (jka-compr-write-region): Remove redundant var bindings.
19529         * dired-x.el (dired-guess-shell-alist-default): Add choices for
19530         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
19531         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
19532         (dired-man): Use dired-guess-shell-command.
19533         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
19534         Change default nil to t.
19536         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
19537         (dired-compare-directories): Add default value for empty input.
19539         * help-at-pt.el: Move suggestions for key bindings to Commentary.
19541         * time.el (display-time-string-forms): Fix help-echo date format.
19543 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
19545         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
19546         (buffer-stale-function): New variable.
19547         (auto-revert-list-diff, auto-revert-dired-file-list)
19548         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
19549         (auto-revert-handler): Take over some functionality of deleted
19550         functions.
19551         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
19553         * dired.el (dired-directory-changed-p): New fun, extracted from
19554         dired-internal-noselect.
19555         (dired-buffer-stale-p): New fun.
19556         (dired-internal-noselect): Use dired-directory-changed-p.
19557         Eliminate revert messages.
19558         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
19560 2004-03-23  Kenichi Handa  <handa@m17n.org>
19562         * international/characters.el: Setup syntaxes for more parentheses
19563         Unicode characters.
19565         * international/mule-cmds.el (select-safe-coding-system):
19566         Merge coding-system and auto-cs before comparing them.
19568 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19570         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
19572         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
19573         normal-auto-fill-function and comment-indent-function.
19574         The default values now work just as well.
19575         Don't set font-lock-beginning-of-syntax-function since we already set
19576         syntax-begin-function.
19577         (lisp-outline-level): Put ;;;###autoload at same level as (.
19578         (prin1-char): Quote special chars.
19580         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
19581         than with-no-warnings.
19583         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
19584         if the source location can't be found.
19585         (edebug-compute-previous-result): Use prin1-char.
19587         * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
19588         (debug-ignored-errors): Add an entry.
19590         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
19591         (byte-compile-file): Output warning when deleting a file.
19593         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
19594         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
19596         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
19597         (byte-compile-inline-expand): Use backquote.
19598         (byte-optimize-pure-func): Rename from byte-optimize-concat.
19599         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
19601         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
19603         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
19605 2004-03-22  Juri Linkov  <juri@jurta.org>
19607         * finder.el (finder-known-keywords): Fix data, tex, unix.
19609         * play/landmark.el: Fix keywords.
19611         * language/ethio-util.el (ethio-find-file): Doc fix.
19613         * emacs-lisp/warnings.el: Doc fix.
19615         * textmodes/ispell.el (ispell-help): Doc fix.
19617 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
19619         * format.el (format-insert-file): Always return a list of two
19620         elements, like insert-file-contents does.
19622 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
19624         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
19625         and vc-BACKEND-diff.
19626         (vc-print-log): If the print-log implementation supports it, use
19627         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
19628         (vc-version-diff, vc-diff-internal): Doc fixes.
19630         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
19631         implementation supports it, let diff output go to *vc*,
19632         not *vc-diff*, since this is an internal call.
19634         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
19636         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
19638         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
19640 2004-03-21  Dave Love  <fx@gnu.org>
19642         * progmodes/cfengine.el (cfengine-mode):
19643         Set parse-sexp-ignore-comments.
19645         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
19647 2004-03-21  Juanma Barranquero  <lektu@terra.es>
19649         * allout.el (allout-mode): Fix docstring.
19651 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
19653         * files.el (insert-directory): Fix bug if SWITCHES is a list.
19655         * autorevert.el (auto-revert-interval): Make new value take
19656         effect immediately when set through Custom.
19657         (auto-revert-set-timer): Add interactive declaration.
19659 2004-03-19  David Ponce  <david@dponce.com>
19661         * ruler-mode.el (ruler-mode-header-line-format-old):
19662         Don't `make-variable-buffer-local'.
19663         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
19664         (ruler-mode-header-line-format): Simply funcall the above.
19665         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
19666         to save/restore a previous header line format.
19667         (ruler-mode-space): Don't depend on a numeric WIDTH value.
19668         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
19669         fringes and margins width.
19670         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
19672 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
19674         * log-edit.el (log-edit-font-lock-keywords): Typo.
19676         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
19677         (tex-send-tex-command): Rather than here.
19678         (tex-compilation-parse-errors): Simplify.
19680         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
19682         * time.el (display-time-string-forms): Add help-echo with date on time.
19684         * composite.el (compose-region): Use restore-buffer-modified-p.
19686         * disp-table.el (standard-display-8bit): Simplify.
19688         * server.el (server-process-filter): Delete temp frame.
19690         * add-log.el (add-change-log-entry): Simplify.
19692 2004-03-19  Kim F. Storm  <storm@cua.dk>
19694         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
19695         (hexl-follow-line): Don't require 'fringe.
19697         * progmodes/compile.el (compilation-start): Always set
19698         compilation-last-buffer and return it.
19700 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
19702         * simple.el (clone-buffer): Doc fix.
19704 2004-03-18  Juanma Barranquero  <lektu@terra.es>
19706         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
19708 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19710         * log-edit.el (log-edit-font-lock-keywords): New var.
19711         (log-edit-mode): Use it.
19713 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
19715         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
19716         properly for watching in speedbar.
19718 2004-03-17  Masatake YAMATO  <jet@gyve.org>
19720         * smerge-mode.el (smerge-popup-context-menu):
19721         Put `unwind-protect' around `overlay-put' and `popup-menu'.
19723 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19725         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
19726         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
19727         Take sealed revisions into account.
19728         (vc-arch-checkin): Extract a summary line from the message.
19730 2004-03-16  Masatake YAMATO  <jet@gyve.org>
19732         * register.el (register): Provide `register' feature.
19734 2004-03-15  Masatake YAMATO  <jet@gyve.org>
19736         Added context menu support in smerge mode.
19737         Most of the part is written by Stefan Monnier.
19739         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
19740         New keymap and menu.
19741         (smerge-text-properties): New function.
19742         (smerge-remove-props): New function.
19743         (smerge-popup-context-menu): New function.
19744         (smerge-resolve): Call `smerge-remove-props'.
19745         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
19746         (smerge-keep-current): Ditto.
19747         (smerge-kill-current): New function.
19748         (smerge-match-conflict): Put text properties.
19749         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
19751 2004-03-15  David Ponce  <david@dponce.com>
19753         * ruler-mode.el (ruler-mode-left-fringe-cols)
19754         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
19755         (ruler-mode-right-scroll-bar-cols): Remove.
19756         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
19757         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
19758         Use fringe-columns and scroll-bar-columns.
19760 2004-03-15  Masatake YAMATO  <jet@gyve.org>
19762         * hl-line.el (hl-line-range-function): New variable.
19763         (hl-line-move): New function.
19764         (global-hl-line-highlight): Use `hl-line-move'.
19765         (hl-line-highlight): Ditto.
19767         * scroll-bar.el (scroll-bar-columns):
19768         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
19770         * ruler-mode.el (top-level): Require scroll-bar and fringe.
19771         (ruler-mode-left-fringe-cols)
19772         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
19773         (ruler-mode-right-scroll-bar-cols)
19774         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
19775         (ruler-mode-ruler-function): New variable.
19776         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
19777         if the value for `ruler-mode-ruler-function' is given.
19779         * hexl.el (hexl-mode-hook): Make the hook customizable.
19780         (hexl-address-area, hexl-ascii-area): New customize variables.
19781         (hexlify-buffer): Put font-lock-faces on the address area and
19782         the ascii area.
19783         (hexl-activate-ruler): New function.
19784         (hexl-follow-line): New function.
19785         (hexl-highlight-line-range): New function.
19786         (hexl-mode-ruler): New function.
19788 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19790         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
19791         (vc-default-find-file-hook): New fun.
19792         (vc-find-file-hook): Call new find-file-hook operation.
19794         * vc-arch.el: New file.
19796 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
19798         * info-look.el (info-lookup): Reuse an existing Info window.
19800 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
19802         * woman.el (woman-preserve-ascii): Default value changed to t and
19803         doc string revised.
19805 2004-03-12  Richard M. Stallman  <rms@gnu.org>
19807         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
19808         Fix minor bug.
19810         * replace.el (occur-engine): Change message for count of matches.
19812         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
19813         For strings, do compare text properties.
19815 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
19817         * progmodes/compile.el (compile-auto-highlight)
19818         (compilation-error-list, compilation-old-error-list)
19819         (compilation-parse-errors-function, compilation-parsing-end)
19820         (compilation-error-message, compilation-directory-stack)
19821         (compilation-enter-directory-regexp-alist)
19822         (compilation-leave-directory-regexp-alist)
19823         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
19824         (compilation-current-file, compilation-regexps): Remove vars.
19826         (compile-error-at-point, compilation-error-filedata)
19827         (compilation-error-filedata-file-name, compile-reinitialize-errors)
19828         (compilation-next-error-locus, compilation-forget-errors)
19829         (count-regexp-groupings, compilation-parse-errors)
19830         (compile-collect-regexps, compile-buffer-substring): Remove funs.
19832         (compile-internal): Make obsolete.
19834         (compilation-first-column, compilation-error)
19835         (compilation-directory-matcher, compilation-page-delimiter)
19836         (compilation-mode-font-lock-keywords, compilation-debug)
19837         (compilation-error-face, compilation-warning-face)
19838         (compilation-info-face, compilation-line-face)
19839         (compilation-column-face, compilation-enter-directory-face)
19840         (compilation-leave-directory-face, compilation-skip-threshold)
19841         (compilation-skip-visited, compilation-context-lines): New vars.
19843         (compilation-warning-face, compilation-info-face)
19844         (compilation-message-face): New faces.
19846         (compilation-error-regexp-alist-alist): New constant.
19848         (compilation-face, compilation-directory-properties)
19849         (compilation-assq, compilation-error-properties, compilation-start)
19850         (define-compilation-mode, compilation-loop)
19851         (compilation-set-window): New functions.
19853         (compile): Additional argument for interactive compiles like TeX.
19855         * progmodes/grep.el (kill-grep): Move here from compile.el
19856         (grep-error, grep-hit-face, grep-error-face)
19857         (grep-mode-font-lock-keywords): New variables.
19858         (grep-regexp-alist): Simplify regexp and add `binary' case.
19859         (grep-mode): New mode.
19860         (grep-process-setup): Simplify.
19862 2004-03-11  Jason Rumney  <jasonr@gnu.org>
19864         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
19865         letters on DOS/Windows.
19867 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19869         * server.el (server-name): New var.
19870         (server-socket-dir): New var to replace server-socket-name.
19871         (server-start): Use them.
19873 2004-03-11  Simon Josefsson  <jas@extundo.com>
19875         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
19876         died to avoid infloop.  Reported by Jonathan Glauner
19877         <jglauner@sbum.org>.
19879 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19881         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
19882         (smerge-mode-menu): Use it to deactivate menu entries.
19883         (smerge-keep-current): New fun.
19884         (smerge-keep-current): Use it.
19886 2004-03-10  John Paul Wallington  <jpw@gnu.org>
19888         * foldout.el (foldout-fold-list, foldout-modeline-string):
19889         Declare them as variables, not constants.
19891 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19893         * ps-print.el: Modification to print *Messages* buffer.
19894         (ps-print-version): New version 6.6.4.
19895         (ps-message-log-max): New fun.
19896         (ps-spool-without-faces, ps-spool-with-faces)
19897         (ps-count-lines-preprint): Code fix.
19899         * printing.el: New tips in Tips section.
19901 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19903         * delim-col.el: Doc fix.
19905         * printing.el: Doc fix.  New doc section (Tips).
19907 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
19909         * type-break.el (type-break-emacs-variant): Remove.
19910         (type-break-run-at-time, type-break-cancel-function-timers):
19911         Use fboundp rather than version name and number.
19913 2004-03-09  Masatake YAMATO  <jet@gyve.org>
19915         * hexl.el (hexl-mode): Use `make-local-variable' instead of
19916         `make-variable-buffer-local'.
19918 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
19920         * find-dired.el (find-dired): Call `shell-command' instead of
19921         `start-process-shell-command'.  By this, Tramp takes over
19922         handling of remote directories.
19924 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
19926         * newcomment.el (comment-use-global-state): New var.
19927         (comment-search-forward): Use it.
19929         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
19931         * cus-edit.el (fill) <defgroup>: Move to fill.el.
19933         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
19934         (enable-kinsoku): Make it a defcustom.
19935         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
19936         paragraph to same-comment-start-marker.
19938 2004-03-07  Dave Love  <fx@gnu.org>
19940         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
19941         (browse-url-mail): Use it.
19943         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
19944         (rfc2368-unhexify-string): Use replace-regexp-in-string.
19946 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
19948         * woman.el (woman-man.conf-path): Doc fix.
19949         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
19951 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
19953         * sort.el (sort-columns): Remove ms-dos from the list of systems
19954         where the external `sort' command is not used.
19956 2004-03-07  Kim F. Storm  <storm@cua.dk>
19958         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
19959         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
19960         from overlay-arrow-variable-list.
19961         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
19963 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
19965         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
19966         overlay arrow string properly for the assembler buffer.
19968 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19970         * mail/sendmail.el (mail-mode): Fix last change.
19972 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
19974         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
19975         for the assembler buffer.
19976         (gdb-assembler-custom): Position the overlay arrow.
19977         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
19979 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19981         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
19983         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
19984         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
19986         * mail/sendmail.el (mail-mode): Set comment-start-skip.
19988         * newcomment.el (uncomment-region): Allow non-terminated comment.
19989         (comment-normalize-vars): Check the user-specified comstart marker.
19991 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19993         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
19994         Otherwise, do use it if the region only contains font-lock text
19995         properties.
19997 2004-03-04  Masatake YAMATO  <jet@gyve.org>
19999         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
20000         as the callback function for eldoc.
20001         (hexl-print-current-point-info): New function.
20002         (hexl-current-address): Print the address in both decimal
20003         and hexadecimal format.
20005 2004-03-04  Richard M. Stallman  <rms@gnu.org>
20007         * mail/rmail.el (rmail-convert-to-babyl-format):
20008         Specify t for UNIBYTE when calling mail-unquote-printable-region.
20010         * mail/mail-utils.el (mail-unquote-printable-region):
20011         New arg UNIBYTE.
20013         * startup.el (command-switch-alist): Doc fix.
20015         * simple.el (undo): Temporarily set this-command to `undo-start',
20016         then set it to `undo' once undo-start returns without error.
20018         * simple.el (minibuffer-history-sexp-flag): Doc fix.
20020         * simple.el (kill-line): Don't disregard trailing whitespace
20021         in eol condition, if show-trailing-whitespace is set.
20023         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
20024         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
20025         When disabling, restore old values only if mouse-sel-has-been-enabled.
20027         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
20028         (isearch-{-char): New function.
20029         (isearch-mode-map): Bind { to isearch-{-char.
20031         * font-lock.el (lisp-font-lock-keywords-2):
20032         Turn off the CL with-... and do-... general patterns.
20033         Instead, recognize several specific with... and do... constructs.
20035         * files.el (switch-to-buffer-other-window):
20036         Bind same-window-buffer-names and same-window-regexps to nil.
20037         (switch-to-buffer-other-frame): Likewise.
20039 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20041         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
20042         recognizing leading comment on code line.
20044 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20046         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
20047         hidden files/directories.
20049 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20051         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
20052         only comment-start (in case the mode hasn't set it).
20054         * Makefile.in (AUTOGENEL): New var.
20055         (bootstrap-prepare): Rename from bootstrap-clean.
20056         Don't remove elc files.
20057         (maintainer-clean): New target.
20059         * xml.el (xml-get-attribute-or-nil): Simplify.
20061 2004-03-02  Juri Linkov  <juri@jurta.org>
20063         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
20064         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
20065         URL to prevent their substitution with the environment variable
20066         values by browsers.
20068 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20070         * ps-print.el: Doc fix.
20071         (ps-print-version): New version number (6.6.3).
20072         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
20073         Docstring fix.
20074         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
20075         before printing.
20076         (ps-time-stamp-yyyy-mm-dd): New fun.
20077         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
20079 2004-03-02  Kim F. Storm  <storm@cua.dk>
20081         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
20083 2004-03-01  Juanma Barranquero  <lektu@terra.es>
20085         * allout.el (allout-rebullet-heading): Fix typo in docstring.
20087         * desktop.el (desktop-file-version)
20088         (desktop-after-read-hook): Fix typos.
20089         (desktop-clear-preserve-buffers): Remove redundant info in
20090         docstring already shown by the obsolescence message.
20091         (desktop-truncate, desktop-internal-v2s)
20092         (desktop-value-to-string): Change argument name to match docstring.
20094         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
20096         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
20097         docstring.
20099 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20101         * printing.el: Replace "As Is..." in PostScript file print/preview by
20102         "No Preprocessing...".  Suggested by Colin Marquardt
20103         <_marquardt_@zmd.de>.
20104         (pr-insert-section-4): Adjust buffer interface.
20106 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
20108         Version 2.0.39 of Tramp released.
20110         * net/tramp.el (tramp-handle-file-local-copy)
20111         (tramp-handle-write-region, tramp-open-connection-rsh):
20112         Variable name typo.  Small change.  From Patrick Tullmann
20113         <tullmann@flux.utah.edu>.
20114         (tramp-process-connection-type): New variable.
20115         (tramp-maybe-open-connection): Use it.
20116         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
20117         (tramp-touch): Set last-modified time of a remote file.
20118         (tramp-handle-write-region): Say which function is used when encoding.
20120 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
20122         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
20123         case of non-existing filename, too.  Reported by Christoph Bauer
20124         <c_bauer@informatik.uni-kl.de>.
20125         (tramp-smb-get-file-entries): The directory in question should
20126         have permissions "drwxrwxrwx".  Just virtual, because we don't
20127         know the real permissions.  Don't we know?
20128         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
20129         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
20130         (tramp-smb-wait-for-output): Optimize algorithm getting pending
20131         output.  If it was received chunkwise, there have been problems.
20132         Remove the "prompt not found" error message; it is obvious.
20133         Simplify algorithm.
20134         (tramp-smb-process-running): Remove.  Since we acknowledge the
20135         virtual prompt for shares, there's no need for distinction of
20136         reading shares (process ends afterwards) and interactive mode of
20137         smblient.
20138         (tramp-smb-open-connection): Setting process sentinel removed.
20139         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
20140         "NT_STATUS_NETWORK_ACCESS_DENIED".
20141         (tramp-smb-maybe-open-connection): Set `process-connection-type'
20142         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
20143         (top-level): Setting default value in `tramp-default-method-alist'
20144         corrected.  Order of USER and HOST have been wrong.
20145         Nobody complained for months ...
20146         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
20147         (tramp-smb-open-connection): Clear password cache if login has failed.
20149         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
20150         `tramp-unified-filenames'.
20151         (tramp-completion-mode): Make test for XEmacs explicitly.
20152         `event-to-character' can exists in Emacs packages too.
20153         Reported by Matt Swift <swift@alum.mit.edu>.
20154         (tramp-buffer-name): Buffer name must contain the user if exists.
20155         Reported by Adrian Phillips <a.phillips@met.no>.
20156         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
20157         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
20158         (tramp-do-copy-or-rename-file-out-of-band): Rename from
20159         `tramp-do-copy-or-rename-file-one-local', because it handles also
20160         the case both files use the same out-of-band method.
20161         Implementation added.
20162         (tramp-handle-file-local-copy, tramp-handle-write-region):
20163         Out-of-band handling removed.  `copy-file' called instead, which
20164         calls `tramp-do-copy-or-rename-file-out-of-band'.
20165         (tramp-action-password): Check for out-of-band method removed.
20166         This function is used for 'login-program.
20167         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
20168         appropriate.
20169         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
20170         and `tramp-parse-sknownhosts'.
20171         (tramp-completion-function-alist): It's a defvar now, because we
20172         want to apply the optimized `tramp-set-completion-function'
20173         instead of a static list.
20174         (tramp-set-completion-function): Implementation tuned.
20175         Avoid double entries, and entries where the function or the
20176         file/directory doesn't exist.
20177         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
20178         for SSH2.
20179         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
20180         (tramp-handle-dired-compress-file): New function.
20181         (tramp-async-proc): New variable.
20182         (tramp-handle-shell-command): Adding asynchronous processes.
20183         They are far from being perfect, but it works at least for
20184         `find-grep-dired' and `find-name-dired' in Emacs 22.1.
20185         (top-level): Require password.el if visible.  Should be mandatory
20186         once No Gnus has found its way into (X)Emacs.
20187         (tramp-read-passwd): Invoke `password-read' if available,
20188         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
20189         fallback any longer.
20190         (tramp-clear-passwd): New function.
20191         (tramp-process-actions, tramp-process-multi-actions):
20192         Clear password cache if login has failed.
20194         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
20195         its own module.
20196         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
20197         `ange-ftp-ftp-name-res'.  There could be incorrect values from
20198         previous calls in case the "ftp" method is used in the Tramp file
20199         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
20201 2004-02-28  Richard M. Stallman  <rms@gnu.org>
20203         * term.el (term-mouse-paste): Call mouse-set-point.
20205         * thumbs.el: New file.
20207 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20209         * progmodes/ebnf-abn.el: Doc fix.
20211         * progmodes/ebnf-bnf.el: Doc fix.
20212         (ebnf-repeat): Code fix.
20214         * progmodes/ebnf2ps.el: Doc fix.
20215         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
20217 2004-02-28  Juri Linkov  <juri@jurta.org>
20219         * ffap.el (dired-at-point): Additional writability test for
20220         relative directory names.
20221         (dired-at-point-prompter): Treat directories as a directory, get
20222         the directory component from files.
20223         (ffap-string-at-point): Return string from region if region is active.
20224         (ffap-file-at-point): Remove redundant code.
20226 2004-02-28  Kim F. Storm  <storm@cua.dk>
20228         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
20229         Initialize margin area images to nil.
20230         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
20231         (breakpoint-enabled-bitmap-face)
20232         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
20233         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
20234         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
20235         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
20236         (gdb-reset): Use gdb-remove-breakpoint-icons.
20237         (gdb-put-string): Add dprop arg to specify alternative display
20238         property (for setting fringe bitmap).
20239         (gdb-remove-strings): Doc fix.
20240         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
20241         icon in fringe (if available), or else as icon or text in display
20242         margin.  Creates necessary icons in breakpoint-bitmap,
20243         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
20244         Also make left window margin if required.
20245         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
20246         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
20247         no longer needed.
20248         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
20249         gdb-put-breakpoint-icon.
20250         (gdb-assembler-mode): Don't set left-margin-width here.
20252 2004-02-27  Kevin Ryde  <user42@zip.com.au>
20254         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
20255         comma, so that it DTRT in macros.
20257 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
20259         * progmodes/sh-script.el (sh-shell-arg)
20260         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
20261         (sh-leading-keywords, sh-other-keywords): Fix custom type.
20263 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
20265         * faces.el (face-spec-set-match-display): Add a new attribute,
20266         `min-colors'.
20267         (region, highlight, secondary-selection): Use `min-colors'.
20269         * custom.el (defface): Add documentation for `min-colors'.
20271         * font-lock.el (font-lock-comment-face, font-lock-string-face)
20272         (font-lock-keyword-face, font-lock-function-name-face)
20273         (font-lock-variable-name-face, font-lock-constant-face):
20274         Use `min-colors'.
20276         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
20278 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20280         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
20281         define assq-delete-all if it's not defined.
20282         (ebnf-generate-region): Code fix.
20284         * printing.el: Doc fix.
20285         (pr-version): New version number (6.7.2).
20286         (pr-command): Return empty string if command is an empty string.
20288 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20290         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
20292         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
20293         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
20294         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
20295         "tt" ["test"] ).  Reported by Markus Dreyer
20296         <mdreyer@ix.urz.uni-heidelberg.de>.
20297         (ebnf-version): New version number (4.0).
20298         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
20299         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
20300         (ebnf-delete-style): New commands.
20301         (ebnf-directory, ebnf-file): New funs.
20302         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
20303         (ebnf-production-name-p, ebnf-stop-on-error): New options.
20304         (ebnf-syntax-alist): New var.
20305         (ebnf-element-width): New fun replacing ebnf-list-width.
20306         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
20307         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
20308         (ebnf-prologue): Adjust vars.
20309         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
20310         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
20311         (ebnf-check-style-values, ebnf-generate-production)
20312         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
20313         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
20314         (ebnf-token-repeat): Code fix.
20316         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
20317         %right, %left and %prec.  Suggested by Matthew K. Junker
20318         <junker@alum.mit.edu>.
20319         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
20321         * progmodes/ebnf-iso.el: Doc fix.
20322         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
20323         (ebnf-iso-lex): Code fix.
20325         * progmodes/ebnf-bnf.el: Doc fix.
20326         (ebnf-bnf-lex): Code fix.
20328         * progmodes/ebnf-otz.el: Doc fix.
20330 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
20332         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
20333         (abbrev-prefix-mark): Doc fix.
20335 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
20337         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
20338         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
20339         (gdb-var-delete): Make interactive (really).
20340         (gdb-edit-value): Make non-interactive.
20342         * progmodes/gud.el (gud-speedbar-menu-items):
20343         Add gdb-var-delete and, indirectly, gdb-edit-value.
20344         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
20345         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
20346         (gud-gdb-marker-filter): Add comment for annotations.
20348 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
20350         * calendar/calendar.el (generate-calendar)
20351         (calendar-read-date): Prevent display of BC calendars once more -
20352         reverts 2003-10-01 change.
20353         (generate-calendar-month): Doc fix.
20355 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
20357         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
20358         return value of increment-calendar-month.
20360 2004-02-21  Stephen Compall  <s11@member.fsf.org>
20362         * saveplace.el (save-place-forget-unreadable-files)
20363         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
20364         (save-place-forget-unreadable-files): New function.
20365         (save-place-alist-to-file): Use it to filter out files that are
20366         no longer readable.
20368         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
20369         current Texinfo environment, using the same method as in
20370         `texinfo-insert-@end', and insert a space rather than a newline if
20371         point in a @table environment.
20373 2004-02-21  Juri Linkov  <juri@jurta.org>
20375         * ffap.el (ffap-file-at-point): Try parent directories.
20377 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
20379         * vcursor.el (vcursor-modifiers): New defcustom.
20380         (vcursor-cs-binding): Use vcursor-modifiers instead of a
20381         hard-coded list.
20383 2004-02-21  Masatake YAMATO  <jet@gyve.org>
20385         * play/animate.el (animate-birthday-present): Accept names other
20386         than `Sarah', too.
20388 2004-02-21  Juri Linkov  <juri@jurta.org>
20390         * startup.el: Remove table of command line arguments from the
20391         Commentary section.
20393 2004-02-20  John Wiegley  <johnw@newartisans.com>
20395         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
20396         again" modifier from 'e' to 'E', since 'e' is also used by the
20397         "file extension" modifier.
20399 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
20401         * help-fns.el (describe-categories): Doc fix.
20403 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
20405         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
20406         temporary file for buffer already visiting one.  This change makes
20407         output likely to be directly usable by patch program.
20408         Suggested by Adrian Aichner  <adrian@xemacs.org>
20410 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
20412         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
20413         case of variables defined in compound statements.
20414         (gdb-setup-windows, gdb-source-info, gdb-source-info):
20415         Simplify constructions using switch-to-buffer.
20417 2004-02-19  Simon Josefsson  <jas@extundo.com>
20419         * play/morse.el: Fix typo.
20420         (morse-code): Add @.
20422 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
20424         * calendar/appt.el (appt-display-format): Change default to
20425         'ignore, for backwards compatibility.
20426         (appt-display-message): If appt-display-format is 'ignore,
20427         respect old vars appt-msg-window and appt-visible.
20428         (appt-activate): Don't depend on return value of cancel-timer.
20430         * calendar/calendar.el (calendar-holidays): Doc fix.
20432         * calendar/cal-coptic.el (coptic-prompt-for-date):
20433         Use assoc-string instead of assoc-ignore-case.
20434         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
20435         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
20436         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
20437         * calendar/cal-islam.el (calendar-goto-islamic-date)
20438         (mark-islamic-diary-entries): Ditto.
20439         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
20440         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
20441         (calendar-read-mayan-tzolkin-date): Ditto.
20442         * calendar/calendar.el (calendar-read-date): Ditto.
20443         * calendar/diary-lib.el (mark-diary-entries): Ditto.
20445 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
20447         * progmodes/executable.el (executable-command-find-posix-p):
20448         Fix choice of the directory.
20450 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
20452         * simple.el (interprogram-cut-function)
20453         (interprogram-paste-function, kill-new, kill-append):
20454         Doc fixes.
20455         (kill-region): Make it return nil.  Doc fix.
20456         (yank-pop): Make its argument optional.
20457         (yank): Make ARG `-' equivalent to `-1'.
20459 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
20461         * mail/rmail.el (rmail-get-new-mail): Don't reference
20462         rmail-use-spam-filter if rmail-spam-filter is not loaded.
20464 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
20466         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
20467         if one of global-auto-revert-non-file-buffers or autorevert-mode
20468         is non-nil.
20470 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
20472         * subr.el (delete-dups): A better implementation from Karl Heuer
20473         <kwzh@gnu.org>.
20475 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
20477         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
20478         correct place.
20479         * progmodes/icon.el (icon-indent-command): Ditto.
20480         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
20482 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
20484         * progmodes/grep.el (grep-compute-defaults): Undo change from
20485         2004-01-29: don't use executable-command-find-posix-p.
20487 2004-02-16  Richard Sharman  <rsharman@pobox.com>
20489         * hilit-chg.el: Use require instead of eval-and-compile.
20490         (highlight-compare-buffers): New function.
20492 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
20494         * man.el (Man-fontify-manpage): Render section headings in
20495         `Man-overstrike-face' even when overstrike was not used by man
20496         formatter for section headings.
20498 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
20500         * rmail-spam-filter.el (vm-use-spam-filter)
20501         (rsf-min-region-length-added-to-spam-list): New variables.
20502         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
20503         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
20504         spam testing.  Don't delete spam message if automatic deletion
20505         after output via variable rmail-delete-after-output is turned on.
20506         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
20507         rsf-bbdb-dont-create-entries-for-spam.
20508         (check-field): New function, extracted from code in
20509         rmail-spam-filter to ease addition of header fields like content-type.
20510         (message-content-type): New variable to check the content-type:
20511         field added, also in defcustom of rsf-definitions-alist.
20512         (rmail-spam-filter): Replace repeated test code for header fields
20513         by calls to check-field; change the call to
20514         rmail-output-to-rmail-file such that rmail-current-message stays
20515         the same to avoid wrong deletion of unseen flags.
20516         (rsf-add-contents-type): New function to convert old format
20517         of rmail-spam-definitions-alist into new one.
20518         Change prefixes of all variables and functions from
20519         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
20521 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
20523         * loadhist.el (unload-hook-features-list): New defvar.
20525 2004-02-16  Dave Love  <fx@gnu.org>
20527         * loadhist.el (unload-feature): Doc fix.  Rename flist to
20528         unload-hook-features-list.
20530 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
20532         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
20533         cookie.  Don't check if we are looking-at open-formula.
20535 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
20537         * subr.el (match-string-no-properties): Use substring-no-properties.
20539 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
20541         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
20542         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
20543         Use lower-case "rx" in all error message.
20545 2004-02-16  Dave Love  <fx@gnu.org>
20547         * emacs-lisp/rx.el (rx-or): Put group around result.
20548         (rx-constituents): Add backref.
20549         (rx-syntax): Add string-delimiter, comment-delimiter.
20550         (rx-categories): Add combining-diacritic.
20551         (rx-check-not, rx-greedy, rx): Doc fix.
20552         (rx-backref, rx-check-backref): New.
20554 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
20556         * newcomment.el (uncomment-region): Allow eob as comment end.
20558 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
20560         * filecache.el: All message and error commands now use prefix
20561         "Filecache:" to make it easy to read *Messages* buffer.
20563 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
20565         * autorevert.el: Add support to detect changed dired and VC buffers.
20566         (auto-revert-active-p, auto-revert-list-diff)
20567         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
20568         (auto-revert-handler, auto-revert-active-p): New functions.
20569         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
20570         and `auto-revert-active-p'.
20571         (eval-when-compile): Defvar dired-directory and vc-mode.
20572         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
20573         (auto-revert-handler-vc): New functions.
20575 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
20577         * progmodes/compile.el (compilation-directory): New defvar.
20578         (compile): Save current directory in compilation-directory.
20579         (recompile): Bind default-directory to compilation-directory if
20580         that is non-nil.
20582 2004-02-16  Dave Love  <fx@gnu.org>
20584         * newcomment.el (comment-insert-comment-function)
20585         (comment-region-function, uncomment-region-function): New.
20586         (comment-indent): Use comment-insert-comment-function.
20587         (uncomment-region): Use uncomment-region-function.
20588         (comment-region): Use comment-region-function.
20590         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
20592 2004-02-16  Richard Stallman  <rms@gnu.org>
20594         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
20595         loaddefs* and ldefs-boot*.
20597 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
20599         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
20600         and email address at the beginning and end of the address.
20602         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
20603         anchored at the beginning of the email address.
20605 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
20607         * international/ccl.el (ccl-compile-write): Pass `left' to
20608         ccl-embed-code to generate correct code of write-expr-register.
20610 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
20612         * progmodes/grep.el (grep-compute-defaults): Fix typos.
20614 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20616         * x-dnd.el: Mention support for Motif in commentary.
20617         (x-dnd-handle-drag-n-drop-event): Ditto.
20619 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
20621         * ses.el: Use "ses--" prefixes for buffer-local variables.
20622         Use (point-min) instead of 1, even when we know the buffer
20623         is unnarrowed.
20624         (ses-build-load-map): Delete.  Distribute its content to defconsts for
20625         the three maps.
20626         (ses-menu, ses-header-line-menu): New menus.
20627         (ses-mode-map): Use them.
20628         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
20630 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
20632         * Makefile.in: Fix the CC Mode recompile kludge so it works
20633         when building in a different directory.
20635 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
20637         * simple.el (kill-new): Put yank-handler property on the entire string.
20639 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20641         * diff.el: Don't use compile any more, use diff-mode instead.
20642         (diff-regexp-alist, diff-old-file, diff-new-file)
20643         (diff-parse-differences, diff-process-setup): Remove.
20644         (diff-sentinel): New fun.
20645         (diff): Use it.  Run the process ourselves.
20646         Use diff-mode for the rest of the processing.
20648         * diff.el (diff): Simplify code handling `switch'.
20650 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20652         * pcvs-defs.el (cvs-menu): Add `tag'.
20654 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
20656         * simple.el (kill-append): Doc fix.
20658         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20659         Adapt outline-regexp to the new conventions for commenting out code.
20661 2004-02-11  John Paul Wallington  <jpw@gnu.org>
20663         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
20665 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20667         * diff.el (diff-switches): New fun.
20668         (diff, diff-backup): Use it.
20669         (diff): Clean up the args construction.  Use backquote.
20670         Use listp instead of consp to avoid putting a nil arg.
20671         (diff): Add a revert-buffer function.
20673 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20675         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
20676         handled by x-dnd-handle-file-name.
20677         (x-dnd-known-types): Add COMPOUND_TEXT.
20678         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
20679         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
20680         x-dnd-empty-state.
20681         (x-dnd-forget-drop): Ditto.
20682         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
20683         (x-dnd-handle-one-url): Return private when inserting text.
20684         (x-dnd-insert-ctext): New function.
20685         (x-dnd-handle-file-name): New function for FILE_NAME.
20686         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
20687         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
20688         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
20690 2004-02-10  Kenichi Handa  <handa@m17n.org>
20692         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
20693         instead of while loop.
20695 2004-02-10  Miles Bader  <miles@gnu.org>
20697         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
20699 2004-02-09  Kenichi Handa  <handa@m17n.org>
20701         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
20702         have end-of-line.
20704 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
20706         * Makefile.in: Added extra dependencies in the recompile target
20707         needed to cope with the compile time macro expansions in CC Mode.
20709 2004-02-09  Kim F. Storm  <storm@cua.dk>
20711         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
20712         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
20713         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
20714         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
20715         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
20716         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
20717         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
20718         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
20719         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
20720         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
20721         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
20723 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20725         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
20726         Don't allow shrink if there's a window on our right.
20728         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
20729         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
20730         Bring together declaration and initialization.
20731         (prolog-mode-variables): Don't set the syntax table.
20732         Don't set paragraph-start and comment-indent-function.
20733         Add /*..*/ to the comment regexps.
20734         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
20735         (prolog-mode-map): Don't bind TAB.
20736         (prolog-mode): Set the syntax table.
20737         (prolog-comment-indent): Remove.
20738         (inferior-prolog-mode-map): Initialize in the declaration.
20739         (inferior-prolog-mode-syntax-table)
20740         (inferior-prolog-mode-abbrev-table): New vars.
20741         (inferior-prolog-mode): Derive from comint-mode.
20742         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
20743         minibuffer windows.
20745         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
20746         in file names, as long as it is unambiguous.
20748 2004-02-08  Andreas Schwab  <schwab@suse.de>
20750         * textmodes/reftex-toc.el
20751         (reftex-toc-load-all-files-for-promotion): Remove useless use of
20752         format.  Doc fix.
20754         * textmodes/refer.el (refer-find-entry-internal): Remove extra
20755         format string arguments.
20757         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
20758         string argument.
20760         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
20762         * play/zone.el (zone-call): Fix format string.
20764         * net/webjump.el (webjump-builtin): Add missing format string argument.
20766         * midnight.el (midnight-delay-set): Remove extra format string argument.
20768         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
20770         * hexl.el (hexl-insert-char): Add missing format string argument.
20772         * format.el (format-decode): Fix format string.
20774         * emulation/vi.el (vi-mode): Remove extra format string argument.
20775         (vi-repeat-last-search): Likewise.
20776         (vi-reverse-last-search): Likewise.
20777         (vi-goto-mark): Likewise.
20778         (vi-reverse-last-find-char): Likewise.
20779         (vi-repeat-last-find-char): Likewise.
20780         (vi-locate-def): Likewise.
20782         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
20784         * ediff-util.el (ediff-toggle-read-only): Remove extra format
20785         string argument.
20786         (ediff-toggle-regexp-match): Likewise.
20788         * dired-aux.el (dired-do-query-replace-regexp): Add missing
20789         format string argument.
20791         * calc/calc-map.el (calc-get-operator): Remove extra format
20792         string argument.
20794         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
20796         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
20797         string argument.
20799         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
20801         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
20803         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
20805         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
20806         (cl-struct-setf-expander): Likewise.
20808         * vc.el (with-vc-file): Fix unsafe uses of error.
20809         (vc-cancel-version): Likewise.
20811 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
20813         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
20814         thousands separator; fixes <class>:<line-number> regexp for
20815         non-english locales.
20817 2004-02-08  Andreas Schwab  <schwab@suse.de>
20819         * view.el (view-mode-enable): Revert previous change.
20821 2004-02-07  Kim F. Storm  <storm@cua.dk>
20823         * simple.el (line-number-at-pos): Rename from line-at-pos.
20824         Uses changed (what-line and vc-annotate-warp-version).
20826 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20828         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
20829         (diff-mode): Remove aborted attempt at support for compile.el.
20830         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
20832 2004-02-06  Andreas Schwab  <schwab@suse.de>
20834         * view.el (view-mode-enable): Add view-mode-map to
20835         minor-mode-overriding-map-alist.
20837 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20839         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
20841 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20843         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
20844         with point inside rather than after the paragraph.
20846 2004-02-04  Sam Steingold  <sds@gnu.org>
20848         * mail/smtpmail.el (smtpmail-try-auth-methods):
20849         Do not try authentication when no mechanism is available.
20850         Pass port-name as defaultport to `netrc-machine'.
20852 2004-02-04  Stephen Eglen  <stephen@gnu.org>
20854         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
20855         to show how minibuffer height can be constrained.
20857 2004-02-04  John Paul Wallington  <jpw@gnu.org>
20859         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
20861 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20863         * x-dnd.el: New file for drag and drop.
20865         * term/x-win.el: require x-dnd, set after-make-frame-functions
20866         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
20867         drag-n-drop event.
20869         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
20870         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
20871         (dired-dnd-handle-file): New functions for drag and drop support.
20872         (dired-mode): Initialize drag and drop if x-dnd present.
20874 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20876         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
20877         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
20878         (cperl-mode): Set fill-paragraph-function.
20879         (cperl-fill-paragraph): Make it non-interactive.
20881 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
20883         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
20885 2004-02-02  David Kastrup  <dak@gnu.org>
20887         * replace.el (perform-replace): Allow 'literal argument in
20888         regexp-flag to indicate literal replacement.
20889         (query-replace-regexp-eval): Use it.
20891 2004-02-01  Andreas Schwab  <schwab@suse.de>
20893         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
20895 2004-02-01  Stephen Eglen  <stephen@gnu.org>
20897         * info-look.el: Add support for maxima-mode.  Update commentary
20898         because info-lookup-symbol is now bound to C-h S.
20900 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
20902         * simple.el (edit-and-eval-command): Bind print-level and
20903         minibuffer-history-sexp-flag around call to read-from-minibuffer.
20904         Correct initial position in command-history.
20906 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
20908         * files.el (read-directory-name): Adapt the docstring to recent
20909         change in Fread_file_name.
20911 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
20913         * ses.el (ses-print-cell): If print format too wide for column
20914         width, truncate decimal places if that helps to avoid "#####" fill.
20915         * ses.el (ses-initial-column-width): Revert previous change.
20917 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
20919         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
20920         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
20921         Add edebug info.
20922         (jit-lock-mode): Setup/cancel the new timer.
20923         (jit-lock-context-fontify): New fun.  Extracted from
20924         context fontification code of jit-lock-stealth-fontify.
20925         (jit-lock-stealth-fontify): Don't do context fontification any more.
20927         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
20928         (jit-lock-fontify-now): Handle the `quit' case.
20929         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
20931 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
20933         * progmodes/executable.el (executable-command-find-posix-p):
20934         New.  Check if find handles arguments Posix-style.
20936         * progmodes/grep.el (grep-compute-defaults):
20937         Use executable-command-find-posix-p.
20938         (grep-find): Check `grep-find-command'.
20940         * filecache.el (file-cache-find-posix-p): Delete.
20941         (file-cache-add-directory-using-find):
20942         Use `executable-command-find-posix-p'.
20944 2004-01-29  Dave Love  <fx@gnu.org>
20946         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
20947         Iterate the hook function if arg is given.
20948         (mark-defun, narrow-to-defun): Change order of finding the limits.
20950         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
20951         (byte-compile-format-warn): New.
20952         (byte-compile-callargs-warn): Use it.
20953         (Format, message, error): Add byte-compile-format-like property.
20954         (byte-compile-maybe-guarded): New.
20955         (byte-compile-if, byte-compile-cond): Use it.
20956         (byte-compile-lambda): Compile interactive forms,
20957         just to make warnings about them.
20959 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
20961         * ses.el (ses-initial-column-width): Increase to 14, so it will
20962         work well with the default printer of "%.7g" for extreme values
20963         like "-1.234567e+07".
20965 2004-01-29  Kenichi Handa  <handa@m17n.org>
20967         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
20969 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
20971         * dos-w32.el: Added support for the `default-printer-name' function.
20973 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
20975         * server.el (server-socket-name): Don't use the hostname in the
20976         socket name since /tmp is local to the host anyway.
20978         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
20979         robust check of widening and fix var-naming.
20981 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
20983         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
20984         or rmail-spam- to rsf- in all function and variable names.
20985         (rsf-min-region-to-spam-list): New variable.
20986         (rsf-bbdb-auto-delete-spam-entries): Rename from
20987         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
20988         scanned together with the recipients field for spam testing; Don't
20989         delete spam message if rmail-delete-after-output is non-nil;
20990         (rsf-check-field): New function, extracted from code in
20991         rmail-spam-filter to ease addition of header fields like
20992         content-type:;
20993         (message-content-type): New variable.  The content-type: field was
20994         added also in defcustom of rsf-definitions-alist;
20995         (rmail-spam-filter): Replace repeated test code for header fields
20996         by calls to check-field; change the call to
20997         rmail-output-to-rmail-file such that rmail-current-message stays
20998         the same to avoid wrong deletion of unseen flags.
20999         (rmail-use-spam-filter): Add autoload cookie.
21001 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
21003         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
21004         (file-cache-add-directory-using-find): Add Cygwin support.
21005         (file-cache-find-command-posix-flag): New user variable.
21007         * filecache.el (file-cache-add-directory): Check for
21008         directories an remove them from dir-files.
21010 2004-01-27  Richard M. Stallman  <rms@gnu.org>
21012         * man.el (Man-fontify-manpage): Clean up message.
21014 2004-01-27  Kenichi Handa  <handa@m17n.org>
21016         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
21017         (sentence-end): Define using sentence-end-without-space.
21019         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
21020         a sentence ends with one of a character in sentence-end-without-space.
21022 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21024         * font-lock.el (font-lock): Add jit-lock as explicit group member.
21025         (jit-lock): Group declaration moved to jit-lock.el.
21026         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
21027         when necessary.
21029         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
21030         (jit-lock-context-unfontify-pos): Rename from
21031         jit-lock-first-unfontify-pos.
21032         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
21034 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
21036         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
21037         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
21038         (fortran-fill): When filling a string, adjust re-search-backward
21039         argument for special case of string just on fill-column.
21040         When filling non-string, allow one extra char if
21041         fortran-break-before-delimiters is non-nil.
21042         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
21043         Use fortran-break-delimiters-re and fortran-no-break-re to
21044         correctly handle cases such as "**".
21046         * progmodes/f90.el (f90-break-delimiters): Doc fix.
21047         (f90-no-break-re): Add some extra tokens.  Doc fix.
21049 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
21051         * mail/rmail-spam-filter.el:
21052         Use two semicolons as Commentary line prefix.
21053         Add ";;; Code:" stylized comment.
21054         Delete end-of-line whitespace.
21055         Wrap (require 'cl) with `eval-when-compile'.
21057 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
21059         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
21060         at the top level of vc.el.
21062 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
21064         * vc.el (vc-current-line): Function removed.  This is now done by
21065         the new function line-at-pos in simple.el.
21066         (vc-annotate-warp-version): Use line-at-pos instead of
21067         vc-current-line.
21069 2004-01-22  Kim F. Storm  <storm@cua.dk>
21071         * simple.el (line-at-pos): New defun.
21072         (what-line): Use it.  Optimize by only counting lines in narrowed
21073         region once.
21075 2004-01-22  Kenichi Handa  <handa@m17n.org>
21077         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
21078         point (register r1) only for charset mule-unicode-0100-24ff.
21080 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
21082         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
21083         trailing white space and ensure a final newline.
21085         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
21086         Add autoload cookie.
21088 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
21090         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
21091         activate view-mode explicitly.
21093 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21095         * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
21096         menu-bar-enable-clipboard and make Paste use clipboard first.
21098 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21100         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
21101         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
21102         (vc-mcvs-cvs): Remove.
21103         (vc-mcvs-command): Remove use of assert.
21105         * outline.el (outline-insert-heading): Tighten up match.
21106         (outline-demote, outline-move-subtree-down): Don't assume anything
21107         about outline-regexp.
21109         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
21110         (texinfo-show-structure): Explicitly add ^, and simplify.
21112 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
21114         * calendar/appt.el (appt-check): Restore usage of
21115         appt-issue-message deleted in previous change.
21116         (top-level): Activate package when loaded (needed for backwards
21117         compatibility).
21119 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
21121         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
21122         following previous change to smtpmail-send-data.
21124 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
21126         * vc.el (vc-default-previous-version): Doc enhancement.
21127         (vc-default-next-version): New function.
21128         (vc-print-log): New arg FOCUS-REV.
21129         (vc-annotate-mode): Derive from view-mode.
21130         (vc-annotate): New args REVISION, DISPLAY-MODE.
21131         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
21132         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
21133         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
21134         (vc-annotate-show-diff-revision-at-line, vc-current-line)
21135         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
21137         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
21139 2004-01-19  Karl Berry  <karl@gnu.org>
21141         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
21142         or "TexInfo".
21144 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
21146         * subr.el (delete-dups): New function.
21148 2004-01-19  Karl Berry  <karl@gnu.org>
21150         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
21151         with ^, since that's what texinfo-show-structure
21152         documentation says (plus it works much better in texinfo.txi).
21154 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
21156         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
21158 2004-01-18  David Ponce  <david@dponce.com>  (tiny change)
21160         * progmodes/which-func.el (which-function-mode): Don't cancel
21161         which-func-update-timer if not set.
21163 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
21165         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
21166         Remove spurious left square bracket in XX:XXam regexp.
21168 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
21170         * progmodes/cc-defs.el: Do not require cl at run time.
21172 2004-01-16  Richard M. Stallman  <rms@gnu.org>
21174         * emacs-lisp/cl.el (cl-cannot-unload): New function.
21175         (cl-unload-hook): Defvar this to run cl-cannot-unload.
21177         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
21178         Call rmail-spam-filter.  Delete and expunge spam.
21179         Print number of spam messages deleted.
21180         Save and restore the deletion status of old messages when reading
21181         new mail with spam filter, so that expunging spam does not expunge
21182         msgs deleted by the user.
21183         (rmail-only-expunge): Add an optional argument dont-show to
21184         prevent showing message after expunge.
21186 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
21188         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
21189         * subr.el (declare): New macro.
21191 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
21193         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
21195 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
21197         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21198         Test window-system rather than system-type (for X11/Mac).
21200 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
21202         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
21204 2004-01-12  Richard M. Stallman  <rms@gnu.org>
21206         * mail/rmail.el (rmail-convert-to-babyl-format):
21207         Use mail-unquote-printable-region.
21208         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
21209         (rmail-hex-char-to-integer): Functions deleted.
21211         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
21212         (mail-unquote-printable-region): New arg NOERROR.
21213         For invalid encoding, either signal an error to just return nil.
21215 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
21217         * calendar/appt.el: Update copyright and commentary.
21218         (appt-issue-message): Make obsolete.
21219         (appt-visible, appt-msg-window): Make obsolete, in favor of
21220         appt-display-format.
21221         (appt-display-mode-line, appt-display-duration)
21222         (appt-display-diary, appt-time-msg-list, appt-mode-string)
21223         (appt-prev-comp-time, appt-display-count, appt-timer)
21224         (appt-convert-time): Doc change.
21225         (appt-disp-window-function, appt-delete-window-function):
21226         Use defcustom rather than defvar.
21227         (appt-display-format): New variable.
21228         (appt-display-message): New function with display code from appt-check.
21229         (appt-check): Add optional FORCE argument.  Doc change.
21230         Add appt-make-list to diary-hook if displaying diary.
21231         Remove checking of view-diary-entries-initially.
21232         Message display section removed to new function appt-display-message.
21233         (appt-display-window): Doc change.  Remove unused internal var
21234         this-buffer.  Do not beep, since appt-display-message does that.
21235         (appt-make-list): Doc change.  Use caar.
21236         (appt-sort-list): Simplify by using builtin sort function.
21237         (appt-update-list): New function for updating appts when diary is
21238         saved.
21239         (appt-activate): New autoloaded function to toggle package
21240         functionality.
21242         * calendar/cal-x.el: (calendar-one-frame-setup)
21243         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
21245         * calendar/calendar.el: Update copyright.
21246         (view-diary-entries-initially, european-calendar-style): Doc change.
21247         (calendar-setup): Make defcustom rather than defvar.
21248         (mark-visible-calendar-date): Initialize temp-face and faceinfo
21249         in let binding so local to function.
21251         * calendar/diary-lib.el: Update copyright.
21252         (diary, diary-entry-time): Doc change.
21253         (list-diary-entries): Doc change.  Trivial logic change.
21254         (fancy-diary-display): Restore make-face command mistakenly
21255         deleted 2003-05-08.
21256         (show-all-diary-entries): Allow to pop-up frame if needed.
21258 2004-01-09  John Paul Wallington  <jpw@gnu.org>
21260         * bindings.el (mode-line-change-eol): Add EVENT parameter.
21261         Temporarily select EVENT's window for changing eol type.
21263 2004-01-09  Deepak Goel  <deego@gnufans.org>
21265         * calendar/diary-lib.el (diary-entry-time):
21266         Also accept time in the form XX[.XX][am/pm/AM/PM].
21267         (fancy-diary-font-lock-keywords): Likewise.
21268         (diary-font-lock-keywords): Likewise.
21269         * calendar/appt.el (appt-add): Likewise.
21270         (appt-make-list): Likewise.
21271         (appt-convert-time): Likewise.
21273 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
21275         * gdb-ui.el (gdb-ann3): Revert previous change.
21276         (gdb-source-info): Allow for case of where compilation directory
21277         is not recorded.
21279 2004-01-08  John Paul Wallington  <jpw@gnu.org>
21281         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
21283 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
21285         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
21287         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
21288         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
21289         problems.
21290         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
21292 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
21294         * files.el (write-file-functions, write-contents-functions):
21295         Clarify docstrings.
21297 2004-01-07  Kenichi Handa  <handa@m17n.org>
21299         * international/mule.el (set-auto-coding): Fix for the case that
21300         end-of-line is only CR.
21302 2004-01-07  Kim F. Storm  <storm@cua.dk>
21304         * subr.el (event-start, event-end): Doc fix.
21305         (posn-string, posn-image): New defuns.
21306         (posn-object): Return either image or string object.
21307         (posn-object-x-y): Return 8th element of position.
21308         (posn-object-width-height): New defun.
21310 2004-01-06  Andreas Schwab  <schwab@suse.de>
21312         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
21313         output.
21315 2004-01-05  Karl Berry  <karl@gnu.org>
21317         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
21318         / and *, too.
21320 2003-12-31  Simon Josefsson  <jas@extundo.com>
21322         * files.el (before-save-hook): Add.
21323         (basic-save-buffer): Use before-save-hook.
21325         * emacs-lisp/copyright.el: Fix comment to recommend
21326         before-save-hook instead of write-file-functions.
21328 2004-01-05  Richard M. Stallman  <rms@gnu.org>
21330         * finder.el (finder-commentary): Call delete-other-windows.
21332         * net/ange-ftp.el (ange-ftp-file-attributes):
21333         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
21335 2004-01-04  Karl Berry  <karl@gnu.org>
21337         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
21338         comment characters % and # in the copyright year notice,
21339         as well as ;.
21341 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
21343         * wid-edit.el (default): Define dummy :value-delete.
21344         Reported by Jesper Harder <harder@ifa.au.dk>.
21346 2004-01-03  Richard M. Stallman  <rms@gnu.org>
21348         * progmodes/compile.el (compile-internal): Use point, not point-min,
21349         for set-window-point.
21351         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
21353         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
21355         * progmodes/grep.el (grep-mode-map):
21356         Don't remap next-line, previous-line.
21358 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
21360         * speedbar.el (speedbar-edit-line): Change regexp to position
21361         the cursor on the first character of this line's button.
21363 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
21365         * subr.el (functionp): Doc fix.
21367 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
21369         * progmodes/idlwave.el (idlwave-make-tags):
21370         * textmodes/flyspell.el (flyspell-large-region):.
21371         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
21372         * emulation/viper-util.el (viper-glob-unix-files):
21373         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
21374         * man.el (Man-init-defvars):
21375         * jka-compr.el (jka-compr-call-process):
21376         * files.el (get-free-disk-space,insert-directory):
21377         * ediff-ptch.el (ediff-test-patch-utility):
21378         * ediff-diff.el (ediff-test-utility):
21379         * dired-aux.el (dired-check-process):
21380         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
21381         test the return value of call-process, because it can be a string.
21383 2003-12-31  John Paul Wallington  <jpw@gnu.org>
21385         * bindings.el (completion-ignored-extensions): Add .pfsl.
21387 2003-12-31  Kim F. Storm  <storm@cua.dk>
21389         * ido.el (ido-nonreadable-directory-p): New defun to check for
21390         nonreadable directory without activating tramp (to avoid problems
21391         with checking incomplete tramp paths).
21392         (ido-set-current-directory, ido-file-internal)
21393         (ido-file-name-all-completions1): Use it.
21395 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
21397         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
21398         documentation if the anchor (or node) name is preceded by `info
21399         anchor' or `Info anchor' in addition to earlier `info node' and
21400         `Info node'.
21401         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
21403 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
21405         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
21406         error in arguments to base64-decode-region.  Remove ^M characters
21407         after decoding base64.
21409 2003-12-30  Simon Josefsson  <jas@extundo.com>
21411         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
21412         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
21413         have only been distributed with Emacs for some years.
21414         (texinfo-mode-hook): Customize.
21416 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
21418         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
21419         cleaner (suggested by Richard Stallman).
21421         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
21422         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
21423         file-name clashes on 8+3 DOS filesystems.
21425         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
21426         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
21427         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
21428         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
21429         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
21430         file-name clashes on 8+3 filesystems.
21432         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
21433         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
21434         file-name clashes on 8+3 DOS filesystems.
21436 2003-12-29  Richard M. Stallman  <rms@gnu.org>
21438         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
21439         Upcase the character.
21441         * textmodes/flyspell.el (mail-mode-flyspell-verify):
21442         Search for header separator alone on a line, literally,
21443         and search for it backward, not forward.
21444         (flyspell-abbrev-table): Always use global-abbrev-table
21445         if there is no local one.
21447         * progmodes/sh-script.el (sh-get-indent-info):
21448         Don't move point back if at bob.
21450         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
21452         * play/handwrite.el (handwrite): Make the handwrite credit message
21453         a comment rather than an output command.
21455         * obsolete/sc.el: Display message that this file is obsolete.
21457         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
21459         * mail/rfc822.el (rfc822-address-start): Declare variable.
21460         Renamed from address-start.  All uses changed.
21462         * term.el (term-exec): Set up sentinel.
21463         (term-sentinel): New function.
21464         (term-handle-exit): New function.
21466         * subr.el (assoc-ignore-case, assoc-ignore-representation):
21467         Use assoc-string, and mark them obsolete.
21468         (delay-mode-hooks): Mark as permanent local.
21470         * simple.el (sendmail-user-agent-compose): Use assoc-string.
21472         * register.el (copy-rectangle-to-register): Doc fix.
21474         * info.el (Info-insert-dir): Use assoc-string.
21476         * info-look.el (info-lookup): Use assoc-string.
21478         * frame.el (pop-up-frame-function): Use quote, not `function'.
21479         (frame-notice-user-settings): Calculate ADJUSTED-TOP
21480         copying with lists as coordinate values.
21482         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
21484         * find-dired.el (kill-find): New command.
21485         (find-dired): Make buffer read-only.
21486         Set up a keymap with C-c C-k running kill-find.
21487         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
21489         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
21491         * filecache.el (file-cache-ignore-case): New variable.
21492         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
21494         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
21495         (comint-dynamic-complete-as-filename): Rename local vars.
21496         (comint-dynamic-list-filename-completions): Likewise.
21498         * comint.el (comint-dynamic-list-completions-config): New var.
21499         (comint-dynamic-list-completions): Handle both SPC and TAB right.
21501         * comint.el (comint-file-name-chars): Add [].
21502         (comint-word): Use skip-chars-backward, not search.
21504         * shell.el (shell-file-name-chars): Add [].
21506         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
21508         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
21510         * generic.el (define-generic-mode): Doc fix.
21512 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
21514         * files.el (kill-some-buffers): Doc fix.
21516 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
21518         * comint.el (comint-watch-for-password-prompt): Pass `string' as
21519         arg to send-invisible
21520         (send-invisible): Doc fix.  The argument is now a prompt, not the
21521         string to send.
21522         (comint-read-noecho): Doc fix.
21524 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
21526         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
21527         "@", as required by some ISP hosting service.  Fix defcustom
21528         argument syntax errors that prevented use of customization.
21530 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
21532         * xml.el (xml-get-attribute-or-nil): Doc fix.
21534 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
21536         * net/zone-mode.el (zone-mode): Use write-file-functions, not
21537         write-file-hooks.
21539 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
21541         * autorevert.el (auto-revert-interval): Doc fix.
21543 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
21545         * xml.el (xml-get-attribute-or-nil): New function, like
21546         xml-get-attribute, but returns nil if the attribute was not found.
21547         (xml-get-attribute): Convert to defsubst, uses
21548         xml-get-attribute-or-nil.
21550 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
21552         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
21554 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
21556         * custom.el (custom-declare-theme): Use `value' when putting
21557         properties on `theme'.
21559 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
21561         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
21562         for each yank-handler segment.
21563         (insert-for-yank-1): New function, with the body of the previous
21564         insert-for-yank.
21566         * textmodes/table.el (table-yank-handler): New defcustom.
21567         (table--put-cell-indicator-property): Put yank-handler property
21568         that indicates the yank handler for the table cell.
21570 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
21572         * generic-x.el (etc-modules-conf-generic-mode): A more complete
21573         set of keywords.
21575 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
21577         * international/mule-cmds.el (reset-language-environment)
21578         (set-language-environment): Don't invoke fontset-related functions
21579         if fontset-list is not fboundp.
21581 2003-12-29  Kenichi Handa  <handa@m17n.org>
21583         * international/mule-cmds.el (reset-language-environment):
21584         Call set-overriding-fontspec-internal with nil.
21585         (set-language-environment): Call set-overriding-fontspec-internal
21586         if the language environment specify `overriding-fontspec'.
21587         (language-info-alist): Doc added.
21589         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
21590         characters of mule-unicode-0100-24ff.
21591         (ccl-encode-windows-1251-font): New CCL program.
21592         ("Bulgarian"): Specify overriding-fontspec.
21593         ("Belarusian"): Likewise.
21595 2003-12-28  Sam Steingold  <sds@gnu.org>
21597         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
21598         parameter ID-FORMAT to conform with the 2003-11-30 patch.
21600 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
21602         * progmodes/gud.el (gud-gdb-command-name): Set default to
21603         "gdb --annotate=3".
21604         (gud-gdb-marker-filter): Look out for annotations.
21605         (gdb-first-pre-prompt): New variable.
21606         Remove trailing white space.
21608         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
21609         if necessary.
21610         (gdb-ann3): New function.  Initialize M-x gdb as for M-x gdba if
21611         annotations are detected.
21612         (gud-gdba-marker-filter): Use global variable gud-marker-acc
21613         instead of a local one to allow transition from
21614         gud-gdb-marker-filter.
21615         Remove trailing white space.
21617 2003-12-27  Kim F. Storm  <storm@cua.dk>
21619         * ido.el: Handle non-readable directories.
21620         (ido-decorations): Add 9th element for non-readable directory.
21621         (ido-directory-nonreadable): New dynamic var.
21622         (ido-set-current-directory): Set it.
21623         (ido-read-buffer, ido-file-internal):
21624         (ido-read-file-name, ido-read-directory-name): Let-bind it.
21625         (ido-file-name-all-completions1): Return empty list for
21626         non-readable directory.
21627         (ido-exhibit): Print [Not readable] if directory is not readable.
21628         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
21629         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
21630         Use it.
21632 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
21634         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
21635         calls to directory-files-and-attributes and file-attributes.
21636         (ls-lisp-format): Remove system dependent handling of user and
21637         group id's.
21639 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
21641         * ffap.el (ffap-read-file-or-url): Revert previous change.
21643 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
21645         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
21646         new list of included files called `files-with-node-lines', that
21647         only have node lines.  This way @include commands can include any
21648         file, such as version and update files without node lines, not
21649         just files that are chapters.
21651 2003-12-25  Andreas Schwab  <schwab@suse.de>
21653         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
21654         file not found.
21656 2003-12-08  Miles Bader  <miles@gnu.org>
21658         * dired.el (dired-between-files): Always use dired-move-to-filename,
21659         which is more robust in non-english locales.
21661 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
21663         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
21665 2003-12-24  Andreas Schwab  <schwab@suse.de>
21667         * shell.el (shell-file-name-quote-list): Add backslash.
21669         * comint.el (comint-quote-filename): Correctly handle backslash
21670         in comint-file-name-quote-list.
21672 2003-12-24  Kenichi Handa  <handa@m17n.org>
21674         * international/mule-cmds.el (set-default-coding-systems):
21675         Call ucs-set-table-for-input for all buffers that don't have local
21676         value of buffer-file-coding-system.
21678         * international/ucs-tables.el (ucs-set-table-for-input):
21679         If translation-table-for-encode is a symbol, get its
21680         translation-table property.
21682 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
21684         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
21685         to `completing-read' on a recently fixed bug.
21687         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
21688         instead of SPACE, to get the list of possible fringe modes.
21689         SPACE only works if both `partial-completion-mode' and
21690         `completion-auto-help' are nil.
21692         * complete.el (PC-is-complete-p): Delete.
21693         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
21694         calls to `test-completion'.
21696 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
21698         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
21699         to edit values when there are no children.
21701         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
21702         a mode called "Assembler" already exists.
21703         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
21704         (gud-watch): Use format option.  Remove font properties from string.
21705         (gdb-var-create-handler, gdb-var-list-children-handler):
21706         Don't bother about properties as there are none.
21707         (gdb-var-create-handler, gdb-var-list-children-handler)
21708         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
21709         with two arguments.
21710         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
21711         Let speedbar show value changes with a different font.
21712         (gdb-edit-value): New defun.
21713         (gdb-clear-partial-output, gdb-clear-inferior-io)
21714         (def-gdb-auto-update-handler): Use erase-buffer.
21715         (gdb-frame-handler): Display watch expressions in
21716         FUNCTION::VARIABLE format if required.
21718 2003-12-23  John Paul Wallington  <jpw@gnu.org>
21720         * info.el (Info-unescape-quotes, Info-split-parameter-string)
21721         (Info-goto-emacs-command-node): Doc fixes.
21723 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
21725         * cus-edit.el (custom-add-parent-links): Define "many".
21727 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
21729         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
21730         (widget-child-validate, widget-type-value-create)
21731         (widget-type-default-get, widget-type-match): New functions.
21732         (lazy): New widget.
21733         (menu-choice, checklist, radio-button-choice, editable-list)
21734         (group, documentation-string): Remove redundant (per 2003-10-25
21735         change) calls to `widget-children-value-delete'.
21736         (widget-choice-value-get, widget-choice-value-inline): Remove.
21737         (menu-choice): Update widget.
21739 2003-12-03  Kenichi Handa  <handa@m17n.org>
21741         * language/cyrillic.el: Register "microsoft-cp1251" in
21742         ctext-non-standard-encodings-alist.
21743         ("Bulgarian"): Add ctext-non-standard-encodings.
21744         ("Belarusian"): Likewise.
21746         * international/mule-conf.el (compound-text-with-extensions):
21747         Change the type to 2 (iso-2022 base).
21749         * international/mule.el (ctext-non-standard-encodings-alist):
21750         Change the format.
21751         (ctext-non-standard-encodings): New variable.
21752         (ctext-post-read-conversion): Fully re-written.
21753         (ctext-non-standard-designations-alist): Delete it.
21754         (ctext-non-standard-encodings-table): New function.
21755         (ctext-pre-write-conversion): Fully re-written.
21757 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
21759         * cus-edit.el (custom-add-parent-links): Add documentation links
21760         for parent, if the item has none of its own.
21762 2003-11-30  Richard M. Stallman  <rms@gnu.org>
21764         * dired-aux.el (dired-do-query-replace-regexp):
21765         Report files visited read-only.
21767 2003-11-30  Juri Linkov  <juri@jurta.org>
21769         * dired-aux.el (dired-compare-directories): New command.
21770         (dired-file-set-difference, dired-files-attributes): New functions.
21772 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
21773         Version 2.0.38 of Tramp released.
21775         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
21776         Charles Curley <charlescurley@charlescurley.com>.
21777         (tramp-multi-connection-function-alist): Add ssht entry which adds
21778         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
21779         Aichner.
21780         (tramp-get-method-parameter): New function to retrieve a method
21781         parameter.  This allows for omission of method parameters.
21782         Callers adjusted.
21784 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
21786         * net/tramp.el: Add new optional parameter ID-FORMAT to
21787         `file-attributes'.  Calls of `file-attributes' won't use this
21788         parameter for backward compatibility reasons.
21789         (tramp-perl-file-attributes): Add a new parameter to Perl script
21790         in order to handle uid/gid as strings, if desired.
21791         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
21792         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
21793         order to make the function more general.
21794         (tramp-handle-file-attributes): Replace proprietary optional
21795         parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
21796         (tramp-handle-file-attributes-with-perl): Handle parameter
21797         NONNUMERIC if set.  This wasn't done in the past.
21798         (tramp-post-connection): Apply second parameter "$2" if
21799         `tramp-remote-perl' is called.
21801         * net/tramp-smb.el (tramp-smb-handle-delete-file):
21802         Correct cut'n'waste error (`filename' instead of `directory').
21803         (tramp-smb-handle-directory-files-and-attributes)
21804         (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
21805         introduced parameter ID-FORMAT.
21806         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
21807         error (`directory' instead of `ldir').
21809         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
21810         `file-attributes' has a second parameter.  If yes, apply it with
21811         value "'integer".  Otherwise, don't use that parameter (default is
21812         integer format).
21814 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
21816         * help.el (help-map): Bind `display-local-help' to `C-h .'.
21817         (help-for-help): Add `C-h .' to the listed Help options.
21818         Remove trailing whitespace.
21820         * help-at-pt.el: New file.
21822 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
21824         * subr.el (noreturn, 1value): New macros for test coverage.
21825         See `testcover.el'.
21827         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
21829         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
21830         for macro `1value'.
21831         (testcover-1value): New function.  Checks that a 1value form
21832         actually returns only one value.  Requested by RMS.
21834 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
21836         * gdb-ui.el (gud-watch, gdb-var-create-handler)
21837         (gdb-var-list-children, gdb-var-list-children-handler)
21838         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
21839         gdb commands that use mi to keep them out of the command history.
21841 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21843         * cus-start.el (all): Add use-file-dialog.
21845 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
21847         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
21849 2003-11-27  Kim F. Storm  <storm@cua.dk>
21851         * subr.el (posn-object-x-y): New defun.
21853 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21855         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
21856         Don't use `space' for \\\n.
21857         Be more selective as to which # are comment-starters.
21859 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
21861         * subr.el (number-sequence): Improve handling of floating point
21862         arguments (suggested by Kim Storm).  Allow negative arguments.
21864 2003-11-26  Kenichi Handa  <handa@m17n.org>
21866         * international/mule-cmds.el (standard-display-european-internal):
21867         Cancel the standard-display-table setting for ` and '.
21869 2003-11-26  Kim F. Storm  <storm@cua.dk>
21871         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
21872         New defcustoms to add ffap-like functionality to ido.
21873         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
21874         (ido-no-final-slash): New defun.
21875         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
21876         (ido-read-file-name): ): Toggle VC checking via
21877         vc-handled-backends instead of vc-master-templates.
21878         (ido-file-internal): Handle ido-use-url-at-point and
21879         ido-use-filename-at-point via code borrowed from ffap-guesser.
21880         Handle new ido-exit code ffap.
21881         (ido-sort-list): Ignore final slash when sorting file names.
21883 2003-11-25  Kim F. Storm  <storm@cua.dk>
21885         * emulation/cua-base.el (cua--standard-movement-commands):
21886         Add forward-sentence and backward-sentence.
21888 2003-11-25  Stephen Eglen  <stephen@gnu.org>
21890         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
21891         iswitchb-exit is set to 'usefirst when user selects buffer at head
21892         of list using RET.  (Selecting buffers at the head of the list was
21893         broken if the substring was also a complete buffername.)
21895 2003-11-23  Kim F. Storm  <storm@cua.dk>
21897         * progmodes/compile.el (grep-command, grep-use-null-device)
21898         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
21899         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
21900         (grep-regexp-alist, grep-program, find-program)
21901         (grep-find-use-xargs, grep-history, grep-find-history)
21902         (grep-process-setup, grep-compute-defaults)
21903         (grep-default-command, grep, grep-tag-default, grep-find)
21904         (grep-expand-command-macros, grep-tree-last-regexp)
21905         (grep-tree-last-files, grep-tree): Move grep variables, functions
21906         and commands to new file grep.el.
21907         (compilation-mode-map): Remove grep commands from Compile sub-menu.
21908         (compilation-process-setup-function): Doc fix.
21909         (compilation-highlight-regexp, compilation-highlight-overlay): New
21910         defvars used for highlighting current compile error in source buffer.
21911         (compile-internal): New optional args HIGHLIGHT-REGEXP and
21912         LOCAL-MAP which overrides compilation-highlight-regexp and
21913         compilation-mode-map for this compilation.
21914         Delay calling compilation-set-window-height until after running
21915         compilation-process-setup-function so it can buffer-local override
21916         compilation-window-height.
21917         Check buffer-local value of compilation-scroll-output.
21918         (compilation-set-window-height): Use buffer-local value of
21919         compilation-window-height.
21920         (compilation-revert-buffer): Don't pass (undefined)
21921         preserve-modes arg to revert-buffer.
21922         (next-error-no-select, previous-error-no-select): New commands.
21923         (compilation-goto-locus): Temporarily highlight current match in
21924         source buffer using compilation-highlight-regexp.
21926         * progmodes/grep.el: New file with grep code from compile.el.
21927         (grep): New defcustom group.
21928         (grep-window-height): New defcustom, like compilation-window-height.
21929         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
21930         (grep-scroll-output): New defcustom, like compilation-scroll-output.
21931         (grep-command, grep-use-null-device, grep-find-command)
21932         (grep-tree-files-aliases, grep-tree-ignore-case)
21933         (grep-tree-ignore-CVS-directories): Move to grep custom group.
21934         (grep-setup-hook): New hook variable.
21935         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
21936         (grep-last-buffer): New defvar, override compilation-last-buffer.
21937         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
21938         Call compile-internal with args highlight-regexp and grep-mode-map.
21940 2003-11-23  Kim F. Storm  <storm@cua.dk>
21942         * subr.el (event-start, event-end): Doc fix.
21943         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
21944         (posn-area, posn-actual-col-row, posn-object): New defuns.
21945         (posn-col-row): Simplify doc.  Rewrite to use cond.
21946         (posn-point): Also return buffer position for events outside text
21947         area (that info is now present in the event position).
21949         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
21950         mouse-set-point so that hscroll still works now that clicks on
21951         fringes generate specific mouse events.
21952         (mouse-set-point): Note that it now works in fringes and margins
21953         too due to new semantics of posn-point in fringes and margins.
21955         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
21956         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
21958 2003-11-20  Kim F. Storm  <storm@cua.dk>
21960         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
21961         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
21962         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
21963         to 100 for icons to avoid increasing line height when shown.
21965 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
21967         * newcomment.el (comment-normalize-vars): Initialize properly if
21968         comment-start was nil.
21970 2003-11-19  Andreas Schwab  <schwab@suse.de>
21972         * simple.el (set-variable): Fix indentation.
21974 2003-11-17  Kenichi Handa  <handa@m17n.org>
21976         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
21977         Fix docstring.
21979 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
21981         * international/latin1-disp.el (latin1-display): Fix docstring.
21983 2003-11-16  John Wiegley  <johnw@newartisans.com>
21985         * eshell/em-ls.el (eshell-ls-file): There are times with
21986         size-width is nil and uncomputed (when directories are created in
21987         dired, for example); in this case, 4 is reasonable default value,
21988         although it may caused skewed new entries (which could be avoided
21989         by returning the original value of 8 in all cases, but 99% of the
21990         time this is a waste of whitespace).
21992 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
21994         * cc-engine.el (c-guess-continued-construct)
21995         (c-guess-basic-syntax): Check a little more carefully if it's a
21996         function declaration when an unknown construct followed by a block
21997         is found inside a statement context.  This avoids macros followed
21998         by blocks to be taken as function declarations.
22000         (c-guess-continued-construct): Change the analysis of a statement
22001         continuation with a brace open to `substatement-block', for
22002         consistency with recognized statements.
22004         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
22005         start is in a position so that `c-beginning-of-statement-1' jumped
22006         to the beginning of the same statement.
22008         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
22009         Don't accept binary operators in the arglist if we're in a function
22010         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
22011         template recognition in cases like "if (a < b || c > d)".
22013         (c-restricted-<>-arglists): New more appropriate name for
22014         `c-disallow-comma-in-<>-arglists'.
22016         Accessing functions updated for the variable name change.
22018         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
22019         match data could get clobbered if NOT-INSIDE-TOKEN is used.
22021         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
22022         labels.
22024         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
22025         instead of duplicating parts of it.  This fixes bogus label
22026         recognition.
22028         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
22029         of checking the context in which to apply the minimum indentation,
22030         so that it isn't enforced in e.g. namespace blocks.
22032         * cc-vars.el (c-inside-block-syms): New constant used by
22033         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
22034         to somewhat reduce the risk of becoming stale.
22036         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
22037         cc-cmds to cc-engine to allow use from cc-align.
22039         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
22040         qualified identifiers containing "::".
22042         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
22043         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
22045         * cc-vars.el (c-emacs-features): Use a space in front of the name
22046         of the temporary buffer.  That also avoids dumping problems in
22047         XEmacs due to undo info being left around after the buffer is killed.
22049         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
22050         arglist to see if it's a K&R style declaration.
22052         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
22053         before returning `knr-argdecl-intro'.
22055 2003-11-16  John Wiegley  <johnw@newartisans.com>
22057         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
22058         field in a long-listing always 8 characters, use `size-width',
22059         which has already been computed.
22061 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
22063         * subr.el (minor-mode-list): Add `hs-minor-mode'.
22065 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
22067         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
22068         Support operation while narrowed, with `diff-restrict-view'.
22070 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
22072         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
22073         Take additional optional arg NARROWFUN.  For the generated functions:
22074         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
22075         include frags that arrange to check for and save narrowing state before
22076         the move and then conditionally call NARROWFUN after the move.
22078 2003-11-14  John Wiegley  <johnw@newartisans.com>
22080         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
22081         that was optional, but obviously missing based on surrounding code.
22083         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
22084         string arguments to numbers unless the whole argument was seen as
22085         a number.
22087 2003-11-14  Kenichi Handa  <handa@m17n.org>
22089         * international/mule.el (ctext-non-standard-encodings-alist):
22090         Fix coding systems.
22092 2003-11-10  Kenichi Handa  <handa@m17n.org>
22094         * language/kannada.el ("Kannada"): Add sample-text.
22096         * language/knd-util.el (kannada-compose-region)
22097         (kannada-compose-string, kannada-post-read-conversion):
22098         Add autoload cookie.
22100         * international/quail.el (quail-completion): Change the message
22101         "corresponding translations" to "corresponding characters".
22103 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
22105         * descr-text.el (describe-char): Fix typo.
22107 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
22109         These changes are to support Kannada language/script.
22111         * Makefile.in (DONTCOMPILE): Add kannada.el.
22113         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
22115         * loadup.el: Preload kannada.el.
22117         * language/ind-util.el (ucs-kannada-to-is13194-alist)
22118         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
22119         New variables.
22121         * language/kannada.el: New file.
22123         * language/knd-util.el: New file.
22125 2003-11-07  Andreas Schwab  <schwab@suse.de>
22127         * progmodes/autoconf.el (autoconf-font-lock-keywords):
22128         Also highlight AH_*.
22130         * xml.el (xml-parse-dtd): Fix misplaced paren.
22132 2003-11-07  Kenichi Handa  <handa@m17n.org>
22134         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
22136 2003-11-05  Juri Linkov  <juri@jurta.org>
22138         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
22139         (desktop-buffer-file): Use saved buffer-file-coding-system
22140         for file reading.  Set auto-insert to nil to prevent automatic
22141         insertion into restored empty files.
22143 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
22145         * files.el (risky-local-variable-p): Make second argument optional.
22147 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22149         * subr.el (add-hook): Fix last change.
22151 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
22153         * mail/rmail.el (rmail-convert-to-babyl-format):
22154         If base64-decode-region signals an error, catch it and silently
22155         ignore it.
22157 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
22159         * xml.el (xml-parse-region): Allow comments to appear after the
22160         topmost element has closed.
22161         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
22162         (xml-ns-expand-attr): New functions to do namespace handling.
22163         (xml-intern-attrlist): Back-compatible handling of attribute names.
22164         (xml-parse-tag): Move namespace handling to separate functions.
22165         Now produces elements in the form ((:ns . "element") (attr-list)
22166         children) instead of ('ns:element (attr-list) children).
22167         (xml-parse-attlist): Fix attribute parsing.
22168         (xml-parse-dtd): Change parsing so that it produces strings
22169         instead of interned symbols.
22171 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
22173         * dired.el (dired-ls-sorting-switches): Doc fix.
22175 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
22177         * emacs-lisp/rx.el (rx-or): Fix the case of
22178         "(rx (and ?a (or ?b ?c) ?d))".
22180 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
22182         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
22183         (texinfo-format-region): Use it.
22184         (texinfo-format-buffer-1): Ditto.
22186 2003-11-01  Alan Mackenzie  <acm@muc.de>
22188         Changes to allow scrolling whilst in isearch mode:
22189         * isearch.el (isearch-unread-key-sequence): New function,
22190         extracted from isearch-other-meta-char.
22191         (top level): (put 'foo 'isearch-scroll) on all Emacs's
22192         "scrollable" standard functions.
22193         (isearch-allow-scroll): New customizable variable.
22194         (isearch-string-out-of-window, isearch-back-into-window)
22195         (isearch-reread-key-sequence-naturally)
22196         (isearch-lookup-scroll-key): New functions.
22197         (isearch-other-meta-char): Doc string and functionality enhanced.
22198         Now accepts a prefix argument.
22199         (isearch-lazy-highlight-window-end): New variable.
22200         (isearch-lazy-highlight-new-loop): Pay attention to the window's
22201         end (thru isearch-lazy-highlight-window-end), not only its start.
22203         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
22204         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
22205         (universal-argument, universal-argument-more, negative-argument)
22206         (digit-argument, universal-argument-other-key): Minor changes.
22208 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
22210         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
22211         recursively if the last message is deleted, thus avoiding an
22212         infinite loop.
22214 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22216         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
22217         (tex-main-file): Don't add .tex if the extension is already present.
22218         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
22220 2003-10-29  Lute Kamstra  <lute@gnu.org>
22222         * progmodes/octave-inf.el (inferior-octave-prompt):
22223         Recognize version number in prompt.
22225 2003-10-28  Dave Love  <fx@gnu.org>
22227         * international/characters.el: Fix some Unicode ranges.
22229 2003-10-28  Kenichi Handa  <handa@m17n.org>
22231         * disp-table.el (standard-display-8bit)
22232         (standard-display-default, standard-display-ascii)
22233         (standard-display-g1, standard-display-graphic)
22234         (standard-display-underline): Assure that standard-display-table
22235         is a display table.
22237 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
22239         * simple.el (reindent-then-newline-and-indent): Delete space *after*
22240         reindenting the first line.
22242 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
22244         * wid-edit.el (widget-default-delete): Always delete child widgets.
22246 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
22248         * newcomment.el (comment-indent): Don't call indent-according-to-mode
22249         if the line has code.
22250         Don't try to line up with something that's too far left.
22252         * progmodes/octave-mod.el (octave-comment-start): Simplify.
22253         (octave-mode-syntax-table): Add % as a comment starter.
22254         (octave-point): Remove.
22255         (octave-in-comment-p, octave-in-string-p)
22256         (octave-not-in-string-or-comment-p, calculate-octave-indent)
22257         (octave-blink-matching-block-open, octave-auto-fill):
22258         Use line-(beginning|end)-position instead.
22260 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
22262         * emacs-lisp/authors.el (authors-aliases): Add correct realname
22263         for Francesco Potort\e,Al\e(B.
22265 2003-10-23  Dave Love  <fx@gnu.org>
22267         * international/mule-cmds.el (locale-charset-to-coding-system):
22268         Don't rely on nil being a coding system.
22270         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
22271         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
22272         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
22274 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
22276         * gdb-ui.el (gdb-current-language): New variable.
22277         (gdb-update-flag): Remove variable.
22278         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
22279         (gdb-take-last-elt): Remove function.
22280         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
22281         (gdb-post-prompt): Check for variable object changes here.
22283         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
22284         object changes in gdb-ui.el.
22286 2003-10-21  Richard M. Stallman  <rms@gnu.org>
22288         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
22290         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
22291         Don't check for foo*/ wildcard form here.
22292         (insert-directory): Recognize foo*/ as a wildcard.
22293         Separate wildcard-regexp variable from the arg, wildcard.
22295         * subr.el (add-hook): Correctly detect when make-local-hook was used.
22296         (remove-hook): Correctly handle strange cases about local hooks.
22298 2003-10-21  David Ponce  <david@dponce.com>
22300         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
22301         argument REAL, to return a real number instead of a rounded
22302         integer value.  Define as inline function.
22303         (ruler-mode-right-fringe-cols): Likewise.
22304         (ruler-mode-scroll-bar-cols): New function.
22305         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
22306         (ruler-mode-right-scroll-bar-cols): Likewise.
22307         (ruler-mode-space): New function.
22308         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
22309         scroll bar mode and margins in a more robust way.
22311 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
22313         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
22314         (antlr-c-init-language-vars): New function.
22315         (antlr-mode): Use it with cc-mode before v5.29.
22316         (antlr-c-common-init): Don't set some local vars here.
22317         (antlr-mode): Set them here.
22318         (antlr-c-forward-sws): New function alias.
22319         (antlr-mode): Redefine with cc-mode before v5.30.
22320         (antlr-skip-sexps): Use it.
22321         (antlr-skip-exception-part): Ditto.
22322         (antlr-skip-file-prelude): Ditto.
22323         (antlr-outside-rule-p): Ditto.
22324         (antlr-end-of-body): Ditto.
22325         (antlr-option-kind): Ditto.
22326         (antlr-insert-option-area): Ditto.
22327         (antlr-file-dependencies): Ditto.
22329 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
22331         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
22332         Move backward only if point was not inside an entry.
22334 2003-10-21  Richard M. Stallman  <rms@gnu.org>
22336         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
22338 2003-10-21  Juri Linkov  <juri@jurta.org>
22340         * compare-w.el: Automatically skip non-matching text to resync.
22341         (compare-windows-whitespace): Doc fix.
22342         (compare-windows-sync, compare-windows-sync-string-size)
22343         (compare-windows-recenter, compare-ignore-whitespace)
22344         (compare-windows-highlight, compare-windows-face): New variables.
22345         (compare-windows): Use compare-windows-sync.
22346         (compare-windows-highlight, compare-windows-dehighlight)
22347         (compare-windows-sync-regexp)
22348         (compare-windows-sync-default-function): New functions.
22350 2003-10-21  Juri Linkov  <juri@jurta.org>
22352         * diff.el (diff-parse-differences): Don't visit the files now;
22353         instead, just record the error locus.
22355 2003-10-21  Dave Love  <fx@gnu.org>
22357         * progmodes/cfengine.el: New file.
22359 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22361         * complete.el (PC-do-completion): Do not forget to use `pred' as the
22362         default-directory when completing file names.
22364 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
22366         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
22367         followed by the word `face', it gets treated as a face, even if
22368         it is also defined as a variable or a function.
22370 2003-10-20  Dave Love  <fx@gnu.org>
22372         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
22373         Avoid incf in macro expansion.
22375 2003-10-20  John Paul Wallington  <jpw@gnu.org>
22377         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
22378         `evenp' so we don't implicitly require cl library at runtime.
22380 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
22382         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
22383         (help-make-xrefs): Only make cross-references for faces if
22384         preceded or followed by the word `face'.  Do not make a
22385         cross-reference for variables without variable documentation,
22386         unless preceded by the word `variable' or `option'.  Update doc
22387         string accordingly.
22389 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
22391         * progmodes/hideshow.el: Rewrite one-armed `if'
22392         constructs using either `when' or `unless'.
22393         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
22395 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
22397         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
22398         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
22399         instead of 12x12.
22401 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
22403         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
22404         message while converting to Babyl.
22406 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
22408         * allout.el (allout-mode): Doc fix.
22410 2003-10-16  Lute Kamstra  <lute@gnu.org>
22412         * subr.el (force-mode-line-update): Fix docstring.
22414 2003-10-14  Dave Love  <fx@gnu.org>
22416         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
22417         (default-input-method): Add :link, improve :type.
22418         (locale-charset-language-names): Fix utf-8 pattern.
22419         (locale-charset-match-p, locale-charset-alist)
22420         (locale-charset-to-coding-system): New.
22421         (set-locale-environment): Deal with codeset part of locale specs.
22423 2003-10-14  Lute Kamstra  <lute@gnu.org>
22425         * fringe.el (fringe-mode): Use active voice in docstring.
22426         (set-fringe-style): Ditto.
22428 2003-10-13  Lute Kamstra  <lute@gnu.org>
22430         * fringe.el (fringe-mode): Fix docstring.
22431         (set-fringe-style): Ditto.
22433 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
22435         * ediff-mult.el (ediff-filegroup-action):
22436         Use ediff-default-filtering-regexp.
22438         * ediff-util.el (ediff-recenter): Don't call
22439         ediff-restore-highlighting twice.
22440         (ediff-select-difference): Set current difference.
22441         (ediff-unselect-and-select-difference): Add comment.
22443         * ediff.el (ediff-directories,ediff-directory-revisions)
22444         (ediff-directories3,ediff-merge-directories)
22445         (ediff-merge-directories-with-ancestor)
22446         (ediff-merge-directory-revisions)
22447         (ediff-merge-directory-revisions-with-ancestor):
22448         Use ediff-default-filtering-regexp.
22450 2003-10-12  Andreas Schwab  <schwab@suse.de>
22452         * international/mule-cmds.el (locale-charset-language-names):
22453         Simplify regex by removing unused grouping.
22455 2003-10-10  Dave Love  <fx@gnu.org>
22457         * bindings.el: Don't bind stop.
22459 2003-10-08  Miles Bader  <miles@gnu.org>
22461         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
22462         face instead of attempting to emulate it.
22464 2003-10-07  Kenichi Handa  <handa@m17n.org>
22466         * international/mule-diag.el (list-coding-systems-1): List coding
22467         systems that are loaded automatically.
22469         * international/code-pages.el (iso-8859-11): Add autoload cookie.
22471         * international/mule.el (autoload-coding-system): New function.
22473 2003-10-07  Andreas Schwab  <schwab@suse.de>
22475         * log-edit.el (log-edit-changelog-entries): Prefer local value of
22476         change-log-default-name in the buffer visiting the file.
22478 2003-10-06  Dave Love  <fx@gnu.org>
22480         * files.el (find-file-hook): Customize.
22481         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
22483         * bindings.el (completion-ignored-extensions): Remove .log.
22484         (global-map): Add again, open, stop keys.
22486 2003-10-05  Richard M. Stallman  <rms@gnu.org>
22488         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
22489         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
22490         Use sh-modify directly.
22491         (sh-select): Use sh-append, not eval.
22493         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
22495         * info.el (Info-following-node-name): New function.
22497         * loadhist.el (unload-feature-special-hooks):
22498         Rename from loadhist-hook-functions.
22499         (loadhist-hook-functions): Now an alias.
22501 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
22503         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
22504         file-name clashes on 8+3 filesystems.
22506         * Makefile.in (DONTCOMPILE, bootstrap-clean):
22507         Rename loaddefs-boot.el to ldefs-boot.el
22509         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
22510         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
22512 2003-10-03  Lute Kamstra  <lute@gnu.org>
22514         * info.el (Info-mode): Revert previous change.
22515         (Info-escape-percent): New function.
22516         (Info-fontify-node): Use it.
22518 2003-10-02  Andreas Schwab  <schwab@suse.de>
22520         * loaddefs-boot.el: Regenerated.
22522 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
22524         * ffap.el: Remove defadvice related code from CVS since `complete'
22525         provides a `PC-completion-as-file-name-predicate' variable that
22526         ffap can override.
22528 2003-10-02  Kenichi Handa  <handa@m17n.org>
22530         * international/utf-8.el (ccl-decode-mule-utf-8):
22531         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
22533         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
22534         * international/subst-big5.el: Likewise.
22535         * international/subst-gb2312.el: Likewise.
22536         * international/subst-ksc.el: Likewise.
22538 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
22540         * calendar/calendar.el (increment-calendar-month)
22541         (calendar-leap-year-p, calendar-absolute-from-gregorian)
22542         (generate-calendar, calendar-read-date, calendar-interval)
22543         (calendar-day-of-week): Handle years BC.
22544         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
22546 2003-10-01  Dave Love  <fx@gnu.org>
22548         * language/cyrillic.el (cp1251): Alias for windows-1251.
22550         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
22551         bootstrap.
22553 2003-10-01  Lute Kamstra  <lute@gnu.org>
22555         * files.el: Fix typo.
22556         * imenu.el (imenu--generic-function): Docstring fix.
22558 2003-09-30  Richard M. Stallman  <rms@gnu.org>
22560         * dired.el (dired-mode): Handle dired-directory as a list.
22562 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
22564         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
22566         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
22568         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
22569         Replace gud-display with gud-watch.
22570         (gud-speedbar-buttons): Add stuff for watching expressions
22571         in the speedbar when using M-x gdba.  Use dolist on old part
22572         of this function.
22574         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
22575         (gdb-update-flag): New variables.
22576         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
22577         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
22578         (gud-watch, gdb-var-create-handler) : New functions.
22579         (gdb-var-list-children, gdb-var-list-children-handler)
22580         (gdb-var-create-regexp, gdb-var-update-regexp)
22581         (gdb-var-list-children-regexp): New constants.
22582         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
22583         (gdb-annotation-rules): Reduce annotation set (level 3).
22584         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
22585         (gdb-post-prompt): Don't update GDB buffers every time speedbar
22586         updates.
22587         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
22588         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
22589         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
22590         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
22591         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
22592         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
22593         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
22594         (gud-display, gud-display1)
22595         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
22596         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
22597         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
22598         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
22599         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
22600         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
22601         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
22602         (gdb-display-display-buffer, gdb-toggle-display)
22603         (gdb-delete-display, gdb-expressions-popup-menu)
22604         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
22605         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
22606         to display buffer.
22608 2003-09-30  Richard M. Stallman  <rms@gnu.org>
22610         * progmodes/ada-mode.el (ada-mode): Don't use advice.
22611         Instead, set which-func-functions.
22613         * progmodes/which-func.el (which-func-modes): Add ada-mode.
22614         (which-func-functions): New variable.
22615         (which-function): Use that.
22617         * info.el (Info-mode): Double each `%' in header line.
22619         * emacs-lisp/lisp-mnt.el (lm-with-file):
22620         When FILE is nil, run BODY in current buffer.
22622         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
22624         * help.el (describe-mode): Start with a brief list of minor modes.
22625         Find them thru minor-mode-list so as to find them all.
22626         Show them in alphabetical order.
22628         * mail/sendmail.el (mail-aliases): Doc fix.
22630         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
22632 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
22634         * mail/rmailsum.el (rmail-make-summary-line-1):
22635         Change comma after last label to a space.
22636         (rmail-summary-font-lock-keywords): Adapt to that change.
22638 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
22640         * progmodes/scheme.el (scheme-mode-variables): When setting
22641         `font-lock-defaults', also specify that "#" should
22642         be interpreted with `word' syntax.
22643         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
22645 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
22647         * desktop.el: A lot of comments updated.
22648         (desktop-save-mode): Minor mode introduced.
22649         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
22650         (desktop-load-default): Function made obsolete.
22651         (desktop-locals-to-save): Variable made customizable.
22652         (desktop-read): Optional parameter `dirname' added.
22653         (desktop-change-dir, desktop-revert): Parameter `dirname' in
22654         `desktop-read' used.
22655         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
22657 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
22659         * whitespace.el (whitespace-clean-msg): Add user customizable message
22660         for displaying ``clean'' output.
22661         (whitespace-buffer): Use `whitespace-clean-msg'.
22662         (whitespace-global-mode): Fix typo.
22664 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
22666         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
22668 2003-09-29  Lute Kamstra  <lute@gnu.org>
22670         * bindings.el (mode-line-modes): Remove superfluous :propertize
22671         construct in initialization.
22672         (mode-line-position): Change cons cell into proper list in
22673         initialization.
22675 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
22677         * international/mule.el (decode-coding-inserted-region): Use car
22678         of the return value of find-operation-coding-system.
22680 2003-09-29  Kenichi Handa  <handa@m17n.org>
22682         * descr-text.el (describe-char): Fix previous change.
22684 2003-09-28  Kenichi Handa  <handa@m17n.org>
22686         * descr-text.el (describe-char-display): New function.
22687         (describe-char): Pay attention to display table on describing how
22688         a character is displayed.
22690         * international/mule-cmds.el (encoded-string-description):
22691         Prepend "0x" to each encoded byte.
22693 2003-09-28  Andreas Schwab  <schwab@suse.de>
22695         * find-file.el (ff-special-constructs): Add autoload cookie.
22697 2003-09-28  Kevin Ryde  <user42@zip.com.au>
22699         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
22700         makeinfo appends to duplicate index entries.
22702 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
22704         * dired-x.el (dired-clean-tex): Doc fix.
22706         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
22707         using a Chinese tutorial.
22709 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
22711         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
22712         between "MAIL FROM:" and "RCPT TO:" and the following address.
22714 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
22716         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
22718 2003-09-28  David Ponce  <david@dponce.com>
22720         * recentf.el (recentf-initialize-file-name-history): New defcustom.
22721         (recentf-load-list): When `recentf-initialize-file-name-history'
22722         is non-nil, initialize an empty `file-name-history' with the
22723         recent list.
22725 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
22727         * man.el (Man-default-man-entry): Remove the leading `*' from the
22728         word at point.
22730 2003-09-26  Lute Kamstra  <lute@gnu.org>
22732         * bindings.el (mode-line-position): Mention size indication in
22733         docstring.
22735 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
22737         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
22739         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
22740         because it's autoloaded now.
22742 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
22744         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
22745         (sh-font-lock-keywords, sh-feature): Fix previous change of
22746         sh-feature to avoid infloop with sh-font-lock-keywords.
22748 2003-09-25  Kim F. Storm  <storm@cua.dk>
22750         * frame.el (frame-current-scroll-bars): New defun.
22752         * window.el (window-current-scroll-bars): New defun.
22754 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
22756         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
22757         cause errors when the state cache contains info on parts that have
22758         been narrowed out.
22760 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
22762         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
22763         `c-setup-paragraph-variables' has to be used when this variable is
22764         changed; it doesn't work to reinitialize the mode since that
22765         typically clobbers the variable.
22767         * progmodes/cc-styles.el (c-setup-paragraph-variables):
22768         Make it interactive.
22770 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
22772         * progmodes/cc-fonts.el (c-font-lock-declarations):
22773         Fix recognition of constructors and destructors for classes whose
22774         names are matched by `*-font-lock-extra-types'.
22776         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
22777         followed by an identifier in C++ then it's a type.
22779 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
22781         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
22782         problem that primarily affected XEmacs.  Don't use faces to find
22783         unterminated strings since Emacs and XEmacs fontify strings
22784         differently - this function should now work better in XEmacs.
22786 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
22788         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
22789         `expand-abbrev' workaround which caused braces to misbehave inside
22790         macros.
22792         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
22793         handling.  This bug could cause interactive font locking to bail out.
22795 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
22797         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
22798         Handle paren-style types in Pike.  Also fixed some cases of
22799         insufficient handling of unbalanced parens.
22801 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
22803         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
22804         common shell prompts that are not common filename or URL characters.
22805         (ffap-file-at-point): Use the new regexp to strip the prompts from
22806         the file names.  This is an issue mostly for user prompts that
22807         don't have a trailing space and find-file-at-point is invoked from
22808         within a shell inside Emacs.
22810 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
22812         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
22813         stamps numerically, rather than textually.
22815 2003-09-24  Kenichi Handa  <handa@m17n.org>
22817         * language/devan-util.el (devanagari-post-read-conversion):
22818         * language/mlm-util.el (malayalam-post-read-conversion):
22819         * language/tml-util.el (tamil-post-read-conversion):
22820         Add autoload cookie.
22822         * international/utf-8.el (utf-8-post-read-conversion):
22823         Call post-read-conversion functions for Devanagari, Malayalam,
22824         and Tamil.
22826 2003-09-23  Dave Love  <fx@gnu.org>
22828         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
22830 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
22832         * progmodes/gud.el (perldb): Add gud-until to list of commands.
22833         Update gud-remove.
22835 2003-09-22  Richard M. Stallman  <rms@gnu.org>
22837         * progmodes/sh-script.el (sh-mode-default-syntax-table):
22838         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
22839         (sh-mode-syntax-table-input): New variable.
22840         (sh-require-final-newline): Don't use eval.
22841         (sh-builtins, sh-leading-keywords, sh-other-keywords)
22842         (sh-variables, sh-font-lock-keywords): Don't use eval.
22843         (sh-set-shell): When setting require-final-newline,
22844         treat value = `require-final-newline' as don't change it.
22845         Set sh-mode-syntax-table locally based on
22846         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
22848         * progmodes/compile.el (compile-internal):
22849         Call compilation-set-window-height before setting window start.
22851 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
22853         * emacs-lisp/bytecomp.el (byte-compile-log-file):
22854         Clear out byte-compile-last-warned-form.
22856 2003-09-22  Richard M. Stallman  <rms@gnu.org>
22858         * woman.el (woman-file-name, woman-follow-word):
22859         If current-word returns nil, use "".
22861         * simple.el (eval-expression): Bind standard-output in to-buffer case.
22863 2003-09-22  Richard M. Stallman  <rms@gnu.org>
22865         * emacs-lisp/lisp-mnt.el (lm-with-file):
22866         Don't visit the file, just use insert-file-contents in temp buffer.
22868 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
22870         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
22871         Add surrounding \\( and \\) around the header, as in
22872         for lm-history-header 'Change Log\\|History'.
22874 2003-09-22  John Paul Wallington  <jpw@gnu.org>
22876         * progmodes/ld-script.el: Add Commentary section,
22877         minor cleanup of file header.
22878         (ld-script-font-lock-keywords): Doc fix.
22879         (toplevel): Provide `ld-script' feature.
22881 2003-09-21  Kim F. Storm  <storm@cua.dk>
22883         * scroll-bar.el (set-scroll-bar-mode): Initialize to
22884         new built-in variable default-frame-scroll-bars.
22885         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
22886         scroll-bar-mode; notably, use it instead of t when we toggle
22887         scroll-bars on.
22888         (toggle-scroll-bar): Use default-frame-scroll-bars.
22890 2003-09-19  Masatake YAMATO  <jet@gyve.org>
22892         * pcvs.el (cvs-do-removal): Change the prompt depending on
22893         `filter' value.
22895 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
22897         * startup.el (command-line-1): Stop startup-echo-area-message
22898         being hidden by "Loading image..." message.
22899         (use-fancy-splash-screens-p, display-splash-screen):
22900         Move display-graphic-p test from latter to former.
22902         * progmodes/sh-script.el (sh-font-lock-keywords):
22903         Highlight escaped EOLs differently from other backslash constructs.
22905 2003-09-19  Richard M. Stallman  <rms@gnu.org>
22907         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
22908         New functions.
22909         (edebug-enter, edebug-outside-excursion): Use them.
22911         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
22912         Fix the condition for whether to print "In WHERE".
22914 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
22916         * finder.el (finder-mode-hook): New variable.
22917         (finder-mode): Run hook finder-mode-hook
22919 2003-09-18  Masatake YAMATO  <jet@gyve.org>
22921         * progmodes/ebrowse.el: Fix broken magic autoload comments.
22923 2003-09-17  Mario Lang  <mlang@delysid.org>
22925         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
22926         "p %e" to actually print the value in the GUD buffer.
22928 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
22930         From David Ponce <david.ponce@wanadoo.fr>:
22931         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
22932         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
22933         from loaddefs-boot.el if necessary.
22935 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
22937         * progmodes/gud.el (gud-find-class): Make jdb work again since
22938         cc-mode changed the syntactic information.
22940 2003-09-15  David Ponce  <david@dponce.com>
22942         * recentf.el: (recentf-exclude): Accept predicates too.
22943         (recentf-file-readable-p): New function.
22944         (recentf-include-p): Handle predicates in recentf-exclude.
22945         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
22946         (recentf-cleanup): Likewise.
22947         (recentf-save-list): Use write-file to handle backup of
22948         recentf-save-file.
22950 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
22952         * loaddefs-boot.el: Renamed from `loaddefs.el'
22953         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
22954         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
22955         necessary.
22957 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
22959         * electric.el (Electric-pop-up-window): For the `one-window' case,
22960         no longer disconcertingly move point in the original buffer.
22962 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
22964         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
22966 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
22968         * dired.el (dired-mode-map): Fix typo.
22970 2003-09-11  Richard M. Stallman  <rms@gnu.org>
22972         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
22974 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
22976         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
22977         the function is less noisy.  Now only `kill-buffer' can ask questions.
22979 2003-09-10  Mario Lang  <mlang@delysid.org>
22981         * battery.el: Update Commentary and Copyright.
22982         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
22983         appear due to wrong ordering of the expressions in `or'.
22985 2003-09-09  Lute Kamstra  <lute@gnu.org>
22987         * misc.el (upcase-char): Fix docstring.
22988         (zap-up-to-char): New command.
22990 2003-09-08  David Ponce  <david@dponce.com>
22992         Ensure that recentf correctly updates the menu bar.
22993         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
22994         (recentf-menu-bar): New function.
22995         (recentf-clear-data): Use it
22996         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
22997         of easy-menu-change.
22999 2003-09-08  Lute Kamstra  <lute@gnu.org>
23001         * simple.el (size-indication-mode): New.
23002         * bindings.el (mode-line-position): Add buffer size indicator.
23004 2003-09-04  Mario Lang  <mlang@delysid.org>
23006         * battery.el (battery-linux-proc-acpi): New function.
23007         (battery-status-function): Modify default value calculation to also
23008         check for availability of ACPI.
23009         (battery-echo-area-format): Ditto.
23010         (battery-mode-line-format): Ditto.
23012 2003-09-06  Dave Love  <fx@gnu.org>
23014         * ielm.el (ielm-mode-hook): Add :options.
23016         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
23017         (eldoc-print-current-symbol-info): Use it.
23019 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
23021         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
23022         being displayed in GUD buffer.
23023         (gdb-idle-input-queue): Remove var.  Use just one queue.
23024         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
23025         Remove functions.  Use just one queue.
23026         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
23027         (gdb-invalidate-assembler, gdb-get-current-frame):
23028         Modify functions.  Use just one queue.
23030 2003-09-04  Dave Love  <fx@gnu.org>
23032         * cus-start.el: Add blink-cursor-alist.
23034         * ruler-mode.el (ruler-mode-fill-column-char)
23035         (ruler-mode-current-column-char): Use char-displayable-p,
23036         not window-system.
23038         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
23040         * language/european.el (windows-1252): Move from code-pages.
23042         * language/cyrillic.el ("Windows-1251"): Delete.
23043         ("Bulgarian", "Belarusian"): Remove `features'.
23044         (windows-1251): Move from code-pages.
23046         * international/mule-diag.el (non-iso-charset-alist):
23047         Remove `codepage' stuff.
23048         (print-designation, list-coding-systems-1): Output fixes.
23050         * international/code-pages.el (cp-make-translation-table)
23051         (cp-valid-codes): Made defsubsts.
23052         (cp-fix-safe-chars): Delete.
23053         (mule-diag): Don't require.
23054         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
23055         (top-level): Check for defined coding system when defining
23056         cp... aliases.  Change w32-add-charset-info test to avoid warning.
23057         (non-iso-charset-alist): Defvar when compiling.
23058         (cp-make-coding-system): Doc fix.
23060 2003-09-02  Jason Rumney  <jasonr@gnu.org>
23062         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
23063         line-ends from CVS before doing conversion.
23065 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
23067         * calendar/diary-lib.el (diary-header-line-flag)
23068         (diary-header-line-format): New variables.
23069         (list-diary-entries): Use them to set header line in simple diary.
23071         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
23072         other than font-lock-string-face to highlight backslashes.
23074 2003-09-01  Jason Rumney  <jasonr@gnu.org>
23076         * international/titdic-cnv.el (tit-read-key-value): Include \r in
23077         regexp.
23079 2003-09-01  Dave Love  <fx@gnu.org>
23081         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
23083         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
23084         and :help; also line and column numbers labels.
23086         * international/mule-util.el (char-displayable-p): Move from
23087         latin1-disp, rename and autoload.
23089         * international/latin1-disp.el (latin1-char-displayable-p):
23090         Now obsolete alias.  Replace uses with char-displayable-p.
23091         (latin1-display-ucs-per-lynx): Fix last change.
23093         * international/mule-cmds.el (standard-display-european-internal):
23094         Don't use char code for Latin-1 NBSP.
23095         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
23096         U+2018, U+2019 for `'.
23097         (select-safe-coding-system): Message fix.
23099 2003-09-01  Kenichi Handa  <handa@m17n.org>
23101         * international/fontset.el (setup-default-fontset): For Thai
23102         font, specify "*" family.
23104 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
23106         * progmodes/compile.el (previous-error): Accept a prefix
23107         argument, similarly to next-error.
23109 2003-08-31  Masatake YAMATO  <jet@gyve.org>
23111         * pcvs.el (cvs-do-removal): Use = instead of eq to check
23112         the number of files.  Bind the number of files to a local
23113         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
23115 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
23117         * vc-hooks.el (vc-make-version-backup): Fix the change made on
23118         2003-07-26: msdos-long-file-names is a function, not a variable.
23120 2003-08-29  Richard M. Stallman  <rms@gnu.org>
23122         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
23123         Do nothing with mail-personal-alias-file if it is nil.
23125         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
23126         Do nothing if mail-personal-alias-file is nil.
23128         * term.el (term-exec-1): Bind coding-system-for-read.
23130         * dired.el (dired-mouse-find-file-other-window):
23131         Use dired-view-command-alist here, as in dired-view-file.
23132         (dired-view-command-alist): Use %s to substitute file name.
23133         Handle .ps_pages, .eps, .jpg, .gif, .png.
23135 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
23137         * info.el (Info-mode-map): Bind S-tab and <backtab> to
23138         `Info-prev-reference', instead of M-tab.
23140 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
23142         * simple.el (blink-matching-open): Work correctly on chars that
23143         are designated as parens through the syntax-table text property.
23145 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
23147         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
23148         line break position in the middle of a non-kinsoku (e.g. latin)
23149         word, making it skip until either a space or a character with
23150         category "|".
23151         (kinsoku-longer): Test for end of buffer.
23153 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
23155         * mail/rmail.el (rmail-convert-to-babyl-format):
23156         Detect quoted-printable- and base64-encoded messages and decode them
23157         automatically.  Set the message's encoding from the charset=
23158         header, if any.  Decode base64-encoded messages in Mail format as well.
23160 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
23162         * mail/smtpmail.el: Fix previous change.
23163         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
23164         calling smtpmail-via-smtp.
23165         (smtpmail-via-smtp): Add fall-back values for envelope-from.
23167 2003-08-26  John Paul Wallington  <jpw@gnu.org>
23169         * image.el (image-jpeg-p): Don't search beyond length of data.
23171 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
23173         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
23174         misfeature in `expand-abbrev' which caused electric keywords like
23175         "else" to disappear if an open brace was typed directly afterwards.
23177 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
23179         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
23180         mandatory in `define-widget'.
23182         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
23183         Don't align the operators "!=", "<=" and ">=" as assignment operators.
23185         (c-assignment-operators): New language constant that only contains
23186         the assignment operators.
23188         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
23190 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
23192         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
23193         Safeguard against unbalanced sexps.
23195 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
23197         * version.el (emacs-version): Check for gtk.  Include gtk version info.
23199 2003-08-25  John Paul Wallington  <jpw@gnu.org>
23201         * man.el (Man-default-man-entry): Don't whizz past the section
23202         number before looking for it.
23204 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
23206         * progmodes/gud.el (gud-display-line): Don't set window-point if
23207         source buffer is not visible.  (Only happens with M-x gdba.)
23209         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
23210         documentation.
23211         (gdb-source, gdb-source-info): Update to assembler unnecessary
23212         as its done after each GDB command anyway.
23213         (gdb-pre-prompt): Use with-current-buffer.
23214         (gdb-insert-field): Add help-echo text.
23215         (gdb-invalidate-assembler): Re-display of assembler now done in
23216         gdb-info-breakpoints-custom.
23217         (gdb-info-breakpoints-custom): Force re-display of assembler to
23218         happen *after* update of breakpoints buffer.
23219         (gdb-display-source-buffer): Don't choke if gdb-source-window
23220         isn't visible.
23221         (gdb-put-string, gdb-put-arrow): Remove free variables.
23223 2003-08-24  John Paul Wallington  <jpw@gnu.org>
23225         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
23227         * man.el (Man-default-man-entry): Strip text properties when
23228         snarfing parts of entry because `format' preserves properties.
23230 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
23232         * files.el (file-newest-backup): Use `expand-file-name'.
23234         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
23235         Allow the diary to pop up a new frame, if needed.
23237         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
23238         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
23239         (smtpmail-send-it): Make treatment of envelope-from consistent with
23240         sendmail.el.
23242         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
23243         (sh-leading-keywords): Add the bash `time' reserved word.
23244         (sh-variables): Add some bash variables.
23245         (sh-add-completer): Fix nil branch of case statement.
23247 2003-08-24  Masatake YAMATO  <jet@gyve.org>
23249         * progmodes/ld-script.el: New file.
23251 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
23253         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
23255 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
23257         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
23258         Better explain obsolescence, and what to use instead.
23260 2003-08-23  Masatake YAMATO  <jet@gyve.org>
23262         * pcvs.el (cvs-do-removal): Show the deleted file name
23263         on the prompt.
23265 2003-08-20  Dave Love  <fx@gnu.org>
23267         * international/mule.el (make-coding-system)
23268         (set-buffer-file-coding-system): Doc fix.
23270         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
23272         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
23274         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
23276         * international/utf-16.el: Add mime-text-unsuitable coding system
23277         properties.
23279         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
23281         * cus-edit.el: Add some :links.
23282         (bib): Remove.
23284         * textmodes/bib-mode.el (bib): Add :group external.
23286 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
23288         * wid-edit.el (widget-echo-help): Make it handle expressions that
23289         evaluate to strings.
23291 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
23293         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
23295         Simplify selection of SQL products to define highlighting and
23296         interactive mode.  Includes detailed instructions on adding
23297         support for new products.
23299         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
23300         product for use in highlighting and interactive mode.
23301         (sql-interactive-product): New variable.  SQL product for
23302         sql-interactive-mode.
23303         (sql-product-support): New variable.  Specifies product-specific
23304         parameters to drive highlighting and interactive mode.
23305         (sql-imenu-generic-expression): Add more object types.
23306         (sql-sqlite-options): Correct comment.
23307         (sql-ms-program): Use "osql" rather than "isql".
23308         (sql-prompt-regexp, sql-prompt-length): Update comment.
23309         (sql-mode-menu): Add "Start SQLi session" entry.
23310         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
23311         (sql-mode-abbrev-table): Add abbreviations.  Support of
23312         SYSTEM-FLAG on define-abbrev.  Support was removed with last
23313         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
23314         (sql-mode-font-lock-object-name): Add font-lock pattern for object
23315         names.
23316         (sql-mode-ansi-font-lock-keywords): Set as default value.
23317         (sql-mode-oracle-font-lock-keywords): Set as default value.
23318         Support Oracle 9i keywords.
23319         (sql-mode-postgres-font-lock-keywords): Set as default value.
23320         (sql-mode-linter-font-lock-keywords): Set as default value.
23321         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
23322         SQLServer 2000.
23323         (sql-mode-sybase-font-lock-keywords)
23324         (sql-mode-interbase-font-lock-keywords)
23325         (sql-mode-sqlite-font-lock-keywords)
23326         (sql-mode-strong-font-lock-keywords)
23327         (sql-mode-mysql-font-lock-keywords)
23328         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
23329         keywords.
23330         (sql-mode-font-lock-defaults): Update comment.
23331         (sql-product-feature): New function.  Returns feature associated
23332         with a product from `sql-product-support' alist.
23333         (sql-product-font-lock): New function.  Set font-lock support
23334         based on `sql-product'.
23335         (sql-add-product-keywords): New function.  Add font-lock rules to
23336         product-specific keyword variables.
23337         (sql-set-product): New function.  Set `sql-product' and apply
23338         appropriate font-lock highlighting.
23339         (sql-highlight-product): New function.  Set font-lock support
23340         based on a product.  Also set mode name to include product name.
23341         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
23342         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
23343         Use `sql-set-product'.
23344         (sql-highlight-ms-keywords)
23345         (sql-highlight-sybase-keywords)
23346         (sql-highlight-interbase-keywords)
23347         (sql-highlight-strong-keywords)
23348         (sql-highlight-mysql-keywords)
23349         (sql-highlight-sqlite-keywords)
23350         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
23351         (sql-get-login): Prompt in the same order as the tokens.
23352         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
23353         (sql-product-interactive): New function.  Common portions of
23354         product-specific interactive mode wrappers.
23355         (sql-interactive-mode): Rewritten to use product features.
23356         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
23357         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
23358         (sql-db2, sql-linter): Use `sql-product-interactive'.
23359         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
23360         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
23361         (sql-connect-ingres, sql-connect-postgres)
23362         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
23363         New functions.  Format command line parameters and invoke comint on
23364         the appropriate interpreter.  Code was in the corresponding
23365         `sql-xyz' function before.
23366         (sql-connect-ms): New function.  Support -E argument to use
23367         operating system credentials for authentication.
23369 2003-08-18  Kenichi Handa  <handa@m17n.org>
23371         * international/mule.el (encode-char): Fix for the ASCII case.
23373 2003-08-15  Kenichi Handa  <handa@m17n.org>
23375         * international/fontset.el (setup-default-fontset): Change "*" to
23376         nil in the specifications of font family.
23378 2003-08-18  Kim F. Storm  <storm@cua.dk>
23380         * kmacro.el (kmacro-keymap): Group related bindings in
23381         initialization for clarity.  Bind C-s to start macro.
23382         Remove C-r binding.
23383         (kmacro-initial-counter-value): New defvar to hold initial counter
23384         value in case we set the value before defining a macro.
23385         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
23386         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
23387         not defining or executing macro.  Doc fix.
23388         (kmacro-add-counter): Clear kmacro-initial-counter-value.
23389         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
23390         temporarily view older elements on the macro ring without cycling
23391         the ring.
23392         (kmacro-display): Doc fix.
23393         (kmacro-exec-ring-item): New helper function.
23394         (kmacro-call-ring-2nd): Use it.
23395         (kmacro-call-ring-2nd-repeat): Doc fix.
23396         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
23397         (kmacro-end-or-call-macro): Execute last viewed macro (using
23398         kmacro-exec-ring-item) from ring if this follows
23399         kmacro-view-macro.  This allows us to find a macro on the ring
23400         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
23401         the ring to bring it to the head of the ring.
23402         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
23403         Allow binding to reserved keys without specifying C-x C-k prefix.
23404         Ask for confirmation if entered key sequence is already bound to
23405         a non-macro command.
23406         (kmacro-view-macro): Repeating command will show older elements
23407         on the macro ring; C-k will execute the last viewed macro.
23408         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
23409         property from 'ring to 'head.
23411 2003-08-17  Alan Shutko  <ats@acm.org>
23413         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
23414         keeping December out of the alist.
23416 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
23418         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
23419         * calendar/calendar.el (calendar-mode-map): Bind it to key.
23420         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
23421         (calendar-flatten): New function.
23422         (calendar-mouse-view-other-diary-entries)
23423         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
23424         in the menu title and to show multi-line diary entries correctly
23425         in the menu.
23427 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
23429         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
23430         defcustom, because the default was recently changed.
23432 2003-08-16  Richard M. Stallman  <rms@gnu.org>
23434         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
23436         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
23437         New subroutine, broken out of eval-last-sexp-1.
23438         (eval-last-sexp-1): Use eval-last-sexp-print-value.
23440         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
23442         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
23444         * simple.el (eval-expression): Use eval-last-sexp-print-value.
23446 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
23448         * progmodes/compile.el (compilation-error-regexp-alist):
23449         Add Java ANt error detection as described in document
23450         http://ant.apache.org/faq.html
23452 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
23454         * simple.el (backward-word, forward-to-indentation)
23455         (backward-to-indentation): Argument changed to optional.
23456         (next-line, previous-line): Use `or' instead of `unless'.
23458 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
23460         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
23461         instead of a constant.
23463 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
23465         * shell.el (shell): With prefix-arg, suggest a new buffer name.
23467 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
23469         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
23470         (vc-sccs-workfile-version): Search the entire delta table, rather
23471         than just the first entry, because that might be a deleted version.
23473 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
23475         * menu-bar.el (menu-bar-options-menu): Supply a body for the
23476         [save-place] binding in the Options menu.  Have it require
23477         'saveplace' and then toggle the variable manually, to avoid an
23478         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
23479         for the bug report.
23481 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
23483         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
23484         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
23485         (gdb-info-threads-custom): Add help-echo text.
23486         (gdb-display-back): Don't use purecopy.
23487         (gdb-info-breakpoints-custom, gdb-reset)
23488         (gdb-assembler-custom): Use display-images-p to test if breakpoint
23489         icons can be displayed.
23491 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
23493         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
23495 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
23497         * bookmark.el (bookmark-completing-read):
23498         Return a string, instead of a list of one string.
23499         Use a popup menu if activated from the mouse.
23500         (bookmark-edit-annotation): Remove unused vars.
23501         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
23502         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
23503         to bookmark-completing-read.
23504         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
23505         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
23506         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
23507         and erase-buffer.
23508         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
23509         (bookmark-menu-jump, bookmark-menu-insert)
23510         (bookmark-popup-menu-and-apply-function)
23511         (bookmark-menu-popup-paned-bookmark-menu): Remove.
23512         (bookmark-menu-build-paned-menu): Remove by folding it into
23513         bookmark-menu-popup-paned-menu.
23514         (menu-bar-bookmark-map): Move the define-key statements here.
23515         Use the "non-menu" commands since they now pop up a menu if needed.
23516         (bookmark-exit-hook-internal): Simplify.
23518 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
23520         * reftex-toc.el (reftex-toc-rename-label): New function.
23521         (reftex-toc-check-docstruct): New function.
23523         * reftex.el (reftex-region-active-p): New function.
23525         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
23526         regexp to find the \bibliography macro.
23528         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
23529         which does not exist in LaTeX.
23530         (reftex-cite-format-builtin): Added amsrefs support.
23531         (reftex-toc-confirm-promotion): New option
23533         * reftex-toc.el
23534         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
23535         (reftex-toc-demote, reftex-toc-promote)
23536         (reftex-toc-do-promote, reftex-toc-promote-prepare)
23537         (reftex-toc-promote-action, reftex-toc-extract-section-number)
23538         (reftex-toc-newhead-from-alist)
23539         (reftex-toc-load-all-files-for-promotion): New functions.
23540         (reftex-toc-help): Added description of new keys.
23541         (reftex-toc-split-windows-fraction): New option.
23542         (reftex-recenter-toc-when-idle): Search *toc* window on all
23543         visible frames.
23544         (reftex-toc): Additional parameter REUSE
23545         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
23546         with REUSE argument.
23547         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
23548         the call of `reftex-toc'.
23549         (reftex-make-separate-toc-frame): New function .
23550         (reftex-toc-recenter): When called with triple prefix arg, call
23551         `reftex-make-separate-toc-frame' first.
23552         (reftex-toc-toggle-dedicated-frame): New command.
23553         (reftex-toc-quit): Adapted to delete frame when called in
23554         dedicated frame.
23556         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
23557         all enclosing macros.
23560 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
23562         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
23563         first use.
23565 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
23567         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
23569 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
23571         * calendar/calendar.el (list-diary-entries-hook)
23572         (diary-display-hook, nongregorian-diary-listing-hook)
23573         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
23574         Add some customize options for these hooks.
23575         (calendar-abbrev-construct): Don't try to take a substring longer
23576         than the original string.
23578 2003-08-05  Richard M. Stallman  <rms@gnu.org>
23580         * emacs-lisp/testcover.el (noreturn): Report error if does return.
23581         (testcover-reinstrument-clauses): Doc fix.
23583         * emacs-lisp/warnings.el: Doc fixes, args renamed.
23584         (warning-type-format): Rename from warning-group-format.
23586         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
23587         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
23588         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
23589         to prevent warnings about defvar for an obsolete variable.
23591         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
23592         warning-group-format renamed to warning-type-format.
23594         * subr.el (read-passwd): Use clear-string instead of fillarray.
23596         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
23597         Use vconcat instead of concat.
23598         (edmacro-sanitize-for-string): New function.
23600 2003-08-05  Dave Love  <fx@gnu.org>
23602         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
23603         line-number-display-limit-width.
23605         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
23607 2003-08-05  Kenichi Handa  <handa@m17n.org>
23609         * international/code-pages.el: Don't require mule-diag.
23611         * international/mule-diag.el (non-iso-charset-alist):
23612         Add autoload cookie.
23614         * language/devan-util.el (dev-glyph-order): Add an entry for the
23615         glyph code #xC4.
23617 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
23619         * calendar/calendar.el (diary-file, diary-file-name-prefix)
23620         (european-calendar-style, diary-date-forms)
23621         (calendar-day-name-array, calendar-month-name-array): Doc change.
23622         (generate-calendar-month): Adapt for new behavior of
23623         `calendar-day-name' function.
23624         (calendar-abbrev-length, calendar-day-abbrev-array)
23625         (calendar-month-abbrev-array): New variables.
23626         (calendar-abbrev-construct): New function.
23627         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
23628         rather than fixing abbrevs at some width.  Calling syntax change.
23629         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
23630         (calendar-date-string): Adapt for new behaviors of
23631         `calendar-day-name' and `calendar-month-name' functions.
23633         * calendar/diary-lib.el (list-diary-entries): Adapt for new
23634         behavior of `calendar-day-name' and `calendar-month-name' functions.
23635         (diary-name-pattern): Use abbrev arrays, rather than fixing
23636         abbrevs at three chars.  Calling syntax change.
23637         (mark-diary-entries): Adapt for new behaviors of
23638         `diary-name-pattern' and `calendar-make-alist' functions.
23639         (fancy-diary-font-lock-keywords): Adapt for new behavior of
23640         `diary-name-pattern' function.
23641         (font-lock-diary-date-forms): Use abbrev arrays, rather than
23642         fixing abbrevs at three chars.  Calling syntax change.
23643         (cal-hebrew, cal-islam): Require when compiling.
23644         (diary-font-lock-keywords): Adapt for new behavior of
23645         `font-lock-diary-date-forms' function.
23647         * calendar/cal-hebrew.el: Reposition some code so defined before used.
23648         (calendar-hebrew-month-name-array-common-year)
23649         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
23650         (list-hebrew-diary-entries): Adapt for new behaviors of
23651         `calendar-day-name' and `add-to-diary-list' functions.
23652         (mark-hebrew-diary-entries): Adapt for new behaviors of
23653         `diary-name-pattern' and `calendar-make-alist' functions.
23655         * calendar/cal-islam.el (calendar-islamic-month-name-array):
23656         Add doc string.
23657         (list-islamic-diary-entries): Adapt for new behaviors of
23658         `calendar-day-name' and `add-to-diary-list' functions.
23659         (mark-islamic-diary-entries): Adapt for new behaviors of
23660         `diary-name-pattern' and `calendar-make-alist' functions.
23662         * calendar/cal-menu.el (cal-menu-update): Adapt for new behavior of
23663         `calendar-month-name' function.
23665         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
23667         * calendar/solar.el (solar-seasons-data): Move definition before use.
23669         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
23670         (cal-tex-LaTeX-hourbox): Move definition before use.
23672         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
23673         * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
23674         * lunar.el, solar.el (displayed-month, displayed-year):
23675         Define for compiler.
23677 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
23679         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
23680         MODE.  Renamed from c-init-c-language-vars'.
23681         (c-initialize-cc-mode): Change accordingly.
23682         (c-common-init): Ditto.
23683         (c-mode): Ditto.
23684         (c++-mode): Use `c-init-language-vars-for'.
23685         (objc-mode): Ditto.
23686         (java-mode): Ditto.
23687         (idl-mode): Ditto.
23688         (pike-mode): Ditto.
23689         (awk-mode): Ditto.
23691 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
23693         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
23694         or not the point moved.
23696         (c-search-decl-header-end): Don't trip up on operator identifiers
23697         in C++ and operators like == in all languages.
23699         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
23700         Detect leading labels correctly.
23702 2003-08-02  Andreas Schwab  <schwab@suse.de>
23704         * textmodes/ispell.el: Don't redo key bindings on loading, put
23705         them only in loaddefs.el.
23706         * bookmark.el: Likewise.
23707         * dabbrev.el: Likewise.
23708         * emerge.el: Likewise.
23710         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
23711         has more than one member.
23713         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
23715 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
23717         * lpr.el (printify-region): It was ending conversion before the
23718         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
23720 2003-07-31  John Paul Wallington  <jpw@gnu.org>
23722         * net/browse-url.el (browse-url-epiphany): Doc fix.
23724 2003-07-30  Kenichi Handa  <handa@m17n.org>
23726         * international/fontset.el (setup-default-fontset):
23727         Change registry names of Akurti fonts.
23729 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
23731         * comint.el (comint-read-noecho): Use `clear-string' instead of
23732         `fillarray'.
23734 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
23736         * outline.el (outline-mode-hook): Add defvar.
23738 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
23740         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
23741         Restore assembler in source window if that is what has been selected.
23742         (menu): Add gdb-restore-windows to menu.  Make gdba
23743         specific menus only visible from gdba.
23745 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
23747         * progmodes/compile.el (compilation-environment): New user variable.
23748         (compile-internal): Respect it.
23750 2003-07-23  Masatake YAMATO  <jet@gyve.org>
23752         * progmodes/gud.el (gdb-script-font-lock-keywords):
23753         Put `font-lock-function-name-face' on a symbol which includes
23754         `-' like `hook-run'.  Put font-lock-variable-name-face
23755         on a symbol starting with $.
23757 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
23759         * files.el (set-visited-file-name): Use truename for buffer-file-name.
23761 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
23763         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
23765 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
23767         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
23768         Use with-no-warnings.
23769         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
23770         rather than to find-file-not-found-hook, which doesn't exist.
23772 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
23774         * international/quail.el (quail-translate-key): Fix previous change.
23776 2003-07-25  John Paul Wallington  <jpw@gnu.org>
23778         * server.el (server-start): Check `server-process' is non-nil
23779         before killing it to avoid killing current buffer's process.
23781         * simple.el (choose-completion-string): Use `minibufferp';
23782         test `completion-reference-buffer' if `buffer' arg is nil.
23783         (push-mark): Use `when' and `unless'.
23784         (pop-mark): Use `when'.
23786         * mouse-sel.el (mouse-sel-get-selection-function):
23787         Check `x-last-selected-text-primary'.  Don't barf if it or
23788         `x-last-selected-text' aren't bound.
23790 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
23792         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
23794 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
23796         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
23798 2003-07-23  John Paul Wallington  <jpw@gnu.org>
23800         * tooltip.el (defface tooltip): Inherit from variable-pitch.
23802 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
23804         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
23805         string.  Defvar the derived hook.
23807         * macros.el (insert-kbd-macro): Escape double quote character.
23808         From Thomas W Murphy <twm@andrew.cmu.edu>.
23810 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
23812         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
23813         to match the specific mark rather than reusing comment-start-skip.
23815 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
23817         * progmodes/hideshow.el (hs-special-modes-alist):
23818         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
23820 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
23822         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
23823         value using ?\s.
23825 2003-07-21  John Paul Wallington  <jpw@gnu.org>
23827         * subr.el (with-selected-window): Add closing paren.
23829 2003-07-21  Richard M. Stallman  <rms@gnu.org>
23831         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
23832         (lisp-mode): Likewise.
23834         * subr.el (with-selected-window): Copy code form save-selected-window
23835         so as to call select-window with norecord arg.
23836         (dynamic-completion-table): Doc fix.
23837         (lazy-completion-table): Doc fix.
23839         * international/mule-cmds.el (set-locale-environment):
23840         langinfo renamed to locale-info.
23842         * international/mule.el (auto-coding-functions): Doc fix.
23844 2003-07-21  Kenichi Handa  <handa@m17n.org>
23846         * international/quail.el (quail-translate-key):
23847         Update quail-current-str correctly.
23849 2003-07-21  Andreas Schwab  <schwab@suse.de>
23851         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
23852         ?, to "_".
23854 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
23855         Version 2.0.36 of Tramp released.
23857         * net/tramp.el (tramp-default-password-end-of-line): Rename from
23858         tramp-password-end-of-line.
23859         (tramp-password-end-of-line): New method parameter.
23860         (tramp-get-password-end-of-line): Function to access method
23861         parameter `tramp-password-end-of-line', or variable
23862         `tramp-default-password-end-of-line' (default value).
23863         (tramp-methods): Add entries for new parameter
23864         tramp-password-end-of-line.
23865         (tramp-enter-password): Use new function
23866         `tramp-get-password-end-of-line'.
23867         (tramp-handle-insert-file-contents): Do not
23868         unconditionally inhibit the file operation file-local-copy, only
23869         do that when the inhibit-file-name-operation is currently
23870         insert-file-contents.  This fixes finding remote CVS-controlled
23871         files.  (It would barf on inserting the CVS/Entries file
23872         literally, because the file-local-copy handler wasn't called.)
23873         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
23874         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
23875         (tramp-initial-commands): New variable.
23876         (tramp-process-initial-commands): New function, using the variable.
23877         (tramp-open-connection-setup-interactive-shell): Call the new function.
23878         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
23879         method into the buffer name, never use nil.  Reported by Hanak
23880         David <dhanak@inf.bme.hu>.
23881         (tramp-open-connection-setup-interactive-shell): Erase buffer
23882         before sending "stty -onlcr".
23884         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
23886 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
23888         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
23890 2003-07-19  John Paul Wallington  <jpw@gnu.org>
23892         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
23893         (artist-draw-rect, artist-draw-square): Doc fixes.
23895         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
23897         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
23899 2003-07-19  Kenichi Handa  <handa@m17n.org>
23901         * international/kkc.el (kkc-show-conversion-list-update):
23902         Highlight the correct candidate in the message.
23904 2003-07-18  John Paul Wallington  <jpw@gnu.org>
23906         * simple.el (current-word): Don't include punctuation char when
23907         `really-word' arg is non-nil.
23909 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
23911         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
23912         moved to the directory obsolete.
23914 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
23916         * info.el (Info-menu-entry-name-re): Allow newlines in
23917         menu entry names.
23919         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
23920         syntax-ppss-after-change-function.
23921         (syntax-ppss-after-change-function): New alias.  Update uses.
23922         (syntax-ppss): Catch the case where the buffer is narrowed.
23924 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
23926         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
23927         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
23929 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
23931         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
23932         since it might be modified.
23934         * progmodes/cc-langs.el (c++-make-template-syntax-table)
23935         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
23936         names to these language constants.
23938 2003-07-15  Kim F. Storm  <storm@cua.dk>
23940         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
23941         All uses changed.
23943 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
23945         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
23946         Namespace support.
23948 2003-07-13  Juanma Barranquero  <lektu@terra.es>
23950         * frame.el (modify-all-frames-parameters): Reinstall (copyright
23951         papers received).
23953 2003-07-13  Karl Eichwalder  <ke@suse.de>
23955         * textmodes/po.el (po-find-charset): White space at the start of the
23956         Content-Type field body is non-mandatory.
23958 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
23960         * textmodes/texinfo.el (texinfo-section-list):
23961         Append appendixsection; a synonym for appendixsec.
23963 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
23965         * man.el (Man-translate-cleanup): New.
23966         (Man-translate-references): Call `Man-translate-cleanup' to clean
23967         leading, trailing and middle spaces.
23969 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
23971         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
23972         Handle `dired-directory' being a list.
23974 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
23976         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
23977         it doesn't exist.
23979 2003-07-12  Richard M. Stallman  <rms@gnu.org>
23981         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
23983         * progmodes/cc-defs.el (c-make-keywords-re):
23984         Don't use delete-duplicates.
23985         (c-lang-const): Don't use mapcan.
23987         * apropos.el (apropos-show-scores): Make it customizable.
23988         Document new meaning.
23989         (apropos): Compute scores from symbols.
23990         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
23992 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
23994         * ps-bdf.el: Fix copyright line.
23995         (bdf-directory-list): Fix initialization code.
23997 2003-07-11  John Paul Wallington  <jpw@gnu.org>
23999         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
24000         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
24001         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
24003 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
24005         * emacs-lisp/ring.el (ring-elements): Doc fix.
24007 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
24009         * calendar/timeclock.el (timeclock-relative)
24010         (timeclock-ask-before-exiting, timeclock-use-display-time):
24011         Doc changes.
24012         (timeclock-modeline-display): Give a message if
24013         `timeclock-use-display-time' is non-nil but `display-time-mode'
24014         is not active.
24016 2003-07-11  Kenichi Handa  <handa@m17n.org>
24018         * international/mule-cmds.el (set-language-environment):
24019         Set current-language-environment to the correct string.
24021 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24023         * ps-print.el: Print line number correctly in a region.  Reported by
24024         Tim Allen <timallen@ls83.fsnet.co.uk>.
24025         (ps-print-version): New version number (6.6.2).
24026         (ps-printing-region): Code fix.
24028 2003-07-10  John Paul Wallington  <jpw@gnu.org>
24030         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
24031         this function can be called from `add-completions-from-tags-table'.
24033 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
24035         * calendar/timeclock.el (timeclock-use-display-time)
24036         (timeclock-day-over-hook, timeclock-workday-remaining)
24037         (timeclock-status-string, timeclock-when-to-leave)
24038         (timeclock-when-to-leave-string, timeclock-log-data)
24039         (timeclock-find-discrep, timeclock-day-base)
24040         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
24041         (timeclock-modeline-display): Set the variable
24042         `timeclock-modeline-display'.
24043         (timeclock-update-modeline): Doc fix.  Respect value of
24044         `timeclock-relative'.
24046 2003-07-09  Richard M. Stallman  <rms@gnu.org>
24048         * textmodes/reftex-parse.el (reftex-all-document-files):
24049         Add autoload cookie.
24051         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
24052         (reftex-scanning-info-available-p): Add autoload cookie.
24054         * international/mule-cmds.el
24055         (set-display-table-and-terminal-coding-system): Delete duplicate
24056         aset on standard-display-table.
24058         * view.el (view-file): If existing buffer's major mode is special,
24059         don't go into view mode.
24061         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
24063 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
24065         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
24066         buffer changes; there's third party code that calls this function
24067         directly.
24069 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
24071         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
24072         (autodoc-font-lock-keywords): Don't byte compile on font lock
24073         initialization when running from byte compiled files.
24075 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
24077         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
24078         statement ends with auto-increment "++".
24080 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
24082         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
24083         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
24084         these are changed, so declare them as variables and not constants.
24086 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
24088         * subr.el (dolist, dotimes): Doc fix.
24090 2003-07-08  Kim F. Storm  <storm@cua.dk>
24092         * international/mule-cmds.el
24093         (set-display-table-and-terminal-coding-system): Don't break
24094         bootstrap if standard-display-table isn't setup yet.
24096 2003-07-07  Richard M. Stallman  <rms@gnu.org>
24098         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
24099         Give it a doc string, and autoload it.
24101         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
24102         Use with-no-warnings.
24104         * info.el (Info-search): If find invisible text, search again.
24106         * isearch.el (search-whitespace-regexp): Add a shy group around it.
24108         * man.el (Man-name-regexp): Match + as part of name.
24110         * simple.el (visible-mode): Rename from vis-mode.
24111         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
24113         * simple.el (current-word): New arg REALLY-WORD specifies
24114         don't include punctuation chars.
24116         * emacs-lisp/debug.el (debug, debugger-env-macro):
24117         Use with-no-warnings while accessing and binding unread-command-char.
24119         * international/mule-cmds.el
24120         (set-display-table-and-terminal-coding-system): Use explicit loop
24121         instead of calling standard-display-default.
24123         * net/ange-ftp.el (ange-ftp-file-symlink-p):
24124         Use condition-case to catch error in ange-ftp-get-files.
24126         * net/browse-url.el (browse-url-browser-function):
24127         Add alternative for Epiphany.
24128         (browse-url-epiphany-program, browse-url-epiphany-arguments)
24129         (browse-url-epiphany-startup-arguments)
24130         (browse-url-epiphany-new-window-is-tab): New variables.
24131         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
24133         * progmodes/compile.el (compile-auto-highlight): Default now t.
24134         (compile): Doc fix.
24135         (compilation-next-error): Fix previous change.
24137         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
24139         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
24141 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
24143         * gdb-ui.el (gdb-source-info): Display current frame when
24144         attaching to an existing process.
24145         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
24146         while laying out windows when attaching to an existing process.
24148 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
24150         * info.el (Info-menu): Use Info-menu-entry-name-re.
24152 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
24154         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
24155         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
24157         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
24158         to match the same text.
24160 2003-07-06  John Paul Wallington  <jpw@gnu.org>
24162         * vc.el (vc-annotate-offset): Move defvar up.
24164 2003-07-06  Kim F. Storm  <storm@cua.dk>
24166         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
24167         This should fix the infinite loop when extracting menu names.
24169 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
24171         * files.el (auto-mode-alist, interpreter-mode-alist):
24172         Remove entries to CC Mode modes to avoid duplicates; they are now added
24173         with autoload directives in cc-mode.el.
24175 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
24177         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
24178         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
24179         these are changed, so declare them as variables and not constants.
24181         * progmodes/cc-mode.el: Fix some autoload problems: Try to
24182         ensure that the entry for ".c" extension comes before the one for
24183         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
24184         Fix incorrect entries that were added to `interpreter-mode-alist'.
24185         Move the autoload directives for AWK to the top level since they
24186         aren't recognized anywhere else.  Do not use the new AWK mode doc
24187         in the autoload form for the old AWK mode.
24189 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
24191         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
24192         (bibtex-sort-ignore-string-entries): Default value t.
24193         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
24194         erroneously in previous version.
24195         (bibtex-string-files): Docstring reflects new parsing scheme.
24196         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
24197         docstring, add # as one of the chars to crush
24198         (bibtex-autokey-prefix-string, bibtex-autokey-names)
24199         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
24200         (bibtex-autokey-name-change-strings)
24201         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
24202         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
24203         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
24204         (bibtex-autokey-title-terminators)
24205         (bibtex-autokey-titlewords-stretch)
24206         (bibtex-autokey-titleword-ignore)
24207         (bibtex-autokey-titleword-case-convert)
24208         (bibtex-autokey-titleword-abbrevs)
24209         (bibtex-autokey-titleword-abbrevs)
24210         (bibtex-autokey-titleword-change-strings)
24211         (bibtex-autokey-titleword-length)
24212         (bibtex-autokey-titleword-separator)
24213         (bibtex-autokey-name-year-separator)
24214         (bibtex-autokey-year-title-separator)
24215         (bibtex-autokey-before-presentation-function)
24216         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
24217         Fix docstring.
24218         (bibtex-strings, bibtex-reference-keys):
24219         Use lazy-completion-table and make-variable-buffer-local.
24220         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
24221         (bibtex-braced-string-syntax-table)
24222         (bibtex-quoted-string-syntax-table): New variables.
24223         (bibtex-parse-nested-braces): Remove.
24224         (bibtex-parse-field-string): Use syntax table and forward-sexp.
24225         (bibtex-parse-association): Simplify.
24226         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
24227         (bibtex-parse-field-text): Simplify.
24228         (bibtex-search-forward-field, bibtex-search-backward-field):
24229         argument BOUND can take value t.
24230         (bibtex-start-of-field, bibtex-start-of-name-in-field)
24231         (bibtex-end-of-name-in-field, bibtex-end-of-field)
24232         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
24233         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
24234         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
24235         (bibtex-skip-to-valid-entry): Return buffer position of beginning
24236         and ending of entry.  Update for changes of bibtex-search-entry.
24237         Simplify.
24238         (bibtex-map-entries): FUN is called with three arguments.
24239         (bibtex-search-entry): Return a cons pair with buffer positions of
24240         beginning and end of entry.
24241         (bibtex-enclosing-field): Simplify.
24242         (bibtex-format-entry): Use booktitle to set a missing title.
24243         (bibtex-autokey-get-names): Fiddle with regexps.
24244         (bibtex-generate-autokey): Use identity.
24245         (bibtex-parse-keys): Use simplified parsing algorithm if
24246         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
24247         arguments.  Return alist of keys.
24248         (bibtex-parse-strings): Simplify.  Return alist of strings.
24249         (bibtex-complete-string-cleanup): Fix docstring.
24250         (bibtex-read-key): New function.
24251         (bibtex-mode): Fix docstring.  Do not parse for keys and
24252         strings when the mode is entered.  Set fill-paragraph-function to
24253         bibtex-fill-field.  Setup font-lock-mark-block-function the way
24254         font-lock intended.
24255         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
24256         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
24257         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
24258         (bibtex-Preamble): Avoid hard coded constants.
24259         (bibtex-make-field): Fix docstring.  Simplify.
24260         (bibtex-beginning-of-entry): Always return new position of point.
24261         (bibtex-end-of-entry): Rearrange cond clauses.
24262         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
24263         Update for changes of bibtex-map-entries.
24264         (bibtex-ispell-abstract): Do not move point.
24265         (bibtex-entry-index): Use downcase.  Simplify.
24266         (bibtex-lessp): Handle catch-all.
24267         (bibtex-find-crossref): Turn into a command.
24268         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
24269         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
24270         preamble entries.
24271         (bibtex-fill-field-bounds): New function.
24272         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
24273         (bibtex-fill-entry): Use bibtex-fill-field-bounds
24274         (bibtex-String): Use bibtex-strings.  Always obey
24275         bibtex-sort-ignore-string-entries.
24277 2003-07-05  John Paul Wallington  <jpw@gnu.org>
24279         * cus-theme.el (customize-create-theme):
24280         Call `customize-create-theme' in Reset widget's notify function.
24282         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
24283         (ibuffer-mark-interactive): Use `or' instead of `unless'.
24284         (define-ibuffer-column name): Add summarizer.
24285         (define-ibuffer-column size): Likewise.
24286         (define-ibuffer-column filename): Likewise.
24287         (define-ibuffer-column process): Likewise.  Change BODY's output too.
24288         (define-ibuffer-column filename-and-process): Likewise, likewise.
24289         (ibuffer): Remove local vars `already-in' and `need-update'.
24291         * ibuf-ext.el: Don't require `derived' at compile-time.
24293 2003-07-05  Kim F. Storm  <storm@cua.dk>
24295         * info.el: Disable paragraph refilling.
24296         (Info-refill-paragraphs): New defcustom.
24297         (Info-fontify-node): Use it.
24299 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
24301         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
24302         thingies from constructors created by defstruct.
24304         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
24305         the default value of the variable.
24306         (byte-code-meter): Move declaration to top level.
24308         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
24310         * info.el (Info-following-node-name-re): New fun.
24311         (Info-following-node-name): Remove.
24312         (Info-insert-dir): Use the new fun.
24313         (Info-extract-pointer): Don't save restriction; use new fun.
24314         (Info-menu-entry-name-re): New const.
24315         (Info-menu-entry-name-re): Use it along with new fun.
24316         (Info-node-spec-re): Use new fun.
24317         (Info-complete-menu-item, Info-fontify-node): Use new const.
24318         (Info-goto-node, Info-follow-reference, Info-menu-update):
24319         Use match-string.
24320         (Info-follow-reference): Use assoc-string.
24321         Use a list of strings for the completion table.
24322         (Info-fontify-node): Use match-string, line-end-position.
24323         Limit the search for `node:' to the first line.
24325         * newcomment.el (uncomment-region): Remove padding coming from
24326         comment-start rather than just from comment-padding.
24328         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
24329         (vc-cvs-stay-local-p): Use vc-stay-local-p.
24330         (vc-cvs-rename-file): Remove (use the default).
24331         (vc-cvs-register): Register parent dir if needed.
24332         (vc-cvs-could-register): Return non-nil if parent can be registered.
24333         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
24334         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
24336         * vc-svn.el (vc-svn-use-edit): Make it into a const.
24337         (vc-svn-update): Fix the arguments to `svn'.
24338         (vc-svn-diff-tree): Just use `vc-svn-diff'.
24339         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
24340         Simple implementations, assuming `name' is a URL.
24342         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
24343         set of chars allowed unquoted in a case pattern.
24345         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
24347         * font-lock.el (font-lock-extra-types-widget)
24348         (c-font-lock-extra-types, c++-font-lock-extra-types)
24349         (objc-font-lock-extra-types, java-font-lock-extra-types)
24350         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
24351         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
24352         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
24353         (font-lock-match-c++-structor-declaration)
24354         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
24355         (c++-font-lock-keywords-3, c++-font-lock-keywords)
24356         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
24357         (objc-font-lock-keywords-3, objc-font-lock-keywords)
24358         (java-font-lock-keywords-1, java-font-lock-keywords-2)
24359         (java-font-lock-keywords-3, java-font-lock-keywords)
24360         (java-font-lock-syntactic-face-function): Remove obsolete code
24361         and constants.  It's all in cc-fonts.el now.
24363 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
24365         * mail/sendmail.el (mail-specify-envelope-from)
24366         (mail-envelope-from): Doc fix.
24368 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
24370         * generic-x.el: Do away with the dependency on `c-emacs-features'
24371         when populating `rul-generic-mode-syntax-table'; we already know
24372         this isn't XEmacs.
24374 See ChangeLog.10 for earlier changes.
24376 ;; Local Variables:
24377 ;; coding: iso-2022-7bit
24378 ;; End:
24380     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
24381   Copying and distribution of this file, with or without modification,
24382   are permitted provided the copyright notice and this notice are preserved.
24384 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1