Put autoload cookie at risky-local-variable declarations.
[emacs.git] / lisp / ChangeLog
blob7519b02e6524dc5a65a00d5755f8fe0e50583d27
1 2005-08-15  Andreas Schwab  <schwab@suse.de>
3         * desktop.el: Put autoload cookie at risky-local-variable
4         declarations.
6         * dired.el, info.el, mail/rmail.el: Revert last change.
8 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
10         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
11         modification in `eval-after-load' form.
12         * info.el: Likewise.
13         * mail/rmail.el: Likewise.
15 2005-08-14  Juri Linkov  <juri@jurta.org>
17         * progmodes/compile.el (compilation-mode-font-lock-keywords):
18         Remove highlighting of "Compilation started".  Highlight only
19         the word "finished" in "Compilation finished".  Add highlighting
20         of "interrupt", "killed", "terminated" and the exit code.
21         (compilation-start): Add newline after header.  Use exactly the
22         same time stamp format as the finishing message.
23         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
25         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
26         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
27         Add highlighting of "interrupt", "killed", "terminated".
29         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
30         enabled and the current command is self-insert-command, call it
31         explicitly with overwrite-mode bound to nil, to not allow it
32         to delete the character after the selected region.
34 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
36         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
37         move-end-of-line, end-of-line, and beginning-of-line to the list
38         of commands after which the echo area is updated.
40 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
42         * cus-edit.el (custom-save-all, custom-save-delete): Bind
43         recentf-exclude to exclude custom-file.
45 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
47         * mail/rmailsum.el (rmail-summary-end-of-message): New command
48         to go to the bottom of the mail message.  Added to
49         `rmail-summary-mode-map' with key "/".
50         (rmail-summary-show-message): New (internal) function for use by
51         both `rmail-summary-beginning/end-of-message'.
52         (rmail-summary-beginning-of-message): Changed to use
53         rmail-summary-show-message.
55         * mail/rmail.el (rmail-end-of-message): New command to go to the
56         end of the current message.  Added to `rmail-mode-map' with key "/".
57         (rmail-beginning-of-message): Fixed to work as documented.
58         (rmail-mode): Change documentation.
60         * progmodes/compile.el (compilation-start): Add the line
61         "Compilation started" with compilation start time.
62         (compilation-mode-font-lock-keywords): Add `started' to keywords.
64 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
66         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
67         of menu items.
69 2005-08-11  Richard M. Stallman  <rms@gnu.org>
71         * simple.el (pop-global-mark): Reverse test of widen-automatically.
73         * battery.el (battery-status-function): Don't use ignore-errors.
75 2005-08-11  Lute Kamstra  <lute@gnu.org>
77         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
78         define-obsolete-variable-alias.
80 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
82         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
83         (ange-ftp-send-cmd): Revert last change, and expand
84         the comment explaining the problem.
86 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
88         * ldefs-boot.el: Update.
90         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
91         item to "Time, Load and Mail".  Change help echo text.
93         * time.el (display-time-use-mail-icon, display-time-format)
94         (display-time-string-forms): Shorten first line of docstrings.
96 2005-08-10  Lars Hansen  <larsh@soem.dk>
98         * desktop.el (desktop-buffer-mode-handlers):
99         Make non-customizable. Add autoload cookie.  Change initial value to
100         nil; add elements in respective modules instead. Fix doc string.
101         (desktop-load-file): New function.
102         (desktop-minor-mode-handlers): New autoloaded variable.
103         (desktop-create-buffer): Call minor mode handlers.
104         Use desktop-load-file to load major and minor mode modules prior to
105         checking for a handler.
106         (desktop-save): Don't add nil to desktop-minor-modes for minor
107         modes with nil function in desktop-minor-mode-table. Don't delete
108         desktop file before rewriting it.
109         (desktop-locals-to-save): Add autoload cookie. Don't make
110         automatically buffer-local.  Add variables column-number-mode,
111         size-indication-mode, indent-tabs-mode,
112         indicate-buffer-boundaries, indicate-empty-lines and
113         show-trailing-whitespace.
114         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
115         regexps. Don't use desktop-clear-preserve-buffers-regexp.
116         (desktop-clear-preserve-buffers-regexp): Delete.
117         (desktop-clear-preserve-buffers): Update initial value and docstring.
118         (desktop-save-buffer): Fix doc string.
120         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
121         (hilit-chg-desktop-restore): New function.
122         (highlight-changes-mode): Add highlight-changes-mode to
123         desktop-locals-to-save.
125         * dired.el: Add handler to desktop-buffer-mode-handlers.
126         (dired-restore-desktop-buffer): Remove autoload cookie.
127         (dired-mode): Add autoload cookie.
129         * info.el: Add handler to desktop-buffer-mode-handlers.
130         (Info-restore-desktop-buffer): Remove autoload cookie.
131         (Info-mode): Add autoload cookie.
133         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
134         (mh-restore-desktop-buffer): Remove autoload cookie.
135         (mh-folder-mode): Add autoload cookie.
137         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
138         (rmail-restore-desktop-buffer): Remove autoload cookie.
140 2005-08-11  Masatake YAMATO  <jet@gyve.org>
142         * hexl.el (hexl-address-region):
143         (hexl-ascii-region, hexl-font-lock-keywords):
144         (hexl-highlight-line-range): Use the term "region"
145         instead of "area" for consistency with the other symbols
146         defined in hexl.el.
148 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
150         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
151         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
152         out by Juri Linkov).  Add `display-battery-mode'.
154 2005-08-09  Juri Linkov  <juri@jurta.org>
156         * progmodes/compile.el (compilation-mode-font-lock-keywords):
157         Remove `-text' from face variable names.
158         (compilation-error-file-name, compilation-warning-file-name)
159         (compilation-info-file-name): Delete faces.
160         (compilation-line-number, compilation-column-number):
161         Remove face underlining.
162         (compilation-message-face): Set to `underline' value by default.
163         (compilation-error-face, compilation-warning-face)
164         (compilation-info-face): Remove `-file-name' from face names.
165         (compilation-error-text-face, compilation-warning-text-face)
166         (compilation-info-text-face): Delete face variables.
167         (compilation-text-face): Delete function.
169         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
170         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
171         (grep-error-face): Set to `compilation-error' instead of
172         `compilation-error-face' (which is redefined to `grep-hit-face' in
173         grep buffers).
174         (grep-mode-font-lock-keywords): Remove `-text' from face
175         variable names.  Use `grep-error-face' instead of
176         `compilation-error-text-face'.
178         * dired-aux.el (dired-do-query-replace-regexp):
179         Use `query-replace-read-args'.
181         * replace.el (query-replace-read-from, query-replace-read-to)
182         (query-replace-read-args): Rename arg `string' to `prompt'.
184         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
186 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
188         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
189         uploading files.
190         (ange-ftp-canonize-filename): Handle file names beginning with ~
191         correctly.
193 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
195         * textmodes/fill.el (canonically-space-region)
196         (fill-context-prefix, fill-french-nobreak-p)
197         (fill-delete-newlines, fill-comment-paragraph)
198         (justify-current-line): "?\ " -> "?\s".
200 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
202         * textmodes/fill.el (fill-nonuniform-paragraphs):
203         Improve argument/docstring consistency.
205 2005-08-09  Richard M. Stallman  <rms@gnu.org>
207         * textmodes/ispell.el (ispell-word): More fboundp checks.
209         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
210         (find-file-noselect-1): Call it here, only if RAWFILE.
211         (normal-mode): Always set some major mode.
212         (save-some-buffers-action-alist): Change some explanation strings.
213         (file-name-non-special): In the `quote' method, use unwind-protect.
215 2005-08-09  Magnus Henoch  <mange@freemail.hu>
217         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
218         (ispell-have-aspell-dictionaries): New variable.
219         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
220         (ispell-get-aspell-config-value): New function.
221         (ispell-aspell-find-dictionary): New function.
222         (ispell-aspell-add-aliases): New function.
223         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
224         appropriate.  Don't look for ispell dictionaries if we use aspell.
225         (ispell-menu-map): Don't build a submenu of dictionaries.
227 2005-08-09  Richard M. Stallman  <rms@gnu.org>
229         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
230         (sql-read-passwd): Use read-passwd.
232         * progmodes/idlw-toolbar.el (idlwave-toolbar)
233         (idlwave-toolbar-is-possible): Add defvars.
235         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
236         Avoid warnings.
238         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
239         (idlwave-system-class-info, idlwave-executive-commands-alist):
240         Use defvar.
242         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
244         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
245         Avoid warnings.
247         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
248         and content-type: headers.
250         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
252         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
253         and rename some of them to be more self-explanatory.
255         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
257         * startup.el (command-line-1): Implement -scriptload.
259         * replace.el (occur-engine): Initial *Occur* output not undoable.
261         * menu-bar.el (menu-bar-file-menu): Rename some menu items
262         and improve help strings.
264         * isearch.el (isearch-repeat): When changing direction,
265         mark search successful.
267         * ediff-init.el: Use (featurep 'xemacs).
269         * comint.el (send-invisible): Identify buffer, if not selected.
271         * align.el: Delete autoload for c-guess-basic-syntax.
273 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
275         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
276         Improve argument/docstring consistency.  Doc fixes.
277         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
278         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
279         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
280         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
281         (r2bv-organization, r2bv-pages, r2bv-primary-author)
282         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
283         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
284         Defvar at compile time.
286 2005-08-09  Juri Linkov  <juri@jurta.org>
288         * info.el: Replace `info' with upper-case `Info' where appropriate.
289         (info-title-1, info-title-2, info-title-3, info-title-4)
290         (info-menu-header): Move up face definitions.
291         (info-menu-star): Rename from `info-menu-5'.
292         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
293         (Info-fontify-visited-nodes): Fix docstring.
294         (Info-hide-note-references): Fix docstring.
295         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
296         menu items in the same way as on cross-references.
297         (info-apropos): Fix sorting order and formatting to be like in the
298         stand-alone Info browser.  Display error messages for 1 sec.
299         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
300         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
301         from the menu bar.
302         (Info-insert-dir): Restore point after calling
303         `insert-buffer-substring'.
305 2005-08-08  Richard M. Stallman  <rms@gnu.org>
307         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
308         (recompute-lucid-menubar): Add defvars.
310         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
312         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
314         * net/net-utils.el (run-dig): Rename from `dig'.
316         * play/gametree.el (gametree-mode): Use make-local-variable,
317         not make-variable-buffer-local.
319         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
321         * ansi-color.el (ansi-color-make-extent)
322         (ansi-color-set-extent-face): Use fboundp, not functionp.
324         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
325         not make-variable-buffer-local.
327         * bookmark.el (Info-current-file): Add defvar.
328         (bookmark-jump-noselect): Use with-no-warnings.
330         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
332         * ebuff-menu.el (Helper-return-blurb): Add defvar.
334         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
336         * find-file.el (ada-procedure-start-regexp)
337         (ada-package-start-regexp): Add defvars.
339         * info.el (Info-insert-dir): Use insert-buffer-substring.
341         * xml.el (xml-att-def-re): Add defvar.
343         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
344         calling convention.
346         * subr.el (while-no-input): Return t if there is input.
348 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
350         * cus-start.el (all): Add `overflow-newline-into-fringe'.
352 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
354         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
355         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
357 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
359         * cmuscheme.el (scheme-start-file): Replace reference to
360         `user-emacs-directory' by "~/.emacs.d/".
362 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
364         * info.el (Info-dir-remove-duplicates): Avoid case folding
365         in loop; instead, keep downcased strings for comparison.
366         Suggested by Helmut Eller.
368 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
370         Sync with Tramp 2.0.50.
372         * tramp.el: Remove defvar of `last-coding-system-used' in the
373         XEmacs case; not necessary anymore.
374         (tramp-user-regexp): Allow "@" as part of user name.
375         (tramp-handle-set-visited-file-modtime)
376         (tramp-handle-insert-file-contents)
377         (tramp-handle-write-region): No special handling for
378         `last-coding-system-used, because this is done in
379         `tramp-accept-process-output' now.
380         (tramp-accept-process-output): New defun.
381         (tramp-process-one-action, tramp-process-one-multi-action)
382         (tramp-wait-for-regexp, tramp-wait-for-output)
383         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
384         Howells <dhowells@redhat.com>.
385         (clear-visited-file-modtime): Defadvice removed.  The check for
386         unset buffer's modtime does not need to be based on
387         `tramp-buffer-file-attributes'.  Suggested by RMS.
388         (tramp-message): Insert "\n" if not being at beginning of line.
389         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
390         sequence with same logic.
391         (tramp-completion-handle-expand-file-name): Discard call of
392         `tramp-drop-volume-letter'.  It is not necessary, and there have
393         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
394         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
395         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
396         should always be visible.
397         (tramp-handle-insert-directory, tramp-setup-complete)
398         (tramp-set-process-query-on-exit-flag)
399         (tramp-append-tramp-buffers): Pacify byte-compiler.
400         (tramp-bug): Delete non-existing variables from list.
401         Apply `tramp-load-report-modules' as pre-hook.
402         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
403         `shell-prompt-pattern' because of non-7bit characters.
404         Reported by Sebastian Luque <sluque@mun.ca>.
405         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
406         (tramp-match-string-list): Remove function.
407         (tramp-wait-for-regexp): Remove call of that function.
408         Suggested by Kim F. Storm <storm@cua.dk>.
409         (tramp-set-auto-save-file-modes): Use octal integer code #o600
410         instead of octal character code ?\600.  The latter resulted in a
411         syntax error with XEmacs.
413         * tramp-smb.el: Remove defvar of `last-coding-system-used' in the
414         XEmacs case; not necessary anymore.
415         (tramp-smb-handle-write-region): No special handling for
416         `last-coding-system-used, because this is done in
417         `tramp-accept-process-output' now.
418         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
420 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
422         * wid-edit.el (widget-choice-value-create): Unconditionally
423         respect user choice.  Set :explicit-choice back to nil when no
424         longer needed.
425         (widget-choice-action): Unconditionally respect user choice.
426         Eliminate :explicit-choice-value.
428         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
430         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
431         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
432         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
433         running new function `toggle-indicate-empty-lines'.
434         Rename "Customize" item to "Customize fringe".
435         Rename "Indicators" item to "Buffer boundaries" and change help echo.
436         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
437         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
438         Delete "Empty lines only" item.
439         (menu-bar-showhide-fringe-ind-customize): New function.
440         (menu-bar-showhide-fringe-ind-mixed)
441         (menu-bar-showhide-fringe-ind-box)
442         (menu-bar-showhide-fringe-ind-right)
443         (menu-bar-showhide-fringe-ind-left)
444         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
445         instead of `fringe-indicators'.
447 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
449         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
450         Change the date of last update.
452 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
454         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
455         (viper-exec-yank, viper-put-back): Don't display modification msg
456         if in the minibuffer.
458         * viper-init.el (viper-replace-overlay-cursor-color)
459         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
460         Make variables frame local.
462         * viper-util.el (viper-append-filter-alist): Use append instead of
463         nconc.
465         * viper.el (viper-vi-state-mode-list)
466         (viper-emacs-state-mode-list): Move help-mode and
467         completion-list-mode from the first list to the second.
468         (viper-mode): Docstring.
469         (viper-go-away, viper-non-hook-settings): Don't localize
470         minor-mode-alist in newer Emacsen.  Add advice to
471         set-cursor-color.  Don't bind "\C-c\\".
473 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
475         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
476         (scheme-macro-expand-command): New user options.
477         (scheme-trace-procedure, scheme-expand-current-form): New commands.
478         (scheme-form-at-point, scheme-start-file)
479         (scheme-interactively-start-process): New functions.
480         (scheme-get-process): New function, extracted from `scheme-proc'.
481         (run-scheme): Call `scheme-start-file' to get start file, and pass
482         it to `make-comint'.
483         (switch-to-scheme, scheme-proc):
484         Call `scheme-interactively-start-process' if no Scheme buffer/process
485         is available.
487 2005-08-06  Juri Linkov  <juri@jurta.org>
489         * progmodes/compile.el (compilation-mode-font-lock-keywords):
490         Use `compilation-text-face', `compilation-info-text-face' and
491         `compilation-error-text-face' instead of `font-lock-keyword-face'.
492         (compilation-error): New face.
493         (compilation-error-file-name): Inherit from
494         `compilation-error' instead of `font-lock-warning-face'.
495         (compilation-warning-file-name): Inherit from
496         `compilation-warning' instead of `font-lock-warning-face'.
497         (compilation-info, compilation-error-file-name)
498         (compilation-warning-file-name, compilation-info-file-name)
499         (compilation-line-number, compilation-column-number): Doc fix.
500         (compilation-error-text-face, compilation-warning-text-face)
501         (compilation-info-text-face): New face variables.
502         (compilation-line-face, compilation-column-face)
503         (compilation-enter-directory-face)
504         (compilation-leave-directory-face): Doc fix.
505         (compilation-text-face): New function.
507         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to
508         0 instead of 1 to display binary file names as info file links.
509         (grep-error-face): Use `compilation-error-face' instead of
510         `font-lock-keyword-face'.
511         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
512         and `compilation-warning-text-face' instead of `font-lock-keyword-face'.
513         Use `compilation-error-text-face' instead of `grep-error-face'.
515 2005-08-05  Kenichi Handa  <handa@m17n.org>
517         * international/code-pages.el: Add autoload cookies for all coding
518         systems.
520 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
522         * cus-start.el (all): Put undo.c where it alphabetically belongs.
524 2005-08-04  Juri Linkov  <juri@jurta.org>
526         * progmodes/compile.el (compilation-mode-map):
527         * progmodes/grep.el (grep-mode-map):
528         Bind TAB to `compilation-next-error' and [backtab] to
529         `compilation-previous-error'.
531         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
532         matching line numbers, column numbers and their ranges with regexp
533         matching only line numbers.
534         (grep-context-face): New face variable.
535         (grep-mode-font-lock-keywords): Use it.
537         * faces.el (read-face-name): Delete duplicate faces.
539 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
541         * thumbs.el (thumbs-find-image): Don't make variables
542         automatically buffer local.
543         (thumbs-current-tmp-filename, thumbs-current-image-filename)
544         (thumbs-image-num): Make automatically buffer local.
545         (thumbs-show-thumbs-list): Use `make-local-variable', not
546         `make-variable-buffer-local'.
547         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
549         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
550         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
551         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
552         (bother, bye, canyou, chatlst, continue, deathlst, describe)
553         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
554         (feelings-about, foullst, found, hello, history, howareyoulst)
555         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
556         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
557         (neglst, obj, object, owner, please, problems, qlist)
558         (random-adjective, relation, remlst, repetitive-shortness)
559         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
560         (shortlst, something, sportslst, stallmanlst, states, subj)
561         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
562         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
563         Defvar at compile time.
565         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
566         not `make-variable-buffer-local'.
568 2005-08-02  Kim F. Storm  <storm@cua.dk>
570         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
571         rectangle overlay in selected window.
573 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
575         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
576         instead of display group.  Make `indicate-buffer-boundaries'
577         customizable through Custom.
579 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
581         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
582         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
583         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
584         (gdb-put-string): Fix typos in docstrings.
586 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
588         Update copyright notices of files in progmodes directory for
589         release of Emacs 22.1.
591         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
593         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
594         Don't barf if the GUD buffer has been killed.
596 2005-08-01  Kim F. Storm  <storm@cua.dk>
598         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
600 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
602         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
603         (byte-compile-form-make-variable-buffer-local): New functions to warn
604         about misuses of make-variable-buffer-local where make-local-variable
605         was meant.
607 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
609         * bs.el (bs-attributes-list): Doc fix.
610         (bs): Update url-link.
612         * desktop.el (desktop-save-buffer): Fix typos in docstring.
613         (desktop-load-default): Simplify.
615         * ibuffer.el (ibuffer-columnize-and-insert-list)
616         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
617         (ibuffer-unmark-all, ibuffer-toggle-marks)
618         (ibuffer-unmark-forward, ibuffer-unmark-backward)
619         (ibuffer-compile-make-format-form, ibuffer-format-column)
620         (ibuffer-current-buffers-with-marks)
621         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
622         (ibuffer): Doc fix.
623         (ibuffer-mode): Fix typo in docstring.
624         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
625         with `define-obsolete-variable-alias'.
626         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
628 2005-07-29  Kenichi Handa  <handa@m17n.org>
630         * international/mule-cmds.el (select-message-coding-system):
631         Be sure to use LF for end-of-line.  If no coding system is decided,
632         return iso-8859-1-unix.
634 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
636         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
637         (ange-ftp-pending-error-line): New vars.
638         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
639         to handle the non-fatal no-route-to-host messages.
640         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
642 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
644         * isearch.el (isearch-mode-map, isearch-other-meta-char)
645         (isearch-quote-char, isearch-printing-char)
646         (isearch-text-char-description): "?\ " -> "?\s".
647         (isearch-lazy-highlight-cleanup)
648         (isearch-lazy-highlight-initial-delay)
649         (isearch-lazy-highlight-interval)
650         (isearch-lazy-highlight-max-at-a-time)
651         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
652         Declare with define-obsolete-*-alias macros.
653         (isearch-forward): Fix typo in docstring.
654         (search-invisible, search-ring-yank-pointer)
655         (regexp-search-ring-yank-pointer): Doc fixes.
657         * recentf.el (recentf-menu-append-commands-p): Declare with
658         `define-obsolete-variable-alias'.
659         (recentf-max-saved-items, recentf-menu-filter)
660         (recentf-arrange-by-rule-subfilter): Doc fixes.
661         (recentf-menu-append-commands-flag)
662         (recentf-initialize-file-name-history, recentf-expand-file-name)
663         (recentf-clear-data): Fix typos in docstrings.
665 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
667         * progmodes/gdb-ui.el: Smarten comments.
668         (gdb-info-breakpoints-custom): Use nowarn when finding file.
670 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
672         * term/apollo.el (terminal-init-apollo): New function containing
673         all former top level forms in the file.
674         * term/bobcat.el (terminal-init-bobcat):
675         * term/cygwin.el (terminal-init-cygwin):
676         * term/iris-ansi.el (terminal-init-iris-ansi):
677         * term/linux.el (terminal-init-linux):
678         * term/news.el (terminal-init-news):
679         * term/rxvt.el (terminal-init-rxvt):
680         * term/sun.el (terminal-init-sun):
681         * term/tvi970.el (terminal-init-tvi970):
682         * term/vt100.el (terminal-init-vt100):
683         * term/vt102.el (terminal-init-vt102):
684         * term/vt125.el (terminal-init-vt125):
685         * term/vt200.el (terminal-init-vt200):
686         * term/vt201.el (terminal-init-vt201):
687         * term/vt220.el (terminal-init-vt220):
688         * term/vt240.el (terminal-init-vt240):
689         * term/vt300.el (terminal-init-vt300):
690         * term/vt320.el (terminal-init-vt320):
691         * term/vt400.el (terminal-init-vt400):
692         * term/vt420.el (terminal-init-vt420):
693         * term/wyse50.el (terminal-init-wyse50):
694         * term/xterm.el (terminal-init-xterm): Likewise.
696         * term/README: Describe the terminal-init-* functionality.
698         * startup.el (command-line): After loading the terminal initialization
699         file call the corresponding terminal initialization function.
701 2005-07-27  Kenichi Handa  <handa@m17n.org>
703         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
704         negative.
706         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
707         (ps-mule-composition-prologue): Fix for the case that
708         RelativeCompose is false.
710 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
712         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
714         * descr-text.el (describe-char): Handle the case where the list of
715         chars is displayed in a separate frame.
716         Be a bit more discriminating when looking for the char.
718 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
720         * bookmark.el (bookmark-automatically-show-annotations)
721         (bookmark-read-annotation-text-func): Doc fixes.
722         (bookmark-save): Improve argument/docstring consistency.
723         (bookmark-get-bookmark, bookmark-get-bookmark-record)
724         (bookmark-alist-from-buffer)
725         (bookmark-upgrade-file-format-from-0)
726         (bookmark-grok-file-format-version)
727         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
728         (bookmark-read-annotation-mode)
729         (bookmark-insert-current-bookmark, bookmark-jump)
730         (bookmark-exit-hook): Fix typos in docstrings.
731         (bookmark-exit-hooks): Define as obsolete alias.
732         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
733         not `bookmark-exit-hooks'.  Fix docstring.
734         (bookmark-bmenu-select): "?\ " -> "?\s".
736 2005-07-25  Ari Roponen <arjuropo@cc.jyu.fi>  (tiny change)
738         * startup.el (command-line): Fix typo.
740 2005-07-24  Richard M. Stallman  <rms@gnu.org>
742         * tooltip.el (tooltip-mode): Test emacs-basic-display,
743         not emacs-quick-startup.
745 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
747         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
748         (reb-next-match, reb-show-subexp): Use `with-selected-window'
749         instead of `reb-with-current-window'.
750         (reb-prev-match): Likewise.  Also, don't move left if the search
751         was unsuccessful.
752         (reb-initialize-buffer): New function.
753         (re-builder, reb-change-syntax): Use it.
755         * man.el (Man-goto-page): Make second argument NOERROR optional.
757 2005-07-23  Richard M. Stallman  <rms@gnu.org>
759         * man.el (Man-bgproc-sentinel): Check here for failure to find
760         any man page in the output, and report the error here.
761         (Man-arguments): Make it permanent local.
762         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
763         (Man-mode): Pass t for NOERROR.
765         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
766         (grep-mode-font-lock-keywords):
767         Don't use compilation-...-face for messages that are not file names.
769         * progmodes/compile.el (compilation-mode-font-lock-keywords):
770         Don't use compilation-...-face for messages that are not file names.
772 2005-07-22  Juri Linkov  <juri@jurta.org>
774         * startup.el (normal-splash-screen): Update menu name.
776         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
778 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
780         * term/xterm.el: Load term/rxvt if the terminal is actually an
781         rxvt terminal.
782         (xterm-rxvt-set-background-mode): Remove, not used anymore.
784         * term/rxvt.el (function-key-map): Use substitute-key-definition
785         to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
787         * term/cygwin.el: New file.
789 2005-07-22  Kim F. Storm  <storm@cua.dk>
791         * image-file.el (insert-image-file, image-file-yank-handler):
792         Fix last change to maintain a (unique) yank-handler on yanked images.
794 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
796         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
797         of the file size (as in "177B" for 177 bytes).  This happens with
798         "ls -lh" on FreeBSD.
800 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
802         * hilit-chg.el (highlight-changes-global-initial-state)
803         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
804         (hilit-chg-fixup, highlight-changes-mode):
805         Fix typos in docstrings.
806         (highlight-changes-global-modes, highlight-changes-rotate-faces):
807         Doc fixes.
809 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
811         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
812         mode function using `eval-after-load'.
814 2005-07-21  Kim F. Storm  <storm@cua.dk>
816         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
817         included when reporting an emacs crash, and tell about the DEBUG file.
819         * image-file.el (insert-image-file): Add yank-handler.
820         (image-file-yank-handler): Yank handler to make unique copies of
821         images when they are yanked into a buffer next to each other.
823 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
825         * comint.el (comint-use-prompt-regexp, comint-send-input)
826         (comint-source-default, comint-extract-string)
827         (comint-get-source, comint-word, comint-completion)
828         (comint-source, comint-prompt-read-only, comint-update-fence):
829         Fix typos in docstrings.
830         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
831         Declare with define-obsolete-*-alias macros.
832         (comint-previous-matching-input-from-input)
833         (comint-next-matching-input-from-input)
834         (comint-previous-matching-input, comint-next-matching-input)
835         (comint-forward-matching-input):
836         Improve argument/docstring consistency.
838         * desktop.el (desktop-clear-preserve-buffers-regexp):
839         Also preserve the *server* buffer.
841         * simple.el (clone-indirect-buffer): Doc fix.
842         (fixup-whitespace, just-one-space)
843         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
844         (next-error, next-error-highlight)
845         (next-error-highlight-no-select, next-error-last-buffer)
846         (next-error-buffer-p, next-error-find-buffer, next-error)
847         (previous-error, next-error-no-select, previous-error-no-select)
848         (open-line, split-line, minibuffer-prompt-width, kill-new)
849         (binary-overwrite-mode): Fix typos in docstrings.
850         (set-fill-column): Fix typo in message.
852         * skeleton.el (skeleton-proxy-new): Doc fix.
854         * strokes.el (strokes-load-hook): Doc fix.
855         (strokes-grid-resolution, strokes-get-grid-position)
856         (strokes-renormalize-to-grid, strokes-read-stroke)
857         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
858         (strokes-global-map): Fix typos in docstrings.
859         (strokes-help): Doc fix.  Fix help message and pass it through
860         `substitute-command-keys'.
862         * tempo.el (tempo-insert-prompt, tempo-interactive)
863         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
864         (tempo-insert-string-functions, tempo-local-tags)
865         (tempo-define-template, tempo-insert-template)
866         (tempo-insert-prompt-compat, tempo-is-user-element)
867         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
868         Fix typos in docstrings.
870         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
871         (vcursor-key-bindings, vcursor-use-vcursor-map)
872         (vcursor-find-window, vcursor-scroll-down)
873         (vcursor-disable, vcursor-beginning-of-buffer)
874         (vcursor-end-of-buffer): Fix typos in docstrings.
875         (vcursor-relative-move, vcursor-get-char-count):
876         Improve argument/docstring consistency.
878         * version.el: "?\ " -> "?\s".
880         * wid-edit.el (widget-default-create, widget-after-change)
881         (widget-default-format-handler, widget-checklist-add-item)
882         (widget-radio-add-item, widget-choose, widget-specify-secret)
883         (widget-field-value-create, widget-field-value-get)
884         (widget-editable-list-format-handler)
885         (widget-editable-list-entry-create, widget-group-value-create)
886         (widget-documentation-link-add)
887         (widget-documentation-string-value-create): "?\ " -> "?\s".
888         (widget-convert-text): Doc fix.
889         (widget-narrow-to-field, widget-field-find)
890         (widget-url-link-action, widget-emacs-library-link-action)
891         (widget-color-notify): Fix typos in docstrings.
893         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
894         (x-select-text, set-w32-system-coding-system)
895         (w32-add-charset-info): Fix typos in docstrings.
897         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
898         (cua-enable-cua-keys, cua-use-hyper-key)
899         (cua-virtual-rectangle-edges): Fix typos in docstrings.
900         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
902         * net/tramp.el (tramp-handle-load): Fix typo in error message.
904         * emacs-lisp/re-builder.el (regexp-builder): Declare with
905         `defalias' instead of faking it.
907         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
908         (eshell-ls-missing, eshell-ls-dired-initial-args)
909         (eshell-ls-use-in-dired): Fix typos in docstrings.
911 2005-07-20  Kim F. Storm  <storm@cua.dk>
913         * emulation/cua-base.el (cua-mode): Improve doc string.
915 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
917         * abbrev.el (expand-region-abbrevs): Doc fix.
918         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
919         Improve argument/docstring consistency.
921         * arc-mode.el (archive-get-descr, archive-alternate-display):
922         Doc fixes.
923         (archive-l-e): Improve argument/docstring consistency.
924         (archive-tmpdir, archive-unixdate, archive-unixtime)
925         (archive-chmod-entry): Fix typos in docstrings.
926         (archive-unflag, archive-unflag-backwards)
927         (archive-unmark-all-files): "?\ " -> "?\s".
929         * buff-menu.el (Buffer-menu-unmark): Doc fix.
930         (Buffer-menu-not-modified, Buffer-menu-execute)
931         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
932         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
934         * composite.el (compose-string, encode-composition-rule)
935         (compose-last-chars): Fix typos in docstrings.
937         * desktop.el (desktop-enable, desktop-basefilename):
938         Declare with `define-obsolete-variable-alias'.
939         (desktop-internal-v2s): Don't quote keywords.
940         (desktop-clear): "?\ " -> "?\s".
942         * dired.el (dired-align-file, dired-flag-backup-files)
943         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
944         (dired-listing-switches, dired-ls-F-marks-symlinks)
945         (dired-dwim-target, dired-load-hook, dired-mode-hook)
946         (dired-directory, dired-faces, dired, dired-revert)
947         (dired-mode, dired-summary, dired-view-file)
948         (dired-copy-filename-as-kill, dired-delete-file)
949         (dired-no-confirm, dired-unmark-all-marks)
950         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
951         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
952         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
953         Fix typos in message strings.
955         * dired-x.el (virtual-dired): Declare with `defalias'.
956         (dired-mark-unmarked-files, dired-local-variables-file)
957         (dired-omit-here-always): Doc fix.
958         (dired-omit-mode, dired-find-subdir)
959         (dired-enable-local-variables, dired-clean-up-buffers-too)
960         (dired-extra-startup, dired-mark-extension, dired-jump)
961         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
962         (dired-smart-shell-command, dired-guess-shell-alist-user)
963         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
964         (dired-x-bind-find-file, dired-x-submit-report):
965         Fix typos in docstrings.
966         (dired-mark-unmarked-files): "?\ " -> "?\s".
968         * dirtrack.el (dirtrack-list): Fix typos in docstring.
970         * faces.el (describe-face): "?\ " -> "?\s".
971         (read-all-face-attributes, read-face-font, modify-face)
972         (face-attr-construct, italic): Fix typos in docstrings.
973         (frame-update-face-colors): Declare with
974         `define-obsolete-function-alias'.
976         * files.el (find-file-noselect, recode-file-name): Doc fixes.
977         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
978         (magic-mode-alist, buffer-file-numbers-unique)
979         (write-file-functions, get-free-disk-space):
980         Fix typos in docstrings.
981         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
982         (write-contents-hooks, write-file-hooks):
983         Declare with `define-obsolete-variable-alias'.
985         * forms-d2.el (arch-rj): Fix typo in docstrings.
986         (arch-tocol): Likewise.  "?\ " -> "?\s".
988         * frame.el (set-frame-font, cursor-in-non-selected-windows):
989         Fix typo in docstring.
990         (set-screen-width, set-screen-height): Delete redundant info in
991         doctrings.
992         (new-frame, screen-height, screen-width): Declare with
993         `define-obsolete-function-alias'.
994         (delete-frame-hook, blink-cursor): Declare with
995         `define-obsolete-variable-alias'.
997         * paths.el (prune-directory-list): Fix typos in docstring.
999         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
1000         (cvs-prefix-get): Fix typos in docstrings.
1002         * ps-print.el (ps-extend-face-list, ps-extend-face)
1003         (ps-print-background-image): Fix typos in docstrings.
1004         (ps-default-fg, ps-default-bg): Doc fixes.
1006         * s-region.el (s-region-bind): Doc fix.
1007         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
1009         * textmodes/org.el (org-table-formula-substitute-names)
1010         (org-table-get-vertical-vector): Doc fixes.
1011         (org-table-recalculate): Remove unused argument to `message'.
1013 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
1015         * textmodes/org.el (org-table-column-names)
1016         (org-table-column-name-regexp)
1017         (org-table-named-field-locations): New variables.
1018         (org-archive-subtree): Protect `this-command' when calling
1019         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
1020         the kill buffer.
1021         (org-complete): Remove fixed-formula completion.
1022         (org-edit-formulas-map): New variable.
1023         (org-table-edit-formulas): New command.
1024         (org-finish-edit-formulas, org-abort-edit-formulas)
1025         (org-show-variable, org-table-get-vertical-vector): New functions.
1026         (org-table-maybe-eval-formula): Handle `:=' fields.
1027         (org-table-get-stored-formulas, org-table-store-formulas)
1028         (org-table-get-formula, org-table-modify-formulas)
1029         (org-table-replace-in-formulas): Handle named field formulas.
1030         (org-table-get-specials): Store locations of named fields.
1032 2005-07-19  Juri Linkov  <juri@jurta.org>
1034         * progmodes/grep.el (grep-regexp-alist)
1035         (grep-mode-font-lock-keywords, grep-process-setup):
1036         Use default GNU grep match color "01;31m" instead of "01;41m".
1037         (grep-regexp-alist, grep-mode-font-lock-keywords):
1038         Use `\\[[0-9]*m' instead of `\\[00m'.
1039         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
1040         sgr_start where its handling is more important.  Use the real
1041         length of sgr_start instead of constant 8.
1042         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
1043         specially.  Delete all remaining escape sequences.
1044         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
1045         (grep-regexp-alist): Make hyperlink only for binary file name
1046         instead of the whole line.
1047         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
1048         (grep-mode): Add autoload.
1050         * emacs-lisp/find-func.el (find-function-regexp):
1051         Add `define-compilation-mode'.
1053 2005-07-19  Juri Linkov  <juri@jurta.org>
1055         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
1056         (compare-windows-sync-string-size, compare-windows-recenter)
1057         (compare-windows-highlight, compare-windows): Add version 22.1.
1058         (compare-windows) <defface>: Inherit from lazy-highlight instead
1059         of duplicating its default value.
1061         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
1062         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
1064         * descr-text.el (describe-char): Create link buttons for `charset'
1065         and `code point'.  Add the current input method name with a link
1066         button to `to input' field.  Print face names of display table
1067         characters in `The display table entry is displayed by' section
1068         instead of printing face-id in the `display' field.
1069         Guess hardcoded faces and create a link button for them.
1070         Skip empty fields when calculating max-width.
1071         Treat `widget-create' specially while inserting strings from the
1072         collected field list.
1073         (describe-char-after): Made obsolete in version 22.1, not 21.5.
1075         * diff-mode.el (diff-file-header): Change foreground color from
1076         yellow to green on light backgrounds.
1077         (diff-context): Inherit from `shadow' only for color/grayscale
1078         with more than 88 colors.
1079         (diff-indicator-removed, diff-indicator-added)
1080         (diff-indicator-changed): New faces.
1081         (diff-font-lock-keywords): Use new faces.  Regroup rules.
1082         Add "^---$" for `normal' diff format.  Fontify `#' lines with
1083         font-lock-comment-delimiter-face and font-lock-comment-face.
1084         Add `#' to ^[^...] in the rule for `diff-context-face'.
1086         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
1087         a button-like box.  Inherit from `highlight' on low colors.
1088         (shadow): Use shades of gray only for color/grayscale with
1089         more than 88 colors.  Use green for light backgrounds with
1090         8 colors, and yellow for dark backgrounds with 8 colors.
1092         * font-lock.el (font-lock-regexp-grouping-backslash):
1093         Don't inherit from escape-glyph (use bold for all cases).
1095         * info.el (info-xref-visited): Use light foreground color `violet'
1096         for dark backgrounds instead of dark color `magenta3'.
1097         (info-title-1): Use `yellow' color for dark backgrounds.
1099         * isearch.el (isearch): Use not-too-dark magenta3 instead of
1100         too-light magenta2.
1102         * replace.el (match): Use slightly more light RoyalBlue3 instead
1103         of dark RoyalBlue4.
1105         * wid-edit.el (widget-inactive): Inherit from `shadow'.
1107 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
1109         * novice.el (disabled-command-hook): Declare it with
1110         `define-obsolete-variable-alias'.
1112         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
1113         (desktop-buffer-misc-functions, desktop-buffer-handlers)
1114         (desktop-load-default): Add release to obsolescence info.
1115         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
1116         (desktop-append-buffer-args, desktop-read):
1117         Fix typos in docstrings.
1118         (desktop-kill): Fix typo in message.
1119         (desktop-save): Doc fix.
1121 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
1123         * viper-cmd.el (viper-escape-to-state): Bug fix.
1124         (viper-envelop-ESC-key): Change the definition of fast
1125         keysequence so it'll work with keyboard macros.
1127         * ediff.el (ediff-patch-buffer): Change the docstring.
1129 2005-07-19  Kenichi Handa  <handa@m17n.org>
1131         * international/mule-cmds.el (select-safe-coding-system): Try to
1132         use an auto-coding (if any) before anything else.  If the found
1133         auto-coding is invalid, show a warning message.
1135         * international/mule.el (find-auto-coding): New function created
1136         by modifying the body of set-auto-coding.
1137         (set-auto-coding): Use find-auto-coding to find a coding.
1139 2005-07-18  Richard M. Stallman  <rms@gnu.org>
1141         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
1142         not isearch-mode-end-hook-error.
1143         (allout-before-change-protect): Fix error message.
1145 2005-07-18  Juri Linkov  <juri@jurta.org>
1147         * allout.el (allout-mode):
1148         * calculator.el (calculator-copy):
1149         * custom.el (custom-known-themes):
1150         * dired.el (dired-desktop-buffer-misc-data)
1151         (dired-restore-desktop-buffer):
1152         * dired-x.el (dired-omit-marker-char):
1153         * files.el (basic-save-buffer):
1154         * font-core.el (font-lock-mode):
1155         * calendar/calendar.el (calendar-goto-hebrew-date)
1156         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
1157         (calendar-goto-persian-date):
1158         * language/ethio-util.el (ethio-sera-to-fidel-region):
1159         * textmodes/picture.el (picture-mode):
1160         Delete duplicate duplicate words.
1162 2005-07-18  Juri Linkov  <juri@jurta.org>
1164         * isearch.el (isearch-mode-map): Remove key bindings for regexp
1165         chars * ? } |.
1166         (isearch-fallback): Don't call `isearch-process-search-char'.
1167         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
1168         (isearch-process-search-char): Call `isearch-fallback' for regexp
1169         chars * ? } |.
1170         (isearch-return-char): Make obsolete with `make-obsolete' instead
1171         of simply documenting it as obsolete in the docstring.
1172         (isearch-fallback): Refill docstring.
1174         * international/isearch-x.el
1175         (isearch-process-search-multibyte-characters): Remove unneeded `concat'.
1176         Add intermediate values to `junk-hist' instead of `minibuffer-history'.
1177         Test the length of `str'.
1179 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
1181         * allout.el (allout-resolve-xref): Fix typos in error strings.
1182         (allout-before-change-protect): Remove unneeded `concat'.
1184         * array.el (array-mode, array-reconfigure-rows)
1185         (untabify-backward): Fix typos in docstrings.
1186         (array-reconfigure-rows): Use `insert-buffer-substring', not
1187         `insert-buffer'.
1189         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
1190         * progmodes/ada-mode.el (ada-make-body):
1191         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
1193         * dired.el (dired-log):
1194         * tar-mode.el (tar-subfile-save-buffer):
1195         * play/zone.el (zone-pgm-stress-destress):
1196         Use `insert-buffer-substring', not `insert-buffer'.
1198 2005-07-17  Simon Josefsson  <jas@extundo.com>
1200         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
1202 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
1204         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
1205         Add plain auth method.
1206         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
1208 2005-07-17  Kim F. Storm  <storm@cua.dk>
1210         * ido.el (dired-other-window): Add ido property.
1212 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
1214         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
1215         Fix typo in docstring.
1216         (byte-compile-interactive-only-functions): Add `insert-buffer' and
1217         `insert-file-literally'.
1219         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
1220         info and delete redundant message.  Doc fix.
1221         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
1222         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
1224 2005-07-16  Richard M. Stallman  <rms@gnu.org>
1226         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
1227         (byte-compile-and): Use byte-compile-and-recursion.
1228         (byte-compile-or-recursion): New function.
1229         (byte-compile-or): Use that.
1230         (byte-compile-if): Guard the else-clause too.
1231         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
1233         * isearch.el (isearch-mode-end-hook-quit): New variable.
1234         (isearch-done): Bind it.
1235         (isearch-mode-end-hook): Doc fix.
1237         * allout.el (allout-isearch-did-quit): Variable deleted.
1238         (allout-real-isearch-abort): Function name no longer used.
1239         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
1240         (allout-isearch-rectification): isearch-mode always exists.
1241         Don't set allout-isearch-did-quit.
1242         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
1243         allout-isearch-did-quit.
1244         (allout-enwrap-isearch): Just add the hook.
1245         (allout-isearch-abort): Function deleted.
1246         (allout-pre-command-business): Avoid warning.
1248         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
1249         Correctly avoid warnings.
1250         (pascal-outline): Likewise.
1252         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
1254         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
1256         * play/tetris.el (tetris-mode): Avoid warning.
1258         * play/snake.el (snake-mode): Avoid warning.
1260         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
1261         (gamegrid-set-display-table): Avoid warning.
1262         (gamegrid-set-timer): Likewise.
1263         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
1264         (gamegrid-add-score-with-update-game-score-1): Take FILE
1265         as argument.
1266         (gamegrid-add-score-with-update-game-score): Pass that argument.
1267         Rename have-shared-game-dir to gamegrid-shared-game-dir.
1269         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
1271         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
1272         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
1274         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
1275         and insert-file.
1277         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
1278         (sc-ask): Avoid warnings.
1280         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
1281         (eshell-hist-initialize): Use that var the natural way.
1283         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
1285         * emacs-lisp/re-builder.el (reb-cook-regexp):
1286         Avoid warning calling lre-compile-string.
1287         (reb-color-display-p): Avoid warning.
1289         * calculator.el (calculator-last-input): Guard uses
1290         of event-key and key-press-event-p.
1291         (event-key, key-press-event-p): Delete definitions.
1293         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
1294         (find-gc-source-directory, find-gc-subrs-callers)
1295         (find-gc-noreturn-list, find-gc-source-files)
1296         (find-gc-subrs-called): Vars renamed and defvar'd.
1298         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
1299         (checkdoc-overlay-put, checkdoc-delete-overlay)
1300         (checkdoc-overlay-start, checkdoc-overlay-end)
1301         (checkdoc-mode-line-update, checkdoc-char=):
1302         Define such that compiler knows they are defined.
1303         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
1304         (checkdoc-read-event): Delete.  Use read-event directly.
1306         * whitespace.el (whitespace-make-overlay)
1307         (whitespace-overlay-put, whitespace-delete-overlay)
1308         (whitespace-overlay-start, whitespace-overlay-end):
1309         Define such that compiler knows they are defined.
1310         (whitespace): Move conditional inside.
1312         * tempo.el (tempo-insert-template): Suppress warning.
1314         * ediff-diff.el (longlines-mode): Add defvar.
1316 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
1318         * server.el: Bind "C-x #" in a way that works even if C-x is
1319         redefined to a command key, not a prefix key.
1321 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
1323         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
1324         cl-make-type-test till execution time.
1326 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
1328         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
1329         arg ARG and use it.
1331 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
1333         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
1335 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
1337         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
1338         a defcustom with two :set or :type keywords.
1340 2005-07-15  Richard M. Stallman  <rms@gnu.org>
1342         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
1343         Don't give ^M comment-end syntax.
1345 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
1347         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
1348         Don't consider gdbmi (gdb-mi.el has its own update functions).
1349         (gdb-var-delete): Make it work for gdbmi as well.
1350         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
1352         * progmodes/gud.el (etags, sdb): Only require etags when needed.
1353         (gud-speedbar-menu-items): Correct logic for enabling items.
1355 2005-07-15  Kim F. Storm  <storm@cua.dk>
1357         * ido.el: Fix commentary.
1358         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
1359         Use with-no-warnings around ffap-guesser.
1360         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
1361         Let bind minibuffer-completing-file-name to t.
1363 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
1365         * startup.el (site-run-file, keyboard-type): Doc fixes.
1366         (command-line): Check for "--basic-display" argument; also for
1367         "--quick", not "--bare-bones" (which was renamed).
1368         (fancy-splash-text): Add missing item "Getting New Versions".
1369         (normal-splash-screen): Fix typos and improve consistency with
1370         `fancy-splash-text'.  Update copyright year.
1372         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
1373         valid binding for `help-char'.
1375         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
1377 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
1379         * term.el (term-mode): Disable cua-mode for term buffers.
1381 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
1383         * add-log.el (add-log-mailing-address, change-log-merge):
1384         Doc fixes.
1385         (change-log-get-method-definition): Fix typo in docstring.
1387 2005-07-14  Kim F. Storm  <storm@cua.dk>
1389         * emulation/cua-base.el:
1390         (cua--pre-command-handler-1, cua--pre-command-handler)
1391         (cua--post-command-handler-1, cua--post-command-handler):
1392         Split in two.  Check (buffer local) value of cua-mode.
1393         (cua-selection-mode): New command.
1395 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
1397         * custom.el (custom-initialize-safe-set)
1398         (custom-initialize-safe-default): Doc fixes.
1400         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
1401         and simplify :init-value again.
1403         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
1404         and simplify :init-value again.  Delete autoload.
1406         * startup.el (command-line): Use `custom-reevaluate-setting' again
1407         for tooltip-mode.
1409         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
1410         a defcustom with two :initialize keywords.
1412 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
1414         * allout.el (my-mark-marker, allout-isearch-prior-pos)
1415         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
1416         (allout-post-command-business, allout-flag-region)
1417         (isearch-reenable-font-lock, allout-yank)
1418         (allout-insert-latex-header, allout-insert-latex-trailer)
1419         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
1420         (allout-latex-verb-quote): Fix typos in docstrings.
1421         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
1422         (allout-unprotected, allout-prefix-data):
1423         Improve argument/docstring consistency.
1424         (allout-chart-subtree): Fix argument spec.
1425         (allout-open-topic): Rename `use_sib_bullet' argument to
1426         `use-sib-bullet'.  Doc fix.
1428         * whitespace.el (whitespace-check-buffer-leading)
1429         (whitespace-check-buffer-trailing)
1430         (whitespace-check-buffer-indent)
1431         (whitespace-check-buffer-spacetab)
1432         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
1433         (whitespace-check-leading-whitespace)
1434         (whitespace-check-trailing-whitespace)
1435         (whitespace-check-spacetab-whitespace)
1436         (whitespace-check-indent-whitespace)
1437         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
1438         (whitespace-modes): Fix typos in docstrings.
1439         (defgroup, defcustom): Doc fixes.
1441         * winner.el (winner-mode, winner-boring-buffers)
1442         (winner-pending-undo-ring): Doc fixes.
1443         (winner-ring): Remove unneeded `progn'.
1444         (winner-equal): `defsubst' it.
1445         (winner-redo): Fix message.
1447 2005-07-13  Kim F. Storm  <storm@cua.dk>
1449         * simple.el (line-move-1): Always use vertical-motion to
1450         do the last (or only) line move to ensure some movement.
1451         Undo 2005-06-23 change--don't check for overlays.
1453 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1455         * term/mac-win.el (ccl-encode-mac-roman-font)
1456         (ccl-encode-mac-centraleurroman-font)
1457         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
1458         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
1459         Change charset-id boundary of dimension to ?\xef.
1460         (mac-char-fontspec-list): New constant.
1461         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
1462         argument.  Nil uses itself as family in font-spec.  Previous
1463         behavior for nil is now provided by non-nil non-string argument.
1464         All callers changed.  Add font-specs for Mac fonts to
1465         "fontset-default" unless iso8859-1 fonts are installed.
1467 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1469         * progmodes/sh-script.el (sh-get-indent-info): Only indent
1470         a continuation line if the \ is preceded by SPC or TAB.
1471         (sh-get-indent-info): Simplify.
1472         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
1473         Use with-current-buffer.
1475         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
1476         when the matched text is empty.
1478 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
1480         * startup.el (command-line): Revert to previous handling of
1481         tooltip-mode.  Explain in comment why the complexity is needed.
1483         * tooltip.el (tooltip-mode): Revert to previous implementation of
1484         its defcustom.
1486         * frame.el (blink-cursor-mode): Revert to previous implementation
1487         of its defcustom.  Update comment.
1489 2005-07-12  Lars Hansen  <larsh@soem.dk>
1491         * desktop.el: Update e-mail address.
1493 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1495         * term/mac-win.el (mac-services-mail-selection)
1496         (mac-services-mail-to): New functions.
1497         (mac-application-menu-map): Bind them.
1499 2005-07-12  wulei <milton@wulei.net>  (tiny change)
1501         * progmodes/gdb-ui.el: Add note about buffering with Windows.
1503 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
1505         * custom.el (custom-reevaluate-setting): Doc fix.
1507 2005-07-11  Jay Belanger  <belanger@truman.edu>
1509         * calc/calc.el (calc-embedded-announce-formula-alist)
1510         (calc-embedded-open-close-plain-alist)
1511         (calc-embedded-open-close-mode-alist): Add checks for additional
1512         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
1514 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
1516         * custom.el (custom-enable-theme): Don't add theme to
1517         `custom-enabled-themes' with `push' because there is no
1518         setf-method for `delq'.
1520 2005-07-11  Richard M. Stallman  <rms@gnu.org>
1522         * custom.el (custom-declare-variable): Doc fix.
1524         * dired-aux.el (dired-compare-directories): Remove "." and ".."
1525         from the alists.
1527         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
1528         Do nothing if edebug-active.
1530         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
1531         (edebug-display): Do it here instead.
1533 2005-07-10  Richard M. Stallman  <rms@gnu.org>
1535         * cus-face.el (custom-theme-set-faces): Make it work.
1536         (custom-reset-faces): Doc fix.
1537         (custom-theme-reset-internal-face, custom-theme-face-value):
1538         Functions deleted.
1540         * custom.el (custom-push-theme): Maintain list of the settings
1541         of a given theme in its theme-settings property.
1542         Maintain position of old settings in the theme-value
1543         or theme-face property.
1544         (custom-enabled-themes): New variable.
1545         (custom-theme-enabled-p): New function.
1546         (provide-theme): Update custom-enabled-themes.
1547         Disable and reenable the `user' theme.
1548         (require-theme): Doc fix.
1549         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
1550         (custom-theme-value, custom-theme-variable-value): Likewise.
1551         (custom-theme-reset-internal): Likewise.
1552         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
1553         (custom-enable-theme, custom-disable-theme): New functions.
1554         (custom-variable-theme-value, custom-face-theme-value): Likewise.
1555         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
1556         (custom-theme-reset-variables): Simplify.
1557         (deftheme, custom-declare-theme, custom-make-theme-feature):
1558         Definitions moved.
1560 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
1562         * longlines.el (longlines-show-region)
1563         (longlines-unshow-hard-newlines): Recognize hard newlines by
1564         non-nil hard property, instead of t.
1566 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
1568         * viper-cmd.el (viper--key-maps): New variable.
1569         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
1570         emulation-mode-map-alists.
1571         (viper-envelop-ESC-key): Use viper-subseq.
1572         (viper-search-forward/backward/next): Disable debug-on-error.
1574         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
1575         (viper-ESC-key): New defcustoms.
1577         * viper-macs.el (ex-map-read-args): Use viper-subseq.
1579         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
1580         (viper-subseq): Copy of subseq from cl.el.
1582         * viper.el (viper-go-away, viper-set-hooks): Use
1583         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
1585         * viper-mous.el (viper-current-frame-saved): Use defvar.
1587         * viper-init.el: Get rid of -face in face names.
1589         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
1590         Make it work with longlines mode
1592         * ediff-mult.el (ediff-meta-mode-hook): New variable.
1594         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
1596         * ediff-init: Get rid of -face in face names.
1598 2005-07-10  Richard M. Stallman  <rms@gnu.org>
1600         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
1601         and with-timeout-unsuspend.
1603         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
1604         and with-timeout-unsuspend.
1606         * emacs-lisp/timer.el (with-timeout-timers): New variable.
1607         (with-timeout): Bind that variable to record timers.
1608         (with-timeout-suspend, with-timeout-unsuspend): New functions.
1610         * emacs-lisp/debug.el (debug-help-follow): New function.
1611         (debugger-mode-map): Use that instead of help-follow.
1612         (debugger-setup-buffer): Use eval-buffer-list
1613         to handle eval-buffer frames.
1615 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
1617         * timezone.el (timezone-parse-date): Change first regexp
1618         so it will not mistakenly match dates with no time zone.
1620 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
1622         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
1624 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
1626         * custom.el (custom-initialize-safe-set)
1627         (custom-initialize-safe-default): New functions.
1629         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
1630         and simplify :init-value.
1632         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
1633         and simplify :init-value.  Delete obsolete comment.
1635         * startup.el (command-line): Use `custom-reevaluate-setting' to
1636         handle `tooltip-mode'.  Delete obsolete comment.
1638         * files.el (set-visited-file-name): Avoid calling
1639         `file-name-nondirectory' with a nil argument.
1641 2005-07-09  Richard M. Stallman  <rms@gnu.org>
1643         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
1644         was called with nil for the buffer, handle the read position right.
1645         Handle read position for eval-region, too.
1647 2005-07-09  Juri Linkov  <juri@jurta.org>
1649         * fringe.el (fringe-mode): Add period in docstring.
1650         (fringe-query-style): Build prompt depending on `all-frames' arg.
1652         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
1653         to not create links to unrelated functions in the Help buffer.
1655         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
1656         Doc fix.
1658         * simple.el (next-error-hook): New variable.
1659         (next-error): Use it.  Doc fix.
1661         * textmodes/ispell.el (ispell-command-loop): Add current
1662         dictionary name and program name to mode-line-format.
1663         (ispell-region, ispell-process-line): Add current dictionary name
1664         and program name to messages.
1666 2005-07-08  Jay Belanger  <belanger@truman.edu>
1668         * calc/calc.el (calc-embedded-announce-formula-alist)
1669         (calc-embedded-open-close-formula-alist)
1670         (calc-embedded-open-close-word-alist)
1671         (calc-embedded-open-close-plain-alist)
1672         (calc-embedded-open-close-new-formula-alist)
1673         (calc-embedded-open-close-mode-alist)
1674         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
1675         (calc-embedded-mode-hook): New variables.
1677         * calc/calc-embed.el (calc-embedded-firsttime)
1678         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
1679         New variables.
1680         (calc-do-embedded): Use calc-embedded-firsttime,
1681         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
1682         determine whether or not to run hooks.
1683         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
1684         calc-embedded-firsttime-formula appropriately.
1685         Set calc-embedded delimiter variables according to mode.
1687 2005-07-08  Richard M. Stallman  <rms@gnu.org>
1689         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
1690         Check for "emacs", etc., as entire symbol, not just as word.
1691         (checkdoc-file-comments-engine): Use regexp-quote on FN.
1693         * files.el (set-visited-file-name): Report the error
1694         for "empty filename" earlier.
1695         (kill-some-buffers): Ignore buffers already dead.
1697         * fringe.el (fringe-mode): Doc fix.
1699         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
1700         Check for (featurep 'xemacs) and turn off warnings in what it guards.
1701         Use unwind-protect to ensure byte-compile-unresolved-functions
1702         is updated.
1704         * whitespace.el (whitespace-buffer-leading-cleanup):
1705         Simplify w/ skip-chars-forward.
1706         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
1708         * mail/rmail.el (rmail-only-expunge): Fix paren error.
1709         Unconditionally try to leave point at the same old place.
1711 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
1713         * comint.el (comint-postoutput-scroll-to-bottom)
1714         (comint-show-maximum-output): Take scroll-margin into consideration.
1716 2005-07-08  Kim F. Storm  <storm@cua.dk>
1718         * ido.el (ido-use-filename-at-point): New choice `guess'.
1719         (ido-file-internal): Try ffap-guesser if selected.
1721         * ido.el (ido-before-fallback-functions): New hook.
1722         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
1723         (ido-read-file-name): Run it.
1725 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1727         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
1728         strings rather than a list of symbols to the completion function.
1730 2005-07-07  Jay Belanger  <belanger@truman.edu>
1732         * calc/calc-units.el (math-apply-units): Change the places in
1733         which units are simplified.
1735 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
1737         * cus-edit.el (customize-option, customize-option-other-window):
1738         Make them handle aliases.
1740         * custom.el (custom-variable-p): Make it recursively follow
1741         aliases.  Mention that in the docstring.
1743 2005-07-07  Richard M. Stallman  <rms@gnu.org>
1745         * cus-start.el (exec-path): Use `directory' instead of `file'.
1746         Fix tag for nil.
1748 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
1750         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
1751         when called non-interactively.  Doc fix.
1753 2005-07-07  Lute Kamstra  <lute@gnu.org>
1755         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
1756         new address as well.
1758 2005-07-07  Kenichi Handa  <handa@m17n.org>
1760         * international/mule.el (make-coding-system):
1761         Describe `ascii-incompatible' property in the docstring.
1762         (set-file-name-coding-system): Signal an error if coding-system is
1763         ascii-incompatible.
1764         (set-keyboard-coding-system): Likewise.
1766         * international/mule-cmds.el (set-default-coding-systems):
1767         Don't set default-file-name-coding-system and
1768         default-keyboard-coding-system if coding-system is ASCII-incompatible.
1770         * international/utf-16.el: Declare that all UTF-16-based coding
1771         systems are ASCII-incompatible.
1773 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
1775         * progmodes/gud.el: Require font-lock for displaying errors.
1776         Used by gdb-ui.el.
1778 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
1780         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
1781         values for the pattern lists which are `read'able but not
1782         `append'able (like symbols).
1784 2005-07-06  Richard M. Stallman  <rms@gnu.org>
1786         * progmodes/flymake.el (flymake-float-time): Instead of
1787         with-no-warnings, test for xemacs.
1788         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
1789         to avoid warning.
1791 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
1793         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
1795 2005-07-05  Lute Kamstra  <lute@gnu.org>
1797         * battery.el: Add support for Darwin (with much debugging help
1798         from Samuel Lauber <sam124@operamail.com>).
1799         (battery-status-function, battery-echo-area-format)
1800         (battery-mode-line-format): Add support for pmset on Darwin.
1801         (battery-load-low, battery-load-critical): New user options.
1802         (battery-pmset): New function.
1804 2005-07-05  Lute Kamstra  <lute@gnu.org>
1806         Update FSF's address in GPL notices.
1808         * textmodes/page-ext.el: Update FSF's address.
1810 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1812         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
1813         filling from using prefix when filling a single-line docstring.
1815         * progmodes/flymake.el: Remove useless eval-when-compile.
1817         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
1819 2005-07-04  Richard M. Stallman  <rms@gnu.org>
1821         * textmodes/org.el (org-file-apps-defaults-gnu):
1822         Rename from org-file-apps-defaults-linux.
1823         (org-default-apps): Don't test system-type for `linux'.
1824         (org-file-apps): Doc fix.
1826 2005-07-04  David Ponce  <david@dponce.com>
1828         * tree-widget.el: Improve header Commentary section.
1829         (tree-widget) [defgroup]
1830         (tree-widget-image-enable, tree-widget-themes-directory)
1831         (tree-widget-theme, tree-widget-image-properties-emacs)
1832         (tree-widget-image-properties-xemacs, tree-widget-create-image)
1833         (tree-widget-image-formats, tree-widget-control)
1834         (tree-widget-empty-control, tree-widget-leaf-control
1835         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
1836         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
1837         (tree-widget-keep, tree-widget-after-toggle-functions)
1838         (tree-widget-open-node, tree-widget-close-node): Doc fix.
1839         (tree-widget-open-control, tree-widget-close-control): Fix doc and
1840         :help-echo message.
1841         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
1842         (tree-widget-image-properties): Doc fix.  Clearer implementation.
1843         (tree-widget--cursors): New constant.
1844         (tree-widget-lookup-image): New function split from
1845         `tree-widget-find-image'.  Clearer implementation.
1846         (tree-widget-find-image): Use it.
1847         (tree-widget-button-keymap): Use `set-keymap-parent'.
1848         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
1849         Define the sub-widgets here.
1850         (tree-widget-node): Check that :node is not a tree-widget.
1851         (tree-widget-get-super, tree-widget-open-control)
1852         (tree-widget-close-control, tree-widget-empty-control)
1853         (tree-widget-leaf-control, tree-widget-guide)
1854         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
1855         (tree-widget-no-handle, tree-widget-value-delete)
1856         (tree-widget-map): Remove.
1857         (tree-widget-children-value-save): Doc fix.  Simplified.
1858         (tree-widget-value-create): Update according to previous changes.
1860 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
1862         * textmodes/org.el: Leading space replaced by TABS.
1863         (org-recalc-marks, org-table-rotate-recalc-marks)
1864         (org-table-get-specials): Treat "^" and "_" marks.
1865         (org-table-justify-field-maybe): Optional argument NEW.
1866         (org-table-eval-formula): Parsing of the format simplified.
1867         New modes C,I.  Honor the %= parameter in the current table.
1868         Avoid unnecessary re-align by using the NEW argument to
1869         `org-table-justify-field-maybe'.
1870         (org-calc-default-modes): Default for date-format mimicks org-mode.
1871         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
1873 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
1875         * cus-face.el (custom-theme-set-faces): Make it handle face
1876         aliases whose alias declarations are pre- or autoloaded.
1878 2005-07-04  Juri Linkov  <juri@jurta.org>
1880         * faces.el (read-face-name): Put the code for getting a face name
1881         from the buffer before adding the faces from the `face' property.
1882         Use `completing-read-multiple' instead of `completing-read'.
1883         Require `crm'.  Add default value and post-process the returned
1884         list of faces.
1886         * emacs-lisp/crm.el (crm-find-current-element)
1887         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
1889         * emacs-lisp/lisp-mode.el (eval-defun-1):
1890         * emacs-lisp/edebug.el (edebug-eval-defun):
1891         Remove unnecessary quotes.
1893 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
1895         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
1896         (prolog-indent-level): Fix typo in docstring.
1898         * info.el (Info-history, Info-history-forward)
1899         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
1901         * add-log.el (add-change-log-entry):
1902         * comint.el (comint-dynamic-list-input-ring)
1903         (comint-dynamic-list-completions):
1904         * dabbrev.el (dabbrev-expand):
1905         * delim-col.el (delimit-columns-rectangle-line):
1906         * diff-mode.el (diff-context->unified, diff-reverse-direction)
1907         (diff-unified->context):
1908         * ediff-init.el (ediff-abbrev-jobname):
1909         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
1910         (ediff-replace-session-activity-marker-in-meta-buffer):
1911         * info.el (Info-summary):
1912         * lpr.el (printify-region):
1913         * printing.el (pr-create-interface):
1914         * ps-print.el (ps-print-quote):
1915         * ses.el (ses-column-widths, ses-print-cell)
1916         (ses-adjust-print-width, ses-center):
1917         * shell.el (shell-file-name-quote-list):
1918         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
1919         (strokes-fill-current-buffer-with-whitespace)
1920         (strokes-xpm-for-stroke, strokes-list-strokes)
1921         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
1922         * term.el (term-dynamic-list-input-ring)
1923         (term-dynamic-list-completions):
1924         * calc/calc.el (math-format-stack-value):
1925         * emacs-lisp/edebug.el (edebug-display-freq-count):
1926         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
1927         (delphi-new-comment-line):
1928         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
1929         * progmodes/executable.el (executable-set-magic):
1930         * progmodes/python.el (inferior-python-mode):
1931         * progmodes/scheme.el (scheme-mode-syntax-table):
1932         * progmodes/sh-script.el (sh-maybe-here-document):
1933         * progmodes/sql.el (sql-copy-column):
1934         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
1935         * textmodes/bibtex.el (bibtex-mode):
1936         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
1937         (sgml-auto-attributes):
1938         * textmodes/table.el (table-insert, table-shorten-cell)
1939         (table--generate-source-scan-lines, table-delete-row)
1940         (*table--cell-delete-char, table--spacify-frame)
1941         (table--horizontally-shift-above-and-below)
1942         (table--cell-insert-char, table--cell-blank-str)
1943         (table--fill-region-strictly):
1944         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
1945         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
1947         * add-log.el (change-log):
1948         * apropos.el (apropos):
1949         * comint.el (comint-completion, comint-source):
1950         * dabbrev.el (dabbrev):
1951         * delim-col.el (columns):
1952         * diff-mode.el (diff-mode):
1953         * ediff.el (ediff):
1954         * ediff-diff.el (ediff-diff):
1955         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
1956         * ediff-mult.el (ediff-mult):
1957         * ediff-ptch.el (ediff-ptch):
1958         * ediff-wind.el (ediff-window):
1959         * facemenu.el (facemenu):
1960         * indent.el (indent):
1961         * info.el (info):
1962         * jka-cmpr-hook.el (compression, jka-compr):
1963         * lpr.el (lpr):
1964         * outline.el (outlines):
1965         * pcmpl-cvs.el (pcmpl-cvs):
1966         * pcmpl-rpm.el (pcmpl-rpm):
1967         * printing.el (printing):
1968         * ps-print.el (postscript, ps-print, ps-print-horizontal)
1969         (ps-print-vertical, ps-print-headers, ps-print-font)
1970         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
1971         (ps-print-background, ps-print-printer, ps-print-page)
1972         (ps-print-miscellany):
1973         * ses.el (ses):
1974         * shell.el (shell, shell-directories, shell-faces):
1975         * startup.el (initialization):
1976         * strokes.el (strokes):
1977         * term.el (term):
1978         * uniquify.el (uniquify):
1979         * w32-vars.el (w32):
1980         * calc/calc.el (calc):
1981         * emacs-lisp/bytecomp.el (bytecomp):
1982         * emacs-lisp/cl-indent.el (lisp-indent):
1983         * emacs-lisp/edebug.el (edebug):
1984         * emacs-lisp/elp.el (elp):
1985         * emacs-lisp/testcover.el (testcover):
1986         * emacs-lisp/trace.el (trace):
1987         * emulation/viper-ex.el (viper-ex):
1988         * emulation/viper-mous.el (viper-mouse):
1989         * mail/mailalias.el (mailalias):
1990         * mail/supercite.el (supercite, supercite-frames)
1991         (supercite-attr, supercite-cite, supercite-hooks):
1992         * net/rcompile.el (remote-compile):
1993         * net/rlogin.el (rlogin):
1994         * obsolete/ooutline.el (outlines):
1995         * progmodes/delphi.el (delphi):
1996         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
1997         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
1998         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
1999         (ebnf-optimization):
2000         * progmodes/etags.el (etags):
2001         * progmodes/executable.el (executable):
2002         * progmodes/idlwave.el (idlwave):
2003         * progmodes/pascal.el (pascal):
2004         * progmodes/prolog.el (prolog):
2005         * progmodes/python.el (python):
2006         * progmodes/scheme.el (scheme):
2007         * progmodes/sh-script.el (sh, sh-script):
2008         * progmodes/sql.el (SQL):
2009         * progmodes/tcl.el (tcl):
2010         * textmodes/bibtex.el (bibtex, bibtex-autokey):
2011         * textmodes/enriched.el (enriched):
2012         * textmodes/makeinfo.el (makeinfo):
2013         * textmodes/sgml-mode.el (sgml):
2014         * textmodes/table.el (table-hooks):
2015         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
2016         * textmodes/texinfo.el (texinfo):
2017         * textmodes/two-column.el (two-column):
2018         Finish `defgroup' description with period.
2020         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
2021         * eshell/esh-var.el (eshell-var):
2022         * progmodes/vhdl-mode.el (vhdl-testbench):
2023         * textmodes/org.el (org): Fix typos in docstrings.
2025         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
2026         consistency.
2028         * progmodes/flymake.el (flymake-find-file): Remove.
2029         (flymake-float-time): Use `with-no-warnings'.
2030         (flymake-check-start-time, flymake-check-was-interrupted)
2031         (flymake-err-info, flymake-is-running, flymake-last-change-time)
2032         (flymake-new-err-info): `defvar' at compile time.
2034 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
2036         * replace.el (occur-hook): Doc fix.
2037         (occur-1): Don't call `occur-hook' if there are no matches.
2039 2005-07-03  Richard M. Stallman  <rms@gnu.org>
2041         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
2042         global-map, save the same map.
2043         (global-map): Don't alter it at top level.
2044         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
2045         Then alter it here instead.
2046         (tpu-edt-off): Set global-map to the saved one.
2048         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
2049         All references simplified.
2050         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
2051         (zmacs-regions): Add defvar.
2052         (repeat-complex-command-map): Everything about that deleted.
2054         * textmodes/artist.el (artist-key-is-drawing)
2055         (artist-key-endpoint1, artist-key-poly-point-list)
2056         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
2057         (artist-key-compl-table, artist-rb-save-data)
2058         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
2059         Don't put them in eval-when-compile.
2060         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
2062         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
2063         Use with-no-warnings.
2065         * net/browse-url.el (dos-windows-version): Add defvar.
2067         * mail/supercite.el (filladapt-prefix-table): Add defvar.
2069         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
2070         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
2071         (rmail-new-summary-line-count): Rename from new-summary-line-count.
2072         Add defvar.
2073         (rmail-summary-beginning-of-message): Use with-no-warnings.
2074         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
2076         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
2077         Use with-no-warnings.
2079         * emulation/vi.el (vi-mark-region): Use c-mark-function.
2080         (c-mark-function): Add point-moving-unit property.
2081         (vi-goto-line): Use with-no-warnings.
2083         * emulation/edt.el (edt-last-copied-word): Add defvar.
2084         (zmacs-region-stays): Likewise.
2085         (edt-mark-section-wisely): Use c-mark-function for C.
2086         Use makr-defun for Fortran.
2087         (time-string): defvar deleted.
2088         (edt-display-the-time): Don't set time-string.
2090         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
2092         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
2093         Don't warn when name is not constant
2094         or for defining the group `emacs'.
2096         * tooltip.el (gud-tooltip-mode): Add defvar.
2098         * startup.el (default-frame-background-mode): Add defvar.
2100         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
2102         * info.el (tool-bar-map): Add defvar.
2104         * dired.el (dnd-protocol-alist): Add defvar.
2106         * dired-aux.el (dired-query): Display question with answer, when
2107         the user answers.
2109         * custom.el (custom-add-option): Doc fix.
2111         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
2113 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
2115         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
2116         bogus name from the last change.
2118 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
2120         * custom.el (custom-declare-variable): Fix typos in comment.
2121         (custom-known-themes): Doc fix.
2122         (custom-theme-directory): New defcustom.
2123         (require-theme): Make it check `custom-theme-directory'.
2125         * cus-theme.el (custom-new-theme-mode): New function.
2126         (custom-theme-name, custom-theme-variables, custom-theme-faces)
2127         (custom-theme-description): Add compiler defvars.
2128         (customize-create-theme): Add doc to the "*New Custom Theme*"
2129         buffer.  Use `custom-new-theme-mode'.
2130         (custom-theme-write): Put the created buffer in emacs-lisp-mode
2131         and save it to the `custom-theme-directory'.  Make this the
2132         default directory of the buffer.
2134 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
2136         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
2137         Fix unbalanced parentheses.
2139 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2141         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
2142         into flymake-mode and delegate to flymake-mode.
2144         * find-file.el (ff-which-function-are-we-in): Clean up.
2146 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
2148         * replace.el (occur-rename-buffer): Fix docstring.
2150         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
2151         (edt-last-copied-word, edt-learn-macro-count)
2152         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
2153         (edt-rect-start-point, edt-user-global-map, rect-start-point)
2154         (time-string, zmacs-region-stays):
2155         * emulation/edt-mapper.el (edt-save-function-key-map)
2156         (EDT-key-name): `defvar' to silence the byte-compiler.
2158 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
2160         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
2161         font-lock-regexp-backslash.  Doc fix.
2162         (font-lock-regexp-backslash-grouping-construct): Rename from
2163         font-lock-regexp-backslash-construct.  Doc fix.
2164         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
2165         grouping constructs.
2167 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
2169         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
2170         updating all the prerequisites.
2172 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
2174         * textmodes/org.el (org-agenda-start-on-weekday)
2175         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
2176         (org-agenda-use-time-grid, org-archive-location)
2177         (org-allow-space-in-links, org-usenet-links-prefer-google)
2178         (org-enable-table-editor, org-export-default-language)
2179         (org-export-html-show-new-buffer, org-fill-paragraph)
2180         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
2181         (org-goto-quit, org-occur, org-eval-in-calendar)
2182         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
2183         (org-agenda-diary-entry, org-remember-help)
2184         (org-table-convert-region, org-at-table-p)
2185         (org-table-move-row-down, org-table-move-row-up)
2186         (org-table-copy-region, org-table-toggle-vline-visibility)
2187         (org-table-get-stored-formulas, org-table-get-specials)
2188         (org-recalc-commands, org-table-eval-formula)
2189         (org-table-formula-substitute-names, orgtbl-make-binding)
2190         (org-format-org-table-html, org-format-table-table-html)
2191         (org-format-table-table-html-using-table-generate-source)
2192         (org-customize): Fix typos in docstrings.
2193         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
2194         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
2195         (org-back-to-heading): Doc fixes.
2196         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
2197         (org-agenda-change-all-lines, org-get-header):
2198         Improve argument/docstring consistency.
2199         (orgtbl-error): Fix error message.
2201         * progmodes/flymake.el (flymake-find-possible-master-files)
2202         (flymake-master-file-compare, flymake-get-line-err-count)
2203         (flymake-highlight-line, flymake-gui-warnings-enabled):
2204         Fix typos in docstrings.
2205         (flymake-parse-line, flymake-get-project-include-dirs-function)
2206         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
2207         Doc fixes.
2208         (flymake-get-project-include-dirs-function)
2209         (flymake-make-err-menu-data):
2210         Improve argument/docstring consistency.
2212 2005-07-01  Lute Kamstra  <lute@gnu.org>
2214         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
2215         Catch errors with ignore-errors.  Use temporary buffer.
2216         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
2218         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
2219         background color faces.
2220         (facemenu-set-foreground, facemenu-set-background):
2221         Use facemenu-set-face-from-menu.
2222         (facemenu-set-face-from-menu): Treat face names that start with
2223         "fg:" or "bg:" as special.
2224         (facemenu-add-new-color): Don't create faces.  Simplify.
2226 2005-06-30  Richard M. Stallman  <rms@gnu.org>
2228         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
2229         (crm-find-current-element): Likewise.
2231 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
2233         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
2235 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2237         * arc-mode.el (archive-extract): Make it work as a mouse binding.
2238         (archive-mouse-extract): Make it an obsolete alias.
2239         (archive-mode-map): Don't use archive-mouse-extract any more.
2240         (archive-mode, archive-extract): write-contents-hooks ->
2241         write-contents-functions.
2242         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
2243         first arg.
2244         (archive-rename-entry): Update the call.
2245         (archive-zip-summarize): Remove unused var `method'.
2246         (archive-lzh-summarize): Remove unused var `creator'.
2248         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
2249         dedicated frame upon exit.
2251         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
2252         (archive-zip-extract, archive-zip-expunge)
2253         (archive-zip-update, archive-zip-update-case): Use executable-find.
2254         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
2255         Use restore-buffer-modified-p.
2256         (archive-extract, archive-add-new-member, archive-write-file-member):
2257         Use with-current-buffer.
2258         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
2260 2005-06-30  Andreas Schwab  <schwab@suse.de>
2262         * progmodes/gud.el (gud-filter): Remove unneeded progn.
2264 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
2266         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
2268 2005-06-30  Juri Linkov  <juri@jurta.org>
2270         * faces.el (vertical-border): Inherit from mode-line-inactive
2271         only on tty.
2273 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
2275         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
2276         example, -NLINES in the `occur' docstring).
2278         * replace.el (occur-1): When no matches are found, do not set the
2279         `buffer-read-only' and modified flags for the occur buffer,
2280         because it is deleted.
2282         * emulation/cua-base.el (cua-check-pending-input)
2283         (cua-repeat-replace-region, cua-mode, cua-debug)
2284         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
2285         Fix typos in docstrings.
2287         * emulation/cua-gmrk.el (cua-toggle-global-mark)
2288         (cua-cut-region-to-global-mark)
2289         (cua--cut-rectangle-to-global-mark):
2290         Remove period from end of messages.
2292         * emulation/cua-rect.el (cua-do-rectangle-padding):
2293         Remove period from end of messages.
2294         (cua--rectangle-seq-format): Fix typo in docstring.
2295         (cua-sequence-rectangle, cua-fill-char-rectangle):
2296         Improve argument/docstring consistency.
2298 2005-06-29  Juri Linkov  <juri@jurta.org>
2300         * faces.el (default-frame-background-mode): New internal variable.
2301         (frame-set-background-mode): Use it.
2303         * startup.el (normal-top-level): Set default-frame-background-mode
2304         instead of frame-background-mode.  Before setting it, test for its
2305         nil value.  Remove tests for frame-background-mode and frame
2306         parameter `reverse'.  Add test for "unspecified-fg".
2308         * term/xterm.el (xterm-rxvt-set-background-mode):
2309         * term/rxvt.el (rxvt-set-background-mode):
2310         Set default-frame-background-mode instead of frame-background-mode.
2312 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
2314         * simple.el (set-variable): Warn about obsolete user variables.
2316         * imenu.el (imenu--completion-buffer):
2317         * mouse.el (mouse-buffer-menu-alist):
2318         * msb.el (msb-invisible-buffer-p):
2319         * calendar/diary-lib.el (diary-header-line-format):
2320         * emacs-lisp/pp.el (pp-buffer):
2321         * progmodes/cperl-mode.el (cperl-do-auto-fill):
2322         * textmodes/picture.el (picture-replace-match):
2323         Change space constants followed by a sexp to "?\s ".
2325         * play/decipher.el (decipher-loop-with-breaks):
2326         * textmodes/texinfo.el (texinfo-insert-@item): Change space
2327         constants "protected" from end of line by a comment to "?\s".
2329 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2331         * font-lock.el (save-buffer-state): Use `declare'.
2333         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
2334         reset the syntax-table to cperl-mode-syntax-table.
2335         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
2336         "foo_print_bar" is not matched as a reserved keyword.
2338 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
2340         * textmodes/org.el (orgtbl-setup): New function, for delayed
2341         setup for the orgtbl commands.
2342         (org-calc-default-modes): New option.
2343         (orgtbl-make-binding): Use `defun' to get better help display.
2344         (org-diary): Call `org-compile-prefix-format'.
2345         (org-table-formula-substitute-names): New function.
2346         (org-agenda-day-view, org-agenda-week-view): New commands.
2347         (org-agenda-toggle-week-view): Command removed.
2348         (org-tbl-menu): Split off from org-org-menu.
2349         (org-mode): Move removal of outline-mode menus to here.
2350         (org-table-formula-debug): New option.
2351         (org-table-insert-row): Keep first field if just "#" or "*".
2352         (org-mode): Paragraph regexps fixed.
2353         (org-table-recalculate-regexp): New constant.
2354         (org-table-justify-field-maybe): Avoid replace if not necessary.
2355         (org-copy-special, org-cut-special): Use `call-interactively'.
2356         (org-table-copy-region): Take region from `interactive' call.
2357         (org-trim): Return string even if no match.
2358         (org-formula): New face.
2359         (org-set-font-lock-defaults): No longer highlight "FIXME".
2360         But highlight formula-related fields in table.
2361         (org-table-p): Use regexp, not fontification.
2362         (org-table-align): Handle white space at end of line.
2363         (org-table-formula-evaluate-inline): New option.
2364         (org-mode): Auto-wrapping in comment lines turned off.
2365         (org-table-copy-down): Evaluate only in copied field, not in
2366         destination.
2367         (org-table-current-formula): Variable removed.
2368         (org-table-store-formulas, org-table-get-stored-formulas)
2369         (org-table-modify-formulas, org-table-replace-in-formulas)
2370         (org-table-maybe-eval-formula): New functions.
2371         (org-table-get-formula): Modify to use stored formulas.
2372         (org-table-insert-column, org-table-delete-column)
2373         (org-table-move-column): Call `org-table-modify-formulas'.
2374         (org-complete): Add completion for keyword formulas.
2375         (orgtbl-mode): Pull orgtbl-mode-map to start of
2376         minor-mode-map-alist.
2378 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2380         * progmodes/python.el (python-check): Require `compile' before
2381         modifying its variables.
2383         * newcomment.el (comment-indent-default): Don't get fooled by an early
2384         end of buffer.
2386 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2388         * ps-print.el (ps-print-version): Fix version number.
2390 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
2392         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
2394 2005-06-28  Richard M. Stallman  <rms@gnu.org>
2396         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
2397         (flyspell-local-mouse-map): Declaration deleted.
2398         (flyspell-mouse-map): Bind only mouse-2.
2399         (flyspell-mode-map): Don't test flyspell-use-local-map.
2400         (flyspell-overlay-keymap-property-name): Var deleted.
2401         (flyspell-mode-on): Don't make local bindings for
2402         flyspell-mouse-map and flyspell-mode-map.
2403         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
2405         * textmodes/ispell.el (ispell-word): Do not ignore short words.
2407         * progmodes/compile.el (compilation-next-error-function):
2408         Don't switch buffers; operate on the current buffer.
2410         * progmodes/compile.el (compilation-error-file-name)
2411         (compilation-warning-file-name, compilation-info-file-name)
2412         (compilation-line-number, compilation-column-number): New faces.
2413         (compilation-error-face, compilation-warning-face)
2414         (compilation-info-face, compilation-line-face)
2415         (compilation-column-face): Use them.
2417         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
2419         * comint.el (comint-password-prompt-regexp): Accept ", try again".
2421         * bindings.el (global-map): Bind insertchar and its variants.
2423 2005-06-27  Richard M. Stallman  <rms@gnu.org>
2425         * textmodes/artist.el (artist-text-overwrite)
2426         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
2428 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2430         * ps-print.el: It was not working the page selection for printing.
2431         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
2432         (ps-print-version): New version 6.6.7.
2433         (ps-end-sheet): New fun.
2434         (ps-header-sheet, ps-end-job): Call it.
2436 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
2438         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
2440 2005-06-27  Lute Kamstra  <lute@gnu.org>
2442         * facemenu.el (facemenu-unlisted-faces): Add foreground and
2443         background color faces.
2444         (facemenu-get-face): Delete function.
2445         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
2446         (facemenu-add-new-color): Make second argument mandatory.
2447         Create the appropriate face and return it.  Simplify.
2448         (facemenu-set-foreground, facemenu-set-background): Don't check if
2449         color is defined.  Use return value of facemenu-add-new-color.
2451 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
2453         * progmodes/gud.el (gud-filter): Add missing argument to
2454         with-selected-window.
2456 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2458         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
2459         a :require to the defcustom.
2461         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
2462         defcustoms corresponding to minor modes.
2464 2005-06-26  David Ponce  <david@dponce.com>
2466         * recentf.el: Require tree-widget instead of wid-edit.
2467         (recentf-filename-handler): Fix widget :type.
2468         (recentf-cancel-dialog, recentf-open-more-files)
2469         (recentf-open-files-action): Doc fix.
2470         (recentf-dialog-goto-first): New function.
2471         (recentf-dialog-mode-map): Set parent keymap first.
2472         (recentf-dialog-mode): Define with define-derived-mode.
2473         Don't display continuation lines in dialogs.
2474         (recentf-edit-list): Rename from recentf-edit-selected-items.
2475         (recentf-edit-list-select): Rename from recentf-edit-list-action.
2476         Simplify.
2477         (recentf-edit-list-validate): New function.
2478         (recentf-edit-list): Update accordingly.
2479         (recentf-open-files-item-shift): Remove.
2480         (recentf-open-files-item): Convert menu elements into tree and
2481         link widgets.  Don't create the widgets.
2482         (recentf-open-files): Update accordingly.
2483         (recentf-save-list): Untabify.
2485 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
2487         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
2488         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
2489         partially contained in the active region.  Do not take active
2490         region into account when called from Lisp, unless INTERACTIVE arg
2491         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
2492         avoid trouble with fields.  Make marker point nowhere when no
2493         longer used.  Always return nil.  Doc fix.
2494         (flush-lines): Add INTERACTIVE arg.  Do not take active region
2495         into account when called from Lisp, unless INTERACTIVE arg is
2496         non-nil.  Use `forward-line' instead of `beginning-of-line' to
2497         avoid trouble with fields.  Make marker point nowhere when no
2498         longer used.  Always return nil.  Doc fix.
2499         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
2500         interchangeable.  Do not take active region into account when
2501         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
2502         message in echo area when called from Lisp, unless INTERACTIVE arg
2503         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
2504         Return the number of matches.  Doc fix.
2505         (occur): Doc fix.
2506         (perform-replace): Make comment follow double space convention for
2507         the sake of `outline-minor-mode'.
2509         * faces.el (facep): Doc fix.
2511 2005-06-25  Richard M. Stallman  <rms@gnu.org>
2513         * facemenu.el (facemenu-enable-faces-p): New function.
2514         (facemenu-background-menu, facemenu-foreground-menu)
2515         (facemenu-face-menu): Add menu-enable property.
2517         * jka-compr.el (jka-compr-insert-file-contents):
2518         Special handling if cannot find the uncompression program.
2520         * cus-face.el (custom-face-attributes): Add autoload.
2522         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2523         Bind comment-indent-function locally.
2525         * window.el (save-selected-window): Use save-current-buffer.
2527         * subr.el (with-selected-window): Use save-current-buffer.
2529         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
2530         and with-current-buffer.
2532 2005-06-24  Richard M. Stallman  <rms@gnu.org>
2534         * simple.el (line-move-1): Fix previous change.
2536 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
2538         * replace.el (occur-1): Set `buffer-read-only' and the
2539         buffer-modified flag before running `occur-hook' to protect
2540         against unintentional buffer switches that can lead to data loss.
2542 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
2544         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
2545         (gud-gdb-marker-filter): Use font-lock-warning-face for any
2546         initial error.
2548         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
2549         after fresh input.
2550         (gdb-var-create-handler): Put name of expression in quotes.
2552 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
2554         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
2555         elements of RING in order, and without bogus nil elements.
2557 2005-06-23  Richard M. Stallman  <rms@gnu.org>
2559         * simple.el (set-variable): Args renamed; doc fix.
2560         (line-move-1): When there are overlays around, use vertical-motion.
2562         * faces.el (escape-glyph): Use brown against light background.
2563         (nobreak-space): Rename from no-break-space.
2564         Fix previous change.
2566         * dired-aux.el (dired-do-copy): Fix arg prompt.
2568         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
2570 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
2572         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
2573         rather than "Distributor".
2575 2005-06-23  Lute Kamstra  <lute@gnu.org>
2577         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
2578         (debug-on-entry): Use it.  New interactive declaration that uses
2579         function-called-at-point.
2581 2005-06-23  Kim F. Storm  <storm@cua.dk>
2583         * subr.el (save-match-data): Add comment about using evaporate arg
2584         to set-match-data.
2586 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
2588         * cus-edit.el (customize-face)
2589         (customize-face-other-window): Handle face aliases.
2591         * faces.el (face-documentation, set-face-attribute)
2592         (face-spec-set): Handle face aliases.
2594 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
2596         * help-mode.el (help-make-xrefs): If a symbol representing a face
2597         name is not followed by the word "face", it could still be a
2598         function or variable name, so don't bypass other checks.
2600 2005-06-22  Juri Linkov  <juri@jurta.org>
2602         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
2603         Replace aliased functions with calls where second arg `inherit' is t.
2605 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
2607         * progmodes/gdb-ui.el (gdb-error): New variable.
2608         (gdb-error): New function.
2609         (gdb-annotation-rules): Act on error-begin and error annotations.
2610         (gdb-concat-output): Use font-lock-warning-face for errors.
2612 2005-06-22  Miles Bader  <miles@gnu.org>
2614         * bindings.el (propertized-buffer-identification): Use renamed
2615         `Buffer-menu-buffer' face.
2617         * faces.el (vertical-border): Rename from `vertical-divider'.
2618         (escape-glyph): Change dark-background color back to `cyan'.
2620 2005-06-21  Juri Linkov  <juri@jurta.org>
2622         * faces.el (face-user-default-spec): Try getting `customized-face'
2623         prior to `saved-face'.
2624         (frame-background-mode): Refill docstring.
2626         * emacs-lisp/lisp-mode.el (eval-defun-1):
2627         * emacs-lisp/edebug.el (edebug-eval-defun):
2628         Set `saved-face' temporarily to nil before calling form.
2629         Set `customized-face' to the new spec after that.
2631 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
2633         * subr.el (1value, lambda, key-substitution-in-progress):
2634         Doc fixes.
2636         * autoinsert.el (auto-insert-alist):
2637         * ses.el (ses-call-printer):
2638         * subr.el (noreturn):
2639         * emacs-lisp/lisp.el (check-parens):
2640         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
2641         * net/browse-url.el (browse-url-mosaic):
2642         * progmodes/cc-defs.el (c-safe-scan-lists):
2643         * progmodes/ebnf-abn.el (ebnf-abn-lex):
2644         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
2645         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
2646         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
2647         * progmodes/ebnf-iso.el (ebnf-iso-lex):
2648         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
2650 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
2652         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
2654 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
2656         * calendar/appt.el (appt-make-list): Activate the package, if
2657         not already active (for backwards compatibility).
2659 2005-06-20  Kim F. Storm  <storm@cua.dk>
2661         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
2663 2005-06-20  Miles Bader  <miles@gnu.org>
2665         * faces.el (vertical-divider): New face.
2667 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
2669         * simple.el (kill-whole-line): Doc fix.
2670         (next-error-buffer-p, next-error-find-buffer)
2671         (clone-indirect-buffer): Fix typos in docstrings.
2672         (comment-line-break-function): Doc fix: don't say variable
2673         is automatically buffer-local (it isn't).
2675 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
2677         * net/tramp-ftp.el (top):
2678         * net/tramp-smb.el (top):
2679         * net/tramp-util.el (top):
2680         * net/tramp-uu.el (top):
2681         * net/tramp-vc.el (top):
2682         * net/tramp.el (top): Revert copyright years back to original
2683         ones.  Tramp has a life outside GNU Emacs.
2685 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
2687         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
2689 2005-06-18  Juri Linkov  <juri@jurta.org>
2691         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
2692         end of first regexp to limit the match to the position between
2693         line number and source line with same separator character as used
2694         between file name and line number.  In the second regexp limit
2695         mouse-face area to file name and line number by adding new group
2696         for them and referring it in HYPERLINK arg.
2697         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
2698         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
2699         previous line where grep markers may be already removed.
2701 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
2703         * progmodes/ps-mode.el: Update version and maintainer's email address.
2705 2005-06-18  Steve Youngs  <steve@xemacs.org>
2707         * net/browse-url.el (browse-url-browser-function)
2708         (browse-url-default-browser): Add firefox.
2709         (browse-url-firefox-program, browse-url-firefox-arguments)
2710         (browse-url-firefox-startup-arguments)
2711         (browse-url-firefox-new-window-is-tab): New defcustoms.
2712         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
2714 2005-06-17  Richard M. Stallman  <rms@gnu.org>
2716         * startup.el (command-line): Warn if specified user name has
2717         no home directory.
2719         * term.el (term-get-old-input, term-input-filter, term-input-sender)
2720         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
2722         * longlines.el (longlines-mode, longlines-show-hard-newlines):
2723         Doc fixes.
2725         * faces.el (underline): Try bold if terminal doesn't support underline.
2727         * mail/sendmail.el (mail-setup-with-from): New variable.
2728         (mail-insert-from-field): New function.
2729         (sendmail-send-it): Call it.
2730         (mail-setup): Optionally call it here.
2732         * term/linux.el: Call tty-no-underline.
2734 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
2736         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
2738 2005-06-17  Miles Bader  <miles@gnu.org>
2740         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
2741         (ediff-current-diff-C, ediff-current-diff-Ancestor)
2742         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
2743         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
2744         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
2745         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
2746         Remove "-face" suffix from face names.
2747         (ediff-current-diff-face-A, ediff-current-diff-face-B)
2748         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
2749         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
2750         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
2751         (ediff-even-diff-face-A, ediff-even-diff-face-B)
2752         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
2753         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
2754         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
2755         New backward-compatibility aliases for renamed faces.
2756         (ediff-current-diff-face-A, ediff-current-diff-face-B)
2757         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
2758         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
2759         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
2760         (ediff-even-diff-face-A, ediff-even-diff-face-B)
2761         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
2762         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
2763         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
2764         Use renamed ediff faces.
2766         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
2767         Remove "-face" suffix from face names.
2768         (eshell-test-ok-face, eshell-test-failed-face):
2769         New backward-compatibility aliases for renamed faces.
2770         (eshell-run-test): Use renamed eshell-test faces.
2772         * eshell/em-prompt.el (eshell-prompt):
2773         Remove "-face" suffix from face name.
2774         (eshell-prompt-face): New backward-compatibility alias for renamed face.
2775         (eshell-emit-prompt): Use renamed eshell-prompt face.
2777         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
2778         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
2779         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
2780         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
2781         Remove "-face" suffix from face names.
2782         (eshell-ls-directory-face, eshell-ls-symlink-face)
2783         (eshell-ls-executable-face, eshell-ls-readonly-face)
2784         (eshell-ls-unreadable-face, eshell-ls-special-face)
2785         (eshell-ls-missing-face, eshell-ls-archive-face)
2786         (eshell-ls-backup-face, eshell-ls-product-face)
2787         (eshell-ls-clutter-face):
2788         New backward-compatibility aliases for renamed faces.
2789         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
2791         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
2792         Remove "-face" suffix from face name.
2793         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
2794         instead of literal face.
2796 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
2798         * emacs-lisp/warnings.el (display-warning, lwarn)
2799         (warning-minimum-log-level): Doc fixes.
2800         (warning-minimum-level, warning-minimum-log-level):
2801         Add :debug to :type choices.
2803         * progmodes/ada-mode.el (ada-format-paramlist)
2804         (ada-get-indent-case, ada-check-matching-start)
2805         (ada-check-defun-name, ada-goto-matching-decl-start)
2806         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
2807         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
2808         (ada-make-subprogram-body): Follow error conventions.
2809         (ada-case-exception-file, ada-indent-comment-as-code)
2810         (ada-indent-handle-comment-special, ada-indent-renames)
2811         (ada-indent-return, ada-search-directories-internal)
2812         (ada-tab-policy, ada-case-exception-substring)
2813         (ada-other-file-alist, ada-matching-start-re)
2814         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
2815         (ada-imenu-generic-expression, ada-compile-goto-error)
2816         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
2817         (ada-popup-menu, ada-add-extensions, ada-mode)
2818         (ada-region-selected, ada-create-case-exception)
2819         (ada-create-case-exception-substring, ada-after-keyword-p)
2820         (ada-activate-keys-for-case, ada-adjust-case-region)
2821         (ada-adjust-case-buffer, ada-format-paramlist)
2822         (ada-scan-paramlist, ada-insert-paramlist)
2823         (ada-indent-newline-indent)
2824         (ada-indent-newline-indent-conditional)
2825         (ada-justified-indent-current, ada-goto-previous-word)
2826         (ada-indent-current, ada-get-indent-open-paren)
2827         (ada-get-indent-paramlist, ada-get-indent-end)
2828         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
2829         (ada-get-indent-block-start, ada-get-indent-subprog)
2830         (ada-get-indent-noindent, ada-get-indent-label)
2831         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
2832         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
2833         (ada-goto-stmt-end, ada-goto-next-word)
2834         (ada-check-matching-start, ada-check-defun-name)
2835         (ada-goto-matching-decl-start, ada-goto-matching-start)
2836         (ada-goto-matching-end, ada-search-ignore-string-comment)
2837         (ada-in-decl-p, ada-looking-at-semi-or)
2838         (ada-looking-at-semi-private, ada-in-paramlist-p)
2839         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
2840         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
2841         (ada-next-procedure, ada-previous-procedure, ada-next-package)
2842         (ada-previous-package, ada-create-menu)
2843         (ada-fill-comment-paragraph-justify)
2844         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
2845         (ada-other-file-name, ada-last-which-function-line)
2846         (ada-last-which-function-subprog, ada-which-function)
2847         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
2848         (ada-gen-treat-proc, ada-check-emacs-version)
2849         (ada-continuation-indent, ada-align-region-separate):
2850         Fix typos in docstrings.
2851         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
2853 2005-06-16  Lute Kamstra  <lute@gnu.org>
2855         * simple.el (fundamental-mode): Run after-change-major-mode-hook
2856         conditionally.
2858 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
2860         * comint.el (comint-replace-by-expanded-filename)
2861         (comint-prompt-regexp, comint-delimiter-argument-list)
2862         (comint-preinput-scroll-to-bottom):
2863         * info.el (Info-hide-cookies-node):
2864         * ls-lisp.el (ls-lisp-classify):
2865         * find-file.el (ff-search-directories, ff-special-constructs)
2866         (ff-find-other-file):
2867         * font-lock.el (font-lock-keywords):
2868         * shell.el (shell-prompt-pattern)
2869         (shell-dynamic-complete-functions, shell-mode)
2870         (shell-delimiter-argument-list):
2871         * term.el (term-replace-by-expanded-filename)
2872         (term-prompt-regexp, term-delimiter-argument-list):
2873         * woman.el (woman-ignore, woman0-if):
2874         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
2875         * emacs-lisp/elint.el (elint-init-env):
2876         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
2877         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
2878         * language/ethio-util.el (ethio-tilde-escape)
2879         (ethio-use-three-dot-question):
2880         * net/zone-mode.el (zone-mode-load-time-setup):
2881         * progmodes/cc-align.el (c-lineup-argcont):
2882         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
2883         * progmodes/cperl-mode.el (cperl-set-style-back):
2884         * progmodes/inf-lisp.el (inferior-lisp-prompt):
2885         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
2886         Fix spellings in docstrings.
2888         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
2889         * progmodes/modula2.el (m2-for): Fix spellings.
2891         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
2893         * simple.el (undo-more): Don't use `format' on `error' arguments.
2894         Improve argument/docstring consistency.
2895         (pending-undo-list): Doc fix.
2897         * smerge-mode.el (smerge-ensure-match):
2898         * emulation/vip.el (vip-ex):
2899         * net/zone-mode.el (zone-mode-update-serial):
2900         * progmodes/idlwave.el (idlwave-complete):
2901         * progmodes/vhdl-mode.el (vhdl-visit-file)
2902         (vhdl-compose-wire-components):
2903         Don't use `format' on `error' arguments.
2905         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
2906         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
2907         (tooltip-help-tips): Fix typos in docstrings.
2909 2005-06-16  David Ponce  <david@dponce.com>
2911         * tree-widget.el (tree-widget-value-create): Simplify last change.
2913 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
2915         * ido.el (ido-incomplete-regexp): New variable.
2916         (ido-set-matches-1): Handle invalid-regexp error and set
2917         ido-incomplete-regexp.
2918         (ido-incomplete-regexp): New face.
2919         (ido-completions): Use it.
2920         (ido-complete, ido-exit-minibuffer, ido-completions):
2921         Handle incomplete regexps.
2922         (ido-completions): Add check for complete match when entering a regexp.
2924 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2926         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
2928 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2930         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
2931         by field delimiters.
2933 2005-06-15  David Ponce  <david@dponce.com>
2935         * tree-widget.el: eval-and-compile inlined functions so they will
2936         be available at run-time too.
2937         (tree-widget-super-format-handler)
2938         (tree-widget-format-handler): Remove.
2939         (tree-widget-value-create): Handle the :indent property.
2941 2005-06-15  Miles Bader  <miles@gnu.org>
2943         * progmodes/which-func.el (which-func): Only inherit
2944         `font-lock-function-name-face' when that makes sense against the
2945         default mode-line face, otherwise set the face color explicitly.
2947         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
2948         faces instead of (non-existent) variables.
2950 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2952         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
2953         (iswitchb-get-matched-buffers): Likewise.  Simplify.
2955 2005-06-14  Miles Bader  <miles@gnu.org>
2957         * progmodes/ld-script.el (ld-script-location-counter):
2958         Remove "-face" suffix from face name.
2959         (ld-script-location-counter-face):
2960         New backward-compatibility alias for renamed face.
2961         (ld-script-location-counter-face): Use renamed face.
2963         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
2964         (cperl-hash): Remove "-face" suffix from face names.
2965         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
2966         New backward-compatibility aliases for renamed faces.
2967         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
2968         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
2970         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
2971         name.
2972         (which-func-face): New backward-compatibility alias for renamed face.
2973         (which-func-format): Use renamed which-func face.
2975         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
2976         (vhdl-function, vhdl-directive, vhdl-reserved-word)
2977         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
2978         names.
2979         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
2980         (vhdl-speedbar-configuration, vhdl-speedbar-package)
2981         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
2982         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
2983         (vhdl-speedbar-architecture-selected)
2984         (vhdl-speedbar-configuration-selected)
2985         (vhdl-speedbar-package-selected)
2986         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
2987         names.
2988         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
2989         Use renamed faces.
2990         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
2991         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
2992         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
2993         Use renamed faces.
2994         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
2995         names.
2996         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
2997         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
2998         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
2999         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
3000         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
3001         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
3003         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
3004         face name.
3005         (sh-heredoc-face): New backward-compatibility alias for renamed face.
3006         (sh-heredoc-face): Use renamed sh-heredoc face.
3008         * progmodes/idlw-help.el (idlwave-help-link):
3009         Remove "-face" suffix from face name.
3010         (idlwave-help-link-face):
3011         New backward-compatibility alias for renamed face.
3012         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
3014         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
3015         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
3016         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
3017         New backward-compatibility aliases for renamed faces.
3018         (idlwave-shell-disabled-breakpoint-face)
3019         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
3021         * progmodes/flymake.el (flymake-errline, flymake-warnline):
3022         Remove "-face" suffix from face names.
3023         (flymake-errline-face, flymake-warnline-face):
3024         New backward-compatibility aliases for renamed faces.
3025         (flymake-highlight-line): Use renamed flymake faces.
3027         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
3028         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
3029         (ebrowse-member-class, ebrowse-progress):
3030         Remove "-face" suffix from face names.
3031         (ebrowse-tree-mark-face, ebrowse-root-class-face)
3032         (ebrowse-file-name-face, ebrowse-default-face)
3033         (ebrowse-member-attribute-face, ebrowse-member-class-face)
3034         (ebrowse-progress-face):
3035         New backward-compatibility aliases for renamed faces.
3036         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
3037         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
3038         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
3039         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
3041         * progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax)
3042         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
3043         (antlr-literal): Remove "-face" suffix and "font-lock-" from face names.
3044         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
3045         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
3046         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
3047         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face):
3048         New backward-compatibility aliases for renamed faces.
3049         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
3050         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
3051         (antlr-tokenref-face, antlr-literal-face): Variables renamed to remove
3052         "font-lock-".  Use renamed antlr-mode faces.
3053         (antlr-font-lock-additional-keywords): Use renamed faces.
3054         Replace literal face-names with face variable references.
3056         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
3057         face name.
3058         (Buffer-menu-buffer-face): New backward-compatibility alias for
3059         renamed face.
3060         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
3062 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
3064         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
3065         Eliminate "-face" suffix.
3066         (makefile-targets): Inherit from font-lock-function-name-face and
3067         eliminate "-face" suffix.
3068         (makefile-shell): Remove attributes and eliminate "-face" suffix.
3069         (makefile-*-font-lock-keywords): Append makefile-targets in rule
3070         actions, instead of prepending, to make it less visible.
3071         (makefile-previous-dependency, makefile-match-dependency):
3072         Don't match a target on a continuation line.
3074         * files.el (auto-mode-alist): Put Makefile in gmake mode.
3076 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
3078         * progmodes/gdb-ui.el (menu): Re-order menu items.
3079         (gdb-tooltip-print): Respect tooltip-use-echo-area.
3081         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
3082         Define in tooltip.el.
3083         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
3084         (gud-tooltip-tips): Respect tooltip-use-echo-area and
3085         gud-tooltip-echo-area.
3087         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
3088         backward compatibility and make obsolete.
3089         (tooltip-help-tips): Use tooltip-use-echo-area.
3090         (tooltip-show-help-function): Rename to...
3091         (tooltip-show-help): ...this, because it is a function.
3092         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
3094 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
3096         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
3097         (edebug-print-length, edebug-print-level, edebug-print-circle)
3098         (edebug-modify-breakpoint, edebug-eval-last-sexp)
3099         (edebug-eval-print-last-sexp): Doc fixes.
3101 2005-06-14  Kim F. Storm  <storm@cua.dk>
3103         * ido.el (ido-mode): Make a new keymap every time we enable ido,
3104         as the coverage buffer/file/both may change.
3106 2005-06-14  Lute Kamstra  <lute@gnu.org>
3108         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
3109         and run-mode-hooks.  Simplify.
3111         * mail/rmailedit.el (rmail-edit-mode):
3112         * progmodes/octave-inf.el (inferior-octave-mode):
3113         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
3115         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
3116         and run-mode-hooks.
3117         (recentf-edit-list, recentf-open-files): Don't call
3118         kill-all-local-variables directly.
3120         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
3122 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
3124         * emacs-lisp/byte-run.el (make-obsolete)
3125         (define-obsolete-function-alias): Rename arguments FUNCTION and
3126         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
3127         (make-obsolete-variable, define-obsolete-variable-alias):
3128         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
3129         respectively.
3131         * isearchb.el (isearchb-activate):
3132         * pcvs.el (cvs-mode):
3133         * ses.el (ses-load):
3134         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
3135         * net/tramp.el (tramp-find-file-exists-command)
3136         (tramp-find-shell):
3137         * progmodes/ada-mode.el (ada-create-case-exception)
3138         (ada-create-case-exception-substring, ada-make-subprogram-body):
3139         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
3140         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
3141         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
3142         * textmodes/org.el (org-promote, org-evaluate-time-range)
3143         (org-agenda-next-date-line, org-agenda-previous-date-line)
3144         (org-agenda-error, org-open-at-point, org-table-move-row)
3145         (org-format-table-table-html-using-table-generate-source)
3146         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
3147         * textmodes/reftex.el (reftex-access-scan-info):
3148         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
3149         (reftex-toc-promote-prepare): Follow error conventions.
3151         * diff-mode.el (diff-mode): Fix typo in docstring.
3153         * forms.el (forms--intuit-from-file): Fix reference to
3154         `forms-number-of-fields' in error message.
3155         (forms-print): Fix quoting in error message.
3157         * forms.el (forms-mode):
3158         * emulation/vi.el (vi-goto-insert-state):
3159         * progmodes/flymake.el (flymake-new-err-info)
3160         (flymake-start-syntax-check-for-current-buffer)
3161         (flymake-simple-cleanup):
3162         * eshell/esh-var.el (eshell/export):
3163         * progmodes/gud.el (xdb):
3164         * textmodes/flyspell.el (flyspell-incorrect-hook)
3165         (flyspell-maybe-correct-transposition)
3166         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
3168 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
3170         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
3171         minibuffer prompt.
3173 2005-06-13  Kim F. Storm  <storm@cua.dk>
3175         * subr.el (add-to-ordered-list): New defun.
3177         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
3178         add cua--keymap-alist to emulation-mode-map-alists.
3180 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3182         * subr.el (complete-in-turn): New macro.
3183         (dynamic-completion-table, lazy-completion-table): Add debug info.
3185         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
3186         in preference to face aliases.
3188         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
3189         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
3190         Remove unused vars `start' and `firstline'.
3191         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
3192         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
3194 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
3196         * cus-start.el (all): Don't complain about missing GTK-related
3197         variables, unless either `gtk' is boundp or this isn't a
3198         `windows-nt' build.
3200 2005-06-13  Lute Kamstra  <lute@gnu.org>
3202         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
3203         run-mode-hooks.
3205         * ediff-mult.el (ediff-meta-mode):
3206         * ediff-util.el (ediff-mode): Use run-mode-hooks.
3208         * ledit.el (ledit-mode): Use delay-mode-hooks.
3210         * woman.el (woman-mode-line-format): Delete constant.
3211         (woman-mode-map): Initialize it properly.
3212         (woman-mode): Set mode-class property to special.
3213         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
3214         Set major-mode and mode-name.  Don't set mode-line-format directly.
3215         (Man-getpage-in-background): Don't reference woman-mode-line-format.
3217         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
3218         string argument obsolete.
3220 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
3222         * textmodes/org.el (org-CUA-compatible): New option.
3223         (org-disputed-keys): New variable.
3224         (org-key): New function.
3225         (orgtbl-make-binding): Add docstring to the created function.
3226         (org-mode): Set paragraph start/separate regexps.
3227         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
3228         (org-archive-location, org-archive-mark-done)
3229         (org-archive-stamp-time): New options.
3230         (org-archive-subtree): New command.
3231         (org-fill-paragraph): New function.
3232         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
3233         (org-fake-empty-table-line): Function removed.
3234         (org-format-org-table-html): Do not create empty table lines at
3235         separator lines.  Improved table header treatment.
3236         (org-link-format): New option.
3237         (org-make-link): New function.
3238         (org-insert-link, org-store-link): Use org-make-link.
3239         (org-open-file): Quote file name for shell command, to allow
3240         spaces in file names.
3241         (org-link-regexp): Fix bug with mailto link.
3242         (org-link-maybe-angles-regexp, org-protected-link-regexp):
3243         New constants.
3244         (org-export-as-html): Deal with the optional angles around a link.
3245         Better treatment of file: links.
3246         (org-open-at-point): Replace @{ and @} with < and >.
3247         (org-run-mode-hooks): Function removed.
3248         (org-agenda-mode): No longer use `org-run-mode-hooks'.
3250 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
3252         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
3253         MI command -data-list-register-values.
3254         (gdb-post-prompt): Indent properly.
3256 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
3258         * hilit-chg.el (highlight-changes-colors): Rename from
3259         `highlight-changes-colours'.
3260         (highlight-changes-colours): Keep as obsolete alias.
3261         (highlight-changes-face-list): Doc fix.
3262         (hilit-chg-make-list): Use `highlight-changes-colors'.
3264 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
3266         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
3267         defun-prompt-regexp.
3269 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
3271         * loadup.el: Don't say we are dumping under 2 names on windows-nt
3272         and cygwin.
3274         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
3275         Don't use an old loaddefs.el, as in Makefile.in.
3277 2005-06-12  Lute Kamstra  <lute@gnu.org>
3279         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
3281         * man.el (Man-mode-map): Initialize it properly.
3282         (Man-mode): Set mode-class property to special.
3284         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
3286 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
3288         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
3289         A newline is needed in the docstring there.
3291         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
3292         Doc fixes.
3294 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3296         * printing.el: Doc fix.  The menubar is no more changed when printing
3297         is loaded, it only changes when pr-menu-bind or pr-update-menus is
3298         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
3299         (pr-version): New version number (6.8.4).
3300         (pr-menu-bind): New command.
3301         (pr-update-menus): Docstring and code fix.
3302         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
3303         Docstring fix.
3304         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
3305         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
3307 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
3309         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
3310         "Returns" to "return", document useful return values, etc.
3312 2005-06-11  Alan Mackenzie  <acm@muc.de>
3314         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
3315         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
3316         (adaptive-file-function): Minor amendment to doc-string.
3318 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
3320         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
3321         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
3322         Fix :type--it is `integer', not `string'.
3324         * faces.el (modeline-highlight): Rename from (the erroneous)
3325         `modeline-higilight'.
3327 2005-06-11  Lute Kamstra  <lute@gnu.org>
3329         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
3330         lisp-interaction-mode-map but make it the parent.
3331         (edebug-eval-mode): Use define-derived-mode.
3333 2005-06-11  Andreas Schwab  <schwab@suse.de>
3335         * bindings.el: Add binding of `ESC functionkey' for every
3336         `M-functionkey'.
3337         * hexl.el (hexl-mode-map): Likewise.
3339 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
3341         * progmodes/compile.el (compilation-error-regexp-alist-alist)
3342         [msft]: update regexp for newer msft compilers.
3344 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
3346         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
3347         ATTLIST portions of included DTDs.
3348         (xml-parse-dtd): Eliminate use of inefficient match-data.
3350 2005-06-10  Miles Bader  <miles@gnu.org>
3352         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
3353         (mpuz-text): Remove "-face" suffix from face names.
3354         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
3355         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
3356         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
3358         * play/gomoku.el (gomoku-O, gomoku-X):
3359         Remove "-face" suffix from face names.
3360         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
3361         New backward-compatibility aliases for renamed faces.
3362         (gomoku-font-lock-keywords): Use renamed gomoku faces.
3364 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
3366         * thumbs.el: Fixes for changes of 2005-06-09.
3367         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
3368         as a directory.
3369         (thumbs-thumbname): Remove directory separator from format string;
3370         `thumbs-thumbsdir' now returns a valid directory name.
3371         (thumbs-temp-dir): New defsubst.
3372         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
3373         Use it.
3375         * cus-edit.el (minibuffer):
3376         * files.el (make-backup-file-name-function):
3377         * filesets.el (filesets-external-viewers):
3378         * hilit-chg.el (highlight-changes-colours)
3379         (highlight-changes-face-list, highlight-changes-rotate-faces):
3380         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
3381         * kmacro.el (kmacro-call-macro):
3382         * log-edit.el (log-edit-changelog-full-paragraphs):
3383         * mouse.el (mouse-1-click-follows-link):
3384         * skeleton.el (skeleton-autowrap):
3385         * subr.el (insert-for-yank-1):
3386         * tempo.el (tempo-insert-region):
3387         * terminal.el (terminal-emulator):
3388         * time.el (display-time-mail-face):
3389         * vc.el (vc-annotate):
3390         * vcursor.el (vcursor-copy-line):
3391         * woman.el (woman-bold-headings, woman-ignore)
3392         (woman-default-faces, woman-monochrome-faces):
3393         * calendar/todo-mode.el (todo-insert-threshold):
3394         * emulation/pc-select.el (pc-select-selection-keys-only)
3395         (pc-selection-mode):
3396         * emulation/vip.el (vip-find-char-forward):
3397         * emulation/viper-cmd.el (viper-find-char-forward):
3398         * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
3399         (input-method-exit-on-invalid-key):
3400         * international/mule-diag.el (describe-coding-system):
3401         * international/ucs-tables.el (unify-8859-on-encoding-mode):
3402         * net/browse-url.el (browse-url-xterm-program):
3403         * obsolete/lazy-lock.el (lazy-lock-mode):
3404         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
3405         (cperl-mode):
3406         * progmodes/cpp.el (cpp-face-light-name-list)
3407         (cpp-face-dark-name-list):
3408         * progmodes/delphi.el (delphi-newline-always-indents):
3409         Fix spellings in docstrings.
3411         * ido.el (ido-mode, ido-file-extensions-order)
3412         (ido-default-file-method, ido-default-buffer-method)
3413         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
3414         (ido-decorations, ido-read-file-name-as-directory-commands)
3415         (ido-read-file-name-non-ido, ido-work-directory-list)
3416         (ido-ignore-item-temp-list, ido-current-directory)
3417         (ido-magic-forward-char, ido-enter-find-file)
3418         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
3419         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
3421 2005-06-10  Lute Kamstra  <lute@gnu.org>
3423         * play/dunnet.el (dun-mode): Use define-derived-mode.
3424         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
3425         obsolete alias.
3427         * play/doctor.el (doctor-mode-map): Remove defvar.
3428         (doctor-mode): Use define-derived-mode.
3430         * mail/mspools.el (mspools-mode):
3431         * net/eudc-hotlist.el (eudc-hotlist-mode):
3432         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
3434 2005-06-10  Miles Bader  <miles@gnu.org>
3436         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3437         Remove "-face" suffix from face names.
3438         (flyspell-incorrect-face, flyspell-duplicate-face):
3439         New backward-compatibility aliases for renamed faces.
3440         (flyspell-mode-on, make-flyspell-overlay)
3441         (flyspell-highlight-incorrect-region)
3442         (flyspell-highlight-duplicate-region)
3443         (flyspell-display-next-corrections)
3444         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
3446         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
3447         from face name.
3448         (texinfo-heading-face): New backward-compatibility alias for
3449         renamed face.
3450         (texinfo-heading-face): Use renamed texinfo-heading face.
3452         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
3453         suffix from face names.
3454         (tex-math-face, tex-verbatim-face):
3455         New backward-compatibility aliases for renamed faces.
3456         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
3457         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
3458         literal face name.
3460         * textmodes/table.el (table-cell): Remove "-face" suffix from face
3461         name.
3462         (table-cell-face): New backward-compatibility alias for renamed face.
3463         (table--put-cell-face-property, table--update-cell-face):
3464         Use renamed table-cell face.
3466         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
3467         from face name.
3468         (sgml-namespace-face): New backward-compatibility alias for
3469         renamed face.
3470         (sgml-namespace-face): Use renamed sgml-namespace face.
3472         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
3473         (org-level-4, org-level-5, org-level-6, org-level-7)
3474         (org-level-8, org-warning, org-headline-done)
3475         (org-deadline-announce, org-scheduled-today)
3476         (org-scheduled-previously, org-link, org-done, org-table)
3477         (org-time-grid): Remove "-face" suffix from face names.
3478         (org-level-1-face, org-level-2-face, org-level-3-face)
3479         (org-level-4-face, org-level-5-face, org-level-6-face)
3480         (org-level-7-face, org-level-8-face, org-warning-face)
3481         (org-headline-done-face, org-deadline-announce-face)
3482         (org-scheduled-today-face, org-scheduled-previously-face)
3483         (org-link-face, org-done-face, org-table-face)
3484         (org-time-grid-face):
3485         New backward-compatibility aliases for renamed faces.
3486         (org-level-faces, org-set-font-lock-defaults, org-timeline)
3487         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
3488         (org-agenda-get-timestamps, org-agenda-get-scheduled)
3489         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
3491         * emulation/viper-init.el (viper-search, viper-replace-overlay)
3492         (viper-minibuffer-emacs, viper-minibuffer-insert)
3493         (viper-minibuffer-vi): Remove "-face" suffix from face names.
3494         (viper-search-face, viper-replace-overlay-face)
3495         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
3496         (viper-minibuffer-vi-face):
3497         New backward-compatibility aliases for renamed faces.
3498         (viper-search-face, viper-replace-overlay-face)
3499         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
3500         (viper-minibuffer-vi-face): Use renamed viper faces.
3502         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
3503         Remove "-face" suffix from face names.
3504         (testcover-nohits-face, testcover-1value-face):
3505         New backward-compatibility aliases for renamed faces.
3506         (testcover-mark): Use renamed testcover faces.
3508         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
3509         face name.
3510         (diary-button-face): New backward-compatibility alias for renamed face.
3511         (diary-entry): Use renamed diary-button face.
3513         * calendar/calendar.el (diary, calendar-today, holiday)
3514         (mark-visible-calendar-date): Remove "-face" suffix from face names.
3515         (diary-face, calendar-today-face, holiday-face):
3516         New backward-compatibility aliases for renamed faces.
3517         (eval-after-load "facemenu", diary-entry-marker)
3518         (calendar-today-marker, calendar-holiday-marker, diary-face):
3519         Use renamed calendar faces.
3521         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
3522         (compare-windows-face): New backward-compatibility alias for
3523         renamed face.
3524         (compare-windows-highlight): Use renamed compare-windows face.
3526         * strokes.el (strokes-char): Remove "-face" suffix from face name.
3527         (strokes-char-face): New backward-compatibility alias for renamed face.
3528         (strokes-encode-buffer): Use renamed strokes-char face.
3530         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
3531         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
3532         Remove "-face" suffix from face names.
3533         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
3534         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
3535         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
3536         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
3537         Use renamed pcvs faces.
3538         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
3539         * pcvs-defs.el (cvs-mode-map): Likewise.
3540         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
3542         * info.el (info-title-1, info-title-2, info-title-3)
3543         (info-title-4): Remove "-face" suffix from and downcase face names.
3544         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
3545         (Info-title-4-face):
3546         New backward-compatibility aliases for renamed faces.
3547         (Info-fontify-node): Use renamed info faces.
3549         * hilit-chg.el (highlight-changes, highlight-changes-delete):
3550         Remove "-face" suffix from face names.
3551         (highlight-changes-face, highlight-changes-delete-face):
3552         New backward-compatibility aliases for renamed faces.
3553         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
3554         (hilit-chg-make-list): Use renamed highlight-changes faces.
3556         * generic-x.el (show-tabs-tab, show-tabs-space):
3557         Remove "-face" suffix from face names.
3558         (show-tabs-tab-face, show-tabs-space-face):
3559         New backward-compatibility aliases for renamed faces.
3560         (show-tabs-generic-mode-font-lock-defaults-1)
3561         (show-tabs-generic-mode-font-lock-defaults-2):
3562         Use renamed show-tabs faces.
3564         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
3565         (smerge-markers): Remove "-face" suffix from face names.
3566         (smerge-mine-face, smerge-other-face, smerge-base-face)
3567         (smerge-markers-face):
3568         New backward-compatibility aliases for renamed faces.
3569         (smerge-mine-face, smerge-other-face, smerge-base-face)
3570         (smerge-markers-face): Use renamed smerge faces.
3572         * log-view.el (log-view-file, log-view-message):
3573         Remove "-face" suffix from face names.
3574         (log-view-file-face, log-view-message-face):
3575         New backward-compatibility aliases for renamed faces.
3576         (log-view-file-face, log-view-message-face): Use renamed log-view faces.
3578         * paren.el (show-paren-match, show-paren-mismatch):
3579         Remove "-face" suffix from face names.
3580         (show-paren-match-face, show-paren-mismatch-face):
3581         New backward-compatibility aliases for renamed faces.
3582         (show-paren-function): Use renamed show-paren faces.
3584         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
3585         (ruler-mode-margins, ruler-mode-fringes)
3586         (ruler-mode-column-number, ruler-mode-fill-column)
3587         (ruler-mode-comment-column, ruler-mode-goal-column)
3588         (ruler-mode-tab-stop, ruler-mode-current-column):
3589         Remove "-face" suffix from face names.
3590         (ruler-mode-default-face, ruler-mode-pad-face)
3591         (ruler-mode-margins-face, ruler-mode-fringes-face)
3592         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
3593         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
3594         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
3595         New backward-compatibility aliases for renamed faces.
3596         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
3597         (ruler-mode-column-number, ruler-mode-fill-column)
3598         (ruler-mode-comment-column, ruler-mode-goal-column)
3599         (ruler-mode-tab-stop, ruler-mode-current-column)
3600         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
3602         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
3603         face name.
3604         (whitespace-highlight-the-space): Use renamed face.
3605         (whitespace-highlight-face): New backward-compatibility alias for
3606         renamed face.
3608         * woman.el (woman-italic, woman-bold, woman-unknown)
3609         (woman-addition, woman-symbol-face):
3610         Remove "-face" suffix from face names.
3611         (woman-italic-face, woman-bold-face, woman-unknown-face)
3612         (woman-addition-face):
3613         New backward-compatibility aliases for renamed faces.
3614         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
3615         (woman-decode-region, woman-replace-match)
3616         (woman-display-extended-fonts, woman-special-characters)
3617         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
3618         Use renamed woman faces.
3620         * longlines.el (longlines-visible-face): Face removed.
3622         * diff-mode.el (diff-header, diff-file-header, diff-index)
3623         (diff-hunk-header, diff-removed, diff-added, diff-changed)
3624         (diff-function, diff-context, diff-nonexistent): Remove "-face"
3625         suffix from face names.
3626         (diff-header-face, diff-file-header-face, diff-index-face)
3627         (diff-hunk-header-face, diff-removed-face, diff-added-face)
3628         (diff-changed-face, diff-function-face, diff-context-face)
3629         (diff-nonexistent-face): New backward-compatibility aliases for
3630         renamed faces.
3631         (diff-header-face, diff-file-header-face)
3632         (diff-index, diff-index-face, diff-hunk-header)
3633         (diff-hunk-header-face, diff-removed, diff-removed-face)
3634         (diff-added, diff-added-face, diff-changed-face, diff-function)
3635         (diff-function-face, diff-context-face, diff-nonexistent)
3636         (diff-nonexistent-face): Use renamed diff-mode faces.
3638         * progmodes/compile.el (compilation-warning-face)
3639         (compilation-info-face): Remove "-face" suffix from face names.
3640         (compilation-warning-face, compilation-info-face):
3641         New backward-compatibility aliases for renamed faces.
3642         (compilation-warning-face, compilation-info-face):
3643         Use renamed compilation faces.
3645         * add-log.el (change-log-date, change-log-name)
3646         (change-log-email, change-log-file, change-log-list)
3647         (change-log-conditionals, change-log-function)
3648         (change-log-acknowledgement): Remove "-face" suffix from face names.
3649         (change-log-date-face, change-log-name-face)
3650         (change-log-email-face, change-log-file-face)
3651         (change-log-list-face, change-log-conditionals-face)
3652         (change-log-function-face, change-log-acknowledgement-face):
3653         New backward-compatibility aliases for renamed faces.
3654         (change-log-font-lock-keywords): Use renamed change-log faces.
3656         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
3657         (custom-set, custom-changed, custom-saved, custom-button)
3658         (custom-button-pressed, custom-documentation, custom-state)
3659         (custom-comment, custom-comment-tag, custom-variable-tag)
3660         (custom-variable-button, custom-face-tag, custom-group-tag-1)
3661         (custom-group-tag): Remove "-face" suffix from face names.
3662         (custom-magic-alist, custom-magic-value-create)
3663         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
3664         (custom-invalid-face, custom-rogue-face, custom-modified-face)
3665         (custom-set-face, custom-changed-face, custom-saved-face)
3666         (custom-button-face, custom-button-pressed-face)
3667         (custom-documentation-face, custom-state-face)
3668         (custom-comment-face, custom-comment-tag-face)
3669         (custom-variable-tag-face, custom-variable-button-face)
3670         (custom-face-tag-face, custom-group-tag-face-1)
3671         (custom-group-tag-face):
3672         New backward-compatibility aliases for renamed faces.
3674         * wid-edit.el (widget-documentation, widget-button)
3675         (widget-field, widget-single-line-field, widget-inactive)
3676         (widget-button-pressed): "-face" suffix removed from face names.
3677         (widget-documentation-face, widget-button-face)
3678         (widget-field-face, widget-single-line-field-face)
3679         (widget-inactive-face, widget-button-pressed-face):
3680         New backward-compatibility aliases for renamed faces.
3681         (widget-documentation-face, widget-button-face)
3682         (widget-button-pressed-face, widget-specify-field)
3683         (widget-specify-inactive): Use renamed widget faces.
3685 2005-06-10  Kenichi Handa  <handa@m17n.org>
3687         * term/x-win.el (x-clipboard-yank): Remove condition-case
3688         wrapping.
3690 2005-06-11  Kenichi Handa  <handa@m17n.org>
3692         * add-log.el (change-log-font-lock-keywords): Make the regexp for
3693         date lines stricter.
3695 2005-06-10  Zhang Wei  <id.brep@gmail.com>  (tiny change)
3697         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
3698         of x-get-selection.
3700 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
3702         * comint.el (comint-mode, comint-snapshot-last-prompt):
3703         * frame.el (frame-current-scroll-bars):
3704         * term.el (term-mode, term-check-proc, term-input-sender)
3705         (term-simple-send, term-extract-string, term-word)
3706         (term-match-partial-filename):
3707         * window.el (window-current-scroll-bars):
3708         * emulation/cua-base.el (cua-normal-cursor-color)
3709         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
3710         (cua-global-mark-cursor-color):
3711         * mail/undigest.el (rmail-forward-separator-regex):
3712         Fix typos in docstrings.
3714         * comint.el (comint-check-proc, make-comint-in-buffer)
3715         (comint-source-default): Doc fixes.
3717         * term.el (term-send-string): Improve argument/docstring
3718         consistency.
3720 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
3722         * comint.el (comint-send-input): Bind `inhibit-read-only' around
3723         call to `delete-region'.
3724         (comint-mode-hook): Do not enable Font Lock by default.
3726 2005-06-09  Lute Kamstra  <lute@gnu.org>
3728         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
3729         could be void.
3731 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3733         * emacs-lisp/debug.el (debugger-will-be-back): New var.
3734         (debug): Use it.
3735         (debugger-step-through, debugger-continue, debugger-jump)
3736         (debugger-return-value): Set it when needed.
3737         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
3738         Use inhibit-read-only.
3740 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
3742         * window.el (shrink-window-if-larger-than-buffer)
3743         (window-size-fixed): Fix typo in docstring.
3745         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
3746         thumbnails directory on loading.
3747         (thumbs-conversion-program): Use `eq' to check the system type,
3748         not `equal'.
3749         (thumbs-temp-dir): Initialize to `temporary-file-directory',
3750         not "/tmp".  Fix docstring.
3751         (thumbs-thumbsdir): New function to return the thumbnails
3752         directory, creating it if needed.
3753         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
3754         (thumbs-temp-file): Delete variable and make it into a function.
3755         (thumbs-resize-image, thumbs-modify-image): Use it.
3756         (thumbs-kill-buffer): Simplify.
3757         (thumbs-gensym): Defalias or duplicate CL `gensym'.
3758         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
3759         docstrings.
3761 2005-06-09  Kim F. Storm  <storm@cua.dk>
3763         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
3764         set-match-data to free markers in match-data.
3766         * replace.el (replace-match-data): Pass RESEAT arg `t' to
3767         match-data to unchain markers in match-data.
3769 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3771         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
3772         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
3773         unnecessary now.
3775 2005-06-08  Richard M. Stallman  <rms@gnu.org>
3777         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
3778         give the variable a doc string that doesn't say don't set it directly.
3780         * textmodes/ispell.el (ispell-check-version):
3781         Use match-string-no-properties.
3782         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
3783         (ispell-buffer-local-words): Likewise.
3785         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
3786         except on terminals with enough colors to really display it.
3787         (makefile-dependency-regex): Delete spurious `bb'.
3789         * faces.el (escape-glyph): Use blue once again in last case.
3790         (no-break-space): Redefine so that it isn't invisible on a tty.
3792 2005-06-08  Kim F. Storm  <storm@cua.dk>
3794         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
3795         also when reading directory name.
3797 2005-06-08  Lute Kamstra  <lute@gnu.org>
3799         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
3800         (flyspell-mode-line-string): Remove autoload cookie.
3801         (flyspell-mode): Remove defvar.
3803 2005-06-07  Lute Kamstra  <lute@gnu.org>
3805         * textmodes/org.el (org-run-mode-hooks): New function.
3806         (org-agenda-mode): Use it.
3808 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
3810         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
3812 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3814         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
3816 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
3818         * font-lock.el (font-lock-add-keywords): Doc fix.
3820 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3822         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
3823         (tex-compile-default): In the absence of any history, use the order in
3824         tex-compile-alist to choose the preferred command.
3825         (tex-compile-commands): Reorder a bit.
3827         * textmodes/flyspell.el (flyspell-auto-correct-binding)
3828         (flyspell-incorrect-face, flyspell-duplicate-face):
3829         Use (X)Emacs-agnostic code.
3830         (flyspell-mode-map): Don't overwrite at each load.  Remove code
3831         redundant with the subsequent add-minor-mode.  Merge Emacs and
3832         XEmacs code.
3833         (flyspell-word): Minor simplification.
3834         (flyspell-math-tex-command-p): Quieten the byte-compiler.
3835         (flyspell-external-point-words): Remove unused vars `size' and `start'.
3836         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
3837         Merge the corresponding Emacs code.
3838         (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
3840         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
3841         a dedicated window.
3843         * international/latexenc.el (latexenc-find-file-coding-system):
3844         Undo part of last patch, to turn off a compiler warning.
3846 2005-06-06  Juri Linkov  <juri@jurta.org>
3848         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
3849         Rename `tmm-inactive-face' to `tmm-inactive'.
3851 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
3853         * iswitchb.el: Rename faces.
3855 2005-06-06  Kim F. Storm  <storm@cua.dk>
3857         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
3858         (cua-global-mark): Remove -face suffix from face names.
3860         * emulation/cua-gmrk.el (cua--init-global-mark):
3861         Remove cua-global-mark face setup.
3863 2005-06-06  Richard M. Stallman  <rms@gnu.org>
3865         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
3866         just like other allowed characters.
3867         (makefile-match-dependency): Exclude leading and training whitespace
3868         from the range of regexp subexp 1.
3869         (makefile-macroassign-regex): Don't try to match the body,
3870         just the name of the macro being defined.
3872         * info.el (Info-read-node-name-2): New function.
3873         (Info-read-node-name-1): Use that.
3874         Add a completion-base-size-function property.
3876         * simple.el (completion-setup-function): Look for
3877         completion-base-size-function property of
3878         minibuffer-completion-table.
3880         * files.el (locate-file-completion): Doc fix.
3882         * printing.el: Don't call pr-update-menus; user must do that.
3884         * emacs-lisp/debug.el (debugger-window): New variable.
3885         (debug): Use debugger-window if it is set and still alive.
3886         Record debugger-window for next entry.
3888         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
3890 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
3892         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
3893         (hack-one-local-variable, hack-local-variables)
3894         (hack-local-variables-prop-line): Pass that arg.
3896 2005-06-06  Kim F. Storm  <storm@cua.dk>
3898         * ido.el (ido-first-match, ido-only-match, ido-subdir)
3899         (ido-indicator): Remove -face suffix from face names.
3901 2005-06-06  Juri Linkov  <juri@jurta.org>
3903         * font-lock.el (font-lock-regexp-backslash)
3904         (font-lock-regexp-backslash-construct): New faces.
3905         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
3906         after `('.  Add `while-no-input' to control structures.
3908         * faces.el (no-break-space, shadow): New faces.
3909         (escape-glyph): Use less loud colors pink2 and red4.
3911         * diff-mode.el (diff-context-face)
3912         * dired.el (dired-ignored)
3913         * rfn-eshadow.el (file-name-shadow)
3914         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
3916         * info.el (Info-title-1-face): Use green instead of yellow because
3917         bold yellow is not readable on light backgrounds.
3919         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
3920         before selecting the desired mode to not spend time fontifying
3921         old contents.
3923 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
3925         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
3926         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
3928         * ps-print.el (ps-default-fg, ps-default-bg):
3929         Fix typos in docstrings.
3931         * isearchb.el (isearchb): Don't pass a spurious second argument to
3932         `iswitchb-completions'.
3934 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
3936         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
3937         to preserve point.
3938         (gdb-find-file-hook): Add doc string.
3940         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
3941         C dereferenced pointer expression.
3942         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
3944         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
3946         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
3947         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
3948         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
3949         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
3950         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
3951         Make background transparent.
3953 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
3955         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
3956         (font-lock-remove-keywords): Doc fix.
3957         (font-lock-mode-major-mode): Compiler defvar.
3958         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
3960         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
3961         (font-lock-mode): Update `font-lock-mode-major-mode'.
3962         (font-lock-set-defaults): Compiler defvar.
3963         (font-lock-default-function): Take `font-lock-mode-major-mode'
3964         into account.
3966         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
3967         keep track of which major mode it enabled the minor mode for.
3968         Use find-file-hook again.  Update docstring.
3970         * simple.el (eval-expression-print-level)
3971         (eval-expression-print-length, eval-expression-debug-on-error):
3972         Doc fixes.
3974 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
3976         * iswitchb.el (iswitchb-single-match-face)
3977         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
3978         (iswitchb-invalid-regexp-face): New faces.
3979         (iswitchb-completions): Use them.
3980         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
3981         now marked as an obsolete alias.
3982         (iswitchb-read-buffer): Remove check for bound font variables.
3983         (iswitchb-invalid-regexp): New free variable.
3984         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
3985         set iswitchb-invalid-regexp.
3986         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
3987         invalid regexps.
3988         (iswitchb-completions): Add check for complete match when entering
3989         a regexp.
3990         (iswitchb-completions): Remove require-match argument.
3991         (iswitchb-exhibit): Fix caller.
3992         (iswitchb-common-match-inserted): New variable.
3993         (iswitchb-complete, iswitchb-completion-help): Use it.
3995 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
3997         * url-http.el (url-http-chunked-encoding-after-change-function):
3998         Use `url-http-debug' instead of `message'.
4000 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
4002         * url-http.el (url-http-parse-headers): Pass redirected URL as a
4003         callback argument.
4005 2005-06-04  Kim F. Storm  <storm@cua.dk>
4007         * simple.el (line-move): Only call sit-for when moving backwards.
4009         * ido.el (ido-make-merged-file-list-1): New defun split from
4010         ido-make-merged-file-list.
4011         (ido-make-merged-file-list): Bind throw-on-input around call to
4012         ido-make-merged-file-list-1.  Return input-pending-p if
4013         interrupted by more input available.
4014         (ido-read-internal): Handle input-pending-p return value from
4015         ido-make-merged-file-list.
4017 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4019         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
4020         compatibility code.
4022         * international/latexenc.el (latexenc-find-file-coding-system):
4023         Don't inherit the EOL part of the coding-system from the
4024         tex-main buffer.  Fit within 80 columns.
4026 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
4028         * tmm.el (tmm-inactive-face): New face.
4029         (tmm-remove-inactive-mouse-face): New function.
4030         (tmm-prompt, tmm-add-one-shortcut)
4031         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
4032         but not selectable.
4034 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
4036         * faces.el (face-equal): Improve argument/docstring consistency.
4038 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
4040         * progmodes/make-mode.el (makefile-targets-face)
4041         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
4042         (makefile-bsdmake-dependency-regex)
4043         (makefile-makepp-rule-action-regex)
4044         (makefile-bsdmake-rule-action-regex): New constants.
4045         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
4047         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4048         Allow (...) within `...' for makepp messages.
4050 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
4052         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
4054         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
4055         "." files are deleted from all file lists before comparison.
4057         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
4058         (viper-ESC-key): Made them customizable.
4060         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
4062 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
4064         * autorevert.el (auto-revert-buffers): Use save-match-data.
4066 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4068         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
4069         menu items with a nil command binding.
4071 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
4073         * emacs-lisp/cl-macs.el (defsetf):
4074         Improve argument/docstring consistency.
4076         * faces.el (list-faces-display): Improve the formatting by
4077         computing the maximum length required for any face-name (reworked
4078         patch of 1999-01-11, accidentally deleted on 1999-07-21).
4079         (internal-find-face): Remove redundant info in docstring.
4081 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
4083         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
4084         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
4085         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
4086         (gdb-assembler-custom): Improve regexps.
4087         (def-gdb-auto-update-handler): Use window point to preserve point.
4089 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4091         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
4093 2005-05-31  Jay Belanger  <belanger@truman.edu>
4095         * calc/calc-embed.el (calc-embedded-word): Change argument passed
4096         to calc-embedded.
4097         (calc-embedded-make-info): Have plain prefix argument select
4098         entire line.
4100 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
4102         * faces.el (list-faces-display): Signal error if passed a regexp
4103         that matches no face name.
4105         * simple.el (filter-buffer-substring): Fix typo in docstring.
4107 2005-05-31  Richard M. Stallman  <rms@gnu.org>
4109         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
4110         (vhdl-emacs-21): Doc fix.
4111         (vhdl-mode): Unconditionally set comment-padding.
4112         (vhdl-fixup-whitespace-region): Insert spaces only where
4113         there are none.
4114         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
4116 2005-05-30  John Wiegley  <johnw@newartisans.com>
4118         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
4119         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
4120         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
4121         `directory-sep-char' to ?/, and all uses of `string-to-int' to
4122         `string-to-number'.
4124 2005-05-30  Jay Belanger  <belanger@truman.edu>
4126         * calc/calc.el (calc-bug-address): Fix docstring.
4127         (calc-window-hook, calc-trail-window-hook): New variables.
4128         (calc-trail-display): Restore use of calc-trail-window-hook.
4129         (calc): Restore use of calc-window-hook.
4131 2005-05-31  Masatake YAMATO  <jet@gyve.org>
4133         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
4135         * help-fns.el (help-C-file-name): Add autoload mark for
4136         `find-function-noselect'.
4138 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4140         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
4141         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
4143 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
4145         * calendar/diary-lib.el (mark-included-diary-files): Only kill
4146         included diary buffer if it was not already being visited.
4147         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
4149         * calendar/icalendar.el (top-level): Do not require 'appt.
4151         * mail/supercite.el (sc-select-attribution): Only use a list
4152         element from sc-attrib-selection-list if it returns a string.
4153         Reported by Davide G. M. Salvetti <salve@debian.org>.
4155 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
4157         * thumbs.el (thumbs-thumbname): The resulting thumbname now
4158         includes a hash value to improve its uniqueness, and has a ".jpg"
4159         extension.  Also, it is now a valid filename on all systems.
4160         (thumbs-make-thumb): Use `let', not `let*'.
4161         (thumbs-show-thumbs-list): Check for JPEG availability.
4163 2005-05-30  Richard M. Stallman  <rms@gnu.org>
4165         * filesets.el (filesets-menu-ensure-use-cached):
4166         Prevent warning when emacs-version>= is undefined.
4168         * printing.el (pr-interactive-n-up): Use string-to-number.
4170         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
4172         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
4173         Warn only when name to be defined is quoted.
4175 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
4177         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
4178         Make regexp more robust.
4179         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
4180         Force regeneration of disassembly.
4182 2005-05-29  Jay Belanger  <belanger@truman.edu>
4184         * calc/calc.el (calc-user-invocation): Check if
4185         calc-invocation-macro is non-nil.
4187 2005-05-29  Juri Linkov  <juri@jurta.org>
4189         * add-log.el (change-log-font-lock-keywords):
4190         Add `+' to e-mail regexp to accept mail address with keywords.
4192         * man.el (Man-name-regexp): Add `:' to accept qualified names.
4194 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
4196         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
4198         * ielm.el (inferior-emacs-lisp-mode): Ditto.
4200 2005-05-29  Richard M. Stallman  <rms@gnu.org>
4202         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
4203         Undo the change that moves to end of the current word.
4205 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
4207         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
4208         Throw error when count <= 0 to ensure input is a number.
4209         (gdb-read-memory-custom): Pick up address from buffer.
4210         (gdb-memory-mode): Allow user to increment and decrement
4211         memory address from header line.
4213 2005-05-29  Richard M. Stallman  <rms@gnu.org>
4215         * flyspell.el (flyspell-version): Function deleted.
4216         (flyspell-auto-correct-previous-hook): Doc fix.
4218         * jit-lock.el (jit-lock-function, jit-lock-after-change):
4219         Do nothing if memory is full.
4221         * font-lock.el (font-lock-fontify-syntactically-region):
4222         Pass t for GREEDY to looking-back.
4224         * saveplace.el (save-place-alist-to-file): Write the file
4225         using write-region.
4227         * subr.el (looking-back): New argument GREEDY.
4229         * progmodes/compile.el (compilation-start): Set the mode
4230         before inserting the initial text.
4232         * progmodes/which-func.el (which-func-update-1): Turn the mode
4233         off in case of error by setting which-func-mode.
4235 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
4237         * flyspell.el (flyspell-auto-correct-previous-word):
4238         Narrow down to what's on the screen, and recenter overlays
4239         at the end of the next word.
4241 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
4243         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
4244         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
4245         (flyspell-abbrev-p): Default to nil.
4246         (flyspell-use-global-abbrev-table-p): Doc fix.
4247         (flyspell-large-region): Allow nil as value.
4248         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
4250         (mail-mode-flyspell-verify): More robust handling
4251         of `mail-header-separator'.  More efficient signature detection.
4252         Allow for regexp metacharacters in message-header-separator.
4253         Adding `To' not to be checked in mail-mode-flyspell-verify.
4255         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
4256         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
4257         Bind flyspell-auto-correct-binding.
4258         Bind C-. and C-, .
4259         (flyspell-mode-map): Likewise.
4260         (flyspell-mode): Doc fix.
4261         (flyspell-accept-buffer-local-defs): Preserve current buffer.
4262         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
4263         (flyspell-word-cache-result): New var, always local.
4264         (flyspell-check-pre-word-p): Doc fix.
4265         (flyspell-check-changed-word-p): Handle spc like newline.
4266         (flyspell-post-command-hook): Set flyspell-word-cache-result.
4267         (flyspell-word-search-backward, flyspell-word-search-forward):
4268         New functions.
4269         (flyspell-word): Return t if nothing to check.
4270         When parsing TeX code, check for after } or \.
4271         Use flyspell-word-search-backward to find previous word.
4272         Return nil if duplicated word.
4273         For word already checked, return same value as last time.
4274         Set flyspell-word-cache-result after checking.
4275         Don't clobber the return value.
4276         (flyspell-get-word): Major rewrite.
4277         (flyspell-external-point-words): New locals pword, pcount.
4278         Fix size used in progress message.
4279         Find the proper corresponding word in flyspell-large-region-buffer.
4280         (flyspell-region): Check for flyspell-large-region = nil.
4281         (flyspell-highlight-incorrect-region): Clean up overlays in region.
4282         (flyspell-auto-correct-word): Check that WORD is a cons.
4283         (flyspell-correct-word): Likewise.
4285 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
4287         * progmodes/make-mode.el (makefile-rule-action-regex)
4288         (makefile-macroassign-regex, makefile-makepp-mode)
4289         (makefile-bsdmake-mode): Continuation lines may be empty.
4290         Reported by Joshua Varner.
4291         (makefile-makepp-font-lock-keywords): Add $(stem).
4293 2005-05-28  Karl Berry  <karl@gnu.org>
4295         * textmodes/tex-mode.el: Now that tex-send-command calls
4296         shell-quote-argument (2005-03-31 change), remove all calls to
4297         shell-quote-argument; they all end up invoking tex-send-command.
4298         The double quoting loses on filenames with non-safe characters,
4299         such as "@".  Reported by Frederik Fouvry.
4301 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
4303         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
4304         about preserving point.
4306 2005-05-27  Jay Belanger  <belanger@truman.edu>
4308         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
4309         Info-goto-node.
4311         * calc/calc-embed.el (calc-embed-arg): New variable.
4312         (calc-do-embedded-activate, calc-embedded-activate-formula)
4313         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
4314         variable by new variable.
4315         (calc-embedded-make-info): Replace undeclared variable by new
4316         variable.  When selecting region with positive prefix
4317         argument, use end of previous line instead of beginning of line.
4319         * calc/calc-aent.el (calc-arg-values): Declare it.
4321         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
4322         Declare them.
4324         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
4326         * calc/calc.el (calc-alg-map): Declare it.
4328         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
4330 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
4332         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
4333         (gdb-registers-buffer, toggle-gdb-all-registers):
4334         Toggle display of floating point registers.
4335         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
4337         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
4338         (toggle-gud-tooltip-dereference):
4339         Rename from gud-toggle-tooltip-dereference.
4341 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4343         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
4345 2005-05-27  Jay Belanger  <belanger@truman.edu>
4347         * calc/calc-prog.el (calc-kbd-report): Remove.
4348         (calc-kbd-query): Rewrite.
4350 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
4352         * image.el (image-library-alist): Move to image.c.
4353         (image-type-available-p): Doc fix.
4355 2005-05-27  Lute Kamstra  <lute@gnu.org>
4357         * calc/calc.el (calc):
4358         * outline.el (outline-1, outline-2, outline-3, outline-4)
4359         (outline-5, outline-6, outline-7, outline-8):
4360         * textmodes/dns-mode.el (dns-mode):
4361         * textmodes/sgml-mode.el (sgml-namespace-face):
4362         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
4363         (tex-verbatim-face, tex-use-reftex):
4364         * textmodes/texinfo.el (texinfo-heading-face):
4365         Specify customization group.
4367         * longlines.el: Don't require easy-mmode.
4368         (longlines-visible-face): Specify customization group.
4370 2005-05-27  Kenichi Handa  <handa@m17n.org>
4372         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
4373         encoding table of windows-1251.
4375         * international/ucs-tables.el (ucs-set-table-for-input):
4376         If translation-table-for-input of a coding system is a symbol, get
4377         its translation-table property.
4379         * international/code-pages.el: Don't register a coding system into
4380         non-iso-charset-alist more than once.
4381         (cp-make-coding-system): Likewise.
4383 2005-05-26  John Wiegley  <johnw@newartisans.com>
4385         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
4386         `eshell-resume-eval' is wrapped in a list, it indicates that the
4387         command was run asynchronously.  In that case, unwrap the value
4388         before checking the delimiter value.
4390         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
4391         character before a space at the end of a line is \, assume the space
4392         is part of the last argument rather than a final argument separator.
4394         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
4395         is in use, and the target is `t' or `nil' (which are the most common
4396         values), don't assume that the symbol target is a buffer.
4398 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
4400         * calendar/calendar.el (calendar-mode-line-format):
4401         Use mode-line-highlight as mouse-face.
4403         * time.el (display-time-string-forms, display-time-update):
4404         Use mode-line-highlight as mouse-face.
4406 2005-05-26  Jay Belanger  <belanger@truman.edu>
4408         * calc/calc.el (calc-language-alist): Remove extra defvar.
4410 2005-05-26  Lute Kamstra  <lute@gnu.org>
4412         * arc-mode.el (archive-mode):
4413         * bookmark.el (bookmark-read-annotation-mode)
4414         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
4415         * bs.el (bs-mode):
4416         * calc/calc-yank.el (calc-edit-mode):
4417         * calc/calc.el (calc-mode, calc-trail-mode):
4418         * calculator.el (calculator-mode):
4419         * chistory.el (command-history-mode):
4420         * comint.el:
4421         * cus-edit.el (custom-mode):
4422         * descr-text.el (describe-text-mode):
4423         * ebuff-menu.el (Electric-buffer-menu-mode):
4424         * ediff-util.el (ediff-mode):
4425         * emacs-lisp/re-builder.el (reb-mode):
4426         * emulation/vi.el (vi-mode-setup):
4427         * emulation/ws-mode.el (wordstar-mode):
4428         * eshell/esh-mode.el (eshell-mode):
4429         * forms.el (forms-mode):
4430         * help-mode.el (help-mode):
4431         * hexl.el (hexl-mode):
4432         * ibuffer.el (ibuffer-mode):
4433         * ielm.el (inferior-emacs-lisp-mode):
4434         * info.el (Info-mode, Info-edit-mode):
4435         * international/swedish.el:
4436         * ledit.el (ledit-from-lisp-mode):
4437         * locate.el (locate-mode):
4438         * mail/rmail.el (rmail-mode):
4439         * mail/rmailedit.el (rmail-edit-mode):
4440         * mail/rmailsum.el (rmail-summary-mode):
4441         * mail/supercite.el (sc-electric-mode):
4442         * net/eudc.el (eudc-mode):
4443         * net/quickurl.el (quickurl-list-mode):
4444         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
4445         * obsolete/ooutline.el (outline-mode):
4446         * obsolete/options.el (Edit-options-mode):
4447         * obsolete/rnews.el (news-mode):
4448         * obsolete/rnewspost.el (news-reply-mode):
4449         * play/5x5.el (5x5-mode):
4450         * play/decipher.el (decipher-mode, decipher-stats-mode):
4451         * play/gomoku.el (gomoku-mode):
4452         * play/snake.el (snake-mode):
4453         * play/solitaire.el (solitaire-mode):
4454         * play/tetris.el (tetris-mode):
4455         * progmodes/ada-mode.el (ada-mode):
4456         * progmodes/antlr-mode.el (antlr-mode):
4457         * progmodes/autoconf.el (autoconf-mode):
4458         * progmodes/dcl-mode.el (dcl-mode):
4459         * progmodes/delphi.el (delphi-mode):
4460         * progmodes/ebrowse.el (ebrowse-tree-mode)
4461         (ebrowse-electric-list-mode, ebrowse-member-mode)
4462         (ebrowse-electric-position-mode):
4463         * progmodes/f90.el (f90-mode):
4464         * progmodes/fortran.el (fortran-mode):
4465         * progmodes/icon.el (icon-mode):
4466         * progmodes/idlw-help.el (idlwave-help-mode):
4467         * progmodes/idlw-shell.el (idlwave-shell-mode):
4468         * progmodes/idlwave.el (idlwave-mode):
4469         * progmodes/inf-lisp.el (inferior-lisp-mode):
4470         * progmodes/m4-mode.el (m4-mode):
4471         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
4472         * progmodes/modula2.el (modula-2-mode):
4473         * progmodes/octave-inf.el (inferior-octave-mode):
4474         * progmodes/octave-mod.el (octave-mode):
4475         * progmodes/pascal.el (pascal-mode):
4476         * progmodes/sh-script.el (sh-mode):
4477         * progmodes/sql.el (sql-mode, sql-interactive-mode):
4478         * progmodes/vhdl-mode.el (vhdl-mode):
4479         * progmodes/xscheme.el (scheme-interaction-mode):
4480         * replace.el (occur-mode):
4481         * ses.el (ses-mode):
4482         * simple.el (completion-list-mode):
4483         * skeleton.el:
4484         * speedbar.el (speedbar-mode):
4485         * term.el (term-mode):
4486         * terminal.el (terminal-edit-mode):
4487         * textmodes/reftex-index.el (reftex-index-mode)
4488         (reftex-index-phrases-mode):
4489         * textmodes/reftex-sel.el (reftex-select-label-mode)
4490         (reftex-select-bib-mode):
4491         * textmodes/reftex-toc.el (reftex-toc-mode):
4492         * wdired.el (wdired-change-to-wdired-mode):
4493         * wid-browse.el (widget-browse-mode):
4494         Use run-mode-hooks.
4496         * array.el (array-mode):
4497         * calendar/todo-mode.el (todo-mode):
4498         * man.el (Man-mode):
4499         * play/landmark.el (lm-mode):
4500         * play/mpuz.el (mpuz-mode):
4501         Use kill-all-local-variables and run-mode-hooks.
4503         * subr.el (delay-mode-hooks): Specify indentation.
4505 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
4507         * xml.el (xml-substitute-special): Don't die for undefined xml entities.
4509 2005-05-26  Jay Belanger  <belanger@truman.edu>
4511         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
4512         of nil.
4514 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
4516         * progmodes/gdb-ui.el (gdb-frame-address):
4517         Rename from gdb-current-address.
4518         (gdb-previous-frame-address): Rename from gdb-previous-address.
4519         (gdb-selected-frame): Rename from gdb-current-frame.
4520         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
4521         (gdb-frame-number): Rename from gdb-current-stack-level.
4522         (gdb-ann3): Match new mode-name for disassembly buffer.
4523         Extend initialization of variables.
4524         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
4525         (gdb-memory-mode): Use mouse-face in header line.
4526         (gdb-assembler-buffer-name): Call it disassembly and give frame
4527         in mode line.
4528         (gdb-source-spec-regexp, gdb-assembler-custom)
4529         (gdb-invalidate-assembler, gdb-frame-handler):
4530         Make robust to leading zeroes in address format.
4532 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
4534         * textmodes/org.el (org-mode): Use `define-derived-mode' to
4535         define `org-mode'.
4536         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
4538 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4540         * log-edit.el (log-edit-changelog-entries): Distinguish between
4541         filenames like xfns.c and fns.c.
4543 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
4545         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
4546         point after reverting.
4547         (Buffer-menu-make-sort-button): Handle the case where
4548         `Buffer-menu-use-header-line' is nil.
4550 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
4552         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
4553         New funcs.  In minibuffer-local-completion-map bind `]', `/'
4554         and `:' to them.
4556 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4558         * startup.el (normal-top-level): Allow modification of load-path while
4559         we're iterating over it.
4561 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
4563         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
4564         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
4565         (thumbs-resize-interactive, thumbs-insert-image)
4566         (thumbs-insert-thumb, thumbs-dired-show-marked)
4567         (thumbs-find-image-at-point, thumbs-delete-images)
4568         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
4569         (thumbs-increment-image-size, thumbs-decrement-image-size):
4570         Fix typos in docstrings.
4572 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
4574         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
4575         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
4576         (cperl-mode): Use them.
4578 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
4580         * window.el (quit-window, shrink-window-if-larger-than-buffer):
4581         Doc fixes.
4583 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
4585         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
4586         Bind C-d to gdb-inferior-io-eof.
4588         * dired.el (dired-dnd-popup-notice): Use message-box.
4590 2005-05-23  Masatake YAMATO  <jet@gyve.org>
4592         * bindings.el (mode-line-major-mode-keymap):
4593         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
4595         * faces.el (mode-line-highlight): New face.
4597         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
4598         as mouse-face.
4600         * bindings.el (top-level, help-echo, mode-line-modified)
4601         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
4602         as mouse-face.
4604 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
4606         * progmodes/cc-engine.el (c-guess-basic-syntax):
4607         Remove spurious call to `zerop'.
4609         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
4611 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
4613         CC Mode update to 5.30.10:
4615         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
4616         could go past the limit in decoration level 2, thereby causing
4617         errors during interactive fontification.
4619         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
4620         the file is evaluated interactively.
4622         * cc-engine.el (c-guess-basic-syntax): Handle operator
4623         declarations somewhat better in C++.
4625         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
4626         make use of `run-mode-hooks' which has been added in Emacs 21.1.
4627         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
4628         (awk-mode): Use it.
4629         (make-local-hook): Suppress warning about obsoleteness.
4631         * cc-engine.el, cc-align.el, cc-cmds.el
4632         (c-append-backslashes-forward, c-delete-backslashes-forward)
4633         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
4634         Compensate for return value from `forward-line' when it has moved
4635         but not to a different line due to eob.
4637         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
4638         `objc-method-intro' and `objc-method-args-cont'.
4640 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
4642         CC Mode update to 5.30.10:
4644         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
4645         in the copyright statement.  Incidentally, change "along with GNU
4646         Emacs" to "along with this program" where it occurs.
4648         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
4649         so that it is interactive, hence can be found by M-x awk-mode
4650         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
4651         <gmorris+emacs@ast.cam.ac.uk>.
4653         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
4654         Mode's regexps.
4656 2005-05-23  Kevin Ryde  <user42@zip.com.au>
4658         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
4659         c-parse-state, to avoid a lisp error (on bad code).
4661 2005-05-23  Lute Kamstra  <lute@gnu.org>
4663         * subr.el (font-lock-defaults): Remove defvar as it's already
4664         defined in font-core.el.
4666         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
4668 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
4670         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
4671         more general and work when GDB variable "print pretty" is on,
4672         as with Emacs, for example.
4674 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
4676         * font-core.el: Update comment.
4678         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
4679         Use `after-change-major-mode-hook' instead of `find-file-hook'.
4681         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
4683 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
4685         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
4686         and `yank-handler' in the doc strings.
4688 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4690         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
4692 2005-05-22  Richard M. Stallman  <rms@gnu.org>
4694         * help.el (describe-key): Move print-help-return-message call
4695         out of conditional.
4697         * progmodes/etags.el (list-tags): Use with-no-warnings.
4699         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
4700         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
4701         (starttls-extra-args, starttls-extra-arguments): Add defvars.
4703         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
4705         * language/viet-util.el (viet-viscii-nonascii-translation-table):
4706         Add defvar.
4708         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
4709         Use defvar, not defconst.
4711         * hexl.el (hexl-follow-line): Use with-no-warnings.
4713         * emulation/tpu-extras.el: Use write-file-functions instead of
4714         write-file-hooks.
4716         * dired.el (dired-font-lock-keywords): Fontify files with junk
4717         extensions even if marked by -F.
4719 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
4721         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
4722         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
4723         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
4724         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
4725         (concatenate, list-length, get*, getf, cl-remprop):
4726         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
4727         (etypecase, progv, lexical-let, lexical-let*)
4728         (multiple-value-bind, multiple-value-setq, shiftf):
4729         Improve argument/docstring consistency.
4731         * subr.el (focus-frame, unfocus-frame):
4732         Revert deletion on 2005-05-01.
4734 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
4736         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
4737         doesn't exist.
4739         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
4740         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
4742 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
4744         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
4745         already deleted variables: auto-fill-hook, blink-paren-hook,
4746         lisp-indent-hook, inhibit-local-variables, unread-command-event,
4747         suspend-hooks, comment-indent-hook, meta-flag,
4748         before-change-function, after-change-function,
4749         font-lock-doc-string-face.
4751 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
4753         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
4755 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
4757         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
4758         rmail-dont-reply-to.
4760 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
4762         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
4763         literal blank when splitting new-header-values.
4765 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
4767         * calendar/cal-menu.el (cal-menu-update): Add separator as a
4768         string so that tmm doesn't create a completion entry for it.
4770         * textmodes/table.el (table-disable-menu): Ditto.
4772 2005-05-21  Richard M. Stallman  <rms@gnu.org>
4774         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
4776         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
4778         * net/rcompile.el (remote-compile): Use compilation-start.
4780         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
4782 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
4784         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
4785         Default to makefile-bsdmake-mode on BSD systems.
4787         * imenu.el (imenu-generic-expression, imenu--generic-function'):
4788         REGEXP may also be a search function now.  The part of doc-string
4789         for describing the structure was 95% identical to that of
4790         `imenu--generic-function'.  Unify it there.
4792         * progmodes/make-mode.el (makefile-imenu-generic-expression):
4793         Use function to find dependencies, because regexp alone is so complex,
4794         it easily goes into an endless loop.
4795         (makefile-makepp-mode): Also add submenu for Perl functions
4796         defined in the makefile.
4797         (makefile-bsdmake-mode): Special imenu-generic-expression no
4798         longer needed, due to function call.
4799         (makefile-match-dependency): Take BOUND into account when checking
4800         if we're through.
4802 2005-05-20  Jay Belanger  <belanger@truman.edu>
4804         * calc/calc-units.el (calc-invalidate-units-table):
4805         Use inhibit-read-only.
4806         (math-build-units-table-buffer): Use view-mode.
4808 2005-05-20  David Kastrup  <dak@gnu.org>
4810         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
4811         easy-menu-add is not a nop on Emacs; and clarify when to call it.
4813 2005-05-20  Lute Kamstra  <lute@gnu.org>
4815         * diff-mode.el (diff-header-face, diff-file-header-face)
4816         (diff-index-face, diff-hunk-header-face, diff-removed-face)
4817         (diff-added-face, diff-changed-face, diff-function-face)
4818         (diff-context-face, diff-nonexistent-face): Put them in the
4819         diff-mode customization group.
4821 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4823         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
4825         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
4827         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
4828         Minor regexp-optimization.
4830 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
4832         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
4833         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
4834         (org-agenda-add-time-grid-maybe): New function.
4835         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
4836         (org-table-create): `dotimes' instead of `mapcar'.
4837         (org-xor): Simplify implementation.
4838         (org-agenda): `inhibit-redisplay' turned on.
4839         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
4840         a consistent line after a state change.
4841         (org-agenda-remove-times-when-in-prefix): New option.
4842         (org-prefix-has-time): New variable.
4843         (org-parse-time-string): Optional argument NODEFAULT.
4844         (org-format-agenda-item): Parse items for time-of-day
4845         specifications and move these into the prefix if possible.
4846         (org-agenda-priority): Get current heading, not previous heading
4847         during agenda remote editing.
4849 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
4851         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
4852         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
4853         (remove-duplicates, delete-duplicates, substitute)
4854         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
4855         (nsubstitute-if-not, find, find-if, find-if-not, position)
4856         (position-if, position-if-not, count, count-if, count-if-not)
4857         (mismatch, search, sort*, stable-sort, merge, member*)
4858         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
4859         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
4860         (intersection, nintersection, set-difference, nset-difference)
4861         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
4862         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
4863         (nsublis, tree-equal): Improve argument/docstring consistency.
4865         * subr.el (send-string, send-region):
4866         Remove obsolescence declaration.
4867         (window-dot, set-window-dot, read-input, show-buffer)
4868         (eval-current-buffer, string-to-int):
4869         Add release number to obsolescence declarations.
4871 2005-05-19  Kim F. Storm  <storm@cua.dk>
4873         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
4874         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
4876 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
4878         * faces.el (list-faces-display): Make back button respect optional
4879         regexp arg.
4881 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
4883         * calculator.el (calculator-radix-grouping-mode)
4884         (calculator-radix-grouping-digits, calculator-displayer)
4885         (calculator-radix-grouping-separator, calculator-copy-displayer):
4886         * dabbrev.el (dabbrev-search-these-buffers-only):
4887         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
4888         (diff-advance-after-apply-hunk, diff-mode-hook)
4889         (diff-minor-mode-prefix):
4890         * imenu.el (imenu-use-popup-menu):
4891         * jit-lock.el (jit-lock-context-time):
4892         * newcomment.el (comment-fill-column, comment-column)
4893         (comment-style, comment-padding, comment-multi-line)
4894         (comment-empty-lines, comment-auto-fill-only-comments):
4895         * reveal.el (reveal-around-mark):
4896         * uniquify.el (uniquify-buffer-name-style)
4897         (uniquify-after-kill-buffer-p)
4898         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
4899         (uniquify-min-dir-content, uniquify-separator)
4900         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
4901         * w32-vars.el (w32-fixed-font-alist):
4902         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
4903         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
4904         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
4905         * progmodes/perl-mode.el (perl-indent-level)
4906         (perl-continued-statement-offset, perl-continued-brace-offset)
4907         (perl-brace-offset, perl-brace-imaginary-offset)
4908         (perl-label-offset, perl-indent-continued-arguments)
4909         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
4910         * progmodes/tcl.el (tcl-indent-level)
4911         (tcl-continued-indent-level, tcl-auto-newline)
4912         (tcl-tab-always-indent, tcl-electric-hash-style)
4913         (tcl-help-directory-list, tcl-use-smart-word-finder)
4914         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
4915         (inferior-tcl-source-command):
4916         * textmodes/fill.el (enable-kinsoku):
4917         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
4918         * textmodes/table.el (table-yank-handler):
4919         Specify missing group (and type, if simple) in defcustom.
4921 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
4923         * progmodes/compile.el (compilation-finish-function): Fix defvar.
4925 2005-05-19  Richard M. Stallman  <rms@gnu.org>
4927         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
4929         * subr.el (event-basic-type): Don't get an error.
4930         (left-fringe-p): Function deleted.
4932         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
4933         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
4935         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
4936         in recursive copy.
4938         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
4940         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
4942         * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
4943         Call byte-compile-nogroup-warn if appropriate.
4945         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
4946         (compilation-set-window): Don't call left-fringe-p; do it directly.
4948 2005-05-19  Jay Belanger  <belanger@truman.edu>
4950         * calc/calc-graph.el (calc-graph-format-data): Make sure
4951         var-PlotRejects is bound before trying to check its value.
4953 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
4955         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
4956         definition of this variable from reftex-global.el to reftex.el,
4957         because it is needed in the menu.
4959 2005-05-19  Lute Kamstra  <lute@gnu.org>
4961         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
4962         years are fixed.  Don't insert a space after a dash.
4964 2005-05-19  Kim F. Storm  <storm@cua.dk>
4966         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
4968 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
4970         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
4971         strings, because (eq ... ?\\) is fairly frequent.
4973         * progmodes/make-mode.el (makefile-add-this-line-targets):
4974         Simplify and integrate into `makefile-pickup-targets'.
4975         (makefile-add-this-line-macro): Simplify and integrate into
4976         `makefile-pickup-macros.
4977         (makefile-pickup-filenames-as-targets): Simplify.
4978         (makefile-previous-dependency, makefile-match-dependency):
4979         Don't stumble over `::'.
4981 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
4983         * subr.el (post-command-idle-hook, post-command-idle-delay):
4984         Remove obsoletion of post-command-idle-hook and
4985         post-command-idle-delay.
4987         * faces.el (list-faces-display): Provide button when describe-face
4988         is called to take user back to the list of faces.
4990         * help-fns.el (describe-variable): Remove hyperlinks in a
4991         variable's value as these are quite frequently inappropriate.
4993         * follow.el (follow-submit-feedback, follow-mode):
4994         Remove references to post-command-idle-hook.
4996 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
4998         * progmodes/make-mode.el (makefile-previous-dependency)
4999         (makefile-match-dependency): Check for := (and in bsd mode also
5000         !=) to give a better result, even when font-lock is not on.
5002 2005-05-18  Jay Belanger  <belanger@truman.edu>
5004         * calc/calc-help.el (calc-s-prefix-help):
5005         Add `calc-copy-special-constant' to help string.
5007 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
5009         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
5011 2005-05-18  Jay Belanger  <belanger@truman.edu>
5013         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
5014         in linear factors are in proper order.
5016 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
5018         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
5019         Support for jurabib.
5021         * textmodes/reftex.el (featurep): Define aliases for overlay
5022         commands, for XEmacs compatibility, and use these aliases in
5023         overlay initializations.
5024         (reftex-highlight): Use `reftex-move-overlay'.
5025         (reftex-unhighlight): Use `reftex-delete-overlay'.
5026         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
5027         (reftex-access-search-path): Use `reftex-uniquify' instead of
5028         `reftex-uniq'
5030         * textmodes/reftex-sel.el (reftex-select-unmark):
5031         Overlay `before-string' property modification enables for Emacs as well.
5032         (reftex-select-item): Use `reftex-delete-overlay'.
5033         (reftex-select-mark): Use `reftex-make-overlay' and
5034         `reftex-overlay-put'.
5035         (reftex-select-unmark): Use `reftex-delete-overlay' and
5036         `reftex-overlay-put'.
5038 2005-05-18  Lute Kamstra  <lute@gnu.org>
5040         * emacs-lisp/lisp.el (check-parens): Fix docstring.
5042 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
5044         * add-log.el (add-change-log-entry):
5045         * array.el (array-make-template, array-reconfigure-rows)
5046         (array-init-max-row, array-init-max-column)
5047         (array-init-columns-per-line, array-init-field-width):
5048         * replace.el (replace-match-maybe-edit, perform-replace):
5049         * textmodes/spell.el (spell-region):
5050         Replace `read-input' by `read-string'.
5052         * forms.el (forms-mode):
5053         * finder.el (finder-compile-keywords):
5054         * shadowfile.el (shadow-read-files):
5055         Replace `eval-current-buffer' by `eval-buffer'.
5057         * terminal.el (te-pass-through):
5058         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
5059         (ange-ftp-raw-send-cmd):
5060         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
5061         (send-process-next-char, telnet-initial-filter, telnet):
5062         Replace `send-string' by `process-send-string'.
5064         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
5065         (prolog-consult-region): Replace `send-string' by
5066         `process-send-string'; replace `send-region' by `process-send-region'.
5068         * progmodes/delphi.el (delphi-log-msg):
5069         Replace `set-window-dot' by `set-window-point'.
5071         * subr.el (window-dot, set-window-dot, read-input, send-string)
5072         (send-region, show-buffer, eval-current-buffer):
5073         Make really obsolete, as the comment says.
5075 2005-05-17  Kim F. Storm  <storm@cua.dk>
5077         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
5078         (cua--init-keymaps): Bind C-return instead of S-return to set
5079         rectangle mark.
5081         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
5082         instead of S-return to toggle/clear rectangle mark.
5084 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
5086         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
5087         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
5088         Also fontify plain strings assigned to variables, mostly so that a
5089         colon has a face and is thus not taken as a dependency separator.
5090         (makefile-previous-dependency): Inline the new matcher, because it
5091         is too complex to work in both directions.
5092         (makefile-match-dependency): Eliminate `backward' arg (see above).
5093         Completely reimplemented so as to not sometimes go into an endless
5094         loop.  It should also be more efficient, because first it only
5095         searches for `:', instead of applying the very complex regexp.
5096         (makefile-mode): Cancel `font-lock-support-mode', because blocks
5097         to be fontified in one piece can be too long for JIT.
5098         Makefiles are never *that* big.
5100 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
5102         * dired.el (dired-mode): Simplify.
5104 2005-05-17  Lute Kamstra  <lute@gnu.org>
5106         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
5107         defcustom for the mode hook variable.
5109         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
5110         Emacs Lisp Reference Manual.
5112 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
5114         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
5115         (evenp, list*):
5116         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
5117         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
5119         * net/tramp-smb.el (tramp-smb-open-connection):
5120         Pass `tramp-chunksize' as fifth (required) argument.
5122 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
5124         * font-lock.el (lisp-font-lock-keywords-1):
5125         Set `font-lock-negation-char-face' for [^...] char group.
5126         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
5128         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
5129         a var, and refine it to mask one more level of nested vars.
5130         (makefile-rule-action-regex): Turn it into a var, and refine it so
5131         it recognizes backslashed continuation lines as belonging to the
5132         same command.
5133         (makefile-macroassign-regex): Refine it so it recognizes
5134         backslashed continuation lines as belonging to the same command.
5135         (makefile-var-use-regex): Don't look at the next char, because it
5136         might be the same one to be skipped by the initial [^$], leading
5137         to an overlooked variable use.
5138         (makefile-make-font-lock-keywords): Remove two parameters, which
5139         are now variables that some of the modes set locally.
5140         Handle dependency and rule action matching through functions, because
5141         regexps alone match too often.  Dependency matching now comes
5142         last, so it can check, whether a colon already matched something else.
5143         (makefile-mode): Inform that font-lock improves makefile parsing
5144         capabilities.
5145         (makefile-match-dependency, makefile-match-action): New functions.
5147 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
5149         * emacs-lisp/cl-extra.el (equalp): Doc fix.
5151         * align.el (align-regexp):
5152         * ansi-color.el (ansi-color-get-face):
5153         * array.el (array-reconfigure-rows, array-init-max-row)
5154         (array-init-max-column, array-init-columns-per-line)
5155         (array-init-field-width):
5156         * dired-aux.el (dired-trample-file-versions):
5157         * dired-x.el (dired-mark-sexp):
5158         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
5159         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
5160         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
5161         * faces.el (face-read-integer):
5162         * files.el (backup-extract-version, insert-directory):
5163         * hexl.el (hexl-insert-decimal-char):
5164         * server.el (server-process-filter):
5165         * shell.el (shell-extract-num):
5166         * startup.el (command-line-1):
5167         * term.el (term-command-hook):
5168         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
5169         (time-stamp-do-number):
5170         * time.el (display-time-update):
5171         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
5172         (timezone-fix-time):
5173         * vms-patch.el (vms-suspend-resume-hook):
5174         * calendar/appt.el (appt-convert-time):
5175         * calendar/cal-bahai.el (mark-bahai-diary-entries):
5176         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
5177         * calendar/cal-islam.el (mark-islamic-diary-entries):
5178         * calendar/calendar.el (calendar-cursor-to-date)
5179         (calendar-star-date):
5180         * calendar/diary-lib.el (diary-attrtype-convert)
5181         (mark-diary-entries, diary-entry-time):
5182         * calendar/solar.el (solar-get-number):
5183         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
5184         * emacs-lisp/re-builder.el (reb-display-subexp):
5185         * emulation/edt.el (edt-set-scroll-margins):
5186         * emulation/tpu-extras.el (tpu-set-scroll-margins):
5187         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
5188         (vip-get-ex-count):
5189         * emulation/viper-ex.el (viper-get-ex-token)
5190         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
5191         * international/fontset.el (fontset-plain-name):
5192         * mail/feedmail.el (feedmail-look-at-queue-directory):
5193         * mail/mailalias.el (mail-get-names):
5194         * mail/rmail.el (rmail-convert-to-babyl-format):
5195         * mail/rmailsum.el (rmail-make-basic-summary-line)
5196         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
5197         (rmail-summary-goto-msg):
5198         * mail/smtpmail.el (smtpmail-read-response):
5199         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
5200         (ange-ftp-vms-add-file-entry):
5201         * play/gametree.el (gametree-looking-at-ply)
5202         (gametree-current-branch-score):
5203         * progmodes/ada-xref.el (ada-prj-find-prj-file)
5204         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
5205         * progmodes/cperl-mode.el (condition-case):
5206         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
5207         (ebrowse-set-member-buffer-column-width)
5208         (ebrowse-select-1st-to-9nth):
5209         * progmodes/etags.el (etags-snarf-tag):
5210         * progmodes/flymake.el (flymake-parse-line):
5211         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
5212         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
5213         (idlwave-shell-menu-def):
5214         * progmodes/ps-mode.el (ps-run-goto-error):
5215         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
5216         (vhdl-speedbar-contract-level):
5217         * term/mac-win.el (x-handle-numeric-switch):
5218         * term/sun-mouse.el (sun-get-frame-data):
5219         * term/w32-win.el (x-handle-numeric-switch):
5220         * term/x-win.el (x-handle-numeric-switch):
5221         * textmodes/ispell.el (ispell-parse-output):
5222         * textmodes/nroff-mode.el (nroff-outline-level):
5223         * textmodes/reftex-cite.el (reftex-bib-sort-year)
5224         (reftex-bib-sort-year-reverse, reftex-format-citation):
5225         * textmodes/reftex-parse.el (reftex-init-section-numbers)
5226         (reftex-section-number):
5227         * textmodes/texinfmt.el (texinfo-paragraphindent):
5228         Replace `string-to-int' by `string-to-number'.
5230         * international/latexenc.el: Add page marker to force the "Local
5231         Variables:" string out of the last page.
5233 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
5235         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
5236         tooltip-change-major-mode.
5237         (gud-tooltip-print-command): Remove case where gud-minor-mode
5238         is gdb ("--fullname").
5239         (gud-tooltip-tips): Turn GUD tooltips off for this case and
5240         explain to user.
5242 2005-05-16  Jay Belanger  <belanger@truman.edu>
5244         * calc/calc-store.el (calc-copy-special-constant): New function.
5246         * calc/calc-ext.el (calc-init-extensions): Add binding for
5247         `calc-copy-special-constant'.
5249         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
5250         for the `calc-copy-special-constant' command.
5252 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
5254         * subr.el (left-fringe-p): New function.
5256         * progmodes/compile.el (compilation-setup): Set local value of
5257         overlay-arrow-string to "" always.
5258         (compilation-set-window): Left fringe then don't scroll.
5259         No left fringe then no arrow and scroll message to top.
5260         (compilation-context-lines): Adjust doc string accordingly.
5262 2005-05-16  Kim F. Storm  <storm@cua.dk>
5264         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
5265         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
5266         (ido-wide-find-dir-or-delete-dir): New command for M-d.
5267         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
5268         (ido-read-file-name): Handle commands with ido property value
5269         equal to find-file as reading a file name, to allow C-d to enter dired.
5270         (ibuffer-find-file): Add ido property with value find-file.
5272 2005-05-15  Kim F. Storm  <storm@cua.dk>
5274         * subr.el (open-network-stream-nowait): Remove.
5275         (open-network-stream-server): Remove.
5277 2005-05-15  Richard M. Stallman  <rms@gnu.org>
5279         * faces.el (describe-face): Output a definition link button.
5281         * help-mode.el (help-face-def): New button type.
5283         * emacs-lisp/copyright.el (copyright-fix-years):
5284         Match properly if the first year is 2-digit.
5285         Don't mess up the whitespace after the years by filling.
5287         * dired-aux.el (dired-mark-confirm):
5288         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
5290         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
5291         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
5292         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
5294         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5295         Set font-lock-comment-start-skip.
5297         * font-lock.el (font-lock-comment-start-skip): New variable.
5298         (font-lock-comment-end-skip): New variable.
5299         (font-lock-fontify-syntactically-region): Use them if non-nil.
5301 2005-05-15  Jay Belanger  <belanger@truman.edu>
5303         * calc/calc-store.el (calc-store-value): Return a string rather
5304         than display it as a message.
5305         Use calc-var-name for variable name.
5306         (calc-store-into): Add the result of calc-store-value to message.
5307         (calc-copy-variable): Add a message.
5308         (calc-store-exchange): Improve error messages.
5309         (calc-store-binary, calc-store-map): Don't reset the values of
5310         special constants.
5312 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
5314         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
5315         manual to docstring.
5317         * files.el (hack-local-variables-confirm): Add STRING argument.
5318         Make the function handle non file visiting buffers correctly.
5319         (hack-local-variables-prop-line, hack-local-variables)
5320         (hack-one-local-variable): Use STRING arg of
5321         `hack-local-variables-confirm'.
5323 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
5325         Sync with Tramp 2.0.49.
5327         * tramp.el (tramp-handle-dired-call-process)
5328         (tramp-handle-insert-directory):`insert-buffer' cannot be used
5329         because the contents of the Tramp buffer is changed before
5330         insertion (`expand-file' and alike).
5331         (tramp-handle-insert-directory): If `localname' has an empty
5332         nondirectory name, it must not be quoted.
5333         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
5334         variable `tramp-chunksize'.  Change callees.
5335         (tramp-open-connection-setup-interactive-shell): Check remote host
5336         for buggy `send-process-string' implementation.
5337         Set `tramp-chunksize' if found.  Reported by Michael Kifer
5338         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
5339         (tramp-handle-shell-command): `insert-buffer' cannot be used
5340         because the contents of the Tramp buffer is changed before
5341         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
5342         <frederic.bothamy@free.fr>.
5343         (tramp-set-auto-save): Actions should be done for Tramp file name
5344         handler only.  Ange-FTP has its own auto-save mechanism.
5345         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
5346         (tramp-set-auto-save-file-modes): Set file modes of
5347         `buffer-auto-save-file-name' to ?\600 as fallback solution.
5348         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
5349         (tramp-bug): Remove obsolete variable.
5350         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
5351         for presence of `mml-mode'.  Make it running for older Emacsen as well.
5353 2005-05-14  John Paul Wallington  <jpw@pobox.com>
5355         * ibuf-ext.el (define-ibuffer-filter filename):
5356         If `dired-directory' is a list, use its car.
5358 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
5360         * ibuffer.el (define-ibuffer-column filename):
5361         If `dired-directory' is a list, use its car.
5363 2005-05-14  Richard M. Stallman  <rms@gnu.org>
5365         * subr.el (symbol-file): Doc fix.
5367         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
5368         (byte-compile-form): Call byte-compile-nogroup-warn.
5369         (byte-compile-warning-types): Doc fix.
5371         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
5373         * progmodes/cc-engine.el (c-literal-faces):
5374         Add font-lock-comment-delimiter-face.
5376         * net/net-utils.el (dig): Use with-no-warnings.
5378         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
5379         (sc-recite-frame-alist, sc-default-cite-frame)
5380         (sc-default-uncite-frame, sc-default-recite-frame)
5381         (sc-attrib-selection-list, sc-rewrite-header-list):
5382         Mark as risky-local-variable.
5384         * international/ogonek.el (ogonek-jak, ogonek-how):
5385         Don't use beginning-of-buffer.
5387         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
5389         * calendar/solar.el (solar-data-list): Move definition up.
5391         * dnd.el (dnd-protocol-alist): Add autoload.
5393         * progmodes/sh-script.el: Many doc usage fixes.
5394         (sh-indent-after-do): Change default to match common styles.
5396 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
5398         * files.el (interpreter-mode-alist)
5399         (auto-mode-interpreter-regexp): Doc fixes.
5401 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
5403         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
5405         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
5407 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5409         * dired.el (dired-mode): make-variable-buffer-local =>
5410         make-local-variable.
5412 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5414         * term/mac-win.el (mac-select-convert-to-string): Try coding
5415         systems in mac-script-code-coding-systems if specified one cannot
5416         encode string for `com.apple.traditional-mac-plain-text'.
5418 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
5420         * progmodes/make-mode.el (makefile-targets-face)
5421         (makefile-shell-face, makefile-makepp-perl-face): New faces.
5422         (makefile-dependency-regex): Fix it to not make the colon in
5423         $(var:a=b) special.
5424         (makefile-rule-action-regex): New regexp for highlighting embedded
5425         Shell strings.
5426         (makefile-macroassign-regex): Handle != for highlighting as
5427         embedded Shell strings.
5428         (makefile-var-use-regex): New const.
5429         (makefile-statements, makefile-automake-statements)
5430         (makefile-gmake-statements, makefile-makepp-statements)
5431         (makefile-bsdmake-statements): New consts.
5432         (makefile-make-font-lock-keywords): New function.
5433         (makefile-automake-font-lock-keywords)
5434         (makefile-gmake-font-lock-keywords)
5435         (makefile-makepp-font-lock-keywords)
5436         (makefile-bsdmake-font-lock-keywords): New consts.
5437         (makefile-mode-map): Add switchers between the various submodes.
5438         (makefile-mode): Document the availability of the variants.
5439         (makefile-automake-mode, makefile-gmake-mode)
5440         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
5442         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
5443         new variants of makefile-mode.
5445 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5447         * font-lock.el (font-lock-comment-delimiter-face): Fix up
5448         the inheritance.
5450 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
5452         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
5453         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
5455         * files.el (normal-mode): Extend the scope of the
5456         `enable-local-variables' binding to include the `set-auto-mode' call.
5457         (magic-mode-alist): Doc fix.
5459 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5461         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
5462         font-lock-comment-face rather than copying its setting.
5464 2005-05-12  Andreas Schwab  <schwab@suse.de>
5466         * eshell/esh-mode.el (eshell-send-input): Doc fix.
5468 2005-05-12  Lute Kamstra  <lute@gnu.org>
5470         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
5471         defcustom for the mode hook variable.  Delete the last argument.
5472         * generic-x.el: Fix callers of define-generic-mode.
5473         (generic-x-modes): Delete group.
5474         (show-tabs-tab-face, show-tabs-space-face): Put them in the
5475         generic-x customization group.
5477 2005-05-12  Kim F. Storm  <storm@cua.dk>
5479         * font-lock.el (font-lock-negation-char-face): Default to "off".
5481         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
5482         font-lock-negation-char-face to ! in !=.
5484 2005-05-12  Masatake YAMATO  <jet@gyve.org>
5486         * add-log.el (find-change-log): Fix typos in the docstring
5487         of function.
5489 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5491         * international/latexenc.el (latexenc-find-file-coding-system):
5492         Avoid `re-search-forward' when looking for input encoding because
5493         of speed and safety.  Better regular expressions for recognizing
5494         input encoding.  Limit a search for TeX-master/tex-main-file to
5495         the local variable section.
5497 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
5499         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
5500         syntax of $ to "'" (quote).
5502 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
5504         * dnd.el (dnd-protocol-alist): Improve custom type.
5506         * dired.el (dired-dnd-protocol-alist): New variable.
5507         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
5508         `dired-mode-hook' to the end.
5510 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5512         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
5513         comment-end if comment-start-skip is not set.
5514         Obey the font-lock-comment-delimiter-face variables.
5516 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5518         * files.el (executable-find): Move from executable.el.  Use locate-file.
5519         * progmodes/executable.el (executable-find): Move to files.el.
5521         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
5522         when trying to ensure forward progress.
5524 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
5526         * mouse-sel.el (mouse-sel-follow-link-p): New function.
5527         (mouse-select, mouse-select-internal, mouse-extend-internal):
5528         Use it to implement mouse-1-click-follows-link functionality.
5530 2005-05-11  Richard M. Stallman  <rms@gnu.org>
5532         * font-lock.el (font-lock-fontify-syntactically-region):
5533         Use font-lock-comment-delimiter-face for comment delimiters.
5535 2005-05-10  Jay Belanger  <belanger@truman.edu>
5537         * calc/calc-help.el (calc-m-prefix-help): Add mention of
5538         preserving embedded modes.
5540 2005-05-10  Richard M. Stallman  <rms@gnu.org>
5542         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
5544         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
5545         Move from ada-stmt.el.
5546         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
5548         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
5549         Move to ada-mode.el.
5550         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
5552         * cus-edit.el (custom-file): Call file-chase-links.
5554         * files.el (read-directory-name): Fix previous change.
5555         (hack-local-variables-confirm): New function.
5556         (hack-local-variables-prop-line, hack-local-variables)
5557         (hack-one-local-variable): Use it.
5559 2005-05-10  Lute Kamstra  <lute@gnu.org>
5561         * font-lock.el (font-lock-keywords-alist)
5562         (font-lock-removed-keywords-alist): Clarify docstrings.
5564 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
5566         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
5567         (gdb-source-info): Check for preprocessor info.
5568         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
5569         a macro for a function.
5570         (gdb-info-breakpoints-custom): Try to find file again if not already
5571         found (user might have used GDB dir command).
5572         (gdb-get-location): Update gdb-location-alist correctly for change
5573         to gdb-info-breakpoints-custom.
5575         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
5576         (gud-tooltip-print-command): Add gdbmi case.
5577         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
5578         preprocessor info.
5580 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
5582         * startup.el (fancy-splash-insert): Fix typo in doc string.
5584 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
5586         * obsolete/float.el (string-to-float):
5587         * obsolete/hilit19.el (hilit-add-pattern):
5588         * obsolete/rnews.el (news-parse-range, news-select-message)
5589         (news-get-pruned-list-of-files): Replace `string-to-int' by
5590         `string-to-number'.
5592         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
5593         `find-file-not-found-hooks'; use `add-hook'.
5594         (uncompress-while-visiting): Set `write-file-functions', not
5595         `write-file-hooks'; use `add-hook'.
5597 2005-05-09  Kim F. Storm  <storm@cua.dk>
5599         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
5600         (cua-paste): Handle clipboard action.
5601         (cua--init-keymaps): Remap clipboard-kill-region and
5602         clipboard-kill-ring-save.
5604 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
5606         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
5607         Improve commentary.
5609         * simple.el (next-error-overlay-arrow-position): Revert the change
5610         made on 2005-04-30.
5612 2005-05-07  Jay Belanger  <belanger@truman.edu>
5614         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
5615         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
5616         `calc-sel-reselect'.
5618         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
5619         Calc is in embedded mode.
5621 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
5623         * progmodes/compile.el (compilation-setup):
5624         Set overlay-arrow-string to an empty string on text terminals.
5626         * textmodes/ispell.el (ispell-program-name): Try looking for
5627         "aspell" along exec-path, and if found, use it as the default
5628         speller program.
5630 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
5632         * international/mule.el (sgml-xml-auto-coding-function):
5633         Recognize encoding='FOO' in single quotes as well as in double quotes.
5635 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
5637         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
5638         as well as `interactive', so that defmacro* would recognize
5639         `declare' forms.
5641 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
5643         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
5644         Explain more about the LIGHTER arg's usage in the doc string.
5645         Add commentary to clarify what the code does.  Fix the regexp that
5646         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
5647         since it could have characters special to regular expressions.
5649 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
5651         * replace.el (occur-1): Bind inhibit-read-only so that
5652         erase-buffer doesn't barf on read-only text properties (likewise
5653         for add-text-properties in occur-engine).  Mark buffer as unmodified.
5654         (occur-engine): Don't set buffer-read-only here.
5656 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5658         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
5659         list-buffers-directory.  This caused the *cvs-commit* buffer to be
5660         sometimes mistakenly reused as a *cvs* buffer.
5662 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
5664         * tooltip.el: Move code for GUD tooltips into gud.el.
5665         (require): CL no longer needed to compile case.
5666         (tooltip-mode): Do not toggle functions for GUD tooltips.
5667         (tooltip-gud-tips-p): Remove.  Replace with minor mode
5668         gud-tooltip-mode in gud.el.
5669         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
5670         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
5671         tooltip-gud prefix with gud-tooltip and obsolete.
5672         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
5673         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
5674         (tooltip-mouse-motion): Mouse movement functions/variable.
5675         Rename in gud.el by adding gud prefix.
5676         (tooltip-gud-original-filter, tooltip-gud-dereference)
5677         (tooltip-gud-event, tooltip-toggle-gud-tips)
5678         (tooltip-gud-process-output, tooltip-gud-print-command)
5679         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
5680         gud.el by replacing tooltip-gud prefix with gud-tooltip.
5681         (gdb-tooltip-print): Move to gdb-ui.el.
5683         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
5684         (require): CL needed to compile case.
5685         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
5686         tooltip-gud-tips-p.  Make it a minor-mode.
5687         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
5688         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
5689         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
5690         (gud-tooltip-change-major-mode)
5691         (gud-tooltip-activate-mouse-motions-if-enabled)
5692         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
5693         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
5694         (gud-tooltip-original-filter, gud-tooltip-dereference)
5695         (gud-tooltip-event, tooltip-toggle-gud-tips)
5696         (gud-tooltip-process-output, gud-tooltip-print-command)
5697         (gud-tooltip-tips): Move from tooltip.el.
5699         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
5700         (gdb-cpp-define-alist-flags): Doc fix.
5701         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
5702         gud-tooltip-mode is t.
5704 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5706         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
5707         evaporate if their text is deleted.
5708         (goto-address-at-point): Make it work as a mouse binding as well.
5709         (goto-address-at-mouse): Obsolete it.  Update users.
5711 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
5713         * calendar/appt.el (top-level): No longer activate on load.
5715 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
5717         * calendar/cal-bahai.el (mark-bahai-diary-entries):
5718         * net/webjump.el (webjump):
5719         * progmodes/idlw-help.el (idlwave-do-context-help1)
5720         (idlwave-highlight-linked-completions):
5721         * textmodes/po.el (po-find-file-coding-system-guts):
5722         Replace `assoc-ignore-case' by `assoc-string'.
5724 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
5726         * files.el (locate-file): Doc fix.
5728         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
5729         Remove the redundant test for ms-dos.
5731         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
5732         look for the preprocessor with exec-suffixes.  If not found in
5733         standard places, look in exec-path.  Remove most of the tests that
5734         used system-type.
5736         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
5738         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
5740         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
5741         file-name clash with jka-compr.el on 8+3 filesystems.
5743 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5745         * term/mac-win.el: Don't define or bind scroll bar functions if
5746         x-toolkit-scroll-bars is t.
5747         (x-select-text, x-get-selection-value):
5748         Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
5749         (PRIMARY): Put mac-scrap-name property.
5750         (mac-select-convert-to-file-url): New function.
5751         (public.file-url): New selection target type.  Add to
5752         selection-converter-alist.
5753         (x-get-selection, x-selection-value): Handle it.
5754         (x-cut-buffer-or-selection-value): New alias.
5756 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5758         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
5759         entry to avoid calling bibtex-find-entry with arg global
5760         being t.  Remove arg key.
5761         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
5762         (bibtex-copy-summary-as-kill): Change accordingly.
5764 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5766         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
5767         (org-agenda-date-later): Use with-current-buffer.
5769 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
5771         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
5772         (define-obsolete-variable-alias): Doc Fixes.
5774 2005-05-06  Kim F. Storm  <storm@cua.dk>
5776         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
5777         vertical-motion when selective-display is active.
5779         * ido.el (ido-setup-hook): New hook.
5780         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
5781         (ido-input-stack): New var.
5782         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
5783         ido-next-work-file binding to M-O.
5784         Bind M-f to ido-wide-find-file-or-pop-dir.
5785         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
5786         (ido-read-internal): Run ido-setup-hook.
5787         Catch quit in read-file-name and read-string to cancel edit.
5788         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
5789         Automatically pop-all when completing a directory name (RET).
5790         (ido-file-internal): Add with-no-warnings around ffap and dired code.
5791         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
5792         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
5793         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
5794         New functions for M-b/M-f to move among the directory components.
5795         (ido-make-merged-file-list): Catch quit to cancel merge.
5796         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
5797         (ido-completion-help): No warnings for ido-completion-buffer-full.
5799 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
5801         * font-lock.el (font-lock-negation-char-face): New face and variable.
5802         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
5803         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
5804         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
5805         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
5807 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
5809         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
5810         Fix typo in docstring.
5812         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
5813         (ebrowse-print-statistics-line)
5814         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
5816         * term/w32-win.el (image-library-alist): Add additional name for
5817         Xpm library.
5819 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
5821         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
5822         use gcc instead of cpp.
5824         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
5825         (gdb-create-define-alist): Use it.
5826         (gdb-cpp-define-alist-program): Update for MS-DOS.
5828 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
5830         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
5832 2005-05-04  Richard M. Stallman  <rms@gnu.org>
5834         * help.el (describe-key): No error when UNTRANSLATED is nil.
5836         * simple.el (line-move-1): Fix previous change to signal errors
5837         appropriately.
5839 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
5841         * calendar/icalendar.el (icalendar-version): Now at 0.12.
5842         (icalendar-duration-correction): Remove.
5843         (icalendar--get-event-properties): Split result at commas.
5844         (icalendar--decode-isoduration): New optional argument
5845         DURATION-CORRECTION.
5846         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
5847         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
5848         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
5849         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
5850         (icalendar--convert-anniversary-to-ical): New functions, extracted
5851         from icalendar-export-region, with bug fixes.
5852         (icalendar-export-region): Use the above functions.
5853         (icalendar-import-buffer): Check before saving diary file.
5854         (icalendar--convert-recurring-to-diary)
5855         (icalendar--convert-non-recurring-all-day-to-diary)
5856         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
5857         extracted from icalendar--convert-ical-to-diary, with bug fixes.
5858         (icalendar--convert-ical-to-diary): Use the above functions.
5860 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
5862         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
5863         Remove these recent additions.
5864         (c-mode): Restore to before 2005-04-28.
5866         * progmodes/cc-vars.el (cc-define-list-program): Remove this
5867         recent addition.
5869         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
5870         (gdb-define-alist): New variables.
5871         (gdb-create-define-alist): New function.
5872         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
5873         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
5874         with string-to-number.
5875         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
5877         * progmodes/gud.el: Replace string-to-int with string-to-number.
5878         (gud-find-file): Handle gdb-define-alist.
5880         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
5882 2005-05-02  Jay Belanger  <belanger@truman.edu>
5884         * calc/calc-aent.el (math-read-token):
5885         * calc/calc-bin.el (calc-word-size):
5886         * calc/calc-ext.el (calc-read-number-fancy):
5887         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
5888         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
5889         * calc/calc-frac.el (calc-over-notation):
5890         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
5891         (calc-graph-num-points, calc-graph-init):
5892         * calc/calc-prog.el (calc-read-parse-table-part)
5893         (calc-edit-macro-repeats):
5894         * calc/calc-yank.el (calc-do-grab-rectangle):
5895         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
5896         Replace `string-to-int' by `string-to-number'.
5898 2005-05-02  Kim F. Storm  <storm@cua.dk>
5900         * kmacro.el: Use executing-kbd-macro-index variable.
5902 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
5904         * net/rlogin.el (rlogin-parse-words): Delete func.
5905         (rlogin): Use split-string, not rlogin-parse-words.
5906         Also, if there are option-like elements in the parsed args,
5907         take the host to be the first arg immediately following them.
5908         Suggested by Michael Mauger.
5910 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
5912         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
5914 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
5916         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
5917         (cc-mode-cpp-program): Rename to cc-define-list-program and
5918         move to cc-vars.el.
5920         * progmodes/cc-vars.el (cc-define-list-program):
5921         Change to "gcc -E -dM -".  Make customizable.
5923 2005-05-02  Kim F. Storm  <storm@cua.dk>
5925         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
5927 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
5929         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
5931         * international/mule-util.el (truncate-string): Remove alias and
5932         obsolete declaration.
5934         * international/mule-cmds.el (update-iso-coding-systems):
5935         Remove alias and obsolete declaration.
5937         * international/mule.el (coding-system-parent): Remove alias and
5938         obsolete declaration.
5940         * subr.el (define-function, sref): Remove aliases and obsolete
5941         declarations.
5942         (chars-in-region): Remove obsolete declaration.
5944 2005-05-01  Richard M. Stallman  <rms@gnu.org>
5946         * info.el (Info-mode): Set widen-automatically to nil, locally.
5948         * simple.el (widen-automatically): New variable.
5949         (pop-global-mark): Obey widen-automatically.
5951 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
5953         * term/xterm.el (function-key-map): Call substitute-key-definition
5954         before the keymap size is increased by a lot of define-key calls.
5956 2005-05-01  Richard M. Stallman  <rms@gnu.org>
5958         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
5959         Rename ARG to ELEMENT.  Doc fix.
5961 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
5963         * allout.el (allout-exposure): Remove macro and obsolete declaration.
5964         Remove references to allout-exposure/change to allout-new-exposure.
5966         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
5967         bytecode symbols.
5969         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
5970         (compiled-function-p, focus-frame, unfocus-frame):
5971         Remove aliases and obsolete declarations.
5972         Back out inadvertent changes from previous commit.
5974 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
5976         * files.el (require-final-newline): Make Custom tags consistent
5977         with mode-require-final-newline.
5978         (mode-require-final-newline): Doc fix.
5980 2005-05-01  Stefan Monnier <monnier@iro.umontreal.ca>
5982         * international/latexenc.el (latexenc-find-file-coding-system):
5983         Fix regular expressions.
5985 2005-05-01  David Kastrup <dak@gnu.org>
5987         * international/latexenc.el (latexenc-find-file-coding-system):
5988         Fix regular expressions.
5990 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
5992         * subr.el (string-to-int): Make obsolete.
5994 2005-04-30  Richard M. Stallman  <rms@gnu.org>
5996         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
5998         * loadup.el: load jka-comp-hook.
6000         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
6001         (jka-compr-handler): Add autoload.  `put' calls moved
6002         to jka-comp-hook.el.
6003         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
6004         (jka-compr-inhibit): Autoload.
6006         * jka-comp-hook.el: New file.
6007         Enable the mode by default.
6009         * files.el (backup-buffer-copy): Use copy-file instead
6010         of write-region, and put back the 'excl.
6012 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
6014         * progmodes/flymake.el (flymake-split-string)
6015         (flymake-split-string, flymake-log, flymake-pid-to-names)
6016         (flymake-reg-names, flymake-get-source-buffer-name)
6017         (flymake-unreg-names, flymake-add-line-err-info)
6018         (flymake-add-err-info): Clarify docstrings.
6019         (flymake-popup-menu, flymake-make-emacs-menu)
6020         (flymake-make-xemacs-menu): Add docstrings.
6021         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
6022         Set variables directly throughout.
6024 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
6026         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
6027         exists.  Initialize cc-define-alist.
6028         (c-mode): Add cc-create-define-alist locally to after-save-hook.
6029         If there is no file (Macroexpansion) don't create an alist.
6031 2005-04-29  Sam Steingold  <sds@gnu.org>
6033         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
6034         (cc-create-define-alist): Use it instead of the hard-coded string.
6036 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6038         * international/mule-conf.el (file-coding-system-alist): Fix regexp
6039         for latexenc.
6041 2005-04-29  Lute Kamstra  <lute@gnu.org>
6043         * emacs-lisp/generic.el: Improve commentary section.
6044         (define-generic-mode): Improve docstring.
6046 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
6048         * textmodes/org.el (many places): Change to quiet the byte compiler.
6049         (org-prefix-format-compiled): New variable.
6050         (org-compile-prefix-format): New function.
6051         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
6052         (org-agenda-prefix-format,org-timeline-prefix-format): New options.
6053         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
6054         (org-get-entries-from-diary): Use `org-get-time-of-day' for
6055         consistency with entries from `org-mode' files.
6056         (org-get-time-of-day): Fix bug with partial matches early in a line.
6057         (org-non-link-chars): New constant.
6058         (org-link-regexp): Respect `org-non-link-chars'.
6059         (org-agenda-day-view): Remove command.
6060         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
6061         (org-follow-bbdb-link, org-store-link): Search also company field.
6062         (org-highlight-overlay): New variable.
6063         (org-highlight, org-unhighlight): New functions.
6064         (org-agenda-mode): Add pre-command-hook to remove highlight.
6065         (org-evaluate-time-range): Behavior depends upon whether time stamp
6066         contains a time or not.
6067         (org-show-subtree, org-show-entry): New functions.
6068         (org-agenda-cleanup-fancy-diary): Remove empty lines.
6070 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
6072         * comint.el (comint-output-filter-functions): Add autoload cookie.
6074 2005-04-28  Kim F. Storm  <storm@cua.dk>
6076         * ido.el (ido-everywhere): Fix last change.
6078 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6080         * international/latexenc.el: New file.
6081         * international/mule-conf.el (file-coding-system-alist): For .tex,
6082         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
6084 2005-04-28  Lute Kamstra  <lute@gnu.org>
6086         * font-lock.el (font-lock-add-keywords)
6087         (font-lock-remove-keywords): Clarify docstring.
6088         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
6089         Don't start docstrings with a `*'.
6090         (font-lock-update-removed-keyword-alist): Give it a docstring.
6092         * generic-x.el: Update commentary section.
6093         Only require font-lock when compiling.
6094         Define all modes conditionally.
6095         Place all generic modes in the generic-x-modes customization group.
6096         (generic-x-modes): New customization group.
6097         (generic-default-modes, generic-mswindows-modes)
6098         (generic-unix-modes, generic-other-modes): New constants.
6099         (generic-define-mswindows-modes, generic-define-unix-modes):
6100         Update docstrings.  Make them obsolete.
6101         (generic-extras-enable-list): New default value.  Update docstring.
6102         Improve :type.  Change :set function.
6103         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
6104         Fix docstring.
6106         * emacs-lisp/generic.el (generic-mode-internal):
6107         Simplify font-lock-defaults.
6108         (define-generic-mode): Fix docstring.
6110 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6112         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
6113         font-lock-face property to highlight matches.
6115 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
6117         * progmodes/cc-mode.el (cc-create-define-alist): New function.
6118         (cc-define-alist): New variable.
6119         (c-mode): Make it local and initialize it.
6121         * progmodes/gdb-ui.el (gdb-active-process): New variable.
6122         (gdb-exited): New function.
6123         (gdb-annotation-rules): Use it.
6124         (gdb-starting): Set gdb-active-process to t.
6125         (gdb-stopping): Amend doc string.
6126         (gdb-reset): Set gdb-active-process to nil.
6128         * tooltip.el (tooltip-gud-tips): Show the associated #define
6129         directives when a C program under GDB is not executing.
6131 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6133         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
6134         font-lock-fontify-syntactic-keywords.
6136         * font-lock.el (font-lock-default-fontify-region): Don't force
6137         parse-sexp-lookup-properties to nil.
6139 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
6141         * man.el (man-mode-syntax-table): Set up `:' to have
6142         word-constituent syntax.
6144 2005-04-27  Lute Kamstra  <lute@gnu.org>
6146         * novice.el (disable-command): Don't add spurious newlines to the
6147         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
6149 2005-04-26  Jay Belanger  <belanger@truman.edu>
6151         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
6152         than one window before deleting window.
6154 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
6156         * shell.el (shell-prompt-pattern): Doc fix.
6157         (shell-mode): Set paragraph-separate buffer locally to "\\'".
6159         * comint.el (comint-prompt-regexp, comint-get-old-input)
6160         (comint-use-prompt-regexp)
6161         (comint-use-prompt-regexp-instead-of-fields)
6162         (comint-replace-by-expanded-history, comint-send-input)
6163         (comint-output-filter, comint-get-old-input-default)
6164         (comint-line-beginning-position, comint-bol, comint-show-output)
6165         (comint-backward-matching-input, comint-forward-matching-input)
6166         (comint-next-prompt, comint-previous-prompt):
6167         Rename `comint-use-prompt-regexp-instead-of-fields' to
6168         `comint-use-prompt-regexp'.  Keep old name as alias and declare
6169         obsolete.
6170         (comint-use-prompt-regexp): Shorten first line of doc string.
6172         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
6173         Set paragraph-separate buffer locally to "\\'".
6175         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
6176         Adapt to above name change.
6178         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
6179         (smbclient-prompt-regexp): Ditto.
6181         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
6183 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
6185         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
6186         gdb-location-list.
6187         Break lines that are over 80 characters wide.
6189 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6191         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
6192         New fun and var, to preserve compatibility.
6194         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
6196 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
6198         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
6199         name to file-newer-than-file-p.
6201 2005-04-26  Richard M. Stallman  <rms@gnu.org>
6203         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
6205         * progmodes/python.el (python-mode):
6206         Use new name eldoc-documentation-function.
6208         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
6210         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
6211         (eldoc-documentation-function):
6212         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
6214 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
6216         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
6218 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
6220         * term/xterm.el (function-key-map): Fix strings for
6221         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
6222         {C,S,A,C-S}-{f1-f12}.
6224 2005-04-26  Kenichi Handa  <handa@m17n.org>
6226         * international/mule-cmds.el (select-safe-coding-system):
6227         Fix previous change.
6229 2005-04-26  Lute Kamstra  <lute@gnu.org>
6231         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
6233         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
6234         (font-lock-comment-delimiter-face): Ditto.
6236         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
6238 2005-04-25  Jay Belanger  <belanger@truman.edu>
6240         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
6241         to t while inserting information; use help-mode.
6243 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
6245         * term.el (ansi-term-color-vector): Use the xterm colors.
6246         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
6248 2005-04-25  Lute Kamstra  <lute@gnu.org>
6250         * font-core.el (font-lock-defaults): Fix docstring.
6252         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
6254 2005-04-25  Kenichi Handa  <handa@m17n.org>
6256         * international/mule-cmds.el (select-safe-coding-system):
6257         Don't check consistency with coding: spec, etc if raw-text or
6258         no-conversion was found to be safe.
6260 2005-04-24  Richard M. Stallman  <rms@gnu.org>
6262         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
6263         citation markers at start of each line.
6265         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
6266         citation markers at start of each line.
6268         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
6270         * files.el (mode-require-final-newline): Fix previous change.
6271         (require-final-newline): Fix type label.
6273 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
6275         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
6276         statement in buffer (broken by 2004-11-24 change).
6278 2005-04-24  Kim F. Storm  <storm@cua.dk>
6280         * ido.el (ido-everywhere): Save and restore old read-buffer-function
6281         and read-file-name-function values.  Don't overwrite existing
6282         non-nil values if ido-mode is enabled without ido-everywhere.
6284 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
6286         * files.el (mode-require-final-newline): Minor doc fix.
6288 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
6290         * subr.el (syntax-after): Doc fix.
6291         (syntax-class): If argument is nil, return nil.  Mask off upper 16
6292         bits, not 8 bits.
6294         * files.el (mode-require-final-newline): Doc fix.
6295         (backup-buffer-copy): Fix last change.
6297 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6299         * term/mac-win.el: Require select.  Set selection-coding-system to
6300         mac-system-coding-system.  Call menu-bar-enable-clipboard.
6301         (x-last-selected-text-clipboard, x-last-selected-text-primary)
6302         (x-select-enable-clipboard): New variables.
6303         (x-select-text, x-get-selection, x-selection-value)
6304         (x-get-selection-value, mac-select-convert-to-string)
6305         (mac-services-open-file, mac-services-open-selection)
6306         (mac-services-insert-text): New functions.
6307         (CLIPBOARD, FIND): Put mac-scrap-name property.
6308         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
6309         (public.tiff): Put mac-ostype property.
6310         (selection-converter-alist): Add entries for them.
6311         (mac-application-menu-map): New keymap.
6312         (interprogram-cut-function, interprogram-paste-function): Set to
6313         x-select-text and x-get-selection-value, respectively.
6314         (split-window-keep-point): Set to t.
6316 2005-04-23  Richard M. Stallman  <rms@gnu.org>
6318         * files.el (read-directory-name): Always pass non-nil
6319         DEFAULT-FILENAME arg to read-file-name.
6320         (backup-buffer-copy, basic-save-buffer-2): Take care against
6321         writing thru an unexpected existing symlink.
6322         (revert-buffer): In indirect buffer, revert the base buffer.
6323         (magic-mode-alist): Doc fix.
6324         (buffer-stale-function): Doc fix.
6325         (minibuffer-with-setup-hook): Avoid warning.
6326         (mode-require-final-newline): Doc and custom fix.
6328         * follow.el (follow-end-of-buffer): Use with-no-warnings.
6330         * font-lock.el (font-lock-comment-face): On terminals with few colors,
6331         use the default appearance.
6332         (font-lock-comment-delimiter-face): New face, new variable.
6334         * imenu.el (imenu--generic-function): The official position of a
6335         definition is the start of the line that BEG is in.
6337         * midnight.el (midnight-timer): Move defvar up.
6339         * mouse.el (mouse-drag-region-1): Delete some debugging code.
6341         * saveplace.el (save-place-to-alist): Use with-no-warnings.
6343         * startup.el (command-line): Use with-no-warnings.
6345         * window.el (window-size-fixed): New defvar.
6347         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
6349         * mail/rmail.el (rmail-font-lock-keywords):
6350         Use font-lock-comment-delimiter-face.
6352         * mail/sendmail.el (mail-font-lock-keywords):
6353         Use font-lock-comment-delimiter-face.
6355         * progmodes/compile.el (next-error-highlight-timer): New defvar.
6357 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
6359         * progmodes/compile.el (compilation-mode-font-lock-keywords):
6360         Specify t for LAXMATCH when matching directories.
6361         Save match data around compilation-compat-error-properties form.
6363 2005-04-23  David Kastrup  <dak@gnu.org>
6365         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
6366         Mention that the autoloaded aliases should be kept for AUCTeX.
6368 2005-04-23  Andreas Schwab  <schwab@suse.de>
6370         * isearch.el (isearch-forward): Doc fix.
6372 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
6374         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
6375         (jit-lock-stealth-nice): Change default value to 0.5.
6377 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
6379         * abbrev.el (write-abbrev-file): Write table entries in
6380         alphabetical order by table name.
6382 2005-04-22  Kim F. Storm  <storm@cua.dk>
6384         * ido.el (ido-read-internal): Fix `list' completion.
6386 2005-04-22  Kenichi Handa  <handa@m17n.org>
6388         * recentf.el (recentf-save-file-coding-system): New variable.
6389         (recentf-save-list): Encode the file by
6390         recentf-save-file-coding-system and add coding: tag.
6392 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
6394         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
6396 2005-04-21  Lute Kamstra  <lute@gnu.org>
6398         * loadhist.el (unload-feature): Don't remove a function from hooks
6399         if it is about to be restored to an autoload .  Remove functions
6400         that will become unbound from auto-mode-alist.  Simplify the code.
6402         * subr.el (assq-delete-all): New implementation that is linear,
6403         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
6404         (rassq-delete-all): New function.
6406         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
6407         Add size-indication-mode.
6409 2005-04-21  Kenichi Handa  <handa@m17n.org>
6411         * international/mule-cmds.el: Add autoload for widget-value in
6412         eval-when-compile.
6414 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
6416         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
6417         Add tooltip-mode.
6419         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
6421 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
6423         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
6424         (inferior-lisp-filter-regexp, inferior-lisp-program)
6425         (inferior-lisp-load-command, inferior-lisp-prompt)
6426         (inferior-lisp-mode-hook, lisp-source-modes)
6427         (inferior-lisp-load-hook): defvar->defcustom.
6428         (inferior-lisp-program, inferior-lisp-prompt)
6429         (inferior-lisp-load-hook): Doc fixes.
6430         (inferior-lisp-install-letter-bindings): Small change in
6431         introductory comment.
6433 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
6435         * vc.el (vc-annotate-color-map): Change some colors so that text
6436         using them as foreground is readable on both white and black
6437         backgrounds.
6439 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6441         * international/mule-conf.el (translation-table-for-input):
6442         Remove redundant declaration.
6444 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
6446         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
6448         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
6449         (tooltip-toggle-gud-tips): New function.
6451 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6453         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
6454         right angle brackets.
6456 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
6458         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
6460 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6462         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
6463         Remove.  Update callers to use expand-file-name instead.
6465         * subr.el (syntax-class): New function.
6467         * simple.el (blink-matching-open): Use it.
6469         * paren.el (show-paren-function): Use it to recognize parens that are
6470         also used in 2-char comment markers.
6472 2005-04-19  Lute Kamstra  <lute@gnu.org>
6474         * loadhist.el (unload-feature): Update for new format of
6475         load-history.  Simplify the code.
6477 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6479         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
6480         (mac-add-charset-info): New function.  Initialize variable
6481         mac-charset-info-alist using it.
6482         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
6483         for translation.
6484         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
6485         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
6486         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
6487         New CCL programs.
6489 2005-04-19  Kim F. Storm  <storm@cua.dk>
6491         * simple.el (next-buffer, prev-buffer, next-error)
6492         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
6493         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
6495         * bindings.el (next-buffer, prev-buffer, next-error)
6496         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
6497         (clone-indirect-buffer-other-window): Move bindings from simple.el.
6498         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
6499         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
6501 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6503         * isearch.el (isearch-edit-string): Make the search-ring available for
6504         minibuffer history commands.
6505         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
6506         the default history commands now work just as well.
6507         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
6509 2005-04-18  Kim F. Storm  <storm@cua.dk>
6511         * emulation/cua-base.el (cua--pre-command-handler): Add more
6512         elaborate check for shift modifier on non-window systems.
6514 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
6516         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
6518 2005-04-18  Kim F. Storm  <storm@cua.dk>
6520         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
6521         and make it optional.  Don't test tooltip-gud-echo-area here.
6522         (tooltip-gud-process-output, gdb-tooltip-print):
6523         Pass tooltip-gud-echo-area to tooltip-show.
6524         (tooltip-help-tips): Remove second optional arg to tooltip-show.
6526 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6528         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
6529         `display-graphic-p' may not be bound yet.
6531 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
6533         * startup.el (command-line): No longer enable Xterm Mouse mode by
6534         default in terminals compatible with xterm.
6536         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
6538 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
6540         * tooltip.el (tooltip-gud-echo-area): Rename from
6541         tooltip-use-echo-area.
6542         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
6543         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
6544         area independently of where help tooltips are displayed.
6546 2005-04-17  David Kastrup  <dak@gnu.org>
6548         * cus-theme.el (custom-theme-write-variables): Quote variables
6549         where necessary.
6551 2005-04-17  Richard M. Stallman  <rms@gnu.org>
6553         * simple.el (yank-excluded-properties): Add follow-link to value.
6555         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
6557         * startup.el (fancy-splash-max-time): Just 30 seconds.
6558         (fancy-splash-delay): Just 7.
6559         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
6561         * loadhist.el (unload-feature): Update for new format of load-history.
6562         Simplify the code.
6564         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
6565         (rmail-font-lock-keywords): Don't fontify the text of a citation.
6567         * mail/sendmail.el (mail-font-lock-keywords):
6568         Don't fontify subject text.
6569         Don't fontify the text of a citation.
6571 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
6573         * comint.el (comint-output-filter): Run comint-output-filter-functions
6574         with point where the user had it.
6576 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6578         * international/ucs-tables.el (ucs-set-table-for-input):
6579         Disable when using unify-on-decoding.
6581 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
6583         * emulation/cua-base.el (cua-global-mark-face): Add special case
6584         for displays supporting a high number of colors.
6586 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
6588         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
6590 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
6592         * filesets.el (filesets-add-buffer): If user supplies a name of a
6593         non-existing fileset, create a new fileset.
6595 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
6597         * textmodes/org.el (org-up-heading-all): Fix bug with
6598         `outline-up-heading-all'.
6600 2005-04-16  Andreas Schwab  <schwab@suse.de>
6602         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
6603         /etc/permissions.d/* and /etc/aliases.d/*.
6605 2005-04-16  Kenichi Handa  <handa@m17n.org>
6607         * international/code-pages.el (cp-make-coding-system):
6608         Set `translation-table-for-input' property value to the symbol
6609         ucs-mule-to-mule-unicode, not to that value.
6610         (pt154): Escape guillemet by `\'.
6612 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
6614         * loadup.el: Load tooltip if x-show-tip is fboundp.
6616         * startup.el (command-line): Add comment.
6618         * tooltip.el (tooltip-mode): Specify correct standard value for
6619         Custom in init-value.
6621 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
6623         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
6624         possible.
6626 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
6628         * textmodes/org.el (org-agenda-date-prompt): Rename from
6629         `org-agenda-date-today'.
6630         (org-evaluate-time-range): Insert at point instead of directly
6631         after time range.
6632         (org-first-headline-recenter, org-subtree-end-visible-p)
6633         (org-optimize-window-after-visibility-change): New functions
6634         (org-agenda-post-command-hook): Don't allow point at end of line,
6635         to make sure it always hits the text properties.
6636         (org-agenda-next-date-line, org-agenda-previous-date-line):
6637         New commands.
6638         (org-set-regexps-and-options): Category may contain white space.
6639         (org-agenda-get-deadlines, org-agenda-get-scheduled):
6640         Improve marker positions.
6641         (org-agenda-new-marker): Argument POS made optional.
6642         (org-agenda-get-timestamps): Deadlines which are done are listed
6643         in org-done-face now.
6644         (org-agenda-get-todos, org-agenda-get-timestamps)
6645         (org-agenda-get-deadlines, org-agenda-get-scheduled):
6646         Set `undone-face' and `done-face' properties.
6647         (org-last-todo-state-is-todo): New variable.
6648         (org-todo): Set `org-last-todo-state-is-todo'.
6649         (org-agenda-todo): Change face according to
6650         `org-last-todo-state-is-todo'.  And change other lines referring to
6651         the same entry.
6652         (org-calendar-goto-agenda): New command.
6653         (org-calendar-to-agenda-key): New option.
6654         (org-startup-folded): New allowed value `content'.
6655         (org-set-regexps-and-options): Accept new value `content' for
6656         `org-startup-folded'.
6657         (org-get-current-options): Handle new value `content' for
6658         `org-startup-folded'.
6659         (org-insert-todo-heading): New command.
6660         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
6661         interactively in empty file and option
6662         `org-insert-mode-line-in-empty-file' has been set.
6663         (org-agenda-todo,org-agenda-priority): Modify to use
6664         `org-agenda-change-all-lines'.
6665         (org-warning-face): Change color on dark background
6667 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6669         * international/mule-cmds.el (set-locale-environment): On Mac OS,
6670         use preferences AppleLocale and AppleLanguages, and variable
6671         mac-system-locale for default locale.  On Mac OS Classic, use
6672         mac-system-coding-system for default coding systems.
6674         * term/mac-win.el: Don't set file-name-coding-system.
6675         Decode variables system-name, emacs-build-system, user-login-name, and
6676         user-full-name by mac-system-coding-system on Mac OS Classic.
6677         (mac-system-coding-system): New variable.
6679 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
6681         * startup.el (command-line): Handle `xterm-mouse-mode' before
6682         reading init file.
6684         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
6686 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
6688         * progmodes/sh-script.el (sh-here-document-word): Make it a
6689         defcustom.  Doc fix.
6690         (sh-add): Bash uses $(( )) for arithmetic.
6691         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
6692         (sh-maybe-here-document): Remove quotes and leading whitespace
6693         from heredoc word when closing.  Indent heredoc with tabs if word
6694         starts with "-".
6696 2005-04-13  Richard M. Stallman  <rms@gnu.org>
6698         * simple.el (undo): Fix previous change.
6700         * custom.el (defface): Doc fix.
6702 2005-04-13  Lute Kamstra  <lute@gnu.org>
6704         * Makefile.in (DONTCOMPILE): Remove list.
6705         (compile, compile-always): Don't use DONTCOMPILE.
6706         (update-authors): Load the library in which batch-update-authors
6707         is defined.
6708         * makefile.w32-in (DONTCOMPILE): Remove list.
6709         (compile, compile-always): Fix comments.
6710         (update-authors): Load the library in which batch-update-authors
6711         is defined.
6713         * generic-x.el (generic-mode-ini-file-find-file-hook):
6714         Rename to ini-generic-mode-find-file-hook.
6715         Keep generic-mode-ini-file-find-file-hook as an alias.
6716         (ini-generic-mode-find-file-hook): Rename from
6717         generic-mode-ini-file-find-file-hook.  Fix docstring.
6718         (ini-generic-mode): Docstring change.
6719         (bat-generic-mode-run-as-comint): Silence the byte compiler.
6721         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
6722         called from lisp.
6724         * generic.el: Move to the emacs-lisp subdir.
6726 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
6728         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
6729         and C-S- function and cursor motion keys.
6731 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
6733         * startup.el (command-line): Enable Xterm Mouse mode by default.
6734         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
6735         for Custom.  No longer show "Mouse" in mode line when enabled.
6736         Doc fix.
6738 2005-04-12  Kim F. Storm  <storm@cua.dk>
6740         * emulation/cua-base.el (cua-rectangle-face)
6741         (cua-rectangle-noselect-face): Define face attributes here.
6743         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
6745 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6747         * startup.el (command-line): Turn off blinking cursor if
6748         cursorBlink in resources is off or false.
6750 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6752         * term/mac-win.el (dnd): Require dnd.
6753         (mac-drag-n-drop): Call dnd-handle-one-url.
6754         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
6755         (kTextEncodingISOLatin2): Remove constants.
6756         (mac-script-code-coding-systems): New constant.
6757         (mac-handle-language-change): New function.
6758         (special-event-map): Bind it to `language-change' event.
6759         (mac-centraleurroman, mac-cyrillic): New coding systems.
6760         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
6761         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
6762         and mac-cyrillic-encoder to encode-mac-centraleurroman and
6763         encode-mac-cyrillic, respectively.
6765 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
6767         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
6768         Don't set overlay-arrow-string to "=>" as this is done
6769         globally in C now.
6771 2005-04-12  Lute Kamstra  <lute@gnu.org>
6773         * generic-x.el (rc-generic-mode, rul-generic-mode):
6774         Fix auto-mode-alist entries.
6775         (etc-fstab-generic-mode): Tweak fontification.
6777         * generic.el (generic-make-keywords-list): Fix docstring.
6778         (generic-mode-internal): Simplify generic-font-lock-keywords.
6780 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
6782         * whitespace.el (whitespace-buffer-leading)
6783         (whitespace-buffer-trailing): Revert the incorrect test inversion.
6784         However, fix the highlight area for the leading and
6785         trailing whitespaces to show space.
6787 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
6789         * whitespace.el (whitespace-version): Bump to 3.5
6791         (whitespace-buffer-leading, whitespace-buffer-trailing):
6792         Invert sense of the test to highlight the whitespace.
6794 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
6796         * progmodes/gud.el (gud-display-line): GUD uses its own
6797         overlay arrow now so don't set overlay-arrow-string.
6798         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
6800 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
6802         * term.el (term-ansi-current-bold, term-ansi-current-underline)
6803         (term-ansi-current-reverse, term-ansi-current-invisible)
6804         (term-ansi-face-already-done): Change to boolean.
6805         (term-reset-terminal, term-handle-colors-array): Handle the above
6806         vars accordingly.
6807         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
6808         (term-emulate-terminal): Use the new name.
6810         * faces.el (secondary-selection): Use yellow1, not yellow.
6811         (trailing-whitespace): Use red1, not red.
6813 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6815         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
6816         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
6817         (dired-dnd-handle-file): Call dnd-get-local-file-uri
6819         * cus-edit.el (dnd): New group.
6821         * term/w32-win.el (dnd): Require dnd
6822         (w32-drag-n-drop): Call dnd-handle-one-url.
6824         * x-dnd.el: Require dnd.
6825         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
6826         Call dnd-handle-one-url.
6827         (x-dnd-types-alist, x-dnd-insert-utf8-text)
6828         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
6829         to dnd-insert-text.
6830         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
6831         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
6832         (x-dnd-get-local-file-name, x-dnd-open-local-file)
6833         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
6835         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
6837 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
6839         * wdired.el: Doc fixes.
6840         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
6841         (wdired-use-dired-vertical-movement): Rename from
6842         wdired-always-move-to-filename-beginning.
6843         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
6844         (wdired-change-to-wdired-mode): Change mode name.
6845         (wdired-newline): Delete.
6847 2005-04-11  Richard M. Stallman  <rms@gnu.org>
6849         * whitespace.el (whitespace-highlight-the-space):
6850         Don't call whitespace-unhighlight-the-space here.
6852         * simple.el (undo): Record t in undo-equiv-table
6853         for the redo record made by an undo-in-region.
6855 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
6857         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
6858         (gdb-frame-inferior-io-buffer): New Functions to control
6859         display of separate IO buffer.
6860         (menu): Add them to menu-bar.
6861         (gdb-display-buffer): Check for buffer another frame.
6862         Protect GUD buffer.
6863         (gdb-setup-windows): Create IO buffer if not already there.
6864         (gdb-memory-mode): Remove purecopy noops.
6866 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
6868         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
6869         and pass to self-insert-command.
6871 2005-04-11  Lute Kamstra  <lute@gnu.org>
6873         * generic.el: Commentary section cleanup.
6874         (generic): Delete.
6875         (generic-use-find-file-hook, generic-lines-to-scan)
6876         (generic-find-file-regexp, generic-ignore-files-regexp)
6877         (default-generic-mode, generic-mode-find-file-hook)
6878         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
6879         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
6880         (generic-use-find-file-hook, generic-lines-to-scan)
6881         (generic-find-file-regexp, generic-ignore-files-regexp)
6882         (default-generic-mode, generic-mode-find-file-hook)
6883         (generic-mode-ini-file-find-file-hook): Move from generic.el.
6885 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
6887         * bookmark.el (bookmark-write-file): Catch errors writing file.
6888         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
6890 2005-04-10  Richard M. Stallman  <rms@gnu.org>
6892         * startup.el (fancy-splash-tail): Update copyright year.
6893         (command-line): Split part of -Q into -D.
6894         (emacs-basic-display): New defvar.
6895         (fancy-splash-text): Correct name of menu item.
6897         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
6899         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
6900         lines in one node.
6902         * comint.el (comint-send-input): New arg ARTIFICIAL.
6903         Callers in this file changed.
6905         * abbrev.el (define-abbrevs): Read system abbrevs properly.
6907         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
6909 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
6911         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
6912         `ldap-search-internal'.
6914 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6916         * files.el (set-auto-mode-1): Use line-end-position.
6918         * international/latin-1.el:
6919         * international/latin-2.el:
6920         * international/latin-3.el:
6921         * international/latin-4.el:
6922         * international/latin-5.el:
6923         * international/latin-8.el:
6924         * international/latin-9.el: Give punctuation syntax to NBSP.
6926         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
6927         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
6928         Use char-classes to accept non-ascii letters, accepted in some recent
6929         bibtex implementations.
6931 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
6933         * custom.el (custom-set-minor-mode): Any non-nil value for the
6934         variable should enable the mode when set through Custom.
6936 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6938         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
6939         TAB binding so tab-always-indent is obeyed.
6940         (vhdl-minibuffer-local-map): Move initialization into declaration.
6941         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
6942         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
6943         (vhdl-hooked-abbrev): Avoid test for XEmacs.
6944         (vhdl-current-line): Use line-beginning-position.
6945         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
6946         with-output-to-temp-buffer, so the current position can be recorded.
6948 2005-04-10  Masatake YAMATO  <jet@gyve.org>
6950         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6951         Add regexp for gcov.
6953 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6955         * calendar/time-date.el (time-to-seconds, seconds-to-time)
6956         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
6957         syntax which Emacs 20 doesn't support.
6959 2005-04-09  Richard M. Stallman  <rms@gnu.org>
6961         * help.el (describe-key-briefly, describe-key):
6962         Replace strings as event types with "(any string)".
6964 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6966         * arc-mode.el (archive-mode-map): Move initialization into
6967         the declaration.  Override *all* bindings of `undo'.
6968         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
6970 2005-04-09  Jay Belanger  <belanger@truman.edu>
6972         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
6974 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
6976         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
6977         (xterm-register-default-colors): Update color values computation
6978         to match xterm-200.
6980 2005-04-09  Kenichi Handa  <handa@m17n.org>
6982         * international/code-pages.el (iso-latin-7): Fix the map.
6984 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
6986         * emacs-lisp/lisp.el (defun-prompt-regexp)
6987         (parens-require-spaces, buffer-end, end-of-defun)
6988         (insert-parentheses): Doc fixes.
6990 2005-04-08  Kim F. Storm  <storm@cua.dk>
6992         * comint.el (comint-highlight-prompt): Fix face spec.
6993         * hi-lock.el (hi-green): Likewise.
6995 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
6997         * cus-edit.el (custom-modified-face):
6998         * comint.el (comint-highlight-input): Fix previous changes.
6999         * term.el (term-handle-ansi-escape): Add a comment.
7001 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7003         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
7004         in the buffer and in whitespace-highlighted-space.
7005         (whitespace-unhighlight-the-space): Simplify.
7006         (whitespace-buffer): Simplify.
7008 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
7010         * textmodes/table.el (table-cell-face): Add special case for
7011         displays supporting a high number of colors.
7012         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
7013         (vhdl-font-lock-reserved-words-face)
7014         (vhdl-speedbar-architecture-face)
7015         (vhdl-speedbar-instantiation-face)
7016         (vhdl-speedbar-architecture-selected-face)
7017         (vhdl-speedbar-instantiation-selected-face): Likewise.
7018         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
7019         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
7020         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
7021         (ebrowse-root-class-face, ebrowse-member-attribute-face)
7022         (ebrowse-progress-face): Likewise.
7023         * progmodes/compile.el (compilation-info-face): Likewise.
7024         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
7025         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
7026         * calendar/calendar.el (diary-face): Likewise.
7027         * woman.el (woman-italic-face, woman-bold-face)
7028         (woman-unknown-face): Likewise.
7029         * wid-edit.el (widget-button-pressed-face): Likewise.
7030         * whitespace.el (whitespace-highlight-face): Likewise.
7031         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
7032         * pcvs-info.el (cvs-marked-face): Likewise.
7033         * info.el (info-xref): Likewise.
7034         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
7035         * hilit-chg.el (highlight-changes-face)
7036         (highlight-changes-delete-face): Likewise.
7037         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
7038         (hi-red-b): Likewise.
7039         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
7040         * font-lock.el (font-lock-keyword-face)
7041         (font-lock-function-name-face, font-lock-warning-face): Likewise.
7042         * cus-edit.el (custom-invalid-face, custom-modified-face)
7043         (custom-set-face, custom-changed-face, custom-variable-tag-face)
7044         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
7045         * comint.el (comint-highlight-prompt): Likewise.
7047 2005-04-08  Lute Kamstra  <lute@gnu.org>
7049         * font-lock.el (font-lock-keywords): Docstring fixes.
7051 2005-04-08  Kenichi Handa  <handa@m17n.org>
7053         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
7054         chars are more than a limit, print " and more..." at the tail.
7056 2005-04-08  Kim F. Storm  <storm@cua.dk>
7058         * emacs-lisp/authors.el (authors-aliases): Update list.
7059         (authors-ignored-files): New list.
7060         (authors-fixed-entries): Fix typo.
7061         (authors-renamed-files-alist): Update list.
7062         (authors-add): Check authors-ignored-files.
7064 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
7066         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
7067         optional, to ensure backward compatibility.
7069 2005-04-08  Stephen Eglen  <stephen@gnu.org>
7071         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
7073 2005-04-08  Kim F. Storm  <storm@cua.dk>
7075         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
7077         * mouse.el (mouse-on-link-p): Doc fix.
7079 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
7081         * ielm.el (ielm-prompt-read-only): Doc fix.
7083         * comint.el (comint-prompt-read-only): Doc fix.
7085 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
7087         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
7088         ensure dired always handles wildcards passed to ffap.
7089         (find-file-at-point): Use it.
7090         (ffap-dired-wildcards): Doc fix.
7092 2005-04-07  Juri Linkov  <juri@jurta.org>
7094         * simple.el (next-error-overlay-arrow-position): New defvar.
7095         Put "=>" on its property `overlay-arrow-string'.  Add it to
7096         `overlay-arrow-variable-list'.
7098         * progmodes/compile.el (compilation-setup):
7099         Set `next-error-overlay-arrow-position' to nil.  Also set it to
7100         nil in the local hook `kill-buffer-hook'.  Make local variable
7101         `overlay-arrow-string' and set it to "=>".
7102         (compilation-goto-locus): Set BOL position to
7103         `next-error-overlay-arrow-position' instead of
7104         `overlay-arrow-position'.
7106         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
7107         locally instead of adding it to the global hook.
7108         (Info-kill-buffer): Move up.
7110 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
7112         * term/xterm.el (xterm-standard-colors): Update color values from
7113         xterm-200.
7115 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7117         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
7119         * fast-lock.el:
7120         * lazy-lock.el: Move them to the obsolete subdir.
7122 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
7124         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
7125         (wdired-add-replace-advice): Remove.
7126         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
7128 2005-04-06  Kim F. Storm  <storm@cua.dk>
7130         * startup.el (command-line): Add --bare-bones alias for -Q.
7132 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7134         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
7135         create the startup fontset if a font specification ends with
7136         `mac-roman'.
7138 2005-04-06  Lute Kamstra  <lute@gnu.org>
7140         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
7141         change.
7143         * emacs-lisp/copyright.el (copyright-update-year): Replace the
7144         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
7146 2005-04-05  Lute Kamstra  <lute@gnu.org>
7148         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
7149         (define-generic-mode): Ditto.  Fix debug declaration.
7151         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
7152         Put them in the generic-x group.
7154         * calendar/timeclock.el (timeclock): Doc fix.
7156         * generic.el (define-generic-mode): Don't use custom-current-group.
7157         Document default :group value.
7158         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
7159         (define-global-minor-mode): Don't use custom-current-group.
7161 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
7163         * startup.el (command-line-1): Display startup-echo-area-message
7164         when fancy splash screen is in use.
7166         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
7167         (sh-escaped-newline): New face.
7168         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
7169         newline, and use sh-escaped-newline face.
7171         * progmodes/tcl.el (tcl-escaped-newline): New face.
7172         (tcl-builtin-list): New variable.
7173         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
7174         newlines.  Fix keywords subexpression number.
7176 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
7178         * textmodes/org.el (org-diary-default-entry): Fix call to
7179         `add-to-diary-entry'.
7181 2005-04-05  Kim F. Storm  <storm@cua.dk>
7183         * ediff-init.el: Use (featurep 'xemacs).
7185 2005-04-05  David Ponce  <david@dponce.com>
7187         * cus-edit.el (face): Derive from symbol widget.  Display sample
7188         of the current face on the fly.
7189         (widget-face-sample-face-get, widget-face-notify): New functions.
7190         (widget-face-value-create): Remove.
7192         * wid-edit.el (widget-field-end): Temporarily remove field
7193         narrowing before to call `get-char-property'.
7195 2005-04-04  Jay Belanger  <belanger@truman.edu>
7197         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
7198         (math-read-subscripts): New variable.
7199         (math-read-preprocess-string): Process subscripts.
7201 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
7203         * comint.el (comint-prompt-read-only): Doc fix.
7205         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
7206         `-1'.  Doc fix.
7208 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
7210         * textmodes/org.el (org-insert-mode-line-in-empty-file):
7211         Change default value to nil.
7213 2005-04-04  Lute Kamstra  <lute@gnu.org>
7215         * autorevert.el (auto-revert-mode): Specify :group.
7216         * battery.el (display-battery-mode): Specify :group.
7217         * diff-mode.el (diff-minor-mode): Specify :group.
7218         * font-core.el (font-lock-mode): Specify :group.
7219         * hl-line.el (hl-line-mode): Specify :group.
7220         * iimage.el (iimage): New customization group.
7221         (iimage-mode): Specify :group.
7222         * longlines.el (longlines-mode): Specify :group.
7223         * master.el: Don't require easy-mmode.
7224         (master): New customization group.
7225         (master-mode): Specify :group.
7226         * msb.el (msb-mode): Specify :group.
7227         * reveal.el (reveal-mode): Specify :group.
7228         * simple.el (next-error-follow-minor-mode): Specify :group.
7229         * smerge-mode.el (smerge-mode): Specify :group.
7230         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
7231         * emulation/cua-base.el (cua-mode): Specify :group.
7232         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
7233         * language/thai-util.el (thai-auto-composition-mode)
7234         (thai-word-mode): Specify :group.
7235         * mail/supercite.el (sc-minor-mode): Specify :group.
7236         * progmodes/cwarn.el (cwarn-mode): Specify :group.
7237         * progmodes/flymake.el (flymake-mode): Specify :group.
7238         * progmodes/glasses.el (glasses-mode): Specify :group.
7239         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
7240         * textmodes/enriched.el (enriched-mode): Specify :group.
7241         * textmodes/refill.el (refill-mode): Specify :group.
7243         * add-log.el (change-log-font-lock-keywords): Names in
7244         parenthesized lists can contain spaces.
7246 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
7248         * startup.el (fancy-splash-text): Shorten default text of
7249         "Emacs Tutorial" line.  Also, if the current language env
7250         indicates an available tutorial file other than TUTORIAL,
7251         extract its title and append it to the line in parentheses.
7252         (fancy-splash-insert): If arg is a thunk, funcall it.
7254 2005-04-04  Jay Belanger  <belanger@truman.edu>
7256         * calc.el (calc-language-alist): Add tags to customization type.
7258 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
7260         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
7261         Doc fix.
7263 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
7265         * add-log.el (change-log-font-lock-keywords): The manual
7266         describing a Change Log entry, says: (...) "Aside from these
7267         header lines, every line in the change log starts with a space or
7268         a tab.".  The font-lock was not highlighting lines started with
7269         spaces, added support for it.
7271 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7273         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
7274         (bibtex-generate-url-list): Update docstring accordingly.  Put the
7275         complex example in the docstring.
7276         (bibtex-font-lock-url): Use pop.
7278 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7280         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
7282         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
7284 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
7286         * filesets.el (filesets-set-default): Doc fix.
7288 2005-04-03  Lute Kamstra  <lute@gnu.org>
7290         * generic.el (define-generic-mode): Add argument to specify
7291         keywords for defcustom.
7292         (default-generic-mode): Specify :group.
7294         * generic-x.el: Specify :group for all generic modes.
7296         * desktop.el (desktop-no-desktop-file-hook)
7297         (desktop-after-read-hook): Doc fix.
7299 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
7301         * simple.el (visible-mode): Use explicit :group keyword.
7302         This changes the group of `visible-mode-hook' from paren-blinking
7303         to editing-basics.
7305 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
7307         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
7308         mailbox specifications as well as URLs.
7309         (rmail-insert-inbox-text): Remove unused conditional branches.
7311 2005-04-01  Jay Belanger  <belanger@truman.edu>
7313         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
7314         (calc-gnuplot-print-command): Move definitions to calc.el.
7316         * calc/calc-embed.el (calc-embedded-announce-formula)
7317         (calc-embedded-open-formula, calc-embedded-close-formula)
7318         (calc-embedded-open-word, calc-embedded-close-word)
7319         (calc-embedded-open-plain, calc-embedded-close-plain)
7320         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
7321         (calc-embedded-open-mode, calc-embedded-close-mode):
7322         Move definitions to calc.el.
7324         * calc/calc.el (calc-settings-file, calc-language-alist):
7325         Make customizable.
7326         (calc-embedded-announce-formula, calc-embedded-open-formula)
7327         (calc-embedded-close-formula, calc-embedded-open-word)
7328         (calc-embedded-close-word, calc-embedded-open-plain)
7329         (calc-embedded-close-plain, calc-embedded-open-new-formula)
7330         (calc-embedded-close-new-formula, calc-embedded-open-mode)
7331         (calc-embedded-close-mode, calc-gnuplot-name)
7332         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
7333         from other files and make customizable.
7335 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7337         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
7338         Use buffer-live-p.
7339         (cvs-mode-run): Don't call cvs-update-header here.
7340         (cvs-run-process): Call cvs-update-header.
7341         Use process properties for cvs-postprocess and cvs-buffer so that
7342         the sentinel can behave better if the temp buffer is killed.
7343         Use a pipe rather than a tty, to better handle unexpected prompts.
7344         (cvs-sentinel): Rewrite.  Call cvs-update-header.
7346 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
7348         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
7349         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
7351 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7353         * generic.el (define-generic-mode): Add indentation rule.
7355 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
7357         * files.el (mode-require-final-newline): Make Custom correctly
7358         report a nil value and allow to set it to nil via Custom.
7359         Doc fix.
7361 2005-04-01  Kenichi Handa  <handa@m17n.org>
7363         * international/characters.el: Enable the correct case setting for
7364         dotless-i and dotted-I.
7366 2005-04-01  Kim F. Storm  <storm@cua.dk>
7368         * ido.el (ido-file-internal): Fall back to non-ido command if
7369         initial directory is on slow ftp (or tramp) host.
7371 2005-03-31  Richard M. Stallman  <rms@gnu.org>
7373         * emacs-lisp/autoload.el (make-autoload):
7374         Handle define-global-minor-mode.
7376         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
7377         Rename from easy-mmode-define-global-mode.
7378         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
7380         * progmodes/scheme.el (scheme-mode-syntax-table):
7381         Update syntax of | and # for two-character comment syntax.
7383 2005-03-31  Lute Kamstra  <lute@gnu.org>
7385         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
7386         (define-minor-mode): Call custom-current-group at load-time.
7388         * generic.el (define-generic-mode): Add debug declaration.
7389         Add defcustom for the mode hook.
7390         (generic-mode-internal): Use run-mode-hooks.
7392 2005-03-31  Kim F. Storm  <storm@cua.dk>
7394         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
7395         (mouse-fixup-help-message): New defun called by show_help_echo
7396         to fixup mouse-2 prefix in help messages when applicable.
7398         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
7400 2005-03-31  Kenichi Handa  <handa@m17n.org>
7402         * language/thai-word.el (thai-find-word-ends): Pay attention to
7403         the case that we reach the end of buffer.
7405         * textmodes/fill.el (fill-text-properties-at): New function.
7406         (fill-newline): Use fill-text-properties-at instead of
7407         text-properties-at.
7409 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
7411         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
7412         not comint-quote-filename.
7414 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
7416         * help-fns.el (help-with-tutorial): Revert last change.
7418 2005-03-31  Kim F. Storm  <storm@cua.dk>
7420         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
7422 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
7424         * calendar/cal-china.el: Update reference to "Calendrical
7425         Calculations" book; there's a new edition.
7426         * calendar/cal-coptic.el: Likewise.
7427         * calendar/cal-french.el: Likewise.
7428         * calendar/cal-hebrew.el: Likewise.
7429         * calendar/cal-islam.el: Likewise.
7430         * calendar/cal-iso.el: Likewise.
7431         * calendar/cal-julian.el: Likewise.
7432         * calendar/cal-mayan.el: Likewise.
7433         * calendar/cal-persia.el: Likewise.
7434         * calendar/calendar.el: Likewise.
7435         * calendar/holidays.el: Likewise.
7436         * calendar/lunar.el: Likewise.
7437         * calendar/solar.el: Likewise.
7439         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
7440         white space from doc string.
7442 2005-03-30  Jay Belanger  <belanger@truman.edu>
7444         * calc/calc-help.el (calc-full-help): Remove email address.
7446 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
7448         * help-fns.el (help-with-tutorial): Delete title line.
7450 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
7452         * calendar/cal-x.el (calendar-one-frame-setup)
7453         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
7454         rather than 'symbol for set-window-dedicated-p.
7456         * calendar/appt.el (appt-buffer-name): Make it a constant.
7457         (appt-add): Doc fix.
7459         * filesets.el (filesets-menu-path, filesets-menu-before)
7460         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
7461         (filesets-menu-cache-file): Use directory ~/.emacs.d.
7462         (filesets-add-submenu): Delete and use add-submenu instead.
7464 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
7466         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
7467         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
7468         (org-diary-default-entry): New function.
7469         (org-get-entries-from-diary): Better parsing of diary entries.
7470         (org-agenda-check-no-diary): New function.
7471         ("diary-lib"): Advice to function `add-to-diary-list', to allow
7472         linking to diary entries.
7473         (org-agenda-execute-calendar-command): New function.
7474         (org-agenda): Improve visible section in window.
7475         Use `org-fit-agenda-window'.
7476         (org-fit-agenda-window): New option.
7477         (org-move-subtree-down): Better handling of empty lines
7478         at end of subtree.
7479         (org-cycle): Numeric prefix is interpreted now as show-subtree N
7480         levels up.
7481         (org-fontify-done-headline): New option.
7482         (org-headline-done-face): New face.
7483         (org-set-font-lock-defaults): Use `org-headline-done-face'.
7484         (org-table-copy-down): Rename from `org-table-copy-from-above'.
7485         When current field is non-empty, it is copied to next row.
7486         (org-table-copy-from-above): Fix bug which made it
7487         impossible to copy fields containing only a single non-white character.
7489 2005-03-30  Kim F. Storm  <storm@cua.dk>
7491         * kmacro.el (kmacro-end-macro): Isearch may store this command
7492         into the macro -- so ignore it when executing keyboard macro.
7494 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
7496         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
7498 2005-03-29  Kenichi Handa  <handa@m17n.org>
7500         * language/thai.el ("Thai"): Set setup-function and exit-function
7501         for Thai language environment.
7503         * language/thai-util.el: Require thai-word.
7504         (thai-word-mode-map): New variable.
7505         (thai-word-mode): New minor mode.
7506         (setup-thai-language-environment-internal): New function.
7507         (exit-thai-language-environment-internal): New function.
7509         * language/thai-word.el (thai-word-table): Declare it by defvar,
7510         use dolist to initialize it.
7511         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
7512         (thai-fill-find-break-point): New functions.
7514 2005-03-29  Richard M. Stallman  <rms@gnu.org>
7516         * simple.el (idle-update-delay): Move definition up.
7517         (set-mark): Doc fix.
7519 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
7521         * longlines.el: New file.
7523         * simple.el (buffer-substring-filters): New variable.
7524         (filter-buffer-substring): New function.
7525         (kill-region, copy-region-as-kill): Use it.
7527         * register.el (copy-to-register, append-to-register)
7528         (prepend-to-register): Use filter-buffer-substring.
7530 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
7532         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
7533         (gud-filter-pending-text): Move in front of gdb.
7534         (gud-overlay-arrow-position): New variable.
7535         (gud-sentinel, gud-display-line): Use it in place of
7536         overlay-arrow-position.
7538 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
7540         * progmodes/fortran.el (fortran-if-indent): Doc fix.
7541         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
7542         (fortran-font-lock-keywords-4): New variable.
7543         (fortran-blocks-re, fortran-end-block-re)
7544         (fortran-start-block-re): New constants, for hideshow.
7545         (hs-special-modes-alist): Add a Fortran entry.
7546         (fortran-mode-map): Bind fortran-end-of-block,
7547         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
7548         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
7549         (fortran-looking-at-if-then, fortran-end-of-block)
7550         (fortran-beginning-of-block): New functions, for hideshow.
7552         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
7553         Doc fix.  Tweak regexp.
7554         (f90-beginning-of-block): Push mark first.
7556 2005-03-29  Jay Belanger  <belanger@truman.edu>
7558         * calc/calc.el: Update copyright date.
7559         (calc-version): Increase to 2.1.
7560         (calc-version-date): Remove.
7562         * calc/calc-help.el: Update copyright date.
7563         (calc-full-help): Remove reference to calc-version-date.
7564         Update copyright date.
7566 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7568         * vc.el (vc-do-command): Use a pipe for async processes, so password
7569         prompts don't show up at places where the user can't reply.
7571 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
7573         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
7574         on the file name we pass to the inferior shell.
7576 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
7578         * progmodes/which-func.el (which-function): Be robust in the face of an
7579         imenu--make-index-alist failure.
7581 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7583         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
7585         * progmodes/python.el (python-preoutput-filter): Fix last change.
7587 2005-03-29  Lute Kamstra  <lute@gnu.org>
7589         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
7590         functions and compiled macros.
7591         (debug-convert-byte-code): Handle macros too.
7592         (debug-on-entry-1): Don't signal an error when trying to clear a
7593         function that is not set to debug on entry.
7595 2005-03-29  Jay Belanger  <belanger@truman.edu>
7597         * calc/calc-lang.el: Add functions to math-function-table
7598         properties of tex and math.
7600 2005-03-29  Kenichi Handa  <handa@m17n.org>
7602         * ps-mule.el (ps-mule-plot-string): Translate characters by
7603         ps-print-translation-table.
7604         (ps-mule-begin-job): Call find-charset-region/string with
7605         ps-print-translation-table.
7606         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
7608         * ps-print.el (ps-print-translation-table): New variable.
7609         (ps-plot-region): Translate characters by ps-print-translation-table.
7611 2005-03-29  Juri Linkov  <juri@jurta.org>
7613         * simple.el (next-error-highlight-timer): New variable.
7615         * progmodes/compile.el (compilation-goto-locus):
7616         Use `next-error-highlight-timer' instead of `sit-for'.
7618 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7620         * mail/supercite.el (sc-mail-field): Use assoc-string.
7621         (sc-get-address): Simplify regexps.
7623         * files.el (minibuffer-with-setup-hook): New macro.
7624         (find-file-read-args): Use it to avoid let-binding
7625         minibuffer-with-setup-hook (which breaks turning on/off
7626         file-name-shadow-mode while in the prompt).
7628         * complete.el (PC-read-include-file-name-internal): Use test-completion.
7630 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
7632         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
7634 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7636         * window.el (window-buffer-height): Use count-screen-lines.
7638         * progmodes/python.el (python-preoutput-leftover): New var.
7639         (python-preoutput-filter): Use it.
7640         (python-send-receive): Loop until all the result has been received.
7642 2005-03-28  Juri Linkov  <juri@jurta.org>
7644         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
7646         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
7647         "Recover Crashed Session".
7648         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
7649         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
7650         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
7651         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
7652         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
7653         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
7654         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
7655         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
7657         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
7658         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
7659         Ediff Sessions", "Toggle use of separate control buffer frame",
7660         "Use separate frame for Ediff control buffer".
7662         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
7663         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
7664         "Rename Bookmark", "Delete Bookmark".
7666         * info.el (Info-mode-menu): Remove ellipsis from "Index".
7667         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
7668         Add `:active Info-index-alternatives' to "Next Matching Item".
7670         * wdired.el (wdired-change-to-wdired-mode):
7671         Mention `wdired-abort-changes' key in the initial message.
7673         * international/mule.el (auto-coding-alist): Associate non-ascii
7674         image filename extensions with `no-conversion'.
7676 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7678         * international/iso-acc.el:
7679         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
7681 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
7683         * textmodes/sgml-mode.el (html-mode): Doc update.
7685         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
7687 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
7689         * term.el (term-move-columns): Fix face after extending a line.
7690         (term-insert-spaces): Likewise.
7691         (term-reset-terminal): Fix off by one error.
7693 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
7695         * international/mule.el (auto-coding-alist): Add .xpi files.
7697         * files.el (auto-mode-alist): Add .xpi files.
7699 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
7701         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
7703 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
7705         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
7707 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
7709         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
7710         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
7712         * calendar/cal-move.el (calendar-beginning-of-year): Move the
7713         cursor to Jan 1 when needed.
7714         (calendar-end-of-year): Fix -/+ typo.
7715         Reported by Chong Yidong <cyd@stupidchicken.com>.
7717 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7719         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
7721         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
7722         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
7724 2005-03-25  Richard M. Stallman  <rms@gnu.org>
7726         * filesets.el (filesets-init): Add autoload.
7728         * mail/mailalias.el (mail-directory): Doc fix.
7730 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
7732         * mail/mailalias.el (mail-directory-process): Do nothing if
7733         mail-directory-process is an atom.
7734         (mail-get-names): Ignore mail-directory-names if it is an atom.
7735         (mail-directory-process defvar): Doc fix.
7736         (mail-names): Doc fix.
7738 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
7740         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
7742 2005-03-26  Kenichi Handa  <handa@m17n.org>
7744         * international/mule-util.el (detect-coding-with-priority):
7745         Call update-coding-systems-internal before detect-coding-region.
7747 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
7749         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
7750         (gdb-frames-mode-map): Add follow-link property.
7752 2005-03-25  Jay Belanger  <belanger@truman.edu>
7754         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
7755         for variables.
7757 2005-03-25  Juri Linkov  <juri@jurta.org>
7759         * image-mode.el: Optimize image filename extension regexps in
7760         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
7761         in `auto-mode-alist'.
7762         (image-mode): Add `image-toggle-display-text' to local hook
7763         `change-major-mode-hook'.  Display the image as an image by
7764         default.  Set `cursor-type' and `truncate-lines' if the image
7765         is already displayed.  Take into account the current mode (image
7766         or text) in message.
7767         (image-minor-mode): New minor mode.
7768         (image-mode-maybe, image-toggle-display-text): New functions.
7769         (image-toggle-display): Use called-interactively-p.
7770         Let-bind `inhibit-read-only' to t.
7772         * image-mode.el (image-minor-mode): Set `cursor-type' and
7773         `truncate-lines' if the image is already displayed.  Add turning
7774         image-minor-mode off to `change-major-mode-hook'.  Add message.
7775         Call `image-toggle-display-text' after turning image-minor-mode off.
7777 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7779         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
7780         Terminal.app, use utf-8.
7781         (set-display-table-and-terminal-coding-system): Add coding-system arg.
7782         (set-locale-environment): Use it.
7784         * term/xterm.el: Undo last change, better done in mule-cmds.el.
7786         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
7788         * progmodes/python.el (python-close-block-statement-p)
7789         (python-outdent-p, python-current-defun): Use symbol-end.
7791 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
7793         * files.el (save-some-buffers): Doc fix.
7795 2005-03-25  Werner Lemberg  <wl@gnu.org>
7797         * complete.el, thumbs.el: Replace `legal' with `valid'.
7798         * calendar/calendar.el: Replace `legal' with `valid'.
7799         * emacs-lisp/advice.el: Replace `legal' with `valid'.
7800         * mail/supercite.el: Replace `legal' with `valid'.
7801         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
7802         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
7803         Replace `legal' with `valid'.
7804         * textmodes/reftex-vars.el, textmodes/reftex.el:
7805         Replace `legal' with `valid'.
7807 2005-03-25  Werner Lemberg  <wl@gnu.org>
7809         * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
7810         * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
7811         * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
7812         * emulation/vip.el: Replace `illegal' with `invalid'.
7813         * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
7814         * mail/supercite.el: Replace `illegal' with `invalid'.
7815         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
7816         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
7817         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
7818         * progmodes/sh-script.el, progmodes/xscheme.el:
7819         Replace `illegal' with `invalid'.
7820         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
7821         * textmodes/reftex-index.el, textmodes/reftex-parse.el
7822         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
7823         * textmodes/reftex.el, textmodes/org.el:
7824         Replace `illegal' with `invalid'.
7826 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7828         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
7829         (flymake-find-buildfile, flymake-find-possible-master-files)
7830         (flymake-check-include, flymake-parse-line): Replace loops over the
7831         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
7833         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
7834         Substitute file-name-as-directory in the rest of the file.
7835         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
7836         (flymake-replace-region): Remove unused arg `buffer'.
7837         (flymake-check-patch-master-file-buffer): Update calls to it.
7838         (flymake-add-err-info): Remove unused var `count'.
7839         (flymake-mode): Use define-minor-mode.
7841         * progmodes/flymake.el: Use with-current-buffer.
7842         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
7843         flymake-replace-regexp-in-string, flymake-line-beginning-position)
7844         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
7845         Avoid testing for `xemacs'.
7846         (flymake-nop): Move.
7847         (flymake-region-has-flymake-overlays): Return the computed value.
7848         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
7849         Remove unused var `endline'.
7850         (flymake-get-line-count): Remove unused function.
7851         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
7853         * emulation/vi.el:
7854         * generic.el:
7855         * hilit-chg.el (global-highlight-changes):
7856         * hi-lock.el (hi-lock-mode):
7857         * follow.el: find-file-hooks -> find-file-hook.
7859         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
7861 2005-03-24  Juri Linkov  <juri@jurta.org>
7863         * dired.el (dired-mode-map): Add menu item "Compare directories"
7864         for dired-compare-directories.
7866         * dired-aux.el (dired-compare-directories): Add autoload cookie.
7867         Doc fix.  Replace `read-file-name' with `read-directory-name'.
7869 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7871         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
7873 2005-03-24  Jay Belanger  <belanger@truman.edu>
7875         * calc/calc-embed.el (calc-embedded-mode-change): Save all
7876         relevant mode settings in calc-embedded-original-modes when modes
7877         are permanently changed.
7879 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7881         * autoinsert.el: find-file-hooks -> find-file-hook.
7883 2005-03-24  Lute Kamstra  <lute@gnu.org>
7885         * generic.el (generic-font-lock-defaults): Make it obsolete.
7886         (generic-font-lock-keywords): New variable to replace
7887         generic-font-lock-defaults.
7888         (generic-mode-set-font-lock): Delete it.
7889         (generic-mode-internal): Don't call generic-mode-set-font-lock.
7890         (generic-bracket-support): Add docstring.
7892         * generic-x.el: Rename generic-font-lock-defaults to
7893         generic-font-lock-keywords throughout.
7894         (mailagent-rules-setup-function): Delete it.
7895         (mailagent-rules-generic-mode): Use anonymous function instead.
7896         (show-tabs-generic-mode-font-lock-defaults-1)
7897         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
7898         Quote faces.
7899         (show-tabs-tab-face, show-tabs-space-face): Specify background,
7900         not foreground.
7902         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7903         Recognize define-generic-mode.
7905 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7907         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
7908         if there's no completion table.
7910 2005-03-23  Miles Bader  <miles@gnu.org>
7912         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
7913         Remove tty-specific variants, as they're no longer needed.
7915 2005-03-23  Lute Kamstra  <lute@gnu.org>
7917         * generic-x.el: Code cleanup: make args constant whenever possible.
7918         (installshield-statement-keyword-list)
7919         (installshield-system-functions-list)
7920         (installshield-system-variables-list, installshield-types-list)
7921         (installshield-funarg-constants-list): Make them constants.
7923         * generic.el (generic-make-keywords-list): Add autoload cookie.
7925         * calendar/time-date.el: Add comment on time value formats.
7926         Don't require parse-time.
7927         (with-decoded-time-value): New macro.
7928         (encode-time-value): New function.
7929         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
7930         (days-to-time): Return a valid time value when arg is huge.
7931         (time-since): Use time-subtract.
7932         (time-to-number-of-days): Use time-to-seconds.
7934 2005-03-23  David Ponce  <david@dponce.com>
7936         * recentf.el: (recentf-keep): New option.
7937         (recentf-menu-action): Default to `find-file'.
7938         (recentf-keep-non-readable-files-flag)
7939         (recentf-keep-non-readable-files-p)
7940         (recentf-file-readable-p, recentf-find-file)
7941         (recentf-cleanup-remote): Remove.
7942         (recentf-include-p): More robust.
7943         (recentf-keep-p): New function.
7944         (recentf-remove-if-non-kept): Rename from
7945         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
7946         All callers updated.
7947         (recentf-menu-items-for-commands): Fix help string.
7948         (recentf-track-closed-file): Update.  Doc fix.
7949         (recentf-cleanup): Update.  Count removed files.  Doc fix.
7951 2005-03-23  Kim F. Storm  <storm@cua.dk>
7953         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
7954         Don't inherit from fringe face (now happens automatically).
7956 2005-03-22  Kim F. Storm  <storm@cua.dk>
7958         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
7959         position values.
7961 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7963         * menu-bar.el (showhide-date-time): Remove.
7964         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
7965         (menu-bar-make-mm-toggle): Simplify.
7967 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
7969         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
7970         Accept qualified variable and function names.
7972 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
7974         * bindings.el (completion-ignored-extensions):
7975         Remove ".lis" for `vax-vms'.
7977 2005-03-22  Andreas Schwab  <schwab@suse.de>
7979         * generic-x.el: Revert last change.
7980         * ldefs-boot.el: Update.
7982 2005-03-22  Jay Belanger  <belanger@truman.edu>
7984         * calc/calc-embed (calc-embedded-original-modes): New variable.
7985         (calc-embedded-save-original-modes)
7986         (calc-embedded-restore-original-modes): New functions.
7987         (calc-do-embedded): Save original modes when entering embedded mode
7988         and restore when leaving embedded mode.
7989         (calc-embedded-modes-change): Change the value of
7990         calc-embedded-original-modes to reflect permanent changes.
7992 2005-03-22  Lute Kamstra  <lute@gnu.org>
7994         * generic-x.el: Require generic again.
7996 2005-03-22  Miles Bader  <miles@gnu.org>
7998         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
7999         Tweak details to look good on both ttys and bitmap displays, light
8000         or dark background, etc.
8002 2005-03-21  Kim F. Storm  <storm@cua.dk>
8004         * tooltip.el (tooltip-show-help-function): Check car and cdr of
8005         mouse position.
8007 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8009         * icomplete.el: Don't forcibly turn on the mode upon load.
8010         (icomplete-mode): Use define-minor-mode.
8011         (icomplete-eoinput): Default to nil.
8012         (icomplete-minibuffer-setup): Remove autoload.
8013         (icomplete-tidy): Simplify.
8014         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
8015         in the initial state or if the user has modified the field.
8016         Fix handling of icomplete-max-delay-chars.
8017         Remove code that handles the oddball case where
8018         minibuffer-completion-table is an integer.
8019         Wrap icomplete-completions in while-no-input in case building
8020         completions takes more time than expected.
8021         (icomplete-completions): Simplify.
8023 2005-03-21  Richard M. Stallman  <rms@gnu.org>
8025         * jka-compr.el (jka-compr-really-do-compress):
8026         Make variable buffer-local.
8028         * image-mode.el: Handle .xpm files too.
8029         (image-toggle-display): Preserve modification flag.
8031         * help.el (where-is): Don't mention aliases with no key bindings.
8033 2005-03-21  Lute Kamstra  <lute@gnu.org>
8035         * generic.el: Fix commentary section.  Don't require cl for compilation.
8036         (generic-mode-list): Add autoload cookie.
8037         (generic-use-find-file-hook, generic-lines-to-scan)
8038         (generic-find-file-regexp, generic-ignore-files-regexp)
8039         (generic-mode, generic-mode-find-file-hook)
8040         (generic-mode-ini-file-find-file-hook): Fix docstrings.
8041         (define-generic-mode): Make it a defmacro.  Fix docstring.
8042         (generic-mode-internal): Code cleanup.  Add autoload cookie.
8043         (generic-mode-set-comments): Code cleanup.
8044         * generic-x.el: Don't prevent compilation.  Don't require generic.
8045         Follow coding conventions.  Minor code cleanup.
8046         (etc-fstab-generic-mode): Add some keywords.
8047         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
8048         define-generic-mode like a function declaration.
8050 2005-03-21  Jay Belanger  <belanger@truman.edu>
8052         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
8053         changing modes.
8055 2005-03-21  Sam Steingold  <sds@gnu.org>
8057         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
8059 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
8061         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
8062         Add underscore to "f$ lexicals" regexp.
8064 2005-03-20  Juri Linkov  <juri@jurta.org>
8066         * subr.el (progress-reporter-do-update): When `min-value' is equal
8067         to `max-value', set `percentage' to 0 and prevent division by zero.
8069 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
8071         Sync with Tramp 2.0.48.
8073         * tramp.el (all): Change all addresses to .gnu.org.
8074         (tramp-append-tramp-buffers): New defun.
8075         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
8076         Catch `dont-send' signal.
8077         (tramp-set-auto-save-file-modes): Set always permissions, because
8078         there might be an old auto-saved file belonging to another
8079         original file.  This could be a security threat.  Reported by
8080         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
8081         Check for Emacs 21.3.50 removed.
8083         * tramp-smb.el (all): Remove debug construct for
8084         `with-parsed-tramp-file-name'.
8085         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
8086         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
8087         No error message if DIRECTORY or FILENAME doesn't exist.
8088         (tramp-smb-open-connection): Check existence of
8089         `tramp-smb-program'.
8091 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8093         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
8094         Properly handle the case where the `m' or `s' command's argument is not
8095         yet terminated.
8096         (perl-indent-new-calculate): New function.
8097         (perl-indent-line): Use it.
8099 2005-03-20  Miles Bader  <miles@gnu.org>
8101         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
8102         in text-mode too.  Change to new face names.
8103         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
8104         Add `:weight bold' attribute.
8105         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
8107 2005-03-19  Juri Linkov  <juri@jurta.org>
8109         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
8111         * international/mule.el (auto-coding-alist): Sync with
8112         `auto-mode-alist' by adding upper case archive file extensions
8113         and adding ear/war to jar extension.
8115 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
8117         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
8118         running, restart it.
8120 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
8122         * finder.el (finder-current-item): Throw an error on an empty line.
8124         * man.el (Man-follow-manual-reference): If current-word returns
8125         nil, use "".
8127 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
8129         * simple.el (goto-line): Doc fix.
8131 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
8133         * files.el (save-buffer): Doc fix.
8135 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
8137         * recentf.el (recentf-cleanup-remote): New variable.
8138         (recentf-cleanup): Use it to conditionally check availability of
8139         remote files.
8141 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
8143         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
8144         function names.
8146 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
8148         * language/thai-word.el: New file.
8150 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
8152         * files.el (backup-buffer): If the file's directory is not
8153         writable, use copy instead of move to backup the file.
8155 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
8157         * obsolete/keyswap.el: Moved to obsolete/ from term/.
8159 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8161         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
8162         Use functionp instead of symbolp and fboundp.  Reported by Drkm
8163         <darkman_spam@yahoo.fr>.
8164         (ps-print-version): New version 6.6.6.
8166 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
8168         * textmodes/table.el (table--line-column-position): New idiom.
8169         (table--row-column-insertion-point-p): New function to test
8170         validity of row and column insertion operation at a location.
8171         (table-global-menu, table-cell-menu): Use above functions for
8172         deterministic test operation.
8173         (table--editable-cell-p): Behave in deterministic fashion.
8175 2005-03-18  Juri Linkov  <juri@jurta.org>
8177         * isearch.el (isearch-lazy-highlight-new-loop):
8178         Make arguments beg and end optional.
8179         (isearch-update): Remove optional arguments nil from
8180         isearch-lazy-highlight-new-loop.
8181         (isearch-lazy-highlight-search): Let-bind case-fold-search to
8182         isearch-lazy-highlight-case-fold-search instead of
8183         isearch-case-fold-search, and let-bind isearch-regexp to
8184         isearch-lazy-highlight-regexp.
8185         Use isearch-lazy-highlight-last-string instead of isearch-string.
8187         * replace.el (perform-replace): Remove bindings of global
8188         variables isearch-string, isearch-regexp, isearch-case-fold-search.
8189         Add three new arguments to `replace-highlight'.
8190         (replace-highlight): Add arguments string, regexp, case-fold.
8191         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
8192         to allow isearch-lazy-highlight-new-loop to use these values
8193         to set corresponding isearch-lazy-highlight-* internal
8194         variables whose values lazy highlighting will use regardless of
8195         changes to global variables isearch-string, isearch-regexp,
8196         isearch-case-fold-search during lazy highlighting loop.
8197         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
8198         to `lazy-highlight-cleanup'.
8200         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
8201         (ispell-highlight-face): Set default face to `isearch' when
8202         lazy highlighting is enabled.
8203         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
8204         priority to 1.  Add lazy highlighting.
8205         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
8206         from `isearch-dehighlight'.
8208 2005-03-18  David Ponce  <david@dponce.com>
8210         * files.el (hack-local-variables): Do a case-insensitive search
8211         for End.
8213 2005-03-18  Juri Linkov  <juri@jurta.org>
8215         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
8216         `isearch-lazy-highlight-cleanup', add alias to old name and
8217         declare obsolete.  Add release numbers to other obsolete vars.
8218         (isearch-done, isearch-lazy-highlight-new-loop):
8219         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
8220         (lazy-highlight-cleanup) <variable>: Doc fix.
8221         (isearch-lazy-highlight-update): Rename obsolete
8222         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
8224 2005-03-18  Kenichi Handa  <handa@m17n.org>
8226         * language/thai-util.el: Fix categorization of Thai characters in
8227         thai-category-table.
8228         (thai-composition-pattern): Adjust it for the above change.
8229         (thai-self-insert-command, thai-compose-syllable): New functions.
8230         (thai-compose-region): Use thai-compose-syllable.
8231         (thai-compose-string): Likewise.
8232         (thai-composition-function): Likewise.
8233         (thai-auto-composition): New function.
8234         (thai-auto-composition-mode): New minor mode.
8236         * language/thai.el: Fix patterns to be registered in
8237         composition-function-table.
8239         * international/quail.el (quail-input-method): Locally bind
8240         inhibit-modification-hooks to t.
8242 2005-03-17  Richard M. Stallman  <rms@gnu.org>
8244         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
8245         (perl-mode): Use run-mode-hooks.
8247         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
8248         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
8249         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
8251         * mail/sendmail.el (sendmail-send-it): Reenable the code
8252         to compute resend-to-address and use it.
8254         * tar-mode.el (tar-mode): Turn off undo unconditionally.
8256         * image-mode.el: New file.
8258         * image.el (insert-sliced-image): Add autoload cookie.
8260         * font-lock.el (font-lock-lines-before): New user option.
8261         (font-lock-after-change-function): Obey it.
8263         * bindings.el (esc-map): Make M-g a prefix.
8264         Bind M-g g and M-g M-g to goto-line.
8266         * faces.el (face-id): Doc fix.
8268 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
8270         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
8271         (rmail-show-message): Use rmail-unknown-mail-followup-to.
8272         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
8274         * mail/sendmail.el (mail-yank-ignored-headers)
8275         (mail-font-lock-keywords, mail-mode-fill-paragraph):
8276         Add Mail-Followup-To and Mail-Reply-To headers.
8277         (mail-citation-hook): Add autoload cookie.
8278         (mail-mode): Doc fix.
8279         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
8280         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
8281         (mail-mode-fill-paragraph): Handle those headers.
8282         (mail-mailing-lists): New variable.
8283         (mail-mail-reply-to, mail-mail-followup-to): New functions.
8285 2005-03-17  Juri Linkov  <juri@jurta.org>
8287         * isearch.el (isearch-fallback): Check for `(car previous)'
8288         before calling `isearch-other-end-state'.
8290 2005-03-17  Kim F. Storm  <storm@cua.dk>
8292         * simple.el (move-beginning-of-line): Move to beginning of buffer
8293         line, as well as beginning of screen line.
8295 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
8297         * calendar/diary-lib.el (mark-diary-entries): Use new optional
8298         argument REDRAW rather than calendar-redrawing variable.
8299         * calendar/calendar.el (calendar-redrawing): Delete.
8300         (redraw-calendar): Do not bind calendar-redrawing.
8302 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
8304         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
8305         diary-file buffer.
8307 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8309         * help.el (describe-mode): Allow a :minor-mode-function property to
8310         specify a different minor mode toggle function than the variable.
8311         * simple.el (auto-fill-function):
8312         * subr.el (add-minor-mode): Use it.
8314 2005-03-16  Kenichi Handa  <handa@m17n.org>
8316         * language/ethio-util.el (sera-being-called-by-w3): New variable.
8317         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
8318         (ethio-fidel-to-sera-buffer): Likewise.
8320 2005-03-16  Juri Linkov  <juri@jurta.org>
8322         * emacs-lisp/find-func.el (find-function-regexp):
8323         Add defun-emitting macro `menu-bar-make-toggle'.
8325         * isearch.el: Put `isearch-scroll' property to
8326         `split-window-horizontally'.
8328         * info.el: Update error messages for `debug-ignored-errors'.
8329         (Info-isearch-search): Doc fix.
8330         (Info-find-node): Move up code to go into info buffer before
8331         recording the node to the history.
8332         (Info-fontify-node): Fontify titles only if the next line
8333         has two or more `*', `=', `-', `.'.
8334         Display "go to this node" for empty (match-string 3).
8336 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8338         * term/mac-win.el: Add mouse pointer shape constants.
8340 2005-03-15  Kim F. Storm  <storm@cua.dk>
8342         * simple.el (move-beginning-of-line): Use vertical-motion.
8344 2005-03-15  Juri Linkov  <juri@jurta.org>
8346         * isearch.el (isearch-error): New variable.
8347         (isearch-invalid-regexp, isearch-within-brackets): Remove.
8348         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
8349         (isearch-within-brackets-state): Remove.
8350         (isearch-case-fold-search-state, isearch-pop-fun-state):
8351         Decrease frame index.
8352         (isearch-mode, isearch-top-state, isearch-push-state)
8353         (isearch-edit-string, isearch-abort, isearch-search-and-update)
8354         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
8355         (isearch-search, isearch-lazy-highlight-new-loop):
8356         Replace `isearch-invalid-regexp' with `isearch-error'.
8357         Remove `isearch-within-brackets'.
8358         (isearch-search): Add `search-failed' handler to `condition-case'.
8359         (isearch-lazy-highlight-search): Add `condition-case' to catch
8360         errors and allow `isearch-lazy-highlight-update' to try
8361         highlighting from the beginning of the window.
8362         (isearch-repeat): Move up code to set isearch-wrapped to t
8363         before calling isearch-wrap-function.
8365         * info.el (Info-isearch-initial-node): New internal variable.
8366         (Info-search): Signal an error in isearch mode when search leaves
8367         the initial node.  Signal an error when `bound' is non-nil and
8368         nothing was found in the current subfile.
8369         (Info-isearch-search): Remove `condition-case'.
8370         (Info-isearch-wrap): Don't wrap when search failed during leaving
8371         the initial node.  If `Info-isearch-search' is nil, wrap around
8372         the current node.
8373         (Info-isearch-start): New fun.
8374         (Info-mode): Add buffer-local hook `Info-isearch-start' to
8375         `isearch-mode-hook'.
8377 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8379         * simple.el (normal-erase-is-backspace): Set default to t if
8380         running on Mac.
8382         * term/mac-win.el (function-key-map): Sync with x-win.el.
8384 2005-03-15  Kenichi Handa  <handa@m17n.org>
8386         * international/mule-cmds.el (locale-language-names): Modify the
8387         format of elements and add more entries.
8388         (locale-preferred-coding-systems): Add more entries.
8389         (set-locale-environment): Adjust for the change of
8390         locale-language-names.
8392 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8394         * pcvs.el (smerge-ediff): Remove bogus autoload.
8396 2005-03-14  Lute Kamstra  <lute@gnu.org>
8398         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
8399         Ignore a `*' at the beginning of a line.
8401         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
8402         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
8403         subr.el.
8404         (dont-compile, eval-when-compile, eval-and-compile): Use declare
8405         to specify indentation.
8407         * generic.el (define-generic-mode): Let generic-mode-list be a
8408         list of strings; test membership with equal.
8410 2005-03-14  Kim F. Storm  <storm@cua.dk>
8412         * simple.el (next-line, previous-line): Add optional try-vscroll
8413         arg to recognize interactive use.  Pass it on to line-move.
8414         (line-move): Don't perform auto-window-vscroll when defining or
8415         executing keyboard macro to ensure consistent behavior.
8417 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8419         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
8421 2005-03-13  Lute Kamstra  <lute@gnu.org>
8423         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
8424         debugger-setup-buffer so that backtrace marks the frames set to
8425         debug-on-exit and we don't have to do it manually.  Set an extra
8426         debug-on-exit for macro's.
8427         (debugger-setup-buffer): Don't mark the top frame manually.
8429 2005-03-12  Lute Kamstra  <lute@gnu.org>
8431         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
8432         lisp-indent-function throughout.
8433         (with-no-warnings): Set lisp-indent-function property.
8435 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
8437         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
8438         Add entry for backslash.
8440 2005-03-12  Juri Linkov  <juri@jurta.org>
8442         * info.el (Info-search): Four fixes for backward search.
8444 2005-03-11  Jay Belanger  <belanger@truman.edu>
8446         * calc/calc.el (calc-language-alist): New variable.
8447         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
8448         (calc-embedded-find-modes): Use calc-language-alist instead of
8449         calc-embedded-language-alist.
8451 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
8453         * calendar/calendar.el (calendar-redrawing): New internal
8454         variable.
8455         (redraw-calendar): Remove bogus save-excursion from previous
8456         change.  Bind calendar-redrawing to t for mark-diary-entries.
8457         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
8458         calendar if that is why we were called.
8460 2005-03-11  Kenichi Handa  <handa@m17n.org>
8462         * international/mule.el (make-coding-system): Set property
8463         coding-system-define-form to nil.
8464         (define-coding-system-alias): Likewise.
8466 2005-03-11  Kenichi Handa  <handa@m17n.org>
8468         These changes are suggested by Dave Love <fx@gnu.org>.
8470         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
8471         coding: tag.
8472         (adaptive-fill-regexp): Add more bullets.
8473         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
8474         regexps.
8476 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8478         * help.el (describe-mode): Properly handle non-trivial lighters.
8479         Don't ignore minor modes that are not listed in minor-mode-list.
8481         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
8482         feature ON when the user requests to turn it OFF.
8484 2005-03-10  Lute Kamstra  <lute@gnu.org>
8486         * emacs-lisp/debug.el (debug-entry-code): Delete it.
8487         (implement-debug-on-entry): New function to replace debug-entry-code.
8488         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
8489         second argument as the 2005-03-07 change makes it obsolete.
8490         (debug-on-entry, cancel-debug-on-entry): Update call to
8491         debug-on-entry-1.
8492         (debug, debugger-setup-buffer): Comment update.
8493         (debugger-frame-number): Update to work with implement-debug-on-entry.
8495 2005-03-10  Jay Belanger  <belanger@truman.edu>
8497         * calc/calc-embed.el (math-ms-args): Declare it.
8498         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
8499         math-ms-args.
8500         (calc-embedded-subst): Use math-multi-subst-rec to substitute
8501         variables.
8503 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
8505         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
8506         Use message-box.
8508         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
8509         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
8510         (tooltip-gud-tips): Simplify.
8511         (tooltip-gud-tips-p): Remove superfluous :set.
8512         (tooltip-gud-modes): Add fortran-mode.
8513         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
8515         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
8517 2005-03-09  Kim F. Storm  <storm@cua.dk>
8519         * play/animate.el (animate-place-char): Use forward-line instead
8520         of next-line to improve performance.
8522 2005-03-09  Simon Josefsson  <jas@extundo.com>
8524         * net/browse-url.el (browse-url-default-browser): Doc fix.
8526 2005-03-09  Miles Bader  <miles@gnu.org>
8528         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
8529         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
8531 2005-03-09  Kenichi Handa  <handa@m17n.org>
8533         * international/latin-1.el: Set case and syntax for 255 only if
8534         set-case-syntax-set-multibyte is nil.
8536         * textmodes/ispell.el (ispell-insert-word): New function.
8537         (ispell-word): Use ispell-insert-word to insert a new word.
8538         (ispell-process-line): Likewise.
8539         (ispell-complete-word): Likewise.
8541 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
8543         * calendar/calendar.el (redraw-calendar): Preserve point.
8544         Reported by Matt Hodges <MPHodges@member.fsf.org>.
8545         (calendar-week-start-day): Move after definition of
8546         redraw-calendar.  Delete buffer test, since redraw-calendar has
8547         that now.
8549         * calendar/diary-lib.el (mark-diary-entries): Only call
8550         redraw-calendar in the first of any recursive calls.
8551         Reported by Alan Shutko <ats@acm.org>.
8553 2005-03-08  Juri Linkov  <juri@jurta.org>
8555         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
8556         (html-horizontal-rule, html-line, html-image, html-checkboxes)
8557         (html-radio-buttons): Add a space before the trailing `/>' where
8558         sgml-xml-mode is non-nil.
8559         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
8560         the subsequent tag of the empty XML tag.
8561         (html-href-anchor): Don't set initial input to "http:".
8562         (html-image): Ask for the image URL and set point inside alt="".
8563         (html-name-anchor): Duplicate the name in the `id' attribute when
8564         sgml-xml-mode is non-nil.
8565         (html-paragraph): Remove \n before <p>.
8566         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
8567         instead of `checked' when sgml-xml-mode is non-nil.
8569         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
8570         Remove 1 space before #RRGGBB to not truncate it on terminal
8571         windows w/o fringes.  Remove 1 space between bg and fg examples
8572         to get more space.
8573         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
8574         avoid byte-compile warnings.
8576         * image-file.el (image-file-handler): Put `safe-magic' property to
8577         `image-file-handler'.
8579         * info.el (Info-isearch-search): Emulate word search in
8580         isearching through multiple Info nodes with Info-search.
8581         (Info-isearch-wrap): Allow isearch-word.
8583 2005-03-08  Lute Kamstra  <lute@gnu.org>
8585         * emacs-lisp/debug.el (debugger-step-through): Make sure that
8586         stepping into the debugger's code is not possible.
8587         (debugger-jumping-flag): Docstring update.
8589 2005-03-08  Jay Belanger  <belanger@truman.edu>
8591         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
8592         embedded mode begins.
8593         (calc-embedded-language-alist): New variable.
8594         (calc-embedded-find-modes): Use calc-embedded-language-alist to
8595         set default language mode.
8597 2005-03-08  Kenichi Handa  <handa@m17n.org>
8599         * international/ccl.el (define-ccl-program): Fix docstring about
8600         extra 256 bytes assured for the output buffer.
8602         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
8603         Fix BUFFER_MAGNIFICATION to 2.
8604         (ccl-encode-mule-utf-16be-with-signature): Likewise.
8606 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
8608         * align.el (align-rules-list): Added an alignment rule for CSS
8609         declarations (applies to css-mode and html-mode buffers).
8611 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8613         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
8615 2005-03-07  Kim F. Storm  <storm@cua.dk>
8617         * simple.el (move-beginning-of-line): New command.
8619         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
8621         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
8623         * emulation/cua-base.el: Put CUA move property on move-end-of-line
8624         and move-beginning-of-line.
8626         * apropos.el (apropos-print): Omit command from M-x ... RET.
8628 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
8630         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
8631         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
8633 2005-03-06  Richard M. Stallman  <rms@gnu.org>
8635         * bindings.el (esc-map): Bind M-g to goto-line.
8637         * facemenu.el (global-map): Bind M-o, not M-g.
8639 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8641         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
8642         "Open Directory" as for "Open File".
8644 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
8646         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
8647         (push-mark-command): Run activate-mark-hook.
8649 2005-03-06  Richard M. Stallman  <rms@gnu.org>
8651         * help-mode.el (help-mode-finish): Don't alter the element
8652         in view-return-to-alist if there already is one.
8654         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
8655         make sure the current buffer is the expected one.
8657         * novice.el (disabled-command-function): Output in *Disabled Command*.
8658         Explicitly ignore non-keyboard events, and explicitly handle C-g.
8660         * textmodes/flyspell.el (flyspell-large-region):
8661         Pass args differently for aspell.
8663         * files.el (mode-require-final-newline): Doc fix.
8665 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
8667         * progmodes/which-func.el (which-function):
8668         Specify NOERROR when calling imenu--make-index-alist.
8670 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8672         * simple.el (normal-erase-is-backspace): Define default value.
8674         * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
8675         (custom-reevaluate-setting): Simple function to handle
8676         variables that are defined before their default value can really
8677         be computed.
8679         * startup.el (command-line): Use it for temporary-file-directory,
8680         small-emporary-file-directory, auto-save-file-name-transforms,
8681         blink-cursor-mode, and normal-erase-is-backspace.
8683         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
8684         progress, even with buggy anchored keywords.
8686 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
8688         * simple.el (goto-line): Remove unbalanced final parenthesis.
8690 2005-03-05  Richard M. Stallman  <rms@gnu.org>
8692         * simple.el (goto-line): Use a number at point as the default.
8693         With C-u as arg, switch buffers.
8695 2005-03-05  Juri Linkov  <juri@jurta.org>
8697         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
8698         with `no-blinking-cursor'.
8700         * startup.el (no-blinking-cursor): New defvar.
8701         (command-line): Add `--no-blinking-cursor' to longopts.
8702         Set `no-blinking-cursor' to t for command line arguments
8703         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
8704         with `no-blinking-cursor' in the condition for calling
8705         `blink-cursor-mode'.
8707 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
8709         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
8710         (menu-bar-options-save): Add blink-cursor-mode.
8711         (menu-bar-options-menu): Add blink-cursor-mode.
8713 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
8715         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
8716         (icalendar-export-file, icalendar-export-region)
8717         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
8718         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
8720 2005-03-04  Lute Kamstra  <lute@gnu.org>
8722         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
8723         (debug-function-list): Ditto.
8725 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
8727         * textmodes/texinfmt.el (texinfo-append-refill):
8728         Redefine the types of line to which @refill
8729         is not appended by replacing a search for `@refill\\|@bye' with
8730         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
8731         itemize@refill' bug and the unfilled long lines bug.
8732         (texinfmt-version): Update number and date.
8734 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8736         * international/code-pages.el (windows-1250, windows-125[2-8])
8737         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
8739 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8741         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
8742         bound yet.
8744 2005-03-02  Romain Francoise  <romain@orebokech.com>
8746         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
8747         buffer after removing limits.
8748         (ibuffer-pop-filter): Ditto.
8749         Update copyright.
8751 2005-03-02  Miles Bader  <miles@gnu.org>
8753         * button.el (make-text-button): If the user doesn't specify a
8754         type, use the default.  Rewrite to use `add-text-properties' and
8755         plist functions.
8757 2005-03-01  Lute Kamstra  <lute@gnu.org>
8759         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
8760         (debugger-jumping-flag): New var.
8761         (debug-entry-code): Use it.
8762         (debugger-jump): Use debugger-jumping-flag and add
8763         debugger-reenable to post-command-hook.
8764         (debugger-reenable): Use debugger-jumping-flag and remove itself
8765         from post-command-hook.
8766         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
8767         debugger-reenable.
8769 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
8771         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
8772         inclusion of "itemize\\|", which may be unnecessary, is certainly
8773         inelegant, and stops refilling in itemize lists when formatting
8774         Japanese Texinfo files to Info.
8775         Update copyright to 2005.
8777 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
8779         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
8780         of an error if GDB can't find the source file.
8782 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
8784         * calendar/calendar.el (redraw-calendar): Work from any buffer,
8785         not just the calendar.
8787         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
8788         first.
8789         (diary-redraw-calendar): New function.
8790         (make-diary-entry): Add diary-redraw-calendar to local
8791         write-contents-functions.  Turn off selective display before
8792         inserting in diary.
8794 2005-03-01  Kim F. Storm  <storm@cua.dk>
8796         * emacs-lisp/copyright.el (copyright-fix-years): New command.
8798 2005-03-01  Lute Kamstra  <lute@gnu.org>
8800         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
8801         that debug-entry-code can be safely removed from a function while
8802         this code is being evaluated.  Revert the 2005-02-27 change as the
8803         new implementation no longer requires it.  Make sure that a
8804         function body containing just a string is not mistaken for a docstring.
8805         (debug): Skip one more frame in case of debug on entry.
8806         (debugger-setup-buffer): Delete one more frame line in case of
8807         debug on entry.
8808         (debugger-frame-number): Update to use the new text introduced by
8809         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
8811 2005-02-28  Kim F. Storm  <storm@cua.dk>
8813         * double.el (double-translate-key): Call force-window-update after
8814         read-event to avoid crash in redisplay.
8816 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8818         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
8819         (debug): Use it.  Move the inhibit-trace earlier.
8820         (debug-entry-code): New const.
8821         (debug-on-entry-1): Use it.
8823 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
8825         * international/utf-16.el (ccl-encode-mule-utf-16le):
8826         Fix BUFFER_MAGNIFICATION to 2.
8827         (ccl-encode-mule-utf-16be): Likewise.
8829 2005-02-28  Kenichi Handa  <handa@m17n.org>
8831         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
8832         Fix BUFFER_MAGNIFICATION to 4.
8833         (ccl-encode-mule-utf-16be-with-signature): Likewise.
8835 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
8837         * speedbar.el (speedbar-update-flag): Doc fix.
8838         (speedbar-show-info-under-mouse): Give set-mouse-position the right
8839         argument.
8841 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8843         * reveal.el (reveal-post-command): Don't try to reveal overlays which
8844         have a non-nil `invisible' property but are actually visible.
8846         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
8847         for perldoc sections.
8848         (perl-outline-regexp, perl-outline-level): New var and function.
8849         (perl-mode): Use them.
8851 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
8853         * calendar/diary-lib.el (diary-remind): Discard any mark portion
8854         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
8856 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
8858         * cus-edit.el: Comment change.
8859         (custom-buffer-create-internal): Slightly reword text at top of
8860         Custom buffers.  Mention there that saving an option edits the
8861         init file.  Add link to Emacs manual node on `custom-file'.
8862         (custom-magic-alist): Rewrite individual State messages to use
8863         capitalized keywords.  Doc fix.
8865 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
8867         * calendar/calendar.el (calendar-buffer): Move above
8868         calendar-week-start-day.
8869         (calendar-week-start-day): Doc fix.  Add :set function.
8870         (calendar-minimum-window-height): New variable.
8871         (generate-calendar-window): Only resize window if selected-window
8872         is displaying the calendar buffer.  Use new variable
8873         calendar-minimum-window-height.
8874         (generate-calendar): Reword error message.
8875         (calendar-mode-map): Bind DEL to scroll-other-window-down.
8877 2005-02-27  Andreas Schwab  <schwab@suse.de>
8879         * vc.el (vc-do-command): Don't run command asynchronously when
8880         operating in a remote directory.
8882         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
8883         change from sync with Tramp 2.0.47.
8885 2005-02-27  Richard M. Stallman  <rms@gnu.org>
8887         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
8889         * textmodes/flyspell.el (flyspell-mode-on):
8890         Call ispell-change-dictionary only if necessary.
8892         * emacs-lisp/re-builder.el (regexp-builder): New function.
8894         * register.el (describe-register-1): Explicitly handle
8895         yank-excluded-properties = t.
8897         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
8898         (custom-magic-alist): Change the status descriptions again.
8899         (face widget-type): Total rewrite based on `restricted-sexp'
8900         to eliminate the confusing double hiding levels.
8902         * emacs-lisp/debug.el (debug-on-entry-1):
8903         If function body is empty, add nil as body form.
8905 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8907         * emacs-lisp/trace.el (inhibit-trace): New var.
8908         (trace-make-advice): Use it.
8910         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
8912 2005-02-26  Kim F. Storm  <storm@cua.dk>
8914         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
8915         (mouse-on-link-p, mouse-drag-region-1): Use it.
8917 2005-02-25  Lute Kamstra  <lute@gnu.org>
8919         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
8921 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
8923         * frame.el (blink-cursor-mode): Add :group keyword.
8925 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
8927         * calendar/icalendar.el (icalendar--decode-isodatetime):
8928         New optional argument DAY-SHIFT.
8929         (icalendar-export-region): Fix coding-system-for-write.
8930         (icalendar--convert-ical-to-diary): Shift end-day of all-day
8931         events by one.
8933 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8935         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
8937 2005-02-24  Kim F. Storm  <storm@cua.dk>
8939         * international/iso-acc.el (iso-accents-compose): Fix crash
8940         during redisplay.  Call force-window-update after read-event
8941         and delete-region to signal that window is not accurate.
8943 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8945         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
8946         Remove unused and inexistent var `inhibit-trace'.
8947         (debugger-mode): Use run-mode-hooks.
8948         (debugger-list-functions): Add buttons; setup xref stack.
8950 2005-02-23  Richard M. Stallman  <rms@gnu.org>
8952         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
8953         appointment says it was explicitly made.
8954         (appt-add): Set the 3rd element.
8955         (appt-make-list): Preserve explicit appointments.
8957         * subr.el (find-tag-default): Catch errors in forward-sexp.
8959 2005-02-23  Juri Linkov  <juri@jurta.org>
8961         * info.el (Info-isearch-search): New defcustom.
8962         (Info-isearch-search): Call the default isearch function
8963         when Info-isearch-search is nil.
8964         (Info-isearch-wrap): Use variable Info-isearch-search.
8966 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
8968         * cus-edit.el: Comment change.
8970 2005-02-22  Kim F. Storm  <storm@cua.dk>
8972         * progmodes/hideif.el (hide-ifdef-use-define-alist):
8973         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
8975 2005-02-22  Simon Josefsson  <jas@extundo.com>
8977         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
8978         New variable.
8979         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
8980         Oskarsson" <myrkraverk@users.sourceforget.net>.
8982 2005-02-22  Kim F. Storm  <storm@cua.dk>
8984         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
8985         check that window of that event is the selected window.
8986         (mouse-drag-region-1): Compare mouse event window to selected
8987         window before setting point.
8989         * tooltip.el (tooltip-show-help-function): Pass event to
8990         mouse-on-link-p so it can check selected window.
8992 2005-02-22  Kenichi Handa  <handa@m17n.org>
8994         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
8995         (ps-mule-show-warning): New function.
8996         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
8997         characters are found.
8999         * ps-print.el (ps-header-footer-string): Return a list of header
9000         and footer strings.
9002 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9004         * pcvs.el (cvs-retrieve-revision): Fix thinko.
9006 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9008         * frame.el (blink-cursor-mode): Use define-minor-mode.
9010         * term/mac-win.el (function-key-map): Use char-names more consistently.
9011         (file-name-coding-system): Only set it for MacOS-9.  The other case is
9012         already handled in mule-cmds.el (where it also works when mac-win.el
9013         is not used).
9015 2005-02-21  Kenichi Handa  <handa@m17n.org>
9017         * international/mule.el (ctext-pre-write-conversion): Always use
9018         " *code-converting-work*" buffer for work.
9020         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
9022 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
9024         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
9026 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
9028         * ses.el (undo-more): Restore defadvice, but only the part that
9029         allows changes outside the restricted area of the buffer.
9031 2005-02-20  Kim F. Storm  <storm@cua.dk>
9033         * simple.el (line-move): Add fourth optional arg try-vscroll which
9034         must be set to perform auto-window-vscroll.
9035         When moving backwards and doing auto-window-vscroll, automatically
9036         vscroll to the last part of lines which are taller than the window.
9037         (next-line, previous-line): Set try-vscroll arg on line-move.
9039 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
9041         * replace.el (query-replace, query-replace-regexp)
9042         (replace-string, replace-regexp): When operating on region, make
9043         the minibuffer prompt say so.
9045         * isearch.el (isearch-forward): Document isearch-query-replace and
9046         isearch-query-replace-regexp keybindings.
9048 2005-02-19  Jay Belanger  <belanger@truman.edu>
9050         * calc/calc-aent.el (math-read-token): Add local variable.
9052         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
9053         (calc-edit-top): Move declaration to earlier in file.
9054         (calc-edit-macro-repeats): Add local variables.
9056         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
9057         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
9058         calcFunc-tanh.
9059         Adjust integration rule for calcFunc-tan.
9061 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
9063         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
9064         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
9065         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
9066         (viper-skip-separators): Bug fix.
9067         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
9068         particular major mode.
9069         (viper-del-backward-char-in-replace): Don't put deleted char on the
9070         kill ring.
9072         * viper-ex.el (viper-color-display-p): New function.
9073         (viper-has-face-support-p): Use viper-color-display-p.
9075         * viper-keym.el (viper-gnus-modifier-map): New keymap.
9077         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
9079         * viper-util.el (viper-glob-unix-files): Fix shell status check.
9080         (viper-file-remote-p): Make equivalent to file-remote-p.
9082         * viper.el (viper-major-mode-modifier-list):
9083         Use viper-gnus-modifier-map.
9085 2005-02-19  David Kastrup  <dak@gnu.org>
9087         * subr.el (subregexp-context-p): Fix garbled doc string by adding
9088         quoting.
9090 2005-02-19  Jay Belanger  <belanger@truman.edu>
9092         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
9093         Remove extra definitions.
9094         (calc-coth): New function.
9095         (calcFunc-cot): Fix `let'.
9097 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
9099         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
9100         the reasons we use "type pc" in these faces.
9102         * button.el (button): Ditto.
9104 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
9106         * replace.el (query-replace-read-from): Set the value of
9107         query-replace-from-history-variable to handle the case of an empty
9108         string entered to accept the suggested default.
9110         * net/tramp.el (tramp-file-name-for-operation):
9111         Use dired-call-process instead of dired-call-process-command.
9113 2005-02-19  Jay Belanger  <belanger@truman.edu>
9115         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
9116         (math-div-non-trig): New variables.
9117         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
9118         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
9119         (math-combine-prod, math-div-symb-fancy): Add simplifications for
9120         trig expressions.
9122 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
9124         * progmodes/gdb-ui.el (gdb-var-update-handler)
9125         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
9126         for watch expressions,
9127         (gdb-var-create-handler): Don't set speedbar-update-flag.
9128         (gdb-post-prompt): Simplify test for speedbar.
9130 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
9132         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
9133         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
9134         we use the syntax table of the correct buffer.
9135         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
9136         Felix Gatzemeier.
9138         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
9139         (ediff-file-remote-p): Make synonymous with file-remote-p.
9140         In all deffaces ediff-*-face-*, use min-colors.
9142         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
9143         ediff-recurse-to-subdirectories.
9144         (ediff-mark-if-equal): Check that the arguments are strings, use
9145         ediff-same-contents (after to Felix Gatzemeier).
9147         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
9148         nil.
9150 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9152         * log-view.el (log-view-message-re): Fix up Subversion regexp.
9154 2005-02-18  David Kastrup  <dak@gnu.org>
9156         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
9157         use `mark-active' when defined.
9159 2005-02-18  Kenichi Handa  <handa@m17n.org>
9161         * ps-print.el (ps-font-info-database): New entry
9162         ZapfChancery-MediumItalic with correct font name.  Fix font name
9163         of the entry Zapf-Chancery-MediumItalic.
9165 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
9167         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
9169 2005-02-16  Kim F. Storm  <storm@cua.dk>
9171         * ido.el (ido-fallback-command): Pass user input to fallback command.
9173 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
9175         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
9176         (gdb-find-file-hook): Add server prefix.
9178 2005-02-16  Richard M. Stallman  <rms@gnu.org>
9180         * replace.el (perform-replace): Pass new args to replace-highlight.
9181         (replace-highlight): Take region args,
9182         and pass them to isearch-lazy-highlight-new-loop.
9184         * novice.el (disabled-command-hook): Autoload the defalias
9185         and the make-obsolete-variable call.
9187         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
9189         * isearch.el (isearch-lazy-highlight-start-limit)
9190         (isearch-lazy-highlight-end-limit): New variables limit
9191         the region for highlighting.
9192         (isearch-lazy-highlight-new-loop): New args BEG and END.
9193         (isearch-lazy-highlight-search): Use the new vars.
9194         (isearch-lazy-highlight-update): Likewise.
9196         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
9198         * cus-start.el (all): Use default-boundp.
9200 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
9202         * menu-bar.el (menu-bar-select-frame): Handle current frame.
9204 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
9206         * autorevert.el (auto-revert-stop-on-user-input)
9207         (auto-revert-verbose): Doc fixes.
9209 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
9211         * international/mule-cmds.el (set-locale-environment): Remove call
9212         to set-selection-coding-system on Windows.
9214 2005-02-15  Jay Belanger  <belanger@truman.edu>
9216         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
9217         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
9218         calcFunc-coth.
9219         (math-simplify-sqrt): Add simplifications.
9221         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
9222         to list.
9224         * calc/calc-ext.el: Add functions to autoloads.
9226         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
9227         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
9228         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
9229         (math-csc-raw, math-cot-raw): New functions.
9231         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
9233         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
9234         the variable name in a message.
9236         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
9237         calcFunc-csc, calcFunc-cot.
9239         * calc/calcalg2.el: Add derivative and integration rules for
9240         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
9241         calcFunc-csch, calcFunc-coth.
9242         (math-do-integral-methods): Add to checks for when to use
9243         substitutions.
9245         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
9247 2005-02-15  Lute Kamstra  <lute@gnu.org>
9249         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9250         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
9251         <monnier@iro.umontreal.ca>
9252         (lisp-outline-level): Improve efficiency.  Suggested by David
9253         Kastrup <dak@gnu.org>.
9255 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
9257         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
9258         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
9259         (gdb-set-gud-minor-mode-existing-buffers): New functions.
9260         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
9261         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
9263 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
9265         * cus-start.el (all): Comment change.
9267 2005-02-14  Lute Kamstra  <lute@gnu.org>
9269         * cus-start.el (all): Check if symbol is void.
9271 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
9273         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
9274         optional argument to \cite.
9276 2005-02-14  Richard M. Stallman  <rms@gnu.org>
9278         * cus-edit.el (custom-buffer-create-internal): Update help message.
9279         (custom-magic-alist): Update help messages.
9281         * cus-start.el (all): Allow a var to specify a standard value.
9283 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
9285         * custom.el (custom-theme-set-variables): Handle variable aliases.
9287         * frame.el (blink-cursor-timer): Doc fix.
9288         (blink-cursor): Make it an alias for `blink-cursor-mode' and
9289         declare obsolete.
9290         (blink-cursor-mode): Define with defcustom and use correct
9291         standard expression in that defcustom.
9292         * startup.el (command-line): Adapt to above changes in frame.el.
9294 2005-02-11  Lute Kamstra  <lute@gnu.org>
9296         * apropos.el (apropos-score-doc): Prevent division by zero.
9298 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
9300         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
9301         (icalendar--get-event-property-attributes)
9302         (icalendar--get-event-properties)
9303         (icalendar--datetime-to-diary-date): New functions.
9304         (icalendar--split-value): Doc fix.
9305         (icalendar--datetime-to-noneuropean-date)
9306         (icalendar--datetime-to-european-date): New optional argument
9307         SEPARATOR.  Return result as a string instead of a list.
9308         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
9309         (icalendar--convert-string-for-export): Rename arg S to STRING.
9310         (icalendar-export-region): Doc fix.  Change name of error buffer.
9311         Save output buffer.
9312         (icalendar-import-file): Add blank at end of prompt.
9313         (icalendar-import-buffer): Doc fix.  Do not switch to error
9314         buffer.  Indicate status in return value.
9315         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
9316         buffer.  Save output buffer.  Handle exception from recurrence
9317         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
9318         events.  Fix problems with weekly all-day events.
9320 2005-02-10  Richard M. Stallman  <rms@gnu.org>
9322         * simple.el (eval-expression-print-format):
9323         Avoid warning about edebug-active.
9325         * help.el (help-for-help-internal): Rename from help-for-help.
9326         (help-for-help): Define with defalias.
9328         * font-core.el (font-lock-default-function): Use with-no-warnings.
9330         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
9332         * custom.el (defface): Doc fix.
9334 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
9336         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
9337         width 0" to prevent word wrapping problems.
9339 2005-02-09  Kim F. Storm  <storm@cua.dk>
9341         * ido.el (ido-file-extensions-order): New defcustom.
9342         (ido-file-extension-lessp, ido-file-extension-aux)
9343         (ido-file-extension-order): New advanced file ordering.
9344         (ido-file-lessp): New simple file ordering.
9345         (ido-sort-list): Remove.
9346         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
9347         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
9349 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
9351         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
9352         that some versions of grep produce.
9353         (grep-mode-font-lock-keywords): Likewise.
9355 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
9357         * progmodes/gdb-ui.el (gdb-location-list): New variable.
9358         (gdb-cdir): Delete.
9359         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
9360         (gdb-source-info): Treat case when source file is in another
9361         directory properly.
9362         (gdb-get-location): New function.
9364 2005-02-07  Jay Belanger  <belanger@truman.edu>
9366         * calc/calc-prog.el (calc-write-parse-table-part)
9367         (calc-fix-token-name): Fix a check for language type.
9369         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
9371 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
9373         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
9374         as directory not writable.
9376 2005-02-07  Kim F. Storm  <storm@cua.dk>
9378         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
9379         (cua--standard-movement-commands): Remove list.
9380         Instead, set CUA property value to move for movement commands.
9381         (cua-movement-commands): Remove.  Users must set CUA prop instead.
9382         (cua--pre-command-handler): Check CUA property.
9383         (cua--init-keymaps): Don't remap undo commands.
9384         (cua-mode): Don't call cua--rectangle-on-off.
9386         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
9387         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
9388         (cua--rect-undo-set-point): New var.
9389         (cua--rectangle-undo-boundary): Setup undo apply entry.
9390         (cua--rect-undo-handler): New function for rectangle undo.
9391         (cua--rect-start-position, cua--rect-end-position): Add.
9392         (cua--rectangle-post-command): Call cua--rectangle-set-corners
9393         for restored rectangle.  Set point if cua--rect-undo-set-point.
9395 2005-02-06  Jay Belanger  <belanger@truman.edu>
9397         * calc/calc-lang.el (calc-tex-language): Display more information
9398         in messages.
9400         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
9401         in TeX mode.
9403 2005-02-06  Richard M. Stallman  <rms@gnu.org>
9405         * emacs-lisp/lisp.el (buffer-end): Doc fix.
9407 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
9409         * net/ldap.el (ldap-search-internal): Support attributes with
9410         optional descriptions separated by a semi-colon, as in
9411         "userCertificate;binary".
9413 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9415         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
9416         isn't a cons (i.e. the version is 0).
9418 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
9420         * help.el (help-for-help): Doc fix.
9422 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
9424         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
9425         GDB-Windows on the menu-bar as this works better.
9427 2005-02-04  Jay Belanger  <belanger@truman.edu>
9429         * calc/calc-embed.el (calc-embedded-update): Don't put in
9430         unnecessary newlines.  Adjust the end of formula marker.
9432         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
9433         (math-latex-parse-two-args): New function.
9435 2005-02-03  Lute Kamstra  <lute@gnu.org>
9437         * help-fns.el (help-with-tutorial): Make sure that users cannot
9438         remove the entire text of the tutorial by means of `undo'.
9440 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9442         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
9443         in recent changes, where the ispell process was repeatedly
9444         killed & restarted.
9446         * international/mule-cmds.el (set-locale-environment): Set file-name
9447         coding system to utf-8 on Darwin systems.
9448         (set-default-coding-systems): Don't set default-file-name-coding-system
9449         on Darwin systems.
9451 2005-02-03  Richard M. Stallman  <rms@gnu.org>
9453         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
9455 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
9457         * faces.el (list-faces-display): Add optional argument.
9459 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9461         * font-core.el (font-lock-default-function): Handle the rare case where
9462         only font-lock-keywords is set.
9464 2005-02-02  Kenichi Handa  <handa@m17n.org>
9466         * international/characters.el: Cancel previous change for
9467         I-WITH-DOT-ABOVE and DOTLESS-i.
9469         * international/latin-5.el: Cancel previous change.
9471 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
9473         * progmodes/gud.el: Correction to syntax in gud-menu-map.
9475 2005-02-02  Kenichi Handa  <handa@m17n.org>
9477         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
9478         DOTLESS-i.
9480         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
9481         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
9483         * case-table.el (get-upcase-table): New function.
9484         (copy-case-table): Copy upcaes table too if non-nil.
9485         (set-case-syntax-delims): Maintain upcase table too.
9486         (set-case-syntax-pair): Likewise.
9487         (set-upcase-syntax, set-downcase-syntax): New functions.
9488         (set-case-syntax): Maintain upcase table too.
9490 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
9492         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
9494         * progmodes/gud.el (gud-goto-info): New function.
9495         (gud-tool-bar-map): Use correct icon.
9497 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
9499         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
9500         When delegating, order args in the funcall correctly.
9502 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
9504         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
9506 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
9508         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
9509         buffer not visiting a file.
9511 2005-01-31  Jay Belanger  <belanger@truman.edu>
9513         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
9514         bound on the line with the formula.
9516 2005-01-31  Kim F. Storm  <storm@cua.dk>
9518         * ses.el (ses-create-cell-variable-range)
9519         (ses-destroy-cell-variable-range, ses-reset-header-string)
9520         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
9521         (ses-insert-row): Fix format of apply undo entries.
9523 2005-01-31  Jay Belanger  <belanger@truman.edu>
9525         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
9526         parts.
9528         * calc/calc-embed.el (calc-embedded-open-formula)
9529         (calc-embedded-close-formula): Ignore matrix environments.
9531         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
9532         TeX mode.
9534         * calc/calc-lang.el (math-function-table, math-oper-table)
9535         (math-variable-table): Adjust the LaTeX portions.
9537         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
9538         (math-latex-ignore-words): New constant.
9540 2005-01-31  Richard M. Stallman  <rms@gnu.org>
9542         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
9543         (ispell-local-dictionary): Doc fix.
9544         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
9545         Don't reinitialize at run time.  Don't defcustom.
9546         All uses changed to append ispell-local-dictionary-alist,
9547         or check it first.
9548         (ispell-current-dictionary): New variable for dictionary in use.
9549         (ispell-dictionary): Now used only for global default.
9550         (ispell-start-process): Set ispell-current-dictionary,
9551         not ispell-dictionary.
9552         (ispell-change-dictionary): Use this only for setting
9553         user preferences.
9554         (ispell-internal-change-dictionary): New function
9555         to change the current dictionary in use.
9556         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
9557         Use ispell-current-dictionary.
9558         Handle ispell-local-dictionary-overridden.
9559         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
9561 2005-01-31  Jay Belanger  <belanger@truman.edu>
9563         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
9565         * calc/calc-ext.el: Add calc-latex-language to autoloads.
9566         (calc-mode-map): Add calc-latex-language.
9568         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
9569         (math-latex-print-frac): New functions.
9570         (math-oper-table, math-function-table, math-variable-table)
9571         (math-complex-format, math-input-filter): Add latex properties.
9572         (calc-set-language): Set math-expr-special-function-mapping.
9574         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
9575         (calc-write-parse-table-part): Add LaTeX support.
9577         * calc/calc.el (calc-language): Adjust docstring.
9578         (calc-set-mode-line): Add LaTeX support.
9579         (math-expr-special-function-mapping): New variable.
9580         (math-tex-ignore-words): Add to list.
9582         * calc/calccomp.el (math-compose-expr, math-compose-rows):
9583         Add LaTeX support.
9584         (math-compose-expr): Add support for special functions.
9586         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
9588 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
9590         * progmodes/gdb-ui.el (gdb-memory-address)
9591         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
9592         (gdb-memory-mode-map, gdb-memory-format-keymap)
9593         (gdb-memory-format-menu, gdb-memory-unit-keymap)
9594         (gdb-memory-unit-menu): New variables for a buffer
9595         that lets the user examine program memory.
9596         (gdb-memory-set-address, gdb-memory-set-repeat-count)
9597         (gdb-memory-format-binary, gdb-memory-format-octal)
9598         (gdb-memory-format-unsigned, gdb-memory-format-signed)
9599         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
9600         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
9601         (gdb-memory-unit-word, gdb-memory-unit-halfword)
9602         (gdb-memory-unit-byte, gdb-memory-unit-menu)
9603         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
9604         (gdb-memory-mode, gdb-memory-buffer-name)
9605         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
9606         New functions for above buffer.
9608 2005-01-30  Richard M. Stallman  <rms@gnu.org>
9610         * cus-edit.el (custom-bury-buffer): Function deleted.
9611         (custom-buffer-done-function): Option deleted.
9612         (custom-buffer-done-kill): New (replacement option.
9613         (Custom-buffer-done): Call quit-window.
9614         (custom-buffer-create-internal): Update for above changes.
9616 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
9618         * simple.el (undo-ask-before-discard): New var.
9619         (undo-outer-limit-truncate): Implement it.
9620         (undo-extra-outer-limit): Doc update.
9622 2005-01-29  Richard M. Stallman  <rms@gnu.org>
9624         * ses.el (undo-more): Delete defadvice.
9625         (ses-begin-change): Doc fix.
9627         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
9628         instead of rebinding C-x u and C-_.
9630         * files.el (normal-backup-enable-predicate): Return nil for files
9631         in /tmp, regardless of temporary-file-directory.
9633         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
9635         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
9636         (open-rectangle, delete-whitespace-rectangle-line)
9637         (clear-rectangle-line): If FILL, pass t instead of FILL
9638         for move-to-column's 2nd arg.
9640         * simple.el (undo): Fix the test for continuing a series of undos.
9641         (undo-more): Set pending-undo-list to t when we reach end.
9642         (pending-undo-list): Move up defvar.
9644         * wid-edit.el (widget-button-click):
9645         Shorten the range of the track-mouse binding.
9647         * comint.el (comint-insert-input): Undo previous changes;
9648         use last-input-event in interactive spec.
9650 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
9652         * progmodes/compile.el (compilation-start): Bind buffer-read-only
9653         to nil before invoking call-process.  Reset buffer's modified flag
9654         after fontifying it in the no-async branch.
9656         * wid-edit.el (widget-specify-button): If mouse pointer shape
9657         cannot be changed, use mouse face instead.
9659 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
9661         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
9662         (gdb-goto-breakpoint): Make breakpoint handling work on template
9663         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
9664         (gdb-assembler-custom): Update to recognize breakpoint information
9665         added on 2005-01-19.
9667 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9669         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
9670         (dsssl-mode): Use define-derived-mode.
9671         (scheme-mode-initialize): Remove.
9672         (scheme-mode): Use run-mode-hooks.
9674         * cus-edit.el (customize-group-other-window)
9675         (custom-buffer-create-other-window): Don't override special-display-*.
9676         (custom-mode-map): Make it dense.
9678         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
9679         sets the default value.
9681 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
9683         * descr-text.el: Add more keywords.
9685 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9687         * speedbar.el: Avoid unnecessary use of locate-library.
9689         * international/mule-cmds.el (standard-display-european-internal):
9690         Don't fiddle with latin-1 non-break space any more since it's now
9691         special cased in the C code.
9692         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
9694 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
9696         * cus-start.el (all): Add `undo-outer-limit'.
9698 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9700         * textmodes/bibtex.el (bibtex-format-entry):
9701         Use `bibtex-empty-field-re' only on the text of fields, not on entire
9702         field lines.
9703         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
9704         not on part of a buffer.
9706 2005-01-25  Lute Kamstra  <lute@gnu.org>
9708         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
9709         nonempty field text strings like "{letters\\macro{}more letters}".
9710         Clarify docstring.
9711         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
9712         (bibtex-entry-offset, bibtex-parse-association)
9713         (bibtex-parse-field-name): Fix typos in docstrings.
9714         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
9716 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
9718         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
9719         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
9720         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
9721         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
9723         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
9724         isearch minor mode.
9726 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
9728         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
9730 2005-01-24  Lute Kamstra  <lute@gnu.org>
9732         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
9733         CASECHARS and NOT-CASECHARS regular expressions of the
9734         "nederlands" and "nederlands8" dictionaries to prevent a "Range
9735         striding over charsets" error.
9737 2005-01-24  Jay Belanger  <belanger@truman.edu>
9739         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
9740         display variable name.
9742 2005-01-24  Kenichi Handa  <handa@m17n.org>
9744         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
9745         Fix setting of the element of encoded-kbd-iso2022-invocations.
9747 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
9749         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
9750         (gdb-threads-select): Change to also accept mouse events.
9751         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
9752         (gdb-threads-mouse-select): Delete.
9754 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
9756         * files.el (insert-directory): Take care of empty directory,
9757         listed without -a switch.
9759 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9761         * textmodes/refill.el (refill-post-command-function):
9762         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
9763         to the list of functions that we should be careful not to undo.
9764         (refill-late-fill-paragraph-function): Remove.
9765         (refill-saved-state): New var.
9766         (refill-mode): Use it to save fill-paragraph-function.
9767         Save also the value of auto-fill-function.
9769         * term/w32-win.el: Simplify code.
9771 2005-01-23  Kim F. Storm  <storm@cua.dk>
9773         * simple.el (line-move): Adapt to new return value from
9774         pos-visible-in-window-p.
9776         * simple.el (line-move): Fix last change.  Check partial
9777         visibility at point rather than at window-start.
9779 2005-01-22  Jason Rumney  <jasonr@gnu.org>
9781         * term/w32-win.el (xw-defined-colors): Remove debug-message.
9783 2005-01-22  David Kastrup  <dak@gnu.org>
9785         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
9787 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
9789         * type-break.el (type-break-mode): Add a test for
9790         type-break-file-name being non-nil.
9792 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
9794         * net/eudc.el (top level): Call (message "") via progn, so that
9795         eudc-options-file is loaded.
9797 2005-01-22  Kim F. Storm  <storm@cua.dk>
9799         * simple.el (line-move-1): Rename from line-move.
9800         (line-move): New function that adjusts vscroll for partially
9801         visible rows, and calls line-move-1 otherwise.
9803 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
9805         * pcomplete.el: define pcomplete-read-event instead of read-event,
9806         since it's not a complete read-event implementation
9808 2005-01-20  Jay Belanger  <belanger@truman.edu>
9810         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
9811         for called function.
9813 2005-01-20  Steven Tamm  <steventamm@mac.com>
9815         * term/mac-win.el (process-connection-type): Remove.
9816         Controlled now by s/darwin.h:PTY_ITERATION.
9818 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9820         * window.el (handle-select-window): Don't switch window when we're
9821         in the minibuffer.
9823 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
9825         * subr.el (dotimes-with-progress-reporter): New macro.
9827         * ses.el (ses-dotimes-msg): Remove macro.
9828         Use `dotimes-with-progress-reporter' instead.
9830 2005-01-19  Steven Tamm  <steventamm@mac.com>
9832         * term/mac-win.el (process-connection-type): Use new
9833         operating-system-release variable to use ptys on Darwin 7 (OS X
9834         10.3) when using carbon build.
9836 2005-01-19  Jay Belanger  <belanger@truman.edu>
9838         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
9839         flags if the last command was a tab or M-tab.
9841         * calc/calc-prog.el (calc-user-define-edit): Put original formula
9842         in formula editing buffer.
9844 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
9846         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
9847         breakpoint image symbol in margin.
9849 2005-01-19  Jay Belanger  <belanger@truman.edu>
9851         * calc/calc-prog.el (calc-execute-kbd-macro):
9852         Ignore calc-keep-arg-flag.
9854 2005-01-19  Kenichi Handa  <handa@m17n.org>
9856         * textmodes/ispell.el (ispell-looking-at): New function.
9857         (ispell-process-line): Use ispell-looking-at to compare the ispell
9858         output and the buffer contents.
9860 2005-01-18  Jay Belanger  <belanger@truman.edu>
9862         * calc/calc.el (calc-display-raw): Fix docstring.
9864 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9866         * simple.el (blink-matching-open): Strip extra info from syntax.
9868         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
9869         funny chars in the end-of-here-doc marker.
9871 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
9873         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
9874         that enable/disabled state of breakpoints is shown correctly in
9875         fringe and on ttys.
9876         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
9877         Add breakpoint information as text properties.
9878         (gdb-mouse-toggle-breakpoint):
9879         Rename to gdb-mouse-set-clear-breakpoint.
9880         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
9881         breakpoints in the margin.
9882         (gdb-remove-strings): Simplify.
9884 2005-01-17  Jay Belanger  <belanger@truman.edu>
9886         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
9887         erasing buffer.
9889 2005-01-17  Richard M. Stallman  <rms@gnu.org>
9891         * progmodes/grep.el (grep-find): Copy from `grep' the condition
9892         for calling grep-compute-defaults.
9894         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
9895         if buffer is empty.
9897         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
9899 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9901         * hilit-chg.el (highlight-changes-mode): Don't autoload.
9903         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
9904         non-preloaded variables.
9906 2005-01-17  Steven Tamm  <steventamm@mac.com>
9908         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
9909         tex-shell cause to force interactivity when using pipes.
9911 2005-01-17  Kim F. Storm  <storm@cua.dk>
9913         * simple.el (just-one-space): Make arg optional.
9915 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
9917         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
9918         posn-at-x-y to t to access left-margin.
9920 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
9922         Sync with Tramp 2.0.47.
9924         * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
9925         catching keep-date problems in cp/scp operations.
9926         (tramp-handle-copy-file): Don't call `set-file-modes'
9927         unconditionally.  Specialized functions should know better what is
9928         necessary.  This improves performance a little bit, and the
9929         functions could catch errors with `cp -p' and `scp -p'.
9930         (tramp-do-copy-or-rename-file-via-buffer)
9931         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
9932         when appropriate.
9933         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
9934         Call `set-file-modes' when appropriate.
9935         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
9936         Johnsson <isak@hypergene.com>
9937         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
9938         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
9939         <joakim@verona.se>
9940         (tramp-file-name-for-operation): Mark `shell-command' as magic for
9941         Emacs only.
9943         * tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
9944         `find-file-hooks' and `dired-mode-hook'.
9945         (tramp-minor-mode-map): Respective map.  Add remapping for
9946         `compile' and `recompile'.
9947         (tramp-remap-command, tramp-recompile): New defuns.
9948         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
9949         in buffer "*Compilation*".  Call the commands asynchronously.
9951         * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
9952         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
9953         `shell-command', because it isn't magic in XEmacs.  Reported by
9954         Adrian Aichner <adrian@xemacs.org>.
9956         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
9957         `substitute-in-file-name.
9958         (tramp-smb-handle-substitute-in-file-name): New defun.
9959         (tramp-smb-advice-PC-do-completion): Delete advice.
9961 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
9963         * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
9964         Fix error in deleting region.
9966 2005-01-15  Richard M. Stallman  <rms@gnu.org>
9968         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
9969         In non-temp buffer, switch syntax table temporarily.
9971         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
9973         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
9975         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
9977         * imenu.el (imenu--split-menu): Copy menulist before sorting.
9978         (imenu--generic-function): Use START, not BEG, as pos of definition.
9980         * simple.el (just-one-space): Argument specifies number of spaces.
9982         * simple.el (eval-expression-print-format): Avoid warning
9983         about edebug-active.
9985 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
9987         * progmodes/sh-script.el: Code copied from make-mode.el
9988         with small changes,
9989         (sh-mode-map): Bind C-c C-\.
9990         (sh-backslash-column, sh-backslash-align): New variables.
9991         (sh-backslash-region, sh-append-backslash): New functions.
9993 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
9995         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
9996         (rmail-pop-password, rmail-pop-password-required): Move to
9997         rmail-obsolete group.
9998         (rmail-set-pop-password): Rename to rmail-set-remote-password.
9999         All callers updated.
10000         (rmail-get-pop-password): Rename to rmail-get-remote-password.
10001         Take an argument specifying whether it is POP or IMAP mailbox we
10002         are using.  All callers updated.
10003         (rmail-pop-password-error): Rename to
10004         rmail-remote-password-error.  Added mailutils-specific error message.
10005         (rmail-movemail-search-path)
10006         (rmail-movemail-variant-in-use): New variables.
10007         (rmail-remote-password, rmail-remote-password-required):
10008         New customization variables.
10009         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
10010         (rmail-parse-url): New function.
10011         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
10012         with GNU mailutils movemail.
10014 2005-01-15  Kevin Ryde  <user42@zip.com.au>
10016         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
10017         suffix to space, $ or '$, to correctly position point when going
10018         to @table style constants like DBL_MAX.
10020 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
10022         * type-break.el (type-break-mode, type-break-file-time)
10023         (type-break-file-keystroke-count, type-break-choose-file):
10024         Don't store data in or load data from the file if type-break-file-name
10025         is nil.
10026         (type-break-file-name): Doc update as per the above.
10028 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
10030         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
10031         lookup-key might return nil; handle that.
10033 2005-01-15  Alan Mackenzie  <acm@muc.de>
10035         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
10036         rather than the element found, thus enabling the tree to be setcar'd.
10038 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
10040         * textmodes/org.el (org-show-following-heading): New option.
10041         (org-show-hierarchy-above): Use `org-show-following-heading'.
10042         (org-cycle): Documentation fix.
10044         * textmodes/org.el (orgtbl-optimized): New option
10045         (orgtbl-mode): New command, a minor mode.
10046         (orgtbl-mode-map): New variable.
10047         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
10048         (orgtbl-error, orgtbl-self-insert-command)
10049         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
10051         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
10052         a local variable in each org-mode buffer.
10054         * textmodes/org.el (org-set-regexps-and-options): Rename from
10055         `org-set-regexps'.  Added checking for STARTUP keyword.
10056         (org-get-current-options): Add STARTUP options.
10057         (org-table-insert-row): Make mode intelligent about when
10058         realignment is needed.
10059         (org-self-insert-command, org-delete-backward-char, org-delete-char):
10060         New commands.
10061         (org-enable-table-editor): New default value `optimized'.
10062         (org-table-blank-field): Support blanking regions if active.
10064 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
10066         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
10067         if the year is not given.
10069         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
10070         Add new escapes %m and %M, fixed bug with %F by adding
10071         save-match-data.
10072         (reftex-reference): Remove ?. from list of spaces.
10073         (reftex-label-info): Add automatic label prefix recognition.
10075         * textmodes/reftex-index.el (reftex-index-next-phrase):
10076         Add slave parameter to call of `reftex-index-this-phrase'.
10077         (reftex-index-this-phrase): New optional argument.
10078         (reftex-index-region-phrases): Add slave parameter to call of
10079         `reftex-index-this-phrase'.
10080         (reftex-display-index): New argument redo.
10081         (reftex-index-rescan): Add 'redo to arguments of
10082         `reftex-display-index'.
10083         (reftex-index-Rescan, reftex-index-revert)
10084         (reftex-index-switch-index-tag): Add 'redo to arguments of
10085         `reftex-display-index'.
10086         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
10087         indexing.  Fix bug with matching is there is a quote before or
10088         after the word.
10090         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
10091         Fix bug when collecting citation keys in lines with comments.
10092         (reftex-citation): Prefix argument no longer rescans the document,
10093         but forces prompting for optional arguments of cite macros.
10094         (reftex-do-citation): Prompting for optional arguments implemented.
10096         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
10097         Add optional arguments to most cite commands.
10098         (reftex-cite-cleanup-optional-args): New option
10099         (reftex-cite-prompt-optional-args): New option.
10100         (reftex-trust-label-prefix): New option.
10102         * textmodes/reftex-toc.el (reftex-toc-find-section):
10103         Add push-mark before changing the position in the buffer.
10105         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
10106         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
10108 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
10110         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
10111         more carefully.
10113 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10115         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
10116         (sgml-mode): Use it.
10117         (sgml-get-context): Better keep track of implicitly closed tags.
10119 2005-01-13  Kenichi Handa  <handa@m17n.org>
10121         * textmodes/ispell.el: These changes are to fix misalignment error
10122         caused by equivalent characters of different Emacs charsets.
10123         (ispell-unified-chars-table): New variable.
10124         (ispell-get-decoded-string): New function.
10125         (ispell-get-casechars, ispell-get-not-casechars)
10126         (ispell-get-otherchars): Call ispell-get-decoded-string.
10128 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
10130         * custom.el (custom-declare-variable): Just put symbol instead
10131         of (defvar . symbol) in `current-load-list'.
10133 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10135         * emacs-lisp/elint.el: Fixed typo in Commentary section.
10137 2005-01-12  Jay Belanger  <belanger@truman.edu>
10139         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
10140         to create a Calc summary.
10142 2005-01-12  Kim F. Storm  <storm@cua.dk>
10144         * mouse.el (mouse-on-link-p): Change functionality and doc
10145         string to comply with latest description in lisp ref.
10147 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
10149         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
10150         Enable mouse clicks on mode-line, header-line and margin.
10151         (event-type): Give mouse event symbols an 'event-kind property
10152         with value 'mouse-click.
10154 2005-01-12  Juri Linkov  <juri@jurta.org>
10156         * facemenu.el (list-colors-display): Add new arg buffer-name.
10157         Use it.  Fix docstring.  Replace code for identifying duplicate
10158         colors by the name with call to `list-colors-duplicates' which
10159         identifies duplicate colors by the value unless the color
10160         is one of special Windows colors.  Set truncate-lines to t.
10161         Print sorted duplicate color names on each line.  Indent to 22
10162         \(the longest color name in rgb.txt) instead of 20.  Optimize.
10163         (list-colors-duplicates): New function.
10164         (facemenu-color-name-equal): Delete function.
10166         * facemenu.el (list-colors-print): New function created from code
10167         in list-colors-display.  Print #RRGGBB at the window right edge.
10168         (list-colors-display): When temp-buffer-show-function is not
10169         defined, call list-colors-print from temp-buffer-show-hook
10170         to get the right value of window-width in list-colors-print
10171         after the buffer is displayed.
10173         * simple.el (pop-mark): Move deactivate-mark out of conditional
10174         part to deactivate the active mark regardless of the state of the
10175         mark ring.
10177         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
10178         variables line in desktop files.
10180 2005-01-12  Juri Linkov  <juri@jurta.org>
10182         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
10183         Bring together isearch highlight related options.
10184         (lazy-highlight): Replace group `replace' by `matching'.
10185         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
10186         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
10187         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
10188         and declare them obsolete.
10189         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
10190         (isearch-faces): Remove defgroup.
10191         (isearch-overlay, isearch-highlight, isearch-dehighlight):
10192         Move isearch highlighting code closer to lazy highlighting code.
10194         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
10195         (query-replace-highlight, query-replace-lazy-highlight)
10196         (query-replace): Move definitions to the beginning of the file.
10198 2005-01-11  Juri Linkov  <juri@jurta.org>
10200         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
10201         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
10202         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
10204         * info.el (Info-history-forward): New variable.
10205         (Info-select-node): Reset Info-history-forward to nil.
10206         (Info-last): Turn into defalias.
10207         (Info-history-back): Rename from Info-last.
10208         Add current node to Info-history-forward.
10209         (Info-history-forward): New fun.
10210         (Info-mode-map): Replace Info-last by Info-history-back.
10211         Bind Info-history-forward to "r".
10212         (Info-mode-menu): Replace Info-last by Info-history-back.
10213         Fix menu item text.  Add menu item for Info-history-forward.
10214         (info-tool-bar-map): Replace Info-last by Info-history-back.
10215         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
10216         for Info-history-forward.
10217         (Info-mode): Replace Info-last by Info-history-back in docstring.
10218         Add local variable Info-history-forward.
10219         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
10221 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10223         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
10224         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
10225         Ignore select-window events rather than fiddle with
10226         mouse-autoselect-window.
10228 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
10230         * type-break.el (type-break-mode): Fix previous change.
10232 2005-01-10  Jay Belanger  <belanger@truman.edu>
10234         * calc/calc-ext.el (calc-reset): Reset when inside embedded
10235         calculator; only reset when point is inside a calculator.
10236         Don't adjust the window height if the window takes up the whole height
10237         of the frame.
10239 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
10241         * ebuff-menu.el (Electric-buffer-menu-mode):
10242         Preserve value of buffer-local var header-line-format.
10244 2005-01-09  Jay Belanger  <belanger@truman.edu>
10246         * calc/calc.el (calc-mode-var-list-restore-saved-values):
10247         Make sure settings file exists before accessing it.
10249         * calc/calc-embed.el (calc-embedded-subst):
10250         Replace math-multi-subst-rec, which is only supposed to be called
10251         by math-multi-subst, by math-multi-subst.
10253 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
10255         * vc.el (vc-allow-async-revert): New user option.
10256         (vc-disable-async-diff): New internal variable.
10257         (vc-revert-buffer): Use them to disable asynchronous diff.
10259         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
10260         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
10261         asynchronously if vc-disable-async-diff is t.
10263 2005-01-09  Jay Belanger  <belanger@truman.edu>
10265         * calc/calc.el (defcalcmodevar): New macro.
10266         (calc-mode-var-list-restore-default-values)
10267         (calc-mode-var-list-restore-saved-values): New functions.
10268         (calc-mode-var-list): Use defcalcmodevar to define it.
10269         (calc-always-load-extensions, calc-line-numbering)
10270         (calc-line-breaking, calc-display-just, calc-display-origin)
10271         (calc-number-radix, calc-leading-zeros, calc-group-digits)
10272         (calc-group-char, calc-point-char, calc-frac-format)
10273         (calc-prefer-frac, calc-hms-format, calc-date-format)
10274         (calc-float-format, calc-full-float-format, calc-complex-format)
10275         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
10276         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
10277         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
10278         (calc-matrix-brackets, calc-language, calc-language-option)
10279         (calc-left-label, calc-right-label, calc-word-size)
10280         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
10281         (calc-display-raw, calc-internal-prec, calc-angle-mode)
10282         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
10283         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
10284         (calc-window-height, calc-display-trail, calc-show-selections)
10285         (calc-use-selections, calc-assoc-selections)
10286         (calc-display-working-message, calc-auto-why, calc-timing)
10287         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
10288         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
10289         (calc-gnuplot-default-device, calc-gnuplot-default-output)
10290         (calc-gnuplot-print-device, calc-gnuplot-print-output)
10291         (calc-gnuplot-geometry, calc-graph-default-resolution)
10292         (calc-graph-default-resolution-3d, calc-invocation-macro)
10293         (calc-show-banner): Use defcalcmodevar to declare them and set
10294         their default values.
10296         * calc/calc-ext.el (calc-reset): Restore saved values of variables
10297         instead of default values (but restore default values if there is
10298         an argument of 0).
10300 2005-01-09  David Kastrup  <dak@gnu.org>
10302         * desktop.el (desktop-restore-eager): Fix typo in type.
10304 2005-01-08  Richard M. Stallman  <rms@gnu.org>
10306         * cus-edit.el (customize): Delete :link.
10308 2005-01-08  Jay Belanger  <belanger@truman.edu>
10310         * calc/calc.el (calc-mode): Remove the extension from the
10311         `calc-settings-file' file name when loading it.
10313 2005-01-08  Kim F. Storm  <storm@cua.dk>
10315         * info.el (Info-mode-map, Info-next-link-keymap)
10316         (Info-prev-link-keymap, Info-up-link-keymap):
10317         Map follow-link to mouse-face.
10318         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
10320 2005-01-08  Jay Belanger  <belanger@truman.edu>
10322         * calc/calc.el (calc-settings-file): Change default value.
10323         Suggested by cgw in a comment in calc-mode.el.
10325         * calc/calc-mode.el (calc-settings-file-name):
10326         Compare calc-settings-file to user-init-file instead of ~/.emacs.
10327         Replace ~/.emacs in a prompt by calc-settings-file.
10329 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
10331         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
10332         (desktop-lazy-idle-delay): New customizable variables.
10333         (desktop-buffer-args-list): New variable.
10334         (desktop-append-buffer-args): New function.
10335         (desktop-save): Call desktop-append-buffer-args for some buffers.
10336         (desktop-lazy-create-buffer): New function.
10337         (desktop-idle-create-buffers): New function.
10338         (desktop-read): Add message about buffers to restore lazily.
10339         (desktop-lazy-abort): New command.
10340         (desktop-clear): Call desktop-lazy-abort.
10341         (desktop-lazy-complete): New command.
10343 2005-01-06  Richard M. Stallman  <rms@gnu.org>
10345         * emacs-lisp/find-func.el (find-face-definition):
10346         Rename from find-face.
10348 2005-01-06  Kim F. Storm  <storm@cua.dk>
10350         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
10352         * man.el (Man-xref-man-page, Man-xref-header-file)
10353         (Man-xref-normal-file): Add follow-link property.
10355 2005-01-06  Jay Belanger  <belanger@truman.edu>
10357         * calc/calc-units.el: Make sure the proper macro definitions are
10358         available when compiling.
10360 2005-01-06  Juri Linkov  <juri@jurta.org>
10362         * isearch.el (isearch-lazy-highlight-update):
10363         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
10365 2005-01-06  Miles Bader  <miles@gnu.org>
10367         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
10368         (isearch-lazy-highlight-face): Use new name.
10370 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10372         * uniquify.el (uniquify-rationalize-file-buffer-names):
10373         Re-add an interactive spec.
10374         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
10375         to the same name.
10377         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
10378         (isearch-update, isearch-done): Adjust calls accordingly.
10380 2005-01-05  Richard M. Stallman  <rms@gnu.org>
10382         * custom.el (custom-set-variables, custom-theme-set-variables):
10383         Clarify documentation.
10385         * emacs-lisp/find-func.el (find-variable)
10386         (find-variable-other-window, find-variable-other-frame):
10387         Fix the TYPE args to find-function-read and find-function-do-it.
10388         (find-function): Doc fix.
10389         (find-function-at-point): Replace function-at-point alias.
10391 2005-01-04  Richard M. Stallman  <rms@gnu.org>
10393         * cus-face.el (custom-declare-face):
10394         Record defface in current-load-list.
10396         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
10398         * emacs-lisp/find-func.el: Doc fixes.
10399         (find-face-regexp): New variable.
10400         (find-function-regexp-alist): New variable.
10401         (find-function-C-source): Third arg is now TYPE.
10402         (find-function-search-for-symbol): Handle general TYPE.
10403         (find-function-read, find-function-do-it): Handle general TYPE.
10404         (find-definition-noselect, find-face): New functions.
10405         (function-at-point): Alias deleted.
10407 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10409         * battery.el (display-battery-mode): Rename from display-battery.
10410         Handle the case where it gets turned off.
10412 2005-01-04  Richard M. Stallman  <rms@gnu.org>
10414         * cus-edit.el (customize): Make :link point to user doc.
10416         * man.el (Man-fontify-manpage): Turn off undo generation.
10418         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
10420 2005-01-04  Andreas Schwab  <schwab@suse.de>
10422         * files.el (insert-directory): Only look for error lines in
10423         inserted text.  Don't move too far after processing --dired markers.
10425 2005-01-04  Richard M. Stallman  <rms@gnu.org>
10427         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
10428         Don't expand if the character is @, period, dash, etc.
10429         (define-mail-abbrev): Quote names that contain problem characters.
10431 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
10433         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
10435 2005-01-03  Richard M. Stallman  <rms@gnu.org>
10437         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
10438         (query-replace-highlight, query-replace-lazy-highlight)
10439         (query-replace): Definitions moved up.  Doc fix.
10441 2005-01-03  Richard M. Stallman  <rms@gnu.org>
10443         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
10444         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
10445         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
10446         (lazy-highlight-face): Rename from isearch-lazy-...
10447         Change all references to them.
10449 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
10451         * cus-edit.el (custom-file): Doc fix for defcustom.
10452         (custom-file): The function no longer sets the variable
10453         `custom-file' to its return value.
10455         * startup.el (command-line): No longer load `custom-file'.
10457 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10459         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
10461         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
10462         Don't confuse module-prefixed identifiers for labels.
10463         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
10465 2005-01-02  Richard M. Stallman  <rms@gnu.org>
10467         * files.el (basic-save-buffer-1): Fix previous change.
10469         * loadhist.el (file-loadhist-lookup): New function.
10470         (file-provides, file-requires): Use it.
10472         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
10473         instead of calculating the right size.
10475 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
10477         * vc-svn.el (vc-svn-diff): Stay local if possible.
10479 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10481         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
10483         * files.el (hack-local-variables): Fix last change.
10485 2005-01-02  Jay Belanger  <belanger@truman.edu>
10487         * calc/calc-yank.el (calc-edit-top): New variable.
10488         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
10489         object.  Change header properties.
10490         (calc-edit-finish, calc-edit-finish-stack-object)
10491         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
10492         edited object.
10493         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
10494         for the beginning of the edited object.
10495         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
10496         for the beginning of the edited object.
10497         * calc/calc-prog.el (calc-edit-macro-finish-edit)
10498         (calc-finish-formula-edit, calc-macro-repeats)
10499         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
10500         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
10501         beginning of the edited object.
10502         (calc-user-define-edit): Change the header for editing macros.
10503         Remove unnecessary variable.
10505 2005-01-01  Jay Belanger  <belanger@truman.edu>
10507         * calc/calc-yank.el (calc-edit-mode): Change default header.
10508         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
10509         * calc/calc-store.el (calc-edit-variable): Change title to match new
10510         header.
10511         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
10512         mode to match new header.
10513         (calc-user-define-edit): Change titles to include names of commands.
10514         (calc-finish-formula-edit): Adjust to handle new header.
10515         (calc-finish-macro-edit): Remove.
10516         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
10517         (calc-edit-macro-command, calc-edit-macro-command-type)
10518         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
10519         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
10520         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
10521         (calc-edit-macro-finish-edit): New functions.
10522         (calc-user-define-edit): Use new functions to edit named calc macros.
10524 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
10526         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
10528         * ses.el (copy-region-as-kill): Deactivate mark.
10530 2005-01-01  Richard M. Stallman  <rms@gnu.org>
10532         * replace.el (occur-1): If the output buffer is also an input,
10533         don't kill it, rename it.
10535         * faces.el (set-face-background, set-face-foreground): Doc fix.
10537         * cus-face.el (custom-face-attributes): Fix :help-echo strings
10538         for :foreground and :background.
10540         * dired.el (dired-view-command-alist): Variable deleted.
10541         (dired-view-file, dired-mouse-find-file-other-window):
10542         Delete the code to use it.
10544 2005-01-01  Kim F. Storm  <storm@cua.dk>
10546         * image.el (insert-sliced-image): Use t for line-height property.
10548 2004-12-31  Jay Belanger  <belanger@truman.edu>
10550         * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
10551         for "var-" at the beginning of the minibuffer.
10553 2004-12-31  Richard M. Stallman  <rms@gnu.org>
10555         * faces.el (read-face-name):
10556         Don't treat an attribute spec as a list of faces.
10558         * simple.el (undo): Use undo-equiv-table to detect
10559         unexpected changes since previous undo.
10560         (undo-list-saved): Variable deleted.
10561         (buffer-disable-undo): Don't alter undo-list-saved.
10563         * files.el (require-final-newline): Allow `visit' and `visit-save'.
10564         (mode-require-final-newline): New option.
10565         (after-find-file): Handle require-final-newline with new values.
10566         (basic-save-buffer): Handle new values of require-final-newline.
10568         * progmodes/sh-script.el (sh-require-final-newline):
10569         Alist value now controls whether to use mode-require-final-newline.
10570         (sh-set-shell): Implement that new meaning.
10572         * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
10573         * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
10574         * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
10575         Delete old-Emacs compatibility code.
10576         (antlr-c-common-init): Function deleted.
10578         * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
10579         * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
10580         * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
10581         * progmodes/python.el (python-mode): Use mode-require-final-newline.
10582         * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
10583         * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
10584         * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
10585         * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
10586         * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
10587         * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
10588         * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
10589         * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
10590         * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
10591         * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
10592         * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
10593         * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
10595 2004-12-31  Jay Belanger  <belanger@truman.edu>
10597         * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
10598         way to return to Calc.
10600         * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
10601         finish, C-xk as the way to cancel the edit.  Add cancel routine to
10602         kill-buffer-hook.
10604         * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
10605         MacEdit code.
10607         * calc/calc-prog.el: Remove obsolete MacEdit code.
10608         (calc-macro-edit-algebraic, calc-macro-edit-variable)
10609         (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
10611 2004-12-31  Kenichi Handa  <handa@m17n.org>
10613         * international/mule.el (buffer-file-coding-system-explicit):
10614         Rename for explicit-buffer-file-coding-system.
10615         (after-insert-file-set-coding): Adjust for the above change.
10617         * files.el (revert-buffer): Change explicit-buffer-file-coding-system
10618         to buffer-file-coding-system-explicit.
10619         (basic-save-buffer-1): Likewise.
10621 2004-12-30  Richard M. Stallman  <rms@gnu.org>
10623         * textmodes/artist.el (artist-butlast-fn): Var deleted.
10624         (artist-butlast, artist-last): Functions deleted.
10625         (artist-ellipse-mirror-quadrant): Call last and butlast directly.
10626         (artist-compute-key-compl-table): Call remq directly.
10627         (artist-remove-nulls): Function deleted.
10628         (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
10629         (artist-push, artist-pop): Macro deleted.
10631 2004-12-30  Andreas Leue  <al@sphenon.de>
10633         * textmodes/artist.el (artist-version): 1.2.6
10634         (artist-prev-next-op-alist): New variable.
10635         (artist-select-next-op-in-list): New function.
10636         (artist-select-prev-op-in-list): New function.
10637         (artist-make-prev-next-op-alist): New function.
10638         (artist-is-in-op-list-p): New function.
10639         (artist-get-first-non-nil-op): New function.
10640         (artist-get-last-non-nil-op): New function.
10641         (artist-mode-init): Call artist-get-last-non-nil-op to initialize
10642         artist-prev-next-op-alist.
10643         (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
10644         change drawing operation.
10646 2004-12-30  Luc Teirlinck  <teirllm@auburn.edu>
10648         * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
10650 2004-12-31  Masatake YAMATO  <jet@gyve.org>
10652         * server.el (server-process-filter): Suppress `error', too.
10654 2004-12-30  Jay Belanger  <belanger@truman.edu>
10656         * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
10657         Change the way a variable is displayed in a message.
10659         * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
10660         (calc-user-define-permanent, calc-execute-kbd-macro):
10661         Replace old function MacEdit-parse-keys with edmacro-parse-keys.
10663 2004-12-30  Kenichi Handa  <handa@m17n.org>
10665         * files.el (basic-save-buffer-1):
10666         Set explicit-buffer-file-coding-system to last-coding-system-used.
10667         (revert-buffer): Pay attention to
10668         explicit-buffer-file-coding-system (not buffer-file-coding-system)
10669         on bind coding-system-for-read.
10671         * international/mule.el (explicit-buffer-file-coding-system):
10672         New buffer local variable.
10673         (after-insert-file-set-coding): Set it to coding-system-for-read.
10675 2004-12-29  Luc Teirlinck  <teirllm@auburn.edu>
10677         * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
10679 2004-12-29  Sanghyuk Suh  <han9kin@mac.com>
10681         * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
10682         that include line numbers.
10684 2004-12-29  Milan Zamazal  <pdm@zamazal.org>
10686         * files.el (hack-local-variables): If no PREFIX, set it to "^".
10687         Redundant variable PREFIXLEN removed.
10689 2004-12-28  Matt Hodges  <MPHodges@member.fsf.org>
10691         * eshell/em-hist.el (eshell-previous-matching-input):
10692         Start the deletion from the end of the output.
10694 2004-12-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10696         * term/mac-win.el: Require x-dnd.
10697         (mac-drag-n-drop): Sync with W32 version.  Use x-dnd.el functions.
10699 2004-12-29  David Kastrup  <dak@gnu.org>
10701         * international/mule.el (decode-coding-inserted-region):
10702         Don't barf if `buffer-undo-list' is already set to `t'.
10704 2004-12-29  Jay Belanger  <belanger@truman.edu>
10706         * calc/calc-prog.el (calc-user-define-formula): Put default values
10707         for function names in prompts.
10708         (calc-user-define-permanent, calc-user-define-composition)
10709         (calc-user-define-formula): Remove the need for "calcFunc-" in the
10710         default input for algebraic functions.
10712 2004-12-29  Thien-Thi Nguyen  <ttn@gnu.org>
10714         * vc-rcs.el (vc-rcs-annotate-command):
10715         Fix omission bug: Call `vc-setup-buffer'.
10717 2004-12-29  Kenichi Handa  <handa@m17n.org>
10719         * international/mule.el (recode-region): New function.
10721 2004-12-28  Richard M. Stallman  <rms@gnu.org>
10723         * simple.el (undo-extra-outer-limit): New variable.
10724         (undo-outer-limit-truncate): Test and set it.
10726         * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
10727         enables the feature to extend the existing region.
10729         * simple.el (mark-word): New arg ALLOW-EXTEND
10730         enables the feature to extend the existing region.
10732         * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
10733         enables the feature to extend the existing region.
10735         * startup.el (site-run-file): Don't allow setting it with Custom.
10737         * simple.el (buffer-disable-undo): Fix previous change.
10739 2004-12-27  Masatake YAMATO  <jet@gyve.org>
10741         * hexl.el (hexlify-buffer): Remove fontification here.
10742         Use font lock mechanism instead.
10743         (hexl-font-lock-keywords): New font lock kewords.
10744         (hexl-mode-old-font-lock-keywords): New variable.
10745         (hexl-mode): Store the old font lock keywords.
10746         (hexl-mode-exit): Restore the old font lock keywords.
10748 2004-12-27  Richard M. Stallman  <rms@gnu.org>
10750         * simple.el (undo): Fix previous change.
10752 2004-12-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10754         * term/mac-win.el: Sync with x-win.el.  Rearrange the contents.
10755         Call mac-clear-font-name-table if invoked on Mac OS 8/9.
10756         Call x-open-connection on Mac OS X.
10758 2004-12-27  Richard M. Stallman  <rms@gnu.org>
10760         * files.el (buffer-save-without-query): New var (buffer-local).
10761         (save-some-buffers): Save those buffers first, w/o asking.
10763         * files.el (insert-directory-ls-version): New variable.
10764         (insert-directory): When ls returns an error, test the version
10765         number to decide what the return code means.
10766         With --dired output format, detect and distinguish lines
10767         that are really error messages.
10768         (insert-directory-adj-pos): New function.
10770         * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
10772         * battery.el (battery-mode-line-format): Remove initial spaces.
10774         * uniquify.el (uniquify-rationalize-file-buffer-names):
10775         Delete interactive spec.
10777         * type-break.el (type-break-mode): Set buffer-save-without-query.
10778         Remove code that tried to set save-some-buffers-always.
10779         (type-break-file-keystroke-count): Bind deactivate-mark.
10781         * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
10783         * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
10784         Test that the buffer is live, and maybe reject current buffer too.
10785         Clarify.
10786         (next-error-find-buffer): Rewrite for clarity.
10788         * loadup.el: Don't use buffer-disable-undo; do it directly.
10790         * help-fns.el (describe-function-1): Call symbol-file with `defun'.
10791         (describe-variable): Call symbol-file with `defvar'.
10793         * subr.el (messages-buffer-max-lines): Alias for message-log-max.
10794         (symbol-file): Rewritten to handle new load-history format.
10795         Now takes an arg TYPE to specify looking for a particular
10796         type of definition only.
10798         * emacs-lisp/debug.el (debugger-make-xrefs):
10799         Call symbol-file with `defun'.
10801         * emacs-lisp/find-func.el (find-function-noselect):
10802         Call symbol-file with `defun'.
10803         (find-variable-noselect): Call symbol-file with `defvar'.
10805         * eshell/esh-cmd.el (eshell-find-alias-function):
10806         Call symbol-file with `defun'.
10808         * eshell/esh-test.el (eshell-test-goto-func):
10809         Call symbol-file with `defun'.
10811         * mail/rmail.el (rmail-resend):
10812         Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
10814         * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
10816         * progmodes/compile.el (compilation-find-buffer): Rename arg.
10818         * textmodes/texinfmt.el (texinfo-format-buffer-1):
10819         Call buffer-disable-undo.
10821         * simple.el (undo-list-saved): New variable (buffer-local).
10822         (undo): Set and test it.
10823         (buffer-disable-undo): Move here from buffer.c.
10824         Clear out undo-list-saved.
10826         * international/mule.el (decode-coding-inserted-region):
10827         Set buffer-undo-list in a correct and optimal way.
10829         * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
10830         (cperl-font-lock-unfontify-region-function): No need to save and
10831         restore info, since font-lock.el does it for us.
10833         * ansi-color.el (save-buffer-state): Definition deleted.
10834         (ansi-color-unfontify-region): Don't use save-buffer-state.
10836 2004-12-27  Dave Love  <fx@gnu.org>
10838         * wid-edit.el (function): Use restricted-sexp as parent.
10840 2004-12-27  Kevin Ryde  <user42@zip.com.au>
10842         * simple.el (next-matching-history-element): Use same
10843         `interactive' form as previous-matching-history-element.
10845         * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
10846         it can appear unencoded and has been seen from yahoo.
10848 2004-12-27  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
10850         * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
10851         in upper case.  Reported by Wojciech Polak <polak@gnu.org>.
10853 2004-12-27  Kenichi Handa  <handa@m17n.org>
10855         * international/utf-8.el (utf-translate-cjk-load-tables):
10856         Bind coding-system-for-read to nil while loading subst-*.
10858 2004-12-26  Jay Belanger  <belanger@truman.edu>
10860         * calc/calc-store.el (calc-read-var-name): Remove "var-" from
10861         default input.
10863 2004-12-26  Luc Teirlinck  <teirllm@auburn.edu>
10865         * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
10866         before reverting and disable undo recording while reverting.
10868 2004-12-26  Thien-Thi Nguyen  <ttn@gnu.org>
10870         * progmodes/hideshow.el (hs-set-up-overlay): New user var.
10871         (hs-make-overlay): New function.
10872         (hs-isearch-show-temporary): Handle `display' overlay prop specially.
10873         (hs-flag-region): Delete function.
10874         (hs-hide-comment-region): No longer use `hs-flag-region'.
10875         Instead, use `hs-discard-overlays' and `hs-make-overlay'.
10876         (hs-hide-block-at-point): Likewise.
10877         (hs-hide-level-recursive): Use `hs-discard-overlays'.
10878         (hs-hide-all, hs-show-all): Likewise.
10879         (hs-show-block): Likewise.
10880         Also, use overlay prop `hs-b-offset', not `hs-ofs'.
10882 2004-12-24  Thien-Thi Nguyen  <ttn@gnu.org>
10884         * progmodes/hideshow.el: Require `cl' when compiling.
10885         Remove XEmacs and Emacs 19 compatibility.
10886         Use `dolist' and `add-to-list' for load-time actions.
10887         (hs-discard-overlays): Use `dolist'.
10888         (hs-show-block): Likewise.
10890 2004-12-23  Dan Nicolaescu  <dann@ics.uci.edu>
10892         * faces.el (mode-line, mode-line-inactive): Use min-colors.
10894 2004-12-23  Thien-Thi Nguyen  <ttn@gnu.org>
10896         * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
10897         When extending backwards, move outside the current comment first.
10899 2004-12-22  Kenichi Handa  <handa@m17n.org>
10901         * international/quail.el (quail-start-translation): Fix prompt
10902         string for the case if input-method-use-echo-area being non-nil.
10903         (quail-start-conversion): Likewise.
10904         (quail-show-guidance): Don't show guidance if
10905         input-method-use-echo-area is non-nil.
10907 2004-12-21  Richard M. Stallman  <rms@gnu.org>
10909         * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
10911 2004-12-21  Markus Rost  <rost@ias.edu>
10913         * calendar/diary-lib.el (mark-diary-entries):
10914         Set mark-diary-entries-in-calendar only after checking for diary-file.
10916 2004-12-21  Richard M. Stallman  <rms@gnu.org>
10918         * faces.el (escape-glyph): Use blue against light foreground.
10920         * simple.el (undo-outer-limit-truncate): New function.
10921         (undo-outer-limit-function): Use undo-outer-limit-truncate.
10923 2004-12-21  Eli Barzilay  <eli@barzilay.org>
10925         * calculator.el (calculator-radix-grouping-mode)
10926         (calculator-radix-grouping-digits)
10927         (calculator-radix-grouping-separator):
10928         New defcustoms for the new radix grouping mode functionality.
10929         (calculator-mode-hook): Now used in electric mode too,
10930         (calculator): Call it.
10931         (calculator-mode-map): Some new keys.
10932         (calculator-message): New function.  Some new calls.
10933         (calculator-op, calculator-set-register): Use it.
10934         (calculator-string-to-number): New function, mostly moved and
10935         updated code from calculator-curnum-value.
10936         (calculator-curnum-value): Use it.
10937         (calculator-paste): Use it, and update grabbing the current-kill.
10938         (calculator-rotate-displayer)
10939         (calculator-rotate-displayer-back): Toggle digit grouping when
10940         in radix mode, use calculator-message.
10941         (calculator-displayer-prev, calculator-displayer-next):
10942         Change digit group size when in radix mode.
10943         (calculator-number-to-string): Rename from
10944         calculator-num-to-string.  Now deals with digit grouping in
10945         radix mode.
10946         (calculator-update-display, calculator-put-value): Use the new name.
10947         (calculator-fact): Return a floating point number.
10948         (calculator-mode): Doc fix.
10950 2004-12-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
10952         * calendar/calendar.el (view-other-diary-entries): Add autoload.
10953         * calendar/diary-lib.el (view-other-diary-entries):
10954         Use current-prefix-arg in interactive spec.
10956 2004-12-19  Jay Belanger  <belanger@truman.edu>
10958         * calc/calc-aent.el (calcAlg-blank-matching-open):
10959         Temporarily adjust the syntax of both delimiters of half-open intervals.
10961 2004-12-19  Kim F. Storm  <storm@cua.dk>
10963         * mouse.el (mouse-1-click-follows-link): Doc fix.
10965 2004-12-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10967         * term/mac-win.el (encoding-vector, mac-font-encoder-list)
10968         (ccl-encode-mac-centraleurroman-font): Use centraleurroman
10969         instead of centraleuropean as the name
10971 2004-12-17  Michael Albinus  <michael.albinus@gmx.de>
10973         Sync with Tramp 2.0.46.
10975         * net/tramp.el (tramp-maybe-send-perl-script): Change order of
10976         parameters wrt Tramp convention.
10977         (tramp-handle-file-attributes-with-perl)
10978         (tramp-handle-directory-files-and-attributes): Apply it.
10979         (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
10980         `copy-program'.  Reported by Zack Weinberg
10981         <zack@codesourcery.com>.
10982         (top): Set `edebug-form-spec' property directly rather than
10983         calling `def-edebug-spec'.
10985         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
10986         advice less fragile.  Surround temporary redefinition of
10987         `substitute-in-file-name' with `unwind-protect'.  Suggested by
10988         Matt Hodges <MPHodges@member.fsf.org>.
10990 2004-12-17  Juri Linkov  <juri@jurta.org>
10992         * replace.el (occur-accumulate-lines, occur-engine):
10993         Make forcing deferred font-lock fontification jit-specific.
10995 2004-12-17  Kim F. Storm  <storm@cua.dk>
10997         * mouse.el (mouse-1-click-follows-link): New defcustom.
10998         (mouse-on-link-p): New function.
10999         (mouse-drag-region-1): Implement mouse-1-click-follows-link
11000         functionality.  Map a mouse-1 click event into a mouse-2 (or
11001         other) event when position is inside a link.
11003         * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
11004         prefix in tooltip text with "mouse-1" when this is a link
11005         recognized by mouse-1-click-follows-link functionality.
11007         * help.el (describe-key): Report effective and original binding
11008         for mouse-1 when clicked on a link.
11009         (describe-mode): Add follow-link property to "minor-mode" button.
11011         * help-fns.el (describe-variable): Add follow-link property to
11012         "below" button.
11014         * help-mode.el (help-xref): Add follow-link property.
11016         * apropos.el (apropos-symbol, apropos-function, apropos-macro)
11017         (apropos-command, apropos-variable, apropos-face, apropos-group)
11018         (apropos-widget, apropos-plist): Add follow-link property.
11020         * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
11021         checks if position is in a filename, rather than some other
11022         clickable item.  Function looks for cvs-filename-face at position.
11024         * wid-edit.el (widget-specify-field, widget-specify-button):
11025         Map a :follow-link keyword into a follow-link property.
11026         (link): Add :follow-link keyword, map to RET binding.
11028         * dired.el (dired-mode-map): Map follow-link to mouse-face.
11030         * progmodes/compile.el (compilation-minor-mode-map)
11031         (compilation-button-map, compilation-mode-map): Likewise.
11033 2004-12-17  Thien-Thi Nguyen  <ttn@gnu.org>
11035         * play/zone.el (zone): Init `line-spacing' from orig buffer.
11036         (zone-replace-char): Take `count' and `del-count'
11037         instead of `direction'.  Update callers.  When `del-count' is
11038         non-nil, delete that many characters, otherwise `count' characters
11039         backwards.  Insert the newly-replaced string `count' times.
11040         (zone-fret): Handle chars w/ width greater than one.
11041         (zone-fall-through-ws): No longer take window width `ww'.
11042         Update callers.  Add handling for `char-width' greater than one.
11043         (zone-pgm-drip): Update var holding window-end position every cycle.
11045 2004-12-17  Andre Spiegel  <spiegel@gnu.org>
11047         * vc.el (vc-default-update-changelog): Use insert-file-contents,
11048         rather than insert-file.
11050 2004-12-16  Jay Belanger  <belanger@truman.edu>
11052         * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
11053         (math-init-random-base, math-random-digit): Check to see if
11054         var-RandSeed is bound.
11055         (math-random-last): Declare it.
11056         (math-random-digit): Don't make math-random-last local.
11058 2004-12-16  Thien-Thi Nguyen  <ttn@gnu.org>
11060         * play/zone.el (zone): Fix omission bug: Use a self-disabling
11061         one-shot thunk for uniform (error, quit, normal) recovery.
11062         Reported by John Paul Wallington.
11063         (zone-pgm-random-life): Fix bug:
11064         Recognize empty initial field by lack of "@" chars.
11066 2004-12-16  Juri Linkov  <juri@jurta.org>
11068         * help.el (function-called-at-point):
11069         * help-fns.el (variable-at-point): As a last resort try stripping
11070         non-word prefixes and suffixes.
11072         * descr-text.el (describe-property-list): Don't treat syntax-table
11073         specially.  Use describe-text-sexp which inserts [show] button
11074         for large objects and handles printing errors.  Sort properties
11075         by names in alphabetical order instead of by value sizes.
11076         Add `mouse-face' to list of properties for `describe-face' widget.
11077         (describe-char): Mask out face-id from 19 bits of character.
11078         Print face-id separately.
11080         * replace.el (occur-accumulate-lines, occur-engine):
11081         Fontify unfontified matching lines in the source buffer
11082         before copying them.
11083         (occur-engine): Don't put mouse-face on context lines.
11084         (occur-next-error): Set point to line beginning/end
11085         before searching for prev/next property to skip multiple
11086         matches on a line (not supported by occur engine).
11087         Remove redundant prefix-numeric-value.
11089 2004-12-15  Juri Linkov  <juri@jurta.org>
11091         * replace.el (match): New face.
11092         (list-matching-lines-face): Change default from `bold' to `match'.
11094         * progmodes/grep.el (grep-match-face): New defvar.
11095         (grep-mode-font-lock-keywords): Use grep-match-face instead of
11096         compilation-column-face to highlight grep matches.
11098         * apropos.el (apropos-match-face): Change default from
11099         `secondary-selection' to `match'.
11101         * info-look.el (info-lookup-highlight-face): Change default from
11102         `highlight' to `match'.
11104 2004-12-15  Daniel Pfeiffer  <occitan@esperanto.org>
11106         * progmodes/executable.el (executable-interpret): Eliminate
11107         obsolete compile-internal, and switch to comint for interaction.
11109 2004-12-15  J.D. Smith  <jdsmith@as.arizona.edu>
11111         * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
11112         `&&' when skipping multiple statements on a line.
11114 2004-12-15  Thien-Thi Nguyen  <ttn@gnu.org>
11116         * play/zone.el (zone): Set `truncate-lines'.
11117         Also, init `tab-width' with value from original buffer.
11118         (zone-shift-up): Rewrite for speed.
11119         (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
11120         (zone-pgm-jitter): Remove redundant entries from ops vector.
11121         (zone-exploding-remove): Reduce iteration count.
11122         (zone-cpos): Convert to defsubst.
11123         (zone-replace-char): New defsubst.
11124         (zone-park/sit-for): Likewise.
11125         (zone-fret): Take window-start arg.
11126         Update callers.  Use `zone-park/sit-for'.
11127         (zone-fill-out-screen): Rewrite.
11128         (zone-fall-through-ws): Likewise.  Update callers.
11129         (zone-pgm-drip): Use `zone-replace-char'.
11130         Move var inits before while-loop.  Use `zone-park/sit-for'.
11131         (zone-pgm-random-life): Handle empty initial field.
11132         Use `zone-replace-char' and `zone-park/sit-for'.
11134 2004-12-15  Juri Linkov  <juri@jurta.org>
11136         * isearch.el (isearch-update): Test isearch-lazy-highlight
11137         before calling isearch-lazy-highlight-new-loop.
11138         (isearch-lazy-highlight-new-loop):
11139         Don't test isearch-lazy-highlight.
11141         * replace.el (perform-replace): Add isearch-case-fold-search.
11142         Use delimited-flag for isearch-regexp.
11143         Reset isearch-lazy-highlight-last-string to force lazy
11144         highlighting when called from isearch mode.
11145         (query-replace-highlight): Revert defcustom type to boolean.
11146         (query-replace-lazy-highlight): New defcustom.
11147         (query-replace): New face.
11148         (perform-replace, replace-highlight, replace-dehighlight):
11149         Test query-replace-lazy-highlight instead of special value
11150         `isearch' of query-replace-highlight.
11151         (replace-dehighlight): Don't call isearch-dehighlight.
11152         (replace-highlight): Don't call isearch-highlight.
11153         Use face `query-replace' unconditionally.
11155 2004-12-14  Kim F. Storm  <storm@cua.dk>
11157         * simple.el (inhibit-mark-movement): Remove defvar.
11158         (beginning-of-buffer, end-of-buffer): Don't use it.
11160         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
11161         Don't use inhibit-mark-movement.
11163         * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
11164         (cua--undo-push-mark): Remove.
11165         (cua--pre-command-handler, cua--post-command-handler):
11166         Don't fiddle with inhibit-mark-movement.
11168 2004-12-14  Juri Linkov  <juri@jurta.org>
11170         * buff-menu.el (list-buffers-noselect): Collect internal info
11171         for every buffer in BUFFER-LIST arg too.
11172         (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
11173         (Buffer-menu-switch-other-window, Buffer-menu-2-window):
11174         Bind same-window-buffer-names and same-window-regexps to nil.
11176 2004-12-13  Juri Linkov  <juri@jurta.org>
11178         * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
11180         * mail/supercite.el (sc-cite-frame-alist): Doc fix.
11181         (sc-cite-region, sc-uncite-region, sc-recite-region):
11182         Fix previous change to handle not alist as a symbol, but
11183         a citation frame as a symbol that represents a variable name.
11185 2004-12-13  Richard M. Stallman  <rms@gnu.org>
11187         * filecache.el (file-cache-add-directory-using-find):
11188         Only set up file-cache-find-command-posix-flag if we will use it.
11190         * bindings.el (mode-line-buffer-identification-keymap):
11191         Don't cancel the mode-line's usual down-mouse-1 binding.
11193         * cus-edit.el (custom-face-selected): Handle `default' specs.
11194         (custom-face-edit): Increase extra-offset.
11195         (custom-display): Handle `default' specs.
11197         * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
11199         * emacs-lisp/elint.el (elint-standard-variables)
11200         (elint-unknown-builtin-args): Move definitions up.
11202         * net/browse-url.el (browse-url-url-at-point): Add autoload.
11204         * info.el (info-xref-visited): Use `default' instead of t.
11205         (Info-try-follow-nearest-node): Don't explicitly load browse-url.
11207         * faces.el (header-line, mode-line-inactive, tool-bar):
11208         Use `default' instead of t for setting the defaults.
11209         (face-spec-choose): Separate `t' from `default'.
11211         * subr.el (while-no-input): New macro.
11213 2004-12-13  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>  (tiny change)
11215         * filecache.el (file-cache-add-directory-using-find):
11216         Only test file-cache-find-command-posix-flag on some systems.
11218 2004-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11220         * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
11221         Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
11222         (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
11223         (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
11224         (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
11226 2004-12-12  Juri Linkov  <juri@jurta.org>
11228         * files.el (find-file-other-window, find-file-other-frame):
11229         Add the first buffer to the returned value to return the complete
11230         list of all visited buffers.
11231         (find-file-read-only, find-file-read-only-other-window)
11232         (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
11233         `find-file-read-args'.  Signal an error about non-existent file
11234         only if file name doesn't contain wildcards.  Toggle read-only in
11235         all visited buffers.
11236         (find-alternate-file, find-alternate-file-other-window):
11237         Add optional arg `wildcards'.  Doc fix.  Set `wildcards' to t when
11238         called interactively.  Pass arg `wildcards' to other functions.
11239         (find-file-noselect): Doc fix.
11241         * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
11242         Doc fix.
11243         (ffap-directory-finder): New variable.
11244         (ffap-string-at-point-mode-alist): Add * and ? to `file'.
11245         (ffap-file-at-point): Add /* to immediately rejected names.
11246         Return absolute file names matching ffap-dired-wildcards.
11247         (ffap-read-file-or-url): Set default value for `completing-read'
11248         to `buffer-file-name'.
11249         (find-file-at-point): When filename matches ffap-dired-wildcards,
11250         call ffap-file-finder with t arg `wildcards', instead of dired.
11251         (ffap-other-window, ffap-other-frame): Return visited buffers.
11252         (ffap-read-only, ffap-read-only-other-window)
11253         (ffap-read-only-other-frame, ffap-alternate-file): New commands.
11254         (dired-at-point): Call ffap-directory-finder instead of dired.
11255         (ffap-dired-other-window, ffap-dired-other-frame)
11256         (ffap-list-directory): New commands.
11257         (ffap-bindings): New keybindings for new commands.
11259 2004-12-12  Juri Linkov  <juri@jurta.org>
11261         * simple.el (beginning-of-buffer, end-of-buffer):
11262         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
11263         Do not push mark when mark is active in transient-mark-mode.
11265         * simple.el (mark-word):
11266         * emacs-lisp/lisp.el (mark-sexp, mark-defun):
11267         * textmodes/paragraphs.el (mark-paragraph):
11268         Extend the region when mark is active in transient-mark-mode,
11269         regardless of the last command.  Doc fix.
11271         * simple.el (mark-word): Preserve direction when repeating.
11272         Make arg optional.  Interactive "p" -> "P".
11273         (transient-mark-mode, inhibit-mark-movement): Doc fix.
11275         * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
11276         preserving direction, to mark forward instead of backward when mark
11277         is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
11279 2004-12-12  Juri Linkov  <juri@jurta.org>
11281         * isearch.el (isearch-edit-string): Set 7th arg of
11282         `read-from-minibuffer' to `t' to inherit the current input
11283         method (whose name is indicated by [IM] in the minibuffer prompt)
11284         from the current buffer to the minibuffer.
11285         (isearch-lazy-highlight-update): Put body to `with-local-quit'
11286         to allow C-g quitting for lazy highlighting looping inside the
11287         search with nested repetition operators.  Add overlay to the list
11288         before setting its face and other properties to avoid the case of
11289         code quitting after placing the new overlay but before it's
11290         recorded on the list.  Select the window where isearch was
11291         activated, to highlight matches in the right window when isearch
11292         switches the current window to the minibuffer.
11294         * international/isearch-x.el
11295         (isearch-process-search-multibyte-characters):
11296         Use `isearch-message' as initial input for `read-string' instead
11297         of adding it to the minibuffer prompt.  After reading a string
11298         remove the initial value of `isearch-message' from the string.
11300         * replace.el (replace-match-maybe-edit): Doc fix.
11301         (perform-replace): Don't call `replace-highlight' when automatic
11302         replacement is requested in literal mode, since it is intended
11303         only to highlight words during entering a new replacement string
11304         for \? in non-literal mode.
11306         * replace.el (query-replace-highlight): Add new value `isearch'
11307         that allows query replacement to use isearch highlighting.
11308         Change type from `boolean' to `choice'.  Doc fix.
11309         (replace-highlight, replace-dehighlight, perform-replace):
11310         Use isearch highlighting if query-replace-highlight eq `isearch'.
11312 2004-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11314         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
11315         (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
11317         * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
11318         case of \end{verbatim}.
11320 2004-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
11322         * term.el (term-termcap-format): Synchronize with terminfo.
11323         (term-emulate-terminal): Handle reset.
11324         (term-reset-terminal): New function.
11326 2004-12-11  Thien-Thi Nguyen  <ttn@gnu.org>
11328         * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
11329         (zone-fill-out-screen): New func.
11330         (zone-pgm-drip): Use `zone-fill-out-screen'.
11331         Also, no longer go to point-min on every cycle.
11332         (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
11333         (zone-pgm-random-life-wait): New user var.
11334         (zone-pgm-random-life): New func.
11336 2004-12-10  Thien-Thi Nguyen  <ttn@gnu.org>
11338         * files.el (auto-mode-alist): Map .com to DCL mode.
11340 2004-12-09  Richard M. Stallman  <rms@gnu.org>
11342         * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
11344 2004-12-09  Nick Roberts  <nickrob@snap.net.nz>
11346         * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
11347         buffer with a display margin.
11349 2004-12-08  Jay Belanger  <belanger@truman.edu>
11351         * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
11352         (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
11354 2004-12-08  Richard M. Stallman  <rms@gnu.org>
11356         * faces.el: Delete code to set display table.
11357         (escape-glyph): Redefine to be less loud.  (Copy minibuffer-prompt.)
11359 2004-12-08  Jay Belanger  <belanger@truman.edu>
11361         * calc/calc.el: Add math-read-preprocess-string to autoloads.
11363         * calc/calc-ext.el (math-read-replacement-list)
11364         (math-read-superscripts, math-read-preprocess-string): Move to
11365         calc-aent.el.
11367         * calc/calc-aent.el (math-read-replacement-list)
11368         (math-read-superscripts, math-read-preprocess-string): Move from
11369         calc-ext.el.
11371 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11373         * isearch.el (isearch-quote-char): Fix up typo in last change.
11375 2004-12-07  Luc Teirlinck  <teirllm@auburn.edu>
11377         * mouse.el (mouse-set-font): Handle the case where the command was
11378         not invoked using the mouse.
11380         * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
11381         (edmacro-finish-edit): Further update for keyboard macros that are
11382         lambda forms.
11383         (edmacro-sanitize-for-string): Correctly remove Meta modifier.
11385 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11387         * font-lock.el (font-lock-unfontify-region): Save buffer state.
11388         (font-lock-default-unfontify-region): Don't save buffer state any more.
11390 2004-12-07  Jay Belanger  <belanger@truman.edu>
11392         * calc/calc-help.el (calc-describe-key):
11393         Set calc-summary-indentation even when Calc Summary buffer exists.
11395 2004-12-07  Glenn Morris  <gmorris@ast.cam.ac.uk>
11397         * calendar/holidays.el (holiday-easter-etc): Make arguments
11398         optional for backwards compatibility.  Doc fix.
11399         Remove un-necessary local vars mandatory, output-list.
11400         (holiday-advent): Make arguments optional for backwards
11401         compatibility.  Doc fix.
11403 2004-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11405         * paren.el (show-paren-function): Fix last change (2004-12-02).
11407         * international/mule-util.el (char-displayable-p): Return nil for
11408         unibyte mode.
11410         * subr.el (subregexp-context-p): New function.
11412         * isearch.el (isearch-quote-char): Use it.
11414         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
11415         (regexp-opt-not-groupie*-re): Remove.
11416         (regexp-opt): Properly handle inputs with duplicate entries.
11418 2004-12-06  Richard M. Stallman  <rms@gnu.org>
11420         * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
11422         * cus-edit.el (custom-file): Doc fix.
11424         * textmodes/org.el: New file.
11426 2004-12-06  Kenichi Handa  <handa@m17n.org>
11428         * ldefs-boot.el: Update international/mule-util.el section.
11430 2004-12-05  Sam Steingold  <sds@gnu.org>
11432         * net/tramp.el (tramp-handle-file-accessible-directory-p):
11433         Fix `tramp-time-diff' comparison logic.
11435 2004-12-05  Paul Pogonyshev  <pogonyshev@gmx.net>
11437         * progmodes/which-func.el (which-function):
11438         Use `run-hook-with-args-until-success' instead of a custom loop.
11439         Fixes bug with local hooks.
11441 2004-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11443         * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
11444         Use delete-dups when calculating the initial value.
11445         (bibtex-autokey-get-title): Use <=.
11446         (bibtex-goto-line): New function.
11447         (bibtex-reposition-window): Use line numbers instead of point
11448         positions.  Use window-body-height.
11449         (bibtex-find-crossref): Use bibtex-reposition-window.
11450         (bibtex-find-entry): Use bibtex-reposition-window.  Always return
11451         position of entry if key is found or nil if not found.
11453 2004-12-05  Richard M. Stallman  <rms@gnu.org>
11455         * cus-edit.el (custom-file): Doc fix.
11457         * progmodes/sh-script.el (sh-indent-for-then): Change default.
11459 2004-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11461         * simple.el (blink-matching-open):
11462         * textmodes/tex-mode.el (tex-validate-region):
11463         Obey syntax-table text properties.
11465 2004-12-02  Per Abrahamsen  <abraham@dina.kvl.dk>
11467         * wid-edit.el (widget-specify-field): Add `real-field' property to
11468         boundary.
11469         (widget-field-at): Use it.
11471 2004-12-02  Richard M. Stallman  <rms@gnu.org>
11473         * progmodes/cc-mode.el (awk-mode autoload):
11474         Supply t meaning interactive function.
11476         * isearch.el (search-whitespace-regexp): Remove the group.  Doc fix.
11477         (isearch-mode-map): No special definition for space.
11478         (isearch-whitespace-chars): Command deleted.
11479         (isearch-forward-regexp): Doc fix.
11480         (isearch-quote-char): When a space is not inside brackets,
11481         use `[ ]' instead of just space.
11482         (isearch-lazy-highlight-search): Bind search-spaces-regexp.
11484         * imenu.el (imenu--generic-function): Delete code to exclude
11485         matches in comments.
11487         * man.el (Man-reverse-face): Change default to `highlight'.
11489         * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
11490         (occur-engine): Use `face' prop rather than `font-lock-face'
11491         when specifying use of `match-face'.
11492         (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
11494         * emacs-lisp/elint.el (elint-standard-variables): Update list.
11496         * add-log.el (add-log-current-defun): Handle the case where point
11497         is in the header part of a DEFUN construct.
11499 2004-12-02  Dave Love  <fx@gnu.org>
11501         * progmodes/python.el (python-font-lock-syntactic-keywords):
11502         Fix previous change.
11504 2004-12-02  Richard G Bielawski  <Richard.G.Bielawski@wellsfargo.com>  (tiny change)
11506         * paren.el (show-paren-function): Check for matching chars
11507         specified by text props.
11509 2004-12-02  Jay Belanger  <belanger@truman.edu>
11511         * calc/calc.el (calc-read-key-sequence): Leave the old message visible
11512         when reading a new key sequence.
11514 2004-12-02  Kim F. Storm  <storm@cua.dk>
11516         * faces.el (escape-glyph): Rename from glyph.
11517         (standard-display-table): Set it here.  Add escape-glyph face to
11518         extra slot characters.
11520         * disp-table.el: Undo 2004-12-01 change.  Display table is now
11521         setup in faces.el.
11523 2004-12-02  Mark A. Hershberger  <mah@everybody.org>
11525         * xml.el (xml-parse-dtd): Don't show validity messages when
11526         xml-validating-parser is nil.
11527         (xml-substitute-special): Fix validity error messages to
11528         actually show the unexpandable entity.  Added validity error if &
11529         isn't followed by an entity.
11530         (xml-parse-tag): Concatenate any string following the a
11531         <![CDATA[]]> section to the parsed CDATA.
11532         (xml-parse-dtd): Skip parameter entity declarations and use of
11533         parameter entities.
11535 2004-12-01  Luc Teirlinck  <teirllm@auburn.edu>
11537         * kmacro.el (kmacro-default-counter-format): New var.
11538         (kmacro-set-format): Use it.  Delete `(printf format)' from prompt.
11539         (kmacro-display): Remove `nil' from `and' form.  Delete call to
11540         `format' inside `message'.
11541         (kmacro-start-macro): Use `kmacro-default-counter-format'.
11543 2004-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11545         * pcvs.el (cvs-header-msg): New function.
11546         (cvs-update-header): Use it.  Change calling convention.
11547         Correctly handle the case of having simultaneous active processes.
11548         (cvs-sentinel): Don't call cvs-update-header any more.
11549         (cvs-mode-run): Update call and add cvs-update-header to postproc.
11551 2004-12-01  Jay Belanger  <belanger@truman.edu>
11553         * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
11554         Change message.
11556 2004-12-01  Juri Linkov  <juri@jurta.org>
11558         * progmodes/prolog.el (prolog-mode-variables):
11559         Fix imenu-generic-expression.
11561 2004-12-01  Daniel Pfeiffer  <occitan@esperanto.org>
11563         * faces.el (glyph): New face.
11565         * disp-table.el: Add an autoloaded table, that doesn't require
11566         this library, with glyph face.
11568         * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
11569         (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
11570         (conf-quote-normal): Allow normalizing only ' or ".
11571         (conf-mode): Regexp-quote constructed comment-start and don't
11572         match section {} where "name" contains braces.
11574         * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
11575         files.
11577 2004-12-01  Kenichi Handa  <handa@m17n.org>
11579         * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
11580         (x-select-text): Don't treat eight-bit-control/graphic chars
11581         specially.  Store the encoded text in the X cut buffer.
11582         (x-cut-buffer-or-selection-value): Compare the X cut buffer text
11583         with x-last-selected-text-cut-encoded.
11585 2004-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11587         * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
11589 2004-11-30  Markus Rost  <rost@ias.edu>
11591         * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
11592         AUCTeX.
11594 2004-11-30  Jay Belanger  <belanger@truman.edu>
11596         * calc/calc-arith.el (math-possible-signs): Made stronger checks
11597         on signs of intervals.
11598         (math-pow-of-zero): Strengthen checks for positive and negative
11599         exponents.
11601         * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
11602         * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
11603         * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
11604         * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
11605         * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
11606         * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
11607         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
11608         * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
11609         * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
11610         * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
11611         * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
11612         * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
11613         * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
11614         with provide statements.
11616         * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
11618         * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
11620         * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
11621         (calc-load-everything, math-defsimplify): Replace dummy autoloading
11622         functions by require statements.
11623         (math-defsimplify): Move to calc-alg.el, add to autoloads.
11625         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
11626         (calc-gnuplot-print): Give them values.
11628         * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
11629         autoloads.
11630         Add calc-do-embedded-activate to autoloads.
11631         (calc-gnuplot-name, calc-gnuplot-plot-command)
11632         (calc-gnuplot-print-command): Move them to calc-graph.el.
11634 2004-11-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11636         * term/mac-win.el (ccl-encode-mac-roman-font)
11637         (ccl-encode-mac-cyrillic-font)
11638         (ccl-encode-mac-centraleuropean-font, encoder-list)
11639         (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
11640         Support Cyrillic, CentralEuropean, and Dingbat font display
11642 2004-11-30  Andre Spiegel  <spiegel@gnu.org>
11644         * vc-hooks.el (vc-recompute-state): Move here from vc.el.
11646         * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
11647         still nil.
11649 2004-11-29  Luc Teirlinck  <teirllm@auburn.edu>
11651         * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
11652         (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
11654 2004-11-29  Jay Belanger  <belanger@truman.edu>
11656         * calc/calc-arith.el (math-pow-of-zero): Take into account different
11657         cases of the base and exponent.
11659 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
11661         * simple.el (next-error-buffer-p): Allow for inclusive and
11662         exclusive tests for finding a buffer.
11663         (next-error-find-buffer): Pass the exclusive and inclusive tests
11664         to next-error-buffer-p.
11666         * replace.el (occur-next-error): Switch to the Occur buffer when
11667         appropriate, use the exclusive filter to next-error-find-buffer to
11668         do it.  Use the absolute value of the motion amount.
11670 2004-11-29  Kenichi Handa  <handa@m17n.org>
11672         * startup.el (command-line): Decode all default-directory by
11673         locale-coding-system.
11675 2004-11-29  Jay Belanger  <belanger@truman.edu>
11677         * calc/calc-aent.el: Remove unnecessary eval-when-compile.
11678         (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
11679         (math-read-expr-level, calc-check-user-syntax, math-read-factor):
11680         Replace calls to calc-extensions by appropriate require, replace
11681         calc-extensions-loaded by appropriate featurep.
11683         * calc/calc-ext.el: Move require to end of file.
11684         Remove redundant loading of calc.el.
11685         (calc-extensions-loaded): Remove unnecessary variable.
11686         (calc-extensions): Remove unnecessary function.
11687         (calc-load-everything): Replace calc-need-macros by appropriate require.
11689         * calc/calc-macs.el: Move provide to end of file.
11690         (calc-need-macros): Remove unnecessary function.
11692         * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
11693         (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
11694         (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
11695         Replace calc-extensions by appropriate require.
11696         (calc-power): Replace calc-extensions-loaded by appropriate featurep.
11698         * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
11699         Replace calc-need-macros by appropriate require.
11701         * calc/calc.el: Move require to end of file.
11702         (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
11703         Remove unnecessary variable.
11704         (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
11705         (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
11706         (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
11707         (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
11708         (math-stack-value-offset, math-format-value, math-format-flat-expr)
11709         (math-format-number, math-format-bignum, math-read-number)
11710         (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
11711         (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
11712         by appropriate require.
11713         (calc-check-defines): Replace calc-need-macros by appropriate require.
11715 2004-11-29  Kim F. Storm  <storm@cua.dk>
11717         * macros.el (insert-kbd-macro): Handle kmacro functions.
11719 2004-11-28  Juri Linkov  <juri@jurta.org>
11721         * compare-w.el (compare-windows-highlight): Attach each overlay
11722         to its window to properly highlight differences while comparing
11723         two windows of the same buffer.  Fix arguments.
11724         (compare-windows-sync-default-function): Fix arguments of
11725         `compare-windows-highlight'.
11727         * emacs-lisp/edebug.el (edebug-set-global-break-condition):
11728         Use `read-expression-history'.  Set initial contents only if
11729         `edebug-global-break-condition' is non-nil.  Set histpos to 1
11730         if initial contents is equal to the last history element.
11731         (edebug-set-conditional-breakpoint): Instead of temporarily
11732         prepending the current condition to the history, set initial
11733         contents to the current condition.  Set histpos to 1 if initial
11734         contents is equal to the last history element.
11736         * info.el (Info-search-whitespace-regexp): Remove shy group.
11737         (Info-search): Forward line if search is on the header line.
11738         Use search-whitespace-regexp in two other places.
11740 2004-11-27  Luc Teirlinck  <teirllm@auburn.edu>
11742         * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
11743         warning.  Delay real definition, which uses
11744         `set-fringe-indicators-1' till after the definition of that function.
11746 2004-11-28  Kim F. Storm  <storm@cua.dk>
11748         * fringe.el (fringe): New defgroup.
11749         (fringe-mode): Move to fringe group.
11750         (fringe-indicators): New defcustom.
11751         (set-fringe-indicators-1): New defun.
11753         * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
11754         (menu-bar-showhide-fringe-ind-menu): New keymap.
11755         (menu-bar-showhide-fringe-ind-empty)
11756         (menu-bar-showhide-fringe-ind-mixed)
11757         (menu-bar-showhide-fringe-ind-box)
11758         (menu-bar-showhide-fringe-ind-right)
11759         (menu-bar-showhide-fringe-ind-left)
11760         (menu-bar-showhide-fringe-ind-none): New defuns.
11761         (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
11763 2004-11-27  Richard M. Stallman  <rms@gnu.org>
11765         * comint.el (comint-read-noecho): Add trivial compatibility definition.
11767         * generic.el (define-generic-mode): Doc fix.
11769         * menu-bar.el (menu-bar-options-save): For the options
11770         that are toggled with menu-bar-make-mm-toggle, don't check
11771         for customized-value prop.
11773 2004-11-27  Eli Zaretskii  <eliz@gnu.org>
11775         * mail/supercite.el (sc-cite-region): Handle the case where
11776         sc-cite-frame-alist is a symbol.
11777         (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
11778         a symbol.
11779         (sc-recite-region): Handle the case where sc-recite-frame-alist is
11780         a symbol.
11782 2004-11-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
11784         * wid-edit.el (widget-narrow-to-field): New function.
11785         (widget-complete): Use it.
11787 2004-11-27  Jay Belanger  <belanger@truman.edu>
11789         * calc/calc-aent.el (calc-eval-error): Declare and initialize the
11790         variable.
11791         (calc-eval-error): Don't check if the variable calc-eval-error is bound.
11792         (calc-buffer, calc-digit-value, math-expr-data): Declare them.
11793         (math-alg-inequalities): Move declaration to earlier in the file.
11795         * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
11796         (calc-gnuplot-input, math-normalize-a, math-integral-cache):
11797         Declare them.
11799         * calc/calc-lang.el (math-expr-data, math-expr-token)
11800         (math-exp-old-pos): Declare them.
11802         * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
11803         (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
11805 2004-11-27  Kim F. Storm  <storm@cua.dk>
11807         * progmodes/flymake.el: Use (featurep 'xemacs).
11808         (flymake-makehash): Change to defsubst.  Use fboundp.
11809         (flymake-time-to-float): Remove.
11810         (flymake-float-time): Merge code from flymake-time-to-float here.
11811         (flymake-replace-regexp-in-string): Change to defsubst.
11812         (flymake-split-string-remove-empty-edges):
11813         Rename to flymake-split-string.
11814         (flymake-split-string): Remove previous defalias.
11815         (flymake-get-temp-dir): Change to defsubst.
11816         (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
11817         Define for xemacs only.
11818         (flymake-master-file-count-limit): Change into compiler defvar only.
11819         (flymake-find-possible-master-files): Let-bind it dynamically while
11820         sorting files using flymake-master-file-compare.
11822 2004-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11824         * font-lock.el (font-lock-compile-keywords): Don't complain if the end
11825         of defun-prompt-regexp matches inside a comment/string but the
11826         beginning is correctly outside everything.
11828         * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
11829         appears within a string or a comment.
11831         * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
11832         rather than make-symbol for symbols which are used in
11833         a symbol-macrolet or equivalent.
11835 2004-11-26  Jay Belanger  <belanger@truman.edu>
11837         * calc-misc.el (calc-last-why-command): Declare it.
11839         * calc-vec.el (math-grade-vec): New variable.
11840         (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
11841         Replace variable grade-vec by declared variable.
11842         (math-rb-close): New variable.
11843         (math-read-brackets, math-read-vector): Replace variable close by
11844         declared variable.
11846         * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
11847         (calc-one-window, calc-edit-handler, calc-restore-trail)
11848         (calc-allow-ret): Declare them.
11850         * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
11851         (math-lud-cache, math-log2-cache, math-radix-digits-cache)
11852         (math-radix-float-cache-tag, math-random-cache)
11853         (math-max-digits-cache, math-integral-cache, math-units-table)
11854         (math-format-date-cache, math-holidays-cache-tag): Declare them.
11855         (math-moc-func): New variable.
11856         (math-map-over-constants, math-map-over-constants-rec):
11857         Replace variable func by declared variable.
11859         * calc/calc-store.el (calc-given-value, calc-store-opers):
11860         Declare them.
11861         (calc-var-name-map): Move declaration to earlier in the file.
11862         (calc-pv-pos): New variable.
11863         (calc-permanent-variable, calc-insert-permanent-variable):
11864         Replace variable pos by declared variable.
11866         * calc/calc-mtx.el (calc-det-lu): New variable.
11867         (math-det-raw, math-det-step): Replace variable lu by declared variable.
11869         * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
11870         (math-multi-subst, math-multi-subst-rec): Replace variables temp
11871         and arg by declared variables.
11872         (calcFunc-reducer): Fix incorrect variable.
11873         (math-inner-mul-func, math-inner-add-func): New variables.
11874         (calcFunc-inner, math-inner-mats): Replace variables mul-func
11875         and add-func by declared variables.
11877         * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
11878         (calc-digit-value): Declare them.
11880         * calc/calc-help.el (Info-history): Declare it.
11881         (calc-describe-key): Make calc-summary-indentation a local variable.
11882         (calc-help-long-names): Move declaration to earlier in file.
11884         * calc/calc-embed.el (calc-original-buffer): Declare it.
11885         (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
11886         (calc-embed-bot): New variables.
11887         (calc-do-embedded, calc-embedded-mark-formula)
11888         (calc-embedded-find-bounds, calc-embedded-duplicate)
11889         (calc-embedded-new-formula, calc-embedded-make-info):
11890         Replace vars outer-top, outer-bot, bot and top by declared variables.
11891         (calc-embed-prev-modes): New variable.
11892         (calc-embedded-set-modes, calc-embedded-update): Replace variable
11893         prev-modes with declared variable.
11894         (calc-embed-vars-used): New variable.
11895         (calc-embedded-make-info, calc-embedded-evaluate-expr)
11896         (calc-embedded-update, calc-embedded-find-vars): Replace variable
11897         vars-used by declared variable.
11899         * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
11900         (math-format-radix-float): Remove unnecessary setq.
11901         (math-radix-float-cache): Declare it.
11903         * calc/calcsel2.el (calc-keep-selection): Declare it.
11905         * calc/calc-maint.el: Remove file.
11907 2004-11-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11909         * textmodes/bibtex.el (bibtex-sort-entry-class)
11910         (bibtex-comment-start): Use defcustom.
11911         (bibtex-entry-field-alist): Use nil if initial content of the
11912         field is undefined.  Fix docstring.
11913         (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
11914         (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
11915         (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
11916         (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
11917         Fix docstring.
11918         (bibtex-autokey-title-terminators): Use only one regexp.
11919         (bibtex-string-maybe-empty-head): New variable.
11920         (bibtex-remove-delimiters-string): New function.
11921         (bibtex-text-in-field-bounds, bibtex-text-in-string):
11922         Use bibtex-remove-delimiters-string.
11923         (bibtex-progress-message, bibtex-field-left-delimiter)
11924         (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
11925         (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
11926         (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
11927         Simplify.
11928         (bibtex-format-entry): Use save-excursion for inherited booktitle.
11929         Use eq and bibtex-remove-delimiters-string.  For end markers use
11930         insertion type so that marker stays after inserted text.
11931         (bibtex-autokey-get-names): Return empty string if name is missing.
11932         (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
11933         calling bibtex-autokey-name-case-convert.
11934         (bibtex-autokey-demangle-title):
11935         Call bibtex-autokey-titleword-case-convert.  Remove call to
11936         bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
11937         (bibtex-global-key-alist, bibtex-read-string-key): New functions.
11938         (bibtex-read-key): New optional arg global.
11939         (bibtex-files-expand): New optional arg force.
11940         (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
11941         (bibtex-complete-crossref-cleanup): Rename from
11942         bibtex-complete-key-cleanup.  Simplify code.
11943         (bibtex-copy-summary-as-kill): Remove arg key.  Use looking-at.
11944         Operate on current entry.
11945         (bibtex-button): Add docstring.
11946         (bibtex-entry): Simplify.
11947         (bibtex-make-field): Replace optional arg called-by-yank with more
11948         specific args move and interactive.
11949         (bibtex-end-of-entry): Use forward-sexp.
11950         (bibtex-find-entry-globally): Remove.
11951         (bibtex-find-crossref): Allow for crossref key located in other buffer.
11952         Bound to C-c C-x.
11953         (bibtex-find-entry): New optional args global and display.
11954         (bibtex-find-text): Fix docstring.  Remove arg as-if-interactive.
11955         (bibtex-validate): Use arg force of bibtex-files-expand.
11956         (bibtex-clean-entry): Bugfix, clean string entries properly.
11957         Always keep point at beginning of entry.
11958         (bibtex-complete): Bugfix.  Handle string entries properly.
11959         Call cleanup functions only if needed.
11960         (bibtex-String): Use bibtex-read-string-key.
11961         (bibtex-url): Use bibtex-remove-delimiters-string.  Do not alter
11962         case of replacement text.
11964 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
11966         * tramp.el (tramp-handle-directory-files-and-attributes): New function.
11967         (tramp-perl-directory-files-and-attributes): New constant.
11968         (tramp-file-name-handler-alist): Delete file-directory-files, add
11969         directory-files-and-attributes.
11970         (tramp-perl-file-attributes): Surround uid and gid by double
11971         quotes.  Change parameter id-format from nonnumeric.
11972         (tramp-convert-file-attributes): New function.
11973         (tramp-handle-file-attributes): Use it.
11974         (tramp-maybe-send-perl-script): New function.
11975         (tramp-handle-file-attributes-with-perl): Use it.  Don't convert
11976         file mode.  Change parameter id-format from nonnumeric.
11977         (tramp-handle-file-attributes-with-ls): Change parameter id-format
11978         from nonnumeric.
11979         (tramp-post-connection): Don't send tramp-perl-file-attributes
11980         script.  Reset connection property "perl-scripts".
11981         (tramp-handle-insert-directory): Run real handler when ls-lisp is
11982         in use.
11984 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
11986         * desktop.el (desktop-read): Replace mapcar with mapc.
11987         (desktop-create-buffer): Replace mapcar with mapc.
11988         Remove redundant piece of code.
11990 2004-11-27  Nick Roberts  <nickrob@snap.net.nz>
11992         * progmodes/gud.el (gud-display-line): Use display-buffer
11993         for GDB-UI as for GUD.
11995         * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
11996         Delete variables.
11997         (gdb-ann3): Don't make GUD buffer dedicated.
11998         (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
11999         (gdb-display-source-buffer): Delete function.
12000         (gdb-view-source-function, gdb-view-assembler): Delete functions.
12001         (menu): Delete menu bindings for viewing source/assembler.
12002         (gdb-setup-windows, gdb-restore-windows):
12003         Don't dedicate GUD.  No assembler now.
12004         (gdb-reset): No need to undedicate source buffers now.
12005         (gdb-source-info): No assembler now.
12007 2004-11-26  Nick Roberts  <nickrob@snap.net.nz>
12009         * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
12010         width to those for special frames.
12011         (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
12012         Use display-buffer.
12013         (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
12014         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
12015         (gdb-frame-assembler-buffer): Rework like
12016         gdb-frame-breakpoints-buffer.
12018 2004-11-25  Richard M. Stallman  <rms@gnu.org>
12020         * progmodes/flymake.el: Reindent.
12021         (flymake-split-string): Turn into defalias.
12022         (flymake-fix-file-name): Rename from flymake-fix-path-name.
12023         (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
12024         (flymake-get-common-file-prefix): Rename from ...path...  Doc fix.
12025         (flymake-build-relative-filename): Rename from ...path.
12026         Fix error message.
12028 2004-11-25  Cheng Gao  <chenggao@gmail.com>
12030         * progmodes/flymake.el: Much whitespace and capitalization change.
12031         Move `provide' to end.  Require `compile' only when compiling.
12033 2004-11-24  Jay Belanger  <belanger@truman.edu>
12035         * calc/calc-alg.el: Added comment.
12036         (math-polynomial-base): Replace variable mpb-top-expr by
12037         math-poly-base-top-expr.
12039         * calc/calc-poly.el (math-poly-base-top-expr): New variable.
12040         (math-polynomial-p1): Replace variable mpb-top-expr by declared
12041         variable.
12042         (math-poly-base-total-base): New variable.
12043         (math-total-polynomial-base, math-polynomial-p1): Replace variable
12044         mpb-total-base by declared variable.
12045         (math-factored-vars, math-to-list): Declare it.
12046         (math-fact-expr): New variable.
12047         (calcFunc-factors, calcFunc-factor, math-factor-expr)
12048         (math-factor-expr-try, math-factor-expr-part): Replace variable
12049         expr by declared variable.
12050         (math-fet-x): New variable.
12051         (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
12052         by declared variable.
12053         (math-factor-poly-coefs): Make temp a local variable.
12055         * calc/calc-units.el (calc-convert-units): Make units a local
12056         variable.
12057         (calc-num-units, calc-den-units): New variables.
12058         (calc-explain-units, calc-explain-units-rec): Replace variables
12059         num-units and den-units by declared variables.
12060         (math-cu-unit-list): New variable.
12061         (math-build-units-table, math-compare-unit-names)
12062         (math-convert-units, math-convert-units-rec): Replace variable
12063         unit-list by declared variable.
12064         (math-fbu-base, math-fbu-entry): New variables.
12065         (math-find-base-units, math-find-base-units-rec): Replace variables
12066         base and entry by declared variables.
12067         (math-which-standard): New variable.
12068         (math-to-standard-units, math-to-standard-rec): Replace variable
12069         which-standard by declared variable.
12070         (math-fcu-u): New variable.
12071         (math-find-compatible-unit, math-find-compatible-unit-rec):
12072         Replace variable u by declared variable.
12073         (math-cu-new-units, math-cu-pure): New variables.
12074         (math-convert-units, math-convert-units-rec): Replace variables
12075         new-units and pure by declared variables.
12076         (math-try-cancel-units): New variable.
12077         (math-simplify-units-quotient): Replace variable try-cancel-units by
12078         declared variable.
12080 2004-11-24  Richard M. Stallman  <rms@gnu.org>
12082         * textmodes/ispell.el (ispell-check-version):
12083         If default-directory is nonexistent, use home dir.
12085         * progmodes/grep.el (grep-regexp-alist):
12086         Don't match parens around line numbers.
12088         * progmodes/cperl-mode.el (cperl-indent-region)
12089         (cperl-imenu--create-perl-index, cperl-xsub-scan):
12090         Don't print progress messages.
12092         * progmodes/compile.el (compilation-mode-map):
12093         Don't inherit from compilation-minor-mode-map;
12094         copy its bindings instead.  But the menu bar Compile
12095         entry now does inherit from compilation-menu-map.
12097         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
12098         Use with-no-warnings around compiler-macroexpand.
12100         * imenu.el: Don't always require newcomment.
12101         (imenu--generic-function): Call comment-normalize-vars
12102         if we have a comment syntax.
12103         Exit the loop if REGEXP matches the null string.
12104         Test comment-start as well as comment-start-skip
12105         when deciding whether to check for comments.
12107         * tooltip.el (tooltip-mode): Doc fix.
12109         * term.el (term-escape-char, term-mode): Doc fixes.
12111 2004-11-24  Dave Love  <fx@gnu.org>
12113         * progmodes/python.el (python-font-lock-syntactic-keywords):
12114         Check for escapes in the regexp.
12115         (python-quote-syntax): Don't do it here.
12117 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
12119         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
12120         (gdb-frames-mode-map, gdb-threads-mode-map)
12121         (gdb-registers-mode-map, gdb-locals-mode-map)
12122         (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
12123         (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
12125         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
12126         (dedicated-switch-to-buffer): Rework.
12127         (gdb-var-evaluate-expression-handler, gdb-put-string):
12128         Remove unused variable bindings.
12129         (gdb-setup-windows, gdb-display-buffer):
12130         Simplify.  Use pop-to-buffer.
12131         (gdb-view-source-function): Simplify.
12132         (gdb-frame-breakpoints-buffer):
12133         Use pop-to-buffer, special-display-regexps.
12135 2004-11-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
12137         * progmodes/f90.el (f90-smart-end)
12138         (f90-previous-statement, f90-beginning-of-block): Doc fix.
12139         (f90-calculate-indent): Handle un-named PROGRAM blocks.
12140         (f90-end-of-block): Doc fix.  Make check of outermost block
12141         conditional on value of `f90-smart-end'.
12142         (f90-block-match): Hack to deal with un-named PROGRAM blocks.
12143         Handle case where END-BLOCK is nil.
12144         (f90-match-end): Handle un-named PROGRAM blocks.
12145         (f90-backslash-not-special): New function.
12147 2004-11-24  Jay Belanger  <belanger@truman.edu>
12149         * calc/calc.el (calc-embedded-active): Removed unnecessary
12150         declaration.
12151         (calc-show-banner): Removed redundant declaration.
12153         * calc/calc-graph.el (calc-gnuplot-default-device)
12154         (calc-gnuplot-default-output, calc-gnuplot-print-device)
12155         (calc-gnuplot-print-output, calc-gnuplot-geometry)
12156         (calc-graph-default-resolution, calc-graph-default-resolution-3d):
12157         Remove redundant initial values.
12159         * calc/calc-arith.el (math-scalar-functions)
12160         (math-nonscalar-functions, math-scalar-if-args-functions)
12161         (math-real-functions, math-positive-functions)
12162         (math-nonnegative-functions, math-real-scalar-functions)
12163         (math-real-if-arg-functions, math-integer-functions)
12164         (math-num-integer-functions, math-rounding-functions)
12165         (math-float-rounding-functions, math-integer-if-args-functions)
12166         (math-super-types): Move declarations to earlier in file.
12167         (math-unit-prefixes): Declared it.
12168         (math-floor-prec, math-trunc-prec): New variables.
12169         (math-trunc-fancy): Replace variable prec by declared variable.
12170         (math-floor-fancy): Replace variable prec by declared variable.
12171         (math-com-bterms): New variable.
12172         (math-commutative-equal, math-commutative-collect):
12173         Replace variable bterms by declared variable.
12175         * calc/calc-misc.el (math-trunc): Replace variable prec by
12176         math-trunc-prec.
12177         (math-floor): Replace variable prec by math-floor-prec.
12179         * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
12180         (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
12181         (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
12182         (math-format-date, math-format-date-part): Replace variables
12183         date, dt, year, month, day, weekday, hour, minute, second and
12184         bc-flag by declared variables.
12185         (math-pd-str): New variable.
12186         (math-parse-date, math-parse-date-word, math-parse-standard-date):
12187         Replace variable str by declared variable.
12188         (math-daylight-savings-hook, math-tzone-names): Move definitions
12189         to earlier in the file.
12190         (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
12191         (math-sh-year): New variable.
12192         (math-setup-add-holidays, math-setup-holidays)
12193         (math-setup-year-holidays): Replace variable `year' by declared
12194         variable.
12196         * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
12197         New variables.
12198         (math-nth-root-float, math-nth-root-float-iter): Replace variables
12199         n, nf and nfm1 by declared variables.
12200         (math-nri-n): New variable.
12201         (math-nth-root-integer, math-nth-root-int-iter): Replace variable
12202         n by declared variable.
12203         (calcFunc-log): Removed misplaced condition.
12205 2004-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12207         * generic.el (generic-mode-set-comments): Accept an empty comment-end.
12209 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
12211         * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
12212         (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
12213         Dedicate gdb-related windows.
12214         (gdb-display-buffer): Dedicate gdb-related windows.
12215         Don't grab other frames.
12216         (gdb-reset): Remove dedicated property after debugging.
12218 2004-11-24  Jay Belanger  <belanger@truman.edu>
12220         * calc/calc-sel.el: Add comment.
12222         * calc/calc.el (math-stack-value-offset): Replace variables c,
12223         wid and off with math-svo-c, math-svo-wid and math-svo-off.
12225         * calc/calccomp.el (math-comp-sel-tag): Declare it.
12226         (math-svo-c, math-svo-wid, math-svo-off): New variables.
12227         (math-stack-value-offset-fancy): Replace variables c, wid and off
12228         by declared variables.
12229         (math-comp-just, math-comp-comma-spc): New variables.
12230         (math-compose-expr, math-compose-matrix): Replace variables `just'
12231         and comma-spc by declared variable.
12232         (math-comp-vector-prec): New variable.
12233         (math-compose-expr, math-compose-matrix, math-compose-rows):
12234         Replace variable vector-prec by declared variable.
12235         (math-comp-left-bracket, math-comp-right-bracket)
12236         (math-comp-comma): New variables.
12237         (math-compose-expr, math-compose-rows): Replace variables
12238         left-bracket, right-bracket and comma by declared variables.
12239         (math-comp-full-width): New variable.
12240         (math-comp-to-string-flat, math-comp-to-string-flat-term):
12241         Replace variable full-width by declared variable.
12242         (math-comp-highlight, math-comp-word, math-comp-level)
12243         (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
12244         (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
12245         New variables.
12246         (math-comp-to-string-flat, math-comp-to-string-flat-term)
12247         (math-comp-sel-flat-term): Replace variables comp-highlight,
12248         comp-word, comp-level, comp-margin, comp-pos and comp-buf by
12249         declared variables.
12250         (math-comp-simplify, math-comp-simplify-term)
12251         (math-comp-add-string, math-comp-add-string-sel):
12252         Replace variables comp-highlight, comp-buf, comp-base,
12253         comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
12255 2004-11-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12257         * cus-start.el (all): Add x-use-old-gtk-file-dialog.
12259         * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
12260         and x-server-version may throw.
12262 2004-11-23  Kim F. Storm  <storm@cua.dk>
12264         * subr.el (substitute-key-definition-key): Optimize.
12265         Don't call indirect-function for nil defn (always signals error).
12267         * ido.el (ido-read-internal): Fix require-match check when
12268         ido-directory-too-big is set.
12270 2004-11-23  Jay Belanger  <belanger@truman.edu>
12272         * calc/calc-ext.el (math-read-replacement-list)
12273         (math-read-superscripts): New variables.
12274         (math-read-preprocess-string): New function.
12275         (math-read-expr): Filter input through math-read-preprocess-string.
12277         * calc/calc-aent.el (math-read-exprs): Filter input through
12278         math-read-preprocess-string.
12280 2004-11-23  Daniel Pfeiffer  <occitan@esperanto.org>
12282         * progmodes/compile.el (compilation-start): In cd command use
12283         substitute-env-vars -- not quite shell compatible but better than
12284         nothing.
12285         (compilation-error-regexp-alist-alist): Simplify ftnchek to only
12286         handle the newer versions messages, which are more parseable.
12288 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12290         * reveal.el (reveal-mode-map): New var.
12291         (reveal-mode): Use it.
12293 2004-11-23  Nick Roberts  <nickrob@snap.net.nz>
12295         * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
12296         (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
12298 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12300         * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
12301         header-line when needed.
12302         Use fixed-pitch only in the header-line.
12303         Build the underline automatically.  Use emdash if available.
12305 2004-11-22  Richard M. Stallman  <rms@gnu.org>
12307         * dired.el (dired-recursive-copies): Move from dired-aux.el.
12308         * dired-aux.el (dired-recursive-copies): Move to dired.el.
12310 2004-11-22  Nick Roberts  <nickrob@snap.net.nz>
12312         * progmodes/gdb-ui.el (gdb-resync): New function.
12313         (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
12314         (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
12315         Use it to fail more gracefully.
12316         (gdb-variables): Delete variable.
12317         Re-order variables to reduce byte-compiler warnings.
12319 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12321         * descr-text.el (describe-char):
12322         * paren.el (show-paren-function):
12323         * subr.el (syntax-after): Undo last change.
12325         * progmodes/python.el (run-python): Don't hard code *Python*.
12326         Don't modify global process-environment.
12327         (python-send-region, python-load-file): Don't assume that
12328         python-buffer == (process-buffer (python-proc)).
12329         (python-switch-to-python): Simplify.
12331         * dired.el (dired-align-file): Don't assume line starts with spaces.
12333 2004-11-21  Jay Belanger  <belanger@truman.edu>
12335         * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
12336         Replace variable `lines' by math-read-big-lines.
12337         (math-read-big-expr): Replace variables the-baseline, the-h2
12338         and err-msg by math-read-big-baseline, math-read-big-h2 and
12339         math-read-err-msg.
12340         (math-read-big-bigp): Replace variable h2 with math-rb-h2.
12342         * calc/calc-lang.el (math-read-big-rec): Fix typo.
12343         (math-read-big-balance): Replace unbound variable by value.
12344         (math-read-big-lines): New variable.
12345         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
12346         (math-read-big-error, math-read-big-balance): Replace variable
12347         `lines' by declared variable.
12348         (math-read-big-baseline, math-read-big-h2): New variables.
12349         (math-read-big-rec): Replace variables the-baseline and the-h2
12350         by declared variables.
12351         (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
12352         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
12353         (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
12354         declared variables.
12355         (math-read-big-err-msg): New variable.
12356         (math-read-big-error): Replace variable err-msg by declared variable.
12358 2004-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12360         * ses.el: Add coding cookie.
12361         Fix up docstrings, follow new commenting conventions.
12362         (ses-header-line-menu): Fix missing variable rename for header-row.
12363         (ses-cell-size): Remove.
12364         (ses-make-cell): New function.
12365         (ses-cell, ses-insert-row, ses-insert-column): Use it.
12366         (ses-calculate-cell): Remove unused var `symbol'.
12367         (ses-narrowed-p): New function.
12368         (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
12369         (ses-initial-file-trailer): Change ;;; to ;; for local vars.
12370         (ses-load, ses-reconstruct-all): Adjust string search accordingly.
12371         (ses-setup): Use restore-buffer-modified-p.
12372         (ses-cleanup): Remove unused var `end'.
12373         (ses-header-string-left-offset): Remove.
12374         (ses-create-header-string): Adjust to new behavior of `align-to'.
12375         Truncate excessively large fields to preserve alignment.
12376         (ses-reconstruct-all): Remove unused var `refs'.
12377         (ses-read-cell-printer): Remove unused var `prompt'.
12378         (ses-delete-row): Remove unused var `pos'.
12379         (ses-delete-column): Remove unused var `new'.
12381 2004-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12383         * ps-print.el: Insert :version tag into all defgroup and defcustom.
12384         Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
12385         Eliminate eval-and-compile usage.
12386         (ps-insert-file): Use insert-file-contents instead of insert-file.
12387         (ps-setup): Code fix.
12389         * printing.el (pr-setup, lpr-setup): Code fix.
12391 2004-11-21  Jay Belanger  <belanger@truman.edu>
12393         * calc/calc-prog.el (math-integral-cache-state, calc-lang)
12394         (calc-original-buffer): Declare them.
12395         (calc-user-formula-alist): New variable.
12396         (calc-user-define-formula, calc-fix-user-formula)
12397         (calc-user-define-composition, calc-finish-formula-edit):
12398         Replace variable `alist' by declared variable.
12399         (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
12400         (var-q7, var-q7, var-q8, var-q9): Declare them.
12401         (calc-kbd-push): Don't check to see if var-q0 through var-q9
12402         are bound.
12403         (calcFunc-typeof): Replace undeclared variable by expression.
12404         (math-exp-env): New variable.
12405         (math-define-body, math-define-exp): Replace exp-env by declared var.
12406         (math-define-exp): Replace misplaced variable by expression.
12408         * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
12409         (calc-curve-model, calc-curve-coefnames): New variables.
12410         (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
12411         varnames, model and coefnames by declared variables.
12412         (math-root-widen): New variable.
12413         (math-search-root, math-find-root): Replace variable root-widen by
12414         declared variable.
12415         (var-DUMMY): Declare it.
12416         (math-root-vars, math-min-vars): Move the declarations to earlier in
12417         the file.
12418         (math-brent-min): Make d a local variable.
12419         (math-find-minimum): Replace non-existent variable.
12420         (math-ninteg-romberg): Remove unnecessary variable.
12421         (math-ninteg-temp): New variable.
12422         (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
12423         integ-temp by declared variable.
12424         (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
12425         New variables.
12426         (math-general-fit): Replace variables first-var, first-coef and
12427         new-coefs by declared variables.
12428         (calcFunc-fitvar): Replace variable first-var by declared variable.
12429         (calcFunc-fitparam): Replace variable first-coef by declared variable.
12430         (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
12431         (math-all-vars-vars, math-all-vars-found): New variables.
12432         (math-all-vars-in, math-all-vars-rec): Replace variables vars and
12433         found by declared variable math-all-vars-vars.
12435 2004-11-20  Luc Teirlinck  <teirllm@auburn.edu>
12437         * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
12438         of `defconst'.
12440 2004-11-20  Richard M. Stallman  <rms@gnu.org>
12442         * isearch.el (isearch-mode-map): Don't bind SPC.
12443         (isearch-whitespace-chars): Function deleted.
12444         (isearch-search): Bind search-spaces-regexp.
12445         (isearch-lazy-highlight-search): Likewise.
12446         (search-whitespace-regexp): Doc fix.
12447         (isearch-forward-regexp): Doc fix.
12449         * emacs-lisp/bytecomp.el (byte-compile-form):
12450         Move the calls to byte-compile-set-symbol-position,
12451         to avoid having two for the same symbol occurrence.
12453         * comint.el (comint-input-ring-size): Increase to 150.
12455         * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
12456         New variables.
12457         (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
12458         (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
12460         * imenu.el (imenu--generic-function):
12461         Ensure we keep moving backward even if BEG isn't further back.
12463         * replace.el (query-replace-read-to, query-replace-read-from):
12464         Specify t for KEEP-ALL in read-from-minibuffer.
12466         * progmodes/python.el (python-switch-to-python):
12467         If Python isn't running, start it.
12468         Don't alter debug-ignored-errors.
12470         * progmodes/cperl-mode.el (cperl-indent-region):
12471         Don't mind imenu-scanning-message.
12473         * bindings.el (global-map): Bind C-e to move-end-of-line.
12475         * simple.el (line-move-finish): New arg FORWARD.
12476         Ignore invisible newlines, not intangible ones.
12477         Conditions for acceptable stopping positions depend on FORWARD.
12478         (line-move): Pass FORWARD arg to line-move-finish.
12480         * buff-menu.el (list-buffers-noselect): Eliminate space at the start
12481         of HEADER.  Compensate for this change in the code to add display
12482         properties.  Don't make the first line intangible.
12484         * info.el (Info-search): Fix previous change.
12486 2004-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
12488         * Makefile.in (recompile): Revert 2004-11-19 change.
12489         (compile): Likewise.
12491 2004-11-19  Luc Teirlinck  <teirllm@auburn.edu>
12493         * Makefile.in (compile): Set `max-specpdl-size' before compiling.
12495 2004-11-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12497         * progmodes/ebnf2ps.el: Fix typos.  Insert :version tag into all
12498         defgroup and defcustom.  Eliminate eval-and-compile usage.
12500         * progmodes/ebnf-otz.el: Fix typos.
12502 2004-11-19  Jay Belanger  <belanger@truman.edu>
12504         * calc/calc-yank.el (calc-edit-disp-trail): New variable.
12505         (calc-edit-finish, calc-finish-stack-edit): Replace variable
12506         disp-trail by declared variable.
12508         * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
12509         (calc-finish-selection-edit): Replace variable disp-trail by
12510         declared variable.
12511         (calc-selection-cache-entry): Move declaration to earlier in the file.
12512         (calc-selection-cache-num, calc-selection-cache-comp)
12513         (calc-selection-cache-offset, calc-selection-true-num)
12514         (calc-final-point-line, calc-final-point-column)
12515         (calc-original-buffer): Declare them.
12516         (calc-fnp-op, calc-fnp-num): New variables.
12517         (calc-find-nth-part, calc-find-nth-part-rec)
12518         (calc-select-previous): Replace op and num by declared variables.
12519         (calc-rsf-old, calc-rsf-new): New variables.
12520         (calc-replace-sub-formula, calc-replace-sub-formula-rec):
12521         Replace variables old and new by declared variables.
12522         (calc-sel-reselect): New variable.
12523         (calc-auto-selection, calc-enter-selection, calc-edit-selection)
12524         (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
12525         (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
12526         reselect with declared variable.
12528         * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
12529         (math-bound-vars, math-conds, math-copy-neg, math-rhs)
12530         (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
12531         (math-import-list, math-rewrite-phase): Declare them.
12532         (math-rewrite): Use let* to declare variables.
12533         (calc-rewrite-selection): Make rules a local variable.
12534         (calc-rewr-sel): New variable.
12535         (calc-rewrite-selection, calc-locate-selection-marker)
12536         (calc-rewrite): Use the declared variable calc-rewr-sel instead
12537         of sel.
12538         (math-rewrite-whole-expr): New variable.
12539         (math-rewrite, math-rewrite-phase): Replace variable expr by
12540         declared variable.
12541         (math-rewrite-heads-heads, math-rewrite-heads-skips)
12542         (math-rewrite-heads-blanks ): New variables.
12543         (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
12544         heads, skips and blanks by declared variables.
12545         (math-rwcomp-subst-old, math-rwcomp-subst-new)
12546         (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
12547         New variables.
12548         (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
12549         old, new, old-func and new-func by declared variables.
12550         (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
12551         Remove unnecessary variable.
12552         (math-apply-rw-regs): New variable.
12553         (math-apply-rewrites, math-rwapply-replace-regs)
12554         (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
12555         (math-apply-rw-ruleset): New variable.
12556         (math-apply-rewrites, math-rwapply-remember): Replace variable
12557         ruleset by declared variable.
12559 2004-11-19  Richard M. Stallman  <rms@gnu.org>
12561         * info.el (Info-search): Use search-whitespace-regexp.
12563 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
12565         * vc-rcs.el (vc-rcs-parse): New function.
12566         (vc-rcs-annotate-command): Likewise.
12567         (vc-rcs-annotate-current-time): Likewise.
12568         (vc-rcs-annotate-time): Likewise.
12569         (vc-rcs-annotate-extract-revision-at-line): Likewise.
12571 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
12573         * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
12575 2004-11-18  Jay Belanger  <belanger@truman.edu>
12577         * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
12579 2004-11-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12581         * printing.el: Eliminate use of interactive-p and eval-and-compile.
12582         Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
12583         Use make-temp-file to generate PostScript files in any situation.
12584         (pr-ps-temp-file): Now specify a prefix to generate temporary files.
12585         (pr-interactive-p): Eliminate var.
12586         (pr-save-interactive): Eliminate macro.
12587         (pr-interface, pr-ps-directory-preview)
12588         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
12589         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
12590         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
12591         (pr-ps-buffer-ps-print, pr-ps-region-preview)
12592         (pr-ps-region-using-ghostscript, pr-ps-region-print)
12593         (pr-ps-region-ps-print, pr-ps-mode-preview)
12594         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
12595         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
12596         (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
12597         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
12598         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
12599         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
12600         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
12601         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
12602         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
12603         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
12604         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
12605         (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
12606         Eliminate pr-save-interactive usage.
12607         (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
12608         Eliminate pr-interactive-p usage.
12609         (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
12610         (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
12611         (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
12612         (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
12613         (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
12614         (pr-toggle-header-menu, pr-toggle-header-frame-menu)
12615         (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
12616         New funs.
12617         (pr-ps-file): Use make-temp-file to generate a temporary file.
12619 2004-11-17  Jay Belanger  <belanger@truman.edu>
12621         * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
12622         a local variable.
12623         (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
12624         (math-top-only): New variable.
12625         (math-simplify, math-simplify-step): Replace variable top-only by
12626         declared variable math-top-only.
12627         (math-simplify-expr): Declare it.
12628         Replace argument expr in all calls of math-defsimplify by
12629         math-simplify-expr.
12630         (math-simplify-plus, math-simplify-times, math-simplify-divide)
12631         (math-simplify-divisor, math-simplify-one-divisor)
12632         (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
12633         (math-simplify-pow): Replace variable expr by declared variable
12634         math-simplify-expr.
12635         (math-simplify-divisor): Remove local variables temp and op.
12636         (math-simplify-one-divisor): Make temp and op local variables.
12637         (math-simplify-divisor-nover, math-simplify-divisor-dover):
12638         New variables.
12639         (math-simplify-divisor, math-simplify-one-divisor):
12640         Replace variables nover and dover by declared variables.
12641         (math-expr-subst-new, math-expr-subst-old): New variables.
12642         (math-expr-subst, math-expr-subst-rec): Replace variables new
12643         and old by declared variables.
12644         (math-is-poly-degree, math-is-poly-loose): New variables.
12645         (math-is-polynomial, math-is-poly-rec): Replace variables degree
12646         and loose by declared variables.
12647         (math-poly-base-const-ok, math-poly-base-pred): New variables.
12648         (math-polynomial-base, math-polynomial-base-rec):
12649         Replace variables const-ok and mpb-pred by declared variables.
12651         * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
12653         * calc/calc-ext.el (math-defsimplify): Change the argument in
12654         the created function to math-simplify-expr.
12656         * calc/calc-units.el (math-simplify-expr): Declare it.
12657         Replace argument expr in all calls of math-defsimplify by
12658         math-simplify-expr.
12659         (math-simplify-units-prod): Replace variable expr by declared
12660         variable math-simplify-expr.
12662 2004-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12664         * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
12665         Replace mapcar->dolist, format->string.
12667 2004-11-17  Miles Bader  <miles@gnu.org>
12669         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
12670         * progmodes/idlwave.el: Remove RCS keywords.
12672 2004-11-17  J.D. Smith  <jdsmith@as.arizona.edu>
12674         * progmodes/idlwave.el, progmodes/idlw-toolbar.el
12675         * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
12676         Update to IDLWAVE version 5.5.  Too many changes to list them here.
12677         * progmodes/idlw-help.el: New file.
12679 2004-11-16  Richard M. Stallman  <rms@gnu.org>
12681         * international/iso-cvt.el (iso-tex2iso-trans-tab):
12682         Discard spaces after \i according to TeX rules.
12684         * international/mule.el (set-buffer-file-coding-system):
12685         New arg NOMODIFY.
12686         (after-insert-file-set-coding): Pass that new arg.
12687         Prevent set-buffer-multibyte from trying to lock the file.
12689         * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
12691         * saveplace.el (save-place): Doc fix.
12693         * dabbrev.el (dabbrev-expand): When handling SPC M-/,
12694         temporarily widen before finding the following word to copy.
12696         * emacs-lisp/lucid.el (map-keymap): Definition deleted.
12697         (cl-map-keymap): Definition deleted.
12699         * subr.el (map-keymap-internal): New function.
12701 2004-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12703         * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
12704         when pressing rather than when releasing mouse-2.  Simplify.
12706 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12708         * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
12709         (compilation-mode): Set it here instead.
12711         * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
12713         * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
12714         (loop, cl-parse-loop-clause, defsetf): Use backquote.
12716 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12718         * progmodes/compile.el (compilation-internal-error-properties):
12719         Fix up a transposition-typo.  Check end-col before using it.
12721 2004-11-14  Frederic Han  <han@math.jussieu.fr>  (tiny change)
12723         * international/iso-cvt.el (iso-tex2iso-trans-tab):
12724         Discard whitespace after macro \i when converting it.
12726 2004-11-16  Juri Linkov  <juri@jurta.org>
12728         * emacs-lisp/find-func.el (find-function-regexp):
12729         Optimize `define-minor-mode'.  Add `defun-cvs-mode'.
12730         Add `deffoo'.  Add `f' to [^cgv] to exclude `defface'.
12731         Remove invalid `\W' from [^cgv\W].  Doc fix.
12732         (find-function-search-for-symbol): Replace "\\>" with "\\_>".
12734 2004-11-15  Luc Teirlinck  <teirllm@auburn.edu>
12736         * play/life.el: Maintainer is now FSF.
12737         (life-patterns, life-neighbor-deltas, life-window-start)
12738         (life-current-generation, life-generation-string): Use defvar
12739         instead of defconst.
12741 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12743         * progmodes/compile.el (compilation-move-to-column): New fun.
12744         (compilation-internal-error-properties)
12745         (compilation-next-error-function): Use it to make sure we don't go past
12746         the end of line.
12748 2004-11-15  John Paul Wallington  <jpw@gnu.org>
12750         * autoinsert.el (auto-insert-alist): Insert the user's name in
12751         copyright notice, rather than Free Software Foundation, for the
12752         Emacs Lisp header case too.
12754 2004-11-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12756         * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
12757         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
12758         (pr-switches-string): If SWITCHES is nil, return nil.  Otherwise,
12759         return the list of string in a string.
12760         (pr-call-process): Message if calling process returns an error, that
12761         is, the exit status is different of zero.
12763 2004-11-15  Jay Belanger  <belanger@truman.edu>
12765         * calc/calcalg2.el (math-integrate-by-parts): Remove unused
12766         variable var-thing.
12767         (math-integ-depth, math-integ-level, math-integral-limit)
12768         (math-enable-subst, math-any-substs, math-integ-msg)
12769         (math-prev-parts-v, math-good-parts, math-max-integral-limit)
12770         (math-int-threshold, math-int-factors, math-double-roots)
12771         (math-solve-simplifying, var-IntegLimit, math-solve-sign)
12772         (var-GenCount): Declare these variables.
12773         (calcFunc-integ): Don't check if var-IntegLimit is bound.
12774         (math-integral-cache, math-integral-cache-state):
12775         Move declarations to earlier in the file.
12776         (math-deriv-var, math-deriv-total, math-deriv-symb)
12777         (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
12778         (math-so-far, math-integ-expr, math-expr-parts, calc-low)
12779         (calc-high, math-solve-var, math-solve-full, math-solve-vars)
12780         (math-try-solve-sign, math-solve-b, math-solve-system-vv)
12781         (math-solve-res): New variables
12782         (math-derivative, calcFunc-deriv, calcFunc-tderiv)
12783         (math-integral, math-replace-integral-parts)
12784         (math-integrate-by-parts, calc-dump-integral-cache)
12785         (math-try-integral, math-do-integral, math-do-integral)
12786         (math-do-integral-methods, math-try-solve-for)
12787         (math-try-solve-prod, math-solve-poly-funny-powers)
12788         (math-solve-crunch-poly, math-decompose-poly)
12789         (math-solve-find-root-term, math-find-root-in-prod)
12790         (math-integ-try-linear-substitutions)
12791         (math-integ-try-substitutions, math-expr-rational-in)
12792         (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
12793         (math-solve-prod, math-solve-quartic, math-poly-all-roots)
12794         (math-solve-for, math-solve-system, math-solve-system-rec)
12795         (math-solve-get-sign, math-solve-get-int)
12796         (math-solve-system-subst): Replace undeclared variables with newly
12797         declared variables.
12799 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12801         * winner.el (winner-active-region, winner-edges, winner-window-list):
12802         Define at toplevel.
12803         (winner-mode-map): Move init inside declaration.
12805 2004-11-14  Luc Teirlinck  <teirllm@auburn.edu>
12807         * files.el (convert-standard-filename): Doc fix.
12809 2004-11-14  Daniel Pfeiffer  <occitan@esperanto.org>
12811         * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
12812         passwd, group, shadow, default/* and pam.d/*.
12814 2004-11-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12816         * printing.el (pr-menu-spec): Adjust menu specification.
12818 2004-11-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12820         * printing.el: Doc fix.  Insert :version tag into all defcustom.
12821         Handle interactive-p as is recommended in Emacs Lisp Reference.
12822         Set the file permission bits for newly created files.
12823         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
12824         The printing menu specification (in `pr-menu-spec') was merged.
12825         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12826         (pr-version): New version number (6.8.3).
12827         (pr-file-modes): New option.
12828         (pr-interactive-p): New var.
12829         (pr-save-interactive, pr-save-file-modes): New macros.
12830         (pr-setup): Code fix.
12831         (pr-menu-spec): Menu specification merged.
12832         (pr-call-process, pr-text2ps): Set file permission bits.
12833         (pr-despool-print): Set file permission bits.  Handle interactive-p as
12834         is recommended.
12835         (pr-interface, pr-ps-directory-preview)
12836         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
12837         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
12838         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
12839         (pr-ps-buffer-ps-print, pr-ps-region-preview)
12840         (pr-ps-region-using-ghostscript, pr-ps-region-print)
12841         (pr-ps-region-ps-print, pr-ps-mode-preview)
12842         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
12843         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
12844         (pr-despool-using-ghostscript, pr-despool-ps-print)
12845         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
12846         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
12847         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
12848         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
12849         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
12850         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
12851         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
12852         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
12853         (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
12854         (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
12855         Handle interactive-p as is recommended.
12857 2004-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12859         * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
12860         (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
12862         * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
12863         so it doesn't forget to highlight the beginning of the region either.
12865 2004-11-13  Daniel Pfeiffer  <occitan@esperanto.org>
12867         * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
12868         (c-font-lock-init): Eliminate obsolete make-local-hook.
12869         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
12870         (awk-mode): Use run-mode-hooks.
12872         * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
12874 2004-11-13  Kim F. Storm  <storm@cua.dk>
12876         * mouse.el (mouse-drag-copy-region): Add :version.
12877         (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
12878         while dragging mode line, so mode line can be dragged downwards.
12879         (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
12880         while pressing mouse button so window doesn't scroll until we
12881         release the mouse if clicking on partially visible line.
12883 2004-11-12  Jay Belanger  <belanger@truman.edu>
12885         * calc/calc-graph.el (calc-dumb-map): Declare it.
12886         (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
12887         than unbound.
12888         (calc-graph-name): Made `end' a local variable.
12889         (calc-graph-lookup): Made `varname' a local variable.
12890         (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
12891         Declare them.
12892         (calc-graph-format-data): Don't check if var-PlotRejects is bound.
12893         (calc-graph-plot, calc-graph-compute-3d): Remove references to
12894         the unused variable y3vec.
12895         (calc-graph-show-dumb): Remove reference to unused variable found-pt.
12896         (calc-graph-kill-hook, calc-graph-plot): Remove reference to
12897         calc-graph-prev-kill-hook.
12898         (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
12899         (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
12900         (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
12901         (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
12902         (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
12903         (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
12904         (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
12905         (calc-graph-y3value, calc-graph-y3name)
12906         (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
12907         (calc-graph-stepcount, calc-graph-is-splot)
12908         (calc-graph-surprise-splot, calc-graph-blank)
12909         (calc-graph-non-blank, calc-graph-curve-num): New variables.
12910         (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
12911         (calc-graph-recompute-2d, calc-graph-compute-3d)
12912         (calc-graph-format-data): Replace undeclared variables with the
12913         above newly declared variables.
12915 2004-11-12  Diane Murray  <dsm@muenster.de>  (tiny change)
12917         * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
12918         `rsf-beep' and `rsf-sleep-after-message'.
12920         * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
12921         list if `message-sender' is non-nil.
12923 2004-11-12  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
12925         * desktop.el (desktop-create-buffer, desktop-save): Avoid some
12926         consing by using mapc instead of mapcar.
12928 2004-11-12  Nick Roberts  <nickrob@snap.net.nz>
12930         * tooltip.el (require): Explain why CL is needed.
12932 2004-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12934         * printing.el: Insert :version into defgroup (printing).  All reference
12935         to Files option in menubar were changed to File.
12936         (pr-version): New version number (6.8.2).
12937         (pr-get-symbol): Call easy-menu-intern.
12938         (pr-region-active-p): Now is a fun (it was defsubst).  To avoid
12939         compilation gripes.
12941 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12943         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
12944         new byte-compile-function-environment binding to t.
12946         * font-lock.el (font-lock-fontify-syntactically-region):
12947         Don't forget to highlight the last char when we hit `end'.
12949         * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
12950         (mwheel-scroll): Adjust accordingly.
12952         * cvs-status.el: Reduce spurious warnings.
12953         (cvs-status-checkout): Remove.
12954         (cvs-status-mode-map): Use cvs-mode-checkout instead.
12956         * pcvs.el (cvs-mode-checkout): New command.
12958         * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
12960         * tooltip.el: Require CL.
12962         * emacs-lisp/bytecomp.el: Use push.
12963         (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
12964         (defalias): Remove the `byte-compile' property and add
12965         a `byte-hunk-handler'.
12967 2004-11-11  Juri Linkov  <juri@jurta.org>
12969         * info.el (Info-search): Save match data for isearch.
12970         Skip Tag Table node.
12972         * descr-text.el (describe-char): Replace syntax-after with code
12973         from its previous version.
12975         * files.el (magic-mode-alist): Use optimization for SGML mode too.
12976         (set-auto-mode): Doc fix.  Remove unused variable `xml'.
12978         * international/mule.el (sgml-html-meta-auto-coding-function):
12979         Remove > after <html to allow HTML attributes.
12981 2004-11-11  Jay Belanger  <belanger@truman.edu>
12983         * calc/calc-comb.el (math-prime-factors-finished): Declare it as
12984         a variable.
12985         (calcFunc-dfac): Replace unbound max by n.
12986         (math-stirling-local-cache): New variable.
12987         (math-stirling-number, math-stirling-1, math-stirling-2):
12988         Replace the variable `cache' by the declared variable
12989         math-stirling-local-cache.
12990         (var-RandSeed): Declare it as a variable.
12991         (math-init-random-base, math-random-digit): Don't check to see if
12992         var-RandSeed is bound.
12993         (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
12994         Declare them instead of just setting them.
12995         (math-init-random-base): Made i a local variable.
12996         (math-random-digit): Made math-random-last a local variable.
12997         (math-prime-test-cache): Move declaration to before it is used.
12998         (math-prime-test-cache-k, math-prime-test-cache-q)
12999         (math-prime-test-cache-nm1, math-prime-factors-finished):
13000         Declare them as variables.
13002 2004-11-11  Jay Belanger  <belanger@truman.edu>
13004         * calc/calc-ext.el (math-defcache): Use defvar for the new
13005         variables it creates.
13007 2004-11-11  Lars Hansen  <larsh@math.ku.dk>
13009         * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
13010         (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
13011         (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
13012         (desktop-save): Add :version.
13014 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13016         * printing.el (pr-get-symbol): Don't downcase.
13018 2004-11-10  Jay Belanger  <belanger@truman.edu>
13020         * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
13021         string to kill-ring.
13023         * calc/calc-aent.el (calc-alg-exp, math-toks)
13024         (math-exp-pos,math-exp-old-pos, math-exp-token)
13025         (math-exp-keep-spaces, math-exp-str): New variables.
13026         (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
13027         (calcAlg-enter): Use declared variable calc-alg-exp.
13028         (math-build-parse-table, math-find-user-token): Use declared
13029         variable math-toks.
13030         (math-read-exprs, math-read-token, calc-check-user-syntax)
13031         (calc-match-user-syntax, match-factor-after, math-read-factor):
13032         Use declared variables math-exp-pos math-exp-old-pos.
13033         (math-read-exprs, math-read-token, math-read-expr-level)
13034         (calc-check-user-syntax, calc-match-user-syntax)
13035         (match-factor-after, math-read-factor): Use declared variable
13036         math-exp-token.
13037         (math-read-exprs, math-read-expr-list, math-read-token)
13038         (math-read-factor): Use declared variable math-exp-keep-spaces.
13039         (math-read-exprs, math-read-token): Use declared variable
13040         math-exp-str.
13041         (calc-match-user-syntax): Make m a local variable.
13043         * calc/calc-ext.el (math-read-expr): Use declared variables
13044         math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
13045         math-exp-keep-spaces.
13047         * calc/calc-forms.el (math-read-angle-bracket): Use declared
13048         variables math-exp-pos, math-exp-str.
13050         * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
13051         math-exp-old-pos.
13052         (math-parse-fortran-vector, math-parse-fortran-vector-end)
13053         (math-parse-eqn-prime): Use declared variable math-exp-token.
13055         * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
13056         Use declared variable math-exp-pos.
13057         (math-check-for-commas): Use declared variable math-exp-str.
13058         (math-read-brackets): Use declared variables math-exp-old-pos,
13059         math-exp-keep-spaces.
13060         (math-read-brackets, math-read-vector, math-read-matrix):
13061         Use declared variable math-exp-token.
13063 2004-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13065         * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
13066         where the keymap is a symbol.
13067         (easy-menu-add-item): Use keymap-prompt.  Simplify.
13069         * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
13071         * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
13072         (sgml-parse-tag-backward): Use it to skip spurious < or >.
13074 2004-11-10  Thien-Thi Nguyen  <ttn@gnu.org>
13076         * ebuff-menu.el: Doc fixes throughout.
13077         (electric-buffer-menu-mode-hook): New defvar.
13079 2004-11-10  Nick Roberts  <nickrob@snap.net.nz>
13081         * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
13082         The resulting compiler warnings appear to be harmless.
13084 2004-11-10  Daniel Pfeiffer  <occitan@esperanto.org>
13086         * textmodes/conf-mode.el: New file.
13088         * files.el (auto-mode-alist, magic-mode-alist): Use it.
13090 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13092         * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
13094 2004-11-09  Jay Belanger  <belanger@truman.edu>
13096         * calc/calc-ext.el (calc-init-extensions): Remove old code.
13098         * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
13099         (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
13100         (calc-z-prefix-help, calc-user-function-list): Use declared
13101         variables calc-z-prefix-buf, calc-z-prefix-msgs.
13102         (math-map-tree, math-map-tree-rec): Use declared variables
13103         math-mt-many, math-mt-func.
13104         (math-read-expression, math-read-string): Use declared variable
13105         math-expr-data.
13107         * calc/calc-ext.el (math-normalize-nonstandard): Use declared
13108         variable math-normalize-a.
13110         * calc/calc.el (math-normalize-a): New variable.
13111         (math-normalize): Use declared variable math-normalize-a.
13113         * calc/calc-poly.el (math-expand-form): Use declared variable
13114         math-mt-many.
13116         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
13117         Use declared variable math-mt-many.
13118         (math-rewrite): Use declared variable math-mt-func.
13120         * calc/calc-vec.el (math-read-brackets, math-read-vector)
13121         (math-read-matrix): Use declared variable math-expr-data.
13123         * calc/calc-lang.el (math-parse-fortran-vector)
13124         (math-parse-fortran-vector-end, math-parse-tex-sum)
13125         (math-parse-eqn-matrix, math-parse-eqn-prime)
13126         (math-read-math-subscr): Use declared variable math-expr-data.
13128         * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
13129         (math-read-expr-level, math-read-token, calc-check-user-syntax)
13130         (calc-match-user-syntax, math-read-if, math-factor-after)
13131         (math-read-factor): Use declared variable math-expr-data.
13133 2004-11-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
13135         * calendar/diary-lib.el (diary-from-outlook)
13136         (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
13137         interactive-p; but rather new optional argument NOCONFIRM.
13139 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13141         * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
13142         (easy-menu-name-match): Revert correspondingly.
13144 2004-11-09  Richard M. Stallman  <rms@gnu.org>
13146         * emacs-lisp/bytecomp.el (byte-compile-defalias):
13147         Turn off warnings for the new function even if definition not constant.
13148         If the definition isn't a quoted symbol, record (FUNCTION . t).
13149         (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
13150         (byte-compile-callargs-warn): Handle (FUNCTION . t).
13151         (display-call-tree, byte-compile-arglist-warn):
13152         Handle t returned by byte-compile-fdefinition.
13154 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13156         * Makefile.in (maintainer-clean): Depend on distclean.
13158         * help-fns.el (help-C-file-name): File name must be in build-files
13159         to be returned.
13161 2004-11-09  Jay Belanger  <belanger@truman.edu>
13163         * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
13164         (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
13166         * calc/calc.el (calc, calc-trail-display, calc-mode):
13167         Remove obsolete sections.
13169         * calc/calc.el (calc-x-paste-text): Remove.
13171         * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
13172         mouse-2.
13174 2004-11-09  Nick Roberts  <nickrob@snap.net.nz>
13176         * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
13177         (gdb-info-frames-custom, gdb-frame-handler): Use it to find
13178         current frame (in case of recursive calls).
13179         (gdb-show-changed-values): Add :version keyword.
13181 2004-11-09  Kenichi Handa  <handa@m17n.org>
13183         * international/mule-cmds.el: Change coding: tag back to
13184         iso-2022-7bit.
13186 2004-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13188         * international/mule-cmds.el: Change coding-system to utf-8.
13189         (select-safe-coding-system-interactively):
13190         New function extracted from select-safe-coding-system.
13191         (select-safe-coding-system): Use it.
13193 2004-11-08  Richard M. Stallman  <rms@gnu.org>
13195         * subr.el (syntax-after): Doc fix.
13197         * paren.el (show-paren-function): Change calls to syntax-after
13198         for new way of returning the value.
13200         * menu-bar.el (menu-bar-file-menu): Make this the real name
13201         and menu-bar-files-menu the alias.  Use the former.
13202         (global-map): Use `file', not `files', as the symbol.
13204         * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
13206         * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
13207         Don't use beginning-of-buffer.
13208         (filesets-cmd-show-result): Use with-no-warnings.
13210 2004-11-08  Juri Linkov  <juri@jurta.org>
13212         * progmodes/compile.el (compile): Don't overwrite last command in
13213         minibuffer history with default command if they are not equal.
13215 2004-11-08  Jay Belanger  <belanger@truman.edu>
13217         * calc/calcalg2.el (math-do-integral-methods): Try linear then
13218         non-linear substitutions.
13220 2004-11-08  Jay Belanger  <belanger@truman.edu>
13222         * calc/calcalg2.el (math-linear-subst-tried): New variable.
13223         (math-do-integral): Set `math-linear-subst-tried' to nil.
13224         (math-do-integral-methods): Use `math-linear-subst-tried' to
13225         determine what type of substitution to try.
13226         (math-integ-try-linear-substituion):
13227         Set `math-linear-subst-tried' to t.
13229 2004-11-08  Kim F. Storm  <storm@cua.dk>
13231         * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
13233 2004-11-07  Juri Linkov  <juri@jurta.org>
13235         * info-look.el (info-lookup): Allow reusing in the current buffer
13236         not only *info* buffer, but all (even renamed) Info buffers
13237         by checking for major-mode instead of *info* buffer name.
13238         (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
13239         (octave-mode, maxima-mode) <doc-spec>:
13240         Allow long dashes generated by Texinfo 4.7 before definitions.
13241         (texinfo-mode) <doc-spec>: Add space to suffix to find command
13242         definitions with argument separated by space.
13244 2004-11-06  Richard M. Stallman  <rms@gnu.org>
13246         * simple.el (next-error group, face): Move before first use.
13247         (next-error-highlight, next-error-highlight-no-select): Likewise.
13249         * simple.el (line-move-invisible-p): Rename from line-move-invisible.
13250         (line-move): New args NOERROR and TO-END.
13251         Return t if succeed in moving specified number of lines.
13252         (move-end-of-line): New function.
13254         * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
13255         (end-of-buffer-other-window): Likewise.
13257         * simple.el (line-move-ignore-invisible): Default to t.
13259         * subr.el (syntax-after): Return the syntax letter, not the raw code.
13261         * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
13263         * international/iso-cvt.el (iso-cvt-define-menu):
13264         Rename menu-bar-files-menu to menu-bar-file-menu.
13266         * net/browse-url.el (browse-url-gnome-moz-program)
13267         (browse-url-gnome-moz-arguments): Move up before first use.
13269         * net/tramp.el (tramp group): Add :version.
13271         * progmodes/ada-xref.el (ada-gdb-application):
13272         Use goto-char instead of beginning-of-buffer.
13274         * progmodes/cperl-mode.el (cperl-info-on-command):
13275         Use goto-char instead of beginning-of-buffer.
13277         * progmodes/idlw-shell.el (idlwave-shell-examine-map):
13278         Move up before first use.
13279         (idlwave-shell-temp-pro-file): Likewise.
13280         (idlwave-shell-temp-rinfo-save-file): Likewise.
13281         (idlwave-shell-temp-file): Minor doc fix.
13283         * textmodes/flyspell.el (flyspell-external-point-words):
13284         Use goto-char instead of beginning-of-buffer.
13286 2004-11-06  Kai Grossjohann  <kai.grossjohann@gmx.net>
13288         * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
13289         /dev/stdout" before trying "uudecode -o -".  Suggested by Han Boetes.
13290         (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
13292 2004-11-06  David Ponce  <david@dponce.com>
13294         * recentf.el (recentf-menu-path): Use menu item name.
13296 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
13298         * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
13299         display doesn't support images.
13301 2004-11-06  Andreas Schwab  <schwab@suse.de>
13303         * tempo.el (tempo-match-finder): Doc fix.
13305         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
13307 2004-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13309         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
13310         (easy-menu-lookup-name): New fun to replace it.
13311         (easy-menu-get-map): Use it to obey menu item names (rather than just
13312         keys) when looking up `path'.
13313         (easy-menu-always-true-p): Rename from easy-menu-always-true.
13314         (easy-menu-convert-item-1): Adjust to new name.
13316 2004-11-06  Peter Heslin  <pj@heslin.eclipse.co.uk>  (tiny change)
13318         * outline.el (hide-body): Don't hide lines at the top of the file
13319         that precede the first header line.
13321 2004-11-06  Paul Pogonyshev  <pogonyshev@gmx.net>
13323         * align.el (align-areas): Delete whitespace before reindenting, so
13324         that tabs are never placed after spaces.
13326 2004-11-06  Alan Shutko  <ats@acm.org>
13328         * macros.el (insert-kbd-macro): Do completions based on macros,
13329         rather than all commands.
13331 2004-11-06  David Hansen  <david.hansen@gmx.net>  (tiny change)
13333         * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
13334         to solve a bug whereby tags with 'b' don't match.
13336 2004-11-05  Juri Linkov  <juri@jurta.org>
13338         * info.el (Info-search): Don't search in node header lines
13339         and file headers.
13341         * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
13342         symbol-constituent characters after dot, not only digits.
13344 2004-11-04  Daniel Pfeiffer  <occitan@esperanto.org>
13346         * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
13348 2004-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13350         * dired.el (dired-read-dir-and-switches): Call read-directory-name
13351         if a dialog will be used, read-file-name otherwise.
13353 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13355         * textmodes/table.el (table group): Add :version.
13357         * textmodes/ispell.el (ispell-word):
13358         Don't alter args; set them only thru `interactive' spec.
13360         * textmodes/flyspell.el (flyspell-word):
13361         Don't alter FOLLOWING; set it only thru `interactive' spec.
13363         * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
13365         * net/browse-url.el (browse-url-maybe-new-window):
13366         Use called-interactively-p.
13368         * mail/supercite.el (sc-cite-region):
13369         Don't use interactive-p.  Add arg INTERACTIVE.
13370         (sc-version): Don't use interactive-p.  Rename arg to MESSAGE.
13372         * international/mule-cmds.el (set-input-method, toggle-input-method):
13373         Don't use interactive-p.  Add arg INTERACTIVE.
13375         * eshell/esh-mode.el (eshell-show-maximum-output):
13376         Don't use interactive-p.
13377         (eshell-truncate-buffer): Just message, no error, if buffer is short.
13379         * mouse.el (mouse-show-mark): Get positions to delete from mark
13380         and point, not from mouse-drag-overlay.
13382         * imenu.el (imenu-eager-completion-buffer): Add :version.
13384         * filesets.el (filesets group): Add :version.
13386 2004-11-03  Daniel Pfeiffer  <occitan@esperanto.org>
13388         * files.el (xml-based-modes): Delete var.
13389         (magic-mode-alist): New more general var.
13390         (set-auto-mode): Use it.
13392         * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
13393         when clicking from another window.
13395 2004-11-03  Thien-Thi Nguyen  <ttn@gnu.org>
13397         * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
13398         (vc-cvs-annotate-time): Incorporate value of deleted var.
13399         Remove special-case handling of beginning-of-buffer cruft.
13400         Cache ending position (point) and return value in text property
13401         `vc-cvs-annotate-time', and consult it on subsequent invocations.
13403         * vc-cvs.el (vc-cvs-annotate-command):
13404         Delete extraneous lines from beginning of buffer.
13405         * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
13407         * progmodes/grep.el (grep-default-command): Take empty string
13408         for tag if all other methods yield nil.  Shell-quote the tag.
13410         * vc.el (vc-annotate-display-autoscale): Add prefix-arg
13411         spec in `interactive' form, and mention it in the docstring.
13412         Also, make sure point is at bol after calling `annotate-time'.
13414 2004-11-02  Richard M. Stallman  <rms@gnu.org>
13416         * cus-edit.el (customize-group-other-window):
13417         Select the window that displays the custom buffer.
13418         (custom-buffer-create-other-window): Likewise.
13420         * comint.el (comint-insert-input): Fix previous change.
13422         * emacs-lisp/elp.el (elp-instrument-function):
13423         Use called-interactively-p.
13425         * emacs-lisp/easymenu.el (easy-menu-intern):
13426         Don't downcase; rather, case-flip the first letter of each word.
13428         * emacs-lisp/easy-mmode.el (define-minor-mode):
13429         Use called-interactively-p.
13431         * emacs-lisp/bytecomp.el (byte-compile-warning-types):
13432         Add interactive-only.
13433         (byte-compile-warnings): Add interactive-only as option.
13434         (byte-compile-interactive-only-functions): New variable.
13435         (byte-compile-form): Warn about calls to functions
13436         in byte-compile-interactive-only-functions.
13438         * emacs-lisp/autoload.el (update-file-autoloads):
13439         Don't use interactive-p; take new arg SAVE-AFTER.
13441         * emacs-lisp/advice.el (ad-make-advised-definition):
13442         Use called-interactively-p.
13444 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13446         * files.el (find-file-existing): New function.
13448         * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
13449         find-file-existing.  Add "New File..." that calls find-file.
13451         * diropen.pbm, diropen.xpm: New files.
13453         * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
13454         icon diropen.  New tool bar item find-file-existing uses icon open.
13456         * dired.el (dired-read-dir-and-switches): Call read-directory-name
13457         instead of read-file-name.
13459 2004-11-02  Ulf Jasper  <ulf.jasper@web.de>
13461         * calendar/icalendar.el (icalendar-version): Increase to 0.08.
13462         (icalendar--split-value): Change name of work buffer.
13463         (icalendar--get-weekday-abbrev): Return nil on error.
13464         (icalendar--date-to-isodate): New function.
13465         (icalendar-convert-diary-to-ical)
13466         (icalendar-extract-ical-from-buffer): Use only two args for
13467         make-obsolete (XEmacs compatibility).
13468         (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
13469         (icalendar-export-region): Doc fix.
13470         If error, return non-nil and write errors to a buffer.
13471         Use correct weekday for weekly recurring events.
13472         Check whether date has been parsed for ordinary events.
13473         Make weekly events start in the year 2000.
13474         DTEND is non-inclusive, shift end date by one day if
13475         necessary (not for entries that have date and time).
13476         Rename local let variables: oops -> found-error, datestring ->
13477         startdatestring.
13479 2004-11-02  Kim F. Storm  <storm@cua.dk>
13481         * files.el (set-auto-mode-0): Don't rely on dynamic binding of
13482         keep-mode-if-same variable.  Add it as optional arg instead.
13483         (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
13485         * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
13486         substitute-command-keys will select lower-case bindings like those
13487         used in the static help texts.
13489         * descr-text.el (describe-text-properties): Don't err if called in
13490         the *Help* buffer; output to *Help-2* buffer instead.
13492         * kmacro.el (group kmacro): Add :version.
13493         (kmacro-keyboard-quit): New function to cleanup on C-g.
13494         (kmacro-start-macro): Set defining-kbd-macro to append when
13495         appending to last macro.
13497         * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
13499 2004-11-02  Nick Roberts  <nickrob@snap.net.nz>
13501         * progmodes/gdb-ui.el (gdb-enable-debug-log)
13502         (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
13503         (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
13504         Add :version keyword.
13506 2004-11-02  Pavel Kobiakov  <pk_at_work@yahoo.com>
13508         * progmodes/flymake.el (flymake-err-line-patterns):
13509         Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
13510         `compilation-error-regexp-alist-alist' to internal Flymake format.
13512         * progmodes/flymake.el: Eliminate byte-compiler warnings.
13514 2004-11-01  Jay Belanger  <belanger@truman.edu>
13516         * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
13517         with `interactive "s"'.
13519 2004-11-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13521         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
13522         Revert change from 2004-10-16.  '*' checks the current buffer, but the
13523         mouse click may be in another buffer.
13525 2004-11-01  John Paul Wallington  <jpw@gnu.org>
13527         * files.el (large-file-warning-threshold): Add :version keyword.
13528         (kill-some-buffers): Doc fix.
13530         * thumbs.el (group thumbs): Add :version keyword.
13532         * textmodes/bibtex.el (bibtex-make-field): Fix typo.
13534 2004-11-01  Richard M. Stallman  <rms@gnu.org>
13536         * textmodes/ispell.el (ispell-word): Don't use interactive-p.
13538         * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
13540         * allout.el (allout group): Add :version.
13541         (allout-init): Don't use interactive-p.
13542         (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
13543         (allout-forward-current-level, allout-backward-current-level):
13544         Don't use interactive-p.
13546         * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
13547         (bibtex-find-text): Likewise.
13549         * progmodes/vhdl-mode.el (vhdl-fill-region)
13550         (vhdl-beginning-of-statement): Don't use interactive-p.
13552         * progmodes/idlwave.el (idlwave-update-routine-info):
13553         Don't use interactive-p.
13555         * progmodes/idlw-shell.el (idlwave-shell-send-char):
13556         Don't use interactive-p.
13558         * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
13559         Don't use interactive-p.
13561         * progmodes/ada-xref.el (ada-make-body-gnatstub):
13562         Don't use interactive-p.
13564         * play/fortune.el (fortune-to-signature): Don't use interactive-p.
13565         (fortune-in-buffer): Doc fix.
13567         * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
13569         * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
13570         don't select the temporary buffer.
13571         (eudc-get-email): New optional arg ERROR; don't use interactive-p.
13572         (eudc-get-phone): Likewise.
13574 2004-11-01  Kim F. Storm  <storm@cua.dk>
13576         * man.el (Man-xref-normal-file): Fix help-echo.
13578 2004-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13580         * reveal.el (reveal-last-tick): New var.
13581         (reveal-post-command): Use it to avoid closing overlays when we're
13582         appending text to them.
13584 2004-10-31  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13586         * textmodes/bibtex.el: Require button.
13587         (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
13588         (bibtex-reference-keys): Distinguish between header keys and
13589         crossref keys.
13590         (bibtex-beginning-of-field): New function.
13591         (bibtex-url-map): Remove.
13592         (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
13593         (bibtex-font-lock-url-regexp): Assume that field names begin at
13594         the beginning of a line.
13595         (bibtex-font-lock-url): Simplify.  Do not use bibtex-enclosing-field.
13596         Remove field delimiters.  Use bibtex-beginning-of-field.
13597         Bugfix, point can be inside a field with a url.
13598         (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
13599         New functions.
13600         (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
13601         (bibtex-key-in-head): Simplify.
13602         (bibtex-current-line): Use bolp.
13603         (bibtex-parse-keys): Remove unused arg `add'.
13604         Use bibtex-type-in-head and bibtex-key-in-head.
13605         (bibtex-parse-entry, bibtex-autofill-entry):
13606         Use bibtex-type-in-head and bibtex-key-in-head.
13607         (bibtex-autokey-get-field): Do not alter case of replacement text.
13608         (bibtex-autokey-get-names): Do all processing of name list.
13609         (bibtex-autokey-get-year): New function.
13610         (bibtex-autokey-get-title): Do all processing of title words.
13611         (bibtex-generate-autokey): Simplify.
13612         (bibtex-string-files-init): Use default-directory.
13613         Allow for absolute file names in bibtex-string-files.
13614         (bibtex-files, bibtex-file-path): New variables.
13615         (bibtex-files-expand): New function.
13616         (bibtex-find-entry-globally): New command.
13617         (bibtex-summary-function): New variable.
13618         (bibtex-summary): Default value of bibtex-summary-function.
13619         (bibtex-find-crossref): New optional args pnt and split.
13620         (bibtex-complete-key-cleanup): Call bibtex-summary-function.
13621         (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
13622         (bibtex-validate): Fix docstring.  Check only abbreviated month fields.
13623         Fix handling of required and alternative fields.
13624         Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
13625         Use cons and display-buffer.
13626         (bibtex-validate-globally): New command.
13627         (bibtex-clean-entry): Use bibtex-files-expand.  Do not call
13628         bibtex-parse-keys and bibtex-parse-strings for updating
13629         bibtex-reference-keys and bibtex-strings.
13630         (bibtex-realign): Remove blank lines past the last entry.
13631         (bibtex-reformat): Use bibtex-entry-format as default.
13632         (bibtex-choose-completion-string): Remove.
13633         (bibtex-complete): Do not use bibtex-choose-completion-string.
13634         (bibtex-url): Simplify.
13636 2004-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13638         * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
13639         (x-dnd-types-alist, x-dnd-open-file-other-window)
13640         (x-dnd-known-types): Add :version.
13642 2004-10-31  John Paul Wallington  <jpw@gnu.org>
13644         * ibuffer.el (group ibuffer): Add :version keyword.
13646 2004-10-31  Kim F. Storm  <storm@cua.dk>
13648         * ido.el (group ido): Add :version keyword.
13649         (ido-mode): Remove :version keyword.
13651         * emulation/cua-base.el (group cua): Add :version keyword.
13652         (cua-mode): Remove :version keyword.
13654 2004-10-30  Luc Teirlinck  <teirllm@auburn.edu>
13656         * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
13658         * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
13659         compiler warning.
13660         (help-at-pt-timer-delay): Add :initialize keyword.  Simplify :set
13661         function.
13662         (help-at-pt-display-when-idle): Remove autoload.
13664 2004-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13666         * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
13668 2004-10-30  Juri Linkov  <juri@jurta.org>
13670         * help.el (function-called-at-point):
13671         * help-fns.el (variable-at-point): Read -> intern.
13673 2004-10-30  Simon Josefsson  <jas@extundo.com>
13675         * progmodes/autoconf.el (autoconf-font-lock-keywords):
13676         Recognize AS_* too.
13678 2004-10-29  Simon Josefsson  <jas@extundo.com>
13680         * subr.el (read-passwd): Move back from password.el.
13682         * password.el: Remove, not ready yet.
13684 2004-10-29  Andreas Schwab  <schwab@suse.de>
13686         * speedbar.el (speedbar-frame-parameters): Improve customize type.
13688 2004-10-29  Sam Steingold  <sds@gnu.org>
13690         * mouse.el (mouse-show-mark): Replace the last occurrence of
13691         x-lost-selection-hooks with x-lost-selection-functions.
13693 2004-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13695         * mouse.el (mouse-show-mark): Adjust to new name and don't assume
13696         x-lost-selection-functions is bound.
13698         * mouse-sel.el (mouse-sel-mode):
13699         * emacs-lisp/lselect.el: Adjust to new names for
13700         x-(lost|sent)-selection-functions.
13702         * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
13703         New obsolete aliases of x-lost-selection-functions and
13704         x-sent-selection-functions.
13706 2004-10-28  Kim F. Storm  <storm@cua.dk>
13708         * imenu.el (imenu-scanning-message): Remove.
13709         (imenu-progress-message): Make it a no-op.
13711 2004-10-28  John Paul Wallington  <jpw@gnu.org>
13713         * files.el (set-auto-mode): Call `throw' correctly.
13715 2004-10-28  Juri Linkov  <juri@jurta.org>
13717         * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
13718         to search `Info-...' commands in `info' manual.
13719         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
13720         Add 'info-file "emacs" property.
13721         (Info-find-emacs-command-nodes): Fix index line number regexp.
13722         Set real line number (instead of fake 0) in first element of the
13723         returned list.
13724         (Info-goto-emacs-command-node): Use line number of first element
13725         to set point in the first found Info node.
13727         * progmodes/grep.el (grep-regexp-alist): Move match highlighting
13728         code to `grep-mode-font-lock-keywords'.
13729         (grep-mode-font-lock-keywords): Delete grep markers instead
13730         of making them invisible.
13732 2004-10-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13734         * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
13735         and x-server-version in bug report.
13737 2004-10-28  Daniel Pfeiffer  <occitan@esperanto.org>
13739         * files.el (set-auto-mode-0): New function.
13740         (set-auto-mode): Use it to handle aliased modes and to
13741         be consistent between C-x C-f and C-x C-w.
13743 2004-10-28  Kenichi Handa  <handa@m17n.org>
13745         * international/utf-8.el (utf-translate-cjk-charsets):
13746         Add katakana-jisx0201.
13748         * international/subst-jis.el: Add data for JISX0201.
13750 2004-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13752         * obsolete/hilit19.el (hilit-mode): New function.
13753         Move all the toplevel side-effecting stuff into it, so that loading
13754         hilit19 doesn't mess everything up any more.
13756 2004-10-27  Richard M. Stallman  <rms@gnu.org>
13758         * add-log.el (add-change-log-entry): Set up mailing address
13759         and full name later, and don't alter add-log-mailing-address
13760         or add-log-full-name.
13762         * elide-head.el (elide-head): Change error to message.
13763         (elide-head-show): Likewise.
13765         * apropos.el (apropos-macrop): Doc fix.
13767         * mouse.el (mouse-show-mark): Do most processing the same
13768         regardless of transient-mark-mode.
13770         * shadowfile.el (shadow-copy-files): Use interactive-p
13771         only to control whether to print a message.
13773         * tar-mode.el (tar-mode): Use write-contents-functions,
13774         not write-contents-hooks.
13776         * eshell/em-unix.el (eshell-du-sum-directory): Don't use
13777         directory-sep-char.
13779 2004-10-27  Richard M. Stallman  <rms@gnu.org>
13781         * strokes.el (strokes-unload-hook): Fix previous change.
13783         * type-break.el (type-break-run-at-time): Always use run-at-time;
13784         forget the alternatives.
13785         (type-break-cancel-function-timers): Always use cancel-function-timers;
13786         forget the alternatives.
13788         * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
13790 2004-10-27  Kenichi Handa  <handa@m17n.org>
13792         * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
13794         * international/subst-gb2312.el: Likewise.
13796         * international/subst-big5.el: Likewise.
13798         * international/subst-ksc.el: Likewise.
13800         * international/utf-8.el (utf-translate-cjk-unicode-range-string):
13801         New variable.
13802         (utf-translate-cjk-set-unicode-range): New function.
13803         (utf-translate-cjk-unicode-range): Make it customizable.
13804         (utf-8-post-read-conversion):
13805         Use utf-translate-cjk-unicode-range-string.
13806         (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
13807         Unicode ranges.
13809 2004-10-26  Daniel Pfeiffer  <occitan@esperanto.org>
13811         * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
13812         trivial variants to shorten the list.
13813         (xml-based-modes): New var.
13814         (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
13815         declaration higher priority than auto-mode-alist.
13817         * find-file.el (cc-other-file-alist): Bring it in line with
13818         cc-mode's auto-mode-alist entries and use \' instead of $.
13820         * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
13821         and add "Id" and "Name" submenus to it.
13823         * imenu.el (imenu--generic-function): Skip matches in comments.
13825 2004-10-26  Jay Belanger  <belanger@truman.edu>
13827         * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
13828         (full-calc-keypad, calc-trail-display): Use an extra argument
13829         instead of `interactive-p'.
13831         * calc/calc-misc.el (calc-other-window): Use an extra argument
13832         instead of `interactive-p'.
13834         * calc/calc-rewr.el (calc-match): Use an extra argument instead of
13835         `interactive-p'.
13837 2004-10-26  Kim F. Storm  <storm@cua.dk>
13839         * help.el (describe-key): Describe both down-event and up-event
13840         for a mouse click.
13842 2004-10-26  Richard M. Stallman  <rms@gnu.org>
13844         * woman.el (woman): Don't call interactive-p.
13846         * pcomplete.el (pcomplete): Instead of interactive-p,
13847         use an arg set non-nil by the interactive spec.
13849         * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
13850         use an arg set non-nil by the interactive spec.
13852         * man.el (Man-cleanup-manpage): Instead of interactive-p,
13853         use an arg set non-nil by the interactive spec.
13855 2004-10-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
13857         * progmodes/flymake.el (flymake-split-string):
13858         Use `flymake-split-string-remove-empty-edges' in any case.
13860 2004-10-26  Masatake YAMATO  <jet@gyve.org>
13862         * progmodes/flymake.el (flymake-err-line-patterns):
13863         Use `compilation-error-regexp-alist-alist' instead of
13864         `compilation-error-regexp-alist'.
13866 2004-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13868         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
13869         verbatim face on the \ of \end{verbatim}.
13871 2004-10-25  Jay Belanger  <belanger@truman.edu>
13873         * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
13874         erasing minibuffer.
13876 2004-10-25  Simon Josefsson  <jas@extundo.com>
13878         * subr.el (read-passwd): Move to net/password.el.
13880         * net/password.el (read-passwd): Add.  Autoload it.
13882 2004-10-25  Kai Grossjohann  <kai.grossjohann@gmx.net>
13884         * mouse-sel.el (mouse-sel-mode): Specify custom group.
13886         * simple.el (process-file): Fix logic.
13888 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
13890         * indent.el (set-left-margin, set-right-margin): Delete redundant code.
13891         (increase-right-margin): Remove erroneous call to `interactive-p'.
13893 2004-10-24  Kim F. Storm  <storm@cua.dk>
13895         * help.el (describe-mode): Fix 2004-10-13 change.
13896         Copy pure "Auto Fill" string so it can be propertized later
13897         without causing a read-only error.
13899 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
13901         * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
13902         style indexes.
13904 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
13906         * simple.el (process-file): Accept nil for INFILE.  Reported by
13907         Luc Teirlinck.
13909 2004-10-24  Masatake YAMATO  <jet@gyve.org>
13911         * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
13912         Handle periods and underscores in a function name.
13913         Remove the address fontification.
13915 2004-10-24  Masatake YAMATO  <jet@gyve.org>
13917         * progmodes/asm-mode.el (asm-font-lock-keywords):
13918         Use font-lock-variable-name-face for registers.
13920 2004-10-24  Nick Roberts  <nickrob@snap.net.nz>
13922         * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
13923         kill-all-local-variables.
13924         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
13925         (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
13926         Use kill-all-local-variables and provide mode-hooks.
13927         (gdb-assembler-font-lock-keywords): New font lock keywords definition.
13928         (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
13929         Suggested by Masatake YAMATO <jet@gyve.org>.
13931 2004-10-23  Kai Grossjohann  <kai.grossjohann@gmx.net>
13933         * simple.el (process-file): New function, similar to call-process
13934         but supports file handlers.
13935         * vc.el (vc-do-command): Use it, instead of call-process.
13936         * net/tramp-vc.el (vc-do-command): Do not advise it if
13937         process-file is fboundp.
13938         * net/tramp.el (tramp-file-name-handler-alist): Add entry for
13939         process-file.
13940         (tramp-handle-process-file): New function.
13941         (tramp-file-name-for-operation): Support process-file.
13943 2004-10-23  Ulf Jasper  <ulf.jasper@web.de>
13945         * calendar/icalendar.el (icalendar--weekday-array): New constant.
13946         (icalendar-weekdayabbrev-table)
13947         (icalendar-monthnumber-table): Delete.
13948         (icalendar--get-month-number): Use calendar-month-name-array.
13949         (icalendar--get-weekday-number): New function.
13950         (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
13951         (icalendar-export-region): Handle multi-line entries.
13952         (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
13954 2004-10-23  John Paul Wallington  <jpw@gnu.org>
13956         * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
13957         `wildcards' set to t in interactive spec.
13959         * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
13960         interactive spec rather than use `interactive-p'.
13961         (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
13962         rather than use function `interactive-p'.
13964 2004-10-22  Kenichi Handa  <handa@m17n.org>
13966         * international/mule.el (translate-region): Implement it in Lisp
13967         as a front end of translate-region-internal.
13969 2004-10-21  Jay Belanger  <belanger@truman.edu>
13971         * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
13972         Declare these variables with defvar.
13974         * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
13975         is bound, only check to see if it is bound.
13977 2004-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13979         * textmodes/tex-mode.el (tex-compilation-parse-errors):
13980         Don't output messages.
13982         * calc/calc-help.el (calc-describe-bindings): Fix last change.
13984 2004-10-21  John Paul Wallington  <jpw@gnu.org>
13986         * calc/calc-graph.el (calc-graph-init):
13987         Use `set-process-query-on-exit-flag'.
13989 2004-10-21  Daniel Pfeiffer  <occitan@esperanto.org>
13991         * progmodes/compile.el (compilation-start): Rely on `cd' to get
13992         dir right and also allow argumentless cd.
13994 2004-10-19  Richard M. Stallman  <rms@gnu.org>
13996         * textmodes/flyspell.el (flyspell-mode): Doc fix.
13998         * eshell/em-unix.el (eshell-grep):
13999         Don't bind compilation-process-setup-function.
14001         * comint.el (comint-insert-input): Use @ in `interactive'.
14002         (comint-input-filter-functions): Doc fix.
14003         (comint-kill-whole-line, comint-get-source): Doc fix.
14005         * progmodes/compile.el (compilation-setup):
14006         Don't set buffer-read-only if MINOR is non-nil.
14008 2004-10-19  Jay Belanger  <belanger@truman.edu>
14010         * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
14011         (calc-emacs-type-gnu19): Remove.
14012         (calc-digit-map, calc-read-key-sequence, calc-read-key):
14013         Remove check for old emacs versions.
14015         * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
14016         (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
14017         for current Emacs.
14019         * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
14020         the end of the minibuffer.
14021         (calc-do-alg-entry): Remove Emacs version check.  Use `copy-keymap' to
14022         copy `esc-map'.
14024         * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
14026         * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
14027         call that would be given when the current emacs was used.
14029 2004-10-19  Ulf Jasper  <ulf.jasper@web.de>
14031         * calendar/icalendar.el: Set coding to utf-8.
14032         (icalendar-version): Increase to 0.07.
14033         (icalendar-monthnumber-table): Change March pattern.
14034         (icalendar-get-all-event-properties)
14035         (icalendar-set-event-property): Delete.
14036         (icalendar-all-events): No longer interactive.
14037         (icalendar-convert-diary-to-ical)
14038         (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
14039         their replacements.
14040         (icalendar-export-file, icalendar-export-region): New functions;
14041         essentially old `icalendar-convert-diary-to-ical' but appending to
14042         target rather than overwriting.
14043         (icalendar-import-file): Append to target file rather than
14044         overwriting.  Fourth arg deleted.
14045         (icalendar-import-buffer): New name for old
14046         `icalendar-extract-ical-from-buffer'.
14047         (icalendar--convert-string-for-import): New name for
14048         old `icalendar-convert-for-import'.
14049         (include-icalendar-files): Delete.
14050         Prefix for all internal functions changed from `icalendar-'
14051         to `icalendar--'.
14053 2004-10-19  Richard M. Stallman  <rms@gnu.org>
14055         * paths.el (news-path): Fix previous change.
14057 2004-10-18  Jay Belanger  <belanger@truman.edu>
14059         * calc/calc-help.el (calc-describe-bindings):
14060         Set `buffer-read-only' to nil while working in the keybindings buffer;
14061         remove some extra information from the keybindings buffer.
14063 2004-10-18  David Ponce  <david@dponce.com>
14065         * mouse.el (mouse-drag-move-window-top): New function.
14066         (mouse-drag-mode-line-1): Use it.
14068 2004-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
14070         * info.el (Info-fontify-node): For multiline refs,
14071         arrange to unfontify newline and surrounding whitespace.
14073 2004-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14075         * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
14076         directory is missing.
14078 2004-10-17  John Paul Wallington  <jpw@gnu.org>
14080         * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
14081         New customizable variable; whether to display buffers that match
14082         `ibuffer-maybe-show-predicates' by default.
14083         (ibuffer-maybe-show-predicates): Mention it in docstring.
14084         (ibuffer-display-maybe-show-predicates): New variable.
14085         (ibuffer-update): Prefix arg now toggles whether buffers that
14086         match `ibuffer-maybe-show-predicates' should be displayed.
14087         (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
14088         locally to heed `ibuffer-default-display-maybe-show-predicates'.
14089         (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
14091 2004-10-17  Michael Albinus  <michael.albinus@gmx.de>
14093         * net/tramp.el: Redo sync with Tramp 2.0.45.  Last commit did not
14094         work correctly.
14096 2004-10-17  Daniel Pfeiffer  <occitan@esperanto.org>
14098         * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
14099         (Buffer-menu-beginning): New helper function.
14100         (Buffer-menu-execute): Use it.
14101         (Buffer-menu-select): Use it.
14102         (Buffer-menu-sort): Use it and also keep markers.
14104 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14106         * paths.el (news-directory): Rename from news-path.  Old name alias.
14107         (rmail-spool-directory): Use defvar.
14108         (sendmail-program): Use defcustom.
14109         (remote-shell-program): Use defcustom.
14110         (term-file-prefix): Use defvar.
14111         (abbrev-file-name): Use defvar.
14113         * term.el: Add maintainer.
14115         * subr.el (with-local-quit): Return nil if there's a quit.
14116         (read-passwd): Use with-local-quit.  Doc fix.
14118         * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
14119         (strokes-unload-hook): Set as a variable with add-hook.
14121         * startup.el (fancy-splash-tail, normal-splash-screen):
14122         Update copyright year.
14124         * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
14126         * server.el (server-unload-hook): Set as a variable with add-hook.
14128         * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
14130         * frame.el (special-display-popup-frame):
14131         Make the buffer current as its frame is created.
14133         * delsel.el (delsel-unload-hook): Set as a variable.
14135         * comint.el (comint-output-filter-functions):
14136         Add comint-watch-for-password-prompt.
14137         (comint-read-noecho): Function deleted.
14138         (send-invisible): Use read-passwd.
14140         * fringe.el (fringe-mode-initialize): New function.
14141         (fringe-mode): Use fringe-mode-initialize as :initialize.
14143 2004-10-17  Kim F. Storm  <storm@cua.dk>
14145         * language/indian.el (indian-script-language-alist): Swap value and doc.
14146         (indian-font-char-index-table): Doc fix.
14148 2004-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14150         * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
14152 2004-10-16  Juri Linkov  <juri@jurta.org>
14154         * progmodes/compile.el (compilation-start): Move let-binding of
14155         `process-environment' into `with-current-buffer' body.
14156         Reported by Matt Hodges <MPHodges@member.fsf.org>.
14158 2004-10-16  Richard M. Stallman  <rms@gnu.org>
14160         * pcvs-util.el (cvs-bury-buffer):
14161         Don't call get-buffer-window for effect.
14163         * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
14165         * newcomment.el (comment-auto-fill-only-comments): Add autoload.
14167         * msb.el (msb-unload-hook): Set the variable.
14169         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
14170         Use * to err if buffer is readonly.
14172         * subr.el (looking-back): Return only t or nil.
14174         * whitespace.el (whitespace-unload-hook): Set the variable.
14176         * view.el (view-mode-enable): Set view-page-size and
14177         view-half-page-size to nil.
14178         (view-set-half-page-size-default): view-half-page-size = nil
14179         means the default.
14180         (View-scroll-page-forward): Use view-page-size-default.
14181         (View-scroll-page-backward): Likewise.
14182         (view-page-size, view-half-page-size): Doc fixes.
14184         * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
14186         * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
14188         * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
14189         "cl" like other files.  Instead, call byte-compile-find-cl-functions.
14190         (byte-compile-log-1): Bind inhibit-read-only.
14191         (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
14192         (byte-compile-log-warning): Likewise.
14193         (byte-compile-file-form-require): Detect "cl" from the arg value.
14195         * progmodes/compile.el (compilation-start): Assume compilation-mode
14196         will make the buffer read-only.
14197         (compilation-mode): Take arg name-of-mode.
14198         (compilation-setup): Make buffer read-only.
14199         (compilation-handle-exit): Bind inhibit-read-only.
14201         * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
14202         (ispell-message): Likewise.
14203         (ispell-show-choices): Don't call get-buffer-window uselessly.
14204         (ispell-init-process): Use set-process-query-on-exit-flag.
14206 2004-10-16  Kim F. Storm  <storm@cua.dk>
14208         * fringe.el (fringe-bitmaps): Only initialize when defined.
14210         * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
14211         (cvs-mode-find-file): Add optional `view' arg to enter view mode.
14213         * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
14215 2004-10-15  Simon Josefsson  <jas@extundo.com>
14217         * net/password.el: Add.
14219 2004-10-14  Masatake YAMATO  <jet@gyve.org>
14221         * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
14222         (gdb-script-end-of-defun): New function.
14223         (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
14224         `gdb-script-end-of-defun' as *-of-defun-function.
14226 2004-10-13  Daniel Pfeiffer  <occitan@esperanto.org>
14228         * button.el (button-activate): Allow a marker to display as an action.
14230         * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
14232         * help.el (describe-mode): Use it to make minor mode list into
14233         hyperlinks.
14235 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14237         * vc.el (vc-annotate-display-select): Fix typo.
14239         * subr.el (substitute-key-definition-key): New function.
14240         (substitute-key-definition): Use it with map-keymap.
14241         (event-modifiers): Use push.
14242         (mouse-movement-p, with-temp-buffer): Simplify.
14244 2004-10-12  Jay Belanger  <belanger@truman.edu>
14246         * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
14247         New variables.
14248         (calc-help-index-entries): New function.
14249         (calc-describe-function): Use `calc-help-function-list' instead of
14250         obarray for completion.
14251         (calc-describe-variable): Use `calc-help-variable-list' instead
14252         of obarray for completion.
14254 2004-10-12  Richard M. Stallman  <rms@gnu.org>
14256         * info-look.el (info-lookup-file): Add info-file property.
14257         (info-lookup-symbol): Likewise.
14259         * info.el (info-xref): Add underlining.
14260         (info): Add info-file property.
14261         (Info-find-emacs-command-nodes): Specify case-sensitive search.
14263 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
14265         Sync with Tramp 2.0.45.
14267         * net/tramp.el (top): Apply `def-edebug-spec' only if function is
14268         defined.  This is not the case for XEmacs without package "edebug".
14269         (tramp-set-auto-save-file-modes): Set permissions of autosaved
14270         remote files to the permissions of the original file.  This is not
14271         the case for Emacs < 21.3.50 and XEmacs < 21.5.  Add function to
14272         `auto-save-hook'.  Reported by Thomas Prokosch <thomas@nadev.net>.
14273         (tramp-perl-decode): Fix an error in Perl implementation.
14274         $pending must be cleared every loop.  Reported by Benjamin Place
14275         <benjaminplace@sprintmail.com>
14277         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
14278         Don't activate advice during definition.  This is done later on,
14279         depending on test result of `substitute-in-file-name'.
14280         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14282 2004-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14284         * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
14286         * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
14288 2004-10-12  David Ponce  <david@dponce.com>
14290         * recentf.el (recentf-edit-list): Update the menu when the recentf
14291         list has been modified.
14293 2004-10-12  Simon Josefsson  <jas@extundo.com>
14295         * net/tls.el (tls-certtool-program): New variable.
14296         (tls-certificate-information): New function, based on
14297         ssl-certificate-information.
14299 2004-10-12  Kenichi Handa  <handa@m17n.org>
14301         * international/mule.el (coding-system-equal): Move from mule-util.el.
14303         * international/mule-util.el (coding-system-equal): Move to mule.el.
14305 2004-10-12  Kim F. Storm  <storm@cua.dk>
14307         * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
14308         reset kmacro-initial-counter-value if set.
14309         (kmacro-set-counter): Only set kmacro-counter if defining or executing
14310         macro.  Set kmacro-initial-counter-value otherwise.  Never set both.
14311         (kmacro-display): Show macro counter if non-zero.
14313         * subr.el (substitute-key-definition): Mention command remapping
14314         in doc string.
14316 2004-10-11  Jay Belanger  <belanger@truman.edu>
14318         * calc/calc-misc.el (calc-info-goto-node): New function.
14319         (calc-tutorial, calc-info-summary): Go to appropriate Calc info
14320         node in one step.
14321         (calc-describe-copying, calc-describe-distribution)
14322         (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
14323         Go to appropriate info node in one step.
14325 2004-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14327         * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
14329         * font-lock.el (font-lock-apply-highlight): Fix last change.
14331 2004-10-11  Simon Josefsson  <jas@extundo.com>
14333         * mail/smtpmail.el (smtpmail-open-stream): Look for
14334         starttls-gnutls-program instead of starttls-program iff
14335         starttls-use-gnutls is non-nil.
14336         (smtpmail-open-stream): Don't overwrite user settings of
14337         starttls-extra-arguments and starttls-extra-args.
14339 2004-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14341         * comint.el (comint-mouse-insert-input): Remove.
14342         (comint-insert-input): Make it work for mouse bindings.
14343         (comint-mode-map): Move defs into the declaration.
14344         (comint-output-filter): Typo.
14346         * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
14348 2004-10-10  Kai Grossjohann  <kai.grossjohann@gmx.net>
14350         * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
14351         (ange-ftp-call-chmod): Reference remote-shell-program instead of
14352         ange-ftp-remote-shell.
14354 2004-10-10  Andreas Schwab  <schwab@suse.de>
14356         * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
14357         `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
14358         Reported by <sri@asu.edu>.
14360 2004-10-10  Benjamin Rutt  <brutt@bloomington.in.us>
14362         * vc.el (vc-annotate-mode): Remove variable.
14363         (vc-annotate-display-select): Only call vc-annotate-mode
14364         if we're not in that mode already.
14366 2004-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14368         * imenu.el (imenu--completion-buffer): Don't return t for rescan.
14369         (imenu-choose-buffer-index): Check here for rescan instead.
14371         * font-lock.el (font-lock-apply-highlight): Explicitly check the case
14372         where the face expression evals to nil.
14374         * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
14375         (tex-font-lock-keywords-2): Use it.
14376         (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
14378         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
14380 2004-10-09  Kim F. Storm  <storm@cua.dk>
14382         * subr.el (progress-reporter-update): Define before first usage.
14383         (make-progress-reporter): Doc fix.
14385 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
14387         * textmodes/paragraphs.el (sentence-end-double-space)
14388         (sentence-end-without-period, sentence-end-without-space)
14389         (sentence-end): Doc fixes.
14391 2004-10-08  Peter Seibel  <peter@javamonkey.com>  (tiny change)
14393         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
14394         Change paragraph-start regexp so we don't fill code starting with #'(.
14396 2004-10-08  Sebastien Kirche  <seki@seki.fr>  (tiny change)
14398         * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
14399         New defcustom.
14400         (extract-address-components): Use it.
14402 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
14404         * subr.el (make-progress-reporter, progress-reporter-update)
14405         (progress-reporter-force-update, progress-reporter-do-update)
14406         (progress-reporter-done): New functions.
14408         * tar-mode.el (tar-summarize-buffer): Use progress reporter.
14410         * progmodes/etags.el (etags-tags-completion-table): Use progress
14411         reporter.
14412         (etags-tags-apropos): Likewise.
14414 2004-10-08  Alan Mackenzie  <acm@muc.de>
14416         * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
14417         of current line.
14419 2004-10-08  Masatake YAMATO  <jet@gyve.org>
14421         * server.el (server-process-filter): Wrap `process-send-region'
14422         by `condition-case' to guard the case when the pipe to PROC is closed.
14424 2004-10-07  Mark A. Hershberger  <mah@everybody.org>
14426         * xml.el (xml-substitute-special): Limit handling of external entities.
14428 2004-10-06  Nick Roberts  <nickrob@snap.net.nz>
14430         * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialize gdb-input-queue.
14432 2004-10-06  John Paul Wallington  <jpw@gnu.org>
14434         * xml.el (xml-parse-dtd): Fix `error' call.
14436 2004-10-05  Mark A. Hershberger  <mah@everybody.org>
14438         * xml.el (xml-substitute-special): Return a single string instead
14439         of a list of strings if an entity substitution is made.
14441 2004-10-05  Ulf Jasper  <ulf.jasper@web.de>
14443         * calendar/icalendar.el: New file.
14445 2004-10-05  Juri Linkov  <juri@jurta.org>
14447         * isearch.el (isearch-done): Set mark after running hook.
14448         Reported by Drew Adams <drew.adams@oracle.com>.
14450         * info.el (Info-history, Info-toc): Fix Info headers.
14451         (Info-toc): Narrow buffer before Info-fontify-node.
14452         (Info-build-toc): Don't check for special Info file names.
14453         Set main-file to nil if Info-find-file returns a symbol.
14455 2004-10-05  Emilio C. Lopes  <eclig@gmx.net>
14457         * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
14458         (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
14459         * calendar/cal-menu.el (calendar-mode-map): Ditto.
14461 2004-10-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
14463         * calendar/cal-iso.el (calendar-iso-read-args): New function,
14464         for old interactive spec from calendar-goto-iso-date.
14465         (calendar-goto-iso-date): Use it.
14466         (calendar-goto-iso-week): New function.  Suggested by Emilio
14467         C. Lopes <eclig@gmx.net>.
14469 2004-10-04  Luc Teirlinck  <teirllm@auburn.edu>
14471         * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
14472         `set-right-margin' bindings that follow the minor mode conventions.
14474 2004-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14476         * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
14477         (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
14478         (latex-block-args-alist): Add minipage and picture.
14479         (latex-block-body-alist): Use reftex-label if enabled.
14480         (latex-insert-block): Don't insert a \n if not necessary.
14481         (tex-compile-commands): Make sure dvips doesn't send to printer.
14482         (tex-compile-default): Handle the case where no executable is found.
14483         (latex-noindent-environments): New var.
14484         (latex-find-indent): Use it.  Take an empty line as an arg-breaker.
14485         If tex-indent-allhanging is non-nil, make sure we only align for macros
14486         at beginning of line.
14488 2004-10-03  Daniel Pfeiffer  <occitan@esperanto.org>
14490         * newcomment.el (comment-beginning): Doc fix and don't choke on
14491         unset `comment-end-skip' when at beginning of comment.
14493 2004-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
14495         * term.el (term-adjust-current-row-cache): Don't allow the current
14496         row to become negative.
14497         (term-emulate-terminal): Fix insert mode.  Handle tab insertion at
14498         the end of the line.  Fix scroll down.  Add comments.
14499         (term-handle-ansi-escape): Don't exceed terminal width when moving
14500         right.
14501         (term-scroll-region): Move the cursor after setting the scroll region.
14503 2004-10-01  Luc Teirlinck  <teirllm@auburn.edu>
14505         * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
14506         to `width' for consistency with docstring.  Doc fix.
14508 2004-10-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
14510         * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
14511         This is necessary for derived modes.
14513 2004-09-30  Kim F. Storm  <storm@cua.dk>
14515         * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
14516         (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
14518         * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
14519         kmacro-extract-lambda functions.
14520         (edit-kbd-macro): Handle kmacro lambda forms.
14521         Include counter and counter format in edit buffer.
14522         (edmacro-finish-edit): Get counter and format from edit buffer and
14523         update kmacro bindings when found.
14525 2004-09-29  Luc Teirlinck  <teirllm@auburn.edu>
14527         * textmodes/paragraphs.el (forward-paragraph):
14528         Avoid args-out-of-range error when point winds up at the beginning of
14529         the buffer and hard newlines are enabled.
14531         * newcomment.el (comment-multi-line): Doc fix.
14533 2004-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14535         * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
14536         (diff-fixup-modifs): Catch unified-diff file-headers.
14538 2004-09-29  Kim F. Storm  <storm@cua.dk>
14540         * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
14541         (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
14542         (gdb-put-breakpoint-icon): Use breakpoint bitmap.
14544         * fringe.el (fringe-bitmap-p): New macro.
14545         (fringe-bitmaps): Add standard fringe bitmaps on load.
14547 2004-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14549         * dired.el (dired-view-command-alist): Use more efficient regexps.
14550         Remove dubious arguments.
14551         (dired-align-file): New function.
14552         (dired-insert-directory): Use it.
14553         (dired-move-to-end-of-filename): Make the " -> " search more specific.
14554         (dired-buffers-for-dir): Remove unused var `pattern'.
14556 2004-09-28  Matthew Mundell  <matt@mundell.ukfsn.org>
14558         * calendar/diary-lib.el (list-diary-entries): Save diary buffer
14559         from diary display excursion.  Store diary buffer's point for
14560         `simple-diary-display'.
14561         (simple-diary-display): Set window point and start when
14562         displaying buffer, to preserve point.
14564 2004-09-27  Luc Teirlinck  <teirllm@auburn.edu>
14566         * textmodes/enriched.el (enriched-translations): Replace defconst
14567         with defvar.
14569 2004-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14571         * printing.el: Doc fix.
14572         (pr-version): New version number (6.8.1).
14573         (pr-ps-file-using-ghostscript): Use make-temp-file instead of
14574         make-temp-name.
14575         (pr-delete-file): Check if file exists before deleting it.
14576         Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
14578 2004-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14580         * term.el (term-display-table): New variable.
14581         (term-mode): Use it.
14582         (term-exec-1): Set the coding system to binary.
14583         (term-emulate-terminal): Decode the string before inserting it.
14585 2004-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
14587         * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
14588         (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
14589         (map): Bind S-prior, S-next and S-insert.
14590         (term-mode): Set `indent-tabs-mode' to nil.
14591         (term-paste): New function to be bound to S-insert.
14592         (term-send-del, term-send-backspace): Change the strings sent.
14593         (term-termcap-format): Synchronize with etc/e/eterm.ti.
14594         (term-handle-colors-array): Fix handling of underline and reverse.
14595         (term-handle-ansi-escape): Do not handle smcup/rmcup.  Add comments.
14596         (term-erase-in-line): Fix comparison.
14597         (term-emulate-terminal): Fix line wrap handling.
14598         (term-start-output-log): Rename from `term-set-output-log'.
14599         (term-stop-output-log): Rename from `term-stop-photo'.
14600         (term-switch-to-alternate-sub-buffer): Comment out, unused.
14602 2004-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14604         * dired.el (dired-move-to-filename): Don't output a message if
14605         raise-error is non-nil.  Fix return position and value.
14607         * files.el (insert-directory): Obey --dired even with symlinks.
14609 2004-09-25  Lars Hansen  <larsh@math.ku.dk>
14611         * ls-lisp.el (ls-lisp-format): Mark file names with property
14612         dired-filename.
14614 2004-09-25  Kim F. Storm  <storm@cua.dk>
14616         * ido.el (ido-max-directory-size): New defcustom.
14617         (ido-decorations): Add "too big" element.
14618         (ido-directory-too-big): New dynamic var.
14619         (ido-may-cache-directory): Don't cache big directories.
14620         (ido-directory-too-big-p): New defun.
14621         (ido-set-current-directory): Update ido-directory-too-big.
14622         (ido-read-internal): Make empty ido-cur-item if too-big.
14623         (ido-buffer-internal): Use ido-read-internal directly instead of
14624         ido-read-buffer.
14625         (ido-file-internal): Init ido-directory-too-big.
14626         (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
14627         and redo completion with full list.
14628         (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
14629         it, and show completions.
14630         (ido-all-completions): Let bind ido-directory-too-big to nil.
14631         (ido-exhibit): Handle ido-directory-too-big.
14632         (ido-read-buffer): Handle fallback to read-buffer.
14633         Init ido-directory-too-big.
14634         (ido-read-file-name, ido-read-directory-name, ido-completing-read):
14635         Init ido-directory-too-big.
14637 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
14639         * subr.el (delay-mode-hooks): Doc fix.
14641 2004-09-23  Luc Teirlinck  <teirllm@auburn.edu>
14643         * textmodes/enriched.el
14644         (enriched-default-text-properties-local-flag): New variable.
14645         (enriched-mode): Make sure that enabling and disabling the mode is
14646         a no-op.  Doc fix.
14648 2004-09-23  H\e,Ae\e(Bkon Malmedal  <hmalmedal@yahoo.no>  (tiny change)
14650         * calendar/holidays.el (holiday-advent): Report on a specified day
14651         offset from advent, not just advent.
14652         (holiday-easter-etc): Report on one specified day offset from
14653         easter, not all easter holidays.  Various Easter holidays moved to
14654         `christian-holidays' variable in calendar.el.
14655         * calendar/calendar.el (christian-holidays): Adapt for new
14656         behavior of `holiday-advent' and `holiday-easter-etc' functions.
14658 2004-09-23  Kim F. Storm  <storm@cua.dk>
14660         * image.el (insert-sliced-image): Add doc string.
14662         * ido.el (ido-choice-list): New dynamic var for `list' context.
14663         (ido-context-switch-command): New dynamic var.
14664         (ido-define-mode-map): Generalize switch between file/buffer contexts.
14665         (ido-read-internal): Handle new `list' context.
14666         Handle insert-buffer and insert-file ido-exit values.
14667         (ido-buffer-internal): New arg switch-cmd.  Use it to setup
14668         ido-context-switch-command.  Handle insert-file ido-exit value.
14669         (ido-read-buffer): Set ido-context-switch-command to 'ignore
14670         unless it is already bound by caller.
14671         (ido-file-internal): New arg switch-cmd.  Use it to setup
14672         ido-context-switch-command.  Handle insert-buffer ido-exit value.
14673         (ido-enter-insert-buffer, ido-enter-insert-file): New commands
14674         used for context switching.
14675         (ido-all-completions): Handle new `list' context.
14676         (ido-make-choice-list): Return choices for `list' context.
14677         (ido-find-file-in-dir, ido-display-file, ido-write-file)
14678         (ido-display-buffer, ido-kill-buffer): Disable context switching.
14679         (ido-insert-buffer, ido-insert-file): Setup context switching.
14680         (ido-exhibit): Handle `list' context.
14681         (ido-read-file-name): Disable context switching.  Handle fallback.
14682         (ido-read-directory-name): Disable context switching.
14683         (ido-completing-read): New defun like completing-read.  Setup and
14684         use new `list' context.
14686 2004-09-20  Jesper Harder  <harder@ifa.au.dk>
14688         * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
14690 2004-09-21  Jay Belanger  <belanger@truman.edu>
14692         * calc/calc-graph.el (calc-graph-add-curve): Move the call to
14693         `calc-graph-set-styles' so the gnuplot buffer will appear in a
14694         separate window.
14696 2004-09-21  Luc Teirlinck  <teirllm@auburn.edu>
14698         * subr.el (after-change-major-mode-hook): Doc fix.
14700 2004-09-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14702         * printing.el: Doc fix.  Add a new tip about the use of gsprint instead
14703         of ghostscript for monochrome PostScript file in Windows.
14705 2004-09-21  Kenichi Handa  <handa@m17n.org>
14707         * descr-text.el (describe-char): Checking of quail activation fixed.
14709 2004-09-21  Jay Belanger  <belanger@truman.edu>
14711         * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
14713 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
14715         * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
14716         after the mode hooks instead of before.  Doc fix.
14718 2004-09-20  Jason Rumney  <jasonr@gnu.org>
14720         * startup.el (command-line) [windows-nt]: Try .emacs first, then
14721         _emacs, but revert to .emacs if neither exists in home directory.
14723 2004-09-20  John Paul Wallington  <jpw@gnu.org>
14725         * bindings.el (completion-ignored-extensions): Add .dfsl.
14727 2004-09-20  Richard M. Stallman  <rms@gnu.org>
14729         * bindings.el (scroll-left): Make it disabled.
14731         * files.el (enable-local-eval): Doc fix.
14733         * indent.el (move-to-left-margin): Special case for minibuffer.
14735         * term.el (term-emulate-terminal): Turn off undo for output.
14736         Use with-current-buffer and save-selected-window.
14738         * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
14740         * progmodes/make-mode.el (makefile-fill-paragraph):
14741         Don't insist on spaces when looking for comments.  # is enough.
14743         * files.el (hack-local-variables): Copy the variables list
14744         to another buffer, strip prefixes and suffixes there, then read.
14745         (enable-local-eval): Doc fix.
14746         (ignored-local-variables): Initialize to nil.
14747         (risky-local-variable-p): Don't check ignored-local-variables here.
14748         (hack-one-local-variable): Ignore var if in ignored-local-variables.
14750 2004-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
14752         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
14753         of = to "." (punctuation).
14755 2004-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14757         * subr.el (event-basic-type): Fix mask (extend to 22bits).
14759 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
14761         * textmodes/enriched.el (enriched-rerun-flag): New variable.
14762         (enriched-before-change-major-mode): New function.
14763         Add it to `change-major-mode-hook'.
14764         (enriched-after-change-major-mode): New function.
14765         Add it to `after-change-major-mode-hook'.
14766         (enriched-mode): Make it work correctly if called from
14767         `after-change-major-mode-hook'.
14768         No longer set `indent-line-function'.
14770         * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
14772         * subr.el (after-change-major-mode-hook): New variable.
14773         (run-mode-hooks): Implement it.
14775 2004-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14777         * battery.el (battery-linux-proc-apm): Use string-to-number.
14778         (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
14779         Use dolist (and less indentation).  Use erase-buffer.
14780         Pre-initialize `design-capacity', `warn', and `low'.
14781         (battery-format): Use replace-regexp-in-string.
14783 2004-09-18  Ralph Schleicher  <rs@nunatak.allgaeu.org>
14785         * battery.el: Delete superfluous empty lines.
14786         (battery-linux-proc-acpi): Attempt to gather information from all
14787         battery subdirectories regardless of their file name.
14788         (battery-linux-proc-apm): Replace all occurrences of
14789         battery-hex-to-int-2 with string-to-int (base 16).
14790         (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
14791         (battery-hex-map): Delete variable.
14793 2004-09-18  John Paul Wallington  <jpw@gnu.org>
14795         * calc/calc-units.el (calc-quick-units): Fix overzealous
14796         s/or/unless/.
14798 2004-09-17  Jay Belanger  <belanger@truman.edu>
14800         * calc/calc.el (calc-mode-var-list): Fix the value of
14801         `calc-matrix-brackets'.
14803 2004-09-17  Romain Francoise  <romain@orebokech.com>
14805         * ibuf-ext.el (define-ibuffer-filter filename):
14806         Expand dired-directory since buffer-file-name is absolute.
14808 2004-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
14810         * ediff-init.el (ediff-current-diff-face-A)
14811         (ediff-current-diff-face-B, ediff-current-diff-face-C)
14812         (ediff-current-diff-face-Ancestor)
14813         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
14814         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
14815         (ediff-even-diff-face-A, ediff-even-diff-face-B)
14816         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
14817         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
14818         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
14819         Use min-colors.
14821         * term.el (term-down): Perform vertical motion if DOWN is negative.
14822         (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
14823         (term-termcap-format): Synchronize with the eterm terminfo entry
14824         in etc/e/eterm.ti.
14825         (term-handle-colors-array): If the current foreground or
14826         background are zero (i.e. unspecified), use the foreground and
14827         background of the default face for reverse video.
14828         (term-ansi-at-eval-string, term-ansi-default-fg)
14829         (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
14830         (term-mem): Delete unused function.
14831         (term-protocol-version): Increment.
14832         (term-current-face): Set to default.
14834 2004-09-15  Jay Belanger  <belanger@truman.edu>
14836         * calc/calc.el (calc-mode-var-list): Define this variable.
14837         (calc-always-load-extensions, calc-line-numbering)
14838         (calc-line-breaking, calc-display-just, calc-display-origin)
14839         (calc-number-radix, calc-leading-zeros, calc-group-digits)
14840         (calc-group-char, calc-point-char, calc-frac-format)
14841         (calc-prefer-frac, calc-hms-format, calc-date-format)
14842         (calc-float-format, calc-full-float-format, calc-complex-format)
14843         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
14844         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
14845         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
14846         (calc-matrix-brackets, calc-language, calc-language-option)
14847         (calc-left-label, calc-right-label, calc-word-size)
14848         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
14849         (calc-display-raw, calc-internal-prec, calc-angle-mode)
14850         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
14851         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
14852         (calc-window-height, calc-display-trail, calc-show-selections)
14853         (calc-use-selections, calc-assoc-selections)
14854         (calc-display-working-message, calc-auto-why, calc-timing)
14855         (calc-mode-save-mode, calc-standard-date-formats)
14856         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
14857         (calc-user-parse-tables, calc-gnuplot-default-device)
14858         (calc-gnuplot-default-output, calc-gnuplot-print-device)
14859         (calc-gnuplot-print-output, calc-gnuplot-geometry)
14860         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
14861         (calc-invocation-macro, calc-show-banner): Give these values as
14862         part of `calc-mode-var-list's initialization after the variables
14863         are declared with defvar.
14864         (calc-bug-address): Change email address to send bug reports to.
14865         Change the maintainer address at the top.
14866         (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
14867         than "\\.emacs" to determine if it is the user-init-file.
14869         * calc/calc-embed.el (calc-embedded-set-modes): Use
14870         `calc-mode-var-list' correctly.
14872 2004-09-15  Thien-Thi Nguyen  <ttn@gnu.org>
14874         * vc.el (annotate-time): Document point handling.
14875         (vc-annotate-display-autoscale): Doc fix.
14877 2004-09-15  Miles Bader  <miles@gnu.org>
14879         * generic.el (generic-make-keywords-list): Use symbol rather than
14880         word anchors in regexp.
14882 2004-09-14  Sean O'Rourke  <sorourke@cs.ucsd.edu>
14884         * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
14885         no file name consider `dired-directory'.
14887 2004-09-14  Kim F. Storm  <storm@cua.dk>
14889         * faces.el (cursor): Add face-no-inherit property.  Doc fix.
14891 2004-09-14  Simon Josefsson  <jas@extundo.com>
14893         * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
14895         * textmodes/dns-mode.el: Add.
14897 2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14899         * novice.el (disabled-command-hook): Use shorthand for obsolescence.
14900         (disabled-command-function): Make the ?\  char more obvious.
14902         * vc-arch.el (vc-arch-root, vc-arch-registered):
14903         * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
14905 2004-09-13  Hovav Shacham  <hovav@sha1.stanford.edu>
14907         * windmove.el (windmove-frame-edges): Report coordinates of
14908         outside edges of frame, not inside edges.
14909         (windmove-coordinates-of-position): Convert into wrapper to new
14910         function `windmove-coordinates-of-window-position';
14911         `compute-motion' always applies to selected window.
14912         (windmove-coordinates-of-position): Update documentation to refer
14913         to Emacs 21 Lisp Reference Manual.
14914         (windmove-find-other-window): Fix off-by-one errors for max x,y.
14916 2004-09-13  Kim F. Storm  <storm@cua.dk>
14918         * isearch.el (isearch-resume-in-command-history): Rename from
14919         isearch-resume-enabled and change default to nil.
14921 2004-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14923         * vc-hooks.el (vc-ignore-dir-regexp): New var.
14924         (vc-registered): Use it.
14925         (vc-find-root): New fun.
14927         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
14928         Don't tell to use \\{...} when it's already done.
14930         * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
14931         Provide a sample complex default.
14932         (bibtex-url, bibtex-font-lock-url): Adapt to new format.
14933         (bibtex-entry): Use mapc.
14935 2004-09-12  Kim F. Storm  <storm@cua.dk>
14937         * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
14939         * emulation/cua-rect.el (cua--rectangle-operation): Let bind
14940         inhibit-field-text-motion to t so rectangles work in comint buffers.
14942         * simple.el (choose-completion-string): Set buffer before running
14943         choose-completion-string-functions hook so it can be buffer-local.
14945 2004-09-12  Daniel Pfeiffer  <occitan@esperanto.org>
14947         * progmodes/compile.el (compilation-start): Parse command to see
14948         if it starts with a cd, and if so perform it for the *compilation*
14949         buffer.  Change the header to reflect this.
14951 2004-09-11  Kim F. Storm  <storm@cua.dk>
14953         * ido.el (ido-enable-dot-prefix): Doc fix.
14954         (ido-enable-dot-prefix): New defcustom.
14955         (ido-set-matches1): Use it.
14957 2004-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14959         * textmodes/bibtex.el (bibtex-mark-active)
14960         (bibtex-run-with-idle-timer): Move the `if' inside the defun.
14962 2004-09-10  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14964         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
14965         used in a case insensitive environment.
14966         (bibtex-mode-map): Rearrange order of menus.
14967         (bibtex-quoted-string-re): Obsolete.
14968         (bibtex-complete-key-cleanup): Variable replaced by new function.
14969         (bibtex-font-lock-keywords): Use backquotes.
14970         (bibtex-font-lock-url-regexp): New internal variable.
14971         (bibtex-name-in-field): New optional arg remove-opt-alt to remove
14972         "OPT" and "ALT".
14973         (bibtex-insert-current-kill, bibtex-make-field)
14974         (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
14975         (bibtex-parse-field-text): Simplify.
14976         (bibtex-string=): New helper function.
14977         (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
14978         (bibtex-map-entries): Use bibtex-string=.
14979         (bibtex-search-entry): Use not.
14980         (bibtex-enclosing-field): Fix docstring.
14981         (bibtex-assoc-regexp): Obsolete.
14982         (bibtex-format-entry): Use assoc-string and bibtex-string=.
14983         (bibtex-autokey-get-names): Handle empty name field.
14984         (bibtex-parse-strings): Use assoc-string and unless.
14985         (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
14986         Use assoc-string.
14987         (bibtex-pop): Simplify.
14988         (bibtex-mode): Set font-lock-extra-managed-props.
14989         (bibtex-entry-update): Use assoc-string.
14990         (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
14991         (bibtex-autofill-entry): Use bibtex-string=.
14992         (bibtex-print-help-message): Simplify.
14993         (bibtex-find-entry): New optional arg START.
14994         (bibtex-validate): Use bibtex-string= and assoc-string.
14995         Do not call obsolete function compilation-parse-errors.
14996         (bibtex-remove-delimiters): Only remove delimiters if present.
14997         (bibtex-copy-entry-as-kill): Add docstring.
14998         (bibtex-clean-entry): Use bibtex-string=.  Handle empty keys.
14999         Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
15000         (bibtex-complete): Use bibtex-predefined-month-strings,
15001         bibtex-string=, and new function bibtex-complete-key-cleanup.
15002         (bibtex-generate-url-list): New variable.
15003         (bibtex-url): New command bound to C-c C-l and mouse-2.
15004         (bibtex-url-map): New local keymap for bibtex-url-mouse.
15005         (bibtex-font-lock-url): New function.
15007 2004-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15009         * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
15011 2004-09-09  Kim F. Storm  <storm@cua.dk>
15013         * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
15014         counter and format with binding.
15015         (kmacro-name-last-macro): New defun.  Like name-last-kbd-macro, but
15016         the declared macro uses own macro counter and format.  Give symbol
15017         kmacro property.
15018         (kmacro-keymap): Bind kmacro-name-last-macro to n.
15019         (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
15020         (kmacro-end-and-call-macro): Doc fix.
15022 2004-09-09  Lars Hansen  <larsh@math.ku.dk>
15024         * desktop.el (desktop-clear-preserve-buffers):
15025         Remove make-obsolete-variable.
15027 2004-09-08  Richard M. Stallman  <rms@gnu.org>
15029         * buff-menu.el (list-buffers-noselect): Call format-mode-line
15030         with the buffer as argument.
15032 2004-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15034         * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
15036 2004-09-08  Juri Linkov  <juri@jurta.org>
15038         * replace.el (perform-replace): Use `query-replace-descr'.
15040         * cus-start.el (history-delete-duplicates): Specify customization.
15042         * diff-mode.el (diff-mode-map):
15043         * progmodes/compile.el (compilation-mode-map):
15044         * progmodes/grep.el (grep-mode-map):
15045         * replace.el (occur-mode-map): Rename `next-error-follow-mode'
15046         to `next-error-follow-minor-mode'.
15048 2004-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15050         * isearch.el (isearch-lazy-highlight-update): Take into account
15051         the case of zero-length match at the search bound.
15053 2004-09-08  Kim F. Storm  <storm@cua.dk>
15055         * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
15056         change.  Use zero width overlays when necessary.
15058 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
15060         * subr.el (split-string): Docfix.
15062 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
15064         * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
15065         (display-call-tree): Ensure newline after caller/calls blocks.
15067 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
15069         * startup.el (command-line-1): Make option
15070         --directory/-L modify `load-path' straight away.
15072 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
15074         * progmodes/grep.el (grep-mode): Use normal autoload cookie.
15076 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
15078         * emacs-lisp/autoload.el (make-autoload):
15079         Handle `define-compilation-mode'.
15081         * emacs-lisp/lisp-mode.el (define-compilation-mode):
15082         Specify `doc-string-elt' property.
15084 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
15086         * bs.el (bs-mode): Doc fix.
15088 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
15090         * info.el (Info-insert-dir): Fix temp buffer leak bug.
15092 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
15094         * play/blackbox.el (bb-trace-ray): Avoid double tracing.
15096 2004-09-08  Kenichi Handa  <handa@m17n.org>
15098         * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
15099         length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
15100         ps-mule-next-point -> 1+).
15102         * composite.el (encode-composition-rule): Add autoload cookie.
15104 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
15106         * format.el (buffer-auto-save-file-format): Make it permanent local.
15108 2004-09-07  Kim F. Storm  <storm@cua.dk>
15110         * emacs-lisp/authors.el (authors-aliases): Add more aliases.
15111         (authors-fixed-entries): Fix typo.
15112         (authors-canonical-author-name): Compact multiple spaces.
15113         Ignore trivial names (e.g. only first name).
15115         * term.el (term-window-width): Only use full window width on
15116         window system if overflow-newline-into-fringe is enabled.
15117         (term-mode): Don't disable overflow-newline-into-fringe.
15119 2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15121         * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
15122         motion as seen on my Mac OS X xterms.
15124         * newcomment.el (uncomment-region-default, comment-region-default):
15125         New functions extracted from uncomment-region and comment-region.
15126         (comment-region, comment-region-function, uncomment-region)
15127         (uncomment-region-function): Use them.
15129         * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
15131         * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
15132         It's not crucial but can make sense at times.
15134         * vc-arch.el (vc-arch-workfile-version): Handle the special case before
15135         the first commit.
15137         * vc.el (vc-buffer-context, vc-restore-buffer-context):
15138         Disable obsolete code.
15140 2004-09-07  Juri Linkov  <juri@jurta.org>
15142         * progmodes/grep.el (grep-highlight-matches): Change default from
15143         `t' to `auto-detect', and type from `boolean' to `choice'.  Doc fix.
15144         (grep-compute-defaults): Set `grep-highlight-matches' to `t'
15145         if grep option `--color' is available, or to `nil' otherwise.
15146         (grep-process-setup): Call `grep-compute-defaults' if
15147         `grep-highlight-matches' is not computed.  Set env-vars only
15148         if `grep-highlight-matches' is `t'.
15149         (grep-use-null-device): Remove redundant type `boolean' (`choice'
15150         is already defined).
15152         * progmodes/compile.el (compilation-start): Use copy of
15153         `process-environment' created by `copy-sequence' to not
15154         modify env-vars in the global `process-environment'.
15156 2004-09-06  Eli Zaretskii  <eliz@gnu.org>
15158         * simple.el (next-error-follow-minor-mode): Fix last change.
15160 2004-09-05  Luc Teirlinck  <teirllm@auburn.edu>
15162         * textmodes/paragraphs.el (use-hard-newlines): Make it into a
15163         permanent local.
15165 2004-09-04  Richard M. Stallman  <rms@gnu.org>
15167         * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
15168         highlighting if the search string is empty.
15170 2004-09-04  Luc Teirlinck  <teirllm@auburn.edu>
15172         * facemenu.el (facemenu-active-faces): Change condition of inner
15173         `while' loop to also check the first two elements of `face-atts'
15174         and `mask-atts'.
15176 2004-09-04  John Paul Wallington  <jpw@gnu.org>
15178         * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
15179         (thumbs-view-image-mode): Make buffer read-only.
15181 2004-09-04  Christopher J. Madsen  <cjm@pobox.com>
15183         * textmodes/ispell.el (ispell-really-aspell): New defvar.
15184         (ispell-check-version): Set it.
15185         (ispell-send-replacement): New function.
15186         (ispell-process-line): Call ispell-send-replacement.
15188 2004-09-04  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
15190         * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
15191         Support choosing seconds with "s".
15193 2004-09-04  Jari Aalto  <jari.aalto@poboxes.com>
15195         * terminal.el (te-escape): Show `?' in prompt for help key.
15197 2004-09-04  Emilio C. Lopes  <eclig@gmx.net>
15199         * emacs-lisp/lisp.el (kill-backward-up-list): New function.
15201 2004-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
15203         * simple.el (next-error-follow-minor-mode)
15204         (next-error-follow-mode-post-command-hook): New functions.
15205         (next-error-follow-last-line): New defvar.
15207         * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
15208         * progmodes/compile.el (compilation-mode-map): Likewise.
15209         * progmodes/grep.el (grep-mode-map): Likewise.
15210         * replace.el (occur-mode-map): Likewise.
15212         * newcomment.el (uncomment-region): Bind comment-use-global-state
15213         to nil.
15215 2004-09-03  Luc Teirlinck  <teirllm@auburn.edu>
15217         * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
15218         locally around the call to `revert-buffer'.
15220 2004-09-03  Juri Linkov  <juri@jurta.org>
15222         * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
15223         `isearch-adjusted' to `t'.
15224         (isearch-toggle-case-fold): Set `isearch-success' to `t'.
15225         (isearch-message-prefix): Add "pending" for isearch-adjusted.
15226         (isearch-other-meta-char): Restore isearch-point unconditionally.
15227         (isearch-query-replace): Add new arg `regexp-flag' and use it.
15228         Set point to start of match if region is not active in transient
15229         mark mode (to include the current match to region boundaries).
15230         Push the search string to `query-replace-from-history-variable'.
15231         Add prompt "Query replace regexp" for isearch-regexp.
15232         Add region beginning/end as last arguments of `perform-replace.'
15233         (isearch-query-replace-regexp): Replace code by the call to
15234         `isearch-query-replace' with arg `t'.
15236 2004-09-03  Richard M. Stallman  <rms@gnu.org>
15238         * startup.el (normal-top-level): Undo previous TERM change.
15240 2004-09-03  Kim F. Storm  <storm@cua.dk>
15242         * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
15243         highlight overlays; allow using RET when cursor is over a button.
15244         (cua--highlight-rectangle): Use it.
15245         (cua--rectangle-set-corners): Don't move backwards at eol.
15246         (cua--forward-line): Don't move into void after eob.
15248         * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
15249         point is set (and displayed) inside rectangle.
15250         (cua--rectangle-operation): Fix for highlight of empty lines.
15251         (cua--highlight-rectangle): Fix highlight for tabs.
15252         Position cursor at left/right edge of rectangle using new `cursor'
15253         property on overlay strings.
15254         (cua--indent-rectangle): Don't tabify.
15255         (cua-rotate-rectangle): Ignore that point has moved.
15257 2004-09-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15259         * term/mac-win.el: Add ASCII equivalents for some function keys.
15260         (mode-line-frame-identification): Sync with x-win.el.
15262 2004-09-02  Juri Linkov  <juri@jurta.org>
15264         * progmodes/compile.el (compilation-buffer-name): Compare major
15265         mode with second element of compilation-arguments instead of third
15266         to reflect latest changes in compilation-arguments structure.
15267         (recompile): Use global variable `compilation-directory' to get
15268         recent compilation directory only when `recompile' is invoked NOT
15269         in the compilation buffer.  Otherwise, use `default-directory' of
15270         the compilation buffer.
15271         (compilation-error-properties): Allow to funcall col and end-col.
15272         (compilation-mode-font-lock-keywords): Check col and end-col by
15273         `integerp'.
15274         (compilation-goto-locus): If end-mk is non-nil in transient mark
15275         mode don't activate the mark (and don't display message in
15276         push-mark), but highlight overlay between mk and end-mk.
15278         * progmodes/grep.el (grep-highlight-matches): New defcustom.
15279         (grep-regexp-alist): Add rule to highlight grep matches.
15280         (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
15282         * info.el (Info-fontify-node): Don't compute other-tag
15283         if Info-hide-note-references=hide.
15285         * help.el (function-called-at-point):
15286         * help-fns.el (variable-at-point):
15287         Try `find-tag-default' when other methods failed.
15289         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
15290         Do not push mark if inhibit-mark-movement is non-nil.
15292         * textmodes/ispell.el (ispell-html-skip-alists):
15293         Fix backslashes in docstring.
15295 2004-09-01  Juri Linkov  <juri@jurta.org>
15297         * isearch.el (isearch-wrap-function)
15298         (isearch-push-state-function): New defvars.
15299         (isearch-pop-fun-state): New defsubst.
15300         (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
15301         (isearch-push-state): Set the result of calling
15302         `isearch-push-state-function' to the `isearch-pop-fun-state' field.
15303         (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
15304         restore the mode-specific starting point of terminated search.
15305         (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
15306         (isearch-repeat): Call `isearch-wrap-function' if defined.
15307         (isearch-message-prefix): Don't add prefix "over" to the message
15308         for wrapped search if `isearch-wrap-function' is defined.
15309         (isearch-search): Call function saved in `isearch-pop-fun-state' to
15310         restore the mode-specific starting point of failed search.
15312         * info.el (Info-search-whitespace-regexp): Fix backslashes.
15313         (Info-search): Add new optional arguments for the sake of isearch.
15314         Replace whitespace in Info-search-whitespace-regexp literally.
15315         Add backward search.  Don't call `Info-select-node' if regexp is
15316         found in the same Info node.  Don't add node to Info-history for
15317         wrapped isearch.
15318         (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
15319         (Info-isearch-push-state, Info-isearch-pop-state): New funs.
15320         (Info-mode): Set local variables `isearch-search-fun-function',
15321         `isearch-wrap-function', `isearch-push-state-function',
15322         `search-whitespace-regexp'.
15324         * isearch.el: Remove ancient Change Log section.
15325         (isearch-string, isearch-message-string, isearch-point)
15326         (isearch-success, isearch-forward-flag, isearch-other-end)
15327         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
15328         (isearch-barrier, isearch-within-brackets)
15329         (isearch-case-fold-search): Add suffix `-state' to state-related
15330         defsubsts to avoid name clashes with other function names.
15332         * simple.el (next-error): New defgroup and defface.
15333         (next-error-highlight, next-error-highlight-no-select):
15334         New defcustoms.
15335         (next-error-no-select): Let-bind next-error-highlight to the value
15336         of next-error-highlight-no-select before calling `next-error'.
15338         * progmodes/compile.el (compilation-goto-locus):
15339         Use `next-error' face instead of `region'.  Set 4-th argument of
15340         `move-overlay' to `current-buffer' to move overlay to different
15341         source buffers.  Use new variable `next-error-highlight'.
15343         * simple.el (next-error-find-buffer): Move the rule
15344         "if current buffer is a next-error capable buffer" after the
15345         rule "if next-error-last-buffer is set to a live buffer".
15346         Simplify to test all rules in one `or'.
15347         (next-error): Doc fix.
15348         (next-error, previous-error, first-error)
15349         (next-error-no-select, previous-error-no-select):
15350         Make arguments optional.
15352 2004-08-31  Luc Teirlinck  <teirllm@auburn.edu>
15354         * macros.el (apply-macro-to-region-lines): Make it operate on all
15355         lines that begin in the region, rather than on all complete lines
15356         in the region.
15358 2004-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15360         * x-dnd.el (x-dnd-protocol-alist): Document update.
15361         (x-dnd-known-types): Defcustom it.
15362         (x-dnd-handle-motif): Print message-atom in error message.
15364 2004-08-30  John Paul Wallington  <jpw@gnu.org>
15366         * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
15367         strings rather than programatically constructing message.
15369 2004-08-30  Richard M. Stallman  <rms@gnu.org>
15371         * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
15372         Don't return a string that would read as the wrong character code.
15374 2004-08-29  Kim F. Storm  <storm@cua.dk>
15376         * emulation/cua-base.el (cua-auto-expand-rectangles):
15377         Remove automatic rectangle padding feature; replace by non-destructive
15378         virtual rectangle edges feature.
15379         (cua-virtual-rectangle-edges): New defcustom.
15380         (cua-auto-tabify-rectangles): New defcustom.
15381         (cua-paste): If paste into a marked rectangle, insert rectangle at
15382         current column, even if virtual; also paste exactly as many lines
15383         as has been marked (ignore additional lines or add empty lines),
15384         but paste whole source if only one line is marked.
15385         (cua--update-indications): No longer use overwrite-cursor to
15386         indicate rectangle padding
15388         * emulation/cua-rect.el (cua--rectangle-padding): Remove.
15389         (cua--rectangle-virtual-edges): New defun.
15390         (cua--rectangle-get-corners): Remove optional PAD arg.
15391         (cua--rectangle-set-corners): Never do padding.
15392         (cua--forward-line): Remove optional PAD arg.  Simplify.
15393         (cua-resize-rectangle-right, cua-resize-rectangle-left)
15394         (cua-resize-rectangle-down, cua-resize-rectangle-up):
15395         (cua-resize-rectangle-bot, cua-resize-rectangle-top)
15396         (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
15397         (cua--rectangle-move): Never do padding.  Simplify.
15398         (cua--tabify-start): New defun.
15399         (cua--rectangle-operation): Add tabify arg.  All callers changed.
15400         (cua--pad-rectangle): Remove.
15401         (cua--delete-rectangle): Handle delete with virtual edges.
15402         (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
15403         (cua--insert-rectangle): Handle insert at virtual column.
15404         Perform auto-tabify if necessary.
15405         (cua--activate-rectangle): Remove optional FORCE arg.
15406         Never do padding.  Simplify.
15407         (cua--highlight-rectangle): Enhance for virtual edges.
15408         (cua-toggle-rectangle-padding): Remove command.
15409         (cua-toggle-rectangle-virtual-edges): New command.
15410         (cua-sequence-rectangle): Add optional TABIFY arg.  Callers changed.
15411         (cua--rectangle-post-command): Don't force rectangle padding.
15412         (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
15414 2004-08-28  Luc Teirlinck  <teirllm@auburn.edu>
15416         * indent.el (edit-tab-stops-buffer): Doc fix.
15418 2004-08-28  Richard M. Stallman  <rms@gnu.org>
15420         * progmodes/grep.el (grep-default-command): Use find-tag-default.
15421         (grep-tag-default): Function deleted.
15423         * subr.el (find-tag-default): Move from etags.el.
15425         * progmodes/etags.el (find-tag-default): Move to subr.el.
15427         * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
15428         into the basic character if it has an uppercase form.
15430 2004-08-27  Kenichi Handa  <handa@m17n.org>
15432         * international/utf-8.el (utf-8-post-read-conversion): If the
15433         buffer is unibyte, temporarily make it multibyte.
15435 2004-08-27  Masatake YAMATO  <jet@gyve.org>
15437         * calendar/time-date.el (time-to-seconds): Add autoload cookies.
15439 2004-08-25  John Paul Wallington  <jpw@gnu.org>
15441         * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
15442         0, 1, and many mismatches in message.
15443         (tex-start-shell): Use `set-process-query-on-exit-flag'.
15445         * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
15446         (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
15448 2004-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15450         * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
15451         vc-diff-switches differently.
15453 2004-08-22  Luc Teirlinck  <teirllm@auburn.edu>
15455         * speedbar.el (speedbar-file-regexp): Give it a phony defvar
15456         before and a real defvar after
15457         `speedbar-supported-extension-expressions'.  This is to silence
15458         the compiler without breaking bootstrapping.
15460 2004-08-22  Richard M. Stallman  <rms@gnu.org>
15462         * textmodes/flyspell.el (flyspell-word):
15463         Use set-process-query-on-exit-flag.
15464         (flyspell-highlight-duplicate-region): Take POSS as arg.
15465         (flyspell-word): Pass POSS as arg.
15467         * progmodes/ada-xref.el: Many doc and style fixes.
15468         (ada-find-any-references): Use compilation-start.
15469         (ada-get-ali-file-name): Improve error msg.
15470         (ada-get-ada-file-name): Likewise.
15472         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
15473         (ange-ftp-start-process): Use set-process-query-on-exit-flag.
15475         * mail/mail-extr.el (mail-extr-all-top-level-domains):
15476         Add forward defvar.
15478         * whitespace.el (global-whitespace-mode): New alias
15479         for whitespace-global-mode.
15481         * speedbar.el (speedbar-file-regexp): Move definition up.
15482         (speedbar-mode, speedbar-set-mode-line-format):
15483         Use with-no-warnings.
15484         (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
15486         * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
15487         controls whether to display the error buffer.
15489         * ps-mule.el: Delete compatibility code for old Emacsen.
15490         (ps-mule-find-wrappoint): Don't use chars-in-region.
15492         * frame.el (display-mouse-p, display-selections-p):
15493         Use with-no-warnings.
15495         * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
15497 2004-08-22  David Kastrup  <dak@gnu.org>
15499         * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
15500         information.
15502         * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
15504 2004-08-22  Andreas Schwab  <schwab@suse.de>
15506         * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
15508 2004-08-22  Masatake YAMATO  <jet@gyve.org>
15510         * cvs-status.el (cvs-status-checkout): New function.
15511         (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
15513 2004-08-21  David Kastrup  <dak@gnu.org>
15515         * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
15516         (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
15517         has been converted to use hashtables, the relation `nil=none' is
15518         no longer valid, as `nil' is not a hashtable.  This patch tries to
15519         reduce the number of resulting errors.
15521 2004-08-21  John Paul Wallington  <jpw@gnu.org>
15523         * subr.el (process-kill-without-query): Made obsolete in
15524         version 21.4, not 21.5.
15526         * log-edit.el (vc-comment-ring, vc-comment-ring-index)
15527         (vc-previous-comment, vc-next-comment)
15528         (vc-comment-search-reverse, vc-comment-search-forward)
15529         (vc-comment-to-change-log): Likewise.
15531         * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
15533 2004-08-21  Peter Seibel  <peter@javamonkey.com>  (tiny patch)
15535         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
15536         Correct indentation of DEFMETHODS with non-standard method
15537         combinations (e.g., PROGN, MIN, MAX).
15539 2004-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15541         * startup.el (normal-top-level-add-subdirs-to-load-path):
15542         Avoid unnecessarily checking system-type.
15543         (normal-top-level): Set TERM to "dumb".  Simplify.
15545         * avoid.el (mouse-avoidance-ignore-p): New fun.
15546         Also ignore switch-frame, select-window, double, and triple clicks.
15547         (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
15548         (mouse-avoidance-fancy-hook): Use it.
15550 2004-08-20  Zoran Milojevic  <zoran@sipquest.com>  (tiny change)
15552         * avoid.el (mouse-avoidance-nudge-mouse)
15553         (mouse-avoidance-banish-destination): Stay within the current window
15554         to avoid problems with mouse-autoselect-window.
15556 2004-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15558         * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
15559         the newer format of some messages in cvs-1.12.1.
15561 2004-08-19  Masatake YAMATO  <jet@gyve.org>
15563         * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
15564         (elp-results-jump-to-definition-by-mouse)
15565         (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
15566         (elp-output-result): Use elp-output-insert-symname.
15568 2004-08-18  Kenichi Handa  <handa@m17n.org>
15570         * language/cyrillic.el: Register koi8-r in
15571         ctext-non-standard-encodings-alist.
15572         ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
15574 2004-08-17  Luc Teirlinck  <teirllm@auburn.edu>
15576         * emacs-lisp/copyright.el (copyright-update-year): Delete code
15577         that replaces 20xy with xy.
15579 2004-08-17  John Paul Wallington  <jpw@gnu.org>
15581         * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
15582         (reb-force-update): Doc fix.
15584 2004-08-16  Richard M. Stallman  <rms@gnu.org>
15586         * progmodes/which-func.el (which-func-update-1): Doc fix.
15588         * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
15589         (sh-mode-abbrev-table): New variable.
15591         * progmodes/compile.el (compilation-mode): Doc fix.
15593         * emacs-lisp/lisp-mode.el (eval-last-sexp):
15594         Don't cons a new symbol each time.
15595         (eval-last-sexp-fake-value): New variable.
15597         * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
15598         (copyright-update-year): Detect continuation of list of years.
15600         * term.el (term-default-fg-color, term-default-bg-color)
15601         (ansi-term-color-vector): Use `unspecified', not nil, as default.
15603         * imenu.el: Several doc fixes: don't say variables are buffer-local.
15605 2004-08-16  Davis Herring  <herring@lanl.gov>
15607         * isearch.el (isearch-string, isearch-message-string, isearch-point)
15608         (isearch-success, isearch-forward-flag, isearch-other-end)
15609         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
15610         (isearch-barrier, isearch-within-brackets)
15611         (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
15613 2004-08-16  Kenichi Handa  <handa@m17n.org>
15615         * ps-mule.el (ps-mule-font-info-database): Fix docstring.
15617 2004-08-15  Kenichi Handa  <handa@m17n.org>
15619         * term/x-win.el (x-selection-value): If utf8 was successful but
15620         ctext was not, use utf8 string.
15622 2004-08-14  Davis Herring  <herring@lanl.gov>
15624         * isearch.el: Remove accidental changes of March 4.  Fix backing
15625         up when a regexp isearch is made more general.  Use symbolic
15626         accessor functions for isearch stack frames to make usage clearer.
15627         (search-whitespace-regexp): Made groups in documentation shy (as
15628         is the group in the default value).
15629         (isearch-fallback): New function, addresses problems with regexps
15630         liberalized by `\|', adds support for liberalization by `\}' (the
15631         general repetition construct), and incorporates behavior for
15632         `*'/`?'.
15633         (isearch-}-char): New command, calls `isearch-fallback' with
15634         arguments appropriate to a typed `}'.
15635         (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
15636         appropriately.
15637         (isearch-mode-map): Bind `}' to `isearch-}-char'.
15638         (isearch-string, isearch-message,string, isearch-point)
15639         (isearch-success, isearch-forward-flag, isearch-other-end)
15640         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
15641         (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
15642         New inline functions to read fields of a stack frame.
15644 2004-08-14  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>  (tiny change)
15646         * battery.el (battery-linux-proc-acpi): Look into battery
15647         directories matching the literal string "CMB", too (required for
15648         Linux kernel version 2.6.7).
15650 2004-08-14  John Paul Wallington  <jpw@gnu.org>
15652         * cus-start.el (read-file-name-completion-ignore-case): Add.
15653         (blink-cursor-alist): Change version to "21.4".
15655         * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
15657 2004-08-11  Daniel Pfeiffer  <occitan@esperanto.org>
15659         * speedbar.el (speedbar-scan-subdirs): New option.
15660         (speedbar-file-lists): Don't ignore file-name case on Unix and use
15661         dolist.
15662         (speedbar-insert-files-at-point): Take an extra argument and use
15663         it to optionally find out if a subdir is empty.  Also unreadable
15664         files don't get expand buttons.
15665         (speedbar-directory): New image (unused pixmap already existed).
15666         (speedbar-expand-image-button-alist): Use it.
15668 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
15670         CC Mode update to 5.30.9:
15672         * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
15673         Move from cc-vars to cc-defs for dependency reasons.  Fix the
15674         POSIX char class test to check that it works in
15675         `skip-chars-(forward|backward)' too.
15677         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
15678         first argument starts with a special brace list.
15680         * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
15681         when `c-opt-type-concat-key' is used (i.e. in Pike).
15683         * progmodes/cc-engine.el (c-looking-at-special-brace-list):
15684         Fix bug when the inner char pair doesn't have paren syntax,
15685         i.e. "(<>)".
15687         * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
15688         whitespace safe.
15690         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
15691         position for `arglist-intro', `arglist-cont-nonempty' and
15692         `arglist-close' when there are two arglist open parens on the same
15693         line and there's nothing in front of the first.
15695         * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
15696         locking of qualified names in Java, which previously could fontify
15697         common indexing expressions in many cases.  The standard Java
15698         naming conventions are used to tell them apart.
15700         * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
15701         Fix inconsistency wrt opening parens on the first line inside a paren
15702         block.
15704         * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
15705         compile time for the sake of `c-major-mode-is'.
15707         (c-mode-is-new-awk-p): Made it a macro to delay expansion of
15708         `c-major-mode-is' in the event that this is used inside a
15709         `c-lang-defconst'.
15711         * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
15712         `c-lang-defconst' so that it works better with fallback languages.
15714         * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
15715         it to fail to record the base mode.
15717         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
15718         Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
15719         is used.  Reorder the syntax checks to get more efficient
15720         skipping in some situations.
15722         * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
15723         continuation which might precede the newly inserted '{'.
15725         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
15726         Fix cases where it could loop indefinitely.
15728         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
15729         size specs correctly.  Only fontify identifiers in front of '('
15730         with as functions - don't accept any paren char.  Tighten up
15731         initializer skipping to stop before function and class blocks.
15733         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
15734         the point could be left directly after an open paren when finding
15735         the beginning of the first decl in the block.
15737         * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
15738         table when filtering out legitimate open parens to be recorded.
15739         This could cause cache inconsistencies when e.g.
15740         `c++-template-syntax-table' was temporarily in use.
15742         * progmodes/cc-engine.el (c-on-identifier)
15743         (c-simple-skip-symbol-backward): Small fix for handling "-"
15744         correctly in `skip-chars-backward'.  Affected the operator lfun
15745         syntax in Pike.
15747         * progmodes/cc-engine.el (c-invalidate-sws-region-after):
15748         Fix bug that could cause an error from `after-change-functions' when
15749         the changed region is at bob.
15751 2004-08-11  Alan Mackenzie  <bug-cc-mode@gnu.org>
15753         CC Mode update to 5.30.9:
15755         * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
15756         to say that <TAB> doesn't insert WS into a CPP line.
15757         (c-indent-command, c-tab-always-indent): Amend doc strings.
15759         * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
15760         checks for user errors, thus eliminating cryptic and unhelpful
15761         Emacs error messages.  (1) Check the arg to `c-set-style' is a
15762         string.  (2) Check that settings to `c-offsets-alist' are not
15763         spuriously quoted.
15765         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
15766         which precedes the newly inserted `{'.
15768 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
15770         Sync with Tramp 2.0.44.
15772         * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
15773         function "tramp_file_attributes".  Otherwise, file names
15774         containing spaces are misinterpreted.  Reported by Magnus Henoch
15775         <mange@freemail.hu>.
15776         (tramp-handle-file-truename): FILENAME must be expanded first.
15777         Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
15778         obscure results.  Reported by D. Goel <deego@gnufans.org>.
15779         (tramp-handle-verify-visited-file-modtime): If file does not
15780         exist, say it is not modified if and only if that agrees with the
15781         buffer's record.  Check whether a file is visiting the buffer, or
15782         the buffer has no recorded last modification time.  Return t in
15783         case the visiting file doesn't exist.  Suggested by Luc Teirlinck
15784         <teirllm@auburn.edu>.
15785         (tramp-handle-write-region): Pass modtime explicitly to
15786         `set-visited-file-modtime', because filename can be different
15787         from (buffer-file-name) if `file-precious-flag' is set.
15788         `set-visited-file-modtime' must be called always when `visit' is t
15789         or a string.  Suggested by Luc Teirlinck <teirllm@auburn.edu>.
15790         (tramp-handle-set-visited-file-modtime): If `time-list' is not
15791         nil, don't apply the whole body.  If the file doesn't exists, set
15792         modtime to '(-1 65535).  Suggested by Luc Teirlinck
15793         <teirllm@auburn.edu>.
15795 2004-08-09  Luc Teirlinck  <teirllm@auburn.edu>
15797         * help.el (describe-bindings): Doc fix.
15799         * subr.el (kbd): Doc fix.
15801 2004-08-08  John Paul Wallington  <jpw@gnu.org>
15803         * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
15804         instead of `string-to-int'.
15805         (define-ibuffer-column mode): Fix indentation.
15807 2004-08-08  Lars Hansen  <larsh@math.ku.dk>
15809         * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
15811 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
15813         * subr.el (global-unset-key, local-unset-key): Doc fixes.
15815         * novice.el (disabled-command-function): New variable renamed from
15816         `disabled-command-hook'.
15817         (disabled-command-hook): Keep the _variable_ as alias for
15818         `disabled-command-function' and make obsolete.
15819         (disabled-command-function): Function renamed from
15820         `disabled-command-hook'.  Adapt code to name change of the variable.
15822 2004-08-07  Satyaki Das  <satyaki@theforce.stanford.edu>  (tiny change)
15824         * simple.el (completion-root-regexp): New defvar.
15825         (completion-setup-function): Use it instead of a literal string.
15827 2004-08-07  John Paul Wallington  <jpw@gnu.org>
15829         * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
15830         (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
15831         (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
15832         (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
15834 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
15836         * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
15837         (mail-extr-voodoo): Check mail-extr-disable-voodoo.
15839 2004-08-04  Kenichi Handa  <handa@m17n.org>
15841         * international/encoded-kb.el (encoded-kbd-setup-keymap):
15842         Fix previous change.
15844 2004-08-03  Kenichi Handa  <handa@m17n.org>
15846         * international/encoded-kb.el: The following changes are to
15847         utilize key-translation-map instead of minor mode map.
15848         (encoded-kbd-iso2022-non-ascii-map): Delete it.
15849         (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
15850         (encoded-kbd-last-key): New function.
15851         (encoded-kbd-iso2022-single-shift): New function.
15852         (encoded-kbd-iso2022-designation)
15853         (encoded-kbd-self-insert-iso2022-7bit)
15854         (encoded-kbd-self-insert-iso2022-8bit)
15855         (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
15856         (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
15857         key-translation-map.
15858         (encoded-kbd-setup-keymap): Setup key-translation-map.
15859         (saved-key-translation-map): New variable.
15860         (encoded-kbd-mode): Save/restore key-translation-map.
15861         Adjust for the change of encoded-kbd-setup-keymap.
15863 2004-08-02  Kim F. Storm  <storm@cua.dk>
15865         * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
15866         and call compute-motion with nil for topos and width to get proper
15867         usable width and height for both window and non-window systems.
15869         * windmove.el (windmove-coordinates-of-position): Let compute-motion
15870         calculate usable window width and height.
15872         * window.el (window-buffer-height): Call compute-motion with nil width.
15874 2004-08-01  David Kastrup  <dak@gnu.org>
15876         * replace.el (query-replace-read-from):
15877         Use `query-replace-compile-replacement'.
15878         (query-replace-compile-replacement): New function.
15879         (query-replace-read-to): Use `query-replace-compile-replacement'
15880         for repeating the last command.
15882 2004-08-01  John Paul Wallington  <jpw@gnu.org>
15884         * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
15885         (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
15886         (pr-switches): Remove period from end of error messages.
15888         * help-mode.el (help-go-back): Likewise.
15890         * abbrev.el (only-global-abbrevs): Doc fix.
15891         (edit-abbrevs-map): Define within defvar.
15892         (quietly-read-abbrev-file): Doc fix.
15894 2004-07-31  Luc Teirlinck  <teirllm@auburn.edu>
15896         * novice.el (enable-command, disable-command): Doc fixes.
15898         * subr.el (event-modifiers, event-basic-type): Doc fixes.
15900 2004-07-30  Richard M. Stallman  <rms@gnu.org>
15902         * subr.el (with-local-quit): Doc fix.
15904 2004-07-30  Luc Teirlinck  <teirllm@auburn.edu>
15906         * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
15908 2004-07-28  Luc Teirlinck  <teirllm@auburn.edu>
15910         * custom.el (defcustom): Doc fix.
15912 2004-07-28  Masatake YAMATO  <jet@gyve.org>
15914         * progmodes/etags.el (etags-tags-apropos): Show building progress.
15916 2004-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15918         * imenu.el (imenu-prev-index-position-function)
15919         (imenu-extract-index-name-function, imenu-name-lookup-function)
15920         (imenu--index-alist): Docstring redundancy fix.
15922 2004-07-25  Lars Hansen  <larsh@math.ku.dk>
15924         * wdired.el (wdired-finish-edit): Require dired-aux before locally
15925         binding dired-backup-overwrite.
15927 2004-07-25  John Paul Wallington  <jpw@gnu.org>
15929         * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
15931 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
15933         * term/tty-colors.el (tty-color-approximate): Doc fix.
15935         * select.el (x-get-selection, x-set-selection): Doc fixes.
15937         * frame.el (make-frame): Doc fix.
15939 2004-07-24  Richard M. Stallman  <rms@gnu.org>
15941         * mail/rmail.el (rmail-mime-charset-pattern):
15942         Don't include semicolon in the charset value.
15944         * replace.el (occur-next-error): Call set-window-point.
15945         (occur-engine): Handle negative NLINES.
15947 2004-07-23  Luc Teirlinck  <teirllm@auburn.edu>
15949         * frame.el (modify-all-frames-parameters): Minor doc fix.
15950         (set-frame-configuration): Doc fix.
15952 2004-07-23  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
15954         * simple.el (completion-setup-function): Compute the common parts
15955         and the first difference place correctly when
15956         partial-completion-mode is on.
15958 2004-07-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15960         * ps-print.el: Doc fix.
15961         (ps-print-version): New version 6.6.5.
15962         (ps-printing-region): Doc fix.
15963         (ps-generate-string-list): Comment fix.
15964         (ps-message-log-max): Code fix.
15966 2004-07-22  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
15968         * ps-print.el (ps-begin-file): Improve the DSC compliance of the
15969         generated PostScript.
15971 2004-08-17  Reiner Steib  <Reiner.Steib@gmx.de>
15973         * net/tls.el (tls-process-connection-type): Fix docstring.  (Sync
15974         with Gnus v5_10 branch.)
15976 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15978         * calendar/time-date.el (time-to-number-of-days): New function.
15979         Imported from Gnus.
15981 2004-07-22  Kim F. Storm  <storm@cua.dk>
15983         * progmodes/make-mode.el: Fix comments.
15985 2004-07-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15987         * printing.el: Doc fix.
15989 2004-07-20  Luc Teirlinck  <teirllm@auburn.edu>
15991         * frame.el (modify-all-frames-parameters): Minor doc fix.
15993 2004-07-20  Richard M. Stallman  <rms@gnu.org>
15995         * textmodes/fill.el (fill-nobreak-p): If this break point is
15996         at the end of the line, don't consider the newline which follows
15997         as a reason to return t.
15999 2004-07-19  John Paul Wallington  <jpw@gnu.org>
16001         * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
16003 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
16005         * dired-aux.el (dired-do-kill-lines): Expand docstring.
16006         Delete irrelevant code.
16008 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
16010         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
16011         New docstring.  From Luc Teirlinck.
16013 2004-07-17  Luc Teirlinck  <teirllm@auburn.edu>
16015         * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
16016         section.
16017         (auto-revert-handler): Do not check `auto-revert-tail-mode' for
16018         non-file buffers.  We know it is nil.
16020 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
16022         Sync with Tramp 2.0.43.
16024         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
16025         Remove outdated comment.
16026         (tramp-locked, tramp-locker): New variables for implementing a
16027         global lock.
16028         (tramp-sh-file-name-handler): Use them to implement the global lock.
16030 2004-07-13  Michael Albinus  <michael.albinus@gmx.de>
16032         * net/tramp.el (all): Code cleanup.  Change all `tramp-handle-xxx'
16033         calls to respective `xxx` calls.
16034         (tramp-process-alive-regexp): Precise doc string.
16035         (tramp-multi-action-process-alive): New defun.
16036         (tramp-multi-actions): Use it.
16037         (tramp-handle-find-backup-file-name): `copy-tree' is available
16038         since Emacs 22.1 only (XEmacs has it).  Implementation rewritten
16039         in order to avoid this function.
16040         (tramp-handle-write-region): Set current buffer.  If connection
16041         wasn't open, `file-modes' has changed it accidentally.  Reported by
16042         David Kastrup <dak@gnu.org>.
16043         (tramp-enter-password, tramp-read-passwd): New arguments USER and
16044         HOST.
16045         (tramp-action-password, tramp-multi-action-password): Apply it.
16046         (tramp-open-connection-rsh): If a port is given, the Tramp buffer
16047         name must still contain the port number.  Otherwise, we have two
16048         Tramp buffers, with all the confusion.  Reported by Myron Selby
16049         <myron@xytech.com> and Rolf Dubitzky
16050         <Dubitzky@physi.uni-heidelberg.de>.
16052         * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
16053         HOST to `tramp-enter-passwd'.
16055         * net/tramp-vc.el (all): Code cleanup.  Change all
16056         `tramp-handle-xxx' calls to respective `xxx` calls.
16058 2004-07-17  Jonathan Yavner  <jyavner@member.fsf.org>
16060         * emacs-lisp/testcover.el: New category "potentially-1valued" for
16061         functions that are not erroneous if either 1-valued or
16062         multi-valued.  Detect functions in this class.
16063         (testcover-1value-functions, testcover-compose-functions)
16064         (testcover-progn-functions) Add some additional functions to lists.
16065         (testcover-mark): Bugfix when marking up the definition for an
16066         empty function.
16068 2004-07-17  Richard M. Stallman  <rms@gnu.org>
16070         * replace.el (occur-read-primary-args): Pass default to
16071         read-from-minibuffer.
16073         * mail/footnote.el (footnote-section-tag): Use defcustom.
16075         * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
16076         Compile font-lock-keywords, not KEYWORDS.
16077         (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
16078         Add warn, check-type.  Handle cerror like error.
16080 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
16082         * progmodes/which-func.el (which-func-keymap): New var.
16083         (which-func-face): New face.
16084         (which-func-format): Use them.
16086 2004-07-16  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
16088         * buff-menu.el (list-buffers-noselect): Append the buffer's
16089         process status to its mode name.
16091 2004-07-16  Kim F. Storm  <storm@cua.dk>
16093         * simple.el (inhibit-mark-movement): New defvar.
16094         (beginning-of-buffer, end-of-buffer): Do not push mark if
16095         inhibit-mark-movement is non-nil or C-u prefix is given.
16097         * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
16098         Init to beginning-of-buffer and end-of-buffer.
16099         (cua--undo-push-mark): New defvar.
16100         (cua--pre-command-handler): Set inhibit-mark-movement if mark is
16101         already active and command is in cua--preserve-mark-commands.
16102         Also fix check for shift modifier on non-window systems.
16103         (cua--post-command-handler): Clear inhibit-mark-movement if set.
16105 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
16107         * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
16108         of two integers, instead of a cons.
16110         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
16111         `visited-file-modtime' now returns a list of two integers, instead
16112         of a cons.
16114         * dired.el (dired-directory-changed-p): Ditto.
16116         * progmodes/grep.el (grep): Doc fix.
16118 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
16120         * autorevert.el (auto-revert-tail-mode)
16121         (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
16122         (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
16123         in both at the same time.
16124         (auto-revert-tail-mode): New command.
16125         (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
16126         (auto-revert-handler): Revert only either tail or whole file.
16128         * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
16129         add auto-revert-tail-mode.
16131 2004-07-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16133         * printing.el: Doc fix.  Change name of some funs.
16134         (pr-dosify-file-name): New fun.  Replace ps-dosify-path.
16135         (pr-unixify-file-name): New fun.  Replace ps-unixify-path.
16136         (pr-standard-file-name): New fun.  Replace pr-standard-path.
16137         (pr-call-process): Code fix.
16139 2004-07-12  Luc Teirlinck  <teirllm@auburn.edu>
16141         * subr.el (with-selected-window): Doc fix.
16143 2004-07-11  Luc Teirlinck  <teirllm@auburn.edu>
16145         * subr.el (get-buffer-window-list): Doc fix.
16147 2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
16149         * files.el (switch-to-buffer-other-window): Doc fix.
16151         * window.el (save-selected-window, one-window-p)
16152         (split-window-keep-point, split-window-vertically)
16153         (split-window-horizontally): Doc fixes.
16155 2004-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16157         * printing.el: Doc fix.  Now it uses call-process instead of
16158         shell-command for low command execution.
16159         (pr-version): New version number (6.8).
16160         (pr-shell-file-name): Option removed.
16161         (pr-shell-command): Fun removed.
16162         (pr-call-process): New fun.  Replace pr-shell-command.
16163         (pr-standard-path, pr-remove-nil-from-list): New funs.
16164         (zmacs-region-stays, current-mouse-event, current-menubar): New var.
16165         (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
16166         (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
16167         (pr-ps-utility-process, pr-txt-print): Code fix.
16169 2004-07-10  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
16171         * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
16172         boolean.
16174 2004-07-09  Lars Hansen  <larsh@math.ku.dk>
16176         * wid-edit.el (widget-field-buffer): Doc fix.
16178 2004-07-09  John Paul Wallington  <jpw@gnu.org>
16180         * emacs-lisp/re-builder.el (reb-update-overlays):
16181         Distinguish between one and several matches in message.
16183 2004-07-09  Richard M. Stallman  <rms@gnu.org>
16185         * mouse.el (mouse-set-region-1): If transient-mark-mode
16186         is `identity', change it to `only'.
16188         * simple.el (current-word): Doc fix.
16190 2004-07-09  Mark A. Hershberger  <mah@everybody.org>
16192         * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
16193         so that it is more understanding of whitespace.
16195         * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
16196         (("ns" . "element") (attr-list) children) instead of
16197         ((:ns . "element") (attr-list) children) in order to reduce the
16198         number of symbols used.
16199         (xml-skip-dtd): Change to use xml-parse-dtd but set
16200         xml-validating-parsing to nil.
16201         (xml-parse-dtd): Parse entity declarations in DOCTYPEs.
16202         (xml-substitute-entity): Remove in favor of new entity substitution.
16203         (xml-substitute-special): Rewrite in to substitute complex
16204         entities from DOCTYPE declarations.
16205         (xml-parse-fragment): Parse fragments from entity declarations.
16206         (xml-parse-region, xml-parse-tag, xml-parse-attlist)
16207         (xml-parse-dtd, xml-substitute-special): Make validity checks
16208         conditioned on xml-validating-parser.  Add "Not Well Formed" to
16209         error messages about well-formedness.
16211 2004-07-08  Steven Tamm  <steventamm@mac.com>
16213         * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
16214         (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
16215         Do not treat double clicks and triple clicks specially in the
16216         scroll bar (preventing strange repositioning problems)
16218 2004-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16220         * replace.el (query-replace-regexp-eval): Fix last change.
16222 2004-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16224         * replace.el (query-replace-descr): New fun.
16225         (query-replace-read-from, query-replace-read-args): Default to the
16226         previous from&to.
16227         (query-replace-read-to): Quote the `from' string when displaying it.
16228         (query-replace-regexp-eval): Immediately check read-only status.
16229         Use query-replace-read-from to get the \n checking.
16230         Quote the `from' string when displaying it.
16231         (map-query-replace-regexp, occur-read-primary-args):
16232         Quote the `from' string when displaying it.
16234         * isearch.el (isearch-query-replace): Pass the regexp-ness and
16235         delimited-ness of the search to query-replace.
16237         * replace.el (query-replace-read-from, query-replace-read-to):
16238         New funs extracted from query-replace-read-args.
16239         (query-replace-read-args): Use them.
16241         * replace.el (query-replace-interactive, query-replace-read-args):
16242         Remove the `initial' special value.
16243         (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
16244         (occur-engine): Remove unused var `matchend'.
16246         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
16247         Use the search string without prompting.
16249 2004-07-05  Kenichi Handa  <handa@m17n.org>
16251         * international/mule.el (decode-coding-inserted-region):
16252         Set last-coding-system-used only when coding is nil.
16254 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
16256         * progmodes/grep.el (grep-compute-defaults, grep-command)
16257         (grep-program, find-program, grep-find-use-xargs, grep-history)
16258         (grep-find-history, grep-tag-default, grep-find-command)
16259         (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
16260         Add autoload cookies, for unbundled packages that load `compile'
16261         and expect all grep-related symbols to become defined.
16263 2004-07-03  KOSEKI Yoshinori  <kose@meadowy.org>
16265         * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
16266         (iimage-mode-image-search-path): New user option to search the
16267         image file.
16268         (iimage-locate-file): New function.  Emacs21.3 or earlier does not
16269         have locate-file.
16270         (iimage-mode-buffer): Use it.
16272 2004-07-03  Nick Roberts  <nickrob@gnu.org>
16274         * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
16275         carefully.
16276         (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
16278 2004-07-03  Juri Linkov  <juri@jurta.org>
16280         * replace.el (query-replace-read-args): Swallow space after 'foo,
16281         not after (quote foo).  Match space only immediately after symbol,
16282         not anywhere in the whole string.
16284 2004-07-02  Richard M. Stallman  <rms@gnu.org>
16286         * replace.el (query-replace-read-args): Swallow space after
16287         symbols, not after closeparens.  But avoid error if string ends there.
16289         * progmodes/python.el (python-beginning-of-statement):
16290         Exit the loop if backward-up-list gets error.
16292         * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
16294 2004-07-02  Andre Spiegel  <spiegel@gnu.org>
16296         * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
16297         only if vc-consult-headers is non-nil.
16299 2004-07-02  Juri Linkov  <juri@jurta.org>
16301         * pcvs.el (cvs-mode-diff-repository): New command.
16303         * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
16305 2004-07-01  Juri Linkov  <juri@jurta.org>
16307         * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
16308         C-M-y to isearch-yank-char.  Bind M-% to isearch-query-replace,
16309         C-M-% to isearch-query-replace-regexp.
16310         (minibuffer-local-isearch-map): Add arrow key bindings.
16311         Bind C-f to isearch-yank-char-in-minibuffer.
16312         (isearch-forward): Doc fix.
16313         (isearch-edit-string): Doc fix.
16314         (isearch-query-replace, isearch-query-replace-regexp): New funs.
16315         (isearch-del-char): Add optional arg.  Set isearch-yank-flag to t.
16316         (isearch-yank-char): Add optional arg.
16317         (isearch-yank-char-in-minibuffer): New fun.
16319         * replace.el (query-replace-interactive): Change type from boolean
16320         to choice.  Add value `initial'.
16321         (query-replace-read-args): Handle value `initial' of
16322         query-replace-interactive.
16324 2004-06-29  Kim F. Storm  <storm@cua.dk>
16326         * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
16327         (breakpoint-disabled-bitmap-face): Add :group 'gud.
16329         * progmodes/ada-xref.el (ada-tight-gvd-integration):
16330         Add :group 'ada.
16332         * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
16334 2004-06-29  Juri Linkov  <juri@jurta.org>
16336         * replace.el (query-replace-read-args): Swallow a space after
16337         everything except )]" which in most cases means after a symbol.
16339         * emacs-lisp/pp.el (pp-buffer): Add autoload.
16341 2004-06-28  Richard M. Stallman  <rms@gnu.org>
16343         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
16344         More changes to go with previous change in font-lock.el.
16346 2004-06-26  David Kastrup  <dak@gnu.org>
16348         * replace.el (perform-replace): Highlight the match even in
16349         non-query mode if there is potential replace string editing.
16351 2004-06-26  Kai Grossjohann  <kai.grossjohann@gmx.net>
16353         * net/tramp.el (tramp-handle-file-remote-p): New implementation to
16354         agree with new return value of `file-remote-p'.
16355         This syncs with Tramp 2.0.42.
16357         * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
16358         according to new documentation of `file-remote-p'.
16360         * files.el (file-remote-p): Fix doc to say that return value is
16361         identification of remote system, if not nil.
16362         (file-relative-name): Use new return value of `file-remote-p'.
16364 2004-06-26  Nick Roberts  <nickrob@gnu.org>
16366         * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
16367         (gdb-goto-breakpoint): Fix breakage.
16369 2004-06-26  Eli Zaretskii  <eliz@gnu.org>
16371         * man.el (Man-getpage-in-background): Add windows-nt to the list
16372         of systems where shell-file-name should be used instead of
16373         literal "sh".
16375 2004-06-25  Sam Steingold  <sds@gnu.org>
16377         * add-log.el (change-log-font-lock-keywords): Support Common Lisp
16378         function names `(setf symbol)'.
16380 2004-06-24  Richard M. Stallman  <rms@gnu.org>
16382         * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
16384         * font-lock.el (font-lock-keywords): Change format of compiled values.
16385         Document it.
16386         (font-lock-add-keywords): If font-lock-keywords is compiled,
16387         extract the uncompiled version, modify, then recompile.
16388         (font-lock-remove-keywords): Likewise.
16389         (font-lock-fontify-keywords-region): Handle changed format.
16390         (font-lock-compile-keywords): Handle changed format.
16391         (font-lock-set-defaults): Compile the keywords explicitly here.
16393 2004-06-24  David Kastrup  <dak@gnu.org>
16395         * replace.el (query-replace-read-args): Implement `\,' and `\#'
16396         replacements here.
16397         (query-replace-regexp): Doc string explaining this and the new
16398         `\?' replacement.  Remove `\,' and `\#' implementation here, as it
16399         is better placed in `query-replace-read-args'.
16400         (replace-regexp): Explain `\,', `\#' and `\?'.
16401         (replace-match-data): New function for thorough reuse/destruction
16402         of old match-data.
16403         (replace-match-maybe-edit): Function for implementing `\?' editing.
16404         (perform-replace): Fix maintaining of the match stack including
16405         already matched regions, implement `\?', fix various problems
16406         with regions while editing and other stuff.
16407         (replace-highlight): Simplify.
16409 2004-06-24  Daniel Pfeiffer  <occitan@esperanto.org>
16411         * progmodes/grep.el (grep-error-screen-columns): New variable.
16412         (grep-regexp-alist): Give it the full functionality of gnu style
16413         compilation messages with line and column ranges.  Ask me for the
16414         perl script I'm working on, that uses these.
16416 2004-06-23  Nick Roberts  <nickrob@gnu.org>
16418         * comint.el (comint-insert-clicked-input, comint-copy-old-input):
16419         Remove.
16420         (comint-insert-input, comint-mouse-insert-input): New functions
16421         based on comint-insert-clicked-input for two bindings but just
16422         one functionality.
16424 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
16426         * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
16428 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
16430         * files.el (write-contents-functions): Doc fix.
16432 2004-06-21  Juanma Barranquero  <lektu@terra.es>
16434         * image.el (image-library-alist): Rewrite docstring in active voice.
16436 2004-06-20  Richard M. Stallman  <rms@gnu.org>
16438         * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
16440         * isearch.el (isearch-repeat): Avoid testing old match data.
16441         (isearch-message): Display trailing space in special font
16442         when search is failing.
16443         (isearch-search-fun-function): Doc fix.
16445         * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
16447 2004-06-19  Luc Teirlinck  <teirllm@auburn.edu>
16449         * frame.el (show-trailing-whitespace): Doc fix.
16451         * cus-edit.el (custom-variable-documentation): New function.
16452         (custom-variable): Use it.
16454 2004-06-19  Nick Roberts  <nickrob@gnu.org>
16456         * man.el (Man-getpage-in-background): Revert previous change but
16457         make cygwin a special case.
16459 2004-06-18  Luc Teirlinck  <teirllm@auburn.edu>
16461         * autorevert.el (global-auto-revert-non-file-buffers):
16462         Update docstring.
16464 2004-06-19  Daniel Pfeiffer  <occitan@esperanto.org>
16466         * progmodes/compile.el (compilation-error-properties): Store one
16467         more than end-col, if present, so that transient-mark-mode will
16468         highlight last char too.
16469         * progmodes/grep.el (grep-regexp-alist): Match columns and column
16470         ranges, if present.
16472 2004-06-18  Jason Rumney  <jasonr@gnu.org>
16474         * makefile.w32-in: Double percent signs in for loops.
16476 2004-06-17  David Kastrup  <dak@gnu.org>
16478         * replace.el (query-replace-read-args): Only warn about use of \n
16479         and \t when we are doing a regexp replacement and the actual
16480         escaped character is n or t.
16481         (query-replace-regexp): Add \, and \# interpretation to
16482         interactive call and document it.
16483         (query-replace-regexp-eval, replace-match-string-symbols): Add \#
16484         as shortkey for replace-count.
16485         (replace-quote): New function for doubling backslashes.
16487 2004-06-17  Juanma Barranquero  <lektu@terra.es>
16489         * files.el (parse-colon-path, cd): Mention in docstring that the
16490         path separator is colon in GNU-like systems.
16492         * newcomment.el (comment-region-internal): Fix docstring.
16494         * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
16495         (ewoc-invalidate, ewoc-collect): Doc fixes.
16496         (ewoc--create-node, ewoc--delete-node-internal):
16497         Fix typos in docstring.
16499 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
16501         * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
16502         manual to docstring.
16504 2004-06-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16506         * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
16508 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
16510         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
16511         Add hyperlink to emacs-xtra manual to docstring.
16513         * autorevert.el (global-auto-revert-non-file-buffers):
16514         Add hyperlink to emacs-xtra manual to docstring, as well as an
16515         info-link.
16517 2004-06-14  Juanma Barranquero  <lektu@terra.es>
16519         * image.el (image-library-alist): New variable to map image types
16520         to external libraries.  Initialized to nil, unless system-specific
16521         configs change it.
16522         (image-type-available-p): Determine whether an image type is
16523         available by calling `init-image-library'.
16525         * term/w32-win.el (image-library-alist): Initialize to a known set
16526         of probable library names.
16528 2004-06-14  Kenichi Handa  <handa@m17n.org>
16530         * international/code-pages.el (windows-1256, cp1125): Fix tables
16531         for several characters.
16533         * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
16535 2004-06-13  Richard M. Stallman  <rms@gnu.org>
16537         * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
16539         * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
16540         not "`pc-selection-mode'".
16542         * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
16544         * simple.el (previous-matching-history-element): Specify a default.
16546         * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
16548         * cus-face.el (custom-declare-face): Simplify code.
16550         * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
16552 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
16554         * files.el (before-save-hook): Add `time-stamp' to the options.
16556         * time-stamp.el (time-stamp): Recommend adding it to
16557         `before-save-hook', rather than `write-file-functions'.
16558         Make a similar change in `Commentary' section.
16560 2004-06-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16562         * diff-mode.el (diff-current-defun): If at start of hunk, use
16563         position of first change.
16565 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
16567         * dired-x.el (dired-mark-omitted): Bind to "*O".
16569 2004-06-12  Karl Fogel  <kfogel@red-bean.com>
16571         * bookmark.el (bookmark-bmenu-relocate): New function, as
16572         suggested by David J. Biesack <David.Biesack@sas.com>.
16573         (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
16574         (bookmark-bmenu-mode): Describe binding in doc string.
16575         (bookmark-set-filename): Save the bookmark list if it's time.
16577 2004-06-13  Kenichi Handa  <handa@m17n.org>
16579         * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
16580         (ccl-untranslated-to-ucs): Fix typo.
16582 2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
16584         * progmodes/python.el (python-open-block-statement-p):
16585         Fix indentation after a block opening that contains a comment.
16587 2004-06-12  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>  (tiny change)
16589         * bindings.el (completion-ignored-extensions): Add file extensions
16590         of Python byte-compiled files.
16592 2004-06-12  Juri Linkov  <juri@jurta.org>
16594         * info.el (Info-goto-node): Add autoload.
16595         (Info-toc): Add substring-no-properties on Info file name.
16596         (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
16597         (Info-mode-map): Bind L to Info-history, T to Info-toc.
16599 2004-06-12  Kenichi Handa  <handa@m17n.org>
16601         * international/mule-cmds.el (set-language-environment):
16602         Load subst tables if necessary.
16604         * international/mule.el (decode-char): Load subst tables if necessary.
16605         (encode-char): Likewise.
16607         * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
16608         pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
16609         (utf-16le-decode-loop): Set r5 to -1 before loop.
16610         (utf-16be-decode-loop): Likewise.
16611         (ccl-decode-mule-utf-16le): Add EOF processing block.
16612         (ccl-decode-mule-utf-16be): Likewise.
16613         (ccl-decode-mule-utf-16le-with-signature): Likewise.
16614         (ccl-decode-mule-utf-16be-with-signature): Likewise.
16615         (ccl-decode-mule-utf-16): Likewise.  Set r5 to -1 initially.
16616         (ccl-mule-utf-16-encode-untrans): New CCL.
16617         (utf-16-decode-to-ucs): Handle pre-read character.
16618         (utf-16le-encode-loop): Handle surrogate pair.
16619         (utf-16be-encode-loop): Likewise.
16620         (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
16621         of utf-16le-encode-loop.
16622         (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
16623         of utf-16be-encode-loop.
16624         (mule-utf-16-post-read-conversion):
16625         Call utf-8-post-read-conversion at first.
16626         (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
16627         Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
16628         Add post-read-conversion and pre-write-conversion.
16630         * international/utf-8.el (utf-translate-cjk-charsets): New variable.
16631         (utf-translate-cjk-unicode-range): New variable.
16632         (utf-translate-cjk-load-tables): New function.
16633         (utf-lookup-subst-table-for-decode): New function.
16634         (utf-lookup-subst-table-for-encode): New function.
16635         (utf-translate-cjk-mode): Init-value changed to t.  Don't load
16636         tables here.  Update safe-charsets of utf-* coding systems.
16637         (ccl-mule-utf-untrans): New CCL.
16638         (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans.  Use `repeat'
16639         at end of each branch.
16640         (ccl-mule-utf-8-encode-untrans): New CCL.
16641         (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
16642         (ccl-untranslated-to-ucs): Handle 2-byte encoding.  Set r1 to the
16643         length of encoding.  Don't return r0.
16644         (utf-8-compose): New arg hash-table.  Handle 2-byte encoding.
16645         (utf-8-post-read-conversion): Narrow to region properly.
16646         If utf-translate-cjk-mode is on, load tables if necessary.
16647         Call utf-8-compose with hash-table arg if necessary.
16648         Call XXX-compose-region instead of XXX-post-read-conversion.
16649         (utf-8-pre-write-conversion): New function.
16650         (mule-utf-8): Include CJK charsets in safe-charsets if
16651         utf-translate-cjk-mode is on.  Add pre-write-conversion.
16653         * international/characters.el: Temporarily set
16654         utf-translate-cjk-mode to nil.
16656         * language/devan-util.el (devanagari-compose-region):
16657         Add autoload cookie.
16659         * international/ccl.el (ccl-dump-call): Fix printing the
16660         subroutine name.
16662 2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>
16664         * dired.el (dired-revert): If buffer is marked unmodified before
16665         reverting, keep it marked unmodified.
16666         Adapt to new conventions for commenting out code.
16667         (dired-make-relative): Adapt to new conventions for commenting out code.
16669 2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>
16671         * eshell/esh-module.el (eshell-load-defgroups):
16672         Bind `vc-handled-backends' to nil when opening files.
16674 2004-06-11  Juanma Barranquero  <lektu@terra.es>
16676         * files.el (parse-colon-path, cd): Doc fixes (refer to
16677         `path-separator', not colon).
16679 2004-06-10  Juanma Barranquero  <lektu@terra.es>
16681         * newcomment.el (comment-search-forward)
16682         (comment-search-backward): Fix typos in docstring.
16683         (comment-region): Doc fix.
16685 2004-06-10  Luc Teirlinck  <teirllm@auburn.edu>
16687         * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
16688         switch is no longer stored in `dired-switches-alist'.
16690         * dired-aux.el (dired-insert-subdir): Do not store R switch in
16691         `dired-switches-alist'.
16693 2004-06-10  Kim F. Storm  <storm@cua.dk>
16695         * pcvs.el (cvs-mode-diff-yesterday): New command.
16697         * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
16699 2004-06-10  Juri Linkov  <juri@jurta.org>
16701         * emacs-lisp/edebug.el (edebug-eval-defun):
16702         * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
16703         Fix docstring.
16705         * simple.el (eval-expression-print-format): Don't print additional
16706         information on the first call to `eval-print-last-sexp'.
16707         (next-error-find-buffer): Fix punctuation.
16708         (killing) <defgroup>: Fix punctuation.
16709         (yank-excluded-properties): Change group from editing to killing.
16711         * replace.el (perform-replace): Use `limit' to terminate the
16712         while-loop explicitly.
16714 2004-06-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16716         * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
16717         Use lc-*.xpm as prefix instead of *-locol.xpm.
16719         * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
16720         * toolbar/lc-help.xpm, toolbar/lc-home.xpm
16721         * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
16722         * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
16723         * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
16724         * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
16725         * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
16726         * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
16727         * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
16728         * toolbar/lc-up_arrow.xpm:
16729         Rename from *-locol.xpm.
16731 2004-06-09  Rajesh Vaidheeswarran  <rv@gnu.org>
16733         * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
16734         include forms like &<str>; as valid url patterns.
16736 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
16738         * dired.el (dired-diff, dired-backup-diff)
16739         (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
16740         (dired-do-chown, dired-do-touch, dired-do-print)
16741         (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
16742         (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
16743         (dired-create-directory, dired-do-copy, dired-do-symlink)
16744         (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
16745         (dired-do-copy-regexp, dired-do-hardlink-regexp)
16746         (dired-do-symlink-regexp, dired-upcase, dired-downcase)
16747         (dired-maybe-insert-subdir, dired-next-subdir)
16748         (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
16749         (dired-kill-subdir, dired-tree-up, dired-tree-down)
16750         (dired-hide-subdir, dired-hide-all, dired-show-file-type)
16751         (dired-run-shell-command, dired-query): Remove redundant,
16752         or incorrect, autoloads.
16754         * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
16755         does not end in a slash.  Add optional argument KILL-ROOT.
16756         Update docstring.
16757         (dired-do-touch, dired-clean-directory, dired-run-shell-command)
16758         (dired-query): Add autoloads.
16760 2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
16762         * progmodes/compile.el (compilation-set-window-height):
16763         Rearrange the save-* functions because a buffer can have several current
16764         point in different windows.
16765         (compilation-error-regexp-alist-alist): Recognize {standard input}
16766         GNU messages (for gcc --pipe) and more kinds of Oracle messages.
16768 2004-06-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16770         * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
16771         * toolbar/help-locol.xpm, toolbar/home-locol.xpm
16772         * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
16773         * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
16774         * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
16775         * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
16776         * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
16777         * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
16778         * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
16779         * toolbar/up_arrow-locol.xpm:
16780         New versions of icons that uses fewer colors.
16782         * toolbar/tool-bar.el (tool-bar-local-item)
16783         (tool-bar-local-item-from-menu): Try to use icons with fewer colors
16784         if display-color-cells is 256 or less.
16786 2004-06-08  Kim F. Storm  <storm@cua.dk>
16788         * wid-edit.el (widget-specify-button): Use hand pointer rather
16789         than mouse-face as visible mouse-over effect.
16791 2004-06-07  Karl Fogel  <kfogel@red-bean.com>
16793         * saveplace.el (save-place-alist-to-file): Bind `print-length'
16794         and `print-level' to nil when writing out `save-place-alist'.
16795         Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
16797 2004-06-07  Juanma Barranquero  <lektu@terra.es>
16799         * completion.el (completion-kill-region): Doc fix.
16801         * format.el (format-insert-annotations)
16802         (format-annotate-location): Doc fixes.
16803         (format-subtract-regions): Make arguments match their use in docstring.
16805         * simple.el (kill-region): Doc fix.
16807         * subr.el (insert-buffer-substring-no-properties)
16808         (insert-buffer-substring-as-yank): Doc fixes.
16810 2004-06-07  Luc Teirlinck  <teirllm@auburn.edu>
16812         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
16813         Update docstring.
16814         (dired-reset-subdir-switches): New function.
16816         * dired.el (dired-undo): Call `dired-build-subdir-alist'.
16817         Limit scope of `buffer-read-only' binding.
16819 2004-06-06  Emilio C. Lopes  <eclig@gmx.net>
16821         * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
16822         eshell-explicit-command-char.
16824 2004-06-06  Juanma Barranquero  <lektu@terra.es>
16826         * help-fns.el (help-argument-name): Inherit from italic face only
16827         if the frame supports it.
16829 2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16831         * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
16832         * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
16833         * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
16834         * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
16835         * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
16836         * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
16837         * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
16838         New conversions from xpm files.
16840         * toolbar/README: New file.
16842 2004-06-06  Richard M. Stallman  <rms@gnu.org>
16844         * isearch.el (isearch-mode-map): Undo previous change.
16846 2004-06-05  Juri Linkov  <juri@jurta.org>
16848         * bindings.el (debug-ignored-errors): Add regexps for history
16849         related messages.  Remove $ from "No further undo information".
16850         Move Ediff's messages to ediff.el.
16852         * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
16854         * cus-edit.el (custom-display): Add `min-colors'.
16856         * custom.el (defface): Add `supports' to docstring.
16858         * help-fns.el (help-argument-name): Add :group 'help.
16860 2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
16862         * find-dired.el (find-ls-subdir-switches): New user option.
16863         (find-dired): No longer call `abbreviate-file-name' on DIR.
16864         Set `dired-subdir-switches' buffer-locally.
16866         * locate.el: Merge the two `Commentary' sections.
16867         (locate-ls-subdir-switches): New user option.
16868         (locate): Update for other changes.
16869         (locate-mode-map): Restore Dired binding for mouse-2.
16870         Bind `locate-mouse-view-file' to M-mouse-2.
16871         Bind `l' to `locate-do-redisplay'.
16872         (locate-main-listing-line-p, locate-do-redisplay): New functions.
16873         (locate-mouse-view-file, locate-tags, locate-find-directory):
16874         Print message if used outside main listing.
16875         (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
16876         Various changes to support inserted subdirectories.
16877         (locate-insert-header): Change header of *Locate* buffer.
16879         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
16880         Change interactive default switches.
16881         (dired-rename-subdir-2): Update `dired-switches-alist'.
16882         (dired-insert-subdir, dired-kill-subdir):
16883         Handle `dired-switches-alist'.  Do not mark buffer modified.
16884         (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
16885         (dired-insert-subdir-doinsert): Omit messages.
16886         Handle `dired-subdir-switches'.
16887         (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
16889         * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
16890         (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
16891         subdirs if -R switch is used for a subdir.
16892         (dired-mode): Set `dired-switches-alist'.
16893         (dired-build-subdir-alist): Only print number of directories in
16894         echo area when invoked interactively.
16896 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
16898         * dired-x.el (dired-omit-mode): Rename from
16899         dired-omit-files-p.  Use define-minor-mode to define it.
16900         (dired-omit-files-p): Add as alias for dired-omit-mode.
16901         (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
16902         dired-mark-omitted.
16903         (dired-mark-omitted): Add.  Bind to M-O.
16905 2004-06-05  Kenichi Handa  <handa@m17n.org>
16907         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
16909 2004-06-05  Juanma Barranquero  <lektu@terra.es>
16911         * help-fns.el (help-argument-name): Reintroduce face.
16912         (help-default-arg-highlight): Use it, now that
16913         `face-differs-from-default-p' can be trusted.
16915 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
16917         * textmodes/table.el: Sentence commands added to Point Motion
16918         group; kill and backward-kill commands added to Extraction group.
16920 2004-06-04  Mario Lang  <mlang@delysid.org>
16922         * battery.el (battery-linux-proc-acpi): `mA' was hardcoded, but some
16923         systems appear to use mW, make the code handle this.  Fix a
16924         division-by-zero bug while at it, and handle kernels with
16925         a slightly different layout in /proc/acpi.
16927 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
16929         * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
16930         because the latter is a CL-ism.  This fixes the bug reported by
16931         Shawn Boyette <mdxi@collapsar.net> in
16932         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
16934 2004-06-04  Miles Bader  <miles@gnu.org>
16936         * faces.el (display-supports-face-attributes-p): Function moved to
16937         C code.  Previously only the tty-related portion of this function
16938         was done in C; however the previous attempt to do a halfway-proper
16939         job for non-tty displays in lisp didn't work properly because of
16940         funny conditions during Emacs startup.
16941         (face-differs-from-default-p): Simplify, now that
16942         display-supports-face-attributes-p works properly on all display
16943         types.  Remove :stipple from comparison; it doesn't really work
16944         in emacs anyway.
16946 2004-06-04  Miles Bader  <miles@gnu.org>
16948         * faces.el (face-differs-from-default-p): Use a different
16949         implementation, so we can really check whether FACE displays
16950         differently or not.
16952 2004-06-04  Miles Bader  <miles@gnu.org>
16954         * faces.el (display-supports-face-attributes-p): Implement a
16955         `different from default' check for non-tty displays.
16957 2004-06-03  David Kastrup  <dak@gnu.org>
16959         * woman.el (woman-mapcan): More concise code.
16960         (woman-topic-all-completions, woman-topic-all-completions-1)
16961         (woman-topic-all-completions-merge): Replace by a simpler and
16962         much faster implementation based on O(n log n) sort/merge instead
16963         of the old O(n^2) behavior.
16965 2004-06-03  Miles Bader  <miles@gnu.org>
16967         * subr.el (read-number): Use canonical format for default in prompt.
16969         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
16970         Add regexp for " [...]" style defaults.
16972 2004-06-02  Romain Francoise  <romain@orebokech.com>
16974         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
16975         groups: if the user asks for a hidden buffer, open the
16976         corresponding filter group to expose it.
16978         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
16979         `ibuffer-jump-to-buffer'.
16980         (ibuffer-jump-offer-only-visible-buffers): New user option.
16982 2004-06-02  Juanma Barranquero  <lektu@terra.es>
16984         * faces.el (frame-update-faces): Add empty docstring so the one
16985         for `ignore' doesn't show through.
16987         * subr.el (process-kill-without-query): Remove spurious "\n" on
16988         obsolescence string.
16989         (focus-frame, unfocus-frame): Add obsolescence declaration and
16990         empty docstring.
16992         * international/mule.el (register-char-codings): Make alias for
16993         `ignore'.  Move docstring to obsolescence info and remove redundancy.
16995 2004-06-02  Kim F. Storm  <storm@cua.dk>
16997         * frame.el (blink-cursor-start): Turn cursor off initially so blink
16998         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
17000 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17002         * comint.el (comint-replace-by-expanded-history-before-point):
17003         Obey `start' as the docstring says.
17004         (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
17005         (comint-update-fence): Prevent font-lock from running unnecessarily.
17006         (comint-dynamic-list-completions): Use with-current-buffer.
17008 2004-06-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17010         * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
17011         (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
17012         (bibtex-entry-update): Handle alternatives and optional fields.
17013         (bibtex-parse-entry): Bugfix, handle empty key.
17015 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
17017         * vc-arch.el (vc-arch-state): Don't assume the file exists.
17019 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
17021         * desktop.el (desktop-save): Don't save minor modes without a
17022         known mode initialization function.
17024 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
17026         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
17028         * autorevert.el: Update `Commentary' section.
17030 2004-05-30  Juanma Barranquero  <lektu@terra.es>
17032         * dos-fns.el (convert-standard-filename):
17033         * files.el (convert-standard-filename):
17034         * w32-fns.el (convert-standard-filename):
17035         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
17037 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
17039         Sync with Tramp.
17041         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
17042         (tramp-let-maybe): Move to an earlier spot in the file.
17043         Patch by Andreas Schwab.
17045 2004-05-30  Andreas Schwab  <schwab@suse.de>
17047         * dired.el (dired-get-filename): Don't use dired-re-dot.
17049 2004-05-30  Richard M. Stallman  <rms@gnu.org>
17051         * files.el (find-file): Doc fix.
17053         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
17055 2004-05-30  Nick Roberts  <nickrob@gnu.org>
17057         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
17058         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
17059         modeline of the locals buffer.
17060         (gdb-goto-breakpoint): Handle gdbmi.
17061         (gdb-get-frame-number): Change for gdbmi.
17063 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
17065         * files.el (file-remote-p): Apply file name handler for operation
17066         `file-remote-p'.  It isn't a property any longer.
17067         (file-relative-name): `fh' and `fd' get the required value via
17068         `find-file-name-handler' already.
17070         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
17071         (top): Remove setting of `file-remote-p' property for
17072         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
17074 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
17076         Version 2.0.41 of Tramp released.
17078         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
17079         Throw away if process has died.
17080         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
17081         (tramp-out-of-band-prompt-regexp): Rename to
17082         `tramp-process-alive-regexp', because its usage is widen.
17083         (tramp-actions-copy-out-of-band): Apply it.
17084         (tramp-actions-before-shell, tramp-multi-actions):
17085         Add `tramp-action-process-alive' action.
17086         (tramp-action-process-alive): New defun.
17087         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
17088         Add entry for `file-remote-p'.
17089         (tramp-handle-file-remote-p): New defun.
17090         (top): Remove setting of `file-remote-p'.  Don't set
17091         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
17093         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
17094         `file-remote-p'.
17096         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
17097         counted for (last) line.  [They should or they shouldn't?  --Stef]
17098         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
17100 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
17102         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
17103         not really necessary but seems to keep the shell history smaller
17104         in some cases.  It is no substitute for setting HISTFILE and
17105         HISTSIZE from tramp-open-connection-setup-interactive-shell,
17106         though.  Suggested by Luc Teirlinck.
17107         (tramp-open-connection-setup-interactive-shell): Export variables
17108         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
17109         (tramp-set-process-query-on-exit-flag): New compat function.
17110         (tramp-open-connection-multi, tramp-open-connection-su)
17111         (tramp-open-connection-rsh, tramp-open-connection-telnet)
17112         (tramp-do-copy-or-rename-file-out-of-band): Use it.
17113         (tramp-let-maybe): New macro, let-binds a variable only if it
17114         isn't obsolete.
17115         (tramp-check-ls-commands, tramp-handle-expand-file-name)
17116         (tramp-handle-file-truename): Use it.
17117         (tramp-completion-file-name-regexp-unified): Avoid matching
17118         filenames starting with "/:" -- those are reserved for
17119         file-name-non-special.
17121         * tramp-smb.el (tramp-smb-open-connection):
17122         Use tramp-set-process-query-on-exit-flag compat function.
17124 2004-05-29  Richard M. Stallman  <rms@gnu.org>
17126         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
17128         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
17129         (eval-last-sexp-print-value): Print char equivalent regardless
17130         of standard-output value.
17132         * thumbs.el (thumbs-subst-char-in-string): Delete.
17133         (thumbs-thumbname): Use subst-char-in-string.
17134         (thumbs-resize-image): Use condition-case, not ignore-errors.
17135         (thumbs-kill-buffer): Likewise.
17137         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
17138         (thumbs-mode): Make buffer read-only.
17139         (thumbs-make-thumb): Unconditionally accept an existing file.
17140         (thumbs-insert-thumb): Add thumb-image-file property to the image.
17141         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
17142         (thumbs-show-thumbs-list): Error if images not supported.
17143         (thumbs-save-current-image): Improve prompt string.
17144         (thumbs-mode-map): Define u, R, x.
17145         (thumbs-unmark): New command.
17146         (thumbs-emboss-image): Minor cleanup.
17147         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
17148         (thumbs-rename-images): New command.
17149         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
17151         * thumbs.el (thumbs-current-image): New function.
17152         (thumbs-file-list, thumbs-file-alist): New functions.
17153         (thumbs-find-image): Delete arg L.
17154         Don't set up thumbs-fileL as buffer-local global var.
17155         (thumbs-find-image-at-point): Use thumbs-current-image.
17156         (thumbs-set-image-at-point-to-root-window): Likewise.
17157         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
17158         Record and warn about errors.  Update thumbs-markedL for deletions.
17159         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
17160         (thumbs-redraw-buffer): Use thumbs-file-list.
17161         (thumbs-mark): Use thumbs-current-image.
17162         (thumbs-show-name): Use thumbs-current-image.
17164         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
17165         and imenu--last-menubar-index-alist.
17167         * subr.el (with-selected-window): Undo previous change.
17169 2004-05-29  John Paul Wallington  <jpw@gnu.org>
17171         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
17172         (thumbs-mouse-find-image): New command.
17173         (thumbs-mode-map): Bind it to mouse-2.
17174         (thumbs-mode): Make mode-class special.
17175         (thumbs-view-image-mode): Likewise.
17177 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
17179         * flymake.el: New file.
17181 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
17183         * files.el (find-file-noselect-1): Do not bind
17184         `inhibit-read-only' to t during execution of
17185         `find-file-not-found-functions'.
17187 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17189         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
17190         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
17192 2004-05-28  Juri Linkov  <juri@jurta.org>
17194         * simple.el (eval-expression-print-format): New fun.
17196         * simple.el (eval-expression):
17197         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
17198         * emacs-lisp/edebug.el (edebug-compute-previous-result)
17199         (edebug-eval-expression): Print additionally the value returned by
17200         `eval-expression-print-format'.
17202         * emacs-lisp/lisp.el (insert-pair-alist): New var.
17203         (insert-pair): Make arguments optional.  Find character pair
17204         from `insert-pair-alist' according to the last input event.
17205         (insert-parentheses): Make arguments optional.
17206         (raise-sexp, delete-pair): New funs.
17208         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
17209         (emacs-lisp-mode-map, lisp-interaction-mode-map):
17210         Bind C-M-q to `indent-pp-sexp'.
17212         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
17213         `pp-to-string' modified to be able to format text with newlines.
17214         (pp-to-string): Move the buffer-formatting part of the code to
17215         `pp-buffer'.  Call `pp-buffer'.
17217         * info.el (Info-desktop-buffer-misc-data): Don't save information
17218         about virtual files.
17219         (Info-restore-desktop-buffer): Restore Info buffers in prepared
17220         buffers with names obtained from the desktop file instead of the
17221         default *info* buffer.
17223 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17225         * subr.el (with-selected-window): Only save/restore the selected window.
17227         * progmodes/compile.el (compilation-error-regexp-alist):
17228         Use expand-file-name and data-directory.
17230         * progmodes/grep.el (grep-tree): Rework previous fix.
17232         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
17233         after the user marked text with the mouse.
17235         * startup.el (command-line): Keep the first regexp of
17236         auto-save-file-name-transforms intact.
17238 2004-05-28  Juanma Barranquero  <lektu@terra.es>
17240         * cus-edit.el (customize-face, customize-face-other-window)
17241         (custom-face-edit-delete): Make arguments match their use in
17242         docstring.
17243         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
17244         docstring.
17246         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
17247         not `cvs-butlast'.
17249         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
17250         `nbutlast' are in subr.el).
17252         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
17253         (set-w32-system-coding-system): Doc fixes.
17255         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
17256         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
17257         Make arguments match their use in docstring.
17258         (artist-draw-region-trim-line-endings)
17259         (artist-mouse-choose-operation): Fix typo in docstring.
17260         (artist-key-set-point-common): Doc fix.
17262 2004-05-28  Simon Josefsson  <jas@extundo.com>
17264         * mail/smtpmail.el (smtpmail-open-stream):
17265         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
17267 2004-05-26  Simon Josefsson  <jas@extundo.com>
17269         * starttls.el: Merge with my GNUTLS based starttls.el.
17270         (starttls-gnutls-program, starttls-use-gnutls)
17271         (starttls-extra-arguments, starttls-process-connection-type)
17272         (starttls-connect, starttls-failure, starttls-success): New variables.
17273         (starttls-program, starttls-extra-args): Doc fix.
17274         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
17275         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
17276         and pass on to corresponding *-gnutls function if it is set.
17278 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
17280         * autorevert.el (auto-revert-handler): Disable auto-reverting of
17281         remote files.
17283 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
17285         * files.el (file-name-non-special): There are more operations
17286         which need handling: `find-backup-file-name',
17287         `insert-file-contents', `verify-visited-file-modtime',
17288         `write-region'.  Rename t value of method to `add'.  Add new
17289         methods `quote' and `unquote-then-quote' to file-arg-indices.
17291 2004-05-25  Juri Linkov  <juri@jurta.org>
17293         * info.el (Info-toc): Call Info-mode on intermediate buffer.
17294         (Info-index-nodes): Enclose code in condition-case to catch errors.
17295         (Info-index-node): Don't search all index nodes if request is only
17296         for the current node and file is not in the cache of index nodes.
17297         (Info-mode-map): Bind Info-copy-current-node-name to `w'
17298         for consistency with dired-copy-filename-as-kill.
17299         Bind `S' to Info-search-case-sensitively.
17300         (Info-copy-current-node-name): New arg.  With zero prefix arg put
17301         the name inside a function call to `info'.  Display copied text in
17302         the echo area.
17304 2004-05-25  Sam Steingold  <sds@gnu.org>
17306         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
17307         strip the package prefix from the symbol name, if any.
17308         Make it the `find-tag-default-function' for `lisp-mode'.
17310 2004-05-25  John Paul Wallington  <jpw@gnu.org>
17312         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
17313         instead of obsolete `process-kill-without-query'.
17315         * textmodes/texinfmt.el (texinfo-indexvar-alist):
17316         Declare as variable, not constant.
17318 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
17320         * files.el (find-file-noselect-1): Fix bug introduced by
17321         Revision 1.694.  As a side effect, `inhibit-read-only'
17322         is again, by default, t during execution of
17323         `find-file-not-found-functions'.
17324         (insert-directory): Check that lines were really inserted by
17325         the --dired switch, before erasing them.
17327 2004-05-24  Nick Roberts  <nickrob@gnu.org>
17329         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
17330         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
17331         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
17332         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
17333         gud-minor-mode (gdbmi).
17335 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
17337         * net/browse-url.el (browse-url-interactive-arg): Enable user to
17338         explicitly select the text to be taken as URL.
17340 2004-05-23  Juri Linkov  <juri@jurta.org>
17342         * info.el (Info-index-nodes): New var and fun.
17343         (Info-goto-index, Info-index, info-apropos)
17344         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
17345         (Info-index): Fix docstring.  Store and restore Info-history-list.
17346         (Info-complete-nodes): New var.
17347         (Info-complete-menu-item): Use it.
17348         (Info-index-node): New fun.
17349         (Info-final-node, Info-forward-node, Info-backward-node)
17350         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
17351         Use Info-index-node.
17352         (Info-extract-menu-item, Info-extract-menu-counting): Set second
17353         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
17354         (Info-find-node-2): If a node with period in its name not found,
17355         try to find a node without the name part after period.
17356         (Info-select-node): Call Info-fontify-node only if
17357         Info-fontify-maximum-menu-size is not nil.
17358         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
17359         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
17360         Preserve Info-history-list.
17361         (Info-toc): Set Info-current-file.
17362         (Info-build-toc): Move point to the beginning of the buffer.
17363         Add main-file variable.
17364         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
17365         Use backslashed representation of the control character ^_.
17367         * textmodes/texinfmt.el (texinfo-print-index): Print index line
17368         numbers in the new Texinfo 4.7 format.
17370         * add-log.el (change-log-font-lock-keywords): Remove `:' from
17371         regexps for function and variable names.
17373         * descr-text.el (describe-property-list): Add [show] button for
17374         `syntax-table' property with action to pp to a separate buffer.
17375         (describe-char): Replace search-forward by re-search-forward with
17376         whitespace regexp after "character:" to not fail in too narrow windows.
17378         * simple.el (next-error-find-buffer): Add a rule to return
17379         next-error capable buffer if one window on the selected frame
17380         displays such buffer.
17382 2004-05-23  Nick Roberts  <nickrob@gnu.org>
17384         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
17385         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
17386         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
17387         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
17388         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
17389         Handle new value for gud-minor-mode (gdbmi).
17390         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
17391         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
17392         Change from local to global gdb variable set.
17393         (gdb-ann3): Initialize above gdb variable set.
17394         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
17395         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
17396         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
17397         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
17398         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
17399         (gdb-info-locals-handler, gdb-invalidate-assembler)
17400         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
17401         set as global variables.
17402         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
17403         Handle gdbmi.
17404         (gdb-info-breakpoints-custom): Fix regexp.
17405         (def-gdb-var): Delete.
17407         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
17408         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
17409         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
17410         a new mode.  The file (gdb-mi.el) for this mode will be included
17411         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
17412         primary interface.
17414 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
17416         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
17417         interpreted as a directory.
17419 2004-05-22  Richard M. Stallman  <rms@gnu.org>
17421         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
17422         as a close quote.
17424         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
17426         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
17427         Use assoc-string, not assoc-ignore-case.
17429         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
17431         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
17432         If moving back then fwd gets a defun that ends before point,
17433         try again moving fwd then back.
17435         * files.el (file-name-non-special): Allow t in file-arg-indices
17436         to mean requote the return value.  Use `identity' as an element
17437         rather than as the whole value.
17439         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
17441 2004-05-22  Juanma Barranquero  <lektu@terra.es>
17443         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
17444         `help-make-usage'.
17445         (help-highlight-arguments): Skip function name before searching
17446         for arguments.
17448 2004-05-21  Juanma Barranquero  <lektu@terra.es>
17450         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
17451         Don't mention in the docstring these arguments meant for
17452         internal (recursive) use only.
17453         (allout-char-spec): Comment out (it's not implemented).
17454         (allout-old-expose-topic, allout-exposure): Fix docstring and add
17455         obsolescence declaration.
17456         (allout-flatten-exposed-to-buffer)
17457         (allout-indented-exposed-to-buffer): Fix typos in docstring.
17458         (my-mark-marker): Doc fix.
17459         (produce-allout-mode-map, allout-sibling-index)
17460         (allout-isearch-expose, allout-distinctive-bullet)
17461         (allout-open-topic, allout-reindent-body)
17462         (allout-rebullet-heading, allout-process-exposed)
17463         (allout-insert-listified, allout-latex-verb-quote)
17464         (allout-insert-latex-header, allout-insert-latex-trailer):
17465         Make arguments match their use in docstring.
17466         (allout-primary-bullet, allout-old-style-prefixes)
17467         (allout-inhibit-protection, allout-init, allout-mode)
17468         (allout-before-change-protect, allout-flag-region):
17469         Use "Emacs" instead of "emacs" in docstrings.
17471 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
17473         * international/characters.el: Modify syntax of more characters.
17475 2004-05-21  Masatake YAMATO  <jet@gyve.org>
17477         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
17478         (etags-tags-completion-table): Show parsing progress.
17480 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
17482         * locate.el (locate-prompt-for-command): Shorten first line of
17483         docstring.
17484         (locate-mode): Expand docstring and include keymap summary.
17486         * files.el (find-file-noselect-1): Limit the scope of the
17487         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
17488         is, by default, nil during the execution of
17489         `find-file-not-found-functions' and `find-file-hook'.
17491 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
17493         * facemenu.el (facemenu-color-name-equal): New function.
17494         (list-colors-display): Use it to compare colors instead of
17495         facemenu-color-equal.
17497 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
17499         * compare-w.el (compare-windows-face): Use min-colors instead of
17500         checking for tty or pc types.
17502 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17504         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
17505         (completion-setup-function): Use with-current-buffer.
17506         Properly save excursion.  Simplify.
17507         Don't assume there is necessarily a `mouse-face' property somewhere.
17509         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
17511         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
17513         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
17514         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
17515         Use with-current-buffer.
17516         (byte-goto-log-buffer): Delete.
17517         (byte-compile-log-file): Call compilation-forget-errors.
17519 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
17521         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
17522         output messages into the search result.
17524 2004-05-19  Masatake YAMATO  <jet@gyve.org>
17526         * wid-edit.el (widget-radio-button-notify): Revert my last
17527         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
17529 2004-05-19  Kenichi Handa  <handa@m17n.org>
17531         * international/characters.el: Fix syntax (open/close) of CJK chars.
17533 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
17535         * help-mode.el (help-go-back): Don't depend on position of back button.
17537 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17539         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
17540         files don't contain an accidental additional /.
17542         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
17543         in source buffer.
17545 2004-05-18  Masatake YAMATO  <jet@gyve.org>
17547         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
17548         to widget-apply.  :action method assumes 2 arguments, not 3.
17550 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
17552         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
17553         New constants.
17554         (hs-special-modes-alist): Add an f90-mode entry.
17556 2004-05-17  Sam Steingold  <sds@gnu.org>
17558         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
17559         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
17561 2004-05-16  Kim F. Storm  <storm@cua.dk>
17563         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
17565 2004-05-15  John Wiegley  <johnw@newartisans.com>
17567         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
17568         (eshell-output-object-to-target): Improve output speed 20% by not
17569         calling `eshell-stringify' if something is already known to be a string.
17571 2004-05-15  Alex Ott  <ott@jet.msk.su>
17573         * textmodes/ispell.el (ispell-local-dictionary-alist):
17574         Add windows-1251 to the choice of coding systems.
17575         (ispell-dictionary-alist-6): Add support for "russianw.aff",
17576         encoded in cp1251.
17578 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
17580         * progmodes/compile.el (compilation-warning-face)
17581         (compilation-info-face): Use min-colors.
17583 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17585         * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
17586         * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
17587         * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
17588         * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
17589         * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
17590         * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
17591         * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
17592         * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
17593         * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
17594         * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
17595         * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
17596         * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
17597         * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
17598         * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
17600 2004-05-15  Kim F. Storm  <storm@cua.dk>
17602         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
17603         Use it to set triggered-p element of timer.
17604         (timer-event-handler): Set triggered-p element non-nil while running
17605         the timer function.
17607 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17609         * descr-text.el (describe-char-unicode-data)
17610         (describe-char-unicodedata-file): Re-enable the unicode code now that
17611         the licensing issues have been cleared in the unicode-4 license.
17612         (describe-text-properties-1): Remove unused `overlay' var.
17613         (describe-char): Remove unused var `buffer'.
17615 2004-05-14  David Ponce  <david@dponce.com>
17617         * tree-widget.el: New file.
17619 2004-05-13  Marcelo Toledo  <marcelo@gnu.org>
17621         * language/european.el ("Brazilian Portuguese"): Add support for
17622         Brazilian Portuguese.
17624 2004-05-13  John Wiegley  <johnw@newartisans.com>
17626         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
17627         `recentf-mode' if this variable has been customized to t.
17629         * eshell/esh-test.el (eshell-test): Call the function
17630         `emacs-version' rather than trying to build a custom version string.
17632 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17634         * net/telnet.el (telnet-mode): Use define-derived-mode.
17635         Don't modify the global value of comint-prompt-regexp.
17637 2004-05-13  John Paul Wallington  <jpw@gnu.org>
17639         * version.el (emacs-version): Check for `gtk' feature before
17640         `x-toolkit' feature.
17642 2004-05-13  Juanma Barranquero  <lektu@terra.es>
17644         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
17645         arguments in the docstring, they're used only in recursive calls.
17647         * help-fns.el (help-arg-highlighting-function)
17648         (help-argument-name): Delete.
17649         (help-default-arg-highlight): New function.
17650         (help-do-arg-highlighting): Use it.
17652 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
17654         * calendar/appt.el (appt-disp-window):
17655         Use `calendar-set-mode-line' for a centered mode-line.
17657 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
17659         * calendar/appt.el (appt-disp-window): Do not split window
17660         excessively when `split-height-threshold' is low.
17662 2004-05-12  Nick Roberts  <nickrob@gnu.org>
17664         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
17665         kill-buffer-hook here and make it local.
17666         (gud-kill-buffer-hook): Use kill-process for a sure kill.
17668 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
17670         * progmodes/compile.el (compilation-set-window-height):
17671         Use save-excursion to protect against misplaced marker.
17673 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17675         * custom.el (defface): Document that type can have value gtk.
17677         * faces.el (face-spec-set-match-display): Handle type gtk in display.
17679 2004-05-12  Kenichi Handa  <handa@m17n.org>
17681         * descr-text.el: Require quail at compile time.
17682         (describe-char): If an input method is on and it supports the
17683         character, show how to input it.
17685         * international/quail.el (quail-install-decode-map): Accept a
17686         char-table whose subtype is `quail-decode-map'.
17687         (quail-store-decode-map-key, quail-gen-decode-map1)
17688         (quail-gen-decode-map, quail-find-key1, quail-find-key)
17689         (quail-show-key): New functions.
17691 2004-05-12  Juanma Barranquero  <lektu@terra.es>
17693         * generic.el (define-generic-mode): Remove redundant arglist info.
17695         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
17696         Make arguments match their use in docstring.
17697         (help-arg-highlighting-function): New variable.
17698         (help-argument-name): Mention it in the docstring.
17699         (help-do-arg-highlight): Use it.  Expand regexp to accept also
17700         ARG-xxx and xxx-ARG references.
17702 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
17704         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
17705         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
17706         and "mailto:addr1?to=addr2" equal.
17708 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
17710         * man.el (Man-getpage-in-background): Use shell-file-name
17711         and shell-command-switch variables instead of hard-coded values.
17713 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
17715         * iimage.el: New file.
17717 2004-05-11  Juanma Barranquero  <lektu@terra.es>
17719         * custom.el (custom-initialize-default, defcustom):
17720         Fix typo in docstring.
17722         * files.el (set-visited-file-name, file-expand-wildcards):
17723         Fix docstring.
17725 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17727         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
17729         * subr.el (eventp): Be more discriminating with integers.
17731 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
17733         * progmodes/compile.el (compile): Add universal prefix arg.
17734         (compilation-error-regexp-alist-alist): Add edg patterns.
17736 2004-05-10  Sam Steingold  <sds@gnu.org>
17738         * textmodes/ispell.el (ispell-message):
17739         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
17741 2004-05-10  Dave Love  <fx@gnu.org>
17743         * progmodes/python.el (help-buffer): Autoload when compiling.
17744         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
17745         (run-python): Prepend to any existing PYTHONPATH.
17747 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
17749         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
17750         for pending breakpoints.
17752 2004-05-10  Richard M. Stallman  <rms@gnu.org>
17754         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
17755         directly without calling any functions in Rmail.
17756         (unrmail-unprune): Function deleted.
17758 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17760         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
17761         C-c C-z binding.
17763 2004-05-10  Kenichi Handa  <handa@m17n.org>
17765         * descr-text.el (describe-char): Fix previous change.  Don't make
17766         a unibyte character to multibyte in the *Help* buffer.
17768 2004-05-10  Miles Bader  <miles@gnu.org>
17770         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
17771         buffer an error if the debugger process is actually running.
17773 2004-05-10  Juanma Barranquero  <lektu@terra.es>
17775         * help-fns.el (help-argument-name): Default to italic.
17776         (help-highlight-arguments): Return always (usage . doc), even when
17777         usage is nil.
17779         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
17780         (define-ibuffer-filter): Add usage info.
17781         (define-ibuffer-op): Add usage info (but CL-style defaults for
17782         keyword args are not shown).
17784         * subr.el (remove-overlays, read-passwd): Fix docstring.
17785         (start-process-shell-command): Fix docstring.  Put usage info in a
17786         format usable by `describe-function'.
17787         (open-network-stream, open-network-stream-nowait)
17788         (open-network-stream-server): Fix docstring.
17790 2004-05-09  Jason Rumney  <jasonr@gnu.org>
17792         * international/code-pages (cp932, cp936, cp949, c950): Remove.
17793         Only define cp125* if windows-125* is already defined.
17795         * language/korean.el (cp949): Add alias.
17797         * language/chinese.el (cp936, cp950): Add aliases.
17799         * language/japanese.el (cp932): Add alias.
17801         * term/w32-win.el: Require code-pages.
17803         * international/mule-cmds.el (set-locale-environment):
17804         On MS-Windows use ansi code-page for default coding-systems.
17805         Set up paper sizes for Windows 3 letter languages.
17807         * international/code-pages.el (cp932, cp936, cp949, cp950):
17808         Add aliases.  Also add cp125* if not already defined.
17810 2004-05-09  Juanma Barranquero  <lektu@terra.es>
17812         * help-fns.el (help-highlight-arguments): Don't try to highlight
17813         missing or autoloaded arglists.  Accept structured arguments, like
17814         the first ones of `do' and `flet'.
17816         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
17817         (cvs-get-marked): Remove redundant arglist info.
17819         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
17820         Don't use CL-style default args.
17822 2004-05-08  Andreas Schwab  <schwab@suse.de>
17824         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
17826         * international/subst-ksc.el: Fix references to utf-translate-cjk
17827         into utf-translate-cjk-mode.
17828         * international/subst-big5.el: Likewise.
17829         * international/subst-gb2312.el: Likewise.
17830         * international/subst-jis.el: Likewise.
17831         * international/utf-16.el: Likewise.
17832         * international/utf-8.el: Likewise.
17834 2004-05-08  John Wiegley  <johnw@newartisans.com>
17836         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
17837         "virtual buffers" (off by default), which makes it possible to
17838         switch to the "virtual" buffers of recently visited files.  When a
17839         buffer name search fails, and this option is on, iswitchb will
17840         look at the list of recently visited files, and permit matching
17841         against those names.  When the user hits RET on a match, it will
17842         revisit that file.
17843         (iswitchb-read-buffer): Add two optional arguments, which makes
17844         isearchb.el possible.
17845         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
17846         (iswitchb-next-match): Add support for virtual buffers.
17848         * isearchb.el: This module extends iswitchb to provide "as you
17849         type" buffer selection.
17851         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
17852         Ignore the read-only property when flyspell highlighting is on.
17853         Not ignoring it leads to a series of confusing errors.
17854         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
17855         but also make sure to call flyspell-incorrect-hook.
17856         (flyspell-maybe-correct-transposition): Perform transposition test
17857         by bit twiddling a string, rather than using a temp buffer.
17858         (flyspell-maybe-correct-doubling): Use a string rather than a temp
17859         buffer.  This is also the original version of the code, which
17860         could not be checked in before due to a previous lack of
17861         assignment papers.  This version has seen heavy usage on my system
17862         for several years now.
17864         * calendar/cal-bahai.el: New file, which adds support for the
17865         Baha'i calendar to Emacs.  This calendar is based on a solar year
17866         of 19 months of 19 days, with 4 intercalary days.  Each year
17867         begins on March 21, with the calendar starting in 1844.
17869         * calendar/cal-menu.el, calendar/calendar.el
17870         * calendar/diary-lib.el, calendar/holidays.el:
17871         Added support for using cal-bahai.el.
17873         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
17874         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
17875         function can be used outside of eshell buffers.
17876         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
17878 2004-05-08  Juanma Barranquero  <lektu@terra.es>
17880         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
17881         word constituent so FOO-ARG is not recognized as an arg.
17882         (help-highlight-arguments): Don't skip lists in mandatory arguments.
17884         * simple.el (next-error): Fix typo in docstring.
17885         (open-line): Make argument names match their use in docstring.
17886         (split-line): Fix docstring.
17888         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
17889         usable by `describe-function'.
17890         (gensym, gentemp, typep, ignore-errors): Make argument names match
17891         their use in docstring.
17893         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
17894         argument to `help-setup-xref'.
17896 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
17898         Version 2.0.40 of Tramp released.
17900         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
17901         Use symbol-function to invoke functions only known on some Emacs
17902         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
17903         Scaldeferri <kevin@scaldeferri.com>.
17904         (tramp-do-copy-or-rename-file-via-buffer): Rename from
17905         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
17906         consistent with the other tramp-do-* functions.
17907         (tramp-do-copy-or-rename-file): Calls adjusted.
17908         (tramp-process-initial-commands): Avoid liveness check on shell --
17909         we know that it must be alive since we're opening a connection at
17910         this moment.
17911         (tramp-last-cmd): New internal variable.
17912         (tramp-process-echoes): New tunable.
17913         (tramp-send-command): Set tramp-last-cmd.
17914         (tramp-wait-for-output): Delete echo, if applicable.
17915         (tramp-read-passwd): Construct the key for the password cache in a
17916         way that works for multi methods, too.
17917         (tramp-bug): Add backup-directory-alist and
17918         bkup-backup-directory-info to bug reports, with Tramp counterparts.
17920 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
17922         * net/tramp*.el: Suppress byte-compiler warnings where possible.
17924         * net/tramp.el (tramp-out-of-band-prompt-regexp)
17925         (tramp-actions-copy-out-of-band): New defcustoms.
17926         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
17927         used instead of a synchronous one.  Allows password entering.
17928         (tramp-action-out-of-band): New defun.
17929         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
17930         Remove restriction with password from doc string.
17931         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
17932         `tramp-out-of-band-prompt-regexp',
17933         `tramp-actions-copy-out-of-band', `password-cache' and
17934         `password-cache-expiry'.
17935         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
17936         password caching.
17937         (tramp-touch): FILE can be a local file, too.
17938         (TODO): Remove items done.
17939         (tramp-handle-insert-directory): Properly quote file name also if
17940         not full-directory-p.  Handle wildcard case.  Reported by Andreas
17941         Schwab <schwab@suse.de>.
17942         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
17943         new file.
17944         (tramp-handle-file-local-copy, tramp-handle-write-region):
17945         The permissions of the temporary file are set if filename exists.
17946         Reported by Ted Stern <stern@cray.com>.
17947         (tramp-backup-directory-alist)
17948         (tramp-bkup-backup-directory-info): New defcustoms.
17949         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
17950         (tramp-handle-find-backup-file-name): New function.
17951         Implements Tramp's find-backup-file-name.
17953         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
17954         for `find-backup-file-name'.
17956         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
17957         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
17959 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
17961         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
17963 2004-05-07  Juanma Barranquero  <lektu@terra.es>
17965         * subr.el (lambda): Add arglist description to docstring.
17966         (declare): Fix typo in docstring.
17967         (open-network-stream): Fix docstring.
17968         (process-kill-without-query): Fix docstring and add obsolescence info.
17969         (last, butlast, nbutlast): Make arguments match their use in docstring.
17970         (insert-buffer-substring-no-properties): Likewise.
17971         (insert-buffer-substring-as-yank): Likewise.
17972         (split-string): Fix docstring.
17974         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
17975         Make argument names match their use in docstring.
17977         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
17979 2004-05-06  Nick Roberts  <nickrob@gnu.org>
17981         * progmodes/gdb-ui.el: Improve/extend documentation strings.
17982         Fit first sentence on one line for apropos-command.
17984 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17986         Changes largely merged in from Dave Love's code.
17987         * progmodes/python.el: Doc fixes.
17988         (python-mode-map): Add python-complete-symbol.
17989         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
17990         (python-comment-indent, python-complete-symbol)
17991         (python-symbol-completions, python-partial-symbol)
17992         (python-try-complete): New.
17993         (python-indent-line): Remove optional arg.  Use python-block-end-p.
17994         (python-check): Bind compilation-error-regexp-alist.
17995         (inferior-python-mode): Use rx.  Move keybindings to top level.
17996         Set comint-input-filter.
17997         (python-preoutput-filter): Use rx.
17998         (python-input-filter): Re-introduce.
17999         (python-proc): Start new process if necessary.
18000         Check python-buffer non-nil.
18001         (view-return-to-alist): Defvar.
18002         (python-send-receive): New.
18003         (python-eldoc-function): Use it.
18004         (python-mode-running): Don't defvar.
18005         (python-mode): Set comment-indent-function.
18006         Maybe update hippie-expand-try-functions-list.
18007         (python-indentation-levels): Initialize differently.
18008         (python-block-end-p): New.
18009         (python-indent-line): Use it.
18010         (python-compilation-regexp-alist): Augment.
18011         (run-python): Import `emacs' module to Python rather than loading
18012         code directly.  Set python-buffer differently.
18013         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
18014         Use python-proc.
18015         (python-send-command): Go to end of comint buffer.
18016         (python-load-file): Use python-proc, emacs.eimport.
18017         (python-describe-symbol): Simplify interactive form.
18018         Use emacs.help.  Do use temp-buffer-show-hook.
18019         Call print-help-return-message.
18020         (hippie-exp): Require when compiling.
18021         (python-preoutput-continuation): Use rx.
18023         * diff-mode.el (diff-make-unified): Fix regexp.
18025 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
18027         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
18028         filter groups from the buffer when rebuilding the Ibuffer buffer
18029         and `ibuffer-show-empty-filter-groups' is nil.
18031 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18033         * ps-print.el (ps-print-quote): Call ps-value-string.
18034         (ps-setup): Call ps-comment-string.
18035         (ps-value-string, ps-comment-string): New funs.
18037 2004-05-06  Juanma Barranquero  <lektu@terra.es>
18039         * ehelp.el (electric-help-command-loop): Check whether the last
18040         character is visible, not (point-max).
18042         * help-fns.el (help-argument-name): Default to bold; don't inherit
18043         from font-lock-variable-name-face.
18044         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
18046 2004-05-05  Kenichi Handa  <handa@m17n.org>
18048         * descr-text.el (describe-char): Copy the character with text
18049         properties and overlays into the first line, and call
18050         describe-text-properties on it.
18052 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
18054         * iswitchb.el (iswitchb-global-map): Fix typo.
18055         Remove unwanted ###autoloads from source file.
18057 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
18059         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
18060         in run-hooks.  Use substitute-command-keys in message.
18061         (wdired-abort-changes): Add message.
18063 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
18065         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
18066         (sql-emacs20-p): Remove.
18067         (sql-mode-syntax-table): Use shared GNU Emacs/XEmacs syntax.
18068         (sql-builtin-face, sql-doc-face): Remove.
18069         (sql-mode-ansi-font-lock-keywords)
18070         (sql-mode-oracle-font-lock-keywords)
18071         (sql-mode-postgres-font-lock-keywords)
18072         (sql-mode-linter-font-lock-keywords)
18073         (sql-mode-ms-font-lock-keywords)
18074         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
18075         (sql-product-font-lock): Fix font-lock reset when font rules change.
18076         (sql-highlight-product): Remove incorrect font-lock reset logic.
18078 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
18080         * ses.el (ses-set-parameter): Fix typo.
18082 2004-05-04  Kim F. Storm  <storm@cua.dk>
18084         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
18085         Must expand directory for completion to work; and don't mess with
18086         process-environment.
18087         (ido-read-file-name): If command has ido property, don't use ido
18088         if value is ignore, or read as directory if value is dir.
18089         Set ido ignore property for dired-do-rename command.
18091 2004-05-04  Juanma Barranquero  <lektu@terra.es>
18093         * ehelp.el (electric-help-command-loop, electric-help-undefined)
18094         (electric-help-help): Check against unmapped commands.
18096         * help-fns.el (help-argument-name): New face, inheriting from
18097         font-lock-variable-name-face, to highlight function arguments in
18098         `describe-function' and `describe-key'.
18099         (help-do-arg-highlight): Auxiliary function to highlight a given
18100         list of arguments in a string.
18101         (help-highlight-arguments): Highlight the function arguments and
18102         all uses of them in the docstring.
18103         (describe-function-1): Use it.  Do docstring output via `insert',
18104         not 'princ', so text attributes are preserved.
18106         * winner.el (winner-mode-map): Move `winner-undo' and
18107         `winner-redo' to C-c <left> and C-c <right>, respectively (the
18108         previous bindings conflict with `prev-buffer', `next-buffer').
18110 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18112         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
18113         (bibtex-entry-update): New command bound to C-c C-u.
18114         (bibtex-text-in-string): Fix regexp.
18115         (bibtex-assoc-of-regexp): Remove.
18116         (bibtex-progress-message): Fix docstring.
18117         (bibtex-inside-field): Use if.
18118         (bibtex-assoc-regexp): New function.
18119         (bibtex-format-entry): Make code more robust so that it formats
18120         also old entries.
18121         (bibtex-autokey-demangle-title): Merge with obsolete function
18122         bibtex-assoc-of-regexp.
18123         (bibtex-field-list): New function.
18124         (bibtex-entry): Use bibtex-field-list.
18125         (bibtex-parse-entry): Fix docstring.
18126         (bibtex-print-help-message): Use bibtex-field-list.
18127         (bibtex-make-field): Use bibtex-field-list.
18128         (bibtex-entry-index): Bugfix.  Return crossref key if required.
18129         (bibtex-lessp): Fix docstring.
18131 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
18133         * select.el (xselect-convert-to-string): Move comment to intended line.
18135 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18137         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
18138         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
18140 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18142         * term/x-win.el (x-clipboard-yank): Don't exit on error from
18143         x-get-selection.
18145 2004-05-03  Jason Rumney  <jasonr@gnu.org>
18147         * makefile.nt: Remove.
18149 2004-05-03  Kim F. Storm  <storm@cua.dk>
18151         * emulation/cua-base.el (cua--update-indications): Fix last change.
18152         (cua-mode): Deactivate mark when cua-mode is enabled.
18154 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
18156         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
18158 2004-05-03  Nick Roberts  <nickrob@gnu.org>
18160         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
18161         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
18162         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
18163         window over visible frames.
18164         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
18166 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18168         * progmodes/compile.el (compilation-gcpro): New var.
18169         (compilation-fake-loc): Use it.
18170         (compilation-forget-errors): Reset it.
18172 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
18174         * diff-mode.el (diff-header-face, diff-file-header-face):
18175         Use min-colors.
18177 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18179         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
18180         (bibtex-clean-entry): Disentangle code.
18181         (bibtex-realign): New function.
18182         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
18183         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
18184         Remove undocumented optional arg called-by-convert-alien.
18185         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
18186         for sorting instead of bibtex-sort-buffer.
18188 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
18190         * progmodes/compile.el (compilation-start): In the
18191         no-async-subprocesses branch, call sit-for to give redisplay a
18192         chance to show the updated process status in the mode line, and
18193         fontify the buffer explicitly after the process exits.
18195 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18197         * progmodes/python.el (python-compilation-line-number): Remove.
18198         (python-compilation-regexp-alist): Don't use it any more.
18199         (python-orig-start, python-input-filter): Remove.
18200         (inferior-python-mode): Don't set up comint-input-filter-functions.
18201         (python-send-region): Use compilation-fake-loc.
18203         * progmodes/compile.el (compilation-messages-start): New var.
18204         (compilation-mode): Don't setup next-error-function here.
18205         (compilation-setup): Set it up here instead (for minor modes as well).
18206         Make compilation-messages-start buffer local.
18207         (compilation-next-error-function): Use it.
18208         (compilation-forget-errors): Set compilation-messages-start.
18210 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
18212         * ielm.el (ielm-prompt-read-only): Update docstring.
18214         * comint.el (comint-prompt-read-only): Update docstring.
18215         (comint-update-fence, comint-kill-whole-line)
18216         (comint-kill-region): New functions.
18218         * simple.el (kill-whole-line): Use "p" instead of "P" in
18219         interactive form.
18221 2004-05-01  Juanma Barranquero  <lektu@terra.es>
18223         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
18224         format arglist so default values in CL-style argument lists are
18225         correctly shown.
18227 2004-05-01  Jason Rumney  <jasonr@gnu.org>
18229         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
18231 2004-05-01  Kenichi Handa  <handa@m17n.org>
18233         * international/titdic-cnv.el (miscdic-convert): Don't generate a
18234         quail file if it is up to date.
18236 2004-04-30  Juri Linkov  <juri@jurta.org>
18238         * cus-edit.el (custom-mode-map):
18239         Add key binding `C-x C-s' to `Custom-save'.
18241         * outline.el (outline-blank-line): New var.
18242         (outline-next-preface, outline-show-heading)
18243         (outline-end-of-subtree): Use it.
18245         * dired-aux.el (dired-touch-initial): New fun.
18246         (dired-do-chxxx): Call it for op-symbol `touch'.
18247         (dired-diff): Use `dired-dwim-target-directory'
18248         if current dired buffer has no buffer mark.
18250         * bindings.el (propertized-buffer-identification):
18251         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
18252         Add C-M-arrow keys for consistency.
18254         * files.el (confirm-kill-emacs):
18255         Change group from top-level `emacs' to `convenience'.
18257         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
18258         Push mark on the first call of successive command calls.
18259         (insert-pair): New fun created from `insert-parentheses' with
18260         `open' and `close' arguments added.  Enclose active regions
18261         in paired characters.  Compare adjacent characters syntax with
18262         inserted characters syntax before inserting a space.
18263         (insert-parentheses): Call `insert-pair' with ?\( ?\).
18265         * delsel.el: Don't put `delete-selection' property
18266         on `insert-parentheses' symbol to take advantage of
18267         region handling in `insert-pair' function.
18268         Suggested by Stephan Stahl <stahl@eos.franken.de>.
18270 2004-04-30  Kim F. Storm  <storm@cua.dk>
18272         * emulation/cua-base.el: Add support for changing cursor types;
18273         based on patch from Michael Mauger.
18274         (cua-normal-cursor-color, cua-read-only-cursor-color)
18275         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
18276         Customization cursor type and/or cursor color.
18277         (cua--update-indications): Handle cursor type changes.
18278         (cua-mode): Update cursor indications if enabled.
18280         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
18282         * mouse.el (mouse-drag-copy-region): New defcustom.
18283         (mouse-set-region, mouse-drag-region-1): Use it.
18285         * simple.el (kill-ring-save): If region face background color is
18286         unspecified (if no highlighting), show extent of fully visible
18287         region even if transient-mark-mode is enabled.
18289         * emulation/cua-base.el (cua--standard-movement-commands):
18290         Add cua-scroll-up and cua-scroll-down.
18291         (cua-scroll-up, cua-scroll-down): New commands.
18292         (cua--init-keymaps): Remap scroll-up and scroll-down.
18294         * emulation/cua-rect.el (cua--convert-rectangle-as):
18295         New defmacro.
18296         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
18297         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
18298         New commands (suggested by Jordan Breeding).
18300 2004-04-30  Juanma Barranquero  <lektu@terra.es>
18302         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
18304 2004-04-30  Mario Lang  <mlang@delysid.org>
18306         * diff.el (diff-switches): Fix typo in docstring.
18308 2004-04-30  Alex Schroeder  <alex@gnu.org>
18310         * xml.el (xml-debug-print-internal): Don't add newline and
18311         indentation to text nodes and write empty elements as empty tags
18312         instead of opening and closing tags.
18313         (xml-debug-print): Take optional indent-string argument.
18314         (xml-print): Alias for xml-debug-print.
18316 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
18318         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
18319         than duplicate call to `line-beginning-position'.
18321         * progmodes/f90.el (f90-get-present-comment-type):
18322         Return whitespace, as well as comment chars, for consistent filling
18323         of comment blocks.  Use `match-string-no-properties'.
18324         (f90-break-line): Trim trailing whitespace when filling comments.
18326 2004-04-30  Dave Love  <fx@gnu.org>
18328         * calendar/diary-lib.el (diary-outlook-formats): New variable.
18329         (diary-from-outlook-internal, diary-from-outlook)
18330         (diary-from-outlook-gnus, diary-from-outlook-rmail):
18331         New functions to import diary entries from Outlook-format
18332         appointments in mail messages.
18334 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18336         * progmodes/python.el (python-send-command): New fun.
18337         (python-send-region, python-load-file): Use it.
18339         * progmodes/compile.el (compilation-last-buffer): Add var alias.
18341         * help-fns.el (help-C-file-name): Use new subr-name.
18342         Prepend `src/' to the file name.
18343         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
18344         (describe-function-1, describe-variable): Only find a C source file
18345         name if DOC is already loaded.
18347         * help-mode.el (help-function-def, help-variable-def):
18348         Use the new find-function-search-for-symbol functionality.
18349         Allow FILE to be `C-source'.
18351         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
18352         (find-function-C-source): New fun.
18353         (find-function-search-for-symbol): Use it.
18355 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
18357         * progmodes/sql.el (sql-product-alist): Rename variable
18358         `sql-product-support'.  Add Postgres login parameters.
18359         (sql-set-product, sql-product-feature): Update with renamed variable.
18360         (sql-connect-postgres): Add username prompt.
18361         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
18362         Make patterns less product specific.
18363         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
18364         (sql-mode-abbrev-table): Modify initialization.
18365         (sql-builtin-face): Add variable.
18366         (sql-keywords-re): Add macro.
18367         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
18368         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
18369         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
18370         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
18371         (sql-mode-linter-font-lock-keywords)
18372         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
18373         (sql-mode-sybase-font-lock-keywords)
18374         (sql-mode-informix-font-lock-keywords)
18375         (sql-mode-interbase-font-lock-keywords)
18376         (sql-mode-ingres-font-lock-keywords)
18377         (sql-mode-solid-font-lock-keywords)
18378         (sql-mode-sqlite-font-lock-keywords)
18379         (sql-mode-db2-font-lock-keywords): Default to nil.
18380         (sql-product-font-lock): Always highlight ANSI keywords.
18381         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
18382         (sql-send-string): Add function.
18384 2004-04-29  Dave Love  <fx@gnu.org>
18386         * progmodes/cfengine.el (cfengine-beginning-of-defun)
18387         (cfengine-end-of-defun): Ensure progress through buffer.
18389         * info-look.el (cfengine-mode): Accept a terminal ().
18391 2004-04-29  Juri Linkov  <juri@jurta.org>
18393         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
18394         instead of isearch-yank-word-or-char.  Add new key bindings for
18395         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
18396         (isearch-del-char): New fun.
18397         (isearch-forward, isearch-edit-string): Update docstring.
18398         (isearch-yank-char): Doc fix.
18399         (isearch-other-meta-char): Restore point after scrolling.
18401         * progmodes/compile.el (compilation-context-lines): Add nil option
18402         to disable compilation output window scrolling.
18403         (compilation-set-window): Use it.
18405         * outline.el (outline-next-preface, outline-show-heading):
18406         Don't leave unhidden blank line before heading.
18407         (outline-end-of-subtree): Include last newline into subtree.
18408         (hide-entry): Leave point at beginning of heading instead of end.
18409         (outline-up-heading): Push mark for the first call of successive
18410         command calls.
18412 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
18414         * comint.el (comint-prompt-read-only): New variable.
18415         (comint-output-filter): Implement it.
18417         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
18418         (ielm-prompt-internal): New variable.
18419         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
18420         (ielm-send-input): Delete unused variable `buf'.
18421         (ielm-eval-input): Use `ielm-prompt-internal'.
18422         (inferior-emacs-lisp-mode): Use new variables
18423         `comint-prompt-read-only' and `ielm-prompt-internal'.
18424         Get rid of obsolete variable `directory-sep-char'.
18425         (ielm): Use `zerop'.
18427 2004-04-29  John Paul Wallington  <jpw@gnu.org>
18429         * thumbs.el (toplevel): Require cl at compile time.
18430         Remove conditional definitions of `ignore-errors' and `caddar'
18431         because they occur at run time.
18433 2004-04-28  Nick Roberts  <nickrob@gnu.org>
18435         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
18436         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
18437         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
18438         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
18440         * progmodes/gud.el (gud-common-init): Throw an error if program is
18441         already running under gdb.
18443 2004-04-28  John Paul Wallington  <jpw@gnu.org>
18445         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
18446         (thumbs-show-image-num): Move assignment of
18447         `thumbs-current-image-filename' within scope of `i'.
18448         (thumbs-emboss-image): Don't use `evenp'.
18450 2004-04-28  Richard M. Stallman  <rms@gnu.org>
18452         * progmodes/compile.el (compilation-context-lines): Default now 0.
18454 2004-04-28  Juanma Barranquero  <lektu@terra.es>
18456         Use `time-less-p' from calendar/time-date.el instead of defining
18457         custom versions of it.
18459         * pcomplete.el (pcomplete-time-less-p): Remove.
18461         * thumbs.el (time-less-p): Remove.
18463         * calendar/timeclock.el (timeclock-time-less-p): Remove.
18464         (timeclock-generate-report): Use `time-less-p'.
18466         * emacs-lisp/autoload.el (autoload-before-p): Remove.
18467         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
18469 2004-04-28  Masatake YAMATO  <jet@gyve.org>
18471         * subr.el (remove-overlays): Make arguments optional.
18473         * wid-edit.el (widget-specify-button): Put evaporate to the
18474         overlay for sample.
18475         (widget-specify-sample): Put evaporate to the overlay for sample.
18476         (widget-specify-doc): Put evaporate to the overlay for documentation.
18478 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
18480         * info.el (info-apropos): Make it an index node.  Align node names
18481         like makeinfo.
18483 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
18485         * net/browse-url.el (browse-url-netscape-sentinel)
18486         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
18487         (browse-url-epiphany-sentinel, browse-url-mosaic):
18488         Use browse-url-*-program instead of a literal program name.
18490 2004-04-27  Kevin Ryde  <user42@zip.com.au>
18492         * eshell/em-alias.el:
18493         * eshell/em-dirs.el:
18494         * eshell/em-hist.el:
18495         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
18496         features when M-x customize-group loads modules before the main
18497         eshell.el.
18499 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
18501         * subr.el (momentary-string-display): Support EXIT-CHAR that is
18502         either a character representation of an event or an event
18503         description list.
18505         * type-break.el: Capitalize Emacs and Lisp.
18506         (type-break-good-break-interval, type-break-demo-boring-stats)
18507         (type-break-terse-messages, type-break-file-name): New defcustoms.
18508         (type-break-post-command-hook)
18509         (type-break-warning-countdown-string): Quote variable names in doc.
18510         (type-break-interval-start, type-break-auto-save-file-name): New vars.
18511         (type-break-mode): Document type-break-good-break-interval and the
18512         "session" file.  Schedule break according to the session file.
18513         Kill session file buffer on exit.  Organize for save-some-buffers
18514         to always save the session file.
18515         (type-break-mode-line-message-mode, type-break-query-mode):
18516         Uppercase arguments.
18517         (type-break-file-time, type-break-file-keystroke-count, timep)
18518         (type-break-choose-file, type-break-get-previous-time)
18519         (type-break-get-previous-count): New defuns.
18520         (type-break): Avoid break querying after a completed break in the
18521         case where the query was initiated during user invocation of the
18522         break.  Optional terse messages.
18523         Use type-break-good-break-interval if type-break-good-rest-interval is
18524         nil.  File the break time.
18525         (type-break-schedule): New optional args for overriding the use of
18526         the current time.
18527         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
18528         after a break.
18529         (type-break-check): File the keystroke count.
18530         (type-break-do-query): Prevent a second query when the break is
18531         interrupted.  Optional terse message.
18532         (type-break-keystroke-reset): Record the start of a typing interval.
18533         (type-break-demo-boring): Optional terse messages.  Display word
18534         per minute and keystroke counts according to
18535         type-break-demo-boring-stats.
18537 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
18539         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
18540         directories, make sure they exist under archive-tmpdir.
18542 2004-04-27  Juri Linkov  <juri@jurta.org>
18544         * help.el (view-emacs-news): With argument, display info for the
18545         selected version by finding it among different NEWS files, and
18546         narrowing the buffer to the selected version.
18548         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
18549         same-window-buffer-names.
18550         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
18551         non-numeric prefix argument, append the number to the buffer name
18552         for numeric prefix argument.
18553         (info-other-window): Bind same-window-regexps to nil.
18554         (Info-reference-name): Rename to Info-point-loc.
18555         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
18556         and Info-find-index-name for stringy Info-point-loc.
18557         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
18558         without middle `.', but with final `.' and optional line number
18559         for it.  Set Info-point-loc for index nodes.
18560         (Info-index): Remove middle `.' from index entry regexp.
18561         Modify line number regexp.
18562         (Info-index-next): Decrement line number.
18563         (info-apropos): Remove middle `.' from index entry regexp.
18564         Add optional line number regexp at the end.  Add matched value
18565         for line number to the result list and insert it to the buffer.
18566         Replace match-string by match-string-no-properties.
18567         Reorder result list.
18568         (Info-fontify-node): Hide index line numbers.
18569         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
18570         empty matches.
18571         (Info-follow-reference): Use `str' instead of
18572         Info-following-node-name-re.
18573         (Info-toc): Use full file names.  Set Info-current-node to "Top".
18574         (Info-fontify-node): Compare file names without directory name.
18575         (Info-try-follow-nearest-node): Don't set Info-reference-name.
18576         Set second arg of Info-extract-menu-node-name for index nodes.
18577         (info-xref-visited): Use magenta3 instead of magenta4.
18578         (Info-mode): Add info-apropos to docstring.
18580         * log-view.el (log-view-diff): Replace interactive code "r"
18581         by a list to allow to call it even if region is not active.
18583         * paren.el (show-paren-highlight-openparen): New var.
18584         (show-paren-function): Turn on openparen highlighting when
18585         matching forward if show-paren-highlight-openparen is non-nil.
18587         * simple.el (kill-ring-save): Use blink-matching-delay instead of
18588         the constant value 1.
18589         (completions-common-part): Expand docstring.
18591         * textmodes/picture.el (picture-mode-map): Add arrow keys.
18593 2004-04-27  Kim F. Storm  <storm@cua.dk>
18595         * image.el (insert-sliced-image): Use line-height instead of
18596         line-spacing property on newline.
18598 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
18600         * desktop.el (desktop-buffer-misc-data-function): Rename to
18601         desktop-save-buffer and change docstring.
18602         (desktop-buffer-modes-to-save): Delete.
18603         (desktop-save-buffer-p): Use desktop-save-buffer instead of
18604         desktop-buffer-modes-to-save.
18605         (desktop-save): Rename desktop-buffer-misc-data-function to
18606         desktop-save-buffer and allow non-function value.
18607         (desktop-missing-file-warning): Correct docstring.
18609         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
18610         to desktop-save-buffer.
18612         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
18613         desktop-save-buffer.
18615         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
18617         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
18619 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
18621         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
18623 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
18625         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
18626         (ielm): Only go to the end of the buffer when starting a new process.
18628 2004-04-25  Juanma Barranquero  <lektu@terra.es>
18630         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
18631         mode line.  Bind `inhibit-read-only' to t before modifying
18632         properties of text in the buffer.
18633         (ielm): Force point to the end of buffer, even when running ielm
18634         from inside itself.
18636 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18638         * info.el (info-apropos): Reset Info-complete-cache.
18640 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
18642         * progmodes/compile.el (compilation-error-regexp-alist-alist):
18643         Also recognize severe Irix et al. messages.
18644         (compilation-normalize-filename, compile-abbreviate-directory):
18645         Delete functions.
18646         (compilation-get-file-structure): New function inherits
18647         functionality of the two preceding ones.
18648         (compilation-internal-error-properties, compilation-fake-loc):
18649         Use it so that different paths to the same file share the same
18650         markers.  Also optimize finding adjacent marker slightly.
18652 2004-04-25  Kim F. Storm  <storm@cua.dk>
18654         * image.el (insert-sliced-image): Add line-spacing t property
18655         to newlines separating image lines.
18657 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
18659         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
18661         * ielm.el (ielm-prompt-read-only): New user option.
18662         (ielm-prompt): Expand docstring to describe new behavior.
18663         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
18664         mention it in the docstring.
18666 2004-04-24  Andreas Schwab  <schwab@suse.de>
18668         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
18670         * diff.el (diff): Set default-directory in diff buffer.
18672 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
18674         * mail/sendmail.el (mail-bury): Don't delete the frame where the
18675         mail was being composed if the terminal cannot display more than
18676         one frame; instead, switch to previous frame.
18678         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
18679         (rmail-start-mail): Support rmail-mail-new-frame even on
18680         terminals that can display only one frame at a time.
18682 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18684         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
18685         (checkdoc-output-font-lock-keywords): Remove error regexp.
18686         (checkdoc-output-mode-map): Remove.
18687         (checkdoc-output-mode): Derive from compilation-mode.
18688         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
18690         * dired.el (dired-mode-map): Add a menu entry for wdired.
18692         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
18693         (rx-bracket, rx-check-any, rx-any): Clean up name space.
18695         * wdired.el (wdired-mode-map): Move init into declaration.
18696         Fix `return' binding.
18697         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
18698         Use force-mode-line-update.
18699         (wdired-get-filename): Use `unless'.
18700         (wdired-preprocess-files): Don't assume names have no \n and use / for
18701         dir separator.
18702         (wdired-normalize-filename): Use replace-regexp-in-string.
18703         (wdired-load-hooks): Remove.
18704         (wdired-mode-hooks): Rename to wdired-mode-hook.
18706         * info-look.el: Add support for cfengine-mode.
18707         (info-lookup-setup-mode): Use dolist.
18709 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
18711         * wdired.el: New file.
18713 2004-04-23  Juanma Barranquero  <lektu@terra.es>
18715         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
18717         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
18718         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
18719         (pcomplete--help, pcomplete--here): Doc fixes.
18721 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
18723         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
18724         handles wrong-number-of-arguments in backend call.
18726         * vc.el (vc-print-log): Likewise.
18728 2004-04-20  Dave Love  <fx@gnu.org>
18730         * emacs-lisp/rx.el: Doc fixes.
18731         (rx-constituents): Add/extend many forms.
18732         (rx-check): Check form is a list.
18733         (bracket): Defvar.
18734         (rx-check-any, rx-any, rx-check-not): Modify.
18735         (rx-not): Simplify.
18736         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
18737         (rx-kleene): Use rx-trans-forms.
18738         (rx-quote-for-set): Delete.
18739         (rx): Allow multiple args.
18741 2004-04-23  Kenichi Handa  <handa@m17n.org>
18743         * international/mule-util.el (char-displayable-p): Simplify by
18744         using internal-char-font.
18746 2004-04-23  Juanma Barranquero  <lektu@terra.es>
18748         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
18750 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18752         * diff-mode.el (diff-next-error): New fun.
18753         (diff-mode): Use it.
18755         * simple.el (next-error): Change arg name.
18756         Add support for the documented C-u C-x ` usage.
18758         * frame.el (special-display-popup-frame, next-multiframe-window)
18759         (previous-multiframe-window): Only consider frames on same display.
18761 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
18763         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
18764         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
18766 2004-04-22  Kim F. Storm  <storm@cua.dk>
18768         * net/telnet.el (telnet): Add optional port arg.
18770 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18772         * progmodes/compile.el (compilation-mode-font-lock-keywords):
18773         Minor sanity check on the `hyperlink' slot.
18775         * Makefile.in (recompile): Compile new files.
18777         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
18778         Add byte-recompile-directory's optional `arg'.
18780         * cvs-status.el (cvs-tree-use-charset): New var.
18781         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
18782         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
18783         (cvs-status-cvstrees): Use it.
18785         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
18786         Make it a normal major mode.
18787         (checkdoc-buffer-label): Make sure the file name is meaningful.
18788         (checkdoc-output-to-error-buffer): Remove.
18789         (checkdoc-error, checkdoc-start-section): Rewrite.
18791         * info.el (info-node, info-menu-5, info-xref, info-header-node)
18792         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
18793         (Info-title-4-face): Use new syntax.
18794         (info-xref-visited): Inherit from info-xref.
18796         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
18798 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18800         * simple.el (next-error-last-buffer, next-error-function):
18801         New variables for the next-error framework.
18802         (next-error-buffer-p): New function.
18803         (next-error-find-buffer): Generalize compilation-find-buffer.
18804         (next-error, previous-error, first-error, next-error-no-select)
18805         (previous-error-no-select): Move from compile.el.
18807         * replace.el (occur-next-error, occur-1): Hook into the next-error
18808         framework.
18810         * progmodes/compile.el (compilation-start):
18811         Set next-error-last-buffer so next-error knows where to jump.
18812         (compilation-setup): Set the buffer-local variable
18813         next-error-function to 'compilation-next-error-function.
18814         (compilation-buffer-p, compilation-buffer-internal-p): Use an
18815         alternate way to find if a buffer is a compilation buffer, for
18816         next-error convenience.
18817         (next-error-no-select, previous-error-no-select, next-error)
18818         (previous-error, first-error): Move to simple.el.
18819         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
18820         (compilation-last-buffer): Remove.
18821         (compilation-start, compilation-next-error, compilation-setup)
18822         (compilation-next-error-function, compilation-find-buffer):
18823         Remove compilation-last-buffer use.
18825 2004-04-21  Juanma Barranquero  <lektu@terra.es>
18827         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
18828         (font-lock-warning-face): Fix spacing.
18830         * makefile.w32-in (WINS): Add url/ directory.
18832 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
18834         * desktop.el (desktop-buffer-mode-handlers): New variable.
18835         Alist of major mode specific functions to restore a desktop buffer.
18836         (desktop-buffer-handlers): Make variable obsolete.
18837         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
18838         Catch errors signaled in handlers.  Update buffer count.
18839         Evaluate desktop-buffer-point.
18840         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
18841         move to dired.el.
18842         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
18843         move to info.el.
18844         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
18845         move to mail/rmail.el.
18846         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
18847         to mh-e/mh-e.el.
18848         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
18849         On fail, print message (to message buffer) even if
18850         desktop-missing-file-warning is nil.
18851         (desktop-buffer-misc-data-function): New buffer local variable.
18852         Function returning major mode specific data.
18853         (desktop-buffer-misc-functions): Make variable obsolete.
18854         (desktop-save): Use desktop-buffer-misc-data-function.
18855         (desktop-buffer-dired-misc-data): Rename to
18856         dired-desktop-buffer-misc-data and move to dired.el.
18857         (desktop-buffer-info-misc-data): Rename to
18858         Info-desktop-buffer-misc-data and move to info.el.
18859         (desktop-read): Add message about number of buffers restored/failed.
18861         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
18862         Add parameters.  Pause to display error only when
18863         desktop-missing-file-warning is non-nil.
18864         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
18865         (dired-mode): Bind desktop-buffer-misc-data-function.
18867         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
18868         Add Parameters.
18869         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
18870         (Info-mode): Bind desktop-buffer-misc-data-function.
18872         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
18873         Add Parameters.
18875         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
18876         Add Parameters.
18878 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
18880         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
18881         the case of letters in case-insensitive expansions when the
18882         abbrev is preceded by characters with letter syntax.
18884 2004-04-21  Richard M. Stallman  <rms@gnu.org>
18886         * progmodes/cperl-mode.el (cperl-putback-char):
18887         Delete Emacs 18 definition.
18889         * international/mule.el (ctext-post-read-conversion):
18890         Use assoc-string, not assoc-ignore-case.
18892         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
18894         * emacs-lisp/easymenu.el (easy-menu-add):
18895         Do call x-popup-menu, but only if it's defined.
18897         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
18899         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
18900         Handle multiple args: compile like progn.
18902         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
18903         take all args as &rest arg.
18905         * autoinsert.el (auto-insert-alist): Insert the user's name in
18906         copyright notice, rather than Free Software Foundation.
18908 2004-04-21  Kenichi Handa  <handa@m17n.org>
18910         * descr-text.el (describe-char): Make it work on *Help* buffer.
18912 2004-04-21  Kim F. Storm  <storm@cua.dk>
18914         * image.el (insert-image): Add optional SLICE arg.
18915         (insert-sliced-image): New defun.
18917 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
18919         * subr.el (read-number): Check whether `default' is nil.
18921 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18923         * progmodes/compile.el (compilation-error-properties):
18924         Split into two.
18925         (compilation-internal-error-properties): New one.
18926         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
18928 2004-04-20  Richard M. Stallman  <rms@gnu.org>
18930         * window.el (split-window-save-restore-data):
18931         Don't update the data if OLD-INFO is nil.
18933         * view.el (view-return-to-alist): Mark it permanent local.
18935         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
18937         * recentf.el (recentf-save-list): Catch and warn about errors.
18939         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
18940         so "Buffers" won't be pure.
18942         * help-mode.el (help-mode-finish): Set help-return-alist first
18943         thing, setting only the entry for the selected window.
18945         * help-fns.el (describe-function-1): If many non-control non-meta
18946         keys run the command, don't list all of them.
18948 2004-04-20  Juanma Barranquero  <lektu@terra.es>
18950         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
18951         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
18953         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
18955 2004-04-20  Kenichi Handa  <handa@m17n.org>
18957         * international/quail.el (quail-lookup-key): New optional arg
18958         NOT-RESET-INDICES.
18959         (quail-get-translations): Call quail-lookup-key with
18960         NOT-RESET-INDICES t.
18961         (quail-completion): Likewise.
18962         (quail-lookup-map-and-concat): Likewise.
18964 2004-04-20  Kenichi Handa  <handa@m17n.org>
18966         * international/quail.el (quail-update-translation): Don't insert
18967         such an unsupported multibyte char in a unibyte buffer.
18969 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
18971         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
18972         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
18973         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
18974         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
18975         (gdb-frame-assembler-buffer): Improve behavior with
18976         multiple frames.
18977         (gdb-display-buffer): Extend search to all visible frames.
18979 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
18981         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
18982         characters left after base64 decoding.
18983         (rmail-decode-region): Use -dos variety of `coding', to remove any
18984         ^M characters left after qp or base64 decoding.
18986 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18988         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
18989         messages.
18991 2004-04-19  Stephen Eglen  <stephen@gnu.org>
18993         * add-log.el (add-change-log-entry): Update doc string to mention
18994         add-log-full-name and add-log-mailing-address.
18996 2004-04-18  Juri Linkov  <juri@jurta.org>
18998         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
18999         (Info-find-node-2): Simplify error message.
19000         (Info-insert-dir): Use Info-following-node-name.
19001         (Info-goto-node): Remove *info-history* and *info-toc*.
19002         (Info-history): Create a node of the virtual history file.
19003         (Info-toc): Create a node of the virtual toc file.
19004         (Info-insert-toc): New arg `curr-file' for reference file names.
19005         (info-apropos): Remove redundant var binding for temp-file.
19006         (Info-index, Info-index-next, Info-mode): Doc fix.
19007         (Info-goto-emacs-command-node): Don't jump to *info* from
19008         non-*info* Info buffers.
19009         (Info-fontify-node): Don't show the file name of external
19010         references if `Info-hide-note-references' is `hide'.  Don't hide
19011         newlines at the end of paragraphs.
19013         * international/mule-diag.el (list-input-methods):
19014         Fix args to help-xref-button.
19016         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
19017         to put into effect local variables from TUTORIAL files.
19019         * textmodes/paragraphs.el (sentence-end) <function>: New fun
19020         with default value taken from the variable `sentence-end'.
19021         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
19022         Add nil const to :type.
19023         (sentence-end-without-period, sentence-end-double-space)
19024         (sentence-end-without-space): Doc fix.
19026         * textmodes/paragraphs.el (forward-sentence):
19027         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
19028         (fill-delete-newlines):
19029         * progmodes/cc-cmds.el (c-beginning-of-statement):
19030         Use function `sentence-end' instead of variable `sentence-end'.
19032 2004-04-18  Andreas Schwab  <schwab@suse.de>
19034         * progmodes/compile.el (compilation-start): Set window start to
19035         point-min if compilation-scroll-output is nil.
19037 2004-04-18  John Wiegley  <johnw@newartisans.com>
19039         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
19041 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
19043         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
19044         (gdb-info-breakpoints-custom): Revert previous change.
19045         (gdb-view-assembler): Update assembler if necessary.
19046         (gdb-frame-handler): Parse correctly for gdb-current-frame.
19047         (gdb-display-source-buffer): Update properly when both source and
19048         assembler are visible.
19050 2004-04-17  John Wiegley  <johnw@newartisans.com>
19052         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
19053         which limits the number of names shown in the minibuffer.  Off by
19054         default.
19055         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
19056         up iswitchb for users with a multitude of open buffers by showing
19057         only the first and last N/2 buffers in the completion list (which
19058         is enough to aid C-s/C-r, and to know that more characters are
19059         needed to refine the completion list).
19061 2004-04-17  Richard M. Stallman  <rms@gnu.org>
19063         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
19064         (file-truename): Expand all ~ constructs directly.
19065         (insert-directory): Delete any error msg output by the
19066         `insert-directory-program'.
19068         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
19069         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
19070         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
19071         (allout-init): Use find-file-hook, not find-file-hooks.
19072         (allout-mode): Eliminate Emacs 18 support.
19073         Use write-contents-functions, not local-write-file-hooks.
19075 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
19077         * progmodes/compile.el (compilation-error-properties): Fix for
19078         adding messages when there are already markers for their file.
19079         (compilation-fake-loc): New function.
19081 2004-04-16  Dave Love  <fx@gnu.org>
19083         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
19084         (python-load-file): Fix python-orig-start setting.
19086         * progmodes/compile.el: Doc fixes.
19087         (compilation-error-regexp-alist-alist)
19088         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
19089         (compilation-assq): Wrap in eval-when-compile.
19090         (compilation-mode-font-lock-keywords): Don't use list*.
19091         (compilation-start): Avoid warning.
19092         (compilation-compat-error-properties)
19093         (compilation-directory-properties): Add keymap property.
19094         (compilation-parsing-end): Make it a marker for better compatibility.
19096         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
19098 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
19100         * xml.el: Doc fixes.
19101         (xml-get-children): Only looks at sub-tags and ignore strings.
19103         * xml.el (xml-parse-tag): Avoid overwriting node-name.
19105 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19107         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
19109 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
19111         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
19113         * vc.el (vc-print-log): Likewise.
19115 2004-04-16  Masatake YAMATO  <jet@gyve.org>
19117         * simple.el (completion-setup-function): Set an initial value
19118         to `element-common-end' before entering loop.  Set a value
19119         to `element-common-end' at the end of loop.
19120         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
19121         (completions-common-part): Rename from completion-de-emphasis.
19122         (completions-first-difference): Rename from completion-emphasis.
19123         Suggested by RMS.
19125 2004-04-16  Juanma Barranquero  <lektu@terra.es>
19127         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
19128         (bookmark-edit-annotation-mode): Add mode name.
19130 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
19132         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
19133         for nested conflict markers.
19134         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
19136 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
19138         * progmodes/gdb-ui.el (gdb-goto-info): New function.
19140         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
19142 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19144         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
19145         Give a backtrace if requested.
19147         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
19149         * progmodes/python.el (python-mouse-2-command, python-RET-command):
19150         Remove unused functions.
19151         (python-orig-start-line, python-orig-file): Remove.
19152         (python-orig-start): New var.
19153         (python-input-filter, python-compilation-line-number)
19154         (python-send-region, python-load-file): Use it.
19156         * info.el (info): Always jump to *info*.
19158         * subr.el (posn-set-point): New function.
19160         * mouse.el (mouse-set-point): Use it.
19162         * progmodes/compile.el (compile-goto-error): Use it.
19163         (compilation-button-map): New keymap.
19164         (compilation-error-properties): Use it.
19165         (compilation-shell-minor-mode-map): Don't bind mouse-2.
19167         * smerge-mode.el (smerge-popup-context-menu): Use it.
19169         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
19170         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
19171         mouse and non-mouse case.
19173         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
19174         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
19176         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
19177         Make it work for non-mouse events.
19179         * pcvs-info.el (cvs-status-map): Update binding name.
19181 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
19183         * xml.el (xml-maybe-do-ns): New function to handle namespace
19184         parsing of both attribute and element names.
19185         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
19186         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
19187         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
19188         (xml-parse-attlist): Make it do its own namespace parsing.
19190 2004-04-14  Dave Love  <fx@gnu.org>
19192         * progmodes/python.el (run-python): Fix use of \n.
19193         (python-load-file): Remove `try' from Python fragment.
19194         (python-describe-symbol): Fix message.
19196         * comint.el: Doc fixes.
19197         (comint-last-input-start, comint-last-input-end)
19198         (comint-last-output-start): Give them values.
19199         (comint-arguments): Avoid warning.
19200         (comint-skip-prompt): Use line-end-position.
19201         (comint-backward-matching-input): Rename arg to agree with doc.
19202         (comint-extract-string): Use syntax-ppss.
19203         (comint-dynamic-simple-complete): Delete useless list construction.
19204         (comint-redirect-subvert-readonly): New.
19205         (comint-redirect-preoutput-filter): Use it.
19207         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
19208         Correctly handle negative arguments when calling hook functions.
19210 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
19212         * info.el (info-apropos): Don't clobber Info-history-list.
19214 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
19216         * progmodes/compile.el (compilation-setup):
19217         Localize overlay-arrow-position.
19218         (compilation-sentinel): Restructure code equivalently.
19219         (compilation-next-error): Find message on same line after point if
19220         not found before point.
19221         (compile-mouse-goto-error): Restore function so that compilation
19222         buffer need not be current and use compile-goto-error.
19223         (compile-goto-error): Restore function.
19224         (next-error): Set overlay-arrow-position.
19225         (compilation-forget-errors): Don't localize already local
19226         compilation-locs and remove FIXME about refontifying.
19228 2004-04-14  Kim F. Storm  <storm@cua.dk>
19230         * startup.el (emacs-quick-startup): New defvar (set by -Q).
19231         (command-line): New option -Q.  Like -q --no-site-file, but
19232         in addition it also disables menu-bar, tool-bar, scroll-bars,
19233         tool-tips, and the blinking cursor.
19234         (command-line-1): Skip startup screen if -Q.
19235         (fancy-splash-head): Use ":align-to center" prop to center splash image.
19237         * emulation/cua-base.el (cua-read-only-cursor-color)
19238         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
19240 2004-04-13  Dave Love  <fx@gnu.org>
19242         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
19243         (syntax): Don't require.
19244         (python) <defgroup>: Add :version.
19245         (python-quote-syntax): Re-written.
19246         (inferior-python-mode): Move stuff here from run-python and add
19247         some more.
19248         (python-preoutput-continuation, python-preoutput-result)
19249         (python-dotty-syntax-table): New.
19250         (python-describe-symbol): Use them.
19251         (run-python): Move stuff to inferior-python-mode.  Modify code
19252         loaded into Python.
19253         (python-send-region): Use python-proc, python-send-string.
19254         (python-send-string): Send newlines too.  Callers changed.
19255         (python-load-file): Re-written.
19256         (python-eldoc-function): New.
19257         (info-look): Don't require.
19258         (python-after-info-look): New.  A modified version of former
19259         top-level code for use with eval-after-load.
19260         (python-maybe-jython, python-guess-indent): Use widened buffer.
19261         (python-fill-paragraph): Re-written.
19262         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
19263         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
19265 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19267         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
19268         Set compilation-error-regexp-alist earlier.
19270         * progmodes/compile.el (compilation-minor-mode-map)
19271         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
19272         (compile-goto-error): Re-merge the mouse and non-mouse commands.
19274 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19276         * progmodes/compile.el (compile-goto-error): Select the buffer/window
19277         corresponding to the event.
19279 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
19281         * loadup.el: Add cygwin to system-type list, for unexec() support.
19283 2004-04-12  John Paul Wallington  <jpw@gnu.org>
19285         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
19286         (ibuffer-restore-window-config-on-quit): New variable to replace
19287         `ibuffer-delete-window-on-quit'.  Update all references.
19288         (ibuffer-prev-window-config): New variable.
19289         (ibuffer-quit): Restore previous window configuration instead of
19290         deleting window.
19291         (ibuffer): Save window configuration before showing Ibuffer buffer.
19293         * help.el (describe-mode): Doc fix.
19295 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19297         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
19298         not to treat nil as a function.
19300         * vc-arch.el (vc-arch-root): Be a bit more careful.
19301         (vc-arch-register): Save the buffer if we modified it.
19302         (vc-arch-delete-rej-if-obsolete): Save excursion.
19303         (vc-arch-find-file-hook): Use the simpler after-save-hook.
19304         (vc-arch-responsible-p, vc-arch-init-version): New functions.
19306         * net/ldap.el (ldap-search): Use list*.
19308 2004-04-12  Juri Linkov  <juri@jurta.org>
19310         * info.el (Info-follow-reference): Allow multiline reference name.
19312 2004-04-11  Dave Love  <fx@gnu.org>
19314         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
19316         * progmodes/python.el: New file.
19318 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
19320         * vc-hooks.el (vc-arg-list): Function removed.
19321         (vc-default-workfile-unchanged-p): Use condition-case to check for
19322         backward compatibility.
19324         * vc.el (vc-print-log): Use condition-case to check for backward
19325         compatibility.
19327 2004-04-11  Juri Linkov  <juri@jurta.org>
19329         * dired.el (dired-faces): New defgroup.
19330         (dired-header, dired-mark, dired-marked, dired-flagged)
19331         (dired-warning, dired-directory, dired-symlink, dired-ignored):
19332         New faces.
19333         (dired-header-face, dired-mark-face, dired-marked-face)
19334         (dired-flagged-face, dired-warning-face, dired-directory-face)
19335         (dired-symlink-face, dired-ignored-face): New face variables.
19336         (dired-font-lock-keywords): Use them instead of font-lock faces.
19337         Split the rule for dired marks into 3 separate rules: for marks,
19338         marked file names and flagged file names.
19340         * help-mode.el (help-make-xrefs): Add a final newline to the
19341         *Help* buffer.
19343 2004-04-11  John Paul Wallington  <jpw@gnu.org>
19345         * replace.el (occur-engine): Distinguish between one and several
19346         matches in the matches per buffer heading.
19348 2004-04-11  Kim F. Storm  <storm@cua.dk>
19350         * ido.el (ido-confirm-unique-completion): New defcustom.
19351         (ido-complete): Use it.
19352         (ido-write-file): Set it to t unconditionally.
19354 2004-04-10  Miles Bader  <miles@gnu.org>
19356         RCS keyword removal (only non-comment changes are enumerated here):
19358         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
19359         (byte-compile-insert-header): Don't use `byte-compile-version'.
19360         * forms.el (forms-version): Variable removed.
19361         (forms-mode): Don't use `forms-version'.
19362         * recentf.el (recentf-version): Variable removed.
19363         * progmodes/delphi.el (delphi-version): Variable removed.
19364         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
19366 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
19368         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
19370 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
19372         * info.el (info-apropos): Improve menu item regexp.
19374 2004-04-09  Simon Josefsson  <jas@extundo.com>
19376         * mail/smtpmail.el: Add comment, based on report by
19377         kdc@rcn.com (Kevin D. Clark).
19379 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19381         * progmodes/compile.el (compilation-mode-font-lock-keywords):
19382         Redo one more thing that I didn't notice Daniel had undone.
19384 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
19386         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
19387         (gdb-goto-breakpoint, gdb-display-buffer)
19388         (gdb-display-source-buffer, gdb-view-source-function)
19389         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
19390         (gdb-source-info, gdb-frame-handler): Don't specify a window
19391         for display.
19392         (gdb-info-breakpoints-custom): Remove superfluous update of
19393         assembler buffer.
19394         (gdb-many-windows): Make settable outside gdb.
19396 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
19398         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
19399         Derive from fundamental-mode rather than text-mode.
19401 2004-04-08  Juri Linkov  <juri@jurta.org>
19403         * info.el (Info-history): Doc fix.
19404         (Info-history-list): New var.
19405         (info-xref): Change magenta4 to blue, remove bold for dark and
19406         light backgrounds, change bold to underline for non-color classes.
19407         (info-xref-visited): New face.
19408         (Info-fontify-visited-nodes): New custom.
19409         (Info-hide-note-references): Add new value `hide'.  Doc fix.
19410         (Info-reference-name): New var.
19411         (Info-selection-hook): New custom.
19412         (Info-edit-mode-hook): New var.
19413         (Info-find-file): New fun.
19414         (Info-find-node): Move part of code to Info-find-file.
19415         (Info-find-node-2): Add anchors to Info-history-list.  Move point
19416         to the place with the reference name if name is defined.
19417         (Info-select-node): Add current node to Info-history-list.
19418         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
19419         (Info-search-whitespace-regexp): New custom.
19420         (Info-search-case-fold): New var.
19421         (Info-search): Add "case-sensitively" to the prompt.
19422         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
19423         (Info-search-case-sensitively, Info-search-next): New fun.
19424         (Info-up): Move point to the menu item of the current node.
19425         (Info-history): New fun.  Add *info-history* to
19426         same-window-buffer-names.
19427         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
19428         (Info-insert-toc): New fun.
19429         (Info-build-toc): New fun.
19430         (Info-follow-reference): Add new arg `fork'.  Doc fix.
19431         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
19432         with the same name prefer the reference closest to point.
19433         (Info-next-reference): Replace * by + in the *Note regexp.
19434         Add regexp for http:// and ftp://.  Skip the *Note prefix.
19435         (Info-prev-reference): Replace * by + in the *Note regexp.
19436         Add regexp for http:// and ftp://.  Skip the *Note prefix.
19437         (Info-follow-nearest-node): Add new arg `fork'.
19438         (Info-try-follow-nearest-node): Add new arg `fork'.
19439         Call browse-url for http:// and ftp:// references.
19440         Set Info-reference-name for index entries.
19441         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
19442         Info-search-next, Info-history, Info-toc, clone-buffer.
19443         (Info-menu-update): Replace * by + in the *Note regexp.
19444         (Info-mode): Add documentation for Info-history, Info-toc,
19445         Info-search-case-sensitively, Info-search-next, clone-buffer.
19446         (Info-fontify-menu-headers): Remove fun.  Move code to
19447         Info-fontify-node.
19448         (Info-fontify-node): Add docstring.  Add local vars
19449         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
19450         then fontify header line, titles, menu headers, http and ftp
19451         references, refill paragraphs.  If not-fontified-p is t or
19452         fontify-visited-p is t then fontify cross references, menu items.
19453         Fontify menu headers.  Fontify http and ftp references.
19454         Change regexp for cross references to require whitespace after *Note,
19455         add matching groups for file and node names.  Remove hack for quote.
19456         Use display property for Info-hide-note-references=t.  Use fifth
19457         or fourth match for help-echo.  Display visited nodes in a
19458         different face.  Unhide file names of external references.
19459         Unhide newlines.  Display visited menu items in a different face.
19461 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
19463         * progmodes/compile.el: Require CL.
19464         (compilation-mode-font-lock-keywords): Re-install the "line as
19465         function" patch.
19467         * help-fns.el (help-C-source-directory): New var.
19468         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
19469         (describe-function-1, describe-variable): Use them.
19471         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
19472         to C source files specially.
19474 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
19476         * info.el (Info-hide-cookies-node): New function.
19477         (Info-select-node): Use it.
19478         (Info-display-images-node): Remove message with image file name.
19480 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
19482         * progmodes/compile.el (compilation-warning-face)
19483         (compilation-info-face, compilation-skip-threshold)
19484         (compilation-skip-visited, compilation-context-lines):
19485         Declare :version when added to Emacs.
19486         (compilation-error-regexp-alist-alist): Extend caml and irix.
19487         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
19488         (compilation-mode-font-lock-keywords): Temporarily undo line as
19489         function patch, which wasn't ready.
19491 2004-04-07  Kenichi Handa  <handa@m17n.org>
19493         * international/latin1-disp.el (latin1-display-setup): Check each
19494         character is displayable or not instead of calling
19495         latin1-display-check-font.
19497 2004-04-06  Kenichi Handa  <handa@m17n.org>
19499         * language/ethio-util.el (ethio-sera-being-called-by-w3):
19500         New variable.
19501         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
19502         instead of sera-being-called-by-w3.
19503         (ethio-fidel-to-sera-buffer): Likewise.
19504         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
19505         instead of sera-being-called-by-w3.
19506         (ethio-write-file): Likewise.
19508 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19510         * printing.el: Doc fix.
19512 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
19514         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
19515         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
19516         (gdb-setup-windows): Only use separate IO buffer if required.
19518 2004-04-06  Kim F. Storm  <storm@cua.dk>
19520         * term.el (term-is-xemacs): Remove.
19521         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
19522         (term-window-width): New function.
19523         (term-mode, term-check-size): Use it.
19524         (term-mode): Disable overflow-newline-into-fringe in term buffer.
19526 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19528         * cus-edit.el (custom-add-parent-links): Change unbound variable
19529         `symbol' to `name'.
19531 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
19532         * info.el (info-apropos): New function.
19533         (Info-mode-menu): Add it.
19534         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
19536         * help-mode.el (help-make-xrefs): Recognize aliased variable with
19537         inherited docstring.
19539         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
19541 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19543         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
19545         * progmodes/compile.el (font-lock): Don't require any more.
19546         (compilation-error-properties, compilation-start, compilation-sentinel)
19547         (compilation-filter, next-error): Use with-current-buffer.
19548         (compilation-skip-to-next-location, compilation-skip-threshold)
19549         (compilation-skip-visited): Move to silence the byte-compiler.
19550         (compilation-setup): Simplify.
19551         (compilation-next-error): Use line-(beginning|end)-position.
19552         Make sure `pt' is non-nil before using compilation-loop.
19553         (compile-goto-error): Add optional event arg.  Use it.
19554         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
19555         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
19556         Update the binding for mouse-2.
19557         (first-error): Set compilation-current-error to nil rather than bob.
19558         (compilation-parsing-end, compilation-parse-errors-function)
19559         (compilation-error-list, compilation-old-error-list):
19560         "New" compatibility variables.
19561         (compile-buffer-substring, compilation-compat-error-properties)
19562         (compilation-compat-parse-errors, compilation-forget-errors):
19563         New compatibility functions.
19564         (compilation-mode-font-lock-keywords): Use them.
19566 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
19568         * autorevert.el (auto-revert-handler): If point (or a window
19569         point) is at the end of the buffer, keep it there after
19570         reverting.  This allows to tail a file.
19571         Mention this in the `Commentary'.
19573         * format.el (format-write-file): Add optional argument CONFIRM
19574         and make it behave like the analogous argument to `write-file'.
19576 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19578         * progmodes/ebnf2ps.el: Doc fix.
19579         (ebnf-version): New version number (4.2).
19580         (ebnf-syntax): Customization and docstring fix.
19581         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
19582         Put autoloaded funs before first use.
19583         (ebnf-style-database): Add dtd entry.
19584         (ebnf-syntax-alist): Add dtd initialization.
19585         (ebnf-token-sequence): New fun.
19586         (ebnf-comment-table): Add new comment action character.
19587         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
19589         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
19590         Type Definition for XML).
19592         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
19593         * progmodes/ebnf-bnf.el (ebnf-sequence):
19594         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
19595         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
19596         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
19597         Code simplification: call ebnf-token-sequence.
19599 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
19601         * calendar/timeclock.el (timeclock-relative)
19602         (timeclock-get-project-function, timeclock-get-workday-function)
19603         (timeclock-query-out, timeclock-when-to-leave)
19604         (timeclock-when-to-leave-string, timeclock-log-data)
19605         (timeclock-generate-report, timeclock-in): Doc fixes.
19607 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19609         * url/: New dir.  Import the URL package from its repository.
19611 2004-04-03  Andreas Schwab  <schwab@suse.de>
19613         * diff-mode.el (diff-mode): Fix missing quote.
19615 2004-04-03  Juri Linkov  <juri@jurta.org>
19617         * descr-text.el (describe-property-list): Add `font-lock-face'.
19619         * dired.el (dired-font-lock-keywords): Fix permission regexps.
19621 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19623         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
19624         Use utf-16le on little endian machines and utf-16be otherwise.
19626 2004-04-02  David Kastrup  <dak@gnu.org>
19628         * net/browse-url.el (browse-url-generic): Use call-process
19629         instead of start-process to allow browsers that fork and detach.
19631 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
19633         * compile.el (compilation-current-error): New var.
19634         (compilation-setup, compile-mouse-goto-error)
19635         (compile-goto-error, next-error): Use it.
19636         (compilation-skip-to-next-location): Default to t, which gives
19637         contiguous skipping like old compile (where this was redundant).
19638         (compilation-next-error): Prevent previous-* commands from moving
19639         back to message at or just before point.
19641 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
19643         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
19644         (gdb-source-info): Don't display source at startup, if required.
19645         (gdb-show-main): New option.
19646         (gdba): Update documentation.
19647         (gdb-source): Cover case of auto-display output.
19649 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
19651         * autorevert.el: Delete obsolete autoloads and defvars.
19652         (auto-revert-check-vc-info): New user option.
19653         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
19654         (auto-revert-handler-vc): Delete.
19655         (auto-revert-handler): Treat return value `fast' of
19656         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
19658         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
19659         return `fast'.
19661         * files.el (buffer-stale-function): Doc change.
19663 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19665         * printing.el: New tip on Tips section.
19666         (pr-version): New version number (6.7.4).
19667         (pr-shell-file-name): Initialization fix.
19669 2004-03-31  Juri Linkov  <juri@jurta.org>
19671         * dired.el: Add autoload for `dired-do-touch'.
19672         (dired-touch-program): New var.
19673         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
19674         (dired-no-confirm): Add `touch' to docstring.
19676         * dired-aux.el (dired-do-touch): New fun.
19677         (dired-do-chxxx): Add argument -t for touch operation.
19679         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
19680         `dired-move-to-filename-regexp'.
19682 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
19684         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
19686 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19688         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
19689         and only if the buffer was modified.
19691 2004-03-30  Kenichi Handa  <handa@m17n.org>
19693         * international/characters.el: Delete pairs for U+2308..U+230B.
19695 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
19697         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
19698         to detect the beginning of a level 2 or 3 annotation.
19700 2004-03-29  Kenichi Handa  <handa@m17n.org>
19702         * international/ucs-tables.el (ucs-insert): Fix the error message.
19704 2004-03-29  Kenichi Handa  <handa@m17n.org>
19706         * international/mule-util.el (char-displayable-p): Fix generation
19707         of XLFD file name.
19709         * Makefile.in (setwins, setwins_almost): Change directory to $wd
19710         before finding directories by `find'.
19712 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19714         * subr.el (interactive-form): Delete.  Now implemented in C.
19716         * pcvs.el (cvs-parse-process): Workaround for Darwin.
19718         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
19719         (vc-diff-label): New fun.
19720         (vc-diff-internal): Use it.
19722         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
19724 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19726         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
19728         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
19729         specify XML (EBNFX).
19731         * progmodes/ebnf2ps.el: Doc fix.
19732         (ebnf-version): New version number (4.1).
19733         (ebnf-syntax): Adjust customization.
19734         (ebnf-style-database): Add ebnfx entry.
19735         (ebnf-syntax-alist): Add ebnfx initialization.
19736         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
19738         * printing.el: Doc fix.
19739         (pr-version): New version number (6.7.3).
19740         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
19741         returns nil for mouse position.  Reported by Drew Adams
19742         <drew.adams@oracle.com>.
19743         (pr-update-menus): Modify interactive declaration.  Reported by Drew
19744         Adams <drew.adams@oracle.com>.
19746 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
19748         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
19749         (gud-gdba-marker-filter): Log the process input and output, if
19750         required.  From Stefan Monnier.
19751         (gdb-debug-log, gdb-enable-debug-log): New variables.
19752         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
19754 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19756         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
19757         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
19759 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
19761         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
19762         Call vc-find-file-hook here instead of in auto-revert-buffers.
19763         (auto-revert-buffers): Delete call to vc-find-file-hook.
19764         (auto-revert-verbose, global-auto-revert-non-file-buffers)
19765         (global-auto-revert-mode, auto-revert-set-timer)
19766         (auto-revert-handler, auto-revert-buffers): Doc fixes.
19768 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
19770         * woman.el (woman-change-fonts): Rename local variable
19771         woman-font-alist to font-alist to avoid a compiler warning.
19773 2004-03-27  Dave Love  <fx@gnu.org>
19775         * emacs-lisp/rx.el (rx): Doc fix.
19776         Fix copyright years.
19778         * strokes.el (strokes-global-set-stroke-string): New function.
19779         (strokes-list-strokes): Cope with strings, not just commands.
19780         Set foreground color of image.
19781         (strokes-global-set-stroke): Doc fix.
19783 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
19785         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
19786         Auto Revert mode.
19787         (Buffer-menu-files-only): New variable.
19788         (Buffer-menu-toggle-files-only): New function.
19789         (Buffer-menu-mode-map): Bind it to `T'.
19790         (Buffer-menu-mode): Mention `T' in docstring.
19791         Set buffer-stale-function.
19792         (list-buffers-noselect): Mark buffer non-modified and set
19793         Buffer-menu-files-only.
19795         * dired.el (buffer-stale-function): Remove no longer needed defvar.
19797         * autorevert.el (auto-revert-handler): Print revert message
19798         before, rather than after, reverting.
19799         (buffer-stale-function): Move to files.el.
19801         * files.el (buffer-stale-function): Move here from autorevert.el.
19803 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19805         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
19807         * calc/calc.el (calc-mode-map): Use mapc.
19809         * apropos.el (apropos-mode): Don't autoload.
19810         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
19811         (apropos): Use it.
19812         (apropos-print): Add optional `text' argument.
19813         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
19814         Don't assume point-min == 1.
19816         * bs.el (bs-buffer-list): Use buffer-local-value.
19817         (bs--set-toggle-to-show): Use with-current-buffer.
19819         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
19820         New funs.
19821         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
19823         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
19825         * dabbrev.el (dabbrev-expand): Fix regexp construction.
19826         (dabbrev--find-expansion): Use pop.
19827         (dabbrev--search): Use match-string-no-properties.
19829         * dired.el (dired-mode): Use run-mode-hooks.
19830         (dired-move-to-end-of-filename): Use match-string.
19832         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
19833         is bound before using it.
19834         (ediff-verbose-p): Make it into a var since it's not constant.
19836         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
19838         * faces.el (read-face-font): Don't cons up unnecessarily.
19839         (header-line, tool-bar): Share common parts.
19841         * files.el (file-relative-name): Use compare-strings.
19843         * finder.el (finder-mode): Follow coding convention.
19845         * subr.el (read-number): New function.
19847         * ses.el (ses-read-number): Move to subr.el.
19848         (ses-set-header-row): Use read-number.
19850 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
19852         * vc-hooks.el (vc-arg-list): New function, which handles both
19853         compiled and uncompiled code.
19854         (vc-default-workfile-unchanged-p): Use it.
19856         * vc.el (vc-print-log): Undo prev change, use new function
19857         vc-arg-list from vc-hooks.el.
19859 2004-03-26  Masatake YAMATO  <jet@gyve.org>
19861         * simple.el (completion-setup-function): Emphasize the
19862         first uncommon characters in the completions; and de-emphasize
19863         the common prefix substrings.
19864         (completion-emphasis): New face.
19865         (completion-de-emphasis): New face.
19867 2004-03-25  Juanma Barranquero  <lektu@terra.es>
19869         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
19870         Comment out (it's unused and unfinished code).
19872 2004-03-25  Sam Steingold  <sds@gnu.org>
19874         * vc.el (vc-print-log): Fix a bug in the last patch:
19875         backend-function may be a byte-compiled object, not a lambda.
19877 2004-03-25  Juri Linkov  <juri@jurta.org>
19879         * descr-text.el (describe-property-list): Add a button
19880         for `face' property that calls `describe-face'.
19881         Suggested by Luis Fernandes <elf@ee.ryerson.ca>
19883         * international/mule.el (keyboard-coding-system):
19884         * kmacro.el (kmacro-call-macro): Fix docstring.
19886         * dired.el: Fix comments.
19888         * textmodes/fill.el (fill): Fix Info link.
19890         * font-lock.el (fast-lock, lazy-lock):
19891         * jit-lock.el (jit-lock): Remove links to removed Support Modes
19892         Info node.
19894         * eshell/eshell.el (eshell): Fix broken info-link.
19896         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
19897         * eshell/em-banner.el (eshell-banner):
19898         * eshell/em-smart.el (eshell-smart):
19899         * eshell/esh-cmd.el (eshell-cmd):
19900         Comment out broken info-links to incomplete Info manual.
19902         * info-xref.el: Fix commentary.
19904 2004-03-25  Kevin Ryde  <user42@zip.com.au>
19906         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
19907         Remove spurious node duplicate suppression, doesn't work, not wanted.
19908         (info-xref-output): Take format style args, add "sit-for 0" to let
19909         user see the results as they progress.
19910         (info-xref-check-all-custom): New function.
19912 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
19914         * gdb-ui.el: Moved to progmodes.
19916 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19918         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
19920 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
19922         * calendar/appt.el (appt-check): Remove superfluous progn.
19923         When finished with diary buffer: if it was not being displayed
19924         before, kill it; otherwise restore its original state.
19925         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
19927         * calendar/calendar.el (calendar-set-mode-line): Use total
19928         available mode-line width, rather than frame-width.
19930         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
19931         after mode change so effect not lost.
19933 2004-03-23  Dave Love  <fx@gnu.org>
19935         * dired.el (dired) <defgroup>: Add link to manual.
19936         (dired-font-lock-keywords): Add highlighting on unusual permissions.
19937         (dired-revert): Use dolist.
19938         (dired-mode-map): Add U binding.
19939         (dired-mode): Add font-lock-beginning-of-syntax-function.
19940         (dired-garbage-files-regexp): Make it a defcustom.
19942 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19944         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
19945         is equivalent to nil.
19946         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
19947         (vc-arch-mode-line-string): Accept `added' state.
19948         (vc-arch-state): Use inode-sigs if available.
19949         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
19950         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
19951         (vc-arch-tagline-re): New var.
19952         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
19953         New functions.
19954         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
19955         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
19957         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
19958         (vc-file-not-found-hook): Use it.
19960         * diff-mode.el (diff-default-read-only): Change default.
19961         (diff-mode-hook): Make it a defcustom.  Add some options.
19962         (diff-mode-map): Bind diff-refine-hook.
19963         (diff-yank-handler): New var.
19964         (diff-yank-function): New fun.
19965         (diff-font-lock-keywords): Use them.
19966         (diff-end-of-file): Handle case where file-header looks like diff text.
19967         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
19968         (diff-file-kill): Delete a subsequent empty line, if applicable.
19969         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
19970         (diff-find-file-name): Use it.
19971         (diff-tell-file-name): New command.
19972         (diff-mode): Be careful with view-mode.
19973         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
19974         New functions, for use in diff-mode-hook.
19975         (diff-find-source-location): Catch "regex too large" errors.
19976         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
19977         (diff-refine-hunk): New command.
19979         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
19980         (smerge-context-menu-map): Remove unused var.
19981         (smerge-keep-all): Preserve markers.
19982         (smerge-keep-n): New fun.
19983         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
19984         (smerge-keep-current, smerge-ediff): Use it.
19985         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
19986         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
19987         (smerge-resolve): Resolve trivial 3-part conflicts.
19989 2004-03-23  Juri Linkov  <juri@jurta.org>
19991         * man.el (Man-width): New var.
19992         (Man-getpage-in-background): Use it.
19993         (Man-support-local-filenames): New var and fun.
19994         (Man-build-man-command): Don't add a second %s.
19995         (Man-fontify-manpage): Clean up message.
19996         (Man-mode): Set outline-regexp, outline-level,
19997         imenu-generic-expression.
19999         * woman.el (woman-fill-frame): Doc fix.
20000         (woman-decode-region): Use window-width instead of frame-width.
20002         * abbrevlist.el (list-one-abbrev-table):
20003         * descr-text.el (describe-char):
20004         * international/mule-diag.el (describe-current-coding-system):
20005         * international/quail.el (quail-insert-decode-map):
20006         Use window-width instead of frame-width.
20008         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
20009         (jka-compr-mode-alist-additions): Add tbz.
20010         (jka-compr-write-region, jka-compr-insert-file-contents):
20011         Add message for undefined compress-program.
20012         (jka-compr-write-region): Remove redundant var bindings.
20014         * dired-x.el (dired-guess-shell-alist-default): Add choices for
20015         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
20016         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
20017         (dired-man): Use dired-guess-shell-command.
20018         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
20019         Change default nil to t.
20021         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
20022         (dired-compare-directories): Add default value for empty input.
20024         * help-at-pt.el: Move suggestions for key bindings to Commentary.
20026         * time.el (display-time-string-forms): Fix help-echo date format.
20028 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
20030         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
20031         (buffer-stale-function): New variable.
20032         (auto-revert-list-diff, auto-revert-dired-file-list)
20033         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
20034         (auto-revert-handler): Take over some functionality of deleted
20035         functions.
20036         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
20038         * dired.el (dired-directory-changed-p): New fun, extracted from
20039         dired-internal-noselect.
20040         (dired-buffer-stale-p): New fun.
20041         (dired-internal-noselect): Use dired-directory-changed-p.
20042         Eliminate revert messages.
20043         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
20045 2004-03-23  Kenichi Handa  <handa@m17n.org>
20047         * international/characters.el: Setup syntaxes for more parentheses
20048         Unicode characters.
20050         * international/mule-cmds.el (select-safe-coding-system):
20051         Merge coding-system and auto-cs before comparing them.
20053 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20055         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
20057         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
20058         normal-auto-fill-function and comment-indent-function.
20059         The default values now work just as well.
20060         Don't set font-lock-beginning-of-syntax-function since we already set
20061         syntax-begin-function.
20062         (lisp-outline-level): Put ;;;###autoload at same level as (.
20063         (prin1-char): Quote special chars.
20065         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
20066         than with-no-warnings.
20068         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
20069         if the source location can't be found.
20070         (edebug-compute-previous-result): Use prin1-char.
20072         * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
20073         (debug-ignored-errors): Add an entry.
20075         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
20076         (byte-compile-file): Output warning when deleting a file.
20078         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
20079         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
20081         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
20082         (byte-compile-inline-expand): Use backquote.
20083         (byte-optimize-pure-func): Rename from byte-optimize-concat.
20084         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
20086         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
20088         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
20090 2004-03-22  Juri Linkov  <juri@jurta.org>
20092         * finder.el (finder-known-keywords): Fix data, tex, unix.
20094         * play/landmark.el: Fix keywords.
20096         * language/ethio-util.el (ethio-find-file): Doc fix.
20098         * emacs-lisp/warnings.el: Doc fix.
20100         * textmodes/ispell.el (ispell-help): Doc fix.
20102 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
20104         * format.el (format-insert-file): Always return a list of two
20105         elements, like insert-file-contents does.
20107 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
20109         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
20110         and vc-BACKEND-diff.
20111         (vc-print-log): If the print-log implementation supports it, use
20112         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
20113         (vc-version-diff, vc-diff-internal): Doc fixes.
20115         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
20116         implementation supports it, let diff output go to *vc*,
20117         not *vc-diff*, since this is an internal call.
20119         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
20121         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
20123         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
20125 2004-03-21  Dave Love  <fx@gnu.org>
20127         * progmodes/cfengine.el (cfengine-mode):
20128         Set parse-sexp-ignore-comments.
20130         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
20132 2004-03-21  Juanma Barranquero  <lektu@terra.es>
20134         * allout.el (allout-mode): Fix docstring.
20136 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
20138         * files.el (insert-directory): Fix bug if SWITCHES is a list.
20140         * autorevert.el (auto-revert-interval): Make new value take
20141         effect immediately when set through Custom.
20142         (auto-revert-set-timer): Add interactive declaration.
20144 2004-03-19  David Ponce  <david@dponce.com>
20146         * ruler-mode.el (ruler-mode-header-line-format-old):
20147         Don't `make-variable-buffer-local'.
20148         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
20149         (ruler-mode-header-line-format): Simply funcall the above.
20150         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
20151         to save/restore a previous header line format.
20152         (ruler-mode-space): Don't depend on a numeric WIDTH value.
20153         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
20154         fringes and margins width.
20155         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
20157 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
20159         * log-edit.el (log-edit-font-lock-keywords): Typo.
20161         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
20162         (tex-send-tex-command): Rather than here.
20163         (tex-compilation-parse-errors): Simplify.
20165         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
20167         * time.el (display-time-string-forms): Add help-echo with date on time.
20169         * composite.el (compose-region): Use restore-buffer-modified-p.
20171         * disp-table.el (standard-display-8bit): Simplify.
20173         * server.el (server-process-filter): Delete temp frame.
20175         * add-log.el (add-change-log-entry): Simplify.
20177 2004-03-19  Kim F. Storm  <storm@cua.dk>
20179         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
20180         (hexl-follow-line): Don't require 'fringe.
20182         * progmodes/compile.el (compilation-start): Always set
20183         compilation-last-buffer and return it.
20185 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
20187         * simple.el (clone-buffer): Doc fix.
20189 2004-03-18  Juanma Barranquero  <lektu@terra.es>
20191         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
20193 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20195         * log-edit.el (log-edit-font-lock-keywords): New var.
20196         (log-edit-mode): Use it.
20198 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
20200         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
20201         properly for watching in speedbar.
20203 2004-03-17  Masatake YAMATO  <jet@gyve.org>
20205         * smerge-mode.el (smerge-popup-context-menu):
20206         Put `unwind-protect' around `overlay-put' and `popup-menu'.
20208 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20210         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
20211         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
20212         Take sealed revisions into account.
20213         (vc-arch-checkin): Extract a summary line from the message.
20215 2004-03-16  Masatake YAMATO  <jet@gyve.org>
20217         * register.el (register): Provide `register' feature.
20219 2004-03-15  Masatake YAMATO  <jet@gyve.org>
20221         Added context menu support in smerge mode.
20222         Most of the part is written by Stefan Monnier.
20224         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
20225         New keymap and menu.
20226         (smerge-text-properties): New function.
20227         (smerge-remove-props): New function.
20228         (smerge-popup-context-menu): New function.
20229         (smerge-resolve): Call `smerge-remove-props'.
20230         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
20231         (smerge-keep-current): Ditto.
20232         (smerge-kill-current): New function.
20233         (smerge-match-conflict): Put text properties.
20234         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
20236 2004-03-15  David Ponce  <david@dponce.com>
20238         * ruler-mode.el (ruler-mode-left-fringe-cols)
20239         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
20240         (ruler-mode-right-scroll-bar-cols): Remove.
20241         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
20242         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
20243         Use fringe-columns and scroll-bar-columns.
20245 2004-03-15  Masatake YAMATO  <jet@gyve.org>
20247         * hl-line.el (hl-line-range-function): New variable.
20248         (hl-line-move): New function.
20249         (global-hl-line-highlight): Use `hl-line-move'.
20250         (hl-line-highlight): Ditto.
20252         * scroll-bar.el (scroll-bar-columns):
20253         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
20255         * ruler-mode.el (top-level): Require scroll-bar and fringe.
20256         (ruler-mode-left-fringe-cols)
20257         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
20258         (ruler-mode-right-scroll-bar-cols)
20259         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
20260         (ruler-mode-ruler-function): New variable.
20261         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
20262         if the value for `ruler-mode-ruler-function' is given.
20264         * hexl.el (hexl-mode-hook): Make the hook customizable.
20265         (hexl-address-area, hexl-ascii-area): New customize variables.
20266         (hexlify-buffer): Put font-lock-faces on the address area and
20267         the ascii area.
20268         (hexl-activate-ruler): New function.
20269         (hexl-follow-line): New function.
20270         (hexl-highlight-line-range): New function.
20271         (hexl-mode-ruler): New function.
20273 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20275         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
20276         (vc-default-find-file-hook): New fun.
20277         (vc-find-file-hook): Call new find-file-hook operation.
20279         * vc-arch.el: New file.
20281 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
20283         * info-look.el (info-lookup): Reuse an existing Info window.
20285 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
20287         * woman.el (woman-preserve-ascii): Default value changed to t and
20288         doc string revised.
20290 2004-03-12  Richard M. Stallman  <rms@gnu.org>
20292         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
20293         Fix minor bug.
20295         * replace.el (occur-engine): Change message for count of matches.
20297         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
20298         For strings, do compare text properties.
20300 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
20302         * progmodes/compile.el (compile-auto-highlight)
20303         (compilation-error-list, compilation-old-error-list)
20304         (compilation-parse-errors-function, compilation-parsing-end)
20305         (compilation-error-message, compilation-directory-stack)
20306         (compilation-enter-directory-regexp-alist)
20307         (compilation-leave-directory-regexp-alist)
20308         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
20309         (compilation-current-file, compilation-regexps): Remove vars.
20311         (compile-error-at-point, compilation-error-filedata)
20312         (compilation-error-filedata-file-name, compile-reinitialize-errors)
20313         (compilation-next-error-locus, compilation-forget-errors)
20314         (count-regexp-groupings, compilation-parse-errors)
20315         (compile-collect-regexps, compile-buffer-substring): Remove funs.
20317         (compile-internal): Make obsolete.
20319         (compilation-first-column, compilation-error)
20320         (compilation-directory-matcher, compilation-page-delimiter)
20321         (compilation-mode-font-lock-keywords, compilation-debug)
20322         (compilation-error-face, compilation-warning-face)
20323         (compilation-info-face, compilation-line-face)
20324         (compilation-column-face, compilation-enter-directory-face)
20325         (compilation-leave-directory-face, compilation-skip-threshold)
20326         (compilation-skip-visited, compilation-context-lines): New vars.
20328         (compilation-warning-face, compilation-info-face)
20329         (compilation-message-face): New faces.
20331         (compilation-error-regexp-alist-alist): New constant.
20333         (compilation-face, compilation-directory-properties)
20334         (compilation-assq, compilation-error-properties, compilation-start)
20335         (define-compilation-mode, compilation-loop)
20336         (compilation-set-window): New functions.
20338         (compile): Additional argument for interactive compiles like TeX.
20340         * progmodes/grep.el (kill-grep): Move here from compile.el
20341         (grep-error, grep-hit-face, grep-error-face)
20342         (grep-mode-font-lock-keywords): New variables.
20343         (grep-regexp-alist): Simplify regexp and add `binary' case.
20344         (grep-mode): New mode.
20345         (grep-process-setup): Simplify.
20347 2004-03-11  Jason Rumney  <jasonr@gnu.org>
20349         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
20350         letters on DOS/Windows.
20352 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20354         * server.el (server-name): New var.
20355         (server-socket-dir): New var to replace server-socket-name.
20356         (server-start): Use them.
20358 2004-03-11  Simon Josefsson  <jas@extundo.com>
20360         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
20361         died to avoid infloop.  Reported by Jonathan Glauner
20362         <jglauner@sbum.org>.
20364 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20366         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
20367         (smerge-mode-menu): Use it to deactivate menu entries.
20368         (smerge-keep-current): New fun.
20369         (smerge-keep-current): Use it.
20371 2004-03-10  John Paul Wallington  <jpw@gnu.org>
20373         * foldout.el (foldout-fold-list, foldout-modeline-string):
20374         Declare them as variables, not constants.
20376 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20378         * ps-print.el: Modification to print *Messages* buffer.
20379         (ps-print-version): New version 6.6.4.
20380         (ps-message-log-max): New fun.
20381         (ps-spool-without-faces, ps-spool-with-faces)
20382         (ps-count-lines-preprint): Code fix.
20384         * printing.el: New tips in Tips section.
20386 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20388         * delim-col.el: Doc fix.
20390         * printing.el: Doc fix.  New doc section (Tips).
20392 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
20394         * type-break.el (type-break-emacs-variant): Remove.
20395         (type-break-run-at-time, type-break-cancel-function-timers):
20396         Use fboundp rather than version name and number.
20398 2004-03-09  Masatake YAMATO  <jet@gyve.org>
20400         * hexl.el (hexl-mode): Use `make-local-variable' instead of
20401         `make-variable-buffer-local'.
20403 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
20405         * find-dired.el (find-dired): Call `shell-command' instead of
20406         `start-process-shell-command'.  By this, Tramp takes over
20407         handling of remote directories.
20409 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20411         * newcomment.el (comment-use-global-state): New var.
20412         (comment-search-forward): Use it.
20414         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
20416         * cus-edit.el (fill) <defgroup>: Move to fill.el.
20418         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
20419         (enable-kinsoku): Make it a defcustom.
20420         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
20421         paragraph to same-comment-start-marker.
20423 2004-03-07  Dave Love  <fx@gnu.org>
20425         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
20426         (browse-url-mail): Use it.
20428         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
20429         (rfc2368-unhexify-string): Use replace-regexp-in-string.
20431 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
20433         * woman.el (woman-man.conf-path): Doc fix.
20434         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
20436 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
20438         * sort.el (sort-columns): Remove ms-dos from the list of systems
20439         where the external `sort' command is not used.
20441 2004-03-07  Kim F. Storm  <storm@cua.dk>
20443         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
20444         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
20445         from overlay-arrow-variable-list.
20446         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
20448 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
20450         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
20451         overlay arrow string properly for the assembler buffer.
20453 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20455         * mail/sendmail.el (mail-mode): Fix last change.
20457 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
20459         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
20460         for the assembler buffer.
20461         (gdb-assembler-custom): Position the overlay arrow.
20462         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
20464 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20466         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
20468         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
20469         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
20471         * mail/sendmail.el (mail-mode): Set comment-start-skip.
20473         * newcomment.el (uncomment-region): Allow non-terminated comment.
20474         (comment-normalize-vars): Check the user-specified comstart marker.
20476 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
20478         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
20479         Otherwise, do use it if the region only contains font-lock text
20480         properties.
20482 2004-03-04  Masatake YAMATO  <jet@gyve.org>
20484         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
20485         as the callback function for eldoc.
20486         (hexl-print-current-point-info): New function.
20487         (hexl-current-address): Print the address in both decimal
20488         and hexadecimal format.
20490 2004-03-04  Richard M. Stallman  <rms@gnu.org>
20492         * mail/rmail.el (rmail-convert-to-babyl-format):
20493         Specify t for UNIBYTE when calling mail-unquote-printable-region.
20495         * mail/mail-utils.el (mail-unquote-printable-region):
20496         New arg UNIBYTE.
20498         * startup.el (command-switch-alist): Doc fix.
20500         * simple.el (undo): Temporarily set this-command to `undo-start',
20501         then set it to `undo' once undo-start returns without error.
20503         * simple.el (minibuffer-history-sexp-flag): Doc fix.
20505         * simple.el (kill-line): Don't disregard trailing whitespace
20506         in eol condition, if show-trailing-whitespace is set.
20508         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
20509         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
20510         When disabling, restore old values only if mouse-sel-has-been-enabled.
20512         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
20513         (isearch-{-char): New function.
20514         (isearch-mode-map): Bind { to isearch-{-char.
20516         * font-lock.el (lisp-font-lock-keywords-2):
20517         Turn off the CL with-... and do-... general patterns.
20518         Instead, recognize several specific with... and do... constructs.
20520         * files.el (switch-to-buffer-other-window):
20521         Bind same-window-buffer-names and same-window-regexps to nil.
20522         (switch-to-buffer-other-frame): Likewise.
20524 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20526         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
20527         recognizing leading comment on code line.
20529 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20531         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
20532         hidden files/directories.
20534 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20536         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
20537         only comment-start (in case the mode hasn't set it).
20539         * Makefile.in (AUTOGENEL): New var.
20540         (bootstrap-prepare): Rename from bootstrap-clean.
20541         Don't remove elc files.
20542         (maintainer-clean): New target.
20544         * xml.el (xml-get-attribute-or-nil): Simplify.
20546 2004-03-02  Juri Linkov  <juri@jurta.org>
20548         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
20549         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
20550         URL to prevent their substitution with the environment variable
20551         values by browsers.
20553 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20555         * ps-print.el: Doc fix.
20556         (ps-print-version): New version number (6.6.3).
20557         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
20558         Docstring fix.
20559         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
20560         before printing.
20561         (ps-time-stamp-yyyy-mm-dd): New fun.
20562         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
20564 2004-03-02  Kim F. Storm  <storm@cua.dk>
20566         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
20568 2004-03-01  Juanma Barranquero  <lektu@terra.es>
20570         * allout.el (allout-rebullet-heading): Fix typo in docstring.
20572         * desktop.el (desktop-file-version)
20573         (desktop-after-read-hook): Fix typos.
20574         (desktop-clear-preserve-buffers): Remove redundant info in
20575         docstring already shown by the obsolescence message.
20576         (desktop-truncate, desktop-internal-v2s)
20577         (desktop-value-to-string): Change argument name to match docstring.
20579         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
20581         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
20582         docstring.
20584 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20586         * printing.el: Replace "As Is..." in PostScript file print/preview by
20587         "No Preprocessing...".  Suggested by Colin Marquardt
20588         <_marquardt_@zmd.de>.
20589         (pr-insert-section-4): Adjust buffer interface.
20591 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
20593         Version 2.0.39 of Tramp released.
20595         * net/tramp.el (tramp-handle-file-local-copy)
20596         (tramp-handle-write-region, tramp-open-connection-rsh):
20597         Variable name typo.  Small change.  From Patrick Tullmann
20598         <tullmann@flux.utah.edu>.
20599         (tramp-process-connection-type): New variable.
20600         (tramp-maybe-open-connection): Use it.
20601         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
20602         (tramp-touch): Set last-modified time of a remote file.
20603         (tramp-handle-write-region): Say which function is used when encoding.
20605 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
20607         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
20608         case of non-existing filename, too.  Reported by Christoph Bauer
20609         <c_bauer@informatik.uni-kl.de>.
20610         (tramp-smb-get-file-entries): The directory in question should
20611         have permissions "drwxrwxrwx".  Just virtual, because we don't
20612         know the real permissions.  Don't we know?
20613         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
20614         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
20615         (tramp-smb-wait-for-output): Optimize algorithm getting pending
20616         output.  If it was received chunkwise, there have been problems.
20617         Remove the "prompt not found" error message; it is obvious.
20618         Simplify algorithm.
20619         (tramp-smb-process-running): Remove.  Since we acknowledge the
20620         virtual prompt for shares, there's no need for distinction of
20621         reading shares (process ends afterwards) and interactive mode of
20622         smblient.
20623         (tramp-smb-open-connection): Setting process sentinel removed.
20624         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
20625         "NT_STATUS_NETWORK_ACCESS_DENIED".
20626         (tramp-smb-maybe-open-connection): Set `process-connection-type'
20627         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
20628         (top-level): Setting default value in `tramp-default-method-alist'
20629         corrected.  Order of USER and HOST have been wrong.
20630         Nobody complained for months ...
20631         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
20632         (tramp-smb-open-connection): Clear password cache if login has failed.
20634         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
20635         `tramp-unified-filenames'.
20636         (tramp-completion-mode): Make test for XEmacs explicitly.
20637         `event-to-character' can exists in Emacs packages too.
20638         Reported by Matt Swift <swift@alum.mit.edu>.
20639         (tramp-buffer-name): Buffer name must contain the user if exists.
20640         Reported by Adrian Phillips <a.phillips@met.no>.
20641         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
20642         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
20643         (tramp-do-copy-or-rename-file-out-of-band): Rename from
20644         `tramp-do-copy-or-rename-file-one-local', because it handles also
20645         the case both files use the same out-of-band method.
20646         Implementation added.
20647         (tramp-handle-file-local-copy, tramp-handle-write-region):
20648         Out-of-band handling removed.  `copy-file' called instead, which
20649         calls `tramp-do-copy-or-rename-file-out-of-band'.
20650         (tramp-action-password): Check for out-of-band method removed.
20651         This function is used for 'login-program.
20652         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
20653         appropriate.
20654         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
20655         and `tramp-parse-sknownhosts'.
20656         (tramp-completion-function-alist): It's a defvar now, because we
20657         want to apply the optimized `tramp-set-completion-function'
20658         instead of a static list.
20659         (tramp-set-completion-function): Implementation tuned.
20660         Avoid double entries, and entries where the function or the
20661         file/directory doesn't exist.
20662         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
20663         for SSH2.
20664         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
20665         (tramp-handle-dired-compress-file): New function.
20666         (tramp-async-proc): New variable.
20667         (tramp-handle-shell-command): Adding asynchronous processes.
20668         They are far from being perfect, but it works at least for
20669         `find-grep-dired' and `find-name-dired' in Emacs 22.1.
20670         (top-level): Require password.el if visible.  Should be mandatory
20671         once No Gnus has found its way into (X)Emacs.
20672         (tramp-read-passwd): Invoke `password-read' if available,
20673         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
20674         fallback any longer.
20675         (tramp-clear-passwd): New function.
20676         (tramp-process-actions, tramp-process-multi-actions):
20677         Clear password cache if login has failed.
20679         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
20680         its own module.
20681         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
20682         `ange-ftp-ftp-name-res'.  There could be incorrect values from
20683         previous calls in case the "ftp" method is used in the Tramp file
20684         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
20686 2004-02-28  Richard M. Stallman  <rms@gnu.org>
20688         * term.el (term-mouse-paste): Call mouse-set-point.
20690         * thumbs.el: New file.
20692 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20694         * progmodes/ebnf-abn.el: Doc fix.
20696         * progmodes/ebnf-bnf.el: Doc fix.
20697         (ebnf-repeat): Code fix.
20699         * progmodes/ebnf2ps.el: Doc fix.
20700         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
20702 2004-02-28  Juri Linkov  <juri@jurta.org>
20704         * ffap.el (dired-at-point): Additional writability test for
20705         relative directory names.
20706         (dired-at-point-prompter): Treat directories as a directory, get
20707         the directory component from files.
20708         (ffap-string-at-point): Return string from region if region is active.
20709         (ffap-file-at-point): Remove redundant code.
20711 2004-02-28  Kim F. Storm  <storm@cua.dk>
20713         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
20714         Initialize margin area images to nil.
20715         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
20716         (breakpoint-enabled-bitmap-face)
20717         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
20718         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
20719         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
20720         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
20721         (gdb-reset): Use gdb-remove-breakpoint-icons.
20722         (gdb-put-string): Add dprop arg to specify alternative display
20723         property (for setting fringe bitmap).
20724         (gdb-remove-strings): Doc fix.
20725         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
20726         icon in fringe (if available), or else as icon or text in display
20727         margin.  Creates necessary icons in breakpoint-bitmap,
20728         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
20729         Also make left window margin if required.
20730         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
20731         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
20732         no longer needed.
20733         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
20734         gdb-put-breakpoint-icon.
20735         (gdb-assembler-mode): Don't set left-margin-width here.
20737 2004-02-27  Kevin Ryde  <user42@zip.com.au>
20739         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
20740         comma, so that it DTRT in macros.
20742 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
20744         * progmodes/sh-script.el (sh-shell-arg)
20745         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
20746         (sh-leading-keywords, sh-other-keywords): Fix custom type.
20748 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
20750         * faces.el (face-spec-set-match-display): Add a new attribute,
20751         `min-colors'.
20752         (region, highlight, secondary-selection): Use `min-colors'.
20754         * custom.el (defface): Add documentation for `min-colors'.
20756         * font-lock.el (font-lock-comment-face, font-lock-string-face)
20757         (font-lock-keyword-face, font-lock-function-name-face)
20758         (font-lock-variable-name-face, font-lock-constant-face):
20759         Use `min-colors'.
20761         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
20763 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20765         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
20766         define assq-delete-all if it's not defined.
20767         (ebnf-generate-region): Code fix.
20769         * printing.el: Doc fix.
20770         (pr-version): New version number (6.7.2).
20771         (pr-command): Return empty string if command is an empty string.
20773 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20775         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
20777         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
20778         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
20779         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
20780         "tt" ["test"] ).  Reported by Markus Dreyer
20781         <mdreyer@ix.urz.uni-heidelberg.de>.
20782         (ebnf-version): New version number (4.0).
20783         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
20784         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
20785         (ebnf-delete-style): New commands.
20786         (ebnf-directory, ebnf-file): New funs.
20787         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
20788         (ebnf-production-name-p, ebnf-stop-on-error): New options.
20789         (ebnf-syntax-alist): New var.
20790         (ebnf-element-width): New fun replacing ebnf-list-width.
20791         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
20792         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
20793         (ebnf-prologue): Adjust vars.
20794         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
20795         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
20796         (ebnf-check-style-values, ebnf-generate-production)
20797         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
20798         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
20799         (ebnf-token-repeat): Code fix.
20801         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
20802         %right, %left and %prec.  Suggested by Matthew K. Junker
20803         <junker@alum.mit.edu>.
20804         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
20806         * progmodes/ebnf-iso.el: Doc fix.
20807         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
20808         (ebnf-iso-lex): Code fix.
20810         * progmodes/ebnf-bnf.el: Doc fix.
20811         (ebnf-bnf-lex): Code fix.
20813         * progmodes/ebnf-otz.el: Doc fix.
20815 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
20817         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
20818         (abbrev-prefix-mark): Doc fix.
20820 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
20822         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
20823         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
20824         (gdb-var-delete): Make interactive (really).
20825         (gdb-edit-value): Make non-interactive.
20827         * progmodes/gud.el (gud-speedbar-menu-items):
20828         Add gdb-var-delete and, indirectly, gdb-edit-value.
20829         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
20830         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
20831         (gud-gdb-marker-filter): Add comment for annotations.
20833 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
20835         * calendar/calendar.el (generate-calendar)
20836         (calendar-read-date): Prevent display of BC calendars once more -
20837         reverts 2003-10-01 change.
20838         (generate-calendar-month): Doc fix.
20840 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
20842         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
20843         return value of increment-calendar-month.
20845 2004-02-21  Stephen Compall  <s11@member.fsf.org>
20847         * saveplace.el (save-place-forget-unreadable-files)
20848         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
20849         (save-place-forget-unreadable-files): New function.
20850         (save-place-alist-to-file): Use it to filter out files that are
20851         no longer readable.
20853         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
20854         current Texinfo environment, using the same method as in
20855         `texinfo-insert-@end', and insert a space rather than a newline if
20856         point in a @table environment.
20858 2004-02-21  Juri Linkov  <juri@jurta.org>
20860         * ffap.el (ffap-file-at-point): Try parent directories.
20862 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
20864         * vcursor.el (vcursor-modifiers): New defcustom.
20865         (vcursor-cs-binding): Use vcursor-modifiers instead of a
20866         hard-coded list.
20868 2004-02-21  Masatake YAMATO  <jet@gyve.org>
20870         * play/animate.el (animate-birthday-present): Accept names other
20871         than `Sarah', too.
20873 2004-02-21  Juri Linkov  <juri@jurta.org>
20875         * startup.el: Remove table of command line arguments from the
20876         Commentary section.
20878 2004-02-20  John Wiegley  <johnw@newartisans.com>
20880         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
20881         again" modifier from 'e' to 'E', since 'e' is also used by the
20882         "file extension" modifier.
20884 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
20886         * help-fns.el (describe-categories): Doc fix.
20888 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
20890         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
20891         temporary file for buffer already visiting one.  This change makes
20892         output likely to be directly usable by patch program.
20893         Suggested by Adrian Aichner  <adrian@xemacs.org>
20895 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
20897         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
20898         case of variables defined in compound statements.
20899         (gdb-setup-windows, gdb-source-info, gdb-source-info):
20900         Simplify constructions using switch-to-buffer.
20902 2004-02-19  Simon Josefsson  <jas@extundo.com>
20904         * play/morse.el: Fix typo.
20905         (morse-code): Add @.
20907 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
20909         * calendar/appt.el (appt-display-format): Change default to
20910         'ignore, for backwards compatibility.
20911         (appt-display-message): If appt-display-format is 'ignore,
20912         respect old vars appt-msg-window and appt-visible.
20913         (appt-activate): Don't depend on return value of cancel-timer.
20915         * calendar/calendar.el (calendar-holidays): Doc fix.
20917         * calendar/cal-coptic.el (coptic-prompt-for-date):
20918         Use assoc-string instead of assoc-ignore-case.
20919         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
20920         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
20921         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
20922         * calendar/cal-islam.el (calendar-goto-islamic-date)
20923         (mark-islamic-diary-entries): Ditto.
20924         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
20925         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
20926         (calendar-read-mayan-tzolkin-date): Ditto.
20927         * calendar/calendar.el (calendar-read-date): Ditto.
20928         * calendar/diary-lib.el (mark-diary-entries): Ditto.
20930 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
20932         * progmodes/executable.el (executable-command-find-posix-p):
20933         Fix choice of the directory.
20935 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
20937         * simple.el (interprogram-cut-function)
20938         (interprogram-paste-function, kill-new, kill-append):
20939         Doc fixes.
20940         (kill-region): Make it return nil.  Doc fix.
20941         (yank-pop): Make its argument optional.
20942         (yank): Make ARG `-' equivalent to `-1'.
20944 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
20946         * mail/rmail.el (rmail-get-new-mail): Don't reference
20947         rmail-use-spam-filter if rmail-spam-filter is not loaded.
20949 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
20951         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
20952         if one of global-auto-revert-non-file-buffers or autorevert-mode
20953         is non-nil.
20955 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
20957         * subr.el (delete-dups): A better implementation from Karl Heuer
20958         <kwzh@gnu.org>.
20960 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
20962         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
20963         correct place.
20964         * progmodes/icon.el (icon-indent-command): Ditto.
20965         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
20967 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
20969         * progmodes/grep.el (grep-compute-defaults): Undo change from
20970         2004-01-29: don't use executable-command-find-posix-p.
20972 2004-02-16  Richard Sharman  <rsharman@pobox.com>
20974         * hilit-chg.el: Use require instead of eval-and-compile.
20975         (highlight-compare-buffers): New function.
20977 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
20979         * man.el (Man-fontify-manpage): Render section headings in
20980         `Man-overstrike-face' even when overstrike was not used by man
20981         formatter for section headings.
20983 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
20985         * rmail-spam-filter.el (vm-use-spam-filter)
20986         (rsf-min-region-length-added-to-spam-list): New variables.
20987         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
20988         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
20989         spam testing.  Don't delete spam message if automatic deletion
20990         after output via variable rmail-delete-after-output is turned on.
20991         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
20992         rsf-bbdb-dont-create-entries-for-spam.
20993         (check-field): New function, extracted from code in
20994         rmail-spam-filter to ease addition of header fields like content-type.
20995         (message-content-type): New variable to check the content-type:
20996         field added, also in defcustom of rsf-definitions-alist.
20997         (rmail-spam-filter): Replace repeated test code for header fields
20998         by calls to check-field; change the call to
20999         rmail-output-to-rmail-file such that rmail-current-message stays
21000         the same to avoid wrong deletion of unseen flags.
21001         (rsf-add-contents-type): New function to convert old format
21002         of rmail-spam-definitions-alist into new one.
21003         Change prefixes of all variables and functions from
21004         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
21006 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
21008         * loadhist.el (unload-hook-features-list): New defvar.
21010 2004-02-16  Dave Love  <fx@gnu.org>
21012         * loadhist.el (unload-feature): Doc fix.  Rename flist to
21013         unload-hook-features-list.
21015 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
21017         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
21018         cookie.  Don't check if we are looking-at open-formula.
21020 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
21022         * subr.el (match-string-no-properties): Use substring-no-properties.
21024 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
21026         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
21027         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
21028         Use lower-case "rx" in all error message.
21030 2004-02-16  Dave Love  <fx@gnu.org>
21032         * emacs-lisp/rx.el (rx-or): Put group around result.
21033         (rx-constituents): Add backref.
21034         (rx-syntax): Add string-delimiter, comment-delimiter.
21035         (rx-categories): Add combining-diacritic.
21036         (rx-check-not, rx-greedy, rx): Doc fix.
21037         (rx-backref, rx-check-backref): New.
21039 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
21041         * newcomment.el (uncomment-region): Allow eob as comment end.
21043 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
21045         * filecache.el: All message and error commands now use prefix
21046         "Filecache:" to make it easy to read *Messages* buffer.
21048 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
21050         * autorevert.el: Add support to detect changed dired and VC buffers.
21051         (auto-revert-active-p, auto-revert-list-diff)
21052         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
21053         (auto-revert-handler, auto-revert-active-p): New functions.
21054         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
21055         and `auto-revert-active-p'.
21056         (eval-when-compile): Defvar dired-directory and vc-mode.
21057         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
21058         (auto-revert-handler-vc): New functions.
21060 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
21062         * progmodes/compile.el (compilation-directory): New defvar.
21063         (compile): Save current directory in compilation-directory.
21064         (recompile): Bind default-directory to compilation-directory if
21065         that is non-nil.
21067 2004-02-16  Dave Love  <fx@gnu.org>
21069         * newcomment.el (comment-insert-comment-function)
21070         (comment-region-function, uncomment-region-function): New.
21071         (comment-indent): Use comment-insert-comment-function.
21072         (uncomment-region): Use uncomment-region-function.
21073         (comment-region): Use comment-region-function.
21075         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
21077 2004-02-16  Richard Stallman  <rms@gnu.org>
21079         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
21080         loaddefs* and ldefs-boot*.
21082 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
21084         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
21085         and email address at the beginning and end of the address.
21087         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
21088         anchored at the beginning of the email address.
21090 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
21092         * international/ccl.el (ccl-compile-write): Pass `left' to
21093         ccl-embed-code to generate correct code of write-expr-register.
21095 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
21097         * progmodes/grep.el (grep-compute-defaults): Fix typos.
21099 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21101         * x-dnd.el: Mention support for Motif in commentary.
21102         (x-dnd-handle-drag-n-drop-event): Ditto.
21104 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
21106         * ses.el: Use "ses--" prefixes for buffer-local variables.
21107         Use (point-min) instead of 1, even when we know the buffer
21108         is unnarrowed.
21109         (ses-build-load-map): Delete.  Distribute its content to defconsts for
21110         the three maps.
21111         (ses-menu, ses-header-line-menu): New menus.
21112         (ses-mode-map): Use them.
21113         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
21115 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
21117         * Makefile.in: Fix the CC Mode recompile kludge so it works
21118         when building in a different directory.
21120 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
21122         * simple.el (kill-new): Put yank-handler property on the entire string.
21124 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21126         * diff.el: Don't use compile any more, use diff-mode instead.
21127         (diff-regexp-alist, diff-old-file, diff-new-file)
21128         (diff-parse-differences, diff-process-setup): Remove.
21129         (diff-sentinel): New fun.
21130         (diff): Use it.  Run the process ourselves.
21131         Use diff-mode for the rest of the processing.
21133         * diff.el (diff): Simplify code handling `switch'.
21135 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21137         * pcvs-defs.el (cvs-menu): Add `tag'.
21139 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
21141         * simple.el (kill-append): Doc fix.
21143         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21144         Adapt outline-regexp to the new conventions for commenting out code.
21146 2004-02-11  John Paul Wallington  <jpw@gnu.org>
21148         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
21150 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21152         * diff.el (diff-switches): New fun.
21153         (diff, diff-backup): Use it.
21154         (diff): Clean up the args construction.  Use backquote.
21155         Use listp instead of consp to avoid putting a nil arg.
21156         (diff): Add a revert-buffer function.
21158 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21160         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
21161         handled by x-dnd-handle-file-name.
21162         (x-dnd-known-types): Add COMPOUND_TEXT.
21163         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
21164         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
21165         x-dnd-empty-state.
21166         (x-dnd-forget-drop): Ditto.
21167         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
21168         (x-dnd-handle-one-url): Return private when inserting text.
21169         (x-dnd-insert-ctext): New function.
21170         (x-dnd-handle-file-name): New function for FILE_NAME.
21171         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
21172         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
21173         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
21175 2004-02-10  Kenichi Handa  <handa@m17n.org>
21177         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
21178         instead of while loop.
21180 2004-02-10  Miles Bader  <miles@gnu.org>
21182         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
21184 2004-02-09  Kenichi Handa  <handa@m17n.org>
21186         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
21187         have end-of-line.
21189 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
21191         * Makefile.in: Added extra dependencies in the recompile target
21192         needed to cope with the compile time macro expansions in CC Mode.
21194 2004-02-09  Kim F. Storm  <storm@cua.dk>
21196         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
21197         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
21198         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
21199         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
21200         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
21201         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
21202         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
21203         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
21204         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
21205         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
21206         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
21208 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21210         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
21211         Don't allow shrink if there's a window on our right.
21213         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
21214         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
21215         Bring together declaration and initialization.
21216         (prolog-mode-variables): Don't set the syntax table.
21217         Don't set paragraph-start and comment-indent-function.
21218         Add /*..*/ to the comment regexps.
21219         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
21220         (prolog-mode-map): Don't bind TAB.
21221         (prolog-mode): Set the syntax table.
21222         (prolog-comment-indent): Remove.
21223         (inferior-prolog-mode-map): Initialize in the declaration.
21224         (inferior-prolog-mode-syntax-table)
21225         (inferior-prolog-mode-abbrev-table): New vars.
21226         (inferior-prolog-mode): Derive from comint-mode.
21227         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
21228         minibuffer windows.
21230         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
21231         in file names, as long as it is unambiguous.
21233 2004-02-08  Andreas Schwab  <schwab@suse.de>
21235         * textmodes/reftex-toc.el
21236         (reftex-toc-load-all-files-for-promotion): Remove useless use of
21237         format.  Doc fix.
21239         * textmodes/refer.el (refer-find-entry-internal): Remove extra
21240         format string arguments.
21242         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
21243         string argument.
21245         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
21247         * play/zone.el (zone-call): Fix format string.
21249         * net/webjump.el (webjump-builtin): Add missing format string argument.
21251         * midnight.el (midnight-delay-set): Remove extra format string argument.
21253         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
21255         * hexl.el (hexl-insert-char): Add missing format string argument.
21257         * format.el (format-decode): Fix format string.
21259         * emulation/vi.el (vi-mode): Remove extra format string argument.
21260         (vi-repeat-last-search): Likewise.
21261         (vi-reverse-last-search): Likewise.
21262         (vi-goto-mark): Likewise.
21263         (vi-reverse-last-find-char): Likewise.
21264         (vi-repeat-last-find-char): Likewise.
21265         (vi-locate-def): Likewise.
21267         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
21269         * ediff-util.el (ediff-toggle-read-only): Remove extra format
21270         string argument.
21271         (ediff-toggle-regexp-match): Likewise.
21273         * dired-aux.el (dired-do-query-replace-regexp): Add missing
21274         format string argument.
21276         * calc/calc-map.el (calc-get-operator): Remove extra format
21277         string argument.
21279         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
21281         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
21282         string argument.
21284         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
21286         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
21288         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
21290         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
21291         (cl-struct-setf-expander): Likewise.
21293         * vc.el (with-vc-file): Fix unsafe uses of error.
21294         (vc-cancel-version): Likewise.
21296 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
21298         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
21299         thousands separator; fixes <class>:<line-number> regexp for
21300         non-english locales.
21302 2004-02-08  Andreas Schwab  <schwab@suse.de>
21304         * view.el (view-mode-enable): Revert previous change.
21306 2004-02-07  Kim F. Storm  <storm@cua.dk>
21308         * simple.el (line-number-at-pos): Rename from line-at-pos.
21309         Uses changed (what-line and vc-annotate-warp-version).
21311 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21313         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
21314         (diff-mode): Remove aborted attempt at support for compile.el.
21315         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
21317 2004-02-06  Andreas Schwab  <schwab@suse.de>
21319         * view.el (view-mode-enable): Add view-mode-map to
21320         minor-mode-overriding-map-alist.
21322 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21324         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
21326 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
21328         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
21329         with point inside rather than after the paragraph.
21331 2004-02-04  Sam Steingold  <sds@gnu.org>
21333         * mail/smtpmail.el (smtpmail-try-auth-methods):
21334         Do not try authentication when no mechanism is available.
21335         Pass port-name as defaultport to `netrc-machine'.
21337 2004-02-04  Stephen Eglen  <stephen@gnu.org>
21339         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
21340         to show how minibuffer height can be constrained.
21342 2004-02-04  John Paul Wallington  <jpw@gnu.org>
21344         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
21346 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21348         * x-dnd.el: New file for drag and drop.
21350         * term/x-win.el: require x-dnd, set after-make-frame-functions
21351         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
21352         drag-n-drop event.
21354         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
21355         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
21356         (dired-dnd-handle-file): New functions for drag and drop support.
21357         (dired-mode): Initialize drag and drop if x-dnd present.
21359 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
21361         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
21362         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
21363         (cperl-mode): Set fill-paragraph-function.
21364         (cperl-fill-paragraph): Make it non-interactive.
21366 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
21368         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
21370 2004-02-02  David Kastrup  <dak@gnu.org>
21372         * replace.el (perform-replace): Allow 'literal argument in
21373         regexp-flag to indicate literal replacement.
21374         (query-replace-regexp-eval): Use it.
21376 2004-02-01  Andreas Schwab  <schwab@suse.de>
21378         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
21380 2004-02-01  Stephen Eglen  <stephen@gnu.org>
21382         * info-look.el: Add support for maxima-mode.  Update commentary
21383         because info-lookup-symbol is now bound to C-h S.
21385 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
21387         * simple.el (edit-and-eval-command): Bind print-level and
21388         minibuffer-history-sexp-flag around call to read-from-minibuffer.
21389         Correct initial position in command-history.
21391 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
21393         * files.el (read-directory-name): Adapt the docstring to recent
21394         change in Fread_file_name.
21396 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
21398         * ses.el (ses-print-cell): If print format too wide for column
21399         width, truncate decimal places if that helps to avoid "#####" fill.
21400         * ses.el (ses-initial-column-width): Revert previous change.
21402 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
21404         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
21405         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
21406         Add edebug info.
21407         (jit-lock-mode): Setup/cancel the new timer.
21408         (jit-lock-context-fontify): New fun.  Extracted from
21409         context fontification code of jit-lock-stealth-fontify.
21410         (jit-lock-stealth-fontify): Don't do context fontification any more.
21412         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
21413         (jit-lock-fontify-now): Handle the `quit' case.
21414         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
21416 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
21418         * progmodes/executable.el (executable-command-find-posix-p):
21419         New.  Check if find handles arguments Posix-style.
21421         * progmodes/grep.el (grep-compute-defaults):
21422         Use executable-command-find-posix-p.
21423         (grep-find): Check `grep-find-command'.
21425         * filecache.el (file-cache-find-posix-p): Delete.
21426         (file-cache-add-directory-using-find):
21427         Use `executable-command-find-posix-p'.
21429 2004-01-29  Dave Love  <fx@gnu.org>
21431         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
21432         Iterate the hook function if arg is given.
21433         (mark-defun, narrow-to-defun): Change order of finding the limits.
21435         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
21436         (byte-compile-format-warn): New.
21437         (byte-compile-callargs-warn): Use it.
21438         (Format, message, error): Add byte-compile-format-like property.
21439         (byte-compile-maybe-guarded): New.
21440         (byte-compile-if, byte-compile-cond): Use it.
21441         (byte-compile-lambda): Compile interactive forms,
21442         just to make warnings about them.
21444 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
21446         * ses.el (ses-initial-column-width): Increase to 14, so it will
21447         work well with the default printer of "%.7g" for extreme values
21448         like "-1.234567e+07".
21450 2004-01-29  Kenichi Handa  <handa@m17n.org>
21452         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
21454 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
21456         * dos-w32.el: Added support for the `default-printer-name' function.
21458 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
21460         * server.el (server-socket-name): Don't use the hostname in the
21461         socket name since /tmp is local to the host anyway.
21463         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
21464         robust check of widening and fix var-naming.
21466 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
21468         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
21469         or rmail-spam- to rsf- in all function and variable names.
21470         (rsf-min-region-to-spam-list): New variable.
21471         (rsf-bbdb-auto-delete-spam-entries): Rename from
21472         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
21473         scanned together with the recipients field for spam testing; Don't
21474         delete spam message if rmail-delete-after-output is non-nil;
21475         (rsf-check-field): New function, extracted from code in
21476         rmail-spam-filter to ease addition of header fields like
21477         content-type:;
21478         (message-content-type): New variable.  The content-type: field was
21479         added also in defcustom of rsf-definitions-alist;
21480         (rmail-spam-filter): Replace repeated test code for header fields
21481         by calls to check-field; change the call to
21482         rmail-output-to-rmail-file such that rmail-current-message stays
21483         the same to avoid wrong deletion of unseen flags.
21484         (rmail-use-spam-filter): Add autoload cookie.
21486 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
21488         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
21489         (file-cache-add-directory-using-find): Add Cygwin support.
21490         (file-cache-find-command-posix-flag): New user variable.
21492         * filecache.el (file-cache-add-directory): Check for
21493         directories an remove them from dir-files.
21495 2004-01-27  Richard M. Stallman  <rms@gnu.org>
21497         * man.el (Man-fontify-manpage): Clean up message.
21499 2004-01-27  Kenichi Handa  <handa@m17n.org>
21501         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
21502         (sentence-end): Define using sentence-end-without-space.
21504         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
21505         a sentence ends with one of a character in sentence-end-without-space.
21507 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21509         * font-lock.el (font-lock): Add jit-lock as explicit group member.
21510         (jit-lock): Group declaration moved to jit-lock.el.
21511         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
21512         when necessary.
21514         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
21515         (jit-lock-context-unfontify-pos): Rename from
21516         jit-lock-first-unfontify-pos.
21517         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
21519 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
21521         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
21522         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
21523         (fortran-fill): When filling a string, adjust re-search-backward
21524         argument for special case of string just on fill-column.
21525         When filling non-string, allow one extra char if
21526         fortran-break-before-delimiters is non-nil.
21527         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
21528         Use fortran-break-delimiters-re and fortran-no-break-re to
21529         correctly handle cases such as "**".
21531         * progmodes/f90.el (f90-break-delimiters): Doc fix.
21532         (f90-no-break-re): Add some extra tokens.  Doc fix.
21534 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
21536         * mail/rmail-spam-filter.el:
21537         Use two semicolons as Commentary line prefix.
21538         Add ";;; Code:" stylized comment.
21539         Delete end-of-line whitespace.
21540         Wrap (require 'cl) with `eval-when-compile'.
21542 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
21544         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
21545         at the top level of vc.el.
21547 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
21549         * vc.el (vc-current-line): Function removed.  This is now done by
21550         the new function line-at-pos in simple.el.
21551         (vc-annotate-warp-version): Use line-at-pos instead of
21552         vc-current-line.
21554 2004-01-22  Kim F. Storm  <storm@cua.dk>
21556         * simple.el (line-at-pos): New defun.
21557         (what-line): Use it.  Optimize by only counting lines in narrowed
21558         region once.
21560 2004-01-22  Kenichi Handa  <handa@m17n.org>
21562         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
21563         point (register r1) only for charset mule-unicode-0100-24ff.
21565 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
21567         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
21568         trailing white space and ensure a final newline.
21570         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
21571         Add autoload cookie.
21573 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
21575         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
21576         activate view-mode explicitly.
21578 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21580         * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
21581         menu-bar-enable-clipboard and make Paste use clipboard first.
21583 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21585         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
21586         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
21587         (vc-mcvs-cvs): Remove.
21588         (vc-mcvs-command): Remove use of assert.
21590         * outline.el (outline-insert-heading): Tighten up match.
21591         (outline-demote, outline-move-subtree-down): Don't assume anything
21592         about outline-regexp.
21594         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
21595         (texinfo-show-structure): Explicitly add ^, and simplify.
21597 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
21599         * calendar/appt.el (appt-check): Restore usage of
21600         appt-issue-message deleted in previous change.
21601         (top-level): Activate package when loaded (needed for backwards
21602         compatibility).
21604 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
21606         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
21607         following previous change to smtpmail-send-data.
21609 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
21611         * vc.el (vc-default-previous-version): Doc enhancement.
21612         (vc-default-next-version): New function.
21613         (vc-print-log): New arg FOCUS-REV.
21614         (vc-annotate-mode): Derive from view-mode.
21615         (vc-annotate): New args REVISION, DISPLAY-MODE.
21616         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
21617         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
21618         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
21619         (vc-annotate-show-diff-revision-at-line, vc-current-line)
21620         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
21622         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
21624 2004-01-19  Karl Berry  <karl@gnu.org>
21626         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
21627         or "TexInfo".
21629 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
21631         * subr.el (delete-dups): New function.
21633 2004-01-19  Karl Berry  <karl@gnu.org>
21635         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
21636         with ^, since that's what texinfo-show-structure
21637         documentation says (plus it works much better in texinfo.txi).
21639 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
21641         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
21643 2004-01-18  David Ponce  <david@dponce.com>  (tiny change)
21645         * progmodes/which-func.el (which-function-mode): Don't cancel
21646         which-func-update-timer if not set.
21648 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
21650         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
21651         Remove spurious left square bracket in XX:XXam regexp.
21653 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
21655         * progmodes/cc-defs.el: Do not require cl at run time.
21657 2004-01-16  Richard M. Stallman  <rms@gnu.org>
21659         * emacs-lisp/cl.el (cl-cannot-unload): New function.
21660         (cl-unload-hook): Defvar this to run cl-cannot-unload.
21662         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
21663         Call rmail-spam-filter.  Delete and expunge spam.
21664         Print number of spam messages deleted.
21665         Save and restore the deletion status of old messages when reading
21666         new mail with spam filter, so that expunging spam does not expunge
21667         msgs deleted by the user.
21668         (rmail-only-expunge): Add an optional argument dont-show to
21669         prevent showing message after expunge.
21671 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
21673         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
21674         * subr.el (declare): New macro.
21676 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
21678         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
21680 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
21682         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21683         Test window-system rather than system-type (for X11/Mac).
21685 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
21687         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
21689 2004-01-12  Richard M. Stallman  <rms@gnu.org>
21691         * mail/rmail.el (rmail-convert-to-babyl-format):
21692         Use mail-unquote-printable-region.
21693         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
21694         (rmail-hex-char-to-integer): Functions deleted.
21696         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
21697         (mail-unquote-printable-region): New arg NOERROR.
21698         For invalid encoding, either signal an error to just return nil.
21700 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
21702         * calendar/appt.el: Update copyright and commentary.
21703         (appt-issue-message): Make obsolete.
21704         (appt-visible, appt-msg-window): Make obsolete, in favor of
21705         appt-display-format.
21706         (appt-display-mode-line, appt-display-duration)
21707         (appt-display-diary, appt-time-msg-list, appt-mode-string)
21708         (appt-prev-comp-time, appt-display-count, appt-timer)
21709         (appt-convert-time): Doc change.
21710         (appt-disp-window-function, appt-delete-window-function):
21711         Use defcustom rather than defvar.
21712         (appt-display-format): New variable.
21713         (appt-display-message): New function with display code from appt-check.
21714         (appt-check): Add optional FORCE argument.  Doc change.
21715         Add appt-make-list to diary-hook if displaying diary.
21716         Remove checking of view-diary-entries-initially.
21717         Message display section removed to new function appt-display-message.
21718         (appt-display-window): Doc change.  Remove unused internal var
21719         this-buffer.  Do not beep, since appt-display-message does that.
21720         (appt-make-list): Doc change.  Use caar.
21721         (appt-sort-list): Simplify by using builtin sort function.
21722         (appt-update-list): New function for updating appts when diary is
21723         saved.
21724         (appt-activate): New autoloaded function to toggle package
21725         functionality.
21727         * calendar/cal-x.el: (calendar-one-frame-setup)
21728         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
21730         * calendar/calendar.el: Update copyright.
21731         (view-diary-entries-initially, european-calendar-style): Doc change.
21732         (calendar-setup): Make defcustom rather than defvar.
21733         (mark-visible-calendar-date): Initialize temp-face and faceinfo
21734         in let binding so local to function.
21736         * calendar/diary-lib.el: Update copyright.
21737         (diary, diary-entry-time): Doc change.
21738         (list-diary-entries): Doc change.  Trivial logic change.
21739         (fancy-diary-display): Restore make-face command mistakenly
21740         deleted 2003-05-08.
21741         (show-all-diary-entries): Allow to pop-up frame if needed.
21743 2004-01-09  John Paul Wallington  <jpw@gnu.org>
21745         * bindings.el (mode-line-change-eol): Add EVENT parameter.
21746         Temporarily select EVENT's window for changing eol type.
21748 2004-01-09  Deepak Goel  <deego@gnufans.org>
21750         * calendar/diary-lib.el (diary-entry-time):
21751         Also accept time in the form XX[.XX][am/pm/AM/PM].
21752         (fancy-diary-font-lock-keywords): Likewise.
21753         (diary-font-lock-keywords): Likewise.
21754         * calendar/appt.el (appt-add): Likewise.
21755         (appt-make-list): Likewise.
21756         (appt-convert-time): Likewise.
21758 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
21760         * gdb-ui.el (gdb-ann3): Revert previous change.
21761         (gdb-source-info): Allow for case of where compilation directory
21762         is not recorded.
21764 2004-01-08  John Paul Wallington  <jpw@gnu.org>
21766         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
21768 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
21770         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
21772         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
21773         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
21774         problems.
21775         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
21777 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
21779         * files.el (write-file-functions, write-contents-functions):
21780         Clarify docstrings.
21782 2004-01-07  Kenichi Handa  <handa@m17n.org>
21784         * international/mule.el (set-auto-coding): Fix for the case that
21785         end-of-line is only CR.
21787 2004-01-07  Kim F. Storm  <storm@cua.dk>
21789         * subr.el (event-start, event-end): Doc fix.
21790         (posn-string, posn-image): New defuns.
21791         (posn-object): Return either image or string object.
21792         (posn-object-x-y): Return 8th element of position.
21793         (posn-object-width-height): New defun.
21795 2004-01-06  Andreas Schwab  <schwab@suse.de>
21797         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
21798         output.
21800 2004-01-05  Karl Berry  <karl@gnu.org>
21802         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
21803         / and *, too.
21805 2003-12-31  Simon Josefsson  <jas@extundo.com>
21807         * files.el (before-save-hook): Add.
21808         (basic-save-buffer): Use before-save-hook.
21810         * emacs-lisp/copyright.el: Fix comment to recommend
21811         before-save-hook instead of write-file-functions.
21813 2004-01-05  Richard M. Stallman  <rms@gnu.org>
21815         * finder.el (finder-commentary): Call delete-other-windows.
21817         * net/ange-ftp.el (ange-ftp-file-attributes):
21818         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
21820 2004-01-04  Karl Berry  <karl@gnu.org>
21822         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
21823         comment characters % and # in the copyright year notice,
21824         as well as ;.
21826 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
21828         * wid-edit.el (default): Define dummy :value-delete.
21829         Reported by Jesper Harder <harder@ifa.au.dk>.
21831 2004-01-03  Richard M. Stallman  <rms@gnu.org>
21833         * progmodes/compile.el (compile-internal): Use point, not point-min,
21834         for set-window-point.
21836         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
21838         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
21840         * progmodes/grep.el (grep-mode-map):
21841         Don't remap next-line, previous-line.
21843 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
21845         * speedbar.el (speedbar-edit-line): Change regexp to position
21846         the cursor on the first character of this line's button.
21848 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
21850         * subr.el (functionp): Doc fix.
21852 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
21854         * progmodes/idlwave.el (idlwave-make-tags):
21855         * textmodes/flyspell.el (flyspell-large-region):.
21856         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
21857         * emulation/viper-util.el (viper-glob-unix-files):
21858         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
21859         * man.el (Man-init-defvars):
21860         * jka-compr.el (jka-compr-call-process):
21861         * files.el (get-free-disk-space,insert-directory):
21862         * ediff-ptch.el (ediff-test-patch-utility):
21863         * ediff-diff.el (ediff-test-utility):
21864         * dired-aux.el (dired-check-process):
21865         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
21866         test the return value of call-process, because it can be a string.
21868 2003-12-31  John Paul Wallington  <jpw@gnu.org>
21870         * bindings.el (completion-ignored-extensions): Add .pfsl.
21872 2003-12-31  Kim F. Storm  <storm@cua.dk>
21874         * ido.el (ido-nonreadable-directory-p): New defun to check for
21875         nonreadable directory without activating tramp (to avoid problems
21876         with checking incomplete tramp paths).
21877         (ido-set-current-directory, ido-file-internal)
21878         (ido-file-name-all-completions1): Use it.
21880 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
21882         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
21883         documentation if the anchor (or node) name is preceded by `info
21884         anchor' or `Info anchor' in addition to earlier `info node' and
21885         `Info node'.
21886         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
21888 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
21890         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
21891         error in arguments to base64-decode-region.  Remove ^M characters
21892         after decoding base64.
21894 2003-12-30  Simon Josefsson  <jas@extundo.com>
21896         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
21897         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
21898         have only been distributed with Emacs for some years.
21899         (texinfo-mode-hook): Customize.
21901 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
21903         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
21904         cleaner (suggested by Richard Stallman).
21906         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
21907         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
21908         file-name clashes on 8+3 DOS filesystems.
21910         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
21911         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
21912         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
21913         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
21914         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
21915         file-name clashes on 8+3 filesystems.
21917         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
21918         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
21919         file-name clashes on 8+3 DOS filesystems.
21921 2003-12-29  Richard M. Stallman  <rms@gnu.org>
21923         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
21924         Upcase the character.
21926         * textmodes/flyspell.el (mail-mode-flyspell-verify):
21927         Search for header separator alone on a line, literally,
21928         and search for it backward, not forward.
21929         (flyspell-abbrev-table): Always use global-abbrev-table
21930         if there is no local one.
21932         * progmodes/sh-script.el (sh-get-indent-info):
21933         Don't move point back if at bob.
21935         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
21937         * play/handwrite.el (handwrite): Make the handwrite credit message
21938         a comment rather than an output command.
21940         * obsolete/sc.el: Display message that this file is obsolete.
21942         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
21944         * mail/rfc822.el (rfc822-address-start): Declare variable.
21945         Renamed from address-start.  All uses changed.
21947         * term.el (term-exec): Set up sentinel.
21948         (term-sentinel): New function.
21949         (term-handle-exit): New function.
21951         * subr.el (assoc-ignore-case, assoc-ignore-representation):
21952         Use assoc-string, and mark them obsolete.
21953         (delay-mode-hooks): Mark as permanent local.
21955         * simple.el (sendmail-user-agent-compose): Use assoc-string.
21957         * register.el (copy-rectangle-to-register): Doc fix.
21959         * info.el (Info-insert-dir): Use assoc-string.
21961         * info-look.el (info-lookup): Use assoc-string.
21963         * frame.el (pop-up-frame-function): Use quote, not `function'.
21964         (frame-notice-user-settings): Calculate ADJUSTED-TOP
21965         copying with lists as coordinate values.
21967         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
21969         * find-dired.el (kill-find): New command.
21970         (find-dired): Make buffer read-only.
21971         Set up a keymap with C-c C-k running kill-find.
21972         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
21974         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
21976         * filecache.el (file-cache-ignore-case): New variable.
21977         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
21979         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
21980         (comint-dynamic-complete-as-filename): Rename local vars.
21981         (comint-dynamic-list-filename-completions): Likewise.
21983         * comint.el (comint-dynamic-list-completions-config): New var.
21984         (comint-dynamic-list-completions): Handle both SPC and TAB right.
21986         * comint.el (comint-file-name-chars): Add [].
21987         (comint-word): Use skip-chars-backward, not search.
21989         * shell.el (shell-file-name-chars): Add [].
21991         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
21993         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
21995         * generic.el (define-generic-mode): Doc fix.
21997 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
21999         * files.el (kill-some-buffers): Doc fix.
22001 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
22003         * comint.el (comint-watch-for-password-prompt): Pass `string' as
22004         arg to send-invisible
22005         (send-invisible): Doc fix.  The argument is now a prompt, not the
22006         string to send.
22007         (comint-read-noecho): Doc fix.
22009 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
22011         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
22012         "@", as required by some ISP hosting service.  Fix defcustom
22013         argument syntax errors that prevented use of customization.
22015 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
22017         * xml.el (xml-get-attribute-or-nil): Doc fix.
22019 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
22021         * net/zone-mode.el (zone-mode): Use write-file-functions, not
22022         write-file-hooks.
22024 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
22026         * autorevert.el (auto-revert-interval): Doc fix.
22028 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
22030         * xml.el (xml-get-attribute-or-nil): New function, like
22031         xml-get-attribute, but returns nil if the attribute was not found.
22032         (xml-get-attribute): Convert to defsubst, uses
22033         xml-get-attribute-or-nil.
22035 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
22037         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
22039 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
22041         * custom.el (custom-declare-theme): Use `value' when putting
22042         properties on `theme'.
22044 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
22046         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
22047         for each yank-handler segment.
22048         (insert-for-yank-1): New function, with the body of the previous
22049         insert-for-yank.
22051         * textmodes/table.el (table-yank-handler): New defcustom.
22052         (table--put-cell-indicator-property): Put yank-handler property
22053         that indicates the yank handler for the table cell.
22055 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
22057         * generic-x.el (etc-modules-conf-generic-mode): A more complete
22058         set of keywords.
22060 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
22062         * international/mule-cmds.el (reset-language-environment)
22063         (set-language-environment): Don't invoke fontset-related functions
22064         if fontset-list is not fboundp.
22066 2003-12-29  Kenichi Handa  <handa@m17n.org>
22068         * international/mule-cmds.el (reset-language-environment):
22069         Call set-overriding-fontspec-internal with nil.
22070         (set-language-environment): Call set-overriding-fontspec-internal
22071         if the language environment specify `overriding-fontspec'.
22072         (language-info-alist): Doc added.
22074         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
22075         characters of mule-unicode-0100-24ff.
22076         (ccl-encode-windows-1251-font): New CCL program.
22077         ("Bulgarian"): Specify overriding-fontspec.
22078         ("Belarusian"): Likewise.
22080 2003-12-28  Sam Steingold  <sds@gnu.org>
22082         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
22083         parameter ID-FORMAT to conform with the 2003-11-30 patch.
22085 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
22087         * progmodes/gud.el (gud-gdb-command-name): Set default to
22088         "gdb --annotate=3".
22089         (gud-gdb-marker-filter): Look out for annotations.
22090         (gdb-first-pre-prompt): New variable.
22091         Remove trailing white space.
22093         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
22094         if necessary.
22095         (gdb-ann3): New function.  Initialize M-x gdb as for M-x gdba if
22096         annotations are detected.
22097         (gud-gdba-marker-filter): Use global variable gud-marker-acc
22098         instead of a local one to allow transition from
22099         gud-gdb-marker-filter.
22100         Remove trailing white space.
22102 2003-12-27  Kim F. Storm  <storm@cua.dk>
22104         * ido.el: Handle non-readable directories.
22105         (ido-decorations): Add 9th element for non-readable directory.
22106         (ido-directory-nonreadable): New dynamic var.
22107         (ido-set-current-directory): Set it.
22108         (ido-read-buffer, ido-file-internal):
22109         (ido-read-file-name, ido-read-directory-name): Let-bind it.
22110         (ido-file-name-all-completions1): Return empty list for
22111         non-readable directory.
22112         (ido-exhibit): Print [Not readable] if directory is not readable.
22113         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
22114         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
22115         Use it.
22117 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
22119         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
22120         calls to directory-files-and-attributes and file-attributes.
22121         (ls-lisp-format): Remove system dependent handling of user and
22122         group id's.
22124 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
22126         * ffap.el (ffap-read-file-or-url): Revert previous change.
22128 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
22130         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
22131         new list of included files called `files-with-node-lines', that
22132         only have node lines.  This way @include commands can include any
22133         file, such as version and update files without node lines, not
22134         just files that are chapters.
22136 2003-12-25  Andreas Schwab  <schwab@suse.de>
22138         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
22139         file not found.
22141 2003-12-08  Miles Bader  <miles@gnu.org>
22143         * dired.el (dired-between-files): Always use dired-move-to-filename,
22144         which is more robust in non-english locales.
22146 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
22148         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
22150 2003-12-24  Andreas Schwab  <schwab@suse.de>
22152         * shell.el (shell-file-name-quote-list): Add backslash.
22154         * comint.el (comint-quote-filename): Correctly handle backslash
22155         in comint-file-name-quote-list.
22157 2003-12-24  Kenichi Handa  <handa@m17n.org>
22159         * international/mule-cmds.el (set-default-coding-systems):
22160         Call ucs-set-table-for-input for all buffers that don't have local
22161         value of buffer-file-coding-system.
22163         * international/ucs-tables.el (ucs-set-table-for-input):
22164         If translation-table-for-encode is a symbol, get its
22165         translation-table property.
22167 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
22169         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
22170         to `completing-read' on a recently fixed bug.
22172         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
22173         instead of SPACE, to get the list of possible fringe modes.
22174         SPACE only works if both `partial-completion-mode' and
22175         `completion-auto-help' are nil.
22177         * complete.el (PC-is-complete-p): Delete.
22178         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
22179         calls to `test-completion'.
22181 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
22183         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
22184         to edit values when there are no children.
22186         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
22187         a mode called "Assembler" already exists.
22188         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
22189         (gud-watch): Use format option.  Remove font properties from string.
22190         (gdb-var-create-handler, gdb-var-list-children-handler):
22191         Don't bother about properties as there are none.
22192         (gdb-var-create-handler, gdb-var-list-children-handler)
22193         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
22194         with two arguments.
22195         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
22196         Let speedbar show value changes with a different font.
22197         (gdb-edit-value): New defun.
22198         (gdb-clear-partial-output, gdb-clear-inferior-io)
22199         (def-gdb-auto-update-handler): Use erase-buffer.
22200         (gdb-frame-handler): Display watch expressions in
22201         FUNCTION::VARIABLE format if required.
22203 2003-12-23  John Paul Wallington  <jpw@gnu.org>
22205         * info.el (Info-unescape-quotes, Info-split-parameter-string)
22206         (Info-goto-emacs-command-node): Doc fixes.
22208 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
22210         * cus-edit.el (custom-add-parent-links): Define "many".
22212 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
22214         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
22215         (widget-child-validate, widget-type-value-create)
22216         (widget-type-default-get, widget-type-match): New functions.
22217         (lazy): New widget.
22218         (menu-choice, checklist, radio-button-choice, editable-list)
22219         (group, documentation-string): Remove redundant (per 2003-10-25
22220         change) calls to `widget-children-value-delete'.
22221         (widget-choice-value-get, widget-choice-value-inline): Remove.
22222         (menu-choice): Update widget.
22224 2003-12-03  Kenichi Handa  <handa@m17n.org>
22226         * language/cyrillic.el: Register "microsoft-cp1251" in
22227         ctext-non-standard-encodings-alist.
22228         ("Bulgarian"): Add ctext-non-standard-encodings.
22229         ("Belarusian"): Likewise.
22231         * international/mule-conf.el (compound-text-with-extensions):
22232         Change the type to 2 (iso-2022 base).
22234         * international/mule.el (ctext-non-standard-encodings-alist):
22235         Change the format.
22236         (ctext-non-standard-encodings): New variable.
22237         (ctext-post-read-conversion): Fully re-written.
22238         (ctext-non-standard-designations-alist): Delete it.
22239         (ctext-non-standard-encodings-table): New function.
22240         (ctext-pre-write-conversion): Fully re-written.
22242 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
22244         * cus-edit.el (custom-add-parent-links): Add documentation links
22245         for parent, if the item has none of its own.
22247 2003-11-30  Richard M. Stallman  <rms@gnu.org>
22249         * dired-aux.el (dired-do-query-replace-regexp):
22250         Report files visited read-only.
22252 2003-11-30  Juri Linkov  <juri@jurta.org>
22254         * dired-aux.el (dired-compare-directories): New command.
22255         (dired-file-set-difference, dired-files-attributes): New functions.
22257 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
22258         Version 2.0.38 of Tramp released.
22260         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
22261         Charles Curley <charlescurley@charlescurley.com>.
22262         (tramp-multi-connection-function-alist): Add ssht entry which adds
22263         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
22264         Aichner.
22265         (tramp-get-method-parameter): New function to retrieve a method
22266         parameter.  This allows for omission of method parameters.
22267         Callers adjusted.
22269 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
22271         * net/tramp.el: Add new optional parameter ID-FORMAT to
22272         `file-attributes'.  Calls of `file-attributes' won't use this
22273         parameter for backward compatibility reasons.
22274         (tramp-perl-file-attributes): Add a new parameter to Perl script
22275         in order to handle uid/gid as strings, if desired.
22276         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
22277         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
22278         order to make the function more general.
22279         (tramp-handle-file-attributes): Replace proprietary optional
22280         parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
22281         (tramp-handle-file-attributes-with-perl): Handle parameter
22282         NONNUMERIC if set.  This wasn't done in the past.
22283         (tramp-post-connection): Apply second parameter "$2" if
22284         `tramp-remote-perl' is called.
22286         * net/tramp-smb.el (tramp-smb-handle-delete-file):
22287         Correct cut'n'waste error (`filename' instead of `directory').
22288         (tramp-smb-handle-directory-files-and-attributes)
22289         (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
22290         introduced parameter ID-FORMAT.
22291         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
22292         error (`directory' instead of `ldir').
22294         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
22295         `file-attributes' has a second parameter.  If yes, apply it with
22296         value "'integer".  Otherwise, don't use that parameter (default is
22297         integer format).
22299 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
22301         * help.el (help-map): Bind `display-local-help' to `C-h .'.
22302         (help-for-help): Add `C-h .' to the listed Help options.
22303         Remove trailing whitespace.
22305         * help-at-pt.el: New file.
22307 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
22309         * subr.el (noreturn, 1value): New macros for test coverage.
22310         See `testcover.el'.
22312         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
22314         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
22315         for macro `1value'.
22316         (testcover-1value): New function.  Checks that a 1value form
22317         actually returns only one value.  Requested by RMS.
22319 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
22321         * gdb-ui.el (gud-watch, gdb-var-create-handler)
22322         (gdb-var-list-children, gdb-var-list-children-handler)
22323         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
22324         gdb commands that use mi to keep them out of the command history.
22326 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22328         * cus-start.el (all): Add use-file-dialog.
22330 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
22332         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
22334 2003-11-27  Kim F. Storm  <storm@cua.dk>
22336         * subr.el (posn-object-x-y): New defun.
22338 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22340         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
22341         Don't use `space' for \\\n.
22342         Be more selective as to which # are comment-starters.
22344 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
22346         * subr.el (number-sequence): Improve handling of floating point
22347         arguments (suggested by Kim Storm).  Allow negative arguments.
22349 2003-11-26  Kenichi Handa  <handa@m17n.org>
22351         * international/mule-cmds.el (standard-display-european-internal):
22352         Cancel the standard-display-table setting for ` and '.
22354 2003-11-26  Kim F. Storm  <storm@cua.dk>
22356         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
22357         New defcustoms to add ffap-like functionality to ido.
22358         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
22359         (ido-no-final-slash): New defun.
22360         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
22361         (ido-read-file-name): ): Toggle VC checking via
22362         vc-handled-backends instead of vc-master-templates.
22363         (ido-file-internal): Handle ido-use-url-at-point and
22364         ido-use-filename-at-point via code borrowed from ffap-guesser.
22365         Handle new ido-exit code ffap.
22366         (ido-sort-list): Ignore final slash when sorting file names.
22368 2003-11-25  Kim F. Storm  <storm@cua.dk>
22370         * emulation/cua-base.el (cua--standard-movement-commands):
22371         Add forward-sentence and backward-sentence.
22373 2003-11-25  Stephen Eglen  <stephen@gnu.org>
22375         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
22376         iswitchb-exit is set to 'usefirst when user selects buffer at head
22377         of list using RET.  (Selecting buffers at the head of the list was
22378         broken if the substring was also a complete buffername.)
22380 2003-11-23  Kim F. Storm  <storm@cua.dk>
22382         * progmodes/compile.el (grep-command, grep-use-null-device)
22383         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
22384         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
22385         (grep-regexp-alist, grep-program, find-program)
22386         (grep-find-use-xargs, grep-history, grep-find-history)
22387         (grep-process-setup, grep-compute-defaults)
22388         (grep-default-command, grep, grep-tag-default, grep-find)
22389         (grep-expand-command-macros, grep-tree-last-regexp)
22390         (grep-tree-last-files, grep-tree): Move grep variables, functions
22391         and commands to new file grep.el.
22392         (compilation-mode-map): Remove grep commands from Compile sub-menu.
22393         (compilation-process-setup-function): Doc fix.
22394         (compilation-highlight-regexp, compilation-highlight-overlay): New
22395         defvars used for highlighting current compile error in source buffer.
22396         (compile-internal): New optional args HIGHLIGHT-REGEXP and
22397         LOCAL-MAP which overrides compilation-highlight-regexp and
22398         compilation-mode-map for this compilation.
22399         Delay calling compilation-set-window-height until after running
22400         compilation-process-setup-function so it can buffer-local override
22401         compilation-window-height.
22402         Check buffer-local value of compilation-scroll-output.
22403         (compilation-set-window-height): Use buffer-local value of
22404         compilation-window-height.
22405         (compilation-revert-buffer): Don't pass (undefined)
22406         preserve-modes arg to revert-buffer.
22407         (next-error-no-select, previous-error-no-select): New commands.
22408         (compilation-goto-locus): Temporarily highlight current match in
22409         source buffer using compilation-highlight-regexp.
22411         * progmodes/grep.el: New file with grep code from compile.el.
22412         (grep): New defcustom group.
22413         (grep-window-height): New defcustom, like compilation-window-height.
22414         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
22415         (grep-scroll-output): New defcustom, like compilation-scroll-output.
22416         (grep-command, grep-use-null-device, grep-find-command)
22417         (grep-tree-files-aliases, grep-tree-ignore-case)
22418         (grep-tree-ignore-CVS-directories): Move to grep custom group.
22419         (grep-setup-hook): New hook variable.
22420         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
22421         (grep-last-buffer): New defvar, override compilation-last-buffer.
22422         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
22423         Call compile-internal with args highlight-regexp and grep-mode-map.
22425 2003-11-23  Kim F. Storm  <storm@cua.dk>
22427         * subr.el (event-start, event-end): Doc fix.
22428         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
22429         (posn-area, posn-actual-col-row, posn-object): New defuns.
22430         (posn-col-row): Simplify doc.  Rewrite to use cond.
22431         (posn-point): Also return buffer position for events outside text
22432         area (that info is now present in the event position).
22434         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
22435         mouse-set-point so that hscroll still works now that clicks on
22436         fringes generate specific mouse events.
22437         (mouse-set-point): Note that it now works in fringes and margins
22438         too due to new semantics of posn-point in fringes and margins.
22440         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
22441         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
22443 2003-11-20  Kim F. Storm  <storm@cua.dk>
22445         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
22446         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
22447         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
22448         to 100 for icons to avoid increasing line height when shown.
22450 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
22452         * newcomment.el (comment-normalize-vars): Initialize properly if
22453         comment-start was nil.
22455 2003-11-19  Andreas Schwab  <schwab@suse.de>
22457         * simple.el (set-variable): Fix indentation.
22459 2003-11-17  Kenichi Handa  <handa@m17n.org>
22461         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
22462         Fix docstring.
22464 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
22466         * international/latin1-disp.el (latin1-display): Fix docstring.
22468 2003-11-16  John Wiegley  <johnw@newartisans.com>
22470         * eshell/em-ls.el (eshell-ls-file): There are times with
22471         size-width is nil and uncomputed (when directories are created in
22472         dired, for example); in this case, 4 is reasonable default value,
22473         although it may caused skewed new entries (which could be avoided
22474         by returning the original value of 8 in all cases, but 99% of the
22475         time this is a waste of whitespace).
22477 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
22479         * cc-engine.el (c-guess-continued-construct)
22480         (c-guess-basic-syntax): Check a little more carefully if it's a
22481         function declaration when an unknown construct followed by a block
22482         is found inside a statement context.  This avoids macros followed
22483         by blocks to be taken as function declarations.
22485         (c-guess-continued-construct): Change the analysis of a statement
22486         continuation with a brace open to `substatement-block', for
22487         consistency with recognized statements.
22489         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
22490         start is in a position so that `c-beginning-of-statement-1' jumped
22491         to the beginning of the same statement.
22493         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
22494         Don't accept binary operators in the arglist if we're in a function
22495         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
22496         template recognition in cases like "if (a < b || c > d)".
22498         (c-restricted-<>-arglists): New more appropriate name for
22499         `c-disallow-comma-in-<>-arglists'.
22501         Accessing functions updated for the variable name change.
22503         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
22504         match data could get clobbered if NOT-INSIDE-TOKEN is used.
22506         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
22507         labels.
22509         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
22510         instead of duplicating parts of it.  This fixes bogus label
22511         recognition.
22513         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
22514         of checking the context in which to apply the minimum indentation,
22515         so that it isn't enforced in e.g. namespace blocks.
22517         * cc-vars.el (c-inside-block-syms): New constant used by
22518         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
22519         to somewhat reduce the risk of becoming stale.
22521         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
22522         cc-cmds to cc-engine to allow use from cc-align.
22524         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
22525         qualified identifiers containing "::".
22527         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
22528         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
22530         * cc-vars.el (c-emacs-features): Use a space in front of the name
22531         of the temporary buffer.  That also avoids dumping problems in
22532         XEmacs due to undo info being left around after the buffer is killed.
22534         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
22535         arglist to see if it's a K&R style declaration.
22537         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
22538         before returning `knr-argdecl-intro'.
22540 2003-11-16  John Wiegley  <johnw@newartisans.com>
22542         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
22543         field in a long-listing always 8 characters, use `size-width',
22544         which has already been computed.
22546 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
22548         * subr.el (minor-mode-list): Add `hs-minor-mode'.
22550 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
22552         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
22553         Support operation while narrowed, with `diff-restrict-view'.
22555 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
22557         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
22558         Take additional optional arg NARROWFUN.  For the generated functions:
22559         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
22560         include frags that arrange to check for and save narrowing state before
22561         the move and then conditionally call NARROWFUN after the move.
22563 2003-11-14  John Wiegley  <johnw@newartisans.com>
22565         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
22566         that was optional, but obviously missing based on surrounding code.
22568         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
22569         string arguments to numbers unless the whole argument was seen as
22570         a number.
22572 2003-11-14  Kenichi Handa  <handa@m17n.org>
22574         * international/mule.el (ctext-non-standard-encodings-alist):
22575         Fix coding systems.
22577 2003-11-10  Kenichi Handa  <handa@m17n.org>
22579         * language/kannada.el ("Kannada"): Add sample-text.
22581         * language/knd-util.el (kannada-compose-region)
22582         (kannada-compose-string, kannada-post-read-conversion):
22583         Add autoload cookie.
22585         * international/quail.el (quail-completion): Change the message
22586         "corresponding translations" to "corresponding characters".
22588 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
22590         * descr-text.el (describe-char): Fix typo.
22592 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
22594         These changes are to support Kannada language/script.
22596         * Makefile.in (DONTCOMPILE): Add kannada.el.
22598         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
22600         * loadup.el: Preload kannada.el.
22602         * language/ind-util.el (ucs-kannada-to-is13194-alist)
22603         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
22604         New variables.
22606         * language/kannada.el: New file.
22608         * language/knd-util.el: New file.
22610 2003-11-07  Andreas Schwab  <schwab@suse.de>
22612         * progmodes/autoconf.el (autoconf-font-lock-keywords):
22613         Also highlight AH_*.
22615         * xml.el (xml-parse-dtd): Fix misplaced paren.
22617 2003-11-07  Kenichi Handa  <handa@m17n.org>
22619         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
22621 2003-11-05  Juri Linkov  <juri@jurta.org>
22623         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
22624         (desktop-buffer-file): Use saved buffer-file-coding-system
22625         for file reading.  Set auto-insert to nil to prevent automatic
22626         insertion into restored empty files.
22628 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
22630         * files.el (risky-local-variable-p): Make second argument optional.
22632 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22634         * subr.el (add-hook): Fix last change.
22636 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
22638         * mail/rmail.el (rmail-convert-to-babyl-format):
22639         If base64-decode-region signals an error, catch it and silently
22640         ignore it.
22642 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
22644         * xml.el (xml-parse-region): Allow comments to appear after the
22645         topmost element has closed.
22646         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
22647         (xml-ns-expand-attr): New functions to do namespace handling.
22648         (xml-intern-attrlist): Back-compatible handling of attribute names.
22649         (xml-parse-tag): Move namespace handling to separate functions.
22650         Now produces elements in the form ((:ns . "element") (attr-list)
22651         children) instead of ('ns:element (attr-list) children).
22652         (xml-parse-attlist): Fix attribute parsing.
22653         (xml-parse-dtd): Change parsing so that it produces strings
22654         instead of interned symbols.
22656 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
22658         * dired.el (dired-ls-sorting-switches): Doc fix.
22660 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
22662         * emacs-lisp/rx.el (rx-or): Fix the case of
22663         "(rx (and ?a (or ?b ?c) ?d))".
22665 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
22667         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
22668         (texinfo-format-region): Use it.
22669         (texinfo-format-buffer-1): Ditto.
22671 2003-11-01  Alan Mackenzie  <acm@muc.de>
22673         Changes to allow scrolling whilst in isearch mode:
22674         * isearch.el (isearch-unread-key-sequence): New function,
22675         extracted from isearch-other-meta-char.
22676         (top level): (put 'foo 'isearch-scroll) on all Emacs's
22677         "scrollable" standard functions.
22678         (isearch-allow-scroll): New customizable variable.
22679         (isearch-string-out-of-window, isearch-back-into-window)
22680         (isearch-reread-key-sequence-naturally)
22681         (isearch-lookup-scroll-key): New functions.
22682         (isearch-other-meta-char): Doc string and functionality enhanced.
22683         Now accepts a prefix argument.
22684         (isearch-lazy-highlight-window-end): New variable.
22685         (isearch-lazy-highlight-new-loop): Pay attention to the window's
22686         end (thru isearch-lazy-highlight-window-end), not only its start.
22688         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
22689         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
22690         (universal-argument, universal-argument-more, negative-argument)
22691         (digit-argument, universal-argument-other-key): Minor changes.
22693 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
22695         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
22696         recursively if the last message is deleted, thus avoiding an
22697         infinite loop.
22699 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22701         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
22702         (tex-main-file): Don't add .tex if the extension is already present.
22703         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
22705 2003-10-29  Lute Kamstra  <lute@gnu.org>
22707         * progmodes/octave-inf.el (inferior-octave-prompt):
22708         Recognize version number in prompt.
22710 2003-10-28  Dave Love  <fx@gnu.org>
22712         * international/characters.el: Fix some Unicode ranges.
22714 2003-10-28  Kenichi Handa  <handa@m17n.org>
22716         * disp-table.el (standard-display-8bit)
22717         (standard-display-default, standard-display-ascii)
22718         (standard-display-g1, standard-display-graphic)
22719         (standard-display-underline): Assure that standard-display-table
22720         is a display table.
22722 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
22724         * simple.el (reindent-then-newline-and-indent): Delete space *after*
22725         reindenting the first line.
22727 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
22729         * wid-edit.el (widget-default-delete): Always delete child widgets.
22731 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
22733         * newcomment.el (comment-indent): Don't call indent-according-to-mode
22734         if the line has code.
22735         Don't try to line up with something that's too far left.
22737         * progmodes/octave-mod.el (octave-comment-start): Simplify.
22738         (octave-mode-syntax-table): Add % as a comment starter.
22739         (octave-point): Remove.
22740         (octave-in-comment-p, octave-in-string-p)
22741         (octave-not-in-string-or-comment-p, calculate-octave-indent)
22742         (octave-blink-matching-block-open, octave-auto-fill):
22743         Use line-(beginning|end)-position instead.
22745 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
22747         * emacs-lisp/authors.el (authors-aliases): Add correct realname
22748         for Francesco Potort\e,Al\e(B.
22750 2003-10-23  Dave Love  <fx@gnu.org>
22752         * international/mule-cmds.el (locale-charset-to-coding-system):
22753         Don't rely on nil being a coding system.
22755         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
22756         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
22757         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
22759 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
22761         * gdb-ui.el (gdb-current-language): New variable.
22762         (gdb-update-flag): Remove variable.
22763         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
22764         (gdb-take-last-elt): Remove function.
22765         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
22766         (gdb-post-prompt): Check for variable object changes here.
22768         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
22769         object changes in gdb-ui.el.
22771 2003-10-21  Richard M. Stallman  <rms@gnu.org>
22773         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
22775         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
22776         Don't check for foo*/ wildcard form here.
22777         (insert-directory): Recognize foo*/ as a wildcard.
22778         Separate wildcard-regexp variable from the arg, wildcard.
22780         * subr.el (add-hook): Correctly detect when make-local-hook was used.
22781         (remove-hook): Correctly handle strange cases about local hooks.
22783 2003-10-21  David Ponce  <david@dponce.com>
22785         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
22786         argument REAL, to return a real number instead of a rounded
22787         integer value.  Define as inline function.
22788         (ruler-mode-right-fringe-cols): Likewise.
22789         (ruler-mode-scroll-bar-cols): New function.
22790         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
22791         (ruler-mode-right-scroll-bar-cols): Likewise.
22792         (ruler-mode-space): New function.
22793         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
22794         scroll bar mode and margins in a more robust way.
22796 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
22798         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
22799         (antlr-c-init-language-vars): New function.
22800         (antlr-mode): Use it with cc-mode before v5.29.
22801         (antlr-c-common-init): Don't set some local vars here.
22802         (antlr-mode): Set them here.
22803         (antlr-c-forward-sws): New function alias.
22804         (antlr-mode): Redefine with cc-mode before v5.30.
22805         (antlr-skip-sexps): Use it.
22806         (antlr-skip-exception-part): Ditto.
22807         (antlr-skip-file-prelude): Ditto.
22808         (antlr-outside-rule-p): Ditto.
22809         (antlr-end-of-body): Ditto.
22810         (antlr-option-kind): Ditto.
22811         (antlr-insert-option-area): Ditto.
22812         (antlr-file-dependencies): Ditto.
22814 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
22816         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
22817         Move backward only if point was not inside an entry.
22819 2003-10-21  Richard M. Stallman  <rms@gnu.org>
22821         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
22823 2003-10-21  Juri Linkov  <juri@jurta.org>
22825         * compare-w.el: Automatically skip non-matching text to resync.
22826         (compare-windows-whitespace): Doc fix.
22827         (compare-windows-sync, compare-windows-sync-string-size)
22828         (compare-windows-recenter, compare-ignore-whitespace)
22829         (compare-windows-highlight, compare-windows-face): New variables.
22830         (compare-windows): Use compare-windows-sync.
22831         (compare-windows-highlight, compare-windows-dehighlight)
22832         (compare-windows-sync-regexp)
22833         (compare-windows-sync-default-function): New functions.
22835 2003-10-21  Juri Linkov  <juri@jurta.org>
22837         * diff.el (diff-parse-differences): Don't visit the files now;
22838         instead, just record the error locus.
22840 2003-10-21  Dave Love  <fx@gnu.org>
22842         * progmodes/cfengine.el: New file.
22844 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22846         * complete.el (PC-do-completion): Do not forget to use `pred' as the
22847         default-directory when completing file names.
22849 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
22851         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
22852         followed by the word `face', it gets treated as a face, even if
22853         it is also defined as a variable or a function.
22855 2003-10-20  Dave Love  <fx@gnu.org>
22857         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
22858         Avoid incf in macro expansion.
22860 2003-10-20  John Paul Wallington  <jpw@gnu.org>
22862         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
22863         `evenp' so we don't implicitly require cl library at runtime.
22865 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
22867         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
22868         (help-make-xrefs): Only make cross-references for faces if
22869         preceded or followed by the word `face'.  Do not make a
22870         cross-reference for variables without variable documentation,
22871         unless preceded by the word `variable' or `option'.  Update doc
22872         string accordingly.
22874 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
22876         * progmodes/hideshow.el: Rewrite one-armed `if'
22877         constructs using either `when' or `unless'.
22878         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
22880 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
22882         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
22883         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
22884         instead of 12x12.
22886 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
22888         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
22889         message while converting to Babyl.
22891 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
22893         * allout.el (allout-mode): Doc fix.
22895 2003-10-16  Lute Kamstra  <lute@gnu.org>
22897         * subr.el (force-mode-line-update): Fix docstring.
22899 2003-10-14  Dave Love  <fx@gnu.org>
22901         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
22902         (default-input-method): Add :link, improve :type.
22903         (locale-charset-language-names): Fix utf-8 pattern.
22904         (locale-charset-match-p, locale-charset-alist)
22905         (locale-charset-to-coding-system): New.
22906         (set-locale-environment): Deal with codeset part of locale specs.
22908 2003-10-14  Lute Kamstra  <lute@gnu.org>
22910         * fringe.el (fringe-mode): Use active voice in docstring.
22911         (set-fringe-style): Ditto.
22913 2003-10-13  Lute Kamstra  <lute@gnu.org>
22915         * fringe.el (fringe-mode): Fix docstring.
22916         (set-fringe-style): Ditto.
22918 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
22920         * ediff-mult.el (ediff-filegroup-action):
22921         Use ediff-default-filtering-regexp.
22923         * ediff-util.el (ediff-recenter): Don't call
22924         ediff-restore-highlighting twice.
22925         (ediff-select-difference): Set current difference.
22926         (ediff-unselect-and-select-difference): Add comment.
22928         * ediff.el (ediff-directories,ediff-directory-revisions)
22929         (ediff-directories3,ediff-merge-directories)
22930         (ediff-merge-directories-with-ancestor)
22931         (ediff-merge-directory-revisions)
22932         (ediff-merge-directory-revisions-with-ancestor):
22933         Use ediff-default-filtering-regexp.
22935 2003-10-12  Andreas Schwab  <schwab@suse.de>
22937         * international/mule-cmds.el (locale-charset-language-names):
22938         Simplify regex by removing unused grouping.
22940 2003-10-10  Dave Love  <fx@gnu.org>
22942         * bindings.el: Don't bind stop.
22944 2003-10-08  Miles Bader  <miles@gnu.org>
22946         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
22947         face instead of attempting to emulate it.
22949 2003-10-07  Kenichi Handa  <handa@m17n.org>
22951         * international/mule-diag.el (list-coding-systems-1): List coding
22952         systems that are loaded automatically.
22954         * international/code-pages.el (iso-8859-11): Add autoload cookie.
22956         * international/mule.el (autoload-coding-system): New function.
22958 2003-10-07  Andreas Schwab  <schwab@suse.de>
22960         * log-edit.el (log-edit-changelog-entries): Prefer local value of
22961         change-log-default-name in the buffer visiting the file.
22963 2003-10-06  Dave Love  <fx@gnu.org>
22965         * files.el (find-file-hook): Customize.
22966         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
22968         * bindings.el (completion-ignored-extensions): Remove .log.
22969         (global-map): Add again, open, stop keys.
22971 2003-10-05  Richard M. Stallman  <rms@gnu.org>
22973         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
22974         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
22975         Use sh-modify directly.
22976         (sh-select): Use sh-append, not eval.
22978         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
22980         * info.el (Info-following-node-name): New function.
22982         * loadhist.el (unload-feature-special-hooks):
22983         Rename from loadhist-hook-functions.
22984         (loadhist-hook-functions): Now an alias.
22986 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
22988         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
22989         file-name clashes on 8+3 filesystems.
22991         * Makefile.in (DONTCOMPILE, bootstrap-clean):
22992         Rename loaddefs-boot.el to ldefs-boot.el
22994         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
22995         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
22997 2003-10-03  Lute Kamstra  <lute@gnu.org>
22999         * info.el (Info-mode): Revert previous change.
23000         (Info-escape-percent): New function.
23001         (Info-fontify-node): Use it.
23003 2003-10-02  Andreas Schwab  <schwab@suse.de>
23005         * loaddefs-boot.el: Regenerated.
23007 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
23009         * ffap.el: Remove defadvice related code from CVS since `complete'
23010         provides a `PC-completion-as-file-name-predicate' variable that
23011         ffap can override.
23013 2003-10-02  Kenichi Handa  <handa@m17n.org>
23015         * international/utf-8.el (ccl-decode-mule-utf-8):
23016         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
23018         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
23019         * international/subst-big5.el: Likewise.
23020         * international/subst-gb2312.el: Likewise.
23021         * international/subst-ksc.el: Likewise.
23023 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
23025         * calendar/calendar.el (increment-calendar-month)
23026         (calendar-leap-year-p, calendar-absolute-from-gregorian)
23027         (generate-calendar, calendar-read-date, calendar-interval)
23028         (calendar-day-of-week): Handle years BC.
23029         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
23031 2003-10-01  Dave Love  <fx@gnu.org>
23033         * language/cyrillic.el (cp1251): Alias for windows-1251.
23035         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
23036         bootstrap.
23038 2003-10-01  Lute Kamstra  <lute@gnu.org>
23040         * files.el: Fix typo.
23041         * imenu.el (imenu--generic-function): Docstring fix.
23043 2003-09-30  Richard M. Stallman  <rms@gnu.org>
23045         * dired.el (dired-mode): Handle dired-directory as a list.
23047 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
23049         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
23051         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
23053         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
23054         Replace gud-display with gud-watch.
23055         (gud-speedbar-buttons): Add stuff for watching expressions
23056         in the speedbar when using M-x gdba.  Use dolist on old part
23057         of this function.
23059         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
23060         (gdb-update-flag): New variables.
23061         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
23062         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
23063         (gud-watch, gdb-var-create-handler) : New functions.
23064         (gdb-var-list-children, gdb-var-list-children-handler)
23065         (gdb-var-create-regexp, gdb-var-update-regexp)
23066         (gdb-var-list-children-regexp): New constants.
23067         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
23068         (gdb-annotation-rules): Reduce annotation set (level 3).
23069         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
23070         (gdb-post-prompt): Don't update GDB buffers every time speedbar
23071         updates.
23072         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
23073         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
23074         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
23075         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
23076         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
23077         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
23078         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
23079         (gud-display, gud-display1)
23080         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
23081         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
23082         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
23083         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
23084         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
23085         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
23086         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
23087         (gdb-display-display-buffer, gdb-toggle-display)
23088         (gdb-delete-display, gdb-expressions-popup-menu)
23089         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
23090         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
23091         to display buffer.
23093 2003-09-30  Richard M. Stallman  <rms@gnu.org>
23095         * progmodes/ada-mode.el (ada-mode): Don't use advice.
23096         Instead, set which-func-functions.
23098         * progmodes/which-func.el (which-func-modes): Add ada-mode.
23099         (which-func-functions): New variable.
23100         (which-function): Use that.
23102         * info.el (Info-mode): Double each `%' in header line.
23104         * emacs-lisp/lisp-mnt.el (lm-with-file):
23105         When FILE is nil, run BODY in current buffer.
23107         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
23109         * help.el (describe-mode): Start with a brief list of minor modes.
23110         Find them thru minor-mode-list so as to find them all.
23111         Show them in alphabetical order.
23113         * mail/sendmail.el (mail-aliases): Doc fix.
23115         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
23117 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
23119         * mail/rmailsum.el (rmail-make-summary-line-1):
23120         Change comma after last label to a space.
23121         (rmail-summary-font-lock-keywords): Adapt to that change.
23123 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
23125         * progmodes/scheme.el (scheme-mode-variables): When setting
23126         `font-lock-defaults', also specify that "#" should
23127         be interpreted with `word' syntax.
23128         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
23130 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
23132         * desktop.el: A lot of comments updated.
23133         (desktop-save-mode): Minor mode introduced.
23134         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
23135         (desktop-load-default): Function made obsolete.
23136         (desktop-locals-to-save): Variable made customizable.
23137         (desktop-read): Optional parameter `dirname' added.
23138         (desktop-change-dir, desktop-revert): Parameter `dirname' in
23139         `desktop-read' used.
23140         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
23142 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
23144         * whitespace.el (whitespace-clean-msg): Add user customizable message
23145         for displaying ``clean'' output.
23146         (whitespace-buffer): Use `whitespace-clean-msg'.
23147         (whitespace-global-mode): Fix typo.
23149 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
23151         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
23153 2003-09-29  Lute Kamstra  <lute@gnu.org>
23155         * bindings.el (mode-line-modes): Remove superfluous :propertize
23156         construct in initialization.
23157         (mode-line-position): Change cons cell into proper list in
23158         initialization.
23160 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
23162         * international/mule.el (decode-coding-inserted-region): Use car
23163         of the return value of find-operation-coding-system.
23165 2003-09-29  Kenichi Handa  <handa@m17n.org>
23167         * descr-text.el (describe-char): Fix previous change.
23169 2003-09-28  Kenichi Handa  <handa@m17n.org>
23171         * descr-text.el (describe-char-display): New function.
23172         (describe-char): Pay attention to display table on describing how
23173         a character is displayed.
23175         * international/mule-cmds.el (encoded-string-description):
23176         Prepend "0x" to each encoded byte.
23178 2003-09-28  Andreas Schwab  <schwab@suse.de>
23180         * find-file.el (ff-special-constructs): Add autoload cookie.
23182 2003-09-28  Kevin Ryde  <user42@zip.com.au>
23184         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
23185         makeinfo appends to duplicate index entries.
23187 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
23189         * dired-x.el (dired-clean-tex): Doc fix.
23191         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
23192         using a Chinese tutorial.
23194 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
23196         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
23197         between "MAIL FROM:" and "RCPT TO:" and the following address.
23199 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
23201         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
23203 2003-09-28  David Ponce  <david@dponce.com>
23205         * recentf.el (recentf-initialize-file-name-history): New defcustom.
23206         (recentf-load-list): When `recentf-initialize-file-name-history'
23207         is non-nil, initialize an empty `file-name-history' with the
23208         recent list.
23210 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
23212         * man.el (Man-default-man-entry): Remove the leading `*' from the
23213         word at point.
23215 2003-09-26  Lute Kamstra  <lute@gnu.org>
23217         * bindings.el (mode-line-position): Mention size indication in
23218         docstring.
23220 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
23222         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
23224         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
23225         because it's autoloaded now.
23227 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
23229         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
23230         (sh-font-lock-keywords, sh-feature): Fix previous change of
23231         sh-feature to avoid infloop with sh-font-lock-keywords.
23233 2003-09-25  Kim F. Storm  <storm@cua.dk>
23235         * frame.el (frame-current-scroll-bars): New defun.
23237         * window.el (window-current-scroll-bars): New defun.
23239 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
23241         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
23242         cause errors when the state cache contains info on parts that have
23243         been narrowed out.
23245 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
23247         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
23248         `c-setup-paragraph-variables' has to be used when this variable is
23249         changed; it doesn't work to reinitialize the mode since that
23250         typically clobbers the variable.
23252         * progmodes/cc-styles.el (c-setup-paragraph-variables):
23253         Make it interactive.
23255 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
23257         * progmodes/cc-fonts.el (c-font-lock-declarations):
23258         Fix recognition of constructors and destructors for classes whose
23259         names are matched by `*-font-lock-extra-types'.
23261         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
23262         followed by an identifier in C++ then it's a type.
23264 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
23266         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
23267         problem that primarily affected XEmacs.  Don't use faces to find
23268         unterminated strings since Emacs and XEmacs fontify strings
23269         differently - this function should now work better in XEmacs.
23271 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
23273         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
23274         `expand-abbrev' workaround which caused braces to misbehave inside
23275         macros.
23277         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
23278         handling.  This bug could cause interactive font locking to bail out.
23280 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
23282         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
23283         Handle paren-style types in Pike.  Also fixed some cases of
23284         insufficient handling of unbalanced parens.
23286 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
23288         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
23289         common shell prompts that are not common filename or URL characters.
23290         (ffap-file-at-point): Use the new regexp to strip the prompts from
23291         the file names.  This is an issue mostly for user prompts that
23292         don't have a trailing space and find-file-at-point is invoked from
23293         within a shell inside Emacs.
23295 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
23297         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
23298         stamps numerically, rather than textually.
23300 2003-09-24  Kenichi Handa  <handa@m17n.org>
23302         * language/devan-util.el (devanagari-post-read-conversion):
23303         * language/mlm-util.el (malayalam-post-read-conversion):
23304         * language/tml-util.el (tamil-post-read-conversion):
23305         Add autoload cookie.
23307         * international/utf-8.el (utf-8-post-read-conversion):
23308         Call post-read-conversion functions for Devanagari, Malayalam,
23309         and Tamil.
23311 2003-09-23  Dave Love  <fx@gnu.org>
23313         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
23315 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
23317         * progmodes/gud.el (perldb): Add gud-until to list of commands.
23318         Update gud-remove.
23320 2003-09-22  Richard M. Stallman  <rms@gnu.org>
23322         * progmodes/sh-script.el (sh-mode-default-syntax-table):
23323         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
23324         (sh-mode-syntax-table-input): New variable.
23325         (sh-require-final-newline): Don't use eval.
23326         (sh-builtins, sh-leading-keywords, sh-other-keywords)
23327         (sh-variables, sh-font-lock-keywords): Don't use eval.
23328         (sh-set-shell): When setting require-final-newline,
23329         treat value = `require-final-newline' as don't change it.
23330         Set sh-mode-syntax-table locally based on
23331         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
23333         * progmodes/compile.el (compile-internal):
23334         Call compilation-set-window-height before setting window start.
23336 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
23338         * emacs-lisp/bytecomp.el (byte-compile-log-file):
23339         Clear out byte-compile-last-warned-form.
23341 2003-09-22  Richard M. Stallman  <rms@gnu.org>
23343         * woman.el (woman-file-name, woman-follow-word):
23344         If current-word returns nil, use "".
23346         * simple.el (eval-expression): Bind standard-output in to-buffer case.
23348 2003-09-22  Richard M. Stallman  <rms@gnu.org>
23350         * emacs-lisp/lisp-mnt.el (lm-with-file):
23351         Don't visit the file, just use insert-file-contents in temp buffer.
23353 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
23355         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
23356         Add surrounding \\( and \\) around the header, as in
23357         for lm-history-header 'Change Log\\|History'.
23359 2003-09-22  John Paul Wallington  <jpw@gnu.org>
23361         * progmodes/ld-script.el: Add Commentary section,
23362         minor cleanup of file header.
23363         (ld-script-font-lock-keywords): Doc fix.
23364         (toplevel): Provide `ld-script' feature.
23366 2003-09-21  Kim F. Storm  <storm@cua.dk>
23368         * scroll-bar.el (set-scroll-bar-mode): Initialize to
23369         new built-in variable default-frame-scroll-bars.
23370         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
23371         scroll-bar-mode; notably, use it instead of t when we toggle
23372         scroll-bars on.
23373         (toggle-scroll-bar): Use default-frame-scroll-bars.
23375 2003-09-19  Masatake YAMATO  <jet@gyve.org>
23377         * pcvs.el (cvs-do-removal): Change the prompt depending on
23378         `filter' value.
23380 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
23382         * startup.el (command-line-1): Stop startup-echo-area-message
23383         being hidden by "Loading image..." message.
23384         (use-fancy-splash-screens-p, display-splash-screen):
23385         Move display-graphic-p test from latter to former.
23387         * progmodes/sh-script.el (sh-font-lock-keywords):
23388         Highlight escaped EOLs differently from other backslash constructs.
23390 2003-09-19  Richard M. Stallman  <rms@gnu.org>
23392         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
23393         New functions.
23394         (edebug-enter, edebug-outside-excursion): Use them.
23396         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
23397         Fix the condition for whether to print "In WHERE".
23399 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
23401         * finder.el (finder-mode-hook): New variable.
23402         (finder-mode): Run hook finder-mode-hook
23404 2003-09-18  Masatake YAMATO  <jet@gyve.org>
23406         * progmodes/ebrowse.el: Fix broken magic autoload comments.
23408 2003-09-17  Mario Lang  <mlang@delysid.org>
23410         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
23411         "p %e" to actually print the value in the GUD buffer.
23413 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
23415         From David Ponce <david.ponce@wanadoo.fr>:
23416         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
23417         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
23418         from loaddefs-boot.el if necessary.
23420 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
23422         * progmodes/gud.el (gud-find-class): Make jdb work again since
23423         cc-mode changed the syntactic information.
23425 2003-09-15  David Ponce  <david@dponce.com>
23427         * recentf.el: (recentf-exclude): Accept predicates too.
23428         (recentf-file-readable-p): New function.
23429         (recentf-include-p): Handle predicates in recentf-exclude.
23430         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
23431         (recentf-cleanup): Likewise.
23432         (recentf-save-list): Use write-file to handle backup of
23433         recentf-save-file.
23435 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
23437         * loaddefs-boot.el: Renamed from `loaddefs.el'
23438         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
23439         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
23440         necessary.
23442 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
23444         * electric.el (Electric-pop-up-window): For the `one-window' case,
23445         no longer disconcertingly move point in the original buffer.
23447 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
23449         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
23451 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
23453         * dired.el (dired-mode-map): Fix typo.
23455 2003-09-11  Richard M. Stallman  <rms@gnu.org>
23457         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
23459 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
23461         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
23462         the function is less noisy.  Now only `kill-buffer' can ask questions.
23464 2003-09-10  Mario Lang  <mlang@delysid.org>
23466         * battery.el: Update Commentary and Copyright.
23467         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
23468         appear due to wrong ordering of the expressions in `or'.
23470 2003-09-09  Lute Kamstra  <lute@gnu.org>
23472         * misc.el (upcase-char): Fix docstring.
23473         (zap-up-to-char): New command.
23475 2003-09-08  David Ponce  <david@dponce.com>
23477         Ensure that recentf correctly updates the menu bar.
23478         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
23479         (recentf-menu-bar): New function.
23480         (recentf-clear-data): Use it
23481         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
23482         of easy-menu-change.
23484 2003-09-08  Lute Kamstra  <lute@gnu.org>
23486         * simple.el (size-indication-mode): New.
23487         * bindings.el (mode-line-position): Add buffer size indicator.
23489 2003-09-04  Mario Lang  <mlang@delysid.org>
23491         * battery.el (battery-linux-proc-acpi): New function.
23492         (battery-status-function): Modify default value calculation to also
23493         check for availability of ACPI.
23494         (battery-echo-area-format): Ditto.
23495         (battery-mode-line-format): Ditto.
23497 2003-09-06  Dave Love  <fx@gnu.org>
23499         * ielm.el (ielm-mode-hook): Add :options.
23501         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
23502         (eldoc-print-current-symbol-info): Use it.
23504 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
23506         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
23507         being displayed in GUD buffer.
23508         (gdb-idle-input-queue): Remove var.  Use just one queue.
23509         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
23510         Remove functions.  Use just one queue.
23511         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
23512         (gdb-invalidate-assembler, gdb-get-current-frame):
23513         Modify functions.  Use just one queue.
23515 2003-09-04  Dave Love  <fx@gnu.org>
23517         * cus-start.el: Add blink-cursor-alist.
23519         * ruler-mode.el (ruler-mode-fill-column-char)
23520         (ruler-mode-current-column-char): Use char-displayable-p,
23521         not window-system.
23523         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
23525         * language/european.el (windows-1252): Move from code-pages.
23527         * language/cyrillic.el ("Windows-1251"): Delete.
23528         ("Bulgarian", "Belarusian"): Remove `features'.
23529         (windows-1251): Move from code-pages.
23531         * international/mule-diag.el (non-iso-charset-alist):
23532         Remove `codepage' stuff.
23533         (print-designation, list-coding-systems-1): Output fixes.
23535         * international/code-pages.el (cp-make-translation-table)
23536         (cp-valid-codes): Made defsubsts.
23537         (cp-fix-safe-chars): Delete.
23538         (mule-diag): Don't require.
23539         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
23540         (top-level): Check for defined coding system when defining
23541         cp... aliases.  Change w32-add-charset-info test to avoid warning.
23542         (non-iso-charset-alist): Defvar when compiling.
23543         (cp-make-coding-system): Doc fix.
23545 2003-09-02  Jason Rumney  <jasonr@gnu.org>
23547         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
23548         line-ends from CVS before doing conversion.
23550 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
23552         * calendar/diary-lib.el (diary-header-line-flag)
23553         (diary-header-line-format): New variables.
23554         (list-diary-entries): Use them to set header line in simple diary.
23556         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
23557         other than font-lock-string-face to highlight backslashes.
23559 2003-09-01  Jason Rumney  <jasonr@gnu.org>
23561         * international/titdic-cnv.el (tit-read-key-value): Include \r in
23562         regexp.
23564 2003-09-01  Dave Love  <fx@gnu.org>
23566         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
23568         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
23569         and :help; also line and column numbers labels.
23571         * international/mule-util.el (char-displayable-p): Move from
23572         latin1-disp, rename and autoload.
23574         * international/latin1-disp.el (latin1-char-displayable-p):
23575         Now obsolete alias.  Replace uses with char-displayable-p.
23576         (latin1-display-ucs-per-lynx): Fix last change.
23578         * international/mule-cmds.el (standard-display-european-internal):
23579         Don't use char code for Latin-1 NBSP.
23580         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
23581         U+2018, U+2019 for `'.
23582         (select-safe-coding-system): Message fix.
23584 2003-09-01  Kenichi Handa  <handa@m17n.org>
23586         * international/fontset.el (setup-default-fontset): For Thai
23587         font, specify "*" family.
23589 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
23591         * progmodes/compile.el (previous-error): Accept a prefix
23592         argument, similarly to next-error.
23594 2003-08-31  Masatake YAMATO  <jet@gyve.org>
23596         * pcvs.el (cvs-do-removal): Use = instead of eq to check
23597         the number of files.  Bind the number of files to a local
23598         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
23600 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
23602         * vc-hooks.el (vc-make-version-backup): Fix the change made on
23603         2003-07-26: msdos-long-file-names is a function, not a variable.
23605 2003-08-29  Richard M. Stallman  <rms@gnu.org>
23607         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
23608         Do nothing with mail-personal-alias-file if it is nil.
23610         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
23611         Do nothing if mail-personal-alias-file is nil.
23613         * term.el (term-exec-1): Bind coding-system-for-read.
23615         * dired.el (dired-mouse-find-file-other-window):
23616         Use dired-view-command-alist here, as in dired-view-file.
23617         (dired-view-command-alist): Use %s to substitute file name.
23618         Handle .ps_pages, .eps, .jpg, .gif, .png.
23620 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
23622         * info.el (Info-mode-map): Bind S-tab and <backtab> to
23623         `Info-prev-reference', instead of M-tab.
23625 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
23627         * simple.el (blink-matching-open): Work correctly on chars that
23628         are designated as parens through the syntax-table text property.
23630 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
23632         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
23633         line break position in the middle of a non-kinsoku (e.g. latin)
23634         word, making it skip until either a space or a character with
23635         category "|".
23636         (kinsoku-longer): Test for end of buffer.
23638 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
23640         * mail/rmail.el (rmail-convert-to-babyl-format):
23641         Detect quoted-printable- and base64-encoded messages and decode them
23642         automatically.  Set the message's encoding from the charset=
23643         header, if any.  Decode base64-encoded messages in Mail format as well.
23645 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
23647         * mail/smtpmail.el: Fix previous change.
23648         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
23649         calling smtpmail-via-smtp.
23650         (smtpmail-via-smtp): Add fall-back values for envelope-from.
23652 2003-08-26  John Paul Wallington  <jpw@gnu.org>
23654         * image.el (image-jpeg-p): Don't search beyond length of data.
23656 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
23658         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
23659         misfeature in `expand-abbrev' which caused electric keywords like
23660         "else" to disappear if an open brace was typed directly afterwards.
23662 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
23664         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
23665         mandatory in `define-widget'.
23667         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
23668         Don't align the operators "!=", "<=" and ">=" as assignment operators.
23670         (c-assignment-operators): New language constant that only contains
23671         the assignment operators.
23673         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
23675 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
23677         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
23678         Safeguard against unbalanced sexps.
23680 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
23682         * version.el (emacs-version): Check for gtk.  Include gtk version info.
23684 2003-08-25  John Paul Wallington  <jpw@gnu.org>
23686         * man.el (Man-default-man-entry): Don't whizz past the section
23687         number before looking for it.
23689 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
23691         * progmodes/gud.el (gud-display-line): Don't set window-point if
23692         source buffer is not visible.  (Only happens with M-x gdba.)
23694         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
23695         documentation.
23696         (gdb-source, gdb-source-info): Update to assembler unnecessary
23697         as its done after each GDB command anyway.
23698         (gdb-pre-prompt): Use with-current-buffer.
23699         (gdb-insert-field): Add help-echo text.
23700         (gdb-invalidate-assembler): Re-display of assembler now done in
23701         gdb-info-breakpoints-custom.
23702         (gdb-info-breakpoints-custom): Force re-display of assembler to
23703         happen *after* update of breakpoints buffer.
23704         (gdb-display-source-buffer): Don't choke if gdb-source-window
23705         isn't visible.
23706         (gdb-put-string, gdb-put-arrow): Remove free variables.
23708 2003-08-24  John Paul Wallington  <jpw@gnu.org>
23710         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
23712         * man.el (Man-default-man-entry): Strip text properties when
23713         snarfing parts of entry because `format' preserves properties.
23715 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
23717         * files.el (file-newest-backup): Use `expand-file-name'.
23719         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
23720         Allow the diary to pop up a new frame, if needed.
23722         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
23723         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
23724         (smtpmail-send-it): Make treatment of envelope-from consistent with
23725         sendmail.el.
23727         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
23728         (sh-leading-keywords): Add the bash `time' reserved word.
23729         (sh-variables): Add some bash variables.
23730         (sh-add-completer): Fix nil branch of case statement.
23732 2003-08-24  Masatake YAMATO  <jet@gyve.org>
23734         * progmodes/ld-script.el: New file.
23736 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
23738         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
23740 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
23742         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
23743         Better explain obsolescence, and what to use instead.
23745 2003-08-23  Masatake YAMATO  <jet@gyve.org>
23747         * pcvs.el (cvs-do-removal): Show the deleted file name
23748         on the prompt.
23750 2003-08-20  Dave Love  <fx@gnu.org>
23752         * international/mule.el (make-coding-system)
23753         (set-buffer-file-coding-system): Doc fix.
23755         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
23757         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
23759         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
23761         * international/utf-16.el: Add mime-text-unsuitable coding system
23762         properties.
23764         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
23766         * cus-edit.el: Add some :links.
23767         (bib): Remove.
23769         * textmodes/bib-mode.el (bib): Add :group external.
23771 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
23773         * wid-edit.el (widget-echo-help): Make it handle expressions that
23774         evaluate to strings.
23776 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
23778         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
23780         Simplify selection of SQL products to define highlighting and
23781         interactive mode.  Includes detailed instructions on adding
23782         support for new products.
23784         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
23785         product for use in highlighting and interactive mode.
23786         (sql-interactive-product): New variable.  SQL product for
23787         sql-interactive-mode.
23788         (sql-product-support): New variable.  Specifies product-specific
23789         parameters to drive highlighting and interactive mode.
23790         (sql-imenu-generic-expression): Add more object types.
23791         (sql-sqlite-options): Correct comment.
23792         (sql-ms-program): Use "osql" rather than "isql".
23793         (sql-prompt-regexp, sql-prompt-length): Update comment.
23794         (sql-mode-menu): Add "Start SQLi session" entry.
23795         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
23796         (sql-mode-abbrev-table): Add abbreviations.  Support of
23797         SYSTEM-FLAG on define-abbrev.  Support was removed with last
23798         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
23799         (sql-mode-font-lock-object-name): Add font-lock pattern for object
23800         names.
23801         (sql-mode-ansi-font-lock-keywords): Set as default value.
23802         (sql-mode-oracle-font-lock-keywords): Set as default value.
23803         Support Oracle 9i keywords.
23804         (sql-mode-postgres-font-lock-keywords): Set as default value.
23805         (sql-mode-linter-font-lock-keywords): Set as default value.
23806         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
23807         SQLServer 2000.
23808         (sql-mode-sybase-font-lock-keywords)
23809         (sql-mode-interbase-font-lock-keywords)
23810         (sql-mode-sqlite-font-lock-keywords)
23811         (sql-mode-strong-font-lock-keywords)
23812         (sql-mode-mysql-font-lock-keywords)
23813         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
23814         keywords.
23815         (sql-mode-font-lock-defaults): Update comment.
23816         (sql-product-feature): New function.  Returns feature associated
23817         with a product from `sql-product-support' alist.
23818         (sql-product-font-lock): New function.  Set font-lock support
23819         based on `sql-product'.
23820         (sql-add-product-keywords): New function.  Add font-lock rules to
23821         product-specific keyword variables.
23822         (sql-set-product): New function.  Set `sql-product' and apply
23823         appropriate font-lock highlighting.
23824         (sql-highlight-product): New function.  Set font-lock support
23825         based on a product.  Also set mode name to include product name.
23826         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
23827         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
23828         Use `sql-set-product'.
23829         (sql-highlight-ms-keywords)
23830         (sql-highlight-sybase-keywords)
23831         (sql-highlight-interbase-keywords)
23832         (sql-highlight-strong-keywords)
23833         (sql-highlight-mysql-keywords)
23834         (sql-highlight-sqlite-keywords)
23835         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
23836         (sql-get-login): Prompt in the same order as the tokens.
23837         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
23838         (sql-product-interactive): New function.  Common portions of
23839         product-specific interactive mode wrappers.
23840         (sql-interactive-mode): Rewritten to use product features.
23841         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
23842         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
23843         (sql-db2, sql-linter): Use `sql-product-interactive'.
23844         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
23845         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
23846         (sql-connect-ingres, sql-connect-postgres)
23847         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
23848         New functions.  Format command line parameters and invoke comint on
23849         the appropriate interpreter.  Code was in the corresponding
23850         `sql-xyz' function before.
23851         (sql-connect-ms): New function.  Support -E argument to use
23852         operating system credentials for authentication.
23854 2003-08-18  Kenichi Handa  <handa@m17n.org>
23856         * international/mule.el (encode-char): Fix for the ASCII case.
23858 2003-08-15  Kenichi Handa  <handa@m17n.org>
23860         * international/fontset.el (setup-default-fontset): Change "*" to
23861         nil in the specifications of font family.
23863 2003-08-18  Kim F. Storm  <storm@cua.dk>
23865         * kmacro.el (kmacro-keymap): Group related bindings in
23866         initialization for clarity.  Bind C-s to start macro.
23867         Remove C-r binding.
23868         (kmacro-initial-counter-value): New defvar to hold initial counter
23869         value in case we set the value before defining a macro.
23870         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
23871         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
23872         not defining or executing macro.  Doc fix.
23873         (kmacro-add-counter): Clear kmacro-initial-counter-value.
23874         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
23875         temporarily view older elements on the macro ring without cycling
23876         the ring.
23877         (kmacro-display): Doc fix.
23878         (kmacro-exec-ring-item): New helper function.
23879         (kmacro-call-ring-2nd): Use it.
23880         (kmacro-call-ring-2nd-repeat): Doc fix.
23881         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
23882         (kmacro-end-or-call-macro): Execute last viewed macro (using
23883         kmacro-exec-ring-item) from ring if this follows
23884         kmacro-view-macro.  This allows us to find a macro on the ring
23885         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
23886         the ring to bring it to the head of the ring.
23887         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
23888         Allow binding to reserved keys without specifying C-x C-k prefix.
23889         Ask for confirmation if entered key sequence is already bound to
23890         a non-macro command.
23891         (kmacro-view-macro): Repeating command will show older elements
23892         on the macro ring; C-k will execute the last viewed macro.
23893         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
23894         property from 'ring to 'head.
23896 2003-08-17  Alan Shutko  <ats@acm.org>
23898         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
23899         keeping December out of the alist.
23901 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
23903         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
23904         * calendar/calendar.el (calendar-mode-map): Bind it to key.
23905         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
23906         (calendar-flatten): New function.
23907         (calendar-mouse-view-other-diary-entries)
23908         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
23909         in the menu title and to show multi-line diary entries correctly
23910         in the menu.
23912 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
23914         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
23915         defcustom, because the default was recently changed.
23917 2003-08-16  Richard M. Stallman  <rms@gnu.org>
23919         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
23921         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
23922         New subroutine, broken out of eval-last-sexp-1.
23923         (eval-last-sexp-1): Use eval-last-sexp-print-value.
23925         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
23927         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
23929         * simple.el (eval-expression): Use eval-last-sexp-print-value.
23931 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
23933         * progmodes/compile.el (compilation-error-regexp-alist):
23934         Add Java ANt error detection as described in document
23935         http://ant.apache.org/faq.html
23937 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
23939         * simple.el (backward-word, forward-to-indentation)
23940         (backward-to-indentation): Argument changed to optional.
23941         (next-line, previous-line): Use `or' instead of `unless'.
23943 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
23945         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
23946         instead of a constant.
23948 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
23950         * shell.el (shell): With prefix-arg, suggest a new buffer name.
23952 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
23954         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
23955         (vc-sccs-workfile-version): Search the entire delta table, rather
23956         than just the first entry, because that might be a deleted version.
23958 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
23960         * menu-bar.el (menu-bar-options-menu): Supply a body for the
23961         [save-place] binding in the Options menu.  Have it require
23962         'saveplace' and then toggle the variable manually, to avoid an
23963         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
23964         for the bug report.
23966 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
23968         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
23969         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
23970         (gdb-info-threads-custom): Add help-echo text.
23971         (gdb-display-back): Don't use purecopy.
23972         (gdb-info-breakpoints-custom, gdb-reset)
23973         (gdb-assembler-custom): Use display-images-p to test if breakpoint
23974         icons can be displayed.
23976 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
23978         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
23980 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
23982         * bookmark.el (bookmark-completing-read):
23983         Return a string, instead of a list of one string.
23984         Use a popup menu if activated from the mouse.
23985         (bookmark-edit-annotation): Remove unused vars.
23986         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
23987         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
23988         to bookmark-completing-read.
23989         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
23990         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
23991         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
23992         and erase-buffer.
23993         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
23994         (bookmark-menu-jump, bookmark-menu-insert)
23995         (bookmark-popup-menu-and-apply-function)
23996         (bookmark-menu-popup-paned-bookmark-menu): Remove.
23997         (bookmark-menu-build-paned-menu): Remove by folding it into
23998         bookmark-menu-popup-paned-menu.
23999         (menu-bar-bookmark-map): Move the define-key statements here.
24000         Use the "non-menu" commands since they now pop up a menu if needed.
24001         (bookmark-exit-hook-internal): Simplify.
24003 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
24005         * reftex-toc.el (reftex-toc-rename-label): New function.
24006         (reftex-toc-check-docstruct): New function.
24008         * reftex.el (reftex-region-active-p): New function.
24010         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
24011         regexp to find the \bibliography macro.
24013         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
24014         which does not exist in LaTeX.
24015         (reftex-cite-format-builtin): Added amsrefs support.
24016         (reftex-toc-confirm-promotion): New option
24018         * reftex-toc.el
24019         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
24020         (reftex-toc-demote, reftex-toc-promote)
24021         (reftex-toc-do-promote, reftex-toc-promote-prepare)
24022         (reftex-toc-promote-action, reftex-toc-extract-section-number)
24023         (reftex-toc-newhead-from-alist)
24024         (reftex-toc-load-all-files-for-promotion): New functions.
24025         (reftex-toc-help): Added description of new keys.
24026         (reftex-toc-split-windows-fraction): New option.
24027         (reftex-recenter-toc-when-idle): Search *toc* window on all
24028         visible frames.
24029         (reftex-toc): Additional parameter REUSE
24030         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
24031         with REUSE argument.
24032         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
24033         the call of `reftex-toc'.
24034         (reftex-make-separate-toc-frame): New function .
24035         (reftex-toc-recenter): When called with triple prefix arg, call
24036         `reftex-make-separate-toc-frame' first.
24037         (reftex-toc-toggle-dedicated-frame): New command.
24038         (reftex-toc-quit): Adapted to delete frame when called in
24039         dedicated frame.
24041         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
24042         all enclosing macros.
24045 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24047         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
24048         first use.
24050 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24052         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
24054 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
24056         * calendar/calendar.el (list-diary-entries-hook)
24057         (diary-display-hook, nongregorian-diary-listing-hook)
24058         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
24059         Add some customize options for these hooks.
24060         (calendar-abbrev-construct): Don't try to take a substring longer
24061         than the original string.
24063 2003-08-05  Richard M. Stallman  <rms@gnu.org>
24065         * emacs-lisp/testcover.el (noreturn): Report error if does return.
24066         (testcover-reinstrument-clauses): Doc fix.
24068         * emacs-lisp/warnings.el: Doc fixes, args renamed.
24069         (warning-type-format): Rename from warning-group-format.
24071         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
24072         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
24073         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
24074         to prevent warnings about defvar for an obsolete variable.
24076         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
24077         warning-group-format renamed to warning-type-format.
24079         * subr.el (read-passwd): Use clear-string instead of fillarray.
24081         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
24082         Use vconcat instead of concat.
24083         (edmacro-sanitize-for-string): New function.
24085 2003-08-05  Dave Love  <fx@gnu.org>
24087         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
24088         line-number-display-limit-width.
24090         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
24092 2003-08-05  Kenichi Handa  <handa@m17n.org>
24094         * international/code-pages.el: Don't require mule-diag.
24096         * international/mule-diag.el (non-iso-charset-alist):
24097         Add autoload cookie.
24099         * language/devan-util.el (dev-glyph-order): Add an entry for the
24100         glyph code #xC4.
24102 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
24104         * calendar/calendar.el (diary-file, diary-file-name-prefix)
24105         (european-calendar-style, diary-date-forms)
24106         (calendar-day-name-array, calendar-month-name-array): Doc change.
24107         (generate-calendar-month): Adapt for new behavior of
24108         `calendar-day-name' function.
24109         (calendar-abbrev-length, calendar-day-abbrev-array)
24110         (calendar-month-abbrev-array): New variables.
24111         (calendar-abbrev-construct): New function.
24112         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
24113         rather than fixing abbrevs at some width.  Calling syntax change.
24114         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
24115         (calendar-date-string): Adapt for new behaviors of
24116         `calendar-day-name' and `calendar-month-name' functions.
24118         * calendar/diary-lib.el (list-diary-entries): Adapt for new
24119         behavior of `calendar-day-name' and `calendar-month-name' functions.
24120         (diary-name-pattern): Use abbrev arrays, rather than fixing
24121         abbrevs at three chars.  Calling syntax change.
24122         (mark-diary-entries): Adapt for new behaviors of
24123         `diary-name-pattern' and `calendar-make-alist' functions.
24124         (fancy-diary-font-lock-keywords): Adapt for new behavior of
24125         `diary-name-pattern' function.
24126         (font-lock-diary-date-forms): Use abbrev arrays, rather than
24127         fixing abbrevs at three chars.  Calling syntax change.
24128         (cal-hebrew, cal-islam): Require when compiling.
24129         (diary-font-lock-keywords): Adapt for new behavior of
24130         `font-lock-diary-date-forms' function.
24132         * calendar/cal-hebrew.el: Reposition some code so defined before used.
24133         (calendar-hebrew-month-name-array-common-year)
24134         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
24135         (list-hebrew-diary-entries): Adapt for new behaviors of
24136         `calendar-day-name' and `add-to-diary-list' functions.
24137         (mark-hebrew-diary-entries): Adapt for new behaviors of
24138         `diary-name-pattern' and `calendar-make-alist' functions.
24140         * calendar/cal-islam.el (calendar-islamic-month-name-array):
24141         Add doc string.
24142         (list-islamic-diary-entries): Adapt for new behaviors of
24143         `calendar-day-name' and `add-to-diary-list' functions.
24144         (mark-islamic-diary-entries): Adapt for new behaviors of
24145         `diary-name-pattern' and `calendar-make-alist' functions.
24147         * calendar/cal-menu.el (cal-menu-update): Adapt for new behavior of
24148         `calendar-month-name' function.
24150         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
24152         * calendar/solar.el (solar-seasons-data): Move definition before use.
24154         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
24155         (cal-tex-LaTeX-hourbox): Move definition before use.
24157         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
24158         * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
24159         * lunar.el, solar.el (displayed-month, displayed-year):
24160         Define for compiler.
24162 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
24164         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
24165         MODE.  Renamed from c-init-c-language-vars'.
24166         (c-initialize-cc-mode): Change accordingly.
24167         (c-common-init): Ditto.
24168         (c-mode): Ditto.
24169         (c++-mode): Use `c-init-language-vars-for'.
24170         (objc-mode): Ditto.
24171         (java-mode): Ditto.
24172         (idl-mode): Ditto.
24173         (pike-mode): Ditto.
24174         (awk-mode): Ditto.
24176 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
24178         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
24179         or not the point moved.
24181         (c-search-decl-header-end): Don't trip up on operator identifiers
24182         in C++ and operators like == in all languages.
24184         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
24185         Detect leading labels correctly.
24187 2003-08-02  Andreas Schwab  <schwab@suse.de>
24189         * textmodes/ispell.el: Don't redo key bindings on loading, put
24190         them only in loaddefs.el.
24191         * bookmark.el: Likewise.
24192         * dabbrev.el: Likewise.
24193         * emerge.el: Likewise.
24195         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
24196         has more than one member.
24198         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
24200 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24202         * lpr.el (printify-region): It was ending conversion before the
24203         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
24205 2003-07-31  John Paul Wallington  <jpw@gnu.org>
24207         * net/browse-url.el (browse-url-epiphany): Doc fix.
24209 2003-07-30  Kenichi Handa  <handa@m17n.org>
24211         * international/fontset.el (setup-default-fontset):
24212         Change registry names of Akurti fonts.
24214 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
24216         * comint.el (comint-read-noecho): Use `clear-string' instead of
24217         `fillarray'.
24219 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
24221         * outline.el (outline-mode-hook): Add defvar.
24223 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
24225         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
24226         Restore assembler in source window if that is what has been selected.
24227         (menu): Add gdb-restore-windows to menu.  Make gdba
24228         specific menus only visible from gdba.
24230 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
24232         * progmodes/compile.el (compilation-environment): New user variable.
24233         (compile-internal): Respect it.
24235 2003-07-23  Masatake YAMATO  <jet@gyve.org>
24237         * progmodes/gud.el (gdb-script-font-lock-keywords):
24238         Put `font-lock-function-name-face' on a symbol which includes
24239         `-' like `hook-run'.  Put font-lock-variable-name-face
24240         on a symbol starting with $.
24242 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
24244         * files.el (set-visited-file-name): Use truename for buffer-file-name.
24246 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
24248         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
24250 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
24252         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
24253         Use with-no-warnings.
24254         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
24255         rather than to find-file-not-found-hook, which doesn't exist.
24257 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
24259         * international/quail.el (quail-translate-key): Fix previous change.
24261 2003-07-25  John Paul Wallington  <jpw@gnu.org>
24263         * server.el (server-start): Check `server-process' is non-nil
24264         before killing it to avoid killing current buffer's process.
24266         * simple.el (choose-completion-string): Use `minibufferp';
24267         test `completion-reference-buffer' if `buffer' arg is nil.
24268         (push-mark): Use `when' and `unless'.
24269         (pop-mark): Use `when'.
24271         * mouse-sel.el (mouse-sel-get-selection-function):
24272         Check `x-last-selected-text-primary'.  Don't barf if it or
24273         `x-last-selected-text' aren't bound.
24275 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
24277         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
24279 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
24281         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
24283 2003-07-23  John Paul Wallington  <jpw@gnu.org>
24285         * tooltip.el (defface tooltip): Inherit from variable-pitch.
24287 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
24289         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
24290         string.  Defvar the derived hook.
24292         * macros.el (insert-kbd-macro): Escape double quote character.
24293         From Thomas W Murphy <twm@andrew.cmu.edu>.
24295 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
24297         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
24298         to match the specific mark rather than reusing comment-start-skip.
24300 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
24302         * progmodes/hideshow.el (hs-special-modes-alist):
24303         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
24305 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
24307         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
24308         value using ?\s.
24310 2003-07-21  John Paul Wallington  <jpw@gnu.org>
24312         * subr.el (with-selected-window): Add closing paren.
24314 2003-07-21  Richard M. Stallman  <rms@gnu.org>
24316         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
24317         (lisp-mode): Likewise.
24319         * subr.el (with-selected-window): Copy code form save-selected-window
24320         so as to call select-window with norecord arg.
24321         (dynamic-completion-table): Doc fix.
24322         (lazy-completion-table): Doc fix.
24324         * international/mule-cmds.el (set-locale-environment):
24325         langinfo renamed to locale-info.
24327         * international/mule.el (auto-coding-functions): Doc fix.
24329 2003-07-21  Kenichi Handa  <handa@m17n.org>
24331         * international/quail.el (quail-translate-key):
24332         Update quail-current-str correctly.
24334 2003-07-21  Andreas Schwab  <schwab@suse.de>
24336         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
24337         ?, to "_".
24339 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
24340         Version 2.0.36 of Tramp released.
24342         * net/tramp.el (tramp-default-password-end-of-line): Rename from
24343         tramp-password-end-of-line.
24344         (tramp-password-end-of-line): New method parameter.
24345         (tramp-get-password-end-of-line): Function to access method
24346         parameter `tramp-password-end-of-line', or variable
24347         `tramp-default-password-end-of-line' (default value).
24348         (tramp-methods): Add entries for new parameter
24349         tramp-password-end-of-line.
24350         (tramp-enter-password): Use new function
24351         `tramp-get-password-end-of-line'.
24352         (tramp-handle-insert-file-contents): Do not
24353         unconditionally inhibit the file operation file-local-copy, only
24354         do that when the inhibit-file-name-operation is currently
24355         insert-file-contents.  This fixes finding remote CVS-controlled
24356         files.  (It would barf on inserting the CVS/Entries file
24357         literally, because the file-local-copy handler wasn't called.)
24358         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
24359         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
24360         (tramp-initial-commands): New variable.
24361         (tramp-process-initial-commands): New function, using the variable.
24362         (tramp-open-connection-setup-interactive-shell): Call the new function.
24363         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
24364         method into the buffer name, never use nil.  Reported by Hanak
24365         David <dhanak@inf.bme.hu>.
24366         (tramp-open-connection-setup-interactive-shell): Erase buffer
24367         before sending "stty -onlcr".
24369         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
24371 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
24373         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
24375 2003-07-19  John Paul Wallington  <jpw@gnu.org>
24377         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
24378         (artist-draw-rect, artist-draw-square): Doc fixes.
24380         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
24382         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
24384 2003-07-19  Kenichi Handa  <handa@m17n.org>
24386         * international/kkc.el (kkc-show-conversion-list-update):
24387         Highlight the correct candidate in the message.
24389 2003-07-18  John Paul Wallington  <jpw@gnu.org>
24391         * simple.el (current-word): Don't include punctuation char when
24392         `really-word' arg is non-nil.
24394 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
24396         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
24397         moved to the directory obsolete.
24399 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
24401         * info.el (Info-menu-entry-name-re): Allow newlines in
24402         menu entry names.
24404         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
24405         syntax-ppss-after-change-function.
24406         (syntax-ppss-after-change-function): New alias.  Update uses.
24407         (syntax-ppss): Catch the case where the buffer is narrowed.
24409 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
24411         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
24412         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
24414 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
24416         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
24417         since it might be modified.
24419         * progmodes/cc-langs.el (c++-make-template-syntax-table)
24420         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
24421         names to these language constants.
24423 2003-07-15  Kim F. Storm  <storm@cua.dk>
24425         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
24426         All uses changed.
24428 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
24430         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
24431         Namespace support.
24433 2003-07-13  Juanma Barranquero  <lektu@terra.es>
24435         * frame.el (modify-all-frames-parameters): Reinstall (copyright
24436         papers received).
24438 2003-07-13  Karl Eichwalder  <ke@suse.de>
24440         * textmodes/po.el (po-find-charset): White space at the start of the
24441         Content-Type field body is non-mandatory.
24443 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
24445         * textmodes/texinfo.el (texinfo-section-list):
24446         Append appendixsection; a synonym for appendixsec.
24448 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
24450         * man.el (Man-translate-cleanup): New.
24451         (Man-translate-references): Call `Man-translate-cleanup' to clean
24452         leading, trailing and middle spaces.
24454 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
24456         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
24457         Handle `dired-directory' being a list.
24459 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
24461         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
24462         it doesn't exist.
24464 2003-07-12  Richard M. Stallman  <rms@gnu.org>
24466         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
24468         * progmodes/cc-defs.el (c-make-keywords-re):
24469         Don't use delete-duplicates.
24470         (c-lang-const): Don't use mapcan.
24472         * apropos.el (apropos-show-scores): Make it customizable.
24473         Document new meaning.
24474         (apropos): Compute scores from symbols.
24475         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
24477 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24479         * ps-bdf.el: Fix copyright line.
24480         (bdf-directory-list): Fix initialization code.
24482 2003-07-11  John Paul Wallington  <jpw@gnu.org>
24484         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
24485         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
24486         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
24488 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
24490         * emacs-lisp/ring.el (ring-elements): Doc fix.
24492 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
24494         * calendar/timeclock.el (timeclock-relative)
24495         (timeclock-ask-before-exiting, timeclock-use-display-time):
24496         Doc changes.
24497         (timeclock-modeline-display): Give a message if
24498         `timeclock-use-display-time' is non-nil but `display-time-mode'
24499         is not active.
24501 2003-07-11  Kenichi Handa  <handa@m17n.org>
24503         * international/mule-cmds.el (set-language-environment):
24504         Set current-language-environment to the correct string.
24506 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24508         * ps-print.el: Print line number correctly in a region.  Reported by
24509         Tim Allen <timallen@ls83.fsnet.co.uk>.
24510         (ps-print-version): New version number (6.6.2).
24511         (ps-printing-region): Code fix.
24513 2003-07-10  John Paul Wallington  <jpw@gnu.org>
24515         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
24516         this function can be called from `add-completions-from-tags-table'.
24518 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
24520         * calendar/timeclock.el (timeclock-use-display-time)
24521         (timeclock-day-over-hook, timeclock-workday-remaining)
24522         (timeclock-status-string, timeclock-when-to-leave)
24523         (timeclock-when-to-leave-string, timeclock-log-data)
24524         (timeclock-find-discrep, timeclock-day-base)
24525         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
24526         (timeclock-modeline-display): Set the variable
24527         `timeclock-modeline-display'.
24528         (timeclock-update-modeline): Doc fix.  Respect value of
24529         `timeclock-relative'.
24531 2003-07-09  Richard M. Stallman  <rms@gnu.org>
24533         * textmodes/reftex-parse.el (reftex-all-document-files):
24534         Add autoload cookie.
24536         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
24537         (reftex-scanning-info-available-p): Add autoload cookie.
24539         * international/mule-cmds.el
24540         (set-display-table-and-terminal-coding-system): Delete duplicate
24541         aset on standard-display-table.
24543         * view.el (view-file): If existing buffer's major mode is special,
24544         don't go into view mode.
24546         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
24548 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
24550         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
24551         buffer changes; there's third party code that calls this function
24552         directly.
24554 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
24556         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
24557         (autodoc-font-lock-keywords): Don't byte compile on font lock
24558         initialization when running from byte compiled files.
24560 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
24562         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
24563         statement ends with auto-increment "++".
24565 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
24567         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
24568         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
24569         these are changed, so declare them as variables and not constants.
24571 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
24573         * subr.el (dolist, dotimes): Doc fix.
24575 2003-07-08  Kim F. Storm  <storm@cua.dk>
24577         * international/mule-cmds.el
24578         (set-display-table-and-terminal-coding-system): Don't break
24579         bootstrap if standard-display-table isn't setup yet.
24581 2003-07-07  Richard M. Stallman  <rms@gnu.org>
24583         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
24584         Give it a doc string, and autoload it.
24586         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
24587         Use with-no-warnings.
24589         * info.el (Info-search): If find invisible text, search again.
24591         * isearch.el (search-whitespace-regexp): Add a shy group around it.
24593         * man.el (Man-name-regexp): Match + as part of name.
24595         * simple.el (visible-mode): Rename from vis-mode.
24596         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
24598         * simple.el (current-word): New arg REALLY-WORD specifies
24599         don't include punctuation chars.
24601         * emacs-lisp/debug.el (debug, debugger-env-macro):
24602         Use with-no-warnings while accessing and binding unread-command-char.
24604         * international/mule-cmds.el
24605         (set-display-table-and-terminal-coding-system): Use explicit loop
24606         instead of calling standard-display-default.
24608         * net/ange-ftp.el (ange-ftp-file-symlink-p):
24609         Use condition-case to catch error in ange-ftp-get-files.
24611         * net/browse-url.el (browse-url-browser-function):
24612         Add alternative for Epiphany.
24613         (browse-url-epiphany-program, browse-url-epiphany-arguments)
24614         (browse-url-epiphany-startup-arguments)
24615         (browse-url-epiphany-new-window-is-tab): New variables.
24616         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
24618         * progmodes/compile.el (compile-auto-highlight): Default now t.
24619         (compile): Doc fix.
24620         (compilation-next-error): Fix previous change.
24622         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
24624         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
24626 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
24628         * gdb-ui.el (gdb-source-info): Display current frame when
24629         attaching to an existing process.
24630         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
24631         while laying out windows when attaching to an existing process.
24633 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
24635         * info.el (Info-menu): Use Info-menu-entry-name-re.
24637 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
24639         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
24640         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
24642         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
24643         to match the same text.
24645 2003-07-06  John Paul Wallington  <jpw@gnu.org>
24647         * vc.el (vc-annotate-offset): Move defvar up.
24649 2003-07-06  Kim F. Storm  <storm@cua.dk>
24651         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
24652         This should fix the infinite loop when extracting menu names.
24654 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
24656         * files.el (auto-mode-alist, interpreter-mode-alist):
24657         Remove entries to CC Mode modes to avoid duplicates; they are now added
24658         with autoload directives in cc-mode.el.
24660 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
24662         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
24663         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
24664         these are changed, so declare them as variables and not constants.
24666         * progmodes/cc-mode.el: Fix some autoload problems: Try to
24667         ensure that the entry for ".c" extension comes before the one for
24668         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
24669         Fix incorrect entries that were added to `interpreter-mode-alist'.
24670         Move the autoload directives for AWK to the top level since they
24671         aren't recognized anywhere else.  Do not use the new AWK mode doc
24672         in the autoload form for the old AWK mode.
24674 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
24676         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
24677         (bibtex-sort-ignore-string-entries): Default value t.
24678         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
24679         erroneously in previous version.
24680         (bibtex-string-files): Docstring reflects new parsing scheme.
24681         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
24682         docstring, add # as one of the chars to crush
24683         (bibtex-autokey-prefix-string, bibtex-autokey-names)
24684         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
24685         (bibtex-autokey-name-change-strings)
24686         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
24687         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
24688         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
24689         (bibtex-autokey-title-terminators)
24690         (bibtex-autokey-titlewords-stretch)
24691         (bibtex-autokey-titleword-ignore)
24692         (bibtex-autokey-titleword-case-convert)
24693         (bibtex-autokey-titleword-abbrevs)
24694         (bibtex-autokey-titleword-abbrevs)
24695         (bibtex-autokey-titleword-change-strings)
24696         (bibtex-autokey-titleword-length)
24697         (bibtex-autokey-titleword-separator)
24698         (bibtex-autokey-name-year-separator)
24699         (bibtex-autokey-year-title-separator)
24700         (bibtex-autokey-before-presentation-function)
24701         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
24702         Fix docstring.
24703         (bibtex-strings, bibtex-reference-keys):
24704         Use lazy-completion-table and make-variable-buffer-local.
24705         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
24706         (bibtex-braced-string-syntax-table)
24707         (bibtex-quoted-string-syntax-table): New variables.
24708         (bibtex-parse-nested-braces): Remove.
24709         (bibtex-parse-field-string): Use syntax table and forward-sexp.
24710         (bibtex-parse-association): Simplify.
24711         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
24712         (bibtex-parse-field-text): Simplify.
24713         (bibtex-search-forward-field, bibtex-search-backward-field):
24714         argument BOUND can take value t.
24715         (bibtex-start-of-field, bibtex-start-of-name-in-field)
24716         (bibtex-end-of-name-in-field, bibtex-end-of-field)
24717         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
24718         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
24719         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
24720         (bibtex-skip-to-valid-entry): Return buffer position of beginning
24721         and ending of entry.  Update for changes of bibtex-search-entry.
24722         Simplify.
24723         (bibtex-map-entries): FUN is called with three arguments.
24724         (bibtex-search-entry): Return a cons pair with buffer positions of
24725         beginning and end of entry.
24726         (bibtex-enclosing-field): Simplify.
24727         (bibtex-format-entry): Use booktitle to set a missing title.
24728         (bibtex-autokey-get-names): Fiddle with regexps.
24729         (bibtex-generate-autokey): Use identity.
24730         (bibtex-parse-keys): Use simplified parsing algorithm if
24731         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
24732         arguments.  Return alist of keys.
24733         (bibtex-parse-strings): Simplify.  Return alist of strings.
24734         (bibtex-complete-string-cleanup): Fix docstring.
24735         (bibtex-read-key): New function.
24736         (bibtex-mode): Fix docstring.  Do not parse for keys and
24737         strings when the mode is entered.  Set fill-paragraph-function to
24738         bibtex-fill-field.  Setup font-lock-mark-block-function the way
24739         font-lock intended.
24740         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
24741         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
24742         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
24743         (bibtex-Preamble): Avoid hard coded constants.
24744         (bibtex-make-field): Fix docstring.  Simplify.
24745         (bibtex-beginning-of-entry): Always return new position of point.
24746         (bibtex-end-of-entry): Rearrange cond clauses.
24747         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
24748         Update for changes of bibtex-map-entries.
24749         (bibtex-ispell-abstract): Do not move point.
24750         (bibtex-entry-index): Use downcase.  Simplify.
24751         (bibtex-lessp): Handle catch-all.
24752         (bibtex-find-crossref): Turn into a command.
24753         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
24754         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
24755         preamble entries.
24756         (bibtex-fill-field-bounds): New function.
24757         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
24758         (bibtex-fill-entry): Use bibtex-fill-field-bounds
24759         (bibtex-String): Use bibtex-strings.  Always obey
24760         bibtex-sort-ignore-string-entries.
24762 2003-07-05  John Paul Wallington  <jpw@gnu.org>
24764         * cus-theme.el (customize-create-theme):
24765         Call `customize-create-theme' in Reset widget's notify function.
24767         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
24768         (ibuffer-mark-interactive): Use `or' instead of `unless'.
24769         (define-ibuffer-column name): Add summarizer.
24770         (define-ibuffer-column size): Likewise.
24771         (define-ibuffer-column filename): Likewise.
24772         (define-ibuffer-column process): Likewise.  Change BODY's output too.
24773         (define-ibuffer-column filename-and-process): Likewise, likewise.
24774         (ibuffer): Remove local vars `already-in' and `need-update'.
24776         * ibuf-ext.el: Don't require `derived' at compile-time.
24778 2003-07-05  Kim F. Storm  <storm@cua.dk>
24780         * info.el: Disable paragraph refilling.
24781         (Info-refill-paragraphs): New defcustom.
24782         (Info-fontify-node): Use it.
24784 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
24786         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
24787         thingies from constructors created by defstruct.
24789         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
24790         the default value of the variable.
24791         (byte-code-meter): Move declaration to top level.
24793         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
24795         * info.el (Info-following-node-name-re): New fun.
24796         (Info-following-node-name): Remove.
24797         (Info-insert-dir): Use the new fun.
24798         (Info-extract-pointer): Don't save restriction; use new fun.
24799         (Info-menu-entry-name-re): New const.
24800         (Info-menu-entry-name-re): Use it along with new fun.
24801         (Info-node-spec-re): Use new fun.
24802         (Info-complete-menu-item, Info-fontify-node): Use new const.
24803         (Info-goto-node, Info-follow-reference, Info-menu-update):
24804         Use match-string.
24805         (Info-follow-reference): Use assoc-string.
24806         Use a list of strings for the completion table.
24807         (Info-fontify-node): Use match-string, line-end-position.
24808         Limit the search for `node:' to the first line.
24810         * newcomment.el (uncomment-region): Remove padding coming from
24811         comment-start rather than just from comment-padding.
24813         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
24814         (vc-cvs-stay-local-p): Use vc-stay-local-p.
24815         (vc-cvs-rename-file): Remove (use the default).
24816         (vc-cvs-register): Register parent dir if needed.
24817         (vc-cvs-could-register): Return non-nil if parent can be registered.
24818         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
24819         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
24821         * vc-svn.el (vc-svn-use-edit): Make it into a const.
24822         (vc-svn-update): Fix the arguments to `svn'.
24823         (vc-svn-diff-tree): Just use `vc-svn-diff'.
24824         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
24825         Simple implementations, assuming `name' is a URL.
24827         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
24828         set of chars allowed unquoted in a case pattern.
24830         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
24832         * font-lock.el (font-lock-extra-types-widget)
24833         (c-font-lock-extra-types, c++-font-lock-extra-types)
24834         (objc-font-lock-extra-types, java-font-lock-extra-types)
24835         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
24836         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
24837         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
24838         (font-lock-match-c++-structor-declaration)
24839         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
24840         (c++-font-lock-keywords-3, c++-font-lock-keywords)
24841         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
24842         (objc-font-lock-keywords-3, objc-font-lock-keywords)
24843         (java-font-lock-keywords-1, java-font-lock-keywords-2)
24844         (java-font-lock-keywords-3, java-font-lock-keywords)
24845         (java-font-lock-syntactic-face-function): Remove obsolete code
24846         and constants.  It's all in cc-fonts.el now.
24848 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
24850         * mail/sendmail.el (mail-specify-envelope-from)
24851         (mail-envelope-from): Doc fix.
24853 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
24855         * generic-x.el: Do away with the dependency on `c-emacs-features'
24856         when populating `rul-generic-mode-syntax-table'; we already know
24857         this isn't XEmacs.
24859 See ChangeLog.10 for earlier changes.
24861 ;; Local Variables:
24862 ;; coding: iso-2022-7bit
24863 ;; End:
24865     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
24866   Copying and distribution of this file, with or without modification,
24867   are permitted provided the copyright notice and this notice are preserved.
24869 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1